html {
	background: #000;
}

body {
	position: relative;
	font: 25px "Gooddog", sans-serif;
	color: rgb(3,3,3);
	background-image: url('../images/base.jpg?003');
	background-repeat: no-repeat;
	background-position:center top;
	min-height: 978px;
	margin: 0;
	padding: 0;
	text-align: center;
}




#page {
	margin: 0 auto;
	width:900px;
	text-align:left;
	min-height:850px;
}

ul.nostyle {
	list-style-type: none;
}

p.intro {
	display: none;
}

a {
	cursor:pointer !important;
	text-decoration:none;
	color:#C11016;
}



h2 {
	font-size: 48px;
	padding:0px;
	padding-bottom:8px;
	margin:0px;
	text-shadow:0 0 1px #000;
	/*
background:url('../images/line.png') repeat-x center bottom;
*/
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
	font-weight: normal;
}

em {
	color: #c11016;
	font-style: normal;
}

.hide, #content_wrap div.hide {
	display: none;
}

.center {
	text-align: center;
}


.item ul {
	list-style:none;
}

#head {
	height:250px;
	width:100%;
}

#content_wrap {
	position:relative !important;
	float:left;
	min-height:100px;
	width:690px;
	margin-left:25px;
}


#content_wrap div a {
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../images/magni.png);
	opacity:0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.6s ease-in-out;
}

#content_wrap a:hover {
	opacity:1;
	/*filter: alpha(opacity = 100);*/
}

#side {
	position:relative !important;
	width:160px;
	min-height:100px;
	float:right;
}

#fb_wrap {
	position:relative !important;
	top:0px;
}

#feature_wrap {
	position:relative !important;
	width:155px;
	height:185px;
	background:url(../images/feat.png) no-repeat center top;
	top:10px;
}

#kontakt, #map, #kontakt ul, #news, #cucc, #ar, #kep, #cal, #email, #content_wrap div {
	display:block;
	position:absolute;
}

#kontakt a, a#map, a#news, a#cucc, a#ar, a#kep, a#cal, a#email {
	color:transparent;
}

#kontakt div,

.overlay a {
	color:#C11016;
}

#emailwrap {
	top:250px;
	left:150px;
	height:32px;
	width:210px;
}

a#email {
	background:url(../images/mail.png) no-repeat 210px center!important;
	opacity:0;
}

a#email:hover {
	height:37px;
	width:270px;
	opacity:1;
}

#kontakt {
	display: block;
	padding: 0px;
	margin: 0px;
	top: 251px;
	left: 121px;
	width: 300px;
	height: 85px;
}

#mapwrap {
	top:236px;
	left:30px;
	width:80px;
	height:70px;
}


#kontakt ul {
	line-height: 1.3;
	text-align: center;
	top:0px;
	width:300px;
	height:85px;
	list-style:none;
	padding:0px;
	margin:0px;
	color:transparent;
}


#kontakt li a {
	display:block;
	width:240px;
	height:28px;
	overflow:hidden;
}

#newswrap {
	top:0px;
	left:80px;
	width:136px;
	height:180px;
	background: transparent url('../images/news.png');
}

a#news, a#ar, a#kep, a#cal, a#map, a#email{
	width:100%;
	height:100%;
}

#cuccwrap {
	top:20px;
	left:280px;
	width:367px;
	height:305px;
	padding:10px;
	background: url('../images/cucc.png?003') no-repeat left top!important;
}

a#cucc {
	top:0px;
	right:10px;
	height:200px;
	width:260px;
}

#mask {
	position: absolute;
	display: none;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
}

#arwrap {
	top:370px;
	left:16px;
	width:205px;
	height:168px;
	background: transparent url('../images/ar.png');
}


#kepwrap {
	top:345px;
	left:250px;
	width:175px;
	height:186px;
	background: transparent url('../images/pic.png');
}

#calwrap {
	top:370px;
	left:460px;
	width:171px;
	height:184px;
	background: transparent url('../images/cal.png');
}

#fb {

-webkit-border-radius:8px;
background:rgba(200,200,200,0.2);
margin-top: 60px;

}

.legal {
	top:555px;
	left:5px;
}

.legal a {
	opacity:1 !important;
	background:none !important;
}

/*Overlay stuff*/
/* the overlayed element */


/*
---------WIDTH SETTING!!!---------
*/


.overlay {

	/* must be initially hidden */
	display:none;

	margin: 2em auto;
	background:transparent url('../images/paperbg.jpg') left top;
	border: solid 2px rgb(20,20,20);
	/* place overlay on top of other elements */
	z-index:10;

	/* styling */
	/* CSS3 styling for latest browsers */

	-webkit-box-shadow: 3px 5px 20px rgba(0,0,0,1);
	-moz-box-shadow: 3px 5px 20px rgba(0,0,0,1);
	box-shadow: 3px 5px 20px rgba(0,0,0,1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2em;

}

/* close button positioned on upper right corner */
#close {
	background-image:url(../images/close_vert.png);
	position:fixed;
	left:50%;
	margin-left:300px;
	top:-120px;
	cursor:pointer;
	height:190px;
	width:56px;
	-webkit-transition: all 0.3s;
}

a#close:hover {
	top:-100px;
}


#news_o {
	width:745px;
	height:988px;
	background:transparent;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#news_wrap {
	display:block;
	top:0px;
	left:0px;
	width:615px;
	height:875px;
	padding:100px 60px 10px 70px;
	background: transparent url('../images/note.png') center top;
	border: none;
}

/*
---------WIDTH/HEIGHT SETTINGS!!!---------
*/
.overlay, .olframe {
	width:700px;
	/* height:1200px; */
}

.olframe {
	background-color:transparent;
}

.newsframe {
	width:590px;
	height:777px;
	padding:0px;
	border:none;
}

#ar_o {
	height:auto;
}

#map_o {
	/* height:770px; */
}

#kep_o {
	/* height:1800px!important; */
}

#cal_o {
	height:680px!important;
}

#email_o {
	height:720px!important;
	overflow:hidden;
}
#legal_o {
	height:520px!important;
	overflow:hidden;
}

#pop {
	height: auto;
}
/*
---------------------------------------
*/


.head {
	text-align:center;
	}

.content {
	padding:10px 20px 10px 20px;
	margin:0px;
	margin-left:10px;
}
.olframe {
	padding:0px;
	border:none;
	background:transparent;
	/*
border:dashed 2px red;
*/
}

/*
--------------- FEATURE  SCROLLABLE -------------------------
*/

#scroll_featuring {
	position:relative !important;
	overflow:hidden;
	top:30px;
	left:9px;
	width:120px;
	padding:5px;
	height:120px;
}

#features {
	width:9999em;
	position:absolute;
	left:0px;

}

.feature {
	position:relative !important;
	display:block;
	float:left;
	overflow-y:auto;
	padding:0px 5px 0px 5px;
	width:130px;
	height:130px;
	text-align:center;
}

.feature a, .feature img {
	opacity:1 !important;
	border:none;
	background:none !important;
}

#legal_o p, #legal_o ul {
	margin-left:20px;
	margin-right:20px;
}

/* --------- GALLERY ----------*/

div.room h3 {
	text-align: center;
}

div.gallery {
	text-align: center;
}

div.gallery a.img {
	max-width: 40%;
	padding: 0 5%;
}

div.gallery a.img img {
	border-radius: 5px;
	box-shadow: 0 0 3px #333;
}

.lb-data .lb-caption {
	font-weight: normal;
	font-size: 16px;
}

img.figlio {
	max-height: 88vh;
}