/**
 * Place your custom styles here.
    
    1. HEADER
    2. MAIN CONTENT
        2.1 Frontpage
            2.1.1 Videos views
            2.1.2 Colorbox
        2.2 Page Category
        2.3 Forms
        2.4 Advertising
        2.5 Profile
    3. FOOTER
    4. MEDIA QUERYS
    
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');

body,
html {
    background: #141414;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

body.navbar-is-fixed-top {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

/* 1. HEADER */

.navbar-default {
    background: transparent;
    border: none;
    min-height: 70px;
}

.region-navigation {
    display: inline-block;
}

.navbar-default .dexp-sticky {
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    transition: background-color .2s linear 0s;
    -webkit-transition: opacity .4s cubic-bezier(.665, .235, .265, .8) 0s;
    -o-transition: opacity .4s cubic-bezier(.665, .235, .265, .8) 0s;
    -moz-transition: opacity .4s cubic-bezier(.665, .235, .265, .8) 0s;
    transition: opacity .4s cubic-bezier(.665, .235, .265, .8) 0s;
    padding: 0 4%;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .7) 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, .7)), color-stop(10%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0));
    min-height: 40px;
    margin: 0;
    width: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-default .sticky-wrapper,
.navbar-default .dexp-section,
.navbar-default .container-fluid {
    width: 100%;
}

.navbar-default .dexp-sticky.fixed-transition {
    background-color: rgba(0, 0, 0, .7);
}

#block-logo {
    margin: 18px 0;
    width: 118px;
}

.navbar-collapse {
    font-size: 16px;
    padding-left: 35px;
}

.navbar-collapse nav>.menu>li>a {
    font-size: 16px;
    color: white;
    line-height: 50px;
    padding: 0;
}

.navbar-collapse .menu>li>a:hover {
    color: grey;
}

.navbar-default .navbar-toggle {
    right: 4%;
    margin-top: 18px;
}

#block-logo,
.navbar-collapse .menu>li>a,
.billboard-links a,
.block-title a,
.slick-arrow,
#block-social-2 .nav>li>a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: grey;
}

.navbar-nav>li.expanded:hover>a.dropdown-toggle {
    color: grey;
}

.navbar-nav>li>.dropdown-menu {
    background-color: rgba(0, 0, 0, .9);
    border: none;
    border-bottom: 2px solid grey;
    border-radius: 0;
}

.navbar-nav>li>.dropdown-menu>li {
    margin: 3px 0;
}

.navbar-nav>li>.dropdown-menu>li a {
    padding: 5px 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #3d2aa2;
    color: white !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #3d2aa2;
    color: white !important;
}


/* 2. MAIN CONTENT */

div[role="heading"] {
    display: none;
}

.region-content {
    padding: 0 0 50px;
    position: relative;
    z-index: 0;
}

body:not(.path-frontpage) .region-content {
    padding-top: 70px;
}

.alert {
    margin: -3% 4% 6%;
    position: relative;
    z-index: 1;
}

.main-container .col-sm-12 {
    padding: 0;
}

body:not(.path-frontpage) .page-header {
    border: none;
    font-size: 26px;
    font-weight: bold;
    padding: 36px 0 72px 0;
    min-height: 44px;
    margin: 0 4%;
}


/* 2.1 Frontpage */

body.path-frontpage .page-header {
    display: none
}

.billboard-row {
    background-color: #000;
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.info.meta-layer,
.slide--caption--left .slide__caption {
    height: 100%;
    left: 0;
    padding: 6% 15% 0 4%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo-and-text {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 75%;
}

h2.title-banner {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.2%;
    margin-bottom: 1.2vw;
}

h2.title-banner a {
    color: white;
    text-decoration: none;
}

.synopsis {
    color: white;
    font-size: 13px;
    line-height: 1.35;
    width: 100%;
}

.billboard-links {
    padding-top: 1.5%;
    padding-top: 1.5vw;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.billboard-links ul {
    list-style: none;
    padding: 0;
}

.billboard-links ul li+li {
    margin-top: 5px;
}

.billboard-links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: .57em 1.35em;
    color: white;
    background-image: none;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
}

.billboard-links a+a {
    margin-left: .75em;
}

.billboard-links .nf-flat-button {
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.billboard-links .default-button {
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.nf-flat-button-icon-play:before {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    margin-right: .71em;
}

.icon-button-mylist-add:before {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    margin-right: .71em;
}

.billboard-links .nf-flat-button-primary {
    background-color: #3d2aa2;
    border-color: #6130ad;
}

.nf-icon-button {
    display: inline-block;
    color: white;
    position: relative;
}

.billboard-links a:hover {
    color: white;
    text-decoration: none;
}

.billboard-links .nf-flat-button:hover,
.billboard-links .default-button:hover {
    background-color: rgba(51, 51, 51, .4);
}

.billboard-links .nf-flat-button-primary:hover {
    background-color: #6130ad;
}


/**/

#slider,
.slick-dotted.slick-slider,
.slick-slider .slick-list,
.slick-slider .slick-track,
.slide__content,
.slide__media,
#slider .slide__media .media {
    height: 100%;
}

.slick--less .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#slider .slide__media .media {
    position: relative;
}

#slider .slide__media .media::before {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #000 0, transparent 50%, transparent 100%);
    background-image: -moz-linear-gradient(left, #000 0, transparent 50%, transparent 100%);
    background-image: -o-linear-gradient(left, #000 0, transparent 50%, transparent 100%);
    background-image: linear-gradient(to right, #000 0, transparent 50%, transparent 100%);
    height: 100%;
    position: absolute;
    width: 76%;
    top: 0;
    right: 0;
    z-index: 1;
}

#slider .slide__media .media::after {
    background-color: black;
    content: "";
    height: 100%;
    position: absolute;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 1;
}

#slider .slide__media img {
    float: right;
    min-width: 75%;
    position: relative
}

.slick-dots {
    bottom: -5px;
}


/* 2.1.1 Videos views */

.block.block-views {
    margin: 30px 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.block-title {
    font-size: 18px;
    color: #e5e5e5;
    font-weight: 700;
    margin: 0 4% .5em 4%;
    text-decoration: none;
    display: inline-block;
}

.view-empty .block-title {
    margin-left: 0;
}

.view-header .block-title {
    margin-left: 0;
}

.view-header .block-title a span {
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    display: none;
}

.block-title a:hover {
    color: grey;
    text-decoration: none;
}

.blockvideos,
nav.tabs,
.path-user article,
.path-user form,
article.video.full {
    position: relative;
    margin: 0;
    padding: 0 4%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blockvideos,
.blockvideos .view-content,
.slick,
.slick-initialized,
.slick .slick-list,
.slick-slider .slick-track,
article.video.full {
    clear: both;
    overflow: hidden;
}

.path-frontpage .blockvideos .unslick {
    max-width: 234px;
    height: 100%;
    padding: 2px;
    position: relative;
}

.path-frontpage .blockvideos .unslick .form-group {
    margin-bottom: 0;
}

.blockvideos .slick-initialized .slick__slide {
    height: 100%;
    padding: 2px;
}

.path-frontpage .blockvideos .unslick .form-group,
.slick--skin--fullwidth .slide__media,
.view-categories .views-field-field-video {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.path-frontpage .blockvideos .unslick .form-group a,
.slick--skin--fullwidth .slide__media a,
.view-categories .views-field-field-video a {
    display: block;
    position: relative;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}

.path-frontpage .blockvideos .unslick .form-group a::before,
.slick--skin--fullwidth .slide__media a::before,
.view-categories .views-field-field-video a::before {
    content: "\e072";
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    margin: -15px 0 0 -18px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    z-index: 1;
}

.slick--skin--fullwidth .slide--5 .slide__media a::before {
    content: "";
}

.path-frontpage .blockvideos .unslick .form-group:hover a,
.slick--skin--fullwidth .slide__media:hover a,
.view-categories .views-field-field-video:hover a {
    color: #3d2aa2;
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    text-decoration: none;
}

.slick--skin--fullwidth .slide__constrained {
    bottom: 0;
    left: 0;
    height: 40px;
    margin-left: 0;
    max-width: 100%;
    min-height: 40px;
    padding: 0;
    position: absolute;
    top: inherit;
}

.slick--skin--fullwidth .slide--5 .slide__constrained {
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    text-align: center;
    width: 100%;
}

.slick--skin--fullwidth .slide__constrained>.slide__caption {
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding: 7px 15px 0;
    padding: .5vw 1vw 0;
    pointer-events: none;
}

.slick--skin--fullwidth .slide--5 .slide__constrained>.slide__caption {
    height: 100%;
    pointer-events: auto;
    top: 0;
}

.slick--skin--fullwidth .slide__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: none;
}

.slick--skin--fullwidth .slide__constrained>.slide__caption a,
.view-categories .views-field-title span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

.blockvideos .slick-initialized .slick__slide:not(.slide--5) .btn-more {
    display: none;
}

.slick--skin--fullwidth .slide--5 .slide__constrained a:not(.btn-more) {
    display: none;
}

.blockvideos .slick-initialized .slick__slide.slide--5 .btn-more {
    color: #e5e5e5;
    font-size: 22px;
    margin-top: 24%;
    pointer-events: auto;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}

.blockvideos .slick-initialized .slick__slide.slide--5 .btn-more:hover {
    color: #3d2aa2;
    text-decoration: none;
}

.blockvideos .slick-initialized .slick__slide.slide--5 .btn-more .fa {
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.slick__arrow {
    height: 100%;
    margin-top: 0;
    top: 0;
}

.slick-arrow {
    background: rgba(20, 20, 20, .7);
    border-radius: 0;
    height: 100%;
    padding: 15px;
    width: 48px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(20, 20, 20, .7);
}

.slick-next::before {
    color: transparent;
    content: "\f054";
    font: normal normal normal 30px/1 FontAwesome;
}

.slick-prev::before {
    color: transparent;
    content: "\f053";
    font: normal normal normal 30px/1 FontAwesome;
}

.slick-next:hover::before,
.slick-prev:hover::before {
    color: white;
}


/* 2.1.2 Colorbox */

#cboxWrapper,
#cboxContent {
    background: transparent;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
    bottom: -5px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
}

#cboxPrevious {
    background: url(../images/previous-btn.png) center left no-repeat;
    background-size: auto 100%;
}

#cboxNext {
    background: url(../images/next-btn.png) center right no-repeat;
    background-size: auto 100%;
}

#cboxClose {
    background: url(../images/close-btn.png) no-repeat;
    background-size: cover;
}

#cboxPrevious:hover {
    background-position: center left;
    opacity: 0.5;
}

#cboxNext:hover {
    background-position: center right;
    opacity: 0.5;
}

#cboxClose:hover {
    background-position: 0 0;
    opacity: 0.5;
}

#cboxCurrent {
    display: none !important;
}

#cboxLoadingOverlay {
    background: transparent;
}


/* 2.2 Page Category */

.view-categories .view-header h2.block-title:not(.first),
.view-categories .view-footer h2.block-title:not(.first) {
    margin-top: 3%;
    margin-top: 3vw;
}

.view-categories [class*="block-grid-"]>.grid {
    margin-bottom: 1%;
    margin-bottom: 1vw;
}

.view-categories .view-content h3 {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
}

.view-categories .view-content>h3:first-child {
    margin-top: 0;
}

.category-page footer {
    margin-top: 4%;
    margin-top: 4vw;
}

.view-categories .views-row,
.category-page header .blockvideos,
.category-page footer .blockvideos {
    margin-bottom: 4%;
    margin-bottom: 4vw;
    position: relative;
}

.views-row.padding-2 {
    padding: 0 2px !important;
}

.view-categories .views-field-field-video {
    overflow: hidden;
}

.view-categories .views-field-title {
    bottom: 0;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    padding: .5% 1% .8%;
    padding: .5vw 1vw .8vw;
    pointer-events: none;
    position: absolute;
}


/* 2.3 Forms */

.path-user article,
.path-user form {
    margin: 40px 0;
}

label {
    color: grey;
    font-weight: normal;
}

.views-exposed-form label {
    color: white;
}

.form-required:after {
    margin-left: 5px;
}

.form-control {
    background-color: grey;
    color: white;
}

.btn,
.nav-tabs>li a,
.form-control {
    border-radius: 0;
}

.btn-primary {
    background-color: #3d2aa2;
    border-color: #6130ad;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background-color: #6130ad;
    border-color: #6130ad;
}

table a:not(.btn),
.table a:not(.btn) {
    text-decoration: none;
}

table tr td>a:not(.btn):hover,
.table tr td>a:not(.btn):hover {
    text-decoration: underline;
}

.admin-page .table-striped>tbody>tr ul.dropdown-menu {
    border-radius: 0;
    min-width: 100%;
    padding: 0;
}

.admin-page .table-striped>tbody>tr:nth-of-type(odd) ul.dropdown-menu li a,
.admin-page .table-striped>tbody>tr:nth-of-type(even) ul.dropdown-menu li a {
    color: white;
    font-size: 12px;
    border-radius: 0;
    padding: 3px 6px;
}

.btn-group {
    border-radius: 3px;
}


/* 2.4 Advertising */

.blockadvertising,
.bigRow {
    position: relative;
}

.bigRowItem {
    width: 100%;
    overflow: hidden;
}

.static-image {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 5;
    -webkit-transition: opacity .54s cubic-bezier(.5, 0, .1, 1);
    -o-transition: opacity .54s cubic-bezier(.5, 0, .1, 1);
    -moz-transition: opacity .54s cubic-bezier(.5, 0, .1, 1);
    transition: opacity .54s cubic-bezier(.5, 0, .1, 1);
    background-repeat: no-repeat;
    background-position: center;
}

.advertising-caption {
    position: absolute;
    top: 0;
    padding: 0 4%;
    height: 100%;
    padding-top: 4% !important;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

.advertising-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2%;
    max-width: 72%;
}

.advertising-caption .billboard-links {
    position: relative;
    padding: 1em 0;
}

.hashtag {
    font-size: 1.8vw;
    font-weight: 700;
    right: 0;
    bottom: 15%;
    position: absolute;
    /* visibility: hidden; */
}

.video-component-container {
    -webkit-transition: opacity 1s ease-out, height 1s ease-out;
    -o-transition: opacity 1s ease-out, height 1s ease-out;
    -moz-transition: opacity 1s ease-out, height 1s ease-out;
    transition: opacity 1s ease-out, height 1s ease-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}


/* 2.5 Profile */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #3d2aa2;
}


/* 2.6 Admin Pages*/

.path-node .region-content dl,
.admin-page {
    background-color: grey;
    margin: 0 60px;
    padding: 15px;
}

.admin-page .view-header {
    margin-bottom: 20px;
}

.admin-page .table-striped th {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 8px;
}

.admin-page .table-striped>tbody>tr:nth-of-type(odd),
.admin-page .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .85);
    color: #333;
}

.admin-page .table-striped>tbody>tr:nth-of-type(odd) a:not(.btn),
.admin-page .table-striped>tbody>tr:nth-of-type(even) a:not(.btn) {
    color: #333;
}

.path-node .region-content dl dd {
    margin-bottom: 20px;
}

.node-form {
    background-color: rgba(255, 255, 255, .95);
    color: #333;
    margin: 0 60px;
    padding: 15px;
}

.node-form *:not(.btn) {
    color: #333;
}

.node-form .form-control,
.node-form .input-group-addon {
    background-color: rgba(128, 128, 128, 0.23);
    border-color: rgba(128, 128, 128, 0.05);
}

.path-node .ui-autocomplete {
    background: #dadada;
}

.node-form .table>thead>tr>th {
    background: grey;
}

.filter-wrapper,
.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: white;
}

.filter-wrapper {
    border-color: #d1d1d1;
}

.node-form .form-actions {
    margin-top: 50px;
}

.node-form .form-actions .form-submit {
    min-width: 155px;
    text-transform: uppercase;
}

.node-form .form-item.form-type-vertical-tabs.js-form-type-vertical-tabs {
    display: none;
}

.form-actions .button--danger {
    display: inline-block;
    vertical-align: middle;
}

article.video.full .content>.field+.field {
    margin-top: 20px;
}

article.video.full .content>.field.field--name-field-tags .field--item::before {
    content: "#";
}

#cboxLoadedContent.media--ratio .cboxIframe {
    border: none;
}

.media__icon--litebox {
    display: none;
}

[class*="block-grid-"]>.grid {
    margin-bottom: 4%;
    margin-bottom: 4vw;
    padding: 0 2px;
    position: relative;
}


/* 3. FOOTER */

.footer {
    border: none;
    margin-top: 0;
    max-width: 980px;
}

.region-footer {
    margin: 20px auto 0;
    padding: 0 4%;
    color: grey;
}

.region-footer #block-footer p {
    font-size: 11px;
}

#block-social-2,
#block-socialshowdelcaos {
    margin-bottom: 20px;
}

#block-socialshowdelcaos h3 {
    color: grey;
    font-size: 18px;
    font-weight: 600;
}

#block-social-2 .nav>li,
.nav-social>li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    min-width: 25px;
}

#block-social-2 .nav>li>a {
    color: transparent;
    padding: 0;
    width: 0;
}

.nav-social>li>a {
    color: grey;
    padding: 0;
}

.nav-social>li>a i {
    font-size: 30px;
}

.nav-social>li>a:hover {
    background: transparent;
    color: white;
}

#block-social-2 .nav>li>a::before {
    font: normal normal normal 30px/1 FontAwesome;
    color: grey;
    height: 25px;
    width: 36px;
}

#block-social-2 .nav>li:first-child>a:before {
    content: "\f082";
}

#block-social-2 .nav>li:last-child>a:before {
    content: "\f16d";
}

#block-social-2 .nav>li>a:hover:before {
    color: white;
}


/* 4. MEDIA QUERYS */

@media screen and (max-width: 499px) {
    .bigRow {
        padding: 20% 0;
        /* padding: 18% 0; */
    }
    .static-image {
        -moz-background-size: 200%;
        background-size: 200%;
    }
}

@media screen and (max-width: 799px) and (min-width: 500px) {
    .bigRow {
        padding: 13.7% 0;
        /* padding: 10.7% 0; */
    }
    .static-image {
        -moz-background-size: 145%;
        background-size: 145%;
    }
}

@media screen and (max-width: 1099px) and (min-width: 800px) {
    .bigRow {
        padding: 11% 0;
        /* padding: 9% 0; */
    }
    .static-image {
        -moz-background-size: 130% auto;
        background-size: 130% auto;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1100px) {
    .bigRow {
        padding: 9.1% 0;
        /* padding: 7.1% 0; */
    }
    .static-image {
        -moz-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 1400px) {
    .bigRow {
        padding: 9.5% 0;
        /*7.1% 0*/
    }
    .static-image {
        -moz-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media (max-width: 767px) {
    .navbar-default .dexp-sticky {
        background-color: rgba(0, 0, 0, .7);
    }
    #block-logo {
        margin: 8px 0;
    }
    #block-logo a img {
        max-height: 50px;
    }
    .navbar-collapse .menu>li>a {
        line-height: 40px;
    }
    .main-container {
        padding-top: 66px;
    }
    .synopsis {
        display: -webkit-box;
        height: calc(13px * 1.35 * 3);
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 768px) {
    .fixed-transition #block-logo {
        margin: 3px 0;
    }
    .fixed-transition #block-logo a img {
        max-height: 50px;
    }
    .fixed-transition nav>ul.nav>li>a {
        line-height: 60px;
    }
    .navbar-collapse {
        width: calc(100% - 118px);
    }
    .navbar-collapse nav>.menu>li {
        display: inline-block;
        float: none;
        cursor: pointer;
    }
    .navbar-collapse nav>.menu>li:last-child {
        margin-right: 0;
    }
    .navbar-collapse nav>.menu>li>a {
        line-height: 100px;
    }
    .info.meta-layer,
    .slide--caption--left .slide__caption {
        padding-left: 60px;
        padding-top: 10%;
    }
    .logo-and-text {
        width: 49%;
    }
    h2.title-banner {
        font-size: 40px;
    }
    .synopsis {
        font-size: 18px;
    }
    .billboard-links a {
        font-size: 13px;
    }
    .block.block-views {
        margin: 3% 0;
        margin: 3vw 0;
    }
    .block-title {
        font-size: 22px;
        margin-left: 4%;
    }
    .block-title a {
        color: #e5e5e5;
    }
    .view-header .block-title {
        margin-left: 0;
    }
    .slick--skin--fullwidth .slide__title,
    .slick--skin--fullwidth .slide__constrained>.slide__caption a,
    .view-categories .views-field-title span {
        font-size: 18px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-collapse nav>.menu>li {
        padding: 0 17px;
    }
    /*.navbar-collapse nav>.menu>li:first-child {
        display: none;
    } */
    .navbar-collapse nav>.menu>li>a {
        font-size: 15px;
    }
    .billboard-row {
        margin-bottom: 0;
        padding-bottom: 40%;
    }
    .billboard-row .view-content {
        background-color: #000;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .billboard-links ul li+li {
        margin-top: 10px;
    }
    #slider .slide__caption::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        height: 18.8%;
        height: 18.8vw;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -6%;
        bottom: -6vw;
        content: '';
        width: 100%;
        z-index: 999;
    }
    .slick-dots {
        bottom: 2%;
        bottom: 2vw;
    }
    .block-first-home {
        margin-top: -3%;
        margin-top: -3vw;
    }
}

@media(min-width:992px) and (max-width: 1024px) {
    .navbar-collapse nav>.menu>li {
        padding: 0 10px;
    }
    .navbar-collapse nav>.menu>li>a {
        font-size: 14px;
    }
    .billboard-row {
        margin-bottom: 0;
        padding-bottom: 40%;
    }
    .billboard-row .view-content {
        background-color: #000;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .billboard-links ul li+li {
        margin-top: 10px;
    }
    #slider .slide__caption::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        width: 100%;
        height: 18.8%;
        height: 18.8vw;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -6%;
        bottom: -6vw;
        content: '';
        z-index: 999;
    }
    .slick-dots {
        bottom: 2%;
        bottom: 2vw;
    }
    #block-views-block-videos-block-16 {
        margin-top: -3%;
        margin-top: -3vw;
    }
}

@media(min-width:1025px) {
    .navbar-collapse nav>.menu>li {
        padding: 0 17px;
    }
    .navbar-collapse nav>.menu>li>a {
        font-size: 16px;
    }
    .billboard-row {
        margin-bottom: 0;
        padding-bottom: 40%;
    }
    .billboard-row .view-content {
        background-color: #000;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .billboard-links ul li+li {
        margin-top: 10px;
    }
    #slider .slide__caption::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        width: 100%;
        height: 18.8%;
        height: 18.8vw;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -6%;
        bottom: -6vw;
        content: '';
        z-index: 999;
    }
    .slick-dots {
        bottom: 2%;
        bottom: 2vw;
    }
    .block-first-home {
        margin-top: -3%;
        margin-top: -3vw;
    }
}

@media screen and (min-width: 1500px) {
    .navbar-default .dexp-sticky {
        padding: 0 45px;
    }
    .blockvideos,
    nav.tabs,
    .path-user article,
    .path-user form,
    .advertising-caption,
    article.video.full {
        padding: 0 60px;
    }
    .block-title {
        margin-left: 60px;
    }
    .billboard-row {
        margin-bottom: 0;
        padding-bottom: 40%;
    }
    .billboard-row .view-content {
        background-color: #000;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #slider .slide__media img {
        min-width: 75%;
    }
    .billboard-links ul li+li {
        margin-top: 10px;
    }
    #slider .slide__caption::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        width: 100%;
        height: 18.8%;
        height: 18.8vw;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -6%;
        bottom: -6vw;
        content: '';
        z-index: 999;
    }
    .slick-dots {
        bottom: 2%;
        bottom: 2vw;
    }
    .block-first-home {
        margin-top: -3%;
        margin-top: -3vw;
    }
    .region-footer {
        padding: 0 45px;
    }
}