/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
include "hubspot/styles/responsive/modules.css"
include "hubspot/styles/patches/recommended.css" 


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*! 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;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #585858;
	background: #f8ebdb;
	font: 16px/1.75 "hero-new", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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: #4e759e;
	text-decoration: none;
}

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

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

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 #999;
	padding: .4em .7em;
}

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;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"] .placeholder,
input[type="tel"] .placeholder,
input[type="email"] .placeholder,
input[type="search"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
	color: #999;
}

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;
}
.test {overflow: hidden;}
@font-face {
	font-family: icomoon;
	src: url("https://560303.fs1.hubspotusercontent-na1.net/hubfs/560303/Learnifier%20Theme/fonts/icomoon.woff") format("woff"), url("https://560303.fs1.hubspotusercontent-na1.net/hubfs/560303/Learnifier%20Theme/fonts/icomoon.woff2") format("woff2");
	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-envelope:before {
	content: "\e904";
}

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

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

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

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

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

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

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

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

.icon-search:before {
	content: "\e90c";
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn-primary {
	font-size: 15px;
	line-height: 46px;
	width: 100%;
	height: 46px;
	background: #8aae82;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	color: #fff;
	border-radius: 8px;
}

.btn-primary:hover {
	background: #577b4f;
}

.btn-download {
	font-size: 15px;
	line-height: 46px;
	width: 100%;
	height: 46px;
	background: #4e759e;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	color: #fff;
	border-radius: 8px;
}

.btn-download:hover {
	background: #2c425a;
}

.container {
	max-width: 1190px;
	position: relative;
	width: auto;
	padding: 0 25px;
	margin: 0 auto;
}

.social-holder ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	margin: 0 -10px;
	padding: 0;
}

.social-holder li {
	position: relative;
	padding: 0 10px;
}

/* Adding .footer since this rule does not apply */
.footer-container .social-holder a {
	color: #707070;
}

.social-holder a:hover {
	color: #4e759e;
}

.social-holder i {
	font-size: 22px;
	line-height: 26px;
	width: auto;
	height: auto;
	display: block;
}

.intro-area {
	position: relative;
	padding: 39px 0 44px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro-area .intro-text {
	font-size: 20px;
	line-height: 25px;
	position: relative;
	font-weight: 500;
	padding: 28px 0 0;
	max-width: 420px;
	color: #31415b;
}

.intro-area h1 {
	font-size: 110px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 20px;
}

.intro-area p {
	margin: 0;
}

.intro-area .image-holder {
	position: relative;
}

.intro-area .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 -20px 0 0;
	width: 266px !important;
  float: right;
}

#main {
	position: relative;
}

.mail-field {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 42px;
}

.mail-field .hs_cos_wrapper {
	width: 100%;
	display: block;
}

.mail-field .hs_cos_wrapper h3 {
	display: none;
}

.mail-field .hs_cos_wrapper label {
	display: none;
}

.mail-field .hs_submit {
	width: 48%;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.mail-field .hs_submit .actions {
	width: 100%;
	height: 100%;
}

.mail-field input[type="text"],
.mail-field input[type="email"] {
	font-size: 12px;
	line-height: 16px;
	width: 48% !important;
	height: 46px;
	font-weight: 600;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	color: #7c7c7c;
	outline: none;
	box-shadow: none;
	border: none;
	margin: 0;
}

.mail-field button[type="submit"] {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 48%;
	border: none;
}

.mail-field input[type="submit"] {
	font-size: 15px;
	line-height: 46px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 600;
	text-transform: uppercase;
	background: #8aae82;
	color: #fff;
	border-radius: 8px;
	letter-spacing: 1px;
	border: none;
}

.mail-field input[type="submit"]:hover {
	background: #577b4f;
}

#hs_form_target_module_1548766297287441_blog_subscribe_3144 {
	width: 100%;
}

.hs-form {
	position: relative;
	margin: 0 0 20px;
  overflow: visible;
}

.hs-form label {
	display: none;
}

.hs-form input[type="text"],
.hs-form input[type="email"] {
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	height: 46px;
	font-weight: 600;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	color: #7c7c7c;
	outline: none;
	box-shadow: none;
	border: none;
	margin: 0 0 12px;
}

.hs-form input[type="submit"] {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: 46px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 600;
	text-transform: uppercase;
	background: #8aae82;
	color: #fff;
	border-radius: 8px;
	letter-spacing: 1px;
	border: none;
}

.hs-form input[type="submit"]:hover {
	background: #577b4f;
}

.author-info-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 10px 0 0;
}

.author-info-wrap .author-info .info-wrap {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.author-info-wrap .author-info .author-img {
	width: 75px;
	height: 75px;
}

.share-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.share-wrap .social-title {
	display: block;
	width: 170px;
	margin: 0 30px 0 0;
}

.share-wrap .social-title img {
	display: block;
	width: 100%;
	height: auto;
}

.social-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -6px;
}

.social-links li {
	position: relative;
	padding: 0 6px;
}

.social-links a {
	color: #707070;
}

.social-links a:hover {
	color: #4e759e;
}

.social-links i {
	font-size: 26px;
	line-height: 32px;
	width: auto;
	height: auto;
	display: block;
}

.social-links .icon-messenger {
	font-size: 24px;
}

.social-links .icon-slack,
.social-links .icon-envelope {
	font-size: 22px;
}

.social-bar {
	position: absolute;
	background: #fff;
	top: 58px;
	right: 76px;
	width: 35px;
	border-radius: 10px;
	text-align: center;
	padding: 10px 5px;
	z-index: 99;
}

.social-bar .social-links {
	display: block;
	margin: 0;
}

.social-bar .social-links li {
	padding: 0;
	margin: 0 0 2px;
}

.social-bar .social-links li:last-child {
	margin-bottom: 0;
}

.social-bar .social-links i {
	font-size: 23px;
	line-height: 30px;
	width: auto;
	height: auto;
}

#header {
	position: relative;
	padding: 6px 0;
}

.header-holder {
	padding: 0 0 0 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	display: block;
	margin: 3px 0 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo .logo-text {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	display: block;
	color: #7d7d7d;
	text-transform: uppercase;
	margin: 0 0 0 20px;
}

.logo img {
	width: 164px;
	display: block;
}

.menu-opener {
	width: 27px;
	height: 24px;
	border-top: 1px solid #686765;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 34px;
	right: 33px;
	display: block;
}

.menu-opener:before,
.menu-opener:after {
	width: 27px;
	height: 1px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #686765;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.menu-opener:after {
	top: 20px;
}

.nav-area {
	position: relative;
}

.nav-area input[type="checkbox"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.nav-area input[type="checkbox"]:checked + .menu-opener {
	border-top: 0;
}

.nav-area input[type="checkbox"]:checked + .menu-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
}

.nav-area input[type="checkbox"]:checked + .menu-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-area input[type="checkbox"]:checked ~ .nav-drop {
	max-height: 4000px;
}

.nav-area input[type="checkbox"]:checked ~ .nav-drop .menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-drop {
	position: relative;
}

.menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
}

.menu li {
	position: relative;
	padding: 0 20px;
}

.menu a {
	font-size: 18px;
	line-height: 36px;
	width: 90px;
	height: 38px;
	font-weight: 600;
	color: #31415b;
	border: 1px solid #31415b;
	border-radius: 6px;
	text-align: center;
	display: block;
}

.menu a:hover {
	background: #31415b;
	color: #fff;
}

/* Override for round free trial button */
.menu a {
	border: none;
	height: 78px;
}

.menu a:hover {
	border: none;
	background: none;
}

.menu .icon-search {
	font-size: 18px;
	line-height: 37px;
	display: block;
}

.menu .offer {
	width: 66px;
	height: 66px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	background: #4d759d;
	font-weight: 800;
	color: #f8ebdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
}

.menu .offer:hover {
	background: #2b4259;
}



.menu .offer .text {
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	display: block;
	padding: 0 10px;
}

.visual-area {
	position: relative;
  max-height: 561px;
  overflow: hidden;
}

.visual-area img {
	display: block;
	width: 100%;
  object-fit: cover;
	height: auto;
}

.two-columns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: auto !important;
  float: none !important;
	margin: 0 -12px 16px !important;
}

.two-columns:after,
.two-columns:before {
	display: none;
}

.two-columns .span6 {
	position: relative;
	width: 50%;
	padding: 0 12px;
	overflow: hidden;
	margin: 0 0 25px;
}

.two-columns > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100% !important;
}
.two-columns > div > div:before,
.two-columns > div > div:after {
  display: none;
}

.two-columns > div > div .span6 {
  min-height: 100%;
}

.two-columns > div > div .span6 > div {
  min-height: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.two-columns > div > div .span6 > div > div {
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.post {
	position: relative;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
}

.post .image-holder {
	position: relative;
	height: 240px;
  overflow: hidden;
}

.post .image-holder.large {
	height: 310px;
}

.post .image-holder img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
  width: auto;
	height: auto;
  max-width: 100%;
	object-fit: cover;
}

.description {
	position: relative;
	padding: 30px;
	color: #585858;
	overflow: hidden;
}

.description .text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	display: block;
	margin: 0 0 22px;
}

.description .text a {
	color: #585858;
}

.description .text a:hover {
	color: #252525;
}

.head {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.4px;
	font-style: italic;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #7d7d7d;
	margin: 0 0 20px;
}

.head .title {
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}

.head time {
	position: relative;
	display: block;
}

/* .head time:before {
	display: inline-block;
	vertical-align: top;
	content: "/";
	padding: 0 8px;
} */

.author-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-info .author-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.author-info .author-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.author-info .info-wrap {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 18px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	color: #7f7f7f;
}

.author-info .info-wrap .name {
	font-weight: 700;
	display: block;
	margin: 0 0 5px;
}

.author-info .info-wrap .desination {
	display: block;
}

.widget-list {
	position: relative;
	padding: 35px 34px 20px;
}

.widget-list h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: "hero-new", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #707070;
	display: block;
	margin: 0 0 2px;
}

.widget-list .post {
	padding: 26px 0 20px;
	height: auto;
	border-radius: 0;
	background: none;
	border-bottom: 2px solid #ebeaf0;
}

.widget-list .post:last-child {
	border-bottom: none;
}

.widget-list .head {
	padding: 0;
	margin: 0 0 8px;
}

.widget-list .text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	display: block;
}

.widget-list .text a {
	color: #585858;
}

.widget-list .text a:hover {
	color: #252525;
}

.sorting-area {
	position: relative;
  overflow: hidden;
	margin: 0 0 63px;
}

.sorting-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 41px;
}

.sorting-head .search-field {
	width: 100%;
	height: 45px;
	background: #fff;
	position: relative;
}

.sorting-head .search-field .icon-search {
	font-size: 18px;
	line-height: 20px;
	width: auto;
	height: auto;
	position: absolute;
	color: #3b4c66;
	left: 13px;
	top: 13px;
}

.sorting-head .search-field .hs-search-field__bar {
	position: relative;
	background: #fff;
	padding: 0 0 0 37px;
	height: 100%;
}

.sorting-head .search-field .hs-search-field__bar form {
	height: 100%;
}

.sorting-head .search-field input[type="text"],
.sorting-head .search-field input[type="search"] {
	font-size: 12px;
	line-height: 36px;
	width: 100%;
	height: 100%;
	background: none;
	font-weight: 500;
	padding: 5px 10px;
	color: #7c7c7c;
	border: none;
	outline: none;
	box-shadow: none;
  margin: 0;
}

.sorting-head .search-field ::-webkit-input-placeholder {
	color: #7c7c7c;
}

.sorting-head .search-field ::-moz-placeholder {
	opacity: 1;
	color: #7c7c7c;
}

.sorting-head .search-field :-moz-placeholder {
	color: #7c7c7c;
}

.sorting-head .search-field :-ms-input-placeholder {
	color: #7c7c7c;
}

.sorting-head .search-field .placeholder {
	color: #7c7c7c;
}

.sorting-options {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 9px;
}

.sorting-options .heading {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: #585858;
	display: block;
	margin: 0 48px 0 0;
}

.sorting-options .sort-opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #585858;
}

.sorting-options .sort-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sorting-options .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 48px 0 0;
}

.sorting-options .wrap label {
	font-size: 12px;
	line-height: 16px;
	color: #585858;
	font-weight: 400;
	margin: 0 11px 0 0;
	display: block;
}

.sorting-options.active .sort-opener:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fake-select {
	position: relative;
	margin: 5px 0 0;
	display: block;
}

.fake-select:before {
	font-size: 13px;
	line-height: 18px;
	width: auto;
	height: auto;
	font-family: "icomoon" !important;
	content: "\e908";
	position: absolute;
	right: 0;
	top: 4px;
	pointer-events: none;
	z-index: 1;
}

.fake-select select {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	width: 122px;
	height: 26px;
	font-weight: 700;
	border: none;
	background: none;
	border-bottom: 1px solid #585858;
	text-transform: uppercase;
	color: #585858;
	padding: 3px 20px 3px 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.fake-select select::-ms-expand {
	display: none;
}

.sorting-holder {
	position: relative;
	overflow: hidden;
	margin: 0 -12px;
}

.sorting-holder:after,
.sorting-holder:before {
	display: none;
}

.sorting-holder .span3 {
	position: relative;
	padding: 0 12px;
	float: left;
	width: 24.99%;
	margin: 0 0 24px;
}

.sorting-holder .post {
	height: auto;
}

.sorting-holder .image-holder {
	min-height: 200px;
  position: relative;
}

.sorting-holder .image-holder img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
  max-height: 100%;
  width: auto;
	height: auto;
  max-width: none;
	object-fit: cover;
}

.sorting-holder .head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sorting-holder .description {
	padding: 20px;
	text-align: center;
}

.sorting-holder .description .text,
.sorting-holder .description .head {
	padding: 0;
}

.sorting-holder .description .head {
	margin: 0 0 15px;
}

.sorting-holder .description .text {
	margin: 0 0 20px;
}

.sorting-holder .author-img {
	width: 50px;
	height: 50px;
}

.sorting-holder .author-info {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.sorting-holder .author-info .info-wrap {
	padding: 0 0 0 11px;
  font-size: 13px;
  line-height: 18px;
}

.sorting-holder .author-info .name {
	margin: 0 0 2px;
}

.sorting-holder .mail-field {
	display: block;
	margin: 0 0 20px;
}

.sorting-holder .mail-field input[type="text"],
.sorting-holder .mail-field input[type="email"] {
	width: 100%;
	margin: 0 0 12px;
}

.sorting-holder .mail-field button[type="submit"] {
	width: 100%;
}

.sorting-holder .mail-field input[type="submit"] {
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #8aae82;
	color: #fff;
	font-weight: 700;
	border: none;
	text-align: center;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
}

.sorting-holder .mail-field input[type="submit"]:hover {
	background: #577b4f;
}

.download-block {
	background: #d6e0ec;
	padding: 20px;
	text-align: center;
	border-radius: 14px;
}

.download-block .wrap {
	position: relative;
}

.download-block .download-text {
	font: 400 28px/35px "fatfrank", "Arial", "Helvetica", sans-serif;
	letter-spacing: 2.3px;
	color: #4e759e;
	display: block;
	margin: 0 0 28px;
}

.download-block .book-img {
	position: relative;
	max-width: 178px;
	margin: 0 auto 32px;
}

.download-block .book-img img {
	display: block;
	width: 100%;
	height: auto;
}

.signup-block {
	background: #dcece1;
	border-radius: 14px;
	padding: 20px;
	text-align: center;
}

.signup-block .wrap {
	position: relative;
}

.signup-block .signup-text {
	font: 400 28px/35px "fatfrank", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1.3px;
	color: #8aae82;
	display: block;
	margin: 0 0 28px;
}
.signup-block .signup-text .text-wrap {
  display: block;
  margin-bottom: 28px;
}
.signup-block .mail-img {
	position: relative;
	max-width: 155px;
	margin: 0 auto 32px;
}

.signup-block img {
	display: block;
	width: 155px;
  margin: 0 auto;
	height: auto;
}

.signup-block .info-text {
	font-size: 10px;
	line-height: 18px;
	display: block;
	text-align: left;
	color: #929491;
}

.signup-block .info-text a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #929491;
}

.signup-block .info-text a:hover {
	text-decoration: none;
}

.load-more {
	position: relative;
	display: block;
	text-align: center;
	margin: -50px 0 0;
}

.load-more:before {
	background: -webkit-linear-gradient(top, rgba(248, 235, 219, 0) 0%, #f8ebdb 100%);
	background: linear-gradient(to bottom, rgba(248, 235, 219, 0) 0%, #f8ebdb 100%);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -360px;
	height: 400px;
}

.load-more .more {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #7d7d7d;
	position: relative;
}

.load-more .more:hover {
	opacity: .7;
}

.load-more .icon-down-arrow {
	font-size: 22px;
	line-height: 24px;
	width: auto;
	height: auto;
	display: block;
	margin: 7px 0 0;
}

.content-area {
  position: relative;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	padding: 0 0 35px;
	margin: 54px 0 0;
}

.main-area {
	font-weight: 300;
	position: relative;
	max-width: 833px;
	padding: 63px 20px 50px;
	counter-reset: item;
	margin: 0 auto;
}

.main-area .description {
	padding: 0;
	margin: 0 0 48px;
}

.main-area .description .head {
	margin: 0 0 43px;
}

.main-area .description .text {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	max-width: 600px;
}

.main-area .info-text {
	font-size: 23px;
	line-height: 38px;
	font-weight: 300;
	display: block;
	margin: 0 0 38px;
}

.main-area .tagline-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	display: block;
	margin: 0 0 40px;
}

.main-area .block-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}

.main-area .block-title:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	display: inline-block;
	vertical-align: top;
}

.main-area p {
	margin: 0 0 26px;
}
.main-area p a:hover {
  opacity: 0.7;
}

.main-area .info-box {
	position: relative;
	padding: 37px 43px 30px;
	background: #f5f5f5;
	margin: 72px 0 34px;
}

.main-area .box-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}

.main-area .list {
	margin: -16px 0 0;
}

.list {
	position: relative;
}

.list li {
	position: relative;
	padding: 0 0 0 15px;
}

.list li:before {
	width: 4px;
	height: 4px;
	background: #1d1d1b;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
}

.center-image {
	position: relative;
	height: 450px;
	margin: 0 0 41px;
}

.center-image img {
	display: block;
	width: 100%;
	height: auto;
	height: 100%;
	object-fit: cover;
}

.post-area {
	position: relative;
	padding: 67px 0 53px;
}

.post-area h2 {
	font: 700 22px/26px "hero-new", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #707070;
	margin: 0 0 26px;
}

.post-area .sorting-holder {
	margin: 0 -12px;
}

.post-area .sorting-holder > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-area .sorting-holder .block {
	float: none;
	width: 33.333%;
	padding: 0 12px;
	margin: 0 0 30px;
}

.post-area .sorting-holder .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.post-area .sorting-holder .image-holder {
	width: 151px;
	min-height: 151px;
  overflow: hidden;
}

.post-area .sorting-holder .image-holder img {
	object-fit: cover;
	height: 100%;
}

.post-area .sorting-holder .description {
	padding: 20px 18px 22px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.post-area .sorting-holder .head {
	font-size: 12px;
	line-height: 16px;
	margin: 0 -20px 20px;
}

.post-area .sorting-holder .text {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
}

.subscribe-area {
	background: #31415b;
	padding: 76px 0 82px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.subscribe-area .image-holder {
	position: absolute;
	right: -5px;
	top: 49px;
	width: 340px;
}

.subscribe-area .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.subscribe-info {
	max-width: 830px;
}

.subscribe-info h2 {
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	margin: 0 0 28px;
}

.subscribe-info .wrap {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	max-width: 490px;
}

.subscribe-info p {
	margin: 0;
}

.subscribe-info p a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}

.subscribe-info p a:hover {
	text-decoration: none;
}

.subscribe-info ::-webkit-input-placeholder {
	color: #7c7c7c;
}

.subscribe-info ::-moz-placeholder {
	opacity: 1;
	color: #7c7c7c;
}

.subscribe-info :-moz-placeholder {
	color: #7c7c7c;
}

.subscribe-info :-ms-input-placeholder {
	color: #7c7c7c;
}

.subscribe-info .placeholder {
	color: #7c7c7c;
}

#footer {
	position: relative;
	padding: 52px 0;
}

#footer .logo {
	width: 183px;
	margin: 0;
}

#footer .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 5px;
	margin: 0 -15px;
}
.footer-container {
  font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	position: relative;
	margin: 0 0 20px;
}

.footer-nav {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	position: relative;
	margin: 0 0 20px;
}

.footer-container .title {
	text-transform: uppercase;
	font-weight: 800;
	color: #1c1e1b;
	display: block;
	margin: 2px 0 34px;
}
.footer-container .bottom-info .title {margin: 0 0 10px;}
.link-holder {
  padding-top: 15px;
}
.footer-container a {
	color: #1c1e1b;
}

.footer-container a:hover {
	color: #4e759e;
}

.footer-container .search-field {
	width: 100%;
	height: 48px;
	background: #fff;
	position: relative;
}

.footer-container input[type="text"],
.footer-container input[type="search"] {
	font-size: 12px;
	line-height: 38px;
	width: 100%;
	font-weight: 600;
	color: #7d7d7d;
	padding: 5px 17px;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}

.footer-container ::-webkit-input-placeholder {
	color: #7d7d7d;
}

.footer-container ::-moz-placeholder {
	opacity: 1;
	color: #7d7d7d;
}

.footer-container :-moz-placeholder {
	color: #7d7d7d;
}

.footer-container :-ms-input-placeholder {
	color: #7d7d7d;
}

.footer-container .placeholder {
	color: #7d7d7d;
}

.footer-container .nav-link {
	display: block;
}

.footer-nav {
	position: relative;
}

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

.contact-info {
	position: relative;
}

.contact-info .wrap {
	position: relative;
	margin: 0 0 30px;
}

.contact-info .wrap:last-child {
	margin-bottom: 0;
}

.contact-info .text {
	display: block;
	margin: 0 0 10px;
}

.bottom-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
}

.bottom-info .footer-col {
	margin: 0;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

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

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
@media (min-width: 1200px) {
  .visual-area {
    max-height: 46.75vw;
  }
}

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

	.menu-opener {
		display: none;
	}

	.sorting-options .sort-opener {
		pointer-events: none;
		cursor: default;
	}

	.sorting-holder .mail-field input[type="submit"] {
		display: none;
	}

	.footer-nav li:only-child {
		margin-bottom: 0;
	}
}

@media (max-width: 1799px) {
	.header-holder {
		padding: 0;
	}

	.footer-col .search-field {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.intro-area .image-holder {
		margin: 0;
	}

	.social-bar {
		right: 50px;
	}

	.sorting-options .wrap {
		margin: 0 25px 0 0;
	}

	.post-area .sorting-holder .image-holder {
		width: 140px;
		height: auto;
	}

	.post-area .sorting-holder .description {
		padding: 20px 15px;
	}

	.post-area .sorting-holder .head {
		margin: 0 0 10px;
	}

	.subscribe-area .image-holder {
		right: 0;
	}

	.subscribe-info {
		max-width: 550px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 18px;
	}

	.social-networks {
		margin: 0 -5px;
		padding: 15px 0 0;
	}

	.social-networks li {
		padding: 0 5px;
	}
  

	.intro-area {
		padding: 40px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro-area .intro-text {
		padding: 0;
		max-width: 380px;
	}

	.intro-area h1 {
		font-size: 64px;
	}

	.mail-field {
		margin: 0 0 30px;
	}

	.author-info-wrap {
		padding: 0;
	}

	.share-wrap .social-title {
		width: 155px;
		margin: 0 20px 0 0;
	}

	.description {
		padding: 20px 22px 25px;
	}

	.description .text {
		padding: 0;
		font-size: 18px;
	}

	.head {
		margin: 0 0 13px;
	}

	.author-info .info-wrap {
		padding: 0 0 0 11px;
	}

	.widget-list {
		padding: 27px 21px;
	}

	.widget-list .post {
		padding: 14px 0;
	}

	.widget-list .text {
		font-size: 18px;
	}

	.sorting-area {
		margin: 0 0 50px;
    overflow: visible;
	}

	.sorting-head .search-field {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
    padding: 0;
		margin: 0 0 25px;
	}

	.sorting-options {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sorting-holder .span3 {
		width: 49.99%;
	}

	.content-area {
		margin: 30px 0 0;
	}

	.main-area {
		padding: 50px 75px 50px 20px;
	}

	.post-area .sorting-holder .block {
		width: 50%;
	}

	.subscribe-area {
		padding: 60px 0;
	}

	.subscribe-area .image-holder {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40%;
		top: 50%;
		right: 20px;
	}

	.subscribe-info {
		max-width: 400px;
	}

	.subscribe-info h2 {
		font-size: 48px;
		line-height: 52px;
	}

	#footer .logo {
		width: 142px;
	}

	.footer-col .title {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
		line-height: 1.4615;
	}

	.mobile-hidden {
		display: none !important;
	}

	.btn-primary {
		font-size: 16px;
		line-height: 46px;
		width: 100%;
		height: 46px;
		letter-spacing: 1px;
	}

	.btn-download {
		font-size: 16px;
		line-height: 46px;
	}

	.intro-area {
		padding: 0 7px 25px 5px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
  
  .intro-area > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

	.intro-area .intro-text {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: -.5px;
		max-width: 190px;
		padding: 4px 0 0;
	}
  
  .intro-area .intro-text > div:first-child,
	.intro-area h1 {
		display: none;
	}
  
  .intro-area .row-fluid:after,
  .intro-area .row-fluid:before {
    content: none;
  }

	.intro-area .image-holder {
		width: 105px;
	}

	.mail-field {
		display: block;
		margin: 0;
	}

	.mail-field .hs_submit {
		position: relative;
		width: 100%;
	}

	.mail-field input[type="text"],
	.mail-field input[type="email"] {
		font-size: 13px;
		line-height: 22px;
		width: 100%;
		height: 46px;
		margin: 0 0 8px;
	}

	.mail-field button[type="submit"] {
		font-size: 13px;
		letter-spacing: 0;
		width: 100%;
	}

	.mail-field input[type="submit"] {
		font-size: 13px;
		letter-spacing: 0;
	}

	.hs-form {
		width: 100%;
		height: 46px;
		border-radius: 10px;
		padding: 0 85px 0 0;
		background: #fff;
		overflow: hidden;
		margin: 0 0 18px;
	}

	.hs-form .hs_email {
		height: 100%;
	}

	.hs-form .input {
		height: 100%;
	}

	.hs-form input[type="text"],
	.hs-form input[type="email"] {
		width: calc(100% - 80px) !important;
		height: 100%;
		background: none;
		padding: 0 15px;
    float: left;
		text-align: left;
		margin: 0;
	}

	.hs-form input[type="submit"] {
		background: #8aae82;
		font-size: 12px;
		letter-spacing: 0;
		width: auto;
    padding: 0 10px;
		position: absolute;
		border-radius: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
  .subscribe-info .hs-form {
    padding: 0;
  }
  .subscribe-info .hs-form input[type="submit"] {
    bottom: auto;
    top: -46px;
  }

	.hs-form input[type="submit"]:hover {
		background: #577b4f;
	}

	.author-info-wrap {
		padding: 24px 0 0;
		display: block;
	}

	.author-info-wrap .author-info {
		margin: 0 0 34px;
	}

	.author-info-wrap .author-info .author-img {
		width: 42px;
		height: 42px;
	}

	.share-wrap {
		display: block;
	}

	.share-wrap .social-title {
		width: 177px;
		margin: 0 0 22px 21px;
	}

	.social-links {
		margin: 0 -12px;
	}

	.social-links li {
		padding: 0 12px;
	}

	.social-bar {
		top: 15px;
		right: 18px;
	}

	.social-bar .social-links li {
		margin: 0 0 7px;
	}

	#header {
		padding: 30px 0 20px;
	}

	#header .container {
		position: static;
	}

	.logo {
		margin: 0;
	}

	.logo .logo-text {
		margin: 0 0 0 17px;
	}

	.logo img {
		width: 134px !important;
    height: auto !important;
	}

	.nav-area {
		position: static;
	}

	.nav-drop {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		overflow: hidden;
		max-height: 0;
		left: 0;
		top: 100%;
		right: 0;
		z-index: 99;
	}

	.menu {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #1c1e1b;
		display: block;
		text-align: center;
		margin: 0;
	}

	.menu li {
		margin: 0 0 15px;
	}

	.menu li:first-child {
		padding-top: 20px;
	}

	.menu li:last-child {
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.menu a {
		border-color: #fff;
		color: #fff;
		margin: 0 auto;
	}

	.menu .offer {
		margin: 0 auto;
	}

	.visual-area {
		height: 328px;
	}

	.visual-area img {
		object-fit: cover;
		height: 100%;
	}

	.two-columns {
		margin: 0 !important;
	}

	.two-columns .span6 {
		width: 100%;
		padding: 0;
		margin: 0 0 27px;
	}

	.post .image-holder {
		height: 148px;
	}

	.post .image-holder.large {
		height: 137px;
	}

	.description .text {
		font-size: 15px;
		line-height: 21px;
		margin: 0 0 19px;
	}

	.head {
		letter-spacing: 0;
	}

	.head time:before {
		padding: 0 6px;
	}

	.author-info .author-img {
		width: 44px;
		height: 44px;
	}

	.author-info .info-wrap {
		font-size: 13px;
		line-height: 16px;
	}

	.widget-list {
		padding: 27px 26px 33px;
	}

	.widget-list h2 {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
		margin: 0 0 19px;
	}

	.widget-list .post {
		border-bottom: none;
		border-left: 2px solid #ebeaf0;
		padding: 0 0 0 14px;
		margin: 0 0 22px;
	}

	.widget-list .post:last-child {
		margin-bottom: 0;
	}

	.widget-list .head {
		margin: 0 0 3px;
	}

	.widget-list .text {
		font-size: 15px;
		line-height: 21px;
	}

	.sorting-area {
		margin: 0 0 32px;
	}

	.sorting-head {
		margin: 0 0 32px;
	}
  
  .sorting-head > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sorting-head > div > div > div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100% !important;
  }
  .sorting-head > div > div > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

	.sorting-head .search-field {
		width: 100%;
		height: 46px;
		padding: 0;
		margin: 0 0 19px;
	}

	.sorting-head .search-field .hs-search-field__bar {
		padding: 0;
	}

	.sorting-head .search-field .icon-search {
		display: none;
	}

	.sorting-head .search-field input[type="text"],
	.sorting-head .search-field input[type="search"] {
		font-size: 15px;
		padding: 5px 18px;
	}

	.sorting-options {
		padding: 0 0 0 10px;
		display: block;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.sorting-options .heading {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0;
		margin: 0 0 5px;
	}

	.sorting-options .sort-opener {
		padding: 0 32px 0 0;
	}

	.sorting-options .sort-opener:before {
		font-family: "icomoon" !important;
		content: "\e907";
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		font-size: 12px;
		position: absolute;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		right: 0;
		top: 0;
	}

	.sorting-options .sort-opener:hover {
		color: #252525;
	}

	.sorting-options .wrap {
		padding: 0 0 0 8px;
		margin: 0 0 1px;
		width: 100%;
	}

	.sorting-options .wrap label {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0;
		min-width: 65px;
		text-align: right;
		margin: 2px 14px 0 0;
	}

	.fake-select:before {
		font-size: 15px;
		right: 5px;
		top: 6px;
	}

	.fake-select select {
		font-size: 13px;
		line-height: 17px;
		width: 195px;
		height: 30px;
	}

	.sorting-holder {
		margin: 0;
	}

	.sorting-holder .span3 {
		padding: 0;
		float: none;
		width: 100%;
		margin: 0 0 13px;
	}

	.sorting-holder .post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sorting-holder .image-holder {
		width: 137px;
		height: 137px;
	}

	.sorting-holder .description {
		padding: 10px 12px 20px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sorting-holder .description .head {
		margin: 0 -10px 20px;
	}

	.sorting-holder .description .text {
		margin: 0;
		overflow: hidden;
		max-height: 65px;
		text-overflow: ellipsis;
		width: 100%;
	}

	.sorting-holder .author-info {
		display: none;
	}

	.sorting-holder .mail-field {
		width: 100%;
		height: 46px;
		border-radius: 0 10px 10px 0;
		padding: 0 60px 0 0;
		background: #fff;
		overflow: hidden;
		margin: 0 0 18px;
	}

	.sorting-holder .mail-field input[type="text"],
	.sorting-holder .mail-field input[type="email"] {
		width: 100%;
		height: 100%;
		background: none;
		padding: 0 15px;
		text-align: left;
		margin: 0;
	}

	.sorting-holder .mail-field button[type="submit"] {
		display: none;
	}

	.download-block {
		padding: 28px 20px;
	}

	.download-block .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		margin: 0 0 25px;
	}

	.download-block .download-text {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
		max-width: 140px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		margin: 0 0 0 18px;
	}

	.download-block .book-img {
		max-width: 120px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}

	.signup-block {
		padding: 28px 20px;
	}

	.signup-block .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		margin: 0 0 25px;
	}

	.signup-block .signup-text {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
		max-width: 320px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
	}
  .signup-block .signup-text .text-wrap {
    display: block;
    overflow: hidden;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
    margin: 0 0 0 18px;
  }
  
  .signup-block .signup-text img {
    width: 90px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
}

	.signup-block .mail-img {
		max-width: 90px;
		margin: 0;
	}

	.signup-block .info-text {
		font-size: 12px;
		line-height: 18px;
	}

	.load-more .more {
		font-size: 16px;
		line-height: 20px;
	}

	.content-area {
		border-radius: 0;
		margin: 0 -25px;
		padding: 22px 25px;
	}

	.main-area {
		padding: 21px 50px 20px 0;
	}

	.main-area .description {
		margin: 0 0 16px;
	}

	.main-area .description .head {
		font-size: 10px;
		margin: 0 0 14px;
	}

	.main-area .description .text {
		font-size: 20px;
		line-height: 28px;
		max-width: 100%;
	}

	.main-area .info-text {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 15px;
	}

	.main-area .tagline-text {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 39px;
	}

	.main-area .block-title {
		font-size: 15px;
		line-height: 22px;
	}

	.main-area p {
		margin: 0 0 18px;
	}

	.main-area .info-box {
		padding: 26px 26px 25px;
		margin: 51px 0 30px;
	}

	.main-area .box-title {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 14px;
	}

	.main-area .list {
		margin: 0;
	}

	.list li {
		padding: 0 0 0 14px;
	}

	.list li:before {
		width: 3px;
		height: 3px;
		top: 6px;
	}

	.center-image {
		margin: 0 0 24px;
		height: 274px;
	}

	.post-area {
		padding: 50px 0 54px;
	}

	.post-area h2 {
		font-size: 22px;
		line-height: 26px;
		text-align: center;
		margin: 0 0 23px;
	}

	.post-area .sorting-holder .block {
		width: 100%;
		margin: 0 0 13px;
	}

	.post-area .sorting-holder .image-holder {
		width: 137px;
		min-height: 137px;
	}

	.post-area .sorting-holder .description {
		padding: 13px 25px 22px;
	}

	.post-area .sorting-holder .head {
		font-size: 10px;
		line-height: 14px;
		margin: 0 -10px 13px;
	}

	.post-area .sorting-holder .head time {
		font-size: 10px;
	}

	.post-area .sorting-holder .text {
		font-size: 15px;
		line-height: 22px;
	}

	.subscribe-area {
		padding: 56px 0 60px;
		text-align: center;
	}

	.subscribe-area .image-holder {
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: 234px;
		width: auto;
		margin: 0 auto 29px;
	}

	.subscribe-info {
		max-width: 100%;
	}

	.subscribe-info h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 15px;
	}

	.subscribe-info .wrap {
		padding: 0 25px;
		max-width: 100%;
	}

	.subscribe-info p {
		display: none;
	}

	#footer {
		padding: 50px 0;
	}

	#footer .logo {
/* 		width: 166px; */
		margin: 0 auto;
	}

  .footer-container .search-field,
  #footer > div:first-child,
	.footer-holder {
		display: none !important;
	}

	.footer-col {
		font-size: 15px;
		text-align: center;
		width: 100%;
		margin: 0;
	}

	.footer-container .nav-link {
		margin: 0 0 8px;
    text-align: center;
	}

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

  .bottom-info > div > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
  }

  .bottom-info > div > div > div,
	.bottom-info .footer-col:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
  
  .bottom-info > div > div > div:first-child,
	.bottom-info .footer-col:nth-child(1) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
    min-height: 0;
	}

	.bottom-info .footer-col:nth-child(4) {
		display: none;
	}
}

@media (max-width: 479px) {
	.sorting-holder .head .title {
		font-size: 11px;
	}

	.signup-block .signup-text {
		margin: 0;
	}

	.signup-block .info-text {
		font-size: 10px;
		line-height: 16px;
		letter-spacing: 0;
	}
}

@media (max-width: 373px) {
	.intro-area .intro-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 160px;
		padding: 0;
	}

	.intro-area .image-holder {
		width: 90px;
	}

	.social-links {
		margin: 0 -7px;
	}

	.social-links li {
		padding: 0 7px;
	}

	.social-links i {
		font-size: 24px;
	}

	.social-bar {
		right: 8px;
	}

	.fake-select select {
		width: 165px;
	}

	.sorting-holder .image-holder {
		width: 100px;
	}

	.download-block .download-text {
		font-size: 20px;
		line-height: 24px;
		max-width: 110px;
		margin: 0 0 0 10px;
	}

	.download-block .book-img {
		max-width: 100px;
	}

	.signup-block {
		padding: 28px 10px;
	}

	.signup-block .signup-text {
		font-size: 20px;
		line-height: 24px;
	}

	.main-area {
		padding: 21px 35px 20px 0;
	}

	.main-area .info-box {
		padding: 18px 15px;
	}

	.post-area .sorting-holder .image-holder {
		width: 100px;
		min-height: 100px;
	}

	.post-area .sorting-holder .description {
		padding: 13px 15px 22px;
	}

	.subscribe-info h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.subscribe-info .wrap {
		padding: 0 12px;
	}
}

.description h2 {
	font-size:20px;
	line-height:30px;
	font-weight:600;
  margin: 0;
  font-family: "hero-new","Arial","Helvetica",sans-serif;
}

.main-area .description h2 {
	font-size:35px;
	line-height:45px;
	font-weight:700;
  margin: 0;
}

.main-area .description h1 {
	font-size:35px;
	line-height:45px;
	font-weight:700;
	margin:0;
	font-family: "hero-new","Arial","Helvetica",sans-serif;
}


.body-text h2 {
	font-size: 16px;
  font-family: "hero-new","Arial","Helvetica",sans-serif;
	line-height: 28px;
	margin: 0;
}

.widget-list h2 {
	font-size:20px;
	 font-family: "hero-new","Arial","Helvetica",sans-serif;
	line-height:30px;
  text-align: left;
	font-weight:700;
	display:block
	margin: 0;
}

.widget-list h2 .text {
  text-align: left;
}


@media (max-width: 1023px) {
	.description h2 {
		padding: 0;
		font-size: 18px;
    margin: 0;
	}
  
  .widget-list h2 {
		font-size:18px;
	}
}

@media (max-width: 767px) {
  .description h2 {
		font-size:15px;
		line-height:21px;
	  margin: 0;
	}
  
	.main-area .description h1 {
		font-size:20px;
		line-height:28px;
	}
  
  .body-text h2 {
		margin: 0 0 18px;
		font-size: 13px;
		line-height: 1.4615;
	}
  
  	.widget-list h2 {
		font-size:15px;
		line-height:21px;
     text-align: left;
	}
}

.no-margin {
 margin: 0 !important;
}

@media (min-width: 1200px) {
  .blog-single .visual-area {
       max-height: 561px;
  }
}
.lang_list_class {
  left: 300% !important;
}