@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic);

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	outline: 0;
	}

#hide {
	display: none;
	}

html, body {
	width: 100%;
	height: 100%;
	background: #f2f2f2 url(../img/BG.jpg);
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	}

#content {
	width: 100%;
	height: 460px;
	position: fixed;
	background: #333;
	overflow-x: scroll;
	overflow-y: hidden;
	top: -370px; left: 0;
	}

#content::-webkit-scrollbar {
	height: 20px;
	}
 
#content::-webkit-scrollbar-track {
	background: #3f3f3f; 
	}
 
#content::-webkit-scrollbar-thumb {
	background-color: #252525;
	background-image: url(../img/arrow_right.png), url(../img/arrow_left.png);
	background-position: 99% 0%, 1% 0%;
	background-repeat: no-repeat;
	}

#container {
	min-width: 100%;
	height: 300px;
	position: relative;
	box-shadow: 0 0 12px #000;
	margin-top: -150px;
	margin-left: 140px;
	margin-right: 140px;
	top: 50%;
	}

#margin {
	width: 140px;
	height: 300px;
	position: absolute;
	}

#container .section {
	width: 500px;
	height: 300px;
	background: #eee;
	float: left;
	}

#container img {
	width: 500px;
	height: 300px;
	background: #eee;
	}

#header {
	width: 100%;
	height: 90px;
	position: fixed;
	background: #fff;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	z-index: 99999;
	top: 0; left: 0;
	}

#content, #header {
	-webkit-transition: top 0.6s ease, box-shadow 0.6s ease;
	-moz-transition: top 0.6s ease, box-shadow 0.6s ease;
	-o-transition: top 0.6s ease, box-shadow 0.6s ease;
	transition: top 0.6s ease, box-shadow 0.6s ease;
	}

#logo {
	width: 240px;
	height: 90px;
	position: absolute;
	border-right: 1px solid #dfdfdf;
	cursor: pointer;
	}

#triangle {
	width: 18px;
	height: 17px;
	position: absolute;
	background: url(../img/triangle_down.png);
	margin-top: -6px;
	top: 50%; left: 170px;
	}

#triangle.open {
	background: url(../img/triangle_up.png);
	}

.logo {
	width: 105px;
	height: 32px;
	position: absolute;
	background: url(../img/logo.png);
	text-indent: -9999px;
	margin-top: -16px;
	margin-left: -52.5px;
	top: 50%; left: 90px;
	}

ul.menu {
	width: 600px;
	height: 22px;
	position: absolute;
//	background: #0cf;
	margin-top: -11px;
	top: 50%; left: 300px;
	}

ul.menu li {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #7c7c7c;
	display: inline;
	margin-right: 40px;
	}

#hero {
	width: 100%;
	height: 640px;
	background: #eee;
//	margin-bottom: 1200px;
	}

#hero .section {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	}

.section img {
	width: 100%;
	height: auto;
	position: relative;
//	top: 50%;
//	display: none;
	}

.section p {
	width: 1600px;
	height: 100px;
//	background: #0cf;
	position: absolute;
	font-weight: 700;
	font-size: 126px;
	text-align: center;
	line-height: 150%;
	color: #fff;
	text-shadow: 0 0 12px #555;
	z-index: 999;
	margin-top: -200px;
	margin-left: -800px;
	top: 50%; left: 50%;
	}

.section span {
	width: 160px;
	height: 40px;
//	background: #0cf;
	position: absolute;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 12px #555;
	z-index: 999;
	cursor: pointer;
	padding-top: 20px;
	border-top: 1px solid #fff;
	margin-top: 0px;
	margin-left: -80px;
	top: 50%; left: 50%;
	}

.section a {
	width: 100%;
	height: 700px;
	position: absolute;
	z-index: 9999;
	}

#dots {
	width: 100%;
	position: absolute;
	background: url(../img/dots.png);
	top: 0; left: 0;
	}

#about {
	width: 100%;
	height: 800px;
	background: #fff;
	}

#about .container {
	max-width: 1600px;
	width: 90%;
	height: 600px;
	position: absolute;
//	background: #ccc;
	margin: 120px 0 0 -550px;
	margin-left: 5%;
	}

.container img {
	width: 550px;
	height: auto;
	position: absolute;
	top: 0; right: 40px;
	}

#about .container h1 {
	font-size: 52px;
	color: #1d1d1d;
	margin-top: 160px;
	}

#about .container h2 {
	font-size: 26px;
	font-weight: 400;
	font-family: 'Arvo';
	color: #888;
	margin-top: 6px;
	}

#about .container .line {
	width: 90px;
	height: 5px;
	background: #ebebeb;
	margin: 26px 0 26px 0;
	}

#about .container h3 {
	width: 720px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans';
	line-height: 190%;
	color: #222;
	margin-top: 20px;
	}

#hero {
	width: 100%;
	height: 560px;
	position: relative;
	background: #dedede url(img/hero_bg.jpg);
	background-size: 100%;
	background-position: center 42%;
	margin-top: 90px;
	}

#hero span {
	font-family: 'Merriweather', Open Sans, sans-serif;
	font-size: 20px;
	left: 84px; top: 366px;
	}

span strong {
	font-weight: 400;
	}

#hero span, #hero p {
	position: absolute;
	color: #fff;
	text-shadow: 0px 0px 8px #ccc;
	}

#hero p {
	width: 640px;
	font-size: 76px;
	font-weight: 700;
	top: 150px; left: 80px;
	}

#hero img.hero-image {
	width: 700px;
	height: 560px;
	position: absolute;
	right: 100px;
	}