﻿body {
    
}
.overlayLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/images/loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .overlayLoader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .overlayLoader {
    display: block;
}


.iconhover-container {
    position: relative;
}

    .iconhover-container i {
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);
        display: none;
    }

    .iconhover-container:hover img {
        opacity: 0.5;
    }

    .iconhover-container:hover i {
        display: block;
        z-index: 500;
    }

.icon-container {
    position: relative;
}

    .icon-container i {
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);
    }

    .icon-container:hover img {
        opacity: 0.5;
    }

    .icon-container:hover i {
        display: block;
        z-index: 500;
    }
.img-container {
    position: relative;
    display: inline-block;
    margin: 5px;
}

    .img-container img {
    }

.img-container-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-right: 8px;
}

    .img-container-overlay a {
        font-size: 24px;
        color: red;
    }

        .img-container-overlay a:hover {
            opacity: 0.7;
            transition: opacity 0.1s linear;
        }


.email-again 
{
    display: none;
}

.tagcloud {
}

    .tagcloud A {
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        text-transform: lowercase;
    }

        .tagcloud A:hover {
            color: #00cc00;
            text-decoration: underline;
        }

        .tagcloud A.tagw_1 {
            color: #ff9900;
            font-size: 1.9em;
            font-weight: bolder;
        }

        .tagcloud A.tagw_2 {
            color: #4169e1;
            font-size: 1.5em;
            font-weight: bolder;
        }

        .tagcloud A.tagw_3 {
            color: #009eff;
            font-size: 1.4em;
            font-weight: bolder;
        }

        .tagcloud A.tagw_4 {
            color: #4188cf;
            font-size: 1.2em;
        }

        .tagcloud A.tagw_5 {
            color: #83bcd8;
            font-size: 1em;
        }

@media print {
    .google-auto-placed {
        display: none !important;
    }
    .ap_container {
        display: none !important;
    }
    .adsbygoogle {
        display: none !important;
    }
    .sumome-share-client-small {
        display: none !important;
    }
    .sumome-share-client-small {
        display: none !important;
    }
}
.fs-7 {
    font-size: 0.75rem !important;
}
.videobox {
    position: relative;
}

    .videobox span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: url(/images/play-button1.png) no-repeat center center;
        background-size: 50%;
    }
