body {
	font-family: sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 125%;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;	
	font-stretch: normal;
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
}

.navbar-nav .nav-link {
	white-space: nowrap;
}

.navbar-shop .navbar-nav .dropdown-menu {
	position: absolute;
	min-width: 100%;
}

.search-box{
	display: none;
	background: #ECECEC;
	padding: 20px 0;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 99;
}

.google-auto-placed {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 1rem; 
}

.media > div {
	width: 100%;
	height: 100%;
}

figure.image {
	text-align: center;
}

.text-decoration-underline {
	text-decoration: underline;
}

.text-decoration-underline:hover {	
	text-decoration: none;
}

figure.image img {
	max-width: 100%;
	height: auto;
}

.navbar-shop{
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 0;
	width: 100%;
}

.bg-gray{
	background: #ECECEC;
}

.navbar-shop, .navbar-shop a{
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 0.96rem;
}

.pagination {
	justify-content: center;
	flex-wrap: wrap;
}

.header-logo {
	height: 76px;
	width: 76px;
	object-fit: contain;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4  L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1  c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1  c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z'/></svg>");
}

.navbar-toggler {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
}

.navbar-toggler {
	font-size: 0.75rem;
}

.navbar-shop a{
	min-height: 30px;
	line-height: 30px;
}

.clear{
	clear: both;
	width: 100%;
}

.sidebar_item a{
	line-height: 22px;
	color: #000;
	text-decoration: none;
}

.sidebar_item.bold a{
	font-weight: 600;
}

.sidebar_item a:hover, .sidebar_item a:active, .sidebar_item a:focus{
	text-decoration: underline;
}

.exclusive-post{
	background: #ff0303;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	display: inline-block;
	padding: 6px;
	margin-bottom: 4px;
}

.time{
	font-style: normal;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
	margin-right: 7px;
}

.sidebar_item h3{
	font-size: 1.25rem;
	font-weight: 600;
	color: #555;	
	border-bottom: 2px solid #E5E5E5;
}

.clear_60{
	width: 100%;
	clear: both;
	height: 60px;
}

.sidebar{
	width: 100%;
	height: calc(100vh - 50px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 20px;
	z-index: 4;
	top: 42px;
}

.sidebar-preloader{
	width: 100%;
	height: 50px;
	background: url('../img/loader_2.gif') no-repeat center;
	background-size: 30px 30px;		
	display: none;
}

.in_progress .sidebar-preloader {
	dispalay: block;
}

.sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb
{
	background-color: #000;
}

.clear_30{
	width: 100%;
	clear: both;
	height: 30px;
}

.clear_40{
	width: 100%;
	clear: both;
	height: 40px;
}

.clear_35{
	width: 100%;
	clear: both;
	height: 35px;	
}

.clear_10{
	width: 100%;
	clear: both;
	height: 10px;	
}

.material_1.right_divider{
	position: relative;
	min-height: 561px;
}

.material_1.right_divider:after{
	content: '';
	left: calc(100% + 14px);
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #E5E5E5;
	position: absolute;
}

.material_1 a > img{
	width: 100%;
	height: auto;
}

.material_1 a{
	font-weight: 600;
	font-size: 1.25rem;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.material_1.big a{
	font-size: 1.25rem;
}

.material_1 a:hover, .material_1 a:active, .material_1 a:focus{
	text-decoration: underline;
}

.material_1_divider{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e5e5e5;
}

.material_2, .material_2:hover, .material_2:active, .material_2:focus{
	text-decoration: none;
}

.material_2{
	display: block;
	border: 1px solid #e5e5e5;
	position: relative;
}

.material_2.gray{
	background: #e5e5e5;
}

.material_2 h2{
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 23px;
	color: #000;	
}

.material_2 a{
	color: #000;	
}

a.material_2:hover h2, a.material_2:active h2, a.material_2:focus h2{
	color: #414141;	
}

a.material_2:hover h3, a.material_2:active h3, a.material_2:focus h3{
	color: #414141;
}

.material_2 p{
	color: #000;	
}

.material_2 p strong{
	color: #000;
	font-weight: 600;	
}

.meta{
	display: inline-block;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
}

.meta a{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
	text-decoration: none;	
	border-bottom: none;
}

.meta a:hover, .meta a:active, .meta a:focus{
	text-decoration: underline;
	border-bottom: none;
	color: #555;
}

.material_2_bottom{
	position: absolute;
	left: 0;
	bottom: 20px;
	left: 30px;
	width: calc(100% - 60px);
}

.spec_box{
	background: #F7F7F7;
	padding: 30px;
}

.spec_box.white{
	background: #fff;
	padding: 0;	
}

.spec_box h2{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000000;	
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.spec_box_line{
	width: 100%;
	height: 1px;
	background: #000;
}

.spec_box_title{
	display: inline-block;
	font-weight: 600;
	font-size: 1.25rem;
	color: #000000;	
	max-width: 70%;
}

.spec_box_title:hover, .spec_box_title:active, .spec_box_title:focus{
	color: #414141;
}

.clear_50{
	width: 100%;
	clear: both;
	height: 50px;
}

.spec_box_more{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #A0A0A0;	
}

.spec_box_more:hover, .spec_box_more:active, .spec_box_more:focus{
	text-decoration: none;
	color: #414141;
}

.clear_20{
	clear: both;
	width: 100%;
	height: 20px;
}

.ideas_item, .ideas_item a{
	text-decoration: none;
	color: #000;
}

.ideas_item a:hover, .ideas_item a:active, .ideas_item a:focus{
	color: #414141;
	text-decoration: none;
	cursor: pointer;
}

.ideas_item{
	display: block;
	width: calc(100% - 1px);
	border-right: 1px dashed #E5E5E5;
	min-height: 350px;
}

.ideas_item a{
	display: inline-block;
}

.page-social-bottom a img{
	display: inline-bloock;
	vertical-align: middle;
}

.page-social-bottom a{
	text-decoration: none !important;
	border-bottom: none !important;
}

.page-social-bottom a:hover, .page-social-bottom a:active, .page-social-bottom a:focus{
	text-decoration: none;
	border-bottom: none !important;
}

.grid_item, .grid_item:hover, .grid_item:active, .grid_item:focus{
	text-decoration: none;
}

.grid_item{
	display: block;
	position: relative;
	min-height: 260px;
}

.grid_item > img{
	width: 100%;
	height: auto;
}

.grid_item:hover > p, .grid_item:active > p, .grid_item:focus > p{
	color: #414141;
	text-decoration: none;
}

.grid_item > p {
	color: #000000;
	font-weight: 600;
}

.grid_item .exclusive-post{
    left: 0;
	top: 90px;
    position: absolute;
}

.black_link{
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.black_link:hover, .black_link:active, .black_link:focus{
	color: #414141;
	text-decoration: none;
}

.video_item{
	position: relative;
}

.video_item:before{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../img/play.svg') no-repeat center;
	background-size: contain;
}

.material_2 h3{
	font-weight: 600;
	color: #000;	
}

.navbar .nav-link-search{
	cursor: pointer;
}

strong{
	font-weight: 600 !important;
}

.navbar .current .nav-link, .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus, .navbar .nav-link.active{
	text-decoration: none;
	background: #ECECEC;
}

.front-news-right{
	background: #ECECEC;
}

.navbar .nav-link.navbar-brand:hover, .navbar .nav-link.navbar-brand:active, .navbar .nav-link.navbar-brand:focus{
	background: transparent;
	outline: none;
}

.text-strong {
	font-weight: bold;
}

.navbar .nav-link.navbar-brand{
	color: #ff0303;
	font-size: 1.25rem;
}

.nav-link-social img, .nav-link-social svg{
	filter: brightness(0%);
	width: 18px;
	height: 18px;
}

.autoheight{
	min-height: auto !important;
}

article p a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ff0303;
}

article a:hover, article a:active, article a:focus{
	text-decoration: none;
	color: #ff0303;
	border-bottom: 1px solid #ff0303; 
}

article img{
	max-width: 100%;
	height: auto;
}

.cat_section.fullwidth{
	max-width: 100% !important;
}

.category-photos-title{
	display: inline-block;
	font-size: 1.5rem;
	color: #000;
	font-weight: 600;
}

a.category-photos-title{
	cursor: pointer;
}

a.category-photos-title:hover, a.category-photos-title:active, a.category-photos-title:focus{
	text-decoration: none;
	color: #414141;
}

.category-title{
    font-size: 1.25rem;
    color: #000000;
	font-weight: bold;
}

.article-share-box a{
	display: inline-block;
	vertical-align: middle;
	border-bottom: none;
	text-decoration: none;
}

.article-share-box a:hover, .article-share-box a:active, .article-share-box a:focus{
	opacity: 0.7;
	border-bottom: none;
	text-decoration: none;
}

.breadcrumb{
	padding: 0 0 5px 0;
	background: 0;
	border-radius: 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000000;	
}

.breadcrumb a{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000000;	
	font-weight: 600;
}

.breadcrumb-line{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
}

.single-h1{
	font-weight: 600;
	font-size: 2rem;
	color: #000;
	position: relative;
	max-width: 600px;
}

.lead p{
	font-weight: 600;
	color: #000;	
}

.cat_section .text-center .category-photos-title{
	max-width: 50%;
}

.category-photos-title.on-front{
	max-width: 70%;
}

article p, article{
	color: #000;	
}

article .wp-caption{
	text-align: center;
	max-width: 600px;
	position: relative;
}

article .wp-caption > img{
	max-width: 100%;
	height: auto;
}

article .wp-caption-text{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000;
	font-style: italic;
	width: 100%;
}

article ul, article ol{
	list-style-position: inside;
	padding-left: 0;
   -webkit-margin-before: 1em;
   -webkit-margin-after: 1em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 0;	
}

.clear_25{
	clear: both;
	height: 27px;
}

.subscribe-form, .subscribe-form *{
	font-size: 0.75rem;
}

.subscribe-form label{
	font-weight: 600;
	font-size: 0.75rem;
	color: #000000;	
}

.read-more-box{
	background: #F7F7F7;
	border-left: 2px solid #ff0303;
}

.read-more-box a{
	color: #000000;
	font-size: 0.75rem;
	text-decoration: none;
	border-bottom: none;
}

.read-more-box a:hover, .read-more-box a:active, .read-more-box a:focus{
	color: #414141;
	text-decoration: none;
	border-bottom: none;
}

.read-more-box p strong{
	font-weight: 600;
	font-size: 0.75rem;
}

article iframe{
	display: block;
	width: 100%;
}

.lslide > img{
	width: 100%;
	height: auto;
}

.lSPager li{
	border-radius: 0 !important;
	opacity: 0.5;
}

.lSPager li.active{
	opacity: 1;
}

.post-gallery-prev, .post-gallery-next{
	opacity: 0.6;
	position: absolute;
	bottom: 11.5%;
	cursor: pointer;
	width: 24px !important;
	height: 24px !important;
}

.post-gallery-prev:hover, .post-gallery-next:hover{
	opacity: 1;
}

.post-gallery-prev{
	left: 10px;
}

.post-gallery-next{
	right: 10px;
}

.lSAction>.lSPrev, .post-gallery-prev{
	width: 40px;
	height: 40px;
	background: url('../img/article_slide_left.svg') no-repeat center;
	background-size: contain;
}

.lSAction>a{
	top: 49%;
}

.lSAction>.lSNext, .post-gallery-next{
	width: 40px;
	height: 40px;
	background: url('../img/article_slide_right.svg') no-repeat center;
	background-size: contain;	
}

article blockquote{
	background: #F7F7F7;
	padding: 25px 30px 10px 50px;
	position: relative;
}

article .aligncenter{
	text-align:center;
}

article blockquote:before{
	width: 40px;
    height: 40px;
    content: '"';
    font-size: 150px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: -16px;
    top: 60px;
}	

article h2{
	font-weight: 600;
	font-size: 1.5rem;
	color: #000;	
}

article h3, article h4, article h5, article h6{
	font-weight: 600;
	font-size: 1.5rem;
	color: #000;	
}

.search-box-close{
	cursor: pointer;
}

.search-box-form .search-input{
	width: calc(100% - 35px);
	border: none;
	font-size: 0.75rem;
	color: #000;	
	background: #ECECEC;
	outline: none;
	display: inline-block;
	vertical-align: middle;	
}

.search-box-form img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
}

.search-page-form-line {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
}

.search-page-form img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
}

.search-page-form .search-input{
	width: calc(100% - 35px);
	border: none;
	font-size: 0.75rem;
	color: #000;	
	background: transparent;
	outline: none;
	display: inline-block;
	vertical-align: middle;	
}

.date-picker .input-group-addon{
	padding: 7px;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	text-align: center;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}

.movies-row > .col-lg-6:nth-child(odd){
	border-right: 1px dashed #E5E5E5;
}

.cat_partners .text-right img{
	max-width: 208px;
}

.pubished-on, .pubished-on a{
	font-size: 0.75rem;
	text-decoration: none;
	color: #000000;	
}

.pubished-on a:hover, .pubished-on a:active, .pubished-on a:focus{
	color: #414141;
	text-decoration: none;
}

.post-gallery{
	position: relative;
}

.author-name-ideas{
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-weight: 400 !important;	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 1300px) {
	.navbar-brand {
		margin-right: 0
	}
}

@media screen and (max-width: 1200px) {
	
	#navbarSupportedContent {
		position: absolute;
		border-top: 1px solid #ddd;
		left: 0;
		top: 100%;
		background: #fff;
		width: 100%;
		padding: 1rem;
		box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
	}	
	
	#navbarSupportedContent .navbar-nav {
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: row !important;
	}

	#navbarSupportedContent .navbar-nav .nav-item {
		width: 50%;
	}	
	
	.navbar>.container, .navbar>.container-fluid {
		flex-wrap: nowrap;
	}
	
}

@media screen and (max-width: 1100px) {
	.header-logo {
		height: 48px;
		width: 48px;
	}
}

@media screen and (max-width: 992px) {
	.category-photos-title, article h1, .lead p, .subscribe-form label, .read-more-box p strong, article h2, article h3, article h4, article h5, article h6, .sidebar_item.bold a, .time, .sidebar_item h3, .material_2 h2, .spec_box h2, .spec_box_title, .grid_item > p, .black_link, strong{
		font-weight: bold;
	}
	.page-author-ava{
		max-width: 92px;
		height: auto;
	}
	.material_1.big p{
		max-width: 100%;
	}
	.lead p{
		font-weight: normal;
	}
	article h2, article h3, article h4, article h5, article h6{
		font-size: 1.25rem;
		margin: 20px 0 20px 0;
	}
	.material_2_bottom{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	.material_2.nopadding{
		padding: 15px 15px 5px 15px;
	}
	.cat_section .meta{
		margin: 5px 0 10px 0;
	}
	.material_1.big p{
		text-align: left;
	}
	.ideas_item, .material_1.right_divider, .grid_item {
		min-height: auto;
	}
	.movies-row > .col-lg-6:nth-child(odd){
		border-right: none;
	}
	.lSAction>.lSPrev, .lSAction>.lSNext{
		top: 37%;
	}
	.cat_section .lSAction>.lSPrev, .cat_section .lSAction>.lSNext{
		top: 47%;
	}
	.sidebar{
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		position: relative;
		top: auto;
		padding-right: 0;
	}
	#navbarSupportedContent{
		padding: 4px 0;
	}
	#navbarSupportedContent .navbar-nav{
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#navbarSupportedContent-2{
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}	
	#navbarSupportedContent .navbar-brand{
		margin-right: 15px;
	}
	article, .cat_section{
		min-height: auto;
		padding-left: 0;
	}	
	.nav-link.navbar-brand{
		margin-left: 15px !important;
		padding-right: 0 !important;
	}
	article .wp-caption{
		padding: 15px 0 0 0;
	}
	article h1{
		font-size: 1.25rem;
		margin: 30px 0;
	}
	article .wp-caption{
		margin-bottom: 20px;
	}
	article iframe{
		height: 440px;
	}
	.material_1.big a{
		text-align: left;
	}
	.cat_section .text-center .category-photos-title, .category-photos-title.on-front{
		max-width: 100%;
	}	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}	
	.nav-link.navbar-brand{
		margin-left: 0 !important;	
	}	
}

@media screen and (max-width: 768px) {
	.material_2{
		min-height: auto;
	}
	article iframe{
		height: 340px;
	}		
	.post-gallery-prev, .post-gallery-next{
		display: none;
	}	
	.navbar-shop a{
		min-height: auto;
		line-height: 100%;
	}
}

@media screen and (max-width: 620px) {
	article .wp-caption img{
		width: 100%;
	}	
	article .wp-caption{
		text-align: left;
	}
	article blockquote:before{
		left: 5px;
		top: 20px;
		width: 30px;
		height: 30px;
	}
	article blockquote{
		padding: 30px 20px 20px 20px;
	}
}

@media screen and (max-width: 420px) {	
	.page-social-bottom strong{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}	
	article iframe{
		height: 260px;
	}		
}

@media screen and (max-width: 320px) {
	.article-share-box img{
		width: 20px;
		height: auto;
	}
	.nav-link-social{
		display: none;
	}	
}