/* Results Driven CSS STYLES */


/************************************/
/*             RESET CSS            */
/************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************/
/*             FONT FACES           */
/************************************/





/************************************/
/*             MAIN CSS             */
/************************************/


body {
	font-family: "Helvetica Neue", arial, sans-serif!important;
}

.pull-right {
	float: right;
}

.auto-960 {
	width: 960px;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}


.header {
	
}

#top-head {
	height: 50px;
	background: #333;
}

#main-head {
	height: 90px;
	background: #fff;
}

#top-head .auto-960 {
	background: url("../img/top-head-bg.png") no-repeat center;
	height: 50px;
}

.logo {
	margin-top: 15px;
	display: inline-block;
}

.stop-start {
	margin-top: 15px;
}


.half-width {
	width: 480px;
	float: left;
}

.pinktxt {
	color: #d11b79;
}


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.cta-btn {
	background: #d11b79;
	font-size: 27px;
	padding: 20px 45px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none!important;
	font-family: "ProximaNovaBold";
}

	.cta-btn:hover {
		background: #EC4EA0!important;
	}

.disclaimer {
	font-size: 14px!important;
	line-height: normal!important;
	margin-top: 20px!important;
}

.bx {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.centered {
	text-align: center;
}

.mt20 {
	margin-top: 20px;
}


h3 {
	font-size: 24px;
}

.arrow-down-grey {
	height: 22px;
	width: 64px;
	background: url("../img/arrow-down-grey.png")no-repeat;
	margin-left: 57px;
	margin-top: -70px;
	position: absolute;
}

.pink-bar {
	height: 6px;
	width: 175px;
	background: #d11b79;
	position: absolute;
	margin-top: -46px;
}


.w360 {
	width: 360px!important;
	float: left;
}

.w300 {
	width: 300px!important;
	height: 192px;
	float: left;
	margin-top: 90px;
}


/* ICONS SPRITE */

.web-traffic {
	background: url('../img/sprite-icons.png') no-repeat -2px -4px;
	height: 20px;
	width: 20px;
}

.more-sales {
	background: url('../img/sprite-icons.png') no-repeat -5px -42px;
	height: 20px;
	width: 20px;
}

.increase-leads {
	background: url('../img/sprite-icons.png') no-repeat -3px -76px;
	height: 20px;
	width: 20px;
}

.conversions {
	background: url('../img/sprite-icons.png') no-repeat -4px -113px;
	height: 20px;
	width: 20px;
}

.dominate {
	background: url('../img/sprite-icons.png') no-repeat -6px -149px;
	height: 20px;
	width: 20px;
}

.ppc-search {
	background: url('../img/sprite-icons.png') no-repeat -34px -5px;
	height: 20px;
	width: 20px;
}

.research-analysis {
	background: url('../img/sprite-icons.png') no-repeat -35px -39px;
	height: 20px;
	width: 20px;
}

.targeted-banner {
	background: url('../img/sprite-icons.png') no-repeat -36px -76px;
	height: 20px;
	width: 20px;
}

.mobile-click {
	background: url('../img/sprite-icons.png') no-repeat -39px -111px;
	height: 20px;
	width: 20px;
}

.conversion-rate {
	background: url('../img/sprite-icons.png') no-repeat -37px -149px;
	height: 20px;
	width: 20px;
}


/* HERO AREA */

#hero-content {
	padding-top: 75px;
	padding-bottom: 75px;
	background: url("../img/hero-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	#hero-content h1.centered {
		font-size: 39px;
		color: #fff;
		width: 800px;
		margin: 0 auto 50px;
	}

	#hero-content p {
		color: #fff;
		text-align: center;
		line-height: 24px;
	}

		#hero-content p a {
			color: #006dbc;
			text-decoration: none;
		}


#contact-number {
	margin-top: 26px;
	height: 100%;
	color: #171717;
	background: url("../img/phone-icon.png") no-repeat left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
}

#contact-number i {
	display: inline-block;
	font-weight: normal;
	padding-top: 5px;
}

#hero-msg {

}


	#hero-msg h1 {		
		font-size: 18.5px!important;
		text-transform: uppercase!important;
		color: #e9e9e9!important;
		font-weight: bold;
		text-align: center;
		width: 100%!important;

	}

	#hero-msg p {
		color: #e9e9e9;
		font-size: 14px;
		margin-top: 15px;
		line-height: 24px;
	}

	#hero-msg .cta-btn {
		float: left;
		margin-top: 50px;
	}


#hero-form {
	padding: 30px 30px 0px 30px;
	background: #fff;
	margin-top: 15px;
}

#hero-form input{
	font-size: 14px;
	background: #fbfbfb;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

#hero-form input{
	font-size: 14px;
}

	.hero-input {
		border: none;
		padding: 16px 20px;
		border-left: 6px solid #006dbc;
		outline: none;
		margin-bottom: 11px;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;   
		box-sizing: border-box;  
	}

	.input-full {
		width: 100%;
	}

	.input-half {
		width: 219px;
	}


.mr7 {
	margin-right: 7px;
}

.big-btn {
	cursor: pointer;
	padding: 20px;
	width: 100%;
	color: #fff;
	border: none!important;
	background: #006dbc!important;
}

	.big-btn:hover {
		background: #2A87CA!important;
	}


#hero-vid .disclaimer{

}



/*  WHAT YOU GET, WHAT WE DO  */

#what-we-do-what-you-get {
	padding: 70px 0px;
}

#what-you-get {
	background: url("../img/what-you-get.png");
}

#what-we-do {
	background: url("../img/what-we-do.png");
}


	#what-we-do-what-you-get h3 {
		text-transform: uppercase;
		padding-bottom: 10px;
	}

	
	#what-we-do-what-you-get .half-width {
		padding: 45px 0px 0px 0px;
	}

#what-you-get ul li, #what-we-do ul li {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

#what-you-get .icon, #what-we-do .icon {
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
	margin-bottom: -3px;
}


#what-you-get ul li{
	text-align: right;
}


/* TESTIMONIALS */

#testimonials {
	background: #f1f1f1;
	padding: 50px 0px 20px 0px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.testimonials-carousel-content p{
	line-height: 36px;
	color: #636363;
	font-size: 24px;
}

.testimonials-bio {
	margin-top: 10px;
}

.testimonials-bio img {
	margin-bottom: -14px;
	margin-right: 10px;
	display: inline!important;
}

.bx-viewport {
	padding-bottom: 20px;
}

/* HAPPY CLIENTS */

#happy-clients {
	padding: 50px 0px;
}

#happy-clients h1{
	font-size: 24px;
	font-weight: bold;
}


/* FOOTER */

#footer {
	background: #171717!important;
}

#footer-links {
	background: #000;
	padding: 30px 0px;
}

#footer-links a{
	color: #fff;
	text-decoration: none!important;
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 11px;
	font-weight: bold;
}

	#footer-links p a {
		text-transform: none;
		margin-right: 0px;
	}

	#footer-links a:hover {
		color: #006dbc!important;
	}

#copyright-wrap p {
	color: #646267;
	font-size: 14px;
}

#copyright p {
	line-height: 24px;
	padding: 25px 20px 25px 0px;
	float: left;
	width: 650px;

}

#follow-us {
	margin: 20px 0px;
}

	#follow-us strong {
		margin-bottom: 5px;
		font-size: 11px;
		text-transform: uppercase;
		color: #fff;
	}


.bluetxt {
	color: #006dbc;
}



