
/****************************************************************************************\
 **   @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                                              **
 \****************************************************************************************/

.expbtype {
}

.expbtype .expbtype_link{
    text-align: center;
}

.expbtype ul{
    margin: 0 auto;
    text-align: center;
}

.expbtype ul li{
    display: inline-block;
    margin: 10px;
}

.expbtype ul li .expbtype_link a img{
    vertical-align:bottom;
}

.expbtype ul li a.b_active{
    text-decoration: underline;
}


/*** Loading ***/
.expbtype.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);
    }
}
.expbtype.expspinner-overlay {
    position: relative;
}
.expbtype.expspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.expbtype.expspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}

