@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond';
@import 'https://fonts.googleapis.com/css?family=Arapey:400i';
@font-face {
  font-family: EBGaramond; 
  src: url('../fonts/eb-garamond/EBGaramond08-Regular.ttf'); 
}
@font-face {
  font-family: Niconne; 
  src: url('../fonts/niconne/Niconne-Regular.ttf'); 
}


body, html {
    height: 100%;
    margin: 0px;
}

html, body { overflow-x: hidden; }

.parallax2 {
    /* The image used */
    background-image: url("../img/bgs.jpg");

    /* Full height */
    height: 280px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.whitebox{
    border: 12px solid white;
    /*height: 70%;*/
    width: 70%;
    margin-top: 40px;
}




.booknow a, .booknow a:focus, .booknow a:visited{
    text-decoration: none;
    padding: 10px 27px;
    border: 1px solid white;
    color: white;
    font-family: 'EBGaramond', serif;
    margin-left: 25% 
}

.booknow a:hover{
    background-color: white;
    color: #333333;
    text-decoration: none;
}

#ourstory, #ourclients, #contact{
    background-color: white;
    min-height: 350px;
    /*padding-bottom: 55px;*/
    height: auto;
    /*border-bottom: 4px solid #B0A171;*/
}

#ourclients{
    /*border-bottom: 4px solid #B0A171;*/
    /*border-top: 4px solid #B0A171;*/
}

#contact{
    /*border-top: 4px solid #fff;*/
}
#contact > .title,  #ourclients > .title{
    /*border-top: 1px solid #B0A171;*/
 }


.title{
    /*text-transform: uppercase;*/
    letter-spacing: 0.07em;
    font-family: 'EBGaramond', serif;
    font-size: 30px;
    margin: 75px auto 15px auto;
    text-align: center;
    color: #B0A171;
}

.title a, .title a:visited, .title a:focus, .xtitle a, .xtitle a:visited, .xtitle a:focus{
    text-decoration: none;
    color: #B0A171;
}

.title a:hover, .xtitle a:hover{
    color: #333;
    text-decoration: none;
}

#ourstory > .title, #ourclients > .title, #contact > .title{
    padding-top: 75px !important;
    margin-top: 0px;
}

.smallborder{
    width: 30px;
    border: 2px solid #B0A171;
    font-weight: bold;
}

.longborder{
    width: 100%;
    height: 8px;
    border-top: 4px solid #B0A171;
    border-bottom: 2px solid #B0A171;
}

.quote{
    font-family: 'EBGaramond', serif;
    font-size: 16px;
    color: #333333;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
}

.margintopbottom{
    margin-top: 35px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.formwrapper{
    max-width: 500px;
    text-align: center;
    margin: 75px auto;
}

.formcontrol{
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #aaa;
    background-color: #ffffff;
    border: 1.4px solid #B0A171;
    font-family: serif;
    margin-bottom: 4px;
}

textarea{
    resize:none;
}

.btnsend{
    background-color: #B0A171;
    font-family: 'EBGaramond', serif;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px !important;
    font-size: 16px !important;
    letter-spacing: 0.1em;
}

.comment{
    text-align: center;
    font-family: 'EBGaramond', serif;
    font-size: 24px;
    color: #B0A171;
    /*margin-top:60px;*/
    margin-bottom: 35px;
    /*font-weight: bold;*/
    line-height: 48px;
}

.slider_wrapper{
    overflow: hidden;
    position:relative;
    height:320px;
    top:auto;
}
#image_slider{

    position: relative;
    height: auto;
    list-style: none;
    overflow: hidden;
    float: left;
    /*Chrom default padding for ul is 40px */
    padding:0px;
    margin:0px;
}
#image_slider li{
    position: relative;
    float: left;
}
.nvgt{
    position:absolute;
    top: 120px;
    height: 50px;
    width: 30px;
    opacity: 0.6;
}
.nvgt:hover{
    opacity: 0.9;
}
#prev{
    background: #000 url('https://dl.dropboxusercontent.com/u/65639888/image/prev.png') no-repeat center;
    left: 0px;
}
#next{
    background: #000 url('https://dl.dropboxusercontent.com/u/65639888/image/next.png') no-repeat center;
    right: 0px;
}
#pager{
    /* firefox has different center method. this doesn't work for fire fox */
    /* not in the center*/
    padding:0px;
    position:relative;
    height:50px;
    margin:auto;
    margin-top:10px;
}
#pager li{
    padding: 0px;
    margin:5px;
    width:20px;
    height:20px;
    border:1px solid #B0A171;
    color: #B0A171;
    list-style: none;
    opacity: 0.6;
    float:left;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-family: serif;
}
#pager li:hover{
    opacity:0.9;
}

.containercar{
    max-width: 568px;
    margin-top: 30px;
    margin-bottom: 85px;
}

.backtotop{
    width: 40px;
    height: 40px;
    background-color: #B0A171;
    color: white;
    text-align: center;
    position: fixed;
    top: 40%;
    right: 2%;
    font-size: 36px;
    font-family: serif;
}

.connect{
    width: 100%;
    height: 50px;
    /*margin-top:40px;*/
    text-align: center;
}

.connect i{
    color: #B0A171;
    font-size: 40px;
    margin: auto 20px;
}

.connect a i:hover{
    color: #333;
}

.copyright{
    text-align: center;
    font-family: 'Arapey';
    color: #B0A171;
    margin-bottom: 20px;
    /*padding-top: 20px;*/
}

.flex-caption {
  padding: 15px;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  margin-top: -48px;
  position: relative;
  font-family: 'EBGaramond', serif;
}

.boxclient{
    max-width: 720px;
    margin: 35px auto;
}

.thumbnail:hover{
    border: 1px solid #B0A171 !important;
}

.whitemenu{
    width: 100%;
    height: 120px;
    top:0;
}

.boxtitle{
    background-color: #fff;
    padding: 7px;
    margin: 100px auto;
    max-width: 360px;
    min-width: 250px;
}

.texttitle{
    padding: 15px 30px;
    border: 1px solid #B0A171;
    color: #B0A171;
    font-family: 'EBGaramond';
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 20px;
    text-align: center;
}

.sectioncontent{
    background-color: #fff;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.sectioncontent p{
    text-align: center;
    font-family: 'EBGaramond';
    font-size: 20px;
    color: #333333;
    margin-bottom: 35px;
}

.sectioncontent .connect i{
    font-size: 48px !important;
}


/* MENU */

ul.navigator {
    list-style-type: none;
    margin-left: 10px;
    padding-top: 40px;
    overflow: hidden;
}

ul.navigator li {
    margin-top: 25px;
    display: inline-block;
    position: relative;
    margin: 10px 12px;
    font-family: 'EBGaramond', serif;
    font-size: 18px;
}

ul.navigator li a {
  text-decoration: none;
    color: #B0A171;
    font-style: italic;
  transition: 0.3s;
}

.navigator .active{
    color: #B0A171;
    background-color: none;
    border-top: 3px solid #B0A171;
    border-radius: 0px;
    font-style: italic;
    padding-top: 10px;
    cursor: pointer;
    margin-top: -10px;
}


.navigator li:hover, .navigator li:visited, .navigator li:focus, .navigator li:active{
    border-top: 3px solid #B0A171;
    padding-top: 10px;
    text-decoration: none;
    color: #B0A171;
    margin-top: -10px;
}

.navigator a:hover, .navigator a:visited, .navigator a:focus, .navigator a:active{
    text-decoration: none;
    color: #B0A171;
}

ul.navigator li.icon {display: none;}

.navigator li a i, .navigator li i{
    display: none;
}

.box-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 15px 15px 10px 0px;
}
.box-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.box-img img.portrait {
  width: 100% !important;
  height: auto;
}
.boxx{
    display: inline-block;
    background-color: #eee;
    color: #B0A171;
    font-family: 'EBGaramond';
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    width: auto;
}
.boxx span{
    text-decoration: none;
}
.boxx, .boxx:focus, .boxx:visited{
    color: #B0A171;
    text-decoration: none;
}
.boxx:hover{
    font-style: italic;
    text-decoration: none;
    color: #B0A171;
}

.texttitle img{
    max-height: 60.5px;
    margin: auto;
}
.story{
    padding: 0px !important;
}

#carousel .cloud9-item, #buttons button {
  cursor: pointer;
}

.xtitle{
    font-family: 'Niconne';
    font-size: 32px;
    padding-top: 30px;
    border-top: 1px solid #B0A171;
    color: #B0A171;
    text-align: center;
}

.connect p{
    margin: 35px auto;
    text-align: center;
    font-family: 'EBGaramond';
    font-size: 18px;

}

#contact > .comment{
    padding-top: 30px;
    padding-bottom: 35px;
}

/* SLIDER VALUABLE CLIENT */

@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
body, figure { 
  margin: 0; background: #101010;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
  margin-top: 50px;
  margin-bottom: 50px;
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 20s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: relative; bottom: 0;
  background: #fff;
  color: #918459; width: 100%;
  padding: .6rem; 
}
.captitle{
    font-family: 'Niconne';
    font-size: 19px;
}

#thankyou_message{
    margin-top: 35px;
    margin-bottom: 50px;
    font-family: 'EBGaramond';
    font-size: 24px;
    color: #B0A171;
}

p a{
    color: #B0A171 !important;
    text-decoration: none;
}

p a:hover, p a:active, p a:focus{
    color: #333 !important;
    text-decoration: none;
}



/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media screen and (min-width:320px) and (max-width: 480px){
        ul.navigator {
            list-style-type: none;
            margin-left: 0px;
            padding-top: 40px;
            overflow: hidden;
        }

        ul.navigator li {
            margin-top: 25px;
            display: inline-block;
            position: relative;
            margin: auto 30px;
            font-size: 28px;
            
        }

        .navigator li a span, .navigator li.active span{
            display: none;
        }
        .navigator li a i.fa, .navigator li i.fa{
            color: #B0A171;
            margin-left: -35px !important;
            display: inline-block !important;
            opacity: .65;
            
        }
        .navigator li.active i.fa{
            opacity: 1 !important;
        }
        a.col-xs-12{
            width: 97%;
            margin: 20px auto;
        }
        #carousel img{
            width: 280px;
            height: auto;
        }

        .info{
            font-family: 'EBGaramond';
            text-align: left;
            font-size: 17px;
            color: #B0A171;
            margin-top: 12%;
        }
        .parallax {
            /* The image used */
            background-image: url("../img/bg.jpg");

            /* Full height */
            height: 500px;

            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
            background-size: auto;

        }
        .wright{
            display: none;
        }
        .wleft{
            display: none;
        }
        .logo{
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .subtitle{
            color: #909C56;
            font-size: 20px;
            font-family: 'Niconne', serif;
            text-align: center;
            margin-top: -30px;
        }
        .booknow{
            margin-top: 40px;
            margin-bottom: 40px;
            font-size: 13px !important;
        }
        .booknow a, .booknow a:focus, .booknow a:visited{
            padding: 10px 10px;
            margin-left: 17%;
        }
        #ourclients > div > div > iframe{
            min-height: 260px;
        }
        .capsubtitle{
            font-family: 'EBGaramond';
            font-size: 9.4px;
        }
        .lang, .lang0{
            display: none;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 481px) {
        .navigator{
            list-style: none;
            /*margin-left: -35px !important;*/
            padding-top: 40px;
        }
        a.col-sm-6{
            width: 48%;
            margin: 10px;
        }
        a.col-xs-12{
            width: 97%;
            margin: 20px auto;
        }
        #carousel img{
            width: auto;
            height: 220px;
        }
        .info{
            font-family: 'EBGaramond';
            text-align: left;
            font-size: 17px;
            color: #B0A171;
            margin-top: 12%;
        }
        .parallax {
            /* The image used */
            background-image: url("../img/bg.jpg");

            /* Full height */
            height: 500px;

            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
            background-size: auto;

        }
        .wright{
            display: none;
        }
        .wleft{
            width: 165px;
            height: auto;
            margin-left: -22%;
            margin-top: -45px;
        }
        .logo{
            width: 70%;
            height: auto;
            margin-top: -130px;
            margin-left: 17% !important;
            margin-bottom: 10px;
        }
        .subtitle{
            color: #909C56;
            font-size: 20px;
            font-family: 'Niconne', serif;
            text-align: center;
            margin-top: -30px;
        }
        .booknow{
            margin-top: 40px;
            margin-bottom: 40px;
        }
        #ourclients > div > div > iframe{
            min-height: 300px;
        }
        .capsubtitle{
            font-family: 'EBGaramond';
            font-size: 11px;
        }
        .lang, .lang0{
            display: none;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 768px) {
        a.col-md-4{
            width: 23%;
            margin: 7px;
        }
        #carousel img{
            width: auto;
            height: 260px;
        }
        .info{
            font-family: 'EBGaramond';
            text-align: left;
            font-size: 17px;
            color: #B0A171;
            margin-top: 12%;
        }
        .parallax {
            /* The image used */
            background-image: url("../img/bg.jpg");

            /* Full height */
            height: 800px;

            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
            background-size: auto;

        }
        .wright{
            width: 160px;
            height: auto;
            margin-left: 80%;
            display: block;
            /*margin-top: -200px;*/
        }
        .wleft{
            width: 200px;
            height: auto;
            margin-left: -15%;
            margin-top: -45px;
        }
        .logo{
            width: 70%;
            height: auto;
            margin-top: -100px;
        }
        .subtitle{
            color: #909C56;
            font-size: 20px;
            font-family: 'Niconne', serif;
            text-align: center;
            margin-top: -30px;
        }
        #ourclients > div > div > iframe{
            min-height: 360px;
        }
        .booknow{
            margin-top: -150px;
            padding-left: 390px;
        }
        .capsubtitle{
            font-family: 'EBGaramond';
            font-size: 12px;
        }
        .lang{
            display: inline-block;
            margin-right: 60px;
            font-size: 12px;
            font-family: sans-serif;
        }

        .lang0{
            display: inline-block;
            margin-right: 60px;
            font-size: 12px;
            font-family: sans-serif;
            background-color: #B0A171;
            padding: 5px 7px;
        }

        .lang a{
            color: #333 !important;
        }

        .lang0 a, .lang0{
            color: #fff !important;
        }

        .lang img, .lang0 img{
            margin-top: -3px;
        }

        .lang a:hover{
            color: #B0A171 !important;
        }
        
        .margintopbottom{
	    margin-top: 35px;
	    margin-bottom: 120px;
	    padding-bottom: 50px;
	    text-align: center;
	}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 992px) {
        ul.navigator {
            list-style-type: none;
            padding-top: 40px;
            overflow: hidden;
            margin-left: 110px;
        }
        #carousel img{
            width: auto;
            height: 300px;
        }
        .info{
            font-family: 'EBGaramond';
            text-align: left;
            font-size: 17px;
            color: #B0A171;
            margin-top: 12%;
        }

        .parallax {
            /* The image used */
            background-image: url("../img/bg.jpg");

            /* Full height */
            height: 800px;

            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: top left;
            background-repeat: no-repeat;
            background-size: cover;

        }
        .wright{
            margin-left: 79%;
            margin-top: -200px;
            width: 265px;
            display: block;
        }
        .wleft{
            width: auto;
            margin-left: -16%;
            margin-top: -45px;
        }
        .logo{
            width: 60%;
            height: auto;
            margin-top: -260px;
        }
        .subtitle{
            color: #909C56;
            font-size: 25px;
            font-family: 'Niconne', serif;
            text-align: center;
            margin-top: -40px;
        }
        #ourclients > div > div > iframe{
            min-height: 360px;
        }


        .booknow{
            margin-top: -150px;
            padding-left: 390px;
        }
        .capsubtitle{
            font-family: 'EBGaramond';
            font-size: 12px;
        }

        .lang{
            display: inline-block;
            margin-right: 157px;
            font-size: 12px;
            font-family: sans-serif;
        }

        .lang0{
            display: inline-block;
            margin-right: 157px;
            font-size: 12px;
            font-family: sans-serif;
            background-color: #B0A171;
            padding: 5px 7px;
        }

        .lang a{
            color: #333 !important;
        }

        .lang0 a, .lang0{
            color: #fff !important;
        }

        .lang img, .lang0 img{
            margin-top: -3px;
        }

        .lang a:hover{
            color: #B0A171 !important;
        }
    }

