.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

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;
}

* {outline: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "proxima-nova", Helvetica, sans-serif;
}
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;
}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

a, h2, h3 {
	font-family: 'proxima-nova-soft';
}

a {
	font-weight: bold;
}

header {
	min-height: 90px;
	border-bottom: 1px solid rgba(0,0,0,.56);
	background-color: #1449a0;
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 -1px 2px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 -1px 2px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3), 0 -1px 2px rgba(0, 0, 0, 0.1) inset, 0 2px 4px rgba(255, 255, 255, 0.1) inset;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyODYgOTEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTI4NiIgaGVpZ2h0PSI5MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	overflow: hidden;
	position: relative;
	z-index: 9000;
}

header h1 {
	display: block;
	float: left;
	width: 180px;
	height: 25px;
	padding: 32px 0 20px;
}
header h1 a {
	display: inline-block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat left center;
	width: 165px;
	height: 25px;
}

header nav {
	float: right;
}

header nav ul {
	float: left;
	margin-top: 35px;
	margin-right: 20px;
}

header nav ul li {
	float: left;
	padding: 0 15px;
	background: url(images/sep.png) no-repeat right center; 
	border-left: 1px solid #4472ba;
}

header nav ul li:first-child {
	padding-left: 0;
	border-left: none;
}

header nav ul li:last-child {
	padding-right: 0;
	background: none;
}

header nav ul li a {
	text-decoration: none;
	color: #83b4ff;
	text-transform: capitalize;
	font-size: 17px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	font-weight: normal;
	transition: 0.3s;
	text-shadow: 0px -1px 0px #222c3c;
}

header nav ul li a:hover {
	color: #ffffff;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header nav ul li a.active {
	color: #ffffff;
}
#menuButton{
	display: none;
}
#menuMobile{
	display: none;
}

#order-header {
	display: block;
	float: right;
	width: 135px;
	height: 34px;
	background: url(images/order-header.png) no-repeat;
	text-shadow: 0px 1px 0px #f6db1f;
	color: #45270d;
	margin-top: 26px;
	text-indent: 40px;
	text-decoration: none;
	line-height: 32px;
	font-size: 16px;
	background-position: 0px -1px;
}

#order-header:hover {
	background-position: left center;
}

#order-header:active {
	background-position: left bottom;
}

.bx-viewport {
	left: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.banner {
	height: 370px;
	position: relative;
	margin: 0;
	padding: 0;
}

.bx-pager {
	position: absolute;
	top: 267px;
	left: 50%;
	margin-left: -500px;
	width: 1000px !important;
	display: inline-block;
	text-align: left !important;
}

.bx-pager-link {
	background: url(images/banner-controls.png) no-repeat !important;
	width: 18px !important; height: 17px !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 3px !important;
	box-shadow: none !important;
}

.bx-pager-link.active {
	background-position: 0px -18px !important;
	position: relative;
	bottom: 2px;
}

.banner section ul {
	z-index: 0;
}


.wrapper.controls {
	z-index: 1000;
	position: absolute;
	top: 265px;
}

.slide {
	background: url(images/banner-blur.jpg) no-repeat;
	height: 370px;
	z-index: 1000;
	background-size: cover;
	background-position: center;
}

.slide.flex {
	background: url(images/banner-flex.jpg) no-repeat;
	background-size: cover !important;
	position: relative;
	opacity: 0%;
}

.slide.flat {
	background: url(images/banner-flat.jpg) no-repeat;
	background-size: cover !important;
	position: relative;
	opacity: 0%;
}

.slide.admin {
	background: url(images/banner-admin.jpg) no-repeat;
	background-size: cover !important;
	position: relative;
	opacity: 0%;
}

.slide.current {
	z-index: 5 ! important;
}

.slide {
	z-index: 0;
}

.slide.flex h2 strong {
	color: #909db4;
	font-size: 19px !important;
	font-weight: bold;
	padding-left: 10px;
}

.slide h2 {
	background: rgba(9,23,46,0.9);
	font-size: 39px;
	font-weight: normal;
	color: white;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 30px 0 20px;
	margin-top: 67px;
	float: left;
	font-family: "proxima-nova";
	font-weight: bold;
}

.slide h3 {
	background: rgba(255,255,255,0.9);
	height: 55px;
	font-size: 21px;
	color: #3c4f6b;
	padding: 0 30px 0 20px;
	line-height: 55px;
	display: inline-block;
	margin-top: 30px;
	float: left;
	font-family: "proxima-nova";
	clear: both;
}

#order-banner {
	display: block;
	float: left;
	width: 181px;
	height: 54px;
	background: url(images/order-banner.png) no-repeat;
	text-shadow: 0px 1px 0px #f6db1f;
	color: #45270d;
	margin-top: 30px;
	text-indent: 56px;
	text-decoration: none;
	line-height: 50px;
	font-size: 21px;
	clear: both;
	z-index: 9999;
	position: relative;
}

#order-banner:hover {
	background-position: left -60px;
}

#order-banner:active {
	background-position: left -120px;
}

#demo-banner {
	display: block;
	float: left;
	width: 187px;
	height: 56px;
	background: url(images/demo-banner.png) no-repeat;
	color: #ffffff;
	margin-top: 27px;
	text-indent: 53px;
	text-decoration: none;
	line-height: 56px;
	font-size: 21px;
	margin-left: 10px;
	z-index: 9999;
	position: relative;
}

#demo-banner:hover {
	background-position: left center;
}

#demo-banner:active {
	background-position: left bottom;
}

.price {
	position: absolute;
	right: 0;
	color: #ffffff;
	font-size: 37px;
	font-weight: 700;
	bottom: 0;
	background: url(images/mobile.png) no-repeat;
	width: 284px;
	height: 326px;
	text-align: center;
	line-height: 140px;
}
.price span{
	font-size: 17px;
}
.price .priceTag{	
	display: block;
	font-size: 37px;
	background: url(images/price.png) no-repeat;
	width: 134px;
	height: 142px;
	position: absolute;
	top: -20px;
	right: -40px;
}

.slide.flex .price {
	background: url(images/price-flex.png) no-repeat;
}

.slide.admin .price {
	background: url(images/price-admin.png) no-repeat;
}

.banner .wrapper {
	position: relative;
	height: 100%;
}

.banner-controls {
	position: absolute;
	float: left;
	clear: both;
	margin-top: 23px;
}

.banner-controls li {
	float: left;
}

.banner-controls li a {
	float: left;
	display: block;
	background: url(images/banner-controls.png) no-repeat;
	width: 18px; height: 18px;
}

.banner-controls li a.selected {
	background-position: 0px -18px;
	margin-top: -2px;
}

#promo {
	background: url(images/promo-bg.png) repeat-x;
	height: 85px;
	overflow: hidden;
}

#promo h2 {
	font-size: 24px;
	color: #ffadad;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
	line-height: 85px;
	float: left;
}

#promo h2 strong {
	color: white;
}

#promo #timer {
	float: right;
	margin-top: 21px;
}

#promo #timer .countdown_section {
	height: 43px; width: 43px;
	background: url(images/timer.png) no-repeat;
	color: white;
	font-size: 19px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
	float: left;
	text-align: center;
	line-height: 43px;
	margin-right: 10px;
}

#promo #timer .countdown_section:last-child {
	margin: 0;
}

#products {
    background: #ebeff4;
    overflow: hidden;
}
#products h2 {
	color: #2c3b53;
	font-size: 25px;
	text-align: center;
	display: block;
	border-bottom: 3px solid #cad6dd;
	padding-bottom: 25px;
	margin: 52px 30px 38px;
}

.product {
	padding: 35px;
	border: 1px solid #c3cdd7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 2px 2px rgba(17,71,126,.03), 0 0 5px rgba(153,172,188,.2);
	-webkit-box-shadow: 0 2px 2px rgba(17,71,126,.03), 0 0 5px rgba(153,172,188,.2);
	box-shadow: 0 2px 2px rgba(17,71,126,.03), 0 0 5px rgba(153,172,188,.2);
	margin: 0 0 50px 0;
	position: relative;
}

.product h3 {
	color: #2c3b53;
	font-size: 33px;
	font-weight: normal;
	display: block;
	font-family: "proxima-nova";
	font-weight: bold;
}

.product h3 span.fe {
    color: #406EA6;
    font-size: 17px;
}

.product h3 span.badge {
	color: white;
	text-transform: uppercase;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #65a019;
	-moz-box-shadow: inset 0 0 0 2px #78ac35;
	-webkit-box-shadow: inset 0 0 0 2px #78ac35;
	box-shadow: inset 0 0 0 2px #78ac35;
	font-size: 13px;
	padding: 2px 8px;
	line-height: 22px;
	margin-left: 10px;
	margin-top: 2px;
	vertical-align: top;
}

.ribbon {
	width: 91px; height: 43px;
	background: url(images/ribbon.png) no-repeat;
	float: right;
	color: white;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	line-height: 36px;
	position: absolute;
	right: -5px;
	top: 30px;
}

.ribbon span {
	font-size: 14px;
}

.product .sep {
	display: block;
	height: 1px;
	clear: both;
	width: 100%;
	background-color: #dfe7eb;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin: 29px 0 35px;
}

.product.fullwidth {
    clear: both;
    float: left;
    height: 290px;
    margin-top: 40px;
    width: 930px;
}

.product.fullwidth .screenshot {
    background: url(images/admin-screenshot.png) no-repeat;
    display: block;
    float: right;
    height: 195px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 329px;
}

.product.fullwidth p.description {
    clear: both;
    color: #738599;
    float: left;
    font-size: 18px;
    line-height: 32px;
    width: 565px;
}

.product.fullwidth .order-products, .product.fullwidth .demo-products {
    margin-top: -55px !important;
}







.product #leftbox{
	display: inline-block;
	width: 51.2%;
	vertical-align: top;
}
.product #rightbox{
	display: inline-block;
	width: 44%;
	margin-left: 4%;
	vertical-align: top;
}
.product #leftboxflat{
	display: inline-block;
	width: 51.2%;
	margin-left: 4%;
	vertical-align: top;
}
.product #rightboxflat{
	display: inline-block;
	width: 44%;
	vertical-align: top;
}
.screenshots li{
	float: left;
}
#dash-pt {
	background: url(images/dash-pt.jpg) no-repeat;
	width: 405px; height: 149px;
	margin-top: 10px;
	float: left;
}

#flex-pt {
	background: url(images/flex-pt.jpg) no-repeat;
	width: 405px; height: 149px;
	margin-top: 10px;
	float: left;
}

#flat-pt {
	background: url(images/flat-pt.png) no-repeat;
	background-size: contain;
	text-align: center;
	padding: 29px 0;
	min-height: 129px;
	box-sizing: border-box;
}

#clean-pt {
	background: url(images/clean-pt.png) no-repeat;
	background-size: contain;
	text-align: center;
	padding: 29px 0;
	min-height: 129px;
	box-sizing: border-box;
}

#admin-pt {
	background: url(images/admin-pt.jpg) no-repeat;
	width: 405px; height: 149px;
	margin-top: 10px;
	float: left;
}

#clean-pt h4, #dash-pt h4, #flex-pt h4, #flat-pt h4, #admin-pt h4 {
	color: #2a3950;
	font-size: 19px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	max-width: 418px;
	border-radius: 5px;
	background-color: #fcfcfd;
	box-sizing: border-box;
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

.order-products {
	display: inline-block;
	width: 191px;
	height: 54px;
	background: url(images/order-products.png) no-repeat;
	text-shadow: 0px 1px 0px #f6db1f;
	color: #45270d;
	text-indent: 64px;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	font-size: 21px;
	clear: both;
}

.order-products:hover {
	background-position: left -60px;
}

.order-products:active {
	background-position: left -120px;
}

.demo-products {
	display: inline-block;
	width: 196px; height: 56px;
	background: url(images/demo-products.png) no-repeat;
	color: #ffffff;
	text-indent: 59px;
	font-weight: bold;
	text-decoration: none;
	line-height: 56px;
	font-size: 21px;
	margin-left: 10px;
}

.demo-products:hover {
	background-position: left center;
}

.demo-products:active {
	background-position: left bottom;
}

.row {
	overflow: hidden;
}

.row.one {
	background: #f1f4f7 linear-gradient(#ffffff, #f1f4f7);
	border-top: 1px solid #d6dce1;
	margin-top: -1px;
	padding-bottom: 58px;
}

.row.two {
	background: url(images/row-2.png) repeat-x;
	height: 349px;
	border-top: 1px solid #d7dbe1;
}

.row.three {
	border-top: 1px solid #D7DBE1;
	background: url(images/row-1.png) repeat-x;
}



.row h3 {
	color: #0077af;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 16px;
	border-bottom: 3px solid #dbe3e7;
	float: left;
	margin-top: 88px;
	position: relative;
}
.row h3 span{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 8px;
	border-bottom: 2px solid #539bcb;
	display: inline-block;
	background-color: #3b8dc4;
	top:0;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 3px;
	margin-left: 10px;
	font-family: "proxima-nova"
}

.row p {
	color: #9ba2a7;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	width: 520px;
	float: left;
	clear: both;
	margin-top: 18px;
}


.row.two p {
	width: 630px;
	margin-top: 16px;
}

.row #compatible {
	text-indent: -9999px;
	display: block;
	background: url(images/compatible.png) no-repeat;
	width: 442px; height: 240px;
	margin-top: 70px;
}

.row #details {
	text-indent: -9999px;
	display: block;
	background: url(images/details.png) no-repeat;
	width: 672px; height: 346px;
	position: relative;
	left: -85px;
}

.row .wrapper {
	position: relative;
}

.row.two .right {
	position: absolute;
	right: 0;
}

.row.two h3 {
	margin-top: 85px;
}

.row.three h3 span.badge {
	color: white;
	text-transform: uppercase;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #3b8dc4;
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.12);
	font-size: 13px;
	height: 22px;
	padding: 0 10px;
	line-height: 22px;
	margin-left: 10px;
    margin-top: 4px;
    float: right;
    font-weight: bold;
   letter-spacing: 0.4px;
}

.row #editor {
	text-indent: -9999px;
	display: block;
	background: url(images/editor.jpg) no-repeat;
	width: 461px; height: 240px;
	margin-top: 70px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.06), 0 0 24px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06), 0 0 24px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,0,0,.15);
	box-shadow: 0 2px 3px rgba(0,0,0,.06), 0 0 24px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,0,0,.15);
}

#included {
	padding-bottom: 78px;
	border-top: 1px solid #004d72;
	background-color: #144aa0;
	-moz-box-shadow: inset 0 2px 3px rgba(0,59,86,.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,59,86,.3);
	box-shadow: inset 0 2px 3px rgba(0,59,86,.3);
}

#included h3 {
	color: white;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 16px;
	border-bottom: 3px solid #2f67c0;
	float: left;
	margin-top: 56px;
}

#included ul {
	float: right;
	margin-top: 33px;
	position: relative;
}

#included ul li {
	float: left;
}

#included .clear {
	display: block;
	margin-bottom: 10px;
}

.perk {
	width: 100%; height: 85px;
	border: 1px solid rgba(8,39,87,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #215ec0;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.06), inset 0 2px 2px rgba(255,255,255,.03), inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06), inset 0 2px 2px rgba(255,255,255,.03), inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow: 0 2px 3px rgba(0,0,0,.06), inset 0 2px 2px rgba(255,255,255,.03), inset 0px 1px 0px rgba(255,255,255,0.1);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMDEgODUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NmJkNyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4YTJmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwMSIgaGVpZ2h0PSI4NSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(41,108,216,0) 0%, rgba(104,163,255,.15) 100%);
	background-image: -o-linear-gradient(bottom, rgba(41,108,216,0) 0%, rgba(104,163,255,.15) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(41,108,216,0) 0%, rgba(104,163,255,.15) 100%);
	background-image: linear-gradient(bottom, rgba(41,108,216,0) 0%, rgba(104,163,255,.15) 100%);	
	float: left;
	clear: both;
	margin-top: 20px;
}

.perk .icon {
	width: 42px; height: 38px;
	background-position: center center !important;
	display: block;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 15px;
	float: left;
}

.perk .icon#free-updates {
	background: url(images/free-updates.png) no-repeat;
}

.perk .icon#support-team {
	background: url(images/support-team.png) no-repeat;
}

.perk .icon#instant-download {
	background: url(images/instant-download.png) no-repeat;
}


.perk h4 {
	font-size: 21px;
	font-weight: normal;
	color: white;
	float: left;
	line-height: 85px;
}

.perk h4 span {
	font-size: 19px;
	color: #9ec8ff;	
}

#order-included {
	display: block;
	float: left;
	width: 160px;
	height: 44px;
	background: url(images/order-included.png) no-repeat;
	text-shadow: 0px 1px 0px #f6db1f;
	color: #45270d;
	margin-top: 23px;
	text-indent: 48px;
	text-decoration: none;
	line-height: 40px;
	font-size: 19px;
	clear: both;
	margin-left: 5px;
	background-position: 0px -1px;
}

#order-included:hover {
	background-position: left center;
}

#order-included:active {
	background-position: left bottom;
}

#questions {
	display: block;
	float: left;
	width: 265px; height: 50px;
	background: url(images/questions.png) no-repeat;
	color: #3a485f;
	margin-top: 20px;
	text-indent: 48px;
	text-decoration: none;
	line-height: 46px;
	font-size: 19px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	background-position: 0px -1px;
}

#questions:hover {
	background-position: left center;
}

#questions:active {
	background-position: left bottom;
}

footer {
	height: 90px;
	background-color: #fff;
	-moz-box-shadow: inset 0 2px 2px rgba(1,2,2,.1);
	-webkit-box-shadow: inset 0 2px 2px rgba(1,2,2,.1);
	box-shadow: inset 0 2px 2px rgba(1,2,2,.1);
	font-size: 17px;
	font-weight: normal;
}

footer p {
	float: left;
	line-height: 100px;
	color: #9ba2a7;
	overflow: hidden;
}

footer img {
	margin-left: 80px;
	float: left;
	margin-top: 28px;
}

footer ul {
	float: right;
	margin-top: 40px;
}

footer ul li {
	float: left;
	border-right: 1px solid #d0d4d6;
	padding: 0 15px;
}

footer ul li:first-child {
	padding-left: 0;
}

footer ul li:last-child {
	padding-right: 0;
	border: 0;
}

footer ul li a {
	color: #9ba2a7;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

footer ul li a:hover {
	color: #737f88;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#faq {
	background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 30px;
    width: 700px;
    position: absolute !important;
    top: 50% !important;
    margin-top: -200px !important;
}

#faq h5 {
	font-size: 20px;
	color: #006fb3;
}

#faq p {
	line-height: 24px;
	font-size: 15px;
	color: #8b969f;
	margin-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e9ef;
	margin-bottom: 20px;
}

#faq p:last-child {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 0;
}


.product ul li.benefit {
    background: url("images/bullet.png") no-repeat left center;
    margin-bottom: 28px;
    padding-left: 20px;
}

.product ul li {
    color: #74859a;
    font-size: 18px;
    font-weight: normal;
}

.credentials {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #E0E6EC;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(234, 239, 243, 0.5) inset;
    clear: both;
    color: #9CA9B8;
    display: block;
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.screenshots {
    height: 85px;
    margin-top: 26px;
}
.thumbnail {
    background-clip: padding-box;
    background-color: #E7EDF1;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(38, 67, 97, 0.2) inset, 0 0 0 1px rgba(33, 55, 78, 0.2) inset;
    float: left;
    height: 85px;
    margin-right: 28px;
    overflow: hidden;
    background-size: cover !important;
    width: 97px;
}
.thumbnail .hover {
    background: rgba(12,31,50,0.9) url("images/zoom.png") no-repeat center center;
	display: block;
	height: 85px;
	opacity: 0;
	transition: all 0.2s ease 0s;
	width: 97px;
}
.thumbnail:hover .hover {
    opacity: 1;
    transition: all 0.2s ease 0s;
}
.product li:last-child .thumbnail {
    margin-right: 0;
}
.thumbnail.thumb1 {
    background: url("images/thumbnails/flatpanel/main.png") no-repeat center 0px;
}
.thumbnail.thumb2 {
    background: url("images/thumbnails/flatpanel/subpage.png") no-repeat center center;
}
.thumbnail.thumb3 {
    background: url("images/thumbnails/flatpanel/color-switcher.png") no-repeat center center;
}
.thumbnail.thumb4 {
    background: url("images/thumbnails/flatpanel/login.png") no-repeat center center;
}
.thumbnail.thumb5 {
    background: url("images/thumbnails/cleanpanel/main.png") no-repeat center 0px;
}
.thumbnail.thumb6 {
    background: url("images/thumbnails/cleanpanel/subpage.png") no-repeat center center;
}
.thumbnail.thumb7 {
    background: url("images/thumbnails/cleanpanel/subpage2.png") no-repeat center center;
}
.thumbnail.thumb8 {
    background: url("images/thumbnails/cleanpanel/login.png") no-repeat center center;
}

.testimonials {
	padding-bottom: 60px;
	background-color: #071c3f;
	-moz-box-shadow: inset 0 2px 7px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 2px 7px rgba(0,0,0,.3);
	box-shadow: inset 0 2px 7px rgba(0,0,0,.3);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzODYgMzcyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyYjYyYmEiIHN0b3Atb3BhY2l0eT0iMC4xNyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzFmNDUiIHN0b3Atb3BhY2l0eT0iMC4xNyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEzODYiIGhlaWdodD0iMzcyIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(44,99,186,.17) 0%, rgba(8,32,69,.17) 100%);
	background-image: -o-linear-gradient(bottom, rgba(44,99,186,.17) 0%, rgba(8,32,69,.17) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(44,99,186,.17) 0%, rgba(8,32,69,.17) 100%);
	background-image: linear-gradient(bottom, rgba(44,99,186,.17) 0%, rgba(8,32,69,.17) 100%);
	overflow: hidden;
}

.testimonials h2 {
	margin: 68px 30px 38px;
	color: white;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	display: block;
	border-bottom: 3px solid #132f5b;
	padding-bottom: 30px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.testimonial {
	width: 385px;
	height: 135px;
	border: 1px solid rgba(14,25,43,.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(255, 255, 255, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(255, 255, 255, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(255, 255, 255, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	background: rgba(38,83,152,.15) url(images/quote.png) no-repeat 20px 30px;
	padding: 25px 25px 0 65px;
	font-size: 16px;
}

.testimonial p {
	color: white;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}

.testimonial span, .testimonial span a {
	color: #87b0ec;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.testimonial span a:hover {
	color: #cce1ff;
} 

.addons {
	background-color: #0d3a81;
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	overflow: hidden;
	text-align: center;
	padding-bottom: 72px;
	border-top: 1px solid #09316f;
}

.addons h2 {
	margin-top: 62px;
	color: white;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	border-bottom: 3px solid #1c4d9a;
	padding-bottom: 16px;
	margin-bottom: 50px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.addon-box {
	width: 296px;
	border: 3px solid #1c4d9a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	float: left;
	margin-right: 37px;
	overflow: hidden;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
}

.addon-box.middle {
	width: 332px;
}

.addon-box:last-child {
	margin-right: 0 !important;
}

.addon-box h3 {
	color: white;
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	border-bottom: 3px solid #1c4d9a;
	padding-bottom: 15px;
	margin-bottom: 40px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	margin: 10px auto 0;
	margin-bottom: 25px;
}

.addon-box .icon {
	width: 88px; height: 88px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 12px;
}

.addon-box .icon.admin {
	background-image: url(images/admin.png);
}

.addon-box .icon.support {
	background-image: url(images/support.png);
}

.addon-box .icon.integration {
	background-image: url(images/integration.png);
}


.addon-box p {
	line-height: 24px;
	color: #a3c7ff;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}
.middle p{
	padding: 0 15px;
}

.addon-box a {
	height: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #325fa7;
	background-color: rgba(47,95,172,.3);
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
	margin: 22px auto 0;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-image: url(images/add-icon.png);
	background-repeat: no-repeat;
	color: white;
	text-indent: 30px; 
	background-position: 38px center;
}
.middle a {
	background-position: 55px center;
}

.addon-box a:hover {
	border-color: #3c67ac;
	background-color: rgba(47,95,172,.5);	
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}


#terms {
	padding: 50px 0px;
	overflow: hidden;
}

#terms h2 {
    border-bottom: 3px solid #dbe3e7;
    color: #0077af;
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 16px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    float: left;
}

#terms h3 {
	text-align: left;
	font-size: 19px;
	padding-bottom: 8px;
	float: left;
	color: #687780;
	margin-bottom: 10px;
	border-bottom: 2px solid #dbe3e7;
}

#terms p {
	color: #9aa2a6;
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 40px;
	float: left;
	clear: both;
} 

/* MEDIA QUERIES

@media screen and (max-width:1100px){
.price {
	right: 50px;
}

a, a:hover {
	background-position: 0 0 !important;
}

}

@media screen and (max-width:1024px){
.wrapper{
	width: 98%;
	box-sizing: border-box;
}
.slide h3 {
	width: 50%;
	padding: 5px 20px;
	line-height: 1.3;
}
.product{
	width: 476px;
	margin: 0 auto 50px;
}
.product #rightboxflat {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
}
.product #leftboxflat {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.product #leftbox {
	display: block;
	width: 100%;
	margin: 0 auto 30px;	
}
.product #rightbox {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.testimonials {
background: #09224b;
}
.testimonial {
	width: 38%;
	height: auto;
	padding: 25px 25px 25px 65px;
}
.one .left{
	width:50%;
}
.one .right{
	width: 40%;
}
.row h3 {
	display: inline-block;
	float: none;
	width:80%;
}
.row p {
	width: 100%;
}
.row #compatible {
	width: 100%;
	background-size: contain;
	background-position: center center;
}
.row.two {
	height: 400px;
}
.two .right{
	width: 62%;
}
.row.two p {
	width: 100%;
}
.addon-box {
	float: none;
	display: inline-block;
	margin-bottom: 20px;
}
.addon-box.middle {
	margin-left: 37px;
	margin-right: 0;
}
footer p {
	font-size: 13px;
}
footer img {
	margin-left: 10px;
}
}

@media screen and (max-width:954px){
header{
	text-align: center;
	padding-bottom: 20px;
}
header h1 {
	float: none;
	margin: 0 auto;
	height: 25px;
}

header nav {
	float: none;
	display: inline-block;
}
header nav ul li {
	padding: 0 10px;
}
header nav ul {
margin-top: 13px;
}
#order-header {
	margin-top: 3px;
}
}

@media screen and (max-width:840px){
.slide h2{
	font-size: 28px;
	padding: 0 20px;
}
.slide h3{
	font-size: 16px;
	padding: 10px 20px 0;
	width: 45%;
}
.testimonial {
	width: 37%;
	height: auto;
}
#questions {
	width: 261px;
}
#included h3 {
	font-size: 22px; 
}
.perk h4 {
font-size: 18px;
}
footer p {
	font-size: 13px;
}
footer img {
	margin-left: 10px;
}
footer ul li {
	padding: 0 8px;
}
footer ul li a {
	font-size: 15px
}
}

@media screen and (max-width:767px){
.slide h3 {
	font-size: 16px;
	padding: 10px 20px 0;
	width: 70%;
}
.row.two{ 
	min-height: 0;
	height: auto;
	padding-bottom: 20px;
}
.two .left{
	float: none;
	position: static;
}
.row.two .right{
	float:none;
	position: static;
}
.price{
	background: none;
}
.testimonial {
	width: 35%;
	height: auto;
}
.addon-box.middle {
	margin-left: auto;
	margin-right: auto;
}
.addon-box {
	float: none;
	display: block;
	margin-bottom: 20px;
	margin: 0 auto 20px;
	width: 332px;
}
.addon-box:last-child {
	margin-right: auto !important;
}
.product{
	box-sizing: border-box;
	padding: 20px;
}
.product .thumbnail {
	margin-right: 15px;
}
#dash-pt h4, #flex-pt h4, #flat-pt h4, #admin-pt h4 {
max-width: 385px;
}
header nav{
	text-align: center;
}
header nav ul{
	float: none;
	margin: 0 auto;
}
header nav ul li {
padding: 0 8px;
}
header nav ul li a {
font-size: 14px;
}
#order-header {
	display: block;
	float: none;
	width: 120px;
	height: 29px;
	background: url(images/order-header.png) no-repeat;
	text-shadow: 0px 1px 0px #f6db1f;
	color: #45270d;
	margin: 23px auto 0;
	text-indent: 25px;
	font-weight: normal;
	text-decoration: none;
	line-height: 29px;
	font-size: 13px;
	background-position: 0px -1px;
	background-size: cover;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#products h2 {
font-size: 20px;
line-height: 1.5;
}
.product {
width: 450px;
}
#flat-pt {
padding: 21px 0;
min-height: auto;
}
.product .thumbnail {
margin-right: 6px;
}
.product h3 {
font-size: 30px;
}
.testimonials h2 {
font-size: 20px;
}
.testimonial {
padding: 25px 10px 25px 54px;
}
.testimonial p {
font-size: 15px;
}
.testimonial span, .testimonial span a {
font-size: 15px;
}
.one .left {
width: 90%;
float: none;
margin-right: auto;
margin-left: auto;
}
.one .right {
width: 80%;
float: none;
margin-right: auto;
margin-left: auto;
}
.row #compatible {
	margin-top: 20px;
}
.two .right{
	width: 80%;
	margin: 0 auto;
	float: none;
}
.two .left{
	width: 100%;
	margin: 0;
	opacity: 0.4;
}
.row #details {
text-indent: -9999px;
display: block;
background: url(images/details.jpg) no-repeat;
background-size: contain;
width: 100%;
height: 286px;
position: relative;
left: 0;
}
.row.two h3 {
	margin-top: 50px;
}

.perk h4 {
	float: none;
	line-height: 1.5;
	display: inline-block;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 87%;
}
.perk{
	display: table;
}
.perk h4 span {
font-size: 14px;
}
#included h3 {
	float: none;
	display: block;
	margin: 30px auto 0;
	width: 310px;
	text-align: center;
}
#included ul {
	float: none;
	display: block;
	width: 426px;
	margin: 10px auto 0;
}
.addons h2 {
margin-top: 30px;
font-size: 20px;
}
footer p {
	float: none;
	margin: 0 auto;
	display: block;
	width: 125px;
	line-height: 40px;
}
footer img {
	margin: 0 auto;
	display: block;
	float: none;
}
footer ul {
	float: none;
	margin: 10px auto 20px;
	display: block;
	width: 306px;
}
}

@media screen and (max-width: 680px){
.slide h2{
font-size: 22px;
padding: 5px 10px;
height: 36px;
line-height: 36px;
margin-top: 30px;
}
.slide h3{	
font-size: 14px;
padding: 5px 10px;
height: 26px;
line-height: 26px;
}
.price .priceTag{
font-size: 26px;
width: 90px;
height: 92px;
line-height: 92px;
background-size: cover;
top: 80px;
right: -40px;
}
.slide{
	height:260px;
}
.banner{
	height:260px;
}
.flex-control-nav {
bottom: 10px !important;
}
}

@media screen and (max-width: 540px){
header nav ul li a {
font-size: 12px;
}
.slide h3 {
	font-size: 13px;
	padding: 8px 10px;
	height: 32px;
	line-height: 1.3;
	width: 279px;
	margin-top: 20px;
}
#order-banner {
	margin-top: 20px
}
#demo-banner{
	margin-top: 17px;
}
}

@media screen and (max-width:479px){
#menuDesktop{
	display: none;
}
#order-header {
display: inline-block;
margin: 6px 0 0 15px;
background-size: cover;
vertical-align: top;
}
#products h2 {
font-size: 16px;
}
.product {
width: 294px;
padding: 15px;
}
.product h3 {
font-size: 23px;
}
.product h3 span.badge {
font-size: 11px;
padding: 0px 5px;
}
.ribbon {
width: 78px;
height: 37px;
line-height: 30px;
background-size: cover;
}
.product ul li {
font-size: 14px;
}
.order-products {
	margin: 0 auto;
	display: block;
}
.demo-products {
	margin: 10px auto 0;
	display: block;
}
#flat-pt {
padding: 14px 0;
min-height: 72px;
}
#dash-pt h4, #flex-pt h4, #flat-pt h4, #admin-pt h4 {
font-size: 14px;
line-height: 1.5;
padding: 0 10px;
width: 257px;
}
.product .thumbnail {
height: 56px;
margin-right: 5px;
width: 61px;
}
.product .thumbnail .hover {
height: 56px;
width: 61px;
}
.testimonials h2 {
font-size: 18px;
}
.testimonial {
width: 77%;
height: auto;
display: inline-block;
float: none;
margin-bottom: 10px;
}
.row h3 {
font-size: 20px;
margin-top: 30px;
}
.row p {
font-size: 15px;
}
.row #compatible {
margin-top: 0;
}
.row #details{ min-height: 216px; height: 216px; }
.row.two h3{ margin-top: 20px; }
#included h3 {
float: none;
display: block;
margin: 30px auto 0;
width: 270px;
text-align: center;
font-size: 20px;
}
#included ul {
width: 296px;
}
#included ul li {
float: none;
display: block;
margin: 10px auto 0;
width: 296px;
}
#questions {
margin: 0 auto;
float: none;
}
#order-included {
margin: 0 auto;
float: none;
}
.addon-box {
width: 290px;
}
.addon-box.middle {
width: 290px;
}
.middle a {
background-position: 38px center;
}
footer ul li {
padding: 0 7px;
}
footer ul li a {
font-size: 14px;
}
footer ul {
width: 290px;
}

#menuButton {
display: inline-block;
width: 42px;
height: 42px;
background: url('images/mobile-menu.png') no-repeat center center;
background-size: cover;
}

#menuMobile{
	display: none;
	margin-top: 20px;
}
#menuMobile li{
	display: block;
	float: none;
	border:none;
	padding: 0;
	border-top: 1px solid #4472ba;
}
#menuMobile li:first-child{
	border-top: none;
}
#menuMobile li a{
	display: block;
	font-size: 16px;
	padding: 20px;
}
.testimonials .wrapper{
	text-align: center;
}
.testimonial{
	text-align: left;
}
}

@media screen and (max-width: 420px){
.slide h3 {
width: 60%;
height: auto;
}
ol.flex-control-nav{
	display: none;
}
#order-banner {
width: 120px;
height: 34px;
margin-top: 13px;
text-indent: 35px;
line-height: 34px;
font-size: 14px;
background-size: cover;
}
#demo-banner {
width: 127px;
height: 37px;
margin-top: 10px;
text-indent: 32px;
line-height: 37px;
font-size: 14px;
background-size: cover;
}
.slide h2{
	margin-top: 20px;
}
.price{
	height: 200px;
}
.price .priceTag {
font-size: 22px;
width: 70px;
height: 73px;
line-height: 70px;
background-size: cover;
top:20px;
}
.price span{
font-size: 14px;
}
.slide{
	height:200px;
}
.banner{
	height: 200px;
}
.flex-control-nav {
bottom: 6px !important;
left: 10% !important;
}

}

*/