html,
body {
	height: 100%;
	text-align: center;
	min-width: 500px;
	font-size: 14px;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 60px;
}

#footer {
	background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		/*margin-right: -20px;*/
		padding-left: 20px;
		padding-right: 20px;
	}

	body {
		font-size: 75%;
	}

	.player {
		margin-top: 0px !important;
	}

	.carousel-control {
		width: 20px;
		height: 20px;
		font-size: 30px;
		line-height: 15px;
	}

	.sliderContainer {
		padding-left: 16px !important;
	}
}

.container-fluid {
	min-width: 560px;
}

#footer .container-fluid div {
	text-align: right;
	color: #999999;
}

.player {
	margin: 20px 0;
}

h2 {
	text-transform: uppercase;
	font-size: 175%;
	/*line-height: 40px;*/
}

h5 {
	margin-top: 30px;
}

h6 {
	margin-top: 18px;
}

.textPage {
	text-align: left;
	max-width: 500px;
	margin-left: 30px;
}

.textPage li {
	margin-bottom: 10px;
}

.textPage .accordion-group {
	border: none;
}

.textPage .accordion-group h5 {
	margin-top: 10px;
}

#accordion {
	margin-top: 4ex;
}

.masthead {
	padding: 10px 20px;
	background-color: #F5F5F5;
	min-width: 580px;
	height: 34px;
}

.masthead ul {
	margin: 0;
}

.nav-pills > li > span {
	background-color: #0088CC;
	color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 14px;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}

.menu {
	float: left;
}

.menu li {
	float: left;
	list-style: none outside none;
}

.menu li > a, .menu li > span {
	display: block;
	margin-right: 2px;
	padding-left: 24px;
	padding-right: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
	white-space: nowrap;
	min-height: 22px;
}

.menu li > a > *, .menu li > span > * {
	line-height: 14px;
	font-size: 135%;
}

.menu li i {
	margin-right: 10px;
	float: left;
}

.menu li a:hover i {
	text-decoration: none;
}

.menu li > a > * {
	color: #999999;
}

.menu li > a:hover > *, .menu li > span > * {
	color: #333;
}

.seasons {
	max-width: 1200px;
	min-width: 590px;
	width: 100%;
	/*display: inline-block;*/

}

.seasons:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}

.seasons > div {
	min-height: 90px;
	float: left;
	max-width: 747px;
	max-height: 520px;
	position: relative;
	z-index: 1;
}

/*.seasons > div.winter, */
.seasons > div.spring {
	opacity: 0.8;
}

.seasons > div.spring, .seasons > div.summer {
	width: 66%;
	min-width: 130px;

}

.seasons > div.winter, .seasons > div.autumn {
	width: 34%;
	min-width: 70px;
}

.seasons > div.autumn:hover,
.seasons > div.summer:hover,
.seasons > div.spring:hover {
	opacity: 1;
}

.seasons > div:before {
	content: "";
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.seasons > div:hover:before {
	/*opacity: 1;*/
}

.seasons > div.winter:hover:before {
	opacity: 0.5;
}

.seasons > div.spring:hover:before {
	opacity: 0.7;
}

.seasons > div.summer:hover:before {
	opacity: .9;
}

.seasons > div.autumn:hover:before {
    opacity: .9;
}

.seasons > div.winter:before {
	background-image: url('../img/h2rmas_7629.jpg');
	opacity: 1;
}

.spring:before {
	background-image: url('../img/kevadine_rohelus_6867.jpg');
}

.summer:before {
	background-image: url('../img/kiilipoiss_5409.jpg');
}

.autumn:before {
	background-image: url('../img/sygis_0808.jpg');
}

.winter h2 {
	color: #0077b3;
}

.spring h2 {
	color: #009900;
}

/*.spring:hover h2 {
	color: blue;
}*/

.summer h2 {
	color: gold;
}

.autumn h2 {
	color: orange;
}

.seasons ul {
	display: inline-block;
	list-style-type: none;
	min-width: 250px;
	padding-bottom: 6px;
}

.seasons ul li {
	text-align: left;
	list-style-type: none;
	border: 3px solid white;
	margin: 8px 8px 26px;
	float: left;
	width: 100px;
	height: 100px;
}

.seasons ul li:hover, .seasons ul li.hover {
	border-color: #dfdfdf;
}

.seasons ul li:hover a, .seasons ul li.hover a {
	text-decoration: underline;
}

.seasons a {
	color: #000;
	display: block;
	width: 100px;
	text-align: center;

	padding-top: 106px;
	background-repeat: no-repeat;
	font-size: 150%;
	position: absolute;

}

.seasons > div:hover a span, .seasons > div:hover h2 span {
	background-color: white;
	padding: 0px 10px;
}

.seasons a.talv1 {
	background-image: url('../img/ronk_lumesadu.jpg');
}

.seasons a.talv2 {
	background-image: url('../img/talv2.jpg');
}

.seasons a.spring1 {
	background-image: url('../img/l6oke.jpg');
}

.seasons a.spring2 {
	background-image: url('../img/meigas.jpg');
}

.seasons a.spring3 {
	background-image: url('../img/punarind.jpg');
}

.seasons a.spring4 {
	background-image: url('../img/suitsup22suke.jpg');
}

.seasons a.springV {
	background-image: url('../img/linnud-kevad-v.jpg');
}

.seasons a.suvi1 {
	background-image: url('../img/hakk_poeg.jpg');
}

.seasons a.suvi2 {
	background-image: url('../img/naerukajakas_laps.jpg');
}

.seasons a.sygis1 {
	background-image: url('../img/sookurg.jpg');
}

#flash {
	background-color: #666666;
	display: inline-block;
	width: 200px;
	height: 20px;
}

.pic {
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px;
	font-size: 120%;
}

.pic:hover {
	background-color: #dfdfdf;
}

.pic img {
	width: 98%;
	margin: 1%;
	visibility: hidden;
}

.sliderContainer {
	padding: 0 35px 0 35px;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 99%;
	height: 1500px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	float: left;
	width: 100%;
	height: auto;
	display: none;
}

.slide .span4 {
	margin: 0;
	width: 33.333%;
}

.indicators {
	margin: 20px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.indicators .item {
	float: left;
	width: 22px;
	height: 22px;
	margin: 5px 5px 0 0;
	border: 1px solid #999;

}

.indicators .super {
	background-image: url('../img/feather.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.indicators .selected {
	border-color: #000 !important;
}

.indicators .answered {
	background-color: #eee;
}

.carousel-control {
	display: none;
}

.carousel-control.right {
	right: auto;
}

.carousel-control.left {
	left: 4px;
}

/*.large-icon.home svg {
	width: 120px;
	height: 108px;
	margin-top: -22px;
	
}
.large-icon.home a svg path {
	fill: #666;
}

.large-icon.home a:hover svg path {
	fill: #333;
}*/

.large-icon {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
}

.large-icon i {
	font-size: 94px;
	line-height: 1;
	display: block;
}

.large-icon a {
	color: #666;
	display: block;
}

.large-icon a:hover {
	color: #333;
	text-decoration: none;
}

.large-icon a span {
	display: block;
	width: 100px;
	min-height: 40px;
}

.resultsIndicatorsContainer .indicators {
	display: inline-block;
	margin: 0;
}

/* disabling chrome exif extension, otherwise the page will be horizontally very long */
.overlayContainer {
	display: none !important;
}

.btnStart {
	margin: 60px;
	padding: 15px 45px;
}

#myModalStart {
	border: none;
	background: none;
}

/* chrome add-ons useless stuff */
#yass_top_edge_dummy, #yass_top_edge, #sbi_camera_button, #yass_bottom_edge {
	display: none;
}