a,
a:focus,
a:hover {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, arial, sans-serif
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

img {
    max-width: 100%
}

body {
    background: #000;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue, arial, sans-serif;
    font-weight: 400;
    color: #444
}

.btn-square {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: .3em .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    height: 36px;
    text-align: center;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .23s ease;
    -o-transition: all .23s ease;
    transition: all .23s ease
}

.btn-square.btn-gradient {
    background: #185d97;
    background: -webkit-gradient(linear, left top, left bottom, from(#185d97), color-stop(43%, #30b2d4));
    background: -o-linear-gradient(top, #185d97 0, #30b2d4 43%);
    background: linear-gradient(to bottom, #185d97 0, #30b2d4 43%);
    color: #fff;
    border: 1px solid #185d97
}

.btn-square.btn-gradient:active,
.btn-square.btn-gradient:focus,
.btn-square.btn-gradient:hover {
    -webkit-filter: contrast(1.1) brightness(1.1);
    filter: contrast(1.1) brightness(1.1);
    border: 1px solid #30b2d4;
    color: #000
}

.btn-square.btn-border {
    background: 0 0;
    color: #fff;
    border: 2px solid #30b2d4
}

.btn-square.btn-border:active,
.btn-square.btn-border:focus,
.btn-square.btn-border:hover {
    background: #30b2d4;
    color: #000
}

header {
    padding: 0;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .5s ease-in all;
    -o-transition: .5s ease-in all;
    transition: .5s ease-in all;
    background: #000;
    color: #fff
}

header.fixed {
    position: fixed
}

header .container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

header .brand-logo img {
    max-width: 100%;
    height: 100%;
    width: 200px
}

header .btn-border {
    margin-left: 5px
}

header .slogan {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.poster,
.xplayer {
    position: relative
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    background: url(../images/play.svg) center center/17% no-repeat
}

.sassy-masonry-grid .grid-item {
    float: left;
    width: calc(25% - 10px);
    margin-bottom: 4px
}

.sassy-masonry-grid .grid-item img {
    max-width: 100%
}

.sassy-masonry-grid .grid-item img.img-full-width {
    width: 100%
}

.main {
    padding-top: 0;
    min-height: 100%;
    width: 100%;
    text-align: center;
    color: #000
}

.sassy-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2em;
    padding: 5px
}

.sassy-pagination .pagi-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sassy-pagination .pagi-column.first,
.sassy-pagination .pagi-column.last {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.sassy-pagination .pagi-column>a {
    float: left;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    margin: 0 4px;
    padding: 5px 12px;
    color: #185d97;
    line-height: 1;
    border: 2px solid transparent
}

.sassy-pagination .pagi-column.middle>a.active {
    border: 2px solid #185d97;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 3px
}

.sassy-pagination .pagi-column>a:active,
.sassy-pagination .pagi-column>a:focus,
.sassy-pagination .pagi-column>a:hover {
    border-color: #30b2d4;
    background-color: #30b2d4;
    color: #000
}

footer {
    background: #3c3c3c;
    background: -o-linear-gradient(top, #3c3c3c 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#000));
    background: linear-gradient(to bottom, #3c3c3c 0, #000 100%);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 20px
}

footer a {
    color: #f2f2f2;
    text-decoration: none
}

footer a+a {
    margin-left: 1em
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #30b2d4;
    text-decoration: underline
}

.Icon.mobile-hamburger {
    width: 32px;
    fill: #fff
}

@media (max-width:990px) {
    .sassy-masonry-grid .grid-item {
        width: calc(33.3333% - 10px)
    }
}

@media (max-width:767px) {
    header .slogan {
        display: none
    }

    .sassy-masonry-grid .grid-item {
        width: calc(50% - 10px)
    }

    .sassy-pagination .pagi-column>a {
        padding: 2px 10px
    }
}

@media (max-width:576px) {
    header .brand-logo img {
        width: 130px
    }

    header .btn-square {
        font-size: 10px;
        height: 30px;
        letter-spacing: .5px
    }

    .sassy-pagination .pagi-column>a {
        white-space: nowrap;
        font-size: 12px;
        margin: 0;
        padding: 5px
    }
}

.sassy-masonry-grid {
    margin-bottom: 2em;
    padding-left: 8px
}

@media (min-width:768px) {
    .sassy-masonry-grid {
        padding-left: 10px
    }
}

@media (min-width:992px) {
    .sassy-masonry-grid {
        padding-left: 12px
    }
}