.overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-bottom: 60px;
}

.main-menu-container {
	position: absolute;
	bottom: 60px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 10000;
}

.menu-thumb-container {
	width: 300px;
	overflow: hidden;
	margin-top: 10px;
	cursor: pointer;
	padding: 0px 10px;
}

.menu-thumb-container .title {
	color: #fff;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	font-family: sans-serif;
}

.image-container {
	height: 140px;
	text-align: center;
	width: 100%;
}

.menu-thumb {
	max-height: 100%;
}

.slick-slider {
	margin-bottom: 10px;
}

.slick-slide img {
	display: inline;
}

.slick-prev {
	left: 5px;
	z-index: 10001;
}

.slick-next {
	right: 5px;
	z-index: 10001;
}

.hotspot-image {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#player_bar {
	display: none;
	position: absolute;
	z-index: 10000;
	bottom: 0;
	width: 100%;
}

.bottom-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 52px;
	border-top: 3px solid #FF0707;
	background-color: #4C4C4C;
	z-index: 10000;
}

.bottom-bar img {
	position: relative;
	height: 35px;
	margin: 10px;
	float: right;
	cursor: pointer;
}

.logo {
	float: left !important;
}

.text-icon {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}

.map-icon-on, .menu-icon-off, .share-icon {
	display: none;
}

.bottom-bar .text-icon {
	height: 31px;
	margin: 12px;
}

.autorotation-stop-icon, .autorotation-start-icon {
	display: none;
}

.flag-icon {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	display: none;
	margin-right: 5px !important;
}
.active-language {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; /* For IE8 and earlier */
	display: block !important;
}

.info-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 55px;
	background-color: #fff;
	z-index: 10000;
	width: 480px;
	padding: 10px;
	display: none;
}
.info-container .close {
	height: 20px;
	float: right;
	cursor: pointer;
}

.wiki-container {
	margin-top: 20px;
}

.sinottico {
	font-family: sans-serif;
}

.sinottico tr td {
	padding-left: 20px;
}
.sinottico tr th {
	text-align: left;
}

.sinottico_testata th {
	text-align: center !important;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 3px solid #02304E;
}

.sinottico .center {
	margin-left: -20px;
	margin-top: 15px;
}

.kolorBoxContainer .displayedItem {
	max-height: 100%;
	max-width: 100%;
}

.btn-close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10000;
	height: 25px;
}

.jp-audio {
	width: 100% !important;
	padding-top: 8px;
	height: 44px !important;
	border: none !important;
	border-top: 3px solid #02304E !important;
}

.jp-type-single {
	margin: 0 auto !important;
	width: 480px !important;
}

.jp-interface {
	height: 48px !important;
}

.jp-controls {
	padding: 0 !important;
}

.jp-progress {
	top: 14px !important;
	width: 250px !important;
}

.jp-volume-controls {
	top: 14px !important;
	left: 385px !important;
}

.jp-time-holder {
	top: 30px !important;
	left: 140px !important;
}

.jp-details {
	background-color: transparent !important;
	position: absolute ! important;
	top: 3px !important;
	left: 0 !important;
	right: 0 !important;
}

.jp-title {
	padding: 0 !important;
}

.jp-toggles {
	display: none;
}

@media screen and (max-width: 600px) {
	.bottom-bar img {
		margin: 10px 4px;
	}

	.jp-type-single {
		width: 380px !important;
	}

	.jp-progress {
		width: 150px !important;
	}

	.jp-time-holder {
		left: 110px !important;
	}

	.jp-audio .jp-type-single .jp-time-holder {
		width: 149px;
	}

	.jp-volume-controls {
		left: 285px !important;
	}
}

@media screen and (max-width: 360px) {

	.jp-progress {
		display: none;
	}

	.jp-audio .jp-type-single .jp-time-holder {
		display: none;
	}

	.jp-volume-controls {
		left: 100px !important;
	}

	.jp-type-single {
		width: 250px !important;
	}

	.jp-audio .jp-controls {
		width: 200px;
	}
}
