.sj-k2-categories-tabs{
	background:#fff;
	padding:10px;
}
.sj-k2-categories-tabs .categories-list{
	border-bottom:#e1e1e1 1px solid;
	overflow: visible;
    padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.sj-k2-categories-tabs .categories-list .item-container-left{
	float:left;
}
.sj-k2-categories-tabs .categories-list .item-container-left span{
	border-top: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
	padding:8px 0;
	font-size:18px;
	font-weight:bold;
	float:left
}
.sj-k2-categories-tabs .categories-list .item-container-left h3{
	float:left;
	margin:8px 0 0 5px;
	padding:0;
	font-size:45px;
	color:#ff2654;
}
.sj-k2-categories-tabs .categories-list .items-container-inner{
	width:50%;
	float:right;
	position:relative;
	text-align:center; 
	font-weight:bold;
	margin-right:10px;
	font-size:16px;
	margin-top:8px;
}
.sj-k2-categories-tabs .categories-list .items-container-inner .active.selected .items-inner a{
	color:#000;
}

.sj-k2-categories-tabs .items-cate-grid {
	display:none;
	margin:30px 0;
}
.sj-k2-categories-tabs .items-cate-grid .item-wrap{
	margin-bottom:25px;
}
.sj-k2-categories-tabs .items-cate-grid.active{
	display:block;
}
.sj-k2-categories-tabs .items-cate-grid .item-wrap .item-title{
	margin:15px 0;
}
.sj-k2-categories-tabs .items-cate-grid .item-wrap .item-title a{
	font-size:14px;
	color:#000;
}
.sj-k2-categories-tabs .items-cate-grid .item-wrap .item-title a:hover{
	color:#77f9f1;
}
.sj-k2-categories-tabs .items-cate-grid .item-wrap .item-date span{
	color:#999;
	font-size:12px;
}
.items-container-inner.owl-carousel .owl-controls {
    text-align: right;
    float: right;
    vertical-align: middle;
    display: inline;
	
}

.items-container-inner.owl-carousel .owl-controls .owl-prev,
.items-container-inner.owl-carousel .owl-controls .owl-next {
    float: left;
    outline: none;
    font-size: 22px;
    line-height: 18px;
    color: #797575;
    cursor: pointer;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    font-family: Arial;
    height: 20px;
    vertical-align: middle;
	position:absolute;
	top:0;
}
.items-container-inner.owl-carousel .owl-controls .owl-next{
	right:-10px;
}
.items-container-inner.owl-carousel .owl-controls .owl-prev{
	left:-10px;
}
.items-container-inner.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.items-container-inner.owl-carousel .owl-dots .owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #797575;
    cursor: pointer;
    vertical-align: middle;
}

.items-container-inner.owl-carousel .owl-dots .owl-dot:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #77f9f1;
}

.items-container-inner.owl-carousel.button-type2 .owl-controls{
    width: 100%;
}

.items-container-inner.owl-carousel.button-type2 .owl-nav{
    float: right;
    text-align: right;
    margin-bottom: 8px;
}

.items-container-inner.owl-carousel.button-type1 .owl-dots{
    float: left;
}

.items-container-inner.owl-carousel.button-type2 .owl-dots{
    text-align: center;
    margin-top: 10px;
    display: block;
}

.items-container-inner.owl-carousel .owl-dots .owl-dot.active {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #77f9f1;
}

.items-container-inner.owl-carousel .owl-dots .owl-dot:focus,
.items-container-inner.owl-carousel .owl-nav .owl-prev:focus,
.items-container-inner.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.items-container-inner.owl-carousel.button-type2  .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.items-container-inner.owl-carousel.button-type2 .owl-prev,
.items-container-inner.owl-carousel.button-type2 .owl-next {
    background: none repeat scroll 0 0 #797575;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 20px;
    font-weight: 600;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 4px;
    opacity: 0.5;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.items-container-inner.owl-carousel .owl-prev:hover,
.items-container-inner.owl-carousel .owl-next:hover {
    color: #77f9f1;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.sj-k2-categories-tabs .categories-list .item-container-left span{
		font-size:13px;
		padding:3px 0;
	}
	.sj-k2-categories-tabs .categories-list .item-container-left h3{
		font-size:30px;
		margin: 2px 0px 0px 5px;
	}
	.items-container-inner.owl-carousel .owl-controls .owl-prev, .items-container-inner.owl-carousel .owl-controls .owl-next{
		font-size:14px;
	}
	.sj-k2-categories-tabs .categories-list .items-container-inner{
		font-size:12px;
	}
	.sj-k2-categories-tabs .categories-list .items-container-inner{
		margin-top:5px;
	}
}