@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');

html, body {
	margin:0;
	width:100%;
	height:100%;
	font-family: 'Work Sans', sans-serif;
	background-color: #E5E5E5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	-webkit-transition: color 400ms linear;
	-ms-transition: color 400ms linear;
	transition: color 400ms linear;
}
strong {
	font-weight: 700;
}

/* BANNER */

.banner {
	width: 100%;
	height: auto;
	max-width: 530px;
}

/* MENU */

#menuHolder {
	position: fixed;
	z-index: 999999;
	top: 76px;
	left: 80px;
	right: 80px;
	color: #888888;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#menuHolder a, #menuHolder a:visited, #menuHolder a:active {
	color: #888888;
	text-decoration: none;
}
#menuHolder a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem {
	float: left;
	margin-right: 40px;
}
#mobileMenu {
	position: fixed;
	z-index: 99999;
	top: 66px;
	right: 66px;
	width: 30px;
	display: none;
}
#mobileMenu:hover {
	cursor:pointer;
	opacity: 1;
}
.menuBar {
	position:relative;
	width: 100%;
	height: 2px;
	margin-bottom:8px;
	background-color: #FFFFFF;
}
.languageChooser {
	position: absolute;
	top: -10px;
	right: 0px;
	border: 1px solid #888888;
	padding: 10px;
	width: 166px;
	height: auto;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.chosenLanguage:hover {
	cursor: pointer;
}
.arrow {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 6px;
  height: 6px;
  z-index: 99999;
  border: solid #888888;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;  
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform:rotate(-135deg);
  top: 14px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
}
.chosenOne: hover {
	cursor: pointer;
}
.allLanguages {
	position: relative;
	padding-top: 20px;
	right: 0px;
	display: none;
}
.chooseMe {
	position:relative;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chosenLingo {
	display: none;
}
/* MAIN */

.fullPage {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #000000;
}
.slideShow {
	position: relative;
	width: 100%;
	height: 100%;
}
.slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.slideNo {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  /* IE 5-7 */
	  filter: alpha(opacity=0);
	  /* Netscape */
	  -moz-opacity: 0;
	  /* Safari 1.x */
	  -khtml-opacity: 0;
	  /* Good browsers */
	  opacity: 0;
}
.fader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.agencyLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 360px;
	height: auto;
	margin-top: -150px;
	margin-left: -180px;
	z-index: 999;
}
.textItem {
	position: relative;
	width: 100%;
	padding: 110px 0 140px 0;
	text-align: center;
	font-size: 20px;
	line-height: 2.2em;
}
.textItem p {
	margin-bottom: 50px;
}
.textItem p:last-child {
	margin: 0;
}
.textItem h2, .instaTitle h2 {
	text-align: center;
	font-size: 38px;
	margin: 30px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.light {
	background-color: #E5E5E5;
	color: #444444;
}
.light h2 {
	color: #444;
}
.dark {
	background-color: #222222;
	color: #FFFFFF;
}
.dark h2 {
	color: #FFF;
}
.textHolder {
	position: relative;
	left: 50%;
	width: 70%;
	margin-left: -35%;
}
.imgHolder {
	width: 100%;
	height: 70vh;
	background: #222222 no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.textItem h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	padding: 20px 25px;
	display: inline-block;
	margin: 14px 10px;
	font-size: 20px;
}
.light h3 {
	border: 1px solid #444444;
}
.dark h3 {
	border: 1px solid #FFFFFF;
}
.instaTitle {
	padding-top: 40px;
	padding-bottom: 40px;
}
#map {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: ##222222;
}

/* FOOTER */

.footer {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 0;
	line-height: 1.8em;
}
.footer p {
	margin: 0 0 10px 0;
}
.footer-address {
	position: relative;
	padding: 72px 0 0 80px;
	text-align: left;
}
.footer a, .footer a:visited, .footer a:active {
	color: #888;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomLogo {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 126px;
	height: auto;
	margin-left: -63px;
	z-index: 999;
}
.social {
	position: absolute;
	top: 80px;
	right: 80px;
}
.social a {
	padding-left: 10px;
}
svg path {
	fill: #888888 !important;
}
.svg {
	width: 24px;
	height: 24px;
}
.copyright {
	color: #888;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	line-height: normal;
	font-size: 12px;
}
.close {
	display: noen;
}
/* MOBILE */

@media only screen
and (max-width : 1000px) {
	.imgHolder {
		height: 60vh;
	}
}

@media only screen
and (max-width : 850px) {
	/*#menuHolder {
		visibility: hidden;
	}*/
	.imgHolder {
		height: 40vh;
	}
	.textHolder {
		left: 50%;
		width: 80%;
		margin-left: -40%;
	}
	.textItem {
		padding: 70px 0 100px 0;
		font-size: 26px;
		line-height: 2.2em;
	}
	.textItem h2, .instaTitle h2 {
		font-size: 44px;
	}
	.textItem h3 {
		padding: 20px 25px;
		margin: 14px 10px;
		width: 80%;
		font-size: 26px;
	}
	.footer {
		position: static;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 80px 0 20px 0;
	}
	.footer-address {
		position: static;
		padding: 0;
		text-align: center;
		margin-bottom: 60px;
	}
	.bottomLogo {
		position: static;
		width: 160px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		padding: 0;
		text-align: center;
	}
	.social {
		position: static;
		margin-bottom: 60px;
	}
	.social a {
		padding: 0 15px 0 15px;
	}
	.svg {
		width: 48px;
		height: 48px;
	}
	.copyright {
		position: static;
	}
	#mobileMenu {
		display: block;
	}
	#menuHolder {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		font-size: 30px;
		display: none;
		background-color: #222222;
	}
	.menuItem {
		position: relative;
		float: none;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.menuItem:first-child {
		padding-top: calc(50vh - 150px);
	}
	.languageChooser {
		position: absolute;
		left: 0px;
		bottom: 40px;
		top: auto;
		width: 100%;
		padding: 0px;
		text-align: center;
		border: 0px;
	}
	.chosenLanguage {
		display: none;
	}
	.allLanguages {
		padding-top: 0px;
		left: 0px;
		right: 0px;
		
		display: block;
	}
	.chosenLingo {
		display: block;
	}
	.chooseMe {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
	}
	.close {
	  position: absolute;
	  top: 66px;
	  right: 66px;
	  width: 32px;
	  height: 32px;
	  opacity: 0.3;
	  display: block;
	  margin-right: -16px;
	}
	.close:hover {
	  opacity: 1;
	}
	.close:before, .close:after {
	  position: absolute;
	  left: 15px;
	  content: ' ';
	  height: 33px;
	  width: 2px;
	  background-color: #888888;
	}
	.close:before {
	  transform: rotate(45deg);
	}
	.close:after {
	  transform: rotate(-45deg);
	}
}

/* LOADER */

#loaderHolder {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5em;
	margin-left: -2.5em;
	font-size: 6px;
	text-indent: -9999em;
	border-top: 0.4em solid rgba(255, 255, 255, 0.2);
	border-right: 0.4em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
	border-left: 0.4em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}