@media (min-width: 1440px) {.container {width:1296px!important;}}
@media (max-width: 991px) {.container {width:100%!important;}}

.ytPlayIcon {
	font-size: 28px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	z-index: 1000;
	top: 40%;
	left: 40%;
	width: 80px;
	height: 50px;
	border-radius: 20px;
	line-height: 48px;
	text-align: center;
}

.ytGradient {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	opacity: .36;
}

.youtubeModalLink:hover .ytPlayIcon,
.youtubeModalLink:focus .ytPlayIcon {
	background-color:#FF0000;
}

.padding-100 {
	padding-top: 100px;
}

.container-fluid-topper {
	background-color: #00669e;
	position: relative;
	z-index: 1;
	height: 460px;
	padding-right: 0px!important;
}

.container-fluid-topper .container {
	/*margin-right: 0px;*/
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid-topper .title-box {
	display: inline-block;
	position: relative;
	width: 405px;
	padding-top: 156px;
}

.title-box h1 {
	font-size: 50px;
	line-height: 58px;
	color: #fff;
}

.title-box .desktop-break {
	display: block;
}

.title-box .mobile-break {
	display: none;
}

.title-box .sub {
	font-size: 14px;
	line-height: 16px;
	color: #f1b348;
	font-weight: 700;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.learn-rvs h2 {
	color: #212b36;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}

.learn-rvs h3 {
	color: #212b36;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 8px;
}

.learn-rvs p {
	font-size: 16px;
	line-height: 24px;
	color: #212b36;
}

.section-rounded {
	position: relative;
	z-index: 2;
	margin-top: -41px;
	border-radius: 20px;
	background-color: #fff;
	padding-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.section-rounded .minus-margin {
	margin-top: -25px;
}

.section-rounded .vid-intro {
	display: block;
	width: 636px;
	margin: 0px auto 50px;
}

.vid-thumbs {
	margin-bottom: 133px;
}

.vid-thumbs .thumb-box:focus-within {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	border: 2px solid #c5c5c5;
}

.vid-thumbs .thumb-box {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 5px 10px 0px rgba(0,102,158,0.2);
	padding: 16px;
	margin:5px 5px 10px;
}

.vid-thumbs .embed-responsive .youtubeLinkContainer {
	position:relative;
	padding-bottom:56%;
	overflow: hidden;
}

.vid-thumbs .embed-responsive .youtubeLinkContainer img {
	position:absolute;
	top:-50%;
	bottom:-50%;
	left: 0;
	margin:auto;
	width: 100%;
	height: auto;
}

.vid-info {
	padding-top: 16px;
	text-align: left;
}

.learn-rvs .vid-category {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 16px;
	text-transform: uppercase;
}

.vid-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.know-intro {
	display: inline-block;
	width: 50%;
	float: right;
	padding-left: 5%;
	padding-right: 0;
}

.learn-rvs .know-intro h2 {
	text-align: left;
	margin-bottom: 30px;
}

.know-intro .tab-content {
	margin-top: 30px;
}

.know-text-box {
	display: inline-block;
	width: 50%;
	float: right;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 0;
}

.know-text-box hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #dfe3e8;
}

.know-text-box .tow-link {
	color: #00669e;
	line-height: 24px;
}

.know-image-box {
	display: inline-block;
	width: 50%;
	margin-top: -110px;
	border-radius: 10px;
	background-color: #f4f6f8;
	box-shadow: 0px 10px 20px 0px rgba(0,102,158,0.2);
	padding: 50px 34px 50px 28px;
}

.know-intro .nav-pills>li>a {
	border: 1px solid #00669e;
	color: #00669e;
	padding: 12px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.know-intro .nav-pills>li>a.active, .know-intro .nav-pills>li>a.active:focus, .know-intro .nav-pills>li>a.active:hover {
	background-color: #00669e;
	color: #fff;
}

.know-intro .nav-pills>li>.left {
	border-radius: 20px 0px 0px 20px;
}

.know-intro .nav-pills>li>.right {
	border-radius: 0px 20px 20px 0px;
}

.know-intro .nav-pills>li>a>.triangle {
	display: none;
}

.know-intro .nav-pills>li>a.active>.triangle {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 40%;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00669e;
}

.rv-type-photo-options {
	list-style-type: none;
	margin: 60px auto 10px;
	display: table;
	border-bottom: 1px solid #637381;
	padding: 0 10px;
}

.rv-type-photo-options li {
	float: left;
	margin: 20px 10px 0;
	text-transform: uppercase;
}

.rv-type-photo-options li button {
	color: #454F5B;
	font-size: 12px;
	letter-spacing: 1.8px;
	line-height: 16px;
	padding: 0px 10px 2px;
	text-decoration: none;
}

.rv-type-photo-options li button.active {
	color: #00669e;
	font-weight: 700;
}

.rv-type-photo-options.nav-tabs .nav-item .nav-link:hover,
.rv-type-photo-options.nav-tabs .nav-item .nav-link.active {
	border-bottom: 5px solid #00669e;
	text-decoration: none;
	padding-bottom: 4px;
	font-weight: 700;
	background-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.rvInfoPhotoSlider1 {
	position:relative;
    margin-top: 20px;
    padding: 0 40px;
}

.rvInfoPhotoSlider.vid-thumbs {
    margin-bottom: 0;
}

.lSSlideOuter.rvInfoPhotoSlider1 .lSPager.lSpg {
    margin: 20px auto !important;
    text-align: center;
}

.lSSlideOuter.rvInfoPhotoSlider1 .lSAction > .lSPrev {
    left: 25px;
}

.image-side .tab-pane {
	width: 100%;
}

.image-side .tab-pane img {
	width: 100%;
	height: auto;
	display: block;
}

/* Button Ripple effect */
.ripple {
	background-position: center;
	transition: background 1s;
}
.ripple:hover {
	text-decoration: none;
	color: #fff;
	background: #014f79 radial-gradient(circle, #00669e 1%, #014f79 1%) center/15000%;
}
.ripple:active {
	text-decoration: none;
	color: #fff;
	background-color: #014f79;
	background-size: 100%;
	transition: background 0s;
}

.ripple:focus {
	color: #fff;
	background-color: #014f79;
}

.btn-ripple {
	display: inline-block;
	border-radius: 25px;
	padding: 16px 44px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	background-color: #00669e;
}

.know-type-box {
	padding-top: 120px;
	padding-bottom: 100px;
}

.know-type-box h3 {
	text-align: center;
	margin-bottom: 48px;
	padding-bottom: 0px;
}

.types-btn-row {
	display: block;
	text-align: center;
	margin: auto;
}

.types-btn-row .btn-type {
	width: 15%;
	padding-top: 23px;
	padding-bottom: 16px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #dfe3e8;
	background: #fff;
}

.btn-type.active.focus, .btn-type.active:focus, .btn-type.focus, .btn-type:active.focus, .btn-type:active:focus, .btn-type:focus {
	outline: 5px auto #F1BE48!important;
}

.btn-type:hover {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
}

.types-btn-row .first {
	margin-right: 8px;
}

.types-btn-row .inside {
	margin: 0px 8px;
}

.types-btn-row .last {
	margin-left: 8px;
}

.types-btn-row .btn-type .type-icon {
	height: 30px;
	margin-bottom: 20px;
}

.types-btn-row .btn-type .type-icon.type-truck {
	height: 35px;
	margin-bottom: 15px;
}

.types-btn-row .btn-type .type-desc {
	color: #212b36;
	font-size: 16px;
	line-height: 19px;
}

.know-type-box .well-type {
	margin-top: 51px;
	border-radius: 20px;
	background: linear-gradient(to right, #f4f6f8 90%, #fff 100%);
	box-shadow: 0px 20px 30px 0px rgba(0,102,158,0.3);
	position: relative;
}

.know-type-box .panel {
	box-shadow: none;
	border: 0;
}

.panelClose {
	margin-right: 15px;
	margin-top: 15px;
	right: 0px;
	position: absolute;
	z-index: 10000;
	font-size: 17px;
	line-height: 17px;
	color: #00669e;
}

.well-type .image-side {
	background-color: #f4f6f8;
}

.well-type .info-side {
	background-color: #fff;
	padding: 30px 8%;
}

.info-side .well-head {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 8px;
}

.info-side ul {
	list-style: disc;
	margin-top: 15px;
	margin-left: 25px;
}

.info-side li {
	font-size: 16px;
	line-height: 24px;
	color: #212b36;
}

.range-box {
	width: 288px;
	margin: 20px auto 30px 0px;
	display: block;
}

.range-icon {
	display: inline-block;
	text-align: center;
	margin: auto;
	width: 76px;
}

.range-text {
	display: inline-block;
	text-align: left;
	width: auto;
}

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

.range-box hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #919eab;
}

.container-fluid-manufacturer {
	background-color: #014f79;
	color: #fff;
	text-align: center;
	padding: 117px 0px 77px;
}

.manu-intro {
	display: block;
	margin: auto;
	width: 410px;
	text-align: center;
}

.manu-intro h2 {
	color: #fff;
	margin-bottom: 10px;
}

.manu-intro p {
	color: #fff;
	margin-bottom: 74px;
}

.manu-btn-row {
	/*display: flex;
	justify-content: center;*/
}

.manu-btn-row .btn-manu {
	/*flex: 0 1 auto;
	width: 22%;*/
	background-color: transparent;
	padding: 0px;
	margin-top: 40px;
}

.manu-btn-row .first {
	margin: 0px 8px 0px 0px;
}

.manu-btn-row .inside {
	margin: 0px 8px;
}

.manu-btn-row .last {
	margin: 0px 0px 0px 8px;
}

.manu-btn-row .btn-manu .manu-icon {
	width: 100%;
	height: auto;
	max-height: 160px;
}

.manu-btn-row .btn-manu .manu-icon-container {
	width: 200px;
    display: flex;
    height: 160px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
}


.manu-btn-row .btn-manu .manu-desc {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
}

.container-fluid-manufacturer .modal-content {
	text-align: left;
}

.container-fluid-manufacturer .modal-body a {
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #212b36;
	font-weight: 700;
}

.living {
	padding-top: 95px;
	padding-bottom: 83px;
}

.living-intro {
	display: block;
	width: 50%;
	margin-bottom: 60px;
}

.living-intro h2 {
	margin-bottom: 8px;
}

.learn-rvs .playlist-intro {
	width: 33%;
	padding-right: 100px;
	float: left;
}

.learn-rvs .playlist-intro h3 {
	text-align: left;
}

.learn-rvs .playlist-intro p {
	padding-bottom: 10px;
}

.playlist-main-slider {
	width:66%;
	float:left;
}

.playlist-main-slider .vid-thumbs {
	margin-bottom: 24px;
}

.playlist-main-slider .slide {
	display: inline-block;
	width: 515px;
	/*padding-right: 23px;*/
}

.container-fluid-blog {
	background-color: #f4f6f8;
	padding: 100px 0px 70px;
}

.blogCardLink:hover {
	text-decoration: none;
}

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

.blog-intro h2 {
	width: 35%;
	margin: 0px auto 8px;
}

.blog-intro p {
	width: 50%;
	margin: 0px auto 64px;
}

.blog-category h5,
.blog-category h3 {
	font-size: 24px;
	line-height: 28px;
	color: #212b36;
	padding-right: 32px;
	display: inline-block;
}

.blog-category a {
	display: inline-block;
}

.post-box {
	background-color: #fff;
	padding: 34px 14px 34px 32px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 24px;
	display: flex;
}

.post-thumb {
	width: 156px;
	height: 156px;
	margin-right: 34px;
	flex: 0 0 auto;
	background-size: cover;
	border-radius: 3px;
}

.post-thumb img {
	width: 100%;
	border-radius: 3px;
}

.post-content {
}

.content-row {
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	align-items: center;
}

.content-row .post-category {
	flex: 1 1 auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
}

.content-row .post-date {
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 20px;
	color: #454F5B;
	opacity: 50%;
	text-align: right;
}

.content-block {
	flex: 1 1 auto;
	display: flex;
}

.content-block .post-title {
	flex: 1 1 100%;
	font-size: 20px;
	line-height: 24px;
	color: #212b36;
	font-weight: 700;
	padding: 15px 0px 8px;
}

.content-block .post-blurb {
	flex: 1 1 100%;
	font-size: 16px;
	line-height: 24px;
	color: #454F5B;
}

.post-date.block-date {
	display: none;
}

.blog-btn {
	text-align: center;
	margin-top: 67px;
}

.blog-btn .btn-ripple {
	padding: 16px 88px;
}

#contactContainer {
	background-color: #00669E;
	height: 525px;
	color: #fff;
	text-align: center;
	padding: 86px 0px 115px;
}

#contactContainer h2,
#contactContainer h4,
#contactContainer p {
	color:#fff;
}

#contactContainer h2 {
	margin-bottom: 10px;
}

#contactContainer .contactMethod {
	box-sizing: border-box;
	text-align: left;
	margin-top:40px;
	padding-left: 10px;
	padding-right: 10px;
}

#contactContainer .contactMethod .offsetContactMethod {
	margin: 0;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
	padding: 25px 30px 25px 20px;
}

#contactContainer .contactMethod a:focus .offsetContactMethod {
	box-shadow: 0 15px 15px 0 rgba(0,0,0,0.5);
	background: #4c4c4c;
}

#contactContainer .contactMethod img {
	margin-bottom: 20px;
	min-height: 40px;
	max-width: 40px;
}

#contactContainer .contactMethod h4 {
	margin-bottom: 15px;
}

#ui-datepicker-div {
	top: 225px !important;
}

.lSSlideOuter.sliderWithArrows {
	position: relative;
	padding-bottom: 20px;
}

.lSSlideOuter.sliderWithArrows .lSAction > a {
	top: auto;
	bottom: 0px;
}

.lSSlideOuter.sliderWithArrows .lSAction > .lSPrev {
	left: 0;
}

.lSSlideOuter.sliderWithArrows .lSPager.lSpg {
	margin: 10px 0 0 31px;
	display: inline;
	padding: 0;
}

.well-type .collapseContent {
    margin-right: 15px;
}

.playlist-main-slider .slide.see-channel {
	height: calc(100% - 20px);
	width: 300px;
	margin-top:10px;
	background-color: #00669e;
	color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.playlist-main-slider .slide.see-channel .cw-icon {
	font-size: 100px;
	color: rgba(0,0,0,.22);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 0;
}

.playlist-main-slider .slide.see-channel:focus-within {
	background-color: #1d1e1f;
}

.playlist-main-slider .slide.see-channel:focus-within .cw-icon {
	color: rgba(255, 255, 255, .5);
}

.playlist-main-slider .slide.see-channel .text-contain {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.playlist-main-slider .slide.see-channel p {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

@media (min-width: 1650px) {.container-fluid-topper .container {margin-right:auto;}}
@media (min-width: 1440px) {
	.container-fluid-topper .title-box {width: 500px;}
	.know-intro {padding-left: 135px; padding-right: 110px;}
	.know-type-box {padding-top: 100px;}
	.know-text-box {padding-left: 135px; padding-right: 110px;}
	.types-btn-row .btn-type .type-icon {height: 39px;}
	.types-btn-row .btn-type .type-icon.type-truck {height: 50px;margin-bottom: 10px;}
	.manu-btn-row .btn-manu .manu-icon {padding: 20px 18px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container-fluid-topper {
		height: 380px;
	}

	.container-fluid-topper .title-box {
		padding-top: 110px;
	}

	.types-btn-row .btn-type {width: 14%;}
	.well-type .info-side {padding: 30px 0px 30px 16px;}

	.blog-intro h2 {
		width: 100%;
	}

	.blog-intro p {
		width: 80%;
	}

	.post-box {
		padding: 17px 15px 16px 16px;
	}

	.post-thumb {
		width: 120px;
		height: 120px;
		margin-right: 17px;	
	}

	.content-block .post-title {
		font-size: 16px;
		line-height: 22px;
		padding: 9px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.section-rounded {
		padding-top: 33px;
	}

	.section-rounded .vid-intro {
		width: auto;
		margin: 0px 16px 37px;
	}

	.learn-rvs h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.vid-thumbs {
		margin-bottom: 70px;
	}

	.vid-thumbs .col-xs-4 {
		width: 212px;
		padding-right: 0px;
		display: inline-block;
	}

	.know-intro {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		float: none;
		margin-top: 70px;
	}

	.learn-rvs .tab-content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.learn-rvs .know-intro h2 {
		margin-bottom: 44px;
		text-align: center;
	}

	.know-intro .nav-justified>li {
		float: left;
		width: 50%;
	}

	.know-intro .nav-pills>li+li {
		margin-left: 0px;
	}

	.know-intro .nav-pills>li>a {
		font-size: 12px;
		line-height: 16px;
	}

	.know-image-box {
		width: 100%;
		margin-top: 26px;
		padding: 21px 34px 21px 28px;
	}

	.know-text-box {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.know-text-box hr {
		margin-top: 23px;
		margin-bottom: 25px;
	}

	.know-type-box h3 {
		text-align: left;
		margin-bottom: 27px;
		padding-left: 0px;
	}

	.know-type-box .well-type {
		background: transparent;
	}

	.well-type .image-side {
		margin-bottom: 0;
	}

	.well-type .info-side {
		padding: 19px 16px;
	}

	.well-type .info-side p.well-head {
		text-align: center;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.well-type .info-side p {
		color: #454f5b;
		font-size: 14px;
		line-height: 20px;
	}

	.info-side ul {
		margin-top: 0px;
	}

	.info-side li {
		font-size: 14px;
		line-height: 20px;
		color: #454f5b;
		padding-top: 20px;
	}

	.know-type-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.types-btn-row {
		margin: 0px auto 10px;
	}

	.types-btn-row .btn-type {
		width: 212px;
		margin:0;
		padding-top: 32px;
	}

	.types-btn-row .btn-type .type-icon {
		height: 40px;
	}

	.types-btn-row .btn-type .type-icon.type-truck {
		height: 45px;
	}

	.rv-type-photo-options {
		padding: 42px 10px 0px;
	}

	.rv-type-photo-options li a {
		font-size: 10px;
	}

	.container-fluid-manufacturer{
		padding: 60px 0px 27px;
	}

	.manu-intro {
		width: auto;
		padding: 0px 16px;
	}

	.manu-intro p {
		width: 60%;
		margin: 0px auto 50px;
	}

	.manu-btn-row .btn-manu .manu-icon {
		padding: 18px 12px;
	}

	.living {
		padding-top: 49px;
		padding-bottom: 30px;
	}

	.living-intro {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 16px;
		padding-right: 16px;
	}

	#know-tow .btn-type.active,
	#know-motor .btn-type.active {
		box-shadow: none;
	}

	#know-tow .btn-type:hover,
	#know-motor .btn-type:hover {
		box-shadow: none;
	}

	.learn-rvs .playlist-intro {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 8px;
	}

	.padding-100 {
		padding-top: 55px;
	}

	.playlist-main-slider {
		width:100%;
		padding-left: 16px;
	}

	.playlist-main-slider .slide {
		width:45vw;
	}

	.container-fluid-blog {
		padding: 50px 0px 50px;
	}

	.blog-intro {
		padding-left: 16px;
		padding-right: 16px;
	}

	.blog-intro h2 {
		width: 100%;
	}

	.blog-intro p {
		width: 100%;
		margin: 0px auto 0px;
	}

	.blog-category {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 50px;
	}

	.blog-btn {
		margin-top: 45px;
	}

	.ytPlayIcon {
		display: none;
	}

	#introToRVs {
		width: 100%;
		padding-left: 11px;
	}

	#introVideosContainer {
		margin-bottom: 0px;
	}

	#introVideosContainer li {
		/*width:45vw;*/
		padding-left: 0;
	}

	#introVideosContainer .thumb-box {
		margin: 10px;
	}

	.playlist-main-slider .slide {
		width:60vw;
	}

    .well-type .collapseContent {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container-fluid-topper {
		height: 330px;
	}

	.container-fluid-topper .title-box {
		padding-top: 90px;
		padding-left: 16px;
	}

	.title-box h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.container-fluid-topper {
		height: 250px;
	}

	.container-fluid-topper .title-box {
		width: 100%;
		padding-top: 62px;
		padding-left: 0px;
		text-align: center;
	}

	.title-box h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.title-box .mobile-break {
		display: block;
	}

	.title-box .desktop-break {
		display: none;
	}

	.title-box .sub {
		font-size: 14px;
		line-height: 16px;
	}

	.section-rounded {
		margin-top: 0px;
		border-radius: 0px;
		padding-top: 17px;
	}

	.learn-rvs p {
		font-size: 14px;
		line-height: 20px;
	}

	.learn-rvs p b {
		font-size: 16px;
		line-height: 30px;
	}

	.know-text-box .tow-link {
		font-size: 14px;
		line-height: 20px;
	}

	.learn-rvs h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.manu-intro p {
		width: 100%;
	}

	.manu-btn-row .btn-manu .manu-desc {
		font-size: 14px;
		line-height: 16px;
	}

	.vid-thumbs .thumb-box {
		padding: 8px 8px 18px;
	}

	.vid-info {
		padding-top: 12px;
	}

	.blog-category h5 {
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
	}

	.playlist-container a, .blog-category a {
		font-size: 14px;
		line-height: 20px;
	}

	.post-box {
		padding: 17px 15px 16px 16px;
		margin-top: 16px;
	}

	.post-thumb {
		width: 120px;
		height: 120px;
		margin-right: 17px;	
	}

	.content-block .post-title {
		font-size: 16px;
		line-height: 22px;
		padding: 9px 0px;
	}

	.rv-type-photo-options li {
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 550px) {
	#introVideosContainer li {
		/*width:80vw;*/
		padding-left: 0;
	}

	.playlist-main-slider .slide {
		width:80vw;
	}

	.playlist-main-slider .slide.see-channel {
		width:210px;
	}

	.post-thumb {
		width: 60px;
		height: 60px;
	}

	.content-block .post-title {
		font-size: 16px;
		line-height: 22px;
	}

	.post-excerpt {
		display: none;
	}

	.post-date.inline-date {
		display: none;
	}

	.post-date.block-date {
		display: block;
		text-align: left;
	}

	.rvInfoPhotoSlider1 {
        padding: 0;
    }

    .lSSlideOuter.rvInfoPhotoSlider1 .lSAction > .lSPrev,
    .lSSlideOuter.rvInfoPhotoSlider1 .lSAction > .lSNext {
        top:94%;
    }

    .image-side .tab-content {
        padding: 0 14px;
    }

    .panelClose {
        margin-right: 8px;
        margin-top: 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
	.rv-type-photo-options {
		padding: 42px 0px 0px;
	}

	.rv-type-photo-options li {
		margin: 20px 5px 0;
	}

	.range-box {
		width: 100%;
	}

	.info-side .btn-ripple {
		padding: 16px 24px;
		width: 100%;
	}
}


/*Loader*/
.loading-ring {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 10000;
	margin: 19.5% 41.5%;
}
.loading-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: rgba(0,102,158,0.31) rgba(0,102,158,0.31) transparent transparent;
}

.loading-ring div:nth-child(1) {
	animation-delay: -0.15s;
}
@keyframes loading-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.form-success-container p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}