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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.list-inline,
.list-unstyled,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.row:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

/* ---------------------------------------------------------
	1. Embedded fonts styles
---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
	content: "\e906";
}

.icon-map-marker:before {
	content: "\e906";
}

.icon-marker:before {
	content: "\e906";
}

.icon-pin:before {
	content: "\e906";
}

.icon-mail:before {
	content: "\e907";
}

.icon-instagram:before {
	content: "\e908";
}

.icon-twitter:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e90b";
}

.icon-facebook-f:before {
	content: "\e90b";
}

.icon-copyright:before {
	content: "\e90a";
}

.icon-check:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e903";
}

.icon-remove:before {
	content: "\e903";
}

.icon-times:before {
	content: "\e903";
}

.icon-close2:before {
	content: "\e905";
}

.icon-arrow-curve:before {
	content: "\e902";
}

.icon-keyboard_arrow_right:before {
	content: "\e900";
}

.icon-keyboard_arrow_left:before {
	content: "\e901";
}

/* ---------------------------------------------------------
	2. General reset
---------------------------------------------------------*/

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

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

body {
	height: 100%;
	color: #646d73;
	background: #fff;
	font: 18px/1.555555 "Hind", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* set styles for default page links */

a {
	text-decoration: none;
}

a:hover {
	color: #113f47;
}

a,
button,
[type] {
	white-space: normal;
	-webkit-transition: background-color .3s, opacity .3s, color .3s;
	transition: background-color .3s, opacity .3s, color .3s;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background-color: #08b7a0;
	font-size: 14px;
	line-height: 1.42857142;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	text-align: center;
	padding: 7px 9px 5px;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #068675;
}

.btn:hover {
	color: #fff;
}

.btn.primary {
	color: #207585;
	background: #fff;
	border: 1px solid #c1cdd1;
	padding: 11px 10px 10px;
}

.btn.primary:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.btn.rect {
	width: 53px;
	height: 53px;
	padding: 5px;
	background: #fff;
	border: solid 1px rgba(233, 238, 240, .75);
}

.btn .icon-keyboard_arrow_right {
	top: 2px;
	font-size: 120%;
	position: relative;
}

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

.gm-style img {
	max-width: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-center {
	text-align: center;
}

.list-inline li {
	display: inline-block;
	vertical-align: top;
}

.bg-stretch {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
}

.border-img {
	display: block;
	max-width: none;
	margin: 0 0 20px;
}

.row {
	margin: 0 -10px;
}

.col-1 {
	width: 8.333333333333333%;
}

.col-2 {
	width: 16.66666666666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333333333%;
}

.col-5 {
	width: 41.66666666666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333333333333%;
}

.col-8 {
	width: 66.66666666666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333333333%;
}

.col-11 {
	width: 91.66666666666667%;
}

.col-12 {
	width: 100%;
}

[class*=col-],
[class^=col-] {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

span.border {
	background: url(../images/border-img3.png) repeat-x 100% 86%/100% 5px;
}

.hidden {
	display: none !important;
}

/* ---------------------------------------------------------
	3. Common site styles
---------------------------------------------------------*/

/* main container styles */

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

#wrapper:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	content: "";
	z-index: 10;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.container {
	margin: 0 auto;
	max-width: 1070px;
	padding: 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 42px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #207585;
}

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

/* set default styles in all browsers */

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b5c0c2;
	padding: .4em .7em;
	width: 100%;
}

.form-control:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #646d73;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #646d73;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #646d73;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #646d73;
}

.form-control.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #646d73;
}

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* header styles */

#header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	position: fixed;
	padding: 8px 0 16px;
	border-bottom: rgba(138, 144, 149, .25) solid 1px;
}

#header.fixed-position {
	background: rgba(255, 255, 255, .95);
}

#header .container {
	max-width: 1070px;
}

/* page logo styles */

.logo {
	margin: 7px 11px 0 0;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 0 0;
}

.logo img:last-child {
	margin: 0;
}

/* main navigation style */

#nav {
	max-width: 70%;
	min-width: 455px;
	position: relative;
	margin: 7px -2px 0 0;
}

#nav ul {
	font-size: 12px;
	line-height: 1.25;
	overflow: hidden;
}

#nav ul li {
	padding: 8px 20px;
}

#nav ul li:last-child {
	border-left: solid 1px rgba(32, 50, 60, .25);
}

#nav ul a {
	font-weight: 700;
	text-transform: uppercase;
	color: #20323c;
}

#nav ul a:hover,
#nav ul a:focus {
	opacity: .9;
	text-decoration: none;
}

#nav ul a:hover:after,
#nav ul a:hover:before,
#nav ul a:focus:after,
#nav ul a:focus:before {
	opacity: .9;
}

#nav .btn {
	margin: 0 0 0 10px;
}

#nav .nav-opener {
	width: 30px;
	height: 30px;
	top: -7px;
	z-index: 3;
	right: -7px;
	position: absolute;
	border-radius: 100%;
}

#nav .nav-opener span,
#nav .nav-opener:after,
#nav .nav-opener:before {
	left: 8px;
	right: 8px;
}

.nav-opener {
	width: 36px;
	height: 31px;
	display: none;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 0 0 8px;
	border: solid 1px #d8e1e6;
}

.nav-opener:hover {
	border-color: #207585;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	top: 8px;
	left: 9px;
	right: 9px;
	height: 2px;
	background: #207585;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav-opener span {
	top: 13px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
}

.nav-opener:after {
	top: 18px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* main informative part styles */

#main {
	position: relative;
}

/* Intro Style */

.intro {
	font-size: 24px;
	line-height: 1.25;
	position: relative;
	color: #20323c;
	padding: 146px 0 150px;
}

.intro h1 {
	margin: 0 0 4px;
	color: #20323c;
	text-transform: uppercase;
}

.intro p {
	margin: 0 0 27px;
}

.intro .container {
	max-width: 1068px;
}

.intro .border-img {
	margin: 0 0 33px -12px;
}

.intro .btn {
	font-size: 14px;
	margin: 0 0 0 -2px;
	letter-spacing: 1px;
	padding: 13px 29px 10px;
}

/* infoarea */

.infoarea {
	font-size: 24px;
	line-height: 1.25;
	color: #000f1a;
	text-align: center;
	margin-bottom: 114px;
	padding-bottom: 39px;
	border-bottom: solid 1px rgba(138, 144, 149, .18);
}

.infoarea .img-holder {
	max-width: 954px;
	margin: -52px 0 39px 35px;
}

.infoarea .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.infoarea h2 {
	margin: 0 0 26px;
	font-weight: 400;
	color: #20323c;
}

.infoarea .primary {
	background: rgba(142, 161, 167, .1);
	display: block;
	border-width: 0;
	max-width: 692px;
	box-shadow: none;
	margin: 0 auto 32px;
	padding: 12px 15px 3px;
}

.infoarea .primary i {
	display: inline-block;
	vertical-align: top;
	top: -4px;
	font-size: 24px;
	margin: 0 0 0 3px;
}

.infoarea .primary:hover {
	background-color: #d9dee0;
	box-shadow: none;
}

/* logos  */

.logos {
	font-size: 0;
	line-height: 0;
	max-width: 702px;
	margin: 0 auto;
}

.logos li {
	width: 27.7%;
	padding: 0 5px 10px;
}

.logos li:nth-child(2) {
	width: 44.3%;
}

.logos div {
	display: block;
	border-radius: 3px;
	white-space: nowrap;
	background: rgba(142, 161, 167, .1);
}

.logos div:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 79px;
}

.logos div img {
	display: inline-block;
	vertical-align: middle;
}

/* stats  */

.stats {
	color: #73787b;
	margin-bottom: 74px;
	padding-bottom: 73px;
	border-bottom: solid 1px rgba(138, 144, 149, .18);
}

.stats .post {
	margin-bottom: 65px;
}

.stats .post .btn {
	font-size: 15px;
	min-width: 274px;
	padding: 9px 10px 5px;
}

.stats .post .btn i {
	display: inline-block;
	vertical-align: top;
	top: 0;
	margin: -3px 0 -2px 0;
	font-size: 24px;
}

.stats .post h2 {
	font-size: 42px;
	line-height: 1.142857;
	margin: 0 0 48px;
	position: relative;
	color: #20323c;
	text-transform: uppercase;
}

.stats .post h2:before {
	width: 14px;
	height: 100%;
	top: 0;
	right: 100%;
	content: "";
	margin: 0 48px 0 0;
	position: absolute;
	background: url(../images/border-img2.png) no-repeat 0 0/14px 100%;
}

.stats .post .right {
	width: 45.7%;
	float: right;
}

.stats p {
	margin: 0 0 28px;
}

.btn.rect {
	color: #36464f;
	font-size: 25px;
	position: relative;
}

.btn.rect .icon-arrow-curve {
	top: 50%;
	left: 50%;
	position: absolute;
	margin: 3px 0 0 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn.rect .icon-arrow-curve + .icon-arrow-curve {
	color: #00b9a1;
	margin: -4px 0 0 -1px;
	-webkit-transform: translate(-50%, -50%) rotate(185deg);
	-ms-transform: translate(-50%, -50%) rotate(185deg);
	transform: translate(-50%, -50%) rotate(185deg);
}

.btn.rect img {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* stats-info */

.stats-info {
	font-size: 16px;
	line-height: 1.375;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	margin: 0 -5px 0 -2px;
	color: rgba(86, 96, 102, .75);
	padding: 37px 30px 33px 110px;
	border: solid 1px rgba(233, 238, 240, .75);
	box-shadow: 0 0 46px 19px rgba(42, 27, 16, .04) inset;
}

.stats-info .btn.rect {
	top: 38px;
	left: 26px;
	position: absolute;
}

.stats-info h2 {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	margin: 0 0 8px;
	color: #00b9a1;
	text-transform: uppercase;
}

.stats-info h2 sup {
	font-size: 60%;
}

.stats-info .text-block {
	z-index: 2;
	max-width: 467px;
	position: relative;
}

.stats-info .text-block .btn {
	font-size: 12px;
	min-width: 212px;
	padding: 7px 10px;
}

.stats-info h3 {
	font-size: 18px;
	line-height: 1.22222;
	margin: 0 0 11px;
	color: #20323c;
	text-transform: uppercase;
}

.stats-info p {
	margin: 0 0 26px;
}

.stats-info .img-holder {
	right: -90px;
	top: -231px;
	bottom: -177px;
	position: absolute;
}

.stats-info .img-holder img {
	display: block;
	margin: 0 0 0 auto;
	width: auto;
	height: 100%;
}

/* testimonial  */

.testimonial {
	margin-bottom: 78px;
}

.testimonial .row {
	margin: 0 -15px;
}

.testimonial [class*="col-"],
.testimonial [class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial blockquote {
	margin: 0;
	position: relative;
	padding: 30px 40px 73px 24px;
	box-shadow: 0 0 21px 6px rgba(0, 0, 0, .04);
}

.testimonial .img-holder {
	width: 78px;
	height: 78px;
	top: -2px;
	left: -2px;
	position: absolute;
	border-radius: 100%;
}

.testimonial .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.testimonial cite {
	display: block;
	font-style: normal;
	padding: 0 0 42px 74px;
}

.testimonial .author,
.testimonial .rank {
	font-size: 12px;
	line-height: 1.25;
	display: block;
	margin: 0 0 7px;
	letter-spacing: 1px;
	color: #20323c;
	text-transform: uppercase;
}

.testimonial q {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin: 0 0 16px;
	position: relative;
	color: rgba(0, 5, 16, .7);
}

.testimonial q:before {
	top: -27px;
	left: -15px;
	z-index: -1;
	opacity: .25;
	content: "“";
	position: absolute;
	color: #00b9a1;
	font: 142px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial q:after {
	content: "";
}

.testimonial .logo-holder {
	left: 19px;
	bottom: 33px;
	display: block;
	position: absolute;
}

.testimonial .logo-holder img {
	display: block;
}

/* teams  */

.teams {
	position: relative;
	text-align: center;
	margin-bottom: 74px;
}

.teams h1 {
	font-size: 32px;
	line-height: 1.25;
	margin: 0 0 40px;
	font-weight: 400;
	color: #21323b;
}

.teams .border-img {
	margin: 0 auto 30px;
}

.teams ul {
	margin: 0 -56px;
	font-size: 0;
	line-height: 0;
}

.teams ul li {
	padding: 0 5px;
	margin: 0 0 27px;
	width: 16.66667%;
	vertical-align: bottom;
}

.teams ul a {
	display: inline-block;
	vertical-align: top;
}

.teams ul a:hover {
	opacity: .8;
}

/* visual block style */

.visual {
	font-size: 24px;
	line-height: 1.3333;
	color: #20323c;
	position: relative;
	overflow: hidden;
	padding: 138px 0 90px;
	border-bottom: 1px solid #e9eaeb;
	box-shadow: inset 0 3px 100px rgba(0, 0, 0, .08);
}

.visual h1 {
	text-transform: uppercase;
	margin: 0 0 18px;
}

.visual .border-img {
	margin: 0 auto 33px;
}

.visual.alt {
	padding-bottom: 114px;
}

/* articles block style */

.block-articles {
	font-size: 16px;
	line-height: 22px;
	color: rgba(33, 50, 59, .7);
	position: relative;
	margin: -67px 0 0; /* articles style */
}

.block-articles .container {
	max-width: 1070px;
}

.block-articles .article-frame {
	border-radius: 0 0 2px 2px;
	max-width: 1055px;
	margin: 0 auto;
	border: 1px solid #e2e8eb;
	background: #fff;
	box-shadow: 0 20px 100px rgba(0, 0, 0, .07);
	position: relative;
	z-index: 5;
}

.block-articles .article-holder {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e2e8eb;
	padding: 37px 15px 34px;
}

.block-articles .article-holder:before {
	position: absolute;
	left: 222px;
	top: 37px;
	bottom: 34px;
	width: 1px;
	background: #e2e8eb;
	content: "";
}

.block-articles .article-holder.coming-soon {
	color: rgba(33, 50, 59, .5);
	background: #fbfbfc;
}

.block-articles .article-holder.coming-soon .text {
	font-size: 12px;
	line-height: 1.25;
	color: rgba(33, 50, 59, .4);
}

.block-articles .article-holder.coming-soon .btn {
	position: absolute;
	right: 48px;
	top: 35px;
	min-width: 150px;
}

.block-articles .article-holder p {
	margin: 0;
}

.block-articles .article-holder .image-holder {
	position: absolute;
	left: 15px;
	text-align: center;
	width: 195px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.block-articles .article-holder .image-holder img {
	display: block;
	margin: 0 auto;
}

.block-articles .article-holder .text {
	font-size: 18px;
	line-height: 1.25;
	display: block;
	color: rgba(33, 50, 59, .5);
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 0;
}

.block-articles .article-holder .text-holder {
	display: inline-block;
	vertical-align: middle;
	padding: 0 160px 0 246px;
}

.block-articles h2 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 6px;
	color: rgba(33, 50, 59, .5);
	text-transform: uppercase;
}

.block-articles h2 a {
	color: #21323b;
}

.block-articles h2 a:hover {
	color: #000;
}

.block-articles .button-holder {
	padding: 55px 0 61px;
}

.block-articles .button-holder .btn {
	padding: 11px 10px 10px;
	min-width: 285px;
}

/* subscription block style */

.block-subscription {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	padding: 227px 0 162px;
	margin: -130px 0 101px;
	color: rgba(33, 50, 59, .8);
	border-bottom: 1px solid #e9eaeb;
}

.block-subscription h2 {
	font-size: 32px;
	line-height: 1.25;
	color: #21323b;
	font-weight: normal;
	margin: 0 0 15px;
}

.block-subscription .border-img {
	margin: 0 auto 10px;
}

.block-subscription .container {
	max-width: 800px;
}

.block-subscription .btn {
	min-width: 275px;
}

.block-subscription p {
	margin: 0 0 24px;
}

/* popup style */

#popup1,
#popup2 {
	width: 636px;
}

.popup-area {
	font-size: 16px;
	line-height: 23px;
	padding: 51px 54px 46px;
	color: #20323c, .7;
}

.popup-area .image-holder {
	display: block;
	margin: 0 0 14px;
}

.popup-area h2 {
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #20323c;
}

.popup-area p {
	margin: 0 0 26px;
}

.form-submit {
	font-size: 12px;
	line-height: 1.25;
	position: relative;
	overflow: hidden;
}

.form-submit .lable-holder {
	position: relative;
	margin: 0 0 8px;
}

.form-submit label {
	color: #20323c, .7;
	text-transform: uppercase;
	margin: 0;
}

.form-submit .field-holder {
	margin: 0 0 39px;
}

.form-submit .form-control {
	background: none;
	border-width: 0 0 1px 0;
	box-shadow: none;
	outline: none;
}

.form-submit .btn {
	border: none;
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

/* pricing page */

/* pricing */

.pricing {
	margin: 0 0 97px;
	padding: 0 0 77px;
	position: relative;
	border-bottom: #d8dbdd solid 1px;
}

.pricing .bg-stretch {
	top: 87px;
	bottom: 0;
	height: auto;
	overflow: hidden;
}

/* pricing-chart */

.pricing-chart {
	font-size: 16px;
	line-height: 1.25;
	max-width: 662px;
	background: #fff;
	padding: 52px 15px 0;
	border-radius: 5px;
	text-align: center;
	margin: -87px auto 50px;
	color: rgba(33, 50, 59, .7);
	box-shadow: 0 0 75px 1px rgba(0, 0, 0, .15);
}

.pricing-chart .head {
	font-size: 20px;
	line-height: 1.4;
	max-width: 547px;
	padding: 0 0 33px;
	margin: 0 auto 37px;
	color: rgba(33, 50, 59, .8);
	border-bottom: #e4e6e7 solid 1px;
}

.pricing-chart .head p {
	margin: 0 30px 10px;
}

.pricing-chart h2 {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 13px;
	color: #21323b;
	text-transform: uppercase;
}

.pricing-chart .block {
	max-width: 547px;
	padding: 0 0 51px;
	margin: 0 auto 42px;
	border-bottom: #e4e6e7 solid 1px;
}

.pricing-chart h3 {
	font-size: 16px;
	margin: 0 0 36px;
	font-weight: 600;
	color: #21323b;
}

.pricing-chart .list-check {
	width: 50%;
	padding: 0 10px 0 0;
}

.pricing-chart .list-check + .list-check {
	width: 43.3%;
}

.pricing-chart .btn {
	font-size: 14px;
	min-width: 252px;
	padding: 9px 10px;
	border-radius: 2px;
	margin: 0 13px 23px 0;
}

.pricing-chart p {
	margin: 0 0 15px;
}

.pricing-chart .foot {
	background: #fafbfb;
	padding: 24px 10px;
	margin: 37px -15px 0;
	border-radius: 0 0 5px 5px;
	border-top: #e4e6e7 solid 1px;
}

.pricing-chart .foot p {
	margin: 0;
}

.pricing-chart .foot p a {
	font-weight: 600;
}

.pricing-chart .foot p .icon-keyboard_arrow_right {
	top: 2px;
	position: relative;
}

.pricing-chart .price span {
	margin: 0 8px 0 -9px;
}

/* price */

.price {
	font-size: 72px;
	line-height: 1;
	display: block;
	font-weight: 500;
	margin: 0 0 12px;
	color: #00b9a1;
}

.price span {
	font-size: 20px;
	color: rgba(33, 50, 59, .6);
}

/* list-check */

.list-check {
	font-size: 16px;
	line-height: 1.25;
	text-align: left;
	color: rgba(33, 50, 59, .7);
}

.list-check li {
	position: relative;
	padding: 0 0 0 29px;
}

.list-check li + li {
	margin: 16px 0 0;
}

.list-check .jcf-checkbox {
	top: 0;
	left: 0;
	position: absolute;
}

/* plans */

.plans {
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 94px;
	border-bottom: #e8ecef solid 1px;
}

.plans h2 {
	font-size: 42px;
	margin: 0 0 11px;
	color: #21323b;
	text-align: center;
	text-transform: uppercase;
}

.plans .border-img {
	margin: 0 auto 43px;
}

.plans .posts-holder {
	margin: 0;
}

.plans .post {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 26px;
	position: relative;
	border-radius: 2px;
	border: #e8ecef solid 1px;
	color: rgba(33, 50, 59, .7);
	padding: 28px 390px 9px 120px;
}

.plans .post h2 {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	margin: 0 0 2px;
	color: #00b9a1;
}

.plans .post h2 sup {
	top: -3px;
	font-size: 80%;
}

.plans .post footer {
	top: 0;
	right: 0;
	bottom: 0;
	width: 351px;
	color: #94999c;
	text-align: center;
	position: absolute;
	background: #f8f9f9;
	border: #e8ecef solid;
	padding: 39px 20px 15px;
	border-width: 0 0 0 1px;
	border-radius: 0 2px 2px 0;
}

.plans .post footer p {
	margin: 0 0 20px;
}

.plans .post footer p:empty {
	margin: 0;
	min-height: 25px;
}

.plans .post footer .btn {
	margin: 0 0 21px;
	min-width: 226px;
	padding: 7px 10px;
}

.plans .post footer .btn sup {
	top: -3px;
	font-size: 70%;
	margin: 0 0 0 2px;
}

.plans .post .price {
	font-size: 32px;
	margin: 0 0 2px;
}

.plans .post .price span {
	font-size: 16px;
}

.plans .link {
	font-size: 14px;
	line-height: 1.25;
	color: #207585;
	font-weight: 700;
	text-transform: uppercase;
}

.plans .link:hover,
.plans .link:focus {
	opacity: .9;
	text-decoration: none;
}

.plans .link:hover:after,
.plans .link:hover:before,
.plans .link:focus:after,
.plans .link:focus:before {
	opacity: .9;
}

.plans .link sup {
	top: -3px;
	font-size: 70%;
	margin: 0 0 0 2px;
}

.plans .btn.rect {
	width: 62px;
	height: 62px;
	top: 32px;
	left: 31px;
	position: absolute;
}

.plans h3 {
	margin: 0 0 1px;
	font-size: 18px;
	font-weight: 600;
	color: #21323b;
}

/* faqs  */

.faqs {
	margin-bottom: 87px;
}

.faqs h1 {
	font-size: 42px;
	margin: 0 0 16px;
	color: #21323b;
	text-align: center;
	text-transform: uppercase;
}

.faqs .border-img {
	margin: 0 auto 59px;
}

.faqs .posts-holder {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -15px 11px;
}

.faqs .posts-holder .flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faqs footer {
	border-radius: 3px;
	text-align: center;
	background: #f8f9f9;
	padding: 32px 20px 41px;
	border: #eff2f4 solid 1px;
}

.faqs footer h3 {
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 15px;
	color: #21323b;
}

.faqs footer .btn {
	min-width: 274px;
}

/* post-faq */

.post-faq {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	width: 45%;
	padding: 0 15px 39px;
	color: rgba(33, 50, 59, .7);
}

.post-faq h2 {
	font-size: 18px;
	line-height: 1.33333;
	margin: 0 0 8px;
	font-weight: 600;
	color: #21323b;
}

.post-faq h2 a {
	color: #21323b;
}

.post-faq h2 a:hover {
	color: #207585;
}

/* Retain Page Style */

.promo {
	font-size: 24px;
	line-height: 1.33333;
	margin: 0 0 55px;
	position: relative;
	padding: 127px 0 72px;
	border-bottom: rgba(138, 144, 149, .17) solid 1px;
}

.promo .btn.rect {
	margin: 0 0 17px;
	min-width: inherit;
}

.promo h1 {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	margin: 0 0 19px;
	color: #00b9a1;
}

.promo h1 sup {
	top: -2px;
	font-size: 62%;
}

.promo h2 {
	font-size: 42px;
	line-height: 1.142857;
	margin: 0 0 13px;
	position: relative;
	color: #20323c;
	text-transform: uppercase;
}

.promo h2:before {
	width: 14px;
	height: 100%;
	background: url(../images/border-img2.png) no-repeat 0 0/14px 100%;
	content: "";
	margin: 0 37px 0 0;
	position: absolute;
	right: 100%;
	top: 0;
}

.promo h2 sup {
	font-size: 60%;
}

.promo p {
	margin: 0 40px 33px 0;
}

.promo .btn {
	min-width: 265px;
	padding: 13px 10px 9px;
}

.promo .img-holder {
	width: 739px;
	margin: 7px 0 -27px 34px;
}

.promo .img-holder img {
	display: block;
}

.promo.alt {
	margin: 0 0 70px;
	padding: 127px 50px 72px;
	box-shadow: 0 0 75px 0 rgba(0, 0, 0, .05) inset;
}

.promo.alt h1 {
	color: #000510;
}

.promo.promo-features {
	line-height: 1.25;
	margin: 0 0 80px;
	padding: 141px 0 67px;
}

.promo.promo-features h2 {
	margin: 0 0 13px;
}

.promo.promo-features h2:before {
	display: none;
}

.promo.promo-features .border-img {
	width: 356px;
	margin: 0 0 32px;
}

.promo.promo-features p {
	margin: 0 0 28px;
}

.promo.promo-features .btn {
	min-width: 273px;
	letter-spacing: 1px;
}

.promo.bottom {
	font-size: 18px;
	line-height: 1.55555;
	margin: 0 0 97px;
	padding: 57px 0 96px;
}

.promo.bottom .col-6 {
	width: 45%;
}

.promo.bottom h1 {
	margin: 0 0 22px;
}

.promo.bottom h2 {
	margin: 0 0 18px;
}

.promo.bottom p {
	margin: 0 0 43px;
}

.promo.bottom .btn {
	font-size: 15px;
	font-weight: 700;
	min-width: 276px;
	padding: 11px 10px 9px;
	letter-spacing: 1px;
}

.promo.bottom .btn.rect {
	min-width: inherit;
}

.promo.bottom .icon-keyboard_arrow_right {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	margin: -7px 0;
}

.retain.infoarea {
	border-bottom-style: none;
	margin-bottom: 0;
}

/* blockquote */

.blockquote {
	margin: 0 0 60px;
}

.blockquote cite {
	font-size: 12px;
	line-height: 1.25;
	display: block;
	text-align: left;
	max-width: 262px;
	position: relative;
	font-style: normal;
	margin: 0 auto 36px;
	color: #20323c;
	padding: 25px 0 15px 98px;
}

.blockquote cite .img-holder {
	width: 75px;
	height: 75px;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	border-radius: 100%;
}

.blockquote cite .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.blockquote .author,
.blockquote .rank {
	display: block;
	margin: 0 0 7px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blockquote q {
	font-size: 20px;
	line-height: 1.4;
	display: block;
	margin: 0 0 27px;
	position: relative;
	color: rgba(0, 5, 16, .7);
}

.blockquote q:before {
	display: inline-block;
	vertical-align: top;
	font: 172px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #00b9a1;
	content: "“";
	opacity: .25;
	margin: -38px -13px -120px -44px;
}

.blockquote .logo {
	margin: 0;
}

.blockquote ~ p {
	margin: 0 0 32px;
}

.blockquote.alt {
	margin: 0 0 68px;
	padding: 0 0 65px;
}

.blockquote.alt cite {
	max-width: 287px;
	margin: 0 auto 22px;
}

.blockquote.alt q {
	font-size: 18px;
	line-height: 1.4444;
	margin: 0 0 17px;
}

/* posts-area */

.posts-area {
	margin: 0 0 106px;
	padding: 8px 0 60px;
	border-bottom: solid 1px rgba(138, 144, 149, .18);
}

.posts-area.fetures-posts {
	margin: 0;
}

/* post-main */

.post-main {
	font-size: 16px;
	line-height: 1.5;
	color: #636f75;
	margin-bottom: 92px;
}

.post-main h2 {
	font-size: 14px;
	margin: 0 0 21px;
	font-weight: 500;
	color: #21323b;
	letter-spacing: .045rem;
	text-transform: uppercase;
}

.post-main h3 {
	font-size: 42px;
	line-height: 1.142857;
	margin: 0 0 18px;
	position: relative;
	color: #20323c;
	text-transform: uppercase;
}

.post-main h3:before {
	width: 14px;
	height: 100%;
	background: url(../images/border-img2.png) no-repeat 0 0/14px 100%;
	content: "";
	margin: 0 39px 0 0;
	position: absolute;
	right: 100%;
	top: 0;
}

.post-main h3 span {
	display: block;
	font-weight: 400;
	letter-spacing: -.03rem;
}

.post-main .btn.rect {
	width: 50px;
	height: 50px;
	margin: 0 0 19px;
}

.post-main .textbox {
	width: 44%;
	padding: 0 20px 0 0;
}

.post-main .img-area {
	width: 56%;
}

.post-main .img-area img {
	display: block;
}

.post-main .image1 {
	width: 832px;
	margin: -16px 0 0 64px;
}

.post-main.second {
	margin-bottom: 111px;
}

.post-main.second .textbox {
	width: 35.4%;
	padding: 84px 0 0;
}

.post-main.second .btn.rect {
	margin: 0 0 24px;
}

.post-main.second h2 {
	margin: 0 0 19px;
}

.post-main.second h3 {
	margin: 0 0 20px;
}

.post-main.second .img-holder {
	width: 774px;
	float: right;
	margin: 0 81px 0 0;
}

.post-main.third {
	margin-bottom: 136px;
}

.post-main.third .textbox {
	width: 33.7%;
	padding: 62px 0 0;
}

.post-main.third .btn.rect {
	margin: 0 0 19px;
}

.post-main.third h2 {
	margin: 0 0 21px;
}

.post-main.third h3 {
	margin: 0 0 18px;
}

.post-main.third .img-holder {
	width: 829px;
	margin: 0 0 0 84px;
}

.post-main.fourth {
	margin-bottom: 127px;
}

.post-main.fourth .textbox {
	width: 35.3%;
	padding: 118px 0 0;
}

.post-main.fourth .btn.rect {
	margin: 0 0 19px;
}

.post-main.fourth h2 {
	margin: 0 0 21px;
}

.post-main.fourth h3 {
	margin: 0 0 22px;
}

.post-main.fourth .img-holder {
	width: 591px;
	float: right;
	margin: 0 94px 0 0;
}

.post-main.fifth {
	margin-top: 42px;
	margin-bottom: 153px;
}

.post-main.fifth .img-holder {
	margin: -88px 0 0 51px;
	width: 868px;
}

.post-main.sixth {
	margin-bottom: 154px;
}

.post-main.sixth .textbox {
	width: 35.2%;
	padding: 126px 20px 0 0;
}

.post-main.sixth h3 {
	margin-right: -10px;
}

.post-main.sixth .img-holder {
	float: right;
	width: 870px;
	margin: -2px 48px 0 0;
}

.post-main.seventh {
	margin-bottom: 137px;
}

.post-main.seventh .textbox {
	width: 33%;
	padding: 106px 20px 0 0;
}

.post-main.seventh .img-holder {
	margin: -2px 0 0 79px;
	width: 868px;
}

.post-main.eigth {
	margin-bottom: 146px;
}

.post-main.eigth .textbox {
	width: 35.2%;
	padding: 130px 20px 0 0;
}

.post-main.eigth h3 {
	margin-right: -10px;
}

.post-main.eigth .img-holder {
	float: right;
	width: 868px;
	margin: -2px 50px 0 0;
}

.post-main.nineth {
	margin-bottom: 153px;
}

.post-main.nineth .textbox {
	width: 35%;
	padding: 140px 20px 0 0;
}

.post-main.nineth .img-holder {
	margin: -2px 0 0 50px;
	width: 869px;
}

.post-main.tenth {
	margin-bottom: 135px;
}

.post-main.tenth .textbox {
	width: 35.2%;
	padding: 114px 20px 0 0;
}

.post-main.tenth h3 {
	margin-right: -10px;
}

.post-main.tenth .img-holder {
	float: right;
	width: 869px;
	margin: -2px 48px 0 0;
}

.post-main.eleven {
	margin-bottom: 86px;
}

.post-main.eleven .textbox {
	width: 35%;
	padding: 140px 20px 0 0;
}

.post-main.eleven .img-holder {
	margin: -2px 0 0 75px;
	width: 845px;
}

/* testimonial-block */

.testimonial-block {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 50px;
}

.testimonial-block .blockquote {
	padding: 0;
	border-width: 0;
	margin: 0 0 77px;
	padding: 0 30px;
	position: relative;
}

.testimonial-block .blockquote:after {
	content: "";
	height: 0;
	display: block;
	max-width: 695px;
	margin: 61px auto 0;
}

.testimonial-block .blockquote cite {
	max-width: 206px;
	margin: 0 auto 30px;
	padding: 25px 0 15px 96px;
}

.testimonial-block .blockquote q {
	margin: 0 0 34px;
}

.testimonial-block .blockquote q:before {
	margin: -38px -20px -120px 0;
}

.testimonial-block .btn {
	padding: 10px;
	min-width: 272px;
	margin: 0 14px 22px 0;
}

.testimonial-block p {
	margin: 0 0 10px;
}

.testimonial-block p a {
	color: #207585;
	font-weight: 700;
	text-transform: uppercase;
}

.testimonial-block p a:hover,
.testimonial-block p a:focus {
	opacity: .9;
	text-decoration: none;
}

.testimonial-block p a:hover:after,
.testimonial-block p a:hover:before,
.testimonial-block p a:focus:after,
.testimonial-block p a:focus:before {
	opacity: .9;
}

/* Recognized Page Style */

/* services  */

.services {
	font-size: 18px;
	line-height: 1.4444;
	padding-bottom: 50px;
}

.services header {
	margin-bottom: 21px;
}

.services h2 {
	font-size: 42px;
	line-height: 1.142857;
	margin: 0 0 13px;
	position: relative;
	color: #20323c;
	text-transform: uppercase;
}

.services h2:before {
	width: 14px;
	height: 100%;
	background: url(../images/border-img2.png) no-repeat 0 0/14px 100%;
	content: "";
	margin: 0 37px 0 0;
	position: absolute;
	right: 100%;
	top: 0;
}

.services .posts-holder {
	position: relative;
	padding-bottom: 68px;
	margin: 0 -15px 62px;
}

.services .posts-holder:before {
	bottom: 0;
	left: 15px;
	height: 1px;
	right: 15px;
	content: "";
	position: absolute;
	background: rgba(138, 144, 149, .18);
}

.services .post {
	font-size: 16px;
	line-height: 1.5;
	padding: 0 15px 15px;
}

.services .post-holder {
	padding: 30px 24px 22px;
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, .06);
}

.services .icon {
	display: block;
	margin: 0 0 22px 4px;
}

.services .icon.icon2 {
	margin: 7px 0 20px 3px;
}

.services .icon.icon3 {
	margin: 14px 0 25px;
}

.services h3 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 7px;
}

.services h3 a {
	color: #000510;
}

.services h3 a:hover {
	color: #207585;
}

.services p {
	margin: 0 0 10px;
}

.services .link {
	font-size: 14px;
	line-height: 1.25;
	color: #207585;
	font-weight: 700;
	text-transform: uppercase;
}

.services .link:hover,
.services .link:focus {
	opacity: .9;
	text-decoration: none;
}

.services .link:hover:after,
.services .link:hover:before,
.services .link:focus:after,
.services .link:focus:before {
	opacity: .9;
}

.services footer {
	padding: 0 0 10px;
}

.services .btn {
	min-width: 274px;
	margin: 0 0 17px;
	padding: 11px 10px;
}

.terms .with-border {
	border-bottom: solid 1px rgba(138, 144, 149, .18);
	padding-bottom: 60px;
}

.terms .article-frame {
	padding: 40px;
}

.terms h1,
.terms h5 {
	color: #000;
	text-transform: uppercase;
}

.terms h1 {
	margin-top: 24px;
	line-height: 48px;
}

.terms .border-img {
	margin-left: 195px;
}

.terms h5 {
	font-weight: 600;
}

.terms p {
	font-size: 17px;
	font-weight: 500;
}

.terms h5,
.terms p {
	display: inline;
	line-height: 32px;
}

.terms article {
	margin-top: 24px;
}

.terms.main {
	font-size: 17px;
	font-weight: 500;
	line-height: 32px;
	padding: 40px 40px 0;
}

.terms.main h1 {
	margin-top: 60px;
	line-height: 48px;
}

.terms.main h5 {
	color: #000;
	margin-bottom: 0;
}

.terms.main h6 {
	color: #646d73;
	text-transform: uppercase;
}

.terms.main .container {
	border-bottom: solid 1px rgba(138, 144, 149, .18);
	padding-bottom: 40px;
}

.zuora-setup .with-border {
	border-bottom: solid 1px rgba(138, 144, 149, .18);
	padding-bottom: 60px;
}

.zuora-setup .article-frame {
	padding-top: 40px;
}

.zuora-setup .row {
	padding: 0 40px;
}

.zuora-setup .profitwell-zuora {
	display: block;
	margin: 48px auto;
	width: 623px;
}

.zuora-setup h1,
.zuora-setup h4 {
	text-align: center;
}

.zuora-setup h1 {
	color: #000;
	line-height: 48px;
	margin-top: 24px;
	text-transform: uppercase;
}

.zuora-setup h4 {
	font-weight: 400;
}

.zuora-setup .cta {
	background-color: #f8f9fa;
	border-top: 1px solid #ebebeb;
	height: 60px;
	line-height: 60px;
}

.zuora-setup .cta a {
	cursor: pointer;
}

.zuora-setup .cta h6 {
	text-align: center;
	text-transform: uppercase;
}

.zuora-setup.main {
	font-size: 17px;
	font-weight: 500;
	line-height: 32px;
	padding: 40px 40px 0;
}

.zuora-setup.main h2 {
	color: #000;
	line-height: 48px;
	margin-top: 32px;
}

.zuora-setup.main h6 {
	color: #000;
	font-weight: 600;
	line-height: 12px;
	margin: 0;
	text-transform: uppercase;
}

.zuora-setup.main p {
	font-size: 15px;
	font-weight: 500;
	display: inline;
	line-height: 22px;
}

.zuora-setup.main li {
	font-size: 15px;
	line-height: 22px;
}

.zuora-setup.main article {
	padding: 30px 0;
}

.zuora-setup.main article img {
	display: block;
	margin-top: 8px;
	width: 572px;
}

.zuora-setup.main .container {
	border-bottom: solid 1px rgba(138, 144, 149, .18);
	padding-bottom: 40px;
}

/* footer styles */

#footer {
	height: 1%;
	overflow: hidden;
	display: table-footer-group;
}

#footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* footer-aside */

.footer-aside {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 57px 0 65px;
}

.footer-aside h2 {
	font-size: 42px;
	margin: 0 0 19px;
	text-transform: uppercase;
}

.footer-aside .border-img {
	margin: 0 auto 40px;
}

.footer-aside .primary {
	font-size: 14px;
	min-width: 274px;
	padding: 11px 10px;
	letter-spacing: 1px;
}

.footer-aside .bg-stretch {
	background-size: auto;
	background-color: #08b7a0;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* footer-nav */

.footer-nav {
	float: left;
	width: 55.5%;
	font-size: 14px;
	font-weight: 600;
	padding: 22px 0 0 2px;
}

.footer-nav h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 16px;
	letter-spacing: 1px;
	color: rgba(0, 5, 16, .8);
	text-transform: uppercase;
}

.footer-nav .nav-holder {
	float: left;
	width: 33.333%;
	padding: 0 10px 0 0;
}

.footer-nav li + li {
	margin: 10px 0 0;
}

.footer-nav a {
	color: rgba(33, 50, 59, .7);
}

.footer-nav a:hover {
	color: #207585;
}

/* footer-info */

.footer-info {
	float: right;
	width: 37.7%;
	font-size: 14px;
	line-height: 1.25;
	padding: 24px 28px 12px;
	background: rgba(123, 130, 134, .05);
}

.footer-info .info {
	margin: 0 0 23px;
	padding: 0 0 11px;
	border-bottom: solid 1px rgba(123, 130, 134, .2);
}

.footer-info h3 {
	color: #828488;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
}

.footer-info .footer-logo {
	width: 184px;
	display: block;
}

.footer-info .copyright {
	margin: 0 0 22px 3px;
}

/* contact-info */

.contact-info {
	margin: 0 0 13px;
	font-weight: 600;
	color: rgba(33, 50, 59, .7);
}

.contact-info li {
	position: relative;
	padding: 0 0 0 23px;
}

.contact-info li + li {
	margin: 14px 0 0;
}

.contact-info li i {
	top: 0;
	left: 0;
	position: absolute;
	color: rgba(135, 138, 140, .5);
}

.contact-info address {
	margin: 0;
	font-style: normal;
}

.contact-info a,
.contact-info address {
	color: rgba(33, 50, 59, .7);
}

.contact-info a:hover {
	color: #207585;
}

/* social-networks */

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
}

.social-networks a {
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 28px;
	opacity: .9;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 2px;
	background: #8b9295;
}

.social-networks a:hover {
	opacity: 1;
	background: #207585;
}

.social-networks .icon-facebook-f {
	left: 3px;
	top: 1px;
	position: relative;
}

/* custom form */

/* custom checkbox styles */

.jcf-checkbox {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	position: relative;
	border-radius: 3px;
}

.jcf-checkbox span {
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	display: block;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	border: solid 2px rgba(33, 50, 59, .7);
}

.jcf-checkbox span:before {
	font-family: "icomoon";
	content: "";
}

.jcf-checkbox span:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	margin: -1px 0 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	background: #00b9a1;
	border-color: #00b9a1;
}

.jcf-checkbox.jcf-checked span:before {
	opacity: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #d4dddf;
	text-align: center;
}

.fancybox-close:after {
	font: 18px/28px "icomoon";
	content: "\e903";
	color: #418997;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.jcf-checkbox span:before {
		margin: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (max-width: 768px) and (min-width: 641px) {
	.testimonial [class*="col-"]:nth-child(2),
	.testimonial [class^="col-"]:nth-child(2) {
		margin: 0 0 21px;
	}

	.testimonial [class*="col-"]:nth-child(2) blockquote,
	.testimonial [class^="col-"]:nth-child(2) blockquote {
		padding: 31px 15px 63px 30px;
	}

	.testimonial [class*="col-"]:nth-child(2) .img-holder,
	.testimonial [class^="col-"]:nth-child(2) .img-holder {
		top: 17px;
		left: 10px;
	}

	.testimonial [class*="col-"]:nth-child(2) cite,
	.testimonial [class^="col-"]:nth-child(2) cite {
		padding: 0 0 33px 53px;
	}

	.testimonial [class*="col-"]:nth-child(2) q,
	.testimonial [class^="col-"]:nth-child(2) q {
		font-size: 16px;
		line-height: 1.5;
	}

	.testimonial [class*="col-"]:nth-child(2) .logo-holder,
	.testimonial [class^="col-"]:nth-child(2) .logo-holder {
		left: 28px;
		bottom: 27px;
		max-width: 127px;
	}

	.testimonial [class*="col-"]:last-child blockquote,
	.testimonial [class^="col-"]:last-child blockquote {
		padding: 26px 25px 85px 26px;
	}

	.testimonial [class*="col-"]:last-child cite,
	.testimonial [class^="col-"]:last-child cite {
		padding: 0 0 25px 57px;
	}

	.testimonial [class*="col-"]:last-child .logo-holder,
	.testimonial [class^="col-"]:last-child .logo-holder {
		max-width: 50px;
		bottom: 28px;
	}
}

@media (min-width: 769px) {
	.visible-sm {
		display: none !important;
	}

	.post-main.second h3:before {
		margin: 0 30px 0 0;
	}
}

@media (max-width: 940px) and (min-width: 769px) {
	.posts-area.fetures-posts .post-main {
		width: auto;
		display: block;
		max-width: 666px;
	}
}

@media (max-width: 1200px) {
	.block-articles {
		padding: 0 17px;
	}
}

@media (max-width: 1199px) {
	.teams ul {
		margin: 0;
	}
}

@media (max-width: 1024px) {
	.testimonial.features-testimonials .row {
		margin: 0 1px 0 -2px;
	}

	.testimonial.features-testimonials blockquote {
		padding: 30px 22px 73px 24px;
	}

	.testimonial.features-testimonials q {
		font-size: 14px;
		line-height: 1.571428;
	}

	.visual {
		font-size: 20px;
		line-height: 1.5;
	}

	.visual.alt {
		font-size: 20px;
		padding: 140px 0 63px;
	}

	.visual.alt h1 {
		font-size: 32px;
		margin: 0 0 21px;
	}

	.visual.alt .border-img {
		margin: 0 auto 27px;
	}

	.block-articles .article-holder.coming-soon .btn {
		right: 10px;
	}

	.pricing {
		margin: 0 0 57px;
		padding: 0 0 37px;
	}

	.pricing .bg-stretch {
		top: 32px;
	}

	.pricing-chart {
		padding: 51px 15px 0;
		margin: -32px auto 50px;
	}

	.pricing-chart .head {
		padding: 0 0 42px;
		margin-bottom: 35px;
		font-size: 16px;
		line-height: 1.5;
	}

	.pricing-chart h2 {
		font-size: 20px;
		margin: 0 0 14px;
	}

	.pricing-chart .block {
		padding: 0 0 49px;
		margin: 0 auto 35px;
	}

	.pricing-chart h3 {
		margin: 0 0 33px;
	}

	.pricing-chart .btn {
		margin: 0 13px 27px 0;
	}

	.pricing-chart .foot {
		padding: 24px 10px;
		margin: 35px -15px 0;
	}

	.price {
		font-size: 64px;
		margin: 0 0 7px;
	}

	.price span {
		font-size: 16px;
	}

	.plans {
		margin-bottom: 74px;
		padding-bottom: 49px;
	}

	.plans h2 {
		font-size: 32px;
		margin: 0 0 22px;
	}

	.plans .border-img {
		margin: 0 auto 42px;
	}

	.plans .posts-holder {
		margin: 0 9px;
	}

	.plans .post {
		margin: 0 0 20px;
		padding: 28px 400px 9px 137px;
	}

	.plans .post footer {
		width: 352px;
	}

	.plans .post footer p {
		margin: 0 0 25px;
	}

	.plans .post footer p:empty {
		min-height: 31px;
	}

	.plans .post footer .btn {
		min-width: 240px;
		margin: 0 0 23px 7px;
	}

	.plans .btn.rect {
		left: 49px;
	}

	.faqs {
		margin-bottom: 54px;
	}

	.faqs h1 {
		font-size: 32px;
		margin: 0 0 27px;
	}

	.faqs .posts-holder {
		margin: 0 1px 8px;
	}

	.faqs footer {
		margin: 0 10px;
		padding: 35px 20px 40px;
	}

	.faqs footer h3 {
		font-size: 28px;
		margin: 0 0 21px;
	}

	.post-faq {
		padding: 0 15px 40px;
	}

	.promo {
		font-size: 16px;
		line-height: 1.5;
		padding: 100px 0 70px;
	}

	.promo h2 {
		font-size: 32px;
		line-height: 1.1875;
	}

	.promo.alt {
		font-size: 24px;
		line-height: 1.33333;
		padding: 129px 63px 58px;
		margin: 0 0 47px;
	}

	.promo.alt .container {
		max-width: 880px;
	}

	.promo.alt h2 {
		font-size: 42px;
		line-height: 1.142857;
		margin: 0 40px 7px 0;
	}

	.promo.alt p {
		margin: 0 40px 21px 0;
	}

	.promo.alt .img-holder {
		margin: 7px 0 -27px 64px;
	}

	.promo.promo-features {
		font-size: 20px;
		line-height: 1.4;
		padding: 150px 0 73px;
		margin: 0 0 58px;
	}

	.promo.promo-features .container {
		max-width: 885px;
	}

	.promo.promo-features .col-6 {
		width: 380px;
	}

	.promo.promo-features .col-6 br {
		display: none;
	}

	.promo.promo-features h2 {
		margin: 0 0 8px;
	}

	.promo.promo-features .border-img {
		width: 215px;
		margin: 0 0 14px;
	}

	.promo.promo-features p {
		margin: 0 0 17px 2px;
	}

	.promo.promo-features .btn {
		min-width: 285px;
	}

	.promo.bottom {
		margin: 0 0 82px;
	}

	.promo.bottom {
		margin: 0 0 42px;
		padding: 57px 0 56px;
	}

	.promo.bottom .container {
		max-width: 854px;
	}

	.promo.bottom .col-6 {
		width: 57%;
	}

	.promo.bottom h2 {
		font-size: 42px;
		line-height: 1.142857;
	}

	.blockquote.alt {
		padding: 0 0 46px;
		margin: 0 0 67px;
	}

	.blockquote.alt cite {
		max-width: 337px;
		padding: 25px 0 15px 138px;
	}

	.blockquote.alt cite .img-holder {
		width: 78px;
		height: 78px;
		left: 42px;
	}

	.posts-area.fetures-posts .post-main {
		max-width: 878px;
	}

	.posts-area.fetures-posts h3 {
		line-height: 1.3125;
	}

	.post-main {
		margin-bottom: 50px;
	}

	.post-main h3 {
		font-size: 32px;
		line-height: 1.1875;
	}

	.post-main .textbox {
		width: 50%;
	}

	.post-main .img-area {
		width: 50%;
	}

	.post-main .image1 {
		margin: -16px 0 0;
	}

	.post-main.second {
		margin-bottom: 50px;
	}

	.post-main.second .textbox {
		width: 50%;
	}

	.post-main.third {
		margin-bottom: 50px;
	}

	.post-main.third .textbox {
		width: 50%;
	}

	.post-main.fourth {
		margin-bottom: 50px;
	}

	.post-main.fourth .textbox {
		width: 50%;
	}

	.post-main.fifth {
		margin-top: 10px;
		margin-bottom: 126px;
	}

	.post-main.fifth .textbox {
		width: 44%;
	}

	.post-main.fifth .img-holder {
		margin: -45px 0 0 -15px;
	}

	.post-main.fifth .btn.rect {
		margin: 0 0 23px;
	}

	.post-main.fifth h2 {
		margin: 0 0 16px;
	}

	.post-main.fifth h3 {
		margin: 0 0 9px;
	}

	.post-main.fifth h3:before {
		margin: 5px 27px 0 0;
		background-size: 9px 85%;
	}

	.post-main.sixth {
		margin-bottom: 172px;
	}

	.post-main.sixth .textbox {
		width: 41.8%;
	}

	.post-main.sixth .btn.rect {
		margin: 0 0 24px;
	}

	.post-main.sixth h2 {
		margin: 0 0 18px;
	}

	.post-main.sixth h3 {
		margin: 0 -30px 8px 0;
	}

	.post-main.sixth h3:before {
		background-size: 9px 100%;
		margin: 0 18px 0 0;
	}

	.post-main.sixth p {
		margin: 0 -30px 10px 0;
	}

	.post-main.sixth .img-holder {
		margin: 1px -13px 0 0;
	}

	.post-main.seventh {
		margin-bottom: 185px;
	}

	.post-main.seventh .textbox {
		width: 38%;
	}

	.post-main.seventh .btn.rect {
		margin: 0 0 22px;
	}

	.post-main.seventh h2 {
		margin: 0 0 14px;
	}

	.post-main.seventh h3 {
		margin: 0 0 16px;
	}

	.post-main.seventh h3:before {
		margin: 2px 27px 0 0;
		background-size: 9px 100%;
	}

	.post-main.seventh .img-holder {
		margin: -3px 0 0 12px;
	}

	.post-main.eigth {
		margin-bottom: 175px;
	}

	.post-main.eigth .textbox {
		width: 40.7%;
	}

	.post-main.eigth .btn.rect {
		margin: 0 0 25px;
	}

	.post-main.eigth h2 {
		margin: 0 0 19px;
	}

	.post-main.eigth h3 {
		font-size: 42px;
		line-height: 1.142857;
		margin: 0 0 8px;
	}

	.post-main.eigth h3:before {
		margin: 0 30px 0 0;
	}

	.post-main.eigth p {
		margin: 0 -40px 10px 0;
	}

	.post-main.eigth .img-holder {
		margin: -2px -11px 0 0;
	}

	.post-main.nineth {
		margin-bottom: 124px;
	}

	.post-main.nineth .textbox {
		width: 43%;
	}

	.post-main.nineth .btn.rect {
		margin: 0 0 22px;
	}

	.post-main.nineth h2 {
		margin: 0 0 15px;
	}

	.post-main.nineth h3 {
		font-size: 42px;
		line-height: 1.142857;
		margin: 0 0 11px;
	}

	.post-main.nineth h3:before {
		margin: -5px 38px 0 0;
	}

	.post-main.nineth .img-holder {
		margin: -2px 0 0 -15px;
	}

	.post-main.tenth {
		margin-bottom: 143px;
	}

	.post-main.tenth .textbox {
		width: 39.5%;
	}

	.post-main.tenth .btn.rect {
		margin: 0 0 28px;
	}

	.post-main.tenth h2 {
		margin: 0 0 18px;
	}

	.post-main.tenth h3 {
		font-size: 42px;
		line-height: 1.142857;
		margin: 0 -40px 12px 0;
	}

	.post-main.tenth h3:before {
		margin: -5px 42px 0 0;
	}

	.post-main.tenth p {
		margin: 0 -30px 10px 0;
	}

	.post-main.tenth .img-holder {
		margin: -2px -14px 0 0;
	}

	.post-main.eleven {
		margin-bottom: 52px;
	}

	.post-main.eleven .img-holder {
		margin: -1px 0 0 6px;
	}

	.testimonial-block .blockquote br {
		display: none;
	}

	.services header {
		max-width: 884px;
		margin: 0 auto 52px;
	}

	.services h2 {
		font-size: 32px;
		line-height: 1.1875;
	}

	.services h2 {
		font-size: 42px;
		line-height: 1.142857;
	}

	.services .posts-holder {
		margin: 0 13px 50px;
		padding-bottom: 60px;
	}

	.services .posts-holder:before {
		left: -30px;
		right: -30px;
	}

	.services .post {
		padding: 0 8px 10px;
	}

	.services .post-holder {
		padding: 30px 14px 22px 24px;
	}

	#footer .container {
		padding: 38px 32px 30px 35px;
	}

	.footer-aside {
		padding: 64px 0 65px;
	}

	.footer-aside h2 {
		font-size: 32px;
		margin: 0 0 27px;
	}

	.footer-aside .border-img {
		width: 105px;
		margin: 0 auto 43px;
	}

	.footer-nav {
		padding: 24px 0 0;
	}

	.footer-nav .nav-holder {
		width: 30.733%;
	}

	.footer-nav .nav-holder:first-child {
		width: 38.433%;
	}

	.footer-info {
		width: 38.8%;
		padding: 26px 18px 12px 25px;
	}

	.footer-info .info {
		margin: 0 0 18px;
		padding: 0 0 16px;
	}

	.footer-info .social-networks {
		margin: 0 0 0 5px;
	}

	.contact-info {
		margin: 0 0 9px;
		line-height: 1.428571;
	}
}

@media (max-width: 1023px) {
	#header {
		padding: 8px 11px 16px;
	}

	#nav {
		min-width: 458px;
	}

	.intro {
		font-size: 20px;
		line-height: 1.4;
		padding: 148px 26px 228px;
	}

	.intro h1 {
		font-size: 32px;
		margin: 0 0 13px;
	}

	.intro .border-img {
		max-width: 230px;
		margin: 0 0 13px -17px;
	}

	.intro .btn {
		margin: 0 0 0 4px;
	}

	.infoarea {
		padding-bottom: 41px;
		margin-bottom: 71px;
	}

	.infoarea .img-holder {
		margin: -103px 0 35px 13px;
	}

	.stats {
		font-size: 16px;
		line-height: 1.5;
		padding: 0 29px 78px;
		margin-bottom: 82px;
	}

	.stats .post {
		margin-bottom: 75px;
	}

	.stats .post h2 {
		font-size: 32px;
		line-height: 1.3125;
		margin: -2px 20px 30px 0;
	}

	.stats .post h2:before {
		margin: 0 30px 0 0;
	}

	.stats .post .left {
		padding-left: 53px;
	}

	.stats .post .right {
		width: 45.1%;
	}

	.stats p {
		margin: 0 0 24px;
	}

	.stats-info {
		margin: 0 -4px 0 -10px;
	}

	.testimonial {
		padding: 0 25px;
		margin-bottom: 82px;
	}

	.testimonial .row {
		margin: 0 -11px;
	}

	.testimonial [class*="col-"],
	.testimonial [class^="col-"] {
		padding-left: 11px;
		padding-right: 11px;
	}

	.testimonial blockquote {
		padding: 30px 30px 73px 22px;
	}

	.testimonial q {
		font-size: 14px;
		line-height: 1.57142857;
	}

	.teams h1 {
		margin: 0 0 33px;
	}

	.teams .border-img {
		margin: 0 auto 17px;
		width: 100px;
		height: auto;
	}

	.teams ul {
		margin: 0 -3px;
	}

	.teams ul li {
		margin: 0 0 22px;
	}

	.block-articles {
		padding: 0;
	}

	.block-articles .container {
		padding: 0 27px;
	}

	.block-articles .article-holder {
		padding: 38px 15px 36px;
	}

	.block-articles .article-holder:before {
		left: 173px;
	}

	.block-articles .article-holder.coming-soon .text-holder {
		padding-right: 165px;
	}

	.block-articles .article-holder .image-holder {
		width: 145px;
	}

	.block-articles .article-holder .text-holder {
		padding: 0 0 0 190px;
	}

	.block-articles h2 {
		font-size: 16px;
	}

	.block-articles .button-holder {
		padding: 48px 0 53px;
	}

	.block-subscription {
		padding: 233px 0 190px;
	}

	.block-subscription .container {
		max-width: 900px;
	}

	.terms .border-img {
		display: none;
	}
}

@media (max-width: 940px) {
	.testimonial.features-testimonials {
		margin-bottom: 73px;
	}

	.testimonial.features-testimonials .row {
		margin: 0 -18px 0 -13px;
	}

	.testimonial.features-testimonials blockquote {
		padding: 30px 13px 63px 24px;
	}

	.testimonial.features-testimonials cite {
		padding: 0 0 41px 61px;
	}

	.promo.promo-features .container {
		max-width: 628px;
	}

	.promo.promo-features + #main .infoarea {
		font-size: 24px;
		margin-bottom: 75px;
		padding-bottom: 37px;
	}

	.promo.promo-features + #main .infoarea h2 {
		font-size: 32px;
		margin: 0 0 26px;
	}

	.promo.bottom .container {
		max-width: 640px;
	}

	.promo.bottom .col-6 {
		width: 58%;
	}

	.promo.bottom h2 {
		font-size: 32px;
		line-height: 1.1875;
	}

	.promo.bottom p {
		margin: 0 10px 51px 0;
	}

	.posts-area {
		padding: 8px 0 17px;
		overflow: hidden;
	}

	.posts-area.fetures-posts .post-main .img-area {
		display: block;
	}

	.posts-area.fetures-posts .post-main h3 {
		font-size: 32px;
		line-height: 1.1875;
	}

	.post-main h3:before {
		margin: 0 22px 0 0;
	}

	.post-main.fifth {
		margin-top: -3px;
		margin-bottom: 92px;
	}

	.post-main.fifth .textbox {
		width: 43%;
	}

	.post-main.fifth .img-holder {
		width: 521px;
		margin: 6px 0 0 -6px;
	}

	.post-main.fifth h3 {
		margin: 0 0 15px;
	}

	.post-main.fifth h3:before {
		margin: 5px 17px 0 0;
	}

	.post-main.sixth {
		margin-bottom: 112px;
	}

	.post-main.sixth .textbox {
		padding: 0;
		width: 41%;
	}

	.post-main.sixth h3 {
		margin-bottom: 10px;
	}

	.post-main.sixth .img-holder {
		width: 523px;
		margin: -1px -5px 0 0;
	}

	.post-main.seventh {
		margin-bottom: 115px;
	}

	.post-main.seventh .textbox {
		width: 43%;
		padding: 0 10px 0 0;
	}

	.post-main.seventh h3 {
		margin: 0 0 9px;
	}

	.post-main.seventh h3:before {
		margin: 2px 20px 0 0;
	}

	.post-main.seventh .img-holder {
		width: 484px;
		margin: 19px 0 0 9px;
	}

	.post-main.eigth {
		margin-bottom: 102px;
	}

	.post-main.eigth {
		width: 42.5%;
		margin: 0;
	}

	.post-main.eigth .textbox {
		padding: 10px 20px 0 0;
	}

	.post-main.eigth .btn.rect {
		margin: 0 0 19px;
	}

	.post-main.eigth h2 {
		margin: 0 0 15px;
	}

	.post-main.eigth h3:before {
		margin: 0 23px 0 0;
	}

	.post-main.eigth .img-holder {
		width: 521px;
		margin: 0 -7px 0 0;
	}

	.post-main.nineth {
		margin-bottom: 98px;
	}

	.post-main.nineth .textbox {
		padding: 18px 20px 0 0;
	}

	.post-main.nineth h3 {
		margin: 0 0 7px;
	}

	.post-main.nineth h3:before {
		margin: -5px 22px 0 0;
	}

	.post-main.nineth .img-holder {
		width: 531px;
		margin: 0 0 0 -8px;
	}

	.post-main.tenth {
		margin-bottom: 119px;
	}

	.post-main.tenth .textbox {
		width: 40.7%;
		padding: 21px 20px 0 0;
	}

	.post-main.tenth .btn.rect {
		margin: 0 0 15px;
	}

	.post-main.tenth h3 {
		margin: 0 -40px 7px 0;
	}

	.post-main.tenth h3:before {
		margin: -3px 23px 0 0;
	}

	.post-main.tenth .img-holder {
		width: 521px;
		margin: 0 -7px 0 0;
	}

	.post-main.eleven .textbox {
		width: 42%;
		padding: 0 10px 0 0;
	}

	.post-main.eleven .btn.rect {
		margin: 0 0 15px;
	}

	.post-main.eleven h2 {
		margin: 0 0 17px;
	}

	.post-main.eleven h3 {
		margin: 0 0 5px;
	}

	.post-main.eleven .img-holder {
		width: 506px;
		margin: 12px 0 0 7px;
	}

	#footer .container {
		padding: 41px 23px 30px 33px;
	}

	.footer-nav {
		width: 60.5%;
		padding: 18px 0 0;
	}

	.footer-nav .nav-holder {
		width: 30.133%;
	}

	.footer-nav .nav-holder:first-child {
		width: 36.133%;
	}

	.footer-nav .nav-holder:last-child {
		float: right;
		width: 32.1%;
	}

	.footer-info {
		width: 37.4%;
		padding: 18px 18px 15px 25px;
	}

	.footer-info .info {
		margin: 0 0 21px;
		padding: 0 0 18px;
	}

	.footer-info h3 {
		line-height: 1.571428;
	}

	.footer-info .copyright {
		margin: 0 0 19px 3px;
	}

	.footer-info .social-networks {
		margin: 0;
	}

	.contact-info li + li {
		margin: 12px 0 0;
	}
}

@media (max-width: 768px) {
	.hidden-sm {
		display: none !important;
	}

	.nav-active #wrapper:before {
		opacity: 1;
		visibility: visible;
	}

	#nav {
		top: 8px;
		margin: 0;
		left: 10px;
		opacity: 0;
		right: 10px;
		font-size: 14px;
		position: fixed;
		max-width: none;
		min-width: inherit;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#nav ul {
		background: #fff;
		border-radius: 4px;
	}

	#nav ul li {
		display: block;
		padding: 0;
	}

	#nav ul li:last-child {
		border-width: 0;
	}

	#nav ul a {
		color: #207585;
		display: block;
		padding: 8px 15px;
	}

	#nav ul a:hover,
	#nav ul .active a {
		color: #fff;
		background: #207585;
	}

	.nav-active #nav {
		opacity: 1;
		visibility: visible;
	}

	.nav-opener {
		display: block;
	}

	.intro {
		padding: 146px 26px 193px;
	}

	.infoarea {
		font-size: 20px;
		margin-bottom: 75px;
		padding-bottom: 37px;
	}

	.infoarea .img-holder {
		margin: -111px 19px 30px 6px;
	}

	.infoarea h2 {
		font-size: 28px;
		margin: 0 0 23px;
	}

	.infoarea .primary {
		margin: 0 auto 29px;
	}

	.stats {
		padding: 0 15px 58px;
		margin-bottom: 51px;
	}

	.stats .post {
		margin: 0 auto;
		max-width: 660px;
		position: relative;
		padding-bottom: 101px;
	}

	.stats .post .btn {
		left: 10px;
		bottom: 51px;
		position: absolute;
	}

	.stats .post h2 {
		margin: -2px 0 19px 9px;
	}

	.stats .post h2:before {
		right: auto;
		left: 8px;
		margin: 0;
		min-height: 117px;
		background-size: 7px 100%;
	}

	.stats .post .left {
		width: 100%;
		padding-left: 0;
	}

	.stats .post .right {
		width: 100%;
	}

	.stats p {
		margin: 0 10px 24px 0;
	}

	.stats-info {
		margin: 0 5px 0 8px;
		padding: 20px 27px 29px;
		font-size: 14px;
		line-height: 1.428571;
	}

	.stats-info .btn.rect {
		top: auto;
		left: auto;
		margin: 0 0 18px;
		position: relative;
	}

	.stats-info h2 {
		font-size: 12px;
	}

	.stats-info h3 {
		font-size: 16px;
		line-height: 1.25;
		margin: 0 0 8px;
	}

	.stats-info p {
		margin: 0 0 16px;
	}

	.stats-info p sup {
		font-size: 50%;
	}

	.stats-info .img-holder {
		top: -171px;
		right: -201px;
		bottom: -179px;
	}

	.testimonial {
		margin-bottom: 53px;
	}

	.testimonial [class*="col-"],
	.testimonial [class^="col-"] {
		width: 100%;
		margin: 0 0 17px;
	}

	.testimonial blockquote {
		height: auto !important;
		padding: 26px 15px 67px 28px;
	}

	.testimonial .img-holder {
		width: 59px;
		height: 59px;
		top: 12px;
		left: 11px;
	}

	.testimonial cite {
		padding: 0 0 28px 57px;
	}

	.testimonial .author,
	.testimonial .rank {
		margin: 0 0 5px;
	}

	.testimonial.features-testimonials {
		margin-bottom: 46px;
	}

	.testimonial.features-testimonials blockquote {
		padding: 25px 13px 67px 27px;
	}

	.testimonial.features-testimonials cite {
		padding: 0 0 28px 58px;
	}

	.teams {
		margin-bottom: 68px;
	}

	.teams h1 {
		font-size: 28px;
		margin: 0 0 30px;
	}

	.teams .border-img {
		margin: 0 auto 22px;
	}

	.teams ul li {
		width: auto;
		margin: 0 1.3% 17px;
	}

	.teams ul li img {
		max-width: 68px;
	}

	.teams ul li.logo2 img {
		max-width: 94px;
	}

	.teams ul li.logo3 img {
		max-width: 77px;
	}

	.teams ul li.logo4 img {
		max-width: 77px;
	}

	.teams ul li.logo5 img {
		max-width: 96px;
	}

	.teams ul li.logo6 img {
		max-width: 123px;
	}

	.teams ul li.logo7 img {
		max-width: 82px;
	}

	.teams ul li.logo8 img {
		max-width: 102px;
	}

	.teams ul li.logo9 img {
		max-width: 101px;
	}

	.teams ul li.logo10 img {
		max-width: 98px;
	}

	.teams ul li.logo11 img {
		max-width: 50px;
	}

	.visual h1 {
		font-size: 32px;
		line-height: 1.25;
		margin: 0 0 25px;
	}

	.visual.alt {
		padding: 140px 0 80px;
	}

	.block-subscription {
		padding: 216px 0 70px;
		margin: -130px 0 62px;
	}

	.block-subscription h2 {
		font-size: 28px;
		line-height: 1.25;
		margin: 0 0 20px;
	}

	.pricing {
		margin: 0 0 61px;
		padding: 0 10px 39px;
	}

	.pricing .bg-stretch {
		top: 30px;
	}

	.pricing-chart {
		margin: -30px auto 50px;
	}

	.pricing-chart .head {
		font-size: 14px;
		line-height: 1.571428;
		padding: 0 0 24px;
	}

	.pricing-chart h2 {
		margin: 0 0 32px;
	}

	.plans {
		margin-bottom: 62px;
		padding-bottom: 41px;
	}

	.plans h2 {
		margin: 0 0 24px;
	}

	.plans .border-img {
		margin: 0 auto 33px;
	}

	.plans .posts-holder {
		margin: 0 10px 0 11px;
	}

	.plans .post {
		padding: 30px;
	}

	.plans .post:nth-child(2) {
		padding: 30px 33px;
	}

	.plans .post:nth-child(2) h2 {
		margin: 0 0 4px;
	}

	.plans .post:nth-child(2) h3 {
		font-size: 18px;
		margin: 0 0 2px;
	}

	.plans .post:nth-child(2) .btn.rect {
		margin: 0 0 18px;
	}

	.plans .post:nth-child(2) footer {
		margin: 0 -30px -33px;
		padding: 29px 19px 10px 15px;
	}

	.plans .post:nth-child(2) footer .btn {
		min-width: 245px;
	}

	.plans .post:nth-child(2) .info {
		padding: 16px 10px 0;
	}

	.plans .post h2 {
		font-size: 16px;
		margin: 0 0 5px;
	}

	.plans .post footer {
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		overflow: hidden;
		text-align: left;
		position: relative;
		border-width: 1px 0 0;
		margin: 0 -30px -30px;
		padding: 29px 24px 10px 16px;
	}

	.plans .post footer p {
		margin: 0 0 15px;
	}

	.plans .post footer .btn {
		min-width: 226px;
		margin: 0 0 7px;
	}

	.plans .post .price {
		margin: 0 0 2px 6px;
	}

	.plans .info {
		width: 50%;
		float: left;
		padding: 5px 10px 0;
	}

	.plans .links-area {
		float: right;
		max-width: 50%;
		text-align: center;
	}

	.plans .link {
		font-size: 12px;
	}

	.plans .btn.rect {
		top: auto;
		left: auto;
		margin: 0 0 12px;
		position: relative;
	}

	.plans h3 {
		font-size: 16px;
		margin: 0 0 6px;
	}

	.plans p {
		margin: 0 0 26px;
	}

	.faqs {
		margin-bottom: 34px;
	}

	.faqs .posts-holder {
		margin: 0 0 24px;
	}

	.faqs .posts-holder .flex-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.faqs footer h3 {
		margin: 0 0 20px;
	}

	.faqs footer .btn {
		min-width: 273px;
		margin: 0 28px 0 0;
	}

	.post-faq {
		width: auto;
		display: block;
		padding: 0 7% 5px 10px;
	}

	.post-faq h2 {
		margin: 0 0 4px;
	}

	.promo.alt {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 339px;
	}

	.promo.alt .container {
		max-width: 628px;
	}

	.promo.alt .col-6 {
		width: 100%;
		padding-bottom: 50px;
	}

	.promo.alt h2 {
		font-size: 32px;
		line-height: 1.25;
		margin: 0 0 17px;
	}

	.promo.alt p {
		margin: 0 0 30px;
	}

	.promo.alt .img-holder {
		width: auto;
		margin: 0 -20px -388px -11px;
	}

	.promo.alt br {
		display: none;
	}

	.promo.promo-features {
		line-height: 1.3;
		padding: 116px 0 41px;
	}

	.promo.promo-features h2 {
		margin: 0 0 16px;
	}

	.promo.promo-features .border-img {
		margin: 0 0 19px;
	}

	.promo.promo-features p {
		margin: 0 0 28px 1px;
	}

	.promo.promo-features + #main .infoarea {
		font-size: 18px;
		margin-bottom: 68px;
		padding-bottom: 42px;
	}

	.promo.promo-features + #main .infoarea h2 {
		font-size: 28px;
		margin: 0 0 29px;
	}

	.promo.promo-features + #main .infoarea .primary {
		margin: 0 auto 33px;
	}

	.promo.bottom {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 51px;
		padding: 67px 0 63px;
	}

	.promo.bottom .container {
		max-width: 664px;
	}

	.promo.bottom .col-6 {
		width: 61%;
	}

	.promo.bottom h1 {
		margin: 0 0 13px;
	}

	.promo.bottom h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 15px;
	}

	.promo.bottom h2:before {
		margin: 0 22px 0 0;
	}

	.promo.bottom h2 br {
		display: none;
	}

	.promo.bottom p {
		margin: 0 0 20px;
	}

	.blockquote {
		text-align: left;
		margin: 0 -10px 76px;
		padding: 0 10px 69px 60px;
	}

	.blockquote cite {
		margin: 0 0 22px;
		padding: 25px 0 15px 81px;
	}

	.blockquote cite .img-holder {
		left: -14px;
	}

	.blockquote q {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 20px 15px;
	}

	.blockquote q br {
		display: none;
	}

	.blockquote q:before {
		font-size: 142px;
		margin: -29px -20px -120px -28px;
	}

	.blockquote .logo {
		margin: 0 0 0 22px;
	}

	.blockquote.alt {
		margin: 0 -10px 76px;
		padding: 0 10px 69px 60px;
	}

	.blockquote.alt cite {
		margin: 0 0 22px;
		padding: 25px 0 15px 81px;
	}

	.blockquote.alt cite .img-holder {
		left: -14px;
	}

	.blockquote.alt q {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 20px 15px;
	}

	.posts-area {
		padding: 8px 30px 17px;
	}

	.posts-area.fetures-posts {
		padding: 0 50px 11px;
	}

	.posts-area.fetures-posts:after {
		clear: both;
		content: "";
		display: block;
	}

	.posts-area.fetures-posts .post-main {
		max-width: none;
	}

	.posts-area.fetures-posts .post-main .img-area {
		display: none;
	}

	.posts-area.fetures-posts .post-main h3 {
		font-size: 24px;
		line-height: 1.25;
	}

	.post-main {
		float: left;
		width: 50%;
	}

	.post-main:nth-child(even) {
		float: right;
	}

	.post-main:nth-child(even) + .post-main {
		clear: both;
	}

	.post-main h3 {
		font-size: 24px;
		line-height: 1.25;
	}

	.post-main h3:before {
		margin: 0 9px 0 0;
		background-size: 9px 100%;
	}

	.post-main .textbox {
		width: 100% !important;
	}

	.post-main .img-area {
		display: none;
	}

	.post-main.second .textbox {
		padding: 0 20px 0 0;
	}

	.post-main.third .textbox {
		padding: 0 20px 0 0;
	}

	.post-main.fourth .textbox {
		padding: 0 20px 0 0;
	}

	.post-main.fifth {
		margin-top: 0;
		margin-bottom: 61px;
	}

	.post-main.fifth h2 {
		margin: 0 0 10px;
	}

	.post-main.fifth h3 {
		margin: 0 0 7px;
	}

	.post-main.sixth {
		float: right;
		width: 43%;
		margin: 3px 0 61px;
	}

	.post-main.sixth .btn.rect {
		margin: 0 0 16px;
	}

	.post-main.sixth h2 {
		margin: 0 0 13px;
	}

	.post-main.sixth h3 {
		margin-bottom: 4px;
	}

	.post-main.seventh {
		margin: 0 0 66px;
	}

	.post-main.seventh .textbox {
		padding: 0 20px 0 0;
	}

	.post-main.seventh .btn.rect {
		margin: 0 0 15px;
	}

	.post-main.seventh h2 {
		margin: 0 0 15px;
	}

	.post-main.eigth {
		margin: 0 0 107px;
	}

	.post-main.eigth .textbox {
		padding: 0;
	}

	.post-main.eigth .btn.rect {
		margin: 0 0 16px;
	}

	.post-main.eigth h3 {
		margin: 0 0 5px;
	}

	.post-main.nineth {
		margin-bottom: 49px;
	}

	.post-main.nineth .textbox {
		padding: 0 20px 0 0;
	}

	.post-main.nineth .btn.rect {
		margin: 0 0 16px;
	}

	.post-main.nineth h2 {
		margin: 0 0 11px;
	}

	.post-main.nineth h3 {
		margin: 0 0 5px;
	}

	.post-main.tenth {
		width: 42.6%;
		margin: 0 0 49px;
	}

	.post-main.tenth .textbox {
		padding: 0;
	}

	.post-main.tenth h2 {
		margin: 0 0 12px;
	}

	.post-main.tenth h3 {
		margin: 0 0 5px;
	}

	.post-main.tenth h3:before {
		margin: 0 22px 0 0;
	}

	.post-main.eleven .btn.rect {
		margin: 0 0 16px;
	}

	.post-main.eleven h3 {
		margin: 0 0 6px;
	}

	.post-main.eleven h3:before {
		margin: -5px 23px 0 0;
	}

	.testimonial-block .blockquote q:before {
		margin: -28px -20px -120px 0;
	}

	.services header {
		margin: 0 0 37px 47px;
	}

	.services h2 {
		font-size: 32px;
		line-height: 1.25;
		margin: 0 0 6px;
	}

	.services h2:before {
		margin: 5px 20px 0 0;
	}

	.services .posts-holder {
		margin: 0 8px 50px 9px;
	}

	.services .post {
		padding: 0 8px 20px;
	}

	.services .post-holder {
		height: auto !important;
		padding: 30px 14px 20px 24px;
	}

	.services [class*="col-"],
	.services [class^="col-"] {
		float: none;
		width: auto;
	}

	#footer .container {
		padding: 60px 17px 30px 16px;
	}

	.footer-nav {
		float: none;
		width: auto;
		overflow: hidden;
		padding: 0 0 65px 29px;
	}

	.footer-nav .nav-holder:first-child {
		width: 33.133%;
	}

	.footer-nav .nav-holder:last-child {
		width: 31.5%;
	}

	.footer-info {
		float: none;
		width: auto;
		padding: 24px 30px 21px 28px;
	}

	.footer-info h3 {
		margin: 0 0 7px;
	}

	.footer-info .copyright {
		margin: 0 0 16px 3px;
	}

	.footer-info .social-networks {
		margin: 0 0 0 3px;
	}

	.contact-info {
		margin: 0 0 13px;
	}
}

@media (max-width: 767px) {
	[class*=col-],
	[class^=col-] {
		width: 100%;
	}

	.visual {
		padding: 126px 0 145px;
	}

	.block-articles .article-holder.coming-soon .text-holder {
		padding-right: 0;
	}

	.block-articles .article-holder.coming-soon .btn {
		position: static;
	}

	.block-articles .article-holder.coming-soon p {
		margin: 0 0 15px;
	}

	#popup1,
	#popup2 {
		width: 100%;
	}

	.popup-area {
		padding: 5px;
	}

	.popup-area .image-holder {
		margin: 0 0 4px;
	}

	.popup-area h2 {
		font-size: 20px;
		line-height: 1.25;
	}
}

@media (max-width: 640px) {
	#header {
		padding: 9px 6px;
	}

	#header .btn {
		font-size: 10px;
		padding: 7px 12px 5px;
	}

	.logo {
		margin: 2px 5px 0 4px;
	}

	.logo img:last-child {
		width: 75px;
	}

	.logo img {
		margin: 0 10px 0 0;
	}

	.logo img.icon {
		width: 22px;
	}

	.nav-opener {
		width: 31px;
		height: 26px;
		margin: 0 0 0 6px;
	}

	.nav-opener span,
	.nav-opener:after,
	.nav-opener:before {
		top: 7px;
		left: 6px;
		right: 6px;
		margin: -1px 0 0;
	}

	.nav-opener span {
		top: 12px;
	}

	.nav-opener:after {
		top: 17px;
	}

	.intro {
		font-size: 16px;
		line-height: 1.5;
		padding: 92px 26px 66px;
	}

	.intro h1 {
		font-size: 24px;
		margin: 0 0 5px;
	}

	.intro p {
		margin: 0 0 21px;
	}

	.intro .border-img {
		max-width: 162px;
		margin: 0 0 9px;
	}

	.intro .btn {
		margin: 0;
		font-size: 12px;
		padding: 9px 15px;
	}

	.infoarea {
		font-size: 14px;
		padding-bottom: 44px;
		margin-bottom: 52px;
	}

	.infoarea .img-holder {
		margin: -22px -30px 30px -29px;
	}

	.infoarea h2 {
		font-size: 20px;
		margin: 0 0 11px;
	}

	.infoarea .primary {
		font-size: 12px;
		margin: 0 auto 15px;
		padding: 10px 10px 7px;
	}

	.infoarea .primary i {
		top: -1px;
		font-size: 130%;
	}

	.logos {
		margin: 0 -5px;
	}

	.logos li:first-child img {
		width: 46px;
	}

	.logos li:nth-child(2) img {
		width: 99px;
	}

	.logos li:nth-child(3) img {
		width: 55px;
	}

	.logos div:before {
		height: 36px;
	}

	.stats {
		font-size: 14px;
		line-height: 1.428571;
		padding: 0 9px 50px;
		margin-bottom: 52px;
	}

	.stats .post {
		padding-bottom: 90px;
	}

	.stats .post .btn {
		left: 7px;
		bottom: 52px;
		font-size: 12px;
		padding: 8px 10px 4px;
	}

	.stats .post h2 {
		padding: 0 0 0 37px;
		margin: 0 -15px 22px 0;
		font-size: 24px;
		line-height: 1.25;
	}

	.stats .post h2:before {
		min-height: 100px;
	}

	.stats p {
		margin: 0 0 20px;
	}

	.stats-info {
		padding: 20px 10px 31px 25px;
	}

	.stats-info .btn.rect {
		margin: 0 0 20px;
	}

	.stats-info h3 {
		margin: 0 -5px 8px 0;
	}

	.stats-info p {
		margin: 0 0 23px;
	}

	.stats-info .img-holder {
		top: -166px;
		right: -139px;
		bottom: 20px;
	}

	.testimonial {
		margin-bottom: 20px;
	}

	.testimonial .row {
		margin: 0 -18px;
	}

	.testimonial [class*="col-"],
	.testimonial [class^="col-"] {
		margin: 0 0 21px;
	}

	.testimonial [class*="col-"]:nth-child(2) blockquote,
	.testimonial [class^="col-"]:nth-child(2) blockquote {
		padding: 33px 15px 62px 37px;
	}

	.testimonial [class*="col-"]:nth-child(2) .img-holder,
	.testimonial [class^="col-"]:nth-child(2) .img-holder {
		left: 18px;
		top: 18px;
	}

	.testimonial [class*="col-"]:nth-child(2) cite,
	.testimonial [class^="col-"]:nth-child(2) cite {
		padding: 0 0 34px 54px;
	}

	.testimonial [class*="col-"]:nth-child(2) q,
	.testimonial [class^="col-"]:nth-child(2) q {
		line-height: 1.428571;
	}

	.testimonial [class*="col-"]:nth-child(2) .logo-holder,
	.testimonial [class^="col-"]:nth-child(2) .logo-holder {
		left: 32px;
		bottom: 27px;
		width: 126px;
	}

	.testimonial [class*="col-"]:last-child blockquote,
	.testimonial [class^="col-"]:last-child blockquote {
		padding: 31px 15px 77px 34px;
	}

	.testimonial [class*="col-"]:last-child .img-holder,
	.testimonial [class^="col-"]:last-child .img-holder {
		left: 17px;
		top: 15px;
	}

	.testimonial [class*="col-"]:last-child cite,
	.testimonial [class^="col-"]:last-child cite {
		padding: 0 0 25px 57px;
	}

	.testimonial [class*="col-"]:last-child .logo-holder,
	.testimonial [class^="col-"]:last-child .logo-holder {
		left: 28px;
		width: 48px;
		bottom: 28px;
	}

	.testimonial blockquote {
		padding: 26px 15px 66px 35px;
	}

	.testimonial .img-holder {
		top: 11px;
		left: 18px;
	}

	.testimonial .author,
	.testimonial .rank {
		font-size: 10px;
		margin: 0 0 7px;
	}

	.testimonial .logo-holder {
		left: 30px;
	}

	.testimonial.features-testimonials {
		margin: 0;
		padding: 50px 8px 15px;
		border-top: solid 1px rgba(138, 144, 149, .18);
	}

	.testimonial.features-testimonials .row {
		margin: 0;
	}

	.testimonial.features-testimonials [class*="col-"],
	.testimonial.features-testimonials [class^="col-"] {
		margin: 0 0 24px;
	}

	.testimonial.features-testimonials blockquote {
		padding: 29px 13px 65px 33px;
	}

	.testimonial.features-testimonials cite {
		padding: 0 0 31px 59px;
	}

	.testimonial.features-testimonials q:before {
		font-size: 123px;
	}

	.testimonial.features-testimonials .author,
	.testimonial.features-testimonials .rank {
		margin: 0 0 5px;
	}

	.teams {
		margin-bottom: 34px;
	}

	.teams h1 {
		font-size: 20px;
		line-height: 1.4;
		max-width: 250px;
		margin: 0 auto 13px;
	}

	.teams .border-img {
		width: 70px;
	}

	.teams ul {
		margin: 0 -7px;
	}

	.teams ul li {
		margin: 0 0 15px;
		padding: 0 7px;
	}

	.teams ul li img {
		max-width: 60px;
	}

	.teams ul li.logo2 img {
		max-width: 82px;
	}

	.teams ul li.logo3 img {
		max-width: 69px;
	}

	.teams ul li.logo4 img {
		max-width: 72px;
	}

	.teams ul li.logo5 img {
		max-width: 86px;
	}

	.teams ul li.logo6 img {
		max-width: 111px;
	}

	.teams ul li.logo7 img {
		max-width: 71px;
	}

	.teams ul li.logo8 img {
		max-width: 90px;
	}

	.teams ul li.logo9 img {
		max-width: 92px;
	}

	.teams ul li.logo10 img {
		max-width: 86px;
	}

	.teams ul li.logo11 img {
		max-width: 43px;
	}

	.visual {
		font-size: 16px;
		padding: 107px 0 87px;
	}

	.visual h1 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 16px;
	}

	.visual .border-img {
		margin: 0 auto 20px;
	}

	.visual .bg-stretch {
		background-position: 60% 50%;
	}

	.visual.alt {
		font-size: 16px;
		line-height: 1.5;
		padding: 107px 0 60px;
	}

	.visual.alt h1 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 12px;
	}

	.visual.alt .border-img {
		width: 66px;
		margin: 0 auto 16px;
	}

	.block-articles {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
	}

	.block-articles .container {
		padding: 0 10px;
	}

	.block-articles .article-holder {
		padding: 22px 23px 27px;
	}

	.block-articles .article-holder:before {
		display: none;
	}

	.block-articles .article-holder.coming-soon .btn {
		font-size: 12px;
		line-height: 1.25;
		padding: 9px 10px 7px;
	}

	.block-articles .article-holder.coming-soon p {
		margin: 0 0 23px;
	}

	.block-articles .article-holder .image-holder {
		position: static;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 0 15px;
	}

	.block-articles .article-holder .image-holder img {
		margin: 0;
	}

	.block-articles .article-holder .text {
		text-align: left;
	}

	.block-articles .article-holder .text-holder {
		padding: 0;
	}

	.block-articles h2 {
		font-size: 14px;
		line-height: 1.25;
		margin: 0 0 10px;
	}

	.block-articles .button-holder {
		padding: 42px 0 51px;
	}

	.block-articles .button-holder .btn {
		font-size: 12px;
		line-height: 1.25;
		min-width: 260px;
	}

	.block-subscription {
		font-size: 14px;
		line-height: 20px;
		color: rgba(33, 50, 59, .7);
		padding: 192px 10px 64px;
	}

	.block-subscription h2 {
		font-size: 20px;
		line-height: 1.2;
		margin: 0 0 10px;
	}

	.block-subscription .btn {
		font-size: 12px;
		line-height: 1.25;
	}

	.block-subscription p {
		margin: 0 0 17px;
	}

	.pricing {
		margin: 0 0 45px;
		padding: 0 0 13px;
	}

	.pricing-chart {
		max-width: none;
		font-size: 14px;
		padding: 29px 0 0;
		margin: -50px 15px 50px;
	}

	.pricing-chart .head {
		max-width: none;
		margin: 0 0 30px;
		padding: 0 15px 18px;
	}

	.pricing-chart .head p {
		margin: 0 0 10px;
	}

	.pricing-chart h2 {
		font-size: 16px;
		margin: 0 0 15px;
	}

	.pricing-chart .block {
		max-width: none;
		margin: 0 0 28px;
		padding: 0 15px 13px;
	}

	.pricing-chart h3 {
		font-size: 14px;
		margin: 0 0 22px;
	}

	.pricing-chart .list-check {
		width: 100%;
		padding: 0 8px;
	}

	.pricing-chart .list-check + .list-check {
		width: 100%;
	}

	.pricing-chart .btn {
		margin: 0 0 18px 5px;
		padding: 8px 10px 3px;
	}

	.pricing-chart .foot {
		margin: 17px 0 0;
		line-height: 1.428571;
		padding: 17px 50px;
	}

	.price {
		font-size: 48px;
		margin: 0 0 11px;
	}

	.price span {
		font-size: 14px;
	}

	.list-check {
		font-size: 14px;
		margin: 0 0 15px;
	}

	.list-check li + li {
		margin: 15px 0 0;
	}

	.plans {
		margin-bottom: 49px;
		padding-bottom: 13px;
	}

	.plans h2 {
		font-size: 24px;
		margin: 0 0 11px;
	}

	.plans .border-img {
		width: 63px;
		margin: 0 auto 41px;
	}

	.plans .posts-holder {
		margin: 0 3px 0 4px;
	}

	.plans .post {
		margin: 0 0 28px;
		padding: 20px 18px;
		font-size: 14px;
		line-height: 1.571428;
	}

	.plans .post:nth-child(2) {
		padding: 21px 18px;
	}

	.plans .post:nth-child(2) h3 {
		font-size: 16px;
		margin: 0 0 7px;
	}

	.plans .post:nth-child(2) .btn.rect {
		margin: 0 0 14px;
	}

	.plans .post:nth-child(2) footer {
		margin: 0 -18px -20px;
		padding: 25px 18px 21px;
	}

	.plans .post:nth-child(2) footer .btn {
		min-width: 200px;
	}

	.plans .post:nth-child(2) .info {
		padding: 0 0 5px;
	}

	.plans .post:nth-child(2) p {
		margin: 0 0 19px;
	}

	.plans .post:nth-child(2) .price {
		margin: 0 0 6px;
	}

	.plans .post h2 {
		font-size: 14px;
		margin: 0 0 2px;
	}

	.plans .post footer {
		font-size: 12px;
		margin: 0 -18px -21px;
		padding: 25px 24px 10px 16px;
	}

	.plans .post footer p {
		margin: 0;
	}

	.plans .post footer p:empty {
		min-height: 5px;
	}

	.plans .post footer .btn {
		min-width: 180px;
		margin: 0 0 11px;
	}

	.plans .post .price {
		font-size: 24px;
		margin: 0 0 6px 6px;
	}

	.plans .post .price span {
		font-size: 14px;
	}

	.plans .info {
		float: none;
		width: auto;
		padding: 0 0 7px;
	}

	.plans .links-area {
		float: none;
		max-width: none;
		text-align: left;
	}

	.plans .btn.rect {
		width: 53px;
		height: 53px;
		margin: 0 0 9px;
	}

	.plans h3 {
		margin: 0 0 8px;
	}

	.plans p {
		margin: 0 0 23px;
	}

	.faqs h1 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 17px;
	}

	.faqs .border-img {
		margin: 0 auto 27px;
	}

	.faqs .posts-holder {
		margin: 0 0 -3px;
	}

	.faqs footer {
		padding: 25px 12px 29px;
	}

	.faqs footer h3 {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 19px;
	}

	.faqs footer .btn {
		margin: 0;
		min-width: 253px;
		padding: 7px 10px 5px;
	}

	.post-faq {
		font-size: 14px;
		line-height: 1.428571;
		padding: 0 10px 16px 10px;
	}

	.post-faq h2 {
		font-size: 14px;
		line-height: 1.428571;
		margin: 0 0 3px;
	}

	.promo.alt h1 {
		font-size: 12px;
	}

	.promo.alt {
		font-size: 16px;
		line-height: 1.5;
		padding: 91px 0 59px;
		margin: 0 0 131px;
	}

	.promo.alt .btn.rect {
		margin: 0 0 15px;
		min-width: inherit;
	}

	.promo.alt h1 {
		margin: 0 0 15px;
	}

	.promo.alt h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 10px;
	}

	.promo.alt h2:before {
		margin: 0 13px 0 0;
	}

	.promo.alt .info {
		padding: 0 10px 50px 36px;
	}

	.promo.alt .btn {
		font-size: 12px;
		min-width: 257px;
		margin: 0 0 0 3px;
		border-radius: 2px;
		padding: 9px 10px 5px;
	}

	.promo.alt .img-holder {
		width: 325px;
		margin: -19px -25px -199px 0;
	}

	.promo.promo-features {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 32px;
		padding: 119px 0 57px;
	}

	.promo.promo-features .col-6 {
		width: auto;
		padding: 0 29px;
	}

	.promo.promo-features h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 12px;
	}

	.promo.promo-features .border-img {
		margin: 0 0 16px;
	}

	.promo.promo-features p {
		margin: 0 0 21px 2px;
	}

	.promo.promo-features .btn {
		font-size: 12px;
		min-width: 150px;
		padding: 9px 15px;
	}

	.promo.promo-features + #main .infoarea {
		font-size: 14px;
		padding-bottom: 27px;
		margin-bottom: 46px;
	}

	.promo.promo-features + #main .infoarea h2 {
		font-size: 20px;
		margin: 0 0 13px;
	}

	.promo.promo-features + #main .infoarea .primary {
		margin: 0 auto 14px;
	}

	.promo.bottom {
		font-size: 14px;
		line-height: 1.428571;
		border-radius: 3px;
		padding: 22px 14px 32px;
		margin: 0 18px 50px 17px;
		border: rgba(233, 238, 240, .7) solid 1px;
	}

	.promo.bottom .col-6 {
		width: auto;
		float: none;
	}

	.promo.bottom h1 {
		font-size: 12px;
		margin: 0 0 7px;
	}

	.promo.bottom h2 {
		font-size: 16px;
		line-height: 1.25;
		margin: 0 -20px 8px 0;
	}

	.promo.bottom h2:before {
		display: none;
	}

	.promo.bottom p {
		margin: 0 0 23px;
	}

	.promo.bottom .btn {
		font-size: 12px;
		padding: 8px 14px;
		min-width: 214px;
	}

	.promo.bottom .btn.rect {
		width: 50px;
		height: 50px;
		margin: 0 0 21px;
	}

	.blockquote cite {
		margin: 0 0 4px;
		padding: 25px 0 15px 71px;
	}

	.blockquote cite .img-holder {
		top: 12px;
		left: -6px;
		width: 58px;
		height: 58px;
	}

	.blockquote .author,
	.blockquote .rank {
		margin: 0 0 5px;
	}

	.blockquote q {
		margin: 0 0 17px;
	}

	.blockquote q:before {
		font-size: 104px;
		margin: -22px -16px -120px -19px;
	}

	.blockquote .logo {
		display: inline-block;
		vertical-align: top;
		width: 91px;
		margin: 0;
	}

	.blockquote .logo img {
		width: auto;
	}

	.blockquote.alt {
		padding: 0 20px 53px;
		margin: 0 -10px 41px;
	}

	.blockquote.alt cite {
		margin: 0 0 4px;
		padding: 25px 0 15px 71px;
	}

	.blockquote.alt cite .img-holder {
		width: 58px;
		height: 58px;
		top: 12px;
		left: -6px;
	}

	.blockquote.alt q {
		font-size: 14px;
		line-height: 1.4278571;
		margin: 0 0 17px;
	}

	.posts-area {
		padding: 0 30px 20px;
		margin: 0 0 60px;
	}

	.posts-area.fetures-posts {
		border-width: 0;
		padding: 0 15px 11px 26px;
	}

	.post-main {
		font-size: 14px;
		line-height: 1.571428;
		display: block;
		width: auto !important;
		float: none !important;
	}

	.post-main .textbox {
		padding: 0;
	}

	.post-main.fifth {
		margin: 0 0 31px;
	}

	.post-main.fifth .btn.rect {
		margin: 0 0 12px;
	}

	.post-main.fifth h3 {
		margin: 0 0 5px;
	}

	.post-main.fifth h3:before {
		margin: 0 9px 0 0;
	}

	.post-main.sixth {
		margin: 0 0 27px;
		padding: 0 22px 0 14px;
	}

	.post-main.sixth h3 {
		margin: 0 20px 5px 0;
	}

	.post-main.sixth h3:before {
		margin: 0 11px 0 0;
	}

	.post-main.sixth p {
		margin: 0;
	}

	.post-main.seventh {
		margin: 0 0 37px;
	}

	.post-main.seventh .textbox {
		padding: 0;
	}

	.post-main.seventh h3 {
		margin: 0 0 6px;
	}

	.post-main.seventh h3:before {
		margin: 2px 9px 0 0;
	}

	.post-main.seventh p {
		margin: 0 -10px 10px 0;
	}

	.post-main.eigth {
		margin: 0 0 53px;
		padding: 0 0 0 11px;
	}

	.post-main.eigth .btn.rect {
		margin: 0 0 14px;
	}

	.post-main.eigth h2 {
		margin: 0 0 10px;
	}

	.post-main.eigth h3:before {
		margin: -4px 10px 0 0;
	}

	.post-main.eigth p {
		margin: 0;
	}

	.post-main.nineth {
		margin: 0 0 42px;
	}

	.post-main.nineth h3:before {
		margin: -4px 10px 0 0;
	}

	.post-main.tenth h3:before {
		margin: 3px 9px 0 0;
	}

	.post-main.tenth p {
		margin: 0;
	}

	.post-main.eleven {
		margin: 0 0 21px;
	}

	.post-main.eleven .btn.rect {
		margin: 0 0 14px;
	}

	.post-main.eleven h2 {
		margin: 0 0 15px;
	}

	.post-main.eleven h3:before {
		margin: 3px 9px 0 0;
	}

	.testimonial-block {
		padding: 0 15px;
	}

	.testimonial-block .blockquote {
		padding: 0 15px;
	}

	.testimonial-block .blockquote q:before {
		margin: -20px -20px -120px 0;
	}

	.services {
		font-size: 14px;
		line-height: 1.428571;
	}

	.services header {
		margin: 0 0 37px 16px;
	}

	.services h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 12px;
	}

	.services .posts-holder {
		padding-bottom: 29px;
		margin: 0 -4px 39px -7px;
	}

	.services .post {
		font-size: 14px;
		line-height: 1.428571;
		padding: 0 8px 14px;
	}

	.services .post-holder {
		padding: 14px 14px 17px 24px;
	}

	.services h3 {
		margin: 0;
		font-size: 14px;
	}

	.services .btn {
		min-width: 270px;
		padding: 8px 10px 4px;
	}

	#footer .container {
		padding: 36px 27px 0;
	}

	.footer-aside {
		padding: 44px 0 49px;
	}

	.footer-aside h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 17px;
	}

	.footer-aside .border-img {
		width: 90px;
		margin-bottom: 35px;
	}

	.footer-aside .primary {
		padding: 6px 10px;
	}

	.footer-aside .bg-stretch {
		background-position: 3% 0;
	}

	.footer-nav {
		padding: 0 0 2px;
	}

	.footer-nav .nav-holder {
		float: none;
		width: auto;
	}

	.footer-nav .nav-holder {
		margin: 0 0 32px;
	}

	.footer-nav .nav-holder:first-child {
		width: auto;
	}

	.footer-nav .nav-holder:last-child {
		width: auto;
		float: none;
	}

	.footer-info {
		margin: 0 -27px;
		padding: 31px 26px 38px;
	}

	.footer-info .info {
		padding: 0 0 26px;
		margin: 0 0 27px;
	}

	.footer-info .copyright {
		margin: 0 0 18px 3px;
	}

	.contact-info {
		margin: 0 0 11px;
	}
}
