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

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

html, body {
	width: 100%;
	background: #f0f0f0;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	}

#line1, #line2 {
	width: 1px;
	height: 100%;
	position: fixed;
	background: #a2ff00;
	z-index: 9999;
	top: 0;
	}

#line1 {
	left: 200px;
	}

#line2 {
	right: 200px;
	}

.container {
	width: 1200px;
	position: relative;
	margin-left: -600px;
	left: 50%;
//	background: #0cf;
	}

a.button {
	background: #04cfed;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	padding: 10px 28px 10px 28px;
	}

#header {
	width: 100%;
	height: 90px;
	position: fixed;
	background: #fafafa;
	z-index: 999;
	border-bottom: 1px solid #dbdbdb;
	top: 0; left: 0;
	}

#header .container {
	height: 34px;
	margin-top: -17px;
	top: 50%;
	}

#logo {
	width: 155px;
	height: 34px;
	position: absolute;
	background: url(../img/boeddo-logo.png);
	background-size: cover;
	text-indent: -9999px;
	margin-top: -17px;
	top: 50%; left: 0;
	}

ul.menu {
	position: absolute;
	top: 50%; right: 0;
	}

ul.menu li {
	display: inline-block;
	color: #a9a9a9;
	margin-left: 40px;

	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	}

ul.menu li:hover {
	color: #00d9f9;
	}

#hero {
	width: 100%;
	height: 580px;
	background: url(../img/hero.jpg);
	background-size: cover;
	background-position: 0 center;
	border-bottom: 1px solid #fff;
	margin-top: 90px;
	}

#hero .holder {
	width: 600px;
	position: relative;
	top: 80px; left: 0;
//	background: red;
	}

#hero .holder span {
	font-size: 173px;
	font-weight: 700;
	color: #aeaeae;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.7;
	margin-left: -14px;
	}

#hero .holder h1 {
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	line-height: 170%;
	margin-bottom: 60px;
	}

#hero .holder h1 strong {
	font-weight: 600;
	}

#hero .holder h1 a {
	color: #04cfed;
	text-decoration: none;
	}

#responsive-web-design {
	width: 100%;
	height: 600px;
	border-bottom: 1px solid #fff;
	margin-bottom: 400px;
	}

#responsive-web-design .holder {
	width: 700px;
	position: absolute;
	color: #8a8a8a;
	margin-top: 160px;
	right: 0;
	}

#responsive-web-design .holder h3 {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 40px;
	}

#responsive-web-design .holder h3 strong {
	font-weight: 600;
	}

#responsive-web-design .holder p {
	font-size: 16px;
	font-family: Merriweather;
	line-height: 180%;
	margin-bottom: 60px;
	}

#responsive-web-design .iphone {
	position: relative;
	z-index: 4;
	top: 120px; left: 40px;
	}

#shadow {
	z-index: 2;
	}

@media screen and (max-width: 1200px) {

}