/****** Header - Burger Menu ***********************************************************/
.burger {
    display: none;
}

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

    .burger {
        display: inline-block;
        width: auto;
        position: relative;
        float: left;
    }
}

.burger .burger_i {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 21px;
    position: relative;
}

.burger .burger_i:after,.burger span {
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 2px;
}

.burger .burger_i:after {
    content: '';
}

.open-menu .burger .burger_i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    border-radius: 2px;
    top: 9px;
}

.burger span,header {
    display: block;
}

.burger span.top {
    top: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s;
}

.open-menu .burger span.top {
    top: 8px;
    opacity: 0;
}

.burger .burger_i:after,.burger span.center {
    -webkit-transition: all,.3s;
    transition: all,.3s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: 2px;
    margin: 0;
    top: 8px;
    width: 21px;
}

.open-menu .burger span.center {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.burger span.bottom {
    bottom: 0;
    -webkit-transition: all, .2s;
    transition: all, .2s;
}

.open-menu .burger span.bottom {
    bottom: 8px;
    opacity: 0;
}

/****** Header ***********************************************************/

.header-page .navbar {
    border-radius: 0px;
}

.header-page {
    background-color: #f0f0f0;
    position: relative;
}

.header-page .header-logo {
    float: left;
    text-transform: uppercase;
}

.header-page .header-logo a {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px 28px;
    display: block;
    -webkit-transition: all,.3s;
    transition: all,.3s;
}

.header-page .header-logo.active a,.header-page .header-logo:hover a {
    padding: 0px;
}

.camp-logo {
    padding: 0;
    height: 46px;
    width: 100%;
}

.responsive-header {
    display: none;
}

.header-page .mobileIcons {
    display: none;
}

.open-menu .header-page .mob-m {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 75px;
    position: fixed;
}

.header-page .menu {
    font-size: 14px;
    line-height: 0;
    margin-bottom: 0px;
    float: left;
}

.header-page .menu li {
    display: inline-block;
    vertical-align: top;
}

.header-page .cust a:hover {
    color: #00669e!important;
    text-decoration: none;
}

.menucolor {
    display: none;
}

.menucolor li.mobileonly.dark a:hover {
    color: #fff!important;
    text-decoration: none;
}

.menucolor li a {
    color: #005a7d;
}

.menucolor li a:active,.menucolor li:hover a {
    background: #0075b8;
    color: #fff!important;
}

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

.menucolor li.mobileonly.dark a {
    color: #fff !important;
}

.header-page .menu li.active span {
    background: #00669e;
    color: #fff!important;
}

.header-page .cust a,.header-page .menu li span {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #212B36;
}

#sso a {
    font-size: 14px;
    text-align: left;
    color: #00669e;
    margin-top: -5px;
    display: inline-block;
}

#sso:hover, #sso a:hover, #sso a:active {
    background: #00669e;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}

#sso .sso-user {
    background: url("https://images.rvs.com/images/content/user-circle.svg") no-repeat center;
	display: inline-block;
	position: relative;
	top: 4px;
	padding: 10px;
	margin: 5px 0px 0px 5px;
}

#sso:hover .sso-user {
    background: url("https://images.rvs.com/images/content/user-circle-wh.svg") no-repeat center;
	background-size: cover;
}

.header-page .menu li span {
    cursor: pointer;
    -webkit-transition: all,.3s;
    transition: all,.3s;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    padding: 10px 15px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .header-page {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .header-page .header-logo a {
        padding: 9px 15px 11px;
    }
}

@media only screen and (max-width:767px) {
    .menucolor {
        background: #00669e;
        display: inline-block;
        width: 100%;
    }

    .camp-logo {
        padding: 0;
        height: 20px;
        width: auto;
    }

    .nop-mob {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .responsive-header {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: auto auto auto 20px;
    }

    .header-page {
        background-color: #00669e;
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 6.5px 7.5px;
    }

    .header-page .header-logo {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        margin: auto;
        text-align: center;
        float: none;
        line-height: 0px;
    }

    .header-page .header-logo a {
        padding: 0 0 0 15px;
        margin: auto;
        display: inline-block;
        position: relative;
        line-height: 0px;
    }

    .header-page .mob-m {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        transform: translate(0,-100%);
        position: absolute!important;
        width: 100%;
        overflow: scroll;
        top: 54px;
        left: 0;
        right: 0;
        background: #00669e;
        z-index: 10000;
        -webkit-transition: -webkit-transform,.3s;
        transition: transform,.3s;
        -webkit-box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
        -moz-box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
        box-shadow: 0 5px 5px 0 rgba(186,186,186,.75);
    }

    .header-page .mobileIcons {
        display: inline-block;
        position: relative;
        width: auto;
        float: right;
        line-height: 0px;
    }

    .header-page .burger .mobileIconWords {
        color: #fff;
        font-size: 11px;
        background: 0 0;
        top: 21px;
        line-height: 23px;
    }

    .header-page .mobileIconLink {
        display: inline-block;
        position: relative;
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
        margin-left: 15px;
    }

    .header-page .mobileIconLink .mobileIconWords {
        color: #fff;
        font-size: 11px;
        position: relative;
        right: 5px;
    }

    .header-page .menu {
        float: none;
    }

    .header-page .menu li {
        display: block;
    }

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

    .header-page .menucolor li {
        border-bottom: .5px solid #d8d8d8;
        background-color: #fff;
    }

    .header-page .menu li.dark {
        background: #0075b8;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-page .menu li.dark:active,.header-page .menu li.dark:hover {
        background: #00456b;
    }

    .header-page .menu li a {
        display: block;
        font-size: 16px;
        line-height: 28px;
        padding: 12px 25px;
    }

    .menucolor li a:active,.menucolor li:hover a {
        background: #f0f0f0;
        color: #00669e!important;
        border-bottom: .5px solid gray;
    }

    .header-page .menu li span {
        font-size: 16px!important;
        padding: 0!important;
    }

    .header-page .menu li.dark span {
        color: #fff!important;
    }

    .header-page .menu li.dark:hover span {
        color: #fff;
    }

    .header-page .menu .caret {
        border-top: 8px dashed;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        color: #00669e!important;
        float: right;
        top: 10px;
        position: relative;
    }

    .mob-m .dropdown-menu {
        position: inherit;
        width: 100%;
        margin: 0px;
        box-shadow: none;
        padding: 0px;
    }

    .header-page .desktop .cust {
        display: none;
    }

    .menucolor {
        border-bottom: .5px solid #000;
    }

    .cust .information {
        top: -1000px;
    }

    .header-page .menu li.mobileonly {
        display: block;
        background-color: #fff;
        border-bottom: .5px solid #d8d8d8;
    }

    .header-page .menu li.mobileonly.dark {
        background: #0075b8;
        font-size: 16px;
        font-weight: bold;
    }

    .header-page .header-logo a {
        padding: 0px;
    }
}

@media only screen and (max-width:450px) {
    .responsive-header {
        margin: auto auto auto 10px;
    }
}

@media only screen and (min-width:768px) {
    .mobileonly {
        display: none!important;
    }
}

.header-page .cust a {
    padding: 6px 12px 6px 8px;
    font-weight: 400;
}

@media only screen and (min-width:768px) and (max-width:833px) {
    .header-page .cust .tab-text {
        display: none;
    }

    #sso .sso-user {
        top: 0px;
    }

    .header-page .cust a {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}


/****** LOGO Row ***********************************************************/
#logoRow {
    background-color: #00669e;
    padding: 10px 15px 5px;
}

#logoRow .location-page {
    display: inline-block;
    float: right;
    padding-top: 15px;
}

#logoRow a,#logoRow a:active,#logoRow a:hover,#logoRow a:link,#logoRow a:visited {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    text-decoration: none!important;
}

#logoRow .logo {
    width: auto;
    height: 50px;
}

#logoRow .icon-search-location {
    font-size: 19px;
    line-height: 18px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none!important;
}

.header-favs {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

#logoRow .icon-heart-border {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none!important;
}

#logoRow .heart-count {
    display: inline-block;
    color: #d0021b;
    -webkit-text-stroke: 1px white;
    font-size: 17px;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none!important;
}

#logoRow .favs-num {
    position: absolute;
    bottom: 2px;
    right: auto;
    left: 8px;
    background-color: #00669e;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    padding: 1px 4px;
}

.heart-count {
    display: inline-block;
    color: #d0021b;
    -webkit-text-stroke: 1px white;
}

.favs-num {
    position: absolute;
    bottom: 0px;
    right: -3px;
    background-color: #00669e;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    line-height: 10px;
    padding: 1px 4px;
}

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

/****** Navbar Row ***********************************************************/
#horizontal-navbar{
    border-radius: 0px;
    margin-bottom:0;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(63, 63, 68, 0.15), 0px 0px 0px 0px rgba(63, 63, 68, 0.05);
    -webkit-backdrop-filter: blur(10px);
    background-color: #fff;
    z-index: 1000;
}

#horizontal-navbar .navbar-nav a:link,
#horizontal-navbar .navbar-nav a:visited,
#horizontal-navbar .navbar-nav a:hover,
#horizontal-navbar .navbar-nav a:active {
    text-shadow : none;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #212b36;
    text-decoration: none !important;
    padding: 15px 30px 15px 0px;
}

#horizontal-navbar .navbar-nav>.open>a,
#horizontal-navbar .navbar-nav>.open>a:focus,
#horizontal-navbar .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #00669e;
}

.dropdown-menu {
    min-width: 203px;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
    margin-top: 1px!important;
}

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

.dropdown-menu>li>a {
    padding: 7px 20px;
}

#horizontal-navbar .dropdown-menu .contact-info a:link,
#horizontal-navbar .dropdown-menu .contact-info a:visited,
#horizontal-navbar .dropdown-menu .contact-info a:hover,
#horizontal-navbar .dropdown-menu .contact-info a:active {
    padding: 10px 0px;
}

#horizontal-navbar .dropdown-menu a:link,
#horizontal-navbar .dropdown-menu a:visited,
#horizontal-navbar .dropdown-menu a:hover,
#horizontal-navbar .dropdown-menu a:active {
    font-size: 15px;
    padding: 10px 15px;
}

@media only screen and (max-width:767px) {
    #horizontal-navbar {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #horizontal-navbar{
        padding-left:0px;
    }

    #horizontal-navbar .container{
        width: 100%;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    #horizontal-navbar .navbar-nav a:link,
    #horizontal-navbar .navbar-nav a:visited,
    #horizontal-navbar .navbar-nav a:hover,
    #horizontal-navbar .navbar-nav a:active {
        font-size: 14px;
        padding: 15px 20px 15px 0px;
    }

    .dropdown-menu {
        min-width: auto;
        padding: 0 0 0 10px;
    }
}

/****** RV Type Row ***********************************************************/
#rvTypeBar {
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    padding-bottom: 10px;
}

#rvTypeBar > [class*='col-'] {
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    color: #3e3e3e;
    margin-right: 1.85%;
    white-space: nowrap;
}

.rvTypeLink {
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    color: #3e3e3e;
    white-space: nowrap;
}

.rv-type-icon {
    width: 100%;
    display: block;
    margin: 0px auto 5px;
}

#rvTypeBar .d-types > [class*='col-'] {
    margin: 0px 15px 0px 0px;
    text-align: center;
    float: none;
    display: inline-block;
}

@media only screen and (min-width: 831px) and (max-width:991px) {
    #rvTypeBar {
        padding: 0px 0px 10px;
    }

    #rvTypeBar .d-types > [class*='col-'] {
        margin: 0px 5px 0px 0px;
        width: 10%;
    }

    .rvTypeLink {
        font-size: 10px;
    }
}

@media only screen and (max-width:767px) {

    .rv-type-icon {
        width: 85%;
        text-align: center;
        margin: 0px auto 5px;
    }

    #rvTypeBar > [class*='col-']:first-child {
        margin-left: auto;
    }
}

/****** dealer home rv types ***********************************************************/
@media only screen and (min-width: 831px) {
    .d-types {
        display: block;
        padding: 15px 0px 5px 0px;
        text-align: center;
        margin: auto;
        max-width: 1100px;
    }

    .d-types .nudge {
        margin-left: 10px;
    }

    .m-types {
        display: none;
    }
}

@media only screen and (max-width: 830px) {
    .m-types {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px!important;
    }

    .m-types .thirds {
        width:18%;
        display: inline-block;
        text-align: center;
        margin: 0px 20px;
    }

    .d-types {
        display: none;
    }

    #rvTypeBar > [class*='col-'] {
        padding-top:15px;
    }

    #rvTypeBar {
        padding-bottom: 0px;
    }
}

/****** see rv types modal ***********************************************************/
div[id^="rvTypesAll_"] .modal-content {
    background: #FFFFFF;
}

div[id^="rvTypesAll_"] .modal-header {
    border-bottom: 0;
}

 div[id^="rvTypesAll_"] [id^="rvType_"] .wrap-center {
 	width:100%;
 }

 div[id^="rvTypesAll_"] [id^="rvType_"] .row {
 	width:100%;
 	display: block;
 	margin-bottom:20px;
 	margin: 0 auto 5%;
 }

div[id^="rvTypesAll_"] .container-fluid-popular-brands .row {
	padding: 0 15px;
}

.rv-type-desc {
    font-size: 13px!important;
    color: #000!important;
    font-weight: 600;
    padding: 5px 0 0;
    text-align: center!important;
    white-space: nowrap;
    text-shadow: none!important;
}

div[id^="rvTypesAll_"] [id^="rvType_"] img {
    width: 85%;
}

div[id^="rvTypesAll_"] [id^="rvType_"] img {
    width: 85%;
}

div[id^="rvTypesAll_"] .title {
    margin-bottom: 20px;
    color: #000;
}

div[id^="rvTypesAll_"] h3 {
	margin: 20px 0px;
	text-align: center;
}

 div[id^="rvTypesAll_"] h4{
	margin: 0 5px;
	text-align: center;
	color: #777;
}

.container-fluid-popular-brands .popular-brand-container h5 {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 0 0 10px;
    text-align: center;
    margin: 10px auto;
}

@media (min-width: 992px) {
	div[id^="rvTypesAll_"] [id^="rvType_"] .row .col-md-1 {
	  	max-width: 150px;
	  	width: 11%;
	 }

	div[id^="rvTypesAll_"] [id^="rvType_"] img {
    	width: 100%;
	}

	.modal-lg {
    	width: 80%;
    	max-width: 1300px;
	}
 }

 @media (min-width: 768px) {
	 div[id^="rvTypesAll_"] [id^="rvType_"] .row .col-md-1 {
	  	max-width: 320px;
	 }

	 .container-fluid-popular-brands .popular-brand-container h5 {
	     font-size: 14px;
	 }
 }


 /****************** Contact dropdown style *****************/
.contact-menu {
     left: auto;
     right: 0;
 }

.contact-info {
	padding: 5px 20px;
	color: #FFF;
}

.contact-info p {
	font-weight: 400;
	color: #00669e;
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 10px;
}

.blue-nav .navigation .contact-info .location-blue a {
	color: #FFF;
}

.navigation .contact-info .address {
	margin-bottom: 10px;
}

.navigation .contact-info .address a:hover {
	color: #009cde;
	text-decoration: none;
}

.navigation .contact-info .phone span {
	font-size: 16px;
	font-weight: bold;
}

.navigation .contact-info .phone span:hover {
	color: #009cde;
	text-decoration: none!important;
}

.navigation .contact-info .phone a:hover {
	text-decoration: none!important;
}

.navigation .contact-info .phone .phone-multi span {
	font-size: 16px;
	font-weight: normal;
}

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

.navigation .contact-info .viewstore:hover {
	color: #FFF;
}

.blue-nav .navigation .contact-info .viewstore {
	color: #FFF;
}

.blue-nav .navigation .contact-info .viewstore:hover {
	color: #009cde;
}

.navigation .contact-info .viewhours {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: underline;
}

/* ADA Naviation CSS */
.skip-to-main-content { 
    position:absolute; 
    left:-10000px; 
    top:auto; 
    width:1px; 
    height:1px; 
    overflow:hidden;
} 

.skip-to-main-content:focus { 
    position:static; 
    width:30px; 
    height:14px; 
}         

