


/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Content Styles
	=Hero
	=Portfolio
	=Contact
	=Subscribe
	-Footer
	=Flakes
	=Responsive Styles
 	=Animations
 	=404

 	=Since 1.01
*/

@font-face {
    font-family: "yekan";
    src: url(fonts/Yekan.eot);
    src: url(fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(fonts/Yekan.woff) format("woff"), url(fonts/Yekan.ttf) format("truetype"), url(fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}


/* =Common Styles
-------------------------------------------------------------- */
body {
	background: #f6f6f6;
	color: #777777;
	font: normal 16px "yekan", tahoma, serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

section { overflow: hidden; }
::-moz-selection { background: #272727; color: #fff; }
	 ::selection { background: #272727; color: #fff; }


/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p { margin: 0; }

h1 {
	color: #272727;
	font-family: "yekan", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1em;
}

h2 {
	font-size: 24px;
	color: #272727;
	font-family: "yekan", georgia, serif;
	font-weight: 400;
	text-transform: none;
	line-height: 1.7em;
}

h3, h4 {
	color: #272727;
	font-family: "yekan", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1em;
}

h3 {
	font-size: 12px;	
}

h4 {
	color: #777777;
	font-size: 9px;
}

p {
	font-size: 16px;
	line-height: 1.7em;
}

.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; } 
.dark p { color: #bebebe; }


/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	h1 { font-size: 72px; }
	h2 { font-size: 30px; }
	p { font-size: 18px; }
}

/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {
	h2 { font-size: 36px; }
}



/* =Content Styles
-------------------------------------------------------------- */
.relative { position: relative; }
.center-mobile { text-align: center; }
.center { text-align: center; }

h2 { padding: 20px 0 0;}
h3 { padding: 15px 0 10px; }
h4 { padding-bottom: 15px; }
p { margin: 10px 0; }

.padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padded-top { padding-top: 30px; }
.padded-bottom { padding-bottom: 30px; }

.block { margin-bottom: 20px; }

.full {
	display: block;
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.line {
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 1px;
	margin-top: 10px;
}

.line.no-accent {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #e0e0e0;
}

.separator {
	position: absolute;
	display: none;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	top: 0;
	left: 50%;
}

.icon {
	font-size: 64px;
	line-height: 64px;
}

/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 767px) {
	.center-mobile { text-align: left; }
	.separator { display: block; }
	.list { padding-top: 30px; margin-bottom: 45px;}
	.line.no-accent { margin-top: 20px; }
}

/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {
	h3 { padding: 25px 0 10px; }
	h4 { padding-bottom: 25px; }
	p { margin: 20px 0; }

	.padded {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.padded-top { padding-top: 40px; }
	.padded-bottom { padding-bottom: 40px; }

	.block { margin-bottom: 30px; }
	.list { padding-top: 30px; margin-bottom: 65px;}

	.line.no-accent { margin-top: 30px; }
}


/* =Hero
-------------------------------------------------------------- */
#hero {
	background: #f2f2f2;
	text-align: center;		
	overflow: hidden;
	display: block;
	width: 100%;
}

#hero .hint{
	position: absolute;
	top: 10%;
	color: #98223C;
	font-size: 20px;
	font-weight: bold;
	opacity: .8;
	width: 100%;
	text-align: center;
}
#hero .hidden-h1{
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}
.scene,
.layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.scene {
	position: relative;
	overflow: hidden;
}

.layer { position: absolute; }

.layer div {
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
		 	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		 	backface-visibility: hidden;
}
#start{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/start.jpg");
	background-size: cover;
	background-position: center center;
	z-index: 100;

}


/* Call to Action */
#action {
	width: 60px;
	margin-left: -30px;
	height: 60px;
	background: url(../images/arrow@2x.png) no-repeat center bottom;
	background-size: 30px 30px;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	opacity: .5;

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	
	/* Animation */
	-webkit-animation-name: bounce;
 	      	animation-name: bounce;
  -webkit-transform-origin: center bottom;
  		  transform-origin: center bottom;

	-webkit-animation: bounce 1.5s infinite; 
	   -moz-animation: bounce 1.5s infinite; 
		-ms-animation: bounce 1.5s infinite;
		 -o-animation: bounce 1.5s infinite;
			animation: bounce 1.5s infinite;

}

#hero.dark #action {
	/*background: url(../images/arrow@2x-dark.png) no-repeat center bottom;*/
	background: url(../images/arrow@2x.png) no-repeat center bottom;
	background-size: 30px 30px;
}

#action:hover { opacity: 1; }


/* Background */
.background {
	background: url(../images/background.jpg) no-repeat 50% 100%;
	bottom: -20px;
	background-size: cover;
	position: absolute;
	width: 110%;
	left: -5%;
	top: -5%;
}

#hero.dark .background {
	background: url(../images/background-dark.jpg) no-repeat top center;
	background-size: cover;
}

.triangles {
	background: url(../images/triangles.png) no-repeat 50% 100%;
	bottom: -20px;
	background-size: cover;
	position: absolute;
	width: 110%;
	left: -5%;
	top: -5%;
}

#hero.dark .triangles {
	background: url(../images/triangles-dark.png) no-repeat 50% 100%;
}

.sphere img{
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
		-ms-transform: scale(0.7,0.7);
			transform: scale(0.7);
}

/* Content */
.title {
	display: block;
	position: absolute;
	width: 100%;
	top: 10%;
}

.title .line { margin-top: 20px; }

.hero-content {
	display: block;
	margin: 40% auto !important;
	width: 360px;

	/*border: 1px solid #000;*/
	/*opacity: .5 !important;*/
}

/* Landscape Phone */
@media all and (min-width: 400px) {
	.sphere img{
		-webkit-transform: scale(0.6);
		   -moz-transform: scale(0.6);
			-ms-transform: scale(0.6,0.6);
				transform: scale(0.6);
	}
	.line { margin-top: 10px; }	
	#action { bottom: 20px; }
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	.sphere img{
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1,1);
				transform: scale(1);
	}
	.title { top: 20%; }
	.line { margin-top: 10px; }
	#action { bottom: 60px; }

	.hero-content {
		max-width: 90%;
		width: 750px;
		height: 550px;
		margin-top: 10% !important;
	}
}
/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {}

/* Landscape Phone */
@media all and (max-height: 420px) {
	.hero-content {
		margin: 12% auto !important;
		width: 360px;
	}
}
/* =Portfolio
-------------------------------------------------------------- */
.folio-list {
	display: block;
	/*background: #fff;*/
}

.folio-list:before,
.folio-list:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.folio-list:after {
    clear: both;
}

.folio-list li {
	display: block;
	float: left;
	width: 100%;
}

.folio-list a {
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.folio-list a:hover {
	opacity: .7;
}

.dropshadow {
	-webkit-box-shadow: 0px 0px 40px 40px rgba(71, 71, 71, 0.33);
	   -moz-box-shadow: 0px 0px 40px 40px rgba(71, 71, 71, 0.33);
			box-shadow: 0px 0px 40px 40px rgba(71, 71, 71, 0.33);
}

.large-accent {
	margin-top: 60px;
	display: block;
	font-size: 72px;
	font-family: "yekan", georgia, serif;
	font-weight: 400;
	text-transform: none;
	line-height: 20px;
}


/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	.folio-list li {
		display: block;
		float: left;
		width: 33.3333333%;
		max-height: 265px;
		overflow: hidden;
	}
}

/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {}

/* =Contact
-------------------------------------------------------------- */
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

fieldset input, fieldset textarea {
	border: none;
	outline: none;

	padding: 0px;
	margin-bottom: 15px;

	width: 100%;
	background: transparent;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 0px;

	font-family: 'Cardo', serif;
	font-size: 16px;
	color: #bfbfbf;
	line-height: 22px;

	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

fieldset textarea {
	min-height: 100px;
}

fieldset input:focus, fieldset textarea:focus {
	color: #212121;
	border-bottom: 1px solid #212121;
}

fieldset label {
	display: block;
	text-align: left;
	color: #212121;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	/*padding-bottom: 15px;*/
}

#submit {
	/* Reset */
	outline: 0;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;

	/* Style */
	display: inline-block;	
	color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	letter-spacing: 0.2em;
	margin-left: 0px;
	padding: 15px 0px;
	width: 100%;
	margin-top: 8px;
	background: #272727;
	border: 2px solid #272727;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#submit:hover {
	background: #000;
	border: 2px solid #000;
}

#success, #error {
	display: none;
	padding-top: 20px;
}

#success p { 
	color: #00b426;
	font-style: italic;
	padding: 0;
}

#error p {
	color: #e72e62;
	font-style: italic;
	padding: 0;
	margin: 0;
}


label.error {
	color: #e72e62;
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 20px;	
}

.contact-container{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #F6F6F6;
	z-index: 100;

	display: none;
}

.close-container {
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	cursor: pointer;
}

.leftright {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #777777;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.rightleft {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #777777;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.close-container label {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .3s ease-in;
	opacity: 0;
	color: #777777;
}

.close {
	margin: 60px 0 0 -20px;
	position: absolute;
	color: #777777;
}

.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #000000;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000000;
}

.close-container:hover label {
	opacity: 1;
}

/* =Subscribe
-------------------------------------------------------------- */
form { display: block; margin-top: 30px; }

form .text {
	text-align: center;
	display: inline-block;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 15px 0px 15px 15px;	
	background: transparent;
	border: 1px solid rgba(39,39,39,.2);
	border-radius: 0px;
	color: rgba(39,39,39,.6);
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
			transition: all 0.4s linear;
}

form .text:focus {
	color: #272727;
	border: 1px solid #272727;
}

form .submit {
	/* Reset */
	outline: 0;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;

	/* Style */
	display: inline-block;	
	color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	letter-spacing: 0.2em;
	margin-left: 0px;
	padding: 15px 0px;
	width: 100%;
	margin-top: 8px;
	background: #272727;
	border: 2px solid #272727;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

form .submit:hover {
	background: #000;
	border: 2px solid #000;
}

#subscribe-result {
	margin-top: 10px;
}

.notification-error {
	font-size: 12px;
	color: red;
}

.notification-success {
	font-size: 12px;
	color: #00cd86;
}


/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	form .text {
		text-align: left;
		width: 55%;
	}

	form .submit {
		margin-left: 10px;
		width: 20%;
	}
}

/* Web */
@media all and (min-width: 900px) {
	form { margin-top: 50px; }

	#subscribe-result {
		margin-top: 15px;
	}

	form .text {
		width: 45%;
	}

	form .submit {
		line-height: 9px;
	}
}

/* Web HD */
@media all and (min-width: 1200px) {}



/* =Footer
-------------------------------------------------------------- */
.social-list {
	display: block;
	width: 100%;
	text-align: center;
}

.social-list li {
	position: relative;
	margin: 15px 0; 
	display: inline-block;
	width: 100%;
}

.social-list a {
	font-size: 9px;
	color: #272727;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1em;
}

.social-list a::after {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.social-list a:hover::after, .social-list a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.copyright {
	font-size: 9px;
	color: #777777;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}


/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	.social-list li {width: auto; margin: 15px;}
	.social-list a { font-size: 12px;}
}

/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {}


/* =Flakes
-------------------------------------------------------------- */
/* Flakes Sizing */
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
	-webkit-transform: scale(0.6);
	   -moz-transform: scale(0.6);
		-ms-transform: scale(0.6,0.6);
			transform: scale(0.6);
}

/* Flakes Positioning */
.depth-5 {
	position: absolute;
	right: -100%;
	top: -24%;
}

.depth-4 {
	position: absolute;
	left: -10%;
	top: 37%;
 }

.depth-3.flake1 {
	display: none;
}

.depth-3.flake2 {
	position: absolute;
	right: 16%;
	bottom: 20%;
}

.depth-3.flake3 {
	position: absolute;
	left: 10%;
	bottom: 16%;
}

.depth-3.flake4 {
	display: none;
}

.depth-2.flake1 { 
	display: none;
}

.depth-2.flake2 {
	display: none;
}

.depth-1.flake1 {
	display: none;
}

.depth-1.flake2 { 
	position: absolute;
	right: 40%;
	top: 50%;
}

.depth-1.flake3 { 
	display: none;
}

.depth-1.flake4 { 
	position: absolute;
	right: 0;
	top: 0;
}

/* Landscape Phone */
@media all and (min-width: 400px) {
	.depth-5 {
		position: absolute;
		right: -50%;
		top: -80%;
	}

	.depth-4 {
		left: -4%;
		top: 20%;
	 }

	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		position: absolute;
		right: 16%;
		bottom: 20%;
	}

	.depth-3.flake3 {
		position: absolute;
		left: 10%;
		bottom: 16%;
	}

	.depth-3.flake4 {
		display: none;
	}

	.depth-2.flake1 { 
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}

	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		position: absolute;
		right: 0;
		top: 0;
	}
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
	.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
		-webkit-transform: scale(0.8);
		   -moz-transform: scale(0.8);
			-ms-transform: scale(0.8,0.8);
				transform: scale(0.8);
	}

	.depth-5 {
		right: -25%;
		top: 3%;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 {
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}

	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		display: none;
	}
}

/* Web */
@media all and (min-width: 900px) {
	.depth-5 {
		right: -25%;
		top: 3%;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: none;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 {
		display: none;
	}

	.depth-2.flake2 {
		display: none;
	}

	.depth-1.flake1 {
		display: none;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: none;
	}

	.depth-1.flake4 { 
		display: none;
	}
}

/* Web HD */
@media all and (min-width: 1200px) {
	.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1,1);
			transform: scale(1);
	}

	.depth-5 {
		right: 0;
		top: 10%;
		-webkit-animation: wave 9s 0.1s infinite linear;
		-moz-animation: wave 9s 0.1s infinite linear;
		animation: wave 9s 0.1s infinite linear;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
		-webkit-animation: wave 7s 0.1s infinite linear;
		-moz-animation: wave 7s 0.1s infinite linear;
		animation: wave 7s 0.1s infinite linear;
	 }


	.depth-3 {
		-webkit-animation: wave 6s 0.1s infinite linear;
		-moz-animation: wave 6s 0.1s infinite linear;
		animation: wave 6s 0.1s infinite linear;
	}

	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 20%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2 {
		-webkit-animation: wave 5s 0.1s infinite linear;
		-moz-animation: wave 5s 0.1s infinite linear;
		animation: wave 5s 0.1s infinite linear;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1 {
		-webkit-animation: wave 4s 0.1s infinite linear;
		-moz-animation: wave 4s 0.1s infinite linear;
		animation: wave 4s 0.1s infinite linear;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 20%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: block;
		position: absolute;
		bottom: 20%;
		right: 40%;
	}

	.depth-1.flake4 { 
		display: block;
		right: 40%;
		top: 25%;
	}
}

@media all and (min-width: 1400px) {
	.depth-5 {
		right: -10%;
		top: -5%;
	}

	.depth-4 {
		left: -3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 40%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 30%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 15%;
		top: 25%;
	}

	.depth-1.flake3 { 
		display: block;
		position: absolute;
		bottom: 20%;
		right: 40%;
	}

	.depth-1.flake4 { 
		display: block;
		right: 40%;
		top: 25%;
	}
}


@media all and (min-width: 1920px) {
	.depth-5 {
		right: -10%;
		top: 5%;
	}

	.depth-4 {
		left: 3%;
		top: 15%;
	 }

	.depth-3.flake1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

	.depth-3.flake2 {
		right: 25%;
		bottom: 25%;
	}

	.depth-3.flake3 {
		left: 40%;
		bottom: 20%;
	}

	.depth-3.flake4 {
		display: block;
		position: absolute;
		left: 10%;
		bottom: 40%;
	}

	.depth-2.flake1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.flake2 { 
		display: none;
	}

	.depth-1.flake1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 30%;
	}

	.depth-1.flake2 { 
		display: block;
		left: 20%;
		top: 30%;
	}

	.depth-1.flake3 { 
		display: block;
		position: absolute;
		bottom: 30%;
		right: 40%;
	}

	.depth-1.flake4 { 
		display: block;
		right: 40%;
		top: 25%;
	}
}


/* =Responsive Styles
-------------------------------------------------------------- */
/* Landscape Phone */
@media all and (min-width: 400px) {}

/* Tablet Portrait */
@media all and (min-width: 700px) {}

/* Web */
@media all and (min-width: 900px) {}

/* Web HD */
@media all and (min-width: 1200px) {}



/* =Animations
-------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

/* =404
-------------------------------------------------------------- */

.snap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/404-background.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.snap .line { margin-bottom: 70px; }

.button {
	display: inline-block;
	margin-top: 80px;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.2em;
	color: #272727;
	border: 1px solid rgba(39,39,39,.4);
	padding: 15px 35px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	   	-ms-transition: all 0.3s ease-in-out;
	   	 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.button:hover {
	background: #272727;
	color: #fff;
	border: 1px solid #272727;
}

/* =Since 1.01
-------------------------------------------------------------- */
.mfp-title {
	padding-left: 10px;
	padding-top: 10px;
	color: #000;
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 400;
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.2em;*/
	line-height: 1em;
	font-size: 9px;
}
.sub-title{
	color: #2cabe1;
	font-size: 1em;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.dr{direction:rtl;text-align:right;}
.js{text-align:justify;}
.under-sub-title{font-size:0.75em;margin-top:-15px;color:#1268b3;}

/*generall animation
---------------------------------------------*/
.graphic, .killingmoments, .videoart, .performance, .installation, .handmades, .architecture {
	pointer-events: none;
}
.bird-item{
	pointer-events: fill;

	transition: opacity 300ms ease;
}
.bird-item:hover{
	opacity: .5;
}
.menu-text{
	/*opacity: 1 !important;*/
	/*background-color: red;*/
	z-index: 0;
	display: none;
}

@media all and (min-width: 700px) {
	.menu-text{
		display: block;
	}
}

/* graphic
-------------------------------------------------------------- */

.graphic{
	width: 83px;
	height: 114px;
	/*background-image: url(../images/graphic.png);*/
	position: absolute;
	left: 214px;
	top: 63px;
	z-index: 2;
	background-size: 83px;
	/*opacity: .5;*/
}

.graphic .menu-text{
	color: #000;
	font-family: 'Allerta Stencil', sans-serif;
	width: 142px;
	border-bottom: 1px dashed #000;
	position: absolute;
	text-align: right;
	left: -53px;
	top: -35px;
	line-height: 18px;
	opacity: 0;

	-ms-transform: rotate(-83deg); /* IE 9 */
	-webkit-transform: rotate(-83deg); /* Safari 3-8 */
	transform: rotate(-83deg);
}
@media all and (min-width: 700px) {
	.graphic{
		width: 165px;
		height: 227px;
		/*background-image: url(../images/graphic.png);*/
		position: absolute;
		left: 428px;
		top: 126px;
		z-index: 2;
		background-size: 100%;
		/*opacity: .5;*/
	}

	.graphic .menu-text{
		color: #000;
		width: 190px;
		border-bottom: 1px dashed #000;
		position: absolute;
		text-align: right;
		left: -56px;
		top: -21px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-83deg); /* IE 9 */
		-webkit-transform: rotate(-83deg); /* Safari 3-8 */
		transform: rotate(-83deg);
	}
}
.graphic:after{
	content: ".";
	position: absolute;
	left: -100px;
	top: 100px;
	color: red;
	opacity: 1;
	display: none;
}

/* killingmoments
-------------------------------------------------------------- */
.killingmoments{
	width: 62px;
	height: 59px;
	/*background-image: url(../images/killingmoments.png);*/
	position: absolute;
	left: 260px;
	top: 64px;
	background-size: 62px;
	/*opacity: .5;*/
}

@media all and (min-width: 700px) {
	.killingmoments{
		width: 124px;
		height: 117px;
		/*background-image: url(../images/killingmoments.png);*/
		position: absolute;
		left: 519px;
		top: 127px;
		background-size: 100%;
		/*opacity: .5;*/
	}

	.killingmoments .menu-text{
		color: #000;
		width: 223px;
		border-top: 1px dashed #000;
		position: absolute;
		text-align: left;
		left: -103px;
		top: 85px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-63deg); /* IE 9 */
		-webkit-transform: rotate(-63deg); /* Safari 3-8 */
		transform: rotate(-63deg);
	}
}

.killingmoments:after{
	content: ".";
	position: absolute;
	left: -191px;
	top: 99px;
	color: red;
	opacity: 1;
	display: none;
}
/* videoart
-------------------------------------------------------------- */
.videoart{
	width: 113px;
	height: 88px;
	/*background-image: url(../images/videoart.png);*/
	position: absolute;
	left: 169px;
	top: 160px;
	background-size: 113px;
	/*opacity: .5;*/
}

@media all and (min-width: 700px) {
	.videoart{
		width: 226px;
		height: 176px;
		/*background-image: url(../images/videoart.png);*/
		position: absolute;
		left: 337px;
		top: 319px;
		background-size: 100%;
		/*opacity: .5;*/
	}

	.videoart .menu-text{
		color: #000;
		width: 248px;
		border-top: 1px dashed #000;
		position: absolute;
		text-align: left;
		left: -184px;
		top: 31px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-10deg); /* IE 9 */
		-webkit-transform: rotate(-10deg); /* Safari 3-8 */
		transform: rotate(-10deg);
	}
}
.videoart:after{
	content: ".";
	position: absolute;
	left: -9px;
	top: -93px;
	color: red;
	opacity: 1;
	display: none;
}


/* performance
-------------------------------------------------------------- */
.performance{
	width: 74px;
	height: 201px;
	/*width: 43px;*/
	/*height: 172px;*/

	/*background-image: url(../images/performance.png);*/
	position: absolute;
	left: 179px;
	top: -11px;
	/*left: 192px;*/
	/*top: 0px;*/

	z-index: 10;
	background-size: 74px;
	/*opacity: .5;*/
}
/*.performance svg.small{*/
	/*display: block;*/
/*}*/
/*.performance svg.big{*/
	/*display: none;*/
/*}*/
.performance .menu-text{
	color: #000;
	width: 190px;
	border-bottom: 1px dashed #000;
	position: absolute;
	text-align: right;
	left: -66px;
	top: 62px;
	line-height: 18px;
	opacity: 0;

	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
}

@media all and (min-width: 700px) {
	.performance{
		width: 147px;
		height: 402px;
		/*background-image: url(../images/performance.png);*/
		position: absolute;
		left: 358px;
		top: -22px;
		z-index: 1;
		background-size: 100%;
		/*opacity: .5;*/
	}
	/*.performance svg.small{*/
		/*display: none;*/
	/*}*/
	/*.performance svg.big{*/
		/*display: block;*/
	/*}*/
}

.performance:after{
	content: ".";
	position: absolute;
	left: -30px;
	top: 248px;
	color: red;
	opacity: 1;
	display: none;

}
/* installation
-------------------------------------------------------------- */
.installation{
	width: 137px;
	height: 84px;
	/*background-image: url(../images/installation.png);*/
	position: absolute;
	left: 66px;
	top: 113px;
	background-size: 137px;
	/*opacity: .5;*/
	z-index: 4;
}

@media all and (min-width: 700px) {
	.installation{
		width: 273px;
		height: 167px;
		/*background-image: url(../images/installation.png);*/
		position: absolute;
		left: 132px;
		top: 225px;
		background-size: 100%;
		/*opacity: .5;*/
	}

	.installation .menu-text{
		color: #000;
		width: 271px;
		border-top: 1px dashed #000;
		position: absolute;
		text-align: left;
		left: -14px;
		top: 42px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-15deg); /* IE 9 */
		-webkit-transform: rotate(-15deg); /* Safari 3-8 */
		transform: rotate(-15deg);
	}
}
.installation:after{
	content: ".";
	position: absolute;
	left: 196px;
	top: 1px;
	color: red;
	opacity: 1;
	display: none;

}
/* handmades
-------------------------------------------------------------- */
.handmades{
	width: 37px;
	height: 125px;
	/*background-image: url(../images/handmades.png);*/
	position: absolute;
	left: 162px;
	top: 0px;
	z-index: 3;
	background-size: 37px;
	/*opacity: .5;*/
}
.handmades .menu-text{
	color: #000;
	font-family: 'Allerta Stencil', sans-serif;
	width: 153px;
	border-bottom: 1px dashed #000;
	position: absolute;
	text-align: left;
	left: -115px;
	top: 117px;
	line-height: 18px;
	opacity: 0;

	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Safari 3-8 */
	transform: rotate(-15deg);
}

@media all and (min-width: 700px) {
	.handmades{
		width: 73px;
		height: 246px;
		/*background-image: url(../images/handmades.png);*/
		position: absolute;
		left: 323px;
		top: 0px;
		z-index: 3;
		background-size: 100%;
		/*opacity: .5;*/
	}
	.handmades .menu-text{
		color: #000;
		width: 270px;
		border-bottom: 1px dashed #000;
		position: absolute;
		text-align: left;
		left: -195px;
		top: 246px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-15deg); /* IE 9 */
		-webkit-transform: rotate(-15deg); /* Safari 3-8 */
		transform: rotate(-15deg);
	}
}
.handmades:after{
	content: ".";
	position: absolute;
	left: 136px;
	top: 303px;
	color: red;
	opacity: 1;
	display: none;

}
/* architecture
-------------------------------------------------------------- */
.architecture{
	width: 143px;
	height: 80px;
	/*background-image: url(../images/architecture.png);*/
	position: absolute;
	left: 67px;
	top: 118px;
	background-size: 143px;
	/*opacity: .5;*/
}

@media all and (min-width: 700px) {
	.architecture{
		width: 286px;
		height: 160px;
		/*background-image: url(../images/architecture.png);*/
		position: absolute;
		left: 133px;
		top: 235px;
		background-size: 100%;
		/*opacity: .5;*/
	}

	.architecture .menu-text{
		color: #000;
		width: 248px;
		border-top: 1px dashed #000;
		position: absolute;
		text-align: left;
		left: -22px;
		top: 122px;
		line-height: 18px;
		opacity: 0;

		-ms-transform: rotate(-10deg); /* IE 9 */
		-webkit-transform: rotate(-10deg); /* Safari 3-8 */
		transform: rotate(-10deg);
	}
}
.architecture:after{
	content: ".";
	position: absolute;
	left: 195px;
	top: -9px;
	color: red;
	opacity: 1;
	display: none;

}
/* sub-menu-container
-------------------------------------------------------------- */
.sub-menu-container{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	font-family: 'Allerta Stencil', Tahoma, sans-serif;

	display: none;
}
.sub-menu-container .close-container, .gallery-container .close-container{
	position: relative;
}
.sub-menu-container ul li {
	padding: 15px 0px;
	transition: padding-left 500ms ease;
}
.sub-menu-container ul li:hover {
	padding-left: 20px;
}
.sub-menu-container ul li span {
	color: #000;
	cursor: pointer;
}
.sub-menu-container:active{
	color: red;
}
.sub-menu-container .sub-menu-title{
	width: 100%;
	color: #fff;
	background-color: #777777;
	display: block;
	padding: 14px;
	font-weight: 100;
	font-size: 25px;
}
@media all and (min-width: 700px) {

	.sub-menu-container{
		position: fixed;
		left: 20px;
		top: 20px;
		height: auto;
		width: auto;
		overflow: hidden;
		background-color: transparent;
		text-align: left;
		font-family: 'Allerta Stencil', Tahoma, sans-serif;
	}

	.sub-menu-container ul li {
		padding: 5px 0px;
		transition: padding-left 500ms ease;
	}

	.sub-menu-container .close-container{
		display: none;
	}

	.sub-menu-container .sub-menu-title{
		display: none;
	}
}


.gallery-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: url(../images/background-dark.jpg) no-repeat top center;
	background-size: cover;
	overflow-y: scroll;
	display: none;
}

img.mfp-img{
	/*background: url(../images/background-dark.jpg) no-repeat top center;*/
	background-color: #ffffff;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close{
	color: #000000;
}
.mfp-close{
	font-size: 50px;
}
.event-container{
	position: absolute;
	bottom: 5%;
	right: 2%;
	z-index: 52;
	width: 15%;
}
.event-container img.mfp-img{
	background: #FFFFFF;
}
 .justified-gallery > a > img,
 .justified-gallery > div > img{
	opacity: 1 !important;
}

 li.videoItem{
	 float: left;
	 margin-right: 3px;
 }

.demo-gallery-poster{
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.videoItem:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.videoItem .demo-gallery-poster img{
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;

	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.videoItem:hover .demo-gallery-poster > img {
	opacity: 1;
}

.videoItem{
	cursor: pointer;
}