@media (max-width: 991px) {
	.post-carousel-wrap .post-content p {
		display:none;
	}
	
	.bor-all-1,
	.mob .bor-right,
	.mob .bor-left,
	.mob .bor-lr-1 {
		border:0px !important;
	}
	.mob .col-md-4 {
		padding-left:0px;
		padding-right:0px;
	}
	.m-r-1,
	.m-l-1 {
		margin:0px !important;
	}
	
}


/* skin_a2*/


.pos-rel {position: relative;}
/*
.post-carousel-wrap {
	position: relative;
	z-index: 1;
}*/
.post-carousel-wrap .post-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.post-carousel-wrap:hover .post-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}



.post-nav a.prev {
    border-color: transparent;
    background-color: #fff;
    color: #333;
    margin-left: -30px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.post-nav a.next {
    border-color: transparent;
    background-color: #fff;
    color: #333;
    margin-left: -30px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.post-nav .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 60px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(204,204,204,.4);
    background: transparent;
    color: #8a8a8a;
    font-size: 0;
    margin-right: 20px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.post-nav .next {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 60px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(204,204,204,.4);
    background: transparent;
    color: #8a8a8a;
    font-size: 0;
	z-index:9;
    margin-left: 20px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.post-carousel-wrap .post-nav .prev:before {
    display: block;
    position: absolute;
    right: 3px;
    width: 100%;
    top: 9px;
    line-height: inherit;
    font-size: 25px;
    content: "\f053";
    font-family: FontAwesome;
}
.post-carousel-wrap .post-nav .next:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    line-height: inherit;
    font-size: 25px;
    content: "\f054";
    font-family: FontAwesome;
}


/* video-carousel-wrap */
.video-carousel-wrap.bg-dark h5 {
    margin: 0 0 23px;
}
.video-carousel-wrap.bg-dark h5 span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: #1d1e20;
    padding-right: 14px;
    letter-spacing: 0.06em;
    position: relative;
    top: -2px;
}
.bg-dark.allview h5 a {
    color: #cf4141 !important;
    text-transform: uppercase;
    font-size: 24px;
	font-weight: 600;
    line-height: 10px;
    padding-left: 14px;
}

.video-carousel-wrap.bg-dark .layout_2--item h4 {
	color:#fff;
}
.video-carousel-wrap .layout_2--item h4 {
	color:#1d1e20;
}



/* video-carousel-wrap bg-white */
.video-carousel-wrap.bg-white h5 {
    background: #f6f6f6;
    height: 10px;
    margin: 0 0 23px;
}
.video-carousel-wrap.bg-white h5 span {
    color: #1d1e20;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    padding-right: 14px;
    letter-spacing: 0.06em;
    position: relative;
    top: -2px;
	font-weight:600;
}
.bg-white.allview h5 a {
    color: #777777;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    background: #fff;
    padding-left: 14px;
    letter-spacing: -0.05em;
    position: relative;
    top: -1px;
    float: right;
	font-weight: 600;
}

.video-carousel-wrap.bg-white .layout_2--item h4 {
	color:#1d1e20 !important;
}
.video-carousel-wrap .layout_2--item h4 {
	color:#1d1e20;
}




.bg-white .slick-dots li.slick-active button {
	width: 8px;
	height: 8px;
	background: #da0000;
	padding: 0;
	border: none;
	border-radius: 50%;
	font-size: 0px;
}




/* skin_i1*/
hr.l0 {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.line-b-1 {
	border-bottom:1px solid #e9e9e9;
}


ul.more-posts li:last-child {
    padding: 12px 0 1px;
}



.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 0px;
}


.slick-dots {display:none !important;}



@media (max-width: 575px) {
	.slick-dots {display:table !important;}
	.five-post-slick .slick-next,
	.five-post-slick .slick-prev {
		top:170px !important;
	}

	
}

