.featured-products {
	margin-top: 24px;
	padding: 0 0 15px 0;
}

.featured-products .featured-product-title {
	margin-bottom: 20px;
	text-align: center
}

.featured-products .featured-product-title span {
	color: #003782;
	font-size: 24px;
}

#featured_product_region .wgt-cat-details a {
	text-decoration: none
}

#featured_product_region .wgt-cat-details:nth-child(3n+1) {
	clear: left
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item {
	margin-bottom: 40px;
	border: 3px solid #eee;
    border-radius: 10px;
	    box-shadow: 4px 4px 5px #ccc;
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item:hover {
	cursor: pointer;
	background-color: #eceff1
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item:hover img {
	filter: brightness(.8)
}

.homepage-content #featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-image img {
	width: 100%;
	height: auto
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-title {
	margin-top: 10px;
	font-size: 120%;
	text-align: center;
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-title a:hover {
	text-decoration: none
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-title p {
	margin: 0;
	    margin-bottom: 8px;
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-text {
	padding: 8px;
	color: darkslategray;
	font-size: 16px;
	text-align: left;
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-text a {
	color: darkslategray
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-text ul {
	text-align: left
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-text .price {
	text-align: right;
	color: #D2251E
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item .alt-text p {
	display: inline-block;
	padding-right: 20px;
	font-size: 18px
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item button {
    background-color: orange;
    padding: 5px 12px;
    color: white;
    border: none;
    font-size: 14px;
    float: right;
}

#featured_product_region .wgt-cat-details .wgt-cat-details-item button:focus {
	outline: none
}

.homepage-content #featured_product_region .wgt-cat-details .wgt-cat-details-item button:hover {
	background-color: #e69500
}

.homepage-content .all-products {
	text-align: right;
	font-size: 130%;
	margin-bottom: 5px
}

.homepage-content .all-products a {
	text-decoration: none
}

.homepage-content .all-products:hover {
	cursor: pointer
}

.alt-image img
{
	width:100%;
}

.website-title {
	text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}



section#pricing {
    background-color: #f2f2f2;
    background-image: url(../images/background-illustration-rocket.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
}

section#pricing .pricing-option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.2);
    box-shadow: -3px 3px 7px rgba(0,0,0,.2);
}

section#pricing .pricing-option:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
   
}

section#pricing .pricing-option {
    position: relative;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 32.33333%;
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #FFF;
}

section#pricing .pricing-option .name {
        font-size: 23px;
    background-color: #2369af;
    padding: 12px;
    color: #fff;
    text-align: center;
}

section#pricing .pricing-option .price {
    font-weight: 700;
    font-size: 2.5em;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #2369AF;
}

section#pricing .pricing-option .no-setup {
    color: #D92B2B;
    font-weight: 700;
    margin-bottom: .5rem;
}

section#pricing .pricing-option ul {
    margin-left: 30px;
    line-height: 25px;

}

section#pricing .pricing-option:nth-child(3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.features li
li {
    line-height: 1.3em;
    margin-bottom: .5rem;
}
@media screen and (max-width:959px) {
	section#pricing {
		padding-top: 2rem
	}
	section#pricing .row-1 {
		text-align: center
	}
	section#pricing .row-1 .button {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
	section#pricing .pricing-option-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}
	section#pricing .pricing-option {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	section#pricing .pricing-option.standard {
		border: 1px solid #ddd;
		border-bottom-left-radius: 0
	}
	section#pricing .pricing-option.plus {
		border: 1px solid #ddd;
		border-top: none;
		border-top-right-radius: 3px
	}
	section#pricing .pricing-option.premium {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-radius: 0;
		border-bottom-left-radius: 3px;
		border: 1px solid #ddd;
		border-top: none
	}
}

@media screen and (max-width:767px) {
	section#pricing {
		padding-bottom: 2rem;
		    padding: 0 15px;
	}
	section#pricing .pricing-option-list {
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	section#pricing .pricing-option {
		-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, .2);
		box-shadow: -3px 3px 7px rgba(0, 0, 0, .2);
		border: 1px solid #ddd!important;
		border-radius: 3px
	}
	section#pricing .pricing-option {
		margin-bottom: 1rem
	}
	section#pricing .pricing-option-list .compare {
		width: 100%;
		display: block;
		text-align: center
	}
}

@media screen and (max-width:599px) {
	section#pricing .pricing-option {
		padding: .75rem
	}
}

@media(max-width:768px)
{
.col-xs-6 {
    width: 100%;
}
}