/* * **************************************************************************************\
 * *   @name		EXP JaM Ajax Contact - Free                                       	**
 * *   @package     Joomla 3.x                                                      	**
 * *   @author		EXP TEAM::Alexey Kurguz (Grusha)                                	**
 * *   @copyright	Copyright (C) 2005 - 2017  EXP TEAM::Alexey Kurguz (Grusha)     	**
 * *   @link        http://www.feellove.eu                                          	**
 * *   @license		GNU General Public License version 2 or later; see LICENSE.txt		**
 \****************************************************************************************/

input[type="text"].jam_forbot{
	display:none;
}
.jam_forbot{
	display:none;
}

/*** Loading ***/
.modjamcontact .jamcontact_form.expspinner-overlay-val::after {
    display: block;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(2, 136, 209, 0.5);
    border-top: 5px solid #0288d1;
    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);
    }
}
.modjamcontact .jamcontact_form.expspinner-overlay {
    position: relative;
}
.modjamcontact .jamcontact_form.expspinner-overlay::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.modjamcontact .jamcontact_form.expspinner-overlay::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: 10;
}