/*
Title: "Surge.bz" screen styles
Date Modified: 4/22/2014
Date Created: 4/3/2014
--
Author: Fervr
Contact: http://fervr.co/contact
--
Table of Contents:
	layout
	navigation
	typography
	alignment
	misc
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500);

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff; /* Blue color #4878bc */
	font: 18px/1.4em 'Open Sans', helvetica, arial, sans-serif;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-width: 1000px;
	}


/* */



#header {
	z-index: 10;
	position: fixed;
	background: transparent url(/assets/images/backgrounds/white-to-transparent-gradient.png) 0 0 repeat-x;
	box-shadow: none;
	width: 100%;
	height: 125px; /* 125px */
	margin: 0 auto;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
	clear: both;
	border-top: 2px solid #4778bc;
	}

#leaderboard-top {
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 340px;
	}

#main {
	overflow: hidden;
	padding-top: 100px;
	}

#header .logo {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 25px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #6bbbeb;
	background: #f7f7f7 url(/assets/images/backgrounds/dust.png) 0 0 repeat; /* 265x100 */
	box-shadow: -1px 5px 5px rgba(0,0,0,0.25);
	font-size: 52px;
	font-weight: normal;
	line-height: 1em;
	color: #4878bc; /* 4878bc */
	text-indent: -9999px;
	
	width: 275px;
	height: 250px;
	}

#header .logo a {
	display: block;
	background: transparent url(/assets/images/logos/surge-275x175.png) 50% 50% no-repeat; /* 265x100 */
	background-size: 85% 85%;
	width: 275px;
	height: 175px;
	}

#header .tagline {
	display: none;
	}

#header #presented-by-fervr a {
	z-index: 10;
	position: fixed;
	top: 175px;
	left: 25px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	color: #999;
	text-indent: -9999px;
	
	display: block;
	background: transparent url(/assets/images/logos/presented-by-fervr.png) 50% 50% no-repeat;
	background-size: 85% 85%;
	width: 275px;
	height: 65px;
	}



/* */





	
#main {
	clear: both;
	margin: 0;
	padding: 145px 45px;
	}
	
#footer {
	clear: both;
	height: 50px;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.25);
	background: rgba(122,122,122,0.95);
	font-size: 12px;
	margin: 50px auto 0;
	padding: 0;
	}

#footer p {
	margin: 15px;
	color: #ccc;
	}

.section {
	clear: both;
	padding: 50px 0;
	margin: 0;
	background-color: #fff;
	}

.section.theme-dark {
	background-color: #000;
	color: #fff;
	}

.section.no-bg {
	background-color: transparent;
	}
	
.section.bg-gray {
	background-color: #eee;
	}

.section.bg-blue {
	background-color: #4878bc;
	}
	
.section header {
	margin: 0 auto 25px;
	max-width: 800px;
	}

.section-content {
	margin: 0 auto;
	max-width: 800px;
	}

.section-content.full-width {
	padding: 0;
	max-width: 100%;
	}
	
#services-list {
	margin: 50px auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
	}

#services-list ul {
	margin: 0;
	padding: 0;
	width: 48%;
	font-size: 22px;
	}

#services-list .align-left li {
	text-align: right;
	margin: 0;
	}
	
#services-list .align-right li {
	text-align: left;
	margin: 0;
	}



/* grid */
.row {
	margin: 0 auto;
	position: relative;
	}

.sub-section {
	float: left;
	width: 470px;
	padding: 0;
	margin: 0;
	position: relative;
	}

.column {
	width: 301px; /* 301px */
	min-height: 307px; /* 307px */
	padding: 10px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	border-radius: 7px;
	float: left;
	position: relative;
	}

.column.no-border {
	border-color: transparent;
	}

.column.no-styles, 
.column.spacer {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	min-height: 150px;
	height: auto;
	}

.column-content {
	width: auto;
	margin: 0;
	padding: 5px;
	}

.span2 {
	width: 635px;
	} 

.span3 {
	width: 970px;
	}

/* special column styles */
.category-col {
	background-color: #fff;
	color: #fff;
	width: 190px; /* 170px */
	padding: 0;
	border: none;
	}

.category-col h1 {
	margin-top: 50%;
	color #fff;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	}

.contact label {
    display: block;
    float: left;
    width: 110px;
    margin-right: 5px;
	}

.contact fieldset {
    border: none;
    margin: 0;
    padding: 0;
	}

.contact .button {
    margin-left: 115px;
	}

/* Hide AJAX-y shit by default */
.status-message, 
.form-error {
	display: none;
	}

.contact fieldset p {
	position: relative;
	}

.status-message {
	border: 1px solid #ccc;
	background-color: #ffc;
	padding: 25px 45px;
	margin: 50px 100px;
	font-size: 18px;
	}

.form-error {
	border: 1px solid #ccc;
	background-color: #ffc;
	padding: 3px 15px;
	font-size: 12px;
	color: red;
	}



/* navigation
------------------------------------- */
a {
	color: #4778bc;
	text-decoration: none;
	cursor: pointer;
	}

a:link {
	color: #4778bc;
	text-decoration: none;
	}

a:hover  {
	color: #4778bc;
	text-decoration: none;
	}

a .category-col, 
a:link .category-col {
	display: block;
	color: #fff;
	}

h2 .icon-right-arrow {
	font-size: 18px;
	}

/* Button styles */

.button {
    width: 170px;
    display: block;
    margin: 15px 0;
    padding: 12px;
	border: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,0.75);
	border-left: 1px solid rgba(255,255,255,0.75);
    border-radius: 10px;
    background-color: #92b200;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-size: 18px;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}

.button:hover {
	background-color: #a3c800;
	color: #fff;
	}

.button-med {
	padding: 10px;
	width: 100px;
	font-size: 14px;
	} 

.button-sm {
	padding: 5px;
	width: 75px;
	font-size: 12px;
	} 

/* typography
------------------------------------- */
h1 {
	font-family: 'Maven Pro', helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1em;
	}

h2 {
	line-height: 1.25em;
	}

.section header h1 {
	font-size: 62px;
	margin: 0 0 .25em;
	text-align: center;
	color: #333;
	}

.section header h2 {
	margin-top: 0em;
	font-size: 32px;
	line-height: 1.2em;
	text-align: center;
	color: #666;
	}

.section header p {
	text-align: center;
	font-size: 18px;
	}
	
.section.theme-dark h1 {
	color: #fff;
	}	

.section.theme-dark h2 {
	color: #ddd;
	}	


/* alignment
------------------------------------- */
.align_left, 
.align-left {
	float: left;
	}

.pad_left, 
.pad-left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right, 
.align-right {
	float: right;
	}

.pad_right, 
.pad-right {
	float: right;
	margin: 0 0 10px 15px;
	}

.align_center, 
.align-center, 
.pad_center, 
.pad-center {
	text-align: center;
	margin: 15px auto;
	}

.clear {
	clear: both;
	}


/* misc
------------------------------------- */

.hide {
	display: none;
	}

.show {
	display: block;
	}

.form-standard {
	margin: 0
	padding: 0;
	}

fieldset {
	border: none;
	margin: 0
	padding: 0;
	}

.footnote {
	margin-top: 35px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	}

img, a img {
	border: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.no-border {
	border-color: transparent;
	}

.inline {
	display: inline;
	}

.border-btm, 
.border_btm {
	border-bottom: 1px dashed $ccc;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

li {
	padding-bottom: 1em;
	}

.no-bullet {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	}

.list-horz {
	/* overflow: hidden; */
	clear: both;
	}

.list-horz li {
	float: left;
	margin-right: 15px;
	}

.list-vert {
	overflow: visible;
	}

.list-vert li {
	float: none;
	margin-right: 15px;
	}

.last {
	margin-right: 0;
	}

dd {
	margin: 0;
	}

hr {
	border: none;
	border-bottom: 1px solid #dedede;
	margin: 25px auto;
	width: 100%;
	}

address {
	font-style: normal;
	}

.disabled, 
input[disabled][type=submit], 
input[disabled=disabled][type=submit] {
    pointer-events: none;
    opacity: 0.5;
	}
