/*
Theme Name:     Transparent Custom
Theme URI:      https://www.transparent.com/
Description:    Containing all the Transparent Language customizations, this is a child theme for the Coffee Break theme.
Author:         TL people
Author URI:     https://www.transparent.com/about/
Template:       coffeebreak
Version:        0.2.0
*/

@font-face {
	font-family: 'TablePress';
	src: url(/wp-content/plugins/tablepress/css/tablepress.eot);
	src: url(/wp-content/plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),
		url(/wp-content/plugins/tablepress/css/tablepress.woff) format('woff'),
		url(/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),
		url(/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
iframe {
	border: 0;
}
a {
	color: #1a6533;
	text-decoration: none;
}
.d-none {
	display: none;
}
.container {
	padding: 40px 0;
	position: relative;
}
@media (min-width: 768px) {
	.container {
		background: url("img/pattern.png");
	}
}
.container .wrapper {
	padding: 0 20px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #6f1b42;
}
.menu-connect {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -132px;
	z-index: 1;
}
@media (max-width: 768px) {
	.menu-connect {
		display: none;
	}
}
:focus {
	outline: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 16px/26px "ProximaNova", Arial, sans-serif;
}
body {
	background-color: #efeff4;
	min-width: 310px;
}
@media (min-width: 640px) {
	body {
		background-color: #fff;
	}
}
@media (min-width: 900px) {
	body {
		background: url("img/main-map.jpg") repeat-y 0 80px;
	}
}
.header,
.container {
	width: 100%;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper.main {
	max-width: 860px;
}
b, strong {
	font-weight: 700;
}
h1 {
	font: bold 40px/45px "ProximaNova", Arial, sans-serif;
	margin: 20px 0;
}
h2 {
	font: bold 32px/38px "ProximaNova", Arial, sans-serif;
	margin: 20px 0;
}
h3 {
	font: bold 26px/30px "ProximaNova", Arial, sans-serif;
}
h1,
h2,
h3 {
	color: #444;
}
.small {
	font: 14px/19px "ProximaNova", Arial, sans-serif;
}
.btn,
.subm-comment {
	border: none;
	border-radius: 2px;
	color: #fff !important;
	padding: 0 35px;
	font: bold 18px/45px "ProximaNova", Arial, sans-serif;
	cursor: pointer;
}
.subm-comment {
	background-color: #7fb78c;
	transition: background-color 0.5s linear;
}
.subm-comment:hover {
	background-color: #579c63;
}
.subm-comment:active {
	background-color: #1f672a;
}
.btn--brown {
	color: #fff;
	background-color: #aa5d81;
	transition: background-color 0.5s linear;
}
.btn--brown:hover {
	text-decoration: none;
	background-color: #8e375f;
}
.btn--brown:active {
	color: #fff;
	background-color: #6f1b42;
}
.btn--arrow,
.subm-comment--arrow {
	position: relative;
	background-color: #7fb78c;
	transition: background-color 0.5s linear;
	padding-right: 50px;
	margin-top: 40px;
}
.btn--arrow:after,
.subm-comment--arrow:after {
	content: '\2192';
	color: #fff;
	position: absolute;
	margin-left: 8px;
	font-size: 24px;
}
.btn--arrow:hover,
.subm-comment--arrow:hover {
	background-color: #579c63;
}
.btn--arrow:active,
.subm-comment--arrow:active {
	background-color: #1f672a;
	color: #fff;
}
.btn-search {
	border: none;
	height: 45px;
	cursor: pointer;
}
@media (max-width: 359px) {
	.btn-search {
		width: 100%;
		background-color: #81b88c;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		font-family: "ProximaNova", Arial, sans-serif;
		border-radius: 5px;
	}
}
@media (min-width: 360px) {
	.btn-search {
		width: 49px;
		vertical-align: top;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
		background: #81b88c url("img/search.svg") 50% 50% no-repeat;
		-webkit-background-size: 20px 21px;
		background-size: 20px 21px;
		text-indent: -99999px;
	}
	.btn-search:hover {
		background-color: #579c63;
		transition: background-color 0.5s linear;
	}
	.btn-search:active {
		background-color: #1f672a;
		transition: background-color 0.5s linear;
	}
}
.icon-tw {
	background: url("img/twitter.svg") 0 0 no-repeat;
	width: 64px;
	height: 50px;
	display: block;
}
.icon-fc {
	background: url("img/facebook.svg") 0 0 no-repeat;
	width: 49px;
	height: 44px;
	display: block;
}
.icon-in {
	background: url("img/linkedin.svg") 0 0 no-repeat;
	width: 57px;
	height: 55px;
	display: block;
}
/*.icon-banner {
	background: url("img/sprite.png") no-repeat 0 -520px;
	width: 48px;
	height: 40px;
	display: block;
}*/
.icon-fb {
	background: url("img/facebook-side.svg") 0 0 no-repeat;
	width: 21px;
	height: 46px;
	display: block;
}
.icon-twr {
	background: url("img/twitter-side.svg") 0 0 no-repeat;
	width: 39px;
	height: 31px;
	display: block;
}
.icon-yt {
	background: url("img/youtube-side.svg") 0 0 no-repeat;
	width: 32px;
	height: 38px;
	display: block;
}
.icon-rss {
	background: url("img/rss-side.svg") 0 0 no-repeat;
	width: 36px;
	height: 35px;
	display: block;
}
.txt {
	border: 2px solid #c3e6ca;
	padding: 0 10px;
	font: 18px/41px "ProximaNova", Arial, sans-serif;
	color: #1a652a;
	width: 100%;
	box-sizing: border-box;
	height: 45px;
}
@media (max-width: 359px) {
	.txt {
		margin-bottom: 15px;
	}
}
@media (min-width: 360px) {
	.txt {
		border-right: none;
		float: left;
	}
}
input::-webkit-input-placeholder {
	color: #1a652a;
}
input::-moz-placeholder {
	color: #1a652a;
	opacity: 1;
}
input:-moz-placeholder {
	color: #1a652a;
	opacity: 1;
}
input::-ms-input-placeholder {
	color: #1a652a;
}
input:-ms-input-placeholder {
	color: #1a652a;
}
input:focus::-webkit-input-placeholder {
	color: #8db2a6;
}
input:focus::-moz-placeholder {
	color: #8db2a6;
}
input:focus:-moz-placeholder {
	color: #8db2a6;
}
input:focus::-ms-input-placeholder {
	color: #8db2a6;
}
input:focus:-ms-input-placeholder {
	color: #8db2a6;
}
input,
textarea {
	border-radius: 0;
}
/* normalize styles for browsers */
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

.header {
	background: #58578e;
	border-bottom: 1px solid #363574;
	position: relative;
}
.header .wrapper {
	max-width: 1200px;
}
@media (min-width: 768px) {
	.learn-language + .header {
		margin-top: 75px;
	}
}
.logo {
	margin: 18px 0 0 0;
	float: left;
	color: #ccc;
}
.logo img {
	margin: 0 10px;
	width: 265px;
}
.main-menu {
	margin-left: 286px;
}
.main-menu ul {
	width: 100%;
	display: table;
	text-align: center;
}
.main-menu ul li {
	display: table-cell;
	font: bold 16px/63px "ProximaNova", Arial, sans-serif;
	width: 14.5%;
}
.main-menu ul li:nth-last-child(5) {
	width: 15.5%;
}
.main-menu ul li:nth-last-child(3) {
	width: 16%;
}
.main-menu ul li:nth-last-child(2) {
	width: 18.5%;
}
.main-menu ul li:nth-last-child(1) {
	width: 21%;
}
.main-menu ul li a {
	color: #fff;
	display: block;
}
.main-menu ul li a:hover {
	text-decoration: none;
}
.main-menu ul li:hover {
	background: #7f7ba9;
	transition: background 0.5s linear;
}
.menu-nav {
	float: right;
	border: none;
	cursor: pointer;
	display: none;
	width: 74px;
	height: 63px;
	background: #58578e;
	padding: 0;
}
.menu-nav span {
	background: url("img/menu.svg") 0 0 no-repeat;
	width: 30px;
	height: 22px;
	margin-left: 22px;
	display: block;
}
.main-menu ul li:active,
.main-menu ul li.active {
	background: #3e3576;
}
@media (max-width: 900px) {
	.top-block {
		display: none;
	}
}
.blog-bg {
	position: relative;
	border-bottom: 25px solid #7fb78c;
	overflow: hidden;
	height: 309px;
	background-color: #58578e;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
@media (min-width: 321px) and (max-width: 640px) {
	.blog-bg {
		height: 305px;
	}
}
@media (max-width: 320px) {
	.blog-bg {
		height: 190px;
	}
}
.blog-bg .welcome {
	text-align: center;
	padding: 45px 0;
}
.blog-bg .welcome h1 {
	margin: 0;
}
.blog-bg .welcome a {
	font-family: "Satisfy", serif;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
	padding: 40px 0 0 0;
	transition: font-size 0.5s linear;
	text-decoration: none;
	text-shadow: 1px 0 10px rgba(28,28,28,.8);
}
@media (max-width: 639px) {
	.blog-bg .welcome a {
		font-size: 34px;
		line-height: 1;
	}
}
@media (min-width: 640px) {
	.blog-bg .welcome a {
		font-size: 52px;
		line-height: 66px;
	}
}
@media (min-width: 1100px) {
	.blog-bg .welcome a {
		font-size: 65px;
	}
}
.blog-bg img {
	display: block;
	margin: 0 auto;
}
.lang-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 30px;
}
@media (min-width: 900px) {
	.lang-flex {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 60px;
	}
}
.lang-flex__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #1f672a;
	border: 2px solid #c3e6ca;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;
	line-height: 1;
	box-sizing: border-box;
	background: #f2faf4;
	margin-bottom: 15px;
}
.lang-flex__item a {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}
.lang-flex__item a:hover {
	text-decoration: none;
}
@media (min-width: 640px) {
	.lang-flex__item {
		margin-bottom: 20px;
		width: 49%;
	}
}
@media (max-width: 639px) {
	.lang-flex__item {
		width: 100%;
	}
}
@media (min-width: 900px) {
	.lang-flex__item {
		width: 32%;
	}
}
.lang-flex__item:hover {
	text-decoration: none;
}
.lang-flex__info {
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 639px) {
	.lang-flex__info {
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
	}
}
@media (min-width: 640px) {
	.lang-flex__info {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
}
.lang-flex__content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 10px 0;
	box-sizing: border-box;
	width: 100%;
}
.lang-flex img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width: 639px) {
	.lang-flex img {
		width: 70px;
		height: 70px;
	}
}
@media (min-width: 640px) {
	.lang-flex img {
		width: 50px;
		height: 50px;
	}
}
.lang-flex__name {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 2px;
}
@media (min-width: 900px) {
	.lang-flex__name {
		font-size: 18px;
		margin-bottom: 2px;
	}
}
.lang-flex__sub {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #717171;
	font-size: 14px;
	line-height: 1.2;
	transition: all 0.5s linear;
}
.lang-flex__sub:hover {
	color: #1f672a;
	transition: all 0.5s linear;
}
.lang-flex__sub:active {
	color: #1f672a;
	transition: all 0.5s linear;
}
@media (min-width: 900px) {
	.lang-flex__sub {
		width: 190px;
	}
}
.lang-flex--news {
	background-position: 0 0;
}
.lang-flex--german {
	background-position: 0 -745px;
}
.lang-flex--latin {
	background-position: 0 -1420px;
}
.menu-connect li {
	width: 65px;
	height: 65px;
	display: table;
	background: #5a548d;
	margin-bottom: 1px;
}
.menu-connect li a {
	vertical-align: middle;
	display: table-cell;
}
.menu-connect li:hover {
	background: #7f7ba9;
	transition: background 0.5s linear;
}
.menu-connect li:active {
	background: #3d3575;
	transition: background 0.5s linear;
}
.menu-connect span {
	margin: 0 auto;
}
.content {
	margin-right: 390px;
}
.sidebar {
	width: 350px;
	float: right;
}
.sidebar {
	margin-top: 40px;
}
h2.title,
h2.widgettitle {
	font: bold 20px/22px "ProximaNova", Arial, sans-serif;
	color: #1a652a;
	margin: 0 0 20px 10px;
	padding: 0;
}
h2.title a {
	margin-right: 30px;
	padding-bottom: 2px;
	display: inline-block;
	position: relative;
}
h2.title a:last-child {
	margin-right: 0;
}
h2.title a.active:after {
	content: '';
	height: 5px;
	background-color: #90395e;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: -6px;
}
.container .title a:hover {
	text-decoration: none;
}
.tl-news-ticker-blogs,
.tl-news-ticker-blogs iframe {
	width: 100%;
	height: 175px;
	margin-bottom: 40px;
}
.widget_woo_search {
	overflow: hidden;
	margin-bottom: 40px;
}
@media (min-width: 360px) {
	.widget_woo_search div {
		margin-right: 50px;
	}
}
.widget_recent_entries h2 {
	display: none;
}
.posts--list .post-item {
	border-bottom: 4px solid #549a63;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 25px;
}
.posts--list .post-item h2 {
	line-height: 1;
	position: relative;
	margin-bottom: 15px;
}
@media (min-width: 640px) {
	.posts--list .post-item h2 {
		margin-bottom: 25px;
	}
}
.posts--list .post-item__entry {
	line-height: 30px;
}
@media (max-width: 767px) {
	.posts--list .post-item__entry {
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	.posts--list .post-item__entry {
		font-size: 18px;
	}
}
.post-item__head {
	color: #444;
}
@media (min-width: 640px) {
	.post-item__head {
		padding-left: 55px;
		display: inline-block;
		position: relative;
	}
}
.post-item__head:hover {
	text-decoration: none;
}
@media (min-width: 640px) {
	.post-item__head:before {
		content: '';
		position: absolute;
		background: url("img/speech-bubble.svg") 0 0 no-repeat;
		-webkit-background-size: 39px 35px;
		background-size: 39px 35px;
		width: 39px;
		height: 35px;
		left: 0;
	}
}
.post-item__date {
	font: 16px "ProximaNova", Arial, sans-serif;
	color: #6b6b6b;
	display: block;
}
@media (min-width: 640px) {
	.post-item__date {
		padding-left: 55px;
		line-height: 30px;
	}
}
.post-item__date a {
	color: #6b6b6b;
}
@media (max-width: 639px) {
	.post-item__date {
		line-height: 20px;
	}
}
.post-item__arrow {
	display: inline-block;
}
@media (max-width: 767px) {
	.post-item__arrow {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.post-item__arrow {
		float: right;
		margin: 45px 0 0 0;
	}
}
.post-item__arrow:hover {
	text-decoration: none;
}
.posts--list .post-item img,
.sidebar-posts img {
	max-width: 100%;
	margin: 0;
	vertical-align: top;
	box-sizing: border-box;
}
.posts--list .post-item img,
.img-border,
.instagram-pics li a {
	border: 2px solid #c2e5ca;
	padding: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.posts--list .post-item img {
	float: left;
	margin-right: 20px;
}
.posts--list .post-item img.emoji {
	float: none;
}
.img-border,
.instagram-pics li a {
	display: block;
	margin-right: 10px;
	box-sizing: border-box;
}
.img-border {
	width: 68px;
}
.sidebar-posts .img-border img {
	width: 60px;
}
.sidebar-posts {
	margin-bottom: 18px;
}
@media (min-width: 768px) {
	.sidebar-posts {
		box-shadow: 0 0 0 2px #cde9d3;
		margin-bottom: 30px;
	}
}
.sidebar-posts li {
	background: #f2faf4;
	border-bottom: 1px solid #cde9d3;
	width: 100%;
}
.sidebar-posts li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.sidebar-posts li:last-child {
	border: 0;
}
.sidebar-posts h2 {
	color: #1a652a;
	font: 18px/19px "ProximaNova", Arial, sans-serif;
	margin: 0;
	width: 100%;
}
.sidebar-posts a + h2,
.sidebar-posts .img-border + .tweet-text {
	width: -webkit-calc(100% - 78px);
	width: calc(100% - 78px);
}
.sidebar-posts h2 span {
	color: #6b6b6b;
	display: block;
	font: italic 13px/15px "ProximaNova", Arial, sans-serif;
	padding: 5px 0;
}
.tweet-text {
	width: 100%;
}
.sidebar-posts h3 {
	color: #1a652a;
	font: 14px/19px "ProximaNova", Arial, sans-serif;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.sidebar-posts h3 span {
	margin-right: 10px;
	font-weight: 700;
}
.sidebar-posts h3 a {
	color: #4e5c51;
}
.sidebar-posts p {
	font: 13px/15px "ProximaNova", Arial, sans-serif;
	color: #4e5c51;
}
.sidebar-posts p a {
	color: #6b87c0;
}
.sidebar-posts li:nth-child(even) {
	background: #fff;
}
@media (max-width: 639px) {
	.alignright,
	.alignleft {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 640px) {
	.alignright {
		float: right;
		margin: 0 0 5px 10px;
	}
	.alignleft {
		float: left;
		margin: 0 10px 5px 0;
	}
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto 10px;
}
.post-item .wp-caption-text {
	margin-bottom: 0;
}
.wp-caption {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 4px 0 5px;
	text-align: center;
	margin-bottom: 30px;
}
.post-item img {
	box-shadow: 0 0 0 3px #fff;
	max-width: 100%;
	height: auto;
}
.post-item .post-item__entry img {
	box-shadow: none;
}
.wp-caption,
.post-item__attachment {
	max-width: 99.8%;
}
.post-item .wp-caption img,
.post-item .post-item__attachment img {
	width: 100%;
	height: 100%;
	max-width: -webkit-calc(100% - 10px);
	max-width: calc(100% - 10px);
}
.post-item__entry a {
	color: #2882c1;
}
.arrows,
.post-arrow--left a,
.post-arrow--right a {
	position: relative;
}
.arrows:before,
.post-arrow--left a:before,
.post-arrow--right a:before {
	content: '\2192';
	font-size: 22px;
	line-height: .8;
	color: #1a6533;
	position: absolute;
	margin: auto;
}
.post-arrow--left a:before {
	content: '\2190';
}
.arrows:before,
.post-arrow--right a:before {
	content: '\2192';
}
.arrows:active:before,
.post-arrow--left a:active:before,
.post-arrow--right a:active:before {
	color: #6f1b42;
}
.post-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	flex-basis: 100%;
	padding-top: 35px;
}
.post-arrow__item {
	color: #1f672a;
	font: bold 18px/20px "ProximaNova", Arial, sans-serif;
}
.post-arrow__item:hover {
	text-decoration: underline;
	color: #1f672a;
}
.post-arrow__item:active {
	text-decoration: none;
	color: #6f1b42;
}
.post-arrow--left a {
	padding-left: 30px;
}
.post-arrow--left a:before {
	left: 0;
}
.post-arrow--right a {
	padding-right: 30px;
}
.post-arrow--right a:before {
	right: 0;
}
.footer-border {
	background: #7fb78c;
	min-height: 43px;
	border-top: 1px solid #457952;
	border-bottom: 1px solid #457952;
}
.footer-subscribe {
	box-sizing: border-box;
	position: relative;
}
.footer-subscribe .wrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
@media (min-width: 600px) and (max-width: 991px) {
	.footer-subscribe .wrapper {
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
}
.footer-subscribe__l {
	width: 100%;
	text-align: center;
}
@media (max-width: 599px) {
	.footer-subscribe__l {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 991px) {
	.footer-subscribe {
		padding: 28px 0;
	}
}
@media (min-width: 992px) {
	.footer-subscribe__l,
	.feedblitz-subscribe {
		padding: 29px 0 28px;
	}
}
.footer-subscribe__l h4 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: "ProximaNova", Arial, sans-serif;
}
.footer-subscribe__l h5 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "ProximaNova", Arial, sans-serif;
}
@media (min-width: 992px) {
	.footer-subscribe__l {
		width: 35%;
	}
	.feedblitz-subscribe {
		width: 65%;
	}
}
.form-email-submit {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
}
@media (max-width: 991px) {
	.form-email-submit {
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
}
.feedblitz-subscribe input[type="text"] {
	height: 50px;
	border-radius: 4px;
	border: 0;
	font-size: 20px;
	color: #1a652a;
	padding-left: 60px;
	background-color: #fff;
}
@media (min-width: 600px) {
	.feedblitz-subscribe input[type="text"] {
		margin-right: 30px;
	}
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset;
}
.email-ico {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
}
@media (max-width: 599px) {
	.email-ico {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.email-ico {
		max-width: 540px;
	}
}
.email-ico:before {
	content: '';
	top: 2px;
	position: absolute;
	width: 50px;
	height: 48px;
	background: url("img/mail-subscribe.svg") 15px 50% no-repeat;
	-webkit-background-size: 28px 18px;
	background-size: 28px 18px;
}
@media (min-width: 600px) {
	.feedblitz-subscribe input[type="text"] {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.feedblitz-subscribe input[type="text"] {
		width: 400px;
		max-width: 350px;
		line-height: 50px;
	}
}
.feedblitz-subscribe input[type="submit"] {
	background: #aa5d81 no-repeat 50% 50%;
	color: #fff;
	min-width: 150px;
	width: 30%;
	border-radius: 4px;
	height: 45px;
	line-height: 45px;
	margin-top: 2px;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "ProximaNova", Arial, sans-serif;
	cursor: pointer;
}
@media (max-width: 599px) {
	.feedblitz-subscribe input[type="submit"] {
		margin: 10px auto 0;
	}
}
.feedblitz-subscribe input[type="submit"].spinner {
	background-image: url(img/spinner.gif);
	background-size: 32px 32px;
	font-size: 0;
}
.feedblitz-error {
	position: absolute;
	top: -28px;
	color: #fff;
	font-size: 14px;
}
.feedblitz-message {
	display: none;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.feedblitz-subscribe {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.feedblitz-subscribe {
		margin: 30px auto 0;
	}
}
@media (max-width: 599px) {
	.feedblitz-subscribe {
		width: 80%;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	.feedblitz-subscribe {
		width: 84%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.feedblitz-subscribe {
		margin-top: 30px;
		width: 75%;
	}
}
@media (max-width: 900px) {
	.logo img {
		margin: 0 20px;
	}
	.main-menu {
		margin: 0;
	}
	.main-menu ul {
		position: absolute;
		display: none;
		top: 63px;
		left: 0;
		text-align: left;
	}
	.main-menu ul li {
		width: 100% !important;
		display: block;
		background: #4b4a7e;
		border-bottom: 1px solid #58578e;
		font: 22px/55px "ProximaNova", Arial, sans-serif;
	}
	.main-menu ul li a {
		padding-left: 30px;
	}
	.main-menu.open ul {
		transition: all 0.5s linear;
		display: block;
		z-index: 5;
	}
	.main-menu.open .menu-nav {
		background-color: #4b4a7e;
		transition: all 0.5s linear;
	}
	.menu-nav {
		display: block;
	}
}
@media (max-width: 899px) {
	.small {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 768px) {
	.small {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 480px) {
	h2.title {
		font-size: 23px;
		line-height: 25px;
		margin: 10px 0 20px;
		text-align: center;
	}
	.small {
		font-size: 22px;
	}
	.logo {
		margin-top: 10px;
	}
	.logo img {
		width: 220px;
		margin: 0 10px;
	}
	.menu-nav {
		width: 50px;
		height: 40px;
	}
	.menu-nav span {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		margin-left: 10px;
	}
	.main-menu ul {
		top: 40px;
	}
	.main-menu ul li {
		font-size: 18px;
		line-height: 40px;
	}
	.container .wrapper {
		padding: 0 10px;
	}
}


/*
	POSTS LIST
	======================================================= */
.learn-language {
	background-color: #7fb78c;
	transition: all 0.5s linear;
	text-align: center;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
@media (max-width: 639px) {
	.learn-language {
		padding: 15px 0 20px;
		-webkit-flex-flow: column nowrap;
		-moz-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		-o-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
}
@media (min-width: 640px) {
	.learn-language {
		padding: 15px 0;
		-webkit-flex-flow: row nowrap;
		-moz-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		-o-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
}
@media (min-width: 768px) {
	.learn-language {
		position: fixed;
		width: 100%;
		z-index: 1;
		top: 0;
		opacity: .9;
	}
}
@media (min-width: 768px) and (max-width: 782px){
	.customize-support .learn-language {
		top: 46px;
	}
}
@media (min-width: 783px) {
	.customize-support .learn-language {
		top: 32px;
	}
}
.learn-language:hover {
	text-decoration: none;
}
.learn-language p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
	text-shadow: 0 -1px 1px #78ad84;
}
@media (max-width: 639px) {
	.learn-language p {
		margin-bottom: 20px;
	}
}
.learn-language span {
	font-weight: bold;
	font-size: 18px;
	padding: 0 45px;
	margin-left: 10px;
}
.learn-language p span {
	color: #f2f2a8;
	padding: 0 5px;
	margin: 0;
	font-size: 24px;
}
.search {
	width: 100%;
}
@media (max-width: 991px) {
	.search {
		margin-bottom: 35px;
	}
}
.sidebar-items {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sidebar-items {
		max-width: 580px;
		margin-right: auto;
		margin-left: auto;
	}
}
.wotd-widget {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	box-shadow: 0 0 0 2px #8887b9;
	background-color: #fff;
}
.wotd-widget noscript {
	display: block;
	text-align: center;
	top: 42%;
	position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
	.wotd-widget {
		-webkit-order: 0;
		-ms-order: 0;
		order: 0;
	}
	.block-wrapper {
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
	.instagram-widget {
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
	.blogs-list-wrapper {
		-webkit-order: 4;
		-ms-order: 4;
		order: 4;
	}
}

@media (min-width: 640px) and (max-width: 1099px) {
	.sidebar-info {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.wotd-widget {
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
}

.sidebar-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.sidebar-flex {
		width: 32%;
		float: right;
	}
}
@media (max-width: 991px) {
	.sidebar-flex .search {
		display: none;
	}
}
.sidebar-info {
	transition: width 0.5s linear;
}
.ticker {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.ticker {
		display: none;
	}
}
.ticker iframe {
	height: 183px;
	width: 100%;
}
@media (max-width: 479px) {
	.ticker {
		float: none;
		width: 100%;
	}
	.posts {
		float: none;
		width: 100%;
	}
	.wotd-widget {
		display: none;
	}
	.search {
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
	.sidebar-items {
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
}
@media (min-width: 480px) {
	.search {
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
	.sidebar-items {
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
}
@media (max-width: 639px) {
	.wotd-widget {
		display: none;
	}
}
@media (max-width: 767px) {
	.block-wrapper {
		display: none;
	}
}
@media (min-width: 992px) {
	.ticker {
		float: right;
		width: 32%;
		margin: 20px 0 30px;
	}
	.posts {
		float: left;
		width: 65%;
		min-height: 250px;
	}
	.search {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
}
.wotd-widget iframe {
	width: 100%;
	height: 300px;
}
.post-nav {
	overflow: hidden;
	margin-bottom: 50px;
}
.post-nav a {
	font-size: 18px;
	color: #1f672a;
	font-weight: 600;
}
.new-posts {
	float: left;
	position: relative;
	padding-left: 30px;
}
.new-posts:before {
	content: '';
	background: url("img/sprite.png") 0 -480px no-repeat;
	position: absolute;
	left: 0;
	width: 21px;
	height: 7px;
	margin-top: 10px;
	transform: rotate(180deg);
}
.new-posts:active:before {
	content: '';
	background: url("img/sprite.png") 0 -500px no-repeat;
}
.old-posts {
	float: right;
	position: relative;
	padding-right: 30px;
}
.old-posts:after {
	content: '';
	background: url("img/sprite.png") 0 -480px no-repeat;
	position: absolute;
	width: 21px;
	height: 7px;
	right: 0;
	margin-top: 10px;
}
.old-posts:active:after {
	content: '';
	background: url("img/sprite.png") 0 -500px no-repeat;
}
.footer {
	background: #58578e url("img/footer-bg.jpg") repeat-x;
}
@media (max-width: 479px) {
	.footer {
		background-size: 1998px 570px;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	.footer {
		background-size: 1998px 510px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer {
		background-size: 1998px 340px;
	}
}
@media (min-width: 992px) and (max-width: 1099px) {
	.footer {
		background-size: 1998px 450px;
	}
}
@media (min-width: 1100px) {
	.footer {
		background-size: 1998px 410px;
	}
}
.footer-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: 37px 0 30px;
	color: #fff;
}
.footer-0 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
	order: 0;
}
@media (max-width: 480px) {
	.footer-0 {
		padding: 0 10px;
	}
}
@media (min-width: 481px) {
	.footer-0 {
		-webkit-flex-basis: 90%;
		flex-basis: 90%;
		padding: 0 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
@media (min-width: 768px) {
	.footer-0 {
		display: none;
	}
}
.post-lnk {
	display: block;
	background-color: #7eb68b;
	color: #fff;
	line-height: 3;
	font-family: "ProximaNova", Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 0.7em;
}
.post-lnk.active {
	margin-bottom: 0;
}
.footer-1 {
	transition: all 0.5s linear;
	flex-basis: 100%;
	box-sizing: border-box;
	order: 1;
}
@media (max-width: 359px) {
	.footer-1 {
		margin: 12px 0 30px;
		height: 110px;
	}
}
@media (min-width: 360px) {
	.footer-1 {
		margin: 12px 0 30px;
		height: 48px;
	}
}
@media (max-width: 480px) {
	.footer-1 {
		padding: 0 10px;
	}
}
@media (min-width: 481px) {
	.footer-1 {
		flex-basis: 90%;
		padding: 0 20px;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-1 {
		max-width: 580px;
	}
}
@media (min-width: 992px) {
	.footer-1 {
		display: none;
	}
}
.footer-2 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding: 0 10px;
	-webkit-order: 3;
	-ms-order: 3;
	order: 3;
	box-sizing: border-box;
}
@media (min-width: 481px) {
	.footer-2 {
		-webkit-flex-basis: 90%;
		flex-basis: 90%;
		margin: 0 auto;
		padding: 0 20px;
	}
}
@media (min-width: 1100px) {
	.footer-2 {
		-webkit-flex-basis: 60%;
		flex-basis: 60%;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		margin-top: 20px;
	}
}
.footer-about {
	background: #2c2b4c;
	box-shadow: 0 0 0 2px #cf90ba;
	padding: 25px;
	color: #fff;
	font: italic 1.25em/1.45 "ProximaNova", Arial, sans-serif;
}
@media (min-width: 768px) {
	.footer-about {
		border-radius: 6px;
		max-width: 540px;
		margin: 0 auto;
	}
}
.footer-3 {
	transition: all 0.5s linear;
}
@media (max-width: 1099px) {
	.footer-3 {
		display: none;
	}
}
@media (min-width: 1100px) {
	.footer-3 {
		-webkit-flex-basis: 35%;
		flex-basis: 35%;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
		margin-bottom: 70px;
	}
}
.footer-freetrial {
	background: url("img/footer-devices.png") no-repeat top left;
	float: right;
	width: 340px;
}
.footer-freetrial a {
	margin-top: 208px;
	float: left;
}
.footer-freetrial a:hover {
	text-decoration: none;
}
.footer-4 {
	transition: all 0.5s linear;
}
@media (max-width: 1099px) {
	.footer-4 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
	}
}
@media (min-width: 1100px) {
	.footer-4 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-webkit-order: 3;
		-ms-order: 3;
		order: 3;
	}
}
.footer-menu {
	text-align: center;
	margin-bottom: 30px;
}
@media (min-width: 640px) {
	.footer-menu {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media (min-width: 640px) and (max-width: 991px) {
	.footer-menu {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		max-width: 680px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-menu {
		margin-bottom: 60px;
	}
}
@media (min-width: 1100px) {
	.footer-menu {
		margin-bottom: 60px;
	}
}
@media (min-width: 640px) {
	.footer-menu li {
		padding: 0 5%;
		position: relative;
	}
	.footer-menu li:after {
		content: '';
		position: absolute;
		left: 0;
		height: 20px;
		width: 1px;
		top: 4px;
		background-color: #549a63;
	}
	.footer-menu li:first-child:after {
		content: none;
	}
	.footer-menu li:nth-child(5) {
		margin-left: 23px;
	}
	.footer-menu li:nth-child(5):after {
		content: none;
	}
}
@media (min-width: 992px) {
	.footer-menu li {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		padding: 0 30px;
	}
	.footer-menu li:nth-child(5) {
		margin-left: 0;
	}
	.footer-menu li:nth-child(5):after {
		content: '';
	}
}
.footer-menu a {
	color: #fff;
	font-size: 25px;
	line-height: 1.6;
	font-family: "ProximaNova", Arial, sans-serif;
	transition: color 0.5s linear;
}
.footer-menu a:hover {
	color: #b1d6b8;
	text-decoration: none;
}
@media (min-width: 640px) {
	.footer-menu a {
		font-size: 18px;
	}
}
@media (max-width: 1099px) {
	.footer-5 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-webkit-order: 5;
		-ms-order: 5;
		order: 5;
	}
}
@media (min-width: 1100px) {
	.footer-5 {
		-webkit-flex-basis: 33%;
		flex-basis: 33%;
		-webkit-order: 4;
		-ms-order: 4;
		order: 4;
	}
}
.footer-info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
	.footer-info {
		max-width: 580px;
		margin-right: auto;
		margin-left: auto;
	}
}
.footer-info__logo {
	max-width: 90%;
}
.footer-info .footer-info {
	color: #f3f3f7;
	text-align: left;
	font-size: 18px;
	margin-top: 30px;
	float: left;
}
@media (max-width: 900px) {
	.footer-info .footer-info {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}
.footer-addr {
	padding-top: 15px;
	white-space: nowrap;
	text-align: left;
}
@media (max-width: 639px) {
	.footer-addr {
		width: 200px;
		margin: 0 auto;
	}
}
@media (min-width: 640px) {
	.footer-addr {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media (min-width: 1100px) {
	.footer-addr {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}
.footer-addr__item {
	padding-left: 35px;
	position: relative;
	color: #f3f3f7;
	margin: 0 10px 8px;
}
.footer-addr__item a {
	color: #fff;
}
@media (min-width: 1100px) {
	.footer-addr__item {
		margin-left: 45px;
	}
}
.footer-addr__item:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 25px;
	left: 0;
}
.footer-addr--address:before {
	background: url("img/marker.svg") 60% 0 no-repeat;
	-webkit-background-size: 15px 19px;
	background-size: 15px 19px;
}
@media (max-width: 639px) {
	.footer-addr--address .text {
		display: block;
	}
}
@media (min-width: 640px) {
	.footer-addr--address .text {
		padding-left: 5px;
	}
}
.footer-addr--phone:before {
	background: url("img/phone.svg") 50% 5px no-repeat;
	-webkit-background-size: 22px 15px;
	background-size: 22px 15px;
}
.footer-addr--mail:before {
	background: url("img/email.svg") 50% 7px no-repeat;
	-webkit-background-size: 20px 12px;
	background-size: 20px 12px;
}
.footer-addr--mail a {
	color: #f3f3f7;
	text-decoration: underline;
}
@media (max-width: 1099px) {
	.footer-6 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-webkit-order: 4;
		-ms-order: 4;
		order: 4;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media (min-width: 1100px) {
	.footer-6 {
		-webkit-flex-basis: 44%;
		flex-basis: 44%;
		-webkit-order: 5;
		-ms-order: 5;
		order: 5;
	}
}
.footer-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	-o-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: space-around;
}
@media (max-width: 1099px) {
	.footer-links {
		margin: 30px 0 38px;
	}
}
@media (min-width: 640px) {
	.footer-links {
		flex-flow: row wrap;
	}
}
.footer-links ul {
	padding-left: 25px;
	margin: 0 20px;
	list-style: disc;
	color: #b1d6b8;
}
.footer-links li {
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
}
@media (min-width: 640px) {
	.footer-links li {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.footer-links li {
		width: 175px;
	}
}
.footer-links a {
	color: #b1d6b8;
}
.footer-links a:hover {
	text-decoration: none;
}
@media (max-width: 1099px) {
	.footer-7 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		margin-bottom: 40px;
	}
}
@media (min-width: 1100px) {
	.footer-7 {
		-webkit-flex-basis: 21%;
		flex-basis: 21%;
		-webkit-order: 6;
		-ms-order: 6;
		order: 6;
	}
}
.footer-social {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
@media (min-width: 1100px) {
	.footer-social {
		height: 170px;
		align-items: center;
	}
}
.footer-social li {
	margin: 0 1%;
}
.footer-social span {
	margin: 0 auto;
	transform: scale(0.6);
}
@media (min-width: 768px) and (max-width: 1099px) {
	.footer-social span {
		transform: scale(1);
	}
}
.footer-social a {
	display: table-cell;
	vertical-align: middle;
	margin: 0 5px;
	padding: 0;
	width: 70px;
	height: 70px;
	background: #7fb78c;
}
.footer-social a:hover {
	background-color: #579c63;
	transition: background 0.5s linear;
}
.footer-social a:active {
	background-color: #cd8faa;
	transition: background 0.5s linear;
}
@media (min-width: 768px) and (max-width: 1099px) {
	.footer-social a {
		width: 100px;
		height: 100px;
	}
}
@media (min-width: 1100px) {
	.footer-social a {
		width: 56px;
		height: 56px;
	}
}
/* POST ITEM */
@media (max-width: 639px) {
	.posts--single .post-item h2 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
	}
}
@media (min-width: 640px) {
	.posts--single .post-item h2 {
		font-size: 40px;
	}
}
.post-item .post-item__head:before {
	left: 0;
}
.post-item__entry p,
.post-item__entry ul,
.post-item__entry ol {
	font: 16px/26px "ProximaNova", Arial, sans-serif;
	color: #000;
	margin: 0 0 20px;
	padding: 0;
}
.post-item__entry p:empty {
	margin-bottom: 0;
}
.post-item__entry > div {
	margin-bottom: 20px;
}
.post-item__entry .woo-sc-box {
	margin: 35px 0;
}
.post-item__slogan .woo-sc-box {
	margin: 0;
}
.post-item__entry ul,
.post-item__entry ol {
	margin-left: 20px;
	list-style: circle;
}
.post-item__entry ol li {
	list-style: decimal;
}
.post-item__entry ul li {
	list-style: initial;
}
.post-item__entry h1,
.post-item__entry h2,
.post-item__entry h3,
.post-item__entry h4,
.post-item__entry h5,
.post-item__entry h6 {
	line-height: 1;
	color: #000;
	margin: 0 0 20px;
	padding: 0;
}
.post-item .post-item__entry h1 {
	font-size: 30px;
}
.post-item .post-item__entry h2 {
	font-size: 28px;
}
.post-item .post-item__entry h3 {
	font-size: 26px;
}
.post-item .post-item__entry h4 {
	font-size: 24px;
}
.post-item .post-item__entry h5 {
	font-size: 22px;
}
.post-item .post-item__entry h6 {
	font-size: 20px;
}
.post-item hr {
	height: 4px;
	background-color: #549a63;
}
@media (max-width: 639px) {
	.post-item hr {
		margin: 25px 0;
	}
}
@media (min-width: 640px) {
	.post-item hr {
		margin: 35px 0;
	}
}
.post-item__entry hr {
	background-color: transparent;
	margin: 0 0 20px;
	height: auto;
}
.post-item__slogan {
	color: #90395e;
	font-size: 20px;
	font-style: italic;
	border-top: 3px solid #549a63;
	border-bottom: 3px solid #549a63;
	overflow: hidden;
}
@media (max-width: 639px) {
	.post-item__entry .post-item__slogan {
		padding: 10px 0;
		margin-bottom: 10px;
	}
}
@media (min-width: 640px) {
	.post-item__entry .post-item__slogan {
		padding: 30px 0;
		margin-bottom: 30px;
	}
}
.post-item__slogan p {
	color: #90395e;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0;
}
.post-item__author {
	background-color: #fff;
	box-shadow: 0 0 0 2px #c2e5ca;
	overflow: hidden;
}
@media (max-width: 639px) {
	.post-item__author {
		margin-bottom: 20px;
		padding: 10px;
	}
}
@media (min-width: 640px) {
	.post-item__author {
		margin-bottom: 30px;
		padding: 30px 20px 25px;
	}
}
.post-item__author a {
	color: #1a652a;
}
.post-item__author p {
	margin-bottom: 0;
}
.post-item__author h3 {
	margin-bottom: 5px;
}
@media (max-width: 639px) {
	.post-item__author h3 {
		font-size: 20px;
	}
}
@media (min-width: 640px) {
	.post-item__author h3 {
		font-size: 24px;
	}
}
.post-item__author h3 a {
	padding-left: 5px;
}
.post-item__author img {
	border: 2px solid #c2e5ca;
	padding: 2px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	max-width: 100%;
}
@media (max-width: 639px) {
	.post-item__author img {
		margin: 0 auto 10px;
		display: block;
	}
}
@media (min-width: 640px) {
	.post-item__author img {
		float: left;
		margin-top: 7px;
	}
}
.post-item__tags {
	clear: both;
	margin-bottom: 35px;
	margin-top: 20px;
}
.post-item__comments h3 {
	font-size: 26px;
	margin-bottom: 10px;
}
.comments-list .post-item__leave-comment {
	margin-bottom: 35px;
}
.comments-list > .comment:nth-of-type(odd) + .post-item__leave-comment {
	margin-top: 35px;
	margin-bottom: 0;
}
.post-item__leave-comment h3 {
	font-size: 26px;
	margin-bottom: 10px;
}
.post-item__leave-comment label,
.post-item__leave-comment input {
	display: block;
}
.post-item__leave-comment label {
	font-style: italic;
}
@media (max-width: 639px) {
	.post-item__leave-comment label {
		font-size: 16px;
	}
}
@media (min-width: 640px) {
	.post-item__leave-comment label {
		font-size: 12px;
	}
}
.post-item__leave-comment label sub {
	color: #e96355;
	padding: 0 10px 0 5px;
}
.inp-comment {
	border: 2px solid #c2e5ca;
	margin-bottom: 15px;
	padding: 0 5px;
	box-sizing: border-box;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 16px;
}
@media (max-width: 767px) {
	.inp-comment {
		width: 100%;
		height: 48px;
	}
}
@media (min-width: 768px) {
	.inp-comment {
		width: 275px;
		height: 31px;
	}
}
.ta-comment {
	height: 31px;
	border: 2px solid #c2e5ca;
	resize: none;
	padding: 5px;
	box-sizing: border-box;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.ta-comment {
		width: 100%;
		height: 180px;
	}
}
@media (min-width: 768px) {
	.ta-comment {
		width: 420px;
		height: 130px;
	}
}
.post-share {
	box-shadow: 0 0 0 2px #c2e5ca;
	background-color: #f2faf4;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 18px 20px 20px;
	margin-top: 35px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	clear: both;
}
@media (max-width: 479px) {
	.post-share {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}
@media (min-width: 480px) {
	.post-share {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
}
.post-share__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
@media (max-width: 479px) {
	.post-share__list {
		width: 100%;
	}
}
@media (min-width: 480px) {
	.post-share__list {
		margin-top: 5px;
	}
}
.post-share__item {
	margin-right: 15px;
	margin-left: 15px;
}
.post-share--fb {
	margin-top: -6px;
}
.post-share__txt {
	font-size: 24px;
	font-style: italic;
}
@media (max-width: 479px) {
	.post-share__txt {
		margin-bottom: 20px;
	}
}
@media (min-width: 480px) {
	.post-share__txt {
		width: 150px;
	}
}
.comments-list > .comment:nth-of-type(odd) {
	box-shadow: 0 0 0 2px #c2e5ca;
	background-color: #f2faf4;
}
.comment__item {
	overflow: hidden;
	padding: 20px;
}
@media (min-width: 640px) {
	.comment__item +.comment__item {
		margin-left: 60px;
	}
}
@media (max-width: 639px) {
	.comment__img-date {
		display: none;
	}
}
@media (min-width: 640px) {
	.comment__img-date {
		float: left;
		width: 47px;
		margin-right: 20px;
	}
	.comment__img-date img {
		border-radius: 2px;
		margin-bottom: 5px;
		box-shadow: none;
	}
}
.comment__date {
	font-size: 12px;
	color: #8f8f8f;
	font-style: italic;
	text-align: center;
	line-height: 1;
}
@media (min-width: 640px) {
	.comment__info {
		margin-left: 70px;
	}
}
.comment__reply {
	text-align: right;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #1a6533;
	padding-right: 5px;
}
.comment__reply a {
	margin-left: 10px;
}
.comment__name {
	font-size: 16px;
	font-weight: 700;
	color: #f89748;
	font-style: italic;
}
.comment__name p {
	margin-bottom: 5px;
}
.comment__name a {
	color: #f89748;
}
.comment__text p {
	margin-bottom: 10px;
}
.comment__repliedto {
	color: #1a652a;
	font-weight: 700;
}
.comments-list ul.children li {
	padding-left: 20px;
}
.comments-list > .comment:nth-of-type(odd) .post-item__leave-comment {
	margin: 0 20px;
	padding-bottom: 20px;
}
.cancel-comment-reply {
	font-size: 15px;
}
.blogs-list-wrapper {
	position: relative;
}
@media (max-width: 479px) {
	.blogs-list-wrapper {
		height: 381px;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	.blogs-list-wrapper {
		height: 368px;
	}
}
@media (max-width: 991px) {
	.blogs-list-wrapper {
		padding-top: 30px;
	}
	.blogs-list-wrapper.expanded {
		height: auto;
	}
}
.blogs-list {
	background-color: #fff;
	box-shadow: 0 0 0 2px #cde9d3;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.blogs-list {
		margin-bottom: 46px;
	}
}
.blogs-list a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}
@media (max-width: 991px) {
	.blogs-list a {
		padding: 20px 14px;
	}
}
@media (min-width: 992px) {
	.blogs-list a {
		padding: 10px 14px;
	}
}
.blogs-list li {
	border-bottom: 1px solid #cde9d3;
}
.blogs-list li:last-child {
	border-bottom: 0;
}
.blogs-list li:nth-child(odd) {
	background-color: #f2faf4;
}
.blogs-list a:hover {
	text-decoration: none;
}
.blogs-list img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.blogs-list__info {
	line-height: 1;
}
.blogs-list__name {
	display: block;
	font-weight: 700;
	color: #1a652a;
	margin-bottom: 8px;
}
@media (max-width: 991px) {
	.blogs-list__name {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.blogs-list__name {
		font-size: 14px;
	}
}
.blogs-list__sub {
	color: #6e8171;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 230px;
	white-space: nowrap;
	display: block;
}
@media (max-width: 991px) {
	.blogs-list__sub {
		font-size: 14px;
	}
}
@media (max-width: 459px) {
	.blogs-list__sub {
		width: 190px;
	}
}
@media (min-width: 992px) {
	.blogs-list__sub {
		font-size: 13px;
	}
}
@media (min-width: 1050px) {
	.blogs-list__sub {
		width: 245px;
	}
}
@media (min-width: 1100px) {
	.blogs-list__sub {
		width: 265px;
	}
}
@media (min-width: 1150px) {
	.blogs-list__sub {
		width: 275px;
	}
}
.view-blogs {
	position: absolute;
	bottom: 0;
	background-color: #7eb68b;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
	height: 46px;
	font-size: 22px;
	right: -1px;
	left: -1px;
}
@media (min-width: 992px) {
	.view-blogs {
		display: none;
	}
}
.view-blogs:after {
	content: '\2193';
	position: absolute;
	color: #fff;
	margin: -2px 0 0 13px;
}
.blogs-list-wrapper .view-blogs .expanded,
.blogs-list-wrapper.expanded .view-blogs .collapsed {
	display: none;
}
.blogs-list-wrapper .view-blogs .collapsed,
.blogs-list-wrapper.expanded .view-blogs .expanded {
	display: inline;
}
.blogs-list-wrapper.expanded .view-blogs {
	bottom: -1px;
}
.blogs-list-wrapper.expanded .view-blogs:after {
	transform: rotate(180deg);
	margin-top: 1px;
}
@media (max-width: 639px) {
	.wie-widget {
		display: none;
	}
}
.wie-widget {
	margin-bottom: 20px;
}
.wie-widget iframe {
	width: 100%;
	height: 304px;
}

@media (max-width: 639px) {
	.instagram-widget {
		display: none;
	}
}
@media (min-width: 640px) {
	.instagram-pics {
		box-shadow: 0 0 0 2px #cde9d3;
		overflow: hidden;
		margin-bottom: 2px;
		padding: 0 0 10px 10px;
	}
	.instagram-widget li {
		float: left;
		width: 33.3%;
		margin-top: 10px;
	}
	.instagram-widget img {
		vertical-align: top;
		max-width: 100%;
	}
}
@media (min-width: 991px) {
	.instagram-widget {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.post-flex {
		margin-bottom: 30px;
	}
}
.qtip {
	max-width: 255px;
}
.qtip-tl {
	background-color: #fff;
	border-color: #c3e6ca;
	color: #454545;
	font: 13px/18px "ProximaNova", Arial, sans-serif;
}
.qtip-tl .qtip-titlebar {
	background-color: #f2faf4;
	color: #1a6533;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

table {
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	max-width: none;
	margin: 0 0 20px;
}
.tl-table-container table {
	margin-bottom: 0 !important;
	float: none !important;
}
.tl-table-container {
	box-sizing: border-box;
	width: 100%;
	overflow-y: auto;
	margin: 0 0 20px;
}
table,
table th,
table td {
	border-color: #cde9d3 !important; /* or it will be the body color */
}
table th,
table td {
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	word-wrap: normal;
	padding: 5px;
}
table th {
	font-weight: bold;
	color: #444;
}
table thead,
table tfoot {
	background: #f2faf4;
}
table[border],
table[border] th,
table[border] td {
	border: 1px solid;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}
.tablepress {
	border: none;
}
.tablepress th,
.tablepress td {
	border: 1px solid;
}
.tablepress[border="0"] th,
.tablepress[border="0"] td {
	border: none;
}
.tablepress .even td {
	background-color: #ffffff;
}
.tablepress .odd td {
	background-color: #f9fefa;
}
.tablepress .row-hover tr:hover td {
	background-color: #f8f6fb;
}
.dataTables_wrapper {
	clear: both;
	margin: 0 0 20px;
}
.dataTables_wrapper:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.dataTables_wrapper .tablepress,
.dataTables_wrapper .tl-table-container {
	clear: both;
	margin-bottom: 0;
}
.tablepress caption a { /* Edit link */
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	position: absolute;
}
.tl-table-container .tablepress caption a {
	margin-top: 20px;
}
.tablepress-table-name {
	font-size: 18px !important;
	text-align: center;
}
.tablepress-table-description {
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
	outline: none;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
	font-family: TablePress;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 6px;
	right: 6px;
}
.tablepress .sorting:after {
	content: "\f0dc";
}
.tablepress .sorting_asc:after {
	content: "\f0d8";
	padding: 0 0 2px;
}
.tablepress .sorting_desc:after {
	content: "\f0d7";
}
.tablepress .sorting:hover,
.tablepress .sorting_asc:hover,
.tablepress .sorting_desc:hover {
	background-color: #cde9d3;
}
.dataTables_length,
.dataTables_filter {
	white-space: nowrap;
	margin-bottom: 4px;
	height: 28px;
	font-size: 13px;
	color: #777;
}
.dataTables_length {
	float: left;
}
.dataTables_filter {
	float: right;
}
.dataTables_filter input,
.dataTables_length select {
	display: inline;
	width: auto;
	height: auto;
	color: #1a652a;
	box-sizing: border-box;
	border: 1px solid #cde9d3;
}
.dataTables_length select {
	margin: 0 1px 0 2px;
	padding: 3px 2px 3px 3px;
	font-size: 13px;
}
.dataTables_filter input {
	margin: 0 0 0 0.4em;
	padding: 4px;
	font-size: 13px;
}
@media (max-width: 479px) {
	.dataTables_filter input {
		width: 80px;
		margin-left: 0.2em;
	}
}
.dataTables_info,
.dataTables_paginate {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #777;
}
.dataTables_info {
	float: left;
}
.dataTables_paginate {
	float: right;
}
@media (max-width: 479px) {
	.dataTables_info,
	.dataTables_paginate {
		float: none;
		text-align: center;
	}
}
.dataTables_paginate a {
	display: inline-block;
	outline: none;
	position: relative;
	margin: 0 5px;
}
.dataTables_paginate a:first-child {
	margin-left: 0;
}
.dataTables_paginate a:last-child {
	margin-right: 0;
}
.dataTables_paginate .paginate_button:hover {
	cursor: pointer;
	text-decoration: underline;
}
.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover {
	color: #c3c3c3;
	text-decoration: none;
	cursor: default;
}
.dataTables_paginate .paginate_button.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.dataTables_paginate.paging_simple {
	padding: 0 12px;
}
.dataTables_paginate.paging_simple .paginate_button.previous:before,
.dataTables_paginate.paging_simple .paginate_button.next:after {
	text-align: left;
	/*font-family: TablePress;*/
	font-size: 18px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	/*content: "\f053";*/
	content: '\2039';
	position: absolute;
	top: -1px;
	right: auto;
	bottom: 0;
	left: -12px;
	margin: auto;
	height: auto;
	width: 12px;
	line-height: 1;
}
.dataTables_paginate.paging_simple .paginate_button.next:after {
	text-align: right;
	/*content: "\f054";*/
	content: '\203A';
	left: auto;
}
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}
.dataTables_scrollHeadInner,
.dataTables_scroll .tablepress,
.dataTables_scrollFootInner {
	width: 100%;
}
/* Hide the sorting arrows in the extra table that is added for scrolling */
.dataTables_scrollBody .tablepress thead th:after {
	content: "";
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.dataTables_scrollHead table tr,
.dataTables_scrollBody tfoot tr {
	border-bottom: none;
}
.dataTables_scrollFoot table tr,
.dataTables_scrollBody thead tr {
	border-top: none;
}
/* variations, can be used from WP content */
table.alignleft {
	float: left;
	margin: 0 15px 20px 0;
}
table.alignright {
	float: right;
	margin: 0 0 20px 15px;
}
table.aligncenter {
	clear: both;
	float: none;
	display: table;
	margin: 0 auto 20px;
}
@media (max-width: 639px) {
	table.alignleft,
	table.alignright {
		display: table;
		margin: 0 auto 20px;
	}
}
table.no-border,
table.no-border th,
table.no-border td {
	border: none;
}
table.no-border th:last-child,
table.no-border td:last-child {
	border-bottom: none;
}
table.th-center th,
table.td-center td {
	text-align: center;
}
@media (max-width: 479px) {
	table.cells-to-rows colgroup {
		display: none;
	}
	table.cells-to-rows,
	table.cells-to-rows thead,
	table.cells-to-rows tbody,
	table.cells-to-rows tfoot,
	table.cells-to-rows tr,
	table.cells-to-rows th,
	table.cells-to-rows td {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
	}
	table.cells-to-rows thead {
		order: 1;
	}
	table.cells-to-rows tbody {
		order: 2;
	}
	table.cells-to-rows tfoot {
		order: 3;
	}
	table.cells-to-rows caption {
		order: 4;
	}
	table.cells-to-rows {
		max-width: 100%;
	}
	table.cells-to-rows thead,
	table.cells-to-rows tbody,
	table.cells-to-rows tfoot,
	table.cells-to-rows tr {
		width: 100%;
	}
	table.cells-to-rows th,
	table.cells-to-rows td {
		width: 100% !important; /* !important to override inline column width */
		overflow: auto;
	}
	table.cells-to-rows[border] {
		border: none;
	}
	table.cells-to-rows[border] th,
	table.cells-to-rows[border] td {
		border-bottom: none;
	}
	table.cells-to-rows[border] th:last-child,
	table.cells-to-rows[border] td:last-child {
		border-bottom: 1px solid;
	}
	table.cells-to-rows thead tr:last-child th:last-child,
	table.cells-to-rows thead tr:last-child td:last-child {
		border-bottom: none;
	}
	table.cells-to-rows tbody tr:last-child th:only-child,
	table.cells-to-rows tbody tr:last-child td:only-child,
	table.cells-to-rows tfoot tr:first-child th:first-child,
	table.cells-to-rows tfoot tr:first-child td:first-child {
		border-top: none;
	}
	table.cells-to-rows[border="0"] th:last-child,
	table.cells-to-rows[border="0"] td:last-child {
		border: none;
	}
	table.cells-to-rows.aligncenter,
	table.cells-to-rows.alignleft,
	table.cells-to-rows.alignright {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		margin: 0 auto 20px;
	}
	table.cells-to-rows.tablepress th,
	table.cells-to-rows.tablepress td {
		border-bottom: none;
	}
	table.cells-to-rows.tablepress th:last-child,
	table.cells-to-rows.tablepress td:last-child {
		border-bottom: 1px solid;
	}
	table.cells-to-rows.tablepress[border="0"] th,
	table.cells-to-rows.tablepress[border="0"] td {
		border: none;
	}
}
.tl-form-wrapper {
	position: relative;
}
.post-item .tl-form-wrapper {
	clear: both;
	margin: 0 auto 55px;
	padding: 40px 0 0;
}
.tl-form-wrapper.disabled:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	background: repeating-linear-gradient(-45deg, rgba(221, 221, 221, 0.1), rgba(221, 221, 221, 0.1) 10px, rgba(245, 241, 229, 0.1) 10px, rgba(245, 241, 229, 0.1) 25%);
	background-size: 50px 50px;
	animation: cssload-charge 1.5s infinite linear;
}
@keyframes cssload-charge {
	to {
		background-position: 0 70px;
	}
}
.tl-form {
	background-color: #FFF;
	border: 4px solid rgba(67, 113, 156, 0.23);
	border-radius: 6px;
	box-sizing: border-box;
	font: 400 18px/1.1 "ProximaNova", Arial, sans-serif;
	color: #474747;
	min-height: 155px;
}
@media (max-width: 639px) {
	.tl-form-wrapper {
		max-width: 100%;
		min-width: 100%;
	}
	.tl-form {
		padding: 28px 22px;
	}
}
@media (min-width: 640px) {
	.tl-form-wrapper {
		max-width: 522px;
		min-width: 522px;
	}
	.tl-form {
		padding: 30px 25px;
	}
}
.tl-form > * { /* Edge fix */
	display: none;
}
.tl-form > .tlhs-form-place { /* Edge fix */
	display: block;
}
.tl-form h4,
.post-item .post-item__entry .tl-form h4 {
	line-height: 1.2;
	color: #000;
	margin: 0 0 22px;
	padding: 0;
	font-weight: 600;
	font-size: 22px;
}
.tl-form p {
	font: 18px/1.4 "ProximaNova", Arial, sans-serif;
}
.hs-form-field .hs-input,
.hs-form-field textarea {
	display: block;
	border-radius: 6px;
	border: 4px solid rgba(79, 146, 204, 0.23);
	box-sizing: border-box;
	background-color: #f2f3f3;
	min-height: 54px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	font: 20px/1.1 "ProximaNova", Arial, sans-serif;
}
.hs-form-field textarea {
	resize: none;
	height: 116px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.hs-form-field label,
.hs-form-field .hs-form-field label span {
	display: block;
	margin-top: 24px;
	font-weight: 500;
	line-height: 1.5;
	font-size: 18px;
}
.hs-form-field .hs-error-msgs {
	color: #e52727;
	margin: 0;
	padding: 0;
}
.hs-form-field .hs-error-msgs label {
	margin: 0;
}
.hs-form-field .hs-form-required {
	color: #e52727;
	font-size: 20px;
	padding-left: 3px;
}
.hs-form-field select.hs-input:focus {
	outline: none;
}
.hs-form-field select.hs-input option {
	min-height: 44px;
}
.hs-button {
	font: 500 22px/1.1 "ProximaNova", Arial, sans-serif;
	color: #f5f9fc;
	letter-spacing: .2px;
	text-decoration: none;
	border-radius: 3px;
	white-space: nowrap;
	padding: 9px 70px;
	display: inline-block;
	background-color: #43719c;
	cursor: pointer;
	width: 100%;
	border: 0;
	margin: 50px 0 0;
}
.hs-input[type="checkbox"] {
	display: none;
}
.hs-input[type="checkbox"]:checked + span:before {
	background-image: url(img/sprite-checkbox.svg);
	top: -3px;
	background-position: 0 -26px;
	width: 27px;
	height: 28px;
}
.hs-input[type="checkbox"] + span {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: block;
}
.hs-input[type="checkbox"] + span:before {
	content: '';
	position: absolute;
	left: 0;
	background-image: url(img/sprite-checkbox.svg);
	background-position: 0 0;
	width: 26.143px;
	height: 25.937px;
}
.inputs-list,
.post-item__entry .inputs-list,
.post-item__entry .inputs-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.submitted-message {
	text-align: center;
}

.post-item__entry.tmp-hide-img .wp-caption,
.post-item__entry.tmp-hide-img img,
li.tmp-hide-img .img-border,
img.tmp-hide-img {
	display: none;
}