
/* Layout
***********************/

.slider {
    position: relative;
    z-index: 20;
    /*min-height: 691px;*/
}

.flex-caption {
    width: 100%;
    padding: 20px 0 !important;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px!important;
    line-height: 18px!important;
    display:none;
	margin-bottom: 0px;
	margin-top: -20px;
}

.flex-txt {
width: 50%;	
display: block;
padding: 0;
margin: 0;
float: left!important;
}

.flex-copy{
width: 50%;	
text-align: right;	
display: block;
padding: 0;
margin: 0;
float: right!important;
}

li.css a {
    border-radius: 0;
}

.flex-caption.opened {
    display: inline-block !important;
}

.showinfo, .plusminus {
    border-radius: 50%;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.90);
    color: #009bd9;
    display: inline-block;
    padding: 0 0 0 1px;
    position:absolute;
    cursor: pointer;
    z-index: 2000;
	width:30px;
	height: 30px;
	font-size: 30px;
    line-height: 30px;
	text-align: center;
	font-weight:bold;
	font-style:normal;
}

.plusminus {
    top: 20px;
    left: 20px;
}

.showinfo {
	position: absolute;
    top: 635px;
    right: 20px; 
	font-size: 20px !important;
}


.slider.mini {
	width: 100%;	
    height: 359px;
    min-height: 359px;
    max-height: 359px;
    overflow:hidden;
	margin-bottom:20px;
	-webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
}


.slider.mini .flex-control-nav, .slider.mini .flex-direction-nav {
    display: none !important;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    max-height: 688px;
}



section.slider .flex-viewport  ul.slides li:nth-child(2) {
display: none !important;
}