/****** Great Outdoors RV Superstore - Oct 2019 New Build - York ******/
/* 
Site Colors
    Primary: #223C1D (Green)
    Secondary: #3E3E3E (Dark Gray)
    Tertiary: #D8D7D4 (Light Gray)
    Quarternary: #3756A1 (Blue)

Font
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Lato', sans-serif;
*/

/*** Global ***/
.widget {
  margin-bottom: 0;
}

.center-1170 {
  width: 100%;
  max-width: 1170px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-primary {
  color: #223C1D;
}

.color-secondary {
  color: #3E3E3E;
}

.color-tertiary {
  color: #D8D7D4;
}

.color-quarternary {
  color: #3756A1;
}

/*** Buttons ***/
.btn-shape,
#pay-calc,
.form-group button.btn,
#tow-ratings a.btn-primary {
  display: block;
  text-align: center;
  padding: 7px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}

.btn-shape:hover {
  text-decoration: none;;
}

.btn-outline-white {
  border: 2px solid #D8D7D4;
  color: #D8D7D4;
}

.btn-outline-white:hover {
  color: black;
  background: white;
}

.btn-darkgray,
.form-group button.btn,
#tow-ratings a.btn-primary {
  background: #3E3E3E;
  color: #D8D7D4;
}

.btn-darkgray:hover,
.form-group button.btn:hover,
#tow-ratings a.btn-primary:hover {
  color: #3E3E3E;
  background: #D8D7D4;
  border-color: #3E3E3E;
}

.btn-green,
.btn-outline-green:hover,
#pay-calc:hover {
  background: #223C1D;
  color: white;
}

.btn-green:hover,
.btn-outline-green,
#pay-calc {
  background: white;
  color: #223C1D;
  border-color: #223C1D;
}

.btn-red {
  color: white;
  background: #A60307;
}

.btn-red:hover {
  color: #A60307 !important;
  border-color: #A60307;
  background: white;
}

/*** All Site ***/
body {
  font-family: 'Lato', sans-serif;
}

body:not(#homepage) {
  padding-top: 150px;
}

body:not(#homepage) {
  /* :not(#vdp):not(#cvdp) */
  background: url('../../../greatoutdoorsrv.com/uploads/page_imgs/InteriorPageBackground.jpg');
  background-position: top;
  /* background-size: contain; */
  /* background-size: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body:not(#homepage) > div > div.container {
  /* background: white; */
  padding: 15px;
  margin: 0 auto;
}

/* body:not(#homepage) > div:nth-child(5), */
.page-container {
  max-width: 1170px;
  min-height: 700px;
  margin: 0 auto;
  /* background: white; */
  background: rgba(255,255,255,.85);
  box-shadow: 3px 3px 5px darkgray;
}

#homepage div[class*="col-"] {
  position: unset;
}

#homepage .container,
footer .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'Fjalla One', sans-serif;
}

h6, p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #3E3E3E;
}

h1 {
  color: #223C1D;
}

.gray-line {
  border-top: 6px solid #D8D7D4;
  width: 270px;
}

.white-line {
  width: 150px;
  height: 2px;
  background: #D8D7D4;
  margin-bottom: 10px;
}

.carousel .carousel-control {
  background: none;
}

/*** Header ***/
header #row-1.container {
  /* max-width: 1170px; */
  max-width: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

header #row-1 > .row {
  margin: 0;
}

header .widget-logo {
  margin-top: 40px;
  max-width: 265px;
}

header .section {
  margin-bottom: 0;
}

/* Nav */
.nav a {
  color: #D8D7D4;
}

.nav .grid-demo [class*="col-"] {
  line-height: 1.3;
  font-size: 16px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  /* background-color: #223C1D; */
  background-color: transparent !important;
  text-decoration: none !important;
  border-color: white !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .grid-demo div[class*='col-']:hover,
.nav .grid-demo div[class*='col-']:focus {
  background-color: #1B3117;
  text-decoration: none !important;
}

.nav .open ul.dropdown-menu {
  background-color: rgba(34, 60, 29, .8);
  border-color: #223C1D;
}


/* Mobile Content */
header #row-1 {
  padding: 0;
}

header #nav button.navbar-toggle {
  float: none;
}

header .widget-menu .navbar-toggle .icon-bar {
  background-color: white;
}

header .widget-menu .navbar-nav > li > a {
  color: white;
  text-shadow: 1px 1px 1px black;
  font-weight: 900;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  transition: ease-in-out 0.5s;
}

.h-mobile-top {
  display: inline-block;
  line-height: 0;
}

.h-mobile-dropdown {
  width: 66%;
  text-align: center;
  font-size: 20px;
}

.h-mobile-dropdown label.dropdown-toggle {
  vertical-align: bottom;
  margin-bottom: 15px;
}

.h-mobile-img {
  width: 16%;
}

.h-mobile-img img {
  width: 100%;
  max-width: 50px;
  padding: 3px;
}

.h-mobile-phone {
  text-align: right;
  font-size: 40px;
  vertical-align: bottom;
  margin-bottom: 5px;
  width: 12%;
}

/* Mobile Dropdown */
.h-mobile-dropdown .dropdown {
  position: unset;
}

.h-mobile-dropdown .dropdown-menu {
  width: 100vw;
}

.mobile-dropdown-card {
  padding-bottom: 20px;
}

.mobile-dropdown-card a {
  line-height: initial;
}

/* Header Desktop */
#header-desktop form::after {
  content: '';
}

#header-desktop button.search-icon, #header-desktop input.keyword-search {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: 1px 1px 1px black;
}

#header-desktop input.keyword-search {
  padding: 5px 5px 0 0;
  border-bottom: 2px solid white;
  font-size: 16px;
  color: white;
  box-shadow: 0px 1px 0px black;
}

#header-desktop input.keyword-search::placeholder {
  color: white;
}

#header-desktop span.glyphicon-search {
  font-size: 18px;
  padding-top: 6px;
  color: white;
}

#header-desktop .h-phone,
#header-desktop .h-social.item-one {
  margin-left: 20px;
}

#header-desktop i {
  font-size: 20px;
}

/* Fixed Header/Scroll Style */
header {
  position: fixed;
  z-index: 100;
  top: 0;
}

header.fix-scroll {
  background: rgba(34, 60, 29, .8);
}

.widget-logo.fix-scroll {
  margin: 0;
  padding: 5px;
}

.widget-logo.mobile-scroll {
  height: 0;
  display: none;
}

.widget-logo.fix-scroll img {
  width: 150px;
}

#header-desktop.fix-scroll {
  height: 0;
  display: none;
}

.widget-logo, .widget-logo img, #header-desktop {
  transition: .2s;
}

/*** Footer ***/
footer {
  margin-top: 30px;
}

#footer-content {
  padding: 40px 0;
  background: #3E3E3E;
}

#footer-content a {
  color: #D8D7D4;
}

#footer-content .footer-card {
  min-height: 170px;
}

/* Bottom */
#ride-logo {
  padding: 5px 30px 5px 0;
  background: #223C1D;
  text-align: right;
}

/*** Homepage ***/
#homepage h1 {
  font-size: 80px;
}

#homepage h2 {
  font-size: 55px;
}

#homepage h3 {
  font-size: 35px;
}

#homepage h4 {
  font-size: 32px;
}

#homepage h5,
#hp-category h5 {
  font-size: 20px;
}

#homepage h1:not([class*="color"]),
#homepage h4:not([class*="color"]) {
  color: #D8D7D4;
}

#homepage h2:not([class*="color"]),
#homepage h3:not([class*="color"]),
#homepage h5:not([class*="color"]) {
  color: #223C1D;
}


/* HP Background Vid/Img */
#homepage > #row-1 .column {
  position: unset;
}

#hp-background-vid,
#hp-bg-mobile-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hp-bg-mobile-img {
  height: 775px;
  background: url('https://www.ridecdn.com/www.greatoutdoorsrv.com/uploads/homepage/MobileBackground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hp-bg-vid-text {
  height: 600px;
  margin-top: 150px;
  position: relative;

}

#hp-bg-vid-text .centering-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 400px;
  transition: .2s ease-in-out;
}

#hp-bg-vid-text h1 {
  text-align: center;
  padding: 0;
  margin-top: 25px;
}

/* HP Quick Search */
#homepage #row-2 {
  background: #3E3E3E;
  color: #D8D7D4;
}

#widget-qs-container {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#homepage #widget-qs-container h3 {
  text-align: left;
  color: #D8D7D4;
}

#widget-qs-container select {
  background: none;
  border: none;
}

#widget-qs-container li {
  width: 20%;
  border-bottom: 1px solid;
  padding: 0;
  margin: 0 5px;
}

#widget-qs-container li.widget-qs-btn {
  border: none;
}

#widget-qs-container li.widget-qs-btn input {
  border-radius: 0;
  background: none;
  border: 1px solid;
}

#widget-qs-container li.widget-qs-btn input:hover {
  background: white;
  color: #3E3E3E;
}

/* HP Category */
#hp-category {
  background: white;
  padding: 30px 0;
}

body:not(#homepage) #hp-category {
  /* border-bottom: 2px solid gainsboro; */
  background: none;
}

/* HP Welcome */
#hp-welcome {
  padding: 50px 0;
  background: url('../../../greatoutdoorsrv.com/uploads/homepage/Welcome_Text_Background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hp-welcome h2 {
  margin-top: 0;
}

/* HP Mid Service */
#hp-mid-services {
  padding: 40px 0 60px;
  background: white;
}

#hp-mid-services .row.center-1170 {
  margin-bottom: 40px;
}

#hp-mid-services a.btn-darkgray {
  max-width: 175px;
}

/* HP 3 Section */
#hp-3-section {
  background: #3E3E3E;
  padding: 40px 0;
}

#hp-3-section .section-text {
  padding: 0 20px;
}

#hp-3-section a.btn-outline-white {
  max-width: 200px;
  margin: 20px 0 35px 20px;
}

/* HP Village Parallax */
#hp-village-parallax {
  background: url('../../../greatoutdoorsrv.com/uploads/homepage/campers-village.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

/* HP Locations */
#hp-locations {
  padding: 50px;
}

/* HP Overlays */
#hp-overlays #hp-left-top {
  position: absolute;
  top: 140px;
  left: 10px;
  max-width: 200px;
}

#hp-overlays #hp-right-top {
  position: absolute;
  top: 140px;
  right: 10px;
  max-width: 200px;
}

/*** Inventory ***/
/* VLP Search */
.widget-refine-search .panel-heading {
  border-bottom: 1px solid black;
  padding-left: 0;
}

.widget-refine-search h4.panel-title {
  font-family: 'Lato', sans-serif !important;
}

.widget-refine-search .panel {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}

#refine-search .input-group button {
  border-radius: 0;
  background-color: #A60307;
  padding: 6px;
  margin-top: 1px;
  margin-right: 1px;
  width: 40px;
}

#refine-search .input-group button span.glyphicon {
  color: white;
}

#refine-search div.parameter span {
  float: right;
}

#refine-search h3 {
  font-weight: bold;
  text-transform: uppercase;
  /* color: black; */
}

/* VLP Unit Listings */
.widget-unit_listing .vlp-filters-t {
  padding: 6px;
  margin-right: 0;
  margin-top: 36px;
}

.vlp-count {
  text-align: left;
}

#vlp h1,
#cvlp h1 {
  margin-bottom: 30px;
}

.widget-unit_listing .vlp-filters-t .vlp-sort select#sort {
  border: none;
  box-shadow: none;
}

.widget-unit_listing .vlp-filters-t > .vlp-sort {
  float: right;
}

.widget-unit_listing .vlp-filters-t > .vlp-sort > .vlp-sort {
  border-bottom: 1px solid black;
}

.vlp-view-toggle {
  display: none;
}

.widget-unit_listing .unit-box {
  border-bottom: 2px solid #D8D7D4;
  padding: 0 0 10px;
}

.widget-unit_listing.unit-list .ub-img-2 {
  background-color: white;
}

.widget-unit_listing.unit-list .unit-box h3.ub-title {
  white-space: normal;
}

h3.ub-title a {
  color: #223C1D;
  font-weight: bold;
  font-size: 20px;
}

.ub-content .btn-red {
  font-size: 16px;
}

.widget-basic-details td {
  padding: 5px !important;
}

.widget-price-block {
  margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped td {
  border: none !important;
}

.ub-retail,
.ub-discounts,
.ub-sale {
  display: inline-block;
  text-align: center !important;
  width: 100%;
}

.ub-retail label,
.ub-sale label,
.ub-retail span,
.ub-sale span {
  display: inline-block !important;
  width: 48%;
}

#inventory-listing .ub-content div.ub-info-l {
  padding: 0;
}

#inventory-listing .ub-content div.ub-info-l tr td:first-child {
  width: 80px;
  max-width: unset;
}

.ub-sale {
  color: #223C1D;
}

a.vlp-filter-clear-link:hover {
  color: #223C1D !important;
  text-decoration: none;
}

.share-save {
  width: 100%;
}

.share-email,
.share-text {
  display: none;
}

#inventory-listing .table>tbody>tr>td {
  padding: 3px;
  padding-left: 15px;
}

/* VDP */
.widget-web-desc {
  padding: 20px;
  margin: 25px;
  /* background: #D8D7D4; */
}

#pay-calc {
  text-transform: uppercase;
  margin-top: 0;
}

.widget-payment-calculator {
  margin-bottom: 40px;
}

.inv-phone {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px auto 20px;
}

.inv-phone a {
  font-size: 16px;
  color: black;
}

.inv-phone i {
  font-size: 32px;
  transform: translateY(25%);
}

#price-msrp,
#price-sale {
  width: 100%;
  /* text-align: center; */
}

.price-label,
.price-value {
  display: inline-block;
  font-weight: bold;
  font-size: inherit !important;
}

.price-label {
  padding-right: 10px;
}

#price-msrp {
  font-size: 18px;
  color: #223C1D;
}

#price-sale {
  font-size: 22px;
  color: #A60307;
}

.widget-basic-details.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #D8D7D4;
}

.widget-basic-details tr td:first-child {
  text-align: right;
}

.widget-recommendations h3 {
  font-weight: bold;
  text-align: center;
  margin: 40px;
}

.js-share-save {
  background: #223C1D;
  display: block;
  max-width: 100px;
  margin: 10px auto 15px;
  padding: 5px;
  border-radius: 5px;
  color: white;
}

.js-share-save:hover {
  color: white;
  background: #1B3117;
}

#vdp #row-2 div.widget-text {
  padding: 20px 0 20px 25%;
}

#vdp-info-text .item-1 {
  vertical-align: top;
  font-size: 20px;
}

/*** Interior Pages ***/
/* form.contact-form div {
  padding: 0 10px;
}

body:not(#vdp):not(#vlp) form.contact-form div[id*="ctrl-"]:not(#ctrl-comments) {
  width: 50%;
  display: inline-block;
} */

/* IP Rentals */
#ip-rentals .rental-body ul {
  list-style: none;
}

#ip-rentals .rental-body {
  padding-bottom: 10px;
  border-bottom: 1px solid black
}

#rental-services .second-row div.col-xs-6 {
  min-height: 240px;
}

#rental-services i {
  display: block;
  font-size: 30px;
}

#ip-rentals .rental-disclaimers p {
  font-size: 12px;
}

/* IP Service Prevent */
#ip-service-prevent .service-plan-cards .panel {
  border-color: #3E3E3E;
}

#ip-service-prevent .service-plan-cards .panel-body {
  min-height: 460px;
}

.interior-panels .panel-heading {
  background: #A60307;
  color: white;
}

.interior-panels .panel-title {
  font-size: 24px;
}

#ip-service-prevent .panel-body h6 {
  font-size: 14px;
}

.interior-panels .panel-footer {
  color: #A60307;
}

/* IP Service Vids */
.flex-direction-nav a:before {
  font-family: unset;
}

.flex-direction-nav a.flex-next::before {
  content: '>';
}

.flex-direction-nav a.flex-prev::before {
  content: '<';
}

/* IP Protection Plans */
#ip-finance-protection .fin-plan-cards .panel {
  border-color: #3E3E3E;
}

#ip-finance-protection .fin-plan-cards .panel-body {
  min-height: 580px;
}

/* IP Contact */
#ip-contact .contact-hours div.col-xs-12 {
  min-height: 150px;
}


/***** Breakpoints *****/
@media (max-width: 767px) {
  /*** Header ***/
  /* Mobile */
  header #row-1 > .row > div.column:first-child {
    padding: 0;
    position: absolute;
    top: 100px;
  }

  header #row-1 > .row > div.column:last-child {
    padding: 0 10px;
    background: #223C1D;
  }

  header .widget-text {
    width: 85%;
    float: right;
    margin: 0;
    color: white;
    padding-top: 10px;
  }

  header .widget-menu {
    width: 15%;
    float: left;
    margin: 0;
  }

  header .widget-logo {
    padding: 0 20px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  header #nav div.navbar.yamm {
    width: 100vw;
    min-height: unset;
    border: none;
    background: #223C1D;
  }
  /* end header mobile */

  #homepage #row-2 {
    display: none;
  }

  body:not(#homepage) {
    padding-top: 260px;
  }
}

@media (min-width: 767px) {
  .hp-left-half {
    padding-right: 35px;
  }
  
  .hp-right-half {
    padding-left: 35px;
  }

  #hp-bg-vid-text {
    height: 550px;
    margin-top: 0;
  }

  /* Nav */
  #main-menu .nav ul.dropdown-menu {
    width: 250px !important;
    left: unset !important;
    right: unset !important;
  }

  #main-menu .nav li:last-child ul.dropdown-menu {
    right: 0 !important;
  }

  /* HP Mid Service */
  #hp-mid-services .row:nth-child(odd) .hp-mid-img,
  #hp-mid-services .row:nth-child(odd) div.gray-line,
  #hp-mid-services .row:nth-child(odd) a.btn-darkgray {
    float: right;
  }

  #hp-mid-services .row:nth-child(odd) h3,
  #hp-mid-services .row:nth-child(odd) p {
    text-align: right;
  }

  /* HP 3 Section */
  #hp-3-section .section-text {
    min-height: 250px;
  }

  #hp-3-section a.btn-outline-white {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Interior Forms */
  form.contact-form div {
    padding: 0 10px;
  }
  
  body:not(#vdp):not(#vlp) form.contact-form div[id*="ctrl-"]:not(#ctrl-comments) {
    width: 50%;
    display: inline-block;
  }
}


@media (min-width: 1350px) {
  #hp-bg-vid-text {
    height: 600px;
  }
}

@media (min-width: 1750px) {
  #hp-bg-vid-text {
    height: 700px;
  }
}

#vdp .overlay-q1 {
    background-size: cover !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 750px !important;
    max-height: 509px!important ;
}

#v1p .overlay-q1 {

}

#vlp .overlay-q1, #cvlp .overlay-q1 {
	background-size: cover !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 325px !important;
    max-height: 243px!important ;
}