@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}
.clear:after {
    content: ""; display: block; clear: both;
}
.clear { zoom: 1; }


body {
    font:12px Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;

}
p { margin:10px 0 0 0; line-height:16px;}

#container {
    width:100%;	
}

#header {
    position:relative;
    width:1024px;
    height:85px;
    margin:0 0 0 25px;
    z-index:10;
}

#header h1 a {
    display:block;
    position:absolute;
    background:url(../images/logo.jpg) no-repeat;
    width:200px;
    height:260px;
    text-indent:-9999px;
    left:20px;
    z-index:10;
}
ul#nav {
    list-style:none;
    position:absolute;
    left:230px;
    top:60px;
}
ul#nav li {
    float:left;
    text-transform: uppercase;
}
ul#nav li a{
    color:#6f8489;
    display: block;
    padding: 5px 14px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;

}
ul#nav li a:hover{
    color: #243842;
}	
ul#nav li ul{	
    margin: 0 -3.5em;
    padding: 20px 0 10px 0;
    position: absolute;
    visibility: hidden;
    list-style:none;
    background:#FFFFFF;	
    
}

ul#nav li ul li{	
    float: none;
    text-transform: none;
    margin:5px 0;
}			
ul#nav li ul li a{	
    /*width: auto;*/
    background: #FFFFFF;
    padding:4px 25px;
    text-align:center;
}			
ul#nav li ul li a:hover{	
    color: #243842;
    background:#eaeff0;
}
#content {
    background:#eaeff0;
    padding:8px 0;
/*     position:absolute; */
    z-index:5;
    height:620px;
}
#background {
    height:620px;	
}
#background ul{
    list-style:none;
    overflow:hidden;
    position:relative;
    width:25000px;

}
#background ul li{
    position:relative;
    float:left;
}
#bgnext {
    position:absolute;	
    width:45px;
    height:620px;
    top:93px;
    right:0px;
    z-index:5;

}
#bgnext a {
    background: url(../images/prev.png) -99px no-repeat;	/* IE fixed */
    cursor:pointer;
    width:45px;
    height:620px;
    display:block;
    text-indent:-9999px;

}
#bgnext a {
    background: url(../images/next.png) no-repeat;		

}
#bgprev {
    position:absolute;	
    width:45px;
    height:620px;
    top:93px;
    left:0px;
    z-index:15;

}
#bgprev a {		
    background: url(../images/prev.png) -99px no-repeat;	/* IE fixed */
    cursor:pointer;
    width:45px;
    height:620px;
    display:block;
    text-indent:-9999px;



}
#bgprev a {
    background: url(../images/prev.png) no-repeat;		

}

#feature-projects {
    position:absolute;
    z-index:5;
top: 94px !important;    left:730px;
    width:292px;
/*     height:620px; */
/*     background: url(../images/bg-feature-projects.png) repeat; */
    color:#ffffff;
    background-color: rgba(0, 0, 0, 0.50);
}
#feature-projects ul.index a {
    color:#ffffff;
    text-decoration:none;
    outline:none;
}
#feature-projects ul.index {
    list-style:none;
    padding:60px 0 0 0;
}
#feature-projects ul.index li {
    border-top: 1px solid #373d40;
    color:#FFFFFF;
    padding:15px 25px;

}
#feature-projects ul.index li:hover {
    background:#231f20;
}
#feature-projects h3{
    font-size:15px;
}
#project-detail {
    margin:40px 0 0 0;
/*     background: url(../images/bg-feature-projects.png) repeat; */
    padding:80px 25px 35px;
    padding: 30px;
}

#project-detail ul{
    list-style:none;
}
#project-detail a{
    color:#FFFFFF;
}

#content.about {

}
#content .text {
    width:731px;
    height:620px;
    background: url(../images/bg-feature-projects.png) repeat;
    margin:0 0 0 281px;
    color:#FFFFFF;
    position:absolute;
    z-index:5;
}
#content .text ul {
    list-style-type:none;
}
#content .text ul li{
    background: url(../images/dash.png) left no-repeat;
    padding:0 0 0 10px;
}
#content .text-about {
    padding:90px 0 0 30px;
    width:500px;
    height:530px;
}
#content .text-about h2{
    font-size:18px;
}
#content .text-about h3{
    font-size:16px;
    font-weight:normal;
}
#content .text-about p{
    line-height:16px;
    margin:15px 0;
}
#content .contact {
    padding:70px 0 20px 35px;
    width:696px;
    height:550px;
    top: 8px;
}
#content .contact h2 {
    font-size:18px;
    font-weight:bold;
}
#content .contact h3 {
    font-size:16px;
    margin:20px 0 0 0;		
}
#content .contact p {		
    margin:20px 0 0 0;	
    line-height:18px;	
}
#content .contact form   {		
    margin:30px 0 0 0;		
}
#content .contact form  p {		
    margin:7px 0 0 0;		
}
#content .contact form input,
#content .contact form textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border:1px solid #474747;
    background:#1c1b1f;
    color:#FFFFFF;
    font:12px Arial, Helvetica, sans-serif;
}
#content .contact form input.short {
    width:179px;
    height:26px;
    padding:0 0 0 10px;
    margin:0 15px 0 0;
    line-height:26px;
}
#content .contact form input.long {
    width:388px;
    height:26px;
    padding:0 0 0 10px;
    line-height:26px;


}
#content .contact form input.send {
    width:70px;
    height:26px;
    padding:0 0 0 0px;
    margin:0 0 0 331px;
    background:#1c1b1f url(../images/bt-send.png) 0px center no-repeat;
    cursor:pointer;

}
#content .contact form textarea {
    width:388px;
    height:145px;
    padding:10px 0 0 10px;

}
#footer {

    width:1024px;
    margin:0 0 0 25px;
    padding:20px 0 0 42px;
    color:#6f8489;
/*     position:absolute; */
/*     top:718px; */
}
#footer p.small{	
    font-size:10px; margin:6px 0 0 0;
}
#footer p.moliga{	
    margin:3px 0 0 0;
}
#footer a {	
    font-size:10px; margin:10px 0 0 0;
    text-decoration:none;
    color:#6f8489;
}
#footer p span{	
    font-size:11px; margin:6px 0 0 0;
}
#pager { 
    position:absolute;
    bottom:30px;
    left:950px;
    z-index:10;
}
#pager a{ 
    width:14px;
    height:14px;
    display:block;
    text-indent:-9999px;
    outline:none;
    float:left;
    margin:0 5px 0 0;
    background: url(../images/pager-circle.png) right no-repeat;
}
#pager a:hover,
#pager a.activeSlide{ 

    background: url(../images/pager-circle.png) no-repeat;
}

.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 10000px;
    height:620px;
}
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
}
.items div {
    float:left; margin:0; padding:0;
}

.navi {
    float:right;
    display:block;
    margin:60px 0 0 0;
    height:20px;
    padding:0 0 0 70px;
    background:url(../images/nav-image.png) 0 3px no-repeat;
}


/* items inside navigator */
.navi a {
    width:14px;
    height:14px;
    float:left;
    margin:3px;
    background: url(../images/pager-circle.png) right no-repeat;
    display:block;
}

/* mouseover state */
.navi a:hover {
    background: url(../images/pager-circle.png) no-repeat; 
}

/* active state (current page state) */
.navi a.active {
    background: url(../images/pager-circle.png) no-repeat;
}
#header_responsive {
    display:none;
}
#bgprev a, #bgnext a {
    background-position: 50% 48%;
}



@media all and (max-width: 768px) {
    .overlay {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 85px;
        left: 0;
        background-color: #F5F4F0;
        overflow: hidden;
    }
    .overlay-content {
        position: relative;
        width: 100%;
        margin-top: 0px;
        height:auto;
    }
    .overlay-content a {
        text-transform: uppercase;
        font-size: 15px;
        color: black;
        font-weight: 700;
        padding: 0px 44px;
        border-top: #d5d4cf solid 1px;
        line-height: 53px;
    }
    #container {
        width:100%;
        height:auto;
        overflow: hidden;
    }
    #header {
        display: none;
    }
    #header_responsive {
        position: inherit;
        margin:0px 0px 0px 0px;
        width: 100%;
        height:85px;
        float:none;
        display: block;
    }
    #header_responsive h1 {
        width: 50%;
        height: 100%;
    }
    #header_responsive h1 a {
        width:100%;
        position: inherit;
        display:block;
        background:url(../images/logo.jpg) no-repeat;
        background-size: 100% 260px;
        background-position: 0 -165px;
        min-width: 200px;
        max-width: 200px;
        height:100%;
        text-indent:-9999px;
        left:20px;
        z-index:10;
    }
    .nav_button {
        position: absolute;
        right: 15px;
        top: 55px;
        cursor: pointer;
        display: block;
        z-index: 999;
    }
    .nav_button div {
        position: relative;
        padding-right: 8px;
        margin-top: -0.50em;
        line-height: 1.2;
        font-size: 18px;
        font-weight: 200;
        vertical-align: middle;
        z-index: 99;
    }
    .nav_button  span {
        display: block;
        width: 24px;
        height: 4px;
        margin: 4px 0;
        background-color: #000000;
        z-index: 99;
    }
/*    #nav_responsive {
        display: none;
    }*/
    #nav_responsive li {
        text-transform: uppercase;
    }
    #nav_responsive li:hover {
        background-color: #FFFFFF;
    }
    #nav_responsive li a{
        color:#6f8489;
        display: block;
        text-decoration: none;
        white-space: nowrap;
        font-weight: bold;
    }
    #nav_responsive li a:hover{
        color: #243842;
        cursor: pointer;
    }	
    #nav_responsive li ul{
        padding: 0px;
        position: inherit;
        visibility: visible;
        list-style:none;
        background:#FFFFFF;	
    }

    #nav_responsive li ul li{	
        float: none;
        text-transform: none;
    }			
    #nav_responsive li ul li a{	
        /*width: auto;*/
        background: #FFFFFF;
        text-align:left;
    }			
    #nav_responsive li ul li a:hover{	
        color: #243842;
        background:#FFFFFF;
    }
    .sub_menu_reponsive_cross {
        background: url(../images/arrow_icon_cross.png) no-repeat center;
        background-size: 50px 50px;
        background-position: 90% 0px;
        
    }
    .sub_menu_reponsive_down {
        background: url(../images/arrow_icon.png) no-repeat center;
        background-size: 50px 50px;
        background-position: 90% 0px;
        
    }
    .sub_menu_cp, .sub_menu_c, .sub_menu_r {
        display:none;
    }
    #content {
        width: 100% !important;
        height: auto !important;
        position: inherit;
        height: auto;
    }
    #feature-projects {
        position:inherit;
        z-index:5;
        left:730px;
        width:100%;
        height:auto;
        background: url(../images/bg-feature-projects.png) repeat;
        color:#ffffff;
    }
    #feature-projects ul.index a {
        color:#ffffff;
        text-decoration:none;
        outline:none;
    }
    #feature-projects ul.index {
        list-style:none;
        padding:60px 0 0 0;
    }
    #feature-projects ul.index li {
        border-top: 1px solid #373d40;
        color:#FFFFFF;
        padding:15px 25px;

    }
    #feature-projects ul.index li:hover {
        background:#231f20;
    }
    #feature-projects h3{
        font-size:15px;
    }
    #project-detail {
        margin:0;
        background: url(../images/bg-feature-projects.png) repeat;
        padding:25px;
        width: auto;
        height: auto;
    }

    #project-detail ul {
        list-style:none;
    }
    #project-detail a{
        color:#FFFFFF;
    }
    #content .contact {
        position: inherit;
        margin-left: 0px;
        padding: 25px;
        width: auto;
        height: auto;
    }
    form#contact_form {
        width: 100%;    
    }
    form#contact_form .send {
        margin: 0px !important;    
    }
    #footer {
        position: inherit;
        width: 100%;
        margin: 0 0 0 25px;
        padding: 20px 0 0 42px;
        color: #6f8489;
        height: auto;
        top:0px;
    }
 
}
@media (max-width: 1024px) {
	#background2 ul li, #background2 ul li img {
		width:auto !important;
		height: auto !important;
	}


}
@media (max-width: 768px) {
    #background ul li img {
        width: 768px;
    }
    #background, #bgprev, #bgprev a, #bgnext, #bgnext a, .scrollable {
        height: 381px;
    }
}
@media (max-width: 425px) {
    #background ul li img {
        width: 425px;
    }
    #background, #bgprev, #bgprev a, #bgnext, #bgnext a, .scrollable {
        height: 211px;
    }
    #content .contact form input.short {
        width: 95%;
        margin: 7px 0 0 0;
    }
    #content .contact form input.long, #content .contact form textarea {
        width: 95%;
    }
}
@media (max-width: 375px) {
    #background ul li img {
        width: 375px;
    }
    #background, #bgprev, #bgprev a, #bgnext, #bgnext a, .scrollable {
        height: 186px;
    }
} 
@media (max-width: 320px) {
    #background ul li img {
        width: 320px;
    }
    #background, #bgprev, #bgprev a, #bgnext, #bgnext a, .scrollable {
        height: 159px;
    }
} 