@charset "UTF-8";
@font-face {
    font-family: "mRegular";
    src: url(../fonts/regular.eot);
    src: url(../fonts/regular.eot?#iefix) format("embedded-opentype"), url(../fonts/regular.woff) format("woff"), url(../fonts/regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "mItalic";
    src: url(../fonts/italic.eot);
    src: url(../fonts/italic.eot?#iefix) format("embedded-opentype"), url(../fonts/italic.woff) format("woff"), url(../fonts/italic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "AvenirBook";
    src: url(../fonts/AvenirBook.eot);
    src: url(../fonts/AvenirBook.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirBook.woff) format("woff"), url(../fonts/AvenirBook.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #fff;
    text-decoration: none;
}
a:active, a:hover, button:not(:focus) {
    color: #727272;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}
ul{
    padding-left: 2em;
}
html,body{
    font-family: AvenirBook,sans-serif,mRegular;
    font-size: 1.25em;
    line-height: 1.4;
    background:#000;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.wrap{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}
figure{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}
figure img{
    position: absolute;
    display: none;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);
}
figure img:first-of-type{
    display: block;
}

header,footer {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 118px;
    padding: 0 85px;
}
header a,footer a{
    font-size: 18px;
    letter-spacing: 0.1em;
}
header .link,footer .link{
    flex: 1;
}
header .link:last-of-type,footer .link:last-of-type{
    text-align: right;
}
header .logo{
    /* background-color: #fff; */
    height: 34px;
    width: 157px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
header .logo a{
    display: block;
    width: 100%;

}
header .logo a img{
    display: block;
    width: 100%;
    height: auto;
}

footer .links{
    /* flex: 1; */
    /* background-color: #fff; */
    height: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .links .icon-link{
    margin-left: 8px;
}
footer .links .icon-link:first-of-type{
    margin-left: 0;
}
footer .links .icon-link img{
    height: 18px;
    width: auto;
    display: block;
}

main{
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
main .content{
    position: relative;
    z-index: 2;
    width: 60%;
    height: auto;
    max-width: 1000px;
    max-height: 100%;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    overflow: auto;
}
main .content.contact{
    width: 100%;
}
main .content h1{
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 0 0 30px;
}
main .content .description{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

main .content .description .text{
    flex: 1;
}

main .content.team .description .text{
    padding-right: 330px;
}

main .content .description .imgBox,
main .content .description .videoBox{
    width: 300px;
    height: auto;
    position: absolute;
    top: 3px;
    right: 0;
}
main .content .description .imgBox img,
main .content .description .videoBox video{
    width: 100%;
    display: block;
    margin-top: 10px;
}
main .content .description .imgBox img:first-of-type,
main .content .description .videoBox video:first-of-type{
    margin-top: 0;
}
main .content.about .description{
    justify-content: center;
}
main .content.about .description .text{
    justify-content: center;
    font-size: 21px;
    line-height: 1.5
}
main .content .contact-info{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
main .content .contact-info div{
    text-align: center;
    line-height: 1.5
    font-size: 18px;
}

main .content .contact-info .map{
    height: 235px;
    width: 400px;
    background-color: #cccccc;
    margin: 0 10px;
}
main .content .contact-info .map iframe{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:1439px) {
    main .content{
        width: 75%;
    }
    header,footer {
        height: 82px;
        padding: 0 50px;
    }

}
@media only screen and (max-width:1023px) {
    header,footer {
        height: 76px;
        padding: 0 30px;
    }
    header a,footer a{
        font-size: 16px;
    }
    main .content h1{
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:639px) {
    header,footer{
        height: auto;
        padding: 0 10px
    }
    main .content{
       width: 100%;
    }
    header .logo{
       position: absolute;
       top: 40px;
       left: 50%;
       -webkit-transform: translate(-50%,0);
          -moz-transform: translate(-50%,0);
           -ms-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
               transform: translate(-50%,0);
    }
    main{
        display: block;
        padding: 65px 5px 20px;

    }
    main .content h1{
        padding-bottom: 10px;
    }
    main .content .contact-info{
        display: block;
    }
    main .content .contact-info .map{
        width: 100%;
        margin: 10px 0;
    }
    main .content .contact-more{
        padding-top: 10px;
    }

    main .content.content .description{
        display: block;
    }
    main .content .description .imgBox,
    main .content .description .videoBox{
        position: static;
        top: 0;
        width: 100%;
        padding-bottom: 10px;
    }
    main .content.team .description .text{
        padding-right: 0;
    }
}
