a {
  text-decoration: none;
  color: #EEEEEE;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 80%;
  background: #303030;
  margin: 0px;
  padding: 0px;
}


h1 {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
/*
  font-size: 1.2em;
  line-height: 1.8em;
*/
  color: #777777;
/*   width: 150px; */
  margin: 14px 0 6px 0px;
  padding: 0px;
  font-size: 1em;
  line-height: 1.9em;
  width: 140px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  margin: 18px 0px 0px 24px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
 /*  font-size: 1em; */
 font-size: 1.8em;
 text-transform: uppercase;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
 /*  font-size: 1em; */
 font-size: 1.3em;
 text-transform: uppercase;
 margin: 10px 0;
}

.riquadro {
  float: left;
  width: 50%;
  height: 33%;
  margin: 0px;
}

.uno, .due, .tre, .quattro, .cinque {
  float: left;
  width: 50%;
  height: 33%;
  margin: 0px;
  display: none;
}

/* video iniziale fullscreen */

video, object {
  width: 100%    !important;
  height: auto   !important;
}

/* iframe{ left:0; top:0; height:100%; width:100%; position:absolute; } */

#goon {
	position: fixed;
	top: 79%;
	right: 5%;
	z-index: 100;
}

#wrap {
	position: relative;
	color: #fff;
	margin: 50px 20px 420px 100px;
	padding: 25px 35px;
	width: 550px;

}

.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#main {
  float: left;
  margin: 0px;
}

#main img {
  height: 70px;
  margin: 20px 24px 0px;
  float: left;
}

#main img.iconcina {
	margin: -25px 0 0 0;
}


#menu_artisti_01 ul {
	list-style: none;
}

a, a:link {
  /* display: block; */
/*
  font-size: 1em;
  line-height: 2.1em;
*/
  color: #999999;
  font-size: 0.9em;
  line-height: 2em;
}

/*
#menu_principale, #menu_filtri  {
	float: left;
  margin: 16px 15px 10px 20px;
}
*/

#menu_principale, #menu_filtri {
  width: 60px;
}

/*
#menu_artisti_01 {
	float: left;
	padding-left: 20px;
	margin: 16px 15px 10px 0px;
	border-left: 1px solid #515151;
	text-transform: uppercase;
}
*/
#menu_principale, #menu_filtri, #menu_artisti_01 {
	float: left;
  border-left: 1px solid #515151;
  padding-left: 22px;
  height: 115px;
  margin: 16px 15px 10px 20px;
}


#menu_artisti_01 a, #menu_artisti_01 a:link, #menu_filtri a, #menu_filtri a:link, #menu_principale a, #menu_principale a:link {
	display: block;
}


#menu_principale a:hover, #menu_filtri a:hover  {
  color: #DDDDDD;
}

#menu_principale .active, #menu_filtri .active {
  color: #DDDDDD;
  font-weight: bold;
}

#bosco_video, #Isravele_video, #domenica_video, #cammarata_video, #bentivegna_video {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#bosco_video {
  background-image: url(../img/bosco.jpg);
}
#bosco_video:hover {
  background-image: url(../img/bosco_hover.jpg);
}
#bosco_link:hover, a.bosco-active, #bosco_link.bosco {
  color: #E03322;
}

#bosco_icon {
  background-image: url(../img/011.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

#bosco:hover > #bosco_icon {
  background-image: url(../img/012.png);
}
#bosco_descr {
  background: #E03322;
  color: #FFFFFF;
}
#bosco_descr p {
  font-weight: 300;
  font-size: 1em;
  margin: 8px 24px;
}


#Isravele_video {
  background-image: url(../img/israele.jpg);
}
#Isravele_video:hover {
  background-image: url(../img/israele_hover.jpg);
}
#Isravele_link:hover, #Isravele_link.Isravele, a.Isravele-active {
  color: #10C070;
}

#Isravele_icon {
  background-image: url(../img/021.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#Isravele:hover > #Isravele_icon {
  background-image: url(../img/022.png);
}
#Isravele_descr {
  background: #10C070;
  color: #FFFFFF;
}
#Isravele_descr p {
  font-weight: 300;
  font-size: 1em;
  margin: 8px 24px;
}

#domenica_video {
  background-image: url(../img/domenica.jpg);
}
#domenica_video:hover {
  background-image: url(../img/domenica_hover.jpg);
}
#domenica_link:hover, #domenica_link.domenica, a.domenica-active {
  color: #FFF;
}

#domenica_icon {
  background-image: url(../img/041.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#domenica:hover > #domenica_icon {
  background-image: url(../img/042.png);
}
#domenica_descr {
  background: #FFFFFF;
  color: #333333;
}
#domenica_descr p {
  font-weight: 300;
  font-size: 1em;
  margin: 8px 24px;
}

#cammarata_video {
  background-image: url(../img/cammarata.jpg);
}
#cammarata_video:hover {
  background-image: url(../img/cammarata_hover.jpg);
}
#cammarata_link:hover, #cammarata_link.cammarata, a.cammarata-active {
  color: #1070C0;
}

#cammarata_icon {
  background-image: url(../img/051.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#cammarata:hover > #cammarata_icon {
  background-image: url(../img/052.png);
}
#cammarata_descr {
  background: #1070C0;
  color: #FFFFFF;
}
#cammarata_descr p {
  font-weight: 300;
  font-size: 1em;
  margin: 8px 24px;
}

#bentivegna_video {
  background-image: url(../img/bentivegna.jpg);
}
#bentivegna_video:hover {
  background-image: url(../img/bentivegna_hover.jpg);
}
#bentivegna_link:hover, #bentivegna_link.bentivegna, a.bentivegna-active {
  color: #F0E022;
}

#bentivegna_icon {
  background-image: url(../img/031.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#bentivegna:hover > #bentivegna_icon {
  background-image: url(../img/032.png);
}
#bentivegna_descr {
  background: #F0E022;
  color: #333333;
}
#bentivegna_descr p {
  font-weight: 300;
  font-size: 1em;
  margin: 8px 24px;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
.slideshow-block{
position: relative;
	overflow: hidden;
}

.hidden{
    display: none;
}

img#image01, img#image02, img#image03, img#image04, img#image05 {
	position: absolute;
	left: 45%;
	top: 35%;
	z-index: 2000;
}


.slides img {
	max-width: 100%;
}
.slides{
	z-index:0;
		position: relative;
	width: 100%;
	height: 100%;
	visibility:hidden;
}
.slides.active{
	visibility:visible;
}

/* apertura overlay fullscreen */

.artisti li > a span{
    opacity: 0;
}
.artisti li > a:hover span{
    opacity: 1;
}
.overlay{
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    background-color: rgba(0,0,0,0.85);
    z-index: 3000;
}
/*
.overlay > div{
    position: relative;
    width: 50%;
    color: white;
    float: left;
}
*/
.overlay > .menu {
    position: relative;
    width: 200px;
    color: white;
    float: right;
    text-align: right;
    margin: 60px 60px 0 0;
}

.menu ul {
	list-style: none;
}

a.close, a.play {
	color: #ddd;
    z-index: 1000;
    overflow: hidden;
/*  opacity: 0;       */
    position: fixed;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 2px solid #DDDDDD;
  display: none !important;
  font-size: 1.1em;
  letter-spacing: 0.08em;
}

a.close {
	text-align: right;
  bottom: 60px;
  right: 60px;
}

a.play {
	text-align: left;
	bottom: 60px;
	left: 60px;
}

.button {
  text-transform: uppercase;
  padding: 10px 20px;
  border: 2px solid #DDDDDD;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  }
  
.button a {
	color: #ddd;
}

.button:hover {
	background-color: #DDDDDD;
  font-weight: 400;
}

.button:hover a {
	  color: #333333;
}

.overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    /* padding: 10%; */
}
.overlay:target img,
.overlay:target a.close, .overlay:target a.play{
  display: inline-block !important;
}

.overlay:target a.close:hover, .overlay:target a.play:hover {
  background-color: #DDDDDD;
  font-weight: 400;
  color: #333333;
}

.overlay h3 {
	display: inline;
}


::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #222;
}

::-webkit-scrollbar-track {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #444;
}


@media only screen and (min-width: 1080px) {

#bosco_pagina, #Isravele_pagina, #domenica_pagina, #cammarata_pagina, #bentivegna_pagina, #about_pagina {
  position: fixed;
  z-index: 1;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(25, 25, 25, 0.50);
}

.overlay > .container_sx {
  float: left;
  position: relative;
  width: 750px;
  margin: 60px 0px 0px 60px;
  color: #DDDDDD;
}

.container {
	width: 26%;
	float: left;
	color: #DDDDDD;
	margin: 20px 0 0 60px;
  padding-right: 20px;
  overflow-y: scroll;
  height: 66vh;
}

.container li {
  font-size: 0.9em;
  line-height: 1.4em;
}

.container_sx p {
  /*
font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
*/
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1.3em 0 1em 0;
}

.container p {
	font-size: 0.9em;
  line-height: 1.5em;
	margin: 1.1em 0 .8em 0;	
}

.container_sx a {
  font-size: 15px;
  letter-spacing: 0.08em;
/*
  padding: 10px 20px;
  border: 2px solid #DDDDDD;
*/
  text-transform: uppercase;
  color: #ddd;
  text-decoration: underline;
}

.container_sx a:hover {
  text-decoration: none;
}

.overlay .container_dx {
  float: right;
  text-align: right;
  width: 200px;
  margin: 60px 48px 0px 0px;
  color: #DDDDDD;
}

#menu_artisti_02 {
  width: 200px;
  margin-top: 60px;
  margin-right: 48px;
}

#menu_artisti_02 a {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight:;
  line-height: 2.3em;
  color: #BBBBBB;
  margin:
}
}




@media only screen and (min-width: 874px){

#bosco_pagina, #Isravele_pagina, #domenica_pagina, #cammarata_pagina, #bentivegna_pagina, #about_pagina {
  position: fixed;
  z-index: 1;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(25, 25, 25, 0.85);
}

.container_sx {
  float: left;
  width: 550px;
  margin: 60px 0px 0px 60px;
  color: #DDDDDD;
}

.container_sx p {
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.5em;
}

.container_sx a {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: underline;
/*
  padding: 10px 20px;
  border: 2px solid #DDDDDD;
*/
}

.container_sx a:hover {
  text-decoration: none;
}

.container_sx a.close {
  text-decoration: none;
}

.overlay .container_dx {
  float: right;
  text-align: right;
  width: 300px;
  margin: 48px 40px 0px 0px;
  color: #DDDDDD;
}

#menu_artisti_02 {
  width: 150px;
  margin-top: 36px;
  margin-right: 48px;
}

#menu_artisti_02 a {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight:;
  line-height: 2.3em;
  color: #BBBBBB;
}

/* map.html */

#map {
  background-image: url(../img/sicily_black.png);
  background-repeat: no-repeat;
  background-position: center 75px;
  width: 100%;
  height: 100%;
}

#map p {
  font-size: 14px;
  font-weight: 300;
  padding-top: 10px;
}

#icon_wrap {
 width: 800px;
 height: 100%;
 margin: 0px auto;
}

#bosco_map, #Isravele_map, #domenica_map, #cammarata_map, #bentivegna_map {
  position: relative;
  background-repeat: no-repeat;
  font-size: 14px;
  width: 70px;
  height: 70px;
  color: #BBBBBB;
  padding: 60px 1px 0px;
  margin: 0px;
}

#bosco_map {
  background-image: url(../img/011.png);
  top: 190px;
  left: 70px;
}

.forzato p {
  position: relative;
  top: -70px;
}

.forzatos a {
  position: relative;
  display: block;
  padding-top: 60px;
  top: -60px;
}

#bosco_map:hover {
  background-image: url(../img/012.png);
}

#Isravele_map {
  background-image: url(../img/021.png);
  top: 50px;
  left: 210px;
}
#Isravele_map:hover {
  background-image: url(../img/022.png);
}

#domenica_map {
  background-image: url(../img/041.png);
  top: 150px;
  left: 500px;
}
#domenica_map:hover {
  background-image: url(../img/042.png);
}

#cammarata_map {
  background-image: url(../img/051.png);
  top: -250px;
  left: 730px;
}
#cammarata_map:hover {
  background-image: url(../img/052.png);
}

#bentivegna_map {
  background-image: url(../img/031.png);
  top: -170px;
  left: 175px;
}
#bentivegna_map:hover {
  background-image: url(../img/032.png);
}
}





@media only screen and (min-width: 564px) and (max-width: 874px) {

.riquadro {
  width: 100%;
  height: 240px;
  margin: 0px;
}

#bosco_pagina, #Isravele_pagina, #domenica_pagina, #cammarata_pagina, #bentivegna_pagina, #about_pagina {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 1440px;
  background: rgba(25, 25, 25, 0.85);
}

.container {
  color: #DDDDDD !important;
  margin: 60px 0 0 60px;
  overflow-y: scroll;
}

.container_sx {
  float: left;
  width: 325px;
  margin: 30px 0px 0px 30px;
  color: #DDDDDD;
}

.container_sx p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.container_sx a {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: underline;
/*
  padding: 10px 20px;
  border: 2px solid #DDDDDD;
*/
}

.container_sx a:hover {
  text-decoration: none;
}

.overlay .container_dx {
  float: left;
  text-align: right;
  width: 120px;
  margin: 60px 48px 0px 0px;
  color: #DDDDDD;
}

#menu_artisti_02 {
  width: 150px;
  margin-top: 32px;
  margin-left: 32px;
}

#menu_artisti_02 a {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight:;
  line-height: 2.3em;
  color: #BBBBBB;
  margin: 0;
}

/* map.html */

#map {
  background-image: url(../img/sicily_black.png);
  background-repeat: no-repeat;
  background-size: 550px;
  background-position: 10px 200px;
  width: 100%;
  height: 100%;
}

#map p {
  font-size: 13px;
  font-weight: 300;
}

#icon_wrap {
 width: 550px;
 height: 100%;
 margin: 0px;
}

#bosco_map, #Isravele_map, #domenica_map, #cammarata_map, #bentivegna_map {
  position: relative;
  background-repeat: no-repeat;
  font-size: 14px;
  width: 70px;
  height: 90px;
  color: #BBBBBB;
  padding: 40px 1px 0px;
  margin: 0px;
}

#bosco_map {
  background-image: url(../img/011.png);
  background-size: 75%;
  top: 265px;
  left: 65px;
}
#bosco_map:hover {
  background-image: url(../img/012.png);
}

#Isravele_map {
  background-image: url(../img/021.png);
  background-size: 75%;
  top: 130px;
  left: 155px;
}
#Isravele_map:hover {
  background-image: url(../img/022.png);
}

#domenica_map {
  background-image: url(../img/041.png);
  background-size: 75%;
  top: 170px;
  left: 355px;
}
#domenica_map:hover {
  background-image: url(../img/042.png);
}

#cammarata_map {
  background-image: url(../img/051.png);
  background-size: 75%;
  top: -140px;
  left: 505px;
}
#cammarata_map:hover {
  background-image: url(../img/052.png);
}

#bentivegna_map {
  background-image: url(../img/031.png);
  background-size: 75%;
  top: -130px;
  left: 130px;
}
#bentivegna_map:hover {
  background-image: url(../img/032.png);
}
}






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

.riquadro {
  width: 100%;
  height: 240px;
  margin: 0px;
}

.container {
  color: #DDDDDD;
  margin: 60px 0 0 60px;
  height: 60vh;
  overflow-y: scroll;
}

.container_sx {
  float: left;
  width: 275px;
  margin: 30px 0px 0px 30px;
  color: #DDDDDD;
}

/* map.html */

#map {
  background-image: url(../img/sicily_black.png);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 20px 260px;
  width: 100%;
  height: 100%;
}

#map p {
  font-size: 13px;
  font-weight: 300;
}

#icon_wrap {
 width: 380px;
 height: 100%;
 margin: 0px;
}

#bosco_map, #Isravele_map, #domenica_map, #cammarata_map, #bentivegna_map {
  position: relative;
  background-repeat: no-repeat;
  font-size: 14px;
  width: 70px;
  height: 100px;
  color: #BBBBBB;
  padding: 32px 1px 0px;
  margin: 0px;
}

#bosco_map {
  background-image: url(../img/011.png);
  background-size: 60%;
  top: 290px;
  left: 45px;
}
#bosco_map:hover {
  background-image: url(../img/012.png);
}

#Isravele_map {
  background-image: url(../img/021.png);
  background-size: 60%;
  top: 155px;
  left: 110px;
}
#Isravele_map:hover {
  background-image: url(../img/022.png);
}

#domenica_map {
  background-image: url(../img/041.png);
  background-size: 60%;
  top: 140px;
  left: 240px;
}
#domenica_map:hover {
  background-image: url(../img/042.png);
}

#cammarata_map {
  background-image: url(../img/051.png);
  background-size: 60%;
  top: -110px;
  left: 325px;
}
#cammarata_map:hover {
  background-image: url(../img/052.png);
}

#bentivegna_map {
  background-image: url(../img/031.png);
  background-size: 60%;
  top: -160px;
  left: 90px;
}
#bentivegna_map:hover {
  background-image: url(../img/032.png);
}
}

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

}



/* About loghi */

#credits {
  position: absolute;
  top: 75vh;
  height: 25vh;
  width: 100%;
  background-color: #ffffff;
}

#credits h2 {
  font-weight: 400;
  margin: 1vh 0 0 0;
  padding: 20px;
}

#credits .close {
  color: #222222;
  border-color: #222222;
}

#credits .close:hover {
  color: #dddddd;
  background-color: #222222;
}


/* Sezione travel */

.col {
  display: block;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18%;
  padding: 25vh 0 0 2%;
}

.col p {
  color: #ffffff;
  font-size: 0.9em !important;
  font-weight: 300;
  line-height: 1.5em;
  margin: 1.3em 0 1em 0;
  padding-right: 20px;
  overflow-y: scroll;
  height: 45vh;
}


.col h3 {
  font-size: 1.2em;
  color: #ffffff;
  background-color: #111111;
}

#travel-1 {
  background-image: url(../img/img_travel/castellammare_3.jpg)
}

#travel-2 {
  background-image: url(../img/img_travel/montegallo_1.jpg)
}

#travel-3 {
  background-image: url(../img/img_travel/caltagirone_3.jpg)
}

#travel-4 {
  background-image: url(../img/img_travel/messina_3.jpg)
}

#travel-5 {
  background-image: url(../img/img_travel/sciacca_4.jpg)
}



.cookie {
  max-width: 900px;
  clear: both;
  margin: 20px;
  padding-top: 20px;
  color: white;
}

.cookie p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

.cookie h3 {
  margin-top: 20px;
}

.cookie h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}