/* CSS Document */


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


/*fonts*/



/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 27, 2020 */



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

}




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

}




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

}




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

}



@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-LightObl.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-LightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-Light.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




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

body{
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
}

.row, .columns{
  position: relative;
}

/*.flex{
  display: flex;
  flex-wrap: wrap;
}*/

.overlay{
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.gradient{
  background: rgb(253,197,142);
  background: linear-gradient(90deg, rgba(253,197,142,1) 0%, rgba(160,99,63,1) 100%);
}


.white{
  color: #fff !important;
}

.gradientText {
   background: -webkit-gradient(linear, left top, right top, from(#deb092), to(#3f2408));
  background: linear-gradient(to right, #deb092 0%, #3f2408 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1, h2, h3,.scroll {
  font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.txtCent{
    text-align: center;
}

.txtRgt{
   text-align: right;
}

.nord{
 font-family: 'nordbook', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


.flex{
  display:flex;
  flex-flow:row;
}

.black{
  color: #000 !important;
}


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


.specialbr{
    display: block !important;
}


.slickSlider.smaller .slick-prev, .slickSlider.smaller .slick-next {
  display: none !important;
}


/* ============================================== HEADER
*/

#header{
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 20px 0;
}


#mobNav {
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
  /*padding: 20px 0;*/
}

.logo{
  padding-left: 2%;
}

.logoB{
  max-width: 36px;
  display: inline-block;
}


.slicknav_menu .logoBondNav{
    position: absolute;
    left: 0; 
    right: 0;
    top: 10px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    max-width: 145px;
}


#header .logoBondNav{
    max-width: 195px;
    display: none;
}

.logoV{
  max-width: 471px;
}


#header.logoBondHeader .logoB{
  display: none;
}


#header.logoBondHeader .logoBondNav{
   display: inline-block;
}




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

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

#menu li{
  position: relative;
  display:inline-block;
  padding: 0 3%;
}

#menu li:last-child{
   padding: 5px 15px;
}

#menu a{
    display:inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px;
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

#menu li:last-child a{
   color: #fff;
}

#menu a:hover, #menu li.active a{
  color: #a0633f;
}

#menu li:last-child a:hover, #menu li a.mPS2id-highlight{
   color: #000;
}



#menu ul, #menu li {
    /*margin: 0;
    padding: 0;*/
}

#menu .submenu{
  position: absolute;
  left: -10%;
  top: 25px;
  padding-top: 0px;
  width: 100%;
  background: #fff;
  display: none;
}

#menu .submenu li a{
  color: #000 !important;
  line-height: 1;
}

#menu .submenu li.active a{
  color: #a0633f !important;
}

#navResi:hover > .submenu{
  display: block;
}

#menu .submenu li a:hover{
    color: #a0633f !important;
}

/*#menu .submenu {
    left: 0;
    opacity: 0;
    top: 35px;
    visibility: hidden;
    z-index: 1;
}
#menu .submenu ul {
    list-style: none;
    width: 100%;
	position: absolute;
}
#menu .submenu li {
	position: relative;
}*/



/* ============================================== HERO
*/

#hero{
  overflow: hidden;
}

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

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

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


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

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



/*
#heroPlace{
  margin-top: 80px;
}*/




/*.place #hero{
  background: url('../img/hero-place.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

#hero img{
  display: inline-block;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  border-bottom: 1px solid transparent;
  background: transparent;
}


#hero h1, .scroll{
  font-size: 20px;
}

/*#hero h1{
  margin: 5% auto 8%;
}*/

/*.logoV{
  margin-top: 5%;
}*/

.playV{
  margin: 5% auto 0;
}

.scroll{
 position: absolute; 
  left: 0; 
  right: 0;
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
  bottom: 100px; 
}

.home .scroll{
position: relative !important;
/*bottom: 70px;*/
}


/* ============================================== CONTENT
*/



.line{
    width: 114px;
    height: 1px;
    margin: 10px auto;
}

.imgSide{
 padding: 0;
}

/*.copySide p{
    padding: 20px 30% 0;
}
*/

.heading{
     font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 !important;
    font-size: 20px;
}

.quoteHolder{
    display: inline-block;
    text-align: left !important;
}

.headingQuote, .headingAuthor{
    text-align: left;
    padding: 0 !important;
}

.headingAuthor{
 font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}




.cta{
    display: inline-block;
     font-family: 'nordbook', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    max-width: 250px;
    margin: 40px auto 0;
}


.quote{
    text-align: center;
   /* padding: 100px 20%;*/
}

.quote p{
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   /* font-size: 30px;*/
}

.quote p.author{
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
}

.quote p.author span, .headingAuthor span{
   font-family: 'nordbook', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


.teamLogo{
  display: block;
  margin: 30px auto 0;
  max-width: 150px;
}


#map_canvas {
    height: 800px;
    width: 100%;
}

.map{
  /*margin: 100px auto;*/
}

.key{
  font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   font-size: 20px;
   text-transform: uppercase;
   margin-bottom:10px;
}

.map ul{
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 25px;
}

.maplist ul li{
  margin-bottom: 5px;
  position: relative;
}

.maplist ul li img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    vertical-align: top;
}


.maplist ul li p {
    padding-left: 25px;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}

/*.maplist ul li span{
  border-radius: 50%;
  padding: 1px 8px;
  background: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.maplist ul.shops li span{
  background: #cbdbe1;
}

.maplist ul.parks li span{
  background: #d9e5cd;
}*/

/* ============================================== form
*/

/*#section05{
    padding-top: 150px;
}*/

.intro{
  font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: center;
  font-size: 20px;
}

form{
  margin-top: 40px;
}


[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-bottom: 1px solid #939598;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #ba7d56;
    transition: none;
    margin: 0 0 2rem;
}


[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;
    border-bottom: 1px solid #939598;
    background-color: #fff;
    box-shadow: none;
    transition: none;
}

#submit{
    padding-left: 0;
}


select {
     border: none;
    border-bottom: 1px solid #939598;
    border-radius: 0;
     color: #ba7d56;
    background-color: #fff;
    background-image: none;
    transition: none;
   /* font-weight: 500;*/
     margin: 0 0 2rem;
}


select:focus {
    border: none;
    border-bottom: 1px solid #939598;
    background-color: #fff;
    box-shadow:none;
    transition: none;
}


.formSubmit{
  border: 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-radius: 0;
  outline: none;
}

#response p{
  font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  /*font-weight: 500;*/
  text-transform: uppercase;
    text-align: right;
 /* font-size: 14px;*/
}


.logos p{
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}



[type='checkbox'] + label, [type='radio'] + label {
     text-transform: uppercase;
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 500;
 color: #ba7d56 !important;
}

/*.checkWrap{
  display: inline-block;
}
*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 500;
 color: #ba7d56 !important;
}

::-moz-placeholder {
   text-transform: uppercase;
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  /*font-weight: 500;*/
 color: #ba7d56 !important;
}

:-ms-input-placeholder { 
    text-transform: uppercase;
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
 /* font-weight: 500;*/
 color: #ba7d56 !important;
}

:-moz-placeholder { 
   text-transform: uppercase;
  font-family: 'Helvetica LT Std', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
 /* font-weight: 500;*/
 color: #ba7d56 !important;
}



/* ============================================== footer
*/

/*#footer{
  padding-top: 40px;
  padding-bottom: 20px;
}*/

/*.logos{
  width: 20%;
}
*/

.legal{
   font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
 /* margin-top: 40px;*/
}




/* ============================================== BAR
*/

#bar{
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    letter-spacing: 2px;
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    padding: 5px 0;
}

#bar p{
    margin-bottom: 0;

}

#bar a{
    color: #fff !important;
}

#bar span{
    display: inline-block;
    margin: 0 20px;
}

#bar span img{
    display: inline-block;
    margin-right: 5px;
}







/* ============================================== PLUGINS
*/
/* CSS Document */


/*.compareText {
  margin-top: 80px;
  margin-bottom: 80px;
}*/

/*.compareText p{
 padding-right: 30%;
}*/

.compareText p.txtRgt{
 padding-right: 0;
 /* padding-left: 30%;*/
}


/*.special{
  padding-right: 150px;
}*/


/*! * 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;
}
 .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: 5px;
     text-align: center;
}
 .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: #fff;
}
 .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: rgb(253,197,142);
    background: linear-gradient(90deg, rgba(253,197,142,1) 0%, rgba(160,99,63,1) 100%);
     /*background-color: #222;*/
}
 .slicknav_nav {
     color: #fff;
     margin: 0;
     padding: 0 0 20px;
     font-size: 0.875em;
     list-style: none;
     overflow: hidden;
}
 .slicknav_nav ul {
     list-style: none;
     overflow: hidden;
     padding: 0;
     margin: 0;
}
 .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: #fff;*/
}
 .slicknav_nav a {
     padding: 5px 10px;
     margin: 2px 5px;
     text-decoration: none;
     color: #000 !important;
     text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'nordmedium', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
 .slicknav_nav li.active a {
  color: #a0633f;
     /*-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;
}

.slicknav_nav li:last-child{
    display: inline-block;
}

.slicknav_nav li:last-child a{
    color: #fff;
}


/* 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 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: 23px;
    height: 37px;
    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: transparent;
    z-index: 100;
}
/*.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
{
    left: 25px;
    background: url('../img/arrows-prev.png') no-repeat center; 

}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
    background: url('../img/arrows-next.png') no-repeat center; 
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider, .slickSlider
{
    margin-bottom: -6px;
}

.slick-dots
{
    position: absolute;
    bottom: 15px;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    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: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    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;
}

.caption{
    position: absolute;
    left: 20px;
    top: 15px;
    margin-bottom: 0;
    color: #fff;
     font-family: 'nordbook', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
     z-index: 100;
    font-size: 14px;
     text-shadow: 1px 1px 1px #000;
}

.caption.black{
   text-shadow: 1px 1px 1px #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: 999999;
}
/* ----- navigation ----- */
 .vbox-title{
     width: 100%;
     height: 40px;
     float: left;
     text-align: center;
     line-height: 28px;
     font-size: 12px;
     padding: 6px 50px;
     overflow: hidden;
     position: fixed;
     display: none;
     left: 0;
     z-index: 89;
}
 .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: 99;
}
 .vbox-left{
     cursor: pointer;
     position: fixed;
     left: 0;
     height: 40px;
     overflow: hidden;
     line-height: 28px;
     font-size: 12px;
     z-index: 99;
     display: flex;
     align-items:center;
}
 .vbox-num{
     display: inline-block;
     margin: 6px 0 6px 15px;
}
/* ----- Social share ----- */
 .vbox-share{
     line-height: 28px;
     font-size: 12px;
     overflow: hidden;
     position: fixed;
     left: 0;
     z-index: 98;
     display: flex;
     align-items:center;
     justify-content: center;
     width: 100%;
     text-align: center;
}
 .vbox-share svg{
     max-height: 28px;
     width: 28px;
     z-index: 10;
     margin-left: 12px;
     margin-top: 6px;
     margin-bottom: 6px;
     vertical-align: middle;
}
/* ----- 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: 99;
}
 .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 4%;
}
 .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
    }
}











/* ==========================================================================
   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: ' ';
    }

    .hidemob{
      display: none;
    }

    .showmob{
      display: inline-block;
    }


     .hidetab{
      display: none !important;
     }


    .showtab{
      display: block;
    }

    .scroll{
      display: none;
    }


    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }

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

    .flex{
      display: block;
      flex-wrap: nowrap;
    }

    .flex.hidemob{
      display: none !important;
      flex-wrap: nowrap;
    }


    .place .scroll{
      display: none;
    }

    .aerial{
      margin-top: 50px;
    }


    .logoV{
      margin: 5% auto;
    }


    #hero h1{
      margin: 10% auto 25%;
    }


    .copySide, .quote{
       padding-top: 50px;
       padding-bottom: 50px;
    }


    .quote p{
       font-size: 22px;
    }

    #section05{
        padding-top: 50px;
    }



    .comapreImg{
      padding: 0;
    }




    .compareText p.txtRgt{
      text-align: left;
      padding-left: 0;
      margin-top: 25px;
    }

    .compareText {
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .images-compare-label{
      font-size: 8px;
    }

    .list{
     margin-top: 15px;
    }

    .map{
      margin: 50px auto;
    }

    .formSubmit{
        width: 100%;
        max-width: none !important;
    }


    [type='checkbox'] + label, [type='radio'] + label {
       margin-bottom: 25px;
    }


    #footer{
      padding-top: 20px;
      padding-bottom: 50px;
    }


    .legal{
     margin-top: 20px;
    }


    .logos{
      width: 50%;
    }

     .logos p, .legal, #response p{
        font-size: 12px;
        text-align: left !important;
     }
	
	.terraces #hero{
	  background: url('../img/hero-terraces-mobile.jpg') no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

}


/* 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) {

}

/*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) {

}


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


    .hidemob{
      display: inline-block;
    }

    .showmob{
      display: none;
    }

 /*   .hidetab{
      display: none;
    }

   .showtab{
      display: none;
    }*/

    .flex{
      display: flex;
      flex-wrap: wrap;
    }


    .flex.showmob{
      display: none !important;
      flex-wrap: nowrap;
    }

    #header{
        display: block;
    }

    #mobNav{
        display: none;
    }

    .home .scroll{
    bottom: 70px;
    }

    .place .scroll{
      display: inline-block;
    }

    .logoV{
      margin-top: 5%;
    }


    #hero h1{
      margin: 5% auto 8%;
    }

    .copySide p{
        padding: 20px 30% 0;
    }

    .quoteHolder.lessPad p{
      padding: 20px 25% 0;
    }

    .slickSlider.smaller{
      width: 50%;
      display: inline-block;
      float: left;
      margin-left: -1px;
    }


    .compareText p.txtRgt{
      text-align: right;
      padding-left: 30%;
    }

    .compareText {
      margin-top: 80px;
      margin-bottom: 80px;
    }


    .special{
      padding-right: 150px;
    }



    .quote{
       padding: 100px 20%;
    }

    .quote p{
       font-size: 30px;
    }

    #section05{
        padding-top: 150px;
    }


    .map{
      margin: 100px auto;
    }


    .checkWrap{
      display: inline-block;
    }




    #footer{
      padding-top: 40px;
      padding-bottom: 20px;
    }


    .legal{
     margin-top: 40px;
    }


    .logos{
      width: 20%;
    }



    .logos p, .legal, #response p{
        font-size: 14px;
    }
	
		
	



}



/* 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) {

  br{
    content: ' ';
  }

  br:after {
    content: ' ';
  }

  .hidemob{
    display: none;
  }

  .showmob{
    display: inline-block;
  }


   .hidetab{
    display: none !important;
   }


  .showtab{
    display: block;
  }

  .scroll{
    display: none;
  }


  #header{
      display: none;
  }

  #mobNav{
      display: block;
  }

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

  .flex{
    display: block;
    flex-wrap: nowrap;
  }

  .flex.hidemob{
    display: none !important;
    flex-wrap: nowrap;
  }


  .place .scroll{
    display: none;
  }

  .aerial{
    margin-top: 50px;
  }


  .logoV{
    margin: 5% auto;
  }


  #hero h1{
    margin: 10% auto 25%;
  }


  .copySide, .quote{
     padding-top: 50px;
     padding-bottom: 50px;
  }


  .quote p{
     font-size: 22px;
  }

  #section05{
      padding-top: 50px;
  }



  .comapreImg{
    padding: 0;
  }




  .compareText p.txtRgt{
    text-align: left;
    padding-left: 0;
    margin-top: 25px;
  }

  .compareText {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .images-compare-label{
    font-size: 8px;
  }

  .list{
   margin-top: 15px;
  }

  .map{
    margin: 50px auto;
  }

  .formSubmit{
      width: 100%;
      max-width: none !important;
  }


  [type='checkbox'] + label, [type='radio'] + label {
     margin-bottom: 25px;
  }


  #footer{
    padding-top: 20px;
    padding-bottom: 10px;
  }


  .legal{
   margin-top: 20px;
  }


  .logos{
    width: 50%;
  }

   .logos p, .legal, #response p{
      font-size: 12px;
      text-align: left !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) {


  br{
    content: ' ';
  }

  br:after {
    content: ' ';
  }

  .hidemob{
    display: none;
  }

  .showmob{
    display: inline-block;
  }


   .hidetab{
    display: none !important;
   }


  .showtab{
    display: block;
  }

  .scroll{
    display: none;
  }


  #header{
      display: none;
  }

  #mobNav{
      display: block;
  }

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

  .flex{
    display: block;
    flex-wrap: nowrap;
  }

  .flex.hidemob{
    display: none !important;
    flex-wrap: nowrap;
  }


  .place .scroll{
    display: none;
  }

  .aerial{
    margin-top: 50px;
  }


  .logoV{
    margin: 5% auto;
  }


  #hero h1{
    margin: 10% auto 25%;
  }


  .copySide, .quote{
     padding-top: 50px;
     padding-bottom: 50px;
  }


  .quote p{
     font-size: 22px;
  }

  #section05{
      padding-top: 50px;
  }



  .comapreImg{
    padding: 0;
  }




  .compareText p.txtRgt{
    text-align: left;
    padding-left: 0;
    margin-top: 25px;
  }

  .compareText {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .images-compare-label{
    font-size: 8px;
  }

  .list{
   margin-top: 15px;
  }

  .map{
    margin: 50px auto;
  }

  .formSubmit{
      width: 100%;
      max-width: none !important;
  }


  [type='checkbox'] + label, [type='radio'] + label {
     margin-bottom: 25px;
  }


  #footer{
    padding-top: 20px;
    padding-bottom: 10px;
  }


  .legal{
   margin-top: 20px;
  }


  .logos{
    width: 50%;
  }

   .logos p, .legal, #response p{
      font-size: 12px;
      text-align: left !important;
   }

}


/* 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) {

    br{
      content: ' ';
    }

    br:after {
      content: ' ';
    }

    .hidemob{
      display: none;
    }

    .showmob{
      display: inline-block;
    }


     .hidetab{
      display: none !important;
     }


    .showtab{
      display: block;
    }

    .scroll{
      display: none;
    }


    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }

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

    .flex{
      display: block;
      flex-wrap: nowrap;
    }

    .flex.hidemob{
      display: none !important;
      flex-wrap: nowrap;
    }


    .place .scroll{
      display: none;
    }

    .aerial{
      margin-top: 50px;
    }


    .logoV{
      margin: 5% auto;
    }


    #hero h1{
      margin: 10% auto 25%;
    }


    .copySide, .quote{
       padding-top: 50px;
       padding-bottom: 50px;
    }


    .quote p{
       font-size: 22px;
    }

    #section05{
        padding-top: 50px;
    }



    .comapreImg{
      padding: 0;
    }




    .compareText p.txtRgt{
      text-align: left;
      padding-left: 0;
      margin-top: 25px;
    }

    .compareText {
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .images-compare-label{
      font-size: 8px;
    }

    .list{
     margin-top: 15px;
    }

    .map{
      margin: 50px auto;
    }

    .formSubmit{
        width: 100%;
        max-width: none !important;
    }


    [type='checkbox'] + label, [type='radio'] + label {
       margin-bottom: 25px;
    }


    #footer{
      padding-top: 20px;
      padding-bottom: 10px;
    }


    .legal{
     margin-top: 20px;
    }


    .logos{
      width: 50%;
    }

     .logos p, .legal, #response p{
        font-size: 12px;
        text-align: left !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;
    }

    #mobNav{
        display: block;
    }

    .hidetab{
      display: none;
    }

    .home .scroll{
    bottom: 20px;
    }

    .place .scroll{
      display: none;
    }


    .copySide p{
        padding: 10px 5% 0;
    }


    .quote{
       padding: 50px 10%;
    }

    #section05{
        padding-top: 100px;
    }


    .special{
      padding-right: 0;
      width: 100%;
    }




     .logos p, .legal, #response p{
        font-size: 12px;
    }



}

/* 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) {


    .headingQuote > br{
      content: ' ';
    }

    .headingQuote > br:after {
      content: ' ';
    }

    .hidetab{
      display: none;
    }

    .location #heroPlace{
      margin-bottom: 50px;
    }

    .location .copySide, .location .imgSide{
      width: 100%;
    }
    
    .location .copySide{
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .flex.hidemob{
      display: none !important;
      flex-wrap: nowrap;
    }

    .flex.showmob{
      display: flex !important;
      flex-wrap: wrap;
    }

    .large-12.copySide{
      padding-top: 50px;
      padding-bottom : 50px;
    }

    .map .large-10{
      width: 75%;
    }

    .maplist{
      width: 25%;
    }

}

/* 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) {



    .hidemob{
      display: none;
    }

    .showmob{
      display: inline-block;
    }

     .hidetab{
      display: none !important;
     }


    .showtab{
      display: block;
    }

    .flex{
      display: block;
      flex-wrap: nowrap;
    }

    .aerial{
      margin-top: 80px;
    }

    .copySide{
       padding-top: 50px;
       padding-bottom: 50px;
    }

    #section05{
        padding-top: 50px;
    }


    .map{
      margin: 50px auto;
    }


    .list{
     float: left;
     width: 25%;
     margin-top: 25px;
    }


    .comapreImg{
      padding: 0;
    }

    .compareText p.txtRgt{
      text-align: left;
      padding-left: 0;
      margin-top: 25px;
    }

}


/* 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) {


    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }

  /*  .hidetab{
      display: block;
    }

    .showtab{
      display: block;
    }*/

    .logoV {
        margin-top: 8%;
    }

    .logoV {
        max-width: 371px;
    }
}


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

    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {
    
    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }
}


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

    #header{
        display: none;
    }

    #mobNav{
        display: block;
    }

}

/* 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 */
}

