/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

a:hover, a:active {
    outline: none;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* General Styles */
html {
}

body {
    background: #fff;
}

body, select, input, textarea, button {
    color: #000;
    font: 16px 'Cabin', sans-serif;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #4198ca;
}

a:hover {
    color: #63abd3;
}

::-moz-selection {
    background: #63abd3;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #63abd3;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: #63abd3;
}

ins {
    background-color: #63abd3;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #63abd3;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.btn, .btn-small, .btn-print {
    display: block;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.btn {
    font-size: 17px;
    padding: 2px 30px 0 18px;
    height: 28px;
    background: url(../img/btn.png) 100% 0 no-repeat #1c4076;
    margin-top: 10px;
}

button.btn {
    border: none;
    height: 30px;
    padding: 0 30px 0 14px;
    line-height: 1.3em;
}

.btn-small {
    font-size: 15px;
    padding: 1px 22px 0 16px;
    height: 25px;
    background: url(../img/btn-small.png) 100% 0 no-repeat #1c4076;
}

.btn:hover, .btn-small:hover, .btn-print:hover {
    background-position: 100% 100%;
    color: #fff;
}

button.btn-print {
    border: none;
    font-size: 17px;
    padding: 0 30px 0 14px;
    line-height: 1.3em;
    height: 30px;
    width: 100%;
    background: url(../img/btn-print.png) 100% 0 no-repeat #b2aea5;
}

button.btn-print img {
    margin-right: 4px;
}

.ie8 button.btn-print img {
    display: none;
}

.dotnav a {
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: #fff;
    margin-right: 6px;
    cursor: pointer;
}

.dotnav a.activeSlide, .dotnav a:hover {
    background: #1c4076;
}

.dotnav a.back {
    width: 8px;
    height: 12px;
    background: url(../img/btn-dotnav.png) 0 0 no-repeat transparent;
    position: relative;
    top: -1px;
}

.dotnav a.back:hover {
    background-position: 0 100%;
}

.dotnav a.next {
    width: 8px;
    height: 12px;
    background: url(../img/btn-dotnav.png) 100% 0 no-repeat transparent;
    position: relative;
    top: -1px;
}

.dotnav a.next:hover {
    background-position: 100% 100%;
}

.centered-content {
    position: relative;
    float: left;
    clear: left;
    left: 50%;
}

.left {
    float: left;
    margin: 20px 20px 20px 0;
}

.right {
    float: right;
    margin: 20px 0 20px 20px;
}

.border {
    border: 1px solid #d1ccc2;
}

.clear-col {
    clear: left;
}

h1 a {
    text-decoration: none;
}

/* Page Structure */
html {
    height: 100%;
}

body {
    height: 100%;
    background: #ede8e1;
}

#header-wrap {
    background: url(../img/bg-topnav.png) 0 0 repeat-x #fff;
    background-position: 0 0;
}

#header {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.slick-slider {
    margin-bottom: 0px;
    margin-top: 10px;
}

#content-wrap {
    min-height: 100%;
}

#content-body {
    max-width: 960px;
    background: url(../img/bg-hero-border.png) 0 0 repeat-x;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ie7 #content-body {
    padding-bottom: 266px;
    overflow: visible;
    overflow-x: auto;
    overflow-y: hidden
}

#footer-wrap {
    position: relative;
    clear: both;
    background: #3C3A38 url(../img/bg-footer.png) repeat-x top;
}

#footer {
    max-width: 960px;
    margin: 0 auto;
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/*Opera Sticky Footer Fix*/
.ie6 #wrap {
    display: table;
    height: 100%;
}

/*IE6 Sticky Footer Fix*/

/* Header */
#topnav {

}

#topnav li {
}

#topnav a {
    padding: 16px 14px 14px;
    background: url(../img/btn-topnav.png) 0 0 repeat-x;
    color: #fff;
    text-decoration: none;
    margin-right: 2px;
}

#topnav a:hover {
    background-position: 0 100%;
}

.ie6 #topnav a {
    float: left;
}

div#bs-example-navbar-collapse-1 {
    padding-left: 0px;
    padding-right: 0px;
}

#header h1 {
    padding-bottom: 40px;
}

#header h1 img {
    display: block;
}

.phone-header, .email-header {
    text-align: left;
}

.phone-header {
    font-weight: bold;
    color: #1c4076;
    line-height: 1.3em;
}

.email-header {
    color: #4198ca;
}

.email-header a {
    text-decoration: none;
}

#nav {
    position: relative;
    height: 54px;
    background: url(../img/bg-nav.png) 0 0 repeat-x;
}

#nav li {
    float: left;
    padding-right: 0px;
}

#nav li a {
    display: block;
    padding: 16px 10px 14px 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: url(../img/btn-nav.png) 0 0 repeat-x;
    text-shadow: 1px 1px 1px rgba(28, 16, 118, 0.4);
    margin-right: 2px;
}

#nav li a:hover {
    background-position: 0 100%;
}

.ie6 #nav li a, .ie7 #nav li a, .ie8 #nav li a {
    font-size: 15px;
}

.ie6 #nav li a {
    float: left;
}

#nav-fb {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 99999;
}

.ie6 #nav-fb, .ie7 #nav-fb {
    float: right;
}

.slick-prev {
    left: 25px;
    bottom: 25px;
    top: auto;
    z-index: 99;
}

.slick-next {
    right: 25px;
    bottom: 25px;
    top: auto;
    z-index: 99;
}

.slick-dots {
    bottom: 25px;
    z-index: 90;
}

/* Homepage Hero Slides */
/*
#hero-slides {
    max-width: 960px;
    height: 380px;
    overflow: hidden !important;
}

.hero-slide {
    position: relative;
    max-width: 960px;
    height: 380px;
}
*/

.slide-content {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#header .slide-content h1 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
    height: 44px;
    line-height: 1em;
}

.slide-content .slide-text {
    height: 72px;
    overflow: hidden;
}

#header .dotnav {
    position: absolute;
    top: 490px;
    left: 30px;
    z-index: 100;
    width: 250px;
}

.slide-content .btn {
    text-shadow: none;
}

.ie7 #header .slide-content h1, .ie7 .slide-content p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.ie6 #header .slide-content h1, .ie7 #header .slide-content h1, .ie8 #header .slide-content h1 {
    font-size: 33px;
    letter-spacing: -0.02em;
}

.ie-shadow {
    display: none;
}

.x-container {
    position: relative;
}

.x-container h1, .x-container p {
    position: relative;
    z-index: 500;
}

.ie7 .ie-shadow, .ie8 .ie-shadow {
    display: block;
    color: #000;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 499;
}

.slick-slide {
    position: relative;
}

.slide-content {
    position: absolute;
    top: 25%;
    left: 30px;
    z-index: 999;
    max-width: 400px;
    font-size: 35px;
    font-weight: bold;
    height: 44px;
    line-height: 1em;
}

.slide-content h2 {
    margin-bottom: 15px;

}

.slide-content .btn2 {
    font-size: 17px;
    padding: 5px 30px 5px 18px;
    height: 30px;
    background: url("../img/btn.png") no-repeat scroll 100% 0px #1C4076;
    margin: 0px 0px;

    display: inline;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    clear: both;
}

.x-container.slide-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 15px 0;
    height: auto;
}

#hero-slides img {
    width: 100%;
    height: auto;
}

/* Homepage Content */
.icon-feature {
    padding-top: 10px;
    margin-bottom: 30px;
}

.icon-feature div a {
    display: block;
    background-color: #fff;
    text-align: center;
    border-bottom: 4px solid #d1ccc2;
    font-weight: bold;
    color: #1c4076;
    text-decoration: none;
    margin: 0 auto 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
}

/*
.if-new-campers {
    background: url(../img/ico-new-campers.png) 29px 17px no-repeat;
}

.if-preloved-campers {
    background: url(../img/ico-preloved-campers.png) 26px 20px no-repeat;
}

.if-finance {
    background: url(../img/ico-finance.png) 30px 26px no-repeat;
}*/

.icon-feature img {
    margin: 0 auto;
}

.icon-feature div a {
    -webkit-transition: top 0.1s;
    -moz-transition: top 0.1s;
}

.icon-feature div a:hover {
    position: relative;
    top: -4px;
}

/* Heading Section */
.feature-heading {
    position: relative;
    max-width: 960px;
    background: #1c4076;
}

#header .feature-heading h1 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

.feature-heading-content {
    padding: 40px 30px 40px 30px;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    width: 100%;
}

.feature-heading-content p {
}

.page-heading {
    max-width: 960px;
    /*    height: 64px;*/
    background: #1c4076;
    /*
        padding-bottom: 10px;*/
}

#header .page-heading h1 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 15px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.2em;
}

.crumbs-heading {
    font-size: 14px;
    background: #1c4076;
    color: #fff;
    padding: 5px 20px;
}

.crumbs-heading a {
    color: #fff;
    text-decoration: none;
    padding-right: 4px;
}

.crumbs-heading a:hover {
    color: #63abd3;
}

.crumbs-heading span {
    padding-left: 4px;
}

/* Content Section */
.full-col {
    padding: 0;
}

.left-col {
}

/*
.con_left{
    float: left;
    width: 47%;
}

.con_right{
    float: right;
    width: 47%;
}*/

#content-body img.left {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    height: auto;
    float: none !important;
}

#content-body h1, #content-body h2 {
    line-height: 1em;
}

#content-body h3 {
    line-height: 1.2em;
}

#content-body h1 {
    font-size: 31px;
    font-weight: bold;
    color: #1c4076;
    padding-bottom: 20px;
}

#content-body h2 {
    font-size: 23px;
    font-weight: bold;
    color: #1c4076;
    padding: 10px 0 15px;
    clear: both;
}

#content-body h3 {
    font-size: 23px;
    font-weight: bold;
    color: #1c4076;
    padding: 10px 0 15px;
}

#content-body p {
    padding-bottom: 10px;
}

#content-body p.intro {
    font-size: 19px;
    font-weight: bold;
    color: #1c4076;
}

.left-col li, .intro-col li, .full-col li {
    background: url(../img/bullet.png) 0 9px no-repeat;
    padding: 0 0 6px 12px;
    line-height: 1.2em;
}

dl {
    padding: 0 0 20px;
}

dt {
    color: #1a84c0;
}

dd {
    padding-bottom: 6px;
}

.contact-email {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

#content-body h1.camper-heading {
    font-size: 35px;
    color: #4198ca;
    padding: 0 0 20px;
}

/* Camper Listings */
.new-camper-listing {
    width: 920px;
    height: 212px;
    background: #fff;
    border-bottom: 4px solid #d1ccc2;
    padding: 10px;
    margin-top: 10px;
}

.listing-header {
    position: relative;
}

#content-body .new-camper-listing h1 {
    font-size: 25px;
    color: #4198ca;
    padding: 4px 0 14px;
}

.new-camper-listing .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.new-camper-listing .thumb-crop {
    margin-right: 10px;
}

.new-camper-listing p {
    float: right;
    width: 310px;
    padding-right: 20px;
}

.thumb-crop {
    display: block;
}

#camper-tiles {
    max-width: 960px;
    margin-top: 15px;
}

.new-camper-tile {
    float: left;
    position: relative;
    width: 440px;
    height: 328px;
    background: #fff;
    border-bottom: 4px solid #d1ccc2;
    padding: 10px;
    margin: 10px;
}

.new-camper-tile img {
    display: block;
}

.new-camper-tile .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#content-body .new-camper-tile h1 {
    font-size: 28px;
    color: #4198ca;
    padding: 10px 0;
}

#content-body .new-camper-tile p {
    line-height: 1.3em;
    padding: 0;
}

.preloved-camper-listing {
    margin-bottom: 20px;

}

.preloved-camper-listing > .go_equal {
    position: relative;
    /* max-width: 280px;
     height: 314px;*/
    padding: 10px 10px 0px 10px;
    /*margin: 10px 10px 0;*/
    background: #fff;
    border-bottom: 4px solid #d1ccc2;
}

.go_equal2 {
    margin-bottom: 0px;
}

.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.btn-more {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
}

#content-body .preloved-camper-listing h1 {
    font-size: 18px;
    padding: 0;
}

#content-body .preloved-camper-listing .price {
    font-size: 15px;
    font-weight: bold;
    color: #1c4076;
    line-height: 1.2em;
    padding-bottom: 2px;
}

#content-body .preloved-camper-listing ul {
    font-size: 14px;
    line-height: 1.3em;
}

#content-body .preloved-camper-listing li {
    background: url(../img/bullet-sm.png) 0 8px no-repeat;
    padding: 0 0 2px 10px;
    white-space: nowrap;
}

/*.preloved-camper-listing .btn-small {
    position: absolute;
    bottom: 10px;
    right: 10px;
}*/

.preloved-camper-listing .sold {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/sold.png) 0 0 no-repeat;
}

.preloved-camper-listing .new {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/new.png) 0 0 no-repeat;
}

.preloved-camper-listing .deposit {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/deposit.png) 0 0 no-repeat;
}

.preloved-camper-listing .special {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/special.png) 0 0 no-repeat;
}

.preloved-camper-listing .quick {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/quick.png) 0 0 no-repeat;
}

.preloved-camper-listing .automatic {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/automatic.png) 0 0 no-repeat;
}

.preloved-camper-listing .diesel {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/diesel.png) 0 0 no-repeat;
}

.preloved-camper-listing .great {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/great.png) 0 0 no-repeat;
}

.preloved-camper-listing .reduced {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 104px;
    height: 104px;
    background: url(../img/reduced.png) 0 0 no-repeat;
}

.preloved-camper-listing .thumb-crop {
    margin-bottom: 7px;
}

/* Camper Details */
.print {
    float: left;
    width: 100%;
    margin-top: -12px;
    padding-bottom: 10px;
    height: 36px;
}

.print button {
    float: right;
}

.intro-col {
}

.intro-col h1.camper-heading {
    font-size: 31px;
    line-height: 1.1em;
    padding: 0 0 10px;
}

.intro-col p.price {
    font-size: 35px;
    color: #1c4076;
    font-weight: bold;
}

.intro-col p.includes {
    font-size: 14px;
    color: #1c4076;
}

ul.features {
    padding: 20px 0;
}

#gallery {
    margin: 20px auto;
    max-width: 768px;
    max-width: 490px;
}

#gallery .slick-track,
#gallery .slick-track *{
    cursor: zoom-in !important;
}

.main-image {
}

.thumb-browser {
}

.thumb-slider {
}

.thumb-slider .group {
}

.thumb-wrap {
}

.slider-nav {
    background: #D1CCC2;
    padding: 10px 15px;
    /* margin-left: -15px;
     margin-right: -15px;*/
    margin-top: 15px;
}

.slick-dots li,
.slick-dots {
    list-style: none;
    list-style-type: none;
    background: none;
}

.slider-nav .slick-dots {
    display: none !important;
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
    top: 45%;
}

.browser-spacer {
    margin-bottom: 8px;
    width: 106px;
    height: 15px;
}

.browse-up {
    display: block;
    margin-bottom: 8px;
    width: 106px;
    height: 15px;
    background: url(../img/btn-browse-up.png) 50% 0 no-repeat;
}

.browse-down {
    display: block;
    margin-top: 1px;
    width: 106px;
    height: 15px;
    background: url(../img/btn-browse-down.png) 50% 0 no-repeat;
}

.browse-up:hover, .browse-down:hover {
    background-position: 50% 100%;
}

.thumbnail-gallery {
    float: left;
    width: 640px;
    padding-bottom: 40px;
}

.thumbnail-gallery a {
    float: left;
    margin: 0 0 10px 10px;
    border-bottom: 4px solid #d1ccc2;
}

.thumbnail-gallery a:hover img {
    opacity: 0.8;
}

.thumbnail-gallery img {
    display: block;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
}

.slider-nav .thumb-wrap {
    padding: 5px;
}

#content-body p.call-anchor {
    background: 70px 20px no-repeat #1c4076;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 15px 20px 15px;
    border-bottom: 4px solid #d1ccc2;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.0em;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    border-bottom: 4px solid #d1ccc2;
    margin-bottom: 10px;
}

#content-body .sidebar-box h1 {
    height: 45px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    background: #1c4076;
    padding: 15px 10px 10px;
    line-height: 1.2em;
}

.sidebar-box h1 img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

#sidebar-slides {
    padding: 0px 15px;
    max-width: 311px;
    margin-left: auto;
    margin-right: auto;
}

.dotnav-container {
    background: #ede8e1;
    width: 280px;
    height: 20px;
    margin-left: 10px;
    padding-top: 10px;
}

.sidebar-box .dotnav {
    position: relative;
    left: -50%;
}

.sidebar-box p {
    padding: 10px;
}

.sidebar-box form {
    padding: 0 10px 10px;
    overflow: auto;
}

.sidebar-box input {
    display: block;
    width: 100%;
    height: 24px;
    background: #ede8e1;
    border: none;
    margin-bottom: 10px;
    padding: 3px 10px;
}

.sidebar-box textarea {
    width: 100%;
    height: 90px;
    background: #ede8e1;
    border: none;
    padding: 2px 10px;
}

.sidebar-box form button {
    margin-top: 2px;
}

.contact-call-us {
    padding: 10px 0;
    background: #d1ccc2;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1c4076;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.side_h2 {
    background: none repeat scroll 0 0 #1C4076;
    color: #FFFFFF !important;
    font-size: 17px !important;
    line-height: 1.2em !important;
    padding: 15px 10px 10px !important;
    text-transform: uppercase;
}

.side_h2 img {
    margin-right: 10px;
}

.contact-call-us span {
    white-space: nowrap;
}

#time-select {
    background: url(../img/bg-datepicker.png) 100% 0 no-repeat #ede8e1;
    cursor: pointer;
}

#time-select:hover {
    background-position: 100% 100%;
}

div.time-picker {
    position: absolute;
    height: 191px;
    width: 4em;
    overflow: auto;
    background: #ede8e1;
    border: 1px solid #d1ccc2;
    z-index: 99;
    margin: 0;
}

div.time-picker-12hours {
    width: 6em;
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.time-picker li {
    cursor: pointer;
    height: 10px;
    padding: 4px 3px;
    font-size: 13px;
    line-height: 0.8em;
}

div.time-picker li.selected {
    background: #d1ccc2;
    color: #fff;
}

/* Footer */
#newsletter {
    position: relative;
    padding: 20px 0;
    background: #4198CA url(../img/bg-newsletter.png) repeat-x bottom;
}

#newsletter h1 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(28, 16, 118, 0.4);
}

#newsletter form {
}

.subby {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(28, 16, 118, 0.4);
    margin-bottom: 15px;
}

#newsletter input {
    background: #fff;
    padding: 2px 4px 0;
    width: 100%;
    margin-right: 6px;
    border: none;
    border-bottom: 4px solid #d1ccc2;
}

#newsletter input.checkbox {
    width: auto;
    background: transparent;
    border: 0;
}

#newsletter-details {
}

#newsletter label {
    font-size: 14px;
    color: #fff;
}

#newsletter p {
    display: inline;
    margin-left: 10px;
}

#newsletter p a {
    color: #fff;
    font-size: 14px;
}

#newsletter p a:hover {
    color: #1c4076;
}

#newsletter button.btn {
    width: 100%;
    margin-top: 0px;
    color: #fff;
}

#newsletter button.btn:hover {
    background-color: #4198CA;
}

.btn {

    border-radius: 0px;
}

.lpad {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 10px;
}

#footerlinks, #footerinfo {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

#footerlinks li {
    padding: 0 20px;
    border-right: 1px solid #5b5752;
    display: inline-block;
}

#footerlinks a, #footerinfo a {
    display: block;
    padding: 2px 0;
    font-size: 15px;
    color: #bcb4a5;
    text-decoration: none;
}

#footerlinks a:hover, #footerinfo a:hover {
    color: #63abd3;
}

#footerinfo {
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}

#footerinfo li {
    padding: 2px 20px;
    border-right: 1px solid #5b5752;
    font-size: 15px;
    color: #bcb4a5;
    display: inline-block;
}

#footerlinks li:last-child, #footerinfo li.last {
    border: none;
}

#print-address {
    display: none;
}

.has-error {
    color: red;
}

/* Print styles */
@media print {

    #topnav, #nav, #nav-fb, .print, .sidebar-box, #newsletter, #footerlinks, .slider-nav,
    footer {
        display: none;
    }

    .left-col li, .intro-col li {
        padding: 0 0 6px 0;
        line-height: 1.2em;
        list-style: disc inside;
    }

    #footer .centered-content {
        left: 0;
    }

    #footerinfo {
        left: 0;
    }

    #footerinfo li {
        float: none;
        border: 0;
    }

    #print-address {
        display: block;
    }

}

/* New header elements
============================================================ */
.state-cta {
    display: block;
    position: absolute;
    top: 83px;
    right: 0;
    width: 550px;
    background: none;
    height: 200px;
    left: auto;
}

.s-name {
    color: #1c4076;
    text-transform: uppercase;
    font-weight: bold;
}

.state-sw {
    float: left;
    width: 252px;
}

.state-gc {
    width: 295px;
    float: left;
}

.state-cta p {
    font-size: 15px;
    line-height: 23px;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    background: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.state-cta p i {
    margin-right: 9px;
    margin-left: 2px;
}

.fa.fa-email-o:before {
    content: '\f003';
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.menu-nav-container {
    margin-top: 20px;
}

hr {
    clear: both;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-collapse {
    border-top: 0px;
}

.navbar-toggle {
    /*margin-right: 0px;*/
}

.page-id-4894 .w-text{
    display: none;
}


.page-id-4892 .gc-text{
    display: none;
}

/* Contact page - new section
============================================================ */
/* ///////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {
    #content-body {
        max-width: 940px;
    }
}

@media (max-width: 992px) {

    /*    .page-heading{
            margin-left: -15px;
            margin-right: -15px;
        }*/
    .crumbs-heading,
    .page-heading,
    .feature-heading,
    #hero-slides,
    .bottom-nav,
    .top-nav-area {
        margin-left: -15px;
        margin-right: -15px;
    }

    #nav li {
        padding-right: 0px;
    }

    #topnav a,
    #nav li a {
        font-size: 16px;
        padding: 16px 5px 14px 5px;
        margin-right: 2px;
    }

    .loc_text {
        font-size: 12px;
    }

}

@media (min-width: 769px) {
    #topnav a,
    #nav li a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .left-col iframe {
        margin-right: auto;
        margin-left: auto;
    }

    .single-preloved .hide_details,
    .single-accessories .hide_details {
        display: none;
    }

    .navbar {
        margin-bottom: 0px;
    }

    #header .feature-heading h1 {
        font-size: 26px;
        text-align: center;
        width: 100%;
    }

    .sidebar-box {
        margin: 30px auto;
    }

    .feature-heading-content p {
        display: none;
    }

    .bottom-nav,
    .top-nav-area {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main-top {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        background: #417CB2;
    }

    .main-top li {
        background: #417CB2;
    }

    .main-top li a {
        font-weight: bold;
        color: #fff !important;
    }

    div#bs-example-navbar-collapse-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slide-content {
        top: 15%;
        left: 15px;
        max-width: 90%;
    }

    .slide-content h2 {
        font-size: 26px;
    }

    .x-container.slide-text {
        font-size: 16px;
    }

    #header-wrap {
        background-position: 0 0;
    }

    .logo {
        margin: 20px auto 10px auto;
    }

    #topnav a {
        padding: 7px 15px;
        background: inherit;
        color: darkgrey;
        text-decoration: none;
    }

    .navbar-default .navbar-collapse {
        border-bottom: 4px solid #417CB2

    }

    .loc_text {
        /*width: 50%;*/
    }

}

@media (max-width: 480px) {

    .left-col iframe {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    #footerinfo li,
    #footerlinks li {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
        border-right: 0px;
    }

    .preloved-camper-listing {
        width: 100%;
    }

    .preloved-camper-listing img {
        width: 100%;
        height: auto;
    }

    #header .feature-heading h1 {
        display: none;
    }

    .icon-feature .col-xs-4 {
        width: 100%;
    }

    .slide-content h2 {
        font-size: 20px;
    }

    .x-container.slide-text,
    .btn2 {
        display: none !important;
    }

    .loc_text {
        width: 100%;
    }
}