.catfull-pretext{
	margin-bottom:15px;
}

.catfull-posttext{
	margin-top:15px;
}

.sj-k2-categoriesfull{
	margin:0;
	padding:0;
}

.sj-k2-categoriesfull.pre-load{
	min-height:200px;
	overflow:hidden;
	height:200px;
}

.sj-k2-categoriesfull .cf-loading{
	width: 100%; 
	max-width: 100%;
	padding: 0; 
	position: relative;
    background: url(../images/loading.gif) center center no-repeat;
	min-height:200px;
}

.sj-k2-categoriesfull .cf-wrap{
	width:100%;
	overflow:hidden;
}

.sj-k2-categoriesfull .cf-wrap .cf-cat{
	float:left;
	overflow:hidden;
}

.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-cat-inner{
	margin: 0px -5px -5px -5px;
	position:relative;
	border:1px solid #CCC;
}

.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap{
	position:relative;
	margin:0px;
	/* overflow:hidden; */
}

.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image{
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}

.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image >a{
	display:block;
	overflow:hidden;
}

.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image img{
	width:100%;
	max-width:100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image a:hover img{
	opacity:0.7;
	filter:alpha(opacity = 70);
	box-shadow: #000 0em 0em 0em;
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
 } 

.sj-k2-categoriesfull .cf-wrap .cf-cat .transparency{
	opacity:0.8;
	filter: alpha(opacity = 80);
	position:absolute;
	left:0;
	right:0px;
	top:0px;
	bottom:0px;
} 
 

.sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a ,
.sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a{
	font-size:20px;
	position:relative;
	z-index:2;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
	line-height:23px;
	padding:10px 0;
	display:inline-block;
}
 
.sj-k2-categoriesfull  .cat-wrap .cat-title.style_dark .transparency{
	background-color:#000000;
}

.sj-k2-categoriesfull .cat-wrap .cat-title.style_blue{
	position:absolute;
	width:50%;
	top:20px;
	overflow:hidden;
	left:-5px;
	padding-right:5px;
	overflow:visible;
}

.sj-k2-categoriesfull .cat-wrap .cat-title.style_blue:before{
	position:absolute;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #000000 transparent;
	margin-top:-6px;
	content:'';
}

 .sj-k2-categoriesfull  .cat-wrap .cat-title.style_blue .transparency{
	background-color:#0099FF;
}

.sj-k2-categoriesfull  .cat-wrap .cat-title:hover .transparency{
	opacity:0.5;
	filter: alpha(opacity = 50);
}

.sj-k2-categoriesfull  .cf-items .cf-items-inner .cf-item{
	display:block;
	margin-bottom:10px;
}

.sj-k2-categoriesfull  .cf-items .cf-items-inner .cf-item.cf-last{
	margin:0;
}

.sj-k2-categoriesfull  .cf-items .cf-items-inner  .cf-item .item-inner{
	overflow:hidden;
	display:block;
}

.sj-k2-categoriesfull  .cf-item .item-inner a.item-image{
	float:left;
	margin:0 10px 0px 0;
	max-width:40%;
	position:relative;
	overflow:hidden;
}

.sj-k2-categoriesfull  .cf-item .item-inner a.item-image img{
	width:100%;
	max-width:100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.sj-k2-categoriesfull  .cf-item .item-inner a.item-image:hover img{
	opacity:0.7;
	filter:alpha(opacity = 70);
	box-shadow: #000 0em 0em 0em;
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.sj-k2-categoriesfull  .cf-item .item-inner a.item-image span.image-border {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.sj-k2-categoriesfull  .cf-item .item-inner .item-title{
	display:block;
	overflow:hidden;
	margin:0;
}

.sj-k2-categoriesfull  .cf-item .item-inner .item-title + .item-desc{
	margin-top:5px;
}

.sj-k2-categoriesfull  .cf-item .item-inner  .item-desc + .item-tags{
	margin-top:5px;
}

.sj-k2-categoriesfull  .cf-item .item-inner  .item-tags  .tags span a{
	display:inline-block;
	margin-top:5px;
}

.sj-k2-categoriesfull  .cf-item .item-inner  .item-tags + .item-readmore{
	margin-top:5px;
}

.sj-k2-categoriesfull  .cf-item .item-inner  .item-readmore{
	text-align:right;
}

/*----------Begin style description Dark or Linght -------------*/

.sj-k2-categoriesfull  .cf-items.cf-desc-light .transparency{
	background-color:#FFFFFF;
}

.sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner a.item-image span.image-border {
	border:3px solid #666666;
}


.sj-k2-categoriesfull .cf-items.cf-desc-light  .cf-item .item-inner .item-title a{
	font-size:18px;
	/*color:#666666;*/
}

.sj-k2-categoriesfull  .cf-items.cf-desc-dark .transparency{
	background-color:#000000;
}

.sj-k2-categoriesfull .cf-items.cf-desc-dark .cf-item .item-inner a.item-image span.image-border {
	border:3px solid #FFFFFF;
}

.sj-k2-categoriesfull .cf-items.cf-desc-dark  .cf-item .item-inner .item-title a{
	font-size:18px;
	color:#FFFFFF;
}

.sj-k2-categoriesfull .cf-items.cf-desc-dark  .cf-item .item-inner .item-desc{
	color:#FFFFFF;
}

.sj-k2-categoriesfull .cf-items .cf-item .item-inner a.item-image:hover span.image-border{
	border-color:#0099FF;
}

.sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-title a:hover{
	color:#0099FF;
}

/*---------- End style description Dark or Linght -------------*/

/*---------- Begin style pagination----------------------------*/

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction{
	overflow:hidden;
	float:left;
	margin:0 0 0 15px;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction .cf-ctr{
	width:20px;
	height:16px; 
	text-indent:-8000px;
	outline:none;
	cursor:pointer;
	float:left;
	margin:13px 0;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction .page-prev{
	background: url("../images/button.png") no-repeat scroll 0 -1px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction .page-prev:hover{
	background: url("../images/button.png") no-repeat scroll 0 -21px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction .page-next{
	background: url("../images/button.png") no-repeat scroll 0 -41px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-direction .page-next:hover{
	background: url("../images/button.png") no-repeat scroll 0 -61px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control .cf-pages-wrap{
	position:absolute;
	left:60px;
	right:9px;
	top:0;
	bottom:0;
	overflow:hidden;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages {
	margin:13px 13px 13px 0px;
	padding:0;
	overflow:hidden;
	width:9999px;
	position:absolute;
	left:0;
	outline:none;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page{
	list-style:none;
	float:left;
	text-indent:-8000px;
	outline:none;
	cursor:pointer;
	margin:0 ;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page:hover,
.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page:focus{
	outline:none;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page{
	background:url("../images/button.png") no-repeat scroll 0 -82px transparent;
	width:26px;
	height:16px; 
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page:hover,
.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page.sel{
	background:url("../images/button.png") no-repeat scroll 0 -102px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page.page-prev{
	background: url("../images/button.png") no-repeat scroll 0 -1px transparent;
	width:20px;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page.page-prev:hover{
	background: url("../images/button.png") no-repeat scroll 0 -21px transparent;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li.cf-page.page-next{
	background: url("../images/button.png") no-repeat scroll 0 -41px transparent;
	width:20px;
}

.sj-k2-categoriesfull  .cf-items .cf-control ul.cf-pages li .cf-page.page-next:hover{
	background: url("../images/button.png") no-repeat scroll 0 -61px transparent;
}


/*---------- End style pagination----------------------------*/

/*------ Begin style  responsive --------*/

@media all and (max-width: 479px) {
	.sj-k2-categoriesfull .preset04-1 .cf-cat{
		width:100%;
	}
	.sj-k2-categoriesfull .preset04-2 .cf-cat{
		width:50%;
	}
	.sj-k2-categoriesfull .preset04-3 .cf-cat{
		width:33.33%;
	}
	.sj-k2-categoriesfull .preset04-4 .cf-cat{
		width:25%;
	}
	.sj-k2-categoriesfull .preset04-5 .cf-cat{
		width:20%;
	}
	.sj-k2-categoriesfull .preset04-6 .cf-cat{
		width:16.66%;
	}
	
	.sj-k2-categoriesfull .preset04-1  .clr1,
    .sj-k2-categoriesfull .preset04-2  .clr2,
    .sj-k2-categoriesfull .preset04-3  .clr3,
    .sj-k2-categoriesfull .preset04-4  .clr4,
    .sj-k2-categoriesfull .preset04-5  .clr5,
    .sj-k2-categoriesfull .preset04-6  .clr6{
    	clear: both;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.sj-k2-categoriesfull .preset03-1 .cf-cat{
		width:100%;
	}
	.sj-k2-categoriesfull .preset03-2 .cf-cat{
		width:50%;
	}
	.sj-k2-categoriesfull .preset03-3 .cf-cat{
		width:33.33%;
	}
	.sj-k2-categoriesfull .preset03-4 .cf-cat{
		width:25%;
	}
	.sj-k2-categoriesfull .preset03-5 .cf-cat{
		width:20%;
	}
	.sj-k2-categoriesfull .preset03-6 .cf-cat{
		width:16.66%;
	}
	
	.sj-k2-categoriesfull .preset03-1  .clr1,
    .sj-k2-categoriesfull .preset03-2  .clr2,
    .sj-k2-categoriesfull .preset03-3  .clr3,
    .sj-k2-categoriesfull .preset03-4  .clr4,
    .sj-k2-categoriesfull .preset03-5  .clr5,
    .sj-k2-categoriesfull .preset03-6  .clr6{
    	clear: both;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.sj-k2-categoriesfull .preset02-1 .cf-cat{
		width:100%;
	}
	.sj-k2-categoriesfull .preset02-2 .cf-cat{
		width:50%;
	}
	.sj-k2-categoriesfull .preset02-3 .cf-cat{
		width:33.33%;
	}
	.sj-k2-categoriesfull .preset02-4 .cf-cat{
		width:25%;
	}
	.sj-k2-categoriesfull .preset02-5 .cf-cat{
		width:20%;
	}
	.sj-k2-categoriesfull .preset02-6 .cf-cat{
		width:16.66%;
	}
	
	.sj-k2-categoriesfull .preset02-1  .clr1,
    .sj-k2-categoriesfull .preset02-2  .clr2,
    .sj-k2-categoriesfull .preset02-3  .clr3,
    .sj-k2-categoriesfull .preset02-4  .clr4,
    .sj-k2-categoriesfull .preset02-5  .clr5,
    .sj-k2-categoriesfull .preset02-6  .clr6{
    	clear: both;
    }
}

@media all and (min-width: 1200px){
	.sj-k2-categoriesfull .preset01-1 .cf-cat{
		width:100%;
	}
	.sj-k2-categoriesfull .preset01-2 .cf-cat{
		width:50%;
	}
	.sj-k2-categoriesfull .preset01-3 .cf-cat{
		width:33.33%;
	}
	.sj-k2-categoriesfull .preset01-4 .cf-cat{
		width:25%;
	}
	.sj-k2-categoriesfull .preset01-5 .cf-cat{
		width:20%;
	}
	.sj-k2-categoriesfull .preset01-6 .cf-cat{
		width:16.66%;
	}
	
	.sj-k2-categoriesfull .preset01-1  .clr1,
    .sj-k2-categoriesfull .preset01-2  .clr2,
    .sj-k2-categoriesfull .preset01-3  .clr3,
    .sj-k2-categoriesfull .preset01-4  .clr4,
    .sj-k2-categoriesfull .preset01-5  .clr5,
    .sj-k2-categoriesfull .preset01-6  .clr6{
    	clear: both;
    }
	
}
@media all and (min-width:768px){
	/*--------- Begin style Layout 1 ------------*/
	.sj-k2-categoriesfull .cf-cat.cf-layout1 .cf-cat-inner .cat-wrap.cat-half-image .cat-image{
		max-width:50%;
		width:50%;
	}

	.sj-k2-categoriesfull .cf-cat.cf-layout1 .cf-cat-inner .cat-wrap .cat-image.cat-full-image{
		max-width:100%;
		width:100%;
	}
	
	 .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark{
		position:absolute;
		width:50%;
		bottom:0;
		overflow:hidden;
	 }
		
	.sj-k2-categoriesfull .cf-cat.cf-layout1  .cat-wrap.cat-half-image .cat-image .cat-title.style_dark{
		width:100%;
	}
	
	.sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout1 .cf-items{
		position:absolute;
		top:0;
		right:0;
		width:50%;
		bottom:0;
		overflow:hidden;
	}

	.sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout1 .cf-items .cf-items-inner{
		position:absolute;
		left:0;
		right:0px;
		top:0px;
		bottom:50px;
		margin:10px;
		z-index:2;
		overflow:hidden;
	}
	
	.sj-k2-categoriesfull  .cf-items .cf-control{
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		border-top:1px dashed #666666;
		height:42px;
	}

	/*--------- End style Layout 1 ---------------*/
	
	/*--------- Begin style Layout 2 ------------*/
	
	.sj-k2-categoriesfull .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:before,
	.sj-k2-categoriesfull .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:after,
	.sj-k2-categoriesfull .cf-cat.cf-layout2 .cf-cat .cf-cat-inner:before,
	.sj-k2-categoriesfull .cf-cat.cf-layout2 .cf-cat .cf-cat-inner:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.sj-k2-categoriesfull .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:after,
	.sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-cat-inner:after {
		clear: both;
	}
	
	.sj-k2-categoriesfull .cf-cat.cf-layout1 .cat-wrap.cat-full-image .cat-title.style_dark,
	.sj-k2-categoriesfull .cf-cat.cf-layout1 .cat-wrap.cat-full-image .cat-title.style_blue{
		width:50%;
	}
	
	.sj-k2-categoriesfull .cf-cat.cf-layout1  .cat-wrap.cat-half-image .cat-title.style_blue{
		width:50%;
	}
	
	.sj-k2-categoriesfull .cf-cat.cf-layout2  .cat-wrap .cat-title{
		width:100%;
	}
	
	.sj-k2-categoriesfull .cat-wrap .cat-title.style_dark{
		position:absolute;
		bottom:0;
	}
	
	.sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items{
		position:relative;
		width:100%;
		float:left;
	}

	.sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-items-inner{
		position:relative;
		left:0;
		right:0px;
		top:0px;
		bottom:50px;
		margin:10px;
		z-index:2;
		overflow:hidden;
	}
	
	.sj-k2-categoriesfull  .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-control{
		position:relative;
		bottom:0px;
		left:0px;
		right:0px;
		border-top:1px dashed #666666;
		height:42px;
		float:left;
		width:100%;
	}
	
	/*--------- End style Layout 2 ---------------*/
	
}

@media all and (max-width:767px){
	.sj-k2-categoriesfull .cf-cat.cf-layout1 .cf-cat-inner .cat-wrap .cat-image{
		max-width:100%;
		width:100%;
	}
	
	.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap:before,
	.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap:after,
	.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-cat-inner:before,
	.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-cat-inner:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	.sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap:after,
	.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-cat-inner:after {
		clear: both;
	}
	.sj-k2-categoriesfull .cat-wrap .cat-title.style_dark,
	.sj-k2-categoriesfull .cat-wrap .cat-title.style_blue{
		width:100%;
	}
	
	.sj-k2-categoriesfull .cat-wrap .cat-title.style_dark{
		position:absolute;
		bottom:0;
	}
	
	.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-items{
		position:relative;
		width:100%;
		float:left;
	}

	.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-items .cf-items-inner{
		position:relative;
		left:0;
		right:0px;
		top:0px;
		bottom:50px;
		margin:10px;
		z-index:2;
		overflow:hidden;
	}
	
	.sj-k2-categoriesfull  .cf-items .cf-control{
		position:relative;
		bottom:0px;
		left:0px;
		right:0px;
		border-top:1px dashed #666666;
		height:42px;
		float:left;
		width:100%;
	}
}

.sj-k2-categoriesfull .cf-wrap .cf-cat .cf-items .cf-items-inner.cf-one-page{
	bottom:0;

}

/*------- End style responsive ------------*/

/*---------Begin style IE8-----------------*/
	.sj-k2-categoriesfull.lt-ie9 .preset01-1 .cf-cat{
		width:100%;
	}
	.sj-k2-categoriesfull.lt-ie9 .preset01-2 .cf-cat{
		width:50%;
	}
	.sj-k2-categoriesfull.lt-ie9 .preset01-3 .cf-cat{
		width:33.33%;
	}
	.sj-k2-categoriesfull.lt-ie9 .preset01-4 .cf-cat{
		width:25%;
	}
	.sj-k2-categoriesfull.lt-ie9 .preset01-5 .cf-cat{
		width:20%;
	}
	.sj-k2-categoriesfull.lt-ie9 .preset01-6 .cf-cat{
		width:16.66%;
	}
	
	.sj-k2-categoriesfull.lt-ie9 .preset01-1  .clr1,
    .sj-k2-categoriesfull.lt-ie9 .preset01-2  .clr2,
    .sj-k2-categoriesfull.lt-ie9 .preset01-3  .clr3,
    .sj-k2-categoriesfull.lt-ie9 .preset01-4  .clr4,
    .sj-k2-categoriesfull.lt-ie9 .preset01-5  .clr5,
    .sj-k2-categoriesfull.lt-ie9 .preset01-6  .clr6{
    	clear: both;
    }
	
	
	/*--------- Begin style Layout 1 ------------*/
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1 .cf-cat-inner .cat-wrap.cat-half-image .cat-image{
		max-width:50%;
		width:50%;
	}

	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1 .cf-cat-inner .cat-wrap .cat-image.cat-full-image{
		max-width:100%;
		width:100%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cat-wrap .cat-title.style_dark{
		position:absolute;
		width:50%;
		bottom:0;
		overflow:hidden;
	 }
		
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1  .cat-wrap.cat-half-image .cat-image .cat-title.style_dark{
		width:100%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-wrap .cf-cat.cf-layout1 .cf-items{
		position:absolute;
		top:0;
		right:0;
		width:50%;
		bottom:0;
		overflow:hidden;
	}

	 .sj-k2-categoriesfull.lt-ie9 .cf-wrap .cf-cat.cf-layout1 .cf-items .cf-items-inner{
		position:absolute;
		left:0;
		right:0px;
		top:0px;
		bottom:50px;
		margin:10px;
		z-index:2;
		overflow:hidden;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1 .cat-wrap.cat-full-image .cat-title.style_dark,
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1 .cat-wrap.cat-full-image .cat-title.style_blue{
		width:50%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1  .cat-wrap.cat-half-image .cat-title.style_blue{
		width:50%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9  .cf-items .cf-control{
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		border-top:1px dashed #666666;
		height:42px;
	}

	/*--------- End style Layout 1 ---------------*/
	
	/*--------- Begin style Layout 2 ------------*/
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:before,
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:after,
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout2 .cf-cat .cf-cat-inner:before,
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout2 .cf-cat .cf-cat-inner:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}

	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout2 .cf-cat-inner .cat-wrap:after,
	 .sj-k2-categoriesfull.lt-ie9 .cf-wrap .cf-cat.cf-layout2 .cf-cat-inner:after {
		clear: both;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cat-wrap .cat-title.style_dark,
	 .sj-k2-categoriesfull.lt-ie9 .cat-wrap .cat-title.style_blue{
		width:100%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-cat.cf-layout1  .cat-wrap.cat-half-image .cat-title.style_blue{
		width:50%;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cat-wrap .cat-title.style_dark{
		position:absolute;
		bottom:0;
	}
	
	 .sj-k2-categoriesfull.lt-ie9 .cf-wrap .cf-cat.cf-layout2 .cf-items{
		position:relative;
		width:100%;
		float:left;
	}

	 .sj-k2-categoriesfull.lt-ie9 .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-items-inner{
		position:relative;
		left:0;
		right:0px;
		top:0px;
		bottom:50px;
		margin:10px;
		z-index:2;
		overflow:hidden;
	}
	
	 .sj-k2-categoriesfull.lt-ie9  .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-control{
		position:relative;
		bottom:0px;
		left:0px;
		right:0px;
		border-top:1px dashed #666666;
		height:42px;
		float:left;
		width:100%;
	}
	
	/*--------- End style Layout 2 ---------------*/
	

/*------- Begin style slider ------------*/
.sj-k2-categoriesfull .cf-items .item {
	display: none;
	position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; 	
}

.sj-k2-categoriesfull .cf-items .cf-item-grid {
	position: relative;
	float: left;
	width: 100%;
}

.sj-k2-categoriesfull .cf-items .cf-item-grid:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}


.sj-k2-categoriesfull .cf-items .item >img {
	display: block;
	line-height: 1;
}

.sj-k2-categoriesfull .cf-items .active,
.sj-k2-categoriesfull .cf-items .next,
.sj-k2-categoriesfull .cf-items .prev {
	display: block;
}

.sj-k2-categoriesfull .cf-items .cf-item-grid.active {
	left: 0;
}

.sj-k2-categoriesfull .cf-items .next,
.sj-k2-categoriesfull .cf-items .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.sj-k2-categoriesfull .cf-items .next {
	left: 100%;
}

.sj-k2-categoriesfull .cf-items .prev {
	left: -100%;
}

.sj-k2-categoriesfull .cf-items .next.left,
.sj-k2-categoriesfull .cf-items .prev.right {
	left: 0;
}

.sj-k2-categoriesfull .cf-items .active.left {
	left: -100%;
}

.sj-k2-categoriesfull .cf-items .active.right {
	left: 100%;
}

/*------- End style slider ------------*/

.sj-k2-categoriesfull .cf:before,
.sj-k2-categoriesfull .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.sj-k2-categoriesfull .cf:after {
    clear: both;
}

/*.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .transparency {
    background-color: #77ba66;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner a.item-image {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
}*/
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {
	overflow: visible;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-title a:hover {
    color: #4f4f4f;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
	font-weight: bold;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a:hover {
	color:#0f0f0f;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat .transparency {
    opacity: 1;
}
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title:hover .transparency {
    opacity: 1;
}

.cfs_k2cfa a::after {
    content: " ";
    margin: 0px;
}
/*.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner a.item-image span.image-border {
    border: 3px solid #71bd43;
}*/
.cfs_k2cfa .sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image {
    margin-bottom: 10px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-items-inner {
    margin: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat .cf-cat-inner {
    margin: 0px!important;
	border: 0px solid #CCC;    
}
.cfs_k2cfa .sj-k2-categoriesfull  .cf-items .cf-items-inner .cf-item.cf-last{
	background-color: #e4f1e0;
	margin: 5px;
}
/*.cfs_k2cfa .cfs_k2cfa .sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap {
    margin: 0px;
}*/

.cfs_k2cfa .sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image img {
    width: 0px
}
.cfs-k2cfblue.cfs_k2cfa.moduletable {
	background: #d6fdfe;
	border: 1px solid #CCC!important;
}
.cfs-k2cfblue.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-items-inner .cf-item .item-inner {
    background: #d6fdfe;
}
.cfs-k2cfblue.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-control {
    background: #d6fdfe;
}
.cfs-k2cfbluedark.cfs_k2cfa.moduletable {
	background: #d6fdfe;
	border: 1px solid #CCC!important;
}
.cfs-k2cfbluedark.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-items-inner .cf-item .item-inner {
    background: #d6fdfe;
}
.cfs-k2cfbluedark.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-control {
    background: #d6fdfe;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-wrap .cf-cat.cf-layout2 .cf-items .cf-control {   
	border-top: 0px dashed #d6fdfe;
	height: 0px;
}
/*.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark .transparency {
    background-color: #5BBC2B;
}*/
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner a.item-image span.image-border {
    border: 1px solid #5BBC2B;
}
.cfs-k2cfft.cfs_k2cfa .sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image {
    margin-top: -38px;
} 
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
    line-height: 1px;
}
/**************************************************************/
/*                                LARGE                       */
/**************************************************************/
@media only screen and (min-width: 1200px) {

.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
    font-size: 1.125rem;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {	
    line-height: 1.125rem;
	height: 4.55rem;
	overflow: hidden;
	margin-top: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-desc{
	font-size: 1.0rem;
	line-height: 1.0rem;
	height: 80px;
	overflow: hidden;
}
}
/**************************************************************/
/*                            DESKTOP                         */
/**************************************************************/
 @media only screen and (min-width: 960px) and (max-width: 1199px) {

.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin-right: 0px;
}

.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
    font-size: 0.875rem;	
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {	
    line-height: 0.83rem;
	height: 3.65rem;
	overflow: hidden;
	margin-top: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-desc{
	font-size: 0.875rem;
	line-height: 1.0rem;
	height: 80px;
	overflow: hidden;
}
.sj-k2-categoriesfull  .cf-item .item-inner a.item-image{
	margin:0 5px 0px 0;
}
}
/**************************************************************/
/*                          TABLET                            */
/**************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
    font-size: 10px;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
    font-size: 0.775rem;	
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {	
	line-height: 0.775rem;
	height: 2.7rem;	
	overflow: hidden;
	margin-top: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-desc{	
	font-size: 0.775rem;
	line-height: 0.775rem;
	height: 3.9rem;
	overflow: hidden;
}
.sj-k2-categoriesfull  .cf-item .item-inner a.item-image{
	margin:0 5px 0px 0;
}
}
/**************************************************************/
/*                       PHONE - TABLET                       */
/**************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
  	font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
    margin-right: 0px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
    font-size: 12px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {	
    line-height: 10px;
height: 56px;
	overflow: hidden;
	margin-top: 5px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-desc{
	font-size: 10px;
	line-height: 10px;
	height: 80px;
	overflow: hidden;
}
}
/**************************************************************/
/*                            PHONE                           */
/**************************************************************/
@media only screen and (min-width: 48px) and (max-width: 479px) {

.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_blue a,
.cfs_k2cfa .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark a {
  	font-size: 17px;
    line-height: 17px;
    margin-left: 13px;
    margin-right: 0px;
}	
.cfs_k2cfa .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
    font-size: 16px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-item .item-inner .item-title {	
    line-height: 20px;
height: 56px;
	overflow: hidden;
	margin-top: 5px;
}
.cfs_k2cfa .sj-k2-categoriesfull .cf-items .cf-item .item-inner .item-desc{
	font-size: 13px;
	line-height: 13px;
	height: 80px;
	overflow: hidden;
}
/*.cfs_k2cfa .sj-k2-categoriesfull .cf-cat .cf-cat-inner .cat-wrap .cat-image img {
    width: 100%;
    max-width: 100%;
}*/
}
.cfs-k2cfblue .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark .transparency {
    background-color: #063980;
}
.cfs-k2cfblue .sj-k2-categoriesfull .cf-items .cf-item .item-inner a.item-image:hover span.image-border {
    border-color: #7d76de;
}
.cfs-k2cfblue .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
	color:#063980;
}
.cfs-k2cfbluedark .sj-k2-categoriesfull .cat-wrap .cat-title.style_dark .transparency {
    background-color: #063980;
}
.cfs-k2cfbluedark .sj-k2-categoriesfull .cf-items .cf-item .item-inner a.item-image:hover span.image-border {
    border-color: #7d76de;
}
.cfs-k2cfbluedark .sj-k2-categoriesfull .cf-items.cf-desc-light .cf-item .item-inner .item-title a {
	color:#063980;
}


.cfs_k2cfa.cfs_k2cf.cfs_k2cf_mr h3.g-title {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0px 0px 0px 10px!important;
	color: #ffffff;
	margin: 0px 0px 5px 0px !important;
	background-color: #000000!important;
}