.sectionContact {
	
	border-left: 0px !important;
}

.contact {
		
	border: 3px solid #CCCCCB;
	display: inline-block;
	float: left;
	margin-left: -10px;
	padding-bottom: 10px;
	margin-right: 6px;
}

.contact span {
		
	float: left;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	color: #757575;
	text-decoration: none;
}

.contact ul {

	color: #929292;
	float: left;
	margin-top: 2px;
	font-size: 13px;
}
		
.contact a:hover,
.contact a:focus {
	color: #4D8FC5 !important;
	text-decoration: none;
}
	
.adress {

	color: #929292 !important;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	font: 11px Tahoma, Arial, sans-serif;
	list-style: none outside none;
	text-decoration: none;
	line-height: 17px;
	display: inline-block;
	float: left;
}

.adress ul li:first-child {
	
	font-weight: bold;
	color: #757575 !important;
}

.adress ul li a {
	
	text-decoration: underline;
	color: #929292 !important;
}
				
.adress ul li a:hover,
.adress ul li a:focus,
.adress ul li a:active {

	color: #4D8FC5 !important;
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
	
	.contact span {
		
		margin-top: 20px !important;
	}
		
	.contact ul {
		
		margin-left: 10px !important;
	}
}

@media screen and (max-width: 991px) {
	
	.contact span {
		
		margin-top: 10px !important;
		margin-left: 10px;
	}
}
