/*Contact */


#contact-form {
    float: right;
    width: 100%;
	margin-bottom: 0;	
}

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

#contact-form input{
    border-bottom: 1px solid #c7c7c7;
    border-left: none;
    border-right: none;
    border-top: none;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 300;
    color: #272727;
    font-size: 14px;
    height: auto;
    padding: 15px;
	margin: 10px;
    

	
    resize: none;
}
#contact-form textarea{
	border-bottom: 1px solid #c7c7c7;
    border-left: none;
    border-right: none;
    border-top: none;

	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
    color: #c7c7c7;
    font-size: 14px;
    height: 60px;
    padding: 15px;
	margin: 10px;
	
    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: #900000;
    color: #ffffff;
    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: #484242;
    color: #FFF;
}
#contact-form .submit:focus{
	outline: none;
}
#response {
	margin-top: 20px;
	color: #c7c7c7;
}

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

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




@media (max-width:1024px) {

#contact-form {
    float: right;
    width: 100%;
	margin-bottom: 60px;	
}
}
    
    
    
@media (max-width:414px) {
    #contact-form {
    float: none;
    width: 100%;
	margin-bottom: 50px;	
}  
    
    
 

.contact-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #555555;
}
.contact-text{
    padding: 15px;
	font-size: 16px;
	color: #555555;
    margin-top: -10px;
}
    

    }    
    
    
    
    
    
    
    
    
    
    
    
@media (max-width:320px) {
    
    
#contact-form {
    float: none;
    width: 100%;
	margin-bottom: 0;	
}    

.contact-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #555555;
}
.contact-text{
    padding: 15px;
	font-size: 18px;
	color: #555555;
    margin-top: -10px;
}
    }