/* Reset styles */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
	}
	
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: square;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* end */

/* Starts main css */

* {
/* This will help us size things easily with percentages even though we'll be using borders */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
* {
    outline: none;
}
::selection {
	background: white; /* Safari */
	color: rgb(26, 25, 25);
	}
::-moz-selection {
	background: white; /* Firefox */
	color: rgb(26, 25, 25);
}

/* Preloader */

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: white;
	z-index:1000; 
}
#status {
	width:400px;
	height:427px;
	position:absolute;
	left:50%; 
	top:50%;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:-200px 0 0 -214px; 
	-webkit-animation: swan 3s;
	-moz-animation:  swan 3s;
	-o-animation: swan 3s;
	animation:  swan 3s;
}
#page1 #status {
	background-image:url(images/preloader-black-swan-canvas1.png); 
}
#page2 #status {
	background-image:url(images/preloader-black-swan-canvas2.png); 
}
#page3 #status {
	background-image:url(images/preloader-black-swan-canvas3.png); 
}
#page4 #status {
	background-image:url(images/preloader-black-swan-canvas4.png); 
}
#page5 #status {
	background-image:url(images/preloader-black-swan-canvas5.png); 
}
@keyframes swan {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes swan {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes swan {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes swan {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes swan {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* */

body {
	font-family: 'Open Sans', sans-serif;
}
.menu-cont {
	width: 100%;
	overflow: hidden;
	height: 1100px;
	top: 0;
	position: absolute;
}
.nav {
	position: absolute;
	z-index: 999;
	right: -300px;
	top: 0;
	width: 400px;
	height: 100px;
}
.menu-items {
	position: relative;
	top: 150px;
	left: 120px;
	margin-bottom: 30px;
	display: block;
	font-family: 'Arizonia', cursive;
	color: #626262;
	font-size: 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
a.menu-items:hover {
	color: rgba(255, 255, 255, 0.88);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 30px;
}
audio {
	visibility: hidden;
	display: none;
}
.menu-square {
	position: absolute;
	width: 100px;
	height: 100px;
	background: black;
	color: white;
	font-size: 90px;
	font-family: 'Arizonia', cursive;
}
.menu-square span {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
    width: 400px;
	height: 100px;
	left: 120px;
	top: 20px;
	color: #626262;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 40px;
	text-decoration: underline;
	line-height: 26px;
}
.ch {
	font-size: 60px;
	font-weight: 900;
	color: #626262;
	letter-spacing: 0;
	line-height: 26px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 1);
	display: inline-block;
	font-style: italic;
	font-family: 'Arizonia', cursive;
}
.open {
	z-index: 10;
	cursor: pointer;
}
.hide {
	z-index: 1;
    cursor: pointer;
}
.wtt {
	font-family: 'Open Sans', sans-serif;
	color: #626262;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 30px;
	text-shadow: none;
}
.bg {
	opacity: 0;
	display: block;
	position: absolute;
	z-index: 900;
	height: 1300px;
	width: 100%;
	background: black;
}
.web {
	position: absolute;
 	width: 100%;
	height: 200px;
	top: 0;
	background-color: rgb(131, 131, 131);
}
.web span {
	position: absolute;
	font-size: 150px;
	top: 1px;
	left: 20px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.06);
	letter-spacing: -79px;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
	-webkit-transform: skewY(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
}
.talk {
 	width: 100%;
	height: 800px;
	background-color: #626262;
}
.to {
 	width: 100%;
	height: 500px;
	position: relative;
	background-color: #373737;
}
.to span {
	position: absolute;
	bottom: 50px;
	left: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 40px;
	text-decoration: underline;
	line-height: 26px;
	color: rgb(0, 0, 0);
	text-shadow: 0 0 6px #FFF;
}
.img-container {
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 100px;
	padding-bottom: 100px;
}
.navig {
	position: relative;
	z-index: 900;
}
.left-next {
	width: 150px;
	height: 150px;
	background: transparent;
	position: absolute;
	left: -200px;
	border-radius: 50%;
}
.left-next:hover {
	width: 170px;
	height: 170px;
	background: rgba(255, 255, 255, 0.88);
}
.left-next:after {
	content: "";
	position: absolute;
	border-top: 50px solid rgba(17, 17, 17, 0);
	border-left: 100px solid rgba(0, 0, 0, 0.4);
	border-bottom: 100px solid rgba(24, 39, 121, 0);
	border-right: 100px solid rgba(136, 136, 136, 0);
	left: 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.left-next:hover:after {
	border-left: 100px solid rgba(255, 255, 255, 0.88);
	border-top: 100px solid rgba(17, 17, 17, 0);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.right-next {
	width: 150px;
	height: 150px;
	background: transparent;
	position: absolute;
	right: -200px;
	border-radius: 50%;
}
.right-next:hover {
	width: 170px;
	height: 170px;
	background: rgba(255, 255, 255, 0.88);
}
.right-next:after {
	content: "";
	position: absolute;
	border-top: 50px solid rgba(17, 17, 17, 0);
	border-left: 100px solid rgba(24, 39, 121, 0);
	border-bottom: 100px solid rgba(24, 39, 121, 0);
	border-right: 100px solid rgba(0, 0, 0, 0.4);
	left: -80px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.right-next:hover:after {
	border-right: 100px solid rgba(255, 255, 255, 0.88);
	border-top: 100px solid rgba(17, 17, 17, 0);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
#page1 .right-next {
    border: 1px solid rgba(0, 0, 0, 0.4);
}
#page2 .left-next {
	border: 10px solid rgba(0, 0, 0, 0.4);
}
#page2 .right-next {
    border: 20px solid rgba(0, 0, 0, 0.4);
}
#page3 .left-next {
	border: 30px solid rgba(255, 255, 255, 0.4);
}
#page3 .right-next {
    border: 40px solid rgba(255, 255, 255, 0.4);
}
#page4 .left-next {
	border: 50px solid rgba(255, 255, 255, 0.4);
}
#page4 .right-next {
    border: 60px solid rgba(255, 255, 255, 0.4);
}
#page5 .left-next {
	border: 70px solid rgba(255, 255, 255, 0.4);
}


