
/*page setup*/
 body, form {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html,body{margin:0;padding:0;width:100%;height:100%;}

.iframeVideoAdd iframe.video_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;border:0;overflow:hidden;
    background: url('/newspaper/images/loadanba20171.gif');
    background-repeat: no-repeat;
    background-position: center center;
        background-size: contain;

}

.main_content{width:100%;margin:0 auto}

/*soical media*/
.videoLandin .sharebutton
{
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: none;
    -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: rgba(17, 17, 17, 0.7);
    padding: 5px;
}
.videoLandin .sharebutton.clicked{background: rgba(17, 17, 17, 0.9);}
.videoLandin .shareblock {
    text-align: center;
    width: 100%;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 35px;
    position: absolute;
    top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    border: 0;
    z-index: 10;
        transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
}
.videoLandin .shareblock a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    vertical-align: top;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: none;
    -webkit-filter: none;
    margin-bottom: 7px;
}

.videoLandin .shareblock a:last-of-type
{
    margin-bottom: 0;
}
.videoLandin .shareblock a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(https://www.alanba.com.kw/newspaper/images/footer-soc-29.png);
    background-size: auto 22px;
    background-repeat: no-repeat;
}
.videoLandin .shareblock a:before
{
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 1;
    left: 0;
    top: 0px;
    right: 0;
    margin: 0 auto;
    background: #65666d;
}
.videoLandin .shareblock a.facebook:before{background: #4a6eaa}
.videoLandin .shareblock a.twitter:before{background: #5ea9dd}
.videoLandin .shareblock a.whatsapp:before{background: #169e0e}



.videoLandin .shareblock a.facebook:after {
    background-position: -163px center;
}
.videoLandin .shareblock a.twitter:after {
    background-position: -133px center;
}
.videoLandin .shareblock a.twitter.new:before {
    background: #000;
}
.videoLandin .shareblock a.twitter.new:after {
    background-position: -909px center;
}
.videoLandin .shareblock a.whatsapp:after
{
     background-size: auto 26px;
    background-position: -1px center;
}
.videoLandin .shareblock a.viber:after
{
       background-size: auto 26px;
    background-position: -528px center;
}


.videoLandin .shareblock.clicked
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.videoLandin .shareblock .whatsapp{display:none}
@media (max-device-width:1120px) {
    body .videoLandin .shareblock .whatsapp{display:block}
}

/*copy linked*/
.videoLandin .li-copy{background: #8a0000;
position: relative;
    cursor: pointer;font-size:0;display: block;
    width: 35px;
    height: 35px;
    vertical-align: top;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: none;
    -webkit-filter: none;
    margin-bottom: 7px;}


.videoLandin .li-copy:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    top: 7px;
        margin: 0 auto;
    left: 0;
    right: 0;
    vertical-align: top;
    background: url(/newspaper/images/linkicon.png);
        background-size: 22px 22px;
    background-repeat: no-repeat;
}

.cpylnkmsg{
        position: fixed;
    margin-top: 130px !important;
    margin-left: 51px;
    font-family: sans-serif;
    font-weight: 700;
    color: #4c4b4b;
    direction: ltr;
    text-align: left;
    display: inline-block;
    background: #c2e1f5;
    vertical-align: top;
    padding: 1px 5px;
}

.cpylnkmsg:before {
	    top: auto;
    left: -20px;
    bottom: 1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 10px;
    margin-top: 0;
}
.BlackANDWhite {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/newspaper/images/resources.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}