/*----------------------------------------------------------------
		
	File Name:          style.css 	
	Description:        Invokr - Premium Landing Page Template 	

---------------------------------------------------------------- */


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Globals
----------------------------------------------- */

body {
	border-top:5px solid #b9e7ee;
	background:url("../img/bg-pattern.png") repeat;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color:#c22800;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* =Typography
----------------------------------------------- */

h1,h2,h3 {
	color:#000000;
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
h3 {
	font-size:14px;
}
p, ul {
	color:#666666;
	font-size:12px;
	line-height:14pt;
	margin-bottom:20px;
}


/* =Structure
----------------------------------------------- */

#signup-form,
#header, 
#main, 
#footer-wrap {
	margin:auto;
	width:800px;
}
#footer {
	border-top:8px solid #b9e7ee;
}
#footer,
#signup-form-container {
	background:#b9e7ee url("../img/bg-noise.jpg") repeat;
}
#header, .row { 
	border-bottom:1px solid #bcbcbc;
    border-top: 1px solid #FFFFFF;
	padding:40px 0;
}
.row:last-child { 
	border-bottom:none;
}
.column {
	border-left:1px solid #bcbcbc;
}
.column:first-child {
	border-left:none;
}
#primary-section {
	width:360px;
	float:left;
	margin:0 42px 0 0;
}


/* =Header
----------------------------------------------- */

#header {
	background:url("../img/gradient.png") no-repeat -10px top;
	border-top:none;
	position:relative;
	overflow:hidden;
}
#header #slogan {
    border-left: 1px solid #a4a4a4;
    color: #868686;
    font-size: 10px;
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 52px;
}
#logo {
	background:url("../img/logo.png") no-repeat;
	display:block;
	float:left;
	height:37px;
	text-indent:-9999px;
	width:143px;

}
#phone {
	color:#000000;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
   	top: 45px;
}
#buynow {
   	top: 30px;
	padding:0 15px;
}
#phone,
#buynow {
	position:absolute;
	right:0;
}



/* =Main
----------------------------------------------- */

#signup, 
a.btn-cta {
	background:url("../img/bg-btn.png") repeat-x;
    border-left: 1px solid #7a7a7a;
    border-radius: 5px;
    border-right: 1px solid #7a7a7a;
    color: #FFFFFF;
	font:bold 15px/44pt 'Cabin', Arial, Helvetica, sans-serif;
    padding: 21px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#main #signup, 
a.btn-cta,
#signup-form h2 {
	text-shadow:1px 1px 0 #4c4c4c;
}

/* Hover state */

#main #signup:hover, 
a.btn-cta:hover {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

#main #signup {
    font-size: 24px;
    padding: 15px 55px;
}
#main h1,
#main h2 {
	margin-bottom:20px;
	text-shadow: 1px 1px 0px #FFF;
}

/* Featured area primary section */

#primary-section h1 {
	font-weight:bold;
	line-height: 28pt;
}
#primary-section #tour {
    display: inline-block;
	margin:15px 0 0 95px;
}
#screenshots {
    float: left;
    margin: 0 40px 0 0;
    width: 415px;
}
#screenshots ul li {
    display: inline;
    float: left;
    margin: 0 15px 20px 0;
}
#screenshots ul li:nth-child(even) {
	margin:0;
}
#screenshots ul li img {
	border:2px solid #FFF;  
}

/* Features List */

#feature-list {
	overflow:hidden;
}
#feature-list ul li {
	background-position:0 5px;
	line-height: 18pt;
    padding: 0 0 0 25px;
}

/* Testimonial Panel */

#testimonials {
	margin:0 0 40px;
	min-height: 120px;
    width: 800px;
}
#testimonials img {
	float:left;
}
#testimonials cite {
   	color: #3C3C3C;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0;
}
#testimonials blockquote p {
	font-size: 15px;
    line-height: 18pt;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 25px 0 15px;
    width: auto;
}
.testimonial-avatar {
	border:10px solid #FFF;
	float:left;
	margin-right:40px ;
	position:relative;
}
.testimonial-avatar:after { 
    border-right: 20px solid transparent;
    border-top: 30px solid #FFF;
    content: "";
    height: 0;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
}
.container {
    margin: 40px 0 0;
    overflow: hidden;
}
.container .column {
	float:left;
    min-height: 160px;
}
.container #first {
	padding: 0 20px 0 0;
    width: 248px;
}
.container #first img {
	border:5px solid #FFF;
	margin:0 20px 0 0;
}
.container #address {
	overflow:hidden;
}
#address strong {
	display:block;
}
.container #second {
	width:180px;
	padding:0 30px;
}
.container #third {
	overflow:hidden;
	padding-left:30px;
    width: 258px;
}
.container #social li {
    display: inline;
    float: left;
 	margin: 5px 5px 0 0;
}
.container #first,
.container #second  {
    border-right:1px solid #FFF;
}

/* Global Website Sprite */

#feature-list li,
#close,
span.icon {
	background-image:url("../img/sprite.png");
	background-repeat:no-repeat;
}

/* Social Sprite */

#fb, #twitter, #tumblr, #rss, #flickr {
	background:url("../img/sprite-social.png") no-repeat;
	display:block;
	height:18px;
	width:18px;
	text-indent:-9999px;
}
#fb { background-position:left bottom; }
#twitter { background-position:-23px bottom; }
#tumblr { background-position:-48px bottom; }
#rss { background-position:-71px bottom; }
#flickr { background-position:-95px bottom; }

#fb:hover { background-position:left top; }
#twitter:hover { background-position:-23px top; }
#tumblr:hover { background-position:-48px top; }
#rss:hover { background-position:-71px top; }
#flickr:hover { background-position:-95px top; }

/* Expand and Collapse */

#close {
    background-position: left -50px;
    display: block;
    height: 31px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 15px;
    width: 31px;
}

/* Skin Selection */

#skin-selection-list li {
	display:inline;
	float:left;
	margin:0 66px 10px 0;
	text-align:center;
}
#skin-selection-list li:last-child {
	margin-right:0;
}
#skin-selection-list li img {
	float:left;
}
#skin-selection-list a {
	background:#FFF;
	border:1px solid #CCC;
	display:block;
	overflow:hidden;
	padding:5px;
}
#skin-selection-list a:hover {
	border-color:#909090;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}

/* Author Attribution */

#author {
	text-align:center;
	color:#909090;
}
#author a {
	color:#464646;
}

/* =Footer
----------------------------------------------- */

#footer {
    margin: 30px 0 0;
	padding:45px 0 70px;
}
#footer-wrap {
	position:relative;
}
#footer h2 {
	color:#b9e7ee;
	margin: 0 0 15px;
}
#footer p,
#signup-form p {
	color:#FFFFFF;
    margin: 0;
}
#footer h2, #footer h2 + p {
	text-align:center;
}
#footer #top-arrow {
    background: url("../img/arrow.png") no-repeat;
    display: block;
    height: 59px;
    left: 370px;
    position: absolute;
    text-indent: -9999px;
    top: -85px;
    width: 57px;
}
#footer ul#sponsors {
    margin: 0;
    overflow: hidden;
    padding: 40px 0;
}
#sponsors li {
	display:inline;
	float:left;
    height: 50px;
	margin:0 51px 0 0;
    width: auto;
}
#sponsors li:nth-child(3) {
	margin-top:5px;
}
#sponsors li:last-child {
	margin:0;
}
#footer #copyright {
	border-top:1px solid #37b6c9;
	border-bottom:1px solid #37b6c9;
	padding:20px 0;
	position:relative;
}
#footer #copyright p, 
#footer #copyright a {
	color:#b9e7ee;
	font-size:11px;
	text-transform:uppercase;
}
#copyright a {
	padding:0 5px;
}
#copyright span:before {
	content:"/";
}
#copyright img {
	position:absolute;
	right:0;
	top:20px;
}


/* =Form
----------------------------------------------- */

input,
textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	border:none;
	font-size:11px;
	padding:10px;
}
input[type="text"],
textarea {
	border:1px solid #d4d4d4;
}
input[type="submit"] {
	background:#6d6d6d;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:uppercase;
}
input[type="submit"]:hover {
	background:#C22800;
}
input:focus {
	color:#000000;	
}
input[type="submit"]:focus {
	color:#FFF;
}
input#subscribe {
	width:180px;
}


/* =Miscellaneous
----------------------------------------------- */

.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
  clear:both;
}

/* Sign Up Form Slider */

#signup-form-container {
	border-bottom:5px solid #b9e7ee;
	display:none;
    padding: 20px 0;
    position: relative;
}
#signup-form fieldset {
	margin:25px 0 10px;
}
#signup-form h2 {
    color: #FFFFFF;
    font-size: 30px;
	margin:10px 0 15px;
    text-transform: uppercase;
}
#signup-form ul {
	margin-bottom:0;
}
#signup-form ul li {
	float:left;	
	margin:0 15px 15px 0;
}
#signup-form ul li:nth-child(even) {
	margin-right:0;
}
#signup-form label {
    color: #FFF;
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#signup-form input {
	width:373px;
}
#signup-form textarea {
	font-family:inherit;
	overflow:hidden;
	width:784px;
}
#signup-form input,
#signup-form textarea {
	border-color:#00798b;
}
#signup-form input[type="submit"] {
    clear: both;
    width: 120px;
}

/* Force Element To Self-Clear its Children */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}