/*
Theme Name:  Modern Business 5
Theme URI:  http://mythemepreviews.com/mb5-landing/
Description:  A clean landing template built with HTML 5 & CSS3.
Version:  1.0
Author:  Jonathan Atkinson
Author URI:  http://themeforest.net/jonathan01
Tags:  HTML5, Clean, Modern, Business, Landing Page
 */
/*
/*-----------------------------------------------------*/
/*------------------Table of Contents------------------*/
/*-----------------------------------------------------
	*Reset//Reset browsers--compressed
 	*Setup
		*Forms
	*Typography
 	*Layout
 		*Base//Base layout,may change in media queries for screen resolutions
		*Clears
	*Styling
		*Header
		*Logo
		*Navigation
		*Buttons
		*Splash
		*Trial-Box
		*Container
		*Video
		*Benefits
		*Contact-Container//Stripped contianer-box
	 	*Social
 		*Footer
 	*jQuery Plugins//Note:Holds all styling for jQuery plugins may be unused styles generated by plugins
 		*tweet
 		*slider
 		*CarouFredSel
 		*tipsy
 	*Responsive-Layouts//Note: Media queries for desktop/mobile resolutions may also modify some styling
 		*Tablet-Portrait //Note: iPad-Landscape uses the same as Desktop can modify later
 			*Setup
 			*Splash
 			*Layout
 			*Video
 			*Benefits
 			*Carousel
 		*Mobile-Landscape
 			*Setup
 			*Header
 			*Splash
 			*Layout
 			*Video
 			*Carosuel
 		*Mobile-Portrait
 			*Setup
 			*Buttons
 			*Header
 			*Splash
 			*Layout
 			*Video
 			*About
 			*Benefits
 			*Carosuel
 		
 	*Device-Specific//Note: Allows you to target specific devices
 		*iPad 1 & 2
 		*iPad 3(aka The New iPad retina)
 		*iPhone 3GS and below
 		*iPhone 4/S(retina)

 */
/*-----------------------------------------------------*/
/*-----------------------Reset-------------------------*/
/*-----------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: left;
}
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
nav ul li { display: inline; }
ul, ol { list-style-position: inside; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
input:focus { outline: none; }
::selection { background: #278FDC; color: #ffffff; /* Safari */ }
::-moz-selection { background: #278FDC; color: #ffffff; /* Firefox */ }
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	border-top: 1px solid #ccc;
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 1em 0;
	padding: 0;
}
input, select { vertical-align: middle; }
 input::-webkit-input-placeholder {
 text-indent: 5px;
 color: #463c36;
 font-style: italic;
}
 input:-moz-placeholder {
 color: #463c36;
 font-style: italic;
}
 textarea::-webkit-input-placeholder {
 margin-left: 5px;
 color: #463c36;
 font-style: italic;
}
input[type=password], input[type=text], input[type=submit] { border: none; }
/*-----------------------------------------------------*/
/*------------------------Setup------------------------*/
/*-----------------------------------------------------*/
body {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	line-height: 160%;
	color: #949494;
	color: rgb(148,148,148);
	background: transparent url(../images/background_bg.png) repeat;
	letter=spacing: 0.03em;
}
/*----------------------Forms--------------------------*/
label {
	color: #3d3d3d;
	color: rgb(61,61,61);
}
input[type=text] {
	height: 25px;
	width: 100%;
	max-width: 250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 4px;
	border: 1px solid #d8d8d8;
	padding: 5px;
}
button[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.429em;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
	display: block;
	height: 35px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 176px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efedee), to(#f7f7f7));
	text-shadow: none;
	color: #4B4F56;
	border: 1px solid #cdcdcd;
	cursor:pointer;
}
button[type=submit]:after {
	content: '';
	position: relative;
	display: block;
	height: 35px;
	width: 300px;
	background: url(../images/btn_shadow.png) no-repeat 0 4px;
}
input[type=checkbox] {
	-webkit-appearance: none;
	display: inline-block;
	font-size: 15px;
	padding: 0;
	width: 12px;
	height: 12px;
	background-color: white;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: text-top;
	border: 1px solid #d8d8d8;
}
input[type=checkbox]:checked { background: url(../images/check.png) no-repeat center center; }
/*-----------------------------------------------------*/
/*---------------------Typography----------------------*/
/*-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.714em;
}
h1 {
	font-size: 2.143em;
	color: #3d3d3d;
	color: rgb(61,61,61);
	line-height: 120%;
}
h2 {
	font-size: 1.286em;
	color: #717171;
	color: rgb(113,113,113);
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-size: 1.714em;
	color: #3d3d3d;
	color: rgb(61,61,61);
}
h4 {
	font-size: 1.714em;
	color: #2790dc;
	color: rgb(39,144,220);
}
h5 {
	font-size: 1.714em;
	color: #d94c4b;
	color: rgb(217,76,75);
}
h6 {
	font-size: 1em;
	text-transform: uppercase;
	color: #717171;
	color: rgb(113,113,113);
}
p {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	color: #d94c4b;
	color: rgb(217,76,75);
	text-decoration: none;
	border-bottom: 1px dotted #d94c4b;
}
a:hover {
	color: #268cd8;
	color: rgb(38,140,216);
	text-decoration: none;
	border-bottom: 1px dotted #268cd8;
}
blockquote {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 1.429em;
	color: #757575;
	display: inline-block;
	vertical-align: .4em;
	color: rgb(117,117,117);
	margin: 1em 20px;
	padding-left: 30px;
	background: transparent url(../images/quote.png) no-repeat;
}
hr { margin: 20px 0; }
/*-----------------------------------------------------*/
/*----------------------Layout-------------------------*/
/*-----------------------------------------------------*/
/*----------------------Base---------------------------*/
.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
/*center class to center elements*/
.center {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/*micro grid for splash*/
.splash-half {
	width: 475px;
	float: left;
	margin-left: 30px;
}
/* rest of the content*/
.one-half {
	width: 444px;
	float: left;
	margin-left: 30px;
}
.one-third {
	width: 296px;
	float: left;
	margin-left: 30px;
}
.one-third img { width: 100%; margin-bottom: 30px; }
.two-third {
	width: 590px;
	float: left;
	margin-left: 30px;
}
.one-forth {
	width: 207px;
	float: left;
	margin-left: 30px;
}
/* .first clears margin on grid--*/
.first { margin-left: 0px; }
div.video-frame iframe {
	width: 433px;
	height: 213px;
}
/*----------------------Clears-------------------------*/
.container:after {
	content: "�020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { clear: both; }
.clearfix:before, .clearfix:after {
	content: '�020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*-----------------------------------------------------*/
/*--------------------Styling--------------------------*/
/*-----------------------------------------------------*/
/*--------------------Header---------------------------*/
header {
	margin-top: 40px;
	height: 80px;
}
header div.wapper { padding-top: 30px; }
/*--------------------Logo---------------------------*/
h1.logo {
	position: relative;
	float: left;
	margin-top: 10px;
}
/*-------------------Navigation------------------------*/
nav#top-nav, nav#bottom-nav { float: right; }
nav#top-nav {  margin-top: 10px; }
nav ul { list-style: none; }
nav ul li {
	display: inline;
	margin-right: 30px;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav ul li a {
	color: #898989;
	color: rgb(137,137,137);
	border: none;
}
nav ul li a.active {
	color: #171613;
	color: rgb(23,22,19);
}
nav ul li a:hover {
	color: #171613;
	color: rgb(23,22,19);
	border: none;
}
/*---------------------Buttons-------------------------*/
ul.cta {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}
ul.cta li {
	display: inline-block;
	margin-left: 10px;
	margin: 0;
}
/*controls the -or-*/
li.split {
	font-size: 0.714em;
	margin: 0 5px;
}
a[class*=btn-] {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.429em;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
	display: block;
	height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align: center;
}
a[class*=btn-]:after {
	content: '';
	position: relative;
	display: block;
	top: 1px;
	width: 200px;
	left: 7px;
	height: 35px;
	background: url(../images/btn_shadow.png) no-repeat 0 4px;
}
a.btn-blue {
	background-color: #30a3e3;
	background: -webkit-linear-gradient(top, #30a3e3, #278fdc);
	background: -moz-linear-gradient(top, #30a3e3, #278fdc);
	background: -o-linear-gradient(top, #30a3e3, #278fdc);
	background: -ms-linear-gradient(top, #30a3e3, #278fdc);
	background: linear-gradient(top, #30a3e3, #278fdc);
	border: 1px solid #1d69a2;
}
a.btn-blue span.price {
	position: relative;
	height: 34px;
	left: -30px;
	border-right: 1px solid #1d69a2;
	padding: 5px 8px 5px 0;
}
a.btn-blue:hover { 
	background-color: #278fdc;
	background: -webkit-linear-gradient(top, #278fdc, #30a3e3); 
	background: -moz-linear-gradient(top, #278fdc, #30a3e3);
	background: -o-linear-gradient(top, #278fdc, #30a3e3);
	background: -ms-linear-gradient(top, #278fdc, #30a3e3);
	background: linear-gradient(top, #278fdc, #30a3e3);
}
a.btn-green {
	background-color: #c2d055;
	background: -webkit-linear-gradient(top, #c2d055, #a8b449);
	background: -moz-linear-gradient(top, #c2d055, #a8b449);
	background: -o-linear-gradient(top, #c2d055, #a8b449);
	background: -ms-linear-gradient(top, #c2d055, #a8b449);
	background: linear-gradient(top, #c2d055, #a8b449);
	border: 1px solid #859c51;
}
a.btn-green span.price {
	position: relative;
	height: 34px;
	left: -30px;
	border-right: 1px solid #859c51;
	padding: 5px 8px 5px 0;
}
a.btn-green:hover { 
	background-color: #a8b449;
	background: -webkit-linear-gradient(top, #a8b449, #c2d055); 
	background: -moz-linear-gradient(top, #a8b449, #c2d055);
	background: -o-linear-gradient(top, #a8b449, #c2d055);
	background: -ms-linear-gradient(top, #a8b449, #c2d055);
	background: linear-gradient(top, #a8b449, #c2d055);
}
a.btn-red {
	background-color: #e26563;
	background: -webkit-linear-gradient(top, #e26563, #d94b4a); 
	background: -moz-linear-gradient(top, #e26563, #d94b4a);
	background: -o-linear-gradient(top, #e26563, #d94b4a);
	background: -ms-linear-gradient(top, #e26563, #d94b4a);
	background: linear-gradient(top, #e26563, #d94b4a);
	border: 1px solid #ac3b3a;
}
a.btn-red span.price {
	position: relative;
	height: 34px;
	left: -30px;
	border-right: 1px solid #ac3b3a;
	padding: 5px 8px 5px 0;
}
a.btn-red:hover { 
	background-color: #d94b4a;
	background: -webkit-linear-gradient(top, #d94b4a, #e26563);
	background: -moz-linear-gradient(top, #d94b4a, #e26563);
	background: -o-linear-gradient(top, #d94b4a, #e26563);
	background: -ms-linear-gradient(top, #d94b4a, #e26563);
	background: linear-gradient(top, #d94b4a, #e26563);
	border: 1px solid #ac3b3a;
}
a.btn-grey {
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(top, #f7f7f7, #efedee);
	background: -moz-linear-gradient(top, #f7f7f7, #efedee);
	background: -o-linear-gradient(top, #f7f7f7, #efedee);
	background: -ms-linear-gradient(top, #f7f7f7, #efedee);
	background: linear-gradient(top, #f7f7f7, #efedee);
	text-shadow: none;
	color: #4b4f56;
	border: 1px solid #cdcdcd;
}
a.btn-grey span.price {
	position: relative;
	height: 34px;
	left: -30px;
	border-right: 1px solid #cdcdcd;
	padding: 5px 8px 5px 0;
}
a.btn-grey:hover { 
	background-color: #efedee;
	background: -webkit-linear-gradient(top, #efedee, #f7f7f7);
	background: -moz-linear-gradient(top, #efedee, #f7f7f7);
	background: -o-linear-gradient(top, #efedee, #f7f7f7);
	background: -ms-linear-gradient(top, #efedee, #f7f7f7);
	background: linear-gradient(top, #efedee, #f7f7f7);
}
ul.buttons { list-style: none; }
ul.buttons li {
	display: inline-block;
	float: left;
	margin: 0 20px 35px 0;
}
/*--------------------splash---------------------------*/
section.splash {
	width: 100%;
	min-height: 23.420em;
	padding-top: 20px;
	background-color: white;
	background-color: rgb(255,255,255);
	margin-bottom: 50px;
	border-top: 1px solid #f2f2f2;
	border-top: 1px solid rgb(242,242,242);
	border-bottom: 1px solid #f2f2f2;
	border-bottom: 1px solid rgb(242,242,242);
	overflow: hidden;
}
section.splash p { margin: 40px 0 70px; }
#splash-img {
	position: relative;
	top: 7px;
}
/*---------------Trial Box---------------------------*/

section#trial {
	-webkit-border-radius: 7px 10px 7px 7px;
	-moz-border-radius: 7px 10px 7px 7px;
	border-radius: 7px 10px 7px 7px;
	width: 475px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	border: 6px solid white;
	background: #f5f5f5;
	padding: 15px 20px;
	margin-bottom: 20px;
}
section#trial ul { list-style: none; }
section#trial ul li { display: inline-block; }
section#trial p {
	margin-top: 15px;
	margin-bottom: 15px;
}
span.offer {
	position: absolute;
	width: 114px;
	height: 114px;
	display: block;
	background-image: url(../images/trial_corn.png);
	top: 0;
	left: 362px;
}
input.trial-name {
	width: 180px;
	margin-right: 10px;
}
input.trial-email { width: 200px; }
button.blue {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.429em;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
	display: block;
	height: 35px;
	width: 340px;
	max-width: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align: center;
	background-color: #30a3e3;
	background: -webkit-linear-gradient(top, #30a3e3, #278fdc);
	background: -moz-linear-gradient(top, #30a3e3, #278fdc);
	background: -o-linear-gradient(top, #30a3e3, #278fdc);
	background: -ms-linear-gradient(top, #30a3e3, #278fdc);
	background: linear-gradient(top, #30a3e3, #278fdc);
	border: 1px solid #1d69a2;
	margin-bottom: 15px;
	cursor: pointer;
}
button.blue:after { background: none; }
label.check-label { font-size: 0.714em; }
/*-------------------Container-------------------------*/
section.container {
	width: 100%;
	height: 100%;
	padding: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	border: 1px solid rgb(216,216,216);
	background-color: white;
	-webkit-box-shadow: 0 10px 20px -20px rgba(0,0,0,.7);
	-moz-box-shadow: 0 10px 20px -20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px -20px rgba(0,0,0,.7);
	overflow: hidden;
	margin: 30px 0 50px;
}
/*----------------------Video---------------------------*/
div.video-frame {
	width: 445px;
	height: 225px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	border: 6px solid white;
}
/*--------------------Benefits--------------------------*/


/*-----------------------Large--------------------------*/
section#l-benefits { text-align: center; }
img.benefit { float: left; }
div.right {
	float: right;
	max-width: 280px;
	margin-bottom: 40px;
}
/*---------------------Contact-------------------------*/
section#contact {
	background: white url(../images/contact.png) repeat-x -20px 0;
	padding-top: 40px;
}
/*---------------------Social--------------------------*/
ul.social { list-style: none; }
ul.social li {
	display: inline-block;
	height: 26px;
	width: 26px;
	margin-left: 5px;
}
ul.social li a {
	display: block;
	height: 26px;
	width: 26px;
	border: none;
	text-indent: 9999px;
	white-space: nowrap;
}
ul.social li a.gplus { background: url(../images/gplus_icn.png) no-repeat; }
ul.social li a.soundcloud { background: url(../images/soundcloud_icn.png) no-repeat; }
ul.social li a.vimeo { background: url(../images/vimeo_icn.png) no-repeat; }
ul.social li a.twitter { background: url(../images/twitter_icn.png) no-repeat; }
ul.social li a.linkedin { background: url(../images/linkedin_icn.png) no-repeat; }
ul.social li a.facebook { background: url(../images/facebook_icn.png) no-repeat; }
/*----------------------Footer-------------------------*/
footer {
	height: 150px;
	max-height: 150px;
}
p.copyright { font-size: 0.786em; }
p.copyright a { color: gray; }
/*-----------------------------------------------------*/
/*-----------------jQuery-Plugins===-------------------*/
/*-----------------------------------------------------*/
/*-----------------------tweet-------------------------*/
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic { text-transform: uppercase; }
.tweet_list li {
	-ms-overflow-y: auto;
	overflow-y: auto;
	padding: 0.5em;
	margin-bottom: 15px;
	list-style-type: none;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
	border: none;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
	border: none;
	display: none;
}
/*--------------------Slider---------------------------*/
.flex-container a:active, .slider a:active, .flex-container a:focus, .slider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
}
.slider {
	width: 100%;
	margin: 0;
	padding: 0;
	top: -20px;
	position: relative;
	margin-bottom: 30px;
}
.slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slider .slides img {
	max-width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.slides {
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	border: 6px solid white;
}
ul.slides li a { border: none; }
.flex-pauseplay span { text-transform: capitalize; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }
/* FlexSlider Default Theme
 *********************************/
.slider .slides { zoom: 1; }
.slider .slides > li { position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background: none;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -13px 0 0;
	display: block;
	background: url(theme/bg_direction_nav.html) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav li .next {
	background-position: -52px 0;
	right: -21px;
}
.flex-direction-nav li .prev { left: -20px; }
.flex-direction-nav li .disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -70px;
	text-align: center;
}
.flex-control-nav li {
	margin: 50px 0 0 5px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav li a {
	width: 16px;
	height: 16px;
	border: none;
	display: block;
	background: url(../images/slider_pageation.png) no-repeat;
	cursor: pointer;
	text-indent: -999em;
	margin-bottom: 30px;
}
.flex-control-nav li a:hover {
	background: url(../images/slider_active.png) no-repeat;
	border: none;
}
.flex-control-nav li a.active {
	background: url(../images/slider_active.png) no-repeat;
	cursor: default;
}
/*--------------------Colorbox---------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:url(../images/overlay.png) repeat 0 0; }
#colorbox { }
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(../images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width:21px;
	background:url(../images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(../images/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(../images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(../images/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
	overflow:hidden;
}
.cboxIframe { background:#fff; }
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent { margin-bottom:28px; }
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious:hover { background-position:-75px -25px; }
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../images/controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext:hover { background-position:-50px -25px; }
#cboxLoadingOverlay { background:url(../images/loading_background.png) no-repeat center center; }
#cboxLoadingGraphic { background:url(../images/loading.gif) no-repeat center center; }
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/controls.png) no-repeat -25px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose:hover { background-position:-25px -25px; }
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*--------------------Elastislide---------------------------*/
.carousel-wrapper { }
.carousel {
	overflow:hidden;
	margin-top: 14px;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
.carousel ul { display:none; }
.carousel ul li {
	height:100%;
	float:left;
	margin-left: 10px;
	display:block;
}
.carousel ul li a {
	display:block;
	border: none;
}
.carousel ul li a img {
	display:block;
	max-height:100%;
	max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	border: 6px solid white;
}
.es-nav span {
	position:absolute;
	top:50%;
	background:transparent url(../images/gal_nav_right.png) no-repeat;
	width:22px;
	height:43px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next {
	right:-23px;
	left:auto;
	background:transparent url(../images/gal_nav_right.png) no-repeat;
}
.es-nav span.es-nav-prev {
	left:-23px;
	background:transparent url(../images/gal_nav_left.png) no-repeat;
}
.es-nav span:hover { opacity:1.0; }
/*--------------------Tipsy---------------------------*/
.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
	z-index: 100000;
}
.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: center;
}
/* Rounded corners */
.tipsy-inner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Uncomment for shadow */
/*.tipsy-inner  {
	 box-shadow:  0 0 5px #000000;
	   }

*/
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}
/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/*-----------------------------------------------------*/
/*-----------------Responvive-Layout-------------------*/
/*-----------------------------------------------------*/

/*-----------------Tablet-Portrait---------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
/*-----------------------Setup------------------------*/
.wrapper { width: 748px; }
.first { margin: 0; }
/*----------------------Splash------------------------*/
section.splash { overflow: hidden; min-height: 18em; }
.splash-half {
	width: 748px;
	text-align: center;
}
#splash-img { display: none; }
section.splash p { margin: 20px 0; }
section#trial {
	text-align: center;
	width: 748px;
	padding: 15px 20px;
}
section#trial p { margin: 15px 0; }
span.offer { left: 635px; }
input.trial-name { width: 350px; }
input.trial-email { width: 350px; }
button.blue {
	margin-left: auto;
	margin-right: auto;
}
/*----------------------Layout----------------------*/

section.container { padding: 20px; }
.one-half {
	width: 330px;
	float: left;
}
.one-half img { max-width:330px; }
.one-third {
	width: 190px;
	float: left;
	margin-left: 30px;
}
.one-third img { width: 100%; }
.two-third {
	width: 450px;
	float: left;
}
.one-forth {
	width: 700px;
	margin: 0 0 20px;
}
/*----------------------Video-----------------------*/

div.video-frame {
	width: 330px;
	height: 225px;
}
div.video-frame iframe {
	width: 318px;
	height: 213px;
}
/*--------------------Benefits----------------------*/

div.right {
	float: right;
	max-width: 230px;
	margin-bottom: 20px;
}
img.benefit {
	float: left;
	width: 70px;
	padding-right:1px;
}
/*----------------------Carousel---------------------*/

.carousel {
	width: 700px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-left: -10px;
}
}

/*-----------------Mobile-Landscape---------------------*/

    @media only screen and (min-width: 480px) and (max-width: 767px) {
/*-----------------------Setup------------------------*/

.wrapper { width: 460px; }
.first { margin: 0 0 20px 0 !important; }
blockquote { max-width: 370px; }
a[class*=btn-] { width: 170px; }
ul.social { list-style: none; margin-bottom: 20px; }
/*----------------------Header------------------------*/
header { margin-bottom: 20px; }
h1.logo {
	float: none;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
nav#top-nav, nav#bottom-nav {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-top: -5px;
}
nav ul li { margin-right: 15px; }
nav ul li:last-child { margin-right: 0; }
/*-----------------------Splash------------------------*/

section#trial { width: 460px; }
section#trial {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
input.trial-name { width: 190px; }
input.trial-email { width: 190px; margin-left: -10px;}
button.blue {
	margin-left: auto;
	margin-right: auto;
}
span.offer { left: 352px; }
.splash-half {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#splash-img { display: none; }
/*---------------------Layout------------------------*/


.one-half {
	width: 400px;
	float: left;
	padding: 0px;
	margin: 0px;
	;
}
.one-half img { max-width: 400px; }
.one-third {
	float: left;
	width: 100px;
}
.two-third {
	width: 250px;
	float: left;
}
.one-forth {
	width: 400px;
	margin: 0 0 20px;
}
.one-third img { width: 100%; }
/*--------------------Video-----------------------*/

div.video-frame {
	width: 400px;
	height: 225px;
	margin-bottom: 30px;
}
div.video-frame iframe {
	width: 388px;
	height: 213px;
}
/*------------------Carousel-----------------------*/

.carousel {
	width: 425px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-left: -20px;
}
/*------------------buttons-----------------------*/

a.btn-blue span.price, a.btn-red span.price, a.btn-green span.price, a.btn-grey span.price {
	left: -18px;
    padding: 5px 6px 4px 0;
}
}
/*----------------Mobile-Portrait--------------------*/

    @media only screen and (max-width: 479px) {
/*------------------Setup-----------------------*/
.wrapper { width: 300px; }
.first { margin: 0 0 20px 0 !important; }
h1 { line-height: 1; }
h3 { margin-bottom: 20px; }
blockquote { max-width: 240px; }
ul.cta { text-align: center; }
ul.social { list-style: none; margin-bottom: 20px; }
/*-----------------Buttons----------------------*/
button[type=submit] {
	font-size: 0.8em;
	width: 110px;
	line-height: 28px;
}
button.blue {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
button[type=submit]:after { background:none; }
a[class*=btn-] {
	font-size: 1em;
	width: 110px;
}
a[class*=btn-]:after { background: none; }
a.btn-blue span.price {
	left: -6px;
	padding: 9px 5px 8px 0;
}
a.btn-red span.price {
	left: -6px;
	padding: 9px 5px 8px 0;
}
a.btn-green span.price {
	left: -6px;
	padding: 9px 5px 8px 0;
}
a.btn-grey span.price {
	left: -6px;
	padding: 9px 5px 8px 0;
}
/*-----------------Header-----------------------*/
header { margin-bottom: 20px; }
h1.logo {
	float: none;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
nav#top-nav, nav#bottom-nav {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-top: 0px;
}
nav ul li { margin-right: 15px; }
nav ul li:last-child { margin-right: 0; }
/*-----------------Splash-----------------------*/
section.splash { overflow: hidden; }
section.splash p { margin: 40px 0 20px; }
.splash-half {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#splash-img { display: none; }
section#trial {
	text-align: center;
	width: 300px;
	padding: 15px 15px;
}
section#trial p { margin: 15px 0; }
span.offer { left: 635px; }
input.trial-name { width: 350px; }
input.trial-email { width: 350px; }
/*-----------------Layout-----------------------*/
section.container { padding: 15px; }
.one-half {
	width: 270px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.one-half img { max-width: 270px; }
.one-third { width: 270px; }
.one-third img { width: 100%; }
.two-third {
	width: 270px;
	margin: 0;
}
.one-forth {
	width: 270px;
	margin: 0 0 20px;
}
/*------------------Video-----------------------*/

div.video-frame {
	width: 270px;
	height: 225px;
	margin-bottom: 30px;
}
div.video-frame iframe {
	width: 258px;
	height: 213px;
}
/*------------------About-----------------------*/

section#about { text-align: center; }
/*----------------Benefits-----------------------*/

img.benefit {
	float: left;
	width: 70px;
	padding-right:1px;
}
div.right {
	float: right;
	max-width: 170px;
	margin-bottom: 20px;
}
/*----------------Carousel-----------------------*/

.carousel {
	width: 235px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	padding-right: 0px;
}
}
/*-----------------------------------------------------*/
/*------------------Device-Specific--------------------*/
/*-----------------------------------------------------*/
/*----------------iPad 1&2-----------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.es-nav { display: none; }
}
/*----------------iPad-Retina---------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
 .es-nav {
 display: none;
}
}
/*----------------iPhone3gs---------------------*/

@media only screen and (min-device-width: 320) and (max-device-width: 480px) {
 .es-nav {
 display: none;
}
}
/*-------------iPhone-Retina---------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
 .es-nav {
 display: none;
}
}
