/*-----------------------------------------------------------------------------------
	    Blocs Site
        Additional CSS
-----------------------------------------------------------------------------------*/


/* Video Modal Styling */
.fullscreen-lb{
    background:#000;
    border-radius: 0;
}
.fullscreen-lb .modal-body{
    padding:0;
}

.fullscreen-modal{
    background:#000;
}
.fullscreen-modal .modal-dialog{
    width:100%!important;
    max-width:85%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
    position: fixed;
    display: block;
    width: 25px;
    height:25px;
    top:16px;
    right:10px;
    z-index: 10000;
}
.close-full-screen-modal .close-icon{
    display: block;
    width:100%;
    height:1px;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:12px;
}
.close-full-screen-modal .close-icon{
    height:2px;
}
.close-full-screen-modal .close-icon:after{
    content:"";
    display:inherit;
    width:inherit;
    height:inherit;
    background: inherit;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close-full-screen-modal{
    right:20px;
}
