/**************************************************/
/* GLOBAL
/**************************************************/
@font-face {
	font-family: 'opensans-regular';
	src: url('../fonts/opensans-regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans-semibold';
	src: url('../fonts/opensans-semibold.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'opensans-regular' !important;
	font-size: 16px;
	color: #58585B;
}

.container {width: 840px !important;}
#content {width: 100%; float: left; background-image: url(../images/bkg-content.png); background-repeat: no-repeat; background-size: 100% auto; padding-top: 33%; padding-bottom: 40px;}
#our-services span {display: block; width: 100%; padding: 5px 0;}
#our-services span img {width: 12px; height: 12px; position: relative; bottom: 3px;}
#contact {margin-top: 11%; padding: 20px 35px; border-left: 1px solid #0E6588;}
#contact p {width: 70%; font-family: 'opensans-semibold'; font-size: 13.5px;}
#contact span {font-family: 'opensans-semibold'; color: #004459; display: block;}
#contact span:nth-of-type(1) {padding-top: 10px;}
#contact span:nth-of-type(2) {padding-top: 3px;} 
#contact span:nth-of-type(3) {padding-top: 17px;}
#contact span a {color: #004459; text-decoration: none;}
#contact img {padding-top: 30px;}

























































