#backgroundPopup {
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
}

#toPopup {
    background: rgba(0, 0, 0, .8);
    border: 0 solid #ccc;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 111111;
    transition: .6s;
    overflow-y: scroll;
}

div.loader {
    background-image: url("assets/images/closebox.png") 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-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    position: absolute;
    width: 30px;
    margin: auto;
    right: 24.5%;
    top: 2%;
    opacity: 1;
    z-index: 111;
}

#popup_content>img {
    width: 100%;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: .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 #000;
    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: 2% auto;
    padding: 9px 9px 9px 9px;
    width: 50%;
}

.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: 0 auto;
    }
    div.close {
        right: 5px;
        top: 5px;
    }
}

@media (min-width:560px) and (max-width:568px) {
    div#popup_content {
        width: 66%;
        margin: 2% auto;
    }
    div.close {
        right: 1px;
        top: -1px;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    div#popup_content {
        margin: 2% auto;
        width: 50%;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 24.5%;
        top: 1.5%;
        opacity: 1;
        z-index: 111;
    }
}

@media (min-width:1290px) and (max-width:1366px) {
    div#popup_content {
        background: rgba(153, 153, 153, 0) none repeat scroll 0 0;
        margin: 2% auto;
        width: 50%;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 24.5% !important;
        top: 2% !important;
        opacity: 1;
        z-index: 111;
    }
}

@media (min-width:1680px) and (max-width:1900px) {
    div#popup_content {
        background: #9990 none repeat scroll 0 0;
        margin: 11% auto;
        padding: 9px 9px 9px 9px;
        width: 50%;
    }
}

@media (max-width:550px) {
    div#popup_content {
        width: 100%;
    }
}

@media (min-width:1600px) and (max-width:1700px) {
    div#popup_content {
        margin: 2% auto!important;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 24.5% !important;
        top: 2% !important;
        opacity: 1;
        z-index: 111;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    div#popup_content {
        width: 85%;
        margin-top: 2%;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 7%;
        top: 2%;
        opacity: 1;
        z-index: 111;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    div#popup_content {
        margin-top: 2%;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 24.5%;
        top: 2%;
        opacity: 1;
        z-index: 111;
    }
}

@media (min-width:1440px) {
    div#popup_content {
        margin-top: 2%;
    }
    div.close {
        background-image: url("assets/images/closebox.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 30px;
        position: absolute;
        width: 30px;
        margin: auto;
        right: 24.5%;
        top: 3%;
        opacity: 1;
        z-index: 111;
    }
}