﻿body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.noJavascript {
	text-align:center;
	color: #60F;
	font-weight:bold;
}
.footer p {
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
}
.footer a {
	padding: 10px;
	position: relative;
	display: block;
	float: left;
	line-height: 20px;
}
.footer li {
	list-style: none;
}
.footer img {
	height: 30px;
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
	margin-right: 0px;
  }
}
.cycle-slideshow img { 
	width: 100%; 
	height: auto 
}
body {
  padding-bottom: 10px;
}
.cycle-list p, .cycle-list img { 
	display: none 
}
.cycle-list p:first-child, .cycle-list img:first-child { 
	display: block 
}
.force-right {
	right: 0px;
	left:auto;
}
.highlight {
	color:#FF0;
	font-weight:bold;
}
.img-middle {
	padding-top: 10px;
	padding-bottom: 10px;
}
.flush-right {
	padding-right: 0px;
}
.flush-left {
	padding-left: 0px;
}
.flush-both {
	padding-left: 0px;
	padding-right: 0px;
}
.provenance {
	padding-top: 2px;
	padding-bottom: 2px;
    float: right;
	margin-right: 0px;
}
.provenance p {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.provenance img {
	height: 30px;
}
.dropdown-menu {
  min-width: 20px;
}
.theme-selection {
	margin-top: auto;
	margin-bottom: auto;
}
.theme-dark {
	background-color: #333;
	height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.theme-green {
	background-color: #CCC;
	height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lowseason {
	background-color: #4BACC6;
	color: #000000;
}
.midseason {
	background-color: #F79646;
	color: #000000;
}
.highseason {
	background-color: #F79646;
	color: #000000;
}
.peakseason {
	background-color: #FFC000;
	color: #000000;
}

/* http://miketricking.github.io/dist/ */

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}