#backgroundPopup {
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px
}

#toPopup {
    background: rgba(0, 0, 0, 0.8);
    border: 0 solid #ccc;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999
}

div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px
}

div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    position: absolute;
    width: 30px;
    margin: auto;
    right: 5px;
    top: 5px;
    opacity: 1
}

#popup_content > img {
    width: 100%
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px
}

span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px
}

.form-headh4 {
    border-bottom: 1px solid #ccc;
    padding: 6px 4px
}

.welcome-p {
    text-align: center;
    margin: 15px 0 2px;
    font-size: 12px
}

#popup_content img {
    width: 100%
}

div#popup_content {
    background: none repeat scroll 0 0 #9990;
    margin: 14% auto;
    padding: 9px 9px 9px 9px;
    width: 860px
}

div#popup_content {}

.welcome-form {
    display: inline-block;
    margin: 10px 15% 0;
    position: relative;
    width: 70%
}

.welcome-form input {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 12px;
    padding: 6px 8px;
    color: #777;
    padding: 5px 8px
}

.welcome-form .comment-button {
    float: right
}

.welcome-form .buton {
    margin: 0 0 10px;
    color: #fff
}

@media (max-width: 1000px) {
    div#popup_content {
        width: 50%
    }
}

@media (max-width: 700px) {
    div#popup_content {
        width: 95%;
        margin: 13% auto
    }
    div.close {
        right: -4px;
        top: 29px
    }
}

@media (min-width: 560px) and (max-width: 568px) {
    div#popup_content {
        width: 66%;
        margin: 3% auto
    }
    div.close {
        right: 1px;
        top: -1px
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    div#popup_content {
        margin: 3% auto;
        width: 760px
    }
}

@media (min-width: 1290px) and (max-width: 1366px) {
    div#popup_content {
        background: rgba(153, 153, 153, 0) none repeat scroll 0 0;
        margin: 3% auto;
        width: 730px
    }
}

@media (min-width: 1680px) and (max-width: 1900px) {
    div#popup_content {
        background: #9990 none repeat scroll 0 0;
        margin: 3% auto;
        padding: 9px 9px 9px 9px;
        width: 730px
    }
}

@media (max-width: 550px) {
    div#popup_content {
        width: 95%
    }
}

@media (min-width:1600px) and (max-width:1700px) {
    div#popup_content {
        margin: 12% auto !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    div#popup_content {
        width: 85%;
        margin-top: 10%
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    div#popup_content {
        margin-top: 10%
    }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {}