.contacts-div{
	/*background-color: #e2c5c5 !important;*/
	/* border: 1px solid #ccc!important; */
	margin: 5px !important;
	height: 200px !important;
	width: 100% !important;
}

.contacts-title{
	font-weight:bold;
	font-size:15px;
}
.contacts-font{
       padding-bottom: 10px;
}

.contacts-location{    
	background-image: url(img/home-icon-01.jpg);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    padding-left: 23px;	
	 
}
.contacts-tel{    
	background-image: url(img/mobile-icon-01.jpg);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    padding-left: 23px;	
	
}
.contacts-fax{    
	background-image: url(img/fax-icon-01.jpg);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    padding-left: 23px;	
	
}
.contacts-email{    
	background-image: url(img/email-icon-01.jpg);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    padding-left: 23px;	
	
}
.contacts-website{    
	background-image: url(img/link-icon-01.png);
    background-repeat: no-repeat;
    background-size: 17px 16px;
    padding-left: 23px;	
	
}

@media only screen and (min-width: 960px)  {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}
 
@media only screen and (max-width: 767px) {
} 

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
	.contacts-div{
	/*margin: 20px !important;*/
	height: 200px !important;
	width: 100% !important;
	}
	.contacts-font {
    padding-bottom: 5px;
	}
}