
body {
	background: #000;
		background: url(../images/background.jpg) no-repeat 50% 0%;
	background-size: cover;
	color: #FFFFFF;
	font: normal 16px "Cardo", georgia, serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

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


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

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

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

h3 {
	font-size: 12px;	
}

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

p {
	font-family: 'Open Sans', sans-serif, georgia, serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #FFF;
	text-shadow: 1px 1px #000;
}


/* Landscape Phone */

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

/* Web */

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



/* =Content Styles
-------------------------------------------------------------- */
.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;
}

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

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

.buttonStyle {
 
	font-family: "Montserrat", arial, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1em;
	font-size: 10pt;
    border-radius: 10px;
   background: none;
    text-shadow: 1px 1px black;
			
    border-width: 0px;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 1em;
    padding-bottom: 1em;
    
}

/* Landscape Phone */

/* Tablet Portrait */
@media all and (min-width: 767px) {
	.line.no-accent { margin-top: 20px; }
}

/* Web */

/* 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;
	}

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


/* =Hero
-------------------------------------------------------------- */
#hero {

	text-align: center;		
	overflow: hidden;
	display: block;
	width: 100%;
	z-index: 
}





.scene,
.layer {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

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

.layer { position: absolute; 	z-index: 99999 !important; }

.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;
}

/* 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;
	z-index: 9999999999999999999999999;
	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;

}

#action:hover { opacity: 1; }


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

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

.hero-content {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

.sect-subtitle3 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100%;
    margin: 0;
    z-index: -99;
}

/* Landscape Phone */
@media all and (min-width: 200px) {
	.line { margin-top: 10px; }	
	#action { bottom: 20px; }

	.triangles {
top: -1%;
}
.sect-subtitle3{
		display: block;
		position: absolute;
		padding-top: 100px;
	width: 25%;
}

body {
		background: url(../images/background2.jpg) no-repeat 50% 0%;
	background-size: cover;
	

}

}


/* Landscape Phone */
@media all and (min-width: 400px) {
	.line { margin-top: 10px; }	
	#action { bottom: 20px; }

	.triangles {
top: -20%;
}

/* Content */
.title {
	display: block;
	position: relative;
	width: 60%;
	top: 40%;
	margin-left: 15%;

}


.sect-subtitle3{
		display: block;
		position: absolute;
		padding-top: 100px;
	width: 25%;
}

}




/* Tablet Portrait */
@media all and (min-width: 700px) {
	.title {top: 40%;}
	.line { margin-top: 10px; }
	#action { bottom: 60px; }
	.triangles {
top: -20%;
}
.sect-subtitle3{
		display: block;
		position: absolute;
		padding-top: 100px;
	width: 25%;
}
.title {
	display: block;
	position: relative;
	width: 40%;
	top: 40%;
	margin-left: 28%;

}
body {
		background: url(../images/background.jpg) no-repeat 50% 0%;
	background-size: cover;
	

}

}
/* Web */
@media all and (min-width: 900px) {
	.triangles {
top: -23%;
}
.sect-subtitle3{
		display: block;
		position: absolute;
		padding-top: 100px;
	width: 20%;
}

}

/* Web HD */
@media all and (min-width: 1200px) {
	.triangles {
top: -75%;
}
.sect-subtitle3{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100%;
    margin: 0;
    z-index: -99;
}

}

/* Web HD */
@media all and (min-width: 1500px) {
	.triangles {
top: -45%;
}
.sect-subtitle3{
		display: block;
		position: absolute;
		padding-top: 100px;
	width: 15%;
}

}


/* Web HD */
@media all and (min-width: 1900px) {
	.triangles {
top: -150%;
}
.sect-subtitle3{
		display: block;
		position: absolute;
		margin-top: -400px;
		margin-right: 700px;
	width: 10%;
}

}


/* =Portfolio
-------------------------------------------------------------- */


/* Landscape Phone */

/* Tablet Portrait */

/* Web */

/* Web HD */

/* =Contact
-------------------------------------------------------------- */

#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;
}


.contained {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
}

.contained p {
  top: 50%;
}



/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}


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


/* Landscape Phone */

/* Tablet Portrait */

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

/* Web HD */



/* =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: #CCC;
	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 */

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

/* Web */

/* Web HD */


/* =spots
-------------------------------------------------------------- */
/* spots Sizing */
.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);
}

/* spots Positioning */

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

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

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

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

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

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

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

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

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

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

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

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

	.centered {left: 50%;}

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

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

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

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

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

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

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

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

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

/* Tablet Portrait */
@media all and (min-width: 700px) {
	.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);
	}
		
.centered {left: 41%;}

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

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

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

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

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

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

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

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

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

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

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

	.depth-3.spot1 {
		display: none;
	}
		.centered {left: 35%;}

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1000px) {

}



/* Web HD */
@media all and (min-width: 1200px) {
	.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-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.spot1 {
		display: block;
		position: absolute;
		left: 20%;
		top: 40%;
	}

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

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

	.depth-3.spot4 {
		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.spot1 { 
		display: block;
		position: absolute;
		right: 40%;
		top: 40%;
	}

	.depth-2.spot2 { 
		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.spot1 {
		display: block;
		position: absolute;
		left: 30%;
		bottom: 20%;
	}

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

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

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

@media all and (min-width: 1400px) {

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

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

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

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

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

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

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

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

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

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


@media all and (min-width: 1920px) {

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

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

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

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

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

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

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

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

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

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


/* =Responsive Styles
-------------------------------------------------------------- */
/* Landscape Phone */

/* Tablet Portrait */

/* Web */

/* Web HD */



/* =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);
  }
}




/*

.butterfly3 div {
	width: 45%;
	margin-left: 35%;
	padding-top: 20%;
	padding-left: 10%;
	position: absolute;
}

.butterfly3 img {width:100%;}
		
.leftwing {
	animation:flap-l 8.5s cubic-bezier(.08,1.47,.65,-0.68) infinite;
	left: 16px;
}
.rightwing {
	animation:flap-r 8s cubic-bezier(.08,1.47,.65,-0.68) infinite;
left: 12px;
}
.leftwing, .rightwing {z-index:1;}
.eye_butterfly{
	z-index: 99999999;
}

@keyframes flap-l {
			0% {transform:rotateY(0);}
			50% {transform:rotateY(50deg);}
			100% {transform:rotateY(0);}
}
@keyframes flap-r {
			0% {transform:rotateY(0); }
			50% {transform:rotateY(-50deg);}
			100% {transform:rotateY(0);}
}*/