.contact{
	background: rgba(243,243,243,1);
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f9f9f9', GradientType=0 );
	position: relative;
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.contact-title-block{
	text-align: center;
}
.contact-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 52px;
	color: #000;
}
.contact-text{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.contact-map{
	margin: 20px 0 0 0;
}

.contact-form-block{
	left: 20px;
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input{
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background: #fff;
    color: #000;
    font-size: 14px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}
#contact-form textarea{
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background: #fff;
    color: #000;
    font-size: 14px;
    height: 236px;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
	font-family: 'arial';
    background: #e18c38;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 150px;
	margin-top: 10px;
	float: right;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #d87a1d;
    color: #FFF;
}
#contact-form .submit:focus{
	outline: none;
}
#response {
	margin-top: 20px;
	color: #FFFFFF;
}

.contact-map .map-block{
	width: 530px;
	height: 394px;
}

.contact-form-info{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 31px;
	color: #000;
	float: right;
	text-align: right;
	margin: 10px 50px 0 0 ;
}

/*--------------------------------------------------------------------*/


/* responsive */

@media screen and (max-width: 1200px){
	.contact-form-block{
		padding-left: 25px;
	}
	.contact-map .map-block{
		width: 440px;
		height: 394px;
	}
	.contact-form-info{
		margin: 10px 30px 0 0 ;
	}
}

/*--------------------------------------------------------------------*/


@media screen and (max-width: 991px){
	.contact-form-block{
		padding-left: 25px;
	}
	.contact-map .map-block{
		width: 330px;
		height: 394px;
	}
	.contact-form-info{
		margin: 10px 30px 0 0 ;
		font-size: 20px;
	}

}

/*--------------------------------------------------------------------*/

@media screen and (max-width: 767px){
	.contact{
		position: relative;
		padding: 250px 0 40px 0;
	}
	.contact-title{
		font-size: 45px;
	}
	.contact-text{
		font-size: 16px;
	}
	
	.contact-form-block{
		position: relative;
		left: 0px;
		border: 5px solid #f3f3f3;
		
	}
	.contact-map .map-block{
		width: 100%;
		height: 394px;
		margin-top: 50px;
	}
	.contact-form-info{
		margin: 10px 20px 0 0 ;
		font-size: 20px;
	}

}