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

* {margin:0; padding:0;}

@font-face {
    font-family: 'Plak';
    src: url('fonts/Plak.eot');
    src: url('fonts/Plak.eot?#iefix') format('embedded-opentype'),
         url('fonts/Plak.woff') format('woff'),
         url('fonts/Plak.ttf') format('truetype'),
         url('fonts/Plak.svg#plak') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Kettler';
	src: url('fonts/KettlerWebRegular.eot') format('eot'), url('fonts/KettlerWebRegular.woff') format('woff');
}

@font-face {
	font-family: 'KettlerBold';
	src: url('fonts/KettlerWebBold.eot') format('eot'), url('fonts/KettlerWebBold.woff') format('woff');
}

body {
	font-family: 'Kettler', 'Courier New', Courier, monospace;
	font-size: 11px !Important;
	line-height: 14px;
	color: white;
	overflow:hidden;
	background-color: black;
	height: 100%;
	cursor: crosshair;
}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
img {
	border: 0;
}
.mobile {
	display: none !Important;
}	
.no-mobile {
	/* display: block !Important; */
}

#navigazione {
	left: 0;
}
/*#slideshow {
	width: 100%;
	height: auto;
	display: block;	
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}*/


/*#slideshow {
    width: 1190px;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 50%;
    margin-left: -595px;
    display: block;
    overflow: hidden;
    z-index: 1;
}*/


#slideshow {
    width: 1190px;
    height: 670px;
    position: absolute;
    top: 50%;
    margin-top: -335px;
    left: 50%;
    margin-left: -595px;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.slide {
	width: 100%;
	height: 100%;
}

.slide img {
	width: 100%;
	height: 100%;
}
.slide span {
	position: absolute;
	top: 50px;
	left: 50px; 
	z-index: 1000;
}
#butt_prev {
	position: absolute;
	left: 30px;
	width: 48px;
	z-index: 1000;
}
#butt_next {
	position: absolute;
	right: 30px;
	width: 48px;
	z-index: 1000;
}
#butt_prev img, #butt_next img {
	width: 48px;
	height: auto;
	border: 0;
	cursor: pointer;
}

.slide img {
	width: 100%;
	    bottom: 0;
    position: absolute;
}

a:link, a:visited {
    color: white;
	text-decoration: none;
}
a:active, a:hover {
    color: white;
	text-decoration: underline;
}

.swiper-button-disabled {
	display: none !important;
}


@media screen and (max-width: 1199px) {

body {
	height: 100%;
	overflow:auto;
	font-size:11px !important;
}
html {
	height: 100%;
	min-height: auto;
}

#slideshow {
	width: 89%;
	height: 100%;
	display: block;	
	background-color: transparent !Important;
	position: relative;
	top: 0;
	left: 0;	
	margin-left: 5.5%;
	z-index: 2;
	margin-top: 0px;
	overflow: hidden;
}

.swiper-slide {
	height: auto !important;
}	

.slide img {
    height: auto;
    top: 190px;
}
#butt_next {
    position: absolute;
    right: 0px;
    width: 48px;
    top: 264px !important;
    z-index: 1000;
    text-align: right;
}
#butt_prev {
    position: absolute;
    left: 0px;
    width: 48px;
    top: 264px !important;
    z-index: 1000;
}

#butt_prev img, #butt_next img {
    width: 23px;
}
.slide span {
	margin-top: 24px;
    left: 1px;
    position: relative;
    display: inline-block;
    top:0;
}
#logo_mobile {
    width: 95%;
    position: absolute;
    right: 5%;
    margin-right: 4px;
    text-align: right;
}
#logo_mobile img {
    width: 85px;
    margin-top: 25px;
}	
#navigazione {
    margin-top: 110px;
    margin-left: 0;
    position: absolute;
    width: auto;
}
.content {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;	
}
.mobile {
	display: inline-block !Important; 
}	
.no-mobile {
	display: none !Important;
}

}