/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 10, 2018, 9:41:47 AM
    Author     : Vegan
*/

.top-promo #exp-site {
    padding-top:2.5rem;
}

#landing-main #landing-filters {
    width:100%;
    text-align:center;
    padding: 30px 0;
}

#landing-main #landing-filters span {
    color:#fff;
    font-size:12px;
    padding: 0 25px;
    /*border-right: 2px solid #fff;*/
    cursor:pointer;
    font-family: 'Gotham', Georgia, serif;
}
#landing-main #landing-filters span span.inner {
    padding: 0 !important;
}
#landing-main #landing-filters .filter-item.last-item span {
    border-right:none;
}

#landing-main #landing-filters .filter-item:after {
    content: "|";
    color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
}

#landing-main #landing-filters .filter-item.last-item:after {
    display:none;
}

#landing-main #landing-filters span.active,
#landing-main #landing-filters .filter-item.active span {
   /* color: #ED0000;*/
   font-family: 'Gotham SSm A', Georgia, serif;
   font-weight:700;
   
}
#landing-main #landing-filters .filter-item.active span.inner {
    border-bottom: 1px solid #fff;
}
#landing-main .grid .grid-info span{
    display: inline-block;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    background:#fff;
    padding: 5px 10px;
}

#landing-main .grid .grid-info span.genius {
    background:#feeb00;
}

#landing-main .grid .grid-info p {
    color:#fff;
    font-size:13px;
    margin-top: 8px;
    line-height: 16px
}

html,body {
    width: 100%;
}
#landing-main{
    padding-top: 0px;
    background: #000;
    padding-top:92px;
}
div#landing-filters button,
div#landing-filters div {
    display: inline-block;
    position: relative;
    background:none;
}
#SlideMiddle {
    display: block;
    background: #000;
    width: 100%;
    min-height: 100%;
}
#SlideMiddle #grid {
    background: #000;
    max-width: 1090px;
    margin:0 auto;
    margin-bottom:20px;
}
#SlideMiddle #grid:after {
    content: '';
    display: block;
    clear: both;
}
#SlideMiddle #grid-content {
    position: relative;
}
#SlideMiddle #grid-content .grid-item,
#SlideMiddle #grid-content .grid-sizer {
    width: 344px;
    height: 397px;
    float: left;
    background: #000;
    border: 0;
    border-radius:0;
    /*margin-bottom:20px;*/
}
#SlideMiddle #grid-content .grid-item a{
    display:block;
    border:none;
}
#SlideMiddle #grid-content .grid-item.grid-item--height2 {
    height: 794px;
}
.grid-item h1 {
    font-size: 20px;
    color: red;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.grid-info span {
    display: inline-block;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    background: #fff;
    padding: 5px 10px;
    padding-top:6px;
    font-family: 'GothamMedium', Georgia, serif;
}
.grid-info span.genius {
    background: #feeb00;
}
.grid-info p {
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
    line-height: 16px;
    font-family: 'GothamLight', Georgia, serif;
}

.grid-item a div.image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* hero banner */
#SlideMiddle #grid-content #hero-wrapper {
    max-width: 1080px;
    margin:0 auto 20px auto;
    width:100%;
    height:auto;
    float:none;
}
.hero-wrapper-outer.fullwidth {
    width:100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.hero-wrapper-outer a {
    border-bottom: none;
}
.simple-video-wrapper-inner {
    width:100%;
    position:relative;
}
.hero-img-wrapper{
    position:relative;
}
.simple-video-wrapper-inner:after {
    content:" ";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0.9;
    width:100%;
    height:90%;
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
}

.hero-wrapper-outer .grid-info{
    padding-top:15px;
}
.hero-overlay-wrapper {
    position: absolute;
    display: block;
    bottom: 8%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index:3;
}
#hero-wrapper .hero-desc {
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
    line-height: 16px;
    font-family: 'GothamLight', Georgia, serif;
    background: transparent;
    padding: 0;
    padding-left: 10px;

}

.hero-overlay-wrapper .scroll-down-wrapper {
    color:#fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 15px;
    text-align: center;
    font-family: 'GothamLight', Georgia, serif;
    margin-top:10px;
    display:none;

}
.hero-overlay-wrapper .scroll-down-wrapper .arrow_down {
    height:15px;
    width:10px;
    margin:10px auto;
    display:block;
    background-image:url(../img/c2019arr_dn2.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size:contain;
}


.simple_video_html5_outer {
    width:100%;
    height:auto;
    position:relative;
}
.hero_video_html5_container {
    width:100%;
    height:auto;
    position:relative;
}
.hero_video_html5_container video {
    width:100%;
    height:auto;
    position:absolute;
    top:0;
    left:0;
}
.hero_video_html5_img_placeholder {
    visibility: hidden;
    z-index: -2;
}
.hero-overlay-wrapper .mcButton > span a, .hero-overlay-wrapper .mcButton > span i {
    letter-spacing:1px;

}
.simple_html5_video_ctrls_wrapper {
    margin: 0 auto;
    width: auto;
    position: absolute;
    bottom: 20px;
    z-index: 25;
    height: auto;
    left: 50px;
}
.simple_html5_video_ctrls_inner {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
}
.simple_html5_video_ctrl_btn {
    height: 35px;
    width: 35px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    cursor: pointer;
    background: inherit;
    padding: 0;
    border-radius: 50%;
    margin-right:20px;
    background-color:transparent;
}

.simple_html5_video_ctrl_btn .playpauseicon,
.simple_html5_video_ctrl_btn .volumeicon{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    z-index: 9;
    background-color: inherit;
    border: 0;
    padding: 0;
}
.simple_html5_video_ctrl_btn .icon-play {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Play.svg);
}
.simple_html5_video_ctrl_btn .icon-pause {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Pause.svg);
}
.simple_html5_video_ctrl_btn .icon-mute {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Sound-off-white.svg);
}
.simple_html5_video_ctrl_btn .icon-unmuted{
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Volume_on.svg);
}
.simple_html5_vid_cover {
    display:none;
    position:absolute;
    height:100%;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    top:0;
    left:0;
}
.simple_html5_video_share_wrapper{
    position: absolute;
    cursor: pointer;
    bottom: 26px;
    text-align: center;
    right: 70px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    z-index: 30;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.simple_html5_video_share_text_container {
    margin-bottom: 0;
    display: block;
    border: 0;
    background: 0;
}
.simple_html5_video_share_text_container span {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}
.simple_html5_video_share_text_container span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 2px;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(../img/video_html5_and_images/Icon_share.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.simple_html5_video_share_text_container span:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 2px;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(../img/video_html5_and_images/Icon_close.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.simple_html5_video_share_text_container.hide_share span:before {
    opacity:0;
}
.simple_html5_video_share_text_container.hide_share span:after {
    opacity:1;
}
.simple_html5_video_share_text_container p {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 52px;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    display: none;
}
.simple_html5_video_share_icon_container {
    font-size: 0;
    width: 200px;
    display: none;
    position: absolute;
    right: 60%;
    opacity: 0;
    visibility: hidden;
    top: -5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.simple_html5_video_share_icon_container.open_share {
    display:block;
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.simple_html5_video_share_icon_container span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.simple_html5_video_share_icon_container span a {
    display: block;
    padding: 0;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_fb a {
    background-image: url(../img/video_html5_and_images/facebook.png);
    background-size: 10px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_tw a {
    background-image: url(../img/video_html5_and_images/twitter.png);
    background-size: 19px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_wa a {
    background-image: url(../img/video_html5_and_images/whatapp.png);
    background-size: 17px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_wb a {
    background-image: url(../img/video_html5_and_images/weibo.png);
    background-size: 21px;
}
@media screen and (min-width: 1315px) {
    #SlideMiddle #grid {
        width: 1275px;
    }
}
@media screen and (min-width: 1630px) {
    #SlideMiddle #grid {
        width: 1590px;
    }
}
@media screen and (min-width: 1945px) {
    #SlideMiddle #grid {
        width: 1905px;
    }
}
@media screen and (min-width: 2260px) {
    #SlideMiddle #grid {
        width: 2220px;
    }
}
@media screen and (min-width: 2575px) {
    #SlideMiddle #grid {
        width: 2535px;
    }
}



@media screen and (min-width: 960px) and (max-width: 1100px) {
    #SlideMiddle #grid  {
        width: 870px;
    }
    #SlideMiddle #grid-content .grid-item,
    #SlideMiddle #grid-content .grid-sizer {
        height:315px;
        width: 270px;
    }

    #SlideMiddle #grid-content .grid-item.grid-item--height2 {
        height: 630px;
    }

    .grid-info span {
        font-size:11px;
    }

    /*
    .grid-info p {
        font-size:13px;
        line-height: 16px;
    }*/


}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #SlideMiddle #grid {
        width: 700px;
    }
    #SlideMiddle #grid-content .grid-item,
    #SlideMiddle #grid-content .grid-sizer {
        width: 336px;
    }
}




@media screen and (min-width: 768px) {

    #open-accordion-filters {
        display:none;
    }

}

@media screen and (max-width: 1023px) {
    .descriptionColumn .news-containerblock .text_half_container{
        width:45%;
        margin-left: 3%;
    }
    #landing-main{
        padding-top:65px;
    }
    .simple_html5_video_ctrls_wrapper {
        left: 15px;
    }
    .simple_html5_video_ctrl_btn {
        margin-right:10px;
    }
    .simple_html5_video_share_wrapper {
        right:20px;
    }
    .hero-overlay-wrapper .mcButton>div{
        opacity:1;
    }
    #hero-wrapper .hero-desc {
        display:block;
        padding-left:0;
    }
    .hero-overlay-wrapper {
        bottom:75px;
    }
    .hero-overlay-wrapper .mcButton > span a, .hero-overlay-wrapper .mcButton > span i {
        font-size:11px;

    }
    .hero-overlay-wrapper .mcButton>span {
        padding: 4px 12px;
    }
    .hero-overlay-wrapper .scroll-down-wrapper {
        font-size:10px;
    }

}



@media screen and (min-width: 768px) and (max-width:1023px) {
    #landing-main #landing-filters span {
        padding:0 12px;
    }

}


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

    #landing-main{
        padding-top:45px;
    }


    #open-accordion-filters {
        display: block;
        width: 100%;
        padding: 5px 0px;
        color: #fff;
        text-align: right;
        background: #222222;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

    #SlideMiddle #grid {
        margin-top: 20px;
    }


    #open-accordion-filters .icon-arrow {
        display: inline-block;
        background: url(../img/arrow-filters-mobile.svg) no-repeat;
        background-size: contain;
        width: 14px;
        height: 12px;
        vertical-align: middle;
        margin-left: 5px;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #landing-main.active .icon-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }



    div#landing-filters div,
    div#landing-filters button {
        display:block;
        width:100%;
        padding: 5px 0;
    }


    #landing-main #landing-filters {
        padding:20px 0;
    }

    #landing-main #landing-filters span {
        border-right:0;
    }

    #landing-main #landing-filters {
        background: #222222;
        display: none;
    }



}



@media screen and (min-width: 640px) and (max-width: 767px) {
    #SlideMiddle #grid {
        width: 600px;
    }
    #SlideMiddle #grid-content .grid-item,
    #SlideMiddle #grid-content .grid-sizer {
        width: 286px;
        height: 340px
    }

    .grid-info span {
        font-size:12px;
    }



    #SlideMiddle #grid-content .grid-item.grid-item--height2 {
        height: 670px;
    }
}


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


    #SlideMiddle #grid {
        width: 335px;
    }

    #SlideMiddle #grid-content .grid-item,
    #SlideMiddle #grid-content .grid-sizer {
        width: 335px;
        height: 385px;
    }


    #SlideMiddle #grid-content .grid-item.grid-item--height2 {
        height: 770px;
    }

}

@media screen and (max-width: 374px){
    .simple_html5_video_share_icon_container  {
        width:170px;
    }
    .simple_html5_video_share_icon_container span {
        margin:0 3px;
    }
}