﻿@import url(bootstrap.min.css);
@import url(jquery.flexmenu.css);
@import url(owl.carousel.css);
@import url(animate.css);
@import url(jquery.fancybox.css);
@import url(jquery.nouislider.css);
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:700);
/*Design For Popup Backgroung*/
.PopupBackground {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 0.7;
}

@keyframes PopupAnumation {
    0% {
        top: 100%;
    }

    100% {
        top: 50%;
    }
}
/*Design For PopUP Div*/
.PopupMainDiv {
    position: fixed;
    height: 180px;
    width: 350px;
    background-color: white;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px black;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -175px;
    display: inline-block;
    -webkit-transition: all .3s;
    animation: PopupAnumation .3s;
    z-index: 10000000 !important;
}

    .PopupMainDiv .content {
        float: left;
        width: 100%;
        height: 140px;
        text-align: center;
        background-color: transparent;
        overflow: hidden;
        overflow-wrap: break-word;
    }

        .PopupMainDiv .content label {
            color: rgb(120,120,120);
            font-size: 15px;
            margin-top: 60px;
        }

    .PopupMainDiv button {
        width: 100%;
        border: none;
        outline: none;
        float: right;
        height: 40px;
        background-color: transparent;
        border-top: 1px solid rgb(128, 128, 128);
        color: rgb(80,80,80);
        font-size: 1.2em;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }

        .PopupMainDiv button:hover {
            background-color: rgb(220,220,220);
        }

@media screen and (min-width: 200px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 160px;
        width: 280px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -140px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 120px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 1em;
                margin-top: 40px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 300px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 160px;
        width: 90%;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 60%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 120px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 1em;
                margin-top: 40px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 400px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 500px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 600px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 700px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 800px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 900px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 1000px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 1100px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 1200px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}

@media screen and (min-width: 1300px) {
    /*Design For Popup Backgroung*/
    .PopupBackground {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        opacity: 0.7;
    }

    @keyframes PopupAnumation {
        0% {
            top: 100%;
        }

        100% {
            top: 50%;
        }
    }
    /*Design For PopUP Div*/
    .PopupMainDiv {
        position: fixed;
        height: 180px;
        width: 350px;
        background-color: white;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px black;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -175px;
        display: inline-block;
        -webkit-transition: all .3s;
        animation: PopupAnumation .3s;
        z-index: 10000000 !important;
    }

        .PopupMainDiv .content {
            float: left;
            width: 100%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            overflow: hidden;
            overflow-wrap: break-word;
        }

            .PopupMainDiv .content label {
                color: rgb(120,120,120);
                font-size: 15px;
                margin-top: 60px;
            }

        .PopupMainDiv button {
            width: 100%;
            border: none;
            outline: none;
            float: right;
            height: 40px;
            background-color: transparent;
            border-top: 1px solid rgb(128, 128, 128);
            color: rgb(80,80,80);
            font-size: 1.2em;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            .PopupMainDiv button:hover {
                background-color: rgb(220,220,220);
            }
}
