@charset "utf-8";
/* CSS Document */

/*************************************************
             typography & general
**************************************************/

h1 {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	color: #e1dfdf;
}

span.cursive {
	font-family: 'Marck Script', cursive;
	font-size: 32px;
	font-weight: 700;
	text-transform: none;
}

span.small {
	font-family: 'Maven Pro', sans-serif;
	font-size: 70px;
	font-weight: 700;
}

h2 {
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #4d4c4c;
}

h3 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #333;
}

h4 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #565555;
}

h5 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #2e2e2e;
}

a:link {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #3e3e3e;
}

a:visited {
	color: #3e3e3e;
}

a:hover {
	color: #009de0;
}

.title {
	width: 100%;
	border-bottom: 1px solid #dedddd;
	margin: 90px 0 40px 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 500;
}

.subtitle {
	margin-bottom: 45px;
	position: relative;
	z-index: 500;
}

.subtitle p {
	background: #fff;
	padding: 15px;
	color: #767676;
}



/*************************************************
                     header
**************************************************/

header {
	background: #fff;
	width: 100%;
	height: 150px;
	position: relative;
	z-index: 900;

}

.name {
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
}

.name p {
	font-family: 'Allerta Stencil', sans-serif;
	font-weight: normal;
	font-size: 90px;
	text-transform: capitalize;
	color: #414141;
}
.name p span {display:none}


/*************************************************
                       nav
**************************************************/

nav {
	text-align: center;
	z-index: 1000;
	height: 38px;
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 2px 1px 0px #a09f9f;
	-moz-box-shadow: 0px 2px 1px 0px #a09f9f;
	box-shadow: 0px 2px 1px 0px #a09f9f;
	position: relative;
	
	margin-top:30px;
}

#undefinedStickyWrapper { margin-top:30px;}

.color_bar {
	width: 100%;
	height: 3px;
	background: #009de0;
	position: relative;
	z-index: 900;
}

nav ul, nav li {
	line-height: 105px;
	margin-top: -20px;
}

nav ul li {
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}

nav a:link {
	text-decoration: none;
	color: #3e3e3e;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

nav a:visited {
	color: #3e3e3e;
}

nav a:hover {
	color: #009de0;
}

span.logo {
	display: inline-block;
	background: url(../img/logo.png) no-repeat 0 0;
	width: 105px;
	height: 105px;
	margin-top: -17px;
	vertical-align: middle;
	z-index: 1000;
	position: relative;
	font-family: 'Vollkorn', Helvetica, Arial, serif;
	color: #fff;
	font-weight: normal;
	font-size: 100px;
	text-transform: none;
}



/*************************************************
                      #intro
**************************************************/

#intro {
	height: 620px;
	background: url(../img/intro_bg.png) repeat fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#intro h1 {
	z-index: 500;
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
}

span.intro_line {
	width: 355px;
	height: 2px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin: 0 15px 0 15px;
}

span.intro_line2 {
	width: 900px;
	height: 15px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	vertical-align: text-top;
}


/*************** parallax elements ***************/

#intro .bg1 {
	background: url(../img/intro_bg1.png) 50% 0 repeat-x fixed; /*1*/
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 620px;
	z-index: 300;
}

#intro .bg2 {
	background: url(../img/intro_bg2.png) 50% 0 repeat-x fixed; /*2*/
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 620px;
	z-index: 300;
}

#intro .bg3 {
	background: url(../img/intro_bg3.png) 50% 0 repeat-x fixed; /*3*/
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 620px;
	z-index: 300;
}



/*************************************************
                       #prices
**************************************************/

#prices {
	background: url(../img/work_bg.png) repeat;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 500;
}

#prices h3 {color:#fff; padding-left:20px;}

#prices .price {position: absolute; font: normal 14px 'Open Sans', sans-serif; top: 0px; right: 2px; color: #ffffff;}

#prices .grid_4 { position:relative;}

#prices .free h3 { background-color: #B1C600; }
#prices .free .bullet2 {background-color:#B1C600; }

#prices .personal h3 { background-color: #008ADE; }
#prices .personal .bullet2 {background-color:#008ADE; }

#prices .professional h3 { background-color: #DF0061; }
#prices .professional .bullet2 {background-color:#DF0061; }

#prices .business h3 { background-color: #F08000; }
#prices .business .bullet2 {background-color:#F08000; }

#prices p {margin-top:10px; padding-left:20px;}
#prices .bullet2 {width:11px; margin-left: -20px; margin-right: 9px;}

/*************************************************
                     #how
**************************************************/

#how {
	background: #fff;
	width: 100%;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 500;
	border-bottom: 2px dashed #a3a1a1;
}


#how .subtitle {
	border: 1px solid #efefef;
}

.icons {
	text-align: center;
}

.icons h3 {
	margin-top: 20px;
}

.icons p {
	margin-top: 15px;
	font-size: 16px;
	color: #6e6d6d;
}

.step1 {
	background: url(../img/service1.png) no-repeat 0 0;
	width: 166px;
	height: 166px;
	text-align: center;
	margin: 0 auto;
}

.step2 {
	background: url(../img/service2.png) no-repeat 0 0;
	width: 166px;
	height: 166px;
	text-align: center;
	margin: 0 auto;
}

.step3 {
	background: url(../img/service3.png) no-repeat 0 0;
	width: 166px;
	height: 166px;
	text-align: center;
	margin: 0 auto;
}

.step4 {
	background: url(../img/service4.png) no-repeat 0 0;
	width: 166px;
	height: 166px;
	text-align: center;
	margin: 0 auto;
}

.how:hover {
	opacity: 0.7;
}



/*************************************************
                     #about
**************************************************/

#about {	
	background: url(../img/work_bg.png) repeat;
	width: 100%;
	height: 620px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 400;
	padding: 0;
	position: relative;
	z-index: 500;
	-moz-box-shadow: 0px -2px 3px 0px #5a5a5a;
	-webkit-box-shadow: 0px -2px 3px 0px #5a5a5a;
	box-shadow: 0px -2px 3px 0px #5a5a5a;
	border-bottom: 2px dashed #a3a1a1;
}

#about h4 {
	margin-bottom: 20px;
}

.about_me p {
	margin-bottom: 15px;
	color: #363636;
}

span.bullet {
	width: 7px;
	height: 15px;
	display: inline-block;
	background-color: #009de0;
	margin-right: 6px;
}

#tablet {
	height:250px;
	background: url('../img/tablet.png') no-repeat center bottom;
}
#tablet span { visibility:hidden;}


/*************** skills ***************/

.skills p {
	color: #fff;
	font-size: 15px;
	padding: 4px 0  0 7px;
}

.skill1 {
	width: 330px;
	height: 29px;
	background-color: #ac6666;
}

.skill2 {
	width: 300px;
	height: 29px;
	background-color: #b67b7b;
	margin-top: 12px;
}

.skill3 {
	width: 280px;
	height: 29px;
	background-color: #bc8888;
	margin-top: 12px;
}

.skill4 {
	width: 230px;
	height: 29px;
	background-color: #c09898;
	margin-top: 12px;
}

.skill5 {
	width: 210px;
	height: 29px;
	background-color: #cbabab;
	margin-top: 12px;
}

.sk:hover {
	opacity: 0.7;
}

/*************** social ***************/

.social ul li {
	margin-bottom: 10px;
}

.social img {
	margin-right: 4px;
}

.social a:link {
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #363636;
	vertical-align: middle;
}

.social a:hover {
	opacity: 0.6;
}



/*************************************************
                     #contact
**************************************************/

#contact {
	background: url(../img/contact_bg.jpg) repeat fixed;
	width: 100%;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}


/*************** parallax elements ***************/

#contact .bg1 {
	background: url(../img/footer_bg1.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 720px;
	z-index: 300;
}

#contact .bg2 {
	background: url(../img/footer_bg2.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 720px;
	z-index: 300;
}

#contact .bg3 {
	background: url(../img/footer_bg3.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 720px;
	z-index: 300;
}


#contact h2 {
	color: #fff;
	position: relative;
	z-index: 500;
}


/*************** contact form ***************/

.done {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 10px;
	display: none;
}

.contact_form {
	position: relative;
	z-index: 500;
}

.contact_form p {
	color: #f0eeee;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 4px;
}

span.bullet2 {
	width: 6px;
	height: 11px;
	display: inline-block;
	background-color: #009de0;
	margin-right: 4px;
}

span.bullet3 {
	width: 6px;
	height: 11px;
	display: inline-block;
	background-color: #009de0;
	margin-left: 4px;
	margin-right: 4px;
}

.contact_form input {
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 4px;
	background-color: #f0f0ef;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border: 1px solid #fff;
}

.contact_form textarea {
	background-color: #f0f0ef;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 4px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	width: 520px;
	height: 300px;
	border: 1px solid #fff;
}

.contact_form input.submit-button {
	background-color: #009de0;
	color: #faf4ec;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 90px;
	padding: 0;
	margin-left: 443px;
	text-align: center;
	border: 1px solid #009de0;
}

.contact_form input.submit-button:hover {
	opacity: 0.7;
}

/*************** contact info ***************/

.contact_info {
	margin-top: 30px;	
	position: relative;
	z-index: 500;
}

.contact_info h5 {
	margin-bottom: 18px;
}

.contact_info img {
	margin-right: 10px;
	vertical-align: baseline;
	width:25px;
}

.contact_info li a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
}

span.address {
	margin-left: 32px;
}

.map_frame {
	margin-left: 5px;
	margin-top: 17px;
	-webkit-box-shadow: 0px 0px 0px 7px #f0f0ef;
	-moz-box-shadow: 0px 0px 0px 7px #f0f0ef;
	box-shadow: 0px 0px 0px 7px #f0f0ef;
	position: relative;
	z-index: 500;
}


/*************** pixels counter ***************/

.pixels {
	position: relative;
	z-index: 600;
	margin-top: 70px;
	text-align: right;
}

.pixels p {
	color: #fff;
}


/*************** copyright ***************/

.copyright {
	position: relative;
	z-index: 600;
	text-align: center;
	margin-top: 45px;
}

.copyright p {
	color: #c8c8c8;
	font-size: 14px;
}

.copyright p a { color:#009de0; }
.copyright p a:hover { color:#fff; text-decoration: underline; }



#lang { position:absolute; left:30px; top:10px; }
#lang li span {display:none;}
