@charset "utf-8";
h1, h2, h3 {
	text-transform:uppercase;
}
h6 {
	font-family:'Uni Neue W05 Bold', sans-serif;
	font-size:18px;
	line-height:27px;
	float:left;
}
p#countdown, p#countdown_small {
	padding:0 10px 0 5px;
	line-height:27px;
	float:left;
}
p#countdown {
	padding:0 10px 0 0;
}
div.lysann {
	margin:0 -15px;
	padding:10px 15px;
	background:#EEE;
}
button {
	background:#FFF;
}
button:hover, p.slideshow button:hover i {
	color:#1BE01A;
	cursor:pointer;
	line-height:0px;
}
button, p.slideshow button i {
	line-height:0px;
}
p.slideshow a {
	padding:0;
	margin:0;
	line-height:0;
}
p.slideshow i {
	font-size:14px;
	color:#777;
}

/************************************************************************************************** px450 */

@media screen and (min-width:450px) and (max-width:649px) {
	
	h6 {
		font-size:14px;
		line-height:21px;
	}
	
	p#countdown, p#countdown_small {
		line-height:21px;
	}
}

/************************************************************************************************** px300 */

@media screen and (min-width:300px) and (max-width:449px) {

	h6 {
		font-size:14px;
		line-height:21px;
	}
	p#countdown, p#countdown_small {
		line-height:21px;
	}
}

/************************************************************************************************** px000 */

@media screen and (min-width:0px) and (max-width:299px) {

	h6 {
		font-size:14px;
		line-height:21px;
	}
	p#countdown, p#countdown_small {
		line-height:21px;
	}
}