/*
	AnythingSlider v1.8+ Default 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/
*/


/********************
    DOMUNI SLIDER
*********************/

#sliderDomuni .featured .title
{
    position: absolute;
    text-decoration: none;
    /*z-index: 2;*/
    padding: 3px 8px;
    top: 199px;
    left: 15px; 
    background: #51A2C8;
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#sliderDomuni .featured .title:hover
{
    background: #005177;
}

#sliderDomuni .featured .title span
{
    color: #A1E0FF;
    font-weight: bold;
}

#sliderDomuni .featured .description
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;
    font-size: 13px;
    background: #F0FAFF;
    padding: 3px 7px 5px 7px;
    left: 15px;
    top: 230px;
    margin: 8px auto 0;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 8px 0 #999999;
    -webkit-box-shadow: 0 0 8px 0 #999999;
    box-shadow: 0 0 8px 0 #999999;
    width: 370px;
    height: 60px;
}


#sliderDomuni .featured
{
    height: 327px;
}

#sliderDomuni ul li img
{
    padding: 0 0 28px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* =================================
   Default state (no keyboard focus)
   =================================*/
/* Overall Wrapper */
#sliderDomuni .anythingSlider-default {
	/*margin: 0 auto;*/
    background: url(/static/images/featured/shadow.jpg) bottom no-repeat;
    padding-bottom: 25px;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation 
	padding: 0 26px;*/
}
/* Navigation buttons + start/stop button, default state */
#sliderDomuni .anythingSlider-default .anythingControls a {
	/* top shadow */
	color: #000;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/

/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	background-color: var(--blue-5);
	width: 14px;
	height: 14px;
    padding: 0;
}
/* Navigation current button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur {
	background: var(--blue-3);
	cursor: default;
}
/* Navigation hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur:hover {
	background: var(--blue-3);
}
.anythingSlider-default.activeSlider .anythingControls a:hover {
	background: var(--blue-6);
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
#sliderDomuni .anythingSlider-default .arrow {
	top: 138px;
	position: absolute;
	display: block;
	height: 34px;
}

#sliderDomuni .anythingSlider-default .arrow a {
	display: block;
	width: 35px;
	height: 34px;
/*	margin: -240px 0 0 0;  half height of image */
	text-align: center;
	outline: 0;
	background: url(/static/images/featured/arrows.png) no-repeat;
}

/* back arrow */
#sliderDomuni .anythingSlider-default .back { left: 8px; }
#sliderDomuni .anythingSlider-default .back a { background-position: left top; }
#sliderDomuni .anythingSlider-default .back a:hover,
#sliderDomuni .anythingSlider-default .back a.hover { background-position: left -34px; }
/* forward arrow */
#sliderDomuni .anythingSlider-default .forward { right: 8px; }
#sliderDomuni .anythingSlider-default .forward a { background-position: right top; }
#sliderDomuni .anythingSlider-default .forward a:hover,
#sliderDomuni .anythingSlider-default .forward a.hover { background-position: right -34px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul 
{
    margin: 0;
    padding: 0;                                
    position: absolute;
    float: right;
    top: 300px;
    right: 5px;
}
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: right;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
#sliderDomuni .anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 327px;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
#sliderDomuni .anythingSlider .panel {
/*	background: transparent; */
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	height: 327px;
	width: 686px;
	position: relative;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
