/* Misc
******************************************************************/
.margin90 {
    margin-bottom:90px;
}

body {
    overflow-x:hidden;
    overflow-y:scroll;
}

.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;
}
.lefted {
    text-align:left;
}
.righted{
    text-align: right;
}
.header{
    position:relative;    
}

/* NAV
******************************************************************/

.nav-container {
    top: 0% !important;
    background-color:#1b1b1b; 
    height:70px; 
    position: relative; 
    z-index: 200;
}

nav {
    top: 0% !important;
	z-index: 200;
	width: 100%;
	background-color:#1b1b1b;
	position: relative;
    float:left;
    height:100px;    	
}

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

#logo_small {
    float:left;
    margin-top: 5px;
}
#logo_small a img{
    width:180px;
    height:90px; 
}
nav li {
    text-transform:uppercase;
    display: inline;
    list-style: none;    
}

nav li a {
    margin-top:35px;
	text-decoration: none;
	font-size: 16px;
	color: #a4a4a4;
	font-weight: 400;
	display: inline-block;
	margin-right:20px;
    text-align: center;	
}

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

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

#home { background: url(../images/home_bg_w.jpg) no-repeat center center;
    background-color:#38A5B6;
    width:100%;
    position:relative;
    display:block;
    text-align: center;
    z-index:20;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover;
    
}

#home_bg { background: url(../images/home_bg_w.jpg) no-repeat center center;
    background-color:#38A5B6;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover;

}

#home img{
    position:relative;
    z-index:100;
}

#home h1{
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color: #1b1b1b;
    margin-top:450px;
    z-index: 3;
    position:relative;
    /*text-shadow: 1px 12px 10px #1b1b1b;*/
}

#arrow {
    width:79px;
    height:78px;
    background: url(../images/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(../images/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(../images/next_arrow.png) no-repeat center -79px;
    background: rgba(255,255,255, 0.8);
}

#arrowh {
    width:79px;
    height:78px;
    background: url(../images/next_arrow.png) no-repeat center;
    position:static;
    left: 20%;
    bottom:10px;
    z-index:200;
}

#arrowh a {
    position:static;
    left:0px;    
    z-index:200;    
    width:79px;
    height:78px;
    background: url(../images/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;
}

#arrowh a:hover {
    background: url(../images/next_arrow.png) no-repeat center;
    background: rgba(255,255,255, 0.8);
}


#head {
    background: url(../images/logo.svg) no-repeat 50% top;

    height:100%;
    width:350px;
    max-width:350px;
    position:absolute;
    z-index: 100;
    top:150px; 
    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
    
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
}

}      

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

/* Paralaxed elements
******************************************************************/

#parallax {
    background: url(../images/about_bg22.png) no-repeat center top  ;
    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 10;

    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
}

#parallax_2 {
    background: url(../images/about_bg3.png) no-repeat center top  ;
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 1;

    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
    opacity: 0.7;
}

#parallax_3 {
    background: url(../images/services_bg2_b.png) no-repeat center  top;
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    opacity: 0.8;
    z-index: 2;
}

#parallax_4 {
    background: url(../images/services_bg3.png) no-repeat center top;      
    display:block;
    width:100%;
    height:600px;
    position:absolute;
    z-index: 10; 
}

#parallax_5 {
    background: url(../images/works_bg2.png) no-repeat center top ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    opacity: 0.5;
    z-index: 1;
}

#parallax_6 {
    background: url(../images/works_bg3.png) no-repeat center top  ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_7 {
    background: url(../images/port_bg2.png) no-repeat center top  ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    opacity: 0.5;
    z-index: 1;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#parallax_8 {
    background: url(../images/port_bg3.png) no-repeat center top  ;    
    width:100%;
    height:600px;
    position:absolute;
    display:block;
    z-index: 10;
}

/* Parallax mobile 
******************************************************************/


#parallax_mobile {
    background: url(../images/about_bg2.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;

    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
}

#parallax_2_mobile {
    background: url(../images/about_bg3.png) no-repeat center top  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 1;

    -moz-background-size:contain; 
    -webkit-background-size:contain; 
    background-size:contain;
}

#parallax_3_mobile {
    background: url(../images/services_bg2_2.png) no-repeat center bottom  ;    
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    opacity: 0.8;
    z-index: 1;
}

#parallax_4_mobile {
    background: url(../images/services_bg3_2.png) no-repeat center bottom  ;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_5_mobile {
    background: url(../images/works_bg2_2.png) no-repeat center bottom  ;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    opacity: 0.5;
    z-index: 1;
}

#parallax_6_mobile {
    background: url(../images/works_bg3_2.png) no-repeat center bottom  ;
    margin-top:100px;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}

#parallax_7_mobile {
    background: url(../images/port_bg2.png) no-repeat center bottom  ;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    opacity: 0.5;
    z-index: 1;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#parallax_8_mobile {
    background: url(../images/port_bg3_2.png) no-repeat center bottom  ;
    margin-top:100px;
    width:100%;
    height:450px;
    position:absolute;
    display:block;
    z-index: 10;
}



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

#about_header {
    background: url(../images/about_bg.jpg) repeat center center  ;
    background-color:#960500; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover;
}

#about_header_mobile {
    background: url(../images/about_bg.jpg) repeat center center  ;
    background-color:#960500; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover;
}


#about_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:#fff;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;

    text-shadow: 2px 2px 2px #000;
}

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

#services_header {
    background: url(../images/services_bg1.jpg) repeat center center  ;
    background-color:#00489A; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;  
    
    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}
#services_header_mobile {
    background: url(../images/services_bg1.jpg) repeat center center  ;
    background-color:#00489A; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;   

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#services_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;

    text-shadow: 1px 1px 1px #fff;
}

.services_item {margin-bottom:40px;}

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

h4.title-services{
    font-weight: 600;
    color: #000;
}

.servi {
    padding-top: 10px;
}

/* Works
******************************************************************/

#works_header {
    background: url(../images/about_bg.jpg) repeat center center  ;
    background-color:#961E3C; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#works_header_mobile {
    background: url(../images/about_bg.jpg) repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#works_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:#fff;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;

    text-shadow: 2px 2px 2px #000;

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

/* Gallery
******************************************************************/
#gallery_header {
    background: url(../images/port_bg.jpg) repeat center center  ;
    background-color:#1F73A8; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#gallery_header_mobile {
    background: url(../images/port_bg.jpg) repeat center center  ;
    background-color:#e24e4e; 
    width:100%;
    height:450px;
    position:relative;
    display:block;
    text-align: center;

    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
}

#gallery_header h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:200px;
    z-index: 3;
    position:relative;
    text-shadow: 1px 1px 1px #fff;
}

#gallery {
    background: url(../images/gallery_bg.jpg) repeat-y center center;
    background-color:#f6f5f8;
    width:100%;
    position:relative;
    display:block;
    text-align: center;    
}

#gallery_bg {
    background: url(../images/gallery_bg.jpg) repeat-y center center;
    background-color:#f6f5f8;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;    
}

#gallery h1 {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: 115px;
    color:black;
    text-transform:uppercase;
    margin-top:140px;
    margin-bottom:70px;
    z-index: 3;
    position:relative;
}

#gallery h2 {
    margin-top:100px;
}

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

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

#gallery img {
    border-width: 28px;
    border-image:url("../images/frame.png") 28 repeat;
    -o-border-image:url("../images/frame.png") 28 repeat;
    -moz-border-image:url("../images/frame.png") 28 repeat;
    -webkit-border-image:url("../images/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);
}

/* 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: 80px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	text-align: center;
	color: #007cc2;
	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: 'Source Sans Pro', 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 {
    display:block;
    position:relative;
    background: #444;
    background-color: -moz-linear-gradient(bottom, #444444, #333333);
    background-color: -webkit-linear-gradient(bottom, #444444, #333333);
    background-color: linear-gradient(to top, #444444, #333333);
}

#start_project h2 {    
    color:white;
    margin-top:50px;
    margin-bottom:10px;
}

#start_project a {
    color:#96c6ea;
    font-size: 25px;
    margin-bottom:20px;    
}

#start_project p{
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
}

#start_project p:last-child{ 
    margin-top: 5px;
    margin-bottom: 50px;
}

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

.contac-img{
    position: relative;
    width: 30%;
    height: 100%;
    top: 30px;
}
/* Footer
******************************************************************/

#footer {
    background-color:#1b1b1b;
    display:block;
    position:relative;
    font-size: 16px;
}

#footer p {
    margin: 60px 0px;
    color: #fff;
}

#footer a{
    cursor: pointer;
    color: #fff;
}

.foot-menu{
    display: block;
}