/* * **************************************************************************************\
	* *   @name		EXP JaM Ajax Contact                                            	**
	* *   @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		Commercial License                                              	**
\****************************************************************************************/

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

.jam_contact_mod .form-group .input-group .input-group-addon{
	background-color: #eaeaea;
}

.jam_contact_mod .form-group .input-group .help-block.with-errors{
	display: block;
    width: 100%;
    color: #cc3300;
    font-size: .8em;
}

#jam_callback li{
	list-style:none;
}

#jamcontact_backtop,
.jam_bottom_btm_st2_icon,
.jam_callback_icon{
	width: 40px;
    height: 40px;
}

.jam_callback_text,
.jam_callback_phone,
#jam_callback:hover .jam_callback_phone{
    height: 40px;
}

#jamcontact_backtop{
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 5px;
    border-radius: 50%;
	cursor:pointer;
}
#jamcontact_backtop a{
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}

#jamcontact_backtop a span{
	
}

#fixedbutton {
    position: fixed;
    bottom: 30px;
    right: 20px; 
    border-radius: 50%;
	z-index:999;
	display: none;
}
.jam_contact_item{
	position: relative;
	display: flex;
    margin-top: 15px;
}

.jam_contact_item_block{
	border-radius:40px;
	margin-left: auto;
    -webkit-box-shadow: 
	0 0 0 7px   rgba(255,255,255,.2),
	0 0 25px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 
	0 0 0 7px   rgba(255,255,255,.2),
	0 0 25px 2px rgba(0,0,0,.4);
    box-shadow: 
	0 0 0 7px   rgba(255,255,255,.2),
	0 0 25px 2px rgba(0,0,0,.4);
}

.jam_contact_item_block a:hover{
	text-decoration: none;
}


.jam_contact_item_block.jam_contact_item_callback{
	background-color: rgba(0,0,0,0.4);
}

/*Variables*/
.jam_bottom_btm_icon {
	position: relative;
	width: 60px;
	height: 60px;
	background-color:#2196f3;
	border-radius: 50%;
	text-align: center;
}
.jam_bottom_btm_icon span{
	color: #fff;
    font-size: 2.5em;
    margin-top: 10px;
}
.jam_bottom_btm_ripple {
	width: 60px;
	height: 60px;
	position: absolute;
	margin-top:0;
	margin-left:0;
	top: 0;
	left: 0;
	border: 5px solid #2196f3;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-animation: ripple 2s ease-out infinite;
	animation: ripple 2s ease-out infinite;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		transform-origin: center;
	}
	100% {
		-webkit-transform: scale(2, 2);
		transform: scale(2, 2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		transform-origin: center;
	}
	100% {
		-webkit-transform: scale(2, 2);
		transform: scale(2, 2);
		opacity: 0;
	}
}

/* Style 2 */

.jam_bottom_btm_st2_icon{
	background-color:rgba(33, 150, 243, 0.8);
    margin: auto;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
	
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px;
    border-radius: 999px;
    /* border-radius: 50% has issues on some mobile browsers */
}


.jam_contact_a  .jam_bottom_btm_st2_pulse1 {
    border: 3px solid rgba(33, 148, 241, 0.8);
}
.jam_contact_a .jam_bottom_btm_st2_pulse2 {
    border: 1px solid rgba(33, 150, 243, 0.8);
}
.jam_bottom_btm_st2_icon span.jam_bottom_btm_icon_style_no{
	color: #fff;
	font-size: 1.7em;
}
.jam_bottom_btm_st2_icon span.jam_bottom_btm_icon_style{
	color: #fff;
	font-size: 1.6em;
    margin-top: 10px;
    margin-left: 10px;
	-webkit-animation: phone-icon 6000ms infinite;
	animation: phone-icon 6000ms infinite;
}

.jam_bottom_btm_st2_icon span::before {
	-webkit-animation: phone-inner 6000ms infinite;
	animation: phone-inner 6000ms infinite;
}
.jam_bottom_btm_st2_icon span::after {
	-webkit-animation: phone-icon 6000ms infinite;
	animation: phone-icon 6000ms infinite;
}
.jam_bottom_btm_st2_icon:hover{
	-webkit-animation: phone-rotation 6000ms infinite;
	animation: phone-rotation 6000ms infinite;
}

.jam_bottom_btm_st2_pulse1 {
    position: absolute;  
    width: 70px;
    height: 70px;
    /*margin: auto;*/ 
    top: -15px; 
	left: -15px; 
	bottom: 0; 
	right: 0;
    z-index: 1;
    opacity: 0;
    /*border: 3px solid rgba(33, 148, 241, .8);*/
	
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jam_bottom_btm_st2_pulse2 {
    position: absolute;
    width: 70px;
    height: 70px;
    /*margin: auto;*/ 
    top: -15px; 
	left: -15px; 
	bottom: 0; 
	right: 0;
    z-index: 2;
    opacity: 0;
    /*border: 1px solid rgba(255,255,255,0);*/
	
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Call Back */
#jam_callback{
	/*
		position: fixed;
		bottom: 170px;
		right: 20px;
		background-color: rgba(0,0,0,0.4);
	*/
	border-radius:40px;
	padding:0;
	z-index: 22;
}

#jam_callback .jam_callback_block{
	position:relative;
}

#jam_callback ul{
	margin:0;
	padding:0;
}

#jam_callback ul.jam_callback_ul li.jam_callback_li{
	float: left;
	vertical-align: middle;
}

.jam_callback_icon{
	background-color:#ff6600;
	border-radius:50%;
	text-align:center;
	color:#fff;
	/*font-size: 30px;*/
	margin-right: 0;
	cursor:pointer;
	overflow:hidden;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	o-transition-delay: 2s;
	z-index:3;
}

.jam_callback_icon.jam_callback_icon_ok{
	background-color:#4caf50;
}

.jam_callback_icon.jam_callback_icon_error{
	background-color:#cc3300;
}


#jam_callback .jam_bottom_btm_st2_pulse1 {
    border: 3px solid rgba(255, 102, 0, 0.9);
}
#jam_callback .jam_bottom_btm_st2_pulse2 {
    border: 1px solid rgba(255, 102, 0, 0.9);
}

.jam_callback_icon span.jam_callback_btm_all{
	margin-top: 4px;
    margin-bottom: 7px;
	padding: 3px;
	position: relative;
    top: 0px;
	font-size: 1.5em;
	color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	o-transition-delay: 2s;
	-webkit-animation: phone-rotation 6000ms infinite;
	animation: phone-rotation 6000ms infinite;
}
.jam_callback_icon span.jam_callback_btm_icon_style_no{
	-webkit-animation: 0;
	animation: 0;
}

#jam_callback:hover .jam_bottom_btm_st2_pulse1,
#jam_callback:hover .jam_bottom_btm_st2_pulse2,
#jam_callback:hover .jam_callback_icon span.jam_callback_btm_all{
	-webkit-animation: 0;
	animation: 0;
}
.jam_callback_text {
    max-width: 150px;
    font-size: 12px;
    color: #fff;
    margin-left: 0;
    width: 0px;
    overflow: hidden;
	z-index:1;
	transition-delay: 1s;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	o-transition-delay: 2s;
}

.jam_callback_text .jam_callback_li_text{
	/* margin: 0 10px;
    padding: 0; */
    text-align: center;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    height: 100%;
	padding: 0 10px;
}


/* Select Time */
/* Checkbox Hack */

#jam_callback:hover .jam_callback_time_block{
	overflow:visible;
	width: 100%;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	o-transition-delay: 0s;
}

.jam_callback_time_inp {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
label.jam_callback_time_label { 
	/*-webkit-appearance: push-button;
	-moz-appearance: button; */
	display: inline-block;
	margin: auto;
	cursor: pointer;
	font-size: 16px;
}
label.jam_callback_time_label:hover { 
	color:#ff6600;
}

/* Default State */
#jam_callback .jam_callback_time_block {
	display: none;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    z-index: 9;
    /*padding: 10px;*/
	width: 0;
	overflow:hidden;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	o-transition-delay: 2s;
}

/* Toggled State */
#jam_callback .jam_callback_time_inp:checked ~ .jam_callback_time_block {
	display: block;
}



.jam_callback_text .jam_callback_li_text .jam_callback_time_block{
	color:#ff6600;
	/*position:relative;*/
	cursor:pointer;
	padding: 0;
}

.jam_callback_text .jam_callback_li_text .jam_callback_time_block:hover{
	color:#cc3300;
}

.jam_callback_text .jam_callback_li_text .jam_callback_time_block .jam_callback_time_select{
	padding:10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
	display: flex;
    justify-content: center;
}

.jam_callback_text .jam_callback_li_text .jam_callback_time_block .jam_callback_time_select select.form-control{
	background-color: #fff;
    display: inline-block;
    margin-left: 10px;
    width: auto;
    height: 25px;
    font-size: 14px;
    padding: 0px 15px 0px 10px;
}

.jam_callback_text .jam_callback_li_text .jam_callback_time_block .jam_callback_time_select select.form-control:first-child{
    margin-left: 0;
}
/* End Select Time */



.jam_callback_phone {
    background-color: rgba(0,0,0,0.4);
    border-radius: 40px;
    margin-right: -40px;
    width: 0;
	overflow:hidden;
	z-index:1;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	o-transition-delay: 2s;
}

.jam_callback_phone .jam_callback_phone_input{
	min-width:200px;
	color: #fff;
	background-color: rgba(0,0,0, .3);
    border: none;
    border-left: 3px solid #ff6600;
    border-radius: 0;
}
.jam_callback_phone .form-group{
    padding: 0 65px 13px 20px;
}
.jam_callback_phone .form-group.has-feedback{
	margin-right: 40px;
}
#jam_callback:hover{
}

#jam_callback:hover .jam_callback_phone{
	background-color: rgba(0,0,0,0.4);
    border-radius: 40px;
    margin-right: -40px;
    width: 300px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
	/*overflow:visible;*/
}

#jam_callback:hover .jam_callback_icon{
	/*margin-right: 10px;*/
	background-color:#008c23;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#jam_callback:hover .jam_callback_text{
	/*max-width:150px;*/
	font-size:12px;
	color:#fff;
	margin-left: 10px;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 200px;
    overflow: hidden;
}
.jam_callback_phone_div{
}

.jam_callback_icon_submit{
	background: none;
    border: none;
}
#jam_callback:hover .jam_callback_icon span.jam_callback_btm_all{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	top:-41px;
}

.jam_callback_phone .intl-tel-input .selected-flag .iti-arrow{
	border-top: 4px solid #ccc;
}

.jam_callback_phone .intl-tel-input .country-list {
	position: fixed;
    max-width: 240px;
	height: 0;
    background-color: rgba(0,0,0,0.9);
    border-top: #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #fff;
	overflow-x: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
#jam_callback:hover .jam_callback_phone  .intl-tel-input .country-list{
    height: 140px;
}

.jam_callback_phone .intl-tel-input .selected-dial-code{
	color:#fff;
}
.jam_callback_phone .intl-tel-input .country-list.dropup {
    bottom: auto;
}
.jam_callback_phone .intl-tel-input .selected-flag .iti-flag{
	background-color: rgba(0,0,0,0.7);
}


.jam_callback_phone  .intl-tel-input .country-list::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.5);
}

.jam_callback_phone  .intl-tel-input .country-list::-webkit-scrollbar{
	width: 10px;
	background-color: rgba(0,0,0,0.5);
}

.jam_callback_phone  .intl-tel-input .country-list::-webkit-scrollbar-thumb{
	background-color: #111111;
	border: 1px solid #555555;
}

.jam_callback_response {
    opacity: 0;
    z-index: -1;
	position: absolute;
	top: -2px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.9); */
    width: calc(100%);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#jam_callback:hover .jam_callback_response{
	opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.jam_callback_response .alert{
	border-radius: 40px;
    /* height: 44px; */
    padding: 9px 35px 9px;
}
.jam_callback_response .alert-success{
	background-color: rgba(76, 175, 80, 0.9);
}


/* Loading Call Back */
.glyphicon-refresh-animate {
    -animation: callback_spin .7s infinite linear;
    -webkit-animation: callback_spin2 .7s infinite linear;
}

@-webkit-keyframes callback_spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes callback_spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
	}
	
    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
	}
	
    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
	}
	
    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
	}
	
    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
	}
	
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
	}
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
	}
	
    50% {
        -moz-transform: scale(.6);
        opacity: 0;
	}
	
    60% {
        -moz-transform: scale(.9);
        opacity: .2;
	}
	
    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
	}
	
    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
	}
	
    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
	}
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
	}
	
    50% {
        transform: scale(.6);
        opacity: 0;
	}
	
    60% {
        transform: scale(.9);
        opacity: .1;
	}
	
    70% {
        transform: scale(1.1);
        opacity: .25;
	}
	
    80% {
        transform: scale(1.25);
        opacity: .1;
	}
	
    100% {
        transform: scale(1.4);
        opacity: 0;
	}
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
	}
	
    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
	}
	
    50% {
        -webkit-transform: scale(1);
        opacity: .1;
	}
	
    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
	}
	
    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
	}
	
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
	}
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
	}
	
    40% {
        -moz-transform: scale(.8);
        opacity: .05;
	}
	
    50% {
        -moz-transform: scale(1);
        opacity: .1;
	}
	
    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
	}
	
    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
	}
	
    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
	}
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.6);
        opacity: 0;
	}
	
    40% {
        transform: scale(.8);
        opacity: .05;
	}
	
    50% {
        transform: scale(1);
        opacity: .1;
	}
	
    60% {
        transform: scale(1.1);
        opacity: .3;
	}
	
    80% {
        transform: scale(1.2);
        opacity: .1;
	}
	
    100% {
        transform: scale(1.3);
        opacity: 0;
	}
}
@-webkit-keyframes phone-icon {
	0% {
		-webkit-transform: translate3d(0em, 0, 0);
		transform: translate3d(0em, 0, 0);
	}
	2% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	4% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	6% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	8% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	10% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	12% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	14% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	16% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	18% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	20% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	22% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	24% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	26% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	28% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	30% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	32% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	34% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	36% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	38% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	40% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	42% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	44% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	46% {
		-webkit-transform: translate3d(0em, 0, 0);
		transform: translate3d(0em, 0, 0);
	}
}
@keyframes phone-icon {
	0% {
		-webkit-transform: translate3d(0em, 0, 0);
		transform: translate3d(0em, 0, 0);
	}
	2% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	4% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	6% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	8% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	10% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	12% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	14% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	16% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	18% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	20% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	22% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	24% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	26% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	28% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	30% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	32% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	34% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	36% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	38% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	40% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	42% {
		-webkit-transform: translate3d(0.07em, 0, 0);
		transform: translate3d(0.07em, 0, 0);
	}
	44% {
		-webkit-transform: translate3d(-0.07em, 0, 0);
		transform: translate3d(-0.07em, 0, 0);
	}
	46% {
		-webkit-transform: translate3d(0em, 0, 0);
		transform: translate3d(0em, 0, 0);
	}
}


@-webkit-keyframes phone-rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	2% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	4% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	6% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	8% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	10% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	12% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	14% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	16% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	18% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	20% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	22% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	24% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
	26% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	28% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	30% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	32% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	34% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	36% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	38% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	40% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	42% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	44% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	46% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


@keyframes phone-rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	2% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	4% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	6% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	8% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	10% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	12% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	14% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	16% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	18% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	20% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	22% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	24% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
	26% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
	28% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	30% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	32% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	34% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	36% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	38% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	40% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	42% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	44% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	46% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


/*** 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;
}

/* Media */
@media(max-width:767px){
	#jam_callback:hover .jam_callback_text{
		display:none;
	}
	.jam_callback_response .alert{
		padding: 1px 35px 1px;
	}
	.jam_callback_response .alert-dismissable .close, .jam_callback_response .alert-dismissible .close {
		top: 5px;
	}
}