/* -------------------------- */
/* Load */
/* -------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #293950;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

body > :not(.pace),body:before,body:after {
  -webkit-transition:opacity .2s ease-in-out;
  -moz-transition:opacity .2s ease-in-out;
  -o-transition:opacity .2s ease-in-out;
  -ms-transition:opacity .2s ease-in-out;
  transition:opacity .2s ease-in-out
}

body:not(.pace-done) > :not(.pace),body:not(.pace-done):before,body:not(.pace-done):after {
  
}

.load { background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; 
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}


.ovh {overflow: hidden !important;}

/* -------------------------- */
/* Additions */
/* -------------------------- */

body, html { height: 100%; min-height: 100%; width: 100%;}

body {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always !important;
	
}

::selection {
  background: #d6c2a7;
  color: #fff;
}

::-moz-selection {
  background: #d6c2a7;
  color: #fff;
}

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

.col-centered { float: none; margin: 0 auto;}

.img-responsive { max-width: 100%; height: auto;}

.jumbotron { margin: 0; border: 0; border-radius: 0; }

.table { width:100%; }
 
.debug { background: #ff0000; }

.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.text-right { text-align: right;}

.text-center { text-align: center; }

img { max-width: 100%; height: auto;}


/* -------------------------- */
/* Typo */
/* -------------------------- */

html {
 	font: normal 100%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */
}

@media (min-width: 1300px) {
	html {
	  font: normal 112.5%/1.65 sans-serif;
	}
}

body {
	font-family: "effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
#header-menu a
{
  line-height: 1.2;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  hyphens: none;
  font-weight: 400;
  font-family: HerculanumLT, arial, helvetica, sans-serif;
}

#header-menu a, .c1 { color: #d6c2a7; }

h1 {
  font-size: 62px;
  font-size: 3.5rem; 
  margin-bottom: 14.85px;
  margin-bottom: 0.825rem;
  line-height: normal;
  color: #d6c2a7;
}


h2, #header-menu a {
  font-size: 21px;
  font-size: 2.4rem; 
  margin-bottom: 14.85px;
  margin-bottom: 0.825rem;
  text-transform: none;
}


h3 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 11.1375px;
  margin-bottom: 0.61875rem;
  font-weight: 500;
}

h4 {
  font-size: 14px;
  font-size: .666rem;
  text-transform: uppercase;
  font-weight: bold; 
}

h5, h6 {
 
  font-size: 13px;
  font-size: .722rem; 
  margin-bottom: 11.1375px;
  margin-bottom: 0.61875rem;

}

p, table, input, label, ul, ol, select, textarea {
	font-size: 15px; 
	font-size: .833rem;
	margin-bottom: 14.85px;
  	margin-bottom: 0.825rem;
	line-height: normal;
	line-height: 150%;
	color: #333;
	font-family: "effra";
}



.dark h2 { color: #d6c2a7 !important; }
.dark p, .dark p a { color: #fff !important; }
p.white { color: #fff !important; }

.cw * { color: #fff;}

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

.italic { font-style: italic; }

.caps { text-transform: uppercase; }

a, a:hover, a:active, a:focus {
  outline: 0;
}

input:focus { outline: 0; }

input,
aabbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
	-webkit-hyphens: none; /* Safari 5.1 thru 6, iOS 4.2 thru 6 */
	-moz-hyphens: none; /* Firefox 16 thru 20 */
	-ms-hyphens: none; /* IE10 */
	-o-hyphens: none; /* PRESTO...haha LOL */
	hyphens: none;	 /* W3C standard */
}

/* -------------------------- */
/* Styles */
/* -------------------------- */

img.alignright { padding: 4px; margin: 0 0 2px 14px; display: inline; }
img.alignleft { padding: 4px; margin: 0 14px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

.attachment-post-thumbnail, article img { max-width: 100%; height: auto; }

/* -------------------------- */
/* Menu */
/* -------------------------- */

#header { z-index: 999991; height: 60px;}

#menu-header { line-height: 35px; }

main { margin-top: 50px; }

button.navbar-toggler { margin-top: 3px !important;}

.navbar-brand img { max-width: 100%; width: auto;}

.navbar-brand {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 15px;
    text-align: center;
    margin-left: -100px;
}

#header-menu { 
  background: rgba(0,0,0,.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
 }
 
#header-menu .mask {
	display:flex; justify-content:center; align-items:center; height: 100vh;
}
#header-menu ul { }
#header-menu ul li { display: block; width: 100%; float: none; margin: 10px; } 

.lang { font-size: 16px; font-weight: 500; margin-top: 5px; margin-right: 20px; }
.lang li {padding-left: 5px;}
.lang li a { color: #ccc; width: 30px; height: 30px; line-height: 28px; display: inline-block; border: 1px solid transparent; border-radius: 50%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;	
	transition:all .3s ease-in-out;
 }
.lang li.active a, .lang li a:hover { color: #c2b198; border: 1px solid #c2b198;  }

.text { padding-left: 3vw; padding-right: 3vw; }

/* -------------------------- */
/* Hamburger icon https://github.com/jonsuh/hamburgers */
/* -------------------------- */
.hamburger {
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
 
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #d6c2a7;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
 .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after { 
    background: #c2b198 }	
	
	
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active { z-index: 9999999; position: relative;}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
		  background-color: #fff;
		   }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
			
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
			background-color: #fff; }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
            transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
            transform: translate3d(0, -20px, 0) rotate(90deg); }


/* -------------------------- */
/* Buttons */
/* -------------------------- */

.btn {
	font-weight: 700;
	border: 0px !important; 
	background: #d6c2a7; 
	color: #fff;
	font-size: .722rem; 
	padding: 12px 25px; 
	border-radius: 30px; 
	-webkit-transition:background .15s ease-in-out;
	-moz-transition:background .15s ease-in-out;
	-o-transition:background .15s ease-in-out;
	-ms-transition:background .15s ease-in-out;	
	transition:background .15s ease-in-out;
}

.btn:hover {
	background: #b1a28b; color:#fff;  
}

.btn-bordered { background: none; border: 1px solid #d6c2a7 !important; color: #fff; }


/* -------------------------- */
/* Custom */
/* -------------------------- */


	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		
	}
	
	.fullh { min-height: 100vh}

	/* Fixed header and footer.
	* --------------------------------------- */
	
	#header, #footer{
		position:fixed;
		display:block;
		width: 100%;
		background: none;
		z-index:99999;
		text-align:center;
		color: #000;
		padding: 20px 0 20px 0;
		-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	-o-transition:background .3s ease-in-out;
	-ms-transition:background .3s ease-in-out;	
	transition:background .3s ease-in-out;
	
	}
	
	
	/*
	#header { background: #fff !important;}

	.fp-viewing-Welcome #header { background: none !important}
	*/
	#header{
		top:0px; z-index: 99999;
	}
	#footer{
		bottom:0px;
	}
	.logo { max-width: 200px; height: auto; margin: 0 auto; }


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 80px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}
	
	.mask { background: rgba(0,0,0,0); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 9;  }

	.mask { -webkit-transition:all 1.75s ease-out;
	-moz-transition:all 1.75 ease-out;
	-o-transition:all 1.75s ease-out;
	-ms-transition:all 1.75s ease-out;	
	transition:all 1.75s ease-out;
	}
	
	.fp-section.active .mask { background: rgba(0,0,0,.5); }
	
	
	
	.bg { background-position: center center; background-repeat: no-repeat; background-size: cover; }
	
	.fullh { height: 100vh;}
	
	.intro { z-index: 10; position: relative; }
	
	#weather-widget { position: fixed; top: 2px; left: 0; }

	#wpc-weather { width: 300px; text-align: center; }
	
	#wpc-weather .today { display: none;}
	#wpc-weather { z-index: 9991; }
	#wpc-weather .location_name { color: #ccc; font-weight: 500; float: left; width: auto; font-size: 12px !important; line-height: 14px; margin: 0 0 0 55px; padding: 0; margin-right: 10px; font-family: "effra"; }
	#wpc-weather .time_temperature { color: #ccc; font-weight: 500; float: left;  width: auto; font-size: 12px !important; line-height: 14px; margin: 0; padding: 0; margin-right: 10px; font-family: "effra"; }
	#wpc-weather .short_condition { color: #ccc; font-weight: 500; float: left; width: auto; font-size: 12px; line-height: 14px; margin: 0; padding: 0; text-transform: capitalize; font-family: "effra";  }
	
	.intro-menu { z-index: 9; position: relative; padding-top: 20px;}
	.intro-menu li { display: inline; margin: 10px 15px; font-size: .7rem; font-weight: 500; letter-spacing: 1px; }
	.intro-menu li a { text-transform: uppercase; color: #fff;}
	.intro-menu li a:hover {color: #d6c2a7;}
	
	#wpc-weather .climacon { position: absolute; top: -6px; left: 5px;}
	
	#wpc-weather .climacon svg * { fill: #fff;}
	
	.intro-logo {width: 90px; height: auto; margin: -20px auto 20px auto;}

	#fp-nav { z-index: 9999; }	
	#fp-nav ul li a span { background: #fff; }
	
	.slick-slide { display: table; }
	
	.slick-slide .inner { 
		height: 100vh; 
		display: table-cell;
	  	text-align: center;
	  	vertical-align: middle; 
	  	padding: 100px 15px 50px 15px;
	 }
	 
	.slick-slide:not(.slick-current) { cursor: pointer; }

    .slick-slide img { opacity: .9;}
	.slick-slide.slick-current img { opacity: 1;}

	.slick-slide .inner img { max-height: 100%; width: auto;}
	
	.table { display: table; height: 100%; }
	
	.cell { 
		display: table-cell;
	  	vertical-align: middle;
	}
	
	.gallery div { padding: 0px 20px;}
	.gallery { margin-left: 20px; margin-right: 20px;}

@media (min-width: 990px) {	
	.text-box { padding-left: 5vw; padding-right: 5vw; }
}


@media (max-width: 766px) {	

	.section { position: relative; }
	.section .intro { padding: 150px 0px;}
	
	.navbar-brand {
    position: relative;
    width: 180px;
    left: 0;
    top: 0;
    text-align: left;
    margin-left: 10px;
}

.mask { background: rgba(0,0,0,0.4); }

.fullh { min-height: 70vh;}

}




		