/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.behavior {
	behavior: url(PIE.htc);
}

.no_style_link {
	border-bottom: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	color: #555;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	background: #fff;
}

html,
body {
	width: 100%;
	/*height: 100%;*/
}

p {
	padding: 0 0 20px 0;
	line-height: 18px;
}

a {
	color: #1d97f4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	color: #2789eb;
	font-size: 20px;
	padding: 0 0 15px 0;
	font-weight: 400;
}

h2,
h3,
h4 {
	color: #2789eb;
	font-size: 20px;
	padding: 20px 0 15px 0;
	font-weight: 400;
}

.leftimg {
	float: left;
	margin: 0 20px 15px 0;
}

.rightimg {
	float: right;
	margin: 0 0 15px 20px;
}

.central-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.black-pattern {
	color: #ffffff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url('../images/black-pattern.gif') repeat 0 0;
	padding: 15px 0 0;
}

.black-pattern p {
	padding: 15px 0 0;
}

#header {
	position: relative;
	background: url('../images/header-bg.gif') repeat-x 0 0;
	height: 134px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

#header .black-pattern {
	height: 35px;
}

.header-contacts {
	text-align: right;
}

.header-contacts div {
	padding: 7px 0 9px;
}

.header-contacts div * {
	background-image: url('../images/white-contacts.png');
	background-repeat: no-repeat;
	height: 21px;
	margin-left: 18px;
	display: inline-block;
	vertical-align: middle;
}

.header-contacts div .phone {
	background-position: 0 0;
	width: 112px;
}

.header-contacts div .phone:hover {
	background-position: 0 -21px;
}

.header-contacts div .chat {
	background-position: 0 -42px;
	width: 87px;
}

.header-contacts div .chat:hover {
	background-position: 0 -63px;
}

.header-contacts div .skype {
	background-position: 0 -84px;
	width: 55px;
}

.header-contacts div .skype:hover {
	background-position: 0 -105px;
}

.header-contacts div .profile {
	background-image: url('../images/white-profile.png');
	background-position: 0 0;
	width: 59px;
}

.header-contacts div .profile:hover {
	background-position: 0 -22px;
}

.header-login {
	position: absolute;
	top: 6px;
	left: auto;
	right: 0;
	bottom: auto;
}

.header-login .login-text {
	background: url('../images/login-text.png') no-repeat 0 0;
	width: 80px;
	text-shadow: #fff 0 1px;
	text-indent: 4px;
}

.header-login .login-submit {
	background: #b5b7b7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b5b7b7), to(#fff));
	background: -webkit-linear-gradient(#b5b7b7, #fff);
	background: -moz-linear-gradient(#b5b7b7, #fff);
	background: -ms-linear-gradient(#b5b7b7, #fff);
	background: -o-linear-gradient(#b5b7b7, #fff);
	background: linear-gradient(#b5b7b7, #fff);
	-pie-background: linear-gradient(#b5b7b7, #fff);
	behavior: url(PIE.htc);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(PIE.htc);
	text-align: center;
	color: #146ac2;
	text-shadow: #fff 0 1px;
	font-weight: 700;
	width: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.header-login .login-submit:hover {
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#b5b7b7));
	background: -webkit-linear-gradient(#fff, #b5b7b7);
	background: -moz-linear-gradient(#fff, #b5b7b7);
	background: -ms-linear-gradient(#fff, #b5b7b7);
	background: -o-linear-gradient(#fff, #b5b7b7);
	background: linear-gradient(#fff, #b5b7b7);
	-pie-background: linear-gradient(#fff, #b5b7b7);
	behavior: url(PIE.htc);
}

.header-login input {
	border: 0;
	height: 23px;
	line-height: 23px;
	margin-left: 4px;
}

.logo, .custom-logo-link {
	position: absolute;
	top: 50px;
	left: -12px;
	right: auto;
	bottom: auto;
}

#nav {
	position: absolute;
	top: 70px;
	left: auto;
	right: -10px;
	bottom: auto;
	list-style: none;
}

#nav li {
	float: left;
	border-bottom: 1px solid #cfd0d1;
	position: relative;
	list-style: none;
}

#nav li:hover, #nav li.current-menu-item {
	border-bottom: 1px solid #1d97f4;
}

#nav li a {
	display: block;
	background: url('../images/navbul.gif') no-repeat 6px 12px;
	height: 27px;
	line-height: 27px;
	padding: 0 13px 0 25px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	text-decoration: none;
	color: #555;
}

#nav li.submenu span {
	background: url('../images/submenu.gif') no-repeat 11px 12px;
}

#nav li.submenu:hover ul {
	display: block;
}

#nav li.submenu ul {
	width: 270px;
	position: absolute;
	top: 34px;
	left: -85px;
	right: auto;
	bottom: auto;
	list-style: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: #d9d9d9 0 0 2px;
	-moz-box-shadow: #d9d9d9 0 0 2px;
	box-shadow: #d9d9d9 0 0 2px;
	behavior: url(PIE.htc);
	padding: 20px 0 20px 20px;
	display: none;
}

#nav li.submenu ul li {
	float: left;
	width: 120px;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 11px;
	background: url('../images/submenu-bul.gif') no-repeat 0 8px;
	border-bottom: 0;
}

#nav li.submenu ul li a {
	text-decoration: none;
	color: #555;
}

#nav li.submenu ul li a:hover {
	color: #1d97f4;
}

#nav li.submenu ul li.submenu-top {
	position: absolute;
	top: -5px;
	left: -1px;
	right: auto;
	bottom: auto;
	padding: 0;
	height: 5px;
	line-height: 5px;
	background: 0;
	width: 281px;
}

#nav li.submenu ul li.submenu-top img {
	height: 5px;
	width: 292px;
}

#nav li.submenu ul :first-child + html li.submenu-top {
	position: absolute;
	top: -12px;
	left: -1px;
	right: auto;
	bottom: auto;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	position: static;
}

#column1 {
	float: left;
	width: 710px;
}

#column2 {
	float: right;
	width: 230px;
}

.side-banner-ordnow {
	margin: 0 0 30px 0;
}

.free-features {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	color: #666;
}

.free-features .free-features-box {
	border: 1px solid #c4c4c4;
	padding: 0 11px;
	margin: 0 0 10px 0;
}

.free-features table {
	width: 100%;
	border-collapse: collapse;
}

.free-features .bullet {
	width: 7px;
	background: url("../images/free-features-bullet.gif") 0 50% no-repeat;
}

.free-features table td,
.free-features table th {
	vertical-align: middle;
	text-align: left;
	height: 37px;
}

.free-features table tbody td {
	padding: 0 8px 0 0;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}

.free-features table tbody td.blue {
	text-align: center;
}

.free-features table thead th {
	color: #333;
	font-size: 18px;
}

.free-features table tfoot td {
	font-size: 16px;
}

.free-features table tfoot td small {
	font-size: 12px;
}

.free-features .free-features-descr {
	text-align: right;
	font-size: 10px;
}

#column2 h2 {
	font-size: 20px;
}

#column2 h3 {
	font-size: 14px;
}

.blue {
	color: #1d97f4;
}

.central-button .orange-button {
	margin: 0 auto 25px auto;
}

.orange-button {
	border-style: solid;
	border-width: 1px;
	border-color: #efa572 #e59057 #d36a23 #e48e55;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	width: 225px;
	text-align: center;
	text-shadow: #d98147 0 1px;
	text-decoration: none;
	display: inline-block;
	background: #ffa86e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa86e), to(#f60));
	background: -webkit-linear-gradient(#ffa86e, #f60);
	background: -moz-linear-gradient(#ffa86e, #f60);
	background: -ms-linear-gradient(#ffa86e, #f60);
	background: -o-linear-gradient(#ffa86e, #f60);
	background: linear-gradient(#ffa86e, #f60);
	-pie-background: linear-gradient(#ffa86e, #f60);
	behavior: url(PIE.htc);
}

.orange-button:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #d36b24 #de8243 #efa573 #de8243;
	background: #ff6803;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6803), to(#ffad77));
	background: -webkit-linear-gradient(#ff6803, #ffad77);
	background: -moz-linear-gradient(#ff6803, #ffad77);
	background: -ms-linear-gradient(#ff6803, #ffad77);
	background: -o-linear-gradient(#ff6803, #ffad77);
	background: linear-gradient(#ff6803, #ffad77);
	-pie-background: linear-gradient(#ff6803, #ffad77);
	behavior: url(PIE.htc);
}

.copyright {
	color: #fff;
	padding: 7px 0 12px 0;
}

#container {
	position: relative;
	min-height: 100%;
	padding: 0 0 20px 0;
}

* html #container {
	height: 100%;
}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: relative;
}

.footer-nav {
	list-style: none;
	float: right;
}

.footer-nav li {
	display: inline-block;
	margin: 0 7px;
}

.prices-compare {
	clear: both;
}

.prices-compare th {
	font-size: 18px;
	text-align: center;
	height: 50px;
	background: #2b5ec7;
	color: #fff;
}

.prices-compare th.prem {
	background-color: #75ad01;
}

.prices-compare th:first-child {
	background: #919191;
}

.prices-compare td {
	padding-left: 20px;
	padding-right: 20px;
	color: #717070;
	position: relative;
	font-size: 14px;
	text-align: left;
	border: 1px solid #dadada;
}

.prices-compare td:not(:first-child) {
	text-align: center;
	font-weight: 600;
}

.prices-compare tr {
	height: 42px;
	background: #fff;
}

.prices-compare tr:nth-child(even) {
	background: #f8f8f8;
}

.prices-compare table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.wrlevels__td .tooltiptext {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	margin-left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	line-height: 18px;
	right: 0;
	margin-bottom: 5px;
	height: auto;
	text-indent: 0 !important;
}

.tooltiptext:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent;
}

.wrlevels__td {
	position: relative;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 10px;
}

.wrlevels__td:after {
	content: url('../images/hint-wrlevels.png');
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -10px;
}

.wrlevels__td.hover_effect .tooltiptext {
	opacity: 1;
	visibility: visible;
}

/* Widget navigation */

.widget {
	margin: 20px 0 0;
}

.widget ul {
	list-style: none;
}

.widget .menu {
	padding-bottom: 40px;
}

.widget .menu>li {
	font-size: 14px;
	font-weight: 700;
}

.widget .menu>li>a {
	display: block;
	padding: 7px 0;
}

.widget .sub-menu {
	margin-left: 40px;
	padding: 5px 0;
}

.widget .sub-menu li {
	font-size: 12px;
	font-weight: 400;
}

/* Widget navigation end */

.social-button {
	margin: 10px 0;
}

.widget h2, .widget h3 {
	padding: 0 0 10px;
}

.widget p {
	padding-bottom: 10px;
}

/* Not found page */

.not-found {
	text-align: center;
	min-height: 60vh;
	padding: 20px 0;
}

.not-found-code {
	font-size: 160px;
	color: #e4e4e4;
}

.not-found-link {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #306cd6;
	background-color: #306cd6;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.not-found-link:hover, .not-found-link:focus, .not-found-link:active {
	background-color: #fff;
	color: #306cd6;
}

.content-fullwidth {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}

.entry-fullwidth {
	/*padding: 10px 0;*/
	min-height: 400px;
}

.entry-fullwidth .entry-header {
	text-align: center;
}

.entry-fullwidth h1, .page-header h1 {
	font-size: 24px;
}

#content {
	padding-top: 30px;
}

.entry-content {
	font-size: 12px;
}

.entry-content__front {
	font-size: 14px;
}

.entry-content h1, .entry-header h1 {
	font-size: 28px;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
	font-size: 20px;
	padding-top: 10px;
}

.entry-content__front h2, .entry-content__front h3, .entry-content__front h4 {
	font-size: 24px;
}

.entry-fullwidth .entry-content h2, .entry-fullwidth .entry-content h3, .entry-fullwidth .entry-content h4 {
	padding-top: 0;
	padding-bottom: 0;
}

.entry-content p {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.entry-content hr {
	display: block;
	border: none;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin: 20px 0;
	height: 2px;
}

/* Order plugin styles */

.wp-discounts .col-left .discount-check h2 {
	font-size: 18px;
}

.wp-discounts .col-right .box-listing h2 {
	font-size: 14px;
	font-weight: 700;
}

/* Search */

input.search-field, .search-submit {
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
}

input.search-field:focus {
	border-color: #afafaf;
}

.search-submit {
	border-color: #306cd6;
	background-color: #306cd6;
	color: #fff;
}

.search-submit:hover {
	background-color: #3e7fdb;
}

.search-submit:focus {
	background-color: #215fd6;
}

/* Blog */

.entry-excerpt {
	font-size: 14px;
}

.entry-excerpt p {
	padding-bottom: 10px;
}

.entry-loop {
	border-top: 1px solid #cccccc;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	color: #1a86d8;
}

.entry-meta {
	padding: 0 0 5px;
	color: #adadad;
}

.entry-more {
	display: inline-block;
	margin: 0 0 20px;
}

#column1 .comment-navigation,
#column1 .posts-navigation,
#column1 .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	display: block;
	margin: 2px 0;
}
.entry-fullwidth {
	min-height: calc(100vh - 296px);
}