@charset "utf-8";

/*
=========================
===== GLOBAL STYLES =====
=========================
*/
* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-text-size-adjust: none;
}
body {
	background: #00afdb;
	font-family: 'Raleway', sans-serif;
	font-size: 62.5%;
}
.magic { position: absolute; left: -99999px; }
a {
	color: #fff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.container {
	width: 960px;
	margin: auto;
}
h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 3px;
	background: url(../_img/bg-lines.png) center center no-repeat;
	clear: both;
}
h4 {
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 45px 0 25px 0;
}
.heading2 {
	font-weight: 300;
	font-size: 48px;
	color: #fff;
	float: left;
}

/* ========================================================================== HEADER ===== */
#header {
	background: url(../_img/bg-header.jpg) no-repeat center top #000;
	height: 756px;
	width: 100%;
}
#header .container {
	background: url(../_img/bg-bulbs.png) no-repeat center top;
	width: 960px;
	height: 756px;
}
#logo {
	background: url(../_img/logo.png) no-repeat;
	height: 119px;
	width: 293px;
	margin: 55px 0 0 0;
	float: left;
}
#blogLink {
	background: url(../_img/l-blog.png) no-repeat;
	height: 98px;
	width: 98px;
	float: right;
	margin: 16px -25px 0 0;
}
#phoneNumber {
	background: url(../_img/icon-phone.gif) left top no-repeat #dfcd4c;
	height: 46px;
	width: 262px;
	float: right;
	text-align: right;
	font-size: 24px;
	padding: 12px 20px 0 0;
}
#phoneNumber a { color: #000; }
#phoneNumber span { font-weight: 700; }
.intro {
	margin: 66px 100px 0 32px;
	width: 620px;
}
.testimonial {
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	float: left;
	width: 495px;
	margin: 105px 0 0 70px;
}
.testimonial span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin: 25px 0 0 0;
}
.testimonial span.quoteMark1, #testimonial span.quoteMark2 {
	font-size: 300px;
	color: #fff;
	float: left;
}
.testimonial span.quoteMark1 { margin: -78px 0 0 0; }
.testimonial span.quoteMark2 { margin: 80px 0 0 340px; line-height: 20px; }
#promo-app {
	background: url(../_img/promo-app.png) no-repeat;
	width: 253px;
	/* height: 282px; */
	height: 137px;
	float: right;
	margin: 211px 100px 0 0;
	display: block;
}
@-moz-document url-prefix() {
	#promo-app {
		background: url(../_img/promo-app.png) no-repeat;
		width: 253px;
		height: 137px;
		float: right;
		margin: 205px 100px 0 0;
		display: block;
	}
}

/* ========================================================================== CONTENT ===== */
#content { background: url(../_img/bg-content.png); }
#content .container {
	width: 960px;
	margin: auto;
	clear: both;
	text-align: center;
	background: url(../_img/bg-link.png) no-repeat center center;
}
#challengesList li {
	float: left;
	width: 118px;
	height: 143px;
	font-size: 18px;
	font-weight: 400;
	padding: 25px 25px 0 25px;
	list-style: none;
	margin: 40px 30px 100px 0;
	background: url(../_img/bg-circle.gif) no-repeat;
}
#challengesList li.last { margin: 40px 0 0 0; }
#challengesList #cl1 { padding: 45px 25px 0 25px; }
#challengesList #cl2 { padding: 30px 25px 0 25px; }
/* #challengesList #cl3 { font-size: 14px; padding: 25px 25px 0 25px; } */
/* #challengesList #cl4 { font-size: 14px; padding: 40px 25px 0 25px; } */
#challengesList #cl5 { padding: 30px 25px 0 25px; }
#solution {
	font-weight: 300;
	color: #000;
	font-size: 18px;
	width: 600px;
	margin: auto;
}
#solution {
	margin: 20px auto 0 auto;
	height: 175px;
}
#solution li {
	list-style: url(../_img/bullet-tick.png);
	margin: 5px 0 5px 50px;
	float: left;
	text-align: left;
}

/* ========================================================================== FOOTER ===== */
#footer .container {
	width: 960px;
	margin: auto;
}
#footer .col {
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
}
#footer .last { margin: 0; }
#footer p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 18px 0;
}
#footer p span { font-weight: bold; }
#footer img {
	float: left;
	margin: 45px 18px 18px 0;
}
#logo-cima {
	background: url(../_img/logo-cima.png) no-repeat;
	height: 102px;
	width: 179px;
	margin: 30px 0 0 0;
}
h4.connect { margin: 30px 0 15px 0; }
#social-links li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}
#logo-li, #logo-twitter, #logo-fb {
	height: 50px;
	width: 50px;
	display: block;
}
#logo-li { background: url(../_img/logo-li.gif) no-repeat center center #2791b4; }
#logo-twitter { background: url(../_img/logo-twitter.gif) no-repeat center center #2791b4; }
#logo-fb { background: url(../_img/logo-fb.gif) no-repeat center center #2791b4; }