/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* Block newsletter */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
#newsletter_block_left form .form-group {
  margin: 0;
  position: relative;
}
#newsletter_block_left form input[type="text"] {
  color: #999;
  height: 39px;
  width: 100%;
  display: table-cell;
  padding: 8px 20px;
  font-size: 13px;
  border: none;
  background-color: #363636;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  -ms-border-radius: 20;
  -o-border-radius: 20;
  border-radius: 20;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
  background-position: 2px 13px;
}
.rtl #newsletter_block_left form input[type="text"] {
  margin-left: 10px;
  margin-right: inherit;
}

.rtl #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#newsletter_block_left form .btn:hover, #newsletter_block_left form .btn:focus {
  outline: none;
  color: #69d2e7;
}
#newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#newsletter_block_left .success_inline {
  color: #418B19;
}
#newsletter_block_left .new-des {
  margin: 0px 0 20px;
  padding-top: 6px;
  line-height: 24px;
}

/* JULIEN 19-06-17 */
#newsletter_block_left .block_content {
	background-color: #333;
	color: #fff;
	font-family: "Century Gothic",century_gothic,"Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	min-height: 200px;
	padding: 40px 0 20px;
	text-align: center;
}
#newsletter_block_left .new-des {
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#newsletter_block_left .new-des span {font-size:15px}
#newsletter_block_left form .form-group {
	margin: 0 auto !important;
	position: relative !important;
	width: 80%;
}
#newsletter_block_left form #newsletter-input {
	border: 0 none;
	color: #000;
	background-color:#fff;
	height: 27px;
	padding-left: 5px;
	width: 100%;
	border-radius:0
}
#newsletter_block_left form .btn {
	background-color: #333;
	color:#fff;
	border: 0 none;
	cursor: pointer;
	font-size: 22px;
	height: 27px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	border-radius: 0
}
#newsletter_block_left form .btn:hover, #newsletter_block_left form .btn:focus {background-color: #34f8ff; color:#fff}