@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-size:14px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	height:100%;
	background-color:#FDFDFD;
	
}
#logo {
	padding-bottom:20px;
}
	
	#logo img {
	width:10%;
}
h2 {
	font-weight:normal;
	font-size:160%;
	padding-bottom:18px;
	padding-top:10px;
}

#main-wrapper {
	width:90%;
	margin:30px auto 40px 10%;
	position:relative;
}


#companies-wrapper {
	width:100%;
	padding-bottom:30px;
}

#stats-wrapper {
	width:100%;
	padding-bottom:30px;
}

iframe {
	width:95%;
	min-height: 50vh;
}

.company {
	width:18%;
	display:inline-block;
/*	text-align:center;*/
	overflow:hidden;
	margin:3% 6.2% 50px 0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
}

#last{
	margin-right:5%;
}

.company:hover {
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

.company img {
	max-width:100%;	
}

#contact-details {
	margin-right:8%;
	width:92%;
}

#left-title {
	float:left;
	width:34%;
	padding-right:2%;
	border-right:1px solid #999;
}

#registered-text {
	color:#999;
	line-height:1.3em;
	padding-left:40%;
}
#registered-text a {
	color:#999;
	text-decoration:none;
}

#registered-text a:hover {
	color:#777;
}
