
@font-face {
    font-family: 'FontAwesome';
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


    .fa-share-alt:before {content: "\f1e0"}
    .fa-facebook:before {content: "\f09a"}
    .fa-google-plus:before{content:"\f0d5"}
    .fa-whatsapp:before{content:"\f232"}
    .fa-twitter:before{content:"\f099"}
    .fa-times:before{content:"\f00d"}
#listicalSliderDiv .sliderRelatedTitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
#listicalSliderDiv .para_head > h2 {
	color: #333;
	font-size: 21px;
	margin: 0;
	padding: 5px 0 0 0;
	    line-height: 28px;
}
#listicalSliderDiv .para_text > p {
	padding: 10px 0;
	color: #000;
    font-size: 19px!important;
} 
#listicalSliderDiv .para_text {
    height: auto;
}
.listicalSliderContent {position: relative;overflow: hidden;
}
.listical-photo-share {
    background: #000;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    z-index: 1000;
    transition: right 0.8s ease-in-out 0s;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display:none;
}
.listical-photo-share-links {
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    right: -250px;
    text-align: center;
    padding: 5px 40px 5px 0;
    z-index: 10000;
    border-radius: 0;
    transition: right 0.8s ease-in-out 0s;
    width: auto;
    overflow: hidden;
    display:none;
}
.listical-photo-share-links a {
    color: #fff!important;
    font-size: 24px;
    margin: 0 8px;
    text-decoration: none!important;
}
/*.listical-photo-share-links a.listical-facebook {color: #315c97;}
.listical-photo-share-links a.listical-twitter {color: #39a9e0;}
.listical-photo-share-links a.listical-google-plus {color: #dd4b39;}
.listical-photo-share-links a.listical-whatsapp {color: #40c02c;}*/
.listicalSliderContainer.show-social .listical-photo-share-links {right: 0px;width: 80px;}
.listicalSliderContainer.show-social .listical-photo-share {right: -250px;}
.listical-photo-share-close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    right: 5px;
}
.listical-ad-right {height:250px; margin:10px;width:300px;padding: 0;float: right;}
.listical-ad-left {height:250px; margin:0 20px 10px 0;width:300px;padding: 0;float: left;}
.listical-top-ad {height:250px; margin: 0 20px 10px 0;width:300px;padding: 0;float: left;}
.listical-ad-center {height:250px; margin: 20px auto;width:300px; float: none;}
.listicalSliderContent iframe{
        width: 100%;
    }
.cms-videos-wrapper {
    position: relative;
}
.assigned_video
{
    position: relative;
    cursor: pointer;
}

.assigned_video:before,.assigned_video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
.assigned_video:before{
    width: 50px;
    height: 50px;
    border: solid 5px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(238, 22, 59, 0.5);
}
  .assigned_video:after{
        width: 0;
        height: 0;
        left: 5px;
        border-left: solid 20px rgba(255, 255, 255, 0.5);
        border-top: solid 12px transparent;
        border-bottom: solid 12px transparent;
 }
.cms-video {
    margin: 0 auto;
    text-align: center;
    display: none;
}
.assigned_video img {
    height: 338px;
    width: 600px;
}

.unmutebtn{
                position: absolute;
                top: 5px;
                left: 20px;
                width: 126px;                   
                background-color: #fff;
                border-radius: 3px;
                color: #000;
                display: inline-block;
                overflow: hidden;
                padding: 6px 6px 5px;    
                z-index: 9;
                font-size: 12px;                
                text-decoration: none;
                -webkit-transition: .6s ease all;
                -moz-transition: .6s ease all;
                transition: .6s ease all;
            }
            .unmute-icon{
                background: url(/images/unmute-x.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 17px;
                display: inline-block;
                float: left;
                height: 28px;
                width: 18px;
            }
            .unmute-overlay{
                width: 100%;
                height: 100%;    
                position: absolute;
                z-index: 9;
            }
            .unmute-txt{
                margin-left: 10px;
                text-transform: uppercase;
                font-family: sans-serif;
                font-weight: 600;
                line-height: 18px;
            }
            

.giz-subscribe-head
        {
                font-size:16px;
                text-transform:uppercase;
                text-align: center;
                padding-bottom: 5px;
                font-weight:600;
        }
        .giz-subscribe-block
        {
                font-size:16px;
                height:40px;
                line-height: 40px;
                padding: 0 10px;
                background: #000000;
                color:#ffffff;
                text-transform:uppercase;
                text-align: center;
                padding-right: 50px;
                position: relative;

        }
        .giz-subscribe-block .bell-icon
        {
            width: 40px;
            height: 36px;
            background: #ffffff url(/images/bell-blk.svg) no-repeat center;
            background-size: 60%;
            display: block;
            position: absolute;
            right: 2px;
            top: 2px;
        }
        .giz-sample-article
        {
                padding: 10px;
                border:solid thin #000000;
                text-align: left;
                display: none;
        }
        .giz-sample-article .sample-image
        {
                width:70px;
                float:left;
                margin-right: 10px;
        }
        .giz-view-sample
        {
                text-align:right;
                font-size:12px;
                position: relative;
        }
        .giz-view-sample a
        {
                padding: 5px 0;
                display: inline-block;
                position: relative;
        }
        .giz-view-sample.open a {
            position: relative;
            right: 5px;
            padding: 5px 0;
        }
        .sub-btn{
                display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 100%;
            background: #000000;
            color: #ffffff;
            outline: none;
            border: none;
            cursor: pointer;
        }
.giz-subscribe-button {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
}
.giz-subscribe-textbox {
    width: 100%;
}
.giz-subscribe-textbox input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 36px;
    margin: 2px -8px 0;
}
#giz-subscribe{
margin:10px 0;
width:300px;
display:none;
}
#giz-unsubscribe{
margin:10px 0;
width:300px;
display:none;
}
#giz-emailsubscribe{
margin:10px 0;
width:300px;
display:none;
}
.sample-text{
    width: 195px;
    float: right;
    line-height: 23px;
}
.inArticleRight {
    text-align: left;
    padding-top: 6px;
    padding-left: 0;
}
.oi-related ul li {
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: solid thin #cccccc;
    line-height: 22px;
}
.oi-related h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 7px 0px!important;
}
.oi-related ul li a {
    color: #000;
    font-size: 15px;
}
.col-block {
    width: 105px;
    float: left;
    margin-right: 10px;
}

.site-languages, .site-links, .other-child-sites {
    width: 24%!important;
}

/*NEW ARTICLE CSS*/

.breadcrump div,.breadcrump span {
    margin-right: 1px
}

.breadcrump {
    margin-top: 4px!important;
    color: #333;
    font-size: 13px;
    clear: both
}
.nav a, .breadcrump span {
    font-size: 14px !important;
    color: #645f5f !important;
}
.breaking-newstext {
    margin: 15px 2px!important
}
.oi-article-lt {
    font-size: 16px;
    width: 640px;
    padding: 0 19px;
    margin: 0 19px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.oi-article-rt {
    width: 300px;
    float: left;
}
.heading {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    line-height: 37px;
    margin: 10px 0;
}
.breadcrumb-arrow {
    display: inline-block;
    vertical-align: middle;
    background: url(https://images.boldsky.com/images/breadcrumb-right-1718712263763.svg) no-repeat 0 0;
    width: 12px;
    height: 12px
}

.breadcrumb-arrow {
    margin: 7px 2px
}
.comments-wrap {
    display: none !important;
}
.written-by {
    float: left;
    font-size: 14px;
    padding-right: 10px;
    font-family: arial;
    line-height: 30px;
    font-weight: 400;
    color: #6c6360;
    clear: both;
}

.written-by a {
    color: #6c6360
}

.date-time span {
    color: #6c6360;
    display: block!important;
    padding-left: 0!important;
    line-height: 30px;
    clear: both;
}

p {
    color: #000;
    font-size: 19px;
    line-height: 33px;
    padding: 12px 0;
    font-weight: 400;
    letter-spacing: 0
}

.deepLinkPromo {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    background: #f2fafc;
}

.deepLinkPromo a {
    color: #262223
}

.deepLinkPromoImg {
    float: left;
    padding-right: 10px;
    background: 0 0!important;
    width:90px !important;
    height: 50px !important;
}
@media screen and (max-width: 1280px) {
    #all-page-wrapper {
    width: 1263px;
    margin: 0 auto;
	}
    .oi-article-lt {
        width: 600px !important;
        float: left;
        padding: 0 0 0 10px !important;
        margin: 0 2px !important;
    }
}
