@charset "utf-8";

html{
    height:100%;
}

body{
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
    font-weight:400;
    color:#2f2e2c;
    line-height:150%;
    margin:0;
    position:relative;
    background-color:#181714;
    height:100%;
    min-width: 320px;
}

input, select, textarea{
    font-family: inherit;
    font-size:18px;
    color:#2f2e2c;
}

button{
    font-family: inherit;
    cursor:pointer;	
}
ul{
    margin:0;
    padding:0;
}

.clearrow{
    display:block;
    clear:both;
}

a{
    text-decoration:none;
    color:inherit;
}
a img{
    border:none;
}

p{
    margin:0;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.text p{
    margin:8px 0;
}

.parallax {
    /* The image used */
    background-image: url('/images/bg.jpg');    
        
    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg{
    position:absolute;
    margin-top: 70px;
    width:100%;
    z-index:-1;
}

.wave{
    margin-top: -267px;
    height: 280px;
    background-image: url('/images/mid.png');
    background-repeat:no-repeat;
    background-position:50% 50%;    
    background-size: cover;
}

.container .wave{
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    margin-top: -280px !important;
    margin-bottom: 0 !important;
}

.container{
    margin:0 auto;
    z-index:0;
    position:relative;
    margin-top: -700px;
}
.container.landingpage{
    margin-top: 40px;
}
.container .content>div:not(.parallax-container){
    width:960px;
    margin: 0 auto 20px;
    position: relative;
}

body>.parallax-container{    
    height: 735px;
}

.container .content .parallax-container{
    /*margin: -100px auto -100px;*/
    height: 600px;
    margin-top: 10px;
}

.menucontainer{
    position:fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    border-bottom:5px solid #15c5c5;
    background: rgb(47,46,44);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmUyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTIzMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(47,46,44,1) 0%, rgba(37,35,31,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,46,44,1)), color-stop(100%,rgba(37,35,31,1)));
background: -webkit-linear-gradient(top,  rgba(47,46,44,1) 0%,rgba(37,35,31,1) 100%);
background: -o-linear-gradient(top,  rgba(47,46,44,1) 0%,rgba(37,35,31,1) 100%);
background: -ms-linear-gradient(top,  rgba(47,46,44,1) 0%,rgba(37,35,31,1) 100%);
background: linear-gradient(to bottom,  rgba(47,46,44,1) 0%,rgba(37,35,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2e2c', endColorstr='#25231f',GradientType=0 );
    
}

.menu-content{
    max-width:960px;
    width: 100%;
    margin:0 auto;
    position: relative;
}

.clr{
    clear: both;
}

#cssmenu{
    float: left;
}

#cssmenu ul{    
    margin:0 auto;    
    padding:0;        
    list-style-type:none;
    color:white;
    font-size:18px;
}

.logo{
    background-image: url('/images/logo.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:contain;
    display:block;
    width:138px;
    height:45px;
    padding: 0;
    margin: 10px 0;
    float: left;
}
.logo:hover{
    background-color:#333;
}

#cssmenu {
    float: right;
}

#cssmenu ul li:nth-child(1){
    border-left:1px solid #403f3d;
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    line-height:1;
    display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

#cssmenu #head-mobile{
    display:none
}

#cssmenu > ul > li{
    float:left;       
    vertical-align: top;
    text-transform: uppercase;        
    text-align: center;        
    position:relative;
    border-right:1px solid #403f3d;
}

#cssmenu > ul > li > a{    
    font-size: 15px;
    text-decoration:none;
    color: #fff;
    font-weight:700;
    width: 100%;
    height: 100%;
    display: block;
    line-height:65px;
    padding: 0 15px;
}

#cssmenu > ul > li > a:hover{
    background-color:#15c5c5;
}

#cssmenu > ul > li.has-sub > a{
    padding-right:30px
}

#cssmenu > ul > li.has-sub > a:after{
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:'';
}

#cssmenu > ul > li.has-sub > a:before{
    position:absolute;
    top:19px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before{
    top:23px;
    height:0;
}

#cssmenu ul ul{
    position:absolute;
    left:-9999px;
}

#cssmenu ul ul li{
    height:0;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    background:#333;
    transition:all .25s ease
}
    
#cssmenu ul ul li:hover{
    
}

#cssmenu li:hover > ul{
    left:auto
}

#cssmenu li:hover > ul > li{
    height:35px
}

#cssmenu ul ul ul{
    margin-left:100%;
    top:0
}

#cssmenu ul ul li a{
    border-bottom:1px solid rgba(150,150,150,0.15);
    padding:11px 15px;
    width:170px;
    font-size:12px;
    text-decoration:none;
    color:#ddd;
    font-weight:400;
}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color:#fff
}

#cssmenu ul ul li.has-sub > a:after{
    position:absolute;
    top:16px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:'';
}

#cssmenu ul ul li.has-sub > a:before{
    position:absolute;
    top:13px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;
    height:0;
}

#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
    background:#363636;
}

#cssmenu ul ul ul li.active a{
    border-left:1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #333
}

.banner-container{
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.highlight-box{
        padding: 10px 30px;
    width: 350px;
    background-color: rgba(21,197,197,0.8);
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    position: absolute;
    bottom: 355px;
    right: 9%;
}

.highlight-box:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.container .maincontainer.ibox:nth-of-type(2) ul{
    margin-bottom: 30px;
}

.about-us-left{
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.content{
    overflow:hidden;
}

.content .left{
    width:280px;
    float:left;
    margin-right:20px;
} 
.content .right{
    display:block;
    width:890px;
    float:left;
}

.footcontainer{
    background-image: url('/images/foot.png');
    background-repeat:no-repeat;
    background-position:top center;
    padding:70px 120px 30px;
    position:relative;    
    color:#f7eac9;
    font-size:14px;
    line-height:140%;
}

.foot{        
    width: 100%;
    max-width:960px;
    margin:0 auto;
}
.foot img{
    margin:5px 20px;
}

.footer{
    text-align:center;    
    width:100%;
    margin:5px auto;
}

.footcontainer a{
    color: #f7eac9;
}

.footcontainer a:hover{
    color: #1baaa9;    
}

.footbg{
    height:74px;
    background-image: url('/images/logobg.png');
    background-repeat:no-repeat;
}

.cd-top {
    background-color: #15c5c5;
    color: #fff;
    bottom: 40px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
    z-index: 250;
    font-size:40px;
    line-height:30px;
    text-align:center;
}
a.cd-top{
    color: #fff;;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.cd-top.cd-is-visible {
    opacity: 1;
    visibility: visible;
}

.cd-top.cd-fade-out {
    opacity: 0.5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


p{
    margin: 10px 0;
}

ul{
    list-style-type: none;
}

ul:not(.image-container){
    padding-left: 25px;
    list-style-type: disc;
    text-align: left;
}

.clr{
    clear: both;
}

.image-container{
    margin: 30px 0 10px 0;
}

.image-container li{
    margin: 0 28px 28px 0;
    float: left;
    width: 205px;
    height: 205px;
    position: relative;
}

.image-container li:nth-child(4n){
    margin-right: 0;
}

.info-image{
    background-size: cover;
    width: 100%;
    height: 205px;    
}

.image-container li:hover{
    cursor: pointer;    
}

.image-container li:hover  .info-image-layer{
    display: block;
}

.info-image-layer{
    background-color: rgba(21, 197, 197, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

.info-image-layer-text{    
    margin: auto;
    position: absolute;
    top: 50%; 
    left: 0; 
    bottom: 0; 
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}



/* COMMON */

.ibox{
    padding: 27px;
    background-color:rgba(255,255,255,0.8);
}
.maincontainer{
    margin-bottom: 40px;
}

.maincontainer a{
    color: #1baaa9;
}

.maincontainer a:hover{
    color: #2f2e2c;
}


h1{
    border:0;
    color: #1baaa9;
    text-align:left;
    padding:0px;
    font-weight: 700;
    font-size:50px;
    line-height:115%;
    margin:5px  0 40px 0;
}
h2{
    font-size: 19px;
    color:#2f2e2c;
    padding:0;
    margin:0 0 10px 0;
    font-weight:700;
    line-height:130%;
    letter-spacing:-1px;
}
h3{
    font-size: 22px;
    color:#2f2e2c;
    padding:0;
    margin:0 0 10px 0;
    font-weight:700;
    line-height:130%;
    text-transform:uppercase;
    
}

/* HOME */

.homecontainer{
    padding:27px;
    /*border:1px solid #d66e3b;*/
    /*border-bottom:8px solid #d66e3b;*/
    font-weight:300;
    font-size:15px;
    
    margin-bottom:40px;
}

.homecontainer .homebox{
    width:205px;
    float:left;
    margin-right:28px;
}
.homecontainer .homebox .image img{
    width:205px;
}
.homecontainer .homebox:nth-of-type(4){
    margin-right:0;
}
.homecontainer .homebox .text{
    line-height:140%;
}


.lead{
    height:400px;
    width:100%;
}
.bannertext{
    padding:30px;
    width: 350px;
    background-color:rgba(21,197,197,0.8);
    /*color:#2f2e2c;*/
    color:white;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:40px;
    float:right;
}
.bannertext .title{
    font-size:40px;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:25px;
    line-height: 100%;
}
.bannertext .text{
    line-height:140%;
}

/* INFO */

.infohead{
    padding:20px 50px;
    background-color:rgba(21,197,197,0.7);
    color:white;
    font-size:17px;
    font-weight:bold;
}
.infohead h1{
    color: white;
    font-size:40px;
    padding:0;
    margin:0;
    letter-spacing:0;
}
.infohead h2{
    color: white;
    font-size:24px;
    padding:0;
    margin:0;
    letter-spacing:0;
}

.infolead{
    /*height:340px;*/
    height:10px;
    background-color: rgba(0,0,0,.33);
    border-bottom: 10px solid rgba(0,0,0,.6);
}

.infopage{
    padding:30px 50px 160px;
    overflow:hidden;
    min-height:400px;
}

.infopage h1{
    -webkit-border-radius: 0;
    border-radius: 0;
    background:none;
    color:#79a833;
    font-weight:900;
    padding:0;
    font-size:36px;
    letter-spacing:-2px;
}

.infopage ul{
    padding-left:30px;
   
}
.infopage p{
    margin:12px 0px;
}
.infopage img{
    margin:8px;
}

.infopage .accordion img{
    margin:0px;
}

.about-us-img{
    max-width: 350px;
}

img.reference-img{
    max-width: 350px;
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;    
    text-align: center;
}

ul.related-news{
    margin: 60px auto;
    padding-left: 0;
    list-style: none;
    max-width: 960px;
}

.related-news li{
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    width: 30%;
    float: left;
    margin-right: 5%;
    min-width: 150px;
    margin-bottom: 20px;
}

.related-news li:nth-of-type(3n){
    margin-right: 0;
}

.related-news h2{
    color: #1baaa9;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 400;
}

.related-news-img{
    width: 230px;
    max-width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
    background-size: cover;
}

.related-news a{
    font-size: 20px;
    font-weight: 600;
}

.about-company{
    max-width: 960px;
    color: #cfceca;
}

.about-company td{
    vertical-align: middle;
    text-align: center;
}

.member img{
    display: block;
    width: 100%;
}

.member{
    width: 180px;
    font-size: 16px;
    padding-right: 30px;
    line-height: 120%;
}

.member span{
    margin-top: 10px;
    display: block;
}

/*.cboxPhoto{
    padding: 0 30px;
}
*/
/* Responsive */


@media screen and (max-width: 980px){
    .container .content>div:not(.parallax-container){ 
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #cssmenu{    
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 10px;
    }
    
    #cssmenu ul{
        width:100%;
        display:none;
        background: #333;
        z-index: 200;
    }
    
    #cssmenu > ul > li{
        float: none;
        border: none !important;
    }
        
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{
        height:auto;
    }
    
    #cssmenu ul li a,#cssmenu ul ul li a{
        width:100%;
        border-bottom:0;
    }
       
    #cssmenu #head-mobile{
        display:block;
        padding:23px;
        color:#ddd;
        font-size:12px;
        font-weight:700;
    }
    
    .responsive-button{
        width:55px;
        height:46px;
        position:absolute;     
        top:0;
        right:0;
        cursor:pointer;
        z-index: 12399994;
        background-color: #333;
    }
        
    .responsive-button:after{
        position:absolute;
        top:22px;
        right:20px;
        display:block;
        height:4px;
        width:20px;
        border-top:2px solid #dddddd;
        border-bottom:2px solid #dddddd;
        content:'';
    }
    
    .responsive-button:before{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        position:absolute;
        top:16px;
        right:20px;
        display:block;
        height:2px;
        width:20px;
        background:#ddd;
        content:'';
    }
    
    .responsive-button.menu-opened:after{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        top:23px;
        border:0;
        height:2px;
        width:19px;
        background:#fff;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    .responsive-button.menu-opened:before{
        top:23px;
        background:#fff;
        width:19px;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
    
    #cssmenu .submenu-button{
        position:absolute;
        z-index:99;
        right:0;
        top:0;
        display:block;
        border-left:1px solid #444;
        height:46px;
        width:46px;
        cursor:pointer;
    }
    
    #cssmenu .submenu-button.submenu-opened{
        background:#262626;
    }
    
    #cssmenu ul ul .submenu-button{
        height:34px;
        width:34px;
    }
    
    #cssmenu .submenu-button:after{
        position:absolute;
        top:22px;
        right:19px;
        width:8px;
        height:2px;
        display:block;
        background:#ddd;
        content:'';
    }
    
    #cssmenu ul ul .submenu-button:after{
        top:15px;
        right:13px;
    }
    
    #cssmenu .submenu-button.submenu-opened:after{
        background:#fff;
    }
    
    #cssmenu .submenu-button:before{
        position:absolute;
        top:19px;
        right:22px;
        display:block;
        width:2px;
        height:8px;
        background:#ddd;
        content:'';
    }
    
    #cssmenu ul ul .submenu-button:before{
        top:12px;
        right:16px;
    }
    
    #cssmenu .submenu-button.submenu-opened:before{
        display:none;
    }
    
    #cssmenu ul ul ul li.active a{
        border-left:none;
    }
    
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
        border-top:none
    }
        
    .image-container li{
        margin: 0 5px 5px 0;
        float: left;
        width: -webkit-calc(50% - 3px);
        width: -moz-calc(50% - 3px);
        width: calc(50% - 3px);
        position: relative;
    }

    .image-container li:nth-child(3n){
        margin-right: 5px;
    }    
    
    .image-container li:nth-child(2n){
        margin-right: 0;
    }
    
    ul.related-news{
        margin: 60px 10px;
    }
    
}

@media screen and (max-width: 780px){
    .highlight-box{
        position: relative;
        float: left;
        right: auto;
        bottom: auto;
    }

}

@media screen and (max-width: 680px){
    .reference-img{
        margin-right: 0;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 550px){        
    #cssmenu > ul > li > a{
        line-height: 40px;
    }
    
    .bannertext{
        width: 100%;        
        padding: 15px;
        float: none;
    }
    
    .lead{
        float: none;
        margin-bottom: 45px;
        height: auto;
    }
    
    .maincontainer, .homecontainer{
        padding: 15px;
    }
    
    .maincontainer h1{
        font-size: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .maincontainer p{        
        line-height: 140%;
    }
    
    .footcontainer{
        padding-left: 10px;
        padding-right: 10px;
        height: 290px;
    }
    
    .foot, .foot p{
        margin: 0 auto;
        text-align: center !important;
    }
    
    .foot img{
        float: none !important;        
    }
    
    .homecontainer .homebox{
        width: 100%;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }
    
    .image-container li{    
        float: none;                  
        width: 100%;        
    }

    .image-container li:nth-child(2n){
        margin-right: 0px;
    }    
    
    .highlight-box{
        width: 100%;
    }
    .container .content .parallax-container{
        /*margin: -100px auto -100px;*/
        height: 350px;
    }
    
    .about-us-img{
        max-width: 100%;
    }
    
    .about-us-left{
        margin-bottom: 55px;
    }
    
    .related-news li{
        width: 100%;
        margin: 20px 0;
    }
    
    .about-company{
        text-align: center;
    }
    
    .about-company td, .about-company table, .about-company tr{
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }
}