* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {background-color: #f7f7f7;height: 10px;width: 10px;}
::-webkit-scrollbar-thumb {background-color:#262626;height:10px; border: 4px solid #f7f7f7;}


body {
	background-color: #f7f7f7;
	font-family: Arial Narrow, sans-serif;
	font-size: 11px;
	color: #f2f2f2;
	line-height: 18px;
	overflow-x: hidden;
}

#topbar {
	background-color: #1e9689;
	color: #ffffff;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 30px 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 15;
}

#stitle {
	margin: 0 auto;
	font-family: 'Raleway', sans serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

#social {
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	margin: 10px auto 0 auto;
	font-size: 12px;
}

#social i {
	color: #ffffff;
	margin-right: 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social i:hover {
	color: #4e99af;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#footer{
	clear: both;
	background-color: #262626;
	color: #ffffff;
	width: 100%;
	height: 90px;
	margin: -80px auto 0 auto;
	padding: 60px 0px 0px 0px;
	position: relative;
	z-index: 15;
}

.fcontent {
	width: 80%;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 25;
}

.fcontent a {
	height: 25px;
	line-height: 25px;
	background-color: #f7f7f7;
	color: #737373;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
}

.fcontent a:hover {
	background-color: #737373;
	color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

.cred {
	display: block;
	color: #404040;
	font-weight: 700;
}

.cred a {
	height: 12px;
	line-height: 12px;
	background-color: transparent;
	color: #404040;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
}

.cred a:hover {
	background-color: transparent;
	color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

#container {
	margin: -50px auto 0px auto;
	background-color: transparent;
	width: 90%;
	min-height 410px;
	overflow: auto;
	display: table;
	text-align: center; 
	position: relative;
}

.box {
	display: inline-block;
	margin: 0px 15px 30px 15px;
	width: 200px;
	height: 410px;
	background-color: #fcfcfc;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 20;
	text-shadow: 1px 1px #ffffff;
}

.site {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 200px auto auto auto;
	text-align: center;
}

.site img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}

.title {
	margin: 5px auto;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #737373;
	text-transform: uppercase;
}

.title span {
	display: block;
	font-size: 21px;
	font-weight: 700;
}

.info {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a6a6a6;
}

.vst a {
	display: inline-block;
	margin: 10px auto 0 auto;
	width: 138px;
	height: 23px;
	border: 1px solid #d9d9d9;
	line-height: 23px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: transparent;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
}

.vst a:hover {
	background-color: #737373;
	color: #ffffff;
	border: 1px solid #737373;
	text-shadow: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}