/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.hero {width:1030px; height:350px;margin: 20px auto;}
.shadow { background-color:#fff; padding:5px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */


#slider {
	width: 745px;
	height: 325px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/* This CSS is needed for the fading transition */
#slider { background: #fff; } /* black background makes fading less flashy */
#slider .panel { opacity: 0; }
#slider .panel.activePage { opacity: 1; } /* make sure active panel is visible */

/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {

}
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background: none;
	color: #000;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}


div.anythingSlider.activeSlider .anythingControls ul a { background:none; }

/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	float:left;
	display: block;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 0;
	height: 100%
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 312px;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	width: 45px;
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}
/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; visibility: hidden; }
/* back arrow */
div.anythingSlider .back { left: 0; }
div.anythingSlider .back a { background-position: left top; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: left -140px; }
div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: 0; }
div.anythingSlider .forward a { background-position: right top; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: right -140px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none;}
div.anythingSlider .anythingControls ul { margin: 0; padding: 0; float: left; background:url(images/bg-tabs.jpg) no-repeat 0 10px; width:744px; height:50px; position: relative; bottom:10px; }
div.anythingSlider .anythingControls ul li { display: inline; /* background:url(images/border-left.jpg) center left no-repeat; */}
div.anythingSlider .anythingControls ul a {
	font: 14px/150% "AllerRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#88155E;
	text-shadow:0px 1px 0px #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 9px 8px;
	height: 21px;
	width:170px;
	margin: 10px 0 0 0;
	text-align: center;
	outline: 0;

}
div.anythingSlider .anythingControls ul a:hover{
color:#FFF;
	text-shadow: 0px 1px 0px #333;
	height: 20px;
background: #88155e;
background: -moz-linear-gradient(top,  #88155e 0%, #c7a7bb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88155e), color-stop(100%,#c7a7bb));
background: -webkit-linear-gradient(top,  #88155e 0%,#c7a7bb 100%);
background: -o-linear-gradient(top,  #88155e 0%,#c7a7bb 100%);
background: -ms-linear-gradient(top,  #88155e 0%,#c7a7bb 100%);
background: linear-gradient(top,  #88155e 0%,#c7a7bb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88155e', endColorstr='#c7a7bb',GradientType=0 );
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: px;
-moz-border-radius-bottomleft: px;
-webkit-border-radius: 5px 5px px px;
border-radius: 5px 5px px px; 
}

div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a.cur:hover {
	font: 18px/120% "AllerRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
	background: #88155E;
	text-decoration:underline;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px; 
	border:solid 1px #88155E;
	-webkit-box-shadow:inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), 0 -1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), 0 -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5), 0 -1px 5px rgba(0, 0, 0, 0.3);
	color:#FFF;
	text-shadow: 0px 1px 0px #333;
	text-decoration:none;
	padding: 13px 6px 11px 8px;
	margin: 0;
	height: 20px;
	
}

/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/default.png);
	background-position: center -288px;
	background-repeat: repeat-x;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}


.slide1 {background:url(images/bg-1.jpg?20131118) no-repeat 0 0}
.slide2 {background:url(images/bg-2.jpg) no-repeat 0 0}
.slide3 {background:url(images/bg-3.jpg) no-repeat 0 0}
.slide4 {background:url(images/bg-4.jpg) no-repeat 0 0}

div.anythingSlider .text {padding: 50px 0 0 50px; width:500px}
div.anythingSlider p.title  {font: 45px/90% "AllerRegular","Trebuchet MS",Arial,Helvetica,sans-serif; color:#88155E; text-shadow:0px 1px 0px #ffffff;letter-spacing: -1px;margin: 0 0 40px 0;}
div.anythingSlider p.sub  {font: 18px/150% "AllerRegular","Trebuchet MS",Arial,Helvetica,sans-serif; color:#666; text-shadow:0px 1px 0px #ffffff;letter-spacing: -1px;}
