﻿.iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.internal-ads {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 500px;
    z-index: 9999;
    border-radius: 6px;
    padding: 3px;
    border: 3px solid lightgray;
    transition: opacity .5s linear;
}

    .internal-ads > div {
        position: relative;
        height: 100%;
    }

.close-ads {
    position: absolute;
    left: -13px;
    top: -15px;
    background: white;
    padding: 8px;
    border-radius: 50%;
    border: 3px solid lightgray;
    color: #555 !important;
    font-weight: bold;
    padding-top: 0;
    font-size: 22px;
    line-height: 21px !important;
    transition: color .5s linear;
    cursor: pointer;
}

    .close-ads:hover {
        color: red !important;
    }

.internal-ads img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.internal-ads:hover {
    opacity: 1;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {

    .internal-ads {
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 98%;
        z-index: 9999;
        border-radius: 6px;
        padding: 3px;
        border: 3px solid lightgray;
        transition: opacity .5s linear;
    }

    .close-ads {
        left: 3px;
        top: 3px;
    }
}

@media only screen and (max-width: 990px) and (orientation: landscape) {

    .internal-ads {
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 50%;
        z-index: 9999;
        border-radius: 6px;
        padding: 3px;
        border: 3px solid lightgray;
        transition: opacity .5s linear;
    }

    .close-ads {
        left: 3px;
        top: 3px;
    }
}


.home-ads {
    width: 100%;
    background: #39576a;
    padding: 20px;
}

div#ad-slider {
    background: black;
    margin: 0 auto;
    width: 80%;
}

    div#ad-slider img {
        width: 100%;
        height: 596px;
    }


.home-ads {
    padding: 50px;
}


.pgwSlider {
    width: 90% !important;
    margin: 0 auto;
}



.ps-current {
    margin-bottom: 50px !important;
}

    .ps-current img {
        height: 500px !important;
    }

.calender_Div td {
    padding: 0;
}

.calender_Div table {
    
    border-collapse: separate;
}





.bannder-container {
    display: none;
}

.flip_container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 6px;
    border: 2px solid white;
}

.flip_data {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .flip_data img {
        width: 100%;
        max-height: 500px;
    }

    .flip_data #old_img {
        position: absolute;
        top: 0;
        border-top: 1px solid #39576a;
    }

div#flip_paging {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

    div#flip_paging a {
        display: inline-block;
        background-color: white;
        width: 40px;
        border-radius: 2px;
        height: 8px;
        margin: 4px;
        cursor: pointer;
    }

        div#flip_paging a:hover {
            background-color: black;
        }

        div#flip_paging a.currentspan {
            background-color: yellow;
            cursor: default;
        }



.flip_container a.control {
    position: absolute;
    top: 101%;
    background: #6d92a6;
    color: white;
    padding: 15px;
    cursor: pointer;
}

    .flip_container a.control:hover {
        color: #6d92a6;
        background: white;
        cursor: pointer;
    }

    .flip_container a.control.right {
        right: 1px;
        border-radius: 5px;
    }


    .flip_container a.control.left {
        left: 1px;
        border-radius: 5px;
    }

@media only screen and (max-width: 768px) and (orientation: portrait) {

    .home-ads {
        padding: 30px 10px 30px 10px;
    }

    .flip_data {
        width: 98%;
    }

    .HomeVoting {
        display: none !important;
    }
}
