/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
select.form-control {
  background: url(../../img/jquery/uniform/sprite.png) no-repeat;
  background-position: bottom right;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl select.form-control {
  padding-left: 20px;
  padding-right: inherit;
}
@keyframes color-me-in {
  0% {
    color: red;
  }
  40% {
    color: white;
  }
  100% {
    color: red;
  }
}
@keyframes color-me-out {
  0% {
    color: black;
  }
  40% {
    color: red;
  }
  100% {
    color: black;
  }
}
/*
.box-special span {
    animation: color-me-in 2s infinite;
	font-weight: 600;
}

@media screen and (max-width: 480px) {	
	.box-special span {
		animation: color-me-out 2s infinite;
	}
}
*/
.box-special.active span {
	animation: none;
}
.g-recaptcha {
    text-align: center;
    overflow: hidden;
    margin: 0 auto 10px;
}
.banner-time {
    text-align: center;
    background: black;
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    padding: 5px 0 7px;
}
.banner-counter {
    color: red;
    width: 260px;
    display: inline-block;
}
@media (max-width: 479px) {
	.banner-counter {
		width: 100%;
	}	
}