/*
 * M-Edge, Animation Stylesheet
 * Version: 1.1.0
 *
 * Author: MGH
 * crivers@mghus.com
 * gregwhyte@medgestore.com
 * 
 * Changelog: 
 * Version: 1.0.0
 *  Init Build
 * Version: 1.1.0
 *  Fixes, cleanup and customizations
 *
 */ 

/* Lets Begin...
-------------------------------------------------------------- */
.da-slider{
	width: 100%;
	min-width: 520px;
	height: 589px;
	position: relative;
	margin: 30px auto;
	overflow: hidden;
	background: #DEDDDD url('/images/home/slider-1-bg.png') repeat-x scroll 0 0 ;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	text-align:center;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	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-dots{
/*
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
	*/
	position:relative;
	display:inline-block;
	background-color:rgba(222,222,222,.5);
	padding:5px;
	border-radius:10px;
	text-align:center;
	margin:609px auto 0 auto;
	z-index: 2000;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #676565;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	background: #B7B7B7;
	border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}
.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: #79ba47;
	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-header{
	color: #00A4E4;
	font-size: 66px;
	width: 50%;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
}

.da-slide-info{
    background: url('/images/trans-green.png') repeat scroll 0 0 transparent;
    color: #F2F0F0;
    font-family: 'Ubuntu',sans-serif;
    padding: 16px 9px 16px 36px;
    text-align: right;
    width: 287px;
}
.da-slide-info h4{
	font-size: 18px;
    font-weight: 700;
	margin:0;
}
.da-slide-info a{
	    color: #F2F0F0;
		font-size: 15px;
		text-decoration: none;
}
.da-slide-item{
	/*position:absolute !important;*/
	position:absolute;
	/*width:50%;*/
}
.slide-link-overlay{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:650px;
	width:1111px;
}
.slide-link-overlay span{display:none;}
