@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
*{margin:0;padding:0;box-sizing:border-box;}

img{ max-width:100%; height:auto;}

body{background-color:#FFFFF0; }

.main{margin:auto;width:100%;max-width:1280px;background-color:#FFAE36;font-family: 'PT Sans', sans-serif; line-height:170%; }

.header{background-color:#B33425;margin-bottom:5px; font-size:150%; text-align:center; }

.header h1{ text-align:center; padding:5%; line-height:150%; color:#fff;}

.header a{ color:#fff; text-decoration:none; }

.header img{ display:none;}

.menufisso{ display:none;}

.content{background-color:#FFFFFF; text-align: center; padding:7%;}

.content h2{ text-align:center; margin-bottom:5%; margin-top:5%; color:#B33425;}

.content p{ text-align:justify;}

.content img{ border-radius:10px;}

.content ul{ list-style:none; padding-top:6%;}

.content a{ text-decoration:none; color:#B33425;}

.content a:hover{ color:#FFAE36; }

.slide{ display:none;}

.footer{background-color:#B33425; text-align:enter; color:rgba(255,255,255,1);}

.footer1{ text-align:center; }

.footer1 a{ text-decoration:none; color:#FFAE36;}

.footer1 a:hover{ color:#B3B3B3; }

.footer1 img{vertical-align:middle}

.footer2{ text-align: center; padding-left:5%; padding-right:5%; font-size:70%;}

.footer2 a{ text-decoration:none; color:#FFAE36;}

.footer2 a:hover{ color:#B3B3B3; }

.chiama{ }

.chiama2{ display:none;}

iframe{ width:100%; height:30%; border:0; border-radius:10px; }

.indicazioni h2{ text-align:center; font-size:170%; margin-bottom:10%;}

.indicazioni h5{ text-align:center; font-size:150%; margin-bottom:5%; margin-top:7%;}

.indicazioni{ text-align:justify; font-family: 'PT Sans', sans-serif;}

.mappa{ text-align:center; margin-top:10%;}



@media(min-width:800px){
	
	.header{ display:flex; justify-content:center; color:#F60;}
	
	.header h1{ font-size:300%; padding-top:50px; padding-right:25px; color:#fff; }
	
	.header a{ color:rgba(255,255,255,1); text-decoration:none;}
	
	.header img{ display:inline;}
	
	
	
	.foto{ text-align:center;}
	
	.content{ text-align:justify; padding:15%; padding-top:25px;}
	
	.content img{ margin-bottom:3%; text-align:center;}
	
    .content h2{ font-size:200%; text-align:center;}
	 
    .content p{ }
	 
	.slide{ display:inline; text-align:center; }
	
	.slide li{ }
	
	.footer{ text-align:center; margin-top:5px;}
	
	.footer2{ font-size:90%;}
	
	iframe{ width:700px; height:500px;}
	
	.chiama{ display:none;}
	
	.chiama2{ display:inline}
	
	/*@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot');
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.woff') format('woff'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.ttf') format('truetype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont#WebSymbolsRegular') format('svg');
}*/

/*@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(http://subtlepatterns.com/patterns/dark_wall.png);
    background-repeat: repeat;
    height: 500px;
    padding: 1px;
}



#slideshow-wrap {
    display: block;
    height: 420px;
    min-width: 260px;
    max-width: 640px;
    margin: auto;
    border: 12px rgba(255,255,240,1) solid;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    margin-top: 20px;
    position: relative;
}

#slideshow-inner {
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    overflow: hidden;
    position: relative;
}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 320px;
    float: left;
    position: relative;
}

#slideshow-inner>ul>li>img {
    margin: auto;
    height: 100%;
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -45px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color: rgba(200,200,200,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active { bottom: -46px }

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] { background-color: rgba(100,100,100,1) }

#slideshow-wrap label[for=button-1] { margin-left: -36px }

#slideshow-wrap label[for=button-2] { margin-left: -18px }

#slideshow-wrap label[for=button-4] { margin-left: 18px }

#slideshow-wrap label[for=button-5] { margin-left: 36px }

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul { left: -400% }

label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

label.arrows:hover { opacity: 1 }

label.arrows:active { margin-top: -23px }

input[type=radio]#button-1:checked~.arrows#arrow-2, input[type=radio]#button-2:checked~.arrows#arrow-3, input[type=radio]#button-3:checked~.arrows#arrow-4, input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1, input[type=radio]#button-3:checked~.arrows#arrow-2, input[type=radio]#button-4:checked~.arrows#arrow-3, input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

.description {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    font-family: 'Yanone Kaffeesatz';
    z-index: 1000;
}

.description input { visibility: hidden }

.description label {
    font-family: 'WebSymbolsRegular';
    background-color: rgba(255,255,240,1);
    position: relative;
    left: -17px;
    top: 00px;
    width: 40px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
    color: rgb(20,20,20);
}

#slideshow-inner>ul>li:hover .description label { opacity: 1 }

.description input[type=checkbox]:checked~label { opacity: 1 }

.description .description-text {
    background-color: rgba(255,255,230,.5);
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    top: -35px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    color: rgb(20,20,20);}


	}
	
@media(min-width:1050px){                                       

	.menu8{  width:150px; }
.menumobile{ display:none;}
	
	.menufisso{ display:inline; position:fixed; margin-top:5%; }
	
	.menu8{ width:123px; float:left;}

	.menu8 a{ display:block; padding:10px;transition:1s; border-bottom:1px solid rgba(255,174,54,0.5); text-decoration:none; font-size:150%; color:#B33425; background-color: rgba(179,52,37,0.1);}

	.menu8 a:hover{ background-color:#B33425; color:#FFAE36; text-indent:20px;}



}