.roundedPill,
.btn-rounded {
	border-radius: 20px;
}
.btn-rounded-big {
	border-radius: 40px;
}

.cw-icon {
    display: inline-block;
    cursor: pointer;
}

/* Product Header
----------------------------------*/

/*.header-product .social-likes {
	float: right;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.header-product .social-likes {
		top: 0;
		padding-bottom: 10px;
		background: none;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.header-product .social-likes {
		padding-top: 0px;
	}

	.product-hershey {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 540px) {
	.header-product .social-likes {
		margin-right: 55px;
	}
}

.header-product .social-likes.active {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.home .header-product .row {
		margin-bottom: 0;
	}
	.home .header-product .logo {
		margin-bottom: 30px;
	}
	.home .header-product {
		padding-bottom: 0;
		margin: 0;
	}
}*/


/* Content Area
----------------------------------*/

/*@media only screen and (min-width: 768px) {
	.card {
		padding: 0 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.card {
		padding: 0;
		margin-top: 0;
	}
	.card .card__wrap-mob {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.card .back {
		margin-left: 15px;
		line-height: 40px;
		color: #FFF;
		text-transform: uppercase;
	}
}

.touchno-touch .card .back:hover {
	border-color: transparent;
}

.card .item-i {
	float: right;
}

@media only screen and (max-width: 767px) {
	.card .item-i {
		margin-right: 10px;
		float: left;
		width: 100%;
		background: #0075b8;
		height: 40px;
		margin-bottom: 30px;
	}
}

.card a {
	text-decoration: none;
}

.card .back i {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
	width: 8px;
	height: 12px;
	background: url("https://images.rvs.com/images/minified-svg/back.svg") no-repeat center;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.card .back i {
		display: inline-block;
		margin-right: 6px;
		position: relative;
		top: 1px;
		width: 8px;
		height: 12px;
		background: url("https://images.rvs.com/images/minified-svg/back-white.png") no-repeat center;
		background-size: cover;
	}
}

.card__title span,
.card__title h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	line-height: 28px;
}

@media only screen and (max-width: 767px) {
	.card__title span {
		font-size: 24px;
		display: block;
		padding-bottom: 13px;
	}
}

.card__title p,
.card__title h2 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	line-height: 18px;
	display: inline;
	padding-left: 0px;
}

@media only screen and (max-width: 767px) {
	.card__title p {
		font-size: 19px;
		padding-left: 0;
	}
}

.card__title .favs-check {
	font-size: 14px;
	line-height: 20px;
	padding-right: 30px;
}

.card__title a {
	color: #007db6;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.left-space-15 {
	padding-left: 15px;
}

.left-space-25 {
	padding-left: 25px;
}

.card__slider {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.card__slider {
		border-bottom: 1px solid #e4e9ec;
	}
}*/


/* Image Area
----------------------------------*/

.section-slider {
	
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.section-slider {
		
	}

	/*.hershey-slider {
		width: 50%;
	}*/
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.section-slider {
		
	}
}

@media only screen and (max-width: 767px) {
	.section-slider {
		padding:0;
	}
}

/*@media only screen and (max-width: 400px) {
	.hershey-slider {
		margin-bottom: -38px;
	}
}

.section-slider .link-more a {
	color: #007db6;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.section-slider .link-more a.less {
	display: none;
}

.section-slider .link-more.active a.more {
	display: none;
}

.section-slider .link-more.active a.less {
	display: block;
}*/

.section-slider .wrap-big-img {
	position: relative;
	padding-bottom: 8px;
}

.section-slider .wrap-big-img .icon-angle-right, .section-slider .wrap-big-img .icon-angle-left {
	text-shadow: 4px 4px 10px rgb(0,0,0,50%);
}

.section-slider .wrap-big-img .featured,
.section-slider .featured {
	position: absolute;
	top: 0;
	left: 30px;
	background: red;
	padding: 0 13px;
	z-index: 90;
}

.section-slider .wrap-big-img .featured span,
.section-slider .featured span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.section-slider .wrap-big-img .foo2_prev {
	left: 13px;
}

.section-slider .wrap-big-img .foo2_next {
	right: 10px;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.section-slider .wrap-big-img .foo2_next {
		right: 60px;
	}
}

.section-slider #mobileCarouselSwitchContain,
.section-slider #mobileCarouselSwitchContain > div {
	padding-left: 0;
	padding-right: 0;
}

.section-slider #mobileCarouselSwitchContain > div > .btn {
	border-radius: 0;
	background-color: #DCECFF;
	opacity: .4;
	color: #212B36;
	font-size: 12px;
	box-shadow: none;
}

.section-slider #mobileCarouselSwitchContain > div > .btn.active {
	opacity: 1;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.section-slider #mobileFloorplanContain {
		padding:20px 0;
	}
}

.new, .web-status {
	position: absolute;
	top: 0;
	left: 30px;
	background: #007db6;
	padding: 0 13px;
	z-index: 100;
}

.new span, .web-status span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.ordered {
	position: absolute;
	top: 0;
	left: 30px;
	background: #8f953e;
	padding: 0 13px;
	z-index: 100;
}

.ordered span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.pic-banner-blue {
	background: #00669e;
}

.pic-banner-red {
	background: #d0021b;
}

.pic-banner-red,
.pic-banner-blue {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 30px 5px;
	z-index: 100;
	text-align: center;
	text-transform: uppercase;
}

.pic-banner-red span,
.pic-banner-blue span {
	color: #ffffff;
	font-size: 13.75px;	
	letter-spacing: 0.21px;	
	line-height: 17px;
}

@media only screen and (max-width: 768px) {
	.pic-banner-red,
	.pic-banner-blue {
		top: 0;
		left: 0;
		font-size: 11px;
		padding:3px 15px;
	}
}


.section-slider .wrap-big-img .col {
	min-height: 320px;
	float: left;
	position: relative;
	width: 100%;
	background-color: #00669e;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.section-slider .wrap-big-img .col {
		min-height: auto;
	}
}

.section-slider .wrap-big-img .video{
	width:100%;
	display:none;
}
.section-slider .wrap-big-img .video .col{
	width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.section-slider .wrap-big-img .col {
		min-height: 171px;
	}
}

.section-slider .wrap-big-img .carousel-overlay {
	top: auto;
	bottom:3%;
}

.touchno-touch .section-slider .wrap-big-img .col:hover .zoom {
	visibility: visible;
	opacity: 1;
}

.section-slider .wrap-big-img img {
	display: block;
	position:relative;
	width: 100%;
	min-width: 100%;
	max-height: 70vh;
	height: auto;
} 

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.section-slider .wrap-big-img img {
		max-height: 49vh;
		min-height: 330px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-slider .small-img {
		margin: 0 -5%;
	}

	.slick-slider {
		width: 75%;
	}
}

.section-slider .small-img .col {
	width: 90px;
	height: 52px;
	float: left;
	margin: 5px;
	box-sizing: border-box;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	cursor: pointer;
	overflow: hidden;
}

.section-slider .small-img .col.active,
.section-slider .small-img .col:hover {
	box-shadow: 0 0 0px 2px #007db6;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-slider .small-img .col {
		width: 23%;
		height: 73px;
		margin: 2px 8px 5px;
		height: auto;
		box-sizing: border-box;
		min-width:60px;
	}

	.card__slider {
		padding-bottom: 0;
	}

	.confirm {
		float: none!important;
	}
}

@media only screen and (max-width: 767px){
	.confirm {
		float: none!important;
	}
}

.section-slider .small-img img {
	display: block;
	width: 100%;
	min-width: 100%;
}

.wrap-small-img {
	display: none;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	margin-bottom: 16px;
	width: 85%;
	margin-left: 35px;
}

.wrap-small-img .small-img-open {
	display: none;
}


/* Right Side Pricing Content Area
----------------------------------*/

.section-info {
	margin-top: 0px;
	padding-top: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*.section-info .monthly-payment {
	display: inline-block;
	text-align: right;
	float: right;
	color: #00669e;
}

.section-info .monthly-payment span {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}

.section-info .monthly-payment span superscript {
	font-size: 14px;
	vertical-align: text-bottom;
}

.section-info .monthly-payment p {
	font-size: 14px;
}

.section-info-hershey {
	float: none;
	padding-left: 0px;
	margin-top: 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .section-info {
		padding-left:1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-info {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-info {
		margin: 30px 0 0;
		padding: 0;
	}

	/*.section-info .monthly-payment {
		text-align: left;
		float: left;
		margin-top: 10px;
		width: 100%;
	}*/
}

.section-info .separator {
	border: 1px solid #C4CDD5;
	margin: 20px 0;
}

.section-info .search-price {
	padding:0 15px;
}

.section-info .search-price .card__title {
	display: flex;
	align-items: flex-start;
}

.section-info .search-price .card__title h1 {
	flex: 2 1;
	color: #454F5B;
	font-family: Lato;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 6px;
}

.section-info .search-price .card__title .assetCondition {
	flex: 0 1;
	background-color: #fff;
	padding: 0px 12px;
    color: #477B96;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}


.section-info .search-price h2 {
	color: #454F5B;	
	font-family: Lato;	
	font-size: 12px;	
	line-height: 15px;
}

.section-info .section-price {
	padding: 0;
}

.section-info .section-price .price .internet-pricing {
	float: none;
}

.section-info #offerBtns{
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-info #offerBtns .btn-pad {
	padding:0 5px 0 0;
}

.section-info #offerBtns a.btn {
	height:32px;
	line-height: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-info #offerBtns{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.section-info #offerBtns a {
		font-size: 12px;
	}
}

.section-info #valueTradeBtn {
	text-transform: uppercase;
	font-size: 13px;
	background-color: #6F7680;
	color:#fff;
	border: none;
	line-height: 32px;
}

.section-info #valueTradeBtn:hover,
.section-info #offerBtn:hover {
    color:#fff;
    background-color: #454F5B;
}

.section-info #valueTradeBtn:focus,
.section-info #offerBtn:focus {
    color:#fff;
    background-color: #212B36;
}

.section-info #valueTradeBtn span {
	line-height: 22px;
}

.section-info #offerBtn {
	text-transform: uppercase;
	font-size: 13px;
	background-color: #6F7680;
	color:#fff;
	border:none;
}

.section-info .stock-results {
	display: inline-block;
	flex-grow: 0;
	font-size: 13px;
	color:#454F5B;
}

.section-info .sbs-details {
	width: 80%;
	margin: auto;
	padding-top: 10px;
}

.section-info .tel a {
	font-size: 13px;
	color:#454F5B;
}

@media only screen and (max-width: 1024px) {
	.section-info #telContainer.text-right {
		text-align: left;
	}
}

.section-info .info-btns {
	text-transform: uppercase;
}

.section-info #apptBtn,
.section-info #confirmBtn {
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 20px;
}

.section-info #apptBtn {
	color:#fff;
}

@media only screen and (max-width: 1024px) {
	.section-info #apptBtn,
	.section-info #confirmBtn {
		white-space: normal;
		height: auto;
	    padding: 8px 20px;
	    font-size: 12px;
	    border-radius: 50px;
	    margin-top: 0px;
	}

	.section-info #apptBtn {
		margin-top: 0;
		background: #00669E;
		color: #fff;
	}

	.section-info .info-btns {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(255,255,255,.8);
		padding: 10px 5px;
		z-index:3141592;
	}

	.section-info .info-btns > div {
		padding-right: 2%;
		padding-left: 2%;
	}

	.section-info .info-btns .btn {
		-webkit-box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
		-moz-box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
		box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sbs-contain {
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 40%;
	}

	.section-info .sbs-details {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-info .sbs-details {
		width: 90%;
		padding-top: 0px;
	}
}

@media only screen and (max-width: 410px) {
	.section-info #apptBtn,
	.section-info #confirmBtn {
		padding: 8px 40px;
		line-height: 15px;
	}
}


/*.remove .section-info {
	width: 100%;
	padding-left: 0;
}

.section-info .like a {
	margin-left: 15px;
}

.section-info .price {
	display: inline-block;
	width: 100%;
}

.section-info .price img {
	float: right;
	width: 100px;
}

.section-info .pricetip img{
	float: none;
	width: inherit;
}

.section-info .price-hershey {
	display: inline-block;
	width: 100%;
}

.section-info .price-hershey img {
	float: right;
	width: 40%;
}

@media only screen and (max-width: 425px) {
	.section-info .price img {
		width: inherit;
	}

	.section-info .monthly-payment {
		text-align: left;
		float: none;
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.section-info .price-hershey {
		display: inline-block;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.section-info .price-hershey img {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.section-info .price .percentage {
	float: left;
	padding-right: 20px;
}

.section-info .price .percentage p {
	padding-top: 3px;
	display: inline-block;
	color: red;
	font-size: 22px;
	line-height: 18px;
	font-weight: 800;
	text-decoration: none;
}

.section-info .price .percentage span {
	font-size: 18px;
}

.section-info .benefits {
	float: right;
	padding-left: 20px;
}

@media only screen and (max-width: 767px){
	.section-info .benefits {
		float: none;
		padding-left: 0;
	}

	.section-info .calc {
		width:48%;
		margin-right: 2%;
		text-align: center;
	}
}

@media only screen and (max-width: 425px) {
	.section-info .benefits {
		width: 100%;
		float: left;
		padding-left: 0;
		margin-top: 15px;
	}

	.section-info .benefits-hershey {
		float: right;
		padding-left: 0;
		width: auto;
		margin-top: 0px;
	}
}

.section-info .price .price-info {
	padding-top: 3px;
	display: inline-block;
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
}

.section-info .price .high-price {
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

.section-info .price .texas-high-price {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}

.section-info .price .price-discount {
	color: #d21212;
	font-size: 15px;
}

.section-info .price .starting-price-text {
	color:#272d34;
	font-size:15px;
}
.section-info .price .starting-price {
	font-size:24px;
}

@media only screen and (max-width: 380px) {
	.section-info .price .price-discount {
		padding-left: 0px;
	}
}

.section-info .price .unavailable {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

.section-info .price .med-price {
	color: #000;
	font-size: 15px;
	padding-left: 10px;
}

.section-info .price .low-price {
	color: #000;
}

.section-info .price u {
	color: #8f969b;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding-left: 0;
}

.section-info .info-price {
	padding-bottom: 11px;
}

.print-page .section-info .info-price {
	padding-bottom: 42px;
}

@media only screen and (max-width: 767px) {
	.print-page .section-info .info-price {
		padding-bottom: 25px;
	}
}

.section-info .info-price span {
	color: #727272;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
*/

.section-info .calc {
	padding-bottom: 0;
	text-align: right;
	font-style: italic;
}

.section-info .calc a,
.section-info .like a {
	color: #00669e;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	float: none;
	padding: 9px 0px 0px;
	height: auto;
}

.section-info .calc a:hover,
.section-info .like a:hover {
	color: #0075b8;
	text-decoration: underline;
}

/*
.section-info .info-title {
	padding-bottom: 0px;
	padding-top: 15px;
}

.section-info .info-title span,
.section-info .info-title h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
}

.section-info .info-title-hershey {
	padding-bottom: 20px;
	padding-top: 10px;
}

.section-info .info-title-hershey h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
	color: #272d34;
	text-align: center;
}

.section-info .cars-name {
	padding-bottom: 8px;
}

.product-main .miles-container {
	padding-bottom: 0px;
}

.product-main .miles-container a {
	color: #007db6;
}

.product-main .miles-container a:hover {
	color: #0075b8;
	text-decoration: underline;
}

.product-main .miles-container .city {
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	text-transform: none;
}

.product-main .miles-container .miles {
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}

.section-info .cars-name span {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.section-info .tel {
	padding-bottom: 14px;
}

.section-info .tel span {
	color: #007db6;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}

.section-info .get {
	padding-bottom: 34px;
}

.section-info .get a {
	color: #007db6;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#offerBtn {
	width: 100%;
}

.section-info #paymentCalcLink {
	margin-top:-10px;
}

.section-info .productVideosBtns .btn-compacted {
	padding: 0;
	width: 100%;
	margin-top:10px;
}

.section-info .productVideosBtns .btn-compacted i.fa {
	float: right;
	margin-right:15px;
	line-height: 28px;
}

.section-info .productVideosBtns .btn-sam {
	margin-top:10px;
}

@media only screen and (max-width: 767px) {
	.section-info .btn-sam {
		margin-left: 5%;
	}
}

.section-info .info-btns {
	padding-bottom: 33px;
}

@media only screen and (max-width: 767px) {
	.section-info .productVideosBtns .btn-compacted {
		width: 48%;
		margin:10px 2% 20px 0;
		float: left;
	}
}

@media only screen and (max-width: 425px) {
	.section-info .productVideosBtns .btn-compacted {
		margin-bottom:0;
	}
}

.btn-hershey {
	color: #fff!important;
	background: #c83c41!important;
	border-color: #c83c41!important;
	border-radius: 0px!important;
}

.btn-hershey:hover {
	color: #fff!important;
	background: #00669e!important;
	border-color: #fff!important;
}

.btn-hershey-banner {
	color: #fff!important;
	background: #00669e!important;
	border-color: #fff!important;
	border-radius: 0px!important;
}

.btn-hershey-banner:hover {
	color: #fff!important;
	background: #00669e!important;
	border-color: #00669e!important;
}

@media only screen and (min-width: 1024px) {
	.section-info .info-btns .btn.btn-primary.btn-hershey {
		padding: 0;
		margin-right: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-info .info-btns .btn.btn-primary, .section-info .info-btns .btn.btn-light {
		padding: 0;
		width: 186px;
	}
}

@media only screen and (max-width: 767px) {
	.section-info .info-btns .btn.btn-primary, .section-info .info-btns .btn.btn-light {
		margin-bottom: 17px;
		padding: 0;
	}

	.hershey-bluebox {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 440px) {
	.section-info .info-btns .btn.btn-primary, .section-info .info-btns .btn.btn-light {
		width: 100%;
	}
	.section-info .info-btns .btn.btn-primary {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-info .info-btns .btn {
		padding: 0;
		width: 186px;
	}
}

.section-info .info-btns .btn {
	padding: 0;
	width: 200px;
}

.product-main .section-info .info-btns .btn {
	padding: 0;
	width: 100%;
	margin-top:10px;
}

.section-info .info-btns .btn.btn-primary {
	padding: 0 0;
	margin-right: 19px;
}

@media only screen and (max-width: 767px) {
	.section-info .info-btns {
		padding-bottom: 14px;
	}

	.section-info .info-btns .btn.btn-primary {
		margin-bottom: 0;
	}
}

.hershey-bluebox {
	background: #00669e;
	position: relative;
	padding: 10px 5px;
	margin-bottom: 20px;
	border-radius: 0px;
	text-align: center;
	color: #fff;
	z-index: 100;
}

.price-hershey {
	position: relative;
	display: inline-block;
}

.hprice-left {
	width: 21%;
	display: inline-block;
	vertical-align: middle;
}

.hprice-middle {
	width: 39%;
	display: inline-block;
	vertical-align: middle;
}

.hprice-middle .plus {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}

.hprice-middle .freight {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.hprice-right {
	width: 37%;
	display: inline-block;
	vertical-align: middle;
}

.htotal-price {
	display: inline-block;
	margin: 0px 50px 0px 20px;
	float: left;
}

.hbadge {
	width: 175px;
	float: left;
}

.price-hershey .text {
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 3px;
}

.price-hershey .text a {
	color: #fff;
	text-decoration: underline;
}

.price-hershey .text a:hover {
	color: #f1bb2c;
	text-decoration: underline;
}

.price-hershey .take {
	display: block;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.htotal-price {
		margin: 0px 20px;
		text-align: right;
		width: 40%;
	}
	.hbadge {
		float: right;
		margin: 0px 20px;
		width: 40%;
	}

	.htotal .calc {
		float: right;
		padding-top: 0px;
		margin-right: 25px;
	}

	.info-btns-hblock {
		width: 45%!important;
	}

	.info-btns-hblock.info-btns-hblock-hershey {
		width: 100%!important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 500px) {
	.price-hershey .text {
		display: block;
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 3px;
	}

	.price-hershey .take {
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}

	.htotal-price {
		width: 45%;
		margin: 0px 5px;
	}
	.hbadge {
		width: 40%;
		margin: 0px 10px;
	}

	.hbadge .hershey-img {
		width: 80%;
		margin-bottom: 0px;
	}

}

.hbadge .hershey-img {
	width: 90%;
	margin-bottom: 20px;
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
	.hbadge .hershey-img {
		width: 50%;
		margin-right: 20px;
		margin-bottom: 0px;
	}
}*/


/* Icon Area
----------------------------------*/

/*.travel {
	padding-bottom: 3px;
}

@media only screen and (max-width: 767px) {
	.travel {
		padding-top: 29px;
		padding-left: 5px;
		padding-bottom: 29px;
	}
}

.travel ul {
	font-size: 0;
	line-height: 0;
	padding-top: 4px;
	padding-bottom: 20px;
}

.hershey-detail .travel ul {
	padding-bottom: 0px!important;
}

.search-detail .travel ul {
	float: left;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding-top: 4px;
	margin: 0 10px 5px 10px;
}

.travel li {
	display: inline-block;
	position: relative;
	margin: 5px;
	background-color: #f2f5f7;
	padding: 5px 8px;
	border-radius: 5px;
}

.travel i {
	display: inline-block;
	top: 0;
	left: 0;
	float: left;
	margin-right: 5px;
}

.travel i.weight {
	background: url("https://images.rvs.com/images/minified-svg/weight.svg") no-repeat center;
	background-size: cover;
	width: 17px;
	height: 18px;
}

.ie8 .travel i.weight {
	background: url("https://images.rvs.com/images/content/weight.png") no-repeat center;
}

.travel i.type {
	background: url("https://images.rvs.com/images/minified-svg/type.svg") no-repeat center;
	background-size: cover;
	width: 25px;
	height: 15px;
}

.ie8 .travel i.type {
	background: url("https://images.rvs.com/images/content/type.png") no-repeat center;
}

.travel i.used {
	background: url("https://images.rvs.com/images/minified-svg/used.svg") no-repeat center;
	background-size: cover;
	width: 17px;
	height: 18px;
}

.ie8 .travel i.used {
	background: url("https://images.rvs.com/images/content/used.png") no-repeat center;
}

.travel i.towable {
	background: url("https://images.rvs.com/images/minified-svg/towable.svg") no-repeat center;
	background-size: cover;
	width: 22px;
	height: 15px;
}

.ie8 .travel i.towable {
	background: url("https://images.rvs.com/images/content/towable.png") no-repeat center;
}

.travel i.slides {
	background: url("https://images.rvs.com/images/minified-svg/slides.svg") no-repeat center;
	background-size: cover;
	width: 22px;
	height: 18px;
}

.ie8 .travel i.slides {
	background: url("https://images.rvs.com/images/content/slides.png") no-repeat center;
}

.travel i.plan {
	background: url("https://images.rvs.com/images/minified-svg/plan.svg") no-repeat center;
	background-size: cover;
	width: 15px;
	height: 18px;
}

.ie8 .travel i.plan {
	background: url("https://images.rvs.com/images/content/plan.png") no-repeat center;
}

.travel i.milage {
	background: url("https://images.rvs.com/images/minified-svg/milage.svg") no-repeat center;
	background-size: cover;
	width: 20px;
	height: 13px;
}

.ie8 .travel i.milage {
	background: url("https://images.rvs.com/images/content/milage.png") no-repeat center;
}

.travel i.length {
	background: url("https://images.rvs.com/images/minified-svg/length.svg") no-repeat center;
	background-size: cover;
	width: 21px;
	height: 14px;
}

.ie8 .travel i.length {
	background: url("https://images.rvs.com/images/content/length.png") no-repeat center;
}

.travel i.garage-length {
	background: url("https://images.rvs.com/images/minified-svg/garage-length.svg") no-repeat center;
	background-size: cover;
	width: 21px;
	height: 14px;
}

.ie8 .travel i.garage-length {
	background: url("https://images.rvs.com/images/content/garage-length.png") no-repeat center;
}

.travel i.fuel {
	background: url("https://images.rvs.com/images/minified-svg/fuel.svg") no-repeat center;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.ie8 .travel i.fuel {
	background: url("https://images.rvs.com/images/content/fuel.png") no-repeat center;
}

.travel i.date {
	background: url("https://images.rvs.com/images/minified-svg/date.svg") no-repeat center;
	background-size: cover;
	width: 14px;
	height: 15px;
}

.ie8 .travel i.date {
	background: url("https://images.rvs.com/images/content/date.png") no-repeat center;
}

.travel i.bed {
	background: url("https://images.rvs.com/images/minified-svg/bed.svg") no-repeat center;
	background-size: cover;
	width: 22px;
	height: 14px;
}

.ie8 .travel i.bed {
	background: url("https://images.rvs.com/images/content/bed.png") no-repeat center;
}

.travel i.misc {
	background: url("https://images.rvs.com/images/minified-svg/misc.svg") no-repeat center;
	background-size: cover;
	width: 16px;
	height: 16px;
}

.ie8 .travel i.misc {
	background: url("https://images.rvs.com/images/content/misc.png") no-repeat center;
}

.travel i.horsepower {
	background: url("https://images.rvs.com/images/minified-svg/horsepower.svg") no-repeat center;
	background-size: cover;
	width: 21px;
	height: 17px;
}

.ie8 .travel i.horsepower {
	background: url("https://images.rvs.com/images/content/horsepower.png") no-repeat center;
}

.travel h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 0;
}

.travel span {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	vertical-align: top;
	float: left;
}

@media only screen and (max-width: 767px) {
	.travel span {
		font-size: 13px;
	}
}
*/

/* Text Description Content Area
----------------------------------*/

/*.product-text {
	padding-bottom: 47px;
}

.print-page .product-text {
	padding-bottom: 0;
}

.product-text .product-text__title {
	padding-bottom: 19px;
}

@media only screen and (max-width: 767px) {
	.product-text .product-text__title {
		display: none;
	}
}

.print-page .product-text .product-text__title {
	display: block;
}

.product-text .product-text__title span {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
}

.product-text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	padding-bottom: 25px;
}

.product-text .btn {
	padding: 0 13px;
}

@media only screen and (max-width: 767px) {
	.product-text .btn {
		display: none;
	}
}

.options {
	padding: 25px 0;
}

.options .options-title {
	padding-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.options .options-title {
		display: none;
	}
}

.print-page .options .options-title {
	display: block;
}

.options .options-title span {
	font-size: 22px;
	line-height: 20px;
	color: #000;
}

.options > ul > li {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 10px 33px 0;
	position: relative;
	vertical-align: top;
	width: 23.5%;
}

.options > ul > li > ul > li > h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 7px 0 0;
	color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.options > ul > li > h2 {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.options > ul > li > h2 {
		width: 100%;
		margin-bottom: 11px;
	}
}




.options > ul > li > ul > li {
	font-size: 14px;
	line-height: 15px;
	margin: 7px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.options > ul > li {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.options > ul > li {
		width: 100%;
		margin-bottom: 11px;
	}
}

.comments {
	padding: 25px 0;
}

.comments .comments-title {
	padding-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.comments .comments-title {
		display: none;
	}
}

.print-page .comments .comments-title {
	display: block;
}

.comments .comments-title span {
	font-size: 22px;
	line-height: 20px;
	color: #000;
}

.comments p {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0;
}

.floorplan {
	padding-bottom: 63px;
}

.floorplan.remove .img {
	display: none;
}

.floorplan.remove .info {
	width: 100%;
	float: none;
}

.floorplan .info {
	float: left;
	padding-top: 32px;
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

@media only screen and (max-width: 767px) {
	.floorplan .info {
		width: 100%;
		float: none;
		padding-bottom: 22px;
	}
}

.floorplan .info .title {
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.floorplan .info .title {
		display: none;
	}
}

.print-page .floorplan .info .title {
	display: block;
}

.floorplan .info .title span {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

.floorplan .info p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
}

.floorplan .info ul {
	list-style: outside none disc;
	padding: 0 12px;
}

.floorplan .info li {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0;
}

.floorplan .img {
	width: 65%;
	position: relative;
}

.floorplan .img .close {
	top: 0;
	right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.floorplan .img {
		width: 65%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	.floorplan .img {
		width: 100%;
		float: none;
		padding-left: 0;
		box-sizing: border-box;
	}
}

.floorplan .img img {
	display: block;
	min-width: 100%;
}

.recently {
	background: #f2f5f7;
}

.recently .wrap-center {
	padding-top: 22px;
	padding-bottom: 37px;
}

.recently__i {
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.recently .wrap-center {
		padding: 20px;
	}

	.recently__i {
		padding: 0;
	}
}

.floorplan {
	display: block;
	padding-bottom: 5px;
}

.product-main .floorplan .img {
	float: left;
	margin: 25px 0 0;
}*/


/* Disclaimer text
----------------------------------*/

.descript {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #616568;
}

.product-disclaimer-container {
	background-color: #f2f5f7;
}

.wrap-center .descript, .search-main .descript, .pad-descript .descript {
	padding: 0 0 2% 0;
}

@media only screen and (max-width: 767px) {
	.floorplan .info {
		width: 100%
	}
	.floorplan .img img {
		width: 95% !important;
	}

	.descript {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #616568;
	padding: 10px;
	}
}

.floorplan .pop-title {
	display: none;
}

.fancybox-inner .floorplan {
	max-width: 800px;
	background-color: #fff;
	padding: 0px;
	border-radius: 9px;
	border: 1px solid #dcdcdc;
	float: left;
}

.fancybox-inner .floorplan .pop-title {
	background: #f2f5f7;
	padding: 26px;
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	display: block;
	border-radius: 9px 9px 0 0;
}

.fancybox-inner .floorplan .carousel-wrapper {
	padding: 0 5%;
	width: 90%
}

.fancybox-inner .floorplan .text-title {
	display: none;
}

.fancybox-inner .floorplan .foo2_next {
	right: 12px;
}

.fancybox-inner .floorplan .foo2_prev {
	left: 33%;
}

@media only screen and (max-width: 767px) {
	.fancybox-inner .floorplan .foo2_prev {
		left: 0;
	}
	.fancybox-inner .floorplan .foo2_next {
		right: 0;
	}
}

#priceinfo {
	display: none;
}

div[id^="pricingluxinfo_"] {
	display: none;
}

div[id^="promoblade_"] {
	display: none;
}

div[id^="pricingluxinfo_"] .blue-link {
	color: #0075b8;
}

div[id^="promoblade_"] .blue-link {
	color: #0075b8;
}


#rebateinfo {
	display: none;
}

.desktop {
	display: block;
}

.less-than-ipad {
	display: none;
}

@media only screen and (max-width: 767px) {
	.less-than-ipad {
		display: block;
	}

	.desktop {
		display: none;
	}
}

.button-center {
	text-align: center;
	margin: 50px auto;
}

.button-center .btn {
	margin: 10px 10px 0 0;
}

.btn-blue {
	background-color: #1B7809;
	border-color: #1B7809;
	color:#fff;
	line-height: 30px;
}

.btn-blue-reverse {
	background-color: #00669E;
	border-width: 2px;
	line-height: 30px;
}

.btn-green {
	background-color: #1B7809;
	border-color: #1B7809;
	color:#fff;
	line-height: 20px;
}

.btn-green:hover {
    color:#fff;
    background-color: #146106;
}

.btn-green:focus {
    color:#fff;
    background-color: #146106;
}

.btn-green:disabled {
    color:#919EAB;
    background-color: #DFE3E8;
}

.btn-blue-new {
	background-color: #00669E;
	border-color: #00669E;
	color:#fff;
	line-height: 20px;
}

.btn-blue-new:hover {
    color:#fff;
    background-color: #014F79;
}

.btn-blue-new:disabled {
    color:#919EAB;
    background-color: #DFE3E8;
}

.emphasizeNum {
	font-size:25px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom:10px;
	display: inline-block;
	color:#007db6;
}

/*#search_near_container .title {
	width:100%;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	line-height:25px;
	color:#323C47;
	padding-bottom:20px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #d8e1e6;
}

#search_near_container .dropdown-item {
	padding:6px 1.5rem 8px
}

#search_near_container .dropdown-menu {
	width:100%;
	background-color: #f2f5f7;
}


.dealer-logo{
	margin-bottom:10px;
}*/


/*--------------Fav Button----------------*/

#socialContain,
#socialContain #shareContain #shareMenuDesktopBtn,
#socialContain #shareContain #shareMenuMobileBtn {
	color:#454F5B;
}

#shareContainDesktop #shareMenuDesktop {
	border-radius: 4px;
    min-width: auto;
    padding:6px 0;
    margin-top:6px !important;
    margin-left: 21px;
    z-index: 8051;
}

#shareContainMobile #shareMenuMobile {
	border-radius: 4px;
    min-width: auto;
    padding:6px 0;
    margin-top:6px !important;
    margin-right:-24px !important;
    z-index: 8051;
}

#shareContainDesktop #shareMenuDesktop:before{
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	left: 10px;
}

#shareContainMobile #shareMenuMobile:before {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	right: 10px;
}

#shareMenuDesktopBtn {
	color: #454F5B;
}

#shareContainDesktop #shareMenuDesktop li a,
#shareContainMobile #shareMenuMobile li a {
	padding:3px 12px;
	text-transform: uppercase;
	color:#637380;
}

#shareContainDesktop #shareMenuDesktop li a span.cw-icon,
#shareContainMobile #shareMenuMobile li a span.cw-icon {
	font-size: 18px; 
	margin-right: 3px;
	vertical-align: top;
	color:#637380;
}

#shareContainDesktop #shareMenuDesktop li a span.cw-icon-text,
#shareContainMobile #shareMenuMobile li a span.cw-icon-text {
	font-size:14px;
}

@media only screen and (max-width: 991px){
	#socialContainMobile {
		position: absolute;
		top: 5px;
		right: 0px;
		z-index: 8029;
	}

	#socialContainMobile .favs-check,
	#socialContainMobile #shareMenuMobileBtn {
		background-color: rgba(255,255,255,1);
	    border-radius: 18px;
	    padding: 5px;
	    color:#5c5b5b;
	    display: inline-block;
	}

	#socialContainMobile .favs-check .cw-icon {
		margin-top: 2px;
		padding:0 2px;
	}

	#socialContainMobile #shareMenuMobileBtn .cw-icon {
		margin-left: 3px;
    	margin-top: 1px;
	}

	#socialContainMobile .favs-check {
		position: relative;
		top: auto;
		right: auto;
	}

	#socialContainMobile .favs-check i {
		color: #5c5b5b;
	}
}

#socialContain .favs-check {
	position:relative;
	top:auto;
	right:auto;
}

#socialContain .favs-check i {
	color: #454F5B;
}

/*--------------Specs--------------------*/

#specsContainer {
	margin-top: 30px;
	padding:50px 2% 10px;
	background-color: #000;
}

@media only screen and (max-width: 767px) {
	#specsContainer {
		margin-top:20px;
	}	
}

#specsContainer #specsNav > li {
    display:inline-block;
    zoom:1;
}

#specsContainer #specsNav {
    text-align:center;
    border: 1px solid #00669e;
    border-radius: 20px;
}

#specsContainer #specsNav li {
	width: 50%;
    
    background-color: #fff;
    padding: 12px 0px;
}

#specsContainer #specsNav li a {
	color:#00669e;
	border: none;
}

#specsContainer #specsNav .specsLeft {
	border-radius: 20px 0 0 20px;
}

#specsContainer #specsNav .specsRight {
	border-radius: 0 20px 20px 0;
}

#specsContainer #specsNav li.active {
	background-color: #00669e;
}

#specsContainer #specsNav li.active a {
	color: #fff!important;
}

#specsContainer #specsNav li.active:after {
	content: "";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #00669e;
	position: absolute;
	bottom: -11px;
	left: 43%;
}

#specsContainer #specsNav li>a {
	height:auto;
	padding:0px!important;
	font-size:14px;
	line-height: 14px;
}

#specsContainer #specsNav.nav-tabs {
 	width: 320px;
	text-align: center;
	margin: auto;
}

#specsContainer #specsNav.nav-tabs>li>a:hover {
	border-color:inherit;
	border-radius: 0;
}

#specsContainer #specsNav.nav>li>a:hover,
#specsContainer #specsNav.nav>li>a:focus {
	background-color: inherit;
}

#specsContainer .tab-content #specs {
	text-align: center;
	padding-top: 45px;
}


#specsContainer .tab-content #specs .oneSpec {
	margin-bottom: 50px; 
}

#specsContainer .tab-content #specs h5 {
	color:#56A2FD;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#specsContainer .tab-content #specs h4 {
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
}

#specsContainer .tab-content #features {
	padding-top:40px;
}

#specsContainer .tab-content #features .featureSet table thead tr {
	background: #EAF3FC;
	color:#00669E;
}

#specsContainer .tab-content #features .featureSet table thead tr td {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

#specsContainer .tab-content #features .featureSet table tbody tr td.featureName {
	background: #fff;
	color: #000;
	padding-left: 15px;
	border-bottom: 2px solid #d2d4d7;
	border-top: none;
}

#specsContainer .tab-content #features .featureSet table tbody tr td.featureValue {
	background: #fff;
	color:#646464;
	padding-left: 20px;
	border-bottom: 2px solid #d2d4d7;
	border-top: none;
}

/*--------------Misc.--------------------*/

#overviewContainer {
	text-align: center;
	margin: 0 auto;
}

#overviewContainer #floorplanImg {
	display: block;
	margin: 10px auto 0;
	max-width: 800px;
	width: 100%;
}

#overviewContainer .textContain {
	width:80%;
	margin: 0 auto;
}

#overviewContainer .textContain h3 {
	color:#00669E;
	margin-top:50px;
	margin-bottom: 10px;
	font-size:18px;
	text-transform: uppercase;
}

#overviewContainer .textContain p {
	color: #5C5B5B;
	font-size:15px;
}

@media only screen and (max-width: 1024px) {
	#overviewContainer #floorplanImg {
		margin: 20px auto 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#overviewContainer,
	#overviewContainer .textContain {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	#overviewContainer .textContain {
		padding:0 20px;
	}

	#overviewContainer .textContain h3 {
		padding:0;
	}

	#overviewContainer .textContain p {
		font-size: 13px;
	}
}


.product-detail #featuredListingBlock {
	padding-top:30px;
	padding-bottom: 10px;
	margin:0 auto;
	float: none;
}

.product-detail #featuredListingBlock #featuredSlider {
	background-color: transparent;
}

@media only screen and (max-width: 767px) {
	.product-detail #featuredListingBlock {
		width: 90%;
		margin:0 auto;
		float: none;
	}
}

#pageNavBar {
	padding:0;
	opacity: 0.8;
	background-color: #d5dade;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
	position: sticky;
    bottom: 0%;
    margin-bottom: 10px;
}

#pageNavBar ul li {
	display: inline-block;
	margin: 0 10px;
}

#pageNavBar ul li a {
	color: #000;
}

#pageNavBar ul li a:hover,
#pageNavBar ul li a:focus {
	background: none;
}

#pageNavBar ul li.active a {
	color:#fff;
	text-shadow: 1px 1px 4px #000;
}

#bgShadow {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 767px) {
	#confirmBtn br {
		/*display:none;*/
	}
}

#internet-price-btn {
	    height: 32px;
    line-height: 32px;
}

#internet-price-btn:hover {
	/*background-color: transparent;*/
}

@media only screen and (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right:0;
	}
}

@media (max-width: 768px) {
	.container {
		width:100%;
	}
}


/*-----------FROM BOOTSTRAP COLLISION FILE--------------*/
.btn.confirm span,
.btn.value2 span,
.btn.request span {
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

.btn.confirm .succ,
.btn.value2 .succ,
.btn.request .succ {
	display: none;
}

.btn.confirm .requ,
.btn.value2 .requ,
.btn.request .requ {
	display: block;
}

@media only screen and (max-width: 767px){
	.btn.confirm .requ,
	.btn.value2 .requ,
	.btn.request .requ {
		display: block;
	}
}

.btn.confirm.active .succ,
.btn.value2.active .succ,
.btn.request.active .succ {
	display: block;
}

.btn.confirm.active .requ,
.btn.value2.active .requ,
.btn.request.active .requ {
	display: none;
}

.desktop-info-btns{
    text-transform: uppercase;
}

.mobile-info-btns {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgba(255,255,255,.5);
}

.mobile-info-btns-link{
    /*-webkit-box-shadow: 7px 7px 20px 0 rgba(0,0,0,.4);
    box-shadow: 7px 7px 20px 0 rgba(0,0,0,.4);*/
    text-align: center;
    padding: 6px;
}
