/*
Theme Name: Whiteboard.co
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

.reason-list,
.testimonial-gallery .pagination ul,
.team-list,
.tab-gallery .pagination ul,
.tabset,
.images-list,
.box-list,
#accordion ul,
#accordion2 ul,
.overview-list,
.support-banner ol,
.support-list,
.support-list ol,
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.top-section:after,
.testimonial-gallery:after,
.testimonial-gallery .mask:after,
.hero-section.cool-blue .tab-gallery .tab-content:after,
.tab-gallery:after,
.block-nav:after,
.contact-block:after,
.content-holder:after,
.pagination-holder:after,
.footer-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/* set typography styles for common tags */

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form input[type="tel"],
.search-form input[type="tel"],
.post-password-form input[type="tel"],
.comment-form input[type="email"],
.search-form input[type="email"],
.post-password-form input[type="email"],
.comment-form input[type="search"],
.search-form input[type="search"],
.post-password-form input[type="search"],
.comment-form input[type="password"],
.search-form input[type="password"],
.post-password-form input[type="password"],
.comment-form input[type="url"],
.search-form input[type="url"],
.post-password-form input[type="url"],
.comment-form input[type="date"],
.search-form input[type="date"],
.post-password-form input[type="date"],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: none;
	border: 2px solid #ced8dc;
	border-radius: 9px;
	padding: 9px 18px 13px;
	font: 18px/20px "Avenir W01", Arial, Helvetica, sans-serif;
	color: #868d93;
	outline: none;
	height: 53px;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form input[type="tel"]:focus,
.search-form input[type="tel"]:focus,
.post-password-form input[type="tel"]:focus,
.comment-form input[type="email"]:focus,
.search-form input[type="email"]:focus,
.post-password-form input[type="email"]:focus,
.comment-form input[type="search"]:focus,
.search-form input[type="search"]:focus,
.post-password-form input[type="search"]:focus,
.comment-form input[type="password"]:focus,
.search-form input[type="password"]:focus,
.post-password-form input[type="password"]:focus,
.comment-form input[type="url"]:focus,
.search-form input[type="url"]:focus,
.post-password-form input[type="url"]:focus,
.comment-form input[type="date"]:focus,
.search-form input[type="date"]:focus,
.post-password-form input[type="date"]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
	border-color: #46aad9;
	color: #868d93;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="tel"]::-webkit-input-placeholder,
.post-password-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.search-form input[type="email"]::-webkit-input-placeholder,
.post-password-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.search-form input[type="url"]::-webkit-input-placeholder,
.post-password-form input[type="url"]::-webkit-input-placeholder,
.comment-form input[type="date"]::-webkit-input-placeholder,
.search-form input[type="date"]::-webkit-input-placeholder,
.post-password-form input[type="date"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
	color: #bdccd2;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.search-form input[type="tel"]::-moz-placeholder,
.post-password-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.search-form input[type="email"]::-moz-placeholder,
.post-password-form input[type="email"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.search-form input[type="url"]::-moz-placeholder,
.post-password-form input[type="url"]::-moz-placeholder,
.comment-form input[type="date"]::-moz-placeholder,
.search-form input[type="date"]::-moz-placeholder,
.post-password-form input[type="date"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
	opacity: 1;
	color: #bdccd2;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.search-form input[type="tel"]:-moz-placeholder,
.post-password-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.search-form input[type="email"]:-moz-placeholder,
.post-password-form input[type="email"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.search-form input[type="url"]:-moz-placeholder,
.post-password-form input[type="url"]:-moz-placeholder,
.comment-form input[type="date"]:-moz-placeholder,
.search-form input[type="date"]:-moz-placeholder,
.post-password-form input[type="date"]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
	color: #bdccd2;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="tel"]:-ms-input-placeholder,
.post-password-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.search-form input[type="email"]:-ms-input-placeholder,
.post-password-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.search-form input[type="url"]:-ms-input-placeholder,
.post-password-form input[type="url"]:-ms-input-placeholder,
.comment-form input[type="date"]:-ms-input-placeholder,
.search-form input[type="date"]:-ms-input-placeholder,
.post-password-form input[type="date"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
	color: #bdccd2;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form input[type="tel"].placeholder,
.search-form input[type="tel"].placeholder,
.post-password-form input[type="tel"].placeholder,
.comment-form input[type="email"].placeholder,
.search-form input[type="email"].placeholder,
.post-password-form input[type="email"].placeholder,
.comment-form input[type="search"].placeholder,
.search-form input[type="search"].placeholder,
.post-password-form input[type="search"].placeholder,
.comment-form input[type="password"].placeholder,
.search-form input[type="password"].placeholder,
.post-password-form input[type="password"].placeholder,
.comment-form input[type="url"].placeholder,
.search-form input[type="url"].placeholder,
.post-password-form input[type="url"].placeholder,
.comment-form input[type="date"].placeholder,
.search-form input[type="date"].placeholder,
.post-password-form input[type="date"].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
	color: #bdccd2;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	min-height: 180px;
	height: 180px;
	background: none;
	border: 2px solid #ced8dc;
	border-radius: 9px;
	display: block;
	padding: 12px 5px 5px 18px;
	font: 18px/20px "Avenir W01", Arial, Helvetica, sans-serif;
	color: #bdccd2;
	box-shadow: none !important;
	outline: none;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	overflow: hidden;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	height: 38px;
	padding: 4px 10px;
}

.post-password-form input[type="submit"] {
	height: 37px !important;
	padding: 0 22px !important;
}

.search-form input {
	float: left;
	height: 38px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	height: 38px;
	padding: 4px 10px;
}

.search-form input[type="submit"] {
	height: 37px !important;
	padding: 0 22px !important;
}

#sidebar .search-form input[type="search"] {
	width: 190px;
	margin: 0 4px 5px 0;
}

.post-password-form input {
	float: left;
	height: 40px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	width: auto;
	padding: 0 21px 3px;
	border: 2px solid #46aad9;
	color: #46aad9;
	border-radius: 10px;
	background: none;
	font: 800 18px/20px "Avenir W01", Arial, Helvetica, sans-serif;
	overflow: hidden;
	display: block;
	height: 57px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	cursor: pointer;
	background: #46aad9;
	color: #fff;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	margin: 0 0 10px;
}

.navigation .btn-next,
.navigation .btn-prev {
	margin: 0 !important;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #868d93;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

html {
	height: 100%;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	height: 100%;
	font-weight: 300;
}

/* styles for default page links */

a,
button {
	outline: none;
}

q,
q:before,
q:after {
	quotes: none;
}

q:before,
q:after {
	content: "";
}

a {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

textarea {
	resize: vertical;
	overflow: auto;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select {
	box-shadow: none !important;
	outline: none !important;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

textarea,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url] {
	-webkit-border-radius: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	margin: 0 0 15px;
}

td,
th {
	padding: 3px 5px;
	border: 1px solid #333;
}

mark {
	background: none;
	padding: 0;
}

iframe,
video {
	max-width: 100%;
}

h1 {
	font-size: 40px;
	line-height: 56px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #24272f;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #24272f;
}

h3 {
	font-size: 26px;
	line-height: 39px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #868d93;
}

h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #868d93;
}

h5 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #868d93;
}

h6 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 20px;
	color: #868d93;
}

.btn {
	padding: 18px 22px;
	font-size: 18px;
	line-height: 20px;
	white-space: normal;
	border: none;
	font-weight: 800;
}

.btn:active,
.btn:focus {
	box-shadow: none;
}

.btn-primary:hover {
	background: #3d96bf;
}

.btn-primary.blue-text {
	color: #46AAD9;
	background: #fff;
}

.btn-primary.green-text {
	color: #1cb890;
	background: #fff;
}

.btn-primary.green-text:hover {
	background: #f0f7fa;
}

.btn-default {
	border: 2px solid #bac4c8;
	padding: 12px 22px;
}

.btn-default:hover {
	background: #bac4c8;
	color: #fff;
	border: 2px solid #bac4c8;
}

.btn-default.white {
	color: #fff;
	border-color: #fff;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif !important;
	font-weight: 800;
}

.btn-default.white:hover {
	background: #fff;
	color: #46aad9;
}

.btn-default.white:hover.fa:before {
	color: #46aad9;
}

.btn-default.white.fa:before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.btn-default.sign {
	font-size: 14px;
	line-height: 16px;
	padding: 9px 12px;
	float: left;
	margin: 0 0 0 30px;
}

.btn-default.sign span {
	display: none;
}

.btn-default.blue {
	color: #46aad9;
	border-color: #46aad9;
}

.btn-default.blue:hover {
	background: #46aad9;
	color: #fff;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.focus:active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	border-color: transparent;
}

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

/* main container styles */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: table;
	table-layout: fixed;
}

/* page logo styles */

.navbar-brand {
	margin: 0 !important;
}

.navbar-toggle {
	color: #46aad9;
	border-width: 0;
	font-weight: 800;
	text-transform: capitalize;
	background: url(images/sprite.png) no-repeat -18px -22px;
	float: right;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 13px 9px 0 0;
	font-size: 14px;
}

.navbar-toggle .btn-text {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
}

.navbar-toggle:hover {
	opacity: .8;
}

.navbar-toggle.collapsed {
	background: none;
	border-width: 2px;
	width: auto;
	height: auto;
	background: none;
	padding: 6px 13px;
	margin: 0 9px 0 0;
}

.navbar-toggle.collapsed .btn-text {
	text-indent: 0;
}

.navbar-toggle.collapsed:hover {
	color: #fff;
	background: #46aad9;
	opacity: 1;
}

.nav-section {
	float: right;
}

.navbar {
	padding-top: 28px;
	padding-bottom: 28px;
}

.navigation-default {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 98px;
	z-index: 500;
	-webkit-transition: all 420ms ease;
	transition: all 420ms ease;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.navigation-default.fixed-position {
	-webkit-transform: translate3d(0px, -98px, 0px);
	transform: translate3d(0px, -98px, 0px);
	position: fixed !important;
	top: 0 !important;
}

.navigation-fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 98px;
	z-index: 500;
	background: #fff;
	-webkit-transition: all 420ms ease;
	transition: all 420ms ease;
	-webkit-transform: translate3d(0px, -98px, 0px);
	transform: translate3d(0px, -98px, 0px);
}

.navigation-fixed.fixed-position {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: fixed !important;
	top: 0 !important;
}

.navbar-nav {
	font-weight: 800;
	font-size: 14px;
	line-height: 16px;
	float: left;
	margin: 5px 0 0;
}

.navbar-nav li {
	float: left;
	margin: 0 0 0 28px;
	position: relative;
}

.navbar-nav li.active a:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 2px;
	background: #46aad9;
	content: "";
}

.navbar-nav.nav-mobile {
	display: none;
}

/* header styles */

#header.white-color .navbar-nav a {
	color: #fff;
}

#header.white-color .navbar-nav a:hover {
	color: #b7d8e7;
}

#header.white-color .navbar-nav li.active a:before {
	background: #fff;
}

#header.white-color .navbar-nav li.active a:hover {
	color: #fff;
}

#header.white-color .btn.sign {
	color: #fff;
	border-color: #fff;
}

#header.white-color .btn.sign:hover {
	color: #46aad9;
	background: #fff;
}

#header.white-color .navigation-fixed .navbar-nav a {
	color: #46aad9;
}

#header.white-color .navigation-fixed .navbar-nav a:hover {
	color: #2482af;
}

#header.white-color .navigation-fixed .navbar-nav li.active a:before {
	background: #46aad9;
}

#header.white-color .navigation-fixed .navbar-nav li.active a:hover {
	color: #46aad9;
}

#header.white-color .navigation-fixed .btn.sign {
	color: #46aad9;
	border-color: #46aad9;
}

#header.white-color .navigation-fixed .btn.sign:hover {
	color: #fff;
	background: #46aad9;
}

#header.white-color .navbar-toggle {
	background: url(images/sprite.png) no-repeat 0 -22px;
}

#header.white-color .navbar-toggle.collapsed {
	color: #fff;
	border-color: #fff;
	background: none;
}

#header.white-color .navbar-toggle.collapsed:hover {
	color: #46aad9;
	background: #fff;
}

.navbar-collapse {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.top-section {
	background: url(images/bg-hero.jpg) no-repeat 50% 0;
	padding: 161px 0 0;
	position: relative;
	z-index: 2;
}

.top-section .description {
	float: left;
	width: 44%;
	padding: 32px 0 0 60px;
	text-align: center;
}

.top-section .text-holder {
	padding: 0 50px 0 0;
}

.top-section .visual {
	float: right;
	width: 72.2%;
	margin: 0 -230px 0 0;
}

.top-section .visual img {
	display: block;
}

.top-section h1 {
	color: #24272f;
	margin: 0 0 38px;
}

.top-section p {
	margin: 0 0 38px;
}

.top-section p a {
	font-weight: 800;
}

.top-section .btn {
	margin: 0 0 32px;
}

.top-section .badges {
	margin: -20px 0 20px 0;
	padding: 0;
}

.top-section .badges li {
	display: inline;
	list-style-type: none;
}

.top-content {
	padding-bottom: 67px;
}

.video-holder {
	background: #f0f7fa;
	padding-top: 16px;
	padding-bottom: 16px;
}

.video-holder .video-link {
	font-weight: 800;
	padding: 0 40px 0 0;
	position: relative;
}

.video-holder .video-link:before {
	position: absolute;
	right: 0;
	top: -4px;
	width: 29px;
	height: 29px;
	background: url(images/bg-video.png) no-repeat;
	content: "";
}

.video-holder .video-link em {
	font-style: normal;
}

.video-holder .video-link:hover {
	opacity: .8;
}

.video-holder:before,
.video-holder:after {
	position: absolute;
	left: -9999px;
	top: 0;
	right: 100%;
	bottom: 0;
	background: #f0f7fa;
	content: "";
}

.video-holder:after {
	left: 100%;
	right: -9999px;
}

/* main informative part styles */

#main {
	overflow: hidden;
}

/* article styles */

.block-content {
	overflow: hidden;
	padding-top: 126px;
	padding-bottom: 113px;
	background: #f0f7fa;
}

.block-content.blue {
	background: #46aad9;
	color: #fff;
}

.block-content.blue h2,
.block-content.blue h1 {
	color: #fff;
}

.block-content.top {
	padding-top: 116px;
	padding-bottom: 58px;
}

.block-content.cool-blue {
	background: #f0f7fa;
}

.block-content.green {
	background: #1cb890;
	color: #fff;
}

.block-content.green h2,
.block-content.green h1 {
	color: #fff;
}

.block-content.green h1 {
	margin: 0 0 39px;
}

.block-content.green .btn-default:hover {
	color: #1cb890;
}

.block-content .visual-block {
	display: inline-block;
	vertical-align: middle;
	width: 50.1%;
	padding: 0 0 0 128px;
	margin: 0 74px 0 0;
}

.block-content .visual-block img {
	display: block;
	width: 100%;
}

.block-content .visual-block.wide {
	width: 54%;
	margin: 0 52px 0 0;
}

.block-content .description {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
}

.block-content h2 {
	margin: 0 0 23px;
}

.block-content p {
	margin: 0 0 37px;
}

.block-content.align-right .description {
	padding: 0 0 0 120px;
	width: 47%;
	margin: 0 33px 0 0;
}

.block-content.align-right .visual-block {
	margin: 0;
	padding: 0;
	width: 43.4%;
}

.block-content.purple {
	background: #9a74ce;
	color: #fff;
}

.block-content.purple h2 {
	color: #fff;
}

.block-content.alt {
	padding-top: 38px;
	padding-bottom: 0;
}

.block-content.alt .wrap-inner {
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.block-content.alt .wrap-inner:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

.block-content.alt .wrap-frame {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
}

.block-content.alt .visual-block {
	float: right;
	padding: 0;
	width: 54.6%;
	margin: 0 -7px 0 0;
}

.block-content.alt .description {
	float: left;
	padding: 0 0 0 120px;
	white-space: nowrap;
	width: 40%;
}

.block-content.alt .description:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.block-content.alt .description .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 10px 0;
}

.block-content.whithout-space {
	padding-top: 0;
	padding-bottom: 0;
}

.block-content.whithout-space .description {
	width: 46%;
}

.block-content.whithout-space .visual-block {
	width: 54%;
	margin: 0 -50px 0 0;
}

.block-content.ux {
	padding-top: 0;
}

.block-content.ux .description {
	width: 42%;
	padding-top: 8%;
}

.block-content.ux .visual-block {
	width: 58%;
	margin: -5.3% -70px -12.5% 31px;
}

.webinar-section {
	overflow: hidden;
	padding-bottom: 60px;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	color: #24272f;
}

.webinar-section .title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 15px 13px;
	min-width: 160px;
	background: #9a74ce;
	border-radius: 0 0 3px 3px;
	margin: 0 0 25px;
}

.webinar-section p {
	margin: 0;
}

.content-inner {
	padding: 0 20px;
}

.sidebar-inner {
	position: relative;
	z-index: 50;
}

.banner-block {
	overflow: hidden;
	color: #fff;
	padding: 50px 0;
	background: #46aad9;
}

.banner-block.purple {
	background: #9a74ce;
}

.banner-block.blue {
	background: #46aad9 url(images/bg-ornament.png) no-repeat;
	background-size: cover;
}

.banner-block.cool-blue {
	background: #f0f7fa url(images/bg-pattern.png) no-repeat;
	background-size: cover;
}

.banner-block.cool-blue h2 {
	color: #24272f;
}

.banner-block.top {
	padding-top: 100px;
	padding-bottom: 84px;
}

.banner-block h1 {
	line-height: 56px;
	color: #fff;
	margin: 0;
}

.banner-block h2 {
	color: #fff;
	margin: 0 0 15px;
	padding: 0 50px;
}

.banner-block p {
	margin: 0 0 56px;
}

.banner-block .visual {
	margin-bottom: -74px;
}

.banner-block .visual img {
	display: block;
	width: 100%;
}

.banner-block .btn {
	margin: 25px 0 0;
}

.reasons-block {
	overflow: hidden;
	padding: 53px 0 2px;
}

.reasons-block h2 {
	margin: 0 0 23px;
}

.reasons-block p {
	margin: 0 0 58px;
}

.reasons-block p strong {
	font-weight: 800;
}

.reasons-block .text-block {
	margin: 0 auto;
	max-width: 880px;
	font-size: 26px;
	line-height: 70px;
	padding: 0 0 32px;
	font-weight: normal;
}

.reasons-block .text-block h2 {
	margin: 0 0 6px;
}

.reasons-block .text-block p {
	margin: 0;
}

.reasons-block.questions .reason-list {
	padding: 36px 0 0;
	margin: 0 0 -7px;
}

.reasons-block.questions .reason-list li {
	width: 45%;
}

.reason-list {
	overflow: hidden;
	list-style-position: outside;
	list-style: none;
}

.reason-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	width: 25%;
	padding: 0 30px 56px;
}

.reason-list .visual {
	margin: 0 0 28px;
}

.reason-list .visual img {
	vertical-align: top;
}

.reason-list h3 {
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #868d93;
	margin: 0 0 25px;
}

.reason-list p {
	margin: 0;
}

.testimonial-section {
	overflow: hidden;
	background: #f0f7fa;
	padding: 40px 0 0;
	position: relative;
}

.testimonial-section .title-holder {
	position: absolute;
	top: 73px;
	left: 0;
	width: 100%;
}

.testimonial-section h2 {
	margin: 0 auto;
	width: 40%;
	height: 140px;
	overflow: hidden;
}

/* gallery styles */

.testimonial-gallery {
	margin: 0 0 0 -30px;
	padding: 0 5px 0 35px;
}

.testimonial-gallery .slide-col {
	float: left;
	width: 31.7%;
	padding: 0 0 0 30px;
}

.testimonial-gallery .slide-col.wide {
	width: 36%;
	padding: 225px 0 0 30px;
}

.testimonial-gallery .slide {
	padding: 0 0 50px;
	width: 100%;
}

.testimonial-gallery .slide.slide1 {
	width: 74.3%;
}

.testimonial-gallery .slide.slide3 {
	width: 88%;
	float: right;
}

.testimonial-gallery .slide.slide2 {
	width: 73%;
	margin: 0 auto;
}

.testimonial-gallery .slide.active .visual:before {
	background: none;
}

.testimonial-gallery .slide.active .description {
	color: #868d93;
	background: #fff;
}

.testimonial-gallery .slide.active .description:before {
	border-top: 10px solid #fff;
}

.testimonial-gallery .slide.active p a {
	color: #868d93;
}

.testimonial-gallery .slide.active .author a {
	color: #46aad9;
}

.testimonial-gallery .slide.active .logotype {
	opacity: 1;
}

.testimonial-gallery .visual {
	overflow: hidden;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 0 auto -10px;
	position: relative;
	z-index: 20;
}

.testimonial-gallery .visual img {
	display: block;
	width: 100%;
}

.testimonial-gallery .visual:before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border-radius: 50%;
	background: rgba(229, 239, 244, .81);
	content: "";
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery .description {
	background: #e5eff4;
	border-radius: 5px;
	padding: 18px 20px 16px;
	position: relative;
	margin: 0 0 30px;
	color: #fff;
	text-align: left;
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery .description:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0 0 0 -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5eff4;
	content: "";
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery p {
	margin: 0;
}

.testimonial-gallery p a {
	color: #fff;
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery p a:hover {
	opacity: .8;
}

.testimonial-gallery .author {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 5px;
}

.testimonial-gallery .author a {
	color: #fff;
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery .author a:hover {
	opacity: .8;
}

.testimonial-gallery .logotype {
	opacity: .05;
	-webkit-transition: all 330ms ease-in;
	transition: all 330ms ease-in;
}

.testimonial-gallery .pagination {
	display: none;
}

.testimonial-gallery .pagination ul {
	list-style-position: outside;
	list-style: none;
	text-align: center;
}

.testimonial-gallery .pagination ul li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	padding: 0 6px;
}

.testimonial-gallery .pagination ul li.active a {
	background: #46aad9;
}

.testimonial-gallery .pagination ul a {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #46aad9;
	text-decoration: none;
}

.testimonial-gallery .pagination ul a:hover {
	background: #46aad9;
}

/* page introductory content styles */

.introduce-section {
	overflow: hidden;
	background: #46aad9;
	padding-top: 108px;
	color: #fff;
}

.introduce-section p {
	margin: 0;
}

.introduce-section p strong {
	font-weight: 800;
}

.introduce-section h1 {
	color: #fff;
	text-align: center;
	margin: 0 0 28px;
}

.introduce-section .description {
	max-width: 646px;
	margin: 0 auto -93px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.introduce-section img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.team-block {
	overflow: hidden;
	padding-top: 52px;
	padding-bottom: 41px;
	border-bottom: 1px solid #e8ebec;
}

.team-block h2 {
	color: #24272f;
	margin: 0 0 53px;
}

.team-list {
	list-style-position: outside;
	list-style: none;
}

.team-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	padding: 0 30px 10px;
	width: 36%;
}

.team-list .visual {
	margin: 0 auto 37px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.team-list .visual img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.team-list h3 {
	line-height: 28px;
	margin: 0 0 15px;
}

.team-list h3 a {
	color: #868d93;
}

.team-list h3 a:hover {
	color: #60676c;
}

.hero-section {
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 55px;
}

.hero-section.top {
	padding-top: 111px;
	padding-bottom: 50px;
}

.hero-section.purple {
	background: #9a74ce;
}

.hero-section.cool-blue {
	background: #f0f7fa;
}

.hero-section.cool-blue h2 {
	margin: 0 0 54px;
	text-align: center;
}

.hero-section.cool-blue .tab-gallery .tab-content {
	margin: 0 -168px 0 0;
	width: 63.5%;
}

.hero-section .tab-gallery .tab-content .visual {
	display: none;
}

.hero-section.cool-blue .tab-gallery .tab-content .visual {
	width: 260px;
	height: 260px;
	left: -4.8% !important;
}

.hero-section.cool-blue.tab-active-1 .tab-gallery .tab-content .visual.tab-active-1 {
	top: 25% !important;
	display: block;
}

.hero-section.cool-blue.tab-active-2 .tab-gallery .tab-content .visual.tab-active-2 {
	top: 40% !important;
	display: block;
}

.hero-section.cool-blue.tab-active-3 .tab-gallery .tab-content .visual.tab-active-3 {
	top: 5% !important;
	display: block;
}

.hero-section.purple.tab-active-1 .tab-gallery .tab-content .visual.tab-active-1 {
	top: 40% !important;
	left: 40% !important;
	display: block;
}

.hero-section.purple.tab-active-2 .tab-gallery .tab-content .visual.tab-active-2 {
	top: 50% !important;
	left: 50% !important;
	display: block;
}

.hero-section.purple.tab-active-3 .tab-gallery .tab-content .visual.tab-active-3 {
	top: 18% !important;
	left: 6.3% !important;
	display: block;
}

.hero-section.purple.tab-active-4 .tab-gallery .tab-content .visual.tab-active-4 {
	top: 4% !important;
	left: 6.3% !important;
	display: block;
}

.hero-section.cool-blue .tab-gallery .pagination li.active a {
	background: #46aad9;
}

.hero-section.cool-blue .tab-gallery .pagination a {
	border-color: #46aad9;
}

.hero-section.cool-blue .tab-gallery .pagination a:hover {
	background: #46aad9;
}

.hero-section.cool-blue .tabset {
	border-color: #d9e4e8;
}

.hero-section.cool-blue .tabset li {
	border-color: #d9e4e8;
}

.hero-section.cool-blue .tabset li.active a {
	color: #46aad9;
	background: #fff;
}

.hero-section.cool-blue .tabset a {
	color: #868d93;
}

.hero-section.cool-blue .tabset a:hover {
	color: #46aad9;
	background: #fff;
}

.hero-section h1 {
	color: #fff;
	text-align: center;
	line-height: 56px;
	margin: 0 0 40px;
}

.hero-holder {
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto;
}

/* gallery styles */

.tab-gallery {
	padding: 0 0 0 121px;
	margin: 0 -132px 0 0;
}

.tab-gallery .slide {
	display: none;
}

.tab-gallery .slide.active {
	display: block;
}

.tab-gallery .tab-content {
	float: right;
	width: 54.2%;
	position: relative;
}

.tab-gallery .tab-content > div {
	display: none;
}

.tab-gallery .tab-content > div.active {
	display: block;
}

.tab-gallery .tab-content .visual {
	position: absolute;
	z-index: 20;
	width: 244px;
	height: 244px;
	overflow: hidden;
	border-radius: 50%;
}

.tab-gallery .tab-content .visual img {
	border-radius: 50%;
}

.tab-gallery .tab-content img {
	display: block;
	width: 100%;
}

.tab-gallery .pagination {
	display: none;
}

.tab-gallery .pagination ul {
	list-style-position: outside;
	list-style: none;
	text-align: center;
}

.tab-gallery .pagination ul li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	padding: 0 6px;
}

.tab-gallery .pagination ul li.active a {
	background: #fff;
}

.tab-gallery .pagination ul a {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-decoration: none;
}

.tab-gallery .pagination ul a:hover {
	background: #fff;
}

/* tabs switcher styles */

.tabset {
	float: left;
	list-style-position: outside;
	list-style: none;
	width: 37.2%;
	margin: 7px 0 0;
	border: 2px solid #b397da;
	border-radius: 4px;
	border-top: none;
}

.tabset li {
	list-style-position: outside;
	list-style: none;
	border-top: 2px solid #b397da;
}

.tabset li:first-child {
	border-radius: 4px;
}

.tabset li.active a {
	color: #fff;
	background: #8a67c1;
}

.tabset li.active a .title {
	color: #46aad9;
}

.tabset .title {
	display: block;
	font-size: 26px;
	line-height: 28px;
	padding: 0 0 10px;
	color: #868d93;
}

.tabset a {
	display: block;
	padding: 22px 28px 26px;
	color: #593c81;
}

.tabset a:hover {
	color: #fff;
	background: #8a67c1;
}

.tabset a:hover .title {
	color: #46aad9;
}

.schema-section {
	overflow: hidden;
	padding-top: 52px;
	background: #f0f7fa;
	padding-bottom: 36px;
}

.schema-section h2 {
	margin: 0 0 32px;
}

.schema-section p {
	margin: 0;
}

.schema-section .text-block {
	max-width: 570px;
	margin: 0 auto -80px;
	position: relative;
	z-index: 5;
}

.schema-section .visual {
	position: relative;
	padding: 0 22px 0 25px;
	z-index: 2;
}

.schema-section .visual img {
	display: block;
	width: 100%;
}

.content-section {
	overflow: hidden;
	padding-top: 53px;
}

.content-section.blue {
	background: #46aad9;
}

.content-section .text-block {
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	padding: 10px 0 10px 10.7%;
	margin: 0 13.1% 0 0;
	color: #fff;
}

.content-section p {
	margin: 0;
}

.content-section h2 {
	color: #fff;
	margin: 0 0 23px;
}

.content-section .visual {
	display: inline-block;
	vertical-align: middle;
	width: 33.5%;
}

.content-section .visual img {
	display: block;
	width: 100%;
}

.content-section.bottom-aligment .text-block {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.content-section.bottom-aligment .text-block .holder-text {
	width: 68%;
	padding: 10px 0 10px 10.7%;
	margin: 0;
}

.content-section.bottom-aligment .visual {
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.content-section.bottom-aligment .visual .visual-holder {
	width: 75.5%;
	margin: 0 0 0 -67px;
}

.choose-section {
	overflow: hidden;
	padding-top: 58px;
	padding-bottom: 56px;
}

.choose-section .visual {
	width: 51.4%;
	margin: 0 auto 40px;
}

.choose-section .visual img {
	display: block;
	width: 100%;
}

.choose-section h2 {
	margin: 0 0 24px;
}

.choose-section p {
	margin: 0;
}

/* pagination block styles */

.block-nav {
	display: block;
	padding: 18px 1px 22px;
	position: relative;
	float: left;
}

.block-nav:hover {
	opacity: .9;
}

.block-nav.full-width {
	width: 100%;
}

.block-nav.half-width {
	width: 50%;
}

.block-nav.prev {
	background: #46aad9;
}

.block-nav.prev h3 {
	padding: 0 0 0 44px;
}

.block-nav.prev h3:before {
	left: 0;
	background: url(images/sprite.png) no-repeat 0 -44px;
}

.block-nav.prev:before {
	right: 100%;
	left: -9999px;
	background: #46aad9;
}

.block-nav.prev.full-width:after {
	position: absolute;
	left: 100%;
	right: -9999px;
	top: 0;
	bottom: 0;
	background: #46aad9;
	content: "";
}

.block-nav.next {
	background: #1cb890;
	text-align: right;
	float: right;
}

.block-nav.next h3 {
	padding: 0 44px 0 0;
}

.block-nav.next h3:before {
	left: auto;
	right: 0;
	background: url(images/sprite.png) no-repeat -33px -44px;
}

.block-nav.next:before {
	left: 100%;
	right: -9999px;
	background: #1cb890;
}

.block-nav.next.full-width:after {
	position: absolute;
	right: 100%;
	left: -9999px;
	top: 0;
	bottom: 0;
	background: #1cb890;
	content: "";
}

.block-nav .btn-prev-text,
.block-nav .btn-next-text {
	float: left;
	margin: 0 0 2px 44px;
	font-weight: 800;
	line-height: 20px;
	color: #317899;
}

.block-nav .btn-next-text {
	margin: 0 44px 2px 0;
	float: right;
	color: #138064;
}

.block-nav h3 {
	line-height: 28px;
	color: #fff;
	margin: 0;
	position: relative;
	clear: both;
}

.block-nav h3:before {
	position: absolute;
	top: 7px;
	width: 27px;
	height: 16px;
	content: "";
}

.block-nav:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
}

.help-section {
	overflow: hidden;
	padding-top: 112px;
}

.help-section .text-block {
	position: relative;
	z-index: 5;
	max-width: 710px;
	margin: 0 auto -110px;
	font-size: 26px;
	line-height: 28px;
}

.help-section .image-holder {
	margin: 0 auto 26px;
	width: 88px;
}

.help-section .image-holder img {
	display: block;
	width: 100%;
}

.help-section h1 {
	margin: 0 0 31px;
}

.help-section p {
	margin: 0 0 35px;
}

.help-section .visual {
	position: relative;
	z-index: 2;
}

.help-section .visual img {
	display: block;
	width: 100%;
}

.contact-block {
	padding-top: 51px;
	padding-bottom: 46px;
	border-bottom: 1px solid #e8ebec;
	position: relative;
}

.contact-block h2 {
	margin: 0 0 53px;
	text-align: center;
}

.contact-holder {
	max-width: 825px;
	margin: 0 auto;
}

/* contact form styles */

.wpcf7-form {
	margin: 0 auto;
	overflow: hidden;
	max-width: 500px;
}

.wpcf7-form .row-form {
	padding: 0 0 18px;
}

.wpcf7-form input[type="email"] {
	display: block;
	width: 100%;
	background: none;
	border: 2px solid #ced8dc;
	margin: 0;
	border-radius: 9px;
	padding: 9px 18px 13px;
	font: 18px/20px "Avenir W01", Arial, Helvetica, sans-serif;
	color: #868d93;
	outline: none;
	height: 53px;
	box-shadow: none !important;
}

.wpcf7-form input[type="email"]::-webkit-input-placeholder {
	color: #bdccd2;
}

.wpcf7-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #bdccd2;
}

.wpcf7-form input[type="email"]:-moz-placeholder {
	color: #bdccd2;
}

.wpcf7-form input[type="email"]:-ms-input-placeholder {
	color: #bdccd2;
}

.wpcf7-response-output {
	margin-top: 100px !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #1CB890;
	border-radius: 8px;
	text-align: center;
	padding: 8px 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #FDB643;
	border-radius: 8px;
	text-align: center;
	padding: 8px 0;
}

.wpcf7-form input[type="email"].placeholder {
	color: #bdccd2;
}

.wpcf7-form input[type="email"]:focus {
	border-color: #46aad9;
	color: #868d93;
}

.wpcf7-form textarea {
	overflow: auto;
	width: 100% !important;
	min-height: 180px;
	height: 180px;
	background: none;
	border: 2px solid #ced8dc;
	border-radius: 9px;
	display: block;
	margin: 0;
	padding: 12px 5px 5px 18px;
	font: 18px/20px "Avenir W01", Arial, Helvetica, sans-serif;
	color: #868d93;
	box-shadow: none !important;
	outline: none;
}

.wpcf7-form textarea::-webkit-input-placeholder {
	color: #bdccd2;
}

.wpcf7-form textarea::-moz-placeholder {
	opacity: 1;
	color: #bdccd2;
}

.wpcf7-form textarea:-moz-placeholder {
	color: #bdccd2;
}

.wpcf7-form textarea:-ms-input-placeholder {
	color: #bdccd2;
}

.wpcf7-form textarea.placeholder {
	color: #bdccd2;
}

.wpcf7-form textarea:focus {
	border-color: #46aad9;
	color: #868d93;
}

.wpcf7-form input[type="submit"] {
	margin: 23px 0 0;
	padding: 0 21px;
	float: left;
	height: 57px;
	overflow: hidden;
	border-radius: 10px;
}

.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
}

.done-block {
	overflow: hidden;
	background: #f6824f;
	padding-top: 49px;
	padding-bottom: 64px;
	color: #fff;
}

.done-block p {
	margin: 0;
}

.done-block h2 {
	color: #fff;
	margin: 0 0 58px;
}

.done-block h3 {
	color: #fff;
	margin: 0 0 20px;
}

.done-block .text-holder {
	max-width: 560px;
	margin: 0 auto;
}

.images-list {
	list-style-position: outside;
	list-style: none;
	padding: 0 0 41px;
}

.images-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -3px 0 0;
	padding: 0 20px 10px;
	width: 36%;
}

.images-list img {
	display: block;
	width: 100%;
}

.price-section {
	overflow: hidden;
	padding-top: 109px;
	position: relative;
}

.price-section:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 600px;
	background: #f0f7fa;
	content: "";
}

.price-section .heading {
	text-align: center;
	font-size: 26px;
	line-height: 39px;
	font-weight: normal;
	padding: 0 0 54px;
	margin: 0 auto;
	max-width: 645px;
}

.price-section p {
	margin: 0;
}

.price-section h1 {
	margin: 0 0 16px;
}

.price-section .main-holder {
	max-width: 1139px;
	margin: 0 auto;
}

.price-section .visual-block {
	overflow: hidden;
}

.price-section .visual-block .description {
	display: table-cell;
	vertical-align: middle;
	width: 49.5%;
	margin: 0;
}

.price-section .visual-block .description h3 {
	line-height: 40px;
	color: #24272f;
	margin: 0;
	font-size: 32px;
}

.price-section .visual-block .description h3 a {
	color: #1cb890;
}

.price-section .visual-block .description h3 a:hover {
	color: #12765c;
}

.price-section .visual-block .description .description-holder {
	width: 100%;
	padding: 10px 0;
}

.price-section .visual-block .visual {
	display: table-cell;
	vertical-align: bottom;
	width: 46.7%;
	margin: 0;
}

.price-section .visual-block .visual img {
	display: block;
	width: 100%;
}

.price-section .visual-block .visual .visual-inner {
	width: 96.2%;
	margin: 0 0 0 20px;
}

.boxes {
	overflow: hidden;
	padding: 0 0 60px;
}

.boxes .col {
	float: left;
	width: 33.3%;
	padding: 0 15px;
}

.boxes .columns {
	overflow: hidden;
}

.boxes .columns .holder {
	overflow: hidden;
	margin: 0 -20px 0 0;
}

.boxes .columns .col {
	width: 50%;
}

.boxes .columns .box-info {
	text-align: center;
}

/* product item styles */

.box {
	margin: 0 0 20px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding: 30px;
}

.box .label-text {
	display: block;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	padding: 0 0 26px;
}

.box .price-holder {
	position: relative;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 21px;
}

.box .price-holder p {
	margin: 0;
}

.box .price {
	display: block;
	font-size: 70px;
	line-height: 72px;
	padding: 0 0 3px;
	font-weight: 500;
	color: #fff;
}

.box .price .dollar {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 38px;
	margin: 5px 0 0;
}

.box .price a {
	color: #fff;
	text-decoration: none;
	font-size: 36px;
}

.box .price-coming {
	position: absolute;
	left: -30px;
	top: -3px;
	padding: 51px 0;
	width: 130%;
	width: calc(100% + 60px);
	background: rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px 1px #333;
	color: white;
	font-size: 16px;
}

.box h2 {
	font-size: 26px;
	line-height: 39px;
	color: #fff;
	margin: 0 0 10px;
}

.box p {
	margin: 0 0 38px;
}

.box .btn {
	padding-right: 10px;
	padding-left: 10px;
	min-width: 180px;
}

.box.blue {
	background: #46AAD9;
}

.box.green {
	background: #1cb890;
}

.box.purple {
	background: #9a74ce;
}

.box.purple .btn {
	color: #9a74ce;
}

.box-info h3 {
	margin: 0 0 12px;
	border-bottom: 1px solid #999;
}

.box-info.blue {
	border-color: #46AAD9;
}
.box-info.blue h3 {
	color: #46AAD9;
	border-color: #46AAD9;
}
.box-info.blue .box-list li {
	color: #46AAD9;
}

.box-info.green {
	border-color: #1cb890;
}
.box-info.green h3 {
	color: #1cb890;
	border-color: #1cb890;
}
.box-info.green .box-list li {
	color: #1cb890;
}

.box-info.purple {
	border-color: #9a74ce;
}
.box-info.purple h3 {
	color: #9a74ce;
	border-color: #9a74ce;
}
.box-info.purple .box-list li {
	color: #9a74ce;
}

.box-list {
	padding: 0 0 9px;
}

.box-list li {
	list-style: circle;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif !important;
	margin: 0 0 0 20px;
}

.box-list li span {
	color: #868d93;
}

/* sidebar styles */

#sidebar {
	background: #f0f7fa;
	float: left;
	position: relative;
	padding-top: 52px;
	padding-bottom: 52px;
	width: 24%;
}

#sidebar:before,
#sidebar:after {
	position: absolute;
	top: 0;
	bottom: -9999px;
	right: 0;
	left: -9999px;
	background: #f0f7fa;
	z-index: 2;
	content: "";
}

/* accordion styles */

#accordion,
#accordion2 {
	margin: 0 !important;
	padding: 0 28px 0 2px;
	z-index: 20;
	position: relative;
	font-size: 17px;
}

#accordion .panel-title,
#accordion2 .panel-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #868d93;
	overflow: hidden;
	margin: 0;
	font-family: "Avenir W01", Arial, Helvetica, sans-serif !important;
}

#accordion .panel-title a,
#accordion2 .panel-title a {
	color: #868d93;
	width: 90%;
	float: left;
}

#accordion .panel-title a:hover,
#accordion2 .panel-title a:hover {
	color: #60676c;
}

#accordion .panel-title .opener-bullet,
#accordion2 .panel-title .opener-bullet {
	float: right;
	width: auto;
}

#accordion .panel-title .opener-bullet.fa:before,
#accordion2 .panel-title .opener-bullet.fa:before {
	color: #cfd1d4;
	font-family: FontAwesome;
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
}

#accordion .panel-title .opener-bullet.fa-angle-right:before,
#accordion2 .panel-title .opener-bullet.fa-angle-right:before {
	content: "";
}

#accordion .panel-title .opener-bullet.fa-angle-down:before,
#accordion2 .panel-title .opener-bullet.fa-angle-down:before {
	content: "";
}

#accordion .panel-title .opener-bullet.collapsed.fa-angle-down:before,
#accordion2 .panel-title .opener-bullet.collapsed.fa-angle-down:before {
	content: "";
}

#accordion .panel-title .opener-bullet.collapsed.fa-angle-right:before,
#accordion2 .panel-title .opener-bullet.collapsed.fa-angle-right:before {
	content: "";
}

#accordion .panel-title .opener-bullet:hover.fa:before,
#accordion2 .panel-title .opener-bullet:hover.fa:before {
	color: #a7aab0;
}

#accordion .panel-heading,
#accordion2 .panel-heading {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
	border: none;
}

#accordion .panel,
#accordion2 .panel {
	border: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 0 9px;
}

#accordion .panel.active .panel-title a,
#accordion2 .panel.active .panel-title a {
	color: #46aad9;
}

#accordion .panel.active .panel-title a:hover,
#accordion2 .panel.active .panel-title a:hover {
	opacity: .8;
}

#accordion ul,
#accordion2 ul {
	list-style-position: outside;
	list-style: none;
}

#accordion ul li,
#accordion2 ul li {
	list-style-position: outside;
	list-style: square;
	padding: 0;
}

#accordion ul li.active a,
#accordion2 ul li.active a {
	color: #46aad9;
}

#accordion ul a,
#accordion2 ul a {
	color: #868d93;
}

#accordion ul a:hover,
#accordion2 ul a:hover {
	color: #46aad9;
}

#accordion2 {
	display: none;
}

#accordion2 .panel-title a {
	font-size: 26px;
	line-height: 28px;
}

#accordion2 .panel-title a:hover {
	text-decoration: underline;
	color: #fff;
}

#accordion2 .panel-title .opener-bullet:hover.fa:before {
	color: #2482af;
}

#accordion2 ul li.active a {
	color: #fff;
	text-decoration: underline;
}

.panel-default > .panel-heading {
	background: none;
	border: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 9px 21px 3px;
}

/* main content styles */

#content {
	padding-top: 52px;
}
.page-template-support-documentation #content {
	float: right;
	width: 76%;
}
.page-template-support-documentation .content-holder > p {
	margin-bottom: 30px;
}

.page-template-support-documentation .overview-list > li > img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-holder {
	max-width: 752px;
	margin: 0 auto;
	padding: 0 40px 28px 72px;
}

.content-holder .heading {
	overflow: hidden;
	border-bottom: 2px solid #e8ebec;
	padding: 0 0 56px;
	margin: 0 0 50px;
}

.content-holder .heading h3 {
	margin: 0;
}

.content-holder h2 {
	color: #9a74ce;
	margin: 0 0 16px;
}

.content-holder h3 {
	line-height: 39px;
	margin: 0 0 25px;
}

.overview-list {
	list-style-position: outside;
	counter-reset: item;
}

.overview-list li {
	list-style-position: outside;
	list-style: none;
	padding: 0 0 26px;
}

.overview-list li:before {
	float: left;
	text-align: center;
	padding: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 29px 0 -60px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 800;
	color: #46aad9;
	background: #f0f7fa;
	font-weight: bold;
	position: relative;
	content: counters(item, "") "";
	counter-increment: item;
}

.overview-list .description {
	overflow: hidden;
	padding: 2px 0 0;
}

.overview-list p {
	margin: 0;
}

.overview-list p strong {
	font-weight: 800;
}

.overview-list p strong br {
	display: none;
}

.overview-list .visual {
	margin: 47px auto 8px;
	max-width: 83%;
}

.overview-list .visual img {
	display: block;
	width: 100%;
}

.overview-list ol {
	padding: 0 0 45px 18px;
	counter-reset: newCounter;
	margin: -1px 0 0;
}

.overview-list ol li {
	padding: 0;
}

.overview-list ol li:before {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	background: none;
	color: #868d93;
	counter-increment: newCounter;
	content: counters(newCounter, ".") ".";
}

.overview-list ol li .description-holder {
	overflow: hidden;
}

.pagination-holder {
	width: 100%;
	padding: 0 0 0 30px;
	position: relative;
}

.messages {
	overflow: hidden;
	margin: 0 0 -60px;
}

.message-box {
	border: 2px solid transparent;
	border-radius: 4px;
	margin: 0 0 60px;
	padding: 19px 40px 20px 100px;
	overflow: hidden;
	background-position: 27px center;
	background-repeat: no-repeat;
}

.message-box.purple {
	border-color: #9a74ce;
	color: #9a74ce;
	background-image: url(images/img35-2x.png);
	background-size: 45px 45px;
}

.message-box.green {
	border-color: #1cb890;
	color: #1cb890;
	background-image: url(images/img36-2x.png);
	background-size: 45px 45px;
}

.message-box p {
	margin: 0;
}

.message-box p strong {
	font-weight: 800;
}

.message-box .visual {
	float: left;
	width: 45px;
	margin: 7px 30px 0 0;
}

.message-box .visual img {
	display: block;
	width: 100%;
}

.message-box .text-holder {
	overflow: hidden;
}

.support-banner {
	overflow: hidden;
	background: #9a74ce;
	padding-top: 101px;
	color: #fff;
}

.support-banner a {
	color: #fff;
}

.support-banner a:hover {
	text-decoration: underline;
}

.support-banner .images-holder {
	width: 100%;
	float: left;
	margin: -98px 0 0;
	position: relative;
	z-index: 1;
}

.support-banner .image-col {
	float: left;
	width: 24.9%;
	margin: 9px 0 0;
}

.support-banner .image-col img {
	display: block;
	width: 100%;
}

.support-banner .image-col.alt {
	width: 22.5%;
	float: right;
	margin: 0 7px 0 0;
}

.support-banner .description {
	width: 51.8%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 0 20px;
}

.support-banner .box-description {
	margin: 0 auto;
	max-width: 600px;
	border-radius: 10px;
	border: 2px solid #a78dd1;
	background: #8a67c1;
	padding: 18px 22px 41px;
}

.support-banner .box-description h2 {
	color: #fff;
	font-size: 26px;
	line-height: 39px;
	margin: 0 0 10px;
}

.support-banner h1 {
	color: #fff;
	margin: 0 0 79px;
}

.support-banner ol {
	list-style-position: outside;
	counter-reset: item;
	text-align: left;
	padding: 0 0 14px;
}

.support-banner ol li {
	padding: 0 0 0 50px;
	list-style-position: outside;
	list-style: none;
}

.support-banner ol li:before {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	position: relative;
	content: counters(item, ".") ".";
	counter-increment: item;
}

.support-banner ol li .inner {
	overflow: hidden;
}

.support-banner .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.support-banner .more:hover {
	color: #46aad9;
}

.support-holder {
	overflow: hidden;
	padding: 0 12px 0 35px;
}

.support-content {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 57px;
	border-bottom: 1px solid #e8ebec;
}

.support-content .text-block {
	text-align: center;
	font-size: 26px;
	line-height: 28px;
}

.support-content .text-block p {
	margin: 0;
}

.support-content .text-block h2 {
	margin: 0 0 26px;
}

/* posts list styles */

.support-list {
	overflow: hidden;
	list-style-position: outside;
	list-style: none;
	padding: 0 116px 31px;
	margin: 0 -10px;
}

.support-list li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	width: 33%;
	padding: 0 10px 21px;
}

.support-list .holder {
	border-radius: 10px;
	border: 2px solid #ced8dc;
	padding: 25px 27px;
	overflow: hidden;
}

.support-list .visual {
	margin: 0 auto 13px;
	width: 88px;
}

.support-list .visual img {
	vertical-align: top;
}

.support-list h3 {
	text-align: center;
	line-height: 39px;
	margin: 0 0 13px;
}

.support-list h3 a {
	color: inherit;
}

.support-list h3 a:hover {
	color: #46aad9;
}

.support-list .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #868d93;
}

.support-list .more:hover {
	color: #46aad9;
}

.support-list ol {
	list-style-position: outside;
	counter-reset: item;
	text-align: left;
	padding: 0 0 13px;
}

.support-list ol li {
	list-style-position: outside;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.support-list ol li:before {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #868d93;
	position: relative;
	content: counters(item, ".") ".";
	counter-increment: item;
}

.support-list ol .inner {
	overflow: hidden;
}

.support-list ol .inner a {
	color: inherit;
}

.support-list ol .inner a:hover {
	color: #46aad9;
}

/* footer styles */

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	position: relative;
	z-index: 20;
}

.footer-holder {
	padding-top: 57px;
	padding-bottom: 57px;
}

.menu-holder {
	max-width: 560px;
	margin: 0 auto;
}

.menu {
	list-style-position: outside;
	list-style: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	z-index: 20;
}

.menu li {
	list-style-position: outside;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	padding: 0 12px 8px;
}

.menu li.active a {
	color: #46aad9;
}

.menu a {
	color: #868d93;
}

.menu a:hover {
	color: #46aad9;
}

.copyright {
	float: left;
	margin: -60px 0 0;
	position: relative;
	z-index: 2;
}

.footer-info {
	float: right;
	margin: -60px 19px 0 0;
	position: relative;
	z-index: 2;
	text-align: right;
}

.link-twitter {
	display: inline-block;
	vertical-align: top;
	color: #868d93;
	padding: 0 0 0 28px;
	position: relative;
}

.link-twitter:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 16px;
	background: url(images/sprite.png) no-repeat;
	content: "";
}

.made {
	display: block;
}

.made .heart {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	margin: 8px 2px 0 1px;
	background: url(images/sprite.png) no-repeat -34px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.navbar-toggle {
		background: url(images/sprite-2x.png) no-repeat -18px -22px;
		background-size: 60px 60px;
	}

	#header.white-color .navbar-toggle {
		background: url(images/sprite-2x.png) no-repeat 0 -22px;
		background-size: 60px 60px;
	}

	.top-section {
		background: url(images/bg-hero-2x.jpg) no-repeat 50% 0;
		background-size: 1400px 660px;
	}

	.video-holder .video-link:before {
		background: url(images/bg-video-2x.png) no-repeat;
		background-size: 29px 29px;
	}

	.banner-block.blue {
		background: #46aad9 url(images/bg-ornament-2x.png) no-repeat;
		background-size: 1440px 100%;
	}

	.banner-block.cool-blue {
		background: #f0f7fa url(images/bg-pattern-2x.png) no-repeat;
		background-size: 1440px 100%;
	}

	.block-nav.prev h3:before {
		background: url(images/sprite-2x.png) no-repeat 0 -44px;
		background-size: 60px 60px;
	}

	.block-nav.next h3:before {
		background: url(images/sprite-2x.png) no-repeat -33px -44px;
		background-size: 60px 60px;
	}

	.link-twitter:before {
		background: url(images/sprite-2x.png) no-repeat;
		background-size: 60px 60px;
	}

	.made .heart {
		background: url(images/sprite-2x.png) no-repeat -34px 0;
		background-size: 60px 60px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 991px) {
	.testimonial-gallery .description {
		height: auto !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1419px) {
	#header .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
		padding: 0 50px;
	}

	#header .container:before,
	#header .container:after {
		content: " ";
		display: table;
	}

	#header .container:after {
		clear: both;
	}

	.top-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.top-section .container:before,
	.top-section .container:after {
		content: " ";
		display: table;
	}

	.top-section .container:after {
		clear: both;
	}

	.top-section .visual {
		margin-right: -44%;
		width: 100%;
	}

	.block-content .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.block-content .container:before,
	.block-content .container:after {
		content: " ";
		display: table;
	}

	.block-content .container:after {
		clear: both;
	}

	.introduce-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.introduce-section .container:before,
	.introduce-section .container:after {
		content: " ";
		display: table;
	}

	.introduce-section .container:after {
		clear: both;
	}

	.hero-holder {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.hero-holder:before,
	.hero-holder:after {
		content: " ";
		display: table;
	}

	.hero-holder:after {
		clear: both;
	}

	.schema-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.schema-section .container:before,
	.schema-section .container:after {
		content: " ";
		display: table;
	}

	.schema-section .container:after {
		clear: both;
	}

	.content-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.content-section .container:before,
	.content-section .container:after {
		content: " ";
		display: table;
	}

	.content-section .container:after {
		clear: both;
	}

	.help-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.help-section .container:before,
	.help-section .container:after {
		content: " ";
		display: table;
	}

	.help-section .container:after {
		clear: both;
	}

	.price-section .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		width: 1400px;
		max-width: 100%;
	}

	.price-section .container:before,
	.price-section .container:after {
		content: " ";
		display: table;
	}

	.price-section .container:after {
		clear: both;
	}
}

@media only screen and (max-width: 1419px) {
	.top-section .description {
		padding: 0 0 0 40px;
		text-align: center;
	}

	.block-content .visual-block {
		padding: 0 0 0 64px;
	}

	.block-content.align-right .description {
		padding: 0 0 0 60px;
	}

	.block-content.alt .visual-block {
		margin: 0;
	}

	.block-content.alt .description {
		padding: 0 0 0 60px;
	}

	.block-content.ux .description {
		padding-top: 10%;
	}

	.reason-list li {
		width: 33%;
	}

	.testimonial-section h2 {
		width: 35%;
	}

	.testimonial-gallery {
		padding: 0;
	}

	.hero-section.cool-blue .tab-gallery .tab-content {
		width: 70.5%;
	}

	.tab-gallery .tab-content {
		width: 55%;
	}

	.tab-gallery {
		padding: 0 0 0 60px;
	}

	.price-section .visual-block .visual {
		width: 46%;
	}

	.box .btn {
		min-width: 10px;
		display: block;
	}

	.support-banner .description {
		padding: 0 10px 95px;
	}

	.support-banner .box-description {
		padding: 18px 10px 41px;
	}

	.support-banner ol li {
		padding: 0 0 0 10px;
	}

	.support-holder {
		padding: 0;
	}

	.support-list {
		padding: 0 10px 31px;
	}
}

@media only screen and (max-width: 999px) {
	.navbar-brand {
		margin: 0 0 0 10px !important;
	}

	.nav-section {
		margin: 0 12px 0 0;
	}

	.navbar-nav {
		margin: 4px 0 0;
	}

	.top-section .description {
		padding: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	.top-section .text-holder {
		padding: 0;
		margin: 0 auto;
		width: 55%;
	}

	.top-section .visual {
		float: none;
		width: 998px;
		margin: 0 0 0 10px;
	}

	.top-section h1 {
		margin: 0 0 37px;
	}

	.top-section p {
		margin: 0 0 37px;
	}

	.top-section .btn {
		margin: 0 0 34px;
	}

	.top-section {
		padding: 124px 0 0;
	}

	.top-content {
		padding-bottom: 59px;
	}

	.block-content.top {
		padding-top: 115px;
		padding-bottom: 60px;
	}

	.block-content.green h1 {
		margin: 0 0 38px;
	}

	.block-content .visual-block.wide {
		display: block;
		width: 77.5%;
		margin: 0 auto 35px;
		padding: 0;
		overflow: hidden;
	}

	.block-content .visual-block.wide img {
		max-width: 100%;
	}

	.block-content .visual-block.wide .wrap {
		max-width: 100%;
		margin: 0 auto 50px;
	}

	.block-content .visual-block {
		display: block;
		width: 77.5%;
		margin: 0 auto 35px;
		padding: 0;
	}

	.block-content .description.center-text {
		text-align: center;
	}

	.block-content .description {
		display: block;
		width: 100%;
		padding: 0 0 0 10px;
	}

	.block-content h2 {
		margin: 0 0 22px;
	}

	.block-content.align-right .description {
		width: 80%;
		margin: 0 auto 56px;
		text-align: center;
		padding: 0;
	}

	.block-content.align-right .visual-block img {
		max-width: 600px;
		margin: 0 auto;
	}

	.block-content.align-right .visual-block {
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}

	.block-content.alt .wrap-inner:after {
		display: block;
	}

	.block-content.alt .wrap-frame {
		display: block;
	}

	.block-content.alt .visual-block {
		display: block;
		width: auto;
		margin: 0 -29px 53px 0;
		padding: 0 0 0 10px;
	}

	.block-content.alt .description h2 {
		width: 48%;
		margin: 0 0 24px;
	}

	.block-content.alt .description {
		display: block;
		width: 100%;
		padding: 0 0 0 11px;
	}

	.block-content.alt {
		padding-bottom: 64px;
		padding-top: 60px;
	}

	.block-content.whithout-space .description h2 {
		width: 100%;
	}

	.block-content.whithout-space .description {
		width: 100%;
	}

	.block-content.whithout-space .visual-block {
		width: auto;
		margin: 0 -70px 53px 0;
		padding: 0;
	}

	.block-content.ux .description h1 {
		margin: 0 0 30px;
	}

	.block-content.ux .description {
		width: 61%;
		padding-top: 0;
		position: relative;
		z-index: 20;
	}

	.block-content.ux .visual-block img {
		max-width: 797px;
		margin: 0 auto;
	}

	.block-content.ux .visual-block {
		margin: -189px 0 -187px 76px;
		float: left;
		position: relative;
		z-index: 2;
		width: 797px;
	}

	.block-content.ux {
		padding-top: 113px;
	}

	.block-content {
		padding-top: 53px;
		padding-bottom: 84px;
	}

	.webinar-section .title {
		padding: 14px 15px 13px;
		margin: 0 0 23px;
	}

	.webinar-section {
		line-height: 40px;
	}

	.banner-block.top {
		padding-top: 101px;
	}

	.banner-block h2 {
		padding: 0 75px;
		margin: 0 0 16px;
	}

	.banner-block .btn {
		margin: 23px 0 0;
	}

	.banner-block .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 1347px;
	}

	.banner-block .w2 {
		float: left;
		left: -50%;
		position: relative;
		width: 1347px;
	}

	.banner-block {
		padding: 52px 0 74px;
	}

	.reasons-block p {
		margin: 0 0 61px;
	}

	.reasons-block .text-block h2 {
		margin: 0 0 4px;
	}

	.reasons-block .text-block {
		padding: 0 20px 35px;
	}

	.reasons-block.questions .reason-list li h3 {
		margin: 0 0 25px;
	}

	.reasons-block.questions .reason-list li .visual {
		height: auto;
		margin: 0 0 26px;
	}

	.reasons-block.questions .reason-list li {
		width: 100%;
	}

	.reasons-block.questions .reason-list {
		padding: 38px 0 0;
	}

	.reasons-block {
		padding: 51px 0 0;
	}

	.reason-list li {
		width: 50%;
	}

	.reason-list .visual {
		margin: 0 0 29px;
		height: auto !important;
	}

	.reason-list h3 {
		margin: 0 0 26px;
	}

	.testimonial-section .title-holder {
		width: 80%;
		margin: 0 auto 30px;
		position: static;
	}

	.testimonial-section h2 {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.testimonial-section {
		padding: 52px 0 21px;
	}

	.testimonial-gallery .mask {
		margin: 0 0 29px;
	}

	.testimonial-gallery .slideset {
		float: left;
		width: 99999px;
	}

	.testimonial-gallery .slide-col.wide {
		width: auto;
		padding: 0;
	}

	.testimonial-gallery .slide-col {
		width: auto;
		padding: 0;
	}

	.testimonial-gallery .slide.slide1 {
		width: 358px;
		padding: 0 9px;
		float: left;
	}

	.testimonial-gallery .slide.slide3 {
		width: 358px;
		padding: 0 9px;
		float: left;
	}

	.testimonial-gallery .slide.slide2 {
		width: 358px;
		padding: 0 9px;
		float: left;
	}

	.testimonial-gallery .slide {
		width: 358px;
		padding: 0 9px;
		float: left;
		height: 0;
		overflow: hidden;
	}
	
	.testimonial-gallery .slide.active {
		height: auto;
	}

	.testimonial-gallery .pagination {
		display: block;
	}

	.introduce-section .description {
		margin: 0 auto -8px;
	}

	.introduce-section .w1 {
		float: right;
		right: -7%;
		position: relative;
		width: 1370px;
	}

	.team-block h2 {
		margin: 0 0 54px;
	}

	.team-block {
		padding-top: 50px;
		padding-bottom: 42px;
	}

	.team-list li {
		width: 50%;
	}

	.team-list .visual {
		margin: 0 auto 36px;
	}

	.hero-section.top {
		padding-top: 104px;
		padding-bottom: 21px;
	}

	.hero-section.cool-blue h2 {
		width: 60%;
		margin: 0 auto 58px;
	}

	.hero-section.cool-blue .tab-gallery .tab-content {
		width: auto;
		padding: 0;
		margin-left: 83px;
		margin-bottom: 60px;
	}

	.hero-section h1 br {
		display: none;
	}

	.hero-section h1 {
		margin: 0 0 57px;
	}

	.hero-section {
		padding-top: 51px;
		padding-bottom: 22px;
	}

	.hero-holder {
		max-width: 750px;
	}

	.tab-gallery .mask {
		width: 100%;
		margin: 0 0 30px;
		float: left;
	}

	.tab-gallery .slide {
		float: left;
		width: 100%;
	}

	.tab-gallery .tab-content {
		width: 100%;
		float: none;
		margin: 0 0 40px;
		padding: 0 0 0 2px;
	}

	.tab-gallery .pagination {
		display: block;
	}

	.tab-gallery {
		margin: 0 -47px 0 0;
		padding: 0 0 0 10px;
	}

	.tabset li.active {
		display: block;
	}

	.tabset li {
		display: none;
	}

	.tabset a {
		padding: 22px 28px 28px;
	}

	.tabset {
		width: 70.6%;
		float: none;
		margin: 0 auto;
	}

	.schema-section .text-block {
		margin: 0 auto 57px;
	}

	.schema-section .visual {
		padding: 0;
	}

	.schema-section .w1 {
		float: left;
		left: 10px;
		position: relative;
		width: 1333px;
	}

	.schema-section {
		padding-top: 49px;
	}

	.content-section .text-block {
		padding: 0 20px;
		margin: 0 0 57px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.content-section h2 {
		margin: 0 0 33px;
	}

	.content-section .visual img {
		max-width: 460px;
		margin: 0 auto;
	}

	.content-section .visual {
		display: block;
		width: 63%;
		margin: 0 auto;
	}

	.content-section.bottom-aligment .text-block .holder-text {
		width: 100%;
		padding: 0;
	}

	.content-section.bottom-aligment .text-block {
		padding: 0 20px;
		margin: 0 0 57px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.content-section.bottom-aligment .visual .visual-holder {
		width: 100%;
		margin: 0;
	}

	.content-section.bottom-aligment .visual {
		display: block;
		width: 63%;
		margin: 0 auto;
	}

	.content-section {
		padding-top: 42px;
	}

	.choose-section .visual img {
		max-width: 352px;
		margin: 0 auto;
	}

	.choose-section .visual {
		width: 48%;
	}

	.choose-section {
		padding-top: 60px;
	}

	.block-nav {
		padding: 18px 11px 22px;
		height: auto !important;
	}

	.help-section .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 1396px;
	}

	.help-section .w2 {
		float: left;
		left: -50%;
		position: relative;
		width: 1396px;
	}

	.help-section {
		padding-top: 117px;
	}

	.done-block h2 {
		margin: 0 0 39px;
	}

	.done-block h3 {
		line-height: 36px;
		margin: 0 0 21px;
	}

	.done-block .text-holder {
		width: 100%;
	}

	.done-block .main-holder {
		width: 70%;
		margin: 0 auto;
	}

	.done-block {
		padding-top: 53px;
		padding-bottom: 56px;
	}

	.images-list li {
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}

	.images-list img {
		max-width: 454px;
		margin: 0 auto;
	}

	.images-list {
		padding: 0 0 13px;
	}

	.price-section:before {
		height: 21.5%;
		max-height: 600px;
	}

	.price-section .main-holder {
		padding: 0 13px 0 10px;
	}

	.price-section .visual-block .description .description-holder {
		width: 100%;
		padding: 0;
	}

	.price-section .visual-block .description {
		width: 100%;
		display: block;
		margin: 0 0 52px;
	}

	.price-section .visual-block .visual .visual-inner {
		width: 100%;
		margin: 0;
	}

	.price-section .visual-block .visual {
		display: block;
		margin: 0 auto;
		width: 76%;
	}

	.price-section .visual-block {
		text-align: center;
	}

	.price-section {
		padding-top: 112px;
	}

	.boxes .col {
		width: 100%;
		float: none;
		padding: 0;
	}

	.boxes .columns .holder {
		margin: 0;
	}

	.boxes .columns .col {
		width: 100%;
	}

	.boxes {
		padding: 0 0 12px;
	}

	.box .label-text {
		padding: 0;
		margin: 0 0 -18px;
	}

	.box .description {
		width: 33%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 0;
		left: -37%;
		padding: 0 20px;
	}

	.box .price-holder {
		width: 33%;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 29px 45px 0 0;
		position: relative;
		text-align: center;
		top: 0;
		left: 33%;
	}

	.box .price-holder:before,
	.box .price-holder:after {
		position: absolute;
		left: -26px;
		top: 12px;
		bottom: 41px;
		width: 2px;
		background: #fff;
		content: "";
	}

	.box .price-holder:after {
		left: auto;
		right: 22px;
	}

	.box .price {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.box .price-coming {
		left: -24px;
		top: 27px;
		padding: 49px 0;
		width: 100%;
	}

	.box p {
		margin: 0;
	}

	.box .btn {
		min-width: 180px;
		display: inline-block;
		vertical-align: middle;
	}

	.box {
		padding: 20px 0;
		height: auto !important;
		margin: 0 0 19px;
	}

	.box-info {
		margin: 0 0 40px;
		text-align: center;
		height: auto !important;
		padding: 18px 5px 4px 18px;
	}
	
	.box-list {
		text-align: left;
		width: 100%;
	}

	.box-list li {
		width: 45%;
		float: left;
	}
	.box-list:after {
		visibility: hidden;
	     display: block;
	     font-size: 0;
	     content: " ";
	     clear: both;
	     height: 0;
	}

	#sidebar {
		width: 37%;
	}

	#accordion .panel-title,
	#accordion2 .panel-title {
		font-size: 21px;
		line-height: 23px;
	}

	#accordion,
	#accordion2 {
		padding: 0 28px 0 9px;
	}

	.page-template-support-documentation #content {
		width: 63%;
		padding-top: 48px;
	}

	.content-holder .heading h3 {
		width: 100%;
	}

	.content-holder h3 {
		margin: 0 0 33px;
	}

	.content-holder {
		padding: 0 12px 11px 29px;
	}

	.overview-list li:before {
		margin: 0 0 14px;
		float: none;
		display: block;
	}

	.overview-list li {
		padding: 0 0 55px;
	}

	.overview-list .description {
		padding: 0;
		overflow: visible;
	}

	.overview-list p strong br {
		display: block;
	}

	.overview-list .visual {
		margin: 30px 0 -27px;
		max-width: 100%;
	}

	.overview-list ol li:before {
		float: left;
		margin: 0 5px 0 0;
	}

	.overview-list ol {
		margin: 0;
		padding: 0 0 56px 18px;
	}

	.pagination-holder .block-nav.half-width:after {
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
	}

	.pagination-holder .block-nav.half-width {
		width: 100%;
	}

	.pagination-holder .block-nav.prev.half-width:after {
		background: #46aad9;
		left: 100%;
		right: -9999px;
	}

	.pagination-holder .block-nav.next.half-width:after {
		background: #1cb890;
		right: 100%;
		left: -9999px;
	}

	.pagination-holder .block-nav {
		float: left;
	}

	.messages {
		margin: 0 0 -11px;
	}

	.message-box .visual {
		float: none;
		margin: 0 auto 13px;
	}

	.message-box {
		padding: 80px 19px 17px;
		margin: 0 0 52px;
		background-position: center 20px;
	}

	.support-banner .images-holder {
		float: none;
		margin: 0;
	}

	.support-banner .image-col img {
		max-width: 298px;
		margin: 0 auto;
	}

	.support-banner .image-col.alt {
		float: none;
		display: inline-block;
		vertical-align: bottom;
		margin: 0 -3px 0 0;
		padding: 0 5px;
		width: 42%;
	}

	.support-banner .image-col {
		float: none;
		display: inline-block;
		vertical-align: bottom;
		margin: 0 -3px 0 0;
		padding: 0 5px;
		width: 47%;
	}

	.support-banner .description {
		width: 100%;
		padding: 0 0 59px;
	}

	.support-banner .box-description {
		padding: 18px 22px 41px;
	}

	.support-banner h1 {
		margin: 0 0 56px;
	}

	.support-banner ol li {
		padding: 0 0 0 50px;
	}

	.support-banner {
		text-align: center;
		padding-top: 103px;
	}

	.support-list li {
		width: 50%;
	}

	.menu-holder {
		max-width: 100%;
	}

	.menu:before,
	.menu:after {
		position: absolute;
		bottom: -1px;
		height: 1px;
		left: 100%;
		right: -9999px;
		background: #e8ebec;
		content: "";
	}

	.menu:after {
		right: 100%;
		left: -9999px;
	}

	.menu {
		text-align: center;
		padding: 0 0 56px;
		border-bottom: 1px solid #e8ebec;
		margin: 0 0 24px;
	}

	.copyright {
		margin: 0 0 0 9px;
	}

	.footer-info {
		margin: 0 12px 0 0;
	}
}

@media only screen and (max-width: 999px) and (max-width: 767px) {
	.box .price-holder:before,
	.box .price-holder:after {
		background: none;
	}
}

@media only screen and (max-width: 767px) {
	.comment-form textarea {
		width: 100% !important;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100% !important;
	}

	.post-password-form input[type="password"] {
		margin: 0 0 5px;
		width: 100% !important;
		display: block;
		float: none;
	}

	.post-password-form input[type="submit"] {
		width: 100% !important;
		display: block;
	}

	.search-form input[type="search"] {
		margin: 0 0 5px;
		width: 100% !important;
		display: block;
		float: none;
	}

	.search-form input[type="submit"] {
		width: 100% !important;
		display: block;
	}

	.btn-default.sign span {
		display: block;
		display: inline;
	}

	.btn-default.sign {
		float: none;
		display: block;
		margin: 0;
		font-size: 18px;
		line-height: 20px;
		padding: 18px 15px 19px 11px;
	}

	.navbar-brand {
		margin: 4px 0 0 9px !important;
	}

	.nav-section {
		float: none;
		margin: 0;
	}

	.navigation-default.fixed-position {
		position: relative !important;
		top: 0 !important;
	}

	.navigation-default {
		position: absolute !important;
		-webkit-transform: translate3d(0px, 0px, 0px) !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}

	.navigation-fixed {
		display: none !important;
	}

	.navbar-nav li.active a:before {
		bottom: -10px;
	}

	.navbar-nav li a {
		line-height: 16px !important;
		display: inline-block;
		vertical-align: top;
	}

	.navbar-nav li {
		float: none;
		margin: 0 0 43px;
	}

	.navbar-nav.nav-desktop {
		display: none;
	}

	.navbar-nav.nav-mobile {
		display: block;
	}

	.navbar-nav {
		width: 100%;
		margin: 0 0 124px;
		text-align: center;
		float: none;
		font-size: 26px;
		font-weight: normal;
	}

	#header.white-color {
		background: none;
	}

	#header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	body.purple .navbar-collapse {
		background: #9a74ce;
	}

	body.blue .navbar-collapse {
		background: #46aad9;
	}

	body.support-blue .navbar-collapse {
		background: url(images/bg-blue.jpg) no-repeat;
		background-size: cover;
	}

	body.green .navbar-collapse {
		background: #1cb890;
	}

	body.cool-blue .navbar-collapse {
		background: #f0f7fa;
	}

	.navbar-collapse.collapse {
		opacity: 1;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: -1px;
		right: -1px;
		border: none !important;
		padding: 34px 20px 40px;
		background: #fff;
		-webkit-transition: opacity 230ms ease-in;
		transition: opacity 230ms ease-in;
		opacity: 0;
	}

	.top-section .description {
		padding: 0 0 3px;
		text-align: center;
	}

	.top-section .text-holder {
		width: 100%;
	}

	.top-section .visual img {
		margin: 0 auto;
	}

	.top-section .visual {
		margin: 0;
		padding: 0 10px;
		width: 100%;
	}

	.top-section h1 {
		line-height: 56px;
		margin: 0 0 21px;
	}

	.top-section p {
		margin: 0 0 31px;
	}

	.top-section .btn {
		margin: 0 0 36px;
	}

	.top-section {
		background: none;
		padding-top: 106px;
	}

	.top-content {
		padding-bottom: 0;
	}

	.video-holder .video-link em {
		display: none;
	}

	.video-holder {
		padding-bottom: 19px;
	}

	.block-content.top {
		padding-top: 114px;
		padding-bottom: 58px;
	}

	.block-content.green h1 {
		line-height: 56px;
		margin: 0 0 11px;
	}

	.block-content .visual-block .wrap {
		width: 616px;
		margin: 0 0 50px -10px;
		float: left;
	}

	.block-content .visual-block {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto 39px;
	}

	.block-content .btn {
		display: block;
	}

	.block-content .description {
		padding: 0 10px;
	}

	.block-content h2 {
		margin: 0 0 16px;
	}

	.block-content.align-right .description {
		width: 100%;
		margin: 0 auto 53px;
	}

	.block-content.align-right .visual-block .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 600px;
	}

	.block-content.align-right .visual-block .w2 {
		float: left;
		left: -50%;
		position: relative;
		width: 600px;
	}

	.block-content.align-right .visual-block {
		width: 100%;
	}

	.block-content.alt .visual-block {
		margin: 0 -10px 52px 0;
	}

	.block-content.alt .description h2 {
		width: 100%;
	}

	.block-content.alt .description {
		padding: 0 10px;
	}

	.block-content.whithout-space {
		height: auto !important;
	}

	.block-content.whithout-space .visual-block .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 767px;
	}

	.block-content.whithout-space .visual-block .w2 {
		float: left;
		left: -40%;
		position: relative;
		width: 767px;
	}

	.block-content.whithout-space .visual-block {
		width: 100%;
		margin: 0 0 32px;
		padding: 0;
		float: left;
		height: auto !important;
	}

	.block-content.ux .description {
		width: 100%;
	}

	.block-content.ux .visual-block {
		margin: -143px auto -142px;
		width: 510px;
		float: none;
	}

	.block-content {
		padding-bottom: 64px;
	}

	.webinar-section p {
		padding: 0 40px;
	}

	.webinar-section {
		padding-bottom: 67px;
	}

	.banner-block.top {
		padding-top: 113px;
		padding-bottom: 77px;
	}

	.banner-block h2 {
		padding: 0 10px;
	}

	.banner-block p {
		margin: 0 0 9px;
	}

	.banner-block .visual {
		margin-bottom: -63px;
	}

	.banner-block .btn {
		display: block;
		margin: 39px 10px 0;
	}

	.banner-block .w1 {
		width: auto;
		float: none;
		left: auto;
		margin: 0 -10px;
	}

	.banner-block .w2 {
		width: 100%;
		float: none;
		left: auto;
	}

	.banner-block {
		padding: 52px 0 63px;
	}

	.reasons-block p {
		margin: 0 0 52px;
	}

	.reasons-block .text-block h2 {
		margin: 0 0 6px;
	}

	.reasons-block .text-block {
		padding: 0 10px 33px;
	}

	.reasons-block.questions .reason-list li h3 {
		line-height: 39px;
		margin: 0 0 19px;
	}

	.reasons-block.questions .reason-list li .visual {
		margin: 0 0 20px;
	}

	.reasons-block.questions .reason-list {
		padding: 29px 0 0;
	}

	.reasons-block.questions {
		padding: 53px 0 1px;
	}

	.reasons-block {
		padding: 53px 0 1px;
	}

	.reason-list li {
		width: 100%;
		padding: 0 10px 56px;
		margin: 0;
	}

	.reason-list h3 {
		margin: 0 0 25px;
	}

	.testimonial-section {
		padding: 52px 0 19px;
	}

	.testimonial-gallery .slideset {
		width: auto;
	}

	.testimonial-gallery .slide-col {
		width: 100%;
	}

	.testimonial-gallery .slide.slide1 {
		width: 100%;
		padding: 0 10px;
	}

	.testimonial-gallery .slide.slide3 {
		width: 100%;
		padding: 0 10px;
	}

	.testimonial-gallery .slide.slide2 {
		width: 100%;
		padding: 0 10px;
	}

	.testimonial-gallery .slide {
		width: 100%;
		padding: 0 10px;
	}

	.testimonial-gallery .visual {
		margin: 0 auto -15px;
	}

	.testimonial-gallery .description {
		height: auto !important;
	}

	.testimonial-gallery {
		margin: 0;
	}

	.introduce-section .description {
		padding: 0 10px;
		margin: 0 0 37px;
		max-width: 100%;
	}

	.introduce-section .w1 {
		width: auto;
		float: none;
		right: auto;
		margin: 0 -10px;
	}

	.introduce-section {
		padding-top: 121px;
	}

	.team-block h2 {
		margin: 0 0 53px;
	}

	.team-block {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.team-list li {
		width: 100%;
		padding: 0 30px 52px;
		margin: 0;
	}

	.main-holder {
		padding: 0 10px;
	}

	.hero-section.top {
		padding-top: 116px;
		padding-bottom: 21px;
	}

	.hero-section.cool-blue h2 {
		width: 100%;
		margin: 0 0 58px;
	}

	.hero-section.cool-blue .tab-gallery .tab-content .visual {
		left: 3.1% !important;
	}

	.hero-section.cool-blue .tab-gallery .tab-content .w1 {
		float: left;
		left: 50px;
		width: 807px;
		position: relative;
	}

	.hero-section.cool-blue .tab-gallery .tab-content {
		margin-left: 0;
		margin-bottom: 60px;
		margin-right: 0;
	}

	.hero-section h1 {
		margin: 0 0 48px;
	}

	.hero-section {
		padding-top: 51px;
		padding-bottom: 20px;
	}

	.hero-holder {
		max-width: 750px;
	}

	.tab-gallery .tab-content {
		margin: 0 0 42px;
		padding: 0;
		width: 753px;
	}

	.tab-gallery {
		padding: 0;
		margin: 0;
	}

	.tabset a {
		padding: 13px 18px 15px;
	}

	.tabset {
		width: 100%;
	}

	.schema-section h2 {
		margin: 0 0 23px;
	}

	.schema-section .text-block {
		margin: 0 auto 62px;
	}

	.schema-section .w1 {
		left: 0;
	}

	.schema-section {
		padding-top: 51px;
		padding-bottom: 62px;
	}

	.content-section .text-block {
		padding: 0;
		margin: 0 0 57px;
	}

	.content-section h2 {
		margin: 0 0 24px;
	}

	.content-section .visual {
		width: 462px;
	}

	.content-section.bottom-aligment .text-block {
		padding: 0;
		margin: 0 0 57px;
	}

	.content-section.bottom-aligment .visual {
		width: 100%;
	}

	.content-section .w1 .w2 {
		float: left;
		left: -50%;
		position: relative;
		width: 462px;
	}

	.content-section .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 462px;
	}

	.content-section {
		padding-top: 50px;
	}

	.choose-section .visual {
		width: 352px;
		max-width: 100%;
		margin: 0 auto 39px;
	}

	.choose-section {
		padding-top: 62px;
		padding-bottom: 53px;
	}

	.block-nav.half-width:after {
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
	}

	.block-nav.half-width {
		width: 100%;
	}

	.block-nav.prev.half-width:after {
		background: #46aad9;
		left: 100%;
		right: -9999px;
	}

	.block-nav.next.half-width:after {
		background: #1cb890;
		right: 100%;
		left: -9999px;
	}

	.block-nav.next {
		float: left;
	}

	.block-nav .btn-next-text {
		margin: 0 47px 2px 0;
	}

	.help-section .text-block {
		margin: 0 auto 5px;
		line-height: 38px;
		padding: 0 13px;
	}

	.help-section .image-holder {
		margin: 0 auto 18px;
	}

	.help-section h1 {
		line-height: 56px;
		margin: 0 0 18px;
	}

	.help-section .w1 {
		width: 543px;
	}

	.help-section .w2 {
		width: 543px;
	}

	.help-section {
		padding-top: 138px;
	}

	.contact-block h2 mark {
		display: block;
	}

	.contact-block h2 {
		font-size: 26px;
		margin: 0 0 50px;
	}

	.contact-block {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.contact-holder {
		padding: 0 10px;
	}

	.wpcf7-form .row-form {
		padding: 0 0 20px;
	}

	.wpcf7-form input[type="submit"] {
		display: block;
		width: 100%;
		margin: 20px 0 0;
	}

	.done-block h2 {
		margin: 0 0 29px;
	}

	.done-block .main-holder {
		width: 100%;
	}

	.done-block {
		padding-bottom: 58px;
	}

	.images-list li {
		padding: 0 0 27px;
	}

	.images-list {
		padding: 0 0 5px;
	}

	.price-section .heading {
		padding: 0 0 51px;
	}

	.price-section .main-holder {
		padding: 0 10px;
	}

	.price-section .visual-block .w1 {
		float: left;
		left: 50%;
		position: relative;
		width: 535px;
	}

	.price-section .visual-block .w2 {
		float: left;
		left: -50%;
		position: relative;
		width: 535px;
	}

	.price-section .visual-block {
		overflow: visible;
	}

	.price-section {
		padding-top: 121px;
	}

	.boxes {
		padding: 0 0 13px;
	}

	.box .label-text {
		padding: 0 0 44px;
	}

	.box .description {
		width: 100%;
		padding: 0 20px;
		position: static;
	}

	.box .price-holder {
		display: block;
		width: 100%;
		padding: 0 20px 20px;
		position: relative;
		left: 0;
	}

	.box .price {
		display: block;
		padding: 0 0 3px;
	}
	
	.box .price-coming {
		left: -20px;
		top: -2px;
		width: calc(100% + 40px);
		padding: 51px 0;
	}

	.box p {
		margin: 0 0 38px;
	}

	.box .btn {
		display: block;
	}

	.box {
		padding: 23px 20px 30px;
		margin: 0 0 20px;
	}

	.box-info {
		padding: 18px 5px 18px 18px;
		margin: 0 0 39px;
	}

	#sidebar:before,
	#sidebar:after {
		background: none;
	}

	#sidebar {
		display: none;
	}

	#accordion .panel.active .panel-title a:hover,
	#accordion2 .panel.active .panel-title a:hover {
		color: #fff;
		text-decoration: underline;
		opacity: 1;
	}

	#accordion .panel.active .panel-title a,
	#accordion2 .panel.active .panel-title a {
		color: #fff;
		text-decoration: underline;
	}

	#accordion2 .panel-title a,
	#accordion2 ul a,
	#accordion2 .panel-title .opener-bullet.fa:before {
		color: #fff;
	}

	#accordion2 ul a:hover {
		color: #fff;
		text-decoration: underline;
	}

	#accordion2 {
		color: #fff;
		padding: 0;
		display: block;
	}

	.page-template-support-documentation #content {
		width: 100%;
		padding-top: 52px;
		float: none;
	}

	.content-holder .heading {
		margin: 0 0 51px;
		padding: 0 0 55px;
	}

	.content-holder {
		padding: 0 10px 15px;
	}

	.overview-list li {
		padding: 0 0 26px;
	}

	.overview-list .visual {
		margin: 12px 0 3px;
	}

	.overview-list ol {
		padding: 0 0 27px 18px;
	}

	.pagination-holder {
		padding: 0;
	}

	.message-box {
		padding: 70px 19px 11px;
		margin: 0 0 30px;
		background-position: 19px 19px;
	}

	.support-banner .image-col.alt {
		display: block;
		margin: 0 auto;
		width: 92%;
	}

	.support-banner .image-col {
		display: none;
	}

	.support-banner .box-description {
		padding: 18px 17px 33px;
	}

	.support-banner ol li {
		padding: 0;
	}

	.support-banner ol > div {
		width: 100% !important;
		float: none !important;
	}

	.support-banner ol br {
		display: none !important;
	}

	.support-banner ol {
		padding: 0 0 16px;
	}

	.support-banner {
		padding-top: 114px;
	}

	.support-holder {
		padding: 0 10px;
	}

	.support-list li {
		width: 100%;
		margin: 0;
		display: block;
	}

	.support-list .holder {
		padding: 25px 18px;
	}

	.footer-holder {
		text-align: center;
		padding-top: 57px;
		padding-bottom: 26px;
	}

	.menu {
		padding: 0 0 51px;
		margin: 0 0 24px;
		font-size: 17px;
	}

	.copyright br {
		display: none;
	}

	.copyright {
		margin: 0 10px 22px;
		float: none;
		display: block;
	}

	.footer-info {
		margin: 0 10px;
		float: none;
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 374px) {
	.navbar-nav {
		margin: 0;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
	body.support-blue .navbar-collapse {
		background: url(images/bg-blue-2x.jpg) no-repeat;
		background-size: 375px 667px;
	}
}