/* Bare minimum styles */
.slider,.slidera {
    -ms-touch-action: pan-y;
    overflow: auto;
    position: relative;
    touch-action: pan-y;
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider,
.slidera {
  text-align: left;
  width: 100%;

  width: calc(100% - 410px);

	height:100%;

position:absolute; top:0; right:0;


}

.as-slide-inner {
	height:100%;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow,
.as-next-arrow {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	width: 57px;
	height: 120px;
	text-indent: -9999px;
	background-image: url(../img/arr.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 2%;
}

.as-next-arrow {
    background-position: right top;
    right: 2%;
	left:auto;
}

.slidera:hover .as-prev-arrow,
.slidera:hover .as-next-arrow {
    filter: alpha(opacity=1);
    opacity: 1;
}








/* The same rules for styling apply here. Style to your liking */
.as-nav {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.as-nav a {
	height: 16px;
	display: inline-block;
	margin: 0 3px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 2px solid #CCC;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.as-nav a.as-active {
	background-color:#CCC;

}






.slider-wrapper {
  /*  height: 275px;*/
    position: relative;
}



.slide {
	/*background-color: #ccc;
	border: 1px solid #F00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.slide .entry-content{
	position:absolute;
	right:0;
	top:40%;
	background-color:#FFF;
	width:50%;
	padding:20px;
	padding-left:40px;

}

.slide.no_content .entry-content{
	display:none;
}
