/**
 * Custom CSS settings from the developers of website [website_adress]
 * 
 * Copyright (c) 2016 Кальян-клуб ([website_adress])
 */


/* Webforms */

#feedback-send-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;    
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 2;
}

#feedback-send-loader-wrapper {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 169px;
    left: 120px;    
    background: url('/templates/hookahclub/images/send_letter_loader.gif') no-repeat;
    z-index: 3;
}

/* /Webforms */


/* News */

/*.news-widget-text p {
    max-width: 195px;
    max-height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;    
}*/

/* /News */