
/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/

.expautos_displaynone{
    display:none;
}


.expautos_sbsc_result {
    margin: 5px 0;
    padding: 3px;
    /*background: #e39b23;*/
}



/*** Loading ***/
.modexpsubscribe.expspinner-overlay-val::after {
    display: block;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(255, 235, 59, 0.5);
    border-top: 5px solid #fbc02d;
    border-radius: 50%;
    -webkit-animation-name: expspinner-anm;
    animation-name: expspinner-anm;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes expspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes expspinner-anm {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.modexpsubscribe.expspinner-overlay {
    position: relative;
}
.modexpsubscribe.expspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.modexpsubscribe.expspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}