
.contact-content {
	
	margin-top:30px;
	margin-bottom:30px;
	
}

.page-title { margin-bottom:40px; }

.contact-box {
	background:#007dc6 url(images/contact/box-bg.png) repeat left top;
	margin-bottom:30px;
	height:181px;
	width:323px;
	float:left;
	color:#FFF;
	cursor:pointer;
}

.contact-box:hover {
	color:#FFF;
}

.contact-box .contact-box-line {
    background-color:#FFF;
    height:18px;
    width:4px;
    display:block;
    position:absolute;
    bottom:0;
}

.contact-box .contact-box-text {
	font-size:24px;
	text-transform:uppercase;
	display: block;
    position: absolute;
    bottom:15%;
    left:0;
    right:0;
    text-align:center;
}

.contact-box img {
	display:block;
    position:absolute;
    top:15%;
}

.contact-box-house img {
    height:76px;
    width:68px;
}

.contact-box-email img {
    height:73px;
    width:73px;
}

.contact-box-phone img {
    height:79px;
    width:45px;
}

@media screen and (max-width:767px) {
	
	.page-title {
		margin-left:15px;
		margin-right:15px;
	}
	
	.map {
		height:300px;
	}
	
	.contact-box {
		clear:both;
		float:none;
		margin-left:15px;
		margin-right:15px;
		width:91%;
	}
	
	.contact-box .contact-box-text {
		font-size:24px;
	}
	
	.contact-box img {
	    top:15%;
	}
	
	.contact-box-house img {
	    left:128px;
	}
	
	.contact-box-email img {
	    left:125px;
	}
	
	.contact-box-phone img {
	    left:139px;
	}
	
}

@media screen and (min-width:768px) {
	.map {
		height:246px;
		min-height:246px;
	}
	
	.contact-box {
		margin-right:6%;
		height:123px;
		width:220px;
	}
	
	.contact-box.contact-box-last {
		margin-right:0;
	}
	
	.contact-box .contact-box-text {
		font-size:18px;
		bottom:16%;
	}
	
	.contact-box img {
	    top:12%;
	}
	
	.contact-box-house img {
	    width:48px;
	    height:54px;
	}
	
	.contact-box-email img {
	    width:53px;
	    height:53px;
	}
	
	.contact-box-phone img {
	    width:35px;
	    height:61px;
	}
}

@media screen and (min-width:992px) {
	.map {
		height:318px;
	}
	
	.contact-box {
		margin-right:6%;
		height:157px;
		width:280px;
	}
	
	.contact-box .contact-box-text {
		font-size:20px;
	}
	
	.contact-box img {
	    top:12%;
	}
	
	.contact-box-house img {
	    height:76px;
	    width:68px;
	}
	
	.contact-box-email img {
	    height:73px;
	    width:73px;
	}
	
	.contact-box-phone img {
	    height:79px;
	    width:45px;
	}
	
}

@media screen and (min-width:1200px) {
	.map {
		height:385px;
	}
	
	.contact-box {
		margin-right:8.5%;
		height:181px;
		width:323px;
	}
	
	.contact-box span {
		font-size:24px;
	}
	
	.contact-box img {
	    top:15%;
	}
	
}
