@charset "UTF-8";
/* Block newsletter */
#columns #newsletter_block_left .form-group {
	margin-bottom: 0;
}

#columns #newsletter_block_left .form-group .form-control {
	max-width: 222px;
	display: inline-block;
	margin-right: 6px;
}

@media ( min-width : 768px) and (max-width: 1199px) {
	#columns #newsletter_block_left .form-group .form-control {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline
	{
	text-align: left;
	padding: 1px 0 0 0;
	margin-bottom: -19px;
}

#columns #newsletter_block_left .success_inline {
	color: #418B19;
}

#columns #newsletter_block_left .warning_inline {
	color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
	width: 23%;
	float: left;
	padding: 0 15px;
	margin: 45px 0 0;
}

@media ( min-width : 1200px) {
	#footer #newsletter_block_left {
		width: 20%;
		padding: 0 20px 0 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	#footer #newsletter_block_left {
		margin-top: 0;
		width: 31% !important;
	}
}

@media ( max-width : 767px) {
	#footer #newsletter_block_left {
		width: 100%;
		margin-top: 20px;
	}
}

#footer #newsletter_block_left h4 {
	background: none;
	border: none;
	margin-bottom: 18px;
	padding: 0;
	text-align: left;
	text-transform: none;
}

#footer #newsletter_block_left h4:after {
	display: none;
}

#footer #newsletter_block_left .form-group {
	margin-bottom: 0;
	max-width: 300px;
	padding-right: 46px;
	position: relative;
}

#footer #newsletter_block_left .form-group .form-control {
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #888;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer #newsletter_block_left .form-group .form-control:focus {
	-moz-box-shadow: black 0 0 0;
	-webkit-box-shadow: black 0 0 0;
	box-shadow: black 0 0 0;
}

#footer #newsletter_block_left .form-group .btn-sm {
	background: #46c29b;
	border: none;
	color: #fff;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 41px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer #newsletter_block_left .form-group .btn-sm:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#footer #newsletter_block_left .form-group .btn-sm span {
	display: none;
}

#footer #newsletter_block_left .form-group .btn-sm:hover {
	background: #00796b;
}

#footer #newsletter_block_left .warning_inline {
	display: block;
	color: #f13340;
	font-size: 13px;
	line-height: 26px;
	clear: both;
}

@media ( min-width : 1200px) {
	#footer #newsletter_block_left .warning_inline {
		display: inline-block;
		position: relative;
		top: -35px;
		margin-bottom: -35px;
		left: 15px;
		clear: none;
	}
}