/* CSS Document */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=3c064889-61fe-4c5d-8b65-c0768309f8cd");

@font-face{
    font-family:"Avenir Next LT W01 Light";
    src:url("../fonts/670c4af6-0f8f-4dfa-89d7-0213a1f77b7d.woff2") format("woff2"),url("Fonts/b25f4dd5-5498-47ad-bf13-ed8d085f0ace.woff") format("woff");
}
@font-face{
    font-family:"Avenir Next LT W01 Regular";
    src:url("../fonts/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"),url("Fonts/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
}
@font-face{
    font-family:"Avenir Next LT W01 Demi";
    src:url("../fonts/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"),url("Fonts/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
}
@font-face{
    font-family:"Avenir Next LT W01 Bold";
    src:url("../fonts/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"),url("Fonts/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
}

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



@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=3c064889-61fe-4c5d-8b65-c0768309f8cd");
   

    @font-face{
        font-family:"Avenir Next LT W01 Light";
        src:url("Fonts/670c4af6-0f8f-4dfa-89d7-0213a1f77b7d.woff2") format("woff2"),url("Fonts/b25f4dd5-5498-47ad-bf13-ed8d085f0ace.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Regular";
        src:url("Fonts/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"),url("Fonts/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Demi";
        src:url("Fonts/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"),url("Fonts/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
    }
    @font-face{
        font-family:"Avenir Next LT W01 Bold";
        src:url("Fonts/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"),url("Fonts/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
    }


    */




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

body{
  font-family:"Avenir Next LT W01 Regular", Tahoma, Verdana, Segoe, sans-serif;
}

.row {
    max-width: 48rem;
}

h1, h2, h3{
   font-family:"Avenir Next LT W01 Demi", Tahoma, Verdana, Segoe, sans-serif;
   line-height: 1.2;
   text-transform: uppercase;
   letter-spacing: 2px;
}



h1{
  font-size: 26px;
  margin-bottom: 5%;
}

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

.brown{
  color: #754c29;
}

.white{
  color: #fff;
}

.brownBg{
  background-color: #754c29;
}

.whiteBg{
  background-color: #fff;
}

.dots{
  margin: 3% auto;
}

.dots span{
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 0 5px;
}

#stickyEnquire{
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  padding: 10px 2%;

}

#stickyEnquire a{
  font-family:"Avenir Next LT W01 Demi", Tahoma, Verdana, Segoe, sans-serif;
  display: inline-block;
  background-color: #c5e3db;
  color: #17413d !important;
  padding: 5px 0;
  letter-spacing: 2px;
  min-width: 250px;
}


.logoDev{
  max-width: 200px !important;
}


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

.section{
    text-align:center;
    padding: 30px 0 80px;
}

#section0{
/*  background-image: url('../img/bg-01.png'); 
  background-repeat: no-repeat;
  background-position: top right;*/
  background-color: #c5e3db;
}

#section1{
  /*background-image: url('../img/bg-02.png'); 
  background-repeat: no-repeat;
  background-position: bottom left;*/
  background-color: #17413d;
  padding: 120px 0 120px;
}

/*#section0 .row{
  margin-top: -54px;
}
*/
/*#section1 .row{
  margin-top: -134px;
}*/
/* ============================================== FORM
*/

p.intro {
  letter-spacing: 2px;
}

.number:hover{
  color: #c5e3db;
}


[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: 1px solid #c5e3db;
    border-radius: 0;
    background-color: #17413d;
    box-shadow: none;
    color: #c5e3db;
    transition: none;
}

[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: 1px solid #c5e3db;
    background-color: #17413d;
    box-shadow: none;
    transition: none;
}


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

.formSubmit{
  border: 0;
  border-radius: 0;
   font-family:"Avenir Next LT W01 Demi", Tahoma, Verdana, Segoe, sans-serif;
   display: inline-block;
   background-color: #c5e3db;
   color: #17413d !important;
   padding: 5px 0;
   letter-spacing: 2px;
   min-width: 250px;
   min-height: 35px;
   margin: 15px auto 10px;
}

.mando{
  color: #c5e3db;
  font-size: 10px;
}


.parsley-errors-list{
  text-align: left !important;
}


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

.footer{
  background: #fff;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 50px 2%;
}

.copyright{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
}



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

/* 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;
    z-index: 100;
    position: absolute;
    top: 50%;

    display: block;

    width: 10px;
    height: 16px;
    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;
}
/*.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: 15px;
    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: 15px;
    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
{
    /*margin-bottom: 30px;*/
}

.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;
    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: 22px;
    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;
}


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


.slick-dots{
  display: none !important;
}


}


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

}


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

  #section0{
    background-image: url('../img/bg-01.png'); 
    background-repeat: no-repeat;
    background-position: top right;
  }

  #section1{
    background-image: url('../img/bg-02.png'); 
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}



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


  #section0, #section1{
    background-image: none; 
  }
 

}


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

}

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


}

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


  

}


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

