html {
  position: relative;
  min-height: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Montserrat', Helvetica, Arial, sans-serif;
    color: #fff;
}

html, body, .wrapper {
    height: 100%;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: light;
    src: url('../fonts/ProximaNova-Thin.eot');
	src: url('../fonts/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Thin.woff') format('woff'),
		url('../fonts/ProximaNova-Thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat light';
    src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Montserrat bold';
    src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* HOME PAGE */



/* CUSTOM CAR STORAGE PAGE*/

/*Reduce the padding above and below sections*/
#car-storage-page section{
    padding: 20px 0;
}

/*Changed h3 headers from uppercase to normal*/
#car-storage-page h3{
    text-transform: none;
}

/*Intro text h2*/
#intro h2{
    font-size: 24px;
    font-family: 'Montserrat';
    color: rgb(102, 102, 102);
    line-height: 1.2em;
    text-align: center;

    /*Additional*/
    text-transform: none;
    font-weight: normal;
}

#plans{
    display: flex;
    align-items: stretch;
    text-align: center;
    margin-top: -20px;
}

.item{
    justify-content:space-evenly;
    padding: 10px;
}

#plans ul li{
    background-color: #bfbfbf;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

#plans-list{
    display: block;
}

#plans-list-mobile{
    display: none;
}

#plans .note{
    background: #eee;
    padding: 10px;

    /*Overwrite .note at 768px. Remove 20px margin-bottom*/
    margin-bottom: 0px;
}

#plans .note p{
    text-align: center!important;
}


#onboarding h3, #checks h3{

    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 0.867;
    text-align: center;

}

#onboarding p, #checks p{

    font-size: 17px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.529;

    /*additional*/
    text-align: center;
}

/*Background images that cover the entire divs with text overlays.*/
.garage-background-image{
    min-height: 631px;
    background-image: url(../img/Lordes-garage-inside.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;
}

.offboarding-background-image{
    min-height: 631px;
    background-image: url(../img/Lordes-car-cleaning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 50px;
}

#garage h3, #offboarding h3{

    font-size: 35px;
    font-family: "Montserrat";
    color: rgb(254, 254, 254);
    font-weight: bold;
    line-height: 0.743;

    /*additional*/
    text-transform: none;
    padding: 30px 30px 0;

}

#garage p, #offboarding p{

    font-size: 19px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.368;

    /*additional*/
    padding: 0 30px;

}

#garage h3, #garage p{
    text-align: left;
}

#offboarding h3, #offboarding p{
    text-align: right;
}

#pitch .icons{

    background: #eee;
    width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;

}

@media (max-width: 768px) {

    #plans .plan-item{
        margin-bottom: 10px;
    }

    /*Prevent image being too big on iPad*/
    .offboarding-background-image{
        min-height: fit-content;
    }

    #garage h3, #garage p, #offboarding h3, #offboarding p{
        text-align: center;
    }

    /*Improve appearance of h3 on mobile*/
   #onboarding h3, #garage h3, #offboarding h3{
        text-align: center;
        line-height: initial;
   }

   /*Ensure headers are centered.*/
   #garage h3, #offboarding h3{
        padding: 30px 0 0;
   }

   /*Adds a space between icons on mobile*/
   #pitch .icons{
    margin-bottom: 10px;
   }

}

@media (max-width:576px){

    #plans-list-mobile {
        display: block;
   }

   #plans-list-mobile li {
        margin-bottom: 10px;
        list-style: none;
   }

   #plans-list{
    display: none;
   }

   /*Make the onboarding garage image cover text on mobile. Overwrites max-height and 100vh - 60px.*/
   .garage-img:nth-of-type(1){
    max-height: none!important;
   }

   .garage-img{
    height: calc(100vh + 200px)!important;
   }

}

/*--------*/




.cc-message {
    padding-right: 25%;
    font-size: 1em;
    line-height: 1.3em;
    font-family: 'Montserrat';
    font-weight: light;
}

footer .logo {
    width: 160px;
}
footer a {color:#fff;}
footer a:hover {color: white; cursor:pointer!important;}

a.further-info {color:#393939;}
a.further-info:hover {color: #393939; cursor:pointer!important;}

a.pdf {font-family: 'Montserrat';color:#393939;}
a.pdf:hover {font-family: 'Montserrat';color:#393939; }

    /* SLIDER */

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default.main-nav-scrolled .navbar-nav>li>a {
    color: #777;
}

section.slide {
    padding: 0px;
}

.frame-it {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.framed_image {
    background: rgba(0,0,0,1);
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/temp-1-color.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-clip-path:polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
    clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
}
.framed_image_2 {
    background: rgba(0,0,0,1);
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/temp-2-color.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
    clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
}

.framed_image_3 {
        background: rgba(0,0,0,1);
        height: 100%;
        top: 0;
        bottom: 0;
        background-image: url(../img/track-days-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0;
        -webkit-clip-path:polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
        clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
    }
.framed_image_4 {
    background: rgba(0,0,0,1);
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/Gallery-top-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-clip-path:polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
    clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
}
.framed_image_5 {
    background: rgba(0,0,0,1);
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../img/about-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    /*-webkit-clip-path:polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);
    clip-path: polygon(45% 0%, 75% 0%, 55% 100%, 25% 100%);*/
}

section.slide {
    position: relative;
}

.full-height {
    height: 100%;
}
.fixed-height {
    height: 600px;
}

section.fixed-height {
    padding: 0px;
}
.fixed-height article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fixed-height.on:before {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 600px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.hero-header h1 {
    padding-top: 30vh;
    text-align: center;
    text-transform: uppercase;
}
.col-md-4.col-md-offset-6.pitch {
margin-top: 25vh;
margin-left: 60%;
padding-right: 20px;
    top: 0px;
position: absolute;
      }      

#bg1, #bg2, #bg3, #bg4, #bg5, #bg6, #bg7, #bg8, #bg9, #bg10, #bg11, #bg12, #bg13, #bg14, #bg15, #bg16, #bg17, #bg18, #bg19, #bg20, #bg21, #bg22, #bg23, #bg24, #bg25, #bg26, #bg27, #bg28  {background-size: cover; background-repeat: no-repeat; background-color:#000; background-position: 50% 0%;}
#bg1 { background-image: url('../img/temp-1.jpg');}
#bg2 { background-image: url('../img/temp-2.jpg');}
#bg3 { background-image: url('../img/Lordes-header-bg-3.jpg');}
#bg4 { background-image: url('../img/Lordes-header-bg-3.jpg');}
#bg5 { background-image: url('../img/events-bg.jpg');}
#bg6 { background-image: url('../img/Gallery-top-banner-bw.jpg');}
#bg7 { background-image: url('../img/Lordes-garage-header.jpg');}
#bg8 { background-image: url('../img/supercar-hire-bg.jpg');}
#bg9 { background-image: url('../img/vehicle-sourcing-bg.jpg');}
#bg10 { background-image: url('../img/detailing-bg.jpg');}
#bg11 { background-image: url('../img/track-days-bg-bw.jpg');}
#bg12 { background-image: url('../img/Contact-us-bg.jpg');}
#bg13 { background-image: url('../img/about-us-bg.jpg');}
#bg14 { background-image: url('../img/our-partners-bg.jpg');}
#bg15 { background-image: url('../img/video-bg-bw.jpg');}
#bg16 { background-image: url('../img/media-bg.jpg');}
#bg17 { background-image: url('../img/revving-up.jpg');}
#bg18 { background-image: url('../img/media-bg-st.jpg');}
#bg19 { background-image: url('../img/lordes-launch.jpg');}
#bg20 { background-image: url('../img/porsche_bw.jpg');}
#bg21 { background-image: url('../img/Richard-Hawken-Lordes.jpg'); background-position: 50% 50%!important;}
#bg22 { background-image: url('../img/Standings.jpg');}
#bg23 { background-image: url('../img/Race_Footage_main_image.jpg');}
#bg24 { background-image: url('../img/Monza_TOP_BANNER.jpg');}
#bg25 { background-image: url('../img/Oulton_TOP_BANNER.jpg');}
#bg26 { background-image: url('../img/guernsey-motor-festival.jpg'); }
#bg27 { background-image: url('../img/Snetterton_TOP_BANNER.jpg'); }
#bg28 { background-image: url('../img/1-rr-LORDES-Top-banner-image_Knockhill.jpg'); }



section#bg4 {
    height: 600px;
    background-size: auto 100%;
}

.stats td:nth-of-type(2) {
    text-align: right;
}

.google_embed iframe {
    width: 100%;
    /* overflow: hidden; */
    height: 100%;
    border: 0;
    font-family: 'Montserrat'; 
}

.google_embed.standing_r1 iframe, .google_embed.standing_r2 iframe, .google_embed.standing_r3 iframe {
    width: 33.3333%;
    min-height: 590px;
    display: inline-block;
    float: left;
}
.google_embed.race_calendar iframe {min-height:580px;}
.google_embed.standings iframe {min-height:1220px;}


.google_embed iframe .waffle td, .ritz .waffle .s1, .ritz .waffle .s2, .ritz .waffle .s3, .ritz .waffle .s4 {font-family: 'Montserrat'!important; }

section#quote_footer {
    background-image: url('../img/porsche-footer.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-color:#000; 
    background-position: center center;
}

section#quote_footer h3 {
    text-align: left;
}

section#quote_footer p {
    font-size: 1.75em;
}

section#pitch {
    z-index: 5;
    position: relative;
}
.hide {display:none;}
.show {display: block;}
.showing {
    opacity: 1!important;
    z-index: 2!important;
}    
#slides {
    height:100vh;
    background-color: #000;
    }
.slide {
    position: absolute!important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
} 
.slide-controls {
    display: none;
    position: absolute;
    z-index: 4;
    height: 100%;
    top: 85vh;
    width: 100%;
    text-align: center;
} 
          
button#previous, button#next, button#pause {
    position: absolute;
    background-color: rgba(0,0,0,0);
    border: 0px;
    height: 50px;
    width: 50px;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
}      
button#previous:hover, button#next:hover  {
  opacity: 1;
}
button#next {
    right: 40px;
}
button#previous {
    left: 40px;
}
#pagination button {
    cursor: pointer;
    height: 16px;
    max-width: 16px;
    margin: 20px 4px 0;
    background-color: rgba(0,0,0,0);
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 2px solid #fff;
    font-size: 0em;
    border-radius: 50%;
    transform: scale(0.7);
    padding:6px;
}
#pagination button.active, #pagination button:hover {
    background-color: #fff;
}

#events .col-xs-12.col-sm-12.col-md-5.col-lg-5 {
    padding: 30px auto;
}

#events .col-xs-12.col-sm-12.col-md-7.col-lg-7 {
    padding: 30px;
}

#events .post p {
    margin-top: 20px;
}

section#overlay {
    width: 100%;
}
.note {
    background: #eee;
    color: #000;
    padding: 30px 30px;
}

section#brands, section#posts {
    padding-top: 35px;
}
section#brands a, section#posts a {
    color: #393939;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.note p {
    padding: 10px!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-header {
    border: 0px;
}
    .modal-body {
    position: relative;
    padding: 0;
    }
.modal-backdrop.in {
    opacity:0.65;
}
.modal-content {
    background:rgba(0,0,0,0);
}
.modal-dialog {
    width:750px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
}
.close {
    opacity:0.5;
    color: #fff;
}
.frame {
margin: 0 0 20px 0;
background: #eeeeee;
padding: 55px;
height: 250px;
width: 100%;
text-align: center;
transition: padding 0.2s ease-in-out;
}

.media_post {
    margin-top: 25px;
}

.media_post .frame {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.media_post h5 {
    color: #8B8B8B;
    font-size: 0.8em;
    margin-top: 30px;
    line-height: 1em;
}

.media_post h4 {
    color: #000;
    font-size: 2em;
    margin-top: 20px;
    line-height: 1em;
    min-height: 56px;
}

.media_post button {
    margin:20px auto 50px;
}
section#media_post h1, .motorsport h1 {
color: #3A383A;
font-size: 4em;
margin-bottom: 40px;
}

section#media_post .post_body p {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-weight: normal;
}
.post_sidebar h5 {
    margin-top: 35px;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0px;
    color: #8b8b8b;
}

.post_sidebar .meta {
    font-size: 1em;
    line-height: 1.5em;
    padding: 15px 0px 30px;
    color: #393839;
}

button.slick-next, button.slick-prev {
    border: 0px;
    font-size: 0em;
    background: #3a383a;
    padding: 0px;
    height: 25px;
    width: 25px;
    transition: all 0.2s ease-in-out;
}

button.slick-next:hover, button.slick-prev:hover {
        background: #000;
}

button.slick-next:active, button.slick-prev:active {
        transform: scale(0.9,0.9);
}

.slick-next {
    position: absolute;
    top: 25px;
    right: 15px;
    border-radius: 0;
    background-image: url(../img/right.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
}

.slick-prev {
    position: relative;
    top:-68px;
    right: calc(-100% + 70px);
    border-radius: 0;
    background-image: url(../img/left.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
}

.small_divider {
    display: block;
    height: 2px;
    width: 30px;
    background-color: black;
    margin-bottom: 25px;
}

.post_sidebar a {
    color:#393839;    
}

.post_sidebar a:hover {
    text-decoration: none;
}

.post_sidebar a:before {
    content: "";
    background-image: url('/img/left-grey.svg');
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin-left:-40px;
    height:20px;
    width: 20px;;
    color:black;
}

#other_articles .divider {
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 20px;
    margin-top: 5px;
}
.frame img.img-fluid.svg {
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.frame:hover {
    padding: 45px;
}
.overlay {
    position: fixed;
    width: 50%;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25vh;
    background-color: rgba(255,255,255,0.95);
    color: #000!important;
    text-align: center;
    padding:130px 0;
    box-shadow: 0px 20px 140px rgba(0,0,0,0.1);
}
.overlay h1, .overlay h3 {
    color:#000;
    text-align:center;
    text-transform: uppercase;
}
.overlay #close {
    height:30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right:20px;
    z-index: 999;
    transform:rotate(45deg);
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.overlay #close:hover {
    opacity: 1;    
    transform:rotate(135deg);
}

.overlay h3 {
    font-size:1.4em;
}
/* Old Slider */

.container.slider {
    padding: 0;
}

.top-image {
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    background-color: #000;
}

section#slider {
    padding: 0px;
}
.slider-quote {
    display:none;
    margin-left: 63%;
    margin-top: 20%;
}
.slider .icon.icon-left-open-big {
    left: 5%;
    position: absolute;
}

.icon.icon-right-open-big {
    position: absolute;
    right: 5%;
}

.slider .icon.icon-left-open-big, .slider .icon.icon-right-open-big {
    cursor: pointer;
    font-size: 50px;
    opacity: 0.7;
    top: 85%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: all 0.4s ease-in-out 0s;
    -moz-transform: all 0.4s ease-in-out 0s;
    -o-transform: all 0.4s ease-in-out 0s;
    width: 40px;
}

.slider .icon.icon-left-open-big:hover, .slider .icon.icon-right-open-big:hover {
    opacity: 1;
}

.info img {
    width: 20px;
}

a.info {
    color: white;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Montserrat';
    font-weight: light;
}

.pitch p {
    margin: 20px 0 30px 0!important;
}

/* 5 column grid */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

#pitch .col-md-4, #pitch .col-lg-4 {
    text-align: center;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

h1 {
    color:white;
    font-size: 4.2em;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color:#818285;
    text-align:center;
    font-family: 'Montserrat';
}
h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color:#818285;
    text-align:center;
    font-family: 'Montserrat';
}
h4 {
    font-size: 1.3em;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align:left;
    font-family: 'Montserrat';
    font-weight: bold;
}
h5 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    margin-top: 40px;
}
h6 {
    color:black;
    font-size: 2.25em;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: bold;
}
h7 {
    margin-top: -10px!important;
    margin-bottom: 15px!important;
    position: relative;
    display: block;
    font-size: 1.2em;
}
h8 {
    margin-top: -5px!important;
    margin-bottom: 15px!important;
    position: relative;
    display: block;
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: bold;
}
b {
   font-family: 'Montserrat';
    font-weight: bold; 
}


.note.dates {
    font-size: 1.15em;
    line-height: 1.75em;
}

.subscribe .social img {
	width: 40px;
    margin-right: 7px;
}

.dates table {
    font-family: 'Montserrat';
    font-weight: light;
}
.dates table td {
    padding: 2px 0;
}

.stats {
    margin-top: 20px;
}

.stats table {
    font-family: 'Montserrat';
    font-weight: light; 
    font-size: .9em;
    width: 100%;
}

.stats table tr {
    border-bottom: 1px solid #ccc;
}

.stats table td {
    padding: 6px 0;
}

.subscribe button {
    font-family: 'Montserrat bold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    border-radius: 0px;
    padding:12px 35px;
    margin-top: 10px;
}

.subscribe input, .subscribe select {
    border: 1px solid #ccc;
    padding: 7px 10px;
    color: #ccc!important;
    width: 100%;
    background: #fff;
    border-radius: 0px;
}

.subscribe select {
    border: 1px solid #ccc;
    border-radius: 0px!important;
    -webkit-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    /*background-image: url(/img/down-grey.svg);*/
    padding: .5em;
    padding-right: 1.5em;
}

.subscribe ::-webkit-input-placeholder { 
  color: #ccc;
}
.subscribe ::-moz-placeholder { 
  color: #ccc;
}
.subscribe :-ms-input-placeholder { 
  color: #ccc;
}
.subscribe :-moz-placeholder { 
  color: #ccc;
}

.bio-pic {
    width:35%;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 500px;
}

p, ul {
    font-family: 'Montserrat';
    font-weight: light;
    font-size: 1.2em;
}
#events p {
    margin-top: 0px;
}
#events a {
    color:#000;
    font-family: 'Montserrat';
    font-weight: bold;
    cursor:pointer;
}
#events td {
    padding-top:5px;
}
.post {
    margin:80px auto;
}
#events .col-xs-12.col-sm-12.col-md-8.col-lg-8, #team .col-xs-12.col-sm-12.col-md-8.col-lg-8 {
    padding: 0px 60px;
}


/* The Overlay (background) */
.mobile-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.mobile-overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.mobile-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.mobile-overlay a:hover, .mobile-overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.mobile-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .mobile-overlay a {font-size: 20px}
  .mobile-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}




.navbar {
    color: #fff;
    margin: 75px 0 0 0;
    background-color: rgba(0,0,0,0);
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 21;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 0.65em;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #999;
    padding-left:13px;
    padding-right:13px;
}
.navbar-nav>li>a:hover {
    color:#eee!important;
}

.navbar-nav.dark>li>a {
    color: #777;
}

.navbar-brand {
    z-index: 3;
    position: absolute;
}
.navbar-brand>img {
    display: block;
    margin-top: -55px;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    width: 130px;
}
nav.navbar.navbar-default.main-nav-scrolled {
    position: fixed;
    margin: 0px;
    padding: 10px 0px;
}

.main-nav-scrolled .navbar-brand img {
    height: 90px;
    width: 90px;
    margin-top: -35px;
}
.sticky-bg {
    background-color: white;
    position: fixed;
    height: 0px;
    top:0;
    width: 100%;
    transition: height 0.2s ease-in-out;
    box-shadow: 0px 0px 21px rgba(0,0,0,0.1);
}

.main-nav-scrolled .sticky-bg {
    height: 70px;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 640px;
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-color: #000;
    color: #fff;
}
footer .container {padding: 100px 0;}
footer img.svg.logo {margin-top: -15px;}
footer ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    font-size:1em;
    padding-left: 0px !important;
}

footer p {
       font-size:1em; 
}
footer li {
    margin-bottom:5px;
}
footer .row.sub-footer {
    border-top: 0.5px solid #fff;
    margin-top: 25px;
    padding: 10px 0;
    margin: 20px 15px;
}
.sub-footer .col-xs-12.col-sm-12.col-md-9.col-lg-9 {
    padding: 10px 0;
}
footer .social {text-align:right;}
.col-xs-12.col-sm-3.col-md-2.col-lg-2.contact {
    padding: 0;
}

section {padding: 60px 0;}

section#header {
    height:100vh;
    background-image:url('../img/Lordes-header-bg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30vh;
    text-align: left;
}
section#header p {
    font-weight:100;
    font-size: 1.6em;
    
}
section#offer p {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.post:first-of-type {
    margin: 0 auto 80px;
}
.content p {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding:0 0 30px 0;
}
.content.motorsport p {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding:0 0 30px 0;
}
.container-fluid.hero {
    background-image:url('../img/Lordes-header-bg-3.jpg');
    background-size:cover;
    background-position: center center;
    min-height: 450px;
}
.hero h1 {
    text-align: center;
    margin-top:250px;
    font-size:5.5em;
    text-transform: uppercase;
}
.img-fluid {
    max-width: 100%;
    height:auto;
}
.info {
    font-family: 'Montserrat';
    font-weight: bold;
    font-weight: 900;
}
.info p {
    padding-top: 40px;
    text-align: left!important;
}
.info ul {
    list-style: none;
    padding-left: 0px;
}

.info li {
    list-style: none;
    padding-left: 0px;
    padding-top:5px;
}
section#location p {
    font-size:1.2em;
    line-height: 1.5em;
    padding-right: 30px;
}
.map {
    padding: 0px 30px;
}
#map { height: 300px }

.form-control {
    border-radius: 0px;
    webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    font-size: 0.9em;
    font-family: 'Montserrat';
    font-weight: light;
    height:40px;
}
button.btn.btn-custom {
    border-radius: 0px;
    padding: 10px 70px;
    color: white;
}
input.btn.btn-custom.btn-send {
    padding: 13px 40px;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-weight: light;
}

.bg-black {background-color:#000; color:#fff;}
.bg-white {background-color:#fff; color:#393939;}
.bg-grey {background-color:#3a383a; color:#fff;}

#pitch img.svg {padding-bottom:0; border-bottom: 0px solid #818285; margin:20px; margin-bottom: 0; width: 100px; }
section#gallery {padding-top:0px!important;}
.gal-container {padding: 0 30px;}
.gallery-img, .garage-img {
    background-color:#3a383a; 
    color:white; 
    border: 15px solid white; 
    padding:15px; 
    height: 250px;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}

.gallery-img:nth-of-type(1) {display:; height: 500px; background-image: url(../img/bf52e6af-bee5-4c5c-99a3-ccc83b2cd453.jpeg);}

.gallery-img:nth-of-type(2) {height: 500px;background-image: url(../img/inspection1.jpeg);}
.gallery-img:nth-of-type(3) {height: 500px;background-image: url(../img/inspection2.jpeg);}
.gallery-img:nth-of-type(4) {height: 500px;background-image: url(../img/inspection3.jpeg);}

.gallery-img:nth-of-type(5) {height: 500px; float:right; background-image: url(../img/a5be8025-fb59-4e70-9f99-ab0f86f69f2b.jpeg);}
.gallery-img:nth-of-type(6) {height: 500px;background-image: url(../img/IMG_1069.jpeg);}

/*.gallery-img:nth-of-type(5) {height: 500px; float:right; background-image: url(../img/Lordes-Carrera-Cup-3.jpg);}
.gallery-img:nth-of-type(6) {background-image: url(../img/Lordes-Carrera-Cup-1.jpg);}*/
.gallery-img:nth-of-type(7) {display: none;background-image: url(../img/Lordes-Carrera-Cup-2.jpg);}

.gallery-img:nth-of-type(8) {height: 500px; float:right; background-image: url(../img/gallery-new-1.jpg);}
.gallery-img:nth-of-type(9) {background-image: url(../img/gallery-new-2.jpg);}
.gallery-img:nth-of-type(10) {background-image: url(../img/gallery-new-3.jpg);}
.gallery-img:nth-of-type(11) {background-image: url(../img/gallery-new-4.jpg); height: 500px; background-position: bottom center;}
.gallery-img:nth-of-type(12) {height:500px; background-image: url(../img/gallery-1.jpg);}
.gallery-img:nth-of-type(13) {background-image: url(../img/gallery-2.jpg);}
.gallery-img:nth-of-type(14) {background-image: url(../img/gallery-3.jpg);}
.gallery-img:nth-of-type(15) {background-image: url(../img/gallery-4.jpg);}
.gallery-img:nth-of-type(16) {background-image: url(../img/gallery-5.jpg); background-position: center bottom;}
.gallery-img:nth-of-type(17) {height: 500px; background-image: url(../img/Lordes-Carrera-Cup-5.jpg);}
.gallery-img:nth-of-type(18) {background-image: url(../img/Lordes-Carrera-Cup-6.jpg);}
.gallery-img:nth-of-type(19) {background-image: url(../img/Lordes-Carrera-Cup-7.jpg);}
.gallery-img:nth-of-type(20) {background-image: url(../img/gallery-9.jpg);}
.gallery-img:nth-of-type(21) {height:500px; float:right; background-image: url(../img/gallery-10.jpg);}
.gallery-img:nth-of-type(22) {background-image: url(../img/gallery-11.jpg);}
.gallery-img:nth-of-type(23) {display:none; height:500px;background-image: url(../img/gallery-14.jpg);}
.gallery-img:nth-of-type(24) {display:none; background-image: url(../img/gallery-13.jpg);}
.gallery-img:nth-of-type(25) {display: none; background-image: url(../img/gallery-15.jpg);}
.gallery-img:nth-of-type(26) {background-image: url(../img/gallery-12.jpg);background-position: 0% 25%;}
.gallery-img:nth-of-type(27) {background-image: url(../img/lamborghini-expo.jpg);}
.gallery-img:nth-of-type(28) {background-image: url(../img/mercedes-sls.jpg);}
.gallery-img:nth-of-type(29) {height:500px; float: right; background-image: url(../img/mercedes-hood-emblem.jpg);}
.gallery-img:nth-of-type(30) {background-image: url(../img/Lordes-classic-mercedes.jpg);}
.gallery-img:nth-of-type(31) {background-image: url(../img/Jaguar-2.jpg);}
.gallery-img:nth-of-type(32) {background-image: url(../img/mg.jpg);}
.gallery-img:nth-of-type(33) {height: 500px; float: right;background-image: url(../img/Burning-rubber.jpg);}
.gallery-img:nth-of-type(34) {background-image: url(../img/Jaguar.jpg);}
.gallery-img:nth-of-type(35) {background-image: url(../img/david-browns.jpg);}
.gallery-img:nth-of-type(36) {background-image: url(../img/gallery-6.jpg);}
.gallery-img:nth-of-type(37) {background-image: url(../img/gallery-7.jpg);}
.gallery-img:nth-of-type(38) {background-image: url(../img/gallery-8.jpg);}

.launchgallery-img {
    background-color:#3a383a; 
    color:white; 
    border: 15px solid white; 
    padding:15px; 
    height: 225px;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}

section#launchgallery {
    padding: 20px 0 0 0;
}

.launchgallery-img:nth-of-type(1) {background-image: url(../img/Lordes-launch-Photo-5.jpg);}
.launchgallery-img:nth-of-type(2) {background-image: url(../img/Lordes-launch-Photo-10.jpg);float: right; height: 450px;}
.launchgallery-img:nth-of-type(3) {background-image: url(../img/Lordes-launch-Photo-6.jpg);}  
.launchgallery-img:nth-of-type(4) {background-image: url(../img/Lordes-launch-Photo-16.jpg);height: 450px;}
.launchgallery-img:nth-of-type(5) {background-image: url(../img/Lordes-launch-Photo-13.jpg);}
.launchgallery-img:nth-of-type(6) {background-image: url(../img/Lordes-launch-Photo-17.jpg);}
.launchgallery-img:nth-of-type(7) {background-image: url(../img/Lordes-launch-Photo-9.jpg);}
.launchgallery-img:nth-of-type(8) {background-image: url(../img/Lordes-launch-Photo-1.jpg);float: right; height: 450px;}
.launchgallery-img:nth-of-type(9) {background-image: url(../img/Lordes-launch-Photo-11.jpg);}
.launchgallery-img:nth-of-type(10) {background-image: url(../img/Lordes-launch-Photo-12.jpg);}
.launchgallery-img:nth-of-type(11) {background-image: url(../img/Lordes-launch-Photo-7.jpg);}
.launchgallery-img:nth-of-type(12) {background-image: url(../img/Lordes-launch-Photo-3.jpg);float: right; height: 450px;}
.launchgallery-img:nth-of-type(13) {background-image: url(../img/Lordes-launch-Photo-8.jpg);}
.launchgallery-img:nth-of-type(14) {background-image: url(../img/Lordes-launch-Photo-15.jpg);}


form#contact-form {
    background: #3a383a;
    padding: 60px;
}

#garage {text-align:center; padding-bottom: 0;}
#garage .garage-img:nth-of-type(1) {background-image: url(../img/Lordes-garage-inside.jpg);height: calc(100vh); max-height: 1200px; max-width: 2000px;padding:0px; border:none; margin:0 auto; float:none;}
#garage-extra .garage-img:nth-of-type(1) {background-image: url(../img/garage-inside-2.jpg); height: 500px;}
.garage-img:nth-of-type(2) {background-image: url(../img/garage-inside-3.jpg); height: 500px;}
div#reg-form {
    height:0px;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
    transition-delay: opacity 0.2s ease-in-out;
}

#offboarding {text-align:center; padding-bottom: 0;}
#offboarding .row{
    /*margin: 0;*/
}
#offboarding .offboarding-img:nth-of-type(1) {background-image: url(../img/Lordes-car-cleaning.jpg);height: calc(100vh - 60px); max-height: 1200px; max-width: 2000px;padding:0px; border:none; margin:0 auto; float:none;}
#offboarding-extra .offboarding-img:nth-of-type(1) {background-image: url(../img/garage-inside-3.jpg); height: 500px;}
.offboarding-img:nth-of-type(2) {background-image: url(../img/.jpg); height: 500px;}
div#reg-form {
    height:0px;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
    transition-delay: opacity 0.2s ease-in-out;
}

.on {display: block;}
.off {display:none;}
button:focus { outline: none;}
@keyframes pulse {
  0% {
    transform: scale(1.01, 1.01);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

#reg-form.show {
    height:260px;
    opacity: 1;
    margin-top: 20px;
}
button {
    background-color: #3a383a;
    border: 0px solid #3a383a;
    border-radius: 25px;
    color: white;
    padding: 10px 30px;
    font-size: 12px;
}
button.inv {
    background-color:#888;
}
.register {
    text-align: center;
    margin-top: 100px;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
}

.media-track {
    margin-top: 20px;
    margin-bottom:  20px;
    width: 80%;
    display: block;
}

.post_sidebar td, .post_body td {
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-family: 'Montserrat';
    font-weight: light;
}

#race .post_body {margin-bottom: 50px;}
#race .post_sidebar table {margin-top: 11px;}
img.img-fluid.race-img {width: 49%;}
img.img-fluid.race-img:nth-of-type(1) {margin-right: 1%;}
img.img-fluid.race-img:nth-of-type(2) {margin-left: 1%;}
#race .post_sidebar {font-family: 'Montserrat';
    font-weight: light;}
#race h1 {
    font-family: 'Montserrat'!important;
    font-size: 5em!important;
    letter-spacing: 4px;
}
#events h1 {margin-bottom: -25px;}  

/* Responsive Breakpoints */


@media (max-width: 768px) {

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333!important;}

    .col-md-15, .col-lg-15 {
        width: 100%!important;
        float: left;
    }
    form#contact-form {
        padding: 50px 20px;
    }
    .google_embed iframe {
        width: 125%!important;
        transform: scale(0.9,0.9);
        margin-left: -30px;
    }

    .google_embed.standings iframe {
        min-height: 950px;
    }

    #events h1 {margin-bottom: 15px; text-align: left;}
    .note {margin-bottom: 20px;}
    .media-track {margin: 20px auto 20px auto;}
    img.img-fluid.race-img {width: 100%;}
    img.img-fluid.race-img:nth-of-type(1) {margin-right: 0%;}
    img.img-fluid.race-img:nth-of-type(2) {margin-left: 0%;}
    #race img.img-fluid {margin-bottom: 25px;}
    #race h1 {
    font-family: 'Montserrat'!important;
    font-size: 3em!important;
    letter-spacing: 2px;
}
    
    .google_embed.standing_r1 iframe, .google_embed.standing_r2 iframe, .google_embed.standing_r3 iframe {
        width: 100%;
        min-height: 590px;
        display: inline-block;
        float: left;
    }
    
    .launchgallery-img {
        height: 300px!important;
    }
    .hide-mobile {
    display: none;
}
    .subscribe .social  {
    text-align: center;
    margin-left: 5px;
}
    .media_post h4 {
        min-height: 0px;
    }
    section#media_post h1, .motorsport h1 {
        font-size: 2.5em;
        text-align: left;
    }
    .bio-pic {
        margin: 60px auto 0!important;
        left: 0;
        right: 0;
        display: block;
    }
    
    section#quote_footer p {
        font-size: 1.25em;
    }
    section#quote_footer h3 {
        text-align: center;
    }
    .media_post p {
        text-align: left!important;
    }
    
    .post_sidebar p {
        text-align: left!important;
    }

    .post_sidebar {
        margin: -40px 0 10px 0;
    }

    .post_body p {
        text-align: left!important;
    }

    .post_sidebar a:before {
        margin-left: -25px;
    }
    
    /* Keyword values */
#skrollr-body {
    min-height: 1px;
    height: 100%;
}
    
    ul.dropdown-menu {
    text-align: center;
    margin: 0 0 0 -10px;
    padding: 0;
    left: 0;
    right: 0;
}
    ul.dropdown-menu {
    padding: 10px 0;
}
    .framed_image, .framed_image_2 {
        -webkit-clip-path: polygon(30% 0%, 115% 0%, 65% 100%, -30% 100%);
        clip-path: polygon(30% 0%, 115% 0%, 65% 100%, -30% 100%);
    }
    .navbar-brand>img {margin-top: -35px;}
    
    #garage {
        text-align:center; 
        padding-bottom: 0;
    }
    
    #garage .garage-img:nth-of-type(1) {
        background-image: url(../img/Lordes-garage-inside.jpg);
        height: calc(100vh - 60px); 
        max-height: 1200px; 
        max-width: 2000px;
        padding:0px; 
        border:none; 
        margin:0 auto; 
        float:none;
    }
    #garage-extra .garage-img:nth-of-type(1) {
        background-image: url(../img/garage-inside-2.jpg); 
        max-height: 200px;
    }
    
    .garage-img:nth-of-type(2) {
        background-image: url(../img/garage-inside-3.jpg); 
        max-height: 200px;
    }
    
    .gallery-img, .garage-img {
        padding: 0px!important;
        border:0px!important;
        margin:15px 0!important;
        max-height:200px!important;
    }
    .modal-dialog {width: 100%!important;}
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    section#offer p {
    text-align: left!important;
}

section#offer {
    padding-bottom: 0;
}
    section#contact .col-xs-12.col-sm-12.col-md-6.col-lg-6, section#contact .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
} 
    
    .post {
    margin: 0 auto 30px;
}
    .post img {
    margin: 10px -15% 25px;
    width: 130%!important;
    max-width: 130%!important;
}
    .sub-footer p {
    padding: 0 35px;
    text-align: left!important;
    font-size: 0.96em;
}
    #events .col-xs-12.col-sm-12.col-md-8.col-lg-8, #team .col-xs-12.col-sm-12.col-md-8.col-lg-8 {
        padding: 0 25px;
    }
    #events .col-xs-12.col-sm-12.col-md-8.col-lg-8 p, #team .col-xs-12.col-sm-12.col-md-8.col-lg-8 p {
        text-align: left!important;
    }
    .post tr td:first-of-type {
    width: 20px;
    padding-top: 5px!important;
}
    .post td img {
    margin: 5px 10px 5px 0px;
    }
    h1 {
    color: white;
    font-size: 2.5em;
    text-align: center;
    }
    #events p {
    text-align: left!important;
    }
    #events .col-xs-12.col-sm-12.col-md-8.col-lg-8 {
    padding: 15px!important;
    }
    .overlay{
        top:20vh!important;
        padding:70px 0!important;
        width:85%!important;
    }
    .overlay h3 {
        font-size: 1em!important;
    }
    footer .row.sub-footer {
        width: 95%;
        margin: 30px auto 0;
    }
    footer .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
    padding-right: 0px;
    margin-right: 0px;
}
    section#header p {
    font-weight: 100;
    font-size: 1.4em;
    }
    section#pitch p {margin-bottom:60px; }
    .form-group .col-md-6:first-of-type {margin-bottom: 15px;}
    p {
         text-align: center!important;
    }
    .pitch {
        margin:25vh 0px 0!important;
        padding:0 40px!important;
    }
    .pitch h1, .pitch p {
        text-shadow: 0px 0px 20px rgba(0,0,0,1);
    }
    section#offer p {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
    .content p, .content.motorsport p {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
    .content h1 {text-align: left!important;}
    .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    body {
        margin-bottom: 1000px;
    }
    .footer {
    height: 1000px;
}
    .slider-quote {
    display:none;
    margin-left: 0%!important;
    margin-top: 40%!important;
    }
    .navbar {
    margin:20px 0 0 0!important;
    }
    .navbar-default .navbar-toggle {
    border-color: rgba(0,0,0,0)!important;
    z-index:999;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,0)!important;
    }
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
    }
    .navbar-default.main-nav-scrolled .navbar-toggle .icon-bar {
    background-color: #000!important;
    }
    .navbar-toggle {
        margin-top: 11px;
    }
    .main-nav-scrolled .navbar-brand img {
        width: 60%!important;
    }
    .main-nav-scrolled .navbar-header {
    margin-top: -10px;
    }
    .navbar-default .navbar-collapse {
    background-color: black;
    position: fixed;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 130px 60px 60px 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    }
    .navbar-brand {
    z-index: 999;
    position: absolute;
    }
    .main-nav-scrolled .sticky-bg {
    height: 90px;
    }
    .pitch {
        text-align: center;
    }
    .map {
    padding: 0px!important;
    }
    section#location p {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0px 30px 30px 30px!important;
    }
    section#location {
    padding: 60px 0 0 0;
    }
    #location .row {
    padding: 0px!important;
    }
    footer .social {
    text-align: center!important;
    }
    .col-xs-12.col-sm-3.col-md-2.col-lg-2.contact {
    padding: 15px;
    }    
    .info p {text-align: left!important;}
    .content p {text-align: left!important;}
    .hero h1 {
    margin-top:225px;
    font-size:2.5em;
    }
    .container-fluid.hero {
    background-image:url('../img/Lordes-header-bg-3.jpg');
    background-size:cover;
    background-position: center center;
    min-height: 100vh!important;
    }
    .content .img-fluid {
    width: calc(100% + 90px)!important;
    max-width: none;
    margin: 0 -45px;
}
    .gallery-img {
        border-top:15px solid white!important;
        border:0px;
    }
    .gallery-img 
    {
        height:250px!important;
    }
    .gal-container {padding: 0 15px!important;}
    .register {
    text-align: center;
    margin-top: 25px;
}
    form .col-md-12{padding:0;}
    #reg-form .row {
    padding: 0;
}
    
    .post button {
        display:block; 
        text-align: center; 
        margin: 0 auto;
        min-width: 200px;
        min-height: 45px;}
}

@media (min-width: 768px) {
    .dropdown:hover ul.dropdown-menu {
display: block;
}
    
.navbar-default .navbar-nav>.open>a {
    background-color:rgba(0,0,0,0)!important;
}
    
    .dropdown-menu>li>a {
        color:#999;
    }    
    
.navbar-default .navbar-nav>a {
    color:#777!important;
}

.dropdown-menu {
    border-radius:0px!important;
    background-color: rgba(0,0,0,0.7);
    box-shadow:0 0 0 rgba(0,0,0,0)!important;
    border:0px;
    left:0!important;
}

.main-nav-scrolled .dropdown-menu>li>a {
    color:#333;
}     
    
.main-nav-scrolled .dropdown-menu {
    background-color: #fff;
    box-shadow:0 6px 12px rgba(0,0,0,.175)!important;
    left:0;
    padding-bottom:15px;
    padding-top: 15px;
}
.col-xs-12.col-sm-12.col-md-8.col-lg-8.content {
    padding-right: 100px;
}
.col-sm-15 {
        width: 20%;
        float: left;
    }
   .info p {text-align: left!important;}
    .content p {text-align: left!important;}
    .hero h1 {
    margin-top:250px;
    font-size:4em;
}
    
    
    
}

@media (min-width: 992px) {
    
    #skrollr-body {
        min-height: 1px;
        height: 100%;
    }
    
    .col-md-15 {
        width: 20%;
        float: left;
    }
    h1 {
        font-size: 3.2em;
    }
}

@media (max-width: 992px) {
    .google_embed.standing_r1 iframe, .google_embed.standing_r2 iframe, .google_embed.standing_r3 iframe {
        width: 100%;
        min-height: 530px;
        display: inline-block;
        float: left;
    }
}


@media (max-width: 1200px) {
    
    .launchgallery-img {
        height: 450px;
    }
    
    #skrollr-body {
    min-height: 1px;
    height: 100%;
}
    
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    
.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .main-nav-scrolled .navbar-brand {
    padding-top: 15px;
}
.navbar-brand {
    padding-top: 35px;
}
     .navbar {
    margin:20px 0 0 0!important;
    }
    .navbar-default .navbar-toggle {
    border-color: rgba(0,0,0,0)!important;
    z-index:999;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,0)!important;
    }
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
    }
    .navbar-default.main-nav-scrolled .navbar-toggle .icon-bar {
    background-color: #000!important;
    }
    .main-nav-scrolled .navbar-brand img {
        width: 60%!important;
    }
    .main-nav-scrolled .navbar-header {
    margin-top: -10px;
    }
    .navbar-default .navbar-collapse {
    background-color: black;
    position: fixed;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 130px 60px 60px 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    }
    .navbar-brand {
    z-index: 999;
    position: absolute;
    }
    .main-nav-scrolled .sticky-bg {
    height: 90px;
    }
}