/* CSS Document */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============================================== FONTS


bold
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;

bold italic
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: italic;

regular
font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;

italic
font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: italic;


thin
font-family: proxima-nova,sans-serif;
font-weight: 100;
font-style: normal;


light
font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: normal;



bold
font-family: aw-conqueror-didot,serif;
font-weight: 700;
font-style: normal;


regular
font-family: aw-conqueror-didot,serif;
font-weight: 400;
font-style: normal;


light
font-family: aw-conqueror-didot,serif;
font-weight: 300;
font-style: normal;




font-family: 'Crimson Text', serif;


*/


@font-face {
    font-family: 'butlerlight';
    src: url('../fonts/butler_light-webfont.woff2') format('woff2'),
         url('../fonts/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ============================================== GLOBAL
*/


body{
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 400;
  font-style: normal; 
  color: #000;
 /* min-height: 5000px;*/
}




.row, .columns{
  position: relative;
}

.row{
  max-width: 72.5rem;
}

.green{
  color: #082226 !important;
}

.white{
  color: #fff;
}


.pinkBg{
  background: #faefde !important;
}

.whiteBg{
  background: #fff !important;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tblCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.light{
  font-weight: 300 !important;
}


.alignCent{
  text-align: center;
}

.alignRt{
  text-align: right;
}


.gradientText{
  background: rgb(91,68,49);
  background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1); 
  /*  background: linear-gradient(to right, #9c7d64, #c9a689, #9c7d64);*/
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.IE .gradientText{
  background: none !important;
  color: #000 !important;
} 


.bold{
  font-weight: 700;
}

.fWidth{
  width: 100%;
  max-width: none;
}

#rotate{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
  display: none;
}

.aw-conqueror {
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}



.IE #two, .IE .noIE{
  display: none;
  padding: 0;
}


.IEonly{
  display: none !important;
}

.IE .IEonly{
  display: block !important;
}

.IE .IEonly.rounded{
  display: inline-block !important;
  margin-bottom: 25px;
}


/* ============================================== NAV
*/

#header{
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px 0;
}

#mobileMenu{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.moblogo{
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

#menu{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#menu li{
    display:inline-block;
    width: 12%;
}

#menu a{
    display:inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing:3px;
    padding: 10px 0 0 0;
}



#menu li#navReg a{
  background: rgb(91,68,49);
  background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1); 
  color: #fff !important;
  border-radius: 20px 20px 0 0;
  padding-left: 35px;
  padding-right: 35px; 
  padding-bottom: 5px;

}


body.architecture .scrollHeader #navArch a{
  border-bottom: 1px solid #000;
}

body.apartments .scrollHeader #navApart a{
  border-bottom: 1px solid #000;
}

body.location .scrollHeader #navLoc a{
  border-bottom: 1px solid #000;
}

body.lifestyle .scrollHeader #navLife a{
  border-bottom: 1px solid #000;
}

body.team .scrollHeader #navTeam a{
  border-bottom: 1px solid #000;
}

#menu li#navReg a:hover, li#navLogo a:hover{
  border-bottom: 0 !important;
}

.scrollHeader{
  background-color: #fff !important;
  -webkit-transition: all 0.25s ease-in; /*safari and chrome */
  -moz-transition: all 0.25s ease-in; /* firefox */
  -o-transition: all 0.25s ease-in; /* opera */
  transition: all 0.25s ease-in; /* opera */
}

.scrollHeader #menu a{
  color: #000;
}

.scrollHeader #menu a:hover{
  border-bottom: 1px solid #000;
}

.logofadeIn{
  display: none;
}

.scrollHeader .logofadeIn{
  display: inline;
}

.scrollHeader .logofadeOut{
  display: none;
}
/* ============================================== HERO
*/

body.apartments{
  background: url('../img/hero-apartments.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body.location{
  background: url('../img/hero-location.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.lifestyle{
  background: url('../img/hero-lifestyle.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body.architecture{
  background: url('../img/hero-architecture.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body.team{
  background: url('../img/hero-team.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#hero h1{
  text-transform: uppercase;
  font-family: aw-conqueror-didot,serif;
  font-weight: 300;
  font-style: normal;
  line-height: 0.8;
  font-size: 186px;
}

#hero .rounded{
  position: absolute;
  margin-left: auto; 
  margin-right: auto; 
  left: 0; 
  right: 0;
  bottom: 0;
  text-align: center;
  max-width: 350px;
}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.IE .fullscreen-bg {
    position: absolute;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hero-index.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

/*scroll section*/

.scrollContent{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
 /* background-color: rgba(75,94,97, 0.9);*/
  background-image: url('../img/gradient-bg.png');
  background-repeat: repeat;
  -webkit-transition: all .5s ease-in; /*safari and chrome */
  -moz-transition: all .5s ease-in; /* firefox */
  -o-transition: all .5s ease-in; /* opera */
  transition: all .5s ease-in; /* opera */
}


.notIndex .scrollContent{
  height: 100%;
  background-image: url('../img/gradient-bg-notindex.png');
  background-repeat: repeat;
}


.trans{
 background-image: url('../img/trans-bg.png');
background-repeat: repeat;
}

.scrollContent h1, .scrollContent h3{
  text-transform: uppercase;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 400;
  font-style: normal; 
  letter-spacing: 6px;
  /*font-size: 46px;*/
}

/*.scrollContent h1{
  margin: 2% auto;
}

.scrollContent h3{
  margin: 2% auto;
}*/

.scrollContent h2{
  text-transform: uppercase;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  font-style: normal; 
  letter-spacing: 4px;
  font-size: 24px;
}

/*.scrollSection{
  padding: 10% 0;
}*/




.rounded{
  display: inline-block;
  text-transform: uppercase;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  font-style: normal; 
  background: #fff;
  letter-spacing: 6px;
 /* border-radius: 30px 30px 0 0;*/
  padding: 5px 15px;
  /*font-size: 30px;*/
}


/* ============================================== SECTIONS
*/

/*.section{
  padding: 80px 0;
}*/

.section.noPad{
  padding-bottom: 0;
}

.spacer{
 position: relative;
 width: 100%;
 height: 40px;
}


.section h4{
  text-transform: uppercase;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  font-style: normal; 
  letter-spacing: 6px;
  margin-bottom: 20px;
  font-size: 24px;
}

.headingImg{
  display: block;
  margin: auto;
  margin-bottom: 5%;
}


.icons{
    list-style:none;
    margin: 40px 0 0;
    padding:0;
    text-align:center;
}

.icons img{
  display: block;
  margin: 0 auto 25px;
}

.icons.counts{
  margin-top: 0;
}

.icons li{
    display:inline-block;
    width: 30%;
}

.icons p{
  color: #082226;
  text-transform: uppercase;
  font-family: proxima-nova, Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 6px; 
  padding: 0 8%;
  font-size: 24px;
}

.counter{
  text-transform: uppercase;
  color: #082226;
  /*font-family: aw-conqueror-didot,serif;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; */
  font-family: 'butlerlight',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1;
  /*font-size: 220px;*/
}

.video{
  position: relative;
  /*margin-bottom: 80px;*/
}

.video p{
  text-transform: uppercase;
  color: #fff;
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-style: normal;
 /* font-size: 82px;*/
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floorplans{
  margin: 40px auto 50px;
}

.apartment{
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}


.apartment a{
  border-bottom: 1px solid #ccc;
}

.aptNum{
  text-transform: uppercase;
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
}


.aptDetail{
  font-weight: 700;
  font-style: normal;
  padding: 2%;
  font-size: 24px;
}


/*.aptDetail.icon{
  padding: 0;
}*/

.floorplanCta{
  text-transform: uppercase;
  border: 0;
  background: rgb(91,68,49);
  background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1);
  color: #fff !important;
  display: inline-block;
  letter-spacing: 4px;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
  width: 70%;
  padding: 10px;
  font-size: 26px;
}



.notIndex .section h1{
  text-transform: uppercase;
  color: #f3d3aa;
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 10px;
  margin-bottom: 40px;
  font-size: 186px;
}

.pageHeading{
  margin-bottom: 40px;
}

/*.notIndex .section p{
  padding: 0 15%;
}
*/
/*breakouts*/

/*.breakout{
  padding-bottom: 110px;
}*/

.breakout h5{
  text-transform: uppercase;
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 300;
  line-height: 1.2;
/*  padding: 45px 10% 0;
  font-size: 60px;*/
}


.bout{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bout.rgt{
  right: 0;
}

.bout.lft{
  left: 0;
}

/*slider sections*/



.notIndex .section .sectionSlider p{
  color: #082226;
  text-transform: uppercase;
  font-family: proxima-nova, Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 6px;
  padding: 0 20%;
  font-size: 24px;
}

.notIndex .section .sectionSlider .icon{
  width: 80px;
  position: absolute;
}

.icon{
 top: 20%;
}

.icon.tlft{
  left: 15%;
}

.icon.tlft.ddigit{
  left: 10%;
}

.icon.tlft.tdigit{
  left: 0%;
}


sup{
  color: #082226;
  /*font-family: aw-conqueror-didot,serif;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; */
  font-family: 'butlerlight',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1;
  top: -1.5em;
  font-size: 60px;
}

sup.dollar{
  top: -0.75em;
  font-size: 100px;
}


.notIndex .video{
  margin-bottom: 0;
}


ul.map {
    list-style: none;
    text-align: left;
    float: left;
   /* width: 23%;*/
}

.map li {
    /*margin-bottom: 5px;*/
    position: relative;
}

.map li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    vertical-align: top;
}


.map li p {
    padding: 0 0 0 30px !important;
    text-align: left;
    display: inline-block;
}

.mapTitle{
  margin-bottom: 10px;
}


.map {
  position: relative;
  /*max-width: 1100px;*/
  margin: auto;
 /* background-color: #ccc;*/
}

.map img {
  display: block;
  width: 100%;
}

.map-popup {
  position: absolute;
  text-align: center;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  left: 50%;
  top: -220%;
  z-index: 99;
  min-width: 190px;
  padding: 20px;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 24px rgba(0,0,0,0.22);
  opacity: 0;
  visibility: hidden;
  letter-spacing: 4px;
}


#marker2{
  top: -270%;
}

.map-popup > *:first-child { margin-top: 0; }
.map-popup > *:last-child { margin-bottom: 0; }

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #000;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  transition: all 300ms;
  font-size: 40px;
}

.marker1 {
  top: 30%;
  left: 20%;
}
.marker2 {
  top: 50%;
  left: 64%;
}


@media only screen and (min-width:48em) {
  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
    }
    .map-item .marker {
      top: auto;
      left: auto;
    }
  
  .map-item1 {
    top: 60%;
    left: 18%;
  }
  .map-item2 {
    top: 36%;
    left: 45%;
  }

   .map-item3 {
    top: 66%;
    left: 52%;
  }

   .map-item4 {
    top: 55%;
    left: 83%;
  }

   .map-item5 {
    top: 55%;
    left: 90%;
  }
  
  .map-popup:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-left: -20px;
    left: 50%;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
  }
  
  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }
  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}


/* ============================================== REGISTER
*/


.intro{
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 24px;
  padding: 0 !important;
}

.directions{
  margin-bottom: 50px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  letter-spacing: 3px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important;
   letter-spacing: 3px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #000 !important;
   letter-spacing: 3px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;
   letter-spacing: 3px;
}

#response p{
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 12px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: none;
    border-top: 1px solid #000;
    border-radius: 0;
    background-color: #faefde;
    box-shadow: none;
    color: #000;
    transition: none;
    /*text-transform: capitalize;*/
}


[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: none;
    background-color: #faefde;
    border-top: 1px solid #000;
    box-shadow: none;
    transition: none;
}


select {
    border: none;
    border-top: 1px solid #000;
    border-radius: 0;
    background-color: #faefde;
    box-shadow: none;
    letter-spacing: 3px;
    color: #000;
    /*text-transform: capitalize;*/
}


select:focus {
    outline: none;
    border: none;
    border-top: 1px solid #000;
    background-color: #faefde;
    box-shadow: none;
    transition: none;
}


.formSubmit{
  border: 0;
  background: rgb(91,68,49);
  background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1);
  color: #fff !important;
  letter-spacing: 4px;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
 /* width: 70%;*/
  padding: 10px;
  display: block;
  margin: 0 auto;
  /*font-size: 26px;*/
}


.newsubmit{
  border: 0;
  background: rgb(91,68,49);
  background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1);
  color: #fff !important;
  letter-spacing: 4px;
  font-weight: 300;
  width: 100% !important;
  padding: 10px;
  display: block;
  margin: 0 auto;
  /*font-size: 20px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;


}

.formSubmitWrapper{ padding-left: 0; padding-right: 0;  }

.parsley-errors-list{
  text-align: left !important;
  margin-top: -15px;
}


.capitalize-f{
   text-transform:capitalize !important;
}
.capitalize-n{
  text-transform: none;
}

/* ============================================== FOOTER
*/

#footer .sectionInner, #subfooter .sectionInner{
  max-width: 80%;
}


.copyright{
  text-transform: uppercase;
  letter-spacing:3px;
  font-size:10px;
  margin-top: 25px;
}

.display{
  text-transform: uppercase;
  font-family: aw-conqueror-didot,TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  font-size: 48px;
}

.display span{
  text-transform: uppercase;
  display: block;
  font-family: proxima-nova, Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 700;
  margin-top: 25px;
  font-size: 21px;
}


.footer-display {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 1.3;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
    font-size: 24px;
}



.times{
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
}

/*.agent{
  padding-top: 120px;
}
*/
#subfooter{
  padding-bottom: 0;
}


/* ============================================== PLUGINS
*/

.slicknav_nav li:nth-child(7), .slicknav_nav li:nth-child(7) a {
    background: rgb(91,68,49);
        background: -moz-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
        background: linear-gradient(90deg, rgba(91,68,49,1) 0%, rgba(207,171,141,1) 50%, rgba(91,68,49,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b4431",endColorstr="#5b4431",GradientType=1);
        color: #fff !important;
        letter-spacing: 4px;
}

.slicknav_nav li:nth-child(7), .slicknav_nav li:nth-child(7) a {
        color: #fff !important;
}


.slicknav_nav li:nth-child(4) {
    display:  none;
}

/*! * SlickNav Responsive Mobile Menu v1.0.10 * (c) 2016 Josh Cope * licensed under MIT */
 .slicknav_btn {
     position: relative;
     display: block;
     vertical-align: middle;
     float: right;
     padding: 0.438em 0.625em 0.438em 0.625em;
     line-height: 1.125em;
     cursor: pointer;
}
 .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
     margin-top: 0.188em;
}
 .slicknav_menu {
     *zoom: 1;
}
 .slicknav_menu .slicknav_menutxt {
     display: block;
     line-height: 1.188em;
     float: left;
}
 .slicknav_menu .slicknav_icon {
     float: left;
     width: 1.125em;
     height: 0.875em;
     margin: 0.188em 0 0 0.438em;
}
 .slicknav_menu .slicknav_icon:before {
     background: transparent;
     width: 1.125em;
     height: 0.875em;
     display: block;
     content: "";
     position: absolute;
}
 .slicknav_menu .slicknav_no-text {
     margin: 0;
}
 .slicknav_menu .slicknav_icon-bar {
     display: block;
     width: 1.125em;
     height: 0.125em;
    /* -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     border-radius: 1px;
     -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
}
 .slicknav_menu:before {
     content: " ";
     display: table;
}
 .slicknav_menu:after {
     content: " ";
     display: table;
     clear: both;
}
 .slicknav_nav {
     clear: both;
     text-align: center; 
}
 .slicknav_nav ul {
     display: block;
}
 .slicknav_nav li {
     display: block;
}
 .slicknav_nav .slicknav_arrow {
     font-size: 0.8em;
     margin: 0 0 0 0.4em;
}
 .slicknav_nav .slicknav_item {
     cursor: pointer;
}
 .slicknav_nav .slicknav_item a {
     display: inline;
}
 .slicknav_nav .slicknav_row {
     display: block;
}
 .slicknav_nav a {
     display: block;
}
 .slicknav_nav .slicknav_parent-link a {
     display: inline;
}
 .slicknav_brand {
     float: left;
}
 .slicknav_menu {
     font-size: 16px;
     box-sizing: border-box;
     background: #fff;
     padding: 20px 5px;
}
 .slicknav_menu * {
     box-sizing: border-box;
}
 .slicknav_menu .slicknav_menutxt {
     color: #fff;
     font-weight: bold;
     text-shadow: 0 1px 3px #000;
}
 .slicknav_menu .slicknav_icon-bar {
     background-color: #000;
}
 .slicknav_btn {
     margin: 5px 5px 6px;
     text-decoration: none;
    /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;*/
     background-color: transparent;
}
 .slicknav_nav {
     color: #000;
     margin: 0;
     padding: 20px 0 0 0;
     font-size: 0.875em;
     list-style: none;
     overflow: hidden;
}
 .slicknav_nav ul {
     list-style: none;
     overflow: hidden;
     padding: 0;
     margin: 0 0 0 20px;
}
 .slicknav_nav .slicknav_row {
     padding: 5px 10px;
     margin: 2px 5px;
}
 .slicknav_nav .slicknav_row:hover {
     /*-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     background: #ccc;*/
     color: #000;
}
 .slicknav_nav a {
     padding: 5px 10px;
     margin: 2px 5px;
     text-decoration: none;
     color: #000;
     text-transform:  uppercase;  
}
 .slicknav_nav a:hover {
    /* -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     background: #ccc;
     color: #222;*/
}
 .slicknav_nav .slicknav_txtnode {
     margin-left: 15px;
}
 .slicknav_nav .slicknav_item a {
     padding: 0;
     margin: 0;
}
 .slicknav_nav .slicknav_parent-link a {
     padding: 0;
     margin: 0;
}
 .slicknav_brand {
     color: #fff;
     font-size: 18px;
     line-height: 30px;
     padding: 7px 12px;
     height: 44px;
}


/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}


@charset 'UTF-8';
/* Slider */
 .slick-loading .slick-list {
     background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
 @font-face {
     font-family: 'slick';
     font-weight: normal;
     font-style: normal;
     src: url('./fonts/slick.eot');
     src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
 .slick-prev, .slick-next {
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 50%;
     display: block;
     width: 26px;
     height: 44px;
     padding: 0;
     -webkit-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     transform: translate(0, -50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     /*background: green;*/
}


.sectionSlider .slickSlider .slick-prev, .sectionSlider .slickSlider .slick-next{
  display: none !important;
}
/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     color: transparent;
     outline: none;
     background: transparent;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     opacity: 1;
}
 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
     opacity: .25;
}
 .slick-prev:before, .slick-next:before {
     font-family: 'slick';
     font-size: 20px;
     line-height: 1;
     opacity: .75;
     color: white;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}*/
 .slick-prev {
    background: url('../img/slick-arrows-prev.png') center no-repeat;
     left: -50px;
}
 [dir='rtl'] .slick-prev {
     right: -25px;
     left: auto;
}
 .slick-prev:before {
     content: '←';
}
 [dir='rtl'] .slick-prev:before {
     content: '→';
}
 .slick-next {
    background: url('../img/slick-arrows-next.png') center no-repeat;
     right: -50px;
}
 [dir='rtl'] .slick-next {
     right: auto;
     left: -25px;
}
 .slick-next:before {
     content: '→';
}
 [dir='rtl'] .slick-next:before {
     content: '←';
}
/* Dots */
 .slick-dotted.slick-slider {
     /*margin-bottom: 30px;*/
}
 .slick-dots {
     z-index: 10;
     position: absolute;
     bottom: 20px;
     display: block;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     font-size: 0;
     line-height: 0;
     display: block;
     width: 10px;
     height: 10px;
     padding: 5px;
     cursor: pointer;
     color: transparent;
     border: 0;
     outline: none;
     background: transparent;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
     opacity: 1;
}
 .slick-dots li button:before {
     font-family: 'slick';
     font-size: 26px;
     line-height: 20px;
     position: absolute;
     top: 0;
     left: 0;
     width: 10px;
     height: 10px;
     content: '•';
     text-align: center;
     opacity: .75;
      color: #fff;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

 .slick-dots li.slick-active button:before {
     opacity: 1;
     color: #fff;
}



/* ------ venobox.css --------*/
 .vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
     -webkit-backface-visibility: hidden;
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
 .vbox-overlay * {
     -webkit-backface-visibility: visible;
     backface-visibility: visible;
}
 .vbox-overlay{
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-align-items: center;
     align-items: center;
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     z-index: 1040;
     -webkit-transform:translateZ(1000px);
     transform: translateZ(1000px);
     transform-style: preserve-3d;
}
/* ----- navigation ----- */
 .vbox-title{
     width: 100%;
     height: 40px;
     float: left;
     text-align: center;
     line-height: 28px;
     font-size: 12px;
     padding: 6px 40px;
     overflow: hidden;
     position: fixed;
     display: none;
     left: 0;
     z-index: 1050;
}
 .vbox-close{
     cursor: pointer;
     position: fixed;
     top: -1px;
     right: 0;
     width: 50px;
     height: 40px;
     padding: 6px;
     display: block;
     background-position:10px center;
     overflow: hidden;
     font-size: 24px;
     line-height: 1;
     text-align: center;
     z-index: 1050;
}
 .vbox-num{
     cursor: pointer;
     position: fixed;
     left: 0;
     height: 40px;
     display: block;
     overflow: hidden;
     line-height: 28px;
     font-size: 12px;
     padding: 6px 10px;
     display: none;
     z-index: 1050;
}
/* ----- navigation ARROWS ----- */
 .vbox-next, .vbox-prev{
     position: fixed;
     top: 50%;
     margin-top: -15px;
     overflow: hidden;
     cursor: pointer;
     display: block;
     width: 45px;
     height: 45px;
     z-index: 1050;
}
 .vbox-next span, .vbox-prev span{
     position: relative;
     width: 20px;
     height: 20px;
     border: 2px solid transparent;
     border-top-color: #B6B6B6;
     border-right-color: #B6B6B6;
     text-indent: -100px;
     position: absolute;
     top: 8px;
     display: block;
}
 .vbox-prev{
     left: 15px;
}
 .vbox-next{
     right: 15px;
}
 .vbox-prev span{
     left: 10px;
     -ms-transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
 .vbox-next span{
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     right: 10px;
}
/* ------- inline window ------ */
 .vbox-inline{
     width: 420px;
     height: 315px;
     height: 70vh;
     padding: 10px;
     background: #fff;
     margin: 0 auto;
     overflow: auto;
     text-align: left;
}
/* ------- Video & iFrames window ------ */
 .venoframe{
     max-width: 100%;
     width: 100%;
     border: none;
     width: 100%;
     height: 260px;
     height: 70vh;
}
 .venoframe.vbvid{
     height: 260px;
}
 @media (min-width: 768px) {
     .venoframe, .vbox-inline{
         width: 90%;
         height: 360px;
         height: 70vh;
    }
     .venoframe.vbvid{
         width: 640px;
         height: 360px;
    }
}
 @media (min-width: 992px) {
     .venoframe, .vbox-inline{
         max-width: 1200px;
         width: 80%;
         height: 540px;
         height: 70vh;
    }
     .venoframe.vbvid{
         width: 960px;
         height: 540px;
    }
}
/* Please do NOT edit this part! or at least read this note: http://i.imgur.com/7C0ws9e.gif */
 .vbox-open{
     overflow: hidden;
}
 .vbox-container{
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     overflow-x: hidden;
     overflow-y: scroll;
     overflow-scrolling: touch;
     -webkit-overflow-scrolling: touch;
     z-index: 20;
     max-height: 100%;
}
 .vbox-content{
     text-align: center;
     float: left;
     width: 100%;
     position: relative;
     overflow: hidden;
     padding: 20px 10px;
}
 .vbox-container img{
     max-width: 100%;
     height: auto;
}
 .vbox-figlio{
     box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
     max-width: 100%;
     text-align: initial;
}
 img.vbox-figlio{
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;
}
 .vbox-content.swipe-left{
     margin-left: -200px !important;
}
 .vbox-content.swipe-right{
     margin-left: 200px !important;
}
 .vbox-animated{
     webkit-transition: margin 300ms ease-out;
     transition: margin 300ms ease-out;
}
/* ---------- preloader ---------- * SPINKIT * http://tobiasahlin.com/spinkit/ -------------------------------- */
 .sk-double-bounce,.sk-rotating-plane{
    width:40px;
    height:40px;
    margin:40px auto
}
.sk-rotating-plane{
    background-color:#333;
    -webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;
    animation:sk-rotatePlane 1.2s infinite ease-in-out
}
@-webkit-keyframes sk-rotatePlane{
    0%{
        -webkit-transform:perspective(120px) rotateX(0) rotateY(0);
        transform:perspective(120px) rotateX(0) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100%{
        -webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
@keyframes sk-rotatePlane{
    0%{
        -webkit-transform:perspective(120px) rotateX(0) rotateY(0);
        transform:perspective(120px) rotateX(0) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100%{
        -webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
.sk-double-bounce{
    position:relative
}
.sk-double-bounce .sk-child{
    width:100%;
    height:100%;
    border-radius:50%;
    background-color:#333;
    opacity:.6;
    position:absolute;
    top:0;
    left:0;
    -webkit-animation:sk-doubleBounce 2s infinite ease-in-out;
    animation:sk-doubleBounce 2s infinite ease-in-out
}
.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{
    background-color:#333;
    border-radius:100%
}
.sk-double-bounce .sk-double-bounce2{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
@-webkit-keyframes sk-doubleBounce{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-doubleBounce{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.sk-wave{
    margin:40px auto;
    width:50px;
    height:40px;
    text-align:center;
    font-size:10px
}
.sk-wave .sk-rect{
    background-color:#333;
    height:100%;
    width:6px;
    display:inline-block;
    -webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation:sk-waveStretchDelay 1.2s infinite ease-in-out
}
.sk-wave .sk-rect1{
    -webkit-animation-delay:-1.2s;
    animation-delay:-1.2s
}
.sk-wave .sk-rect2{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.sk-wave .sk-rect3{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
.sk-wave .sk-rect4{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
.sk-wave .sk-rect5{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
@-webkit-keyframes sk-waveStretchDelay{
    0%,100%,40%{
        -webkit-transform:scaleY(.4);
        transform:scaleY(.4)
    }
    20%{
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
@keyframes sk-waveStretchDelay{
    0%,100%,40%{
        -webkit-transform:scaleY(.4);
        transform:scaleY(.4)
    }
    20%{
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
.sk-wandering-cubes{
    margin:40px auto;
    width:40px;
    height:40px;
    position:relative
}
.sk-wandering-cubes .sk-cube{
    background-color:#333;
    width:10px;
    height:10px;
    position:absolute;
    top:0;
    left:0;
    -webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}
.sk-chasing-dots,.sk-spinner-pulse{
    width:40px;
    height:40px;
    margin:40px auto
}
.sk-wandering-cubes .sk-cube2{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
@-webkit-keyframes sk-wanderingCube{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    25%{
        -webkit-transform:translateX(30px) rotate(-90deg) scale(.5);
        transform:translateX(30px) rotate(-90deg) scale(.5)
    }
    50%{
        -webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);
        transform:translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1%{
        -webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);
        transform:translateX(30px) translateY(30px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100%{
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
@keyframes sk-wanderingCube{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    25%{
        -webkit-transform:translateX(30px) rotate(-90deg) scale(.5);
        transform:translateX(30px) rotate(-90deg) scale(.5)
    }
    50%{
        -webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);
        transform:translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1%{
        -webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);
        transform:translateX(30px) translateY(30px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100%{
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
.sk-spinner-pulse{
    -webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;
    animation:sk-pulseScaleOut 1s infinite ease-in-out
}
@-webkit-keyframes sk-pulseScaleOut{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
@keyframes sk-pulseScaleOut{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.sk-chasing-dots{
    position:relative;
    text-align:center;
    -webkit-animation:sk-chasingDotsRotate 2s infinite linear;
    animation:sk-chasingDotsRotate 2s infinite linear
}
.sk-chasing-dots .sk-child{
    width:60%;
    height:60%;
    display:inline-block;
    position:absolute;
    top:0;
    -webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;
    animation:sk-chasingDotsBounce 2s infinite ease-in-out
}
.sk-chasing-dots .sk-dot2{
    top:auto;
    bottom:0;
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
@-webkit-keyframes sk-chasingDotsRotate{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes sk-chasingDotsRotate{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes sk-chasingDotsBounce{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-chasingDotsBounce{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.sk-three-bounce{
    margin:40px auto;
    width:80px;
    text-align:center
}
.sk-three-bounce .sk-child{
    width:20px;
    height:20px;
    display:inline-block;
    -webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation:sk-three-bounce 1.4s ease-in-out 0s infinite both
}
.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{
    display:block;
    border-radius:100%;
    content:'';
    background-color:#333
}
.sk-three-bounce .sk-bounce1{
    -webkit-animation-delay:-.32s;
    animation-delay:-.32s
}
.sk-three-bounce .sk-bounce2{
    -webkit-animation-delay:-.16s;
    animation-delay:-.16s
}
@-webkit-keyframes sk-three-bounce{
    0%,100%,80%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-three-bounce{
    0%,100%,80%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.sk-circle{
    margin:40px auto;
    width:40px;
    height:40px;
    position:relative
}
.sk-circle .sk-child{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.sk-circle .sk-child:before{
    margin:0 auto;
    width:15%;
    height:15%;
    -webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation:sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2{
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg)
}
.sk-circle .sk-circle3{
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    transform:rotate(60deg)
}
.sk-circle .sk-circle4{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.sk-circle .sk-circle5{
    -webkit-transform:rotate(120deg);
    -ms-transform:rotate(120deg);
    transform:rotate(120deg)
}
.sk-circle .sk-circle6{
    -webkit-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    transform:rotate(150deg)
}
.sk-circle .sk-circle7{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.sk-circle .sk-circle8{
    -webkit-transform:rotate(210deg);
    -ms-transform:rotate(210deg);
    transform:rotate(210deg)
}
.sk-circle .sk-circle9{
    -webkit-transform:rotate(240deg);
    -ms-transform:rotate(240deg);
    transform:rotate(240deg)
}
.sk-circle .sk-circle10{
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.sk-circle .sk-circle11{
    -webkit-transform:rotate(300deg);
    -ms-transform:rotate(300deg);
    transform:rotate(300deg)
}
.sk-circle .sk-circle12{
    -webkit-transform:rotate(330deg);
    -ms-transform:rotate(330deg);
    transform:rotate(330deg)
}
.sk-circle .sk-circle2:before{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.sk-circle .sk-circle3:before{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
.sk-circle .sk-circle4:before{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
.sk-circle .sk-circle5:before{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
.sk-circle .sk-circle6:before{
    -webkit-animation-delay:-.7s;
    animation-delay:-.7s
}
.sk-circle .sk-circle7:before{
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s
}
.sk-circle .sk-circle8:before{
    -webkit-animation-delay:-.5s;
    animation-delay:-.5s
}
.sk-circle .sk-circle9:before{
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.sk-circle .sk-circle10:before{
    -webkit-animation-delay:-.3s;
    animation-delay:-.3s
}
.sk-circle .sk-circle11:before{
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.sk-circle .sk-circle12:before{
    -webkit-animation-delay:-.1s;
    animation-delay:-.1s
}
@-webkit-keyframes sk-circleBounceDelay{
    0%,100%,80%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-circleBounceDelay{
    0%,100%,80%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.sk-cube-grid{
    width:40px;
    height:40px;
    margin:40px auto
}
.sk-cube-grid .sk-cube{
    width:33.33%;
    height:33.33%;
    background-color:#333;
    float:left;
    -webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}
.sk-cube-grid .sk-cube1{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.sk-cube-grid .sk-cube2{
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.sk-cube-grid .sk-cube3{
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
.sk-cube-grid .sk-cube4{
    -webkit-animation-delay:.1s;
    animation-delay:.1s
}
.sk-cube-grid .sk-cube5{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.sk-cube-grid .sk-cube6{
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.sk-cube-grid .sk-cube7{
    -webkit-animation-delay:0ms;
    animation-delay:0ms
}
.sk-cube-grid .sk-cube8{
    -webkit-animation-delay:.1s;
    animation-delay:.1s
}
.sk-cube-grid .sk-cube9{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
@-webkit-keyframes sk-cubeGridScaleDelay{
    0%,100%,70%{
        -webkit-transform:scale3D(1,1,1);
        transform:scale3D(1,1,1)
    }
    35%{
        -webkit-transform:scale3D(0,0,1);
        transform:scale3D(0,0,1)
    }
}
@keyframes sk-cubeGridScaleDelay{
    0%,100%,70%{
        -webkit-transform:scale3D(1,1,1);
        transform:scale3D(1,1,1)
    }
    35%{
        -webkit-transform:scale3D(0,0,1);
        transform:scale3D(0,0,1)
    }
}
.sk-fading-circle{
    margin:40px auto;
    width:40px;
    height:40px;
    position:relative
}
.sk-fading-circle .sk-circle{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.sk-fading-circle .sk-circle:before{
    margin:0 auto;
    width:15%;
    height:15%;
    -webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation:sk-circleFadeDelay 1.2s infinite ease-in-out both
}
.sk-fading-circle .sk-circle2{
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg)
}
.sk-fading-circle .sk-circle3{
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    transform:rotate(60deg)
}
.sk-fading-circle .sk-circle4{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.sk-fading-circle .sk-circle5{
    -webkit-transform:rotate(120deg);
    -ms-transform:rotate(120deg);
    transform:rotate(120deg)
}
.sk-fading-circle .sk-circle6{
    -webkit-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    transform:rotate(150deg)
}
.sk-fading-circle .sk-circle7{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.sk-fading-circle .sk-circle8{
    -webkit-transform:rotate(210deg);
    -ms-transform:rotate(210deg);
    transform:rotate(210deg)
}
.sk-fading-circle .sk-circle9{
    -webkit-transform:rotate(240deg);
    -ms-transform:rotate(240deg);
    transform:rotate(240deg)
}
.sk-fading-circle .sk-circle10{
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.sk-fading-circle .sk-circle11{
    -webkit-transform:rotate(300deg);
    -ms-transform:rotate(300deg);
    transform:rotate(300deg)
}
.sk-fading-circle .sk-circle12{
    -webkit-transform:rotate(330deg);
    -ms-transform:rotate(330deg);
    transform:rotate(330deg)
}
.sk-fading-circle .sk-circle2:before{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.sk-fading-circle .sk-circle3:before{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
.sk-fading-circle .sk-circle4:before{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
.sk-fading-circle .sk-circle5:before{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
.sk-fading-circle .sk-circle6:before{
    -webkit-animation-delay:-.7s;
    animation-delay:-.7s
}
.sk-fading-circle .sk-circle7:before{
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s
}
.sk-fading-circle .sk-circle8:before{
    -webkit-animation-delay:-.5s;
    animation-delay:-.5s
}
.sk-fading-circle .sk-circle9:before{
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.sk-fading-circle .sk-circle10:before{
    -webkit-animation-delay:-.3s;
    animation-delay:-.3s
}
.sk-fading-circle .sk-circle11:before{
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.sk-fading-circle .sk-circle12:before{
    -webkit-animation-delay:-.1s;
    animation-delay:-.1s
}
@-webkit-keyframes sk-circleFadeDelay{
    0%,100%,39%{
        opacity:0
    }
    40%{
        opacity:1
    }
}
@keyframes sk-circleFadeDelay{
    0%,100%,39%{
        opacity:0
    }
    40%{
        opacity:1
    }
}
.sk-folding-cube{
    margin:40px auto;
    width:40px;
    height:40px;
    position:relative;
    -webkit-transform:rotateZ(45deg);
    transform:rotateZ(45deg)
}
.sk-folding-cube .sk-cube{
    float:left;
    width:50%;
    height:50%;
    position:relative;
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.sk-folding-cube .sk-cube:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#333;
    -webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;
    animation:sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin:100% 100%;
    -ms-transform-origin:100% 100%;
    transform-origin:100% 100%
}
.sk-folding-cube .sk-cube2{
    -webkit-transform:scale(1.1) rotateZ(90deg);
    transform:scale(1.1) rotateZ(90deg)
}
.sk-folding-cube .sk-cube3{
    -webkit-transform:scale(1.1) rotateZ(180deg);
    transform:scale(1.1) rotateZ(180deg)
}
.sk-folding-cube .sk-cube4{
    -webkit-transform:scale(1.1) rotateZ(270deg);
    transform:scale(1.1) rotateZ(270deg)
}
.sk-folding-cube .sk-cube2:before{
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.sk-folding-cube .sk-cube3:before{
    -webkit-animation-delay:.6s;
    animation-delay:.6s
}
.sk-folding-cube .sk-cube4:before{
    -webkit-animation-delay:.9s;
    animation-delay:.9s
}
@-webkit-keyframes sk-foldCubeAngle{
    0%,10%{
        -webkit-transform:perspective(140px) rotateX(-180deg);
        transform:perspective(140px) rotateX(-180deg);
        opacity:0
    }
    25%,75%{
        -webkit-transform:perspective(140px) rotateX(0);
        transform:perspective(140px) rotateX(0);
        opacity:1
    }
    100%,90%{
        -webkit-transform:perspective(140px) rotateY(180deg);
        transform:perspective(140px) rotateY(180deg);
        opacity:0
    }
}
@keyframes sk-foldCubeAngle{
    0%,10%{
        -webkit-transform:perspective(140px) rotateX(-180deg);
        transform:perspective(140px) rotateX(-180deg);
        opacity:0
    }
    25%,75%{
        -webkit-transform:perspective(140px) rotateX(0);
        transform:perspective(140px) rotateX(0);
        opacity:1
    }
    100%,90%{
        -webkit-transform:perspective(140px) rotateY(180deg);
        transform:perspective(140px) rotateY(180deg);
        opacity:0
    }
}




.width100{
  width: 100% !important;
  font-size: 18px !important;
}





/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {


  br{
    content: ' ';
  }

   br:after {
    content: ' ';
  }


  .showMob{
    display: block;
  }

  .hideMob{
    display: none;
  }

  .moblogo{
    width: 200px;
  }

  .formSubmit.big{
    display: none;
  }

  .formSubmit.small{
    display: block;
    width: 100%;
  }

  .logoLarge{
    width: 80%;
    display: inline-block;
    margin: 10% 0 2% 0;
  }

  .scrollSection{
    padding: 20% 0;
  }

  .rounded{
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }

  .counter{
    font-size: 180px;
  }


  .agent{
    padding: 20px 0;
    text-align: center;
  }

  #subfooter{
    padding-top: 0;
  }

  .video .overlay img{
    width: 20px;
  }

  .bout.lft, .bout.rgt{
    display: none;
  }


  .breakout h5{
    padding: 5px 5% 0;
    font-size: 30px;
  }

  .section{
    padding: 40px 0;
  }

  div.map {
   display: none;
  }

  /* Arrows */
   .slick-prev, .slick-next {
       display: none !important;
  }

  ul.map {
    width: 100%;
  }


  .newsubmit{
    font-size: 12px;
  }

.intro {
    font-size: 16px;
}


.footer-display {
    font-size: 16px;
}


.formSubmit{
  width: 100%;
  max-width: 100%;
}




}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) {

}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) {



  .mobile #rotate{
    display: block !important;
  }

}

/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
and (orientation:portrait) {

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {



  .showMob{
    display: none;
  }

  .hideMob{
    display: block;
  }

  #header{
    display: block;  
  }

  #mobileMenu{
      display: none; 
  }

  .logoLarge{
      width: 536px;
  }

  .scrollContent h1{
    margin: 2% auto;
  }

  .scrollContent h3{
    margin: 2% auto;
  }

  .scrollSection{
    padding: 10% 0;
  }

  .scrollContent h1, .scrollContent h3{
    font-size: 46px;
  }


  .formSubmit{
    width: 70%;
  }

  .formSubmit.big{
    display: block;
  }

  .formSubmit.small{
    display: none;
  }

  .rounded{
    font-size: 30px;
    border-radius: 30px 30px 0 0;
  }

  .counter{
    font-size: 220px;
  }


  .agent{
    padding-top: 120px;
  }


  .video p{
    font-size: 82px;
  }


  .notIndex .section p, p.pad{
    padding: 0 15%;
  }


  .breakout h5{
    padding: 45px 10% 0;
    font-size: 60px;
  }


  .breakout{
    padding-bottom: 110px;
  }


  .section{
    padding: 80px 0;
  }


  .map {
   display: block;
  }

  /* Arrows */
   .slick-prev, .slick-next {
       display: block;
  }

  .bout.lft, .bout.rgt{
    display: block;
  }

  .slickSlider{
    margin-top: 0;
  }

  ul.map {
    width: 23%;
  }


  .newsubmit{
    font-size: 20px;
  }



  .footer-display {
      font-size: 24px;
  }

  .formSubmit{
    width: 100%;
    max-width: 50%;
  }










}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

  .mobile #rotate{
    display: block !important;
  }

}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}



/* iPhone 6, 7, 8 Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}


/* iPhone 6, 7, 8 portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .mobile #rotate{
      display: block !important;
    }

}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px) {



  #header{
    display:  none;  
  }

  #mobileMenu{
      display: block; 
  }

  .logoLarge{
      width:50%;
  }

  .scrollContent h1{
    margin: 4% auto;
  }

  .scrollContent h3{
    margin: 4% auto;
  }

  .scrollSection{
    padding: 20% 0;
  }


  .scrollContent h1, .scrollContent h3{
    font-size: 36px;
  }

  .formSubmit{
    width: 100%;
  }

  .agent{
    padding: 20px 0;
    text-align: center;
  }

  .bout.lft, .bout.rgt{
    display: none;
  }


  /* Arrows */
   .slick-prev, .slick-next {
       display: none !important;
  }


.intro {
    font-size: 18px;
}

.formSubmit{
  width: 100%;
  max-width: 70%;
}




}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: landscape) {




}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: portrait) {

  .scrollContent h1 br, .intro br{
    content: ' ';
  }

   .scrollContent h1 br:after, .intro br:after {
    content: ' ';
  }

  .showMob{
    display: block;
  }

  .hideMob{
    display: none;
  }

  .slickSlider{
    margin-top: 40px;
  }


}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}


/*10" macbook*/
@media only screen
and (min-width: 600px)
and (max-width: 1024px) {

}


/*13" macbook*/
@media only screen
and (min-width: 800px)
and (max-width: 1024px) {

}


/*Large screens min-width 1025px, large screens*/
@media only screen
and (min-width: 1025px) {
    
}


/*15" macbook*/
@media screen
and (min-width: 768px)
and (max-width: 1366px) {

}


/*19" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1440px) {

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {

}


/*22" laptop*/
@media screen
and (min-width: 1050px)
and (max-width: 1680px) {

}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen
and (min-width: 1024px)
and (max-width: 1440px) { 

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen
and (min-width: 1441px) {

}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen
and (min-width: 1441px)
and (max-width: 1920px) {

}


/* min-width 1921px, xxlarge screens */
@media only screen
and (min-width: 1921px) {

} 


@media screen
and (orientation: portrait) {
 
}

@media screen
and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

