/*------- 

website: I have a driver stylesheet
version: 1.0
by:  CKO designs

--------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800);


/*---- global styles -----*/
html,body {
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: relative;
	font-family: "open sans", arial, sans-serf;
	font-weight: 300;
}

body { 
	font-size:100%; 
	line-height:1.5; 
	/* background: url(../img/handmadepaper.png); */
	background: #fefefe;
	}
	
h1, h2, h3 {
	margin-top:0; 
	margin-bottom:0; 
}

h1 { 
	font-size:2em; 
	padding:1.5em 0;
	}
	
h2 {
	 font-size:1.75em;
	  padding:1.82143em 0;
	}
	   
h3 {
	font-size:1.5em; 
	padding:1.75em 0;
	}

h1, h2, h3, p {
	font-family: "open sans", arial, sans-serf;
	color: whitesmoke;
	font-weight: 300;
}

p {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: whitesmoke;
}

.inner-wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

hr.breaker {
	width: 100%;
	height: 0px;
	border: none;
	padding: 0px;
	margin-top: 200px;
	margin-bottom: 200px
}

hr.breaker-small {
	width: 100%;
	height: 100px;
	border: none;
	padding: 0px;
}

/*---- header styles-----*/

div#sticky-header-background {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	position: fixed;
	background: #fff;
	z-index: 1;
	left: 0;
	top:0;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.25);
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	border-bottom: 1px solid whitesmoke;
}

header#sticky-header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	
}

header#sticky-header a#top-logo {
	display:block;
}

header#sticky-header #logo-container {
	position: absolute;
	width: 260px;
	margin-left: -130px;
	top: 30px;
	left: 50%;
	display:block;
	background: url(../img/tag-logo-just-grey-w-red.png) top center no-repeat;
	height: 130px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}



header#sticky-header #logo-container h1#logo {
	font-size: 0;
	text-indent: -99999em;
	position:absolute;
	top:0;
	left:0;
}

header#sticky-header #logo-container:hover {
	cursor: pointer;
}


header#sticky-header #nav-left a,header#sticky-header #nav-right a {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 80px;
	color: #ccc;
	font-weight: 300;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

header#sticky-header #nav-left a:hover ,header#sticky-header #nav-right a:hover {
	color: #fff;
}


header#sticky-header #nav-left {
	float:left;
}


header#sticky-header #nav-left a {
	margin-right: 48px;
}

header#sticky-header #nav-right a {
	margin-left: 48px;
}

header#sticky-header #nav-right {
	float: right;
}

/*---- section styles -----*/

h1.page-title {
	text-transform: uppercase;
	text-align: center;
	display: block;
	letter-spacing: .1em;
	line-height: 1em;
	font-size: 75px;
	margin-top:80px;
	margin-bottom: 60px;
	padding-bottom: 0;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

/*---- home styles -----*/

#home-slider {
	overflow: hidden;
}


#home-slider div.flex-viewport li {
	position: relative;
}

#home-slider div.flex-viewport div.slider-callout {
	position:absolute;
	top:21%;
	left: 50%;
	margin-left: -460px;
	height: 450px;
	z-index: 100000;
	width:960px;
	background: transparent;
	z-index: 10000;
	display:block !important;
}


#home-slider div.flex-viewport div.slider-callout h1 {
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px #333;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: .1em;
}


/*---- about styles -----*/

body#about {
    background: url(../img/about-bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
	border-left: 1px solid #000;
}

div.content-wrapper {
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: #000;
	opacity: .9;
}

div.content-wrapper p {
	width: 840px;
	text-align: justify;
	padding: 0;
	margin: 20px auto;
}


/*---- how it works styles -----*/

body#how-it-works {
   background: url(../img/how-it-works-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
	border-left: 1px solid #000;

}


div.how-it-works-container {
	width: 956px;
	height: 440px;
	border: 2px solid whitesmoke;
	margin: 160px auto 40px;
	background: #000;
}

/*---- global styles -----*/

/*---- footer styles -----*/

footer#footer {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
	background: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
	
	
	
}

footer#footer p {
	color: #fff;
	
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	line-height: 20px;
}

footer#footer p.copy {
	margin-left: 10px;
	float: left;
}

footer#footer p.policy-contact {
float: right;
margin-right: 10px;
}

div#coming-soon-callout {
	width: 960px;
	height: 450px;
	border:1px solid whitesmoke;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	z-index: 1000000000;
	top:50%;
	background: #fff;
	left: 50%;
	margin-left: -430px;
	margin-top: -225px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.25);
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	border-bottom: 1px solid whitesmoke;
}

div#coming-soon-callout h1 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #a1a1a1;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: .5em;
	line-height: 1.2em;
	padding-top: .5em;

}

div#coming-soon-callout p {
   font-size: 18px;
    font-weight: 300;
	text-align: center;
	color: #a1a1a1;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

div.link-holder {
width: 600px;
position: relative;
right: -30px;
height: 100px;
margin: -59px auto 0;
z-index: 100000;
}

div.link-holder a.splash-link {
display: inline-block;
margin: 0;
padding: 0;
line-height: 40px;
font-size: 24px;
font-family: "open sans";
text-align: center;
text-transform: uppercase;
letter-spacing: .02em;
color: #5C2929;
font-weight: 300;
-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
background: transparent;
padding-left: 15px;
padding-right: 15px;
margin-left: 5px;
margin-right: 5px;
color: #fff;

width: 151px;
height: 40px;
}

div.link-holder a.splash-link.sign-up {
width: 270px;

}
div.link-holder a.splash-link:hover {
	color: #ccc;
}
