@import url("./animate.css");
/*
	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/
*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */
.nphslide-container .anythingSlider {
	/*width: 740px;*/
    max-width: 100%;
	/*height: 455px!important;*/
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: hidden;
	overflow-x: hidden;
    position: relative;
}
.nphslide-container .anythingBase li{
    /*width: 660px;*/
    max-width: 100%;
    /*height: 396px!important;*/
}
.nphslide-container .anythingSlider {
    /*width: 460px;*/
    max-width: 100%;
    /*height: 303px;*/
    max-height: 100%;
    list-style: none;
    /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
    /*overflow-y: hidden;*/
    overflow-x: hidden;
}
.nphslide-container .anythingBase li{
    /*width: 460px;*/
    max-width: 100%;
    /*height: 303px!important;*/
}

.nphslide-container .anythingSlider img {
    max-width: 100%;
}
/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
.anythingSlider .anythingWindow {
	/*border-top: 3px solid #777;
	border-bottom: 3px solid #777;*/
}
/* Navigation buttons, default state */
.anythingSlider .anythingControls ul a.cur, .anythingSlider .anythingControls ul a {
	background: #777;
	color: #000;
}
/* start-stop button, stopped, default state */
.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
.anythingSlider .start-stop:hover, .anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider.activeSlider .anythingControls ul a.cur, .anythingSlider.activeSlider .anythingControls ul a {
	background-color: #7C9127;
}
/* start-stop button, stopped, active state */
.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider .start-stop:hover, .anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	/*padding: 0 45px 28px 45px;*/
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* 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: #db0723;
        text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
    width: 740px !important;
    position: relative;
}
.anythingBase .panel  .caption {
    position: absolute;
    top: 0; left:451px;
    background: #db0723;
    color: #fff;
    z-index:1020;
    overflow: hidden;
    padding: 30px 55px 22px 55px;
    width: 179px;
    height: 243px;
    text-align: left;

}
.anythingBase .panel  .caption {
    font-size: 15px;
}
.anythingBase .panel  .caption h1 {
    font-family: georgia, 'times new roman', serif;
    font-size: 20px;
	font-weight:normal;

}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
    z-index:1020;
}
.anythingSlider .arrow a {
	display: block;
	height: 140px;
	margin: -20px 0 0 0; /* half height of image */
	width: 30px;
	text-align: center;
	outline: 0;
	background: url(./default.png) no-repeat;
}
/* hide text, target the span so IE7 doesn't text-indent the link */
.anythingSlider .arrow a span { display: block; visibility: hidden; }
/* back arrow */
.anythingSlider .back { left: 0; }
.anythingSlider .back a { background-position: left top; }
.anythingSlider .back a:hover, .anythingSlider .back a.hover { background-position: left -140px; }
.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
.anythingSlider .forward { right: 0; }
.anythingSlider .forward a { background-position: right top; }
.anythingSlider .forward a:hover, .anythingSlider .forward a.hover { background-position: right -140px; }
.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
/*.anythingSlider .anythingControls { outline: 0; display: none; }
.anythingSlider .anythingControls ul { margin: 0; padding: 0; }
.anythingSlider .anythingControls ul li { display: inline; }
.anythingSlider .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(./default.png);
	background-position: center -288px ;
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.anythingSlider .anythingControls ul a:hover {
	background-image: none;
}*/
/* Navigation size window */
.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

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

/* Autoplay Start/Stop button */
.anythingSlider .start-stop {
	background-image: url(./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 */
.anythingSlider .start-stop:hover, .anythingSlider .start-stop.hover { background-image: none; }

/* 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;
}


.anythingControls {
    display: none!important;
}

.anythingSlider .arrow.back a{
    background: url(./arrows-tethys.png) left top no-repeat;
/*    background-position: -18px;*/
}

.anythingSlider .arrow.forward a{
    background: url(./arrows-tethys.png) -30px top no-repeat;
}

a.lightbox.thumbnail {
    display: block;
    text-align: left;
    height: 313px;
}
