/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/*
************************************************************************
  (C) Copyright 2018 by WMS Webmediasolutions
      Developed by: Md Sarwar Zahan
 ------------------------------------------------------------------------
   any unauthorized publication, copying or modification of this file is
   striclty forbidden and will be treated and pursued by international law
************************************************************************
*/




.container-wms{ visibility:hidden; }

.im2 {
    max-width:100%;
    -moz-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}


.wmsBtnGroup button {
    z-index: 100;
    font-size:15px;
    font-weight:400;
    margin-left:1px;
    background-color: rgba(37, 38, 39, 0.78);
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    float:none;
    transform:translateY(-43px);

}
.wmsBtnGroup button:not(:last-child) {
    border-right: none;
}

.wmsBtnGroup:after {
    content: "";
    clear: both;
    display: table;
}

.wms-center {

    overflow:visible;
    position:relative;
    /*background-color: #f5f5f5;*/
    color: #000;
    font-size: 16px;
    margin:-40px;
    border: none;
    cursor: pointer;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.wms-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    padding-top: 100px;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: none;

    background-color: none;
    background-color: none;
    /*transform:translateY(-350px);*/

}
.wms-modal-content {

    position: relative;
    background-color: rgba(55, 63, 70, 0.78);
    margin: auto;
    padding: 0;

    width:50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.3s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color:#f1f1f1;
    float: right;
    font-size: 30px;
    font-weight: bold;
    max-width: 30px;
}

.close:hover,
.close:focus {
    color: #f10a0a;
    text-decoration: none;
    cursor: pointer;
}

.wms-modal-header {
    padding: 0px 16px;
    background-color: rgba(37, 38, 39, 0.86);

}
.video-responsive{
    width:100%;
    margin-bottom:-5px;
}


.vhead{
    color:#f1f1f1;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:0px;
    margin-top:8px;
}

div.scrollWrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

div.scrollableArea
{
    position: relative;
    width: auto;
    height: 100%;
}







