

/* ==========================================================================
   General Styles
   ========================================================================== */

html,body {
	width: 100%; height: 100%; margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	font-size: 0.95em;
	line-height: 1em;
	color: #555;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', Arial;
	font-weight: 400;
	overflow:hidden;
}
html{-webkit-font-smoothing: antialiased;}
body {background: #ffffff; border:0px solid red;}   
h1,h2,h3,h4,h5,h6 {}
h1 { text-transform:uppercase; font-weight: 300; margin-top:0;}
a {color: #FF6633; cursor:pointer;}
p {margin: 0 0 1.5em 0;}
#page { height:100%;};

/* ==========================================================================
   helpers
   ========================================================================== */
   
.menu {
	overflow:hidden;

}
.temp {
	position:fixed;
	top:10px; left: 10px;
	text-transform:uppercase;
	font-size:0.75em;
	opacity:0;
}
.white {
	color:white;
}
#menu-bar {
	position:absolute;
	width:100%;
	font-size:0.75em;
	line-height:1.45em;
	text-transform:uppercase;
}
.smooth,.smooth img{ cursor:pointer; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
   
/* ==========================================================================
   Header Styles
   ========================================================================== */
.menu_block {
	height:100px;
	width:1px;
	/*background:#333;*/
}
.logo {
	position:absolute;
	z-index:101;
	border:0px solid black;
	margin-top:-100px;
	display:none;
}
.projTtl {
	position:absolute;
	right:0px;
	text-transform:uppercase;
	z-index:100;
	-webkit-font-smoothing: antialiased !important;
	display:none;
}

#header {
	overflow:hidden;
	background: url('../images/homex.jpg') no-repeat fixed;
	background-position: center center;
	width:100%; height:100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
/* ==========================================================================
   Content Styles
   ========================================================================== */
   
   .content {
	   height:100%;
	   width:100%;overflow:hidden;
   }
   .pages {
	   height:100%;
	   width:100%;
	   background-color:#eaeaea;
	   font-family: 'Titillium Web', Arial;
	   font-size:1.0em;
	   line-height:145%;
	   display:none;overflow:hidden;
	   
   }
   .pages p {
	   padding:0;
	   margin-bottom:1.35em;
	}
	.pages a {
		color:inherit;
		text-decoration:underline;
	}
	.small {
		font-size:0.8em;
		opacity:0.7;
	}
	.textTop {
		z-index:111;
		position:relative;
	}
  .col {text-align:left;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	}
   
/* ==========================================================================
   Menu & Submenus Styles
   ========================================================================== */

#scale {
	width:100%;
	padding-top:35px;
	padding-bottom:40px;
	background:#fff;
	position:relative;
	z-index:100;
	border-bottom:0px solid white;
}
.mask {
	width:100%;
	height:100%;
	background-color:#9CC;
	position:absolute;
	top:0px; left:0px;
	opacity:0.7;
	display:none;
}
.bars {
	/*float:left;*/
	border-bottom:12px solid black;
	border-right:1px solid black;
}
.bar0, .bar2{
	width:1px;
	display:none;
}
.bar3, .bar4, .bar5 {
	width:2px;
}
.col1 {
}
.col2 {
}
.col3 {
	width:15%;
}
.col4 {
	width:24%;
}	
.col5 {
	width:100%;
}
.submenu {
	display:none;
}
.submenu div {
	display:table;
	
}
.submenu .default {
}
.submenu .default:hover {
	color: #BABABA;
	cursor:pointer;
}
.submenu .active {
	color: #BABABA;
	cursor:default;
}
.bar-initial {
	cursor:pointer;
}
.projCol {
	float:left;
	margin-right:20px;
}

/* ==========================================================================
   Projects Styles
   ========================================================================== */
.proj-btn {
	position:absolute;
	width:50%;
	height:100%;
	cursor:pointer;
	display:none;
	color:#999;
	font-family: 'Advent Pro', sans-serif;

}

.arr-img-prev span, .arr-img-next span {
/*text-shadow: 0px 0px 10px rgba(53, 53, 53, 1);*/
}

.list-proj {
	display:none;
}
.arr-img-prev {
	opacity:0.7;
	display:none;
}
.arr-img-next {
	opacity:0.7;
	text-align:right;
	display:none;	
}
.arr-proj-prev {
	opacity:0.7;
	display:none;
}
.arr-proj-next {
	opacity:0.7;
	text-align:right;
	display:none;
}
/*.img-next:hover {
	background:url(../images/arr-next.png) no-repeat right center;
}
.img-prev:hover .arr-img-prev{
	display:block;
	background:url(../images/arr-prev.png) no-repeat left center;
}
.proj-prev {
	opacity:0.7;
}
.proj-next {
	opacity:0.7;
}
.proj-next:hover {
	background:url(../images/arr-next-proj.png) no-repeat right center;
}
.proj-prev:hover {
	background:url(../images/arr-prev-proj.png) no-repeat left center;
}*/

/* Social Footer */

footer{ background-color:#1a1a1a; padding-top:3em; padding-bottom:3.5em; color:#666; }
footer a {color:#999;}
footer a:hover {color:#ccc; text-decoration:none;}

/*** Tablet ***/

.i-menu {
	display:none;
	position:absolute;
	right:0px;
	top:12px;
}