.container:after,
#header:after,
#nav ul:after,
#main:after,
.stock-list:after,
.visual:after,
.home .two-columns:after,
.widget .text-area:after,
.post-holder:after,
.post-holder .inner-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.add-nav,
#nav ul,
#nav .dropdown ul,
.social-networks,
.stock-list,
.research-list,
.list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body 
{
	margin: 0;
	color: #888;
	font: 14px/19px Arial, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	height: 100%;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	height: auto;
}

a {
	text-decoration: none;
	color: #4f4f4f;
}

a:hover {
	text-decoration: none;
	color: black;
}

input,
textarea,
select {
	font: 100% "arial", sans-serif;
	color: #b3b3b3;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "arial", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 20px;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?85677617");
	src: url("../fonts/fontello.eot?85677617#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?85677617") format("woff"), url("../fonts/fontello.ttf?85677617") format("truetype"), url("../fonts/fontello.svg?85677617#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e800";
}

/* '' */

.icon-twitter-squared:before {
	content: "\e801";
}

/* '' */

.icon-linkedin-squared:before {
	content: "\e802";
}

/* '' */

.icon-rss-squared:before {
	content: "\e803";
}

/* '' */

.icon-floppy:before {
	content: "\e804";
}

/* '' */

.icon-arrows-ccw:before {
	content: "\e805";
}

/* '' */

.icon-right-bold:before {
	content: "\e806";
}

/* '' */

h1 {
	color: #4f4f4f;
	line-height: 28px;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px;
}

h2 {
	line-height: 22px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2px;
}

h3 {
	color: #4f4f4f;
	line-height: 29px;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 20px;
}

h4 {
	color: #4f4f4f;
	line-height: 22px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
}

h5 {
	color: #4f4f4f;
	line-height: 19px;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 1px;
}

.w1,
.footer-holder {
	width: 100%;
	overflow: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

.header-holder {
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.header-inner {
	position: absolute;
	right: -240px;
	top: 0;
	width: 240px;
	overflow: auto;
	background: var( --nav-color);
}

.header-box .search-form {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	width: auto;
    z-index: 5;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	
}

#header {
	background: var( --nav-color);
	box-shadow: 0 2px 5px rgba(2, 2, 2, .2);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
}

#header .container {
	padding: 8px 20px 17px;
}

#header:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #ffffff;
	content: "";
	height: 50px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

#header.fixed-position:after {
	visibility: visible;
	opacity: 1;
}

.logo {
	float: left;
	width: 162px;
	height: 20px;
	margin: 12px 0 0;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.header-content {
	float: right;
	width: 40%;
	padding: 15px 0 0;
	text-align: right;
}

#wrapper .input-control {
	background: none;
	color: #b3b3b3;
	float: left;
	width: 100%;
	height: 30px;
	border: 0;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 6px 9px;
	line-height: 18px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper .input-control::-webkit-input-placeholder {
	color: #b3b3b3;
}

#wrapper .input-control:-moz-placeholder {
	color: #b3b3b3;
}

#wrapper .input-control::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}

#wrapper .input-control:-ms-input-placeholder {
	color: #b3b3b3;
}

.search-form {
	width: 100%;
	background: #fff;
	padding: 0 24px 0 0;
	position: relative;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .2);
}

.search-form .search {
    position: absolute;
	right: 10px;
	top: 4px;
	margin: 0;
	border: 0;
	padding: 0;
	height: 18px;
	background: none;
	outline: none;
	color: #030303;
	opacity: .4;
	cursor: pointer;
	font-size: 14px;
    vertical-align: top;
}

.search-form .search:hover {
	opacity: 1;
}

.search-form.visible-tablet {
	width: 225px;
	margin: -5px 0 0;
	display: inline-block;
	vertical-align: top;
}

.add-nav {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

.add-nav li {
	margin: 0 0 5px; color: rgba(255, 255, 255, .6);
}

.add-nav a {
	display: block;
	padding: 0 10px;
	color: rgba(255, 255, 255, .6);
}
.header-box .add-nav a{display:inline-block;}
.add-nav a:hover {
	color: #fff;
}

#nav {
	max-width: 936px;
	padding: 45px 0 0;
}

#nav ul {
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

#nav ul > li {
	margin: 0 0 5px;
}

#nav ul > li.active a {
	opacity: 1;
}

#nav ul > li.hover .dropdown {
	display: block;
}

#nav ul > li.hover > a {
	opacity: 1;
}

#nav ul > li.hover > a:before {
	opacity: .8 !important;
}

#nav ul > li.has-drop-down.hover > a {
	position: relative;
	border-color: #000;
}

#nav ul > li.has-drop-down.hover > a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #000;
	bottom: 100%;
	left: 50%;
	margin-bottom: -1px;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000;
	border-bottom-color: inherit;
}

#nav ul > li.has-drop-down.hover > a:before {
	margin: 0 0 0 10px !important;
	bottom: 0 !important;
	top: 100% !important;
	left: 0 !important;
}

#nav ul a {
	display: block;
	padding: 0 10px;
	color: #fff;
	opacity: .6;
}
#nav ul > li > a{font-weight:bold;}
#nav .dropdown {
	display: none;
}

#nav .dropdown .drop-holder {
	padding: 5px 0 0;
	position: relative;
	background: rgba(0,0,0,0.9);
}

#nav .dropdown .col {
	width: 100%;
}

#nav .dropdown ul {
	overflow: hidden;
}

#nav .dropdown li {
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
	text-transform: capitalize;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal; 
}

#nav .dropdown a {
	display: block;
	padding: 0 10px;
	color: #fff;
	opacity: 1; font-weight:normal;
}

#nav .dropdown a:hover {
	color: #6dbff6;
}

#nav .dropdown .img-box {
	width: 100%;
	margin: 0 0 10px;
	text-transform: capitalize;
}

#nav .dropdown .img-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

#nav .dropdown .img-box .title {
	display: block;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}

.social-networks {
	letter-spacing: -6px;
	font-size: 38px;
	line-height: 38px;
	text-align: left;
}

.social-networks li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 10px;
	position: relative;
	z-index: 2;
}

.social-networks a {
	color: #fff;
}

.social-networks a:hover {
	color: #e6e6e6;
}

#main {
	width: 100%;
	padding: 70px 0 41px;
}

.home #main {
	padding: 60px 0 38px;
}

.advertise-holder {
    text-align: center;
	overflow: hidden;
	margin: 0 0 16px;
}

.article .advertise-holder {
    float: left;
    margin-right: 20px;
}

.advertise-holder .img-holder {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	margin: 0 0 6px;
}

.advertise-holder .img-holder img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.advertise-holder .title {
	display: block;
	color: #737373;
	line-height: 16px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

.jcf-scrollable-wrapper {
	margin: 0 0 9px;
}

.stock-list {
	letter-spacing: -7px;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
    margin-left:0px;
}


.stock-list li {
    min-width: 116px;
    width: calc(12.5% - 6px);
    letter-spacing: 0;
	white-space: normal;
	line-height: 14px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #fff;
	
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 2px solid #e9ebed;	
    touch-action: pan-y;
	white-space: nowrap;
}


.stock-list li:last-child {
	
    margin-right: 0;
}

.stock-list li .holder {
	padding: 16px 5px 13px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
    border-right-width: 1px;
}

.stock-list li .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 6px;
}

.stock-list li .rate {
	display: block;
	color: #00aa6b;
	font-size: 30px;
	line-height: 32px;
	/* margin: 0 0 -4px; */
	padding-bottom: 5px;
  padding-top: 5px;
}

.stock-list li .rate.down {
	color: #ee6452;
}

.stock-list li .count-holder {
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
}

.stock-list li .count-holder .count {
	float: right;
	width: 43%;
}

.stock-list li .count-holder .count:first-child {
	float: left;
	width: 55%;
}

.stock-list li .time {
	display: block;
	padding: 0 0 5px;
}

.visual {
	position: relative;
	margin: 0 -10px 10px;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .4);
}

.visual:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .8) 100%);
}

.visual img {
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.visual .caption {
	position: absolute;
	left: 21px;
	right: 21px;
	bottom: 10px;
	z-index: 99;
	color: #fff;
	text-align: center;
}

.visual .caption h1 {
	color: #fff;
		
	font-weight: normal;
	margin: 0 0 10px;
     
}

   

.main-img {
	overflow: hidden;
	margin: 0 0 14px;
}

.main-img img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.article {
	overflow: hidden;
}

.article .text-block {
	overflow: hidden;
}

.article .header {
	overflow: hidden;
	margin: 0 0 24px;
}

.article .header time {
	display: block;
	color: #4f4f4f;
	font-weight: bold;
	margin: 0 0 4px;
}

.article .holder {
	overflow: hidden;
}


.visual .caption h1 {
    font-size: 48px;
    line-height: 125%;
    }

     .visual .caption h1 span {      
    font-size: 33px;
    }



.article .text {
	overflow: hidden;
}

.article .img-box {
	overflow: hidden;
	margin: 0 0 17px;
}

.article img[width='624'],.article img[width='668'] {
	height: 400px;
    width: 100%;
}

.article img[width='260'] {
    width: 100%;
    height: 220px;
}


.article .text-holder {
	overflow: hidden;
	margin: 0 0 -6px;
}

.article p {
	word-spacing: -1px;
}

#content {
	background: #fff;
	padding: 19px 20px;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .2);
}

.home .two-columns {
	width: 100%;
}

.home .two-columns #content {
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.home .two-columns #content .visual {
	display: none;
}

.home .two-columns #sidebar {
	padding: 0;
}

.widget-holder {
	width: 100%;
}

.widget {
	background: #fff;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .2);
	padding: 13px 20px 20px 20px;
	margin: 0 0 10px;
}

.widget.rating {
	padding-top: 7px;
}

.widget.advertise-holder {
	background: none;
	box-shadow: none;
	padding: 0;
	margin-right: 18px;
}

.widget.advertise-holder .img-holder.add {
	border: 0;
	margin: 0 0 20px;
}

.widget.advertise-holder .img-holder.add2 {
	border: 0;
}

.widget.advertise-holder.visible-mobile {
	margin: 0 0 8px;
}

.newsletter {
	background: var( --nav-color);
	color: #fff;
	text-align: center;
    padding: 20px;
}

.newsletter h3 {
	color: #fff;
	margin-top: 0px;
    margin-bottom: 10px;
}

.newsletter h3 span {
	display: block;
}

.widget .alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.widget .alignright {
	float: right;
	margin: 0 0 0 10px;
}

.widget .img-box {
	margin-top: 5px;
}

.widget .text-holder {
	overflow: hidden;
	padding: 0 0 22px;
}

.widget .text-holder .text {
	padding: 6px 0 0;
}

.widget .text {
	overflow: hidden;
}

.widget .text-area {
	padding: 0 0 20px;
}

.widget .text-area h3 {
	margin: 0 0 28px;
}

.widget .text-area h4 span {
	color: #86b162;
}

.widget .btn {
	margin: 0 -20px;
}

.newsletter-form {
	width: 100%;
	position: relative;
	padding: 0 25px 0 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .2);
}

.newsletter-form .submit {
	position: absolute;
	background: none;
	outline: none;
	right: 11px;
	top: 8px;
	font-size: 17px;
	line-height: 17px;
	border: 0;
	padding: 0;
	color: #000;
	opacity: .4;
	cursor: pointer;
}

.newsletter-form .submit:hover {
	opacity: 1;
}


.list {
	overflow: hidden;
	padding: 16px 0 8px;
}

.list li {
	overflow: hidden;
	padding: 0 0 10px;
}

.post-holder {
	width: 100%;
	text-align: center;
}

.post-holder.no-events .js-load-more {
	display: none;
}

.post-holder .inner-holder {
	text-align: left;
	width: 100%;
	padding: 0 10px;
	margin: 0 0 11px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(2, 2, 2, .2);
}

.post-holder .icon-arrows-ccw {
	font-size: 45px;
	line-height: 45px;
	color: #000;
	opacity: .1;
}

.post-holder .icon-arrows-ccw:hover {
	opacity: 1;
}

.post {
	overflow: hidden;
	border-top: 2px solid #e9ebed;
	padding: 19px 0 4px;
}

.post:first-child {
	border: 0;
}

.post .img-holder {
	float: left;
	margin: 10px 40px 0 0;
	overflow: hidden;
}

.post img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.post .text {
	overflow: hidden;
}

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

.footer-holder {
	overflow: hidden;
	background: var( --nav-color);
	padding: 19px 0 7px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	color: rgba(255, 255, 255, .2);
}

.footer-holder a {
	color: rgba(255, 255, 255, .6);
}

.footer-holder a:hover {
	color: white;
}

.footer-holder .active a {
	color: white;
}

.footer-holder p a {
	color: rgba(255, 255, 255, .2);
}

.footer-holder p a:hover {
	color: white;
}

.footer-holder .holder {
	overflow: hidden;
	margin: 0 0 15px;
}

.footer-holder .logo {
	display: block;
	float: none;
	margin: 0 auto 20px;
	width: 206px;
	height: 26px;
}

.footer-nav {
	overflow: hidden;
	text-transform: capitalize;
	letter-spacing: -6px;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 8px 2px;
	position: relative;
}

.footer-nav li:after {
	position: absolute;
	right: -7px;
	top: 2px;
	background: #fff;
	opacity: .4;
	width: 1px;
	height: 9px;
	content: "";
}

.footer-nav li:last-child:after {
	display: none;
}

/* burger menu style */

.opener {
	float: right;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0 0 0 40px;
}

.opener:after,
.opener:before,
.opener span {
	background: #fff;
	position: absolute;
	top: 82%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -4px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.opener:after,
.opener:before {
	content: "";
	top: 40%;
}

.opener:after {
	top: 0;
}

.active .opener span {
	opacity: 0;
}

.opener:hover {
	opacity: .9;
}

.active .opener:after,
.active .opener:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.active .opener:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: transparent;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: transparent;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: transparent;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: transparent;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: transparent;
	height: 0;
	width: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: transparent;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: transparent;
}

.resize-active .w1,
.resize-active .footer-holder,
.resize-active .header-holder {
	-webkit-transition: none !important;
	transition: none !important;
}


/* Tablet */
	h1 {
		font-size: 31px;
		line-height: 36px;
	}

	.header-box .search-form {
		display: none;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
	}

	#header .container {
		padding: 18px 20px 22px;
	}

	.logo {
		width: 206px;
		height: 26px;
	}

	.header-content {
		width: 60%;
	}

	#nav {
		padding: 25px 0 0;
	}

	#main {
		padding: 95px 0 39px;
	}

	.home #main {
		padding: 95px 0 28px;
	}

	.visible-mobile {
		display: none !important;
	}

	.visual .caption {
		left: 39px;
		right: 39px;
		bottom: 33px;
		text-align: left;
	}
    .visual .img-holder {
    width: 100%;
    height: 500px;
    }

	.main-img {
		margin: 0 0 25px;
	}

	.article .header {
		margin: 0 0 37px;
	}

	.article .header time {
		margin: 0 0 10px;
	}

	.article .text-holder {
		margin: 0 0 2px;
	}

	.article .img-box {
		margin: 0 0 24px;
	}

	.two-columns #content {
		float: left;
		width: 100%;
		margin: 0 0 12px;
		padding: 40px 40px 27px;
	}

	.two-columns #sidebar {
		float: right;
		width: 100%;
	}

	.home .two-columns #content {
		width: 57.2%;
		float: left;
	}

	.home .two-columns #sidebar {
		width: 42.8%;
		float: right;
	}

	.widget-holder {
		padding: 0 0 0 20px;
		float: left;
	}

	.widget {
		margin: 0 0 20px;
	}

	.post-holder .inner-holder {
		padding: 0 20px;
	}

	.post {
		padding: 19px 0 7px;
	}

	.footer-holder {
		padding: 58px 0 19px;
		text-align: left;
		line-height: 16px;
	}

	.footer-holder .holder {
		margin: 0 0 25px;
	}

	.footer-holder .logo {
		float: left;
		margin: 0 0 25px;
	}

	.footer-nav {
		text-align: left;
		clear: both;
	}

	.footer-nav li {
		margin: 0 5.4% 0 0;
	}

	.footer-nav li:after {
		display: none;
	}

	.opener {
		width: 45px;
		height: 30px;
	}

	.opener:after,
	.opener:before,
	.opener span {
		height: 5px;
		margin-top: -5px;
		top: 82%;
	}

	.opener:after,
	.opener:before {
		top: 43%;
	}

	.opener:after {
		top: 0;
	}


	h2 {
		font-size: 21px;
		line-height: 30px;
	}

	.header-inner {
		height: auto !important;
		width: auto;
		position: static;
		background: none;
		overflow: inherit;
	}

	.header-box {
		float: right;
        min-width: 225px;
		padding: 0 0 43px;
		position: relative;
		z-index: 9999;
	}

	.header-box .search-form {
		display: block;
	}

	#header .container {
		padding: 13px 10px 15px;
	}

	#header.fixed-position .social-networks:after {
		position: absolute;
		left: -9999px;
		right: -9999px;
		content: "";
		top: 0;
		bottom: 0;
		box-shadow: inset 0 2px 3px rgba(2, 2, 2, .2);
	}

	.logo {
		margin: 17px 0 0;
	}

	.header-content .opener {
		display: none;
	}

	.header-content {
		padding: 0;
		width: 77%;
		float: right;
		text-align: inherit;
	}

	.search-form.visible-tablet {
		display: none;
	}

	.add-nav {
		letter-spacing: -6px;
		text-transform: none;
		text-align: right;
		line-height: 14px;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
	}

	.add-nav li {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 8px;
	}

	.add-nav a {
		padding: 0;
		color: rgba(255, 255, 255, .6);
	}

	.add-nav a:hover {
		color: #fff;
	}

	#nav {
		padding: 20px 5px 0 0;
	}

	#nav ul {
		letter-spacing: -6px;
	}

	#nav ul > li {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		margin: 0 4.7% 0 0;
	}

	#nav ul > li.visible-desktop {
		display: inline-block;
	}

	#nav ul > li.hidden-desktop {
		display: none;
	}

	#nav ul > li.has-drop-down.hover > a {
		position: relative;
		border-color: #000;
	}

	#nav ul > li.has-drop-down.hover > a:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: 0;
		border-color: #000;
		bottom: 100%;
		left: 50%;
		margin-bottom: -1px;
		margin-left: -20px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #000;
		border-bottom-color: inherit;
	}

	#nav ul > li.has-drop-down.hover > a:before {
		margin: 14px 0 0 -15px !important;
		bottom: 0 !important;
		top: 100% !important;
		opacity: .9 !important;
		left: 50% !important;
	}

	#nav ul a {
		padding: 0;
	}

	#nav .dropdown {
		position: absolute !important;
		z-index: 999;
		left: 0;
		right: 0;
		top: 100%;
		margin: -35px 0 0;
		padding: 35px 0 0;
	}

	#nav .dropdown li {
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 20px;
	}

	#nav .dropdown .drop-holder {
		padding: 24px 0 46px;
		padding-left: 5px !important;
	}

	#nav .dropdown .drop-holder:after,
	#nav .dropdown .drop-holder:before {
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.9);
		content: "";
		width: 9999px;
	}

	#nav .dropdown .drop-holder:before {
		left: auto;
		right: 100%;
	}

	#nav .dropdown .img-box {
		display: inline-block;
		vertical-align: top;
		width: 230px;
	}

	#nav .dropdown .img-box span {
		display: block;
		width: 100%;
	}

	#nav .dropdown .col {
		display: inline-block;
		vertical-align: top;
		width: 230px;
		padding: 0 0 0 4px;
	}

	#nav .dropdown .col a {
		display: inline-block;
		vertical-align: top;
	}

	.social-networks {
		position: absolute;
		right: 10px;
		top: 100%;
		z-index: 99;
		padding: 7px 0 0;
		text-align: right;
		max-width: 125px;
		max-height: 52px;
	}

	.social-networks li {
		margin: 0 0 5px 5px;
	}

	.social-networks a {
		color: #00c7f6;
	}

	.social-networks a:hover {
		color: #009ec3;
	}

	.social-networks a.icon-linkedin-squared {
		color: #0a97d1;
	}

	.social-networks a.icon-linkedin-squared:hover {
		color: #0874a0;
	}

	.social-networks a.icon-rss-squared {
		color: #fcb232;
	}

	.social-networks a.icon-rss-squared:hover {
		color: #f79e04;
	}

	#main {
		padding: 95px 0 60px;
	}

	.home #main {
		padding: 95px 0 57px;
	}

	.article .text-holder {
		margin: 0 0 5px;
	}

	.two-columns #content {
		width: 68.7%;
		margin: 0;
		padding: 40px 40px 98px;
	}

	.two-columns #sidebar {
		width: 29.3%;
	}

	.two-columns #sidebar .widget-block {
		float: none;
	}

	.home .two-columns #content {
		width: 37.5%;
	}

	.home .two-columns #sidebar {
		width: 62.5%;
	}

	.widget-holder {
		width: 50%;
	}

	.post {
		padding: 19px 0 1px;
	}

	.footer-holder {
		padding: 31px 0 47px;
	}

	.footer-holder .logo {
		margin: 0;
	}

	.footer-nav {
		clear: none;
		text-align: right;
	}

	.footer-nav li {
		margin: 0 0 0 4.8%;
	}


	#nav > ul > li.flexMenu-viewMore.hover > a {
		opacity: 1;
	}

	#nav .flexMenu-popup {
		width: 180px;
		padding: 20px 10px 10px;
		background:  var( --nav-color);
		z-index: 9999;
	}

	#nav .flexMenu-popup > li {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	#nav .flexMenu-popup > li.has-drop-down:hover a:before {
		margin: 0 0 0 10px !important;
		left: 0 !important;
	}

	#nav .flexMenu-popup > li.hover .dropdown {
		display: block !important;
	}

	#nav .flexMenu-popup .dropdown {
		display: none !important;
		width: auto;
		margin: -15px -10px 0 -10px;
		position: static !important;
	}

	#nav .flexMenu-popup .dropdown .drop-holder {
		padding-bottom: 20px;
	}

	#nav .flexMenu-popup .dropdown .drop-holder:after,
	#nav .flexMenu-popup .dropdown .drop-holder:before {
		display: none;
	}

	#nav .flexMenu-popup .dropdown .col {
		width: 100%;
	}

	#nav .flexMenu-popup .dropdown .img-box {
		width: 100%;
	}


.jcf-scrollable-wrapper {
		margin: 0 0 18px;
	}


    
	.visual {
		margin: 0 0 20px;
	}


	h1 {
		font-size: 42px;
		line-height: 54px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.container {
		padding: 0;
	}

	#header .container {
		padding-left: 0;
		padding-right: 0;
	}

	.header-content {
		width: 77%;
	}

	#nav ul > li {
		margin: 0 2.7% 0 0;
	}

	#nav ul > li.visible-desktop {
		display: none;
	}

	#nav ul > li.hidden-desktop {
		display: inline-block;
	}

	.social-networks {
		right: 0;
	}

	.home #main {
		padding: 95px 0 0px;
	}


	.main-container > .visual {
		display: none;
	}

	.article .advertise-holder {
		display: block;
		float: left;
		margin: 2px 39px 0 0;
	}

	.article .text-holder {
		margin: 0 0 7px;
	}

	.article .header {
		margin: 0 0 17px;
	}

	.two-columns #content {
		width: 77.8%;
	}

	.two-columns #sidebar {
		width: 20.8%;
	}

	.home .two-columns #content {
		width: 55.6%;
	}

	.home .two-columns #content .visual {
		display: block;
	}

    .visual .img-holder {
    width: 100%;
    height: 420px;
    }
	.home .two-columns #sidebar {
		width: 44.4%;
	}

	.post-holder .inner-holder {
		padding: 0 40px;
		margin: 0 0 20px;
	}

	.post-holder .icon-arrows-ccw {
		font-size: 45px;
		line-height: 45px;
	}

	.post {
		padding: 30px 0 41px;
	}

	.footer-nav li {
		margin: 0 0 0 3.1%;
	}


.post .header {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 0 0 10px;
		overflow: hidden;
	}

	.post .img-holder {
		display: table-header-group;
		height: 1%;
		width: 100%;
		float: none;
	}

	.post img {
		width: 100%;
		margin: 0 0 3px;
	}

	.post .text {
		display: none;
}





.icon-3{  font-family: "fontello";}

.visible-smallscreen,.footer-nav li.visible-smallscreen,.add-nav li.visible-smallscreen {
    display: none;
}


    .visible-smallscreen,.footer-nav li.visible-smallscreen,.add-nav li.visible-smallscreen {
        display: inline-block;
    }


@media (min-width: 1024px) {
.smallads {
    float: right;
}
}

/* Small Ads in quote pages */
.smallads {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 12px;
}

.smallads li {
    width: 88px;
    height: 31px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

.smallads li:last-child {
    margin-right: 0;
}
