.da-slider{
	background: #fff;
	border: none;
	box-shadow: none;
	margin: 10px 0px 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.da-arrows span{
	background: #acacac;
}
.da-dots span{
	background: #acacac;
}
.da-slide p{
	color: #818181;
}
a {
	color: #484848;
	text-decoration: underline;
}
.da-slide p a  { color: #25669C; }
.da-slide p a:hover  {
	color: #4697CC;
	text-decoration: underline;
}
.da-slide .da-link {
	text-shadow: 1px 1px 1px #444;
	border: 3px solid #fff;
	padding-top: 0px;
	background-color: #ACC923;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
.da-slide .da-link:hover { background-color: #4697CC; /*#25669C;*/}

.da-slide h2 { color: #ACC923; top: 5%; line-height: 110%; margin-bottom: 0px; font-size: 350%;}
.da-slide p { top: 25%; height: 50%; line-height: 150%; }
.da-slide .da-img { top: 15%; height: 256px;}

.da-slide .read-more { display:none; }

.home-widgets img { width: 320px !important; height: 120px; text-align: center; display: block; margin: auto;}

#widgets { background: transparent !important; margin-top: auto !important; }

@media all and (min-width: 675px) and (max-width: 982px){
	#widgets .grid.col-220 { width: 47%; margin: 1%; display: inline-block; vertical-align: top; }
}
