@font-face {
    font-family: 'Oswald';
    src: url('font/oswald.eot');
    src: url('font/oswald.eot?#iefix') format('embedded-opentype'),
         url('font/oswald.woff') format('woff'),
         url('font/oswald.ttf') format('truetype'),
         url('font/oswald.svg#futura_bk_btbook') format('svg');
}
@font-face {
    font-family: 'OswaldLight';
    src: url('font/oswald-light.eot');
    src: url('font/oswald-light.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-light.woff') format('woff'),
         url('font/oswald-light.ttf') format('truetype'),
         url('font/oswald-light.svg#futura_bk_btbook') format('svg');
}

/* OVERALL STYLING --------------------------------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
    background: url('images/background.png'), #912f1f;
	font: 15px 'OswaldLight', 'Arial';
	color: #999999;
}
.main {
	margin: 0 auto;
	width: 800px;
	min-height: 1000px;
	background-color: white;
	-moz-box-shadow: 0 0 5px #cccccc;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;
}
hr {
	border-top: solid 1px #E5E5E5;
	margin: 20px auto 20px auto;
	width: 80%;
}

.section_title {
  font: 40px 'OswaldLight', Arial;
  color: #912f1f;
  margin-bottom: 0;
  text-align: center;
}
/* TOP --------------------------------------------------------------------------------------------------------------------------- */
.top {
	height: 160px;
	position: relative;
    background : -webkit-linear-gradient(top, #FFFFFF, #EBEBEB);
    background : -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
}
.logo {
	height: 110px;
	float: left;
	width: 532px;
	position: relative;
	text-align: right;
}
.logo img {
	margin-top: 20px;
}

/* CONTENT --------------------------------------------------------------------------------------------------------------------------- */
.content {
	text-align: left;
	padding: 15px;
	margin-bottom: -10px;
}
.section {
  position: relative;
}
.homeText {
  margin-top: 15px;
	line-height: 20px;
}
.homeImage {
	float: right;
}

.banner {
  widows: 800px;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.services_boxes .service_box {
  width: 50%;
  float: left;
  height: 100px;
  text-align: center;
  margin-top: 20px;
}
.services_boxes .service_box p {
  font-size: 20px;
}

.clients {
	margin-left: 75px;
	width: 650px;
	position: relative;
}
.clientsLogos {
	margin-left: -10px;
}
.clientsLogos img {
	border: solid 1px #EFEFEF;
	margin: 0 7px 7px 0;
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray;
}
.clientsLogos img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}
.clients .clientText {
	margin-top: 20px;
	font-weight: 900;
	text-align: center;
	color: #2C5953;
}
.clients span {
	color: #E2BA28;
}
.clients a:hover span {
	color: #0096D6;
}


.partners {
	margin-left: 75px;
	width: 650px;
	position: relative;
}
.partnersLogos {
	margin-left: -10px;
}
.partnersLogos img {
	border: solid 1px #EFEFEF;
	margin: 0 7px 7px 0;
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray;
}
.partners img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}


.sideForm {
  float: left;
  width: 40%;
  margin-left: 10%;
}
.rightInfo {
  float: left;
  width: 50%;
}
.rightInfo img {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}
.rightInfo p {
	margin: 10px 0 30px 0;
	text-align: center;
}
.rightInfo a p {
	color: #999999;
}
.rightInfo a:hover p {
	color: #bababa;
}
.rightInfo .facebookButton:hover img {
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
}
.rightInfo .mailButton:hover img {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
}
/* FOOTER --------------------------------------------------------------------------------------------------------------------------- */
.footer {
	clear: both;
	height: 110px;
}
.footer p {
	margin-bottom: 7px;
	text-align: center;
}
.footer img {
	margin-right: 3px;
}
.footer a:link, .footer a:visited {
	color: inherit;
}
.footer a:hover {
	color: #bababa;
}