/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


@font-face {
    font-family: 'Noteworthy Light';
    font-style: normal;
    font-weight: normal;
    src: local('Noteworthy Light'), url('Noteworthy-Lt.woff') format('woff');
}

/* Body setup*/
body {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left    ;
    color: #fff;
    -webkit-font-smoothing:antialiased;
    background: #23080a;
    background-size: 100% auto;
}

.site-bg {
    background: url("assets/img/site-bg.jpg") repeat-y;
    background-position: top center;
    background-size: 100% auto;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img { display: block; max-width: 100%; height: auto; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1260px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container-short {
    max-width: 930px;
    margin: 0 auto;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.00%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.65%;
}

.retina {
    zoom: 0.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.invert {
    flex-direction: row-reverse;
}

.alignright {
    float: right;
}

.partner {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.partner img {
    width: 100px;
    height: auto;
    margin: 5px auto 0;
}

h1, h2 {
    line-height: 1.2em;
    padding-bottom: 15px;
    font-family: "Noteworthy", sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 32px;
}

h1 {
    font-size: 45px;
    margin-bottom: 30px;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header img {
    margin: 15px auto;
    width: 170px;
}

.hero {
    height: 120vh;
    position: relative;
    background: url("assets/img/hero.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("assets/img/hero-overlay.png") repeat-x;
    background-position: bottom;
    z-index: 1;
}

.hero-title {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: white;
    padding: 30px 0;
}

.hero-title h1 img {
    margin: 0 auto;
}

.hero-title h2 {
    font-weight: normal;
}

.icon {
    width: 155px;
    height: 155px;
    text-align: center;
    background: #ffcc00;
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.icon .ico img {
    width: 43px;
    margin: -80px auto 15px;
}

.article-1 .article-text {
    position: relative;
    padding: 0 0 0 185px;
    margin-top: 50px;
}

.article-1 .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.article-1 .text h2 {
    padding-bottom: 25px;
}

.article-2 {
    margin-top: 100px;
}

.article-2 .flex {
    justify-content: space-between;
}

.article-2 .btn {
    margin-top: 20px;
}

.article-2 .arw-left {
    bottom: 40px;
    left: -100px;
}

.article-2 .arw-right {
    bottom: 40px;
    right: -100px;
    left: auto;
}

.article-2 .article-text {
    margin-top: 70px;
}

.article-4 {
    background: url("assets/img/article/presents-bg.jpg") no-repeat;
    background-size: cover;
}

.article-4 .ico img {
    width: 170px;
    margin: 0 auto;
}

.article-4 .faces {
    justify-content: space-around;
}

.article-5 {
    padding-bottom: 50px;
}

.article-5 .ico img {
    width: 120px;
    margin: 30px auto;
}

.article-5 .thumb img {
    zoom: 1;
    margin: 50px 25px;
}

.article-5 .thumb {
    height: 360px;
    overflow: hidden;
    overflow: hidden;
}

.article-6 {
    background: url("assets/img/article/movies.jpg");
    background-size: cover;
    background-position: center;
    height: 80vh;
}

.article-6 .container-short {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.showline {
    position: relative;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    top: -110px;
}

.showline .circle {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ffcc00;
}

.showline .line {
    width: 4px;
    height: 100px;
    background: #ffcc00;
    position: relative;
    left: 8px;
    top: -2px;
}

.btn {
    display: inline-block;
    background: #ffcc00;
    color: #000;
    padding: 0 35px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-weight: bold;
    width: 200px;

    transition: 0.3s;
}

.btn:hover {
    background: black;
    color:  #ffcc00;
    width: 220px;
}

.btn .ico {
    position: absolute;
    width: 125px;
    z-index: 5;
}

.footer {
    background: #2e2e2e;
    padding: 30px 0;
    color: #ddd;
    font-size: 14px;
}

.footer a {
    font-weight: bold;
    color: #ffc600;
}

.footer img {
    display: inline-block;
    position: relative;
    bottom: -3px;
}

.right {
    text-align: right;
}


@media only screen and (max-width: 470px) {

    .hero {
        height: 100%;
    }

    .hero-title {
        position: relative;
        padding: 160px 0 30px;
    }

    .article-1 {
        margin: 0 -30px;
    }

    .article-1 .icon {
        display: none;
    }

    .article-1 .article-text {
        padding: 0 30px;
    }

    .article-2 .flex > .article-text {
        order: 1;
    }

    .article-2 .flex > .actor-left {
        order: 2;
    }

    .article-2 .flex > .actor-right {
        order: 3;
    }

    .article-2 .actor-left,
    .article-2 .actor-right {
        width: 50%;
    }

    .article-2 .btn .ico {
        display: none;
    }

    .article-2 .btn {
        margin: 10px auto;
    }

    h1 {
        font-size: 38px;
    }

    .faces {
        display: block;
        text-align: center;
        position: relative;
        bottom: -5px;
    }

    .faces img {
        width: 32%;
        display: inline-block;
    }

    .faces img:nth-child(3) {
        display: none;
    }

    .article-6 {
        height: 160vh;
    }

    .footer .half {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

}
