body {
	position: relative;
	color: #000;
	text-align: left;
	font: 62.5%/1.2em "Lato", sans-serif;
	background: #fff;
}

a {
	color: #007abb;
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
	outline-color:#007abb;
}

/*.container-md .d-none a:focus{
	outline: none;
	border: none;
}*/


label,
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

table th {
	font-weight: bold;
}

table td,
table th {
	padding: 9px 10px;
	text-align: left;
}

html,
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	overflow-x: hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif !important;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.disable-hover {
	pointer-events: none;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

h2 {
	font-weight: 400;
	line-height: 38px;
	font-size: 36px;
	color: #007db6;
	margin-bottom: 20px;
}

h2 span {
	color: #000;
	font-size: 23px;
	font-weight: 600;
	line-height: 38px;
	width: 100%;
	padding-bottom: 20px;
}

h2 i {
	font-style: normal;
}

h3 {
	font-weight: 400;
	line-height: 25px;
	font-size: 23px;
	padding-bottom: 14px;
	padding-left: 20px;
}

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

.page-title {
	padding-bottom: 20px;
}

.page-title span {
	width: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
}

.page-title h1 {
	width: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}

.header2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header2 span {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	line-height: 38px;
	width: 100%;
}

.header3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

h3.header3 {
	padding-left: 0px;
}

.header3 h2 {
	color: #000;
	font-size: 23px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 25px;
}

.header3 span {
	color: #000;
	font-size: 23px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 25px;
}

.header3-blue span {
	color: #0075b8;
	font-size: 23px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 25px;
	padding-bottom: 14px;
}

.header5 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
}

.header5 span {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}

p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}

.touchno-touch p a:hover {
	border-color: transparent;
}

/*Aria*/
.aria-label-style{
	padding-bottom:10px;
}

textarea,
.inp {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	color: #000;
	padding: 0 10px;
	border: 2px solid #007db6;
	z-index: 3;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

textarea.placeholder,
.inp.placeholder {
	color: #cacacc;
}

textarea:-moz-placeholder,
.inp:-moz-placeholder {
	color: #cacacc;
}

textarea::-webkit-input-placeholder,
.inp::-webkit-input-placeholder {
	color: #cacacc;
}

textarea:focus,
.inp:focus {
	outline: none;
}

textarea,
.inp-short {
	width: 50%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	color: #000;
	padding: 0 10px;
	margin-bottom: 18px;
	border: 2px solid #007db6;
	z-index: 3;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

textarea,
.inp-shorter {
	width: 35%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	color: #000;
	padding: 0 10px;
	margin-bottom: 18px;
	border: 2px solid #007db6;
	z-index: 3;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

textarea,
.inp-shortest {
	width: 15%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	color: #000;
	padding: 0 10px;
	border: 2px solid #007db6;
	z-index: 3;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	vertical-align: middle;
	display: inline-block;
}

textarea,
.inp-comments {
	width: 100%;
}

@media only screen and (max-width: 480px) {
	textarea,
	.inp-short {
		width: 40%;
	}
}

textarea {
	height: 115px;
	line-height: 18px;
	resize: none;
}

.inp-wrap {
	position: relative;
}

input.sub {
	display: inline-block;
	position: absolute;
	top: 73%;
	right: 10px;
	width: 16px;
	border: 0;
	text-indent: -33333px;
	height: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("https://images.rvs.com/images/minified-svg/search-icon.svg") no-repeat center;
	background-size: cover;
}

.ie8 input.sub {
	background: url("https://images.rvs.com/images/content/search.png") no-repeat center;
	margin-top: -8px;
}

input.blue {
	display: inline-block;
	position: absolute;
	width: 22px;
	border: 0;
	top: 13px!important;
	text-indent: -33333px;
	height: 22px;
	padding: 2px 6px 3px!important;
	margin-left: 5px!important;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("https://images.rvs.com/images/minified-svg/search-icon.svg") no-repeat center;
	background-size: cover;
}

input.addon {
	width: 20px;
	border: 0;
	text-indent: -33333px;
	height: 20px;
	background: url("https://images.rvs.com/images/minified-svg/search-icon.svg") no-repeat center;
}

.ie8 input.sub {
	background: url("https://images.rvs.com/images/content/search.png") no-repeat center;
	margin-top: -8px;
}

@media only screen and (max-width: 767px) {
	input.blue {
		margin-top: 0px!important;
	}
}

input.vin.sub {
	display: inline-block;
	position: relative;
	top: 7px;
	right: 27px;
	width: 16px;
	border: 0;
	text-indent: -33333px;
	height: 16px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("https://images.rvs.com/images/minified-svg/search-icon.svg") no-repeat center;
	background-size: cover;
}

.ie8 input.vin.sub {
	background: url("https://images.rvs.com/images/content/search.png") no-repeat center;
	margin-top: -8px;
}

.display-flex {
	display: flex;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.black-transparent-bottom.nohover {
	display: none;
}

#rvSaleInfoIcon {
	width:19px;
}

.wrap-center {
	width: 981px;
	margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrap-center {
		width: auto;
	}
}

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

@media only screen and (min-width: 1332px) {
	.max1332 {
		width: 1332px;
	}
}

.icons {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
}

.dealers .wrap-center {
	padding-top: 18px;
	padding-bottom: 45px;
	z-index: 1;
	position: relative;
}

.icons .wrap-section {
	overflow: hidden;
	padding: 10px 0 0;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.dealers .wrap-section {
		padding: 0 21px;
	}
}

.icons section {
	font-size: 0;
	line-height: 0;
	margin: 0 -1%;
}

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

@media only screen and (min-width: 1332px) {
	.dealers {
		max-width: 1332px;
		margin: auto;
	}
}

.icons .col {
	width: 9%;
	margin: 0 1%;
	display: inline-block;
}

.icons .bigger {
	margin: 0 1% 0 0;
	width: 11%;
}

.icons .smaller {
	width: 8%;
	max-width:117px;
}
.icons .smaller img{
	width:100%;
}

.icons h1 {
	display: block;
	color: #000;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	padding: 0 0 10px;
	text-align: center;
	margin-top: 0;
}

.icons h2 {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	padding: 0 0 10px;
	text-align: center;
	margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.icons p {
		padding: 0;
	}

	.icons .col {
		width: 15%;
	}
}

@media only screen and (max-width: 1024px) {
	.icons .col {
		margin: 10px 3.75% 2%;
		width: 19%;
	}
}

@media only screen and (max-width: 767px) {
	.icons .bigger {
		width: 24%;
	}
	.icons .smaller {
		width: 15%;
	}
	.icons p {
		font-size: 11px;
		padding: 0;
	}
	.icons span {
		padding: 15px 0 0;
	}
}

@media only screen and (max-width: 375px) {
	#rvType .short-rv-title {
		position: relative;
		top: -15px;
	}
}

.dealers section {
	font-size: 0;
	line-height: 0;
	margin: 0 -1%;
}

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

.dealers .col {
	width: 31.3%;
	margin: 0 1%;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.dealers .col {
		width: 100%;
		margin: 0;
		margin-bottom: 21px;
	}
}

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

.world .arr {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.world .arr i {
	content: '';
	position: absolute;
	font-style: normal;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 20px;
	height: 10px;
	background: url("https://images.rvs.com/images/minified-svg/scroll.svg") no-repeat center;
	background-size: cover;
}

.ie8 .world .arr i {
	background: url("https://images.rvs.com/images/content/scroll.png") no-repeat center;
	margin-left: -10px;
	margin-top: -5px;
}

.world .wrap-center {
	padding-top: 45px !important;
	padding-bottom: 45px;
	position: relative;
	width: 981px;
}

@media only screen and (max-width: 767px) {
	.world .wrap-center {
		padding-top: 40px;
		width: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.world .wrap-center {
		width: auto;
	}
}

.world .title {
	text-align: center;
	width: 750px;
	margin: auto;
	padding-bottom: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.world .title {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.world .title {
		width: auto;
	}
}

.world .title span {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	position: relative;
	margin-bottom: 20px;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.world .title span {
		font-size: 28px;
		line-height: 30px;
	}
}

.world .title p {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 30px;
	white-space: normal;
}

@media only screen and (max-width: 767px) {
	.world .title p {
		font-size: 19px;
		line-height: 24px;
	}
}

.world__info {
	font-size: 0;
	line-height: 0;
}

.world__info .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	position: relative;
	padding: 122px 39px 0;
	text-align: center;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.world__info .col {
		margin: 10px 0 20px;
		text-align: center;
		width: 100%;
	}
}

.world__info .col span {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 13px;
	text-align: center;
	text-shadow: none;
}

.world__info .col p {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	padding: 0 0 7px;
}

.world__info .col i {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-style: normal;
	width: 102px;
	height: 102px;
}

.ie8 .world__info .col i {
	margin-left: -50px;
}

.world__info .col.col1 i {
	background: url("https://images.rvs.com/images/minified-svg/search.svg") no-repeat center;
	background-size: cover;
}

.ie8 .world__info .col.col1 i {
	background: url("https://images.rvs.com/images/content/search.png") no-repeat center;
}

.world__info .col.col2 i {
	background: url("https://images.rvs.com/images/minified-svg/rv.svg") no-repeat center;
	background-size: cover;
}

.ie8 .world__info .col.col2 i {
	background: url("https://images.rvs.com/images/content/rv.png") no-repeat center;
}

.world__info .col.col3 i {
	background: url("https://images.rvs.com/images/minified-svg/confidence.svg") no-repeat center;
	background-size: cover;
}

.ie8 .world__info .col.col3 i {
	background: url("https://images.rvs.com/images/content/confidence.png") no-repeat center;
}

.why .arr {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.why .arr i {
	content: '';
	position: absolute;
	font-style: normal;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 20px;
	height: 10px;
	background: url("https://images.rvs.com/images/minified-svg/scroll.svg") no-repeat center;
	background-size: cover;
}

.ie8 .why .arr i {
	background: url("https://images.rvs.com/images/content/scroll.png") no-repeat center;
	margin-left: -10px;
	margin-top: -5px;
}

.why .wrap-center {
	padding-top: 45px!important;
	padding-bottom: 45px;
	position: relative;
	width: 90%;
}

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

.why .title {
	text-align: center;
	width: 750px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.why .title {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.why .title {
		width: auto;
	}
}

.why .title span {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	position: relative;
	margin-bottom: 20px;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.why .title span {
		font-size: 28px;
		line-height: 30px;
	}
}

.why .title p {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	white-space: normal;
}

@media only screen and (max-width: 767px) {
	.why .title p {
		font-size: 19px;
		line-height: 24px;
	}
}

.why__info {
	padding-bottom: 20px;
	font-size: 0;
	line-height: 0;
	display:flex;
	justify-content:center;
}

.why__info .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	position: relative;
	padding: 122px 39px 0;
	text-align: center;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.why__info .col {
		margin: 10px 0 20px;
		text-align: center;
		width: 100%;
	}

	.why_margin_double{
		margin-left: 30px;
	}

}

@media only screen and (min-width: 414px) and (max-width: 736px) {
	.why .title {
		width: auto;
	}

}

@media (min-width: 992px){
	.why_margin{
		margin-left: 100px;
	}
}


.why__info .col span {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 13px;
	text-align: center;
	text-shadow: none;
}

.why__info .col p {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	padding: 0 0 7px;
}

.why__info .col i {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-style: normal;
	width: 102px;
	height: 102px;
}

.ie8 .why__info .col i {
	margin-left: -50px;
}

.why__info .col.col1 i {
	background: url("https://images.rvs.com/images/minified-svg/search.svg") no-repeat center;
	background-size: cover;
}

.ie8 .why__info .col.col1 i {
	background: url("https://images.rvs.com/images/content/search.png") no-repeat center;
}

.why__info .col.col2 i {
	background: url("https://images.rvs.com/images/minified-svg/rv.svg") no-repeat center;
	background-size: cover;
}

.ie8 .why__info .col.col2 i {
	background: url("https://images.rvs.com/images/content/rv.png") no-repeat center;
}

.why__info .col.col3 i {
	background: url("https://images.rvs.com/images/minified-svg/confidence.svg") no-repeat center;
	background-size: cover;
}

.ie8 .why__info .col.col3 i {
	background: url("https://images.rvs.com/images/content/confidence.png") no-repeat center;
}

.why__info .col.col4 i {
	background: url("https://images.rvs.com/images/content/fa-plane-blue.png") no-repeat center;
}

.ie8 .why__info .col.col4 i {
	background: url("https://images.rvs.com/images/content/fa-plane-blue.png") no-repeat center;
}

.why__info .col.col5 i {
	background: url("https://images.rvs.com/images/content/fa-dollar-blue.png") no-repeat center;
}

.ie8 .why__info .col.col5 i {
	background: url("https://images.rvs.com/images/content/fa-dollar-blue.png") no-repeat center;
}

.why__info .col.col6 i {
	background: url("https://images.rvs.com/images/content/fa-wrench-blue.png") no-repeat center;
}

.ie8 .why__info .col.col6 i {
	background: url("https://images.rvs.com/images/content/fa-wrench-blue.png") no-repeat center;
}

.construct-sel {
	padding: 20px 0 0 0;
}

.construct-sel .wrap-center {
	padding-top: 45px!important;
	padding-bottom: 45px;
	position: relative;
}

@media only screen and (max-width: 480px) {
	.construct-sel .wrap-center {
		padding-top: 5px!important;
		padding-bottom: 10px!important;
	}
}

@media only screen and (max-width: 767px) {
	.construct-sel .wrap-center {
		padding-top: 40px;
	}
}

.construct-sel h1 {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}

.worldmap {
	width: 80%;
	margin-top: 30px;
}

.help {
	position: relative;
	overflow: hidden;
	background: url("https://images.rvs.com/images/content/bg2.jpg") no-repeat center;
	background-size: cover;
}

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

.help .wrap-center {
	padding-top: 61px;
	padding-bottom: 87px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.help .wrap-center {
		padding-top: 29px;
		padding-bottom: 55px;
	}
}

.help .title {
	text-align: center;
}

.help .title span {
	display: block;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 32px;
	line-height: 45px;
	position: relative;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	.help .title span {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 65px;
	}
}

.page-footer {
	background: #00669E;
	float: left;
	width: 100%;
}

.page-footer #navigation {
	text-align: left;
	margin: auto;
	float: none;
}

@media only screen and (max-width: 767px) {
	.page-footer {
		padding-left: 12px;
		padding-right: 0px;
	}

	.page-footer #navigation {
		float: left;
	}
}

.page-footer .message {
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 291px;
}

.page-footer .message.active .close {
	visibility: visible;
	opacity: 1;
}

.ie8 .page-footer .message.active .close {
	display: block;
}

.page-footer .message .close {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

.ie8 .page-footer .message .close {
	display: none;
}

@media only screen and (max-width: 767px) {
	.page-footer .message {
		position: static;
		top: 0;
		padding: 0;
		width: auto;
	}
}

.page-footer .message .close {
	background: url('https://images.rvs.com/images/minified-svg/close3.svg');
}

.ie8 .page-footer .message .close {
	background: url("https://images.rvs.com/images/content/close3.png") no-repeat center;
}

.page-footer .message.mass-scroll {
	bottom: 114px;
}

.page-footer .message.mass-scroll section {
	position: static;
}

.page-footer .message section {
	position: fixed;
	bottom: 0;
	background: #0075b8;
	border-radius: 5px 5px 0 0;
	z-index: 111;
	width: 291px;
}

@media only screen and (max-width: 767px) {
	.page-footer .message section {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		right: 0;
		padding: 0;
	}
}

.page-footer .message .message_i {
	height: 43px;
	cursor: pointer;
	padding: 0 20px 0 50px;
}

.page-footer .message i {
	display: inline-block;
	background: url("https://images.rvs.com/images/minified-svg/chat.svg") no-repeat center;
	background-size: cover;
	width: 23px;
	height: 17px;
	margin-right: 15px;
	position: absolute;
	top: 13px;
	left: 14px;
}

.ie8 .page-footer .message i {
	background: url("https://images.rvs.com/images/content/chat.png") no-repeat center;
}

.page-footer .message p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	line-height: 43px;
	font-weight: normal;
	letter-spacing: .4px;
}

.page-footer .message .message__popup {
	background: #ffffff;
	padding: 16px 22px;
	display: none;
}

.page-footer .message .message__popup .row {
	padding-bottom: 10px;
}

.page-footer .message .message__popup .row p {
	color: #000;
	line-height: 22px;
	padding-bottom: 8px;
}

.page-footer .message .message__popup .text p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	padding-bottom: 13px;
}

.page-footer .wrap-center {
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	width: auto;
}

@media only screen and (max-width: 767px) {
	.page-footer .wrap-center {
		text-align: left;
		padding-top: 26px;
	}
}

.page-footer .copy {
	float: left;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.page-footer .copy {
		float: left;
		padding-left: 0;
		padding-bottom: 10px;
		display: inline-block;
		margin-right: 10px;
	}
}

.page-footer .copy span {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.page-footer ul {
	font-size: 0;
	line-height: 0;
	float: right;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.page-footer ul {
		float: left;
		margin-left: 10px;
		padding-left: 0;
	}
}

@media only screen and (max-width: 483px) {
	.page-footer .social-icons {
		margin-top: 10px;
	}
}

.page-footer ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.page-footer .list-inline-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding: 0px;
}

.page-footer .list-inline-item .social-foot {
	width: 30px;
	margin: auto;
	text-align: center;
}

.page-footer .list-inline-item a {
	padding: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-footer ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 10px;
		line-height: 15px;
		font-weight: normal;
	}
}

.page-footer ul li span {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 15px;
}

.page-footer ul li a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 15px;
}

@media only screen and (max-width: 767px) {
	.page-footer ul li a {
		line-height: 20px;
	}
}

.page-footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.rvcw.page-footer .brand {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.rvcw.page-footer .divider {
	border-bottom: 1px solid #1f81a8;
	margin: 10px;
	padding: 0;
	width: 97%;
}

@media only screen and (max-width: 767px) {
	.rvcw.page-footer .divider {
		width: 93%;
	}
}

.rvcw.page-footer .brand img {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.rvcw.page-footer .brand .big {
	float: left;
	padding-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.rvcw.page-footer .brand .big {
		float: left;
		padding-top: 20px;
		text-align: left;
		margin-left: 0;
		padding-left: 0;
	}
}

.page-footer .big li {
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes move {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.key-popup {
	display: none;
	width: 502px;
	border-radius: 9px;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.key-popup {
		width: 100%;
	}
}

.key-popup .select2-container .select2-choice {
	width: 232px;
}

.key-popup .title {
	background: #f2f5f7;
	padding: 25px;
}

.key-popup .title span {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	display: block;
}

.key-popup .construct-sel__menu {
	padding: 0px 20px 10px;
	height: auto;
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	.key-popup .construct-sel__menu {
		padding: 0px 0px 10px;
	}
}

.key-popup .construct-sel__menu ul {
	padding-left: 0;
	width: 80%;
}

.key-popup .construct-sel__menu .m-item {
	position: absolute;
	top: 0;
	left: 17%;
}

.key-popup .construct-sel__menu li {
	position: relative;
	width: 50%;
	height: 50px;
}

.key-popup .construct-sel__menu li .item {
	padding-right: 114px;
}

.key-popup .construct-sel__menu li span {
	font-size: 16px;
	line-height: 18px;
	padding-top: 45px;
	font-weight: 400;
}

.key-popup__body {
	padding: 49px 29px;
	background: #ffffff;
}

.key-popup__body.key-popup__body_confirm {
	padding: 25px 29px;
}

.key-popup__body.key-popup__body_confirm .text {
	padding-bottom: 19px;
}

@media only screen and (max-width: 767px) {
	.key-popup__body.key-popup__body_confirm {
		padding: 25px;
	}
}

.key-popup__body .priceshow p{
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}

.key-popup__body .text p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}

.key-popup__body .list-inp .row {
	padding-bottom: 16px;
}

.key-popup__body .list-inp p {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 9px;
}

.key-popup__btns {
	padding: 22px;
	background: #f2f5f7;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.key-popup__btns {
		padding: 22px 26px 22px 26px !important;
	}
}

.key-popup__btns.align-right .cansel {
	margin-right: 22px;
}

.key-popup__btns .cansel {
	-webkit-transition: border-color, .3s;
	transition: border-color, .3s;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	color: #000;
}

.touchno-touch .key-popup__btns .cansel:hover {
	border-color: transparent;
}

.key-popup__btns .cansel i {
	background-image: url('https://images.rvs.com/images/svg-sprite/sprite.svg');
	background-position: 0px -16819px;
	width: 5px;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	left: -11px;
	top: 3px;
}

.tow-row {
	padding: 9px 5px;
}

.top-sect.selected,
.top-sect:hover {
	background: #f2f5f7 none repeat scroll 0 0;
	border-color: #eaeaea;
}

.top-sect.selected {
	border: 1px solid #0075b8;
	box-sizing: border-box;
}

.tow-row p {
	font-size: 13px;
	color: #000;
}

.top-tbl {
	border-bottom: 1px solid #dcdcdc;
}

.top-tbl .tow-row p {
	font-size: 13px;
	color: #616568;
}

.towguide_weight_display p {
	color: #000;
}

.towhelp {
	float: right;
	font-size: 11px;
	padding: 30px 7px 0;
	text-decoration: underline;
}

.agree {
	padding: 65px 1% 1% 2%;
	width: 100%;
}

.agree .checkbox {
	padding: 0 10px 0 0;
	top: 0;
}

.agree .descript {
	font-size: 11px;
}

.agree .descript a {
	color: #3875d7
}

.section-print {
	float: left;
	width: 480px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-print {
		width: 56%;
	}
}

@media only screen and (max-width: 767px) {
	.section-print {
		width: auto;
		float: none;
		padding-bottom: 20px;
	}
}

.remove .section-print {
	display: none;
}

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

.close {
	position: absolute;
	top: 9px;
	right: 6px;
	border-radius: 50%;
	overflow: hidden;
	background: url('https://images.rvs.com/images/minified-svg/close.svg'), rgba(255, 255, 255, 0.43);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all, .3s;
	-khtml-transition: all, .3s;
	transition: all, .3s;
}

.touchno-touch .close:hover {
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ie8 .close {
	background: url("https://images.rvs.com/images/content/icons/carousel/closeA.png") no-repeat center;
}

.print-main {
	padding-bottom: 33px;
}

.print-url {
	background: #f2f5f7;
}

.print-url .wrap-center {
	padding-top: 33px;
	padding-bottom: 33px;
}

.print-url p {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	padding-left: 22px;
}

.print-url p a {
	color: #007db6;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	border-bottom: 1px solid transparent;
}

.touchno-touch .print-url p a:hover {
	border-color: #007db6;
}

.block {
	display: block !important;
}

.check.block {
	width: 100% !important;
	text-align: left;
}

.disabled {
	pointer-events: none;
	cursor: default;
	background-color: #979797 !important;
}

.center {
	float: left;
	margin: 0 auto 5%;
}

.centertext {
	text-align: center;
}

.floorplan,
.check.motor {
	display: none;
}

.clear {
	clear: both;
}

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

.blue-nav .cust .information {
	position: absolute;
	top: 100%;
	float: left;
	min-width: 202px;
	background: none;
	background-color: #00669e!important;
	padding: 5px 10px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 1000;
	right: 0;
	left: auto;
	border-top: 2px solid #009cde;
	display: none;
}

.cust .information {
	position: absolute;
	top: 100%;
	float: left;
	min-width: 202px;
	background: url("https://images.rvs.com/images/content/black-transparent-60.png") center;
	padding: 5px 10px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 1000;
	right: 0;
	left: auto;
	border-top: 2px solid #009cde;
	display: none;
}

.cust .information a {
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
}

.cust .information .address {
	margin-bottom: 10px;
}

.cust .information .address a:hover {
	color: #009cde;
	text-decoration: none;
}

.cust .information .phone span {
	font-size: 15px;
	font-weight: bold;
}

.cust .information .phone span:hover {
	font-size: 15px;
	font-weight: bold;
	color: #009cde;
	text-decoration: none!important;
}

.cust .information .phone a:hover {
	text-decoration: none!important;
}

.cust .information .phone .phone-multi span {
	font-size: 15px;
	font-weight: normal;
}

.blue-nav .cust .information .viewstore {
	color: #FFF;
}

.blue-nav .cust .information .viewstore:hover {
	color: #009cde;
}

.cust .information .viewstore {
	float: right;
	font-size: 12px;
	color: #009cde;
	margin-top: 10px;
	text-decoration: underline;
}

.cust .information .viewstore:hover {
	color: #FFF;
}

.cust .information .viewhours {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: underline;
}

.cust .information .arrow-up {
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	top: -15px;
	right: 20px;
}

.blue-nav .cust .information p {
	font-weight: 400;
	color: #FFF;
	line-height: 24px;
	font-size: 15px;
}

.cust .information p {
	font-weight: 400;
	color: #FFF;
	line-height: 24px;
	font-size: 15px;
}

.blue-nav .cust .information .location-blue a {
	color: #fff;
}

.cust .information .location-blue a {
	font-weight: bold;
	color: #009CDE;
	padding: 20px 0px 5px;
}

.header-page .menu li.mobileonly {
	display: none;
}

@media only screen and (max-width: 767px) {
	.cust .information {
		top: -1000px;
	}
	.header-page .menu li.mobileonly {
		display: block
	}
	.header-page .menu li.mobileonly.dark {
		background: #F0F0F0;
		font-size: 16px;
		font-weight: bold;
	}
}

.header-page .information .phone,
.lead .phone {
	background: url("https://images.rvs.com/images/minified-svg/tel-b.png") no-repeat left;
	padding-left: 25px;
	background-size: contain;
}

.header-page .information .phone-multi,
.lead .phone-multi {
	background: url("https://images.rvs.com/images/minified-svg/tel-b.png") no-repeat left;
	padding-left: 25px;
	background-size: contain;
}

.header-page .information .address,
.lead .address {
	background: url("https://images.rvs.com/images/minified-svg/map.svg") no-repeat 0 0 / 15px 36px;
	padding-left: 25px;
}

.optin {
	display: none;
}

.why-us .world__info .col {
	padding: 0px 39px 0;
	width: 33%;
}

@media only screen and (max-width: 767px) {
	.why-us .world__info .col {
		margin: 10px 0 20px;
		text-align: center;
		width: 100%;
	}
}

.why-us .world__info {
	font-size: 10px
}

.why-us .world__info .col span {
	display: inline-block;
}

.why-us .col .img {
	width: 200px;
	height: 140px;
	margin: 0 auto;
}

.why-us .col .img:before,
.why-us .col .img .frame_before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.why-us .col .img img {
	width: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header-page .menu li a {
		padding: 7px 0px!important;
	}
	.towguideform {
		width: 100%
	}
}

.item-5 p {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 10px;
}

.header-product.custom .links {
	position: relative;
	right: 10px;
	float: right;
	margin-top: -10px;
}

@media only screen and (max-width: 767px) {
	.header-product.custom .links {
		position: relative;
		top: 48px;
		right: 10px;
		float: right;
		margin-top: -25px;
	}
}

.link-over {
	text-decoration: underline;
	transition: all, .3s;
}

.link-over:hover {
	text-decoration: none;
}

.post ul.form-errors li {
	color: #c00;
}

.key-popup__body .text p.small-text {
	font-size: 12px;
	font-style: italic;
	margin-top: -20px;
}

.floorplan img {
	display: inline-block;
	max-width: 100%;
	min-width: 48px;
	min-height: 48px;
	background-repeat: no-repeat;
	background-position: 50%;
}

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

.margin-top-30 {
	margin-top: 30px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-25 {
	padding: 25px;
}

.padding-35 {
	padding: 35px;
}

.padding-top {
	padding: 30px 0 0 0;
}

.margin-10 {
	margin: 10px;
}

.padding-5 {
	padding: 5px 0;
}

.nomargin {
	margin: 0px!important;
}
.fav-icons-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fav-icons-grid {
	flex-direction: column;
	display: flex;
	justify-content: center;
}
.fav-icons-cell {
	display: flex;
	justify-content: center;
	min-width: 76px;
}



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

	.mobile-nopadding {
		padding: 0px!important;
	}

	.mobile-marginb-10 {
		margin-bottom: 10px;
	}

	.mobile-marginb-20 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.padding-sm {
		padding: 15px;
	}
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.marginb-10 {
	margin-bottom: 10px;
}

.home-logo-transparent {
	background: url("/img/content/black-transparent.png") center;
	position: relative;
	width: 100%;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	.home-logo-transparent {
		display: none;
	}
}

.main-construct .home-logo-transparent .wrap-center {
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
}

.blue-transparent {
	background: url("/img/content/blue-transparent.png") center;
	padding: 15px 10px;
	position: relative;
}

.black-transparent {
	background: url("/img/content/black-transparent.png") center;
	margin-bottom: -2px;
	padding: 15px 10px;
	position: relative;
	border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
	.black-transparent {
		margin-bottom: 10px;
		border: none;
	}
}

.black-transparent:hover {
	background: url("/img/content/blue-transparent.png") center;
}

.black-transparent-bottom {
	margin-bottom: 5px;
	position: relative;
}

@media (max-width: 480px) {
	.black-transparent-bottom {
		background: none;
		margin-left: 0;
		margin-right: 0;
		width: 98%;
		padding: 0 5px;
	}
}

.black-transparent-bottom h3 {
	color: #0075b8;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.black-transparent .accordion-label {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-shadow: 0 2px 5px #000;
	position: relative;
	background-color: transparent;
}

@media (max-width: 480px) {
	.black-transparent .accordion-label {
		font-size: 15px;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 320px) {
	.black-transparent .accordion-label {
		font-size: 13px;
		white-space: nowrap;
	}
}

.black-transparent .icon {
	width: 40px;
	vertical-align: middle!important;
}

@media only screen and (max-width: 480px) {
	.black-transparent .icon {
		width: 40px;
		margin-right: 5px;
	}
}

.black-transparent .icon-arrow {
	display: inline-block;
	position: relative;
	width: 50px;
	vertical-align: middle!important;
}

@media only screen and (max-width: 480px) {
	.black-transparent .icon-arrow {
		width: 40px;
		margin-right: 5px;
	}
}

.blue-back {
	background: #0075b8;
	opacity: .9;
}

.refresh {
	width: 20px;
	margin-left: 20px;
}

@media only screen and (max-width: 480px) {
	.mobile-full {
		width: 100%;
	}
}


/*--Contact Section--*/

#contactrows {
	width: 100%;
	background: #f6f6f6;
	border-bottom-width: 2px;
	border-bottom-color: #E6E7E8;
	border-bottom-style: solid;
}

.formsearch {
	padding-bottom: 20px;
}

.newcontact {
	padding: 25px;
}

.newcontact .nostyle {
	width: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 20px;
}

.newcontact .withstyle {
	width: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 300;
	position: relative;
}

.newcontact p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.filtered {
	height: auto;
}

.resultset {
	padding-bottom: 20px;
}

.resultsfound {
	font-weight: bold;
	font-size: 18px;
}

.mobilemenuradius {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
}

.resultsfound1 {
	position: relative;
	bottom: 7px;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

.resulthighlight {
	font-weight: bold;
	font-size: 20px;
	color: #50A6C2;
}

.iconenv {
	width: 50px;
	height: 50px;
	margin: 0px 0px 0px 30px;
}

.newcontact .staricontext {
	position: relative;
	color: white;
	font-size: 14px;
	font-weight: bold;
	right: 31px;
	bottom: 17px;
}

.newcontact .staricontext1 {
	position: relative;
	color: white;
	font-size: 14px;
	font-weight: bold;
	right: 35px;
	bottom: 17px;
}

.iconphone {
	background: url("https://images.rvs.com/images/minified-svg/tel-b.png") no-repeat left;
	padding-left: 20px;
	background-size: contain;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	margin-left: 0px 20px 0px 0px;
}

.imgsmall {
	width: 450px;
	margin: 20px 20px 0px 60px;
}

#switchimage {
	font-size: 0px;
}

#campwords {
	font-size: 0px;
}

.campinglogowords {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}

.campinglogo {
	width: 450px;
}

.contactaddress ul li {
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 0px 40px;
	line-height: 16px
}

.contactaddress a {
	color: #0075b8;
}

.contacthours {
	float: right!important;
	margin: 0px 0px 0px -32px;
}

.contacthours ul li {
	color: #000;
	padding: 1% 0 0;
	font-size: 14px;
	line-height: 17px;
}

.contacthours .lead {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.featured-multi {
	position: relative;
	background-size: contain;
}

.featured-multi-wording {
	width: 100%;
}

.featured-multi-wording span {
	position: relative;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;
}

.featured-multi-wording span:hover {
	color: #009CDE;
	text-decoration: none!important;
}

.contactmiles {
	float: right;
	font-size: 14px;
	color: #0075b8;
	font-style: italic;
	font-weight: bold;
}

.contactmiles1 {
	display: none;
}

.tdhours {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.contacttable,
	.contacttable tr,
	.contacttable td {
		display: block;
	}
	.contacttable td {
		border: none;
		position: relative;
	}
	.contacthours {
		width: 83%;
		position: relative;
		margin: 0px 0px 0px -32px;
	}
	.tdhours {
		padding: 0 !important;
		margin: 9px 10px;
		width: 100%;
		text-align: left;
	}
	textarea,
	.inp-shortest {
		width: 25%;
		box-sizing: border-box;
		height: 30px;
		line-height: 30px;
		background: #ffffff;
		color: #000;
		padding: 0 10px;
		border: 2px solid #007db6;
		z-index: 3;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
		display: inline-block;
	}
	textarea,
	.inp-shorter {
		width: 50%;
		box-sizing: border-box;
		height: 30px;
		line-height: 30px;
		background: #ffffff;
		color: #000;
		padding: 0 10px;
		margin-bottom: 18px;
		border: 2px solid #007db6;
		z-index: 3;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
	}
	.resultsfound {
		font-weight: bold;
		font-size: 11px;
		line-height: 20px;
	}
	.resulthighlight {
		font-weight: bold;
		font-size: 11px;
		color: #50A6C2;
	}
	.contactmiles1 {
		display: block;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		margin-top: 15px;
	}
	.stariconmobile {
		height: 15px;
		margin-left: 10px;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	.newcontact .withstyle {
		width: 100%;
		color: #000;
		font-size: 18px;
		font-weight: bolder;
		vertical-align: inherit;
		position: relative;
	}
	.contactmiles {
		display: none;
	}
	.campinglogowords {
		display: none;
	}
	div[id=switchimage] {
		display: block;
		padding-bottom: 10px;
		margin: 0px 0px 0px 50px;
	}
	span[id=campwords] {
		display: block;
		font-size: 18px !important;
		line-height: normal;
		color: #000;
		padding-top: 40px;
		font-weight: bold;
	}
	img[id=campicon] {
		display: none !important;
	}
	.iconphone {
		background: url("https://images.rvs.com/images/minified-svg/tel-b.png") no-repeat left;
		padding-left: 20px;
		background-size: contain;
		vertical-align: top;
		font-size: 14px;
		font-weight: 600;
		color: #333;
		line-height: 50px;
		margin-left: 0px 20px 0px 0px;
	}
}

.btn.btn-contacts {
	background: #0075b8;
	padding: 0 20px;
	color: #fff;
	height: 30px;
	line-height: 25px;
	margin-left: 10px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.btn.btn-contacts {
		margin-left: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 364px){
	.btn.btn-contacts {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.key-popup .title span{
		font-size:16px;
	}
}

.btn-gold {
	color: #272727 !important;
	background-color: #ffce35 !important;
	border-color: #ffce35 !important;
}

.btn-gold:hover,
.btn-gold:focus {
	/*color: #FFF !important;*/
	border: 1px solid #337ab7;
	background-color: #F0AD4E !important;
	/* border-color: #EEA236 !important; */
}

.btn-gold2 {
	background: #ffb300!important;
	border-color: #ffb300!important;
	color: #000!important;
	text-transform: uppercase;
	font-weight: bold!important;
}

.btn-lt-blue {
	color: #FFF;
	background-color: #56a2fd;
	border-color: #56a2fd;
}

.btn-lt-blue:hover {
	color: #FFF;
	background-color: #f1be48;
	border-color: #f1be48;
}

.btn-red {
	color: #FFF;
	background-color: #bd252c;
	border-color: #bd252c;
}

.btn-red:hover {
	color: #FFF;
	background-color: #971d23;
	border-color: #971d23;
}

.btn-update {
	color: #FFF;
	background-color: #0097eb;
	border-color: #0097eb;
}

.btn-update:hover {
	color: #FFF;
	background-color: #0075b8;
	border-color: #0075b8;
}

@media only screen and (max-width: 364px) {
	.inp-shortest {
		width: 25%;
		box-sizing: border-box;
		height: 30px;
		line-height: 30px;
		background: #ffffff;
		color: #000;
		padding: 0 10px;
		border: 2px solid #007db6;
		z-index: 3;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
		display: inline-block;
		margin-bottom: 10px;
	}
	.btn.btn-contact {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

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

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}



.milesspan {
	color: #353535;
}


/* Testimonial Slider */
.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px; background-image: none;}
.carousel-control.right {right:-25px; background-image: none;}

.block-text {
	background-color: #fff;
	border-radius: 5px;
	color: #616568;
	margin: 30px auto;
	padding: 15px 18px;
}

.mark {
	padding: 12px 0;
	background:none;
}

.block-text p {
	color: #616568;
	margin-bottom: 0!important;
}

.block-text .person {
	color: #616568;
	padding-left: 10px;
	margin-bottom: 0!important;
	float: right;
	white-space: no-wrap;
}

.block-text ins {
	bottom: -44px;
	left: 50%;
	margin-left: -60px;
}

.block {
	display: block;
}

.zmin {
	z-index: 1;
}

.ab {
	position: absolute;
}
.rel {
	position: relative;
}

/* Replacing H tags */
.secondary-header p {
	color: #000;
	font-weight: 400;
	line-height: 25px;
	font-size: 22px;
	padding-bottom: 14px;
	padding-left: 20px;
}

/* Private Label Pages ~~~~~~~~~~~~ */
.site-wrapper-inner {
	vertical-align: top;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

.site-wrapper .site-wrapper-inner .cover-container .brand {
	text-align: center;
	margin-top: 4%;
	margin-bottom: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-wrapper .site-wrapper-inner .cover-container .brand {
		margin-top: 6%;
	}
}
@media only screen and (max-width: 767px) {
	.site-wrapper .site-wrapper-inner .cover-container .brand {
		margin-top: 7%;
	}
}

.site-wrapper .site-wrapper-inner .cover-container .brand span {
	font-family: 'Lato', sans-serif!important;
	font-weight: 900;
	color: #FFF;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 90px;
}
@media only screen and (min-width: 426px) and (max-width: 767px) {
	.site-wrapper .site-wrapper-inner .cover-container .brand span {
		font-size: 80px;
		line-height: 70px;
	}
}
@media only screen and (max-width: 425px) {
	.site-wrapper .site-wrapper-inner .cover-container .brand span {
		font-size: 60px;
		line-height: 50px;
	}
}

.site-wrapper .site-wrapper-inner .cover-container .make {
	text-align: center;
	margin-top: 15%;
	margin-bottom: 0px;
}
@media only screen and (min-width: 426px) and (max-width: 767px) {
	.site-wrapper .site-wrapper-inner .cover-container .make {
		margin-top: 20%;
	}
}
@media only screen and (max-width: 425px) {
	.site-wrapper .site-wrapper-inner .cover-container .make {
		margin-top: 45%;
	}
}

.site-wrapper .site-wrapper-inner .cover-container .make span {
	font-family: 'Lato', sans-serif!important;
	color: #FFF;
	text-transform: uppercase;
	font-size: 60px;
}
@media only screen and (min-width: 426px) and (max-width: 767px) {
	.site-wrapper .site-wrapper-inner .cover-container .make span {
		font-size: 50px;
	}
}
@media only screen and (max-width: 425px) {
	.site-wrapper .site-wrapper-inner .cover-container .make span {
		font-size: 40px;
	}
}

/* Cover */
.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
}

.shop3 {
	color: #fff!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	font-size: 14px!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.section-head {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.section-head span{
	font-family: 'Josefin Sans'!important;
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
	color: #000;
}
/* End Private Label Pages ~~~~~~~~~~~~ */

.padding-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}


.checkbox {
	position: relative;
	top: -5px;
	height: 21px !important;
	width: 21px;
	clear: left;
	float: left;
	background: url("https://images.rvs.com/images/content/check.png") no-repeat;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	background-position: -1px 0px;
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 3px;
}

.checkbox .contactcheck {
	position: relative;
	top: -5px;
	height: 21px;
	width: 21px;
	clear: left;
	float: left;
	background: url("https://images.rvs.com/images/content/check.png") no-repeat;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	background-position: 0px 0px;
}

.checkbox.checked {
	background-position: -1px -42px;
}

.checkbox input {
	position: absolute;
	left: -2400px;
	top: 0px;
}

.checkbox:focus {
	box-shadow: 0 0 4px 1px rgba(0,102,158,.5);
}

.optinCheckbox {
	height: 21px !important;
	width: 21px !important;
	float: left !important;
}
.virtual-visit{
	padding: 0;
}
.virtual-visit .checkbox{
	padding: 0;
	margin-right: 15px;
}
.virtual-visit label{
	transform: translateY(-3px);
}

.well {
	background-image: linear-gradient(to bottom, #f9f9f9, #f1f1f1)!important;
	background-color: #f0f0f0!important;
}

.modal-content {
	background: #f2f5f7;
}

.modal-body {
	background: #fff;
	padding-top: 20px;
}

.modal-head p {
	font-weight: 400;
	line-height: 38px;
	font-size: 36px;
	color: #007db6  ;
	padding-bottom: 10px;
}

.modal-note p {
	font-weight: 400;
	line-height: 25px;
	font-size: 23px;
	padding-left: 20px;
	padding-bottom: 14px;
	color:#000;
}

.container-fluid-light {
	background-color: #f2f5f7;
}

.footerlink li a {
	padding: 8px 16px 0px 26px;
}
@media only screen and (max-width: 360px) {
	.footerlink li a {
		padding: 0px 5px 0px 5px;
	}
}

	@media only screen and (max-width: 768px) {
		.footerlink.deskFooter {
			padding-left: 5px;
		}
	}
	@media only screen and (max-width: 470px) {
		 .page-footer ul.deskFooter li.desktopLinks {
			display: block;
			margin: auto;
			float: none;
			 clear: both;
			 text-align: left;
		}

		.footerlink  li.desktopLinks a {
			padding-left: 5px;
		}

		#page-footer .deskFooter .dropup {
			margin-bottom: 0;
		}
	}

	@media only screen and (max-width: 767px) {
		#page-footer .deskFooter .dropup {
			margin-bottom: 0;
		}
	}

ul.dropup {
	display: none;
	border-bottom: 1px solid white;
}
.dropup {
	background-color: #fff;
	list-style-type: none;
	float: left;
	min-width: 200px;
	padding: 5px 0px;
	list-style: none;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.dropup a{
	font-size:16px;
}
.dropup .dropdown-toggle::after {
	display: none;
}
.dropDownLink:hover, .dropDownLink:hover a {
	background-color: #007abb;
}
.page-footer ul .dropDownLink {
	width: 100%;
}
.page-footer ul .dropDownLink a {
	color: #00669e;
	vertical-align: middle;
	line-height: 20px;
	padding: 6px 12px;
}

.page-footer ul .dropDownLink:hover a {
	color: #fff;
}

.navigation {
	cursor: pointer;
	position: relative;
}
#navigation li:hover ul.dropup {
	display: block;
	position: absolute;
	left: 35px;
	bottom: 28px;
	width: 200px;
}

.backlink-container {
	background: #f8e6b1;
	padding: 10px 20px;
}

.backlink-container a {
	color: #00669e;
	font-weight: 700;
}

@media only screen and (max-width: 330px) {
	.hidden-xxs {
		display: none!important;
	}

	.glossary-img {
		display: block;
		margin-bottom: 10px;
		width: auto;
	}
}

@media only screen and (max-width: 660px) {
	.glossary-img {
		width: 100%;
	}
}

.glossary-img2 {
	display: inline-block;
	margin-bottom: 10px;
	width: 49%;
}

@media only screen and (max-width: 660px) {
	.glossary-img2 {
		width: 100%;
	}
}

.bullets {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.points ul {
	list-style-type: disc;
}

.points .ml-indent {
	margin-left: 10%;
}

.points li {
	font-size: 16px;
	line-height: 24px;
	color: #616568;
	display: list-item;
}

.full-width {
	width: 100%;
}

.px100 {
	width: 100px;
}

.panel-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1;
	color: inherit;
	display: inline-block;
}

.panel-title h2:hover {
	text-decoration: underline;
}

.panel-body {
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
}

.inline-img {
	float: right;
	margin: 0 0 20px 20px;
	width: auto;
}

@media only screen and (min-width:600px) and (max-width:1200px) {
	.inline-img {
		width: 50%;
	}
}

@media only screen and (max-width:599px) {
	.inline-img {
		width: 100%;
	}

	.desktopLinks {
		text-align: center;
		margin: auto;
		float: left;
	}
}


.btn-blue-water {
	color: #fff;
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}
.btn-blue-water:focus,
.btn-blue-water.focus {
	color: #fff;
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}
.btn-blue-water:hover {
	color: #fff;
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}
.btn-blue-water:active,
.btn-blue-water.active,
.open > .dropdown-toggle.btn-blue-water {
	color: #fff;
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}
.btn-blue-water:active:hover,
.btn-blue-water.active:hover,
.open > .dropdown-toggle.btn-blue-water:hover,
.btn-blue-water:active:focus,
.btn-blue-water.active:focus,
.open > .dropdown-toggle.btn-blue-water:focus,
.btn-blue-water:active.focus,
.btn-blue-water.active.focus,
.open > .dropdown-toggle.btn-blue-water.focus {
	color: #fff;
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}
.btn-blue-water:active,
.btn-blue-water.active,
.open > .dropdown-toggle.btn-blue-water {
	background-image: none;
}
.btn-blue-water.disabled:hover,
.btn-blue-water[disabled]:hover,
fieldset[disabled] .btn-blue-water:hover,
.btn-blue-water.disabled:focus,
.btn-blue-water[disabled]:focus,
fieldset[disabled] .btn-blue-water:focus,
.btn-blue-water.disabled.focus,
.btn-blue-water[disabled].focus,
fieldset[disabled] .btn-blue-water.focus {
	border-color: #4e9af5;
	background: rgba(78,153,245,1);
	background: -moz-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,153,245,1)), color-stop(100%, rgba(80,189,248,1)));
	background: -webkit-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -o-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	background: linear-gradient(to right, rgba(78,153,245,1) 0%, rgba(80,189,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e99f5', endColorstr='#50bdf8', GradientType=1 );
}

.homeDeliveryCTA {
	width:150px;
	float:right;
}

.pricingContain {
	width:59%;
	float:left;
}

@media only screen and (max-width: 767px) {
	.homeDeliveryCTA {
		width:100%;
		float:none;
		margin-top:30px;
	}

	.pricingContain {
		width:100%;
		float:none;
	}
}

/***********************************************************************************************/
/* Update Button */
/***********************************************************************************************/
.update-top {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background-color:#4da1ff;
	font-size: 12px;
	line-height: 20px;
	padding: 1em;
	z-index: 10000;
	display: none;
}

.update-top:hover {
	background-color: #ffb300;
	color: #000;
	text-transform: uppercase;
}

/* Compare RV Types, RV Glossary pages */
.reverse-type {
	background: #00669e;
	padding: 10px;
	text-align: center;
}

.reverse-type span {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.type p {
	color: #000;
	padding-bottom: 20px;
}

.panel-default>.blue-x {
	background-color: #0088c6!important;
	border-color: #0088c6!important;
	border-radius: 0px!important;
}

.panel-default>.light-c {
	background-color: #f2f5f7!important;
	border-color: #f2f5f7!important;
	border-radius: 0px!important;
}

.blue-x .panel-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.light-c .panel-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #00669e;
	text-transform: uppercase;
	display: inline-block;
}

.accord-glyphs .glyphicon {
	font-size: 9px;
	color: #337ab7;
	margin-right: 5px;
	border: 2px solid;
	padding: 2px;
	background-color: #fff;
	vertical-align: text-top;
}

.glossary-img {
	display: block;
	margin-bottom: 20px;
}
/* end */

#page-footer .dropup,
#page-footer .dropup .dropdown-toggle {
	background:none;
	border:none;
	box-shadow: none;
	min-width: auto;
}

#page-footer .dropup {
	padding:0;
	margin-bottom: 10px;
}

#page-footer .dropup .dropdown-toggle {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

#page-footer .dropup .dropdown-menu {
	background: #000;
	padding:10px 0;
}

#page-footer .dropdown-toggle:focus,
#horizontal-navbar .dropdown-toggle:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
	outline-color:#007abb;
}

#page-footer .dropdown-menu>li>a:focus,
#page-footer .dropdown-menu>li>a:hover {
	background:#00669e;
	color: #fff !important;
}

#page-footer .dropDownLink,
#page-footer .dropDownLink a {
	width: 100%;
}

.HiddenText
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.ui-autocomplete {
	z-index: 1500;
}



#rvmbmsearchHeader_combobox .input-group-addon,
#rvmbmsearchFilter_combobox .input-group-addon,
#rvmbmsearchMobileHeader_combobox .addon-left {
	color: #919eab;
	font-size: 10px;
}

#rvmbmsearchHeader_combobox .input-group-addon,
#rvmbmsearchFilter_combobox .input-group-addon,
#rvmbmsearchMobileHeader_combobox .addon-right {
	color: #919eab;
	background: #c4cdd5;
	font-size: 7px;
}

#rvmbmsearchHeader_combobox .addon-right:focus,
#rvmbmsearchFilter_combobox .addon-right:focus {
	background: #56a2fd;
}

#rvmbmsearch_combobox .addon-right:focus {
	background: #00669E;
}

#rvmbmsearch_combobox .input-group-addon,
#rvmbmsearchFilter_combobox .input-group-addon,
#rvmbmsearchMobile_combobox .input-group-addon {
	cursor: pointer;
	/*border: none;*/
}

#mbmAutocompleteMobileContainer {
	margin-top:10px;
	padding-bottom: 200px !important;
}

#mbmAutocompleteMobileContainer,
#rvmbmsearchMobile_combobox {
	width:100%;
}

#rvmbmsearchHeader_combobox .typeahead,
#rvmbmsearchFilter_combobox .typeahead,
#rvmbmsearchMobileHeader_combobox .typeahead {
	width:91%;
}

#rvmbmsearchHeader_combobox .typeahead,
#rvmbmsearchFilter_combobox .typeahead,
#rvmbmsearchMobileHeader_combobox .typeahead {
	padding-top:29px;
}

#mbmAutocompleteHeaderContainer {
	position: relative;
}

.cw-b5 #mbmAutocompleteHeaderContainer .ui-autocomplete {
	top: 32px;
}

#rvmbmsearchHeader {
	font-size: 14px;
}

#mbmAutocompleteHeaderContainer .ui-autocomplete,
#mbmAutocompleteFilterContainer .ui-autocomplete,
#mbmAutocompleteMobileHeaderContainer .ui-autocomplete {
	font-size:14px;
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	z-index: 5002;
}

#mbmAutocompleteContainer .ui-autocomplete,
#mbmAutocompleteFilterContainer .ui-autocomplete,
#mbmAutocompleteMobileContainer .ui-autocomplete {
	font-size:14px;
	line-height: 1.25em;
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	position:relative;
	margin-top: 10px;
}

.mbmAutocompleteContainer .ui-autocomplete,
.mbmAutocompleteFilterContainer .ui-autocomplete {
	/*padding-top:50px;*/
}

/*#mbmAutocompleteHeaderContainer .ui-autocomplete:before,
#mbmAutocompleteMobileHeaderContainer .ui-autocomplete:before,
#mbmAutocompleteContainer .ui-autocomplete:before,
#mbmAutocompleteMobileContainer .ui-autocomplete:before {
    content: "Please Choose One";
    background: #000;
    color: #fff;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.ui-autocomplete .chooseMsg {
	background: #7f878f;
	color: #fff;
	display: block;
	position: sticky;
	position: -webkit-sticky;
	top:0;
	text-align: center;
	margin-bottom: 10px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	width: inherit;
	z-index: 1000;
}

.ui-autocomplete .stockSearch {
	background: green;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui-autocomplete .chooseMsg .ui-state-active {
	border:1px solid #000;
	background: none;
}

.ui-autocomplete .noMatch .ui-state-active {
	border:1px solid #d21212;
	background: none;
}

#rvmbmsearchMobileHeaderSubmit:focus,
#rvmbmsearchHeaderSubmit:focus,
#rvmbmsearchFilterSubmit:focus,
#rvmbmsearchSubmit:focus,
#rvmbmsearchMobileSubmit:focus {
	background: #f4f6f8;
}

@media only screen and (max-width: 767px) {
	#rvmbmsearchHeader_combobox .typeahead:before,
	#rvmbmsearchFilter_combobox .typeahead:before,
	#rvmbmsearchMobileHeader_combobox .typeahead:before {
		width:100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#mbmAutocompleteHeaderContainer, #mbmAutocompleteFilterContainer {
		width:25%;
		padding-right: 0px;
	}
}

li.ui-menu-item.noMatch {
	background: #d21212;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}
li.ui-menu-item:not(.chooseMsg) .ui-state-active,
li.ui-menu-item:not(.chooseMsg):hover {
    background: #00669e;
    color: #fff;
}

#rvmbmsearchHeaderundefined,
#rvmbmsearchHeader_combobox .typeahead li a {
	text-align: right;
}

#rvmbmsearchMobileHeaderundefined {
	text-align: right;
}

#mobileSearchContainer {
	margin-bottom: 0px;
}

#mobileSearchContainer #mbmAutocompleteMobileHeaderContainer {
	margin: 7.25px 23px 0px;
}

.mbmAutocompleteContainer .form-control {
	background-color: #fff;
	border-radius: 15px;
	border: 0px;
	box-shadow: none;
	height: auto;
	padding: 5px 5px;
}

.mbmAutocompleteContainer .input-group {
	box-shadow: none;
	border-radius: 15px;
	border: 0px;
}

.mbmAutocompleteContainer.mbmAutocompleteHeaderContainer input {
	background-color: #F4F6F8;
}

.mbmAutocompleteContainer.mbmAutocompleteHeaderContainer input:focus,
#rvmbmsearch_combobox #rvmbmsearch:focus,
#rvmbmsearchFilter_combobox #rvmbmsearchFilter:focus {
	border: 1px solid #007abb;
}

.mbmAutocompleteContainer .addon-left {
	font-size: 11px;
	border: 0px;
	border-radius: 15px 0px 0px 15px;
	background: transparent;
	padding: 9px 0px 7px 7px;
}

.mbmAutocompleteContainer .addon-right {
	border: 0px;
	border-radius: 0px 15px 15px 0px;
	background: #56a2fd;
	padding: 9px 7px 7px 6px;
	color: #fff;
	font-size: 9px;
}

.mbmAutocompleteContainer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #6F7680;
	text-align: center;
	font-size: 10px;
	font-weight: 200;
	line-height: 20px;
	font-style: italic;
	padding: 0px;

}
.mbmAutocompleteContainer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #6F7680;
	text-align: center;
	font-size: 10px;
	font-weight: 200;
	line-height: 10px;
	font-style: italic;
}
.mbmAutocompleteContainer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #6F7680;
	text-align: center;
	font-size: 10px;
	font-weight: 200;
	line-height: 10px;
	font-style: italic;
}
.mbmAutocompleteContainer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #6F7680;
	text-align: center;
	font-size: 10px;
	font-weight: 200;
	line-height: 10px;
	font-style: italic;
}

.mbmAutocompleteContainer .typeahead__field .addon-left {
	position: absolute;
	font-size: 11px;
	line-height: 17px;
	background: transparent;
	padding: 7px 0px 7px 10px;
	vertical-align: middle;
}

/*#rvmbmsearchHeaderundefined {
	border-top: none;
    border-left: none;
    border-bottom: none;
    box-shadow: none;
}*/

/*BEGIN ALL-417 NADA quote*/
/* Also moving css from the value blade file into CSS file ...
LR: this is conflicting with the classes in product-search.css
.price-right {
	position: relative;
	flex: 1;
	float: right;
}

@media only screen and (max-width: 550px) {
    .price-right {
        float:none;
    }
}
*/

.value-results {
	margin-top: 10px;
	position: absolute;
	width: 70%;
	bottom: 0px;
	right: 0px;
	float: right;
}

#value .form-control, #value2 .form-control{
	margin-bottom: 10px;
}

#value .key-popup__body .list-inp textarea, #value2 .key-popup__body .list-inp textarea{
	width: 100%!important;
}

@media only screen and (max-width: 767px) {
	#value .construct-sel__menu.value ul, #value2 .construct-sel__menu.value ul {
		height: auto;
	}
}
.bg-quote {
	margin: 1% 5% 5%;
	box-shadow: 3px 3px 12px #aaaaaa;
}
.quote-top {
	background-color: #00669e;
	color: #fff;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}
.quote-top img {
	width: 50px;
	margin-top: -30px;
	margin-bottom: 10px
}
.quote-top p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin: 5px 0px;
	font-weight: 500;
}
.quote-success {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.5em;
}
.quote-bottom {
	background-color: #fff;
	padding: 10px 15px;
}
.quote-bottom p {
	color: #333;
	font-size: 16px;
	line-height: 16px;
	margin: 5px;
}
.quote-bottom .details {
	background-color: #cce0eb;
	padding: 15px 30px;
}
.quote-bottom .details p {
	font-size: 14px;
	line-height: 14px;
}
.quote-total {
	background-color: #00669e;
	color: #fff;
	font-size: 2em;
	margin: 5px auto;
	font-weight: 700;
	width: 80%;
	padding: 10px;
}
@media screen and (max-width: 500px) {
	.bg-quote {
		margin: 2% 5% 5%;
	}
}
/*END ALL-417 NADA quote*/

.dropdown-triangle {
	position: absolute;
	top: -9px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.go-b5 #rvmbmsearchHeader_combobox .addon-right,
.go-b5 #rvmbmsearchHeader_combobox .addon-right .cw-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.mbmAutocompleteContainer {
		padding-left: 0px;
		padding-right: 10px;
		margin-left: auto;
	}

	.mbmAutocompleteContainer {
		margin-top: 10px;
	}

	.go-b5 .go-nav-search.d-flex .mbmAutocompleteContainer {
		margin-top: 0;
	}

	.go-b5 .go-nav-search.d-flex .mbmAutocompleteContainer #rvmbmsearchHeaderSubmit {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cw-b5 .mbmAutocompleteContainer {
		margin-top: 0;
	}

	.mbmAutocompleteContainer .form-control {
		background-color: #fff;
		border-radius: 15px 0 0 15px!important;
		padding: 5px 8px;
	}

	#rvmbmsearchHeader_combobox .input-group-addon,
	#rvmbmsearchFilter_combobox .input-group-addon,
	#rvmbmsearchHeader_combobox .addon-right {
		color: #fff;
		background: #00669E;
		font-size: 11px;
	}

	.cw-b5 .cw-icon.icon-search {
		margin-top: 0;
	}

	.cw-b5 #rvmbmsearchHeader_combobox .input-group-addon {
		line-height: 11px;
	}
}

.active-carousel-dot{
	height: 9px !important;
	width: 9px !important;
	margin-bottom: 3px !important;
	opacity: 1!important;
}

.carousel-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	z-index: 700;
	text-align: center;
	display: none;
}

.img-carousel-overlay-container:hover .carousel-dots {
	display: block;
}

.carousel-dots .carousel-dot {
	display: inline-block;
	color:#56A2FD;;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #56A2FD;
	opacity: .5;
	margin: 5px;
}

.carousel-overlay {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	left: 0;
	line-height: 1;
	bottom: 0;
	top: 75% !important;  /* 68%*/
	z-index: 400;
	height: 50px;
	margin-top: -166px;
}

@media only screen and (max-width: 1024px) {
	.carousel-overlay {
		top: 65% !important;
	}
}


@media only screen and (max-width: 767px) {
	/*.carousel-overlay {*/
	/*	position: absolute;*/
	/*	top: 60% !important;*/
	/*	margin-top: 0;*/
	/*}*/

	.carousel-dots {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-overlay {
		top: 88% !important;
		margin-top: -60px;
	}

	.carousel-dots {
		display: block;
	}
}




.carousel-overlay .btn{
	text-decoration:none;
	color: #000000;
	font-size:12px;
	/*font-weight:bold;*/
	line-height:15px;
	max-height: 30px !important;
	height:30px;
	display:inline-block;
	text-align:center;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.19);
	opacity: 0.75;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}

.carousel-overlay .btn.round{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 1px;
}

.carousel-overlay .btn.round.active.focus, .carousel-overlay .btn.round.active:focus, .carousel-overlay .btn.round.focus, .carousel-overlay .btn.round:active.focus, .carousel-overlay .btn.round:active:focus, .carousel-overlay .btn.round:focus {
	outline: 0px;
}

@media only screen and (max-width: 360px) {
	.carousel-overlay #tourBtn {
		margin-left: -9px;
	}

	.carousel-overlay #walkthroughBtn {
		margin-left:5px;
	}
}


.carousel-overlay .btn .cw-icon {
	vertical-align: middle;
	font-size: 30px;
}

.carousel-overlay .img-count {
	text-align: center;
	min-width: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	/* border-radius: 18px; */
	color: #fff;
	height: 40px;
	width: 58px;
	opacity: 0.8;
	border-radius: 20px;
	background-color: #000000;
}


@media only screen and (max-width: 767px) {
	.carousel-overlay .img-count {
		height: 30px;
	}
}

/* image carousel overlay */
/* .img-carousel-overlay-container {

} */

.img-carousel-overlay {
	box-sizing: border-box;
	position: absolute;
	width: 15%;
	height: 100%;
	line-height: 1;
	padding-top:37%;
	/* opacity: 0.5; */
	bottom: 0;
	color: #fff;
	text-align: center;
	visibility: hidden;
}

.img-carousel-overlay-left {
	left: 0;
	padding-right: 5%;
	visibility: hidden;
}

.img-carousel-overlay-container:hover .img-carousel-overlay-left {
	/* opacity: .7;
	background: rgb(231,231,231);
	background: -moz-linear-gradient(270deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	background: linear-gradient(270deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9c9c9",endColorstr="#e7e7e7",GradientType=1); */
	visibility: visible;
}

.img-carousel-overlay-right {
	right: 0;
	padding-left: 5%;
	visibility: hidden;
}

.img-carousel-overlay-container:hover .img-carousel-overlay-right {
	/* opacity: .7;
	background: rgb(231,231,231);
	background: -moz-linear-gradient(90deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	background: linear-gradient(90deg, rgba(231,231,231,0) 24%, rgba(000,000,000,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7",endColorstr="#c9c9c9",GradientType=1); */
	visibility: visible;
}

#fancyboxPics {
	top:160px !important;
}

#topperContainer {
	max-width: 1024px;
	margin: 3% auto 2%;
}

@media only screen and (max-width: 767px) {
	#fancyboxPics {
		top:60px !important;
	}

	#topperContainer {
		max-width: 740px;
		margin:5% 5% 2%;
	}
}

.productDetailModalImageIndex {
	position: relative;
	float: left;
	color:#919EAB;
	font-size:17px;
}

.productDetailModalImageCTA {
	float:right;
	width: 310px;
}

@media only screen and (max-width: 767px) {
	.img-carousel-overlay-container:hover .img-carousel-overlay-left {
		display: none;
	}

	.img-carousel-overlay-container:hover .img-carousel-overlay-right {
		display: none;
	}
}



.simulateBtn {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;
}
.simulateBtn:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
.simulateBtn:active:before{
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.btn-confirm.simulateBtn:before,
#confirmBtn.simulateBtn:before {
	background-color: #1B7809;
	/*background-color: rgba(255,255,255,.75);*/
}

#apptBtn.simulateBtn:before,
#search.simulateBtn:before {
	background-color: #00669E;
	/*background-color: rgba(255,255,255,.75);*/
}

.btn-details.simulateBtn:before {
	background-color: #00669E;
	/*background-color: rgba(255,255,255,.75);*/
}

.product-btns .simulateBtn:before {
	top:1px;
	height:40px;
	width:100%;
	/*left: calc(50% - 25%);*/
	left:0;
}

/* Anmiation from http://tobiasahlin.com/spinkit/ */
@-webkit-keyframes scaleout {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.0)
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes scaleout {
	0% {
		opacity: 1;
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 100% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
		  opacity: 0;
	  }
}
.btn-click:before {
	content: "";
	position: absolute;
	top: 10px; /* (button height - height) / 2 */
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 100%;

	-webkit-animation: scaleout .5s 1 ease-out;
	animation: scaleout .5s 1 ease-out;

	opacity: 0;
}
#confirmBtn.btn-click:before {
	background-color: #3da329;
	/*background-color: rgba(255,255,255,.75);*/
}
#apptBtn.btn-click:before {
	background-color: #00669E;
	/*background-color: rgba(255,255,255,.75);*/
}

.ltd-alert {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	border: 1px solid rgba(33,43,54,0.3);
	border-left: 10px solid #d0021b;
	border-radius: 4px;
	padding: 14px 14px 14px 21px;
	margin-top: 65px;
}

.alert-flex {
	flex: 0 1 auto;
}

.alert-flex img {
	width: 27px;
	margin-right: 17px;
}

.alert-flex .alert-cta {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0px 0px 8px;
}

.alert-flex p {
	font-size: 14px;
	line-height: 20px;
	color: #212b36;
}

@media only screen and (max-width: 414px) {
	.ltd-alert {
		display: block;
		margin: 65px 16px 0px;
	}

	.alert-flex .alert-cta {
		margin: 9px 0px 8px;
	}
}





.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.ea-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.ea-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .ea-slider {
	background-color: #135d92;
}

input:focus + .ea-slider {
	box-shadow: 0 0 1px #135d92;
}

input:checked + .ea-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.ea-slider.round {
	border-radius: 34px;
}

.ea-slider.round:before {
	border-radius: 50%;
}

.ea-slider-div {
	border-top: 1px solid #e4e8eb;
  }


.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

:focus {
  border: 2px solid #135d92;
}

.stock-num-prod-details{
  color: #454F5B;
  font-family: Lato;
  font-size: 12px;
  line-height: 15px;
}

.foo2_prev {
  display:none;
}

.foo2_next {
  display:none;
}

#logoRow {
  padding: 20px 15px 15px!important;
}
.fancybox-inner .foo2_prev,.fancybox-inner .foo2_next{display:block; top:50%;}
.fancybox-inner .foo2_prev{left:10px;}
.fancybox-inner .foo2_next{right:10px;}

.mob-slider .owl-item,
.mob-slider .owl-item .col {
  position: relative;
}

#pinchZoomIcon {
  position:absolute;
  bottom:20%;
  left:43%;
  z-index:50;
}

.fancybox-overlay {
  background: rgba(53, 52, 52, .9);
}

.share-notification {
  color: #fff;
  background-color: rgb(0,0,0);
  background-color: rgb(0,0,0, .75);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align:center;
  z-index: 99999;
}

  .cw-alert {
	  display: none;
	  margin-bottom: 30px;
  }

  form p.form-instructions {
	  font-size: 13px;
  }

  #dealerInfoContainer {
	  display: flex;
	  align-items: center;
  }

  #dealerInfoContainer h3 {
	  padding-bottom: 0;
  }

  .whyus details,
  .whyus details p,
  .whyus details a {
	  color: white;
	  text-shadow: 0 0 5px #000;
  }

  .whyus details a {
	  text-decoration: underline;
  }

  .whyus h2 {
	  color: #000;
	  font-size: 32px;
	  font-weight: 700;
	  line-height: 50px;
	  margin-bottom: 0;
  }

  .whyus .reverse-large h2 {
	  color: #fff!important;
	  font-weight: 900!important;
	  font-size: 62px!important;
	  line-height: 70px;
	  text-shadow: 0px 0px 18px #000;
	  margin-bottom: 0;
  }

  .whyus h3 {
	  color: #000;
	  font-size: 26px !important;
	  font-weight: 700 !important;
	  line-height: 38px !important;
	  width: 100%;
	  margin-top: 20px;
	  margin-bottom: 20px;
  }

  .whyus figcaption {
	  font-weight: bold;
	  font-family: Arial, sans-serif;
	  font-size: 20.5px;
	  text-align: center;
	  color: #231f20;
  }

  .whyus figure img {
	  margin-bottom: 10px;
  }

  .whyus figure {
	  margin-bottom: 12px;
  }

.personalshopper .container-fluid-top {
	background: url('https://images.rvs.com/images/content/freedomelite.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 40px;
	height: 450px;
}

.personalshopper .logo-top {
	width: 300px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.personalshopper .logo-top {
		width: 40%;
	}
}

.personalshopper label {
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

.personalshopper #dealerInfoContainer {
	padding-left: 15px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.paddinglr0 {
	padding-left: 0;
	padding-right: 0;
}

/* bootstrap 3 classes*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.hide {
	display: none !important;
}

.form-group {
	margin-bottom: 15px;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

/* end bootstrap 3 classes*/

/* success modal */
.lead-modal-success-check,.lead-modal-success,.lead-modal-response{
	padding:12px 0;
}

.lead-modal-success-check{
	padding-top:40px;
}
.lead-modal-success{

}
.lead-modal-response{
	color: #3A434C;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 17px;
	text-align: center;
	padding-right:20px;
	padding-left:20px;
}
.lead-dismiss-button{
	margin-top:20px;
	box-sizing: border-box;
	height: 42px;
	width: 68px;
	border: 1px solid #212B36;
	border-radius: 4px;
	padding:10px;
}
.line-out{
	height: 3px;
	margin-top: 20px;
	background:#D8D8D8;
}
.message-text{
	padding-bottom:12px;
}
.perform-product-select{
	padding-right: 30px;
}

input[type=text],
input[type=button],
a[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
}

@media only screen and (max-width: 576px){
	.points-employ{
		height: 111px;
		width: 88.5px;
	}
}

@media only screen and (max-width: 414px) {
	.page .container,
	.cwService .container{
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 334px) {
	.brand img{width:300px
	}
	.brand img{width:300px}
}

@media only screen and (max-width: 333px) {
	.brand img{width:90%
	}
}

.advanced-search-link, .advanced-search-link:active, .advanced-search-link:focus{
	outline: 0;
	border: none;
}
	.brand img{width:90%}
}

