@media (max-width: 767px) {
.buttonContainer {
    width: 100%!important;
    flex-wrap: wrap;
}

.buttonContainer h3 {
    font-size: 4vw!important;
}

.buttonContainer h3 span {
    display: block!important;
}

.buttonContainer a {
    flex: 0 0 33.33%!important;
}

.buttonContainer span:nth-child(2) {
    font-size: 3.5vw!important;
}

.siteSearch {
    width: 95%!important;
}

.lgButtonContainer a {
    flex: 1 0 50%!important;
    max-height: 130px;
}

.lgButtonContainer h3 {
    font-size: 4vw!important;
}

.lgButtonContainer,
.whySloans {
    margin-top: 0;
}

.toptext {
    font-size: 7vw!important;
    line-height: 7vw!important;
}

.middletext {
    font-size: 7vw!important;
}

.siteSearch .form-control {
    font-size: 12px!important;
}

.footerContainer {
    width: 100%!important;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerblock {
    flex: 0 0 100%;
}

.footericoncontainer {
    justify-content: center;
}
}

.psm-welcome-back-bubble {
    z-index: 999999;
}

.psm-welcome-back {
    z-index: 99999999!important;
}


input[type="text"] {
	/*font-size: 18px!important;*/
	color: #000;
}
#billboards-row .inventoryslider {
	margin-bottom: 15px;
}


#billboards-row .carousel-indicators li {
	display: none;
}
@media (min-width: 768px) {
	#billboards-row .inventoryslider {
		margin-bottom: 30px;
	}
	.discBannerMobile {
        display: none;
}

}
/*--- This might not be needed anymore due to wrapping billboards in div.row
#billboards-row .inventoryslider .carousel-inner > .item > img {
	max-height: 133px;
}	---*/
#bt_invite_box {
	display: none !important;
}
.navbar-brand>img {
    display: none;
}

.financebutton {
    width: 20%;
    text-align: center;
    margin: auto;
    background-color: white;
    padding: 9px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 28px;
    text-transform: uppercase;
}

.shopSection {
    background-color: white;
}



textarea.form-control.valid {
    font-size: 12px;
}

.panel-heading-home {
		position: relative;
}
.panel-heading-home:before, 
.panel-heading-home.active:before {
		font-weight: bold;
		font-size: 4vw;
		position: absolute;
		right: 21%;
		top: calc(50% - 2.8vw);
		background: rgba(68, 68, 68, 0.4);
		border-radius: 4vw;
		padding: 0 1.6vw;
}
.panel-heading-home:before {
		content: '\002B';
		color: #fff;
}
.panel-heading-home.active:before {
		content: "\2212";
		color: #777;
}

.searchReturn {
    color: white;
}

#collapse1 > div {
    padding: 0px;
}

#home-page {
    margin-bottom: -30px;
}





.creditIframe {
    position: relative;
    padding-bottom: 125%;
    min-height: 150px;
}

.creditIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}









.animate-reveal {
  font: bold 1.5em sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 1s ease-in 1 normal forwards;
       -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
          animation-delay: 0s;
}

.animate-second {
          animation-delay: 1s;
}

.animate-third {
          animation-delay: 1s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
















#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/website-themes/16/images/background-new.jpg) no-repeat center bottom;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}


@media (min-width: 768px) {
body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-color: black;
    background: url(https://psmfirestorm.blob.core.windows.net/website-themes/16/images/background-new.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    color: white;
    font-family: 'Roboto', sans-serif;
}
}

body {
    color: white;
}



#inventory-count {
    color: red;
    font-size: 60px;
    display: block;
    font-family: 'DINPro-Bold';
}

.rwu img {
    max-width: 130px;
}


h1.whyhome {
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    background-color: red;
    padding: 5px;
    font-size: 4vw;
    margin-bottom: 0px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold';
    font-weight: 100;
}


#vehicleList > div > div > div.price-box > text > div:nth-child(1),
[tru-link][cta-id='srp'] img {
    display: none!important;
}










.btnSection {
    margin-bottom: -30px;
    margin-top: 0px!important;
}

a {
    color: #e20000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #ff3737;
    text-decoration: none;
}

div#content-container {
    margin-bottom: 30px;
    margin-top: 30px;
}

.homesectionwrapper {
    position: relative;
}

.homesectiontext {
    padding: 5% 2%;
    display: inline-block;
    background-color: #2f2f2f;
    flex: 0 0 50%;
}

.homesectiontextright {
    padding: 5% 2%;
    display: inline-block;
    background-color: #2f2f2f;
}

.homesectiontext h2 {
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: red;
}

.homesectiontextright h2 {
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: red;
}

.homepic1 {
    background: url("https://psmfirestorm.blob.core.windows.net/de732801-1f04-485b-84fd-c6f8e3190852/Sloan's_Motorcycles_and_ATVs_27.JPG") center center;
    background-size: cover;
    flex: 0 0 50%;
}

.homepic2 {
    background: url("https://psmfirestorm.blob.core.windows.net/32cb21a1-58ce-4023-a3e3-0faaae2ebce7/Sloan's_Motorcycles_and_ATVs_18.JPG") no-repeat center;
    background-size: cover;
    flex: 0 0 50%;
}

.homepic3 {
    background: url("https://psmfirestorm.blob.core.windows.net/b5786cf7-5ba9-483a-b269-c921994258cd/Sloan's_Motorcycles_and_ATVs_16.JPG") no-repeat center center;
    background-size: cover;
    flex: 0 0 50%;
}

.homepic4 {
    background: url("https://psmfirestorm.blob.core.windows.net/20c1386b-33be-4cd2-85eb-1e91501d51fa/Sloan's_Motorcycles_and_ATVs_05.JPG") no-repeat center;
    background-size: cover;
    flex: 0 0 50%;
}

.homepic5 {
    background: url("https://psmfirestorm.blob.core.windows.net/6ed1ca30-6437-47e4-bf93-0d19e34ef64e/Sloan's_Motorcycles_and_ATVs_30.JPG") no-repeat center;
    background-size: cover;
    flex: 0 0 50%;
}

.homepic6 {
    background: url("https://psmfirestorm.blob.core.windows.net/1372ac4d-b825-4002-8c42-8d3b31f19123/Sloan's_Motorcycles_and_ATVs_24.JPG") no-repeat center;
    background-size: cover;
    flex: 0 0 50%;
}


.homepic1 , .homepic2, .homepic3 , .homepic4 , .homepic5 , .homepic6 {
    height: 300px;
}

.reverse {
    flex-direction: row-reverse;
}









h1, .h1, 
h2, .h2 {
	text-align: center;
}

@media (min-width: 768px) {
header.body {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
}

.headerHours h4 {
    margin-bottom: 0;
}

.headerlogo {
    display: flex;
    text-align: center;
    padding: 15px;
    position: relative;
    font-weight: 700;
    font-size: 1.2vw;
}

@media (min-width: 1200px) {
.headerlogo:before {
    content: '';
    width: 3px;
    height: 50%;
    background-color: white;
    position: absolute;
    right: -3%;
    top: 50%;
    transform: translateY(-50%);
}
}

.headerlogo img {
    padding-left: 5px;
}

.headerPhone {
    /* min-width: 138px; */
    order: 2;
    line-height: 1.3vw;
}

.headerPhone a {
    color: white;
}

.headerHours {
    /* min-width: 164px; */
    order: 1;
    color: #e20000;
    margin: 0 15px;
    line-height: 1.3vw;
}

.headerPhone .phone-text {
    display: block;
    color: #e20000;
}

.headerHours h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
    margin: 0;
    color: white;
    line-height: unset;
    font-weight: 700;
}

.todaysHours{
	padding-left: 10px;
	align-self: center;
	min-width: 150px;
}
span.hoursTitle {
	font-weight: bold;
}
.hoursTitle ~ span, 
.hoursTitle ~ p {
	font-style: italic;
	font-size: .75em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#headerContainer {
	background-color: black;
	
}




.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: rgba(0, 0, 0, 0.28);
}

#main-nav > nav > div {
    width: 100%;
}





.navbar {
	min-height: unset;
	border: none;
}

@media (max-width: 767px) {
  #main-nav-collapse {
    overflow-y: auto;
  }
}

#main-nav {
    flex: 1 0 58%;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
}

.navbar-brand.text {
    display: none !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: red;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: red;
}



.sectionbackground {
    text-align: center;
    margin-top: -30px;
    -webkit-animation-name: slideNav;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    position: relative;
    padding-bottom: 23%;
}

.sectionbackground:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9ce05bff-5cf6-43b7-aef3-bbdf8e29710b/NewHomeImageSizeApr.jpg);
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@-webkit-keyframes fadeIn {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
          }
      }
  
      @keyframes fadeIn {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
          }
      }

.toptext {
    font-size: 5vw;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 0px 8px black, 5px 5px 5px black;
    font-weight: 900;
    font-family: 'DINPro-Bold';
}

.middletext {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (768 - 320)));
    color: white;
    text-shadow: 0px 0px 10px black, 5px 5px 10px black;
    text-transform: uppercase;
    margin: 0 5px;
    font-family: 'DINPro-Bold-Cd';
}


.sectioncontainer {
    margin: auto;
    padding-bottom: 5vw;
}

.sectionblock {
    color: white;
    margin: 1% 7%;
    background-color: black;
    padding: 5px;
    border: 3px solid white;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    font-size: 3vw;
    box-shadow: 0px 0px 15px black;
    transition: .3s ease transform, .3s ease color;
}

.sectionblock:hover {
    transform: scale(1.1);
    color: red;
    transition: .3s ease transform, .3s ease color;
}

.siteSearch {
    margin: 0 auto;
    display: flex;
    width: 600px;
    position: relative;
}

.siteSearch > .seachbutton {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.siteSearch .form-control {
    background-color: rgb(255 255 255 / 87%);
    color: black;
    border-radius: 33px;
    border: 5px solid black;
    padding: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin: 0;
}

.siteSearch .searchbutton {
    background-color: rgb(255 255 255 / 87%);
    border: 5px solid black;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding: 5px 16px;
}

.homebuttonblock1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/deb96032-588d-46b7-8622-a127565caaea/button-1.jpg);
   /* width: 16%;
    display: inline-block;*/
    background-size: cover;
    margin: 0.3%;
    transition: .5s ease filter;
    filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock1:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock2 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/eddd2ed2-3459-4cf3-aafd-72f99868b2c4/button-2.jpg);
    background-size: cover;
    margin: 0.3%;
    filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock2:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock3 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/ab8802ad-ceca-40d8-afd5-3065c590fb8f/button-3.jpg);
    background-size: cover;
	margin: 0.3%;
	filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock3:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock4 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/611a47ae-0ad6-45cc-8d95-84950319510d/button-4.jpg);
    background-size: cover;
	margin: 0.3%;
	filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock4:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock5 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/03d023d6-4244-4af8-8e02-ceddb3713191/button-5.jpg);
    background-size: cover;
	margin: 0.3%;
	filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock5:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock6 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/4d380fa4-e3b4-4245-9f6c-08932609cbe5/sloansFTR2.png);
    background-size: cover;
	margin: 0.3%;
	filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock6:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock7 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e3bcc952-4cca-4816-8312-85377a87c6ec/button-7.jpg);
    background-size: cover;
    margin: 0.3%;
    filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock7:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}

.homebuttonblock8 {
    /*width: 15%;
    display: inline-block;*/
    background-image: url(https://psmfirestorm.blob.core.windows.net/89b27a0f-320d-4b03-ad25-3c3e76f71cc5/button-8.jpg);
    background-size: cover;
	margin: 0.3%;
	filter: grayscale(1);
    margin-bottom: 6.8%;
    transition: .3s ease;
}

.homebuttonblock8:hover {
    filter: grayscale(0);
    transition: .5s ease filter;
}



.homebuttonwords {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (768 - 320)));
    padding: 4% 0%;
    text-shadow: 0px 0px 5px black, 5px 5px 5px black;
    transition: .3s ease color;
    font-style: italic;
    font-weight: 900;
}

.homebuttonwords:hover {
    color: red;
    transition: .3s ease color;
}

.homebuttoncontainer {
    display: flex;
	display: -ms-flexbox;
    justify-content: space-around;
    flex-wrap: wrap;
}

.homebuttoncontainer a {
    flex: 0 0 70%;
}

.buttonContainer span:nth-child(2) {
    text-transform: uppercase;
    font-size: 16px;
    background-color: white;
    color: black;
    padding: 5px 15px;
    border-radius: 30px;
    font-family: 'DINPro-Bold-Cd';
}

.buttonContainer a {
    flex: 0 0 16.66%;
    padding: 30px 15px;
    position: relative;
}

.buttonContainer a:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #444444;
    position: absolute;
    right: -1px;
    top: 10%;
}

.buttonContainer a:last-child:after {
    display: none;
}

.buttonWrapper {
    background-color: black;
}

.buttonContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.buttonContainer h3 {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 0;
    color: white;
}

#creditAppForm section {
    background: black!important;
}

.jumbotron {
    color: white!important;
    background-color: transparent;
}

.lgButtonContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lgButtonContainer a {
    flex: 1 0 25%;
    position: relative;
    overflow: hidden;
}

.lgButtonContainer img {
    filter: brightness(0.2);
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    transition: .5s;
}

.lgButtonContainer a:hover img {
    filter: none;
    transform: scale(1.5);
}

.lgButtonContainer h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 2vw;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-shadow: 1px 1px 1px black;
}

.lgButtonContainer h3 span {
    display: block;
    font-family: 'DINPro-Bold';
    font-style: italic;
}

.oemWrapper {
    background-color: black;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    align-items: center;
}

.oemContainer a {
    padding: 1% 2%;
    flex: 0 0 13%;
    transition: .3s;
}

.oemContainer a:hover {
    transform: scale(.9);
}

.oemContainer img {
    max-height: 56px;
}

@media (max-width: 767px) {
.oemContainer a {
    flex: 0 0 31%;
    padding: 2%;
}
}


.salesPics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salesPics div {
    flex: 0 0 32%;
    margin: 10px 0;
}


@media (max-width: 767px) {
.salesPics div {
    flex: 0 0 48%;
}
}



/* NEW FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}


.footerWrapper {
    background-color: black;
}

.footerContainer {
    display: flex;
    width: 1480px;
    justify-content: space-between;
    line-height: 35px;
    padding: 15px;
    margin: auto;
    font-size: 16px;
}

.footerlinks {
    display: flex;
    justify-content: space-evenly;
}

.footerlinks ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
    list-style: none;
}

.footerlinks li {
    flex: 0 0 50%;
    position: relative;
}

.footerlinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: gray;
    font-size: 15px;
    padding-right: 5px;
}

.footerblock h3 {
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    color: red;
}

.footerblock a {
    color: white;
    transition: .3s;
}

.footerblock a:hover {
    color: #e20000;
}

.footerphones {
    margin-top: 10px;
}

.footerphones a {
    display: block;
}

.footerblock:nth-child(2) {
    flex: 0 0 28%;
}

.footerWrapper > div > div:nth-child(3) {
    flex: 0 0 17%;
}

.footerblock:nth-child(4) {
    flex: 0 0 28%;
}

.footerConnectContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerphones span {
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
}

.footerlogo {
    display: block;
}

.footernewsletter {
    background-color: #a5a4a4;
    color: black;
}

.footernewsletter > div:nth-child(1) {
    display: block;
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    padding: 1px 10px;
    display: none;
}

.footernewsletter > div:nth-child(2) {
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: none;
}

.footerblock .dealer-address {
    display: block;
}

.footerBtn {
    background-color: white;
    color: black!important;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 18px;
    display: inline-block;
    border-radius: 30px;
}

.footericoncontainer {
    display: flex;
    margin-bottom: 15px;
    flex: 0 0 100%;
}

.footerWrapper > div > div:nth-child(4) > div > a {
    flex: 0 0 64%;
}

.footericoncontainer a {
    width: 40px;
    height: 40px;
    background-color: white;
    color: black;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    margin: 0 5px;
    padding: 1px;
}

.footertable td:first-child {
    padding-right: 9px;
    font-family: 'DINPro-Bold';
}






.lg-container {
    position: relative;
}

.lg-text {
    position: absolute;
    margin-top: 12%;
    top: 0;
    left: 7%;
    text-shadow: 0px 0px 4px black;
}

.lg-text h1 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}

.lg-text h4 {
    letter-spacing: 2px;
}

.lg-background > div {
    background-color: white;
    width: calc(290px + (737 - 290) * ((100vw - 320px) / (768 - 320)));
    margin-top: 0px;
    padding: 15px;
    color: black;
}


.lg-map-wrapper {
    position: relative;
    padding-bottom: 90%;
    margin-top: 30px;
}

.lg-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lg-form > div {
    padding: 10px;
    background-color: #ececec;
}

.home-lg {
    text-align: center;
    font-size: 4vw;
    text-transform: uppercase;
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/4f27102e-d3bd-419b-a5a2-25d99b249fff/lg-background-2.jpg);
    background-size: cover;
    background-position: left center;
    text-shadow: 0px 0px 10px white;
    position: relative;
}

.home-lg:after {
    font-size: 4vw;
    content: '\002B';
    right: 5%;
    top: calc(50% - 2.8vw);
    background: rgba(68,68,68,0.4);
    border-radius: 4vw;
    padding: 0 1.6vw;
    font-weight: bold;
    position: absolute;
    color: #fff;
}

@media (max-width: 767px) {
.home-lg {
    font-size: 6vw;
    background-size: 100% 100%; }
}

table.mapandhourstbl.k-table td:last-child {
    padding-left: 20px;
}









h1.pageheader {
    color: red;
    font-style: italic;
    text-shadow: 0px 0px 5px black, 5px 5px 5px black;
	text-align: center;
	text-transform: uppercase;
}

.form-header-text {
    color: red;
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}

/*
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 233px;
    height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.btn {
    margin: 15px 0px 0px;
}

.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #cc0000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c80000;
    border-color: #ff0000;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #c80000;
    border-color: #ff0000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

span.fa.fa-search {
    color: #fd0403;
    font-size: 25px;
}



/* INVENTORY */

.inventory-container .vehicle-box {
    background: #d3d3d3;
} 

.tru-vehicle-button.tru-shape-short {
    margin: auto;
}

.inventory-container .price-compare-line {
    border-bottom: none;
    padding: 5px;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > button {
    font-size: 16px;
}

.inventory-container { 
    margin-bottom: 25px; 
}

.col-sm-12.col-md-6.col-lg-4.clearfix {
    border: 5px solid red;
}

.inventory-container .toolbar {
    margin-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: black;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #717171;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}



 .inventory-container .vehicle:hover { 
    background-color: rgba(14, 14, 14, 0.45); 
}
 
.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .btn-default { 
    background-color: #d6d6d6; 
    border-color: #a2a2a2; 
}

.input-group .form-control {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}

#inventory-page .panel, #vdp-container .panel, #home-page-widgets .panel { 
    background-color: transparent; 
}

#vdp-container .data-points .list-group-item {
    color: #fff;
    letter-spacing: 0;
    padding: 6px 15px 6px 110px;
    position: relative;
}

#vdp-container .data-points .flex .list-group-item {
    align-items: center;
    display: flex;
    padding: 7px 15px 6px;
    font-size: 12px;
}

#vdp-container header h1>span {
    vertical-align: middle;
    text-shadow: 4px 4px 4px black;
}

.vdpinquiryheader {
    font-size: 25px;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: -15px;
}

#filters-box li label {
    color: white;
}

#vehicleList {
    border: 0px solid red;
    margin: 0;
}

.inventory-container .vehicle .thumb {
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    background-color: white;
    line-height: 185px;
    height: 190px;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    background-color: white;
}

.inventory-container .vehicle .title {
    background-color: darkgray;
    padding: 3px 5px;
    color: black;
    position: relative;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    text-align: right;
    box-sizing: border-box;
    background-color: lightgray;
    font-style: italic;
    padding: 3px 10px 4px 1px;
}

.inventory-container .price-compare-line.our-price {
    background-color: lightgray;
}


label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 10px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #bfbfbf;
    border-color: darkgrey;
}

.k-scheduler {
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (768 - 320)));
}

.inventory-container .vehicle .savings {
    margin-top: -19px;
    font-size: 21px;
    line-height: 16px;
    text-align: left;
    margin-left: 5px;
}

span.vehicleyearmake {
    display: block;
}

.widget.widget-Billboard.col-xs-12.col-sm-6.col-md-6.col-lg-6.inventoryslider {
    padding-bottom: 20px;
}

.locationBox {
    background-color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    left: 0;
    right: 0;
    top: 2%;
    margin: 0 auto;
    background: #000;
    width: 28em;
    max-width: 100%;
    border-radius: 8px;
    border: 2px red solid;
    z-index: 201;
    padding: 5px;
}

.inventoryslider.widget-Billboard .carousel-control {
    height: 35px;
    width: 35px;
    top: calc(50% - 17px);
}
.inventoryslider.widget-Billboard .carousel-control .glyphicon {
    height: 25px;
    width: 30px;
    font-size: 25px;
}
.inventoryslider.widget-Billboard .carousel-control.left {
    left: 0;
}
.inventoryslider.widget-Billboard .carousel-control.right {
    right: 0;
}




.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #464646;
    font-size: 15px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #717171;
}

.panel-default {
    border-color: #717171;
}



.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}


@media (min-width: 992px) {
#vehicleList>div {
    flex: 0 0 33.333%;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 15px; }
}

.inventory-container .disclaimers {
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
}

#vdp-container .disclaimers {
    line-height: 16px;
}

#inventory-page > div.row > div.col-md-9.inventory-container > h1 {
    display: none;
}

.disclaimers {
    font-size: 14px!important;
}





/* RIDE IT NOW BUTTON */
#din_button__din_0 > div:nth-child(2) {
    margin-top: -41px!important;
}

@media (max-width: 767px) {
#din_button__din_0 > div:nth-child(2) {
    margin-top: 19px!important;
    margin-bottom: 5px!important; }
}










.inquiryformcontainer {
    padding: 0px;
    margin: 0px;
    background-color: black;
    border: 2px solid white;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #717171;
}

/* RESPONSIVE MAP----------------------------------------------------------------- */
.mapWrapper {
    position: relative;
    padding-bottom: 14.25%;
    padding-top: 233px;
    height: 0;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #d92800;
}

/* RENTAL PAGE */

.rentalsheader {
    background-image: url("https://psmfirestorm.blob.core.windows.net/74f043fd-f8bf-4ea9-948f-40e078b4ef04/IMR_Touring.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rentalsheadercontent {
    width: 33%;
}
.rentalsbooking {
    display: flex;
    justify-content: space-between;
}
.bookingsection {
    background-color: #842532;
    margin: 15px 0;
    flex-basis: 49%;
}
.bookingsection img {
    width: 60%;
    vertical-align: top;
}
.bookingsection div {
    display: inline-block;
    width: 40%;
    padding: 5px 25px;
    font-family: HobokenHigh;
}
.rentalbtn {
    color: #842532;
    background: white;
    padding: 2px 25px 2px 5px;
    font-weight: bold;
    border-radius: 0;
}
.exploreTennessee {
    background-color: #842532;
}
.tennpic {
    width: 70%;
    display: inline-block;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(https://psmfirestorm.blob.core.windows.net/fde1dd1d-e27e-49c9-941d-b65ede4aca90/ridetype-musicformiles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tenninner {
    border: 2px solid white;
    width: 40%;
    margin: 11vw auto;
    text-align: center;
}
.tenninner:hover {
    cursor: pointer;
}
.tenninner h2 {
    text-shadow: 2px 2px black;
}
.tenninner img {
    max-width: 25%;
}
.exploreContent {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 25px;
    font-weight: bold;
    font-family: HobokenHigh;
}
.exploreContent {
    letter-spacing: 2px;
    font-size: 2.5vw;
}
.exploreContent h2, .recommendedRides h2 {
    font-weight: bold;
}
.exploreContent h2 {
    font-size: 2vw;
}
.exploreContent p {
    font-size: 2vw;
}
.rentalInfo {
    color: black;
}
.rentalInfo h2 {
    color: #842532;
    font-family: HobokenHigh;
    font-size: 4.2vw;
}
.rentalInfoTop {
    display: flex;
    width: 60%;
    padding: 20px 1px;
    align-items: flex-end;
}
.rentalInfoTop > div {
    margin: 0 10px;
}
.rentalInfoTop > div:first-child {
    flex-basis: 52%;
}
.rentalInfoTop > div:nth-child(2) {
    flex-basis: 30%;
}
.rentalInfoTop > div:nth-child(3) {
    flex-basis: 26%;
}
.recommendedRides h2 {
    background-color: #842532;
    text-align: center;
    padding: 5px;
    font-family: HobokenHigh;
    letter-spacing: 1px;
}
.recommendedRides p {
    color: black;
    text-align: center;
}
.recRidesMaps {
    display: flex;
    justify-content: space-around;
}
.recRidesItems {
    flex: 0 0 15%;
    -ms-flex: 0 0 14%;
    margin-bottom: 20px;
    cursor: pointer;
}
.recRidesItems .ridesvideos {
    display: none;
}
.howWeWork, .rentalFAQ {
    padding: 0 20px;
}
.rentalsheadermid h2, .rentalsheaderbtm a:first-child, .exploreContent h2, .howWeWork h2, .bookingsection:first-of-type > div h4, .recommendedRides h2, .rentalbtn {
    text-transform: uppercase;
}
.bookingsection > div h4 {
    letter-spacing: 1px;
    font-size: 2vw;
}
.bookingsection:first-of-type > div h4 {
    text-decoration: underline;
    letter-spacing: 1px;
    font-size: 1.6vw;
}
.bookingsection:first-of-type > div h1 {
    display: inline-block;
    font-size: 4vw;
    margin: 0;
}
.bookingsection:first-of-type > div h5 {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    font-size: 1.5vw;
}
.bookingsection > div h4, .bookingsection > div h5 {
    font-weight: bold;
}
.bookingsection > div > a {
    font-size: 1.5vw;
    padding-right: 50px;
    bottom: -10px;
}
.rentalheadercontent {
    width: 37%;
}
.rentalsheaderbtm {
    background-color: #842532;
    padding: 1px 0 5px 25px;
}
.rentalsheaderbtm a {
    color: white;
    font-size: 2.5vw;
}
.bookingsection h5 span {
    font-size: 48px;
}
.rentalsheaderbtm a:first-child {
    font-weight: bold;
    font-size: 2vw;
}
.exploreVideo {
    display: none;
}
.exVidShow {
    display: block !important;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #842532;
    height: 368px;
}
.exploreVideo .fa-window-close, .ridesvideos .fa-window-close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rentalsheadermid h2 {
    font-family: HobokenHigh;
    padding-left: 30px;
    font-size: 2.6vw;
}

.rentalbtns {
    display: flex;
    justify-content: space-around;
}
.rentalbtns a {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .exploreContent h2 {
        font-size: 2vw;
    }
    .exploreContent p {
        font-size: 1.8vw;
        font-weight: 300;
    }
    .bookingsection > div h4 {
        font-size: 1.7vw;
    }
    .bookingsection:first-of-type > div h5 {
        font-size: 1.5vw;
        width: 55%;
    }
    .bookingsection:first-of-type .rentalbtn {
        margin-top: 0;
    }
    .bookingsection:first-of-type > div h1 {
        font-size: 3.5vw;
    }
    .tenninner {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .exploreContent p {
        font-size: 1.6vw;
    }
    .bookingsection div {
        padding: 5px 15px;
    }
    .bookingsection:first-of-type > div h4 {
        font-size: 2vw;
        margin: 5px 0;
    }
    .bookingsection:first-of-type > div h5 {
        font-size: 1.7vw;
        width: 60%;
        margin: 5px 0;
    }
    a.rentalbtn {
        margin-top: 10px !important;
    }
    .rentalheadercontent {
        width: 39%;
    }
    .exploreContent h2, .exploreContent p, .bookingsection div h4, .bookingsection div h5 {
        font-weight: 300;
    }
    .tenninner {
        width: 50%;
    }
    .tenninner h2 {
        font-size: 3.5vw;
    }
    .recRidesMaps {
        flex-wrap: wrap;
    }
    .recRidesItems {
        flex: 0 0 31%;
        -ms-flex: 0 0 30%;
    }
}

@media (max-width: 767px) {
.headerHours {
    display: none;
}
.footertable {
    margin: auto;
}
    .recRidesItems {
        flex: 0 0 46%;
        -ms-flex: 0 0 45%;
        max-width: 250px;
    }
    .recommendedRides h2 {
        font-size: 5.2vw;
    }
    .rentalInfo h2 {
        font-size: 8vw;
        text-align: center;
    }
    .rentalFAQ span, .rentalFAQ strong {
        display: block;
    }
    .rentalFAQ strong {
        text-align: center;
    }
    .rentalInfoTop {
        width: 100%;
    }
    .recRidesItems iframe, .exploreVideo iframe {
        width: 100% !important;
        height: 100% !important;
    }
    .rentalsbooking {
        flex-direction: column;
    }
    .bookingsection:first-of-type > div h4 {
        font-size: 3.5vw; 
    }
    .bookingsection > div h4 {
        text-align: center;
        font-size: 3.5vw;
    }
    .bookingsection:first-of-type > div h1 {
        font-size: 6.5vw;
        padding-left: calc(0px + (45 - 0) * ((100vw - 320px) / (768 - 320)));
    }
    .bookingsection:first-of-type > div h5 {
        font-size: 2.9vw;
        width: 53%;
        margin: 0;
    }
    .bookingsection > div > a {
        font-size: 3.5vw;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
        margin-top: calc(0px + (50 - 0) * ((100vw - 320px) / (768 - 320))) !important;
    }
    .bookingwidget > .widget-inner, .explorewidget > .widget-inner {
        margin-top: 0 !important;
    }
    .bookingsection:first-of-type {
        margin-bottom: 0;
    }
    .tennpic, .exploreContent {
        width: 100%;
    }
    .tenninner {
        width: 60%;
    }
    .tenninner h2 {
        font-size: 6vw;
    }
    .exploreContent h2 {
        font-size: 8vw;
        text-align: center;
        margin-top: 5px;
    }
    .exploreContent p {
        font-size: 5vw;
        text-align: center;
    }
    .rentalheadercontent {
        width: 57%;
    }
    .rentalsheadermid h2 {
        padding-left:15px;
        font-size: 4vw;
    }
    .rentalsheaderbtm {
        padding: 1px 0 5px 15px;
    }
    .rentalsheaderbtm a:first-child {
        font-size: 4.5vw;
    }
    .rentalsheaderbtm a {
        font-size: 4.5vw;
    }
    .exVidShow {
        border: none;
        width: 85%;
    }
    .exVidShow > .widget-inner {
        margin-top: 0 !important;
    }
    .exploreVideo .fa-window-close, .ridesvideos .fa-window-close {
        right: 5px;
        top: calc(110px + (7 - 110) * ((100vw - 320px) / (768 - 320)));
    }
    .exVidShow iframe #player {
        max-width: unset !important;
    }
    .rentalbtns { 
        flex-direction: column;
    }
    .rentalbtns a {
        font-size: 18px;
        width: fit-content;
        margin: 15px auto;
    }
}


/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    border: 4px solid #717171;
    padding: 15px;
    height: fit-content;
}

.field-validation-valid {
    color: gray;
    font-size: 14px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-control {
    margin: 5px 0px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm input, 
.customForm textarea {
    border-radius: 5px;
    border: none;
    font-size: 14px!important;
    padding: 2px 6px;
    margin: 5px 0;
}

.customForm [placeholder="Zip Code"] {
    width: 72px;
}

.customForm [placeholder="Cell Phone "] {
    width: 111px;
}

.customForm [placeholder="Comments"] {
    width: 100%;
}



/* RESPONSIVE YOUTUBE----------------------------------------------------------------- */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.learnheader {
    font-size: calc(24px + (33 - 24) * ((100vw - 320px) / (768 - 320)));
}






/* KBS */

.panel-heading {
    padding: 0px 10px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

h1.panel-title {
    font-size: 6vw;
    text-align: center;
    text-transform: uppercase;
}


.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group {
    margin-bottom: 0px;
}

.serviceheader {
    font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (768 - 320)));
}

.buybikes h2 {
    font-size: calc(20px + (27 - 20) * ((100vw - 320px) / (768 - 320)));
}

.learntoridepic {
    padding: 10px 10px 10px 10px;
    display: block;
    margin: auto;
}

.rentheader {
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (768 - 320)));
    text-align: center;
}

.appbutton {
    text-align: center;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .lg-info .mapandhourstbl {
        font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (768 - 320)));
    }
    .sectionblock {
        margin: 4% 7%;
        width: 60%;
        min-width: 250px;
        font-size: 4vw;
    }
.sectionbackground {
    padding-top: 5%;
    padding-bottom: 25%;
    background-color: black;
}

.sectionbackground:before {
    background-size: contain;
}
}

@media (min-width: 768px) {
    .todaysHours{
	margin-right: -30px;
	padding-left: 30px;
	width: 50%;
    }
    span#inventory-count {
        display: inline;
    }
    .toptext {
        padding-bottom: 0;
    }
.middletext {
    font-size: 2vw;
    margin: -25px 0 0;
}
    .sectionblock {
        width: 24%;
        font-size: 1.5vw;
        margin: 1% 1%;
    }
    .homebuttoncontainer a {
        flex: 0 0 23%;
    }
    .homebuttonwords { 
        font-size: 1.7vw;
        padding: 9% 0%;
        line-height: 2vw;
    }
    h1.panel-title {
        font-size: 4vw;
    }
	.panel-heading-home:before, .panel-heading-home.active:before {
		font-size: 2vw;
		right: 31%;
		top: calc(50% - 1.4vw);
		background: rgba(68, 68, 68, 0.4);
		border-radius: 3vw;
		padding: 0 .8vw;
	}
    .homesectionwrapper {
        display: flex;
    }
    .homepic1 , .homepic2, .homepic3 , .homepic4 , .homepic5 , .homepic6 {
        height: auto;
    }
    span.hoursTitle {
        font-size: 17px;
    }
    .serviceheader {
        font-size: 36px;
    }
    .serviceform label {
        font-size: 18px;
    }
    .buybikes h2 {
        font-size: 27px;
    }
    .learntoridepic {
        padding: 10px 30px 10px 5px;
        float: left;
    }
    .learnheader {
        font-size: 32px;
    }
    .rentheader {
        font-size: 36px;
        text-align: left;
    }
    .k-scheduler {
        font-size: 12px;
    }
    .appbutton {
        text-align: left;
    }
    .lg-background > div {
        width: 720px;
        margin-top: -30px;
    }
    .lg-text { 
        margin-top: 28%;
    }
    .lg-text h1 { 
        font-size: 65px;
    }
    .home-lg:after {
        font-size: 2vw;
        border-radius: 3vw;
        padding: 0 .8vw;
        right: 21%;
        top: calc(50% - 1.4vw);
}
}

@media (min-width: 992px) {
    span.hoursTitle {
        font-size: 20px;
    }
    .navbar-nav>li>a {
           font-size: 1vw;
    }
    .serviceheader {
        font-size: 30px;
    }
    .serviceform label {
        font-size: 20px;
    }
    .buybikes h2 {
        font-size: 30px;
    }
    .learnheader {
        font-size: 36px;
    }
    .lg-background > div {
        width: 940px;
    }
    .panel-heading .panel-toggle {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
.navbar-nav>li>a {
    padding: 4% 13%;
    text-align: center;
    line-height: 1.3vw;
}
    .serviceheader {
        font-size: 36px;
    }
    .lg-background > div {
        width: 1140px;
    }
    .panel-heading .panel-toggle {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .widget-Billboard .carousel-inner>.item>img {
        height: auto;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
#main-nav .nav>li>a {
    font-size: 1.2vw;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase; }
}

kenectdiv {
    color: black;
}

input, textarea {color:#000;}



/* BREAKPOINTS */

@media (max-width: 1499px) {
.buttonContainer,
.footerContainer {
    width: 1180px;
}

.headerlogo img {
    max-width: 142px;
}

.buttonContainer h3 {
    font-size: 16px;
}

.footerphones span {
    display: block;
    margin-bottom: -13px;
}

.footerblock:nth-child(2) {
    flex: 0 0 37%;
    padding: 0 10px;
}

.footerWrapper > div > div:nth-child(3) {
    flex: 0 0 21%;
}

.footerblock:nth-child(4) {
    flex: 0 0 22%;
}

.footerWrapper > div > div:nth-child(4) > div > a {
    flex: 0 0 100%;
    margin-bottom: 10px;
}
}



@media (max-width: 1199px) {
.buttonContainer,
.footerContainer {
    width: 972px;
}

.footerContainer {
    flex-wrap: wrap;
}

.footerblock:nth-child(2) {
    flex: 0 0 46%;
}

.footerWrapper > div > div:nth-child(3) {
    flex: 0 0 24%;
}

.footerblock:nth-child(4) {
    flex: 0 0 48%;
}

.footerWrapper > div > div:nth-child(4) > div > a {
    flex: 0 0 61%;
    margin-bottom: 0;
}

header.body {
    flex-flow: column;
}

.buttonContainer h3 span {
    display: block;
}

.buttonContainer h3 {
    font-size: 16px;
}
}




@media (max-width: 991px) {
.buttonContainer,
.footerContainer {
    width: 748px;
}

.footerblock:nth-child(2) {
    flex: 0 0 60%;
}

.footerWrapper > div > div:nth-child(3) {
    flex: 0 0 40%;
}

.footerblock:nth-child(4) {
    flex: 0 0 59%;
}

#main-nav .nav > li > a {
    font-size: 1vw;
    padding: 15px 12px;
}
}




@media (max-width: 767px) {
.discBanner {
    display: none;
}

header.body {
    background-color: black;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}

.headerlogo img {
    max-width: 160px;
}

#main-nav {
    margin-top: -67px;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

#home-page {
    margin-bottom: 0;
}

.footerlinks li {
    flex: 0 0 100%;
}

.footerWrapper > div > div:nth-child(4) > div > a {
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.rwu {
    margin: auto;
}
}






@media (max-width: 325px) {
.headerlogo img {
    max-width: 110px;
}
}


@media (max-width: 1999px) {
.headerlogo,
.headerHours h5 {
    font-size: 1vw;
}

.headerlogo {
    align-items: center;
}
}



@media (max-width: 1199px) {
.headerlogo, 
.headerHours h5 {
    font-size: 1.5vw;
}

.headerPhone,
.headerHours {
    line-height: 1.8vw;
}
}


@media (max-width: 767px) {
.headerPhone, 
.headerHours {
    line-height: 4vw;
    margin-left: 10px;
}

.creditIframe {
    padding-bottom: 175%;
}

.headerlogo, 
.headerHours h5 {
    font-size: 3.5vw;
}

.headerlogo {
    z-index: 9;
    width: 85%;
}
}



@media (min-width: 2000px) {
.navbar-nav>li>a {
    padding: 4% 12%;
    font-size: 1.2vw;
}
}






