.post_format_items.owl-theme .owl-nav{
	top:50%;
	margin-top:-20px;
	width:100% ;
	left:0 !important;
}
.post_format_items.owl-theme .owl-prev{float:right}
.post_format_items.owl-theme .owl-next{float:left}
.embed-responsive {
    position: relative;
    display: block;


}
#module-xipblog-main .columns-container{padding-bottom:0}
.kr_blog_post_area .blog_post .post_content .post_meta i{margin-left:5px;}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#header_logo.mag a{position:relative;display:block}
#header_logo.mag a:before{
	display:block;
	position:absolute;
	top:50%;
	margin-top:-12px;
	content:"MAG";
	left:-28px;
	font-weight:600;
	font-size:11px;
	line-height:24px;
	width:34px;
	color:#fff;
	height:24px;
	border-radius:3px;
background-color: #fa617b;
text-align:center;
}

.post_audio audio{width:100%}
/* 
Blog module
*/
.kr_blog_post_area .blog_post {
border-bottom:1px solid #eee;
padding:20px 0px;
}

.kr_blog_post_area .blog_post .post_thumbnail {
  position: relative;
}
.kr_blog_post_area .blog_post .post_thumbnail img{
border-radius:3px;overflow:hidden;border:1px solid rgba(0,0,0,0.1);padding:0px;width:auto;
}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask .blog_mask_content {
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask .blog_mask_content a {
  display: block;
  text-align: center;
  font-size: 70px;
  color: #fff;
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .blog_mask {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .blog_mask .blog_mask_content {
  left: 50%;
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .post_meta {
  opacity: 0;
  visibility: hidden;
}
.kr_blog_post_area .blog_post .post_content .post_title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
	margin-top:0;
	padding-top:10px;
    text-transform: uppercase;
	 color: #333;
}

.comments_title{color:#333}
.comment_list li{
	border-bottom:1px solid #eee;
	padding:20px 0px;
}
.comment_list li:last-child{
	border:0
}
div.kr_blog_post_area.single .blog_post .post_content .post_title{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee}
.kr_blog_post_area.single{margin-bottom:40px;}
.comment_author{margin-bottom:10px;}
.comment_author .comment_meta{vertical-align:middle;display:inline-block}
.comment_author .comment_meta b{font-weight:400;line-height:26px;vertical-align:middle;color:#333}
.comment_author > i{
font-size:16px;
color:#999;
vertical-align:middle
}
.xipblogs_error{display:block;padding:10px 0px;color:red}
.xipblog_submit_btn{float:left}
#xipblog_content{padding:10px;}
.comment_meta_date, .comment_meta_author{color:#afb6bc;    display: inline-block;padding:0px 5px;}
.comment_content_bottom{line-height:26px;}
.kr_blog_post_area .blog_post .post_content .post_title a {
 color: #333;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kr_blog_post_area .blog_post .post_content .post_title a:hover {
  color: #666;
}
.kr_blog_post_area .blog_post .post_content .post_meta {
  margin-bottom: 10px;
     display: inline-block;
    max-width: 100%;
    overflow: hidden;

    white-space: nowrap;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p, .kr_blog_post_area .blog_post .post_content .post_meta  div {
  display: block;
  margin-left: 10px;
  float: right;
  color: #afb6bc;

}
.kr_blog_post_area .blog_post .post_content .post_meta > p a {
	  color: #afb6bc;
}

.kr_blog_post_area .blog_post .post_content .post_meta > p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.kr_blog_post_area .blog_post .post_content .post_description {
  font-size: 1.4rem;
  line-height: 2.1;
}
.kr_blog_post_area .blog_post .post_content .post_description p {
	    font-size: 13px;
    line-height: 24px;

    text-align: justify;

}
#module-xipblog-main .kr_blog_post_area{padding-top:30px}
.kr_blog_post_area .blog_post .post_content .read_more a {
  color: #999;

}
.kr_blog_post_area .blog_post .post_content .read_more a i {
  display: inline-block;
  vertical-align: -2px;
}
.kr_blog_post_area .blog_post .post_content .read_more a:hover {
  color: #000;
}
.kr_blog_post_area .blog_post .blog_post_bottom {
  margin-top: 60px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post {
  margin-bottom: 25px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul {
  display: block;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li {
  float: left;
  margin-right: 15px;
  max-width: 250px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li img {
  display: block;
  margin-bottom: 10px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a {
  color: #000000;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a:hover {
  color: #666;
}
.kr_blog_post_area.blog_style_column .blog_post .post_title {
  font-size: 1.8rem;
  line-height: 1.3;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta {
  margin-bottom: 20px;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta > p {
  line-height: 1.4;
}
.kr_blog_post_area .comment_respond {
  margin-bottom: 60px;
}
.block.blog_block .block_content.products-block ul li .products-block-image {
  width: 79px;
  overflow: hidden;
  display: block;
  height: 63px;
}
.block.blog_block .block_content.products-block ul li .products-block-image img {
  max-width: none;
}
.block.blog_block .block_content.products-block ul li h5 a {
  font-size: 1.5rem;
}

.blog_block.blog_search .block_content .form-control {
  height: 46px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
/* Additioanl style blog css */
/*
.kr_blog_post_area .blog_post.col-sm-6:nth-of-type(2n+1){
	clear: right;
}
.kr_blog_post_area .blog_post.col-sm-3:nth-of-type(4n+1){
	clear: right;
}
.kr_blog_post_area .blog_post.col-sm-4:nth-of-type(3n+1){
	clear: right;
}
*/
/* post formart carousel */
.blog_post .slick-prev, .blog_post .slick-next{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-top: -21px;
	color: #999999;
	background: #ECECEC;
	font-size: 25px;
	display: block;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog_post .slick-prev:hover, .blog_post .slick-next:hover{
  color: #fff;
  background-color: #000;
}
.blog_post .slick-prev.slick-disabled, .blog_post .slick-next.slick-disabled{
  cursor: default;
  color: #999999;
  background: #ECECEC;
}
.blog_post .slick-prev{
  left: 0px;
}
.blog_post .slick-next{
  right: 0px;
}
.blog_post:hover .slick-prev, .blog_post:hover .slick-next{
  opacity: 1;
}
.blog_post:hover .slick-prev {
  left: 30px;
}
.blog_post:hover .slick-next{
  right: 30px;
}
.home_blog_post .post_thumbnail .post_format_items .embed-responsive-16by9{
	padding-bottom: 52.00%;
}
.blog_post_content p.meta_author,.blog_post_content p.meta_date {
    display: inline-block;

}
.blog_post_content p.meta_category {
    display: inline-block;
}
.blog_post_content a.more {
    float: right;
}
.home_blog_post h3.page-heading {
    margin-bottom: 5px;
}
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
    margin-top: 30px;
}
.arrow_carrot-right:before {
    content: ">";
}
.arrow_carrot-left:before {
    content: "<";
}
 .product-count{float:left;padding:40px 0px;}
/****theme1**************/
.kr_blog_post_area.grid .blog_post{padding:20px 10px;text-align:center;border:0}
.kr_blog_post_area.grid .blog_post .post_content .post_meta > p, .kr_blog_post_area.grid .blog_post .post_content .post_meta div {
    color: #999;
    display: inline-block;
    float: none;
    margin-left: 10px;
}
.kr_blog_post_area.grid .blog_post .post_thumbnail img{display:inline-block}
.kr_blog_post_area.grid .blog_post .post_content .post_description p{
	min-height:70px;
	max-height:70px;
	overflow:hidden
}
.kr_blog_post_area.grid .blog_post_content a.more{display:inline-block;float:none;width:100%;max-width:300px;}
.kr_blog_post_area.grid .blog_post .post_content .post_description p{margin:10px 0px}

/****theme2**************/
.kr_blog_post_area.spec .blog_post.bordered{border-bottom:1px solid #eee}
.kr_blog_post_area.spec .blog_post{padding:20px 10px;text-align:right;border:0}
.kr_blog_post_area.spec .blog_post .post_content .post_meta > p, .kr_blog_post_area.spec .blog_post .post_content .post_meta div {
    color: #afb6bc;
    display: inline-block;
    float: none;
    margin-left: 10px;
}
.kr_blog_post_area.spec .blog_post .post_thumbnail img{display:inline-block}
.kr_blog_post_area.spec .blog_post .post_content .post_description p{
	min-height:70px;
	max-height:70px;
	overflow:hidden
}
.home_blog_post_area .home_blog_post .blog_post:nth-child(5){clear:right}

.kr_blog_post_area.spec .blog_post .post_content .post_description p{margin:10px 0px}
@media screen and (max-width: 992px) {

.kr_blog_post_area.spec .blog_post{width:100%; border-bottom:1px solid #eee}
}
@media screen and (min-width: 992px) {
.kr_blog_post_area.spec .blog_post .nodes{display:none}
.kr_blog_post_area.spec .blog_post .smallimg {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 1px;

}
}
.blogmiddle{clear:both}
#module-xipblog-main .classic .blog_post_content_top{max-width:160px}
#module-xipblog-main .smallimg img{max-width:138px}
#module-xipblog-main .title_block a{padding-right:10px}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav .owl-prev i{right:20px}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav .owl-next i{left:20px}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav i{position:absolute;top:50%;margin-top:-24px;opacity:0.8}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav > div{width:164px;height:100%;line-height:128px;font-size:48px;}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav{position:static;}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav .owl-prev{
	position:absolute;right:-10px;top:0;text-align:left;
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.9) 75%,rgba(255,255,255,1) 100%);
	}
#module-xipblog-main .home_blog_post_area.col-md-12 .owl-theme .owl-nav .owl-next{
position:absolute;left:-10px;top:0;text-align:right;
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
}
.blogslider ul li .des{ position:absolute;bottom:0;right:0;width:100%;padding:20px;background:rgba(0,0,0,0.6);margin:0;color:#fff}
.blogslider ul{ margin:0;max-height:476px;}
.blogslider{
	border-radius:3px;
	overflow:hidden;
	max-height:476px;
	box-shadow:0 0 5px rgba(0,0,0,0.1)
}
.blogslider ul li{
	max-height:476px;
}
.blogslider ul li img{
	top:-50px;
	position:relative
}
.blogslider .owl-nav {
    float: none;
    position: static;
    margin: 0;
}
.blogslider .owl-theme .owl-nav div.owl-prev {
    display: block;
    width: 64px;
	height:100%;
    padding: 0;
    margin: 0;
    top: 0;
	right:-64px;
    position: absolute;
	    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
	background: linear-gradient(to left, rgba(246,245,244,1) 0%,rgba(246,245,244,0) 100%);
}
.blogslider .owl-theme .owl-nav div.owl-next {
    display: block;
    width: 64px;
	height:100%;
    margin: 0;
    top: 0;
	left:-64px;
    position: absolute;
	    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
	background: linear-gradient(to right, rgba(246,245,244,1) 0%,rgba(246,245,244,0) 100%);
}
.blogslider .owl-theme .owl-nav .owl-next i {
    top: 50%;
    left: 24px;
    position: absolute;
    margin-top: -10px;
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    opacity: 1;
}
.blogslider .owl-theme .owl-nav .owl-prev i {
    top: 50%;
    right: 24px;
    position: absolute;
    margin-top: -10px;
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    opacity: 1;
}
.blogslider:hover .owl-theme .owl-nav .owl-prev {
    right: 0px;
    opacity: 1;
}
.blogslider:hover .owl-theme .owl-nav .owl-next {
    left: 0px;
    opacity: 1;
}
.blogslider .owl-theme .owl-nav i {
    font-size: 48px;
}
.blogslider .owl-dots{
position: absolute;
opacity:0.5;
z-index: 11;
width: 100%;
bottom: 0;
}
 @media screen and (max-width: 1200px) {
	 nav.blog-nav ul > li > a{font-size:15px}
.blog-nav{
position: fixed !important;
right: 0;
padding:10px !important;
top: 0 !important;
display: block !important;
overflow: auto;
border-left: 0;
height: 100% !important;
width: 300px !important;
z-index: 9999 !important;
transform: translate3d(300px,0,0);
-webkit-transform: translate3d(300px,0,0);
transition-duration: .25s;
will-change: transform;	
}
.blog-nav.active {
    transform: translate3d(0px,0,0);
    -webkit-transform: translate3d(0px,0,0);
}

 .blogslider ul li img{position:static;}
.blogslider, .blogslider ul, .blogslider ul li, .blogslider ul li img{max-height:auto}	 
 }