@CHARSET "UTF-8";

/* GALLERY */

.gallery {
	padding-bottom: 60px;
	text-align: center;
}

.gallery a {
	display: inline-block;
	width: 100%;
	height:inherit;
}

.gallery .cover {
	height:300px
}

.gallery-cover {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 15px;
	border:solid 1px #eee;
	background-color: #000;
}

.gallery div div:hover > .gallery-cover img {
	transform: scale(1.2,1.2);
	opacity:1.0;	
}

.gallery-cover img {
	height: 120%;
	opacity:0.8;
	transition:500ms;
}

.gallery-cover img:hover {
	transform: scale(1.2,1.2);
	opacity:1.0;		
}

.form-error {
	color: #c80001;
	padding: 0px 15px;
}

/* CATEGORY */

.category-intro {
	padding:0px 45px 45px 45px;
}

.page-header #mainmenu a.active {
	color:#f92804;
}

#newsletter-popup {
	position: fixed;
	padding: 10px 20px 50px;
	background-color: #fafafa;
	bottom: 0;
	left: 0;
	width: 25%;
	height: auto;

	-moz-box-shadow:    0 0 20px 1px #aaa;
	-webkit-box-shadow: 0 0 20px 1px #aaa;
	box-shadow:         0 0 20px 1px #aaa;
}

/* MEDIA QUERY */

/* DEFAULT STYLE IS FOR LARGE DESKTOP DISPLAYS */

@media screen and (min-width: 1201px) {
	#newsletter-popup {
		width: 30%;
	}
}


/* SMALL DESKTOP DISPLAYS AND TABLET LANDSCAPE*/
@media screen and (max-width: 1200px) {
	#newsletter-popup {
		width: 40%;
	}
}

/* TABLET PORTRAIT AND MOBILE LANDSCAPE*/
@media screen and (max-width: 992px) {


	#newsletter-popup {
		width:50%;
	}

}

/* LARGE MOBILE PORTRAIT AND SMALL MOBILE LANDSCAPE*/
@media screen and (max-width: 768px) {
	#newsletter-popup {
		width: 100%;
	}
}
