@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	height:auto;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	font-family:'Lovelo';
	overflow-y: scroll;
}

#logo {
	float:left;
	margin:0 0 0 2%;
	z-index:999;
	position:fixed;
}

#logomobile {
	display:none;
}

#logo img {
	width:35%;
}

.social {
	top:3%;
	right:2%;
	float:right;
	position:fixed;
	z-index:99999;
}

.social img {
	width:60px;
}

.social img:hover {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; 
  
  -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

.socialmobile img {
	display:none !important;
}

.section {
	margin:0;
    bottom:0;
	width:25%;
	height:100%;
    float:left;
}


/*//// FOOTER ////*/

.footer {
	right:2%;
	bottom:1%;
	position: fixed;		
	color:#333;
	font-family:"Lovelo";
	font-size:0.7em;
} 

.footermobile {
	display:none;
}

/*//// SERVICES ////*/

/*/ GALLERY MOBILE /*/

.gallery {
  width: 900px;
  margin: auto;
  overflow: hidden;
  //position: relative;
}

.img-c {
  width: 300px;
  height: 300px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 999;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}


/*/////////////////*/

a {
	text-decoration:none;
    -webkit-transition: color .6s ease-in;
    -moz-transition: color .6s ease-in;
    -o-transition: color .6s ease-in;
    transition: color .6s ease-in;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#ff0000;
}

@font-face {
	font-family:'Lovelo';
	src:url('Lovelo.ttf');
}

@font-face {
	font-family:'Whitelist';
	src:url('Whitelist.otf');
}

/* MEDIA QUERIES */

@media screen and (max-width: 1600px) {
	
	figure.effect-honey h2 {
		font-size:1.2em;
		padding: 4em 0.7em;
	}
	
	.panel h1 {
		font-size: 3em;		
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
	}

}

@media screen and (max-width: 1400px) {
	
	figure.effect-honey h2 {
		font-size:1em;
		padding: 4.5em 0.7em;
	}
	
	.panel h1 {
    font-size: 3em;
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
	}
}

@media screen and (max-width: 1200px) {
	
	figure.effect-honey h2 {
		font-size:0.8em;
		padding: 5.5em 0.7em;
	}
	
	.panel h1 {
    font-size: 3em;
	}
	
	.panel__title {
    margin: 0 0 0 -2%;
	line-height:40px;
}

}


@media screen and (max-width: 999px) {
	
	body {
		background:#fff;
		height:auto;
    	width:100%;
   		position:absolute;
    	top:0px;
    	left:0px;
    	bottom:0px;
		overflow-y: scroll;
		font-family:'Lovelo';
	}
	
	.navigationmobile {
		margin-top:40%;
		margin-left:-5%;
		height:70%;
	}
	
	.navigationmobile ul {
		float:left;
	}
	
	.navigationmobile li {
    	width: 60%;
    	height: auto;
    	opacity: 1;
		color:#fff;
		font-size:8em;
	}
	
	.navigationmobile p {
		background:#000;
		text-align:left;
		margin:-20px 0 0 0;
	}

	.navigationmobile a {
		color:#fff;
	}
	
	.M1 { width:105%; } .M2 { width:130%; } .M3 { width:110%; }
	.M1:hover { background:#ff0000; color:#000; } .M2:hover { background:#ff0000; color:#000; } .M3:hover { background:#ff0000; color:#000; }

	#logomobile {	
		display:block !important;
		margin:2% 0 0 8%;
		position:absolute;
	}
	
	#logomobile img{
		width:90%;		
	}
	
	.social {
		float:left;
		left:2%;
		top:80%;
	}
	
	.social img {
		width:50%;
	}
	
	.parallax, .element, ul#navigation, #logo, #navigation, .section, .footer  {
		display:none !important;
		visibility:hidden !important;
	}
	
	.footermobile {
	right:2%;
	bottom:1%;
	position: fixed;		
	color:#333;
	font-family:"Lovelo";
	font-size:2em;
	} 

}