/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul, li {
	list-style-type: none;
}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */
/*
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: none;
}
*/
/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
	color: #fff;
	text-decoration: none;
}

.bg1 {
	background: url("../img/background.jpg");
	background-size: cover;
}

.bg2 {
	background: url("../img/background2.jpg");
	background-size: cover;
}

.bg3 {
	background: url("../img/map.jpg");
	background-size: cover;
	background-position: right center;
}

.logo {
	width: 18vw;
}

.menu-text {
	display: block;
	padding-top: 32px;
	padding-left: 12px;
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 10px;
	margin: 0;
}

.fp-tooltip {
	width: auto !important;
	opacity: 1 !important;
	font-size: 9px !important;
}

#fp-nav ul li .fp-tooltip {
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}

#fp-nav ul li a.active + .fp-tooltip, #fp-nav ul li a:hover + .fp-tooltip {
	color: #fff;
	font-weight: bold;
	font-size: 11px !important;
	font-family: 'Playfair Display';
}


.scroll-down {
	font-size: 0.6vw;
	font-family: 'Playfair Display';
	color: #d2b797;
}

.text-img {
	width: 35vw;
}

.main-text {
	font-family: 'Playfair Display';
	color: #d2b797;
	font-size: 1.2vw;
	padding-top: 5.5vw;
	line-height: 2.5vw;
	word-spacing: 0.5vw;
	letter-spacing: 0.2vw;
}

.main-text span {
	text-transform: none;
	font-style: italic;
	font-weight: 900;
	color: #fff;
}

.text2 {
	width: 58%;
	color: #d2b797;
	font-family: 'Playfair Display';
	font-size: 1.2vw;
	line-height: 2vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
	margin-bottom: 1vw;
	letter-spacing: 0.1vw;
}

.text2 span {
	font-weight: bold;
}

h2 {
	font-family: 'Playfair Display';
	letter-spacing: 0.1vw;
	color: #d2b797;
	font-size: 1.3vw;
	font-weight: 900;
}

.img-slide {
	cursor: pointer;
	width: 100%;
	height: 100%;
}


.gline {
	height: 5px;
	width: 100%;
	display: block;
	background-color: #d2b797;
}

.work-div {
	width: 25.5%;
	height: 49vw;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding:0;
	background: #ccc;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
   filter: grayscale(100%);
	
	
	display: table-cell;
	vertical-align: middle;
}
.work-div  .title{
	width: 100%;
	font-size: 2.5vw;
	line-height: 2.6vw;
	font-family: 'Playfair Display';
	color: transparent;
	margin-bottom: 2vw;
}
.work-div  .year{
	width: 100%;
	font-size: 1.5vw;
	font-family: 'Playfair Display';
	font-weight: bold;
	color: transparent;
}


.img1 {
	background-image: url("../img/slide1.jpg");
}
.img2 {
	background-image: url("../img/slide2.jpg");
}
.img3 {
	background-image: url("../img/slide3.jpg");
}
.img4 {
	background-image: url("../img/slide4.jpg");
}

.work-div:hover  {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
   filter: grayscale(0%);
   /*
   -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}
.work-div:hover  .title {
	color: #d2b797;
	text-shadow: 1px 1px 3px #444;
}
.work-div:hover  .year {
	color: #fff;
}

.services {
	text-align: left;
	font-family: 'Playfair Display';
	color: #d2b797;
	font-size: 1vw;
	line-height: 1.5vw;
	width: 45%;
	margin: 0 auto;
}
.services tr td {
	padding-bottom: 0.5vw;
	width: 50%;
	vertical-align: top;
	letter-spacing: 0.1vw;
}
.services tr td:last-child {
	padding-bottom: 0;
}

.services tr td h3{
	color: #fff;
	font-family: 'Playfair Display';
	font-size: 1vw;
	line-height: 1.8vw;
	margin-bottom: 0;
}

.text4 {
	width: 65%;
	color: #1d1d1d;
	font-family: 'Playfair Display';
	font-size: 1.2vw;
	line-height: 2vw;
	letter-spacing: 0.1vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	margin-bottom: 2vw;
}

.logos {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.logos img {
	padding-left: 25px;
	padding-right: 25px;
}

.menu-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	width: 12vw;
}
.menu-line {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3vw;
	width: 10vw;
}

.side-menu {
	padding-top: 2vw;
	display: block;
}
.side-menu li  a{
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 1.2vw;
	letter-spacing: 0.2vw;
	width: 100%;
	display: block;
	text-align: center;
	margin: 1vw 0;
	padding: 0;
	color: #d2b797;
	cursor: pointer;
}
.side-menu li a:hover{
	color: #000;
}

.side-menu li:hover a:before {
	content: '\2022\A0\A0\A0';
}
.side-menu li:hover a:after  {
	content: '\A0\A0\A0\2022';
}

nav p {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0.7vw;
	left:50%;
	margin-left: -50%;
	color: #d2b797;
	font-family: 'Playfair Display';
	font-size: 0.6vw;
}

.contact-div {
	background: #1d1d1d;

	margin: 0;
	padding:0;
	display: table-cell;
	vertical-align: middle;
}

.contact-div img{
	width: 20vw;
	margin: 5vw;
}
.contact-div div{
	font-family: 'Playfair Display';
}
.contact-div div.title{
	font-size: 1vw;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1vw;
}
.contact-div div.info {
	color: #d2b797;
	font-size: 1vw;
	font-weight: normal;
	margin-top: 0.2vw;
	margin-bottom: 1.5vw;
	padding: 0;
}



.scroll-icon {
	position: absolute;
 	left: 50%;
  bottom: 30px;
  padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	    -ms-transform: translateX(-50%);
  	        transform: translateX(-50%);
}


#jPopup {
	/*display: none;*/
	height: 50px;
	background-color: #d2b797;
	position: relative;
	z-index: 9999999;
	
	line-height: 50px;
	text-align: center;
	
	font-size: 0.85vw;
	font-family: 'Playfair Display';
}

#jPopup a{
	text-decoration: underline;
}

#jPopup img {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.carousel-inner {
  overflow-y: hidden;
}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner .item-item {
  padding:0!important;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(7,6,10,0.7);
	z-index: 9;
	display: none;
}
.overlay-on{
	display: block;
}


.fp-tooltip:hover {
	font-weight: bold;
	font-size: 11px !important;
	font-family: 'Playfair Display';
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top {
	height: 70px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}

h1 {
	line-height: 70px;
	height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 4px;
	background: #d2b797;
	width: 30px;
	left: 10px;
	-webkit-transition: all .3s;
	        transition: all .3s;
	
	text-shadow: 2px 2px 5px #444;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

nav {
 	height: 0;
	opacity: 0;
  box-sizing: border-box;
	/*background: rgba(0, 47, 77, .25);*/
	background: url("../img/menu-background.jpg");
	position: fixed;
	/*top: 70px;*/
	width: 100%;
  -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.open-menu ~ nav {
	opacity: 1;
 	padding: 0;
	z-index: 10;
	/*height: calc(90vh - 70px);*/
	height: 100%;
	width: 25%;
}

nav ul {
	padding: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

nav li a {
	font-size: 2em;
	display: block;
	padding: 30px;
	text-align: center;
	-webkit-transition: background .3s;
	        transition: background .3s;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 983px) {   
   .logos {
		padding-bottom: 0;
	}
	.logos img{
		
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	img.logo {
		width: 40%;
	}
	.open-menu ~ nav {
		width: 250px;
	}
	.menu-logo{
		width: 200px;
	}
	.side-menu li a {
		font-size: 15px;
	}
	.menu-line {
		width: 40%;
	}
	nav p {
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.header-top {
		/*display: none;*/
	}
	#fp-nav {
		display: none !important;
	}
	
	img.logo {
		width: 70%;
	}
	.main-text {
		font-size: 15px;
		line-height: 18px;
	}
	.scroll-down {
		font-size: 10px;
	}
	.sec-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.text-img {
		width: 85%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.text2 {
		font-size: 15px;
		line-height: 18px;
		width: 90%;
	}
	h2 {
		font-size: 15px;
	}
	.services {
		font-size: 12px;
		line-height: 17px;
		width: 90%;
		margin-bottom: 15px;
	}

	.services tr td h3 {
		font-size: 13px;
		line-height: 17px;
	}
	
	
	.text4 {
		width: 80%;
		font-size: 13px;
		line-height: 17px;
	}
	
	.bg3 {
		background: url("../img/map-mobile.jpg");
		background-size: cover;
		background-position: center center;
	}
	.contact-div {
		width: 100%;
		display: block;
	}
	.inner-wrapper {
		background: url("../img/map-mobile.jpg");
		background-size: cover;
		background-position: center center;
		height: 300px;
	}
	.contact-div img {
		width: 45%;
		display: block;
		text-align: center;
		margin: 30px auto;
	}
	.contact-div div.title {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		font-size: 13px;
		text-align: right;
	}
	.contact-div div.info {
		display: inline-block;
		width: 55%;
		font-size: 13px;
		text-align: left;
		margin-left: 10px;
	}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}



/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section { 
	text-align: center;
}

/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	/*border: 1px solid #24221F;*/
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}