/**
 * @package Sj K2 Slideshow
 * @version 2.5
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @copyright (c) 2012 YouTech Company. All Rights Reserved.
 * @author YouTech Company http://www.smartaddons.com
 *
 */
.post-text, .pre-text{
    margin-top: 10px;
    margin-bottom:10px; 
}
.k2-slideshow {
    line-height: 1;
/*     margin-bottom: 18px; */
    position: relative;
}
.k2-slideshow .k2-slideshow-inner{
    overflow: hidden;
    position: relative;
    width: 100%;	
}
.sj-k2-slideshow .sl-item{
    float:left;
    width:100%;
    position: relative;
    display: none;
    -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;   
    padding:0px; 
}
.k2-slideshow.theme1 .sl-control,
.k2-slideshow.theme2 .sl-control,
.k2-slideshow.theme3 .sl-control {
    background: #000000;
    bottom: 2%; 
}
.k2-slideshow.theme1 .sl-item .sl-item-info,
.k2-slideshow.theme2 .sl-item .sl-item-info,
.k2-slideshow.theme3 .sl-item .sl-item-info {
    position: absolute;
    width: 40%;    
    top: 2%;
    right: 2%;
}
.k2-slideshow .sl-item .sl-item-content {
    position: relative;
    margin: 0;
    padding: 10px;
    z-index: 2;
}
.k2-slideshow .sl-item .sl-item-content .sl-item-description {
    color: #FFF;
    line-height: 20px;
}
.k2-slideshow .sl-item .sl-item-content .sl-item-readmore {
	text-align: right;
	font-weight: bold;
}
.k2-slideshow .sl-item .sl-item-image img {
    width: 100%;
    max-width: 100%;
}
.k2-slideshow .sl-item-info .transparency {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #000;
}

.k2-slideshow.theme1 .sl-captions .sl-item-title a {
    height: 28px;
    padding: 6px 10px;
    color:#FFF;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    display: none;
}
.k2-slideshow.theme1 .sl-captions .sl-item-title.sel a {
    display: block;
}
.k2-slideshow.theme1 .sl-control .pag-list .pag-item {
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background: url(../images/control1.png) no-repeat scroll 50% 0 transparent;
}

.k2-slideshow.theme1 .sl-control .pag-list .pag-item.sel {
    background-position: 50% -28px;
}
/*#########################################o0o##############################################*/
.k2-slideshow .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.k2-slideshow .item > img {
    display: block;
    line-height: 1;
}
.k2-slideshow .active, .k2-slideshow .next, .k2-slideshow .prev {
    display: block;
}
.k2-slideshow .sl-item.active {
    left: 0;
}
.k2-slideshow .next, .k2-slideshow .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.k2-slideshow .next {
    left: 100%;
}
.k2-slideshow .prev {
    left: -100%;
}
.k2-slideshow .next.left, .k2-slideshow .prev.right {
    left: 0;
}
.k2-slideshow .active.left {
    left: -100%;
}
.k2-slideshow .active.right {
    left: 100%;
}

/*#####################################o0o###################################*/
.k2-slideshow.theme2 .sl-item-info .transparency {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.k2-slideshow.theme2 .sl-control {
    position: absolute;
    padding: 7px;
    margin: 0;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 999;
    bottom: 10px;
    right: 2%;
}
.k2-slideshow .sl-item .sl-item-content .sl-item-title a{
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
}
.k2-slideshow.theme2 .pag-list .pag-item {
    float: left;
    width: 25px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #B9B8BD;
    font-size: 16px;
}
/*############################o3o###############################*/

.k2-slideshow.theme3 .sl-captions .sl-item-title a {
    height: 28px;
/*     padding: 6px 10px; */
    color:#FFF;
    text-transform: uppercase;
    line-height: 41px;
    font-size: 18px;
/*     display: none; */
}







.k2-slideshow.theme4 .sl-wrap .sl-control {
    background: none; 
}

.k2-slideshow .sl-wrap .sl-item .sl-item-image a,
.k2-slideshow .sl-wrap .sl-item .sl-item-image img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
    max-width: 100%;
}


.k2-slideshow.theme4 .sl-item .sl-item-info {
    width: 100%;  
    height: auto;
    bottom: 0;
    left: 0;  
    position: absolute;
}

.k2-slideshow .sl-wrap .sl-item.curr .sl-item-info {
	position: absolute;
	margin: 0;
	padding: 0;
	/*display: block;*/
}

.k2-slideshow .sl-captions {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
}
.k2-slideshow .sl-captions .slide-caption{
	height: 100%;
	display: block;
	float: left;
	line-height: 41px;
	font-size: 16px;
	padding: 0 0 0 12px;
	color: #FFF;
	text-transform: uppercase;
}
.k2-slideshow .sl-captions .slide-caption:before{
	content: attr(data-caption);
}
.k2-slideshow .sl-counter .sl-counter-num:before{
    content: attr(data-caption);
}

/* PAGINATION STYLE */
.k2-slideshow .pag-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.k2-slideshow .pag-list .pag-prev {
	float: left;
	width: 20px;
	height: 27px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/control2-prev.png) no-repeat 50%
		50%;
	cursor: pointer;
}

.k2-slideshow .pag-list .pag-next {
	float: left;
	width: 20px;
	height: 27px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/control2-next.png) no-repeat 50%
		50%;
	cursor: pointer;
}

.k2-slideshow .pag-list .pag-item {
	float: left;
	width: 25px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.k2-slideshow .pag-list .pag-item.sel {
	background: transparent url(../images/control2-sel.png) no-repeat 50%
		50%;
	color: #FFFFFF;
}

.k2-slideshow.theme1 .sl-item-info .transparency {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.k2-slideshow.theme1 .sl-control {
	position: absolute;
	padding: 0;
	margin: 0;
	float: left;
	bottom: 10px;
	height: 40px;
	width: 100%;
    opacity: 0.7;
    filter: alpha(opacity =   70);
    z-index: 999;
}

.k2-slideshow.theme3 .sl-control {
    opacity: 0.7;
    filter: alpha(opacity =   70);
}

.k2-slideshow.theme1 .sl-control .pag-list {
	position: absolute;
	right: 10px;
	top: 0;
	float: right;
	padding: 6px 0;
	z-index: 3;
}

.k2-slideshow.theme2 .sl-item-info .transparency {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.k2-slideshow.theme3 .sl-item-info .transparency {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.k2-slideshow.theme3 .sl-control {
	position: absolute;
	padding: 0;
	margin: 0;
	float: left;
	bottom: 10px;
	height: 40px;
	width: 100%;
    z-index: 999;
}

.k2-slideshow.theme3 .sl-counter {
	height: 40px;
	float: right;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 3;
	right: 30px;
}

.k2-slideshow.theme3 .sl-counter-num,.k2-slideshow.theme3 .sl-counter-div,.k2-slideshow.theme3 .sl-counter-total{
	height: 40px;
	float: left;
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;	
}

.k2-slideshow.theme3 .sl-control .pag-list {
	position: absolute;
	right: 84px;
	top: 0;
	padding: 6px 0;
	z-index: 3;
	width: 64px;
}

.k2-slideshow.theme3 .sl-control .pag-list .pag-prev,.k2-slideshow.theme3 .sl-control .pag-list .pag-next,.k2-slideshow.theme3 .sl-control .pag-list .pag-play-pause{
	background: transparent url(../images/control3.png) no-repeat;
}

.k2-slideshow.theme3 .sl-control .pag-list .pag-prev {
	background-position: 50% 0;
}

.k2-slideshow.theme3 .sl-control .pag-list .pag-next {
	background-position: 50% -28px;
}

.k2-slideshow.theme3 .sl-control .pag-list .pag-play-pause {
	background-position: 50% -84px;
	float: left;
	width: 24px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.k2-slideshow.theme3 .sl-control .pag-list .pag-play {
	background-position: 50% -56px;
}

.k2-slideshow.theme4 .sl-control {
	margin-top: 10px;
	height: 37px;
	position: relative;
}

.k2-slideshow.theme4 .sl-control .sl-center,.k2-slideshow.theme4 .sl-control .sl-left,.k2-slideshow.theme4 .sl-control .sl-right,.k2-slideshow.theme4 .sl-control .sl-prev,.k2-slideshow.theme4 .sl-control .sl-next{
	background: transparent url(../images/control4.png) no-repeat;
	height: 37px;
}

.k2-slideshow.theme4 .sl-control .sl-left {
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	background-position: 100% -37px;
}

.k2-slideshow.theme4 .sl-control .sl-right {
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background-position: 100% -74px;
}

.k2-slideshow.theme4 .sl-control .sl-prev {
	background-position: 50% -111px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.k2-slideshow.theme4 .sl-control .sl-next {
	background-position: 50% -148px;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.k2-slideshow.theme4 .sl-control .sl-center {
	background-position: 0 0;
	background-repeat: repeat-x;
	position: absolute;
	left: 60px;
	right: 60px;
	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.k2-slideshow.theme4 .sl-captions {
	height: 37px;
}

.k2-slideshow.theme4 .sl-captions .sl-item-title {
	padding: 4px 10px 5px;
}
.k2-slideshow.theme4 .sl-captions .sl-item-title a{
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
	padding: 0;
	text-transform: none;
}
.k2-slideshow.theme4 .sl-item-content .sl-item-description{
	font-size: 16px;
}

.k2-slideshow .transparency {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity:0.7;
    filter: alpha(opacity =   70);
    border-radius: 5px;	    
}

.k2-slideshow.theme4 .transparency {
    border-radius: 0px;	    
}

.clear {
	clear: both;
	height: 0px;
}


