.contact div{
	
	background:#f7f7f7;
	background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background: linear-gradient(top, #fff 0%, #ddd 100%);
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	border-radius:5px;
	padding:20px;
}
.contact h2{
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.contact p{
	padding: 10px;
}
@media screen and (max-width: 1023px){
.contact{
	margin-bottom: 20px
}
}
@media screen and (max-width: 767px){
.contact{
	border:1px solid #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;	
	border-radius:0;
	margin-bottom: 0;

}
}