


/*

@font-face {
	font-family: 'MADESunflower';
	src: url('/webfonts/made-sunflower.eot');
	src: url('/webfonts/made-sunflower.eot?#iefix') format('embedded-opentype'),
             url('/webfonts/made-sunflower.woff2') format('woff2'),
	     url('/webfonts/made-sunflower.woff') format('woff'),
	     url('made-sunflower.ttf') format('truetype'),
	     url('/webfonts/made-sunflower.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/





/*
CSS style_dea.css
*/

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

body.off{
	overflow: hidden !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,li{
	padding:0;
	margin:0;
	list-style: none;
}


html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	font-family:"Helvetica",Arial, sans-serif;
	letter-spacing: 0px;
	color:black;
	
}

.clearer{
	height: 1px;
	clear:both;
	display: block;
}


img.lazy{
	display: block;
	opacity: 0;
}

img.lazy:not(.initial) {
	transition: opacity .5s;
}

img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
	opacity: 1;
}

img.lazy:not([src]) {
	visibility: hidden;
}


.tinyload{
	z-index: 1005;
	position: absolute;
	font-size:11px;
	color:white;
	width:auto;
	text-transform: uppercase;
	
	
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);

}
.tinyload.loaded{
	opacity: 0;
}


html.blueTheme body{
	background-color: #1b25d5;
	color:white;
}
html.black body{
	background-color: #000;
	color:white;
}



#nav{
	margin-top:40px;
	position: absolute;
	width:100%;
	min-height:100px;
	height: auto;
}
#nav a{
	color:black;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;	
}

#nav.white a{
	color:#fff;	
}

#nav #logo{
	position: absolute;
	z-index: 3200;
	left:3%;
	top:0px;
	width:200px;
	width:240px;
	min-height: 80px;
}




#nav #links{
	position: absolute;
	z-index: 1000;
	right:3%;
	top:0px;
	min-width:200px;
	width:auto;
	min-height: 40px;
}
#nav #links a{

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
	
	text-transform: capitalize;	
	margin-right:14px;
	font-size: 18px;	
	
	transition: all .3s;
}
#nav #links a:hover{
	text-decoration: none;
	color:red;
}

#nav #logo{
	position: absolute;
	width:250px;
	min-height: 40px;

/* 	font-family: 'MADESunflower'; */
}
#nav #logo svg{
	margin-top:-10px;
}
#nav #logo svg *{
	fill:#fee5c7;
}

#nav #logo a{
	font-weight: normal;
	font-size:36px;
	text-decoration: none;
	transition: all .3s;
}
/* #nav #logo a:hover svg *{
	fill:red;
} */


/*

#logo svg{
	fill:black;	
}
*/

#master{
	position: relative;
}
.scene{
	padding-top:130px;
}



html.blueTheme #logo a{
	color:white;
	color:#fee5c7;
}
html.blueTheme #logo a:hover{

	color:red;
}

html.blueTheme #nav #links a{
	color:#fee5c7;
}
html.blueTheme #nav #links a:hover{
	color:red;
}









#burger{
	cursor: pointer;
	display: none;
	position: absolute;
	right:30px;
	top:34px;
	z-index: 4000;
	
	
}

#burger{
	width:40px;
	height:40px;
	
/*
	width:40px;
	border-radius: 20px;
	background-color: #fee5c7;
*/
}





#burger .nip{
	position: absolute;
	height: 8px;
	width:8px;
	border-radius: 4px;
	background-color: red;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	
-webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

/*
#burger:hover .nip{
	background-color: blue;
	height: 40px;
	width:40px;
	border-radius: 20px;
}
*/


/*

#burger div{
	width:100%;
	height:3px;
	background-color: #fee5c7;
	margin-bottom: 5px;
	  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
}
*/


#burger.active div:nth-child(1){
	transform: rotate(45deg);
	margin-top:8px;
}
#burger.active div:nth-child(2){
	display: none;
}

#burger.active div:nth-child(3){
	transform: rotate(-45deg);
	margin-top: -8px;
}
#burger.active div{
/* 	background-color:yellow; */
}



header.white #burger.active div{
	background-color: black;
}

header.white #burger div{
	background-color: white;
}

#nav_mobile{
	
	width:100%;
	background-color: rgba(0, 0, 0, .5);
	height: 100vh;
	position: absolute;
	z-index:3000;
	top:0px;
	display: none;
	opacity: 0;
}

#nav_mobile .bg{
	position: absolute;
	top:0px;
	left:0px;
	width:100vw;
	height: 100vh;

}
#nav_mobile .bg div{
	position: absolute;
	top:0px;
	left:0px;
	width:100vw;
	height: 100vh;
}
#nav_mobile.active{
    overflow-y: scroll;
    opacity: 1;
    pointer-events: all !important;
    display: block;
}
#nav_mobile .links{
	position: relative;
	display: block;

	width:80%;
	margin:0 auto;
	top: 50%;
	transform: perspective(1px) translateY(calc(-50% - 70px));
}
#nav_mobile .squigs{
	font-size:52px;
	line-height: 46px;
	color:#fff;
	text-align: center;
	width:100%;
}
#nav_mobile .wrap{
	display: block;
	width:100%;
	text-align: center;
}
#nav_mobile .bigwrap{
	margin-top:12px;
}
#nav_mobile img{
	max-width: 60px;
	  -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari 3-8 */
    transform: rotate(-3deg);
}
#nav_mobile a{
	

	
	width:auto;
	margin:0 auto;
	color:#fee5c7;
	font-size:25px;
	font-weight: 600;
	width:100%;
	
	line-height: 32px;
	text-decoration: none;
	text-align: center;

	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 6px;
	border-bottom: 2px solid transparent;
	
	
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.01em;
	
	
}

#nav_mobile a:hover{
	color:#666;
}
#nav_mobile .sub{
	text-align: center;
	margin-top:10px;
}
#nav_mobile .sub a{
	font-size:18px;
	line-height: 20px;
}



#footer{
		
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size:12px;
	
	
	position: relative;
	display: block;
	width:90%;
	max-width: 1400px;
	text-align: center;
	color:#fee5c7;
	margin:0 auto;
	
	
	padding-top:60px;
	padding-bottom: 60px;
}



#home{
	position: absolute;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
}
.swiper-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.swiper-gallery{
	display: block;
}
.swiper-mobile{
	display: none;
}


#about{

	color:white;
}


#about .title{
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size:16px;
}


#about .blocks{
	

	
	width:85%;
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	
	
}

#about .block_a{
	width:calc(50% - 20px);
	margin-right:20px;
	float:left;
	position: relative;
	z-index: 1000;
}
#about .block_b{
	position: relative;
	width:calc(50% - 40px);
	margin-left:40px;
	float:right;
	z-index: 1000;
}
.blocks .tree{
	position: fixed;
	left:-8%;
	top:3%;
	z-index: 0;
	width:60%;
}


.block_b .flip{
	position: relative;
	max-width: 460px;
	max-height: 655px;
	width:100%;
	height:auto;
	background-color: darkblue;
	display: block;
	
	left:50%;
	transform: translateX(-50%);
}

.flip img{
	width: 100%;
}

.flip1{
	position: relative;
	top:0px;
	width:100%;
	z-index: 1001;
	
	display: block;
	height: 0px;
	background-color: #10189a;
	padding-bottom:142%;
}



.flip2{
	position: absolute;
	top:0px;
	width:100%;
	z-index: 1002;
	opacity: 0;
}


/*
.block_b .flip1{
	position: relative;
	top:0px;
	width:100%;
	z-index: 1001;
	left: 50%;
	transform: translateX(-50%);
}

.block_b .flip2{
	position: absolute;
	top:0px;
	width:100%;
	z-index: 1002;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
}
*/
.block_b:hover .flip2{
	opacity: 1;
}
.flip2.on{
	opacity: 1;
}

.block_b img{

	display: block;
	margin:0 auto;
	max-width:460px;
	width:100%;	
}

.langs a{
	color:white;
	margin-right:8px;
	font-size:12px;
	text-decoration: none;
	
}
.langs a.active{
	color:white;
	pointer-events: none;
	text-decoration: line-through;
}
.langs a:hover{
	color:#f1da59;
	text-decoration: underline;
}
.langs{
	margin-bottom: 20px;
}

#about .desc{
	display: none;
}

#about .desc2{
	display: none;
}

#about .desc, #about .desc2{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
}

.contact a{
	text-decoration: none;
	color:white;
}
.contact a:hover{
	text-decoration: underline;
}

.instagram{
	margin-top:0px;
	width:22px;
	transition: all .3s;
}
.instagram img{
	width:100%;
}
.instagram a:hover svg *{
	fill:#f1da59;
}



/*
MOBILE BREAKS	
---------------------
*/
@media (max-width: 650px) {
	
	#nav #links{
		display: none;
	}
	
	#nav #logo{
		width:200px;
		left:50%;
/* 		transform: translateX(-50%); */
		left:6%;
	}
	
	#burger{
		right:8%	;
		display: block;
	}
	
	.contact_bottom{
		height:1px;
		display: block;
		padding-bottom: 80px;
	}
	
}
@media (max-width: 600px) {
	
	.swiper-gallery{
		display: none;
	}
	.swiper-mobile{
		display: block;
	}
	
	.blocks .tree{
		width:80%;
	}
	
}

@media (max-width: 800px) {

	#about .blocks{
		width:90%;
	}
	
	#about .block_a, #about .block_b{
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
	#about .block_a{
		margin-top:30px;
	}
}

@media (max-width: 1100px) {
	
	#about{
		font-size:14px;
	}
}















