/* McLaren Fonts */
@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Regular.otf") format("opentype"), url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype"), url("../fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Medium.otf") format("opentype"), url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype"), url("../fonts/SohoGothicPro-Medium.svg#SohoGothicPro-Medium") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SohoGothicPro';
    src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Light.otf") format("opentype"), url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype"), url("../fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Regular.woff") format("woff"), url("../fonts/McLarenBespoke-Regular.ttf") format("truetype"), url("../fonts/McLarenBespoke-Regular.svg#McLarenBespoke-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Bold.woff") format("woff"), url("../fonts/McLarenBespoke-Bold.ttf") format("truetype"), url("../fonts/McLarenBespoke-Bold.svg#McLarenBespoke-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'McLarenBespoke';
    src: url("../fonts/McLarenBespoke-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Light.woff") format("woff"), url("../fonts/McLarenBespoke-Light.ttf") format("truetype"), url("../fonts/McLarenBespoke-Light.svg#McLarenBespoke-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 300;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    color: #5e5c5e;
    background-color: #fff;
}

body,
body p {
   line-height: 1.6;
}

img {
  max-width: 100%;
}


a {
    color: #ff4800;
    color: #00c;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 400;
}

h1 {
    
}

h2 {

}

h3 {
  
}

h4 {
  
}


.btn--container {
  margin: 15px 0;
}

.btn--orange {
  min-width: 220px;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  background: #ED7102;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: .3s all ease-in-out;
  text-decoration: none;
}

.btn--orange:hover,
.btn--orange:focus {
  background: #5e5c5e;
  color: #ffffff;
}

.text-orange {
  color: #ED7102;
}

a.text-orange:hover,
a.text-orange:focus,
a.text-orange:visited {
  color: #ED7102;
}

span.break {
  display: block;
}

@media (max-width: 767px) {

  span.break-xs {
    display: block;
  }

}


body {
  background: #222222;
}

#page {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    background: #ffffff;
}



.row-table {
  display: table;
  width: 100%;
}

.row-table > * {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
}



@media (min-width: 1200px) {

  .container {
    width: 100%;
  }

}





/* @group Global - Form */


  ::-webkit-input-placeholder {
    color: #5e5c5e;
  }

  ::-moz-placeholder {
    color: #5e5c5e;
  }

  :-ms-input-placeholder {
    color: #5e5c5e;
  }

  :-moz-placeholder {
    color: #5e5c5e;
  }

  input:-internal-autofill-selected,
  select:-internal-autofill-selected {

  }

  input:-webkit-autofill,
  input:focus:-webkit-autofill,
  select:-webkit-autofill,
  select:focus:-webkit-autofill {
      /*background-color: rgba(0, 0, 0, .8) !important;
      -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 1) inset;
      -webkit-text-fill-color: #B5B5B5;
      border: 0px solid transparent;*/
  }


  

  input[type="text"],
  input[type="email"],
  select {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none !important;
  }

  


  button[type="submit"] {
    position: relative;
  }

  #loading {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    display: none;
    width: 32px;
    height: 32px;
  }

  #loading.visible {
    display: block !important;
  }



/* @end Global - Form */





/* @group Global - Footer */



#footer .container-fluid {
  max-width: 1160px;
}


#footer {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    padding: 28px 0 30px 0;
}

#footer a {
  font-weight: 300;
}

#footer .legal div {
    display: block;
    color: #595f5f;
    font-size: 12px;
    line-height: 21px;
}

#footer .legal a {
    color: #595f5f;
    text-decoration: underline;
    cursor: pointer;
}

#footer .legal .address a {
  text-decoration: none;
}

#footer .legal span.tc {
    margin-top: 5px;
}

#footer .legal span.tc a {
    text-decoration: underline;
    cursor: pointer;
}

#footer .legal span.tc a:hover {
    text-decoration: none;
}

#footer ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    float: right;
}

#footer li {
    margin: 0 0 0 1px;
    width: 28px;
    padding: 0;
    display: inline-block;
    list-style: none;
}

#footer li a {
    text-indent: -9999px;
    height: 22px;
    width: 100%;
    display: block;
    background-size: auto 22px;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointere;
    transition: all 0.2ms ease-in-out;
    background-image: url(../img/sprite_social.png);
}

#footer li a:hover {
    opacity: 0.75;
}

#footer li.mclaren a {
    background-position: 0 0;
}

#footer li.facebook a {
    background-position: -28px 0;
}

#footer li.twitter a {
    background-position: -58px 0;
}

#footer li.instagram a {
    background-position: -92px 0;
}

#footer li.youtube a {
    background-position: -122px 0;
}

#footer .address {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

#footer span {
    display: block;
}

#footer .pcb {
    color: #595f5f;
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "McLarenBespoke", Tahoma, Verdana, Segoe, sans-serif;
}


@media (max-width: 767px) {


    #footer {
        text-align: center;
        padding: 45px 0;
        background-color: #fff;
        position: relative;
        z-index: 3;
    }

    #footer a.address,
    #footer span {
        color: #5e5c5e;
    }

    #footer ul {
       float: none;
       margin: 30px 0
    }

    #footer ul {
        text-align: center;
    }

    #footer li {
        float: none;
    }

    #footer .pcb {
        text-align: center;
        margin-bottom: 15px;
        font-weight: 500;
    }

    #footer .pcb:after {
        content: '';
        display: block;
        width: 33px;
        height: 1px;
        background-color: #979797;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        display: none;
    }

    #footer * {
      font-size: 14px !important;
    }

    #footer .pcb {
      font-size: 18px !important;
      font-weight: 700;
    }


}


/* @end Global - Footer */



/* @group Hero */


#hero .container-fluid {

}

#hero .row:nth-of-type(1) {
  height: 0;
}

#hero .row:nth-of-type(1) .col-sm-12 {
  min-height: 0;
}

#hero .logo {
  max-width: 185px;
  width: 100%;
  position: absolute;
  right: 55px;
  top: 45px;
}

#hero .logo .inner {
  padding-bottom: 14.59%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .photo {
  padding: 0;
}

#hero .photo .inner {
  padding-bottom: 64.67%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .copy {

}

#hero .copy .inner {
  padding: 9% 9% 0 9%;
}

#hero .copy .inner > * {
  margin: 5px 0;
}

#hero .copy .inner h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.09;
  margin: 0 0 15px 0;
}

#hero .copy h1 {
  font-size: 44px;
  line-height: 1.09;
}

#hero .copy .btn--container {
  margin: 30px 0 0 0;
}


@media (min-width: 1440px) {

  #hero .copy .inner {
    padding: 0 70px;
  }

}

@media (max-width: 1199px) {

  #hero .logo {
/*     max-width: 140px; */
    right: 35px;
    top: 25px;
  }

  #hero .copy .inner h3 {
    font-size: 20px;
  }

  #hero .copy .inner h1 {
    font-size: 28px;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

  #hero .photo .inner {
    padding-bottom: 0;
    height: 400px;
  }

  #hero .photo, 
  #hero .copy {
    width: 50%;
  }

}



@media (max-width: 767px) {

  #hero .photo .inner {
/*     padding-bottom: 124%; */
    height: 400px;
/*     background-image: url(../img/hero_mobile.jpg) !important; */
  }

  #hero .photo, 
  #hero .copy {
    width: 100%;
    float: none;
    display: block;
  }

  #hero .copy .inner {
    padding: 35px 0;
  }

  #hero .copy .inner h3 {
    font-size: 14px;
    margin: 0;
  }

  #hero .copy .inner h1 {
    margin: 0 0 15px 0;
  }

  #hero .row:nth-of-type(1) {
    height: 60px;
  }

  #hero .logo {
    right: 20px;
    max-width: 150px;
    top: 18px;
  }

  #hero .logo .inner {

  }

}


/* @group Hero */




#section_1 {
  background: #DFE4E7;
  padding: 50px 0 40px 0;
}

#section_1 .col-sm-12 {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}

#section_1 p {
  font-size: 15px;
  line-height: 1.73;
}

#section_1 h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #424242;
}

#section_1 .item {
  /* width: 25%; */
  padding: 0 15px;
  /*   float: left; */
}

#section_1 .item.text {
  vertical-align: top;
  position: relative;
}

#section_1 .item.text:nth-of-type(2) {
  max-width: 300px;
}

#section_1 .item.text .item-inner {
  max-width: 350px;
  position: relative;
  padding: 0 0 0 14px;
}

#section_1 .item.text:before {
  content: '';
  display: block;
  height: calc(100% - 8px);
  width: 1px;
  background: #222222;
  position: absolute;
  left: 10px;
  top: 5px;
}

#section_1 .item.photo {

width: 25%;
}

#section_1 .item.photo .item-inner {
  max-width: 227px;
}

#section_1 .item.photo .item-inner .inner {
  padding-bottom: 18.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}




@media (max-width: 767px) {

  #section_1 {
    padding: 0;
    background: none;
  }

  #section_1 .row:nth-of-type(1) {
    background: #48535b;
    padding: 25px 0;
  }

  #section_1 .item {
    padding: 0;
    width: auto;
    display: inline-block;
    float: none;
/*     width: 50%;
    float: left; */
  }

  #section_1 .item.date {
    padding-right: 25px;
  }

  #section_1 h4 {
    color: #ffffff;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
  }

  #section_1 h4:first-of-type {
    text-transform: uppercase;
    color: #c5cdcd;
    font-weight: 700;
    font-size: 14px;  
  }

  #section_1 .row:nth-of-type(2) {
    background: #dfe4e7;
  }

  #section_1 .row:nth-of-type(2) .col-sm-12 {
    padding: 0;
  }

  #section_1 .row:nth-of-type(2) .row-table {
    height: 138px;
    position: relative;
  }
  

  #section_1 .item.photo {
    width: 100%;
    padding-right: 132px;
  }

  #section_1 .item {
    display: table-cell;
  }

  #section_1 .item.photo .item-inner {
    max-width: 300px;
/*     max-width: 184px; */
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #section_1 .item.btn--arrow--container {
/*     display: table-cell !important; */
    width: 132px;
    background: #ED7102;
    height: 165px;
    position: absolute;
    right: 0;
  }

  #section_1 .item.btn--arrow--container a.btn--arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/icon_arrow_down.png) center center / 41px no-repeat;
  }

}





#section_2 {
  padding: 70px 0;
}


#section_2 .text {
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
  float: none;
}

#section_2 .text h2 {
  font-size: 28px;
}

#section_2 .text p {
  font-size: 16px;
  line-height: 1.75;
}



@media (max-width: 767px) {

  #section_2 {
    padding: 50px 0;
  }

  #section_2 .text {
    text-align: left;
  }

  #section_2 .text h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 0;
  }

  #section_2 .text p {
    font-size: 14px;
    line-height: 1.85;
  }


  #section_2 .text .event-details {
   margin: 40px 0 0 0;
  }

  #section_2 .text .event-details .item {
    margin: 0 0 20px 0;
  }

  #section_2 .text .event-details .item:last-of-type {
    margin: 0;
  }

  #section_2 .text .event-details .item h4 {
    font-family: "SohoGothicPro", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ED7102;
    margin: 0 0 5px 0;
  }

  

}








#section_map .inner {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

@media (max-width: 767px) {

  #section_map .inner {
    height: 0;
    padding-bottom: 70.67%;
    background-image: url(../img/map_graphic_mobile.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

}






#form {
  text-align: center;
  padding: 50px 0;
}

#form #form-box {
  max-width: 550px;
  margin: 0 auto;
}

#form #form-box form {
  max-width: 550px;
  margin: 0 auto;
}

#form #form-box .title--container {
  max-width: 480px;
  margin: 0 auto;
}

#form .container {
  width: 100%;
}

#form .title--container h3 {
  font-size: 29px;
}


#form input[type="text"],
#form input[type="email"] {
  border: 1px solid #5e5c5e;
  border-radius: 5px;
  height: 45px;
  /* line-height: 45px; */
  font-size: 14px;
  font-weight: 300;
  background-color: #ffffff;
}

#form select {
  border: 1px solid #5e5c5e;
  border-radius: 5px;
  height: 45px;
  /* line-height: 45px; */
  font-size: 14px;
  font-weight: 300;
}


select::-ms-expand {
    display: none;
  }

#form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      padding-right: 35px;
      /*outline: none!important;*/
      background: #ffffff url(../img/icon_caret_dark.png) right 14px center / 11px no-repeat;
  }


#form input.missing,
#form select.missing {
      border: 1px solid #f00;
  }

#form .submit-container {
  margin: 20px 0 0 0;
}

#form #fields {
  margin: 20px 0 0 0;
}

#form #fields > .row > div {
  padding: 0 9px;
  margin: 0 0 12px 0;
}


@media (max-width: 767px) {


  #form {
    padding: 30px 0;
  }

  #form .title--container h3 {
    font-size: 24px;
    margin-top: 0;
  }

  #form input[type="text"],
  #form input[type="email"],
  #form select {
    font-size: 16px;
  }

}



@media (max-width: 600px) {
  
  #form #fields .col-sm-6 {
    width: 100%;
  }

  #form .submit-container button[type="submit"] {
     width: 100%;
  }

}



#success_message {
  display: none;
}

#form.success #form-box {
  display: none;
}

#form.success #success_message {
  display: block;
}





#success_message h2 {
  margin: 0 0 20px 0;
  line-height: 1.34;
}

#success_message .btn--container {
  margin: 35px 0 0 0;
}

#success_message .btn--container .btn--orange {
  margin: 0 8px 20px 0;
}



@media (max-width: 767px) {

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

}


@media (max-width: 600px) {

  #form #fields > .row > div {
    padding: 0;
  }

}