@font-face {
    font-family: 'Berthold Akzidenz Grotesk BE';
    src: url('../../media/fonts/AG/AkzidenzGroteskBE-Regular.eot');
    src: url('../../media/fonts/AG/AkzidenzGroteskBE-Regular.eot?#iefix') format('embedded-opentype'), url('../../media/fonts/AG/AkzidenzGroteskBE-Regular.woff') format('woff'), url('../../media/fonts/AG/AkzidenzGroteskBE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('../../media/fonts/AG/AkzidenzGrotesk-Light.eot');
    src: url('../../media/fonts/AG/AkzidenzGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('../../media/fonts/AG/AkzidenzGrotesk-Light.woff') format('woff'), url('../../media/fonts/AG/AkzidenzGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Berthold Akzidenz-Grotesk';
    src: url('../../media/fonts/AG/AkzidenzGroteskBE-Bold.eot');
    src: url('../../media/fonts/AG/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'), url('../../media/fonts/AG/AkzidenzGroteskBE-Bold.woff') format('woff'), url('../../media/fonts/AG/AkzidenzGroteskBE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: 0px;
}

html {
    width:100%;
    height:100%;
}

body {
   width:100%;
    height:100%;
    background:#000000;
    overflow-x: hidden;
}

/*Div to wrap entire viewport so we can apply the funky gradient to the main page at the right time. */

.gradient_wrapper {

    background: -webkit-linear-gradient(to bottom, #27161A 5%, #3E3446, #182A39, #001014);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #27161A 5%, #3E3446, #182A39, #001014); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width:100%;
    height:auto;
    margin:0;
    display: none;
}


/*Div wraps around entire worke page to make it look rounded */
.rounded_wrap {
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    -webkit-clip-path: inset(10px 60px 60px 60px round 80px 80px 80px 80px);
    clip-path: inset(10px 60px 60px 60px round 80px 80px 80px 80px);
}


h2 {
    font-family: 'Berthold Akzidenz-Grotesk';
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    color: white;
    margin-bottom: 4px;
    margin-top: 5px;
}
h3 {
    font-family: 'Berthold Akzidenz-Grotesk';
    font-size: 4em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}
h4 {
    font-family: 'Berthold Akzidenz-Grotesk';
    font-size: 1em;
    font-weight: 300;
    margin-top: 0.1em;
    text-transform: capitalize;
    letter-spacing: .2em;
    text-align: center;
    color: #FFFFFF;
}
img {
    vertical-align: middle;
    line-height: 0;
    outline: none;
    border: 0px;
    -webkit-box-shadow: none;
    border-style: none;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear_float {
    clear: both;
}
.strong,
#client_info,
#agency_info {
    font-family: 'Berthold Akzidenz-Grotesk';
    font-weight: 600;
}
#current_cover_img {
    height: auto;
}
#cover_r_l {
    height: auto;
}
#cover_info {
    position: absolute;
    right: 0;
    left: 7px;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 80%;
    z-index: 3;
    display:none;
}
#cover_info p {
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'AkzidenzGrotesk';
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFFFFF;
}
.cover_current {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    outline: none;
    border: 0px;
    display:none;
}
.cover_current:hover {
    cursor: pointer;
}
.cover_next {
    width: 100%;
    position: absolute;
    align-content: center;
    outline: none;
    border: 0px;
}
#cover_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: .3;
    display: none;
    background-color: black;
}
#clk_r {
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 100;
    /* background-image: url(../media/buttons/right-arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat; */
}
#clk_l {
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    /* background-image: url(../media/buttons/left-arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat; */
}
.slider_progress {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width: 100%;
    text-align: center;
    display:none;
}
.diamond {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid white;
    margin-right: 9px;
    /* Rotate */

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */

    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.diamond.active {
    background-color: white;
}
.diamond:hover {
    background: white;
}
#main_play_btn {
    width: 100%;
    height: 100px;
    Opacity: .8;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../../media/buttons/play-square.png);
}
#main_play_btn:hover {
    background-position: bottom center;
    Opacity: 1;
}
.overlay {
    padding: 0px!important;
    margin: 0px!important;
    opacity: 0;
    position: absolute;
    z-index: 1;
    background: black;
    overflow: hidden;
}
.overlay:hover {
    opacity: .7;
}
@keyframes play_animation {
    0% {
        top: -100px;
    }
    100% {
        top: calc(40% - 50px);
    }
}
.play_btn {
    position: inherit;
    width: 100%;
    height: 100px;
    background-image: url(../../media/buttons/play-square.png);
}
.overlay:hover .play_btn {
    position: inherit;
    position: inherit;
    top: calc(40% - 50px);
    height: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    animation-name: play_animation;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
}
.overlay:hover .play_btn:hover {
    background-position: bottom center;
    position: inherit;
}
.video_info {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    text-align: center;
}
.video p {
    letter-spacing: 2px;
    font-family: 'AkzidenzGrotesk';
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: white;
}
.thumb {
    width: 100% !important;
    height: auto !important;
}

/*Start of the video player CSS area*/
#video_wrapper {
    position: absolute;
    display: none;
    z-index: 100;
}
.video:hover {
    cursor: pointer;
}
#close_player {
    width: 5%;
    height: 5%;
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 150;
    background-image: url(/media/buttons/video-x-close.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    padding-bottom:60px;
    padding-right:25px;
}
#close_player:hover {
    cursor: pointer;
}
#curtain {
    opacity: 1;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    position: fixed;
    display: none;
}
#curtain_info {
    position: absolute;
    bottom: 2em;
    width: 100%;
    text-align: center;
}
#curtain_info p {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
}
#clk_r_w {
    width: 12%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 100;
    cursor: pointer;
}
#clk_r_w_btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 105;
    background-image: url(../../media/buttons/arrow-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
#clk_l_w {
    width: 12%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 100;
}
#clk_l_w_btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 105;
    background-image: url(../../media/buttons/arrow-left.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

/*End of the video player CSS area*/
/*Start of Video Collection & Grid CSS */
.video_collection {
    margin-top: 0px;
    display:none;
}
.video_row {
    margin: 0px 0px 0px;
    margin-bottom: 0px;
}
.video,
*:after,
*:before {
    margin-right: 0px;
    padding: 0px;
    /* Removes padding behaviour on widths */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Attribute selector */

[class*='video-'] {
    float: left;
    padding: 0px;
}
/* Floats last ".bit-" to the right */

[class*='video-']:last-of-type {
    padding-right: 0px;
    float: right;
}
/* Clearfix */

.video_row:after {
    content: "";
    display: table;
    clear: both;
    margin: 0px;
}
/*End of Video Collection & Grid CSS */

.see_more_collection {
    padding-bottom: 20px;
    display:none;
}
.see_more_btn {
    color: white;
    text-align: center;
    font-family: 'Berthold Akzidenz Grotesk BE';
    font-size: 11px;
    cursor: pointer;
}
.see_more_btn IMG {
    width: 40%;
    max-width: 50px!important;
}
.see_more_btn p {
    padding-bottom: 20px;
    padding-top: 10px;
    cursor: pointer;
}
.mobile_info {
    display: none;
}
footer {
    width: 100%;
    color: #F8F8F8;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    display:none;
}
/*base tablet to small desktop styles*/

@media (min-width: 1200px) {
    .video {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    
     footer {
        display: none!important;
    }
}
@media (min-width: 800px) and (max-width: 1199px) {
    .video {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    footer {
        display: none!important;
    }
    
}
@media (min-width: 0px) and (max-width: 799px) {
    .video {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .play_btn,
    .overlay .video_info {
        display: none;
    }
    .mobile_info {
        display: inherit;
    }
    .video_info {
        position: inherit;
    }
    footer {
        display: none!important;
    }
    #close_player {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        z-index: 900;
        background-image: url(../media/buttons/video-x-close.png);
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }
    
    .rounded_wrap {
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    -webkit-clip-path: inset(0px round 0px 0px 0px 0px);
    clip-path: inset(0px round 0px 0px 0px 0px);

}
}