@font-face {
    font-family: "HelveticaNeueLT";
    src: url(font/HelveticaNeueLTPro-Lt.otf);
}
@font-face {
    font-family: "HelveticaNeueBd";
    src: url(font/HelveticaNeueLTPro-Bd.otf);
}
@font-face {
    font-family: "KhmerUI";
    src: url(font/KhmerUI.ttf);
}
@font-face {
    font-family: "KhmerUIBold";
    src: url(font/KhmerUIb.ttf);
}
@font-face {
    font-family: "Kalinga";
    src: url(font/kalinga.ttf);
}

*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none;}

html,body{height: 100%; margin: 0; padding: 0; border: 0;}
body{font-family:"HelveticaNeueLT", "Helvetica Neue",Helvetica,Arial,sans-serif; align-items: center; justify-content: center;}
figure{display: block;}

ul,ol,figure,form,blockquote,dl,dt,dd{margin: 0; padding: 0;}
img{border: 0; vertical-align: middle;}

a{
    color: #848484;
    text-decoration: none;
}
a:hover{
    color: #ff6517;
}

.fa{
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
}

.swiper-container,
.swiper-wrapper,
.swiper-pagination{
    z-index: auto;
}
.swiper-container .swiper-button-disabled{
    display: none;
}
.swiper-container .swiper-button-next:not(.swiper-button-disabled),
.swiper-container .swiper-button-prev:not(.swiper-button-disabled){
    opacity: 0;
}
.swiper-container:hover .swiper-button-next:not(.swiper-button-disabled),
.swiper-container:hover .swiper-button-prev:not(.swiper-button-disabled){
    opacity: 1;
}

.row{
    position: relative;
    height: 100%;
    min-height: 100%;
}
.container{
    position: relative;
    max-width: 980px;
    margin: auto;
}
.container-full{
    position: relative;
    height: 100%;
}
.container-full>h2{
    position: absolute;
    left: 50px;
    top: 35px;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

 .row-header{
    padding-top: 0;
}
 .row-header .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(img/bg-header-0.png);
}
 .row-header .container{
    min-height: 100%;
}
 .row-header nav{
    position: relative;
    padding: 20px 50px;
}
 .row-header nav:after{
    content: "";
    display: block;
    clear: both;
}
 .row-header .logo{
    display: block;
    float: left;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 2.2% 10%;
    background: url(img/logo-2.png) no-repeat center;
    background-size: contain;
}
 .row-header ul{
    float: right;
    margin-top: 20px;
}
 .row-header ul:after{
    content: "";
    display: block;
    clear: both;
}
 .row-header li{
    list-style: none;
    float: left;
    margin-right: 100px;
    font-family: "KhmerUIBold";
    font-size: 1.2em;
}
 .row-header li:last-child{
    margin-right: 0;
}
 .row-header hgroup{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    text-align: center;
    font-family: "KhmerUI";
}
 .row-header h1{
    margin: 0;
    font: normal 2.4em/1.2em "Kalinga";
    color: rgba(124, 124, 124, 0.95);
}
 .row-header dt{
    margin: 1em 0;
    font-size: 1.4em;
    color: #a09bfd;
}
 .row-header dd{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
 .row-header dd a{
    margin: 2em 1em;
}
 .row-header dd a img{
    width: 128px;
    height: 128px;
}

 .row-projects{
}
 .row-projects h2{
    color: #fff;
}
 .row-projects .swiper-container{
    height: 100%;
}
 .row-projects .swiper-container>.swiper-pagination{
    bottom: 40px;
}
 .row-projects .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #c4b3ff;
    opacity: .4;
}
 .row-projects .swiper-pagination-bullet-active{
    opacity: 1;
}
 .row-projects li{
    list-style: none;
    position: relative;
    height: 100%;
    padding: 5% 10%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
 .row-projects li:nth-child(1){
    background-image: url(img/bg-project-inspire-1600.jpg);
}
 .row-projects li:nth-child(2){
    background-image: url(img/bg-project-coolmat-1440.jpg);
}
 .row-projects li:nth-child(3){
    background-image: url(img/bg-project-giulia-1920.jpg);
}
 .row-projects figure{
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

 .row-projects figure img{
    height: 85%;
    margin-top: 10%;
}
 .row-projects .content{
    float: right;
    width: 50%;
    color: #fff;
}
 .row-projects h3{
    margin-top: 0;
    padding-left: 45px;
    height: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    font-size: 1.5em;
}
 .row-projects h4{
    margin: 35px 0;
    font-size: 2.4em;
    font-weight: normal;
}
 .row-projects .main-text{
    margin-top: 0;
    font-size: 1.2em;
}
 .row-projects a{
    color: #c4b3ff;
    font-weight: bold;
}
 .row-projects a.more{
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    margin-right: 30px;
    padding-top: 5px;
    background: #FFE42C;
    border-radius: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

 .row-projects .project-inspire h3{
    background-image: url(img/logo-icon.png);
}
 .row-projects .project-coolmat figure img{
    height: auto;
    width: 100%;
}
 .row-projects .project-coolmat h3{
    background-image: url(img/icon-coolmat-app.png);
}
 .row-projects .project-giulia figure img{
    height: auto;
    width: auto;
}
 .row-projects .project-giulia h3{
    background-image: url(img/icon-giulia.png);
}

 .row-team{
    background: url(img/bg-triangle-light.png) no-repeat center;
    background-size: cover;
}
 .row-team .container-full{
    padding: 6% 0;
}
 .row-team h2{
    left: 0;
    width: 100%;
    text-align: center;
}
 .row-team ul:after{
    content: "";
    display: block;
    clear: both;
}
 .row-team li{
    list-style: none;
    float: left;
    margin-top: 50px;
    padding: 0 2%;
    text-align: center;
}
 .row-team figcaption{
    font-size: 1.5em;
}
 .row-team img{
    width: 75px;
    margin-bottom: 25px;
    border: 3px solid #807fff;
    border-radius: 100%;
}
 .row-team p{
    padding: 0 4%;
    line-height: 1em;
}
 .row-team label{
    display: inline-block;
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 5px 0 2px 0;
    color: #fff;
    background: #AAA;
    border-radius: 2px;
    vertical-align: middle;
}
 .row-team label:nth-child(2n){
    margin-right: 0;
}
 .row-team label.co-founder{
    background: #11bf96;
}

 .row-footer{
    background: #6d6ce1 url(img/bg-triangle.png) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
 .row-footer a{
    color: #fff;
}
 .row-footer h3{
    margin: 30px 0;
    color: #fff;
    font-size: 1.6em;
}
 .row-footer form{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: auto;
}
 .row-footer form p{
    margin: 30px 0;
}
 .row-footer p.input-bar{
    position: relative;
}
 .row-footer form textarea,
 .row-footer form input{
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,.12);
    border: 1px solid #818bf2;
    border-radius: 2px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    vertical-align: middle;
}
 .row-footer form ::-webkit-input-placeholder{
    text-align: center;
    font-size: 85%;
    color: rgba(255,255,255,.8);
}
 .row-footer form textarea::-webkit-input-placeholder{
    padding-top: 50px;
}
 .row-footer form textarea{
    height: 140px;
}
 .row-footer form input{
    height: 45px;
}
 .row-footer p.hint{
    color: rgba(255,255,255,.9);
    font-size: 85%;
}
 .row-footer button[type=submit]{
    width: 200px;
    height: 50px;
    padding-top: 5px;
    background: #FFE42C;
    border: 0;
    border-radius: 2px;
    color: #000;
    font: normal 1em/45px "HelveticaNeueLT";
    text-transform: uppercase;
}
 .row-footer footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    color: rgba(255,255,255,.8);
    font-size: .8em;
}
 .row-footer footer p{
    margin: 0;
}

@media (min-width: 1600px) {
    body{
        font-size: 1.2em;
    }
}


@media (min-width: 1280px) {
     .row-projects .content{
        margin-top: 120px;
    }

     .row-team ul{
        position: absolute;
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
     .row-team li{
        width: 25%;
    }
     .row-team li:nth-child(4n+1) {
        clear: left;
    }

     .row-projects .project-giulia figure{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
     .row-projects figcaption,
     .row-projects .content button{
        display: none;
    }

     .row-footer form{
        width: 480px;
    }
}

@media (max-width: 1279px) {
    .container{
        max-width: 100%;
    }

    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev{
        display: none;
    }

     .row-projects a.more{
        position: static;
        margin-left: 0;
    }

     .row-team{
        height: auto;
    }
}



@media (min-width: 1024px) and (max-width: 1279px) {
     .row-projects .content{
        margin-top: 60px;
        padding-right: 5%;
    }

     .row-footer .container{
        padding: 0 5%;
    }
     .row-footer .block-location li{
        width: 47%;
    }
     .row-footer .block-location li:first-child{
        margin-right: 6%;
    }

    #go-top{
        right: 30px;
        bottom: 50px;
        font-size: 1.5em;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    body{
        font-size: 150%;
    }

     .row-header .logo{
        margin-top: 10px;
    }

     .row-header ul{
        margin-top: 10px;
    }
     .row-header li{
        margin-right: 40px;
    }
     .row-header hgroup{
        width: 90%;
    }

     .row-projects li{
        padding: 5% 0;
    }
     .row-projects h4{
        font-size: 2em;
    }

     .row-team li{
        width: 50%;
    }
     .row-team li:nth-child(2n+1) {
        clear: left;
    }

}

@media (max-width: 1023px){
    .container-full>h2{
        left: 5%;
        width: 90%;
    }

     .row-header .logo{
        background-image: url(img/logo-2-narrow.png);
        padding: 7.8% 12%;
    }

     .row-projects .project-coolmat figure img{
        width: 100%;
        height: auto;
        max-height: 80%;
    }

     .row-footer .swiper-pagination{
        bottom: auto;
        top: 10px;
    }
     .row-footer .block-location li{
        float: none;
        width: 100%;
        padding: 0 5%;
        text-align: center;
    }
     .row-footer .block-location li:first-child{
        margin-right: 0;
    }
     .row-footer p.operation a{
        width: 90%;
    }
    
    #contact-form form{
        width: 90%;
        height: 90%;
    }
    #contact-form form textarea{
        min-height: 200px;
    }
    #contact-form form .operation-bar button{
        width: 100%;
    }
}

@media (max-width: 768px) {
     .row-header nav{
        padding-top: 80px;
    }
     .row-header .logo{
        float: none;
        margin: auto;
        padding: 16.5% 25%;
    }
     .row-header ul{
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        margin-top: 0;
    }
     .row-header li{
        width: 25%;
        margin-right: 0;
        text-align: center;
        font-weight: normal;
        font-size: .9em;
    }
     .row-header hgroup{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        width: 90%;
        margin: 30px auto 0 auto;
        font-size: 80%;
        text-align: center;
    }
     .row-header dt{
        font-size: 1.5em;
    }
     .row-header dd img{
        width: 80px;
    }

     .row-projects li{
        position: relative;
        padding: 30px;
    }
     .row-projects figure{
        float: none;
        width: 100%;
    }
     .row-projects figcaption{
        height: 20%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
    }
     .row-projects figure label{
        display: inline-block;
        margin-bottom: .5em;
        padding: 5px 0 5px 60px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        font-size: 1.5em;
        font-weight: bold;
    }
     .row-projects figcaption a{
        color: #fff;
        text-decoration: underline;
    }
     .row-projects .project-inspire figure label{
        background-image: url(img/logo-icon.png);
    }
     .row-projects .project-coolmat figure label{
        background-image: url(img/icon-coolmat-app.png);
    }
     .row-projects figure img{
        height: 80%;
    }
     .row-projects .content{
        display: none;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15% 10%;
        background: rgba(0,0,0,.75);
    }
     .row-projects .content.active{
        display: block;
    }
     .row-projects .content button{
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 10px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 2em;
    }
     .row-projects .content h3{
        height: auto;
        padding: 10px 80px;
        background-position: left top;
        background-size: contain;
        font-size: 1.6em;
        font-weight: bold;
    }
     .row-projects .content h4{
        margin: 15px 0;
        font-size: 1.8em;
    }
     .row-projects .content p{
        line-height: 1.5em;
    }
     .row-projects .content p.main-text{
        font-size: 1em;
    }
     .row-projects .content a.more{
        display: block;
        margin-bottom: 1em;
    }
     .row-projects .swiper-container>.swiper-pagination{
        bottom: 10px;
    }

     .row-team{
        background-repeat: repeat;
        background-size: 200%;
    }
     .row-team .container-full{
        padding: 15% 10%;
    }
     .row-team li{
        float: none;
        width: 100%;
        margin-bottom: 20%;
    }
     .row-team img{
        width: 25%;
    }
     .row-team hgroup{
        font-size: 1.2em;
    }

     .row-footer .container-full{
        padding: 20% 5% 10% 5%;
    }
     .row-footer h3{
        margin: .5em 0;
        font-size: 1em;
    }
     .row-footer form{
        width: 90%;
    }
     .row-footer form p{
        margin: .5em 0;
    }
     .row-footer button[type=submit]{
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }
     .row-footer footer a{
        margin: 0 1em;
    }
}
