/*----------------------------------------------------------------------------- 
Default Screen Stylesheet 

version:   1.0 
date:      19/09/13 
author:    Enrique Moreno 
email:     emoreno.designs@gmail.com
website:   http://www.emoreno.uni.me
--------------------------------------------------------------------------------*/

/* Main Body */
body { 
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; 
	color: #fff;     
	text-align:center; 
  margin:0 !important;
  padding:0 !important;
	background-color: #000;
} 

a{
	color:#fff;
}
a:hover{
	color:#ccc;
	text-decoration:none;
}
a:active{
	color:#888;
}

/* Default Classes */
.background {  
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
	display:block;
	width: 100%;
	min-height: 800px;
	text-align:left;   
	margin-left:auto;  
	margin-right:auto;  
  background-position:center center;
	background-size: auto 100% ;
	background-repeat: no-repeat;
	background-attachment:fixed;
  opacity:0;
}

.woh{
	background-size: 100% auto !important;
}

.clear { 
	clear:both; 
} 
.left { 
	float:left; 
} 
.right { 
	float:right; 
} 

/* Nav */
nav {
  position:fixed;
  width:100%;
  height:100%;
	background: rgba(17, 17, 17, 0.8);
  z-index:50;
}

nav .loading{
	display:block;
	width:220px;
	height:19px;
	position:absolute;
	top:50%;
	left: 50%;
	margin-top: -9.5px;
	margin-left: -110px;
}

nav .title{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	padding: 80px 20px;
	text-align:right;
}

nav .title:first-letter{
	font-size:40px;
}

nav .title small{
	font-family: "Montserrat", sans-serif;
	font-size:16px;
}

nav ul {
	display:none;
	list-style-type: none;
	margin-right: 20px;
	text-align: right;
	float:right;
}

nav ul li {
  margin-bottom:20px;
  cursor:pointer;
	line-height:48px;
}

nav ul li :hover{
  color:#ccc;
}

nav ul li :active{
  color:#888;
}

nav ul li:hover span{
  color:#ccc;
}

nav ul li:active span{
  color:#888;
}

nav ul li .text{
  display:inline-block;
}

nav ul li i{
  margin-left:10px;
	position: relative;
	bottom: -5px;
}

nav .more{
	display:none;
	text-align: right;
	margin-right: 20px;
	margin-top: 40px;
	float:right;
}


.modal-more{
	color:#000;
	border-radius: 0;
}
.modal-more img{
	width: 230px;
	margin-bottom: 20px;
}
.modal-more img.left{
	margin-right: 20px;
	float:left;
}
.modal-more img.right{
	margin-left: 20px;
	float:right;
}

.modal-more p{
	text-align:justify;
}
.modal-more a{
	color:#333;
}

/* sections */
section{
	position: relative;
  display:block;
  width: 65%;
  float: right;
	background-position: center bottom;
	overflow:hidden;
}

section img{
  height: 60%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}