
/*Main layout*/

html,
body {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    background: rgb(230,230,235);
}

h1 {
    line-height: 22px;
    font-family: 'PT Sans',sans-serif;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
}

.clear-both{
    clear: both;
}

a {
    text-decoration: none !important;
}

#container {
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin-top: 80px;
    position: relative;
}

#header {
    background: #F5F5FA;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 9001;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
}

#header-tablet{
    display:none;
}

#body {
    /*padding-bottom: 258px;*/
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#overlay-dark {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1,1,1,0.7);
    z-index: 9002;
    display: none;
}

.center-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background: white;
}


#footer .center-content .footer-top {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgb(177,177,179);
    padding-bottom: 5px;
}

#footer .center-content .footer-top .col1,
#footer .center-content .footer-top .col2{
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding-left: 45px;
    padding-top: 3px;
    margin-bottom: 0;
}

#footer .center-content .footer-top .col2{
    padding-left: 20px;
    padding-right: 45px;
}

#footer .center-content .footer-top .search{
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding-top: 3px;
    margin-bottom: 0;
    padding-left: 0;
}

#footer .center-content .footer-top .col1 li,
#footer .center-content .footer-top .col2 li{
    list-style: none;
    font-family: 'Roboto',sans-serif;
    color: #f3f3fa;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
}

#footer .center-content .footer-top .col1 li a,
#footer .center-content .footer-top .col2 li a{
    color: #f3f3fa;
}

#footer-search-form{
    margin-top: 22px;
}

#footer .footer-top .search input {
    height: 29px;
    width: 76%;
    border: 1px solid transparent;
    padding: 0;
    outline: none;
    padding-left: 19px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    box-sizing: border-box;
}

#footer .footer-top .search .btn-search{
    background: #e0137a;
    color: white;
    width: 94px;
    display: inline-block;
    height: 29px;
    position: relative;
    left: -4px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;

}

#footer .footer-bottom {
    clear: both;
    height: 74px;
}

#footer .copyright-message{
    width: 50%;
    display: inline-block;
    float: left;
    color: #f3f3fa;
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    padding-left: 44px;
    padding-top: 23px;
    line-height: 14px;
    font-weight: 100;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
    border-right: 1px solid rgb(177,177,179);
}

#footer .copyright-message a{
    color: #f3f3fa;
}

#footer .copyright-message p{
    margin: 0;
}

#footer .footer-logos{
    display: inline-block;
    padding-left: 35px;
}

#footer .footer-logo{
    display: inline-block;
    margin-right: 27px;
}

#footer .footer-logo.new-logo{
    margin-right: 33px;
}

#footer span.logo-button, #footer span.ds-logo-icon{
    margin-top: 27px;
}

#footer .footer-bottom ul {
    display: inline-block;
    list-style: none;
    width: 295px;
    color: white;
    vertical-align: top;
    padding-left: 25px;
    margin: 11px 0;
}


#footer .footer-bottom ul li {
    padding-bottom: 5px;
}

#footer .footer-bottom ul a {
    color: white;
}


#footer .center-content {
    background-color: rgb(60,60,65);
    padding: 0;
}

#header .header-sections {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 80px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #D8D8E2;
    box-sizing: border-box;
}

#horizontal > .sections > .section, #horizontal > .sections > div.menu-icons > div {
    display: inline-flex;
    text-align: center;
    vertical-align: top;
    height: 100%;
    line-height: 55px;
    margin: 0 11px;
    box-sizing: border-box;
    border-bottom: 3px solid #3c3c41;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#horizontal > .sections > div{
    padding-top: 22px;
}
#header #horizontal > .sections > div.menu-icons {
    border-bottom: none;
    padding-top: 0;
    float: right;
    margin-left: 0;
}

#header #horizontal > .sections > div.menu-icons .section-icons{
    margin: 0 10px;
}

#header .header-sections > #horizontal {
    width: 1000px;
    margin: auto;
    position: relative;
    display: list-item;
    float: none;
    padding: 0;
}

#header .header-sections > #horizontal .sections {
    height: 80px;
    box-sizing: border-box;
    justify-content: flex-end;
}

#header #horizontal .sections > div.hideshow {
    padding: 0;
}

#header #horizontal .menu-icons div.sharing span.shares{
    margin-bottom: 3px;
}

#header #horizontal .sections .menu-icons div.sharing{
    position: relative;
    display: none;
}

#header #horizontal .menu-icons div.sharing:hover ul.more-icons{
    display: block;
}

#header .header-sections #horizontal .sections .header-logo{
    padding: 0 25px;
    border-bottom: none;
    float: left;
    margin-left: 0;
    margin-right: -2px;
    padding-top: 22px;
    padding-bottom: 22px;
}

#header .header-sections #horizontal .sections .header-logo:hover{
    border-bottom: none;
}

#header .header-sections span.fb-icon{
    margin-top: 17px;
}

#header .header-sections span.twitter-icon{
    margin-top: 19px;
}

#header .header-sections span.instagram-icon{
    margin-top: 17px;
}

#header .header-sections span.search-icon{
    margin-top: 11px;
}


#header .header-sections #horizontal .section:hover,
#header .header-sections #horizontal .hideshow:hover {
    color: #e3007a;
    border-bottom: 3px solid #e3007a;
}

#header .header-sections li a {
    color: #3c3c41;
    text-transform: uppercase;
    height: 100%;
    display: inline-block;
}

#header .header-sections li .menu-icons a {  
    display: inline-block;
    height: calc(100% - 22px);
    margin-top: 22px;
}

#header .header-sections li a span {
    vertical-align: top;
}

#header .header-sections .section:hover a {
    color: #e3007a;
}


#header .header-sections li ul.header-search {
    min-height: 60px;
    height: 60px;
    width: 100%;
    padding: 0;    
    background: #d8d8e2;
    display: none;
    list-style-type: none;
}

#header .header-sections .search:hover{
    background: rgb(216,216,226);
    margin: 0;
    padding: 0px 11px;
    border-bottom: 3px solid #e3007a;
}

#header .header-sections #horizontal .facebook:hover{
    border-color: rgb(60,90,150);    
}

#header .header-sections #horizontal .twitter:hover{
    border-color: rgb(29,173,234);    
}

#header .header-sections #horizontal .instagram:hover{   
    -webkit-border-image: 
        -webkit-gradient(linear, 100% 0, 0 0, from(rgb(237,105, 56)), to(rgb(245, 192, 92))) 100% 1;
    -webkit-border-image: 
        -webkit-linear-gradient(right, rgb(237,105, 56), rgb(245, 192, 92)) 100% 1;
    -o-border-image:
        -o-linear-gradient(right, rgb(237,105, 56), rgb(245, 192, 92)) 100% 1;
    -moz-border-image:
        -moz-linear-gradient(right, rgb(237,105, 56), rgb(245, 192, 92)) 100% 1; 
    border-bottom-color: red;
}

#header .header-sections .search:hover ul.header-search,
#header .header-sections .search.hovered ul.header-search{
    display: block;
}

#header .header-sections li ul.header-search li {
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    height: 42px;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding-bottom: 14px;
}

#header .header-sections li ul.header-search li input,
.search-wrapper input {
    height: 29px;
    width: 855px;
    max-width: 855px;
    border: 1px solid transparent;
    padding: 0;
    outline: none;
    padding-left: 19px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    box-sizing: border-box;
}

#header .header-sections li ul.header-search li .btn-search,
.search-wrapper .btn-search {
    background: #e3007a;
    color: white;
    width: 94px;
    display: inline-block;
    height: 29px;
    position: relative;
    left: -4px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


#header .header-sections .sections > li.hideshow {
    float: left;
    position: relative;
}


#header ul.more-menu, #header ul.more-icons {
    position: absolute;
    right: 0;
    padding: 0;
    width: 215px;
    background: rgb(202,0,0);
    display: none;
}

#header ul.more-icons{
    width: 50px;
    list-style: none;
}

#header ul.more-menu li {
    display: block;
    padding: 0;
    width: 100%;
}

#header .header-sections ul.section-dropdown{
    display: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid rgb(172,172,172);
    font-size: 16px;
    text-align: right;
    text-align: -webkit-right;
    background: white;
    min-height: 244px;
    width: 100%;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 80px;
}


/* Homepage */

.cc-inner {
    padding: 25px 25px;
    overflow: hidden;
    background: white;
}


.margin-0 {
    margin: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

.img-wrapper{
    position: relative;
}

/*mini tiles */

.mini-tile {
    box-sizing: border-box;
    height: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 14px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.mini-tile .right-content{
    display: inline-block;
    float: right;
    background: white;
    box-sizing: border-box;
    height: 94px;
    position: relative;
    width: 100%;
}

.mini-tile .clock-text{
    color: rgb(180,180,190);
    font-family: 'Abel',sans-serif;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    margin-left: -9px;
}

.mini-tile .info-bar{
    padding: 0 20px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
    height: 32px;
    border-top: 1px solid rgb(230,230,235);
}

.mini-tile .time-stamp{
    display: inline-block;
    border-right: 1px solid rgb(230,230,235);
    padding-right: 15px;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

.mini-tile .share-icon{
    vertical-align: top;
    margin-top: 4px;
}

.mini-tile span.gallery-and-video-embed, .mini-tile span.video-embed, .mini-tile span.gallery-embed{
    float: right;
    margin-top: 6px;
}

.celeb-news-widget .promo-tile-slot {
    margin-bottom: 23px;
}

.mini-tile .mini-tile-headline{
    color: rgb(0,173,239);
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    height: 41px;
    overflow: hidden;
    font-size: 18px;
    line-height: 23px;
    padding: 9px 20px;
    border-top: 1px solid rgb(230,230,235);
}

.mini-tile .promo-slug{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    padding: 0px 20px;
    background: rgb(227,0,122);
    height: 30px;
}

.mini-tile .star.promo-slug{
    background: #eb203a;
}

.mini-tile .promo-slug .promo-icon{
    margin-top: 6px;
}

.mini-tile .promo-slug .promo-text{
    margin-top: 2px;
}

/*end of mini tiles*/

/*external mini tiles*/
.external-mini-tiles {
    clear: both;
    margin-left: -25px;
    margin-right: -25px;
    padding: 12px;
    margin-bottom: 15px;

}

.home-content .external-mini-tiles{
    padding-bottom: 0;
}

.external-mini-tiles .mini-tile{
    width: 33%;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
}

.external-mini-tiles  .share-icon-wrapper{
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 7px;
    padding-left: 6px;
    height: 100%;
    padding-top: 2px;
    vertical-align: top;
    box-sizing: border-box;
}

.home-content .external-mini-tiles .mini-tile .img-wrapper{
    max-height: 198px;
    overflow: hidden;
}

.mini-tile .promo-slug .ok-promo-icon, .mini-tile .promo-slug .ds-promo-icon, .mini-tile .promo-slug .dx-promo-icon{
    margin-top: 7px;
}

.external-mini-tiles .mini-tile .right-content{
    background: rgb(243,243,250);
}

.external-mini-tiles .mini-tile .info-bar{
    border-top: 1px solid white;
}

.external-mini-tiles .mini-tile .time-stamp{
    border-right: 1px solid white;
}

/*external mini tiles end */

/* archive*/

.section-body .year {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-right: 60px;
}

.section-body .articles-list {
    width: 100%;
    float: left;
}

.section-body .year .title, .section-body .articles-list .title {
    font-family: 'PT Sans', regular;
    color: rgb(131,131,141);
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.section-body .year a, .section-body .articles-list a {
    display: block;
    margin-bottom: 7px;
    color: rgb(0,173,239);
    font-family: 'Roboto',sans-serif;
}

table.archive td {
    vertical-align: top;
    width: auto;
}

.section-body .articles-list .title {
    margin-top: 20px;
}

/* archive end*/

.back-to-top {
    height: 38px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    position: relative;
    line-height: 38px;
    margin-bottom: 71px;
    background: #3c3c41;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 16.5px;
    letter-spacing: 0.5px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 40px;
}

.back-to-top .arrow-up {
    margin-left: 5px;
    margin-top: 8px;
    vertical-align: top;
}


::-webkit-input-placeholder {
    color: #3c3c41;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3c3c41;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #3c3c41;
}

:-ms-input-placeholder {
    color: #3c3c41;
}

.swipe-container-inner{
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    height: 138px;
    overflow: hidden;
}


.promo-slug.promo-express{
    background: black;
}

.promo-slug.promo-star{
    background: rgb(236,0,34);
}

.promo-slug.promo-ok{
    background: rgb(200,0,0);
}
/* article page*/
.col-right {
    width: 625px;
    float: left;
    display: inline-block;
    margin-left: 25px;
    min-height: 1px;
}

.col-left {
    width: 300px;
    float: left;
    display: inline-block;
    min-height: 1px;
}

.col-left .external-mini-tiles .mini-tile{
    width: 100%;
}

.col-left .external-mini-tiles{
    padding-top: 0;
}

.img-wrapper .img-caption {
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(204,204,211);
    line-height: 16px;
    padding: 0;
    padding-top: 7px;
}

.col-left .external-mini-tiles .img-wrapper{
    max-height: 198px;
    overflow: hidden;
}

.breadcrumbs {
    font-family: 'Abel',sans-serif;
    font-size: 18px;
    line-height: 14px;
    text-align: center;
    padding: 0 20px;
    padding-top: 2px;
}

.breadcrumbs .breadcrumb-home {
    color: #b4b4be;
}

.breadcrumbs .breadcrumb-home:hover{
    color: #e0137a;
}

.breadcrumbs .main{
    color: #3c3c41;
}


.breadcrumbs .breadcrumb-circle-wrapper{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgb(180, 180, 190);
    border-radius: 50%;
    margin-bottom: 3px;
}

/* social icons*/
.social-wrapper{
    display: block;
    width: 400px;
    height: 36px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 22px;
    margin-top: 5px;
}

#social-share-buttons{
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.social-wrapper a {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    justify-content: center;
    border-right: 1px solid white;
    cursor: pointer;
}

#facebook{
    background: rgb(59,89,152);
}

#twitter{
    background: rgb(0,172,237);
}

#google{
    background: rgb(220,78,65);
}

#whatsapp{
    background: rgb(35,188,9);
}

#pinterest{
    background: rgb(215,53,50);
}

#social-share-buttons span.social-fb{
    /*
    margin-top: 2px;
    */
}

#social-share-buttons span.social-twitter, #social-share-buttons span.social-google{
    /*
    margin-top: 6px;
    */
}

#social-share-buttons span.social-pinterest{
    /*
    margin-top: 5px;
    */
}


.competition-content .social-wrapper{
    margin-bottom: 21px;
}
/*end of social share */


/*videos*/

.article-content .video-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    margin-top: 25px;
    margin-bottom:25px;
}

.article-content .video-container iframe, 
.article-content .video-container object, 
.article-content .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*end of videos*/

/*search pagination */
ul.search-pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-left: -11px;
    font-family: 'PT Sans',sans-serif;
}

ul.search-pagination li {
    display: inline;
    font-weight: 400;
    color: #3c3c41;
}

ul.search-pagination li a {

    float: left;
    padding: 2px 7px;
    text-decoration: none;
    letter-spacing: 0.6px;
    color: #3c3c41;
}

ul.search-pagination li:hover a{
    color: #e0137a;
}

ul.search-pagination li.prev a {
    margin-right: 9px;
    padding-right: 21px;
    border-right: 1px solid;
    border-color: #a7a7a7;
    letter-spacing: 0px;
    margin-left: 4px;
}

ul.search-pagination li.disabled a {
    color: #f0f0f3;
}

ul.search-pagination li.active a {
    color: #e0137a;
}

ul.search-pagination li.next a {
    margin-left: 14px;
    padding-left: 15px;
    border-left: 1px solid;
    border-color: #a7a7a7;
    letter-spacing: 0;
}

/*search pagination end*/
/*competition page*/
.competition-content .social-wrapper{
    margin-bottom: 26px;
}

/*cookie message*/
.cookie-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 62px;
    background: #3c3c41;
    display: none;
    z-index: 10;
    font-family: 'PT Sans', sans-serif;
}

.cookie-div .center-content {
    background: #3c3c41;
    padding: 0 25px;
    box-sizing: border-box;
}

.cookie-div .message {
    line-height: 62px;
    position: relative;
    color: white;
    font-size: 16px;
}

.cookie-div .message a {
    color: #e0137a;
}

.cookie-div .button {
    display: inline-block;
    height: 62px;
    width: 150px;
    line-height: 62px;
    text-align: center;
    position: relative;
    color: white;
    background: #e0137a;
    cursor: pointer;
    font-size: 18px;
    margin-left: 12px;
    float: right;
}

/* cookie message end */

/*404 error*/

#not_found .breadcrumbs{
    padding-left: 45px;
    text-align: left;
    padding-top: 25px;
}

#not_found .img-wrapper {    
    width: 68%;
    margin-left: 16%;
    margin-right: 16%;
}

#not_found #search-page-form #search-page-input{
    height: 29px;   
    border: 1px solid transparent;
    padding: 0;
    outline: none;
    padding-left: 19px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    background-color: #d8d8e2;    
    width: calc(98% - 107px);
    text-align: center;
}

#not_found .search #search-page-form .btn-search{
    background: #e3007a;
    color: white;    
    display: inline-block;
    height: 29px;
    position: relative;    
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    width: 90px;
}

#not_found .main-paragraph{
    text-align: center;
    padding-top: 41px;
    padding-bottom: 13px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 25px;
}

#not_found .mid-paragraph{
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: rgb(180, 180, 190);
    font-family: 'Roboto',sans-serif;
}

#not_found .last-paragraph{
    text-align: center;
    padding-top: 18px;
    padding-bottom: 52px;
}

#not_found .last-paragraph a{
    color: rgb(227,0,122);
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 20px;    
    padding-left: 27px;
}

#not_found .search #search-page-form{
    width: 68%;
    margin: 0 auto 0;
    margin-bottom: 520px;
}
#not_found .search #search-form-mobile{
    display: none;
}

/* Loader */

#loader {
    display: none;
}

.sk-fading-circle {
    margin: auto;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    /*background-color: #333;*/
    background-color: whitesmoke;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}

/* Loader end */

/* Fixed adslot*/

#body .col-left > div > *:last-child.fixed-scroll {
    position: fixed;
    top: 80px;
}

.margin-top-14 {
    margin-top: 14px !important;
}

.ad-block {
    margin-bottom: 14px;
    text-align: center;
}

/* Fixed adslot end*/