/********Css For newsletterpopup************/
#form-subscribe {
    display: none;
    width: 270px;
    min-height: 255px;
    max-width: 100%;
    font-family: BrandonGrotesque-Light,sans-serif;
}

#form-subscribe input::-moz-placeholder {
    color: #000;
    opacity: 1;
}
#form-subscribe input:-ms-input-placeholder {
    color: #000;
}
#form-subscribe input::-webkit-input-placeholder {
    color: #000;
}

#form-subscribe .form-list {
    margin-bottom: 20px;
}

#form-subscribe .form-list li{
    margin-bottom: 0;
}

#form-subscribe .form-content #notification {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
}

#form-subscribe .form-content .input-box .validation-advice {
    width: 100%;
}

#subscribe-validate-detail {
    display: block;
    margin: 4px 0 9px 0;
    padding: 0;
}

#form-subscribe h1 {
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 29px;
    font-family: BrandonGrotesque-Light, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    padding: 4px 0 10px 0;
    margin: 0;
}

#form-subscribe p {
    font-size: 14px;
    font-family: BrandonGrotesque-Regular, sans-serif;
    line-height: 20px;
    text-align: center;
    margin: 19px 0;
}

#form-subscribe p strong {
    font-weight: bold;
}


#form-subscribe .input-box {
    max-width: auto;
    width: 100%;
}

#form-subscribe input {
    padding: 0 10px;
    width: 100%;
    max-width: auto;
    border-color: #000;
    text-align: center;
    font-size: 14px;
}

#form-subscribe .control {
    text-align: center;
}

#form-subscribe button {
    min-width: 100px;
}

#form-subscribe button.black-button span {
    font-size: 20px;
    font-family: BrandonGrotesque-Light, sans-serif;
}

.cms-index-index .global-notices {
    position: relative;

}

.cms-index-index .global-notices .global-messages .messages{
    position: absolute;
    z-index: 5;
    width: 100%;
    background: rgba(0, 0, 0, 0.95) url("../../images/custom/close-notification.png") no-repeat 17px center ;
    cursor: pointer;

}

.cms-index-index .messages > li {
    margin: 17px 19px 17px 49px !important;
    border: 0;
    padding: 0;
    color: #757575;
}

@media (min-width: 768px) {
    .fancybox-wrap {
        top: 20% !important;
    }
}


@media (max-width: 320px) {
    .fancybox-wrap {
        left: 10px !important;
    }
}