body {
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	background-color: #fff;
	min-width: 320px;
}

section {
	overflow: hidden;
}
.mt-0 { margin-top: 0;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mt-50 { margin-top: 50px;}
.mb-0 { margin-bottom: 0;}
.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}
.mb-40 { margin-bottom: 40px;}
.mb-50 { margin-bottom: 50px;}

.btn {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*h1, h2, h3 {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}*/

h5 {
	font-size: 16px;
}

.h22 {
	font-size: 22px;
}

hr.line {
	border-color: #ddd;
	margin: 0;
}

span.large {
	font-size: 150%;
}
.text-tiny {
	font-size: 10px;
}
.text-blue, .text-blue small {
	color: #3a75aa;
}
.text-red { color: #f44d69; }

.grey-bg {
	background-color: #f9fafc;
}

.indent-top-none { margin-top: 0; }
.indent-bottom-sm { margin-bottom: 10px; }
.indent-bottom-md { margin-bottom: 20px; }
.indent-bottom-lg { margin-bottom: 30px; }
.indent-top-sm { margin-top: 10px; }
.indent-top-md { margin-top: 20px; }
.indent-top-lg { margin-top: 30px; }

.fa.icon-24 {
	font-size: 24px;
}
.fa.icon-60 {
	font-size: 60px;
}
.fa.icon-head {
	margin-bottom: 20px;
}
.icon-bg {
	width: 129px;
	line-height: 126px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	background: url('../images/icon-bg.png') no-repeat center;
}
.icon-bgcolor {
	width: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 42px;
	border-radius: 50px;
	color: #fff;
	background-color: #3a75aa;
}
.icon-bg-mark {
	width: 124px;
	line-height: 124px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: url('../images/icon-bgmark.png') no-repeat 0 0;
}

.purecyan .icon-bg-mark { background-position: 0 0; }
.slateblue .icon-bg-mark { background-position: -124px 0; }
.strongcyan .icon-bg-mark { background-position: -248px 0; }

li>p>i.fa {
	margin-right: 5px;
}
.purecyan .icon-bgcolor { background-color: #00c1f1; }
.slateblue .icon-bgcolor { background-color: #627abc; }
.strongcyan .icon-bgcolor { background-color: #00b7ce; }

.text-separator {
	width: 80%;
	border-top-width: 2px;
}

.text-separator.blue {
	border-color: #75a2c9;
}

.purecyan .text-separator { border-color: #00c1f1; }
.slateblue .text-separator { border-color: #627abc; }
.strongcyan .text-separator { border-color: #00b7ce; }

.btn-action {
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	background-color: #f44d69;
	white-space: normal;
}

.btn-action:hover, .btn-action:focus {
	color: #fff;
	-webkit-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.3);
}

.btn-default {
	padding: 7px 12px;
	font-size: 16px;
	border-radius: 8px;
	border-width: 2px;
	border-color: #2c6191;
	color: #fff;
	background-color: #2c6191;
}

.btn-default.btn-line {
	color: #2c6191;
	background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #204d74;
}

.btn-xs-block{
	width: 100%;
}

a.link-action {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-decoration: underline;
}

a.link-action:hover, a.link-action:focus {
	text-decoration: none;
}

label {
	font-weight: 400;
}

.form-control {
	padding: 6px 10px;
	height: 46px;
	border-radius: 10px;
	border-color: #dddddd;
	color: #9e9e9e;
	background-color: #e8e8e8;
	-webkit-box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04);
}

.form-control:focus {
	border-color: #ccc;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04),0 0 8px rgba(0,0,0,.25);
	-moz-box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04),0 0 8px rgba(0,0,0,.25);
	box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 0.04),0 0 8px rgba(0,0,0,.25);
}

.control-label i.fa {
	margin-right: 5px;
}

.form-horizontal-contactus .btn-default {
	padding: 10px 15px;
}

.header-short {
	background-color: #f9fafc;
	border-bottom: 1px solid #e8e8e8;
}

.header-short .navbar-brand {
	float: none;
	display: inline-block;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: #fbfcfe;
	border-bottom: none;
}

.navbar-brand {
	height: auto;
}

.navbar-brand>img {
	width: 90px;
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar-nav-top>li.fb-like-btn {
	padding: 10px 15px;
}

.navbar-default .navbar-nav-menu>li>a {
	color: #fff;
	background: #0d3d65;
	border-bottom: 1px solid #fff;
}

.navbar-default .navbar-nav-menu>.active>a, .navbar-default .navbar-nav-menu>.active>a:focus, .navbar-default .navbar-nav-menu>.active>a:hover {
	color: #fff;
	background: #205c92;
}
.navbar-default .navbar-nav-menu>li>a:focus, .navbar-default .navbar-nav-menu>li>a:hover {
	color: #fff;
	background: #205c92;
}

.banner {
	padding-top: 60px;
	color: #fff;
	background: url('../images/banner_main.jpg') no-repeat 65% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.banner::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(51,51,51, .2);
	z-index: -1;
}

.banner-ebook {
	padding: 50px 0 40px;
	background-image: url('../images/banner-ebook.jpg');
}

.banner.firesale {
	padding-top: 75px;
	padding-bottom: 60px;
}

.banner.firesale .ribbon {
	display: inline-block;
	min-height: 60px;
	padding: 7px 25px 15px 15px;
	background: url('../images/ribbon.png') center top;
	background-size: 100% 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
	white-space: nowrap;
}

.banner h1 {
	line-height: 1.3;
	font-size: 32px;
	font-weight: 700;
}

.banner h1 br {
	display: none;
}

.banner p {
	margin-bottom: 15px;
	font-size: 18px;
}

.panel-form {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	background: url('../images/laptop-bg.jpg') no-repeat 50% 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner .panel-form {
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 0;
	background: rgba(24, 79, 127, .8);
}

.panel-form h3 {
	margin-bottom: 15px;
}
.panel-form a {
	color: #fff;
	text-decoration: underline;
}

.panel-form a:hover {
	text-decoration: none;
}

.panel-form form {
	margin-bottom: 10px;
}

.panel-content {
	padding-top: 35px;
	padding-bottom: 30px;
	color: #fff;
	background: url('../images/panel-content-bg.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner .panel-content {
	margin-top: 50px;
	background: rgba(24, 79, 127, .8);
}
.panel-content.test_room {
  padding-top: 50px;
  padding-bottom: 50px;
}
.seven-days {
	margin-bottom: 10px;
}
.seven-days h3 {
	font-weight: 400;
}
.seven-days .media-left {
	padding-right: 15px;
	border-right: 1px solid #ffffff;
}
.seven-days .media-body {
	padding-left: 15px;
}
.seven-days .fa {
	font-size: 36px;
}

.section-default {
	padding-top: 20px;
	padding-bottom: 30px;
}

.section-default h2 {
	font-weight: 700;
}

.section-default.special-offer {
	background: url('../images/geometry-bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section-default.special-offer-firesale {
	background: #ebeef6;
	position: relative;
	z-index: 2;
	overflow: visible;
}

.panel-offer {
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #fff;
}

.panel-offer.room-package {
	overflow-x: hidden;
	background-color: #f9fafc;
}

.panel-offer.room-package.navy,
.panel-offer.room-package.strongcyan {
	background-color: #f1f0f8
}

.panel-offer-heading {
	padding: 11px 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #2c6191;
	color: #fff;
}

.purecyan .panel-offer-heading { background-color: #00c1f1; }
.navy .panel-offer-heading { background-color: #2c6191; }
.slateblue .panel-offer-heading { background-color: #627abc; }
.strongcyan .panel-offer-heading { background-color: #00b7ce; }

.panel-offer-heading h3 {
	margin: 0;
	white-space: nowrap;
}

.panel-offer-heading h4 {
	margin: 0;
}

.panel-offer-body {
	padding: 15px;
}

.panel-offer .btn-default {
	font-weight: 700;
}

.panel-offer .btn-default:hover, .panel-offer .btn-default:focus {
	background-color: #f44d69;
	border-color: #f44d69;
}

.package-table .panel-offer-body {
	padding: 0px;
}

.panel-offer .divider {
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
	margin-bottom: 20px;
}

.panel-offer strong {
	font-size: 20px;
	font-weight: 700;
	color: #3a75aa;
	white-space: nowrap;
	letter-spacing: -1px;
}

strong.price sub {
	vertical-align: baseline;
	bottom: 0;
	font-size: 65%;
}

.section-default.compare-block {
	background: url('../images/geometry2-bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.package-table .panel-offer {
	-webkit-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
}
.package-table .panel-offer.center {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.26);
}

.package-table .panel-offer ul.striped>li {
	padding: 13px 15px;
}

.package-table .panel-offer ul.striped>li:nth-child(odd) {
	background-color: #f2f3f8;
}

.panel-offer ul.striped>li p {
	margin-bottom: 0;
}

.package-table strong.price {
	font-size: 36px;
}

.package-table .center strong.price {
	font-size: 40px;
}

.package-table .panel-offer .btn-default {
	border-radius: 0px 0px 20px 20px;
	padding: 17px 15px;
}

.panel-offer .offer-gift {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.panel-offer .offer-gift-bg {
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25%;
	right: -25%;
	background-color: #2c6191;
	z-index: -1;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.purecyan .offer-gift-bg {
	background: #00bdec;
	background: -moz-linear-gradient(left, #00eaff 0%, #00bdec 50%, #00eaff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #00eaff), color-stop(50%, #00bdec), color-stop(100%, #00eaff));
	background: -webkit-linear-gradient(left, #00eaff 0%, #00bdec 50%, #00eaff 100%);
	background: -o-linear-gradient(left, #00eaff 0%, #00bdec 50%, #00eaff 100%);
	background: -ms-linear-gradient(left, #00eaff 0%, #00bdec 50%, #00eaff 100%);
	background: linear-gradient(to right, #00eaff 0%, #00bdec 50%, #00eaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaff', endColorstr='#00eaff', GradientType=1 );
}
.navy .offer-gift-bg {
	background: #2c6091;
	background: -moz-linear-gradient(left, #208bd8 0%, #2c6091 50%, #208bd8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #208bd8), color-stop(50%, #2c6091), color-stop(100%, #208bd8));
	background: -webkit-linear-gradient(left, #208bd8 0%, #2c6091 50%, #208bd8 100%);
	background: -o-linear-gradient(left, #208bd8 0%, #2c6091 50%, #208bd8 100%);
	background: -ms-linear-gradient(left, #208bd8 0%, #2c6091 50%, #208bd8 100%);
	background: linear-gradient(to right, #208bd8 0%, #2c6091 50%, #208bd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208bd8', endColorstr='#208bd8', GradientType=1 );
}
.slateblue .offer-gift-bg {
	background: #627abc;
	background: -moz-linear-gradient(left, #a691de 0%, #627abc 50%, #a691de 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #a691de), color-stop(50%, #627abc), color-stop(100%, #a691de));
	background: -webkit-linear-gradient(left, #a691de 0%, #627abc 50%, #a691de 100%);
	background: -o-linear-gradient(left, #a691de 0%, #627abc 50%, #a691de 100%);
	background: -ms-linear-gradient(left, #a691de 0%, #627abc 50%, #a691de 100%);
	background: linear-gradient(to right, #a691de 0%, #627abc 50%, #a691de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a691de', endColorstr='#a691de', GradientType=1 );
}
.strongcyan .offer-gift-bg {
	background: #00d7f8;
	background: -moz-linear-gradient(left, #00d7f8 0%, #00b6ce 50%, #00d7f8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #00d7f8), color-stop(50%, #00b6ce), color-stop(100%, #00d7f8));
	background: -webkit-linear-gradient(left, #00d7f8 0%, #00b6ce 50%, #00d7f8 100%);
	background: -o-linear-gradient(left, #00d7f8 0%, #00b6ce 50%, #00d7f8 100%);
	background: -ms-linear-gradient(left, #00d7f8 0%, #00b6ce 50%, #00d7f8 100%);
	background: linear-gradient(to right, #00d7f8 0%, #00b6ce 50%, #00d7f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7f8', endColorstr='#00d7f8', GradientType=1 );
}

.offer-gift-bg .stroke {
	height: 100%;
	border: 1px dashed #fff;
}

.panel-offer .offer-gift strong {
	color: #fff;
}

.section-default.feedbacks {
	background: url("../images/laptop-bg.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.feedback-carousel p {
	margin-bottom: 30px;
}

.feedback-carousel img.img-circle {
	width: 136px;
	margin: 0 auto;
}

.feedback-carousel h5 {
	margin-top: 30px;
	font-weight: 700;
}

.feedback-carousel .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.feedback-carousel .owl-dots {
	display: none;
}
.feedback-carousel .owl-nav [class*=owl-] {
	width: 15px;
	height: 70px;
	background: url("../images/carousel-arrows.png") no-repeat;
	font-size: 0;
	opacity: .7;
}
.feedback-carousel .owl-nav .owl-prev {
	float: left;
	background-position: 0 0;
}
.feedback-carousel .owl-nav .owl-next {
	float: right;
	background-position: -15px 0;
}
.feedback-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	background-image: url("../images/carousel-arrows-hover.png");
	opacity: 1;
}
.feedback-carousel .owl-nav .owl-prev:hover {
	background-position: 0 0;
}
.feedback-carousel .owl-nav .owl-next:hover {
	background-position: -15px 0;
}

.guarantees p {
	margin-bottom: 20px;
}

.section-default.trial-week {
	background: url("../images/geometry-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.trial-week .btn-action {
	padding: 14px 25px;
	font-weight: 700;
}

.trial-week .panel {
	border-radius: 20px;
	background-color: #f9fafc;
	-webkit-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
}

.trial-week .cards-image {
	display: inline-block;
	max-width: 100%;
}

.panel-features {
	border-radius: 10px;
}

.panel-features>.panel-heading {
	font-weight: 700;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-color: transparent;
	color: #fff;
	background-color: #4082b5;
}

.panel-features>.panel-heading i {
	margin-right: 5px;
}

.panel-features .panel-body {
	padding: 20px;
}

.panel-features .panel-footer {
	padding: 20px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-color: transparent;
	background-color: #f9fafc;
}

.panel-bonus {
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #e8e8e8;
	background-color: #f9fafc;
}

.panel-bonus-heading {
	padding: 10px 2px 10px 75px;
	position: absolute;
	height: 54px;
	width: 98%;
	left: -10px;
	top: 14px;
	background-color: #2c6191;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.purecyan .panel-bonus-heading { background-color: #00c1f1; }
.navy .panel-bonus-heading { background-color: #2c6191; }
.slateblue .panel-bonus-heading { background-color: #627abc; }
.strongcyan .panel-bonus-heading { background-color: #00b7ce; }

.panel-bonus-heading::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -8px;
	top: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 27px 0 27px 8px;
	border-left-color: #2c6191;
}

.purecyan .panel-bonus-heading::after { border-left-color: #00c1f1; }
.navy .panel-bonus-heading::after { border-left-color: #2c6191; }
.slateblue .panel-bonus-heading::after { border-left-color: #627abc; }
.strongcyan .panel-bonus-heading::after { border-left-color: #00b7ce; }

.panel-bonus-heading::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	bottom: -6px;
	z-index: -1;
	border-style: solid;
	border-color: transparent;
	border-width: 6px;
	border-left-color: #999;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.panel-bonus-heading .icon {
	display: inline-block;
	width: 54px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -1.5px;
	position: absolute;
	top: 0;
	left: 12px;
}

.panel-bonus-body {
	padding: 80px 15px 15px;
}

.panel-default-form {
	border-radius: 20px;
	border-color: #e8e8e8;
	background-color: #fbfcfe;
}

.panel-default-form .panel-heading {
	padding: 15px 30px;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	background-color: #2c6191;
	color: #fff;
}

.panel-default-form .panel-heading h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
}

.panel-default-form .panel-body {
	padding: 30px 30px 20px;
}

.panel-default-form label small {
	font-size: 12px;
	position: relative;
	top: -2px;
}

.section-default.login {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url("../images/geometry-bg.jpg") no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.panel-login {
	margin: 0 auto;
	max-width: 440px;
	border: none;
	background-color: #f9fafc;
	-webkit-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 16.2px 1.8px rgba(0, 0, 0, 0.1);
}

.panel-login .panel-heading {
	padding: 10px 30px;
}

.panel-login .panel-heading h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
}

.panel-login a {
	color: #777;
}

.panel-login .btn {
	padding: 9px 15px;
	border-radius: 10px;
	font-size: 18px;
}

.panel-login .collapse-inner {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #e8e8e8;
}

.section-title.free-demo  {
	padding-top: 66px;
	padding-bottom: 65px;
	color: #fff;
	background: url('../images/laptop-bg.jpg') no-repeat 50% 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-title h2 {
	margin: 0;
	font-weight: 700;
}

.thankyou-top {
	color: #fff;
	background: url('../images/laptop-bg.jpg') no-repeat 50% 80%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.thankyou-top h1 {
	font-size: 48px;
	font-weight: 700;
}
.thankyou-top p.lead {
	font-size: 18px;
}

.feedbacks-video {
	background-color: #5694c5;
	color: #ffffff;
}
.feedbacks-video h2 {
	font-weight: 400;
}

.feedbacks-video .fancybox {
	margin-top: 40px;
	display: block;
}

.fancybox-skin {
	background: #ffffff;
}
.instruction-block {
  margin: 20px auto;
  padding: 10px;
  background-color: #f1f7fc;
  border-left: 6px solid #5692c7;
}

footer {
	padding: 30px 0;
	color: #fff;
	background-color: #464748;
}

footer hr {
	border-color: #7c7c7c;
}

footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #fff;
}

ul.links {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

ul.links>li+li {
	margin-top: 10px;
}

.logo-footer {
	display: inline-block;
	padding-top: 25px;
}
.logo-footer>img {
	width: 100px;
}

.map iframe {
	display: block;
	pointer-events: none;
}

.mc-modal .modal-content {
	border-radius: 10px;
}

.modal-form .modal-content {
	padding: 2px;
	border-radius: 12px;
	background-color: #f9fafc;
}
.modal-form .modal-body {
	border: 1px dashed #c6c6c6;
	border-radius: 10px;
	padding: 30px;
}
.modal-form button.close {
	position: relative;
	z-index: 1;
	top: 5px;
	right: 5px;
}

@media only screen and (min-width: 768px) {
	.navbar-nav-top>li>a.btn-ebook {
		padding-left: 42px;
		padding-right: 16px;
		color: #396197;
	}
	.btn-ebook::before {
		content: "";
		display: block;
		width: 100%;
		padding: 16px;
		border-radius: 16px;
		background-color: #c1d8ea;
		position: absolute;
		top: -6px;
		left: 0;
		z-index: -1;
	}
	a.btn-ebook i.fa {
		width: 40px;
		line-height: 32px;
		position: absolute;
		top: -10px;
		left: -4px;
		text-align: center;
		background-color: #466b9e;
		border-radius: 50%;
		color: #fff;
		border: 4px solid #fff;
	}
	.indent-bottom-sm { margin-bottom: 20px; }
	.indent-bottom-md { margin-bottom: 40px; }
	.indent-bottom-lg { margin-bottom: 60px; }
	.indent-top-sm { margin-top: 20px; }
	.indent-top-md { margin-top: 40px; }
	.indent-top-lg { margin-top: 60px; }

	.btn-action {
		min-width: 270px;
	}
	.btn-action.btn-block {
		min-width: 100%;
	}
	.btn-xs-block {
		width: auto;
	}
	.form-horizontal-contactus .control-label {
		text-align: left;
		padding-top: 12px;
	}
	.navbar-nav-top {
		margin-top: 30px;
		margin-bottom: 8px;
	}
	.navbar-nav-top>li {
		padding: 0 15px;
	}
	.navbar-nav-top>li.fb-like-btn {
		padding: 0 15px 0 5px;
	}
	.navbar-nav-top>li.language {
		padding: 3px;
		height: 24px;
	}
	.navbar-nav-top>li>a {
		padding: 0 0;
	}
	.navbar-nav-menu>li:first-child>a {
		border-top-left-radius: 8px;
	}
	.navbar-nav-menu>li:last-child>a {
		border-top-right-radius: 8px;
		border-right: none;
	}
	.navbar-nav-menu>li>a {
		padding: 10px 10px;
		border-right: 1px solid #000;
		font-size: 14px;
	}
	.navbar-default .navbar-nav-menu>li>a {
		border-bottom: none;
		background: #0d3d65;
		background: -moz-linear-gradient(top, #205c92 0%, #0d3d65 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #205c92), color-stop(100%, #0d3d65));
		background: -webkit-linear-gradient(top, #205c92 0%, #0d3d65 100%);
		background: -o-linear-gradient(top, #205c92 0%, #0d3d65 100%);
		background: -ms-linear-gradient(top, #205c92 0%, #0d3d65 100%);
		background: linear-gradient(to bottom, #205c92 0%, #0d3d65 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c92', endColorstr='#0d3d65', GradientType=0 );
		background-repeat: no-repeat;
	}
	.navbar-default .navbar-nav-menu>.active>a, .navbar-default .navbar-nav-menu>.active>a:focus, .navbar-default .navbar-nav-menu>.active>a:hover {
		background: #205c92;
		-webkit-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.3);
		box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.3);
	}
	.banner {
		padding-top: 90px;
	}
	.banner::after {
		display: none;
	}
	.banner h1 br {
		display: block;
	}
	.banner-ebook h1 {
		font-size: 44px;
	}
	.banner-ebook h3 {
		margin-top: 30px;
	}
	.banner-ebook .btn {
		margin-top: 35px;
	}
	.banner .panel-form {
		margin-top: 140px;
	}
	.banner .panel-content {
		margin-top: 140px;
	}
	.section-default.special-offer-firesale {
		padding-top: 0;
	}
	.special-offer-firesale .offer-table {
		margin-top: -60px;
	}
	.special-offer-firesale .panel-offer-heading {
		padding: 17px 10px;
		height: 60px;
	}
	.section-text p {
		margin-bottom: 20px;
	}
	.section-default h2 {
		font-size: 36px;
	}
	.section-default h2 small {
		font-size: 30px;
	}
	.offer-table .panel-offer {
		margin-left: -14px;
		margin-right: -14px;
	}
	.special-offer .panel-offer ul {
		min-height: 260px;
	}
	.offer-table .panel-offer {
		border-radius: 0;
	}
	.offer-table .panel-offer-heading {
		border-radius: 0;
	}
	.offer-table .panel-offer.first {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.offer-table .panel-offer.last {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.offer-table .panel-offer.first .panel-offer-heading {
		border-top-left-radius: 20px;
	}
	.offer-table .panel-offer.last .panel-offer-heading {
		border-top-right-radius: 20px;
	}
	.compare-block .panel-offer {
		margin-left: -15px;
		margin-right: -15px;
	}
	.package-table.three-col .panel-offer {
		margin-left: -30px;
		margin-right: -30px;
	}
	.compare-block .panel-offer.first {
		margin-left: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.compare-block .panel-offer.first .panel-offer-heading {
		border-top-right-radius: 0;
	}
	.compare-block .panel-offer.last {
		margin-right: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.compare-block .panel-offer.last .panel-offer-heading {
		border-top-left-radius: 0;
	}
	.package-table .panel-offer.center {
		margin-top: -32px;
	}
	.trial-week .guarantees-image {
		position: relative;
	}
	.trial-week .guarantees-image>img {
		position: absolute;
		top: -50px;
		left: 40px;
	}
	.trial-week h2 {
		font-size: 30px;
	}
	.section-title h2 {
		font-size: 34px;
	}
	ul.links {
		margin-bottom: 0px;
	}
	.panel-features .panel-body {
		min-height: 105px;
	}
	.panel-bonus-body {
		min-height: 320px;
		line-height: 22px;
	}
	.thankyou-top {
		padding: 80px 0 70px;
		margin-bottom: 30px;
	}
	.thankyou-top h1 {
		margin-top: 0;
		font-size: 60px;
	}
	.thankyou-top p.lead {
		font-size: 24px;
	}
	.thankyou-top .mail-icon {
		height: 1px;
	}
	#imageModal .modal-dialog {
		width: 690px;
	}
	.back-top {
		display: none;
		position: fixed;
		z-index: 1000;
		bottom: 50px;
		right: 0;
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		background-color: #3a75aa;
		color: #fff;
		opacity: 0.5;
	}
	.back-top:hover {
		opacity: 1;
	}
	.back-top .fa {
		line-height: 50px;
	}
	.modal-form .modal-sm {
		width: 420px;
	}
	.feedbacks-video .fancybox {
		margin-top: 0px;
	}
	.section-default.login {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 992px) {
	body {
		font-size: 16px;
	}
	.navbar-brand {
		height: 100px;
	}
	.navbar-brand>img {
		width: 140px;
	}
	.section-default {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.special-offer .panel-offer ul {
		min-height: 290px;
	}
	.panel-offer strong.price {
		font-size: 32px;
	}
	.logo-footer>img {
		width: auto;
	}
	.panel-features .panel-heading {
		min-height: 67px;
	}
	.panel-features .panel-body {
		min-height: 135px;
	}
	.panel-bonus-heading {
		padding: 10px 2px 10px 60px;
		width: 99%;
	}
	.panel-bonus-heading .icon {
		width: 45px;
		font-size: 28px;
	}
	.panel-bonus-body {
		min-height: 560px;
	}
	.panel-default-form .panel-body {
		padding: 30px 45px 20px;
	}
	.panel-login .panel-body {
		padding: 30px 30px 20px;
	}
	.form-control {
		font-size: 16px;
		padding: 6px 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.banner h1 {
		font-size: 48px;
	}
	.banner.firesale h1 {
		font-size: 36px;
	}
	.banner.firesale p {
		font-size: 24px;
	}
	.navbar-nav-menu>li>a {
		padding: 10px 15px;
    	font-size: 16px;

	}
	.seven-days h3 {
		font-size: 27px;
	}
	.seven-days .media-body {
		vertical-align: middle;
	}
	.special-offer .panel-offer ul {
		min-height: 290px;
	}
	.panel-offer-body {
		padding: 30px;
	}
	.panel-features {
		margin-bottom: 50px;
	}
	.panel-features .panel-heading {
		min-height: 0;
	}
	.panel-features .panel-body {
		min-height: 110px;
	}
	.panel-bonus-heading {
		padding: 10px 2px 10px 75px;
		width: 98%;
		font-size: 16px;
	}
	.panel-bonus-heading .icon {
		width: 54px;
		font-size: 36px;
	}
	.panel-bonus-body {
		min-height: 440px;
	}
}

.embed-responsive-16by9 {
	padding-bottom: 54.25%;
}
.embed-border {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2), inset 3px 5px 6px 1px rgba(32, 32, 32, 0.4);
	border: 8px solid #ffffff;
	background-color: #dcdcdc;
}

@media only screen and (max-width: 991px) {
	.banner .btn-action{
		margin-bottom: 25px;
	}
	.navbar-nav-top>li>a{
		font-size: 13px;
	}
}

a.livechat {
	width: 137px;
	height: 34px;
	position: fixed;
	top: 146px;
	right: -13px;
	transition: all 0.3s linear;
	z-index: 10;
}
a.livechat:hover{
	right: 0;
}
@media only screen and (max-width: 767px) {
	a.livechat{
		width: 137px;
		height: 44px;
		transform: rotate(-90deg);
		right: -57px;
	}
	a.livechat:hover{
		right: -57px;
	}
}