/*
Theme Name: Iatropedia
Author: JIP Ltd
Author URI:
Version: 1
Description: Iatropedia theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iatropedia
Domain Path: /languages
Tags: one-column, two-columns
Theme URI:
*/

hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border-color: #dadada;
}

h1 {
	margin-top: 0;
	margin-bottom: 9px;
}

h2 {
	margin-top: 0;
	margin-bottom: 9px;
}

h4 a {
	color: #000;
}

h5 {
	text-transform: uppercase;
}

h6 {
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
	opacity: .6;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="checkbox"],
input[type="radio"] {
	outline: none;
	margin-right: 12px;
	background: #fff;
	border-color: #4e5b60;
	width: 14px;
	height: 14px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline: none;
	background: #73b854;
	color: #fff;
	border: none;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	text-transform: uppercase;
	background: #73b854 url(./images/bg-btn.png) no-repeat 87% 50%;
	padding: 0 20px 0 8px;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #000;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #000;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.btn {
	height: 55px;
	border: none;
	border-radius: 0;
	color: #fff;
	background: #73b854;
	font-weight: 600;
}

.btn:hover {
	color: #fff;
}

.breadcrumb {
	font-size: 0;
	line-height: 0;
	font-weight: 600;
	padding: 0;
	margin-bottom: 17px;
}

.breadcrumb li {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	background: #4e5b60;
	padding: 0 8px;
	margin-right: 10px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb > .active {
	background: #73b854;
	color: #fff;
}

.breadcrumb > li + li:before {
	display: none;
}

a {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn-default:hover,
.btn:hover,
a:hover {
	opacity: .8;
	cursor: pointer;
	text-decoration: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#content {
	float: left;
	width: 70%;
	padding: 20px 0 20px 2%;
}

#sidebar {
	float: right;
	width: 25%;
	padding: 20px 0 20px 2%;
}

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 #dadada;
	padding: 2px 8px;
	outline: none;
	font-size: 14px;
}

.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: #dadada;
}

.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: #dadada;
}

.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: #dadada;
}

.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: #dadada;
}

.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: #dadada;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button !important;
	cursor: pointer;
	border-radius: 0;
}

.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;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.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: 300px;
}

.search-form input {
	float: left;
	height: 25px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 25px;
}

.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: #73b854;
	color: #fff;
	height: 25px;
	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;
}

.widget_calendar {
	font-size: 15px;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #fff;
	color: #333;
	padding: .4em;
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #666;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.widget_polls-widget .wp-polls-ul {
	margin: -2px 0 13px;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 22px;
}

.widget_polls-widget .wp-polls-ul li {
	padding: 9px 5px;
	list-style: none;
	border-bottom: 2px dotted #dadada;
}

.widget_polls-widget .widget-title {
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
}

.widget_polls-widget .Buttons {
	margin-right: 13px;
}

.widget_polls-widget .Buttons:hover {
	opacity: .8;
}

.widget_polls-widget label {
	margin: 0;
}

.result-button a {
	outline: none;
	color: #fff;
	border: none;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	text-transform: uppercase;
	background: #4e5b60 url(./images/bg-btn.png) no-repeat 92% 50%;
	padding: 0 20px 0 8px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
}

iframe {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}

blockquote {
	font-size: 15px;
	line-height: 17px;
	display: block;
	margin-bottom: 28px;
}

blockquote p {
	padding: 0;
	margin: 0 0 20px;
	display: inline-block;
}

blockquote p::before {
	content: open-quote;
}

blockquote p::after {
	content: close-quote;
}

table {
	margin-bottom: 20px;
}

th,
td {
	border: 1px solid #666;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

dl {
	overflow: hidden;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
	margin-bottom: 20px;
}

pre {
	max-width: 100%;
}

q {
	display: block;
	margin-bottom: 15px;
}

#wrapper {
	width: 100%;
	position: relative;
}

.ads-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.ads-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.container {
	background: #f7f8f8;
	z-index: 5;
	position: relative;
}

.top-bar {
	background: #4e5b60;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}

.top-bar:after {
	content: " ";
	clear: both;
	display: block;
}

.top-bar a {
	color: #fff;
}

.add-menu {
	font-weight: 700;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	margin: 0;
}

.add-menu > li {
	padding-left: 8px;
	padding-right: 8px;
}

.add-menu img {
	margin-right: 8px;
	vertical-align: middle;
}

.social-list {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
}

.date {
	position: absolute;
	top: 2px;
	left: 12px;
}

.nav-panel {
	background: #fff;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.nav-panel:after {
	content: " ";
	clear: both;
	display: block;
}

.navbar {
	padding: 12px 0 0;
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.navbar .navbar-collapse {
	float: right;
	padding-top: 9px;
	margin-right: -34px;
}

.navbar-brand {
	width: 246px;
	height: 32px;
	padding: 0;
}

.navbar-brand:hover {
	opacity: 1;
}

.navbar-default .navbar-nav {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
	position: relative;
}

.navbar-default .navbar-nav > li:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	height: 13px;
	width: 1px;
	background: #4e5b60;
}

.navbar-default .navbar-nav > li > a {
	padding: 0 10px 11px 9px;
	color: #4e5b60;
}

.navbar-default .navbar-nav > li > a:before {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #73b854;
	height: 3px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.navbar-default .navbar-nav > li:first-child:after {
	display: none;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a {
	color: #4e5b60;
	background: none;
	opacity: 1;
}

.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > .active > a:before {
	opacity: 1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none !important;
}

.navbar-toggle {
	margin-left: 12px;
	float: left;
	height: 27px;
	width: 30px;
	padding: 4px 6px;
	border-radius: 2px;
	border: none;
	margin-top: 0;
	background: #4e5b60;
}

.navbar-toggle .icon-bar {
	width: 17px;
	background: #fff !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #73b854;
}

.date-mobile {
	display: none;
}

.popup-holder {
	float: right;
	position: relative;
	display: none;
}

.popup-holder .open {
	display: block;
	width: 31px;
	height: 27px;
	background: #4e5b60;
	padding: 2px;
	border-radius: 2px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}

.popup-holder .open:hover {
	color: #fff;
	background: #73b854;
}

.popup-holder .popup {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	width: 182px;
	z-index: 2;
}

.navbar-form-mobile {
	position: relative;
	z-index: 3;
	width: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.navbar-form-mobile .btn {
	width: 31px;
	height: 27px;
	background: #4e5b60;
	padding: 2px;
	border-radius: 2px;
	margin-top: -2px;
	position: relative;
	z-index: 2;
}

.navbar-form-mobile .btn:hover {
	color: #fff;
	background: #73b854;
}

.navbar-form-mobile .form-group {
	margin: 0;
	overflow: hidden;
	float: left;
}

.navbar-form-mobile .form-control {
	width: 151px;
	height: 27px;
	line-height: 21px;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 2px 0 0 2px;
}

.popup-active .navbar-form-mobile {
	width: 100%;
}

.tags-panel {
	background: #dadada;
	overflow: hidden;
	padding: 5px 0 5px;
}

.tags-panel .title {
	background: #4e5b60;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	padding: 2px 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.tags-panel .tags-list {
	margin-top: 1px;
	line-height: 20px;
}

.tags-panel .tags-list li {
	vertical-align: middle;
}

.tags-panel .tags-list > li:first-child {
	background: none;
	padding-left: 0;
}

.tags-panel .navbar-form {
	overflow: hidden;
	padding: 0;
	float: right;
	margin: 0 0 0 -20px;
}

.tags-panel .navbar-form .form-group {
	float: left;
}

.tags-panel .navbar-form .form-control {
	width: 105px;
	height: 25px;
	padding: 0 0 0 13px;
	font-size: 11px;
	line-height: 25px;
	/*text-transform: uppercase;*/
	color: #4e5b60;
	font-weight: 700;
	border-radius: 0;
	border: 0;
	float: left;
	box-shadow: 0 0 0;
}

.tags-panel .navbar-form .btn {
	height: 25px;
	padding: 0;
	width: 44px;
	float: left;
	border: 0;
	background: #fff;
	border-radius: 0;
	color: #4e5b60;
}

.tags-panel .navbar-form .btn:hover {
	background: #fff !important;
	opacity: 1;
	color: #73b854;
}

.tags-list {
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	font-weight: 600;
	margin: 0;
}

.tags-list li {
	font-size: 14px;
	line-height: 19px;
	padding-left: 11px;
	padding-right: 3px;
	background: url(./images/bullet01.png) no-repeat 0 50%;
}

.tags-list a {
	color: #4e5b60;
}

.ads {
	margin-bottom: 20px;
}
.ads.ads__adsense{
	min-height: 60px;
}
.ads img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.ads-section {
	padding: 27px 0;
	text-align: center;
}

.ads-section .ads {
	margin-bottom: 0;
}

.ads-section .ads img {
	width: initial;
}
.ads-section .ads div {
	margin:0 auto;
}
.details-list {
	font-weight: 300;
	color: #a8a1a1;
	font-size: 11px;
	margin-bottom: 4px;
	margin-left: -4px;
}

.details-list li {
	padding: 0 4px;
	position: relative;
}

.details-list li:after {
	content: " ";
	clear: both;
	background: #dadada;
	width: 1px;
	height: 11px;
	position: absolute;
	top: 3px;
	left: 0;
}

.details-list li:first-child:after {
	display: none;
}

.article img {
	/*width: 100%;*/
	height: auto;
	vertical-align: top;
	margin-bottom: 9px;
}

.articles {
	font-size: 15px;
	line-height: 20px;
	position: relative;
}

.articles:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #dadada;
}

.articles img {
	margin-bottom: 7px;
}

.articles .details-list {
	margin-bottom: 8px;
}

.heading {
	background: #edeeee;
	margin-bottom: 19px;
}

.heading h3 {
	text-transform: uppercase;
	color: #fff;
	background: #73b854;
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 4px 12px 3px;
	position: relative;
}

.heading h3:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #73b854;
}

.info-list {
	margin: 0;
	padding: 0;
}

.info-list > li {
	list-style: none;
	border-top: 2px dotted #dadada;
	padding: 20px 0;
	overflow: hidden;
}

.info-list > li:first-child {
	padding-top: 0;
	border-top: 0;
}

.info-list h4 {
	margin: 0;
	line-height: 18px;
}

.info-list h4 a {
	color: #000;
}

.info-list .details-list {
	margin-bottom: 0;
	margin-left: -4px;
}

.info-list .alignleft {
	margin: 3px 8px 0 0;
}

.info-list .info-hold {
	overflow: hidden;
}

.trends-section {
	margin-bottom: 20px;
}

.top-box {
	background: #fff;
	border: 1px solid #e63700;
}

.top-box .heading {
	background: #e63700;
	color: #fff;
	position: relative;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 2px;
	min-height: 25px;
}

.top-box .heading .sub-title {
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
}

.top-box .heading .sub-title .number {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	background: #fff;
	color: #e63700;
	margin-top: -3px;
	border: 1px solid #e63700;
	border-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	padding-top: 3px;
	position: relative;
}

.top-box .heading .sub-title .number:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 9px solid #fff;
}

.top-box .heading .sub-title .number:before {
	content: " ";
	clear: both;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 10px solid #e63700;
}

.top-box .holder {
	overflow: hidden;
}

.visual {
	padding-top: 36px;
}

.visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* cycle carousel basic styles */

.mobile-carousel-gallery {
	position: relative;
	padding: 0 7px;
	margin-bottom: 20px;
	overflow: hidden;
}

.mobile-carousel-gallery .slideset {
	float: left;
	margin: 0;
}

.mobile-carousel-gallery .slide {
	width: 200px;
	padding: 0 10px;
	float: left;
	text-align: center;
}

.mobile-carousel-gallery .slide img {
	vertical-align: top;
	width: 178px;
	height: 105px;

}
.mobile-carousel-gallery .slide h3 {
	margin-top: 11px;
	margin-bottom: 18px;
	line-height: 21px;
	font-size: 12px;
    text-align: left;
}
.mobile-carousel-gallery .slide h4 {
	margin-top: 11px;
	margin-bottom: 18px;
	line-height: 21px;
}

.mobile-carousel-gallery div.slide.active {
	z-index: 1;
}

.mobile-carousel-gallery .btn-prev,
.mobile-carousel-gallery .btn-next {
	display: none;
}

.mobile-carousel-gallery .btn-next {
	left: auto !important;
	right: 10px;
}

.color-block {
	margin-bottom: 20px;
}

.color-block .heading {
	margin: 0;
}

.color-block .heading h3 {
	background: #4e5b60;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 27px;
	line-height: 39px;
}

.color-block .heading h3:after {
	border-top: 8px solid #4e5b60;
}

.color-block .heading h3 img {
	margin-top: -12px;
}

.color-block .block-holder {
	background: #edeeee;
	padding: 6px 0 0;
}

.color-block .mobile-carousel-gallery .slide {
	/*width: 20%;*/
	padding: 9px 19px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.color-block .mobile-carousel-gallery .slide:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #dadada;
	height: 180px;
	width: 1px;
}

.color-block .mobile-carousel-gallery .slide:first-child:after {
	display: none;
}

.color-block .mobile-carousel-gallery .slide h4 {
	font-size: 14px;
}

.arrow-link {
	color: #000;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	position: relative;
}

.arrow-link:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-left: 5px solid #000;
	border-bottom: 4px solid transparent;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.arrow-link:hover:after {
	border-top: 4px solid transparent;
	border-left: 5px solid #518738;
	border-bottom: 4px solid transparent;
}

.more {
	display: inline-block;
	vertical-align: top;
	background: #4e5b60;
	color: #fff;
	margin-bottom: 29px;
	padding: 2px 15px 3px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	margin-top: 9px;
}

.more:hover {
	color: #fff;
}

.block {
	margin-bottom: 19px;
}

.block .title {
	display: block;
	color: #000;
	font-size: 16px;
	margin-bottom: 13px;
	margin-top: 4px;
}

.block .search-form {
	overflow: hidden;
	padding: 0;
	margin: 0 10%;
	border: 1px solid #000;
	background: #fff;
}

.block .search-form .form-group {
	float: left;
	width: 80%;
	margin: 0;
}

.block .search-form input[type="text"] {
	width: 100%;
	overflow: hidden;
	height: 28px;
	padding: 0 0 0 7px;
	font-size: 13px;
	line-height: 28px;
	color: #4e5b60;
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 0;
}

.block .search-form .btn {
	height: 28px;
	padding: 0;
	width: 16%;
	float: right;
	border: 0;
	border-radius: 0;
	color: #4e5b60;
	background: #fff;
	line-height: 29px;
}

.map-block {
	color: #000;
	font-size: 15px;
	line-height: 17px;
}

.map-block h3 {
	margin: 0;
	display: block;
	text-align: center;
}

.map-block .heading {
	margin-bottom: 10px;
}

.map-block img {
	margin-bottom: 12px;
}

.pagination {
	font-weight: 700;
	color: #000;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}

.pagination .nav-links {
	overflow: hidden;
}

.pagination a {
	color: #000;
}

.pagination a:hover,
.pagination .current {
	background: #73b854;
	color: #fff;
	text-decoration: none;
}

.pagination .next,
.pagination .prev {
	text-indent: -9999px;
	background: #73b854;
	width: 18px;
	min-width: 18px;
	height: 18px;
	border-radius: 50%;
	position: relative;
}

.pagination .prev:after {
	content: " ";
	clear: both;
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.pagination .next:after {
	content: " ";
	clear: both;
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -2px;
}

.visual-block {
	position: relative;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.visual-block img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.visual-block a {
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #fff;
	background-color: rgba(115, 184, 84, .85);
	padding: 2px 5px 10px;
	width: 80%;
}
.rel-articles .rel-articles__heading{
	  margin-bottom: 1.5em;

}
.rel-articles header a{
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	top: 0;
	left: 12px;
	color: #fff;
	background-color: rgba(115, 184, 84, .85);
	padding: 2px 5px;
	width: auto;	
}
.rel-articles h4{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 40px;
/*	height: 36px;
	overflow: hidden;*/
}
.rel-articles h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size:18px;
  color: #4e5b60;
}
.rel-articles h3:before, .rel-articles h3:after {
  background-color: #8E8E8E;
  content: '\a0';
  flex-grow: 1;
  height: 2px;
  position: relative;
  top: 0.5em;

}
.rel-articles h3:before {
  margin-right:10px;
}
.rel-articles h3:after {
  margin-left:10px;
}

#footer {
	background: #252525;
	color: #fff;
	z-index: 5;
	position: relative;
}

#footer .navbar-brand {
	width: 300px;
	height: 39px;
	padding: 0;
	margin: 0 auto !important;
	display: block;
	float: none;
}

#footer .container {
	background: #252525;
}

#footer h3 {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 8px;
}

#footer .email-form {
	max-width: 370px;
	min-width: 270px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 19px;
}

#footer .email-form h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 27px;
}

#footer .email-form p {
	margin-bottom: 22px;
}

#footer .email-form .email-row {
	overflow: hidden;
	border: 1px solid #fff;
	background: #fff url(./images/bg-email.png) no-repeat 14px 50%;
	padding-left: 59px;
}

#footer .email-form input[type="email"],
#footer .email-form input[type="text"] {
	border: none;
	height: 36px;
	line-height: 26px;
	padding: 5px 5px 5px 0;
	font-size: 17px;
	width: 180px;
	color: #4e5b60;
}

#footer .email-form .btn {
	float: right;
	height: 36px;
	background: #252525;
}

.footer-top {
	padding-top: 36px;
	padding-bottom: 29px;
	border-bottom: 4px solid #73b854;
}

.footer-nav {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #3e3e3e;
}

.footer-nav li {
	border-bottom: 1px solid #3e3e3e;
	padding: 5px 29px;
	vertical-align: top;
}

.footer-nav li a {
	color: #fff;
}

.footer-center {
	padding-top: 50px;
	padding-bottom: 18px;
}

.footer-center .column {
	float: left;
	padding-right: 53px;
	width: 33%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.footer-center .social-column .footer-nav li {
	padding: 5px 11px;
}

.footer-center .social-column .footer-nav img {
	margin-right: 8px;
}

#footer .mobile-open-close .opener {
	display: none;
	color: #000;
	background: #666;
	padding: 3px 5px;
	height: 24px;
	margin-bottom: 15px;
}

#footer .mobile-open-close .js-slide-hidden {
	position: static !important;
}

.footer-bottom {
	border-top: 2px solid #73b854;
	padding-top: 24px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
}

.footer-bottom .footer-nav {
	border-top: 0;
	font-size: 0;
	line-height: 0;
}

.footer-bottom .footer-nav li {
	border: 0;
	padding: 0 5px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
}

.footer-bottom .footer-nav li:after {
	content: " ";
	clear: both;
	width: 1px;
	height: 10px;
	background: #3e3e3e;
	position: absolute;
	top: 4px;
	left: 0;
}

.footer-bottom .footer-nav li:first-child:after {
	display: none;
}

.articles-list {
	margin-top: 27px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #dadada;
}

.articles-list .alignleft {
	vertical-align: top;
	margin-right: 12px;
}

.articles-list > li {
	padding: 34px 0;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}

.articles-list h2 a {
	color: #000;
}

.articles-list .details-list {
	margin-bottom: 10px;
}

/* carousel basic styles */

div.carousel {
	position: relative;
}

div.carousel div.mask {
	position: relative;
	overflow: hidden;
}

div.carousel div.mask div.slideset {
	width: 99999px;
	float: left;
}

div.carousel div.mask div.slide {
	float: left;
}

.navigation {
	margin-bottom: 20px;
}

.carousel .pagination {
	text-align: center;
	overflow: hidden;
}

.carousel .pagination ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.carousel .pagination li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 24px;
	padding: 0 3px;
}

.carousel .pagination a {
	display: inline-block;
	vertical-align: middle;
	min-width: 24px;
	text-decoration: none;
}

.carousel .pagination .active a {
	background: #73b854;
	color: #fff;
}

.carousel .pagination .next,
.carousel .pagination .prev {
	min-width: 18px;
}

/*.categories-section h2 {
	height: 50px;
	overflow: hidden;
}
.categories-section p {
    height: 80px;
    overflow: hidden;
}
.info-list h4{	
	height: 55px;
	overflow: hidden;
}
.articles h2{
		height: 50px;
	overflow: hidden;
}*/
/*body.home .article p{
	height: 50px;
	overflow: hidden;
}*/
.attachment-thumbnail_666x399{
	width: 100%;
	max-height: 399px;
}
.attachment-thumbnail_207x124{
	width: 100%
}
.slideset__iframe .slide h3 {
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	line-height        : 1.2;
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 !important;
	-webkit-line-clamp : 3;
	height             : calc(1em * 1.2 * 3);	
}

/* Begin line-clamp CSS. */
.lclamp{
	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	line-height        : 1.2;
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 !important;
}
.lclamp:after{
	content    : '...';
	text-align : right;
	bottom     : 0;
	right      : 0;
	width      : 25%;
	display    : block;
	position   : absolute;
	height     : calc(1em * 1.2);
	background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 75%);
}
@supports (-webkit-line-clamp: 1)
{
	.lclamp:after{
		display : none !important;
	}
}
.lclamp-1{
	-webkit-line-clamp : 1;
	height             : calc(1em * 1.2 * 1);
}
.lclamp-2{
	-webkit-line-clamp : 2;
	height             : calc(1em * 1.2 * 2);
}
.lclamp-3{
	-webkit-line-clamp : 3;
	height             : calc(1em * 1.16 * 3);
}
.lclamp-4{
	-webkit-line-clamp : 4;
	height             : calc(1em * 1.2 * 4);
}
.lclamp-5{
	-webkit-line-clamp : 5;
	height             : calc(1em * 1.2 * 5);
}
/* End line-clamp CSS. */
/* Default themes: remove blog elements */

/* Twenty Fourteen */
body.post-type-archive-encyclopedia.search-results div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content header.page-header
{ display: block }
@media screen and (min-width: 401px) {
  body.post-type-archive-encyclopedia div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.tax-encyclopedia-category      div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.tax-encyclopedia-tag           div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.single-encyclopedia            div#page.hfeed.site div#main.site-main div#primary.content-area div#content.site-content div.encyclopedia-prefix-filters
  { margin-top: -48px }
}
@media screen and (min-width: 846px) {
  body.post-type-archive-encyclopedia div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.tax-encyclopedia-category      div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.tax-encyclopedia-tag           div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters,
  body.single-encyclopedia            div#page.hfeed.site div#main.site-main div#primary.content-area div#content.site-content div.encyclopedia-prefix-filters
  { margin-top: -72px }
}
body.post-type-archive-encyclopedia.search-results div#page.hfeed.site div#main.site-main section#primary.content-area div#content.site-content div.encyclopedia-prefix-filters
{ margin-top: auto }


/* Twenty Fifteen */
body.post-type-archive-encyclopedia div#page.hfeed.site div#content.site-content section#primary.content-area main#main.site-main header.page-header
{ display: none }
body.post-type-archive-encyclopedia.search-results div#page.hfeed.site div#content.site-content section#primary.content-area main#main.site-main header.page-header
{ display: block }

/* Encyclopedia Filter */
.encyclopedia-filter {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  text-align: center;
}
.encyclopedia-filter:last-child {
  margin-bottom: 1em;
}

.encyclopedia-filter .filter {}
.encyclopedia-filter .current-filter {}

.encyclopedia-filter .disabled-filter {
  cursor: not-allowed;
  color: #ccc;
}

.encyclopedia-filter .filter-link {
  display: inline-block;
  text-align: center;
  /*min-width: 2.846153846%;*/
  padding: 8px 0.5em;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: .9em;
}

.encyclopedia-filter .current-filter .filter-link {
  font-weight: bold;
}


/* Encyclopedia Search Widget */
.widget_encyclopedia_search .heading{
	background:transparent;
	margin-bottom: 13px;
}
.widget_encyclopedia_search .heading h3{
	background:transparent;
    text-transform: inherit;
    color: #000;
    background: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
    /* position: relative; */
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.widget_encyclopedia_search .heading h3:after {
display:none;
}
/* Encyclopedia Search Form */
form#encyclopedia-searchform {}
form#encyclopedia-searchform .ui-helper-hidden-accessible {
  display: none;
}
form#encyclopedia-searchform .ui-autocomplete {
  background-color: #edeeee;
  border: 1px solid #eee;
  position: absolute;
  text-align: left;
  left: auto;
  top: auto;
  list-style: none;
  z-index: 1050;
}
form#encyclopedia-searchform .ui-autocomplete li {
  cursor: pointer;
  display: block;
  padding: 5px;
  font-size: 12px;
}
form#encyclopedia-searchform .ui-autocomplete li:hover {
}

.tips__a{
	color: #fff;
	text-decoration: none;
}
.tips__a:hover{
	color: #fff;
}
.encyclopedia-block{
	background: url(images/photo_bg670.jpg) 0 0 no-repeat;
	position: relative;
	min-height: 164px;
	margin: 30px 0 20px 0;
}
.encyclopedia-block__bgimg{
	/*margin: 0 0 -41px 0;*/
	position: absolute;
	top: -9px;
}
.encyclopedia-block .heading{
	margin:0 0 15px 22px;
	background: #4e5b60;
}

.encyclopedia-block h3 a{
	color: #fff;
}
.encyclopedia-block .heading h3{
	/*background: url(images/kardoula.png) 0 0 no-repeat;*/
	background: transparent;
	background-size: 30px 28px;
	padding-left: 24px;
}
.encyclopedia-block .heading h3:after{
	display: none;
}
.encyclopedia-block .encyclopedia-block__widget{clear: both;}
.encyclopedia-block .encyclopedia-block__widget .search-form input[type="text"]{
    height: 26px;
    border-color: #4e5b60;
    font-size: 11px;
    width: 70%;
    color: #4e5b60;
} 
.encyclopedia-block .encyclopedia-block__widget .btn {
    font-size: 12px;
    color: #4e5b60;
    height: 26px;
    border: 1px solid #000;
    background: #fff;
    padding: 5px 12px;
    margin-left: 16px;
}
.encyclopedia-block .encyclopedia-block__widget p {
    font-size: 14px;
    font-weight: 300;
}
.article__encyclopedia{
	padding: 0 0 0 12px;
	max-height: 110px;
	overflow: hidden;
}
.article__encyclopedia h2{
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 6px;
	border-bottom: 1px solid #73b854;
}
.article__encyclopedia a{
	padding: 0 0 4px;
}
.article__encyclopedia p{
	font-weight: 300;
	font-size: 14px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1419px) {
	.ads-left {
		display: none;
	}

	.ads-right {
		display: none;
	}
}

@media (max-width: 1199px) {
	.navbar-brand {
		width: 196px;
		height: 26px;
		background-size: 196px 26px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 0 7px 11px;
	}

	.mobile-carousel-gallery .slide {
		width: 20%;
	}

	.color-block .mobile-carousel-gallery .slide {
		width: 20%;
	}

	.footer-center .column {
		padding-right: 22px;
		max-width: 20%;
	}
}

@media (max-width: 991px) {
	#content {
		width: 100%;
		padding: 20px 0 0;
	}

	#sidebar {
		width: 100%;
		padding: 20px 0;
	}

	.top-bar {
		padding-top: 20px;
	}

	.social-list {
		top: -17px;
	}

	.date {
		top: -17px;
	}

	.nav-panel {
		background: none;
	}

	.navbar .navbar-collapse {
		float: none;
		margin: 0;
		padding: 9px 0 0;
	}

	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto !important;
	}

	.navbar-header {
		float: none;
		display: block;
	}

	.navbar-default .navbar-nav {
		margin: 0 -12px;
	}

	.tags-panel .title {
		margin-right: 0;
	}

	.tags-panel .navbar-form {
		margin-top: 3px;
	}

	.articles:after {
		display: none;
	}

	.visual {
		padding: 0 0 20px;
	}

	.mobile-carousel-gallery .mask {
		overflow: hidden;
		position: relative;
		width: 500px;
		margin: 0 auto;
	}

	.mobile-carousel-gallery .slideset {
		width: 99999px;
	}

	.mobile-carousel-gallery .slide {
		width: 500px;
	}

	.mobile-carousel-gallery .slide img {
		float: left;
		width: 100px;
		margin-right: 15px;
	}

	.mobile-carousel-gallery .slide h4 {
		margin: 0;
		text-align: left;
		overflow: hidden;
	}
	.mobile-carousel-gallery .slide h3 {
		margin: 0;
		text-align: left;
		overflow: hidden;
	}
	.mobile-carousel-gallery .btn-prev,
	.mobile-carousel-gallery .btn-next {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
		background: #4e5b60;
		margin-top: -12px;
	}

	.mobile-carousel-gallery .btn-prev:after,
	.mobile-carousel-gallery .btn-next:after {
		content: " ";
		clear: both;
		position: absolute;
		top: 50%;
		left: 50%;
		background: url(./images/bg-prev-next.png) no-repeat;
		width: 8px;
		height: 16px;
		margin: -8px 0 0 -6px;
		overflow: hidden;
	}

	.mobile-carousel-gallery .btn-next:after {
		background-position: -8px 0;
		margin-left: -3px;
	}

	.color-block .mobile-carousel-gallery .slide {
		width: 500px;
	}

	.color-block .mobile-carousel-gallery .slide:after {
		display: none;
	}

	.footer-nav {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		border-top: 0;
		overflow: hidden;
	}

	.footer-nav li {
		padding: 0 20px;
		line-height: 30px;
		position: relative;
		border: 0;
		border-bottom: 0;
	}

	.footer-nav li:after {
		content: " ";
		clear: both;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #3e3e3e;
		height: 1px;
		width: 100%;
	}

	.footer-center .column {
		max-width: 100%;
		padding: 0;
		float: none;
	}

	.footer-center .social-column {
		float: left;
	}

	.footer-center .social-column .footer-nav {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}

	#footer .mobile-open-close h3 {
		display: none;
	}

	#footer .mobile-open-close .opener {
		display: block;
	}

	#footer .mobile-open-close .opener h3 {
		display: inline-block;
		vertical-align: top;
		color: #000;
		margin: 0;
		padding-right: 10px;
		position: relative;
	}

	#footer .mobile-open-close .opener h3:after {
		content: " ";
		clear: both;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		margin-top: -2px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000;
	}

	#footer .mobile-open-close .js-slide-hidden {
		position: absolute !important;
	}

	.footer-bottom .footer-nav {
		display: block;
		float: none !important;
		text-align: center;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.footer-bottom p {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.navigation .next,
	.navigation .prev {
		padding: .2em;
	}

	iframe {
		width: 100%;
		
		min-height: 300px;
	}

	blockquote {
		margin-bottom: 33px;
	}

	q {
		margin-bottom: 20px;
	}

	.top-bar {
		display: none;
	}

	.navbar {
		padding-top: 10px;
	}

	.navbar .navbar-collapse {
		padding: 0;
		margin: 0 -12px;
	}

	.navbar .container-fluid {
		margin: 0;
		padding: 0;
	}

	.navbar-brand {
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -98px !important;
	}

	.navbar-default .navbar-nav {
		margin: 0;
	}

	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #73b854;
	}

	.navbar-default .navbar-nav > li:after {
		display: none;
	}

	.navbar-default .navbar-nav > li > a:before {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 5px 10px;
	}

	.date-mobile {
		display: block;
		text-align: center;
		font-size: 10px;
		line-height: 13px;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.popup-holder {
		display: block;
	}

	.tags-panel {
		display: none;
	}

	.ads-section {
		/*display: none;*/
	}	
	.ads-section.mobile-view {
		display: inline-block;
	}
	


	.heading .arrow-link {
		float: right;
		margin-top: 7px;
		margin-right: 7px;
	}

	.top-box {
		border: none;
		background: #edeeee;
	}

	.top-box .title-box {
		display: none;
	}

	.mobile-carousel-gallery .mask {
		width: 250px;
	}

	.mobile-carousel-gallery .slide {
		width: 250px;
	}

	.mobile-carousel-gallery .btn-prev,
	.mobile-carousel-gallery .btn-next {
		left: 0;
	}

	.mobile-carousel-gallery .btn-next {
		right: 0;
		left: auto !important;
	}

	.color-block .mobile-carousel-gallery .slide {
		width: 250px;
	}

	#footer .navbar-brand {
		position: static;
		width: 180px;
		height: 23px;
		background-size: 180px 23px;
	}

	#footer h3 {
		text-align: left;
	}

	#footer .email-form {
		max-width: 330px;
	}

	#footer .email-form .email-row {
		padding-left: 5px;
	}

	#footer .email-form input[type="email"],
	#footer .email-form input[type="text"] {
		width: 150px;
	}

	.footer-top {
		padding-top: 16px;
		padding-bottom: 20px;
	}

	.footer-center {
		padding-top: 17px;
	}

	.footer-center .social-column .footer-nav li {
		padding: 5px 13px;
	}

	.articles-list .alignleft {
		float: none;
		width: 100%;
		height: auto;
	}
}


/*webroot css*/

.fw {
	width: 100%;
}

.fh {
	height: 100%;
}

.rel{
	position: relative;
}

.abs{
	position: absolute;
}

.column.start-stretch {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	place-content: stretch flex-start;
	align-items: stretch;
}

.contact-form .form-title{
	margin-top: 12px;
	margin-bottom: 12px;
}

.contact-form .row{
	margin-right: 0;
	margin-left: 0;
}


/* ============ Contact Form ============ */
:root {
	--cf-radius: 4px;
	--cf-border: 1px solid #ddd;
	--cf-bg: #fff;
	--cf-accent: #73b854;
	--cf-accent-contrast: #fff;
	--cf-error: #e80000;
	--cf-success: #41a156;
	--cf-fail: #ff5900;
	--cf-text: #333;
	--cf-muted: #888;
	--cf-input-font: 15px;
	--cf-field-font: 16px;
}

.contact-form {
	position: relative;
	color: var(--cf-text);
	padding: 0;
}

.contact-form .form-title {
	font-size: 18px;
	font-weight: bold;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 0;
	border: 0;
	outline: 0; /* intentionally reset; focus ring added on wrapper */
	background: transparent;
	font-size: var(--cf-input-font);
	font: inherit;
	color: inherit;
	box-sizing: border-box;
}

/* Field wrapper */
.contact-form .form-field-item {
	margin-block-end: 25px;
	padding: 10px;
	border: var(--cf-border);
	border-radius: var(--cf-radius);
	font-size: var(--cf-field-font);
	position: relative; /* anchor for .validation-error */
	box-sizing: border-box;
	transition: box-shadow .2s ease, border-color .2s ease;
	background-color: #fff;
}

/* Focus state for keyboard users (wrap focus within) */
.contact-form .form-field-item:focus-within {
	border-color: var(--cf-accent);
}

/* Submit container (if present) */
.contact-form .pcf-submit,
.contact-form button[type="submit"] {
	border-radius: var(--cf-radius);
	overflow: hidden;
	width: 100%;
}

/* Button (submit) */
.contact-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 38px 10px 25px;
	background: var(--cf-bg);
	color: var(--cf-accent);
	border: var(--cf-border);
	font-weight: 600;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
	min-height: 36px;
}

.contact-form button[type="submit"]:hover {
	background: var(--cf-accent);
	color: var(--cf-accent-contrast);
	border-color: var(--cf-accent);
}

.contact-form button[type="submit"]:disabled {
	opacity: .6;
	cursor: not-allowed;
}

/* Validation & helper text */
.contact-form .validation-error {
	position: absolute;
	bottom: 4px;
	left: 15px;
	font-size: 11px;
	color: var(--cf-error);
	fill: var(--cf-error);
}

.contact-form .contact-terms {
	font-size: 12px;
	color: var(--cf-muted);
}

/* Feedback messages */
.contact-form .feedback-message {
	line-height: 1.55;
	letter-spacing: -0.12px;
	font-size: 14px;
 }

.contact-form .feedback-message-box,
.contact-form .submit-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	box-sizing: border-box;
	border-radius: var(--cf-radius);
	color: #fff;
	overflow: hidden;
}

.contact-form .feedback-message-box { background: var(--cf-success); }
.contact-form .feedback-message-box.success { background: var(--cf-success); }
.contact-form .feedback-message-box.failed { background: var(--cf-fail); }

.contact-form .submit-contact { background: var(--cf-accent); }

/* Loader */
.contact-form .loader-spinner {
	width: 24px;
	height: 24px;
	border: 2px solid currentColor;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}


.contact-form .loader-spinner { animation-duration: 2s; }
.contact-form .form-field-item,
.contact-form button[type="submit"] { transition: none; }


/* Spinner keyframes */
@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.grecaptcha-badge {
	visibility: hidden;
}