/*
Theme Name:   GAHP_Website
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

main ul:not([id]):not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.quick-info:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .35em .7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #333;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #ccc;
}

iframe {
	max-width: 100%;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
	resize: none;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.error404 .search-form input[type="search"] {
	width: 200px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?6vwbmf") format("truetype"), url("fonts/icomoon.woff?6vwbmf") format("woff"), url("fonts/icomoon.svg?6vwbmf#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.view-more:after,
.email:after,
.share-link:after,
.dwonload-link:after,
.navigation-single .next a:after,
.navigation-single .prev a:after {
	/* 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-download:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-right-arrow:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

@font-face {
	font-family: "Effra";
	src: url("fonts/effra-webfont-regular.woff") format("woff"), url("fonts/effra-webfont-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url("fonts/effra-webfont-medium.woff") format("woff"), url("fonts/effra-webfont-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url("fonts/effra-webfont-italic.woff") format("woff"), url("fonts/effra-webfont-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url("fonts/effra-webfont-heavy.woff") format("woff"), url("fonts/effra-webfont-heavy.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url("fonts/effra-webfont-bold.woff") format("woff"), url("fonts/effra-webfont-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* visual block styles */

.intro-section {
	font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.31;
	font-weight: 300;
	min-height: 380px;
}

.intro-section .rev_slider,
.intro-section .fullwidthbanner-container {
	min-height: 380px !important;
}

.intro-section .tp-parallax-wrap {
	left: 15px !important;
	right: 15px !important;
	top: auto !important;
	bottom: 20px !important;
	min-height: 380px !important;
}

.intro-section .tp-parallax-wrap .tp-loop-wrap {
	left: 0 !important;
	right: 0 !important;
	top: 0;
	bottom: 0;
}

.intro-section .tp-parallax-wrap .tp-mask-wrap {
	left: 0 !important;
	right: 0 !important;
	bottom: 0;
}

.intro-section .tp-caption {
	white-space: normal !important;
	font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100% !important;
	max-width: 1160px !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
}

.intro-section .tp-caption h1 {
	color: inherit;
	margin: 0 0 5px !important;
	font-weight: bold;
	font-size: 28px !important;
}

.intro-section .tp-caption p {
	font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	margin-bottom: 8px !important;
	font-size: 24px !important;
	line-height: 1.31 !important;
	font-weight: 300 !important;
}

.intro-section .slide {
	white-space: nowrap;
	text-align: center;
	padding: 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.intro-section .slide:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 380px;
}

.intro-section .slide > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro-section .slide .slide-inner {
	vertical-align: bottom;
	text-align: left;
}

/* articles styles */

.blog-item {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	margin: 0 0 18px;
}

.blog-item:nth-child(even) {
	color: #555;
}

.blog-item .img-wrap {
	position: relative;
}

.blog-item .img-wrap a {
	display: block;
	overflow: hidden;
}

.blog-item .img-wrap a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog-item .img-wrap img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}

.blog-item .img-wrap .image-description {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 30px;
	padding: 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-item .img-wrap .image-description .title {
	font-weight: 900;
	font-size: 16px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-item .img-wrap .image-description .title .icon-chart {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	line-height: 1;
	margin: 0 10px 0 0;
}

.blog-item time {
	display: block;
	margin: 0 0 4px;
	color: #aa7e59;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.blog-item h2 {
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.blog-item h2 a {
	color: #000;
}

.blog-item h2 a:hover {
	color: #aa7e59;
}

.blog-item p {
	margin: 0 0 10px;
}

.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

/* partners list */

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners-list li {
	margin: 0 10px 30px;
}

.partners-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.partners-list a:hover {
	opacity: .7;
}

.partners-list img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.documents-list {
	margin: 0 0 -25px;
}

/* document item */

.document-heading {
	border-bottom: 2px solid #eaeaea;
	margin: 0 0 17px;
	padding: 0 0 5px;
}

.document-heading .title {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
}

.document-item {
	border-bottom: 2px solid #eaeaea;
	padding: 0 0 18px;
	margin: 0 0 25px;
}

.document-item:last-child {
	border: 0;
}

.document-item .doc-info {
	margin: 0 0 35px;
}

.document-item .doc-img {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 8px;
	margin: 0 0 13px;
}

.document-item .doc-img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.document-item time {
	display: block;
	font-weight: 500;
	color: #414141;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 3px;
}

.document-item .status {
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}

/* posts list styles */

.post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 27px -7px;
	width: calc(100% + 14px);
}

.post-list .post {
	margin: 0 auto 40px;
	max-width: 400px;
}

.post-list h1,
.post-list h2,
.post-list h3,
.post-list h4,
.post-list h5,
.post-list h6 {
	font-weight: bold;
	line-height: 1.286;
	margin-bottom: 0;
}

.post-list .img-wrap {
	overflow: hidden;
	padding-bottom: 70%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.post-list .caption {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.post-list a.post {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	border: none;
	opacity: 1;
}

.post-list a.post:hover,
.post-list a.post:focus,
.post-list a.post:active,
.post-list a.post:active:focus {
	border: none;
	text-decoration: none;
	opacity: .6;
}

.post-list a.post:hover .caption,
.post-list a.post:focus .caption,
.post-list a.post:active .caption,
.post-list a.post:active:focus .caption {
	color: #7d7d7d;
}

/* singel post styles */

.singel-post {
	padding: 0 0 18px;
}

.singel-post h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 9px;
}

.singel-post .post-info {
	font-size: 14px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 8px;
}

.singel-post .post-info li {
	position: relative;
	padding: 0 11px;
}

.singel-post .post-info li:after {
	content: "\2022";
	position: absolute;
	left: -2px;
	top: -1px;
	font-size: 16px;
	line-height: 1;
}

.singel-post .post-info li:first-child {
	padding-left: 0;
}

.singel-post .post-info li:first-child:after {
	display: none;
}

.singel-post .post-info time {
	color: #aa7e59;
}

/* header of the page */

#header {
	position: relative;
	z-index: 10;
	background-color: #414141;
	margin: 0;
	padding: 0;
	border: none;
}

.nav-active {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.page-header .search-form,
.page-header .gsc-search-box {
	height: 32px;
	padding: 0 2px;
	margin-bottom: 10px;
	margin-top: 2px;
}

.page-header .search-form:hover label:before,
.page-header .gsc-search-box:hover label:before {
	color: #2ea2cc;
}

.page-header .search-form:hover td.gsc-input:before,
.page-header .gsc-search-box:hover td.gsc-input:before {
	color: #2ea2cc;
}

.page-header .search-form .search-submit,
.page-header .search-form .gsc-search-button,
.page-header .search-form .gsc-clear-button,
.page-header .gsc-search-box .search-submit,
.page-header .gsc-search-box .gsc-search-button,
.page-header .gsc-search-box .gsc-clear-button {
	display: none;
}

.page-header .search-form label,
.page-header .gsc-search-box label {
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 15px;
	position: relative;
}

.page-header .search-form label:before,
.page-header .gsc-search-box label:before {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 20;
	font-size: 18px;
	content: "";
	color: #999;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.page-header .search-form input[type="text"],
.page-header .search-form input[type="search"],
.page-header .gsc-search-box input[type="text"],
.page-header .gsc-search-box input[type="search"] {
	position: relative;
	z-index: 30;
	font: 13px/20px "Open Sans", sans-serif;
	height: 20px;
	width: 190px;
	padding: 0 26px 0 6px;
	margin: 4px;
	color: #ccc;
	background-image: none !important;
	background-color: transparent;
	border: none;
	outline: 0;
	cursor: pointer;
	box-shadow: none;
	-webkit-transition: width .4s;
	transition: width .4s;
}

.page-header .search-form td.gsc-input,
.page-header .gsc-search-box td.gsc-input {
	position: relative;
	padding: 0 !important;
}

.page-header .search-form td.gsc-input:before,
.page-header .gsc-search-box td.gsc-input:before {
	position: absolute;
	top: 6px;
	right: 12px;
	z-index: 20;
	font-size: 18px;
	content: "";
	color: #999;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.page-header .search-form td.gsc-input:after,
.page-header .gsc-search-box td.gsc-input:after {
	content: "";
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.page-header .search-form input.gsc-input,
.page-header .gsc-search-box input.gsc-input {
	position: relative;
	z-index: 30;
	font: 13px/20px "Open Sans", sans-serif;
	height: 20px;
	width: 190px;
	padding: 0 26px 0 6px;
	color: #ccc;
	background-image: none !important;
	border: none !important;
	background-color: transparent !important;
	margin: 4px 6px;
	outline: 0;
	cursor: pointer;
	box-shadow: none;
	-webkit-transition: width .4s;
	transition: width .4s;
}

.page-header .search-form .gsc-branding,
.page-header .gsc-search-box .gsc-branding {
	display: none !important;
}

.header-main {
	padding: 12px 0;
	position: relative;
}

.header-main .logo {
	float: left;
	margin: 5px 0 0 0;
	display: block;
	font-weight: normal;
}

.header-main .logo img {
	width: 90px;
	float: left;
}

.header-main .site-description {
	float: left;
	font-size: 11px;
	color: #acacac;
	margin-top: -4px;
	max-width: 295px;
	margin-left: 10px;
}

/* menu opener */

.nav-opener {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: inherit;
	max-height: calc(100vh - 64px);
	overflow-y: auto;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.nav-active .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-drop .top-panel {
	padding: 10px;
	text-align: center;
}

.nav-drop .top-panel > .container > *:last-child {
	margin-right: 0;
}

.nav-drop .top-panel > .container > [id] {
	width: auto !important;
}

.translate-block #flags {
	display: none;
}

/* main navigation */

.primary-navigation {
	background-image: -webkit-linear-gradient(left, #f59331 0%, #957864 100%);
	background-image: linear-gradient(to right, #f59331 0%, #957864 100%);
}

.primary-navigation .nav-menu {
	margin: 0 -15px 25px;
}

.primary-navigation .nav-menu a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
}

.primary-navigation .nav-menu > li {
	position: relative;
}

.primary-navigation .nav-menu > li.hover > a,
.primary-navigation .nav-menu > li:hover > a {
	background-color: #908163;
}

.primary-navigation .nav-menu > li > a {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 11px;
	text-transform: uppercase;
}

.primary-navigation .nav-menu li {
	position: relative;
}

.primary-navigation .nav-menu li.hover .sub-menu {
	display: block;
	z-index: 3;
}

.primary-navigation .nav-menu li .sub-menu > li.hover .sub-menu {
	display: block;
}

.primary-navigation .nav-menu li .sub-menu > li.hover > a {
	background-color: #b1a791;
}

.primary-navigation .nav-menu li .sub-menu > li:hover > a {
	background-color: #b1a791;
}

.primary-navigation .nav-menu li .sub-menu > li .sub-menu {
	display: none;
	top: 0;
	left: 100%;
}

.primary-navigation .nav-menu li .sub-menu > li a {
	font-size: 14px;
	line-height: 17px;
	padding: 9px 14px;
	background-color: #000;
}

.primary-navigation .nav-menu .sub-menu {
	display: none;
}

/* socials list */

.social-networks {
	letter-spacing: -.3em;
	font-size: 14px;
	-ms-flex-item-align: center;
	align-self: center;
}

.social-networks li {
	padding: 0 2px;
	vertical-align: top;
}

.social-networks a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #818181;
	color: #414141;
	position: relative;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.social-networks a:hover {
	background-color: #aa7e59;
}

.social-networks a [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-65%, -50%);
	-ms-transform: translate(-65%, -50%);
	transform: translate(-65%, -50%);
}

.print-logo {
	display: none !important;
}

#glt-translate-trigger {
	display: none !important;
}

/* footer of the page  styles */

#footer {
	background: #414141;
	padding: 95px 0 58px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #bbb;
}

#footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 27px;
	width: 100%;
	background: -webkit-linear-gradient(left, #f39431 0%, #f59231 7%, #e99037 22%, #a17b5e 79%, #957864 93%, #957864 100%);
	background: linear-gradient(to right, #f39431 0%, #f59231 7%, #e99037 22%, #a17b5e 79%, #957864 93%, #957864 100%);
}

.footer-description .logo-footer {
	width: 125px;
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
}

.footer-description .logo-footer a {
	display: block;
}

.footer-description .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-description address {
	margin: 30px 0 0;
}

.footer-description address .box {
	margin: 0 0 18px;
}

.footer-description address span {
	display: block;
}

.footer-description address span a {
	color: #bbb;
}

.footer-description address span a:hover {
	color: #f29233;
}

.footer-description address span .email {
	color: #f29233;
	padding-left: 0;
}

.footer-description address span .email:hover {
	color: #bbb;
}

.footer-description address span .email:after {
	content: none;
}

/* quick links styles */

.mobile-accordion h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.mobile-accordion h4 a {
	display: block;
	color: #fff;
}

.mobile-accordion h4 a:focus {
	text-decoration: none;
}

.mobile-accordion ul {
	margin: 0 0 -4px;
}

.mobile-accordion ul li {
	margin: 0 0 5px;
}

.mobile-accordion ul li.active a {
	color: #f29233;
}

.mobile-accordion ul a {
	color: #bbb;
}

.mobile-accordion ul a:hover {
	color: #f29233;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

body {
	min-width: 320px;
}

input:not([type=submit]) {
	-webkit-appearance: none;
	box-shadow: none;
}

input:not([type=submit]):focus {
	box-shadow: none;
}

h1,
.h1 {
	margin: 0 0 20px;
	font-weight: 500;
	color: #000;
}

h2,
.h2 {
	margin: 0 0 10px;
	color: #000;
}

h3,
.h3 {
	margin: 0;
}

p {
	margin: 0 0 22px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

main ul:not([id]):not([class]) > li {
	position: relative;
	padding: 0 0 2px 10px;
}

main ul:not([id]):not([class]) > li:after {
	content: "\2022";
	left: 0;
	top: 3px;
	position: absolute;
	font-size: 16px;
	line-height: 1;
}

/* bordered heading styles */

.bordered-heading {
	border: 4px solid #ef8d42;
	padding: 14px 12px;
	margin: 0 0 9px;
}

.bordered-heading h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

/* heading page styles */

.heading-page {
	background: -webkit-linear-gradient(left, #eee8e0 0%, #eee8e0 100%, #fff 100%);
	background: linear-gradient(to right, #eee8e0 0%, #eee8e0 100%, #fff 100%);
	position: relative;
	padding: 23px 15px;
	margin: 0 0 16px;
}

.heading-page .decore-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.heading-page .decore-img img {
	height: 100%;
	width: auto;
	display: block;
}

.heading-page h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	margin: 0 auto;
	max-width: 75%;
}

/* simple heading */

.simple-heading {
	margin: 0 0 45px;
}

.simple-heading .img-wrap {
	margin: 0 0 20px;
}

.simple-heading .img-wrap img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.simple-heading h2 {
	color: #777;
	font-weight: 400;
}

.add-heading {
	color: #000;
	margin: 0 0 25px;
}

.add-heading h1 {
	text-transform: capitalize;
	margin: 0 0 10px;
}

.add-heading p {
	margin: 0;
}

/* content area styles */

.content-area {
	padding: 0 0 25px;
}

.content-area ul li {
	margin: 0 0 8px;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}

.view-more {
	position: relative;
	padding: 0 22px 0 0;
}

.view-more:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	border-radius: 50%;
	background: #f06600;
	color: #fff;
	font-size: 8px;
	line-height: 1;
	text-align: center;
	padding: 3px 1px;
}

.view-more:hover {
	color: #a44500;
}

.view-more:hover:after {
	background: #a44500;
}

.view-more:focus {
	text-decoration: none;
	color: #f06600;
}

.content-section {
	padding: 20px 0 25px;
}

.content-section.brown-bg {
	background: #efeae0;
	padding: 20px 0 0;
}

/* solutions accordion styles */

.solutions-navigation {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.solutions-navigation .panel {
	margin: -1px 0 0 !important;
	box-shadow: none;
}

.solutions-navigation .panel.active .panel-heading > a {
	background: #efede9;
}

.solutions-navigation .panel.active .panel-body {
	display: block;
}

.solutions-navigation .panel-heading {
	padding: 0;
}

.solutions-navigation .panel-heading a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #000;
	display: block;
	padding: 10px 10px 7px;
	background: none;
}

.solutions-navigation .panel-heading a:hover {
	background: #efede9;
	text-decoration: none;
}

.solutions-navigation .panel-body {
	display: none;
}

.solutions-navigation .panel-body > ul {
	margin: -15px;
}

.solutions-navigation .panel-body > ul li {
	border-bottom: 1px solid #d7d7d7;
}

.solutions-navigation .panel-body > ul li:last-child {
	border: none;
}

.solutions-navigation .panel-body > ul li.active a {
	background: #efede9;
}

.solutions-navigation .panel-body > ul a {
	color: #000;
	display: block;
	padding: 10px 22px 7px;
}

.solutions-navigation .panel-body > ul a:hover {
	background: #efede9;
	text-decoration: none;
}

.solutions-navigation a:focus {
	text-decoration: none;
}

.widget {
	border-top: 1px solid #ccc;
	padding: 8px 0 5px;
}

.widget:first-child {
	border: none;
	padding-top: 0;
}

.widget.widget_archive {
	padding-top: 20px;
}

.widget h3 {
	display: block;
	color: #aa7e59;
	margin: 0 0 8px;
	font-weight: 500;
}

.widget ul a {
	color: #000;
}

.widget ul a:hover {
	color: #f0ad4e;
}

/* widgets styles */

.banner-widget {
	font-weight: 500;
}

.banner-widget .banner-img {
	margin: 0 0 14px;
}

.banner-widget .banner-img a {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.banner-widget .banner-img a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.banner-widget .banner-img a img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
	max-width: 100%;
	height: auto;
}

.banner-widget .h3 {
	margin: 0 0 3px;
	font-weight: 500;
	color: #000;
	display: block;
}

.banner-widget ul {
	padding: 0;
	margin: 0;
}

.banner-widget ul li {
	margin: 0 0 -1px;
}

.banner-widget ul a {
	color: #f06600;
}

.banner-widget ul a:hover {
	color: #000;
}

/* sign in form styles */

.sign-in-widget label {
	font-weight: 500;
	display: block;
	color: #000;
	margin-bottom: 7px;
}

.sign-in-widget label span {
	color: #aa7e59;
}

.mailpoet_form,
.sign-in-form {
	position: relative;
}

.mailpoet_form label,
.sign-in-form label {
	font-weight: 500;
	display: block;
	color: #000;
	margin-bottom: 7px;
}

.mailpoet_form label span,
.sign-in-form label span {
	color: #aa7e59;
}

.mailpoet_form .form-row,
.sign-in-form .form-row {
	position: relative;
}

.mailpoet_form input[type=email],
.mailpoet_form input[type=text],
.sign-in-form input[type=email],
.sign-in-form input[type=text] {
	border-radius: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 50px 6px 12px;
	border: 1px solid #ccc;
	width: 100% !important;
}

.mailpoet_form input[type=submit],
.mailpoet_form button,
.sign-in-form input[type=submit],
.sign-in-form button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 37px;
	background: #a1a1a1;
	border: none;
	color: #d2d2d2;
	font-size: 22px;
	line-height: 1;
	padding: 1px 0 0 3px;
	width: 37px;
	height: 35px;
}

.mailpoet_form input[type=submit]:hover,
.mailpoet_form button:hover,
.sign-in-form input[type=submit]:hover,
.sign-in-form button:hover {
	background: #b9b9b9;
}

.mailpoet_form input[type=submit],
.sign-in-form input[type=submit] {
	font-size: 0;
	line-height: 0;
	background: url(images/btn-bg.png) no-repeat !important;
	background-size: auto 100% !important;
	height: 33px;
	width: 34px;
}

.mailpoet_form .mailpoet_paragraph,
.sign-in-form .mailpoet_paragraph {
	margin: 0 !important;
}

/* quick info styles */

.quick-info {
	background: #eee8e0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	max-width: 665px;
	padding: 15px;
	margin: 0 0 35px;
}

.quick-info .img-wrap {
	position: relative;
	margin: 0 auto 15px;
	text-align: center;
}

.quick-info .img-wrap .label {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 3px solid #f49332;
	background: #414141;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	padding: 5px 15px;
	color: #fff;
	letter-spacing: 1px;
}

.quick-info .description {
	overflow: hidden;
}

.quick-info p {
	margin: 0 0 12px;
}

.quick-info .email {
	color: #414141;
	font-weight: 700;
}

.quick-info .email:hover {
	color: #aa7e59;
}

.email {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 23px;
}

.email:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 1;
}

.content-text h2 {
	margin: 0 0 8px;
	text-transform: capitalize;
}

.content-text ul li {
	margin: 0 0 10px;
}

.share-link,
.dwonload-link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 27px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.share-link:after,
.dwonload-link:after {
	position: absolute;
	left: 0;
	top: -1px;
	font-weight: 900;
	font-size: 15px;
	line-height: 1;
}

.dwonload-link:after {
	content: "";
}

.share-link:after {
	content: "";
	font-weight: 400;
}

/* paging */

.navigation-single {
	border-top: 2px solid #eaeaea;
	padding: 20px 0 0;
}

.navigation-single .next,
.navigation-single .prev {
	background: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	background: none;
	color: #ff9334;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	padding: 0;
}

.navigation-single .next a:after,
.navigation-single .prev a:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	top: 2px;
	border-radius: 50%;
	background: #f06600;
	color: #fff;
	font-size: 8px;
	line-height: 1;
	text-align: center;
	padding: 4px 0 0 1px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	color: #a44500;
}

.navigation-single .next a:hover:after,
.navigation-single .prev a:hover:after {
	background: #a44500;
}

.navigation-single .prev a {
	padding-left: 20px;
}

.navigation-single .prev a:after {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 4px 0 0 2px;
}

.navigation-single .next a {
	padding-right: 20px;
}

.navigation-single .next a:after {
	right: 0;
	padding: 3px 0 0 2px;
}

.media {
	margin-bottom: 10px;
}

img.media-object {
	max-width: none;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.intro-section {
		font-size: 32px;
	}

	.intro-section .tp-caption p {
		font-size: 32px !important;
	}

	.load-more-holder .btn-wrap {
		padding-top: 6px;
	}

	.blog-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-item .img-wrap {
		width: 286px;
		padding: 0 30px 0 0;
	}

	.blog-item .img-wrap .image-description .title {
		font-size: 19px;
		line-height: 22px;
	}

	.blog-item .description {
		width: calc(100% - 286px);
		line-height: 20px;
		border-top: 2px solid #eaeaea;
		padding: 8px 0 0;
	}

	.singel-post h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.page-header .search-form input[type="text"]:focus,
	.page-header .search-form input[type="search"]:focus,
	.page-header .gsc-search-box input[type="text"]:focus,
	.page-header .gsc-search-box input[type="search"]:focus {
		z-index: 10;
		color: #000;
		width: 130px;
		cursor: text;
		border: 0;
	}

	.page-header .search-form input[type="text"],
	.page-header .search-form input[type="search"],
	.page-header .gsc-search-box input[type="text"],
	.page-header .gsc-search-box input[type="search"] {
		width: 20px;
	}

	.page-header .search-form input.gsc-input:focus,
	.page-header .gsc-search-box input.gsc-input:focus {
		z-index: 10;
		color: #000;
		width: 130px;
		cursor: text;
		border: 0;
	}

	.page-header .search-form input.gsc-input,
	.page-header .gsc-search-box input.gsc-input {
		width: 20px;
	}

	.header-main {
		padding: 0;
	}

	.header-main .logo {
		position: absolute;
		top: 10px;
		left: 0;
		margin: 0;
		z-index: 3;
	}

	.header-main .logo img {
		width: 117px;
		max-height: 57px;
	}

	.header-main .site-description {
		font-size: 14px;
		margin-left: 24px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		position: static;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}

	.nav-drop .top-panel {
		text-align: right;
		padding: 15px 0 20px;
	}

	.nav-drop .top-panel > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.nav-drop .top-panel > .container > * {
		margin-right: 19px;
	}

	.nav-drop .translate-block {
		margin-right: 14px;
	}

	.primary-navigation .nav-menu {
		margin: 0 0 0 -8px;
	}

	.primary-navigation .nav-menu > li:nth-last-child(1) .sub-menu,
	.primary-navigation .nav-menu > li:nth-last-child(2) .sub-menu {
		left: auto;
		right: 0;
	}

	.primary-navigation .nav-menu > li:nth-last-child(1) .sub-menu li .sub-menu,
	.primary-navigation .nav-menu > li:nth-last-child(2) .sub-menu li .sub-menu {
		left: auto;
		right: 100%;
	}

	.primary-navigation .nav-menu > li {
		float: left;
	}

	.primary-navigation .nav-menu > li > a {
		font-size: 12px;
	}

	.primary-navigation .nav-menu li .sub-menu > li a {
		font-size: 11px;
	}

	.primary-navigation .nav-menu .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 185px;
	}

	#footer {
		padding: 125px 0 58px;
	}

	.footer-description .logo-footer {
		top: 30px;
	}

	.mobile-accordion h4 {
		margin: 0 0 5px;
	}

	.mobile-accordion h4 a {
		pointer-events: none;
	}

	.mobile-accordion .slide.js-slide-hidden {
		position: static !important;
	}

	h1,
	.h1 {
		margin: 0 0 34px;
	}

	.heading-page {
		margin-top: -22px;
	}

	.simple-heading .img-wrap {
		margin: 0 0 31px;
	}

	.add-heading h1 {
		margin: 0 0 15px;
	}

	.content-area {
		padding: 0 0 35px;
	}

	.content-section {
		padding: 35px 0 60px;
	}

	.content-section.brown-bg {
		padding: 27px 0;
	}

	.quick-info .img-wrap {
		float: right;
		width: 264px;
		margin: -7px 0 0;
	}

	.quick-info .description {
		padding: 0 20px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer-description address {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.error404 .search-form input[type="search"] {
		width: 300px;
	}

	.intro-section {
		font-size: 46px;
	}

	.intro-section .tp-caption h1 {
		font-size: 48px !important;
	}

	.intro-section .tp-caption p {
		font-size: 46px !important;
	}

	.intro-section .slide .slide-inner > .container {
		padding-right: 10%;
	}

	.partners-list li {
		margin: 0 30px 40px;
	}

	.documents-list {
		margin: 0 0 -17px;
	}

	.document-item {
		margin: 0 0 17px;
	}

	.document-item .doc-img {
		margin: 4px 20px 13px 0;
	}

	.singel-post {
		padding: 18px 0 17px 52px;
	}

	.page-header .search-form input[type="text"]:focus,
	.page-header .search-form input[type="search"]:focus,
	.page-header .gsc-search-box input[type="text"]:focus,
	.page-header .gsc-search-box input[type="search"]:focus {
		width: 190px;
	}

	.page-header .search-form input.gsc-input:focus,
	.page-header .gsc-search-box input.gsc-input:focus {
		width: 190px;
	}

	.primary-navigation .nav-menu > li > a {
		font-size: 16px;
	}

	.primary-navigation .nav-menu li .sub-menu > li a {
		font-size: 14px;
	}

	.primary-navigation .nav-menu .sub-menu {
		width: 225px;
	}

	#footer {
		padding: 32px 0 55px;
	}

	.footer-description {
		padding-top: 4px;
	}

	.footer-description .logo-footer {
		width: 213px;
		position: static;
		margin: 0 0 30px;
	}

	.footer-description address {
		margin: 0;
		line-height: 18px;
	}

	.simple-heading {
		margin: 0 0 90px;
	}

	.simple-heading h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.add-heading {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 18px;
	}

	.content-section {
		padding: 35px 0 105px;
	}

	.quick-info {
		padding: 14px 8px 12px 18px;
		margin: 0 0 20px;
	}
}

@media (min-width: 1300px) {
	.post-list {
		padding: 0 40px 0 0;
	}

	.post-list .post {
		padding: 0 10px;
	}

	.homepage .header-main .logo img {
		width: 213px;
		max-height: 104px;
	}

	.homepage .header-main .logo {
		top: 25px;
		left: 10px;
	}

	.homepage .header-main .site-description {
		font-size: 16px;
		margin-left: 37px;
	}

	.homepage .nav-drop .top-panel {
		padding: 25px 0 90px;
	}

	.content-area {
		padding: 0 40px 0 0;
	}
}

@media (max-width: 1023px) {
	#footer [class^="col-"],
	#footer [class*=" col-"] {
		position: static;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.load-more-holder .btn-wrap {
		text-align: center;
	}

	.load-more-holder .view-more {
		-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
		transition: background .3s ease-in-out, color .3s ease-in-out;
		display: inline-block;
		vertical-align: top;
		background: #f06600;
		color: #fff;
		padding: 10px 20px;
		min-width: 180px;
	}

	.load-more-holder .view-more:after {
		display: none;
	}

	.load-more-holder .view-more:hover {
		color: #fff;
		background: #a44500;
	}

	.blog-item {
		border-top: 2px solid #eaeaea;
		padding: 35px 0 20px;
		margin: 0;
	}

	.blog-item:first-child {
		border: none;
		padding-top: 0;
	}

	.blog-item .img-wrap {
		max-width: 380px;
		margin: 0 auto 15px;
	}

	.blog-item h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.partners-list img {
		max-width: 80%;
	}

	.document-item p {
		margin: 0 0 15px;
	}

	.translate-block {
		display: inline-block;
		vertical-align: top;
	}

	.primary-navigation .nav-menu li .sub-menu > li .sub-menu a {
		padding-left: 30px;
		font-size: 12px;
	}

	.mobile-accordion {
		font-size: 16px;
		line-height: 20px;
	}

	.mobile-accordion.active h4 a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: -7px;
	}

	.mobile-accordion h4 a {
		border-bottom: 1px solid #bbb;
		display: block;
		position: relative;
		padding: 10px 30px 10px 0;
	}

	.mobile-accordion h4 a:after {
		content: "";
		border: 4px solid transparent;
		border-top: 4px solid #fff;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.mobile-accordion .slide {
		padding: 15px 15px;
		border-bottom: 1px solid #bbb;
	}

	h1,
	.h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.quick-info .img-wrap {
		max-width: 280px;
	}
}

