.da-slider{
	width: 100%;
	height: 346px;
	position: relative;
	margin: 4px 0px 28px 0px;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
    margin-top: 0px;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 57%;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif !important;
}
.da-slider-fb .da-slide .da-img{
	left: 0%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	width: 42%; /* Change this if you want to change slide title width */
	top: 30px;
	display: block;
	/*white-space: nowrap;*/
	/*height: 100px;*/
	z-index: 10;
	position:relative;
margin-bottom:35px;
	font-size: 30px;
	font-size/*\**/: 30px\9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);	
	/*font-weight: 70;*/
	/* v0.9 - prevent extra long titles to go over the h2 box */
	/*text-overflow: ellipsis;
	overflow: hidden;*/
}
.da-slide p{
	width: 38%; 
	/*top: 148px;*/
	color: #916c05;
	font-size: 16px;
	line-height: 24px;
	height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.da-slide .da-img{
	text-align: left;
	width: 60%; /* Change this if you want to change slide image width */
	top: 0px;
	height: 100%; /*256px*/
	/*line-height: 320px;*/
	left: 110%; /*60%*/
}
.da-slide .da-link{
	/*top: 270px;*/ /*depends on p height*/
	bottom: 45px; /* new in v0.6 */
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background-image: url("show_more_changer.png");
}
.da-slide .da-link:hover{
	/*background: rgba(255,255,255,0.3);*/
	text-decoration: underline;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: right;
	right: 18px;
	bottom: 10px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
	1px 1px 1px rgba(0,0,0,0.6) inset, 
	1px 1px 1px rgba(255,255,255,0.15);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(252,175,23);
}

.da-dots-current{
background: rgb(252,175,23) !important;
}



.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
	1px 1px 1px rgba(0,0,0,0.1) inset, 
	1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current a,
.da-slide-t .da-link{
	left: 57% !important;
	opacity: 1 !important; 
}
.da-slide-current .da-img{
	left: 0%;
	opacity: 1;
}


/* Wordpress styles */
.postbox label { font-style: italic; }

/* CSS for v0.6 - RESPONSIVE DESIGN & BUG FIX */
/* > add the code below to your custom stylesheet if you have one */

/* Medium screens and tablets ----------- */
@media only screen 
and (max-width : 1024px) {
	/* Styles */
	.da-slider{
		/*min-width: 708px;*/
		height: 370px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide h2 {font-size: 50px; top: 60px}
	.da-slide p {font-size: 16px; top: 155px}
	.da-slide .da-link{
		border-radius: 25px;
		border: 7px solid rgba(255,255,255,0.8);
		padding: 2px 16px 0px;
		font-size: 15px;
		line-height: 25px;
		width: 75px;
	}
}

/* Tablets or smartphones ----------- */
@media only screen 
and (max-width : 768px) {
	/* Styles */
	.da-slider{
		/*min-width: 420px;*/
		height: 340px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide h2 {font-size: 35px; top: 40px}
	.da-slide p {font-size: 14px; top: 120px}
}
@media only screen 
and (max-width : 480px) {
	/* Styles */
	.da-slider{
		/*min-width: 280px;*/
		height: 310px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide h2 {font-size: 25px; top: 20px}
	.da-slide p {font-size: 12px; top: 100px}
	.da-slide .da-link{
		border-radius: 20px;
		border: 5px solid rgba(255,255,255,0.8);
		padding: 2px 12px 0px;
		font-size: 12px;
		line-height: 20px;
		width: 65px;
	}
}
@media only screen 
and (max-width : 320px) {
	/* Styles */
	.da-slider{
		height: 280px;
	}
	.da-slide{
		background-color: transparent; 
	}
	.da-slide h2 {font-size: 20px; top: 15px}
	.da-slide p {font-size: 12px; top: 60px}
	.da-slide .da-link{
		border-radius: 20px;
		border: 4px solid rgba(255,255,255,0.8);
		padding: 2px 5px 0px;
		font-size: 12px;
		line-height: 20px;
		width: 60px;
	}
}