/*** bootstrap overrides ***/.form-control {	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control:hover {
	border: 1px solid #00b2c2;
}
.form-control:focus {
	border: 1px solid #00b2c2;
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	outline: none !important;
}
.form-group {
	margin-bottom: 10px;
}
.form-group + .btn {
	margin-top: 5px;
}
.checkbox-inline + .legend {
	margin-top: 5px;
}
.checkbox,
.radio {
	margin-top: 0;
}
.checkbox-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
	margin-bottom: 5px;
}
.lead {
	font-size: 16px;
}
.lead {
	margin-bottom: 15px;
}
.lead:last-of-type {
	margin-bottom: 30px;
}
.lead strong {
	font-weight: 600;
}
.navbar {
	margin-bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
.navbar-brand > img {
	display: block;
	height: 20px;
}
.navbar-nav {
    width: 100%;
    text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.navbar-nav .dropdown-toggle {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
	color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: 0;
	box-shadow: none;
}
.navbar-inverse .navbar-toggle {
	border: 0;
	border-radius: 0;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #5b6b82;
}
.navbar-nav li.dropdown {
	float: none;
	display: inline-block;
}
.navbar .caret {
	margin-bottom: 2px;
    border-top: 5px dashed;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.navbar-inverse {
	background-color: rgba(91,107,130,0.75);
	border: 0;
	border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid transparent;
}
.navbar-inverse .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
	color: #ffffff;
	background-color: #474747;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #5b6b82;
	border-bottom-color: #5b6b82;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
	background-color: #474747;
}
.navbar-inverse .navdropdown-blue  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-blue  .dropdown-menu > li > a:hover {
	background-color: #00b2c2;
}
.navbar-inverse .navdropdown-brown  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-brown  .dropdown-menu > li > a:hover {
	background-color: #00b2c2;
}
.navbar-inverse .navdropdown-green  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-green  .dropdown-menu > li > a:hover {
	background-color: #b9c362;
}
.navbar-inverse .navdropdown-pink  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-pink  .dropdown-menu > li > a:hover {
	background-color: #f16a66;
}
.navbar-inverse .navdropdown-purple  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-purple  .dropdown-menu > li > a:hover {
	background-color: #aa75af;
}
.navbar-inverse .navdropdown-yellow  .dropdown-menu > li > a:focus,
.navbar-inverse .navdropdown-yellow  .dropdown-menu > li > a:hover {
	background-color: #e6bc22;
}
.navbar-inverse .dropdown-menu .divider {
	margin: 5px 0;
}
.navbar-nav > li > .dropdown-menu {
	background-color: #5b6b82;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 10px 15px;
	font-weight: 600;
}
.navdropdown-blue .caret {
	color: #00b2c2;
}
.navdropdown-blue > .dropdown-toggle {
	border-top: 3px solid #00b2c2 !important;
}
.navdropdown-brown .caret {
	color: #d2a789;
}
.navdropdown-brown > .dropdown-toggle {
	border-top: 3px solid #d2a789 !important;
}
.navdropdown-green .caret {
	color: #b9c362;
}
.navdropdown-green > .dropdown-toggle {
	border-top: 3px solid #b9c362 !important;
}
.navdropdown-pink .caret {
	color: #f16a66;
}
.navdropdown-pink > .dropdown-toggle {
	border-top: 3px solid #f16a66 !important;
}
.navdropdown-purple .caret {
	color: #aa75af;
}
.navdropdown-purple > .dropdown-toggle {
	border-top: 3px solid #aa75af !important;
}
.navdropdown-yellow .caret {
	color: #e6bc22;
}
.navdropdown-yellow > .dropdown-toggle {
	border-top: 3px solid #e6bc22 !important;
}
.nav-pills > li > a {
	border-radius: 0;
	font-weight: 600;
}
.nav-stacked {
	background-color: #5b6b82;
}
.nav-stacked > li + li {
	margin: 0;
}
.nav-stacked h4 {
	padding: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.nav-stacked-yellow {
	border-top: 3px solid #e6bc22;
}
.nav-stacked-yellow > li > a {
	color: #ffffff;
}
.nav-stacked-yellow > li > a:focus,
.nav-stacked-yellow > li > a:hover {
	color: #ffffff;
	background-color: #e6bc22;
}
.nav-stacked-yellow > li.active > a,
.nav-stacked-yellow > li.active > a:focus,
.nav-stacked-yellow > li.active > a:hover {
	background-color: #e6bc22;
}
.nav-stacked-purple {
	border-top: 3px solid #aa75af;
}
.nav-stacked-purple > li > a {
	color: #ffffff;
}
.nav-stacked-purple > li > a:focus,
.nav-stacked-purple > li > a:hover {
	color: #ffffff;
	background-color: #aa75af;
}
.nav-stacked-purple > li.active > a,
.nav-stacked-purple > li.active > a:focus,
.nav-stacked-purple > li.active > a:hover {
	background-color: #aa75af;
}
[class*="footerborder-"] {
	padding-top: 15px;
	border-top: 3px solid #ffffff;
}
.footerborder-blue {
	border-top-color: #00b2c2;
}
.footerborder-brown {
	border-top-color: #d2a789;
}
.footerborder-green {
	border-top-color: #b9c362;
}
.footerborder-pink {
	border-top-color: #f16a66;
}
.footerborder-purple {
	border-top-color: #aa75af;
}
.footerborder-yellow {
	border-top-color: #e6bc22;
}
.page-header {
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 30px;
}
.page-header > h1 {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 0.8;
}
.table tr:first-child th,
.table tr:first-child td {
	border-top: 0;
}
.header-logo {
	width: 100%;
	height: auto;
}
.footer-logo {
	width: 100%;
	height: auto;
}
.media-right {
	padding-left: 15px;
}
.media-left {
	padding-right: 15px;
}
/*
.media {
    margin-top: 15px;
    padding-top: 15px;
	border-top: 1px solid #eee;
}
*/
.media-heading {
	margin-bottom: 10px;
}
.media-container .media:first-child {
    margin-top: 0;
    padding-top: 0;
	border-top: 0;
}
.img-header {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
	background-position: center;
}
.margin-bottom-sm {
	margin-bottom: 30px;
}
.margin-bottom-md {
	margin-bottom: 60px;
}
#CDSWIDSSP {
	width: 100% !important;
	margin-bottom: 30px !important;
}
.icon-center {
	color: #f16a66;
	margin-top: 15px;
}
.icon-center h5 {
	margin-bottom: 0;
	line-height: 26px;
	color: inherit;
}
.highlight {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding: 15px 0;
}
.line-left {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #dddddd;
    color: #999999;
}
.text-muted {
	color: #999999;
}
/*** wells START ***/
.well {
	border: 0;
	border-radius: 0;
	padding: 15px;
	box-shadow: none;
	background-color: #dddddd;
	margin-bottom: 0;
}
.well + .well {
	margin-top: 15px;
}
.well ul:last-child,
.well p:last-child {
	margin-bottom: 0;
}
.well-blue {
	background-color: #00b2c2;
}
.well-brown {
	background-color: #d2a789;
}
.well-green {
	background-color: #b9c362;
}
.well-pink {
	background-color: #f16a66;
}
.well-purple {
	background-color: #aa75af;
}
.well-navy {
	background-color: #5b6b82;
}
.well-yellow {
	background-color: #e6bc22;
}
.well-white {
	background-color: #ffffff;
}
.well-gray {
	background-color: #fafafa;
}
.well .text-terms:last-child {
	margin-bottom: 0 !important;
}
/*** wells END ***/
/*** stitches START ***/
.stitches {
	background-color: #dddddd;
	border: 3px dashed #ffffff;
	box-shadow: 0 0 0 10px #dddddd;
	padding: 10px;
	display: block;
	margin: 10px;
}
.stitches h1,
.stitches h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.stitches h1:last-child,
.stitches h2:last-child,
.stitches h3:last-child,
.stitches h4:last-child,
.stitches h5:last-child,
.stitches p:last-child {
	margin-bottom: 0;
}
.stitches-blue {
	background-color: #00b2c2;
	box-shadow: 0 0 0 10px #00b2c2;
}
.stitches-brown {
	background-color: #d2a789;
	box-shadow: 0 0 0 10px #d2a789;
}
.stitches-green {
	background-color: #b9c362;
	box-shadow: 0 0 0 10px #b9c362;
}
.stitches-pink {
	background-color: #f16a66;
	box-shadow: 0 0 0 10px #f16a66;
}
.stitches-purple {
	background-color: #aa75af;
	box-shadow: 0 0 0 10px #aa75af;
}
.stitches-navy {
	background-color: #5b6b82;
	box-shadow: 0 0 0 10px #5b6b82;
	color: #474747;
}
.stitches-yellow {
	background-color: #e6bc22;
	box-shadow: 0 0 0 10px #e6bc22;
}
.stitches-white {
	background-color: #ffffff;
	box-shadow: 0 0 0 10px #ffffff;
}
/*** stitches END ***/
/*** buttons START ***/
.btn {
	border-radius: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 700;
}
.btn:focus,
.btn.active.focus {
	border: 1px solid #00b2c2;
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	outline: none !important;
}
.btn-lg,
.btn-group-lg > .btn {
	font-size: 18px;
}
.btn-xl,
.btn-group-xl > .btn {
	font-size: 20px;
}
.btn-default {
	background-color: transparent;
	border-color: #e5e5e5;
}
.btn-default:focus,
.btn-default:hover {
	background-color: transparent;
	border-color: #00b2c2;
	color: #00b2c2;
}
.btn-default:focus {
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	outline: none !important;
	background-color: transparent !important;
}
.btn-select {
	background-color: #ffffff;
	border-color: #e6bc22;
	color: #474747;
}
.btn-select:focus,
.btn-select:hover {
	border-color: #e6bc22;
	color: #e6bc22;
}
.btn-select:focus {
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	box-shadow: none;
	outline: none !important;
	background-image: none;
}
.btn-brown {
	color: #ffffff;
	background-color: #d2a789;
	border-color: #d2a789;
}
.btn-brown:focus,
.btn-brown:hover {
	color: #d2a789;
	background-color: transparent;
}
.btn-blue {
	color: #ffffff;
	background-color: #00b2c2;
	border-color: #00b2c2;
}
.btn-blue:focus,
.btn-blue:hover {
	color: #00b2c2;
	background-color: transparent;
}
.btn-yellow {
	color: #ffffff;
	background-color: #e6bc22;
	border-color: #e6bc22;
}
.btn-yellow:focus,
.btn-yellow:hover {
	color: #e6bc22;
	background-color: transparent;
}
.btn-purple {
	color: #ffffff;
	background-color: #aa75af;
	border-color: #aa75af;
}
.btn-purple:focus,
.btn-purple:hover {
	color: #aa75af;
	background-color: transparent;
}
.btn-green {
	color: #ffffff;
	background-color: #b9c362;
	border-color: #b9c362;
}
.btn-green:focus,
.btn-green:hover {
	color: #b9c362;
	background-color: transparent;
}
/*** buttons END ***/
/*** inner pages START ***/
#book-main {
	margin-bottom: 60px;
}
#book-main .well {
	margin-bottom: 30px;
}
#caravan-grades-main {
	margin-bottom: 60px;
}
#caravan-grades-main img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#caravan-grades-main .text-terms {
	margin-top: 15px;
}
#caravan-grades-main .table .fa {
	color: #f16a66;
}
#caravan-search-main {
	margin-bottom: 60px;
}
#caravan-search-main .form-control {
	min-height: 40.85px;
	border: 1px solid #e5e5e5;
	margin-bottom: 3px;
}
#caravan-search-main .form-control:hover {
	border: 1px solid #00b2c2;
}
#caravan-search-main .btn-group {
	margin-bottom: 3px;
}
#caravan-search-main [data-toggle="collapse"] {
	margin-bottom: 15px;
}
#caravan-search-main p {
	margin-bottom: 15px;
}
#caravan-search-main p + .btn {
	margin-top: 0;
}
#caravan-search-main img {
	width: 236px;
	height: auto;
}
#caravan-search-main .form-inline {
	text-align: right;
}
#caravan-search-main nav {
	text-align: center;
}
.search-results {
	line-height: 40px;
}
.search-price {
	display:table-cell;
	vertical-align: bottom;
	height: 38px;
	padding-top: 15px;
	padding-right: 15px;
}
.search-price h4 {
	margin-bottom: 0;
}
.caravan-search-result {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-top: 15px;
}
.caravan-search-result:hover {
	border: 1px solid #00b2c2;
}
.pagination {
	margin-top: 13px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	color: #474747;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #e5e5e5;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: transparent;
	border-color: #00b2c2;
	color: #00b2c2;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.25);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
		color: #474747;
}
#entertainment-main {
	margin-bottom: 60px;
}
#entertainment-main ul:last-child {
	margin-bottom: 30px;
}
#entertainment-main img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#directions-main {
	margin-bottom: 60px;
}
#directions-main img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#gallery-main  {
	margin-bottom: 30px;
}
#gallery-main img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#local-attractions-main {
	margin-bottom: 60px;
}
#local-attractions-main img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#terms-main  {
	margin-bottom: 60px;
}
#why-buy-main  {
	margin-bottom: 60px;
}
#caravan-single img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
/*** inner pages END ***/
/*** index START ***/
#index-awards {
	margin-bottom: 30px;
}
#index-awards img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#index-activities {
	margin-bottom: 60px;
}
#index-activities .text-terms {
	margin-bottom: 0;
}
#index-activities img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#index-features  {
	margin-bottom: 60px;
}
#index-features img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
#index-gallery  {
	margin-bottom: 30px;
}
#index-gallery img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#index-map {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
}
#index-news {
	margin-bottom: 30px;
}
#index-tabs {
	margin-top: -167px;
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}
#index-tabs .well {
	padding: 30px;
}
#index-tabs textarea {
	height: 191px !important;
}
#index-tabs .form-control,
#index-tabs .btn {
	height: 42px;
}
input {
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
/*** index END ***/
/*** global START ***/
#global-header {
	margin-top: 30px;
	margin-bottom: 30px;
}
#global-header h1 {
	margin-bottom: 0;
}
#global-header .form-control {
	height: 38px;
}
#global-footer {
	background-color: #5b6b82;
	padding-top: 60px;
	padding-bottom: 60px;
}
#global-footer textarea {
	margin-bottom: 10px;
}
#global-footer ul {
	margin-bottom: 30px;
}
#global-footer a {
	color: #ffffff;
}
#global-footer a:focus,
#global-footer a:hover {
	color: #e6bc22;
}
/*** global END ***/
/*** nav tabs START ***/
.nav-tabs {
	border: 0;
}
.nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	border-radius: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	background-color: #474747;
}
.nav-tabs > li > a:hover {
	background-color: #474747;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background-color: #5b6b82;
	color: #ffffff;
	border: 0;
	outline: 0;
}
.nav > li > a {
	padding: 15px;
}
/*** nav tabs END ***/
/*** brands START ***/
.brand-blue {
	color: #00b2c2;
}
.brand-brown {
	color: #d2a789;
}
.brand-green {
	color: #b9c362;
}
.brand-pink {
	color: #f16a66;
}
.brand-purple {
	color: #aa75af;
}
.brand-navy {
	color: #5b6b82;
}
.brand-yellow {
	color: #e6bc22;
}
.brand-white {
	color: #ffffff;
}
/*** brands END ***/
/*** bands START ***/
[class*="band-"] {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.band-blue {
	background-color: #00b2c2;
}
.band-brown {
	background-color: #d2a789;
}
.band-green {
	background-color: #b9c362;
}
.band-pink {
	background-color: #f16a66;
}
.band-purple {
	background-color: #aa75af;
}
.band-navy {
	background-color: #5b6b82;
}
.band-yellow {
	background-color: #e6bc22;
}
.band-white {
	background-color: #ffffff;
}
.band-gray {
	background-color: #fafafa;
}
/*** bands END ***/
/*** circles START ***/
.circle {
	border-radius: 50%;
	color: #ffffff;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.circle-blue {
	background-color: #00b2c2;
}
.circle-brown {
	background-color: #d2a789;
}
.circle-green {
	background-color: #b9c362;
}
.circle-pink {
	background-color: #f16a66;
}
.circle-purple {
	background-color: #aa75af;
}
.circle-yellow {
	background-color: #e6bc22;
}
/*** circles END ***/
/*** circle icons START ***/
.circle-icon li {
    list-style-type: none;
    float: right;
}
.circle-icon li a i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    padding-top: 15%;
	border: 2px solid #00b2c2;
}
.circle-icon li a i:hover {
	border-color: #474747;
}
/*** circle icons START ***/
/*** lists START ***/
.list-color {
	padding-left: 15px;
}
.list-color li {
	margin-bottom: 5px;
}
.list-color li:last-of-type {
	margin-bottom: 0;
}
.list-color li span {
	color: #474747;
}
/*** lists END ***/
/*** overrides START ***/
a {
	color: #00b2c2;
}
a:hover,
a:focus {
	color: #474747;
	text-decoration: none;
}
a:focus {
		outline: none;
}
body {
	color: #474747;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.35;
}
.legend {
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #cccccc;
}
form .dropdown {
	margin-bottom: 5px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase; */
  font-family: 'Raleway', sans-serif;
	margin-top: 0;
	color: #f16a66;
	line-height: 1;
	margin-bottom: 30px;
}
.h3,
h3 {
	margin-bottom: 30px;
	font-weight: 700;
}
.h4,
h4 {
	font-size: 20px;
}
.h4,
.h5,
h4,
h5 {
	margin-bottom: 10px;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
ul:last-child {
	margin-bottom: 0;
}
label {
	font-weight: 600;
}
p {
	margin-bottom: 5px;
}
p:last-child {
	margin-bottom: 0;
}
p + .btn {
	margin-top: 10px;
}
p + a .stitches {
	margin-top: 30px;
}
p + h4 {
	margin-top: 10px;
}
p + table {
	margin-top: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1.small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	color: #999999;
	font-weight: 300;
}
strong {
	font-weight: 700;
}
/*** overrides END ***/
/*** text START ***/
.text-inverse,
.text-inverse h1,
.text-inverse h2,
.text-inverse h3,
.text-inverse h4,
.text-inverse h5,
.text-inverse p {
	color: #ffffff;
}
.text-inverse a {
	color: #e6bc22;
}
.text-inverse a:focus,
.text-inverse a:hover {
	color: #ffffff;
}
.text-inverse .form-control,
.text-inverse .form-control {
	border: 1px solid #e6bc22;
}
.text-inverse .btn:focus,
.text-inverse .btn.active.focus {
	border: 1px solid #e6bc22;
}
.text-inverse .circle-icon li {
    list-style-type: none;
    float: right;
}
.text-inverse .circle-icon li a i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    padding-top: 15%;
	border: 2px solid #00b2c2;
}
.text-inverse .circle-icon li a i:hover {
	border-color: #474747;
}
.text-inverse .list-color li span {
	color: #ffffff;
}
.text-phone {
	font-family: inherit;
	color: inherit;
	text-align: right;
	font-weight: 300;
	margin-bottom: 0;
}
.text-terms {
	font-size: 85%;
}
/*** text END ***/
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}
.header-social {
	text-align: right;
	margin-top: 15px;
}
.header-social a,
.header-social h1 {
	display: inline;
}
.header-social h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.header-social a:last-of-type {
	margin-right: 30px;
}
/*
.header-social {
	margin-bottom: 15px;
}
.header-social > a {
    width: 40px;
    height: 40px;
    border: 2px solid #00b2c2;
    border-radius: 50%;
    line-height: 35px;
		font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.header-social > a:focus,
.header-social > a:hover {
	border-color: #474747;
}
*/
.footer-social {
	text-align: center;
	margin-bottom: 30px;
}
#carousel-1 {
	background-image: url('../img/carousel-1.jpg');
	background-position: center;
	height: 700px;
	padding-top: 110px;
	padding-bottom: 60px;
}
#carousel-2 {
	background-image: url('../img/carousel-2.jpg');
	background-position: center;
	height: 700px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#carousel-sales {
	background-color: #eee;
	padding: 30px 15px;
}
#carousel-sales img {
	margin-bottom: 15px;
}
#caravan-single .table > tbody > tr > th {
	padding-left: 0;
	font-weight: 600;
}
#caravan-single .table > tbody > tr > td {
	text-align: right;
}
#carousel-sales ul > li i.fa {
	color: #5b6b82;
}
#carousel-sales ul > li {
	margin-bottom: 5px;
}
.owl-prev {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5%;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(0,0,0,0.10);
}
.owl-next {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	width: 5%;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(0,0,0,0.10);
}
.owl-prev:focus,
.owl-prev:hover,
.owl-next:focus,
.owl-next:hover {
	background-color: rgba(0,0,0,0.20);
}
.owl-prev i,
.owl-next i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 5em;
}
.owl-controls {
	text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#caravan-search-main img {
		width: 261px !important;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/*
	.well p:last-child {
		margin-bottom: 15px;
	}
	*/
	#caravan-search-main img {
		width: 150px !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#caravan-search-main img {
		width: 100% !important;
	}
	.media-left {
		display: block;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.footer-logo,
	.header-logo {
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto 30px auto;
	}
	.header-social {
		text-align: center;
	}
	#global-header .text-right {
		text-align: center;
	}
	#global-footer .btn {
		margin-bottom: 30px;
	}
	#index-activities .col-sm-4:nth-child(2) {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#entertainment-main .brand-brown {
		margin-top: 30px;
	}
	#caravan-grades-main .text-terms {
		margin-bottom: 30px;
	}
	#caravan-grades-main .table {
		font-size: 11px;
	}
	#why-buy-main .well {
		margin-top: 60px;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav li.dropdown {
		display: block;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
		text-align: center;
	}
	.navbar-inverse .navbar-nav > li > a {
		border-top-color: transparent !important;
	}
	.navbar-nav .open .dropdown-menu {
		padding-bottom: 15px;
	}
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .open > a:hover {
		background-color: transparent;
		border-bottom-color: transparent;
	}
	#global-footer form {
		margin-bottom: 30px;
	}
	.nav-tabs > li > a {
		font-size: 18px;
	}
	.owl-prev {
		width: 10%;
	}
	.owl-next {
		width: 10%;
	}
	.owl-prev i,
	.owl-next i {
		font-size: 3em;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	#caravan-search-main .search-results,
	#caravan-search-main .form-inline {
		text-align: center;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
