/* ---------------------------------------------------------
 1. General reset
 2. Common site styles
 3. Custom form styles
 4. Styles for responsive breakpoints
 ---------------------------------------------------------*/
/* ---------------------------------------------------------
 2. General reset
 ---------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, h1, h2, h3, h4, h5, h6, address, table, blockquote, applet, embed, object, iframe {
	margin: 0 0 14px;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, 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;
	background: none;
}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
	color: #383838;
	font: 300 16px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
/* set styles for default page links */
a {
	color: #5f96bd; /* c8681e */
	text-decoration: none;
	outline: none;
}
a:hover {color: #9a9a9a;}
a:active {background-color: transparent;}
/* set default styles in all browsers */
input, textarea, select {
	color: #888;
	font: 300 100% "Open Sans", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.text-active,
textarea.text-active {color: #383838;}
.row.error input[type="text"],
.row.error input[type="search"],
.row.error input[type="email"],
.row.error input[type="password"],
.row.error input[type="tel"],
.row.error input[type="url"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "text"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "search"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "email"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "password"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "tel"],
.wpcf7 .wpcf7-form-control-wrap.error input[type = "url"] {color: #c46f74;}
textarea {overflow: auto;}
label {vertical-align: middle;}
button, input {
	width: auto;
	overflow: visible;
}
h4, h5, h6, b, strong, th {font-weight: 700;}
h1 {
	font: 300 60px/72px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0;
}
.single-post h1,
.single-post h2,
h2 a {color: #c8681e;}
h2 {font: 300 48px/44px "Open Sans", Arial, Helvetica, sans-serif;}
.single-post h1 {
	font-size: 48px;
	line-height: 44px;
	margin-bottom: 8px;
}
h3 {font: 300 36px/44px "Open Sans", Arial, Helvetica, sans-serif;}
h4 {font: 300 24px/30px "Open Sans", Arial, Helvetica, sans-serif;}
h5 {font: 300 18px/22px "Open Sans", Arial, Helvetica, sans-serif;}
h6 {font: italic 300 16px/24px "Open Sans", Arial, Helvetica, sans-serif;}
caption {
	font: italic 300 10px/12px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
p {margin: 24px 0 0;}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
header + p,
p:first-child,
.logo + p {margin-top: 0 !important;}
i, cite, em, var, dfn, address {font-style: italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote {
	border-left: 4px solid #999;
	padding-left: 10px;
}
cite {
	display: block;
	text-align: right;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #999;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	text-align: center;
	vertical-align: middle;
}
ul {margin-left: 1px;}
ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 18px;
	margin: 0;
}
ul li,
ol li {list-style-position: inside;}
ul > li {list-style-type: disc;}
dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: 700;
}
.wpcf7 input[type = "text"], .wpcf7 input[type = "search"], .wpcf7 input[type = "email"], .wpcf7 input[type = "password"], .wpcf7 input[type = "tel"], .wpcf7 input[type = "url"], .wpcf7 textarea, .comment-form textarea, .comment-form input[type = "text"] {
	float: left;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #cbcbcb;
	padding: 10px 24px 11px;
	-webkit-box-shadow: inset 0 -2px 0 #ededed, inset 0 -1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 -2px 0 #ededed, inset 0 -1px 1px rgba(0, 0, 0, 0.4);
}

.wpcf7 input[type = "password"] {font-family: Arial, Helvetica, sans-serif;}
.wpcf7 input[type = "text"], .wpcf7 input[type = "search"], .wpcf7 input[type = "email"], .wpcf7 input[type = "password"], .wpcf7 input[type = "tel"], .wpcf7 input[type = "url"], .wpcf7 textarea, .wpcf7 .input-placeholder-text, .comment-form textarea, .comment-form input[type = "text"] {
	padding: 9px 24px 11px;
	font-size: 20px;
	line-height: 30px;
}
.input-placeholder-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 textarea, .comment-form textarea {
	width: 100% !important;
	max-width: 100%;
	height: 140px;
	min-height: 200px;
	resize: none;
}
.comment-form p {overflow: hidden;}
.commentlist-item {margin-top: 20px;}
.commentlist-item .commentlist-item {margin-top: 30px;}
.commentlist-item:first-child,
.commentlist-item .commentlist-item:first-child {margin-top: 0;}
.commentlist-item .commentlist-item {padding-left: 30px;}
.commentlist-item p {margin-top:14px;}
table {width: 100%;}
.commentlist li {list-style: none;}
.commentlist li + li {padding-bottom: 14px;}
.commentlist img {
	float: left;
	margin: 0 14px 4px 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
}
.comment-respond {padding: 36px 0;}
.navigation {
	overflow: hidden;
	margin: 20px 0;
	padding:0 2px;
}
.col-main > .navigation:first-child {margin:-39px 0 15px;}
.navigation a {color:#c8681e;}
.navigation a:hover {color:#9a9a9a;}
.navigation .next {float: left;}
.navigation .prev {float: right;}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}
input[type = "text"], input[type = "password"], input[type = "submit"], input[type = "email"], input[type = "tel"], input[type = "url"], input[type = "number"], input[type = "search"], input[type = "file"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type = "checkbox"],
input[type = "radio"] {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin: 5px 5px 0 0;
	padding: 0;
}
input[type = "email"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}
::-ms-clear {display: none;}
input[type = "search"] {-webkit-appearance: none;}
input[type = "search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type = "search"]::-webkit-search-decoration {display: none;}
::-webkit-input-placeholder {color: #c6c6c6;}
:-moz-placeholder {color: #c6c6c6;}
::-moz-placeholder {
	color: #c6c6c6;
	opacity: 1;
}
:-ms-input-placeholder {color: #c6c6c6;}
header, footer, main, article, section, hgroup, nav, figure, aside {display: block;}
input[type = "submit"]:hover,
button:hover {cursor: pointer;}

/* ---------------------------------------------------------
 3. Сommon site styles
 ---------------------------------------------------------*/

/* main container styles */
#wrapper {
	position: relative;
	width: 100%;
	overflow:hidden;
}
#page #wrapper {left:0;}
#page .nav-container {margin-right:0;}
/* header styles */
#header {
	width: 100%;
	background: #000;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.top-bar .container,
.nav-container {
	position: relative;
	max-width: 791px;
	padding-left: 379px;
}
.nav-container {z-index: 15;}
.container:after {
	content: "";
	clear: both;
	display: block;
}
/* top bar styles */
.top-bar {
	color: #fff;
	background: #1a2b3a url(../images/bg-top-bar.png) no-repeat 50% 0;
	background-size: 100% auto;
	font-size: 14px;
	line-height: 29px;
	padding: 12px 0 13px;
}
.top-bar a {color: #fff;}
/* page logo styles */
.logo {
	position: relative;
	display: block;
	width: 314px;
}
#header .logo {
	position: absolute;
	top: 24px;
	left: 9px;
	z-index:999;
}
#header .logo:before {
	content: "";
	position: absolute;
	left: -59px;
	top: -36px;
	width: 428px; /* 515px */
	height: 140px; /* 198px */
	overflow: hidden;
	background: url(../images/bg-logo.png) no-repeat -1px -1px;
}
.logo a {
	position: relative;
	display: block;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}
a.btn-menu {
	display: none;
	position: absolute;
	top: 16px;
	left: 25px;
	width: 41px;
	height: 41px;
	overflow: hidden;
	background: url(../images/sprite02.png) no-repeat -1px -1px;
	text-indent: -9999px;
}
.utility-panel {float: right;}
.utility-panel:after {
	content: "";
	clear: both;
	display: block;
}
/* top navigation styles */
.top-nav, .add-nav {
	float: right;
	margin: 0 0 0 18px;
	padding: 1px 0 0;
	list-style: none outside;
}
#footer .top-nav {padding-top: 3px;}
.add-nav {padding-top: 0;}
.top-nav li {
	position: relative;
	float: left;
	padding-left: 11px;
	list-style: none outside;
	text-transform: uppercase;
}
.top-nav li:first-child {padding-left: 0;}
.top-nav li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	width: 2px;
	height: 14px;
	background: #a1a5a9;
}
.top-nav li:first-child:before {display: none;}
.top-nav a {
	color: #fff;
	display: block;
	padding: 0 9px;
}
.top-nav .active a,
.top-nav a:hover {color: #5296be;}
/* additional navigation styles */
.add-nav li {
	float: left;
	padding: 0 0 0 9px;
	list-style: none outside;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.add-nav li:first-child {padding-left: 0;}
.add-nav a {
	color: #fff;
	display: block;
	min-width: 100px;
	padding: 0 6px 3px;
	border: 1px solid #111c26;
	border-radius: 6px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.add-nav a:hover {border-color: #fff;}
a.link {
	float: left;
	margin: -1px 0 0;
	padding: 3px 6px 1px;
	border-color: #db7626 !important;
	-webkit-box-shadow: 0 2px 0 #a85b1d;
	box-shadow: 0 2px 0 #a85b1d;
	background: #db7626;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
a.link:hover {
	opacity:0.8;
}
/* search panel styles */
.search-panel {
	position: absolute;
	right: 3px;
	top: 18px;
	width: 52px;
	height: 49px;
	overflow: hidden;
	border-radius: 6px;
}
.search-panel.active .btn-search {display:none;}
/* search form styles */
.search-form form {margin: 0;}
.search-form {
	position: absolute;
	top: 0;
	left: 100%;
	width: 235px;
	overflow: hidden;
}
.search-form .row {
	float: left;
	width: 183px;
	position: relative;
}
.search-form input[type = "text"],
.search-form input[type = "search"] {
	color: #fff;
	float: left;
	width: 100%;
	height: 49px;
	background: #1a2b3a;
	border: 0;
	border-radius: 6px 0 0 6px;
}
.input-placeholder-text {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}
.search-form input[type = "text"],
.search-form input[type = "search"],
.input-placeholder-text {
	font-size: 18px;
	line-height: 26px;
	padding: 11px 0 12px 15px;
}
a.btn-search,
.search-form input[type = "submit"] {
	width: 52px;
	height: 41px;
	overflow: hidden;
	background: #1a2b3a url(../images/sprite01.png) no-repeat -236px -61px;
	border-radius: 6px;
	text-indent: -9999px;
}
#header a.btn-search,
#header .search-form input[type="submit"] {
	margin:0 !important;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.search-form input[type = "submit"] {
	float: left;
	height: 49px;
	border-radius: 0 6px 6px 0;
	background-position: -236px -57px;
	border: 0;
	padding: 0;
}
a.btn-search {
	position: absolute;
	right: 0;
	top: 4px;
}
.search-active a.btn-search {display: none;}
.nav-bar {background: #000;}

/* main navigation styles */
.nav {
	margin: 0;
	padding: 6px 0 15px;
}
.nav:after {
	content: "";
	clear: both;
	display: block;
}
.nav li {
	float: left;
	list-style: none;
	font-size: 24px;
	line-height: 62px;
	padding-right: 4px;
}
.nav a {
	color: #fff;
	display: block;
	padding: 0 20px 0 17px;
}
.nav > .active > a,
.nav > li > a:hover {color: #90c1e1;}
a.has-drop-down-a:after {
	content: "";
	display: inline-block;
	vertical-align: -1px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 5px 4px;
	border-style: solid;
	border-color: #1fbfe0 transparent transparent;
	margin: 0 0 0 8px;
}
.nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav li li {
	float: none;
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
.nav li li a {
	color: #000;
	padding: 9px 23px;
	padding-right: 3px;
	border-radius: 0;
}
.nav li li a:hover {background: rgba(255, 255, 255, 0.5);}
/* main informative part styles */
#main:after {
	content: "";
	clear: both;
	display: block;
}
/* slideshow styles */
.slideshow,
.gallery {position: relative;}
.slideshow {
	height:517px;
	background: #1a2b3a;
}
.slideshow .slideset {height: 517px;}
.gallery .slideset {height: 169px;}
.slideshow .pic img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* slide block holder styles */
.slideshow .slide, .gallery .slide, .gallery-testimonial .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.slideshow .slide{
	height:517px;
	overflow:hidden;
}
.slideshow .pic{
	position:absolute;
	z-index: -1;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slideshow .slide.active,
.gallery .slide.active,
.gallery-testimonial .slide.active {z-index: 2;}
.slideshow.not-enough-slides a.btn-prev,
.gallery.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next,
.gallery.not-enough-slides a.btn-next,
.gallery-testimonial.not-enough-slides a.btn-prev,
.gallery-testimonial.not-enough-slides a.btn-next {visibility: hidden;}
.slideshow .description {
	color: #fff;
	position: absolute;
	top: 23px;
	right: 14px;
	bottom: 53px;
	width: 496px;
	overflow: hidden;
	padding: 33px 104px 182px;
	font-size: 38px;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	display:none;
}
.slideshow .description.alignleft{
	right:auto;
	left:14px;
}
.gallery-js-ready .description{display:block;}
.slideshow .description a {color: #fff;}
.slideshow .description a:hover {text-decoration: underline;}
.slideshow .slide ul {
	margin: 0;
	padding: 0;
}
.slideshow .slide li {
	position: relative;
	margin: 15px 0 0;
	padding: 0 0 2px 30px;
	list-style: none outside;
}
.slideshow .slide li:first-child {margin-top: 0;}
.slideshow .slide li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 32px;
	overflow: hidden;
	background: url(../images/sprite01.png) no-repeat -290px -58px;
}
.slideshow .action {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 26px 104px 21px;
	text-align: center;
	background: rgba(255, 255, 255, 0.07);
	font-size: 18px;
	line-height: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slideshow p {margin: 11px 0 0; font-size: 24px;}
.slideshow p:first-child {margin-top: 0;}
/* main content styles */
#content:after {
	content: "";
	clear: both;
	display: block;
}
.button {
	overflow: hidden;
	font: 700 20px/44px "Open Sans", Arial, Helvetica, sans-serif;
}
.aside .button {
	font-weight: 300;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
}
.button a,
input[type = "submit"] {
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	margin-bottom: 4px;
	padding: 0 15px 2px;
	border-radius: 6px;
	background: #db7626;
	-webkit-box-shadow: 0 4px 0 #a85b1d;
	box-shadow: 0 4px 0 #a85b1d;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
input[type = "submit"] {
	font-weight: 700;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	border: 0;
}
.btn-big {font: 300 30px/74px "Open Sans", Arial, Helvetica, sans-serif;}
.btn-middle a,
.btn-big a {border-radius: 8px;}
.lightbox input[type = "submit"] {
	font-size: 30px;
	line-height: 56px;
	padding: 0 25px 4px;
	height: 56px;
}
.btn-big a {
	margin-bottom: 5px;
	border-radius: 8px;
}
.aside .button a {border-radius: 4px;}
.slideshow .btn-big a {min-width: 324px;}
.btn-middle {
	font: 700 22px/52px "Open Sans", Arial, Helvetica, sans-serif;
	word-spacing: 1px;
}
.calendar-block .btn-middle {font: 300 26px/54px "Open Sans", Arial, Helvetica, sans-serif;}
.btn-middle a {padding: 0 33px 2px;}
.calendar-block .btn-middle a {padding: 0 20px 2px;}
.button.alt a {
	background: #90c1e1;
	-webkit-box-shadow: 0 4px 0 #6f94ad;
	box-shadow: 0 4px 0 #6f94ad;
}
.button a:hover,
input[type = "submit"]:hover {
	opacity:0.8;
}
.btn-big a:hover {text-decoration:none !important;}
.ico-calculate a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 15px;
	overflow: hidden;
	margin-right: 6px;
	background: url(../images/sprite01.png) no-repeat -193px -91px;
}
/* slideshow switcher styles */
.switcher-holder {
	z-index: 7;
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 100%;
	text-align: center;
	line-height: 10px;
}
.gallery .switcher-holder {
	position: static;
	margin: 8px 0 0;
	text-align: center;
}
.switcher {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 4px 0 0;
}
.switcher li {
	float: left;
	padding: 3px 5px 0 0;
	list-style: none outside;
}
.switcher a {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 1px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.switcher .active a, .switcher a:hover {
	margin: 0;
	width: 10px;
	height: 10px;
	background: #fff;
}
/* section */
.section {
	padding: 36px 0;
}
.section h3 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 12px;
}
.section-promo h3 {color: #e7720a;}
.section-signup h3 {margin-bottom: 10px;}
.section:after {
	content: "";
	clear: both;
	display: block;
}
/* items section styles */
.section-items {
	padding: 10px 0 30px;
	background: #f6f6f6;
}
.section-items .container {overflow:hidden;}
.items {
	height:1%;
	overflow: hidden;
	margin: -44px -15px 0;
	padding: 0;
}
.items li {
	float: left;
	width: 25%;
	margin: 44px 0 0;
	padding: 44px 15px 0;
	list-style: none outside;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.items a {
	color: #333;
	position: relative;
	display: block;
	padding: 65px 20px 15px;
	border-bottom: 2px solid #d1d1d1;
	background: #fff;
}
.items .pic {
	position: absolute;
	left: 50%;
	top: -44px;
	width: 87px;
	height: 87px;
	overflow: hidden;
	margin-left: -43px;
	background: #f6f6f6;
	border-radius: 50%;
	line-height: 83px;
}
.items .pic img {vertical-align: middle;}
.items a:hover {background: #d7f0fd;}
.items h2 {
	color: #666;
	font-size: 24px;
	line-height: 30px;
	margin: 0 -15px 14px;
}
.items img {
	max-width: 100%;
	height: auto;
	margin: 14px 0 0;
}
.items img:first-child {margin-top: 0;}
/* logos section styles */
.section-logos {
	position: relative;
	padding: 51px 0 21px;
	text-align: center;
	border-top: 1px solid #fff;
}
.label-text {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.label-text span {
	display: inline-block;
	vertical-align: top;
	padding: 0 22px 2px;
	background: #90c1e1; /* 84c0e1 */
	border-radius: 0 0 15px 15px;
}
.logos {
	margin: 0 -15px;
	padding: 0;
	text-align: center;
}
.logos li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 15px;
	list-style: none outside;
	line-height: 76px;
	position:relative;
}
.logos a {
	position:absolute;
	top:0;
	z-index:10;
}
.logos img {vertical-align: middle;}
.logos canvas {
	display:inline-block;
	vertical-align:middle;
}
/* categories section styles */
.section-categories {
	color: #fff;
	padding: 17px 0 49px;
	border-top: 4px solid #080c10;
	background: #1a2b3a;
}
/* headline styles */
.headline {
	text-align: center;
	margin-bottom: 46px;
}
.headline h1 {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 44px;
}
.headline h1:before {
	content: "";
	display: inline-block;
	vertical-align: -6px;
	width: 37px;
	height: 29px;
	overflow: hidden;
	margin-right: 7px;
	text-indent: -9999px;
	background: url(../images/sprite01.png) no-repeat -293px -1px;
}
.headline h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 44px;
}
.headline h2:before {
	content: "";
	display: inline-block;
	vertical-align: -6px;
	width: 37px;
	height: 29px;
	overflow: hidden;
	margin-right: 7px;
	text-indent: -9999px;
	background: url(../images/sprite01.png) no-repeat -293px -1px;
}
.counter {
	white-space: nowrap;
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	font-style:normal;
	display:inline-block;
	vertical-align:top;
}
.headline .counter {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 6px 8px 0 6px;
}
.counter span {
	float: left;
	width: 32px;
	height: 41px;
	text-align: center;
	margin: 0 0 0 1px;
	background: url(../images/bg-counter.png) no-repeat 50% 50%;
}
.counter span:first-child {margin-left: 0;}
.counter .offset {margin-left: 3px;}
.grid {
	margin: -30px -15px 0;
	padding: 0;
	overflow: hidden;
}
.grid li {
	float: left;
	width: 25%;
	padding: 30px 15px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none outside;
	text-align: center;
}
.grid img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.grid a {
	position: relative;
	color: #fff;
	display: block;
	background: #5f96bd;
	border-bottom: 2px solid #070b0f;
}
.grid h2 {
	display: table;
	width: 100%;
	font-size: 24px;
	line-height: 31px;
	padding: 8px 40px 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.grid h2 span {
	display: table-cell;
	vertical-align: middle;
}
.item2 a {background: #573bf3;}
.item3 a {background: #db7626;}
.item4 a {background: #c2211f;}
.grid a:after {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.18);
}
.grid a:hover:after {
	content: " ";
	display: block;
}
/* grid case-study */
.gridcs {
	margin: -30px 30px 60px;
	padding: 0;
	overflow: hidden;
}
.gridcs li {
	float: left;
	width: 370px;
	padding: 30px 15px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none outside;
	text-align: center;
        height: 270px;
        margin-left: 30px;
        margin-bottom: 15px;
}
.gridcs img {
	width: 370px;
        height: 270px;
	vertical-align: top;
}
.gridcs a {
	position: relative;
	color: #fff;
}
.gridcs h2 {
        text-transform: uppercase;
	display: table;
	width: 100%;
	font-size: 24px;
	line-height: 31px;
	padding: 8px 40px 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.gridcs h2 span {
	vertical-align: middle;
        display: table-cell;
}
.see_more{
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    display: none;
}
.gridcs a:after {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.18);
}
.csimage {
    width: 370px;
    height: 270px;
}
.titlecs {
    opacity: 0.8;
    background: #5f96bd;
    position: relative;
    top: -126px;
    height: 126px;
}
.gridcs a:hover .titlecs{
    opacity: 0.8;
    background: #5f96bd;
    position: relative;
    top: -270px;
    height: 270px;
}
.gridcs a:hover .see_more {
    display: block;
    position: relative;
    font-size: 15px;
    width: 170px;
    left: 100px;
    line-height: 31px;
}

/* Case study sorting menu */
.sort_category {
    color: #b1b1b1;
    background: #f4f4f4;
    height: 340px;
}
.sort_category h2 {
    padding-top: 25px;
    padding-bottom: 50px;
    text-align: center;
}
.sort_category a {
    text-transform: uppercase;
    display: inline-block;
    color: #b1b1b1;
    height: 150px;
    width: 105px;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #b1b1b1;
    float: left;
}
.sort_category a:hover {
    color: #fff;
    background: #d36400;
    font-weight: bold;
    height: 206px;
}
.sort_category span {
    height: 60px;
    width: inherit;
    display: inline-block;
    padding-top: 10px;
}
.sort_category .cat_list {
    padding-left: 120px;
}

.sort_category a:hover .menu_img {
    -webkit-filter: brightness(2.25);
}

/* tabs section styles */
.section-tabs {
	position: relative;
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 18px;
}
.section-tabs h3,
.panel-plans h3 {
	color: #90c1e1;
	font: 700 24px/30px "Open Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}
.panel-plans h3 {
	font-size: 37px;
	line-height: 44px;
}
.plans-list {
	margin: 0;
	padding: 0;
}
.plans-list li {
	margin: 6px 0 0;
	list-style: none outside;
}
.plans-list li:first-child {margin-top: 0;}
.plans-list a {color: #333;}
.plans-list .active a,
.plans-list a:hover {color: #6197bd;}
/* tabs switcher styles */
.tabset-holder {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tabset {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.tabset li {
	float: left;
	padding: 0 2px;
	list-style: none outside;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.tabset a {
	color: #333;
	min-width: 203px;
	padding: 2px 10px 0;
	display: block;
	background: #eee;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow:inset 0 -3px 3px rgba(0,0,0,0.04);
	box-shadow:inset 0 -3px 3px rgba(0,0,0,0.04);
}
.tabset .active a,
.tabset a:hover {
	background: #fcfcfc;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.logo-holder {display: block;}
.logo-holder img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.cols .note {
	color: #888;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	padding: 0 9px 1px 0;
	margin: 0;
}
/* help section styles */
.section-help {
	color: #fff;
	background: #3e5d7c; /* 435e7b */
	text-align: center;
	padding: 32px 0 61px;
	font-size: 24px;
	line-height: 1.208em;
}
.section-help p {margin: 0;}
.tab-content {overflow: hidden;}
.tab-content .section-help {
	margin-top: 56px;
	background: #1d2d3a;
	padding: 56px 0 82px;
}
.section-help h2 {
	font-size: 54px;
	line-height: 65px;
	margin: 0 0 12px;
}
.button.btn-calculator {padding-top: 53px;}
h2 + .button.btn-calculator {padding-top: 28px;}
.btn-calculator:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 53px;
	height: 53px;
	overflow: hidden;
	margin-right: 13px;
	background: url(../images/sprite01.png) no-repeat -234px -1px;
}
.btn-calculator a {
	background: #90c1e1;
	-webkit-box-shadow: 0 4px 0 #6f94ad;
	box-shadow: 0 4px 0 #6f94ad;
}
/* testimonial section styles */
.section-testimonial {padding: 46px 0 24px;}
.gallery-testimonial {
	position: relative;
	padding: 0 80px;
}
.gallery-testimonial .slideset {
	position: relative;
	height: 131px;
}
.gallery-testimonial blockquote {
	display: table;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 43px;
	font-style: italic;
	overflow: hidden;
}
.gallery-testimonial blockquote p {
	display: inline;
	margin: 0;
}
.gallery-testimonial .frame {
	display: block;
	overflow: hidden;
}
.gallery-testimonial .cell {
	display: table-cell;
	vertical-align: middle;
	height: 92px;
}
.gallery-testimonial cite {
	color: #666;
	float: left;
	width: 106px;
	padding: 0 48px 0 28px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
}
.gallery-testimonial cite img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 11px;
}
/* news section styles */
.section-news {
	color: #fff;
	padding: 21px 0 20px;
	border-top: 4px solid #3c799c;
	background: #5295bf;
	font-size: 18px;
	line-height: 31px;
}
.section-news .pic {
	float: left;
	overflow: hidden;
}
.section-news .pic{width:178px;}
.section-news .pic,
.section-news .alignleft {margin: 6px 27px 0 0;}
.section-news .alignright {margin: 6px 0 0 27px;}
.section-news .pic img {
	display:block;
	height:auto;
	width:100%;
}
.section-news h2 {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 1px;
}
.section-news h3 {
	font-size:36px;
	line-height:44px;
	margin-bottom: 7px;
}
.section-news a {color: #fff;}
.section-news a:hover {color: #99b8d1;}
.section-news .post .description {overflow: hidden;}
.section-news .aside-left {
	float: left;
	width: 300px;
	padding: 0 26px 0 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.social-block ul {
	margin: 0;
	padding: 0;
}
.social-block li {
	list-style: none outside;
	font-size: 24px;
	line-height: 31px;
	margin-top: 10px;
}
.social-block li:first-child {margin-top: 0;}
a.ico-facebook, a.ico-twitter, a.ico-google, a.ico-email {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
}
a.ico-facebook:before,
a.ico-twitter:before,
a.ico-google:before,
a.ico-email:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../images/sprite01.png) no-repeat -1px -90px;
}
a.ico-twitter:before {background-position: -24px -90px;}
a.ico-google:before {background-position: -48px -90px;}
a.ico-email:before {background-position: -72px -90px;}
a.ico-facebook:hover:before {
	content: " ";
	background-position: -96px -90px;
}
a.ico-twitter:hover:before {
	content: " ";
	background-position: -119px -90px;
}
a.ico-google:hover:before {
	content: " ";
	background-position: -143px -90px;
}
a.ico-email:hover:before {
	content: " ";
	background-position: -167px -90px;
}
.main-col {
	overflow: hidden;
	padding: 20px 0 0;
}
.gallery .post a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 20px 100px 29px 22px;
	background: #84c0e1;
}
.gallery .post a:hover {background: #7aafd1;}
/* footer styles */
#footer:after {
	content: "";
	clear: both;
	display: block;
}
/* additional bar styles */
.add-bar {
	color: #b1b1b1;
	padding: 52px 0 72px;
	border-top: 5px solid #262626;
	background: #333;
	font-size: 14px;
	line-height: 18px;
}
.add-bar a {color: #b1b1b1;}
.add-bar .active a,
.add-bar a:hover {color: #525252;}
.add-bar h3 {
	color: #989898;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
}
.add-bar .logo {margin: -7px 0 24px;}
.footer-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footer-nav .opener {display: none;}
.footer-nav ul {
	margin: 0;
	padding: 22px 0 0;
}
.footer-nav > li {
	float: left;
	width: 33.333%; /* 237px */
	margin: 0;
	padding: 0 0 0 6.883%; /* 49px */
	list-style: none outside;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav li li {
	margin: 17px 0 0;
	padding: 0;
	list-style: none outside;
}
.footer-nav li li:first-child {margin-top: 0;}
.box {
	float: left;
	width: 458px;
	padding-left: 9px;
	padding-right: 99px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box p {margin-top: 18px;}
/* help bar styles */
.help-bar {
	color: #fff;
	padding: 23px 0 24px;
	background: #262626;
	text-align: right;
	font-size: 14px;
	line-height: 32px;
}
.help-bar a {color: #fff;}
.contact-info {
	float: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	padding: 4px 0 0;
	text-align: left;
}
.contact-info h4,
.contact-info dl,
.contact-info dt,
.contact-info dd {display: inline;}
.contact-info dl {margin: 0;}
.contact-info dt {
	clear: none;
	float: none;
	font-weight: 300;
	padding-right: 0;
	margin-left: 19px;
}
.contact-info dt:first-child {margin-left: 0;}
.contact-info h4 {
	font-size: 18px;
	line-height: 32px;
	margin: 0 14px 0 0;
}
.help-bar .add-nav li {line-height: 32px;}
.help-bar .top-nav li:before {top: 10px;}
.help-bar .add-nav a {
	margin: 0;
	padding-bottom: 3px;
	/*border-color:#fff;*/
}
.help-bar .add-nav a.link {padding: 2px 6px 1px;}
/* copyright bar styles */
.copy-bar {
	color: #ccc;
	padding: 15px 0 0;
	background: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 2px solid #fff;
}
.copy-bar .container {
	position: relative;
	padding-bottom: 66px;
}
.copy-bar a {color: #fff;}
.copy {
	float: left;
	margin: 0 36px 0 0;
}
.copy a {color: #ccc;}
.nav-btm {
	float: left;
	margin: 0;
	padding: 0;
}
.nav-btm li {
	float: left;
	margin: 0 32px 0 0;
	list-style: none outside;
}
.btn-send {
	margin: 0;
	position: absolute;
	bottom: -2px;
	right: -37px;
}
.btn-send img {vertical-align: top;}
.holder {overflow: hidden;}
/* signup popup */
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
.lightbox {
	color: #7f7e7f;
	width: 700px;
	padding: 0 88px 33px;
	background: #eae8e9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lightbox h2 {
	font-size: 52px;
	line-height: 64px;
	margin: 0;
}
.lightbox .title {
	color: #fff;
	margin: 0 -88px 20px;
	padding: 10px 88px 18px 88px;
	font-size: 24px;
	line-height: 30px;
	background: #5296be;
	border-bottom: 5px solid #475f7b;
	text-align: center;
}
.lightbox .title p {margin-top: 8px !important;}
.lightbox .action {
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
}
.lightbox .note {
	margin: 20px -40px 0;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
#fancybox-close {
	top: 14px;
	right: 14px;
	width: 24px;
	height: 24px;
	background: url(../images/sprite01.png) no-repeat -208px -85px;
}
/* contact form styles */
.wpcf7 {margin: 0;}
.wpcf7:after {
	content: "";
	clear: both;
	display: block;
}
.wpcf7 label, .wpcf7-list-item-label {
	vertical-align: top;
	line-height: 24px;
}
.wpcf7 label {
	display: block;
	margin: 23px 0 4px;
	font-size: 20px;
	line-height: 26px;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label,
.wpcf7 .acceptance + label {
	font-size: 16px;
	line-height: 24px;
}
.wpcf7 label:first-child {margin-top: 0;}
.wpcf7 .acceptance + label {
	display: inline;
	margin: 0 20px 0 0;
}
.wpcf7 .acceptance {display: inline;}
.wpcf7-list-item {display: block;}
/* response box styles */
div.wpcf7-response-output {
	margin: 0 0 18px !important;
	padding: 8px 120px 11px 28px !important;
	border: 0 !important;
	background: #f6f6f6;
	line-height: 19px;
}
div.wpcf7-validation-errors {
	color: #be5552;
	background: #e5d8d8;
}
.wpcf7-not-valid-tip {
	color: #be5552;
	display: block;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 23px 0 0;
}
.wpcf7-form-control-wrap:first-child,
.title + .wpcf7-form-control-wrap,
.wpcf7-response-output + .wpcf7-form-control-wrap,
label + .wpcf7-form-control-wrap {margin-top: 0;}
.wpcf7 select {
	float: left;
	width: 100%;
	margin: 0;
}
.wpcf7 input[type = "submit"] {
	display: inline-block;
	vertical-align: top;
	width: 235px;
}
.wpcf7 .PasswordConfirm {padding-left: 42px;}
.wpcf7 .PasswordConfirm:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	width: 26px;
	height: 18px;
	overflow: hidden;
	background: url(../images/sprite01.png) no-repeat -293px -37px;
}
.wpcf7 .PasswordConfirm .input-placeholder-text {
	margin-left: 42px;
	width: 90%;
}
/* blog page */
.counter-bar {
	padding: 0 0 16px;
	color: #5295bf;
	background: #1a2c3a;
	text-transform: uppercase;
}
.counter-box {
	z-index: 20;
	position: relative;
	float: left;
	margin: -18px 0 0;
	padding: 0 0 0 46px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.counter-box .counter {
	color: #ededed;
	overflow: hidden;
	font-size: 25px;
	line-height: 29px;
	padding: 4px 4px 3px;
	background: #192b38;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MmIzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDIwMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #192b38 0%, #14202b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#192b38), color-stop(100%,#14202b));
	background: -webkit-linear-gradient(top,  #192b38 0%,#14202b 100%);
	background: -o-linear-gradient(top,  #192b38 0%,#14202b 100%);
	background: -ms-linear-gradient(top,  #192b38 0%,#14202b 100%);
	background: linear-gradient(to bottom,  #192b38 0%,#14202b 100%);
	-webkit-box-shadow:0 4px 0 rgba(0,0,0,0.3), 1px 4px 0 rgba(0,0,0,0.3);
	box-shadow:0 4px 0 rgba(0,0,0,0.3), 1px 4px 0 rgba(0,0,0,0.3);
}
.counter-box .counter span {
	width:22px;
	height:29px;
}
.counter-box .counter .offset {margin-left:2px;}
.counter-box p {
	margin:6px 0 0;
	width:100%;
}
/* header message styles */
.msg-box {
	background:#f6f6f6;
	text-align:center;
	padding:28px 0 37px;
	border-top:1px solid #dadada;
	border-bottom:2px solid #ececec;
	-webkit-box-shadow:0 1px 0 #f7f7f7, inset 0 -1px 0 #f2f2f2;
	box-shadow:0 1px 0 #f7f7f7, inset 0 -1px 0 #f2f2f2;
	font-size:18px;
	line-height:24px;
}
.msg-box h1 {
	font-size:36px;
	line-height:44px;
	margin-bottom:5px;
}
.msg-box p {margin-top:5px;}
/* main section styles */
.section-main {padding:58px 0 32px;}
.section-main .col-main {
	float:left;
	width:854px;
	margin:0 0 0 8px;
	padding:27px 0 0;
}
/* post list styles */
.posts-list,
.single-post {overflow:hidden;}
.posts-list .description,
.single-post .description {overflow:hidden;}
/* post styles */
.posts-list .post,
.single-post {
	margin:41px 0 0;
	overflow:hidden;
}
.posts-list .post:first-child,
.single-post {margin-top:0;}
.posts-list .holder,
.single-post .holder,
.comments-block {
	float:right;
	width:712px;
}
/* post title styles */
.posts-list .title,
.single-post .title {
	margin:0 0 19px;
	padding:54px 0 9px;
	border-top:6px solid #c8681e;
	border-bottom:1px solid #e0e0e0; /* d7d7d7 */
}
.single-post .title .social-holder {
	display:none;
	margin-top:16px;
}
.posts-list .title:after,
.single-post .title:after {
	content:"";
	clear:both;
	display:block;
}
.posts-list .post:first-child .title,
.single-post .title {
	padding-top:0;
	border-top:0;
}
.posts-list .title h2,
.single-post .title h2 {margin-bottom:8px;} /* 13px */
.posts-list .title .info,
.single-post .title .info {
	font-size:13px;
	line-height:16px;
	font-weight:400;
	/*padding-left:3px;*/
}
.posts-list .title .author,
.single-post .title .author {font-weight:300;}
.posts-list .title .author a,
.single-post .title .author a {color:#db7626;}
.posts-list .title .author a:hover,
.single-post .title .author a:hover {color:#9a9a9a;}
.posts-list .title .sep,
.single-post .title .sep {margin:0 4px;}
/* post content styles */
.posts-list .content:after,
.single-post .content:after {
	content:"";
	clear:both;
	display:block;
}
.posts-list .visual,
.single-post .visual {
	text-align:center;
	border-bottom:6px solid #d7d7d7;
}
.posts-list .visual img,
.single-post .visual img {
	width:100%;
	height:auto;
	vertical-align:top;
}
.posts-list .visual + p,
.single-post .visual + p {margin-top:19px;}
/* note box styles */
.note-box {
	color:#888;
	font-style:italic;
	font-size:14px;
	line-height:22px;
	margin:27px 0 0;
}
.note-box:first-child {margin-top:0;}
/* buttons styles */
a.more {
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin-bottom:4px;
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
	padding:0 27px 2px;
	background:#90c1e1;
	border-radius:4px;
	-webkit-box-shadow:0 4px 0 #6f94ad;
	box-shadow:0 4px 0 #6f94ad;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
a.more:hover {opacity:0.8;}
a.link-comments {
	color:#fff;
	min-width:15px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:#90c1e1;
	border-radius:4px;
	font-size:12px;
	line-height:18px;
	font-weight:700;
	padding:0 12px 2px;
	text-align:center;
}
/* the narrower right-angled triangle styles */
a.link-comments:before,
a.link-comments:after {
	content:"";
	position:absolute;
	top:100%;
	right:5px;
	border:0;
	border-right-width:16px;
	border-bottom-width:11px;
	border-style:solid;
	border-color:transparent #90c1e1;
	width:0;
}
a.link-comments:after {
	border-right-width:3px;
	border-color:transparent #fff;
}
a.link-comments:hover {background:#9e9e9e;}
a.link-comments:hover:before {
	content:" ";
	border-color:transparent #9e9e9e;
}
.post .buttons {margin:27px 0 0;}
.post .buttons a {margin-left:18px;}
.post .buttons a:first-child {margin-left:0;}
.btn-load {
	text-align:center;
	margin:65px 0 0;
	padding:0 0 26px 130px;
	font-size:17px;
	line-height:20px;
	font-weight:400;
	word-spacing:2px;
}
.btn-load a {
	color:#c8681e;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:6px 0;
	border-bottom:4px solid #c8681e;
}
.btn-load a:after {
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	width:20px;
	height:21px;
	overflow:hidden;
	margin:3px 0 0 -10px;
	background:url(../images/sprite01.png) no-repeat -311px -59px;
}
.btn-load a:hover {
	color:#939393;
	border-color:#939393;
}
.btn-load a:hover:after {
	content:" ";
	height:27px;
	background-position:-311px -83px;
}
/* post meta styles */
.social-holder.fixed{
	position: fixed;
	top: 0;
}
.posts-list .meta,
.single-post .meta {
	float:left;
	width:100px;
	margin-top:67px;
}
.posts-list .post:first-child .meta,
.single-post .meta {margin-top:7px;}
.posts-list .meta .pic,
.single-post .meta .pic {
	position:relative;
	display:block;
	margin-bottom:78px;
	border-bottom:7px solid #c8681e;
}
.posts-list .meta .pic:after,
.single-post .meta .pic:after {
	display:none;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.28);
}
.posts-list .meta .pic:hover:after,
.single-post .meta .pic:hover:after {
	content:" ";
	display:block;
}
.posts-list .meta .pic img,
.single-post .meta .pic img {
	width:100%;
	height:auto;
	vertical-align:top;
}
.social-holder ul {
	margin:0;
	padding:0;
}
.social-holder li {
	margin:5px 0 0;
	list-style:none outside;
	font-size:13px;
	line-height:16px;
}
.social-holder li:first-child {margin-top:0;}
.social-holder img {vertical-align:top;}
/* sidebar styles */
.aside {
	position:relative;
	width:256px;
	padding:0 0 61px;
	font-size:13px;
	line-height:16px;
}
.aside h4 {
	font-size:18px;
	line-height:20px;
	margin-bottom:6px;
}
.aside-right {
	float:right;
	margin-right:4px;
}
.aside .widget {
	margin:18px 0 0;
	padding:0 14px 29px;
	background:#f6f6f6;
}
.aside .column {margin-top:18px;}
.aside .widget:after {
	content:"";
	clear:both;
	display:block;
}
.aside .widget:first-child,
.aside .column:first-child {margin-top:0;}
.aside .widget-title {
	color:#fff;
	font-size:18px;
	line-height:23px;
	margin:0 -14px 14px;
	padding:5px 14px;
	background:#5f96bd;
}
.popular-posts .widget-title {margin-bottom:6px;}
.socials {
	margin:0 0 0 -7px;
	padding:0;
}
.socials:after {
	content:"";
	clear:both;
	display:block;
}
.socials li {
	position:relative;
	float:left;
	padding:7px 0 0 7px;
	list-style:none;
}
a.link-facebook,
a.link-twitter,
a.link-google,
a.link-linkkedin,
a.link-email {
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	background:url(../images/sprite01.png) no-repeat -1px -1px;
	text-indent:-9999px;
}
a.link-twitter {background-position:-48px -1px;}
a.link-google {background-position:-95px -1px;}
a.link-linkkedin {background-position:-141px -1px;}
a.link-email {background-position:-188px -1px;}
.drop-active a.link-facebook,
a.link-facebook:hover {background-position:-1px -45px;}
.drop-active a.link-twitter,
a.link-twitter:hover {background-position:-48px -45px;}
.drop-active a.link-google,
a.link-google:hover {background-position:-95px -45px;}
.drop-active a.link-linkkedin,
a.link-linkkedin:hover {background-position:-141px -45px;}
.drop-active a.link-email,
a.link-email:hover {background-position:-188px -45px;}
/* socials drop styles */
.socials .drop {
	display:none;
	position:absolute;
	top:100%;
	right:-6px;
	padding:9px 0 0;
}
.socials .frame {
	position:relative;
	background:#fff;
	padding:20px 14px 21px 15px;
	border:1px solid #bdbdbd;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.24);
	box-shadow:0 0 7px rgba(0,0,0,0.24);
}
.socials .frame:before,
.socials .frame:after {
	content:"";
	position:absolute;
	right:22px;
	bottom:100%;
	width:0;
	height:0;
	overflow:hidden;
	border:13px solid;
	border-color:transparent transparent #bdbdbd;
}
.socials .frame:after {
	margin-right:1px;
	border-width:12px;
	border-color:transparent transparent #fff;
}
/* subscribe form styles */
.subscribe-form {
	position:relative;
	padding-right:93px;
	border:1px solid #dadada;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.subscribe-form {width:226px;}
.subscribe-form:after,
.subscribe-form .row:after {
	content:"";
	clear:both;
	display:block;
}
.subscribe-form form {margin:0;}
.subscribe-form .row {position:relative;}
.subscribe-form input[type="submit"] {
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	width:93px;
	height:26px;
	margin:0 !important;
	padding:0 0 2px;
	background:#db7626;
	font-size:14px;
	line-height:26px;
	font-weight:300;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	color:#afafaf;
	float:left;
	width:100%;
	height:26px;
	padding:4px 6px 5px;
	font-size:12px;
	line-height:17px;
	border:0;
}
/* popular-posts widget styles */
.aside .popular-posts ul {
	margin:0 -14px;
	padding:0;
}
.aside .popular-posts li {
	list-style:none outside;
	border-top:4px solid #fff;
	font-size:14px;
	line-height:18px;
	font-weight:400;
}
.aside .popular-posts li:first-child {border-top:0;}
.aside .popular-posts li a {
	color:#383838;
	display:block;
	padding-top:15px;
}
.aside .popular-posts li:first-child a {padding-top:0;}
.aside .popular-posts .pic {
	text-align:center;
	margin-bottom:6px;
}
.aside .popular-posts img {
	vertical-align:top;
	width:100%;
	height:auto;
}
.aside .popular-posts .wpp-post-title,
.aside .popular-posts .post-stats {
	display:block;
	padding:0 6px 10px;
}
.aside .popular-posts .pic {position:relative;}
.aside .popular-posts .pic:after {
	display:none;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(255,255,255,0.28);
}
.aside .popular-posts a:hover {
	position:relative;
	color:#5f96bd;
	border-color:#000;
}
.aside .popular-posts a:hover .wpp-post-title {position:relative;}
.aside .popular-posts a:hover .pic:after {
	content:" ";
	display:block;
}
/* related posts styles */
.aside .related-posts {padding-bottom:10px;}
.aside .related-posts .widget-title {margin-bottom:0;}
.aside .related-posts ul {
	margin:0 -14px;
}
.aside .related-posts li {
	border-top: 4px solid white;
	padding-top: 30px;
	list-style: none;
}
.aside .related-posts li:first-child {
	border: 0;
}
.aside .related-posts img {
	height: auto;
	width: 100%;
}
.aside .related-posts .crp_title {
	color: #383838;
	display: block;
	padding: 8px 14px 16px;
}
/* search form styles */
#main .widget + .widget-search {margin-top:21px;}
.aside .column .widget-search {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
}
#main .aside .widget-search {
	padding:0;
	background:none;
}
#main .searchform {
	position:relative;
	overflow:hidden;
	padding-right:42px;
	border:0;
}
#main .searchform form {
	margin:0;
	vertical-align:top;
}
#main .searchform input[type="text"],
#main .searchform input[type="search"] {
	float:left;
	width:100%;
	height:40px;
	color:#899197;
	border:solid #afafaf;
	border-width:1px 0 1px 1px;
	background:#f6f6f6;
	font-size:16px;
	line-height:23px;
	padding:8px 10px 9px;
}
#main .searchform input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	width:42px;
	height:40px;
	background:#1c2c39 url(../images/sprite01.png) no-repeat -241px -63px;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin:0 !important;
	border-radius:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
/* blog-detail page */
.posts-list .content h2,
.single-post .content h2 {
	color:#383838;
	font-size:24px;
	line-height:30px;
	margin:42px 0 14px;
}
.posts-list .content h2:first-child,
.single-post .content h2:first-child,
h2 + .alignright + p,
h2 + .alignleft + p,
.posts-list .content ul + p,
.single-post .content ul + p {margin-top:0;}
.posts-list blockquote,
.single-post blockquote {
	float:left;
	width:54.775%; /* 390px */
	font-size:40px;
	line-height:48px;
	text-align:center;
	border:0;
	margin:39px 27px 20px 0;
	padding:0;
}
.posts-list .content ul,
.single-post .content ul {
	margin:19px 0 13px;
	padding:0;
}
.posts-list .content ul li,
.single-post .content ul li {
	position:relative;
	margin:12px 0 0;
	padding-left:38px;
	list-style:none outside;
	font-size: 18px;
}
.posts-list .content ul li:first-child,
.single-post .content ul li:first-child {margin-top:0;}
.posts-list .content ul li:before,
.single-post .content ul li:before {
	color: #db7626;
	content:"●";
	position:absolute;
	left:12px;
	line-height:1;
	top:0;
	overflow:hidden;
	font-size:22px;
}
.posts-list .alignleft,
.single-post .alignleft {margin-right:30px;}
.posts-list .alignright,
.single-post .alignright {margin:86px 0 0 30px;}
.posts-list h2 + .alignright,
.single-post h2 + .alignright {margin-top:0;}
/* comments block styles */
.comments-block {
	margin-top:10px;
	padding:76px 0 45px;
	border-top:6px solid #c8681e;
}
.comments-block img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
/* pricing page */
/* additional tabset styles */
.add-tabset {
	position:relative;
	text-align:center;
	margin:18px 0 33px;
}
.add-tabset li {
	float:left;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
}
.tab-switcher {
	z-index:10;
	position:relative;
}
.add-tabset li:first-child a .circle{
	left:auto;
	right:40px;
}
.circle-holder {
	z-index:10;
	position:absolute;
	top:7px;
	left:50%;
	width:172px;
	height:42px;
	margin-left:-79px !important;
	background:#ccc;
	border-radius:18px;
	-webkit-box-shadow:inset 2px 2px 0 #8c8c8c;
	box-shadow:inset 2px 2px 0 #8c8c8c;
}
.add-tabset .circle{
	top:3px;
	left:3px;
	width:43px;
	height:36px;
	border-radius:16px;
	background:#fa8a27;
	-webkit-box-shadow:2px 2px 0 #863f00;
	box-shadow:2px 2px 0 #863f00;
	position:absolute;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.add-tabset ul.switch .circle {left:124px;}
.add-tabset a {
	z-index:100;
	position:relative;
	min-width:204px;
	color:#a1a1a1;
	background:url(../images/none.gif) !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0 0 0 84px;
	border-radius:0;
}
.add-tabset a:after {
	content:" ";
	display:none;
	top:10px;
	left:124px;
	width:0;
	height:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.add-tabset li:first-child a {
	min-width:218px;
	padding:0 84px 0 0;
}
.add-tabset li:first-child a:after {
	left:auto;
	right:40px;
}
.add-tabset strong {
	color:#bababa;
	display:block;
	font-size:26px;
	line-height:30px;
	font-weight:300;
	margin-bottom:2px;
}
.add-tabset .active a,
.add-tabset a:hover {color:#4e4e4e;}
.add-tabset .active strong,
.add-tabset a:hover strong {color:#db7626;}
.add-tabset em {
	display:block;
	font-style:normal;
}
.add-tabset .active a:after {
	display:block;
	content:' ';
}
/* tabs section styles */
.section-tabs:first-child {padding:48px 0 0;}
.section-tabs:first-child .tabset-holder {
	margin-bottom:-21px;
	background:#1a2c3a;
}
.sub-headline {
	text-align:center;
	font-size:30px;
	line-height:36px;
	padding:0 25px 52px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.panel .container {
	max-width:860px;
	margin:0 auto;
}
.sub-headline h1 {margin:0;}
.sub-headline h1 + p {margin-top:10px !important;}
/* calendar panel styles */
.calendar-block:after {
	content:"";
	clear:both;
	display:block;
}
.calendar-block a,
.section-payinplay a,
.section-signup a {color:#fff;}
.calendar-block a:hover,
.section-payinplay a:hover,
.section-signup a:hover {color:#9dbcce;}
.calendar-block h2 {
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	margin:0;
}
.calendar-block .title {
	text-align:center;
	margin:0 0 34px;
	font-size:12px;
	line-height:18px;
}
.calendar-block .col-2 .title {margin-bottom:47px;}
.calendar-block .col-1,
.calendar-block .col-2 {
	color:#fff;
	float:left;
	width:50%;
	padding:25px 0 43px;
}
.calendar-block .col-1 {
	position:relative;
	margin-left:-9999px;
	padding-left:9999px;
	background:#5f96bd;
}
.calendar-block .col-1 .frame {padding:0 74px 0 16px;}
.calendar-block .col-1:before {
	content:"";
	position:absolute;
	left:100%;
	top:0;
	width:0;
	height:0;
	overflow:hidden;
	border-style:solid;
	border-width:35px 48px 44px;
	border-color:transparent transparent transparent #5f96bd;
}
.calendar-block .col-2 {
	background:#4781a4;
	margin-right:-9999px;
	padding-right:9999px;
}
.usage-box {
	padding:12px 0 65px;
	border:2px solid #86b6d2;
	border-radius:12px;
	text-align:center;
}
.usage-box .row {
	border-top:1px solid #86b6d2;
	margin:14px 0 0;
	padding:13px 20px 0;
}
.usage-box .row:first-child {
	margin-top:0;
	padding-top:0;
	border-top:0;
}
.usage-box .label {
	display:block;
	margin:0 0 13px;
	font-weight:300;
	font-size:16px;
	line-height:20px;
}
.select-holder {
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
a.btn-select {
	position:relative;
	color:#fff !important;
	min-width:119px;
	display:inline-block;
	vertical-align:top;
	border-radius:6px;
	background:#db7626;
	border:1px solid #a14b00;
	-webkit-box-shadow:0 2px 0 #a14b00;
	box-shadow:0 2px 0 #a14b00;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	padding:6px 30px 6px 11px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a.btn-select:before,
a.btn-select:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:24px;
	height:100%;
	overflow:hidden;
	border-left:1px solid #a14b00;
}
a.btn-select:after {
	right:8px;
	top:50%;
	width:0;
	height:0;
	overflow:hidden;
	margin-top:-1px;
	border:4px solid;
	border-color:#fff transparent transparent;
}
.select-holder .drop {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:25px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select-holder ul {
	margin:0;
	padding:0;
	overflow:hidden;
	-webkit-box-shadow:0 0 13px rgba(0,0,0,0.45);
	box-shadow:0 0 13px rgba(0,0,0,0.45);
	border-radius:6px 0 0 6px;
	border:1px solid #a14b00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select-holder li {
	list-style:none outside;
}
.select-holder .drop a {
	color:#0a1117;
	display:block;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	padding:8px 11px;
	background:#fff;
}
.select-holder .drop .selected a,
.select-holder .drop a:hover {
	color:#fff;
	background:#db7626;
}
.select-holder.drop-active {z-index:20;}
.select-holder .row {
	padding:2px 12px 12px !important;
	background:#fff;
	overflow:hidden;
}
.select-holder input[type="text"],
.select-holder input[type="number"] {
	color:#0a1117;
	float:left;
	width:100%;
	height:20px;
	padding:0 4px;
	border:1px solid #b5b5b5;
	-webkit-box-shadow:inset 1px 1px 0 #d0d0d0;
	box-shadow:inset 1px 1px 0 #d0d0d0;
	border-radius:2px;
	font-size:13px;
	line-height:18px;
}
/* slider holder styles */
.slider-holder {
	max-width:207px;
	margin:0 auto;
	padding:14px 0 2px;
	line-height:16px;
}
.slider-holder .slider-info {
	position:relative;
	margin:0 0 8px;
}
.slider-holder .slider-info:after,
.slider-holder .slider-info ul:after {
	content:"";
	clear:both;
	display:block;
}
.slider-holder .slider-info ul {
	margin:0;
	padding:0;
}
.slider-holder .slider-info li {
	float:left;
	color:#383838;
	font-weight:400;
	padding-left:5px;
	list-style:none outside;
	border-left:1px solid #4d83a3;
}
.slider-holder .item-med,
.slider-holder .item-hd {
	float:none;
	position:absolute;
	left:50%;
}
.slider-holder .item-hd {
	left:100%;
	margin-left:-1px;
}
.slider-holder .slider {
	position:relative;
	height:19px;
	background:#383838;
	border-radius:4px;
}
.slider-holder .slider .ui-slider-range {
	height:100%;
	display:block;
	border-radius:4px;
	background:url(../images/bg-slider.png) repeat-x 0 -1px;
}
.slider-holder .slider .ui-slider-handle {
	position:absolute;
	top:-5px;
	width:26px;
	height:26px;
	border-radius:50%;
	margin-left:-13px;
	background:#db7626;
	-webkit-box-shadow:1px 2px 0 #a85b1d;
	box-shadow:1px 2px 0 #a85b1d;
}
.slider-holder .slider .value {
	color:#fff;
	position:absolute;
	top:100%;
	left:-9999px;
	width:200px;
	font-size:10px;
	line-height:14px;
	white-space:nowrap;
	text-align:center;
	margin:13px 0 0 -113px;
}
.slider-holder .slider .value em {
	display:inline-block;
	vertical-align:top;
	min-width:64px;
	padding:3px 3px 4px;
	font-style:normal;
	background:#3e5d7c;
	border-radius:4px;
}
.slider-holder .slider .value:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:100%;
	width:0;
	height:0;
	overflow:hidden;
	margin:0 0 -1px -4px;
	border:4px solid;
	border-color:transparent transparent #3e5d7c;
}
.calendar-block .col-2 .frame {padding:0 0 0 77px;}
.slider-holder .slider .ui-slider-handle:hover .value {left:100%;}
/* plan info styles */
.plan-info {
	color:#fff;
	position:relative;
	background:#e7720a;
	border-radius:6px;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
}
.plan-info:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:57.79%;
	height:100%;
	overflow:hidden;
	background:#1b2c3a;
}
.plan-info .plan-items {
	position:relative;
	float:left;
	width:57.79%;
	padding:13px 12px 11px 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.plan-items .item {
	text-align:center;
	font-size:18px;
	line-height:24px;
}
.plan-items .item {
	margin:5px 0 0;
	padding:3px 0 0;
	border-top:4px solid #5f96bd;
}
.plan-items .item:first-child {
	margin-top:0;
	padding-top:0;
	border-top:0;
}
.viewer-hours .unit {
	display:block;
	font-size:12px;
	line-height:16px;
}
.plan-info .plan-title {
	padding:7px 10px 7px 12px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:400;
}
.plan-title h3 {
	color:#fff;
	font-size:24px;
	line-height:26px;
	font-weight:400;
	margin:0;
}
.plan-title .unit {
	font-size:12px;
	line-height:normal;
	margin:0 1px;
}
.plan-title .price {
	font-size:31px;
	line-height:33px;
}
.plan-title .price .number {font-weight:800;}
.plan-title .price .unit {
	font-size:18px;
	margin-left:0;
}
.plan-title p {margin:3px 0 0 6px;}
/* plan details styles */
.plan-details {
	color:#dae6ed;
	margin:0 1px;
	padding:16px;
	border:2px solid #6c9ab6;
	font-size:15px;
	line-height:18px;
	border-radius:12px;
	text-align:justify;
}
.plan-info,
.plan-details,
.calendar-block .plan-description {margin-top:31px;}
.plan-info:first-child,
.plan-details:first-child,
.calendar-block .plan-description:first-child {margin-top:0;}
.plan-details .note-box {
	color:#98b8cc;
	margin:19px -16px 0;
	padding:10px 26px 0;
	border-top:1px solid #6c9ab6;
	text-align:left;
	font-size:13px;
	line-height:16px;
}
.plan-details .note-box:first-child {
	margin-top:0;
	padding-top:0;
	border-top:0;
}
/* action */
.section .action {
	text-align:center;
	margin-top:34px;
	font-size:18px;
	line-height:26px;
}
.calendar-block .action {
	color:#fff;
	font-size:16px;
	line-height:24px;
}
.section-intro .action {
	margin-top:48px;
	padding-right:40px;
}
.section .action .btn-big a {
	display:block;
	max-width:324px;
	margin-left:auto;
	margin-right:auto;
}
.section .action p {margin-top:10px;}
.section-intro .action p {margin-top:7px;}
.section-signup .action p {margin-top:4px;}
/* plans panel styles */
.panel-plans {
	padding:29px 0 25px;
	background:#f6f6f6;
	text-align:center;
}
.panel-plans .plans-list {
	margin:0;
	padding:0 23px 0 0;
	overflow:hidden;
	font-size:15px;
	line-height:22px;
}
.panel-plans .plans-list li {
	color:#333;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0 0 0 23px;
}
.panel-plans .plans-list li:before {
	content:"";
	position:absolute;
	top:9px;
	left:7px;
	right:auto !important;
	bottom:auto !important;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#12aacc;
}
.panel-plans .plans-list .same-height-left:before {display:none;}
.panel-plans .plans-list a {color:#333;}
.panel-plans .logo-holder {
	display:block;
	width:84px;
	padding-right:14px;
	margin:18px auto 0;
}
/* comparison table styles */
.comparison-table {
	width:834px;
	margin:0 auto;
	padding:5px 0 0;
}
.comparison-table:after {
	content:"";
	clear:both;
	display:block;
}
.comparison-table .note {
	color:#707070;
	width:30.336%;
	font-size:12px;
	line-height:15px;
	margin:0;
	padding:3px 25px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.comparison-table .panel-plans .note {
	color:#333;
	display:none;
	width:100%;
	font-size:16px;
	line-height:20px;
	text-align:center;
}
/* table data */
.comparison-data {
	width:100%;
	position:relative;
	background:#f6f6f6;
}
.comparison-data:after {
	content:"";
	clear:both;
	display:block;
}
.comparison-data td {
	height:60px;
	vertical-align:middle;
}
.comparison-data tr.overage-row td {height:68px;}
/* comparison header styles */
.comparison-header {
	z-index:10;
	position:absolute;
	bottom:0;
	right:100%;
	margin-right:-1px;
	width:141px;
	border:solid #90c1e1;
	border-width:6px 0 6px 6px;
	border-radius:30px 0 0 30px;
}
.comparison-header table {
	width:100%;
	margin:0;
	border-right:1px solid #9dc1d5;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.comparison-header td {
	color:#383838;
	background:#b5d9ed;
	line-height:1.429em; /* 20px */
	font-weight:300;
	text-transform:uppercase;
	padding:0 16px 0 3px;
	text-align:right;
	border:0;
}
.comparison-header em {
	position:absolute;
	font-style:normal;
}
.comparison-header tr:first-child td,
.comparison-header tr:first-child th {border-radius:24px 0 0 0;}
.comparison-header tr.last td {border-radius:0 0 0 24px;}
/* comparison body styles */
.comparison-body:after {
	content:"";
	clear:both;
	display:block;
}
.comparison-body table {
	width:100%;
	margin:0;
	border:0;
	font-weight:700;
}
.comparison-body td {
	color:#858585;
	height:60px;
	font-size:1.714em; /* 24px */
	line-height:1.083em; /* 26px */
	font-weight:700;
	padding:0 3px;
	text-align:center;
	vertical-align:middle;
	border:0;
}
.comparison-body tr.odd td,
.event-view .comparison-body tr td {background:rgba(0,0,0,0.1);}
.event-view .comparison-body tr.odd td {background:none;}
.comparison-body table .label {
	display:none;
	color:#616161;
	font-size:0.458em; /* 11px */
	line-height:1.454em; /* 16px */
	font-weight:300;
	text-transform:uppercase;
}
.comparison-body td a {color:#2a2e31;}
.comparison-body .table-holder {
	z-index:10;
	position:relative;
	border:solid #90c1e1;
	border-width:6px 0;
}
.monthly-view .col2 {overflow:hidden;}
.monthly-view .col2 .table-holder {margin:0 -1px;}
.comparison-body .col.last .table-holder {
	position:relative;
	margin-right:-6px;
	border-right-width:6px;
	border-radius:0 30px 30px 0;
}
.comparison-body .col.last tr:first-child td {border-radius:0 24px 0 0;}
.comparison-body .col.last tr.last td {border-radius:0 0 24px 0;}
.comparison-body table .value {
	display:block;
	color:#2a2e31;
}
.comparison-body tr.overage-row td {
	color:#383838;
	font-size:0.857em; /* 12px/14px */
	line-height:1.167em;
	font-weight:300;
}
.comparison-body tr.overage-row p {margin:0;}
.comparison-body tr.overage-row .value {
	display:inline;
	font-weight:700;
}
/* plan title styles*/
.comparison-table .plan-title {
	color:#fff;
	padding:15px 5px 9px;
	background:#365c7d;
	text-align:center;
	border-bottom:1px solid #aeaeae;
	line-height:1.429em;
	text-transform:uppercase;
	border-top:37px solid #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.comparison-table .col1 .plan-title {background:#5f96bd;}
.comparison-table .col3 .plan-title,
.event-view .col2 .plan-title {
	background:#1d2d3a;
	border-bottom-color:#a6b9c3;
}
.comparison-table .most-popular .plan-title {border-top:0;}
.comparison-table .most-popular .plan-title:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:106px;
	height:108px;
	overflow:hidden;
	background:url(../images/sprite01.png) no-repeat -343px -1px;
}
.comparison-table .plan-title p {margin:0;}
.comparison-table .plan-title h3 {
	text-transform:none;
	font-size:2.286em; /* 32px/40px */
	line-height:1.25em;
	margin-bottom:9px;
}
.comparison-table .plan-title .price {
	font-size:65px; /* 65px/65px */
	line-height:1em;
	font-weight:800;
	text-transform:none;
	margin:-2px 0 -3px;
}
.comparison-table .plan-title .value {font-weight:400;}
.comparison-table .plan-title .unit {
	font-size:0.462em; /* 30px */
	line-height:normal;
	font-weight:400;
}
.comparison-table .most-popular .plan-title h3 {
	font-size:4.286em; /* 60px/66px */
	line-height:1.1em;
	margin-bottom:20px; /* 20px */
}
/* action styles */
.comparison-table .action {
	color:#000;
	position:relative;
	margin:0;
	padding:20px 5px 104px;
	font-size:1em; /* 14px/18px */
	line-height:1.286em;
	text-transform:uppercase;
}
.comparison-table .action .price {
	font-size:1.714em; /* 24px/30px */
	line-height:1.25em;
}
.comparison-table .action .price .unit {
	font-size:0.583em; /* 14px */
	line-height:normal;
	margin-left:-3px;
}
.comparison-table .action p {margin-top:10px;}
.comparison-table .action .button {
	position:absolute;
	width:100%;
	left:0;
	bottom:26px;
	margin-top:0;
	text-transform:none;
}
.comparison-table .action .btn-middle {line-height:50px;}
.comparison-table .action .btn-middle a {
	width:177px;
	padding:0 3px 2px;
}
/* column styles */
.comparison-body .col {
	float:left;
	width:30.336%; /* 253px */
	background:#d9d9d9;
}
.monthly-view .col2 {background:#d0e7f4;}
.comparison-table .col.last {border-radius:0 0 30px 0;}
/* most-popular styles */
.comparison-body .most-popular {
	position:relative;
	-webkit-box-shadow:0 0 0 5px rgba(0,0,0,0.14);
	box-shadow:0 0 0 5px rgba(0,0,0,0.14);
}
.comparison-table .most-popular {width:39.328%; /* 328px */ }
/* faq section styles */
.section-faq {padding:49px 0 24px;}
.section-faq h2 {
	color:#666;
	font-size:24px;
	line-height:30px;
	font-weight:400;
	text-align:center;
	margin-bottom:20px;
}
.section-faq .container {max-width:1034px;}
/* accordion styles */
.accordion {
	margin:0;
	padding:5px 0;
	border:2px solid #d6d6d6;
	border-radius:10px;
}
.accordion li {
	list-style:none outside;
}
.accordion h3 {
	font-size:18px;
	line-height:22px;
	font-weight:300;
	margin:0;
}
.accordion .opener {
	position:relative;
	color:#666;
	display:block;
	padding:6px 32px;
}
.accordion .opener:before {
	content:"";
	position:absolute;
	left:15px;
	top:12px;
	width:0;
	height:0;
	border:6px solid;
	border-color:transparent transparent transparent #15aaca;
	overflow:hidden;
}
.accordion .active {
	padding-top:2px;
	border:solid #dcdcdc;
	border-width:2px 0;
}
.accordion .active .opener:before {
	top:15px;
	left:12px;
	border-color:#15aaca transparent transparent transparent;
}
.accordion .active:first-child {
	padding-top:0;
	border-top:0;
}
.accordion .active.last {border-bottom:0;}
.accordion .slide {padding:7px 35px 23px;}
/* monetize page */
.section-intro {
	background:#f6f6f6;
	font-size:18px;
	line-height:1.444em;
	padding-bottom:26px;
}
.section-intro:first-child {border-top:1px solid #e8e8e8;}
.section-intro .container,
.section-payinplay .container,
.section-subscription .container,
.section-posts .container,
.section-promo .container,
.section-signup .container {max-width:994px;} /* 1036px */
.section-intro .title,
.section-payinplay .title {
	text-align:center;
	margin:0 0 45px;
	font-size:18px;
	line-height:24px;
}
.section-payinplay .title {margin-bottom:33px;}
.section-intro .title p,
.section-payinplay .title p {margin-top:9px !important;}
.section-intro h2 {
	color:#5f96bd;
	margin-bottom:24px;
}
.section-intro h2,
.section .sub-title h2,
.section-posts h2,
.section-promo h2 {
	font-size:42px;
	line-height:50px;
}
.section-promo h2 {line-height:71px;}
.section-posts h2,
.section-posts h2 a {color:#5f96bd;}
.section-posts h2 a {
	display:inline-block;
	vertical-align:middle;
}
.section-posts h2 a:hover {color:#9a9a9a;}
.section-posts h2 img {
	vertical-align:middle;
	margin-right:3px;
}
.section-promo h2,
.section-promo h2 a {color:#db7626;}
.section .fig h2 {
	z-index:10;
	position:absolute;
	left:0;
	bottom:48px;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0 20px 0 38px;
	margin:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.section .alignleft {margin-right:70px;}
.section .alignright {margin-left:70px;}
.section-intro .alignright {margin:0 -45px 0 60px;}
.section-intro .alignleft {margin:0 60px 0 -45px;}
.section-intro .alignright img,
.section-intro .alignleft img {vertical-align:top;}
/*no-list styles */
.list-holder {
	position:relative;
	margin:15px 0 0;
	padding:14px 0 0;
	overflow:hidden;
}
.list-holder:before {
	content:"";
	position:absolute;
	top:0;
	left:109px;
	width:196px;
	height:1px;
	background:#d1d1d1;
}
.no-list {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.no-list li {
	color:#5f96bd;
	display:inline;
	margin:0 10px 0 0;
	vertical-align:top;
	list-style:none outside;
}
.no-list strong {
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding-left:21px;
}
.no-list strong:before {
	content:"";
	position:absolute;
	top:6px;
	left:0;
	margin:0 13px 0 0;
	width:8px;
	height:8px;
	border-radius:50%;
	overflow:hidden;
	background:#d46400;
}
.no-list li:first-child strong {padding-left:0;}
.no-list li:first-child strong:before {display:none;}
.no-list li strong {text-transform:uppercase;}
/* event view */
.event-view .col1 {width:59.952%; /* 500px */}
.event-view .col1 {
	position:relative;
	background:#cbd2d6;
	-webkit-box-shadow:5px 0 0 rgba(0,0,0,0.12);
	box-shadow:5px 0 0 rgba(0,0,0,0.12);
}
.event-view .col1 {overflow:hidden;}
.event-view .col1 .table-holder {
	margin:0 -1px;
	background:#d9d9d9;
}
.event-view .col2 {width:40.048%;} /* 334px */
.event-view .col2 .plan-title {
	position:relative;
	-webkit-box-shadow:inset 5px 0 0 #192833;
	box-shadow:inset 5px 0 0 #192833;
}
.event-view .col2 .plan-title:before,
.event-view .col2 .plan-title:after {
	content:"";
	position:absolute;
	left:-1px;
	top:0;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent transparent transparent;
	z-index:2;
}
.event-view .col2 .plan-title:after {
	margin-top:0;
	border-width:32px 38px 38px;
	border-color:transparent transparent transparent #5f96bd;
}
.event-view .action {padding:14px 5px 102px;}
.event-view .action p {margin-top:0;}
.event-view .note {
	width:auto;
	text-align:left;
}
.info-bar + .note {
	width:auto;
	background:#fff;
	text-align:right;
	padding-right:9px;
}
/* plan title */
.event-view .plan-title {
	padding:5px 5px 9px;
	font-size:1.143em; /* 16px */
	line-height:1.25em; /* 20px */
	border:0;
}
.event-view .plan-title h3 {
	font-size:2em;
	margin-bottom:3px;
}
.event-view .plan-title .price {margin-top:-5px;}
.event-view .icon {margin-bottom:5px;}
/* slider-event styles */
.slider-bar {
	position:absolute;
	left:0;
	bottom:100%;
	width:100%;
	margin-bottom:-9px;
	padding:0 0 6px;
	overflow:hidden;
}
.slider-frame {
	position:relative;
	height:4px;
	background:#f6f6f6;
	z-index:10;
	cursor:pointer;
}
.slider-event {
	position:relative;
	width:335px;
	margin:0 auto;
}
.slider-event:before,
.slider-event:after {
	content:"";
	position:absolute;
	right:100%;
	bottom:0;
	width:100%;
	height:4px;
	overflow:hidden;
	background:url(../images/bg-slider.png) repeat-x 100% -1px;
}
.slider-event:after {
	right:auto;
	left:100%;
	background:#f6f6f6;
}
.slider-event .slider-info ul {
	margin:0 -42px;
	padding:0 0 4px;
}
.slider-event .slider-info ul:after {
	content:"";
	clear:both;
	display:block;
}
.slider-event .slider-info li {
	position:relative;
	float:left;
	width:20%;
	min-height:20px;
	list-style:none outside;
	font-size:16px;
	line-height:20px;
	padding:0 0 5px;
}
.slider-event .slider-info li:before,
.slider-event .slider-info li:after {
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:4px;
	height:4px;
	overflow:hidden;
	background:#bad5e5;
	margin-left:-2px;
}
.slider-event .slider-info li:first-child:before {display:none;}
.slider-event .slider-info li:after {left:50%;}
.slider-event .slider-info em {
	color:#accce0;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-style:normal;
	margin:0 -70px;
}
.slider-event .slider-info .active em {
	color:#fff;
	font-weight:700;
}
.slider-event .slider {
	position:relative;
	height:4px;
	background:#f6f6f6;
}
.slider-event .ui-slider-range {
	height:100%;
	display:block;
	background:url(../images/bg-slider.png) repeat-x 0 -1px;
}
.slider-event .ui-slider-handle {
	position:absolute;
	bottom:-4px;
	width:0;
	height:0;
	margin-left:-14px;
	border-width:15px 14px;
	border-style:solid;
	border-color:transparent transparent #db7626;
	-webkit-box-shadow:0 2px 0 #863f00;
	box-shadow:0 2px 0 #863f00;
}
/* payinplay section */
.section-payinplay {
	background:#5f96bd;
	padding-bottom:75px;
}
.section-payinplay,
.section-subscription {
	color:#fff;
	font-size:17px;
	line-height:25px;
}
.section .sub-title {margin-bottom:10px;}
.section .sub-title {
	font-size:24px;
	line-height:38px;
}
.video-holder {
	width:335px;
	margin-top:75px;
	border-radius:6px;
	background:#89bada;
	-webkit-box-shadow:0 5px 0 #1f598d;
	box-shadow:0 5px 0 #1f598d;
}
.video-holder img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.video-holder + .holder {padding-right:20px;} /* 65px */
/* subscription section styles */
.section-subscription {
	color:#fff;
	background:#3e5d7c;
	padding:56px 0 65px;
}
.section-subscription .holder {padding-top:9px;}
/* posts section styles */
.section-posts {
	padding:57px 0;
	background:#f6f6f6;
}
.section-posts .icon {
	line-height:82px;
	display:inline-block;
	vertical-align:middle;
}
.posts-grid {
	margin:-78px -39px 0 -39px;
	overflow:hidden;
}
.posts-grid,
.section-promo,
.section-signup {
	font-size:15px;
	line-height:18px;
}
.posts-grid .post {
	float:left;
	width:50%;
	padding:78px 39px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.posts-grid .frame {
	padding:11px 33px 44px;
	background:#fff;
	border-bottom:4px solid #dbdbdb;
}
.posts-grid .frame .pic {margin:0 -33px 21px;}
.posts-grid .frame .pic img {
	width:100%;
	height:auto;
	vertical-align:top;
}
.posts-grid h3 {
	font-size:24px;
	line-height:30px;
	margin-bottom:11px;
}
/* promo section styles */
.section-promo {padding:61px 0 51px;}
.section .fig {
	z-index:0;
	float:none !important;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	max-width:490px;
	padding:4px 12px 30px 0;
}
.section-promo .alignleft {margin-right:38px;}
.section-promo .alignright {margin-left:38px;}
.section .fig.alignright {float:right !important;}
.section .fig h2 {position:absolute;}
.section .fig img {
	z-index:-1;
	position:relative;
	vertical-align:top;
}
.section .fig:after {
	content:"";
	position:absolute;
	top:0;
	left:-2px;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/bg-label.png) no-repeat;
}
.section-promo .alignleft + .holder {
	width:450px;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:14px;
}
/* signup section */
.section-signup {
	color:#fff;
	padding:45px 0 30px;
	border-top:4px solid #3c799c;
	background:#5295bf;
}
.section-signup .column {
	float:left;
	text-align:right;
	width:488px;
	margin:0 25px 0 0;
}
.section-signup .action {
	float:left;
	width:354px;
	margin:22px 0 0;
}
/* comparison-footer */
.comparison-footer {
	position:relative;
	background:#f6f6f6;
}
.comparison-footer .panel-plans {padding-top:11px;}
.info-bar {
	color:#333;
	padding:13px 10px 16px;
	background:#eae9e9;
	border-bottom:3px solid #ccc;
	font-size:18px; /* 18px */
	line-height:22px; /* 22px */
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.info-bar a {color:#333;}
.info-bar dl {
	display:inline-block;
	vertical-align:top;
	margin:0;
	overflow:hidden;
}
.info-bar dt,
.info-bar dd {
	clear:none;
	float:left;
	font-weight:300;
}
.info-bar dt {margin-left:25px;}
.info-bar dt:first-child {margin-left:0 !important;}
.tel-link {
	cursor:text;
	pointer-events:none;
}
/* text section */
.section-text {
	color:#fff;
	padding:65px 0;
	background:#3e5d7c;
	font-size:17px;
	line-height:1.471em;
}
.section-text .sub-title {
	text-align:center;
	margin-bottom:24px;
}
.section-text .container {max-width:560px;}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area,
.rad-area {
	border: 1px solid #333;
	margin: 0 10px 0 0;
	float: left;
	width: 15px;
	height: 15px;
	background:#ccc;
	-webkit-box-shadow:inset 2px 2px 0 #8c8c8c;
	box-shadow:inset 2px 2px 0 #8c8c8c;
}
.chk-checked,
.rad-checked {
	background: #fa8a27;
	-webkit-box-shadow:none;
	box-shadow:none;
}
/* custom radio styles */
.rad-area {border-radius: 50%;}
/* custom select styles */
.select-area {
	float: left;
	position:relative;
	color:#fff !important;
	border-radius:6px;
	background:#db7626;
	border:1px solid #a14b00;
	-webkit-box-shadow:0 2px 0 #a14b00;
	box-shadow:0 2px 0 #a14b00;
	font-weight:400;
	overflow: hidden;
	height: 34px;
	padding:0 41px 0 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor: default;
}
.select-active {border-radius:6px 6px 0 0;}
.select-active.select-options-flipped {border-radius:0 0 6px 6px;}
.select-area .center {
	overflow:hidden;
	display:block;
	padding: 0 0 0 11px;
	font-size:13px;
	line-height:32px;
}
.select-area .select-opener {
	position:absolute;
	right:0;
	top:0;
	width:24px;
	height:32px;
	overflow:hidden;
	background:url(../images/sprite01.png) no-repeat -633px -90px;
	border-left:1px solid #a14b00;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background:url(../images/none.gif);
	z-index: 2000;
}
.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
	/*padding:0 25px 0 0;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/none.gif);
}
.select-options ul {
	margin:0;
	padding:0;
	overflow:hidden;
	background:#fff;
	border-radius:0 0 6px 6px;
	border:1px solid #a14b00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select-options.select-options-flipped ul {border-radius:6px 6px 0 0;}
.select-options ul li {
	width: 100%;
	float: left;
	font-size:13px;
	line-height:16px;
	list-style:none outside;
}
.select-options ul a {
	text-decoration: none;
	padding: 8px 11px;
	display: block;
	cursor: default;
	color:#0a1117;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #db7626;
	color: #fff;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}
/* ---------------------------------------------------------
   4. Styles for Responsive web design
   ---------------------------------------------------------*/
/* styles for screens 1200px wide and larger */
@media only screen and (min-width: 1200px) {
	/* alternative comparison table style for home page */
	.home-page .panel .container {max-width:1170px;}
	.home-page .comparison-table {
		width:auto;
		font-size:11px;
		padding:3px 0 0 186px;
	}
	.home-page .comparison-data {background:#eae9e9;}
	.home-page .comparison-data,
	.home-page .info-bar,
	.home-page .comparison-table .note {
		float:left;
		width:667px;
	}
	.home-page .comparison-body .col {width:203px;}
	.home-page .comparison-table .most-popular {
		width:261px;
		-webkit-box-shadow:0 0 0 3px rgba(0, 0, 0, 0.14);
		box-shadow:0 0 0 3px rgba(0, 0, 0, 0.14);
	}
	.home-page .comparison-table .most-popular .plan-title:after {
		right:-1px;
		width:87px;
		height:88px;
		background-position:-563px -1px;
	}
	.home-page .comparison-header {
		width:112px;
		border-width:5px 0 5px 5px;
		border-radius:24px 0 0 24px;
	}
	.home-page .comparison-header tr:first-child td,
	.home-page .comparison-header tr:first-child th {border-radius:19px  0 0 0;}
	.home-page .comparison-header tr.last td {border-radius:0 0 0 19px;}
	.home-page .comparison-body .table-holder {border-width:5px 0;}
	.home-page .comparison-body .col.last .table-holder {
		margin-right:-5px;
		border-right-width:5px;
		border-radius:0 24px 24px 0;
	}
	.home-page .comparison-body .col.last tr:first-child td {border-radius:0 19px 0 0;}
	.home-page .comparison-body .col.last tr.last td {border-radius:0 0 19px 0;}
	.home-page .comparison-footer {background:none;}
	.home-page .panel-plans {
		float:right;
		width:266px;
		text-align:left;
		background:none;
		overflow:hidden;
		padding:77px 0 0;
	}
	.home-page .panel-plans h3 {
		font-size:24px;
		line-height:30px;
	}
	.home-page .panel-plans .logo-holder {
		width:auto;
		margin:0 0 8px;
	}
	.home-page .panel-plans .plans-list li:before {display:none;}
	.home-page .panel-plans .plans-list {
		padding:0;
		text-align:left;
	}
	.home-page .panel-plans .plans-list li {
		height:auto !important;
		padding:0;
		display:block;
		white-space:normal;
		font-size:14px;
		line-height:24px;
	}
	.home-page .comparison-table .plan-title {border-top-width:30px;}
	.home-page .monthly-view .plan-title {padding:13px 0 6px;}
	.home-page .comparison-table .plan-title h3 {margin-bottom:7px;}
	.home-page .comparison-table .most-popular .plan-title h3 {margin-bottom:15px;}
	.home-page .comparison-table .action {padding:17px 5px 83px;}
	.home-page .comparison-table .action .button {bottom:21px;}
	.home-page .comparison-table .action .btn-middle {
		font-size:17px;
		line-height:39px;
	}
	.home-page .comparison-table .action .btn-middle a {width:141px;}
	.home-page .comparison-table td {height:48px;}
	.home-page .comparison-table tr.overage-row td {height:54px;}
	.home-page .comparison-body tr.overage-row td {font-size:11px;}
	.home-page .info-bar {
		font-size:15px;
		line-height:20px;
		padding:10px;
	}
	.home-page .info-bar dt {margin-left:19px;}
	.home-page .comparison-table .note {
		font-size:11px;
		line-height:16px;
	}
	.home-page .comparison-table .plan-title .price {
		font-size:51px;
		margin-bottom:1px;
	}
	.home-page .plan-title .icon {
		width:80px;
		height:auto;
	}
	/* event-view styles */
	.home-page .event-view .col {width:267px;}
	.home-page .event-view .col1 {
		width:400px;
		-webkit-box-shadow:3px 0 0 rgba(0,0,0,0.12);
		box-shadow:3px 0 0 rgba(0,0,0,0.12);
	}
	.home-page .event-view .plan-title {padding-bottom:7px;}
	.home-page .event-view .col2 .plan-title {
		-webkit-box-shadow:inset 3px 0 0 #192833;
		box-shadow:inset 3px 0 0 #192833;
	}
	.home-page .event-view .col2 .plan-title:after {border-width:26px 31px 31px;}
	.home-page .event-view .col2 .plan-title:before {
		margin-top:-6px;
		border-width:32px 36px 36px;
	}
	.home-page .event-view .plan-title h3 {font-size:26px;}
	.home-page .slider-event {width:267px;}
	.home-page .event-view .plan-title h3 {margin-bottom:1px;}
	.home-page .event-view .plan-title .price {margin:-2px 0 -3px;}
	.home-page .event-view .action {padding:14px 5px 78px;}
	.home-page .slider-event .slider-info ul {margin:0 -33px;}
	.home-page .slider-event .slider-info li {
		font-size:13px;
		line-height:20px;
		padding-bottom:0;
	}
	.home-page .slider-event .ui-slider-handle {
		margin-left:-11px;
		border-width:13px 11px;
		bottom:-3px;
	}
	.home-page #tab2 .panel-plans {padding-top:18px;}
}
@media only screen and (max-width: 1299px) {
	.slideshow .description {
		font-size:34px;
		line-height:40px;
	}
	.slideshow .slide li:before {top:7px;}
}
/* styles for screens with width from 1024px to 1199px */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.container {
		padding-right:15px;
		padding-left:15px;
	}
	.nav-container {padding-left:379px;}
	.search-panel {right:18px;}
	.slideshow .pic {
		position:relative;
		left:50%;
		width:1270px;
		margin-left:-635px;
	}
	.logos li {
		padding-left:5px;
		padding-right:5px;
	}
	.grid h2 {
		padding-left:20px;
		padding-right:20px;
	}
	.cols .col-1 {width:620px;}
	.cols .col-1 img {
		max-width:100%;
		height:auto;
	}
	.cols .col-2 {padding-top:30px;}
	.gallery .post a {padding-right:50px;}
	.gallery-testimonial {
		padding-left:10px;
		padding-right:10px;
	}
	.gallery-testimonial cite {padding-left:0;}
	/* help bar styles */
	.help-bar {padding:0;}
	.contact-info {
		float:none;
		display:block;
		margin:0 -200px;
		padding:19px 0;
		text-align:center;
		background:#333;
		border-top:1px solid #262626;
	}
	#footer .utility-panel {
		float:none;
		padding:28px 45px 27px 37px;
	}
	#footer .top-nav {
		float:left;
		padding-top:3px;
		margin-left:0;
	}
	#footer .add-nav {
		float:right;
		padding-top:0;
		margin-right:0;
	}
	#footer .add-nav li {padding-left:35px;}
	#footer .add-nav li:first-child {padding-left:0;}
	.btn-send {right:10px;}
	/* blog page */
	.section-main .container {max-width:980px;}
	.section-main .col-main {
		width:676px;
		padding-left:0;
	}
	.posts-list .holder,
	.single-post .holder,
	.comments-block {
		width:534px;
		padding-left:0;
	}
	.aside-right {margin-right:0;}
	/* monetize page */
	.section-intro .alignright {margin:0 0 0 50px;}
	.section-intro .alignleft {margin:0 50px 0 0;}
	.posts-grid {
		margin-left:-20px;
		margin-right:-20px;
	}
	.posts-grid .post {
		padding-left:20px;
		padding-right:20px;
	}
}
/* styles for screens 1024px wide and larger */
@media only screen and (min-width: 1024px) {
	.nav .drop {
		position: absolute;
		top: 100%;
		left: -9999px;
		width: 290px;
	}
	.nav ul {
		margin:0;
		padding:7px 0 10px;
		background:#d7f0fd;
		border-radius:0 6px 6px 6px;
	}
	.nav > .has-drop-down.hover > a {
		color:#1a2b3a;
		background:#d7f0fd;
		border-radius:6px 6px 0 0;
	}
	.nav > .hover {position:relative;}
	.nav .hover .drop {left:0;}
}
/* styles for screens 1023px wide and narrower */
@media only screen and (max-width: 1023px) {
	h1 {
		font-size:56px;
		line-height:67px;
	}
	#header .top-nav {display:none;}
	a.btn-menu {display:block;}
	.container {
		padding-left:20px;
		padding-right:20px;
	}
	.home-page .container {
		padding-left:25px;
		padding-right:25px;
	}
	/* header styles */
	/* logo style */
	#header .logo {
		width:205px;
		float:left;
		position:static;
	}
	#header .logo:before {display:none;}
	/* top bar styles */
	.top-bar {
		padding:16px 0 18px;
		background:#162a3b url(../images/bg-top-bar-tablet.png) no-repeat;
		background-size:100% auto;
	}
	.top-bar .container {
		position:static;
		padding:0 21px 0 86px;
	}
	.add-nav {padding-top:5px;}
	/* navigation bar styles */
	.nav-bar {position:static;}
	.nav-container {
		z-index:100;
		position:absolute;
		top:0;
		right:100%;
		width:293px;
		bottom: 0;
		padding:8px 0 !important;
		background:#121f2a;
		-webkit-box-shadow:inset -4px 0 7px rgba(1,1,1,0.53);
		box-shadow:inset -4px 0 7px rgba(1,1,1,0.53);
	}
	/* search panel styles */
	.search-panel {
		position:static;
		width:100%;
		margin:0 0 13px;
		padding:0 9px 0 6px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.btn-search {display:none !important;}
	/* search form styles */
	.search-form {
		position:relative;
		left:0 !important;
		width:100%;
		height:auto;
		padding:0 0 0 44px;
		background:#0d171f;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.2);
		box-shadow:inset 0 0 2px rgba(0,0,0,0.5);
		border-radius:6px;
	}
	.search-form .row {width:100%;}
	.search-form input[type="text"],
	.search-form input[type="search"] {
		height:43px;
		background:url(../images/none.gif);
		border-radius:0 6px 6px 0;
	}
	.search-form input[type="text"],
	.search-form input[type="search"],
	.search-form .input-placeholder-text {padding:8px 15px 9px 0;}
	.search-form .input-placeholder-text {display:none;}
	.search-form input[type="submit"] {
		float:none;
		margin:0;
		position:absolute;
		left:0;
		top:0;
		width:44px;
		height:48px;
		background:url(../images/sprite02.png) no-repeat -47px -1px;
		border-radius:6px 0 0 6px;
	}
	#main .searchform input[type="submit"] {background:#1c2c39 url(../images/sprite02.png) no-repeat -158px -1px;}
	/* main navigation styles */
	.nav li {
		float:none;
		font-weight:700;
		line-height:30px;
		margin:18px 0 0;
	}
	.nav li:first-child {margin-top:0 !important;}
	#nav > li.active > a {color:#fff;}
	#nav > li > a:hover {color:#90c1e1;}
	.nav a {
		padding-left:15px !important;
		padding-right:15px;
	}
	.nav ul {padding:17px 0 8px 2px;}
	.nav li li {
		font-weight:300;
		margin:14px 0 0;
	}
	.nav li li a {color:#8fb2d2;}
	.nav li .active a,
	.nav li li a:hover {color:#000;}
	/* slideshow styles */
	.slideshow p {margin-top:4px;}
	.slideshow .slide li {padding:0 0 0 23px;}
	.slideshow .slide li:before {
		top:8px;
		width:14px;
		height:25px;
		background:url(../images/sprite02.png) no-repeat -106px -1px;
	}
	.slideshow .description {
		top:10px;
		bottom:42px;
		width:402px;
		padding:27px 29px 148px 53px;
		font-size:31px;
		line-height:36px;
	}
	.slideshow .action {
		padding:20px 34px 20px 53px;
		font-size:14px;
		line-height:20px;
	}
	.switcher-holder {bottom:16px;}
	.slideshow .btn-big {line-height:60px;}
	.slideshow .btn-big a {min-width:254px;}
	/* items section styles */
	.section-items {padding:4px 0 41px;}
	.items {
		max-width:576px;
		margin:0 auto;
	}
	.items li {
		width:50%;
		padding:0 9px;
	}
	/* logos section styles */
	.section-logos {padding-bottom:30px;}
	.logos {margin:0;}
	.logos li {line-height:44px;}
	.logos li:first-child a,
	.logos li:first-child + li a,
	.logos li:first-child + li + li a {
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
	}
	/* categories section styles */
	.grid {
		max-width:600px;
		margin:-22px auto 0;
		padding-bottom:5px;
	}
	.grid li {
		width:50%;
		padding-top:25px;
	}
	/* tabs section styles */
	.cols {height:896px;}
	.cols .col-1 {display:none;}
	/* help section styles */
	.section-help {padding:42px 0 66px;}
	.section-help h2 {
		font-size:48px;
		line-height:58px;
		margin-bottom:45px;
	}
	h2 + .button.btn-calculator {padding-top:0;}
	/* testimonial section styles */
	.section-testimonial {padding:43px 0 36px;}
	.gallery-testimonial {padding:0 16px;}
	.gallery-testimonial blockquote {
		font-size:21px;
		line-height:25px;
	}
	.gallery-testimonial cite {padding-right:28px;}
	.gallery-testimonial .cell {height:82px;}
	/* news section styles */
	.section-news {
		padding:28px 0 21px;
		font-size:14px;
		line-height:18px;
	}
	.section-news .container {
		padding:0 71px 0 54px;
	}
	.section-news .aside-left {
		width:270px;
		padding:0 11px 0 0;
	}
	.section-news .description {padding-left:7px;}
	.section-news h2 {
		font-size:24px;
		line-height:30px;
		margin-bottom:4px;
	}
	.section-news h3 {
		font-size:33px;
		margin-bottom:2px;
	}
	.main-col {padding:5px 0 0;}
	.social-block li {
		font-size:22px;
		margin-top:6px;
	}
	.gallery .post a {padding:18px 17px 10px;}
	.section-news .pic {
		float:none !important;
		width:100%;
		height:auto;
		margin:0 0 7px;
	}
	.gallery .switcher-holder {margin-top:17px;}
	/* footer styles */
	.add-bar .container,
	.help-bar .container {padding:0;}
	.add-bar {padding:23px 0 0;}
	.add-bar .logo {
		float:left;
		width:266px;
		margin:5px 39px 0 5px;
	}
	.box {
		float:none;
		width:100%;
		padding:0 30px 25px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.footer-nav {
		float:none;
		width:auto;
		padding:20px 0 18px;
		background:#262626;
	}
	.footer-nav > li {padding-right:3.333%;}
	/* help bar styles */
	.help-bar {padding:0;}
	.contact-info {
		float:none;
		display:block;
		padding:18px 0 19px;
		text-align:center;
		background:#333;
	}
	#footer .utility-panel {
		float:none;
		padding:28px 45px 27px 37px;
	}
	#footer .top-nav {
		float:left;
		padding-top:3px;
		margin-left:0;
	}
	#footer .add-nav {
		float:right;
		padding-top:0;
		margin-right:0;
	}
	#footer .add-nav li {padding-left:35px;}
	#footer .add-nav li:first-child {padding-left:0;}
	/* copy-bar */
	.copy-bar {
		padding:24px 0 0;
		text-align:center;
	}
	.copy-bar .container {padding-bottom:87px;}
	.copy,
	.nav-btm {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.btn-send {
		right:auto;
		left:33px;
	}
	/* signup popup */
	.lightbox {
		width:720px;
		padding-right:43px;
		padding-left:43px;
	}
	.lightbox .title {
		margin-left:-43px;
		margin-right:-43px;
		padding-left:43px;
		padding-right:43px;
	}
	.lightbox .note {
		margin-right:-23px;
		margin-left:-23px;
	}
	/* blog page */
	.col-main > .navigation:first-child {margin-top:0;}
	.counter-bar {display:none;}
	.msg-box {padding:45px 0 40px;}
	.msg-box .container {
		padding-left:15px;
		padding-right:15px;
	}
	/* main section styles */
	.section-main {padding:14px 0 190px;}
	.msg-box + .section-main {padding-top:7px;}
	.section-main:first-child {
		border-top:1px solid #f1f1f1;
		-webkit-box-shadow:inset 0 3px 0 #dbdbdb, inset 0 4px 0 #e2e2e2;
		box-shadow:inset 0 3px 0 #dbdbdb, inset 0 4px 0 #e2e2e2;
	}
	.section-main .col-main {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	/* post styles */
	/*
	.posts-list,
	.single-post {line-height:1.438em;} */
	.posts-list .holder,
	.single-post .holder {
		width:88.235%; /* 600px */
	}
	.post .buttons {margin-top:66px;}
	.comments-block {
		float:none;
		width:100%;
		clear:both;
	}
	.posts-list .holder,
	.single-post .holder,
	.posts-list .post,
	.posts-list,
	.single-post {overflow:visible;}
	.posts-list .post {
		margin-top:36px;
		padding-top:28px;
		border-top:6px solid #C8681E;
	}
	.posts-list .post:first-child {margin-top:0;}
	.posts-list .post .title,
	.posts-list .post:first-child {
		padding-top:0;
		margin-top:0;
		border-top:0;
	}
	.posts-list:after,
	.posts-list .holder:after,
	.single-post .holder:after,
	.posts-list .post:after,
	.single-post:after {
		content:"";
		clear:both;
		display:block;
	}
	/* post meta styles */
	.posts-list .meta,
	.single-post .meta,
	.posts-list .post:first-child .meta,
	.single-post .meta {
		width:9.853%;
		margin-top:3px;
	}
	.posts-list .meta .pic,
	.single-post .meta .pic {
		border-bottom-width:5px;
		margin-bottom:84px;
	}
	/* post title styles */
	.posts-list .title,
	.single-post .title {
		padding-bottom:4px;
		margin-bottom:11px;
	}
	.posts-list .title h2,
	.single-post .title h1 {
		font-size:36px;
		line-height:30px;
		margin-bottom:30px;
	}
	/* visual */
	.posts-list .visual,
	.single-post .visual {border-bottom-width:5px;}
	.posts-list blockquote,
	.single-post blockquote {
		font-size:36px;
		line-height:43px;
		width:48%;
		margin:56px 36px 10px 0;
	}
	.posts-list blockquote + p,
	.single-post blockquote + p {margin-top:48px;}
	.posts-list .alignright,
	.single-post .alignright {margin:129px -20px 20px 100px;}
	.posts-list .alignright + p,
	.single-post .alignright + p {overflow:hidden;}
	.posts-list .content ul li,
	.single-post .content ul li {padding-left:30px;}
	.posts-list .content ul li:before,
	.single-post .content ul li:before {left:1px;}
	/* aside styles */
	.aside {
		float:none !important;
		width:100%;
		overflow:hidden;
		margin:27px 0 0;
		padding:0 2px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.aside .column {
		float:left;
		width:50%;
		padding:0 13px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.aside .column:first-child {margin-top:18px;}
	.aside .column .widget-search {
		position:static;
		margin-top:21px;
	}
	.btn-load {
		margin:73px -20px 0;
		padding:33px 20px 58px;
		background:#f1f1f1;
	}
	.aside .widget {margin-top:4px;}
	.aside .widget,
	.aside .widget-title {
		padding-left:30px;
		padding-right:20px;
	}
	.aside .popular-posts .wpp-post-title,
	.aside .popular-posts .post-stats {padding-left:25px;}
	.aside .widget-title,
	.aside .popular-posts ul {
		margin-left:-30px;
		margin-right:-20px;
	}
	/* monetize page */
	.section-intro {
		padding:49px 0 43px;
		font-size:16px;
		line-height:20px;
	}
	.section .alignleft,
	.section .alignright {
		float:none;
		width:100% !important;
		text-align:center;
		margin:0 0 14px;
	}
	.section .alignleft img,
	.section .alignright img {
		max-width:100%;
		height:auto;
	}
	.section-intro h2 {margin-bottom:27px;}
	.list-holder {
		max-width:472px;
		margin:45px auto 0;
		padding:20px 5px 0 15px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		border-top:1px solid #d1d1d1;
	}
	.list-holder:before {display:none;}
	.section-intro .action {
		margin-top:14px;
		padding-right:0;
	}
	/* payinplay section styles */
	.section-payinplay {padding:30px 0 73px;}
	.section-payinplay .title {
		max-width:550px;
		margin:0 auto 41px;
	}
	.video-holder,
	.section .video-holder {
		width:335px !important;
		margin:0 auto 33px !important;
		float:none !important;
	}
	/* subscription section styles */
	.section-subscription {
		font-size:16px;
		line-height:20px;
	}
	/* posts section styles */
	.section-posts {
		padding:34px 0 32px;
		font-size:14px;
		line-height:17px;
	}
	.posts-grid {margin:-20px -10px 0;}
	.posts-grid .post {
		padding:20px 10px 0;
		font-size:14px;
		line-height:17px;
	}
	.section-posts h2 {
		font-size:30px;
		line-height:53px;
		margin-bottom:10px;
	}
	.posts-grid .frame {padding:2px 25px 38px;}
	.posts-grid .frame .pic {margin:0 -25px 14px;}
	.section-posts h3 {
		font-size:17px;
		line-height:20px;
		margin-bottom:8px;
	}
	/* promo section styles */
	.section-promo {
		font-size:14px;
		line-height:17px;
		padding:49px 0 39px;
	}
	.section .fig {
		max-width:350px;
		padding:4px 10px 21px 0;
	}
	.section .fig:after {background-size:100% 100%;}
	.section .fig h2 {
		font-size:30px;
		bottom:16px;
		padding-left:28px;
	}
	.section .fig.alignleft {
		float:left !important;
		margin-right:13px;
	}
	.section .fig.alignright {
		float:right !important;
		margin-left:13px;
	}
	.section .fig + .holder {
		width:auto;
		display:block;
		overflow:hidden;
	}
	.section-promo h3 {
		font-size:22px;
		line-height:26px;
		margin-bottom:8px;
	}
	/* signup section styles */
	.section-signup {
		padding:9px 0 29px;
		text-align:center;
	}
	.section-signup h3 {
		font-size:30px;
		line-height:40px;
		margin-bottom:8px;
	}
	.section-signup .column,
	.section-signup .action {
		width:100%;
		float:none;
		text-align:center;
	}
	/* pricing page */
	.section-tabs:first-child {
		padding-top:0;
		border-top:0;
	}
	.section-tabs:first-child .tabset-holder {
		position:static;
		margin:0 0 44px;
		padding:9px 0 0;
		background:#1a2c3a;
	}
	.section-tabs .container {
		padding-left:5px;
		padding-right:5px;
	}
}
/* styles for screens 720px wide and larger */
@media only screen and (min-width: 720px) {
	.footer-nav .slide {position:static !important;}
	.section.next-tabs {padding-bottom:70px !important;}
	.section-logos.next-tabs {padding-bottom:61px !important;}
	.section-categories.next-tabs {padding-bottom:89px !important;}
	.section-tabs.next-tabs {padding-bottom:76px !important;}
	.section-testimonial.next-tabs {padding-bottom:84px !important;}
}
/* styles for screens with width from 720px to 1199px */
@media only screen and (min-width: 720px) and (max-width: 1199px) {
	/* pricing page */
	/* monthly view tab */
	.comparison-table {
		width:100%;
		font-size:12.5px;
	}
	.comparison-header {display:none;}
	.comparison-table .label,
	.comparison-body tr.overage-row td,
	.comparison-body tr.overage-row td .label {
		font-size:11px;
		line-height:16px;
	}
	.comparison-body .table-holder {
		margin-right:0 !important;
		border:0 !important;
		border-radius:0 !important;
	}
	.comparison-body .col.last tr:first-child td,
	.comparison-body .col.last tr.last td,
	.comparison-table .col.last {border-radius:0;}
	.comparison-body table .label {display:block;}
	.comparison-body td {height:53px;}
	.comparison-data tr.overage-row td {height:61px;}
	.comparison-body .most-popular {
		-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0.14);
		box-shadow:0 0 0 3px rgba(0,0,0,0.14);
	}
	.comparison-body .action .button {
		font-size:20px;
		line-height:44px;
	}
	.comparison-body .action .btn-middle a {width:155px;}
	.comparison-body .plan-title .price {font-size:57px;}
	.comparison-body .plan-title .icon {
		width:86px;
		height:auto;
	}
	.comparison-body .action {padding:16px 5px 98px;}
	.comparison-body .plan-title h3 {margin-bottom:5px;}
	.comparison-body .plan-title .price {margin:-10px 0 0;}
	.comparison-footer {margin:0 -5px;}
	.comparison-table .panel-plans {padding-top:29px;}
	.comparison-table .note {display:none;}
	.comparison-table .panel-plans .plans-list {
		font-size:16px;
		line-height:20px;
	}
	.comparison-table .panel-plans .note {display:block;}
	.monthly-view .plan-title {padding-bottom:16px;}
	.monthly-view .most-popular .plan-title h3 {margin-bottom:2px;}
	.monthly-view .most-popular .plan-title .price {margin:0 0 -1px;}
	.monthly-view .plan-title .price {margin-top:-16px;}
	.monthly-view .most-popular .plan-title:after {
		right:-1px;
		width:96px;
		height:97px;
		background-position:-459px -1px;
	}
	.monthly-view .col {width:32.817%;} /* 233px */
	.monthly-view .most-popular {width:34.366%;} /* 244px */
	.monthly-view .panel-plans h3 {margin-bottom:10px;}
	/* event view tab */
	.event-view .plan-title {padding-bottom:5px;}
	.event-view .col1 .plan-title {padding-bottom:33px;}
	.event-view .icon {margin-bottom:0;}
	.event-view .action {
		padding:13px 0 76px;
		border-bottom:3px solid #c3c3c3;
	}
	.event-view .action .button {bottom:12px;}
	.event-view .slider-bar {margin-bottom:-10px;}
	.event-view .slider-event .slider-info ul {margin:0 -36px;}
	.event-view .slider-event {max-width:280px;}
	.event-view .col2 .plan-title:after {border-width:29px 33px 32px;}
	.event-view .col2 .plan-title:before {
		margin-top:-6px;
		border-width:35px 37px;
	}
	.event-view .col1 {
		-webkit-box-shadow:3px 0 0 rgba(0,0,0,0.12);
		box-shadow:3px 0 0 rgba(0,0,0,0.12);
	}
	.event-view .col2 .plan-title {
		-webkit-box-shadow:inset 3px 0 0 rgba(0,0,0,0.12);
		box-shadow:inset 3px 0 0 rgba(0,0,0,0.12);
	}
	/* help section style */
	.tab-content .section-help {margin-top:0;}
	.tab-content .section-help h2 {margin-bottom:20px;}
	/* calculator tab */
	.sub-headline {
		font-size:25px;
		line-height:31px;
		padding-bottom:42px;
	}
	.calendar-block .col-1 {
		padding-left:500px;
		margin-left:-500px;
	}
	.calendar-block .col-2 {
		padding-right:500px;
		margin-right:-500px;
	}
	.sub-headline h1 {
		font-size:50px;
		line-height:60px;
	}
	.calendar-block h2 {
		font-size:20px;
		line-height:26px;
	}
	.calendar-block .col-1:before {border-width:28px 40px 37px;}
	.calendar-block .col-1 .frame {
		padding-left:31px;
		padding-right:36px;
	}
	.calendar-block .col-2 .frame {
		padding-left:36px;
		padding-right:31px;
	}
	.calendar-block .plan-info .plan-items,
	.calendar-block .plan-info:before {width:50%;}
	.calendar-block .usage-box .row {
		padding-left:10px;
		padding-right:10px;
	}
	.calendar-block .usage-box .label {
		font-size:14px;
		line-height:20px;
	}
	.calendar-block .plan-details {
		font-size:13px;
		line-height:15px;
	}
	/* home page */
	.home-page .section-tabs {padding-bottom:0;}
	.panel-plans h3 + .logo-holder {margin-bottom:8px;}
}
/* styles for screens 719px wide and narrower */
@media only screen and (max-width: 719px) {
		
	.slideshow .pic{
		position:static;
	}
	.slideshow .pic img{
		height:auto !important;
		width:100% !important;
		margin:0 !important;
	}
	.slideshow,
	.slideshow .slide{
		height:auto;
	}
	h1 {
		font-size:40px;
		line-height:1em;
	}
	.container {
		padding-left:10px;
		padding-right:10px;
	}
	h2 {
		font-size:24px;
		line-height:30px;
	}
	.col-main > h2 {
		font-size:30px;
		line-height:26px;
		margin-top:14px;
	}
	h3 {
		font-size:22px;
		line-height:28px;
	}
	input[type="submit"] {
		width:100%;
		height:46px;
		font-size:20px;
		line-height:46px;
	}
	.wpcf7 input[type="submit"] {
		float:left;
		width:100%;
	}
	.wpcf7 input[type="text"],
	.wpcf7 input[type="search"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="password"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="url"],
	.wpcf7 textarea,
	.wpcf7 .input-placeholder-text,
	.comment-form textarea,
	.comment-form input[type="text"] {
		height:46px;
		padding-left:12px;
		padding-right:12px;
		font-size:16px;
		line-height:23px;
	}
	.lightbox .note {
		margin:15px -10px 0;
		font-size:16px;
		line-height:24px;
	}
	.wpcf7 .PasswordConfirm:before {top:11px;}
	/* header styles */
	.top-bar {
		padding:36px 0 0;
		background-image:url(../images/bg-top-bar-mobile.png);
	}
	a.btn-menu {top:36px;}
	.top-bar .container {padding:0 25px;}
	#header .logo {
		float:none;
		margin-left:61px;
	}
	#header .utility-panel {
		float:none;
		margin:28px -25px 0;
		padding:15px 25px 13px;
		text-align:center;
		background:#000;
	}
	.add-nav {
		float:none;
		display:inline-block;
		vertical-align:top;
		padding-top:0;
		margin:0;
	}
	/* slideshow styles */
	.slideshow {border-bottom:17px solid #fff;}
	.slideshow .switcher-holder {display:none;}
	.slideshow .description {
		top:auto;
		bottom:auto;
		right:auto;
		position:relative;
		width:100%;
		padding:0;
		border-radius:0;
		overflow:visible;
		font-size:18px;
		line-height:21px;
	}
	.slideshow .description.alignleft{left:0;}
	.slideshow .slide li {
		margin-top:11px;
		padding-left:15px;
	}
	.slideshow .slide li:before {
		top:6px;
		width:7px;
		height:13px;
		background-position:-106px -30px;
	}
	.slideshow .frame {
		position:absolute;
		bottom:100%;
		width:100%;
		padding:17px 25px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		background:rgba(26,43,58,0.67);
	}
	.slideshow h1 {
		font-size: 32px;
	}
	.slideshow p {
		font-size: 20px;
	}
	.slideshow .action {
		position:static;
		overflow:hidden;
		/*border-radius:0;*/
		padding:22px 5px 23px;
		background:#1a2b3a;
	}
	.btn-big {
		font-size:21px;
		line-height:51px;
	}
	.btn-big a {
		border-radius:4px;
		padding-bottom:1px;
	}
	.slideshow .btn-big {
		font-size:26px;
		line-height:30px;
	}
	.slideshow .btn-big a {
		padding:18px 22px;
		min-width:10px;
		border-radius:8px;
	}
	.slideshow .note {display:none;}
	/* items section styles */
	.section-items {padding:0 0 82px;}
	.items li {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	/* logos section styles */
	.section-logos {
		border-top:0;
		padding:75px 0 37px;
	}
	.section-logos .container {
		padding-left:5px;
		padding-right:5px;
	}
	.logos li {
		padding:0 5px;
		line-height:49px;
	}
	.logos li:first-child a,
	.logos li:first-child + li a,
	.logos li:first-child + li + li a {margin:0;}
	/* categories section styles */
	.section-categories {padding:13px 0 25px;}
	.headline .counter {padding:0 8px 5px;}
	.headline {margin-bottom:19px;}
	.headline h1 {
		display:block;
		font-size:21px;
		line-height:30px;
		margin:0 -15px;
	}
	.headline h1:before {
		width:28px;
		height:22px;
		vertical-align:-4px;
		background:url(../images/sprite02.png) no-repeat -122px -1px; /* without */
	}
	.grid li {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	/* tabs section atyles */
	.section-tabs {
		margin:0;
		padding:0 0 20px;
		border-top:0;
	}
	.tabset-holder {
		position:static;
		overflow:hidden;
		padding:19px 10px 38px;
		background:#1a2b3a;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.section-tabs:first-child .tabset-holder {
		padding:14px 10px;
		margin-bottom:0;
	}
	.tabset {display:block;}
	.tabset li {
		float:none;
		margin:5px 0 0;
		padding:0;
	}
	.tabset li:first-child {margin-top:0;}
	.tabset a {border-radius:6px;}
	/* help section styles */
	.section-help {padding:31px 0 40px;}
	.section-help h2 {
		font-size:24px;
		line-height:30px;
		padding:0 25px;
		margin-bottom:29px;
	}
	.btn-calculator:before {
		display:block;
		margin:0 auto 27px;
	}
	/* testimonial section styles */
	.section-testimonial {padding-bottom:48px;}
	.section-testimonial .container {padding:0 5px;}
	.gallery-testimonial {padding:0;}
	.gallery-testimonial blockquote {
		font-size:15px;
		line-height:18px;
	}
	.gallery-testimonial cite {padding:3px 16px 0 5px;}
	.gallery-testimonial .frame {padding:8px 0;}
	.gallery-testimonial blockquote p {
		display:block;
		margin-top:8px;
	}
	.gallery-testimonial blockquote p:first-child {margin-top:0;}
	/* news section styles */
	.section-news {padding:0 0 14px;}
	.section-news .container {padding:0;}
	.section-news .aside-left {
		float:none;
		width:100%;
		padding:0 54px 2px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.gallery .post a {padding:26px 15px 27px;}
	.section-news .pic {margin-bottom:10px;}
	.section-news h2 {margin-bottom:8px;}
	.gallery .switcher-holder {margin-top:6px;}
	/* footer styles */
	.add-bar {padding:18px 0 0;}
	.box {padding:0 10px 8px 20px;}
	.add-bar .logo {
		float:none;
		margin:0 auto 17px;
		padding-left:13px;
	}
	.footer-nav {padding:0 0 18px;}
	.footer-nav > li {
		float:none;
		width:100%;
		margin:4px 0 0;
		padding:0;
	}
	.footer-nav > li:first-child {margin-top:0;}
	.footer-nav h3 span {display:none;}
	.footer-nav h3 .opener {
		display:block;
		padding:11px 20px;
	}
	.footer-nav h3 a:after {
		content:"";
		display:inline-block;
		vertical-align:middle;
		margin-left:3px;
		width:0;
		height:0;
		overflow:hidden;
		border-width:4px 5px;
		border-style:solid;
		border-color:transparent transparent transparent #1fbfe0;
	}
	.footer-nav .active h3 a:after {
		vertical-align:-2px;
		border-width:5px 4px;
		border-color:#1fbfe0 transparent transparent transparent;
	}
	.footer-nav .active a,
	.footer-nav li li a {color:#b1b1b1;}
	.footer-nav ul {padding:0;}
	.footer-nav li li {margin:0;}
	.footer-nav li li a {
		display:block;
		padding:15px 20px;
	}
	.footer-nav .odd a {background:#232323;}
	/* help bar styles */
	.contact-info {
		padding:4px 0 7px;
		line-height:37px;
	}
	.contact-info dt {margin-left:0;}
	.contact-info dt:first-child + dd:after {
		content:"";
		clear:both;
		display:block;
	}
	#footer .utility-panel {
		padding:21px 0 16px;
		text-align:center;
	}
	#footer .add-nav {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 0 27px;
	}
	#footer .add-nav li {padding:0 22px !important;}
	#footer .top-nav {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#footer .top-nav li {
		font-size:15px;
		padding-left:43px;
	}
	#footer .top-nav li:before {left:21px;}
	#footer .top-nav li:first-child {padding-left:0;}
	/* copy bar styles */
	.copy-bar {padding-top:27px;}
	.copy-bar .container {padding:0 5px 73px;}
	.copy {
		display:block;
		margin:0 0 23px;
	}
	.nav-btm li {
		margin:0;
		padding:0 38px;
	}
	.btn-send {
		left:5px;
		right:5px;
		bottom:-1px;
	}
	.btn-send img {
		max-width:100%;
		height:auto;
	}
	/* signup popup */
	#fancybox-wrap {
		left:0 !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.lightbox,
	#fancybox-wrap,
	#fancybox-content {width:100% !important;}
	.lightbox {
		padding-right:15px;
		padding-left:15px;
	}
	.lightbox h2 {
		font-size:26px;
		line-height:32px;
	}
	.lightbox .title {
		margin-left:-15px;
		margin-right:-15px;
		padding:40px 15px 18px;
		font-size:18px;
		line-height:24px;
	}
	div.wpcf7-response-output {padding:8px 15px 11px !important;}
	.wpcf7 .action {padding-top:30px;}
	/* blog page */
	.section-main {padding:26px 0 49px;}
	.posts-list,
	.single-post {
		font-size:14px;
		line-height:1.286em;
	}
	.posts-list p,
	.single-post p {margin-top:18px;}
	.posts-list .meta .pic,
	.single-post .meta .pic {display:none;}
	.msg-box {
		font-size:14px;
		line-height:17px;
		padding:29px 0 24px;
	}
	.msg-box h1 {
		font-size:32px;
		line-height:30px;
		margin-bottom:12px;
	}
	.posts-list .title,
	.single-post .title {padding-bottom:7px;}
	.posts-list .title h2,
	.single-post .title h1 {
		font-size:24px;
		line-height:1em;
		margin-bottom:10px;
	}
	.posts-list .holder,
	.single-post .holder {
		float:none;
		width:100%;
	}
	/* social-holder */
	.social-holder {text-align:center;}
	.social-holder ul {
		display:inline-block;
		vertical-align:top;
	}
	.social-holder li {
		float:left;
		margin:0 0 0 5px;
	}
	.social-holder li:first-child {margin-left:0;}
	/* blog-detail page */
	.single-post .title .social-holder {display:block;}
	.msg-box + .section-main {padding-top:7px;}
	.posts-list .title h2,
	.single-post .title h1 {
		margin-bottom:12px;
		font-size:30px;
		line-height:1em;
	}
	.posts-list .visual,
	.single-post .visual {border-bottom-width:2px;}
	.posts-list blockquote,
	.single-post blockquote {
		float:none;
		width:100%;
		margin:25px 0 0;
		font-size:22px;
		line-height:26px;
	}
	.posts-list blockquote + p,
	.single-post blockquote + p {margin-top:28px;}
	.posts-list .alignleft,
	.single-post .alignleft,
	.posts-list .alignright,
	.single-post .alignright {
		float:none !important;
		margin:30px -10px 0;
		text-align:center;
	}
	.posts-list .alignleft img,
	.single-post .alignleft img,
	.posts-list .alignright img,
	.single-post .alignright img {
		max-width:100%;
		height:auto;
	}
	.posts-list .content h2,
	.single-post .content h2 {margin:11px 0 12px;}
	.posts-list .content ul,
	.single-post .content ul {margin:28px 0 38px;}
	.posts-list .content ul li,
	.single-post .content ul li {
		margin-top:12px;
		padding-left:19px;
	}
	.posts-list .content ul li:before,
	.single-post .content ul li:before {
		top:4px;
		left:2px;
		width:8px;
		height:8px;
		background-position:-602px -102px;
	}
	.posts-list .meta,
	.single-post .meta,
	.posts-list .post:first-child .meta,
	.single-post .meta {
		float:none;
		width:100%;
		margin-top:22px;
	}
	.comments-block {
		width:auto;
		padding:27px 0 10px;
		margin:9px 0 0;
	}
	.post .buttons {text-align:center;}
	/* aside styles */
	.aside {padding:0 20px 86px;}
	.aside .column {
		float:none;
		width:100%;
		padding:0;
	}
	.aside .widget,
	.aside .column {margin-top:18px;}
	.aside .column:first-child,
	.aside .widget:first-child {margin-top:0;}
	.aside .widget,
	.aside .widget-title {
		padding-right:14px;
		padding-left:14px;
	}
	.aside .widget-title,
	.aside .widget-title,
	.aside .popular-posts ul {
		margin-left:-14px;
		margin-right:-14px;
	}
	#main .aside .widget-search {padding:0 20px;}
	.aside .column .widget-search {
		position:absolute;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.aside .popular-posts .wpp-post-title,
	.aside .popular-posts .post-stats {padding-left:14px;}
	/* monetize page */
	.section-intro h2,
	.section .sub-title h2,
	.section-posts h2,
	.section-promo h2 {
		font-size:24px;
		line-height:30px;
		margin-bottom:10px;
	}
	/* intro section styles */
	.section-intro {
		padding:32px 0 31px;
		font-size:14px;
		line-height:18px;
	}
	.section-intro .title,
	.section-payinplay .title {
		margin-bottom:20px;
		font-size:14px;
		line-height:17px;
	}
	.section-intro .title {margin-bottom:-4px;}
	.section .alignleft,
	.section .alignright {margin-bottom: 8px;}
	.list-holder {
		margin:21px auto 0;
		padding:9px 0 0;
		text-align:center;
	}
	.no-list {display:inline;}
	.no-list li:first-child strong {padding-left:21px;}
	.no-list li:first-child strong:before {display:block;}
	.no-list:first-child li:first-child strong {padding-left:0;}
	.no-list:first-child li:first-child strong:before {display:none;}
	.section .action {
		margin-top:22px;
		padding-left:27px;
		padding-right:27px;
		font-size:14px;
		line-height:20px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.section .action p {margin-top:4px;}
	/* payinplay section styles */
	.section-payinplay {
		padding:26px 0 61px;
		font-size:14px;
		line-height:17px;
	}
	.section-intro .title p,
	.section-payinplay .title p {margin-top:13px !important;}
	.video-holder,
	.section .video-holder {
		width:280px !important;
		margin-bottom:29px !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.section .sub-title {
		font-size:18px;
		line-height:22px;
		margin-bottom:16px;
	}
	.section .sub-title h2 {
		font-size:26px;
		line-height:30px;
		margin-bottom:6px;
	}
	/* subscription section styles */
	.section-subscription {
		font-size:14px;
		line-height:17px;
		padding-bottom:37px;
	}
	/* posts section styles */
	.section-posts {
		padding:50px 0 30px;
	}
	.posts-grid {margin-top:0;}
	.posts-grid .post {
		float:none;
		width:100%;
		padding-top:40px;
	}
	.posts-grid .post:first-child {padding-top:0;}
	.posts-grid .frame {
		padding:1px 20px 14px;
		border-bottom-width:2px;
	}
	.posts-grid .frame .pic {
		margin-left:-20px;
		margin-right:-20px;
	}
	.section-posts h2 {
		font-size:28px;
		line-height:50px;
		margin-bottom:8px;
	}
	/* promo section styles */
	.section-promo {padding:14px 0 26px;}
	.section-promo .container {
		padding-left:20px;
		padding-right:20px;
	}
	.section .fig,
	.section .fig.alignleft,
	.section .fig.alignright {
		display:block;
		float:none !important;
		margin:0 auto 16px !important;
	}
	.section .fig h2 {
		font-size:25px;
		line-height:30px;
		bottom:28px;
	}
	.section-promo h3 {
		text-align:center;
		margin-bottom:12px;
	}
	/* signup section page */
	.section-signup {
		text-align:left;
		font-size:14px;
		line-height:17px;
		padding:38px 0 22px;
		border-top:0;
	}
	.section-signup .column {text-align:left;}
	.section-signup h3 {
		font-size:24px;
		line-height:30px;
		text-align:center;
		margin-bottom:21px;
	}
	.section-signup p br {display:none;}
	/* pricing page */
	.section-tabs .container {
		padding-left:0;
		padding-right:0;
	}
	.section-tabs .section-help .container {
		padding-left:15px;
		padding-right:15px;
	}
	.add-tabset {display:none;}
	.comparison-table {
		width:100%;
		padding-top:0;
	}
	.comparison-body .table-holder {
		margin-right:0 !important;
		border:0 !important;
		border-radius:0 !important;
	}
	.comparison-body .col.last tr:first-child td,
	.comparison-body .col.last tr.last td,
	.comparison-table .col.last {border-radius:0;}
	.comparison-body table .label {display:block;}
	.comparison-table .col {
		float:none !important;
		width:100% !important;
	}
	.monthly-view .most-popular,
	.comparison-table .plan-title {
		-webkit-box-shadow:none;
		box-shadow:none;
		border-top:0;
	}
	.comparison-table .plan-title {
		padding:7px 5px 18px;
		border-bottom:2px solid #aeaeae;
	}
	.comparison-table .col3 .plan-title {padding-bottom:10px;}
	.comparison-table .plan-title h3 {margin-bottom:0;}
	.comparison-table .col3 .plan-title .icon {margin-top:9px;}
	.comparison-body .plan-title .price {font-size:65px;}
	.comparison-body .plan-title .price {margin:-12px 0 -4px;}
	.most-popular .plan-title .price {margin:-1px 0 6px;}
	.comparison-body .action {
		height:auto !important;
		padding:19px 20px 109px;
		margin-top:0;
	}
	.comparison-body .action .btn-middle {bottom:31px;}
	.comparison-body .action .btn-middle a {width:177px;}
	.comparison-body table .label {
		font-size:12px;
		line-height:17px;
	}
	.comparison-body table .value,
	.comparison-body table .value a {color:#000;}
	.comparison-body .overage-row .value {color:#383838;}
	.comparison-table .most-popular .plan-title {padding-top:16px;}
	.comparison-footer {border-top:2px solid #d9d9d9;}
	.comparison-footer .note {display:none;}
	.comparison-table .most-popular .plan-title h3 {margin-bottom:0;}
	.panel-plans,
	.comparison-table .panel-plans {padding-top:44px;}
	.panel-plans .note,
	.comparison-footer .panel-plans .note {display:block;}
	.panel-plans h3 {
		font-size:18px;
		line-height:22px;
		margin-bottom:23px;
	}
	.panel-plans .plans-list {
		padding:0;
		margin:0 0 0 -23px;
	}
	.panel-plans .plans-list li:before {top:7px;}
	.panel-plans .note,
	.comparison-table .panel-plans .note,
	.panel-plans .plans-list {
		font-size:13px;
		line-height:17px;
	}
	.panel-plans .logo-holder {
		margin-top:26px;
		padding-right:0;
	}
	.comparison-table .info-bar {
		border-top:3px solid #d9d9d9;
		border-bottom:0;
		font-size:14px;
		line-height:21px;
		padding:4px 0;
		text-align:center;
	}
	.comparison-table .info-bar dt,
	.comparison-table .info-bar dd {
		float:none;
		display:inline;
	}
	.comparison-table .info-bar dt {margin-left:0;}
	.comparison-table .info-bar dd:after {
		content:"";
		clear:both;
		display:block;
		width:100%;
	}
	/* event-view page */
	.event-view .col1 .plan-title {padding:7px 5px 43px;}
	.event-view .col1 .plan-title .price {margin-top:-4px;}
	.slider-event {width:290px;}
	.slider-event .slider-info ul {margin:0;}
	.slider-event .slider-info li,
	.slider-event .slider-info li:first-child + li + li:before {display:none;}
	.slider-event .slider-info li:first-child,
	.slider-event .slider-info li:first-child + li + li,
	.slider-event .slider-info li.last {
		width:50%;
		display:block;
	}
	.slider-event .slider-info li:first-child + li + li {
		position:absolute;
		left:0;
		width:100%;
	}
	.slider-event .slider-info li.last {
		position:absolute;
		text-align:right;
		right:0;
	}
	.slider-event .slider-info li:first-child:before,
	.slider-event .slider-info li.last:before {
		display:block;
		left:50%;
		margin-left:-2px;
	}
	.slider-event .slider-info li:first-child {text-align:left;}
	.slider-event .slider-info li:first-child:after {left:0;}
	.slider-event .slider-info li.last:after {left:100%;}
	.slider-event .slider-info em {margin:0 -4px;}
	.event-view .col2 .plan-title {
		padding-top:33px;
		border-top:29px solid #5f96bd;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.event-view .col2 .plan-title:after {
		left:50%;
		border-width:24px;
		margin-left:-24px;
		border-color:#5f96bd transparent transparent;
	}
	.event-view .col2 .plan-title:before {display:none;}
	.event-view .col2 .action {background:#cbd2d6;}
	.slider-bar{
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding:0 0 6px;
	}
	/* home page */
	.section-tabs {padding-bottom:0;}
	.panel-plans h3 + .logo-holder {margin-bottom:8px;}
	/* calculator tab */
	.sub-headline {
		font-size:14px;
		line-height:18px;
		padding:10px 25px 14px;
	}
	.sub-headline h1 + p {margin-top:13px !important;}
	.calendar-block .col-1,
	.calendar-block .col-2 {
		float:none;
		width:100%;
		height:auto !important;
		margin:0;
		padding-left:0;
	}
	.calendar-block .col-2 {padding-right:0;}
	.calendar-block .col-1 .frame,
	.calendar-block .col-2 .frame,
	.usage-box .row {
		padding-left:10px;
		padding-right:10px;
	}
	.calendar-block .title {margin-bottom:24px;}
	.calendar-block .col-1 {padding-bottom:60px;}
	.calendar-block .col-2 {padding-top:39px;}
	.calendar-block .col-1:before {
		top:100%;
		left:50%;
		border-width:24px;
		margin-left:-24px;
		border-color:#5f96bd transparent transparent;
	}
	.calendar-block .plan-info .plan-items,
	.calendar-block .plan-info:before {width:56.5%;}
	.calendar-block .action {margin-top:34px;}
	.plan-details,
	.plan-details .note-box {
		padding-left:10px;
		padding-right:10px;
	}
	.plan-details .note-box {
		margin-left:-5px;
		margin-right:-5px;
	}
	/* help section styles */
	.section-help {margin-top:0 !important;}
	.tab-content .section-help {
		font-size:14px;
		line-height:18px;
		padding:30px 0;
	}
	.tab-content .section-help h2 {margin-bottom:17px;}
	.tab-content .section-help p {
		display:inline;
		vertical-align:top;
	}
	.tab-content .section-help .button.btn-calculator {
		display:block;
		padding-top:18px;
	}
	/* faq section styles */
	.section-faq {padding:29px 0 24px;}
	.section-faq h2 {
		font-size:18px;
		line-height:31px;
		padding-right:50px;
		padding-left:50px;
	}
	.accordion,
	.accordion h3 {
		font-size:14px;
		line-height:18px;
	}
	.accordion .slide {color:#333;}
	.accordion .opener:before {top:8px;}
	.accordion .active .opener:before {top:11px;}
	.accordion > li {margin:9px 0 0;}
	.accordion > li:first-child {margin-top:0;}
	.accordion > .active {padding-top:5px;}
	.accordion .slide {padding:10px 20px 14px 35px;}
}
/* HPDDO for mobile */
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:1023px), ( min-resolution : 144dpi ) and (max-width:1023px) {
	a.btn-menu,
	.search-form input[type="submit"],
	#main .searchform input[type="submit"],
	.slideshow .slide li:before,
	a.ico-facebook:before,
	a.ico-twitter:before,
	a.ico-google:before,
	a.ico-email:before,
	a.link-facebook,
	a.link-twitter,
	a.link-google,
	a.link-linkkedin,
	a.link-email {
		background-image:url(../images/sprite02-2x.png);
		background-size:230px 160px;
	}
	a.ico-facebook:before {background-position:-1px -50px;}
	a.ico-twitter:before {background-position:-24px -50px;}
	a.ico-google:before {background-position:-48px -50px;}
	a.ico-email:before {background-position:-72px -50px;}
	a.ico-facebook:hover:before {background-position:-96px -50px;}
	a.ico-twitter:hover:before {background-position:-119px -50px;}
	a.ico-google:hover:before {background-position:-143px -50px;}
	a.ico-email:hover:before {background-position:-167px -50px;}
	a.link-facebook {background-position:-1px -75px;}
	a.link-twitter {background-position:-48px -75px;}
	a.link-google {background-position:-95px -75px;}
	a.link-linkkedin {background-position:-141px -75px;}
	a.link-email {background-position:-188px -75px;}
	.drop-active a.link-facebook,
	a.link-facebook:hover {background-position:-1px -120px;}
	.drop-active a.link-twitter,
	a.link-twitter:hover {background-position:-48px -120px;}
	.drop-active a.link-google,
	a.link-google:hover {background-position:-95px -120px;}
	.drop-active a.link-linkkedin,
	a.link-linkkedin:hover {background-position:-141px -120px;}
	.drop-active a.link-email,
	a.link-email:hover {background-position:-188px -120px;}
}

.drop .has-drop-down .drop {
	position: relative;
	text-align: left;
}

.drop .has-drop-down .drop .menu-item > a {
    font-size: 0.8em;
    line-height: 10px;
}
.drop .has-drop-down .drop > ul {
   padding-top:0;
   padding-bottom:0;
}

.drop .has-drop-down .drop > ul > li > a {
   padding-left: 76px;
}
.drop .has-drop-down .has-drop-down-a {
   padding-bottom:0;
}