
.container {
	opacity:0.8;
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
    }

body, html {
	margin:0px auto;
	width:100%;
	color:#000;
	background: url(../images/bg_1.jpg) fixed;
	font-family:'arimoregular', sans-serif;
	font:12px;
	position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}


#wrapper {
	position:absolute;
	top:100%;
	width:100%;}

.inner {
	width:100%;
	max-width:1440px;
	margin:0px auto;
	text-align:center;
	display:block;}

.title_line {
    border-bottom: 1px solid #000;
    display: block;
    height: 1px;
    margin: auto;
    width: 225px;
}

.title_line_2 {
    border-bottom: 1px solid #000;
    display: block;
    height: 1px;
    margin: auto;
    width: 180px;
}

.title_line_3 {
    border-bottom: 1px solid #000;
    display: block;
    height: 1px;
    margin: auto;
    width: 270px;
}

.lead {
	font-family:'arimoregular', sans-serif;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#BBB;
	margin-bottom:0px;
	padding:30px 30px 30px 30px;
	font-size:22px;}

.lead a {
	color:#ffdf85;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.lead a:hover {
	color:#777;
}
	
header {
	width:100%;
	height:100%;
	text-align:center;
	color:#000;
	position:absolute;
	 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
 

header h1 {
	font-family:'arimobold', sans-serif;
	font-size:40px;
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:lighter;
	position:relative;
	margin:18% auto 0px auto;
	z-index: 999;}

.roles {
    font-family:      'arimoregular', sans-serif;
    font-size:         14pt;  
    font-weight:       300;  
    display:           inline-block;
    line-height:       70px;
    height:            70px;
    vertical-align:    middle;
    overflow:          hidden;
    color:             #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.01);
    z-index: 999;
}

.roles div {
    height:             70px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}

nav {
	width:100%;
	height:60px;
	background-color:#000;
	opacity:0,2em;
	margin:0px;
	z-index:100;
}

nav #logo {
	float:left;
	display:inline-block;
	font-size:12pt;
	color:#212121;
	margin-left:10px;
	letter-spacing:2px;
	padding:12px;
	line-height:19px;
	vertical-align:middle;
}

nav ul {
		float:right;
		display:inline-block;
		margin-right:10px;
		margin-top:10px;
		list-style:none;
		vertical-align:middle;}

nav ul li {
	display:inline-block;
	vertical-align:middle;
	line-height:14px;}

nav ul li a {
	font-family:'arimoregular', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12pt;
	margin:5px 18px 0px 18px;
	padding:18px 0px;
	vertical-align:middle;
	text-decoration:none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;}

nav ul li a:hover  {
	color:#ffcc00;}

#nav .selected a {
    color:#ffcc00;}

#work {
	background: url(../images/bg_2.jpg);
	padding:60px 0px 50px;
	margin:0px auto;
	text-align:center;
	display:block;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
#work h2 {
	color:#000;
	font:25pt 'arimobold';
	letter-spacing:0.1em;
	padding: 60px 0px 0px 0px;
	}

#work h3 {
	color:#000;
	font:21pt 'arimoregular';
	letter-spacing:0.1em;
	padding: 40px 0px 0px 0px;
	}

.work_grid {
	list-style: none;
	margin: 60px auto;
	text-align: center;
	width: 100%;
	padding-bottom: 120px;
}

.work_grid li {
	display: inline-block;
	margin: 0px -5px 0px 0px;
	vertical-align: top;
	height: 300px;
}

.work_grid li > a,
.work_grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-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;
}

.work_grid li > a img:hover {
	filter:alpha(opacity=20);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity: 0.2;
}


#about {
	background-image: url(../images/bg_3.jpg);
	padding:70px 0px 50px;
	background-color:#FFF;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
#about .inner {
	width:100%;
	height:100%;
	margin:0px auto;
	text-align:center;
}


#about h2 {
	color:#000;
	font:25pt 'arimobold';
	letter-spacing:0.1em;
	padding: 60px 0px 60px 0px;
}
	

#me{
	  text-align: center;
}

#me li{
	  position: relative;
	  list-style-type: none;
	  display: inline-block;
	  width: 75%;
	  height: auto;
	  margin-bottom: 2.5%;  
	  transition: all 150ms ease-out; 
	  margin: 0 0px 5px 5px;
	  padding-bottom:10px;
	  font:14pt 'alegreyaregular';
	  color:#000;
	  text-align:center;
	  letter-spacing:0.0em;
}

#me li img {
	width:210px;
	-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;}

#me li img:hover {
	filter:alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;}

#me li .name {
#	border: 1px solid #979797;
	color: #000;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#me li .poste {
	font:15pt 'alegreyaregular';
	letter-spacing:0.0em;
	color: #FFFFFF;
	background-color: #000;
	font-size:13px;
	text-transform: uppercase;
	padding: 0px 4px;
	display: inline-block;}

#me li .whathedo {
	color: #3b3b3b;
	font-size:12px;}


#me li .whathedo a {
	padding: 0px 5px 0px 5px;
}

#contact {
	padding:70px 0px 100px;
	background-image: url(../images/bg_1.jpg) fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
#contact .poste {
	font-family:'arimobold', sans-serif;
	font-size:13px;
	letter-spacing:0.1em;
	color: #FFFFFF;
	background-color: #000;
	text-transform: uppercase;
	padding: 5px 9px;
	margin-left: 10px;
	display: inline-block;}

#contact h2 {
	color:#000;
	font:25pt 'arimoregular';
	letter-spacing:0.1em;
	padding: 200px 0px 0px 0px;}

#contact h3 {
	color:#000;
	font:15pt 'alegreyaregular';
	letter-spacing:0.0em;
	padding: 100px 0px 0px 0px;}

#social_module {
	background-color:#000000;
	padding:30px 0px 30px;
	text-align:center;}


#social_module a {
	text-decoration: none;}

#social_module  ul li{
	list-style:none;
	display:inline-block; 
	padding: 0px 20px 0px 20px;}

.icon{
	font-family:"Socialico";
	font-weight:400;
	font-style:normal;
	font-size:70px;
	color:#000;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out}
	
.icon:hover{
	color:#ffffff;}

footer {
	height:auto;
	background-color:#000;
	width:100%;
	padding:10px 0px 20px 0;
	font-family:'arimoregular', sans-serif;
	font-size:11px;
	letter-spacing:1px;
	position:static;
	bottom:0px;
	text-align:center;}
	
::selection {
	background: #ffcc00; /* Safari */
	}
::-moz-selection {
	background: #ffcc00; /* Firefox */
}