#header_contact{
	background-image: url('../images/headers/kapcsolat.jpg');
}

#content_contact #first {
	margin-bottom: 15px;
	margin-top: 30px;
}
#content_contact #first .contact_data{
	font-size: 1.8rem;
	margin-top: 20px;
	margin-bottom: 45px;
}
#content_contact #first .contact_data div{
	margin: 10px;
	width: 100%;
}

#content_contact #second {
	margin-bottom: 50px;
}
#content_contact #second .big_title{
	font-size: 2.3rem;
}
#content_contact #second .small_title{
	font-size: 1.8rem;
}
#content_contact #second .titles{
	margin-bottom: 30px;
}

#contact_frame{
	 width:600px;
	 height:450px;
}

@media ALL and (max-width: 1200px){

}

@media ALL and (max-width: 992px){
	#content_contact #first{
		margin-top: 15px;
		margin-bottom: 10px;
	}
}
@media ALL and (max-width: 768px){
	#contact_frame{
		width: 450px;
		height: 300px;
	}
}
@media ALL and (max-width: 480px){
	#content_contact #first .contact_data{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#contact_frame{
		width: 280px;
		height: 200px;
	}
}