/* General styles */
.blog {

}
.blog .owl-carousel {
	box-shadow:none;
}
.blog img, .blog-module img {
	max-width:100%;
	height:auto;
}
.blog .main_description {
	margin-bottom:20px;
}
/* Blog listings */
.blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	/*padding-top:13px;*/
	font-size:0;
}
.blog_grid_holder.carousel-1 {
	margin-left:-17px;
	margin-right:-17px;
	padding-top:10px;
	width:inherit;
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top:5px;
}
.blog_grid_holder.related {
	padding-top:0px;
}
.blog_item {
	font-size:12px;
	padding:0px 15px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	width:100%; /* 1 column grid is default */
}
.column-2 .blog_item,
.column-2 .blog-item {
	width:49%; /* 2 columns */
}
.column-3 .blog_item,
.column-3 .blog-item {
	width:33%; /* 3 columns */
}
.column-4 .blog_item,
.column-4 .blog-item {
	width:25%; /* 3 columns */
}
.carousel-1 .blog_item {
	width:100% !important; /* carousel */
	margin-bottom:0px;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:17px;
}
.blog_item .image {
	margin-bottom:23px;
	margin-top:5px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom:17px;
}
.blog_item .image img {
	transition:all 400ms;
}
.blog_item .image img:hover {
	opacity:0.8;
	transition:all 400ms;
}

#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size:16px;
	margin:0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
margin: 0 0 7px;
font-weight: 800;
font-size: 25px;
line-height: 40px;
text-transform: unset;

}
.column-4 .summary .blog_title {
	font-size:20px;
}
.blog_item .summary p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size:13px;
	line-height:20px;
}
.blog_item .summary p .fa {
	color:#cccccc;
}

/* Blog Post */
.blog_post .main_thumb {
	padding:20px 0 7px;
	transition: all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
    opacity: 0.8;
    transition: all 400ms ease 0s;
}
.blog_post h1 {
	margin: 30px 0;
	text-transform: unset;
}
.blog_post label {
	font-size:14px;
}

.blog_stats {
	font-size: 13px;
	text-transform: none;
	color: #fff;
	margin: 0 0 5px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size:13px;
	margin:0 0 12px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size:11px;
	margin-bottom:-4px;
	border-bottom:none;
	padding-bottom:0;
}
.blog_stats span {
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 8px;
}

.blog_stats span img {
	margin-right: 5px;
}

.blog_stats .text {
	font-weight:inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size:0;
}
.blog_stats .hl {
	color:#777777;
}
#column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight:inherit;
}
.blog_post .blog_stats {
	margin:0 0 22px;
}
.blog_post .tags {
	display:block;
	padding-top:5px;
	margin-bottom:25px;
	font-size:13px;
	color:#aaaaaa;
}
.blog_post .tags a {
	font-size:14px;
	margin-left:2px;
}

.blog_post .share {
	margin-bottom:40px;
}
.blog_post .share .fa {
	font-size:19px;
	padding:0 10px;
	margin:0 5px 10px 0;
	color:#f5f5f5;
	height:36px;
	line-height:36px;
	width:120px;
	transition:all 300ms;
}
.blog_post .share .fa:hover {
	opacity:0.9;
	transition:all 300ms;
}
.blog_post .share .fa:after {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	vertical-align:top; 
	margin-left:10px;
}
.blog_post .share .fa-facebook {background:#3b5998;}
.blog_post .share .fa-facebook:after {content:"Facebook"}
.blog_post .share .fa-twitter {background:#00aced;}
.blog_post .share .fa-twitter:after {content:"Twitter"}
.blog_post .share .fa-google-plus {background:#dd4b39;}
.blog_post .share .fa-google-plus:after {content:"Google+"}
.blog_post .share .fa-navicon {background:#f1f1f1; color:#888888; text-align:center; font-size:17px;}
.blog_post .at15t_compact, .at16nc.at16t_compact {background-position:-9999px -9999px !important;}
/* Related blogs */
.blog_post .related .blog_item {
	margin-bottom:15px;
}
.blog_post .related .blog_title {
	font-size:18px;
}
.blog_post .related p {
	font-size:14px;
	line-height:20px;
}
.blog_post .related p a {
	color:#999999;
}
.blog_post .related p .fa {
	color:#cccccc;
}
/* Comments */
.blog_post #comment {
	margin-bottom:55px;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:25px;
}
/* Modules */
.blog-module {
	margin-bottom:40px;
}
.section--home .blog-module {
	margin-bottom:0;
}
.blog-module h3 {
	margin:15px 0 10px 0;
	padding-bottom:6px;
	border-bottom:1px solid #f5f5f5;
}
.blog-module h3 a.all {
	float:right;
	font-size:13px;
	line-height:24px;
}
.blog-module h3 a.all .fa {
	color:#cccccc;
}
#column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
	display:none;
}
/* Category Module */
.blog-category > ul > li {
	position:relative;
	border-bottom:1px solid #f5f5f5;
}
.blog-category ul > li > ul {
    display: none;
	padding-left:0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > a {
	display: block;
	line-height:34px;
	font-size:14px;
}
.blog-category .sign {
	position:absolute;
	right:0px;
	top:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	cursor:pointer;
	color:#cccccc;
}
.blog-category li .sign .fa-minus,  
.blog-category li.open .sign .fa-plus {
	font-size:0;
}
.blog-category .sign .fa, 
.blog-category li.open .sign .fa-minus, 
.blog-category li.open ul li.open .sign .fa-minus, 
.blog-category li.open ul li .sign .fa-plus {
	font-size:11px;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li a {
	line-height:34px;
	font-size:13px;
}
.blog-category > ul > li ul > li a .fa {
	color:#cccccc;
	font-size:10px;
	margin:0 6px;
}
.captcha_wrap img { 
	max-width:none;
}
.blog_grid_holder.blog_products {
	padding-top:5px;
}
.blog_product {
	font-size:14px;
}
.blog_product .image {
	margin-top:0;
}
.blog_product .name {
	display:inline-block;
	margin-bottom:5px;
}
.blog_product .price-old {
	text-decoration:line-through;
}
.blog_product .price-tax {
	font-size:11px;
	display:block;
	color:#aaaaaa;
}
@media screen and (max-width:767px){
.column-3 .blog_item, .column-4 .blog_item {width:50%;}
.blog_stats .text {font-size:0}
}
@media screen and (max-width:567px){
.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}


.blog_item .summary {
	background: linear-gradient(180deg, #000000 62.5%, #500B56 100%);
	border-radius: 15px;
	padding: 30px;
	color: #fff;
}

.blog_item .summary a {
	color: #fff;
}

.blog_item .summary .blog_title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 25px;
	height: 62px;
}

.blog_item .summary .blog_text {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin: 0 0 2.5rem;
	height: 62px;
	overflow: hidden;
}

.section--home .blog_grid_holder.latest {
	max-width: 1433px;
	margin: 0 auto;
}
.blog_link--show-all {
	margin: 5px 0 0;
	text-align: center;
}

.blog_link--show-all a {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #000;
}

/*
.blog-category .blog_item .summary {padding: 30px 70px 30px 150px; border-radius: 10px;}
.blog-category .blog_item .summary:before {content: '';width: 54px;height: 54px;background: url(/image/catalog/logo-icon-white.svg);position: absolute;margin: 0 0 0 -79px;}
.blog-category .blog_item .summary p {margin: 0;}
.blog-category .blog_item .summary .blog_title {font-weight: 800;font-size: 18px;text-transform: unset;}
.blog-category .blog_item .summary .blog_preview {margin: 0 0 20px;}
@media screen and (max-width: 480px) {
	.blog-category .blog_item .summary {padding: 30px;}
	.blog-category .blog_item .summary:before {display: none;}
}
*/
	
.blog_post p, .blog_post li, .blog_post ol {
	font-size: 19px;
	line-height: 30px;
	color: #424242;
	margin: 0;
}

.blog_post h1,.blog_post h2,.blog_post h3,.blog_post h4 {
	text-transform: unset;
	font-weight: 700;
	
}

.blog_post h1 {
	font-size: 32px;
}
 
.blog_post h2 {
	font-size: 26px;
}

.blog_post h3 {
	/*color: #D44DA5;*/
	font-size: 24px;
	margin: 0;
	margin-top: 20px;
	text-transform: uppercase;
}

.blog-item {
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-wrap {
	border-radius: 10px;
	background: #EEE;
    height: 100%;
    overflow: hidden;
}
.blog-content {
    padding: 20px;
    height: 100%;
}
.blog-img {
    background: #000;
	height: 200px;
    min-height: 200px;
    overflow: hidden;
}
.blog-title {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
.blog-description {
    font-size: 16px;
}
.blog-date {
    margin-bottom: 10px;
}
.blog-title {
    margin-bottom: 5px;
}
.blog-btn {
    height: 48px;
	margin-top: 25px;
    transition: all 0.4s;
}
.blog-item:hover .blog-btn {
    background: #C456A2;
    color: white;
}
html .blog-image {
	max-width: none;
	height: 200px;
}




@media screen and (max-width: 1199px) {
	.column-3 .blog_item {
	  width: 49.8%;
	}
	.column-3 .blog-item {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.column-3 .blog_item {
	  width: 100%;
	}
	.blog_item .summary .blog_title {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.column-3 .blog-item {
	  width: 100%;
	}
}





