/* ==========================================================================
   Ekofasada - wlasne style
   ========================================================================== */

textarea, imput {
color: #575555;
}
   
.top {
	border-left: 3px solid #575555;
	padding: 10px;
	font-size: 12px;
	color: #575555;
	padding: 8px 15px 0;
	font-size: 12px;
	color: #575555;
	margin-top: 20px;
}

.top-header {
	margin-bottom: 20px;
}

.central {
	background:url(../img/ekofasada_bg2.jpg) #e2cdaf;
	min-height: 680px;
	border-top: 30px solid #575555;
	border-bottom: 30px solid #575555;
}

.slogan {
	margin-top: 25px;
	padding: 10px;
	line-height: 22px;
	color: #575555;
}

.box {
	padding: 30px 10px 10px 10px;
	height: 175px;
	text-transform: uppercase;
	font-size: 12px;
}

.green{
	background: #8dc044;
	color: #575555;
}

.gray{
	background: #575555;
	color: #fff;
}


.in_touch{
	background:#575555;
	padding:10px;
	display: table;
	font-size: 11px;
	color: #FFFFFF;
	margin-top:20px;
}

.form-control{
	border:none;
	border-radius: 0;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.5);
	width: 80%;
}

textarea.form-control{
	height:100px;
}

.btn_send{
	padding: 15px;
	background: #8dc044;
	border: 0;
	color: #fff;
    display: inline-block;
    margin-top: 170px;
    margin-left: 125px;
}

.btn_send:hover{
	background:#575555;
	color: #8dc044;
}

.notification_error{
	font-weight: bold;
	position: absolute;
	left: -390px;
	display: block;
	width: 380px;
	text-align: right;
	padding: 10px;
}


/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
	
@media (min-width: 768px) and (max-width: 991px) {
	.btn_send{
		    margin-top: 0px;
	}
}


/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/
 
@media (max-width: 767px) {
	.btn_send{
		    margin-top: 0px;
	}
}









