/* Misc
******************************************************************/

.margin90 {
    margin-bottom:90px;
}

body {
    overflow-x:hidden;
    overflow-y:scroll;
    font-size:13px;
}

.content {
    background-color:white; 
    padding-top:90px; 
    position:relative; 
    z-index:90
}

.content img {
    margin-bottom:20px;
}
.centered {
    text-align:center;
}
.centered h2 {
    margin-bottom: 80px;
}

.header{
    position:relative;    
}
a.headlogo{color:#555555;}

h1,h2,h3,h4,h5{font-weight:700; font-family: "cantarell",sans-serif;}
h1{font-size:42px;}
h2{font-size:36px;}

.adriane{font-family: "adriane",serif;}

.sof{font-family: "adriane",serif; text-transform:uppercase; font-size:15px;}
/* NAV
******************************************************************/

.nav-container {
    background-color:#FFF; 
    height:70px; 
    position: relative; 
    z-index: 200;
}

nav {
	z-index: 200;
	width: 100%;
	background-color:#FFF;
	position: relative;
    float:left;
    height:70px;    	
}

nav ul {
    margin-right:15px;
    float:right
}

#logo_small {
    float:left;
    margin-left:30px;
    margin-top: 8px;
}

nav li {
    text-transform:lowercase;
	display: inline;
	list-style: none;    
}

nav li a {margin-top:20px;
	text-decoration: none;
	font-size: 12px;
	font-weight:300;
	color: black;
	display: inline-block;
	margin-right:15px;
    text-align: center;	
}

nav li a:hover,
nav li a.selected {
	color: #bbbbbb;
	text-decoration: none;
}
.sticky {
	position: fixed;
	top: 0px;
	z-index: 200;
}

.headerlogo{margin:22px 0 0 20px; font-size:12px; width:250px; float:left;}


/* Home
******************************************************************/


#home { 
    background-color:#FFF;
    max-width:100%;
    position:relative;
    display:block;
    text-align: center;
    z-index:20;
}

#home_bg { /*background: url(../img/home_bg.jpg) no-repeat center center;*/
    background-color:#FFF;
    max-width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
}

#home img{
    position:relative;
    z-index:100;
    padding: 25px 0;
}

#home h1{

    font-size: 70px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:10px;
    z-index: 3;
    position:relative;
}

#arrow {
    width:79px;
    height:78px;
	background: url(../img/next_arrow.png) no-repeat center -79px;
    position:absolute;
    bottom:10px;
    z-index:200;
}

#arrow a {
    position:absolute;
    left:0px;    
    z-index:200;	
    width:79px;
    height:78px;
    background: url(../img/next_arrow.png) no-repeat center top;
	background: rgba(255,255,255, 0);
    -webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

#arrow a:hover {
	background: url(../img/next_arrow.png) no-repeat center -79px;
	background: rgba(255,255,255, 0.8);
}


#head {
    background: url(../img/head.png) no-repeat 50% bottom  ;
   
    height:100%;
    width:900px;
    max-width:900px;
    position:absolute;
    display:block;
    z-index: 100;
    bottom:0px;
    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
    margin-left:25px;}
    
}      

img#logo {
    position:absolute;
    z-index:200
    top:15px;
}



/* About
******************************************************************/

#about_header {
    background: url(../img/bg-about-chi.jpg) no-repeat center top  ;
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;  
}

#about_header_mobile {
 	background: url(../img/bg-about-chi.jpg) no-repeat center top; 
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;  
}


#about_header h1 {
    font-size: 90px;
    color:white;
    text-transform:uppercase;
    margin-top:70px;
    z-index: 3;
    position:relative;
}


/* Services
******************************************************************/

#services_header {
    background: url(../img/bg-services-1600x400.jpg) no-repeat center center  ;
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;  
}
#services_header_mobile {
    background: url(../img/bg-services-1600x400.jpg) no-repeat center center  ;
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;    
}


#services_header h1 {
    font-size: 90px;
    color:white;
    text-transform:uppercase;
    margin-top:70px;
    z-index: 3;
    position:relative;
}

.services_item {margin-bottom:40px;}


#process h3 {
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:18px;
}



/* Arts & Culture
******************************************************************/

#arts_header {
    background: url(../img/bg-arts-1600x400.jpg) no-repeat center center  ;
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;
}
#arts_header_mobile {
   background: url(../img/bg-arts-1600x400.jpg) no-repeat center center  ;
    background-color:#FFF; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;
}

#arts_header h1 {
    font-size:90px;
    color:white;
    text-transform:uppercase;
    margin-top:70px;
    z-index: 3;
    position:relative;

}
.client h5 {
    text-transform:uppercase; 
    margin-top:2px; 
    margin-bottom:20px;
}

/* research
******************************************************************/

/*
#research {
    background: url(../img/bg-research-1280x853.jpg) repeat center center;
    background-color:#f6f5f8;
    width:100%;
    position:relative;
    display:block;
}

#research_bg {
    background: url(../img/bg-research-1280x853.jpg) repeat center center;
    background-color:#f6f5f8;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;    
}

#research h1 {
    color:white;
    text-transform:uppercase;
    margin-top:70px;
    margin-bottom:70px;
    z-index: 3;
    font-size:90px;
    text-align:center;
    position:relative;
}

#research h2 {
    margin-top:70px;
}

#research h3 {
    font-size:20px;
    margin-top:20px;
    margin-bottom:40px;
}

#research_items {
    position:relative;
    z-index:10
}

#research img {
    border-width: 28px;

    border-image:url("../img/frame.png") 28 repeat;
    -o-border-image:url("../img/frame.png") 28 repeat;
    -moz-border-image:url("../img/frame.png") 28 repeat;
    -webkit-border-image:url("../img/frame.png") 28 repeat;

    box-shadow:  0px 15px 7px 0px rgba(0, 0, 0, .3);
    -webkit-box-shadow:  0px 15px 7px 0px rgba(0, 0, 0, .3);
}

.boxedin{background-color:white; padding:40px;}*/

#research_header {
    background: url(../img/bg-research-940x210.jpg) no-repeat center center  ;
    background-color:#e0e0e0; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;  
}
#research_header_mobile {
    background: url(../img/bg-research-940x210.jpg) no-repeat center center  ;
    background-color:#e0e0e0; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;    
}


#research_header h1 {
    font-size: 90px;
    color:#FFF;
    text-transform:uppercase;
    margin-top:70px;
    z-index: 3;
    position:relative;
}

/* news
******************************************************************/

#news_header {
    background: url(../img/bg-news-1600x400.jpg) no-repeat center center  ;
    background-color:#e0e0e0; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;  
}
#news_header_mobile {
    background: url(../img/bg-news-1600x400.jpg) no-repeat center center  ;
    background-color:#e0e0e0; 
    max-width:100%;
    height:210px;
    position:relative;
    display:block;
    text-align: center;    
}


#news_header h1 {
    font-size: 90px;
    color:#FFF;
    text-transform:uppercase;
    margin-top:70px;
    z-index: 3;
    position:relative;
}


/* IMG hover effect
******************************************************************/


figure {max-width:360px; margin:0px auto ;padding:0px; text-align:center;}

figure img {
	max-width: 100%;
	position: relative;
	z-index: 900;
}

figure a {

	position: relative;
	display: block;
	line-height: 0px;
	text-decoration: none;
}


figure a:hover {
	text-decoration: none;
    
}

figure a:hover img {
	opacity: 0.4; 
	filter: alpha(opacity=40); /* IE6-IE8 */
        -webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;	
		transition: opacity .3s ease-in-out;
    
}

figure a:before {
	content: "+";
	display: block;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: center;
	
	color: red;
	font-weight: bold;
	
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	
	margin: -0.5em 0 0 -0.5em;
}

a.enlarge:before {
	content: "+";
}



/* Buttons
******************************************************************/


button.cta {
    font-family: "adelle-sans",sans-serif;
	font-size: 18px;
    font-style: italic;
    font-weight: 300;
	color: #ffffff;
	padding: 10px 20px;
	background:#e24e4e;
    text-shadow:
    0px 1px 0px rgba(120,36,50,1),
    0px 1px 0px rgba(255,255,255,0); 
    border: 0px;
}

button.cta:hover {
	background:#ff5555;	
}

button.cta:active {
	margin-top:1px;
}





/* Map and contact
******************************************************************/

#start_project {
    background-color:#3F4A50;
    display:block;
    position:relative
}

#start_project h2 {    
    color:white;
    margin-top:100px;
    margin-bottom:20px;
}

#start_project h1 {
    font-size: 100px;
    color:black;
    margin-top:20px;
    margin-bottom:50px;
}

#start_project a {
    color:#e4f1f7;
}

#start_project p { 
    color:white;
}

#map {
    height:400px; 
    width:100%; 
    position: relative;
}


/* Social icons
******************************************************************/
 
.list-social li {
    padding:0 10px 10px 0; 
    list-style: none; 
    margin:0px; 
    text-align: center; 
    display: inline-block; 
    margin-top:50px; 
    margin-bottom:50px;
}

.list-social li.facebook a {
    background:url(../img/social_facebook.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;    
}

.list-social li.twitter a {
    background:url(../img/social_twitter.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.forrst a {
    background:url(../img/social_forrst.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.dribbble a {
    background:url(../img/social_dribbble.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.rss a {
    background:url(../img/social_rss.png) no-repeat 0 0;
    height:56px;
    width:56px;
    display:block;
    float:left; 
    background-position:0 0;
}

.list-social li.facebook a:hover,
.list-social li.twitter a:hover,
.list-social li.forrst a:hover,
.list-social li.dribbble a:hover,
.list-social li.rss a:hover {
background-position:0 -56px;
}


/* Footer
******************************************************************/


#footer {
    background-color:white;
    display:block;
    position:relative
}
#footer p > .sof{font-size:10px;}
#footer p {
    margin: 20px 0px;
    color:#bbb;
    font-size:10px;
}

ul.social-icons {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a.social-icons {
    float: left;
    width: 32px;
    }
ul.social-icons > li{display: inline;}   

/*MOBILE*/
@media (max-width: 767px) {
body{padding:0!important;}
p{padding:0 20px;}
#research h1{font-size:50px;}
.nav-mobile{width:100%!important;}
h1{text-transform:uppercase; padding-top:70px; color:#FFF; font-weight:700;}
.visible-tablet {
    display: inherit !important;}
    }

