@charset "UTF-8";

@import "fonts.css";

a, a:hover{
	color: inherit;
	text-decoration: none;
}
p{
	font-size: 20px;
	line-height: 1.8;
	margin: 20px 0;
}
.section{
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}
.capture{
	max-width: 100%;
	border: 1px solid #CCC;
}
.caption{
	font-size: 16px;
	margin: 10px;
}
.standout{
	color: #999999;
	font-style: italic;
	font-size: 28px;
	line-height: 1.5;
}
span.icon-exturl{
	display: inline-block;
	line-height: inherit;
	width: 28px;
	height: 28px;
	background: url('../images/icon-exturl.png') no-repeat left top;
	position: relative;
	top: 3px;
	margin-left: 15px;
}
.hero-wrapper{
	width: 100%;
	height: 450px;
	position: relative;
	background: url('../images/gradient.png') repeat-y left top;
	background-size: 100% 100%;
}
.hero-wrapper .hero-img{
	width: 100%;
	height: 450px;
	background: url('../images/logo-neon-repeat.png') repeat center center;
}
.hero-wrapper .btn-url{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 30px;
	line-height: 1;
}
.hero-wrapper .btn-url:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.intro-wrapper{
	position: relative;
	background-color: #FFF;
	padding: 20px 40px 0;
	margin-top: -200px;
}
.intro-wrapper .title{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
}
.intro-wrapper .tagline{
	font-size: 30px;
	color: #999999;
	margin-bottom: 50px;
}

.full-width{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
.neonmap{
	height: 530px;
	background: url('../images/neonmap.jpg') no-repeat top left;
	background-size: cover;
}
.heading{
	font-size: 36px;
	font-weight: 700;
}
.slider{
	width: 9999px;
	height: 520px;
	overflow: hidden;
	position: relative;
}
.slide{
	width: 650px;
	float: left;
	margin: 0 5px;
	cursor: pointer;
}
.contr{
	margin: 15px 0;
	font-size: 16px;
}
.contr .title{
	color: #999999;
}

.results{
	color: #FFFFFF;
	background: url('../images/results.jpg') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 40px 0;
}
.results .number{
	font-size: 48px;
	font-weight: 700;
}
.results .desc{
	color: #999999;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 20px;
}
.visit-url{
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 20px auto 60px;
	border-bottom: 5px solid #B82337;
}
.visit-url:hover{
	border-bottom: 5px solid #23B8A7;
}

.logo-wrapper{
	margin-bottom: 70px;
}
.logo{
	display: inline-block;
}
