/**
* 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 */
#footer #newsletter_block_left form {
  width: 100%;
  position: relative;
}
#footer #newsletter_block_left form input[type="text"] {
  border-color: #dfdfdf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #8a8a8a;
  height: 44px;
  width: 100%;
  text-align: center;
    margin: 0 auto;	
	margin-bottom: 10px;
}
#footer #newsletter_block_left form .btn {
  *position: absolute;
  *right: 0;
  *top: 0;
  height: 44px;
  width: 100%;
  background: #0c4c8a; /* #dfdfdf;*/
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  *font-family: "FontAwesome";
  font-size: 14px;
  color: #a1a1a1;
  font-family: "Avenir";
}
.rtl #footer #newsletter_block_left form .btn {
  left: 0;
  right: auto;
}
#footer #newsletter_block_left form .btn:before {
  *position: absolute;
  *left: 12px;
  *top: 14px;
  *color: #494949;
  *font-size: 14px;
}
#footer #newsletter_block_left form .btn:hover {
  background: #00a9e0;
}
#footer #newsletter_block_left form .btn:hover:before {
  color: white;
}
#footer #newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#footer #newsletter_block_left .success_inline {
  color: #418B19;
}

#footer input#acepta_lopd_form {
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 16px;
    -webkit-appearance: button;
    border: 1px solid #333;
    background-color: #fff;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 12px;
    position: relative;
    top: -1px;
}
#footer input:checked#acepta_lopd_form {
    border: 1px solid #333;
    background-color: #0c4c8a;

}
/*
#footer #newsletter_block_left form input[type="checkbox"] {
	    display:none;
	}
#footer #newsletter_block_left form input[type="checkbox"] {
  float: none;	
  *width: 25px;
	*margin: 20px 100px;
	*position: relative;
}
#footer #newsletter_block_left form input[type="checkbox"] + label:before {		
	    content: "";  
	    display: inline-block;  
	    width: 22px;  
	    height: 22px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: #fff;  
	    border-radius: 0px;  
		 margin-top: -7px;
		 border: 1px solid #8a8a8a;

}
#footer #newsletter_block_left form input[type="checkbox"]:checked + label:before {
		content:"\2714";
		color:#fff;
	    background-color: #0c4c8a; 
		text-align:center;
		line-height:20px;
	    text-shadow:0px 0px 3px #eee;
	}*/
#newsletter_block_left p.alert.alert-danger img {
    margin-bottom: 10px;
}
#newsletter_block_left p.alert.alert-success img {
    margin-bottom: 10px;
}
#newsletter_block_left p.alert.alert-danger {
    text-align: center;
	border-radius: 0px;
	color: #0c4c8a;
	background-color: transparent;
    border-color: #0c4c8a;
}	
#newsletter_block_left p.alert.alert-success {
    text-align: center;
	border-radius: 0px;
	color: #0c4c8a;
	background-color: transparent;
    border-color: #0c4c8a;
}	