@charset "UTF-8";
/* CSS Document */


body #CONTENT {
	width: 100%;
	max-width: 1720px;
	text-align: center;		
}

body #MAINBODY-WIDE{width:100%;margin:auto;}

body h1 {
	font-size: 19px;
}

.lupa-zoom {
    background-image: url(/images/zoom.svg);
    background-repeat: no-repeat;
	background-rcolor:#666;
    background-position: center bottom;
    background-size: 40px;
    display: block;
    height: 30px;
    width: 30px;
    bottom: 22px;
    position1: absolute;
    margin: auto;
    opacity: 0.8;
}

#THUMBNAILS-Slider {
	display: block;
	height: auto;
	width: 98%;
	max-width: 1200px;
	clear: both;
	padding: 15px 1%!important;
	padding-bottom: 26px;
	overflow: hidden;
	margin: auto!important;

	text-align: center;
}

.THUMBNAILS-Slider a {
	display: inline-block;
	
	vertical-align: top;
	color: #FFF;
	text-decoration: none;
	margin:5px 4px;
}

.THUMBNAILS-Slider img:hover {	
	-webkit-box-shadow:  0 0 11px #fff;
	-moz-box-shadow:  0 0 11px #fff;
	-ms-box-shadow:  0 0 11px #fff;
	-o-box-shadow:  0 0 11px #fff;
	box-shadow:   0 0 11px #fff;	
}

.THUMBNAILS-Slider img{
	margin: 0px;
	height: auto;
	width: auto;
	border: 2px solid #fff;
	max-height:147px!important;
}

@media(max-width:900px){
.THUMBNAILS-Slider img{max-height:110px!important;}	
}

@media(max-width:370px){
.THUMBNAILS-Slider img{max-height:90px!important;}	
}
#GALLERY-THUMBS  {
	display: block;
	height: auto;
	width: 100%;
	clear: both;
	padding-bottom: 26px;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

#GALLERY-THUMBS a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 12px;
	float: none;
	height: 325px;
	width: 480px;
	border: 3px solid #fff;
	text-decoration: none;
	vertical-align: top;
}

#GALLERY-THUMBS a img{
	height:320px;
	width:480px;
}



#GALLERY-THUMBS a img{
	height:320px;
	width:480px;
}

#GALLERY-THUMBS a p, #GALLERY-THUMBS a h2{
	display: block;padding:6px 1px!important;
	width:100%;
	font-family: 'Gemerald';
	font-size: 19px;
	line-height:1.2em!important;
	color: #000;
	text-decoration: none;
	background:rgba(255,255,255,0.7);
	text-align: center;
	position: relative;
	z-index:2222;
	margin-top:-39px;
	font-style: italic;
	text-shadow: 0px  1px  6px #fff;
}
#GALLERY-THUMBS a:hover p, #GALLERY-THUMBS a:hover h2{
	background:rgba(255,255,255,0.9);
}


#GALLERY-THUMBS a:hover {
	overflow: visible;	
	-webkit-box-shadow:  0 0 9px #ccc;
	-moz-box-shadow:  0 0 9px #ccc;
	-ms-box-shadow:  0 0 9px #ccc;
	-o-box-shadow:  0 0 9px #ccc;
	box-shadow:   0 0 9px #ccc;	
}

@media(max-width:1100px){
#GALLERY-THUMBS a{	height:205px;width: 300px;}
#GALLERY-THUMBS a img{	height:200px;width: 300px;}	
}

@media(max-width:650px){
#GALLERY-THUMBS a{height:165px;width:180px;border:1px solid #fff;}
#GALLERY-THUMBS a img{	height:120px;width:180px;}	
#GALLERY-THUMBS a p, #GALLERY-THUMBS a h2{margin-top:-5px;background:rgba(255,255,255,1);font-family: Cambria;font-size: 16px;padding:3px 0!important;height:45px;}
}

@media(max-width:410px){
#GALLERY-THUMBS a{height:145px;width:168px;}
#GALLERY-THUMBS a img{	height:auto;width:168px;}	
}


@media(max-width:370px){
#GALLERY-THUMBS a{height:140px;width:140px;}
#GALLERY-THUMBS a img{	height:95px;width:140px;}
}