/* body */
body {
	background-color: #fff;
	background-image: url('../../img/theme/bg-top.png'), url('../../img/theme/bg-bottom.png');
	background-position: center top, center bottom -300px;
	background-repeat: no-repeat;
	color: #807e83;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-top: 45px;
}

@media (max-width: 1100px) {
	body {
		background-position: center top, center bottom -150px;
	}
}

@media (max-width: 768px) {
	body {
		background-position: center top, center bottom -75px;
	}
}

@media (max-width: 620px) {
	body {
		background-position: center top -100px, center bottom -75px;
font-size:16px;	}
}

/* grid */
.container-fluid {
	max-width: 1364px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

.container-full-white {
	background-color: #fff;
	padding: 128px 0 0;
	width: 100%;
}

/* navigation */
.navbar-container {
	margin-bottom: 35px;
}

.logo-top {
	margin-right: auto;
}

.navbar-transparent .navbar-nav > li > a {
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus,
.navbar-transparent .navbar-nav > li > a:active,
.navbar-transparent .navbar-nav > li.active > a {
	background-color: inherit;
	border-bottom: 2px solid #316490;
	outline: none;
}

.navbar-toggle {
	background-color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0;
}

.navbar-toggle .icon-bar {
	display: none;
	border: 1px solid #0079c4;
	border-radius: 0;
	width: 17px;
}

.navbar-toggle .icon-x {
	background-image: url('../../img/theme/btn-menu-close.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 16px;
	height: 16px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 2px;
}

.navbar-toggle.collapsed .icon-bar {
	display: block;
}

.navbar-toggle.collapsed .icon-x {
	display: none;
}

.navbar-auth {
	margin-left: auto;
}

@media (max-width: 900px) {
	.hero {
		padding-top: 42px;
	}

	.navbar-transparent {
		position: relative;
	}

	.navbar-transparent .navbar-nav > li {
		text-align: center;
	}

	.navbar-transparent .navbar-nav > li > a {
		display: inline-block;
		font-size: 24px;
	}

	.navbar-transparent .navbar-nav > li + li > a {
		margin-left: 0;
		margin-top: 30px;
	}

	.navbar-collapse {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #0079c4;
		opacity: 0.95;
		max-height: none;
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
		z-index: 100;
		padding-bottom: 131px;
	}

	.navbar-toggle {
		z-index: 1000;
	}

	.logo-top {
		position: absolute;
		top: 7px;
		left: 0;
	}

	.navbar-header {
		float: none !important;
	}
	.navbar-toggle {
		display: flex !important;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none !important;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-auth {
		margin-left: 0;
		position: absolute;
		top: 0;
		right: 146px;
	}

	.navbar-header {
		margin-left: auto;
	}
}

@media (min-width: 901px) {
	.navbar-toggle {
		display: none;
	}

	.navbar-transparent .navbar-nav > li + li > a {
		margin-left: 42px;
	}

	.navbar {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* typography */
.product-box {
	color: #4E4A4F;
}

.product-box > .panel-body {
	padding: 25px 15px;
}

.product-box-price {
	color: #0079c4;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 8px;
}

.product-box-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.product-footnote {
	color: #4E4A4F;
}

.caption {
	color: #316490;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-right: 32px;
	text-transform: uppercase;
}

.stat-figure {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	white-space: nowrap;
}

/* blocks */
.hero h1 {
	margin-bottom: 17px;
}
.hero .btn-orange {
	margin-top: 20px;
}

.hero .screenshot-row {
	margin-top: 88px;
}

.blue-header {
	margin-bottom: 5px;
}

.aux-header {
	padding-bottom: 64px;
}

.container.spaced,
.container-fluid.spaced {
	padding: 100px 16px 0;
}

.content-row > div {
	padding: 32px;
}

.has-divider {
	margin-top: 100px;
	border-top: 1px solid #ededed;
}

.screenshot-shadow1 {
	background-color: #fff;
	opacity: 0.15;
	width: calc(100% - 128px);
	height: 28px;
	margin: 0 auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.screenshot-shadow2 {
	background-color: #fff;
	opacity: 0.3;
	width: calc(100% - 64px);
	height: 14px;
	margin: -14px auto 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.features-container {
	margin-bottom: 165px;
	margin-top: 40px;
}

.cta-shadow1 {
	background-color: #0079C4;
	opacity: 0.3;
	width: calc(100% - 64px);
	height: 14px;
	margin: 0 auto;
	/*
	width: calc(100% - 128px);
	height: 28px;
	margin: 0 auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cta-shadow2 {
	background-color: #0079C4;
	opacity: 0.3;
	width: calc(100% - 128px);
	height: 28px;
	margin: -14px auto 0;
	/*
	width: calc(100% - 64px);
	height: 14px;
	margin: -14px auto 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cta-box {
	background-color: #0079C4;
	display: flex;
	flex-flow: row;
	align-items: center;
	min-height: 109px;
	margin: 59px 0 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 0;
}

.cta-box .btn-group {
	margin-right: 32px;
}

.cta2-shadow1 {
	background-color: #3c5f89;
	opacity: 0.3;
	width: calc(100% - 128px);
	height: 28px;
	margin: 0 auto;
	/*
	width: calc(100% - 64px);
		height: 14px;
	margin: 0 auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	*/
		border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.cta2-shadow2 {
	background-color: #3c5f89;
	opacity: 0.3;
	width: calc(100% - 64px);
	height: 14px;
	margin: -14px auto 0;
	/*
	width: calc(100% - 128px);
	height: 28px;
	margin: -14px auto 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
		border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


.cta2-box {
	background-color: #316490;
	display: flex;
	flex-flow: row;
	align-items: center;
	min-height: 109px;
	/*	margin: 59px 0 0;*/
	border-radius: 3px;
}

.cta2-box .btn-white {
	color: #316490;
}

.cta2-box .btn-white:hover,
.cta2-box .btn-white:focus {
	color: #316490;
}

.cta2-box .btn-white:active {
	color: #316490;
}

#marketing-tips > .container-fluid {
	margin-top: 100px;
}

.seven-cols {
	display: flex;
	justify-content: center;
}

.services-box {
	margin-top: 40px;
	text-align: center;
}

.services-box.bottom-row {
	padding-bottom: 100px;
}

.services-box.visible-1280 + .services-box.visible-1280 {
	margin-top: 32px;
}

.tip-boxes {
	margin: 128px 0;
}

.tip-boxes .well {
	align-items: center;
	display: flex;
	flex-flow: column;
}

.tip-boxes .well .btn {
	margin-top: auto;
}

@media (max-width: 991px) {
	.cta-shadow1,
	.cta-shadow2,
	.cta2-shadow1,
	.cta2-shadow2 {
		border-radius: 0;
		width: 100% !important;
	}

	.lower-row-grid {
		margin-top: 60px;
	}
}

@media (max-width: 620px) {
	.screenshot-container {
		padding: 0;
	}

	.features-container {
		margin-bottom: 64px;
		padding-left: 0;
		padding-right: 0;
	}

	.features-container > .row {
		margin: 0;
	}

	.features-container > .row:first-child > .col-xs-12 {
		padding: 0 32px;
	}

	.content-row > div {
		padding-left: 32px;
		padding-right: 32px;
	}

	.content-row > div:first-child {
		padding-top: 0;
	}

	.cta-box .btn-group {
		display: flex;
		flex-flow: column;
		align-items: center;
		margin-bottom: 0 !important;
	}

	.cta-box .btn-group .btn {
		min-width: 295px;
	}

	.cta-box .btn-group .btn + .btn {
		margin-left: 0;
		margin-top: -1px;
	}

	.cta-box .btn-group .btn:first-child {
		border-radius: 0;
		border-top-left-radius: 4px !important;
		border-top-right-radius: 4px !important;
	}

	.cta-box .btn-group .btn:last-child {
		border-radius: 0;
		border-bottom-left-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}

	.container.spaced,
	.container-fluid.spaced {
		padding-top: 64px;
	}

	.tip-boxes {
		margin-bottom: 64px;
		margin-top: 64px;
	}

	.guarantee-row > * + * {
		margin-top: 64px;
	}

	.services-box.bottom-row {
		padding-bottom: 64px;
	}

	.has-divider {
		margin-top: 64px;
	}
}

@media (max-width: 767px) and (min-width: 621px) {
	.features-container {
		padding-left: 64px;
		padding-right: 64px;
	}

	.content-row {
		margin: 0;
	}

	.content-row > div:first-child {
		padding: 16px 16px 32px 0;
	}

	.content-row > div:nth-child(2) {
		padding: 16px 0 32px 16px;
	}
}

@media (min-width: 768px) {
	.content-row > div:first-child {
		padding-left: 16px;
	}

	.content-row > div:nth-child(2) {
		padding-right: 16px;
	}

	.cta2-box .btn-white {
		margin-left: 32px;
	}
}

@media (max-width: 1199px) {
	.cta-box,
	.cta2-box {
		padding: 32px 0;
	}

	.cta-box .btn-group {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.cta2-box .btn-white {
		margin-left: 0;
		margin-top: 25px;
	}
}

@media (max-width: 1350px) {
	.cta-container {
		width: auto;
		padding: 0;
	}

	.cta-box {
		border-radius: 0;
	}

	.cta2-box {
		border-radius: 0;
	}
}

/* footer */
footer {
	color: #fff;
	margin: 100px 0 0;
	font-size: 13px;
}

.copyright {
	text-align: center;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.footer-nav .nav-links a {
	color: #fff;
}

@media (max-width: 1100px) {
	.copyright {
		flex-flow: column;
	}

	.copyright > * + * {
		margin-left: 0;
	}

	.copyright .logo-icon {
		margin: 25px 0;
	}
}

@media (min-width: 768px) {
	.copyright > * + * {
		margin-left: 20px;
	}
}

@media (max-width: 620px) {
	footer {
		margin-top: 64px;
	}
}

/* footer link navigation */
.nav-links {
	float: left;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.nav-links > li {
	float: left;
	position: relative;
	display: block;
	/*padding: 10px;*/
}

.nav-links > li + li {
	margin-left: 8px;
}

@media (max-width: 620px) {
	.nav-links > li {
	position: relative;
	display: block;
	padding: 10px;
	float: none;
	}
		.lang-select > a {
			padding: 10px;
	float: none;
	
	}
}
/* slider */
.review-slider {
	border: 0;
	margin: 128px 0 98px;
}

.review-slider .slides li .inner {
	background-image: url('../../img/theme/bg-review.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 120px;
	width: 634px;
	margin: 0 auto;
}

.review-slider .slides li .inner:after {
	content: "";
	display: table;
	clear: both;
}

.review-slider .slides li .portrait {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 32px;
	border: 5px solid #0079c4;
	border-radius: 50%;
}

.review-slider .slides li .review-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	margin-right: 50px;
}

.review-rating {
	display: flex;
	flex-flow: row;
	align-items: center;
}

.review-stars {
	flex: 1;
}

.review-stars > * {
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 16px;
}

.review-stars .star-full {
	background-image: url('../../img/theme/star-full.png');
}

.review-stars .star-half {
	background-image: url('../../img/theme/star-half.png');
}

.flex-control-nav {
	bottom: -52px;
}

.flex-control-nav li {
	margin: 0 4px;
}

.flex-control-paging li a {
	height: 8px;
	width: 8px;
	background-color: #e0e0e0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.flex-control-paging li a.flex-active {
	background-color: #0079c4;
}

@media (max-width: 720px) {
	.container-slider {
		padding-left: 0;
		padding-right: 0;
	}

	.review-slider {
		margin-top: 32px;
	}

	.review-slider .slides li .inner {
		background-image: none;
		background-color: #F8F8F8;
		padding: 32px;
		height: auto;
		width: 100%;
	}

	.review-slider .slides li .review-content {
		height: 100%;
		margin-right: 0;
	}
}

/* faqs page */
.faqs-container, .cms-container {
	padding-bottom: 128px;
}

.faq-row > div:first-child > .faq:nth-child(even) .btn-faq,
.faq-row > div:last-child > .faq:nth-child(odd) .btn-faq {
	background-color: #f6f6f6;
}

.faq + .faq {
	margin-top: 32px;
}

.faq-answer {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 32px;
}

.btn-faq {
	background-color: #eee;
	color: #585e66;
	cursor: pointer;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	padding: 32px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.btn-faq.collapsed {
	border-radius: 3px;
}

.btn-faq:hover,
.btn-faq:active,
.btn-faq:focus {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 713px) {
	.faq-row > div > *:last-child {
		margin-bottom: 32px;
	}
}

@media (max-width: 620px) {
	.faqs-container {
		padding-bottom: 64px;
	}
}

#statistics {
	margin-top: 100px;
}

.services-box .panel-heading a,
.services-box .panel-heading a:hover,
.services-box .panel-heading a:focus,
.services-box .panel-heading a:active {
	color: white;
	text-decoration: none;
}

main.service-page {
	background-color: #f6f6f6;
	padding-top: 1px;
}