/* Add here all your css styles (customizations) */
.kwiks_flex ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kwiks_flex ul li{
    overflow: hidden;
}

.kwiks_flex ul li a {
    position:relative;
}

    .kwiks_flex ul li img, .sliderr, .kwiks_flex {
        max-height: 350px;
    }

.sliderr, .kwiks_flex {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.nivo-caption {
    border-left: 5px solid #A312A3;
}

.nivo-caption .big-text {
    color: #A319A3;
}



/* Caption styles */
li a .nivo-caption {
	/*position:absolute;
	top: 1200%;
    left:200%;
	background:#eee;
	color:#1c1c1a;
	text-align: left;
	width: 55%;
	height: auto;
	
	opacity: 0.7;
	overflow: hidden;
	/*display: none;*/
    position:absolute;
	top:-26px;
    left:-35px;
	background:#eee;
	color:#1c1c1a;
	text-align: left;
    border-left: 5px solid #00496C;
	z-index:8;
	padding: 17px 10px;
	width: 350px;
	height: auto;
	border-left: 5px solid #00496C;
	z-index:8;
	padding: 17px 10px;
	
	overflow: hidden;
	/*display: none;*/

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(270deg);


    opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=0.7);
	-moz-opacity: 0.7;
	filter:alpha(opacity=0.7);
    

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

li a .nivo-caption p{
    height:0px;
    opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	filter:alpha(opacity=0);

    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

li a:hover .nivo-caption {
    /*display: block;*/
    top:0px;
    left:0px;
    -moz-opacity: 0.9;
    filter:alpha(opacity=9);
    opacity:0.9;
    width:50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
    -ms-transform: rotate(360deg);


}

li a:hover .nivo-caption p {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    height:auto;
}

.nivo-caption p {
	padding:0px;
	margin: 10px 0 0 0;
	color: #727272;
}

.nivo-caption .big-text {
	font-size: 25px;
	line-height: 32px;
	text-transform: none;
	color: #00496C;
}
.nivo-caption b {
	font-size: 16px;
	color: #727272;
	font-weight: normal;
	display: block;
	margin-top: 14px;
	line-height: 25px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption a.slider_more{
	color: #727272;
	font-size: 14px;
	min-height: 22px;
	float: left;
	padding-left: 27px;
	margin-top: 20px;
	text-transform: uppercase;
	background: url(../../images/sliders/arrow-slider.html) no-repeat left 1px;
}
.nivo-caption a:hover {
	color: #ffa902;
}
