@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Merienda|Oswald:600,700|Roboto');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body{
/*INIZIO AGGIUNTO LOGO DIETRO TUTTI*/
		background:url("../img/bg.jpg");
		background-attachment:fixed;
		background-size:cover;
		/*font-family:Arial, Helvetica, sans-serif;*/
		/*background-repeat:no-repeat;*/
/*FINE AGGIUNTO LOGO DIETRO TUTTI*/
        width:100%;
		margin:0;
		font-family: 'Open Sans', sans-serif;	
		padding:0;
		
}
/*INIZIO IMMAGINE LOGO AGGIUNTA DA ME*/
.logo{
	width: 100%;
	height: auto;
	/*padding: 10px;*/
	border-radius:2px;
	opacity:0.9;
	background:rgba(255,255,255,1.9);
}

.logo img{
	max-width: 100%;
	padding: 40px 10px;
	padding-bottom: 5px
	
	
}
@media all and (max-width: 420px){
	.logo img{
		margin:0px auto;
		width:90%;
}
     .logo{
		 width:100%}
}
	
/*FINE IMMAGINE LOGO AGGIUNTA DA ME*/

.clear-all:after,
.clear-all:before {
	content: '';
	display: table;
	clear: both;
}
/*inizio colore barra centrale modificato il top*/
.cm-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    opacity:0.8;
	background:rgba(12,12,9,0);
    width: 100%;
    padding: 2px 0px;
	z-index: 11;
}
/*fine colore barra centrale modificato il top*/
.cm-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cm-menu-inner > ul {
    display: block;
}

.cm-menu-inner > ul > li {
    float: left;
    padding: 0 10px;
}
/*inizio colore tutte lettere e il dietro delle lettere*/
.cm-menu-inner > ul  li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
	opacity:1.8;
	background:rgba(12,12,9,0.92);
	border-radius:5px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
/*fine colore tutte lettere e il dietro delle lettere*/
@media(min-width: 992px) {
/*inizio colore caselle scorrevoli menu centrale modificato larghezza a spostamento*/
	.cm-menu-inner ul ul {
	    position: absolute;
	    top: 102%;
	    left: 11;
	   /*background: #000;*/
	    min-width: 140px;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 300ms linear;
	}
/*fine colore bcaselle scorrevoli menu centrale modificato larghezza a spostamento*/
	.cm-menu-inner ul li.has-child {
	    position: relative;
	}

	.cm-menu-inner ul li.has-child:hover > ul {
	    opacity: 1;
	    visibility: visible;
	}

	.cm-menu-inner ul ul ul {
	    left: 100%;
	    top: 0;
	}

	.cm-menu-inner {
	    display: flex;
	    justify-content: center;
	}

	.cm-menu-inner {
	    display: flex !important;
	}

	.cm-menu-inner ul {
		display: block!important;
	}

	.cm-menu-btn, .child-menu-btn {
	    display: none;
	}

}

@media(max-width: 991px) {
/*inizio colore dietro box laterale*/
	.cm-menu-inner {
	    position: absolute;
	    background-color: #000;
	    width: 100%;
	    left: 0;
	    top: 100%;
	    display: none;
	}
/*fine colore dietro box laterale*/
	.cm-menu-inner > ul > li {
	    float: none;
	    padding: 0;
	}
/*inizio colore righe box laterale*/
	.cm-menu-inner ul li > a {
	    border-bottom: 1px solid #fff;
	}
/*fine colore righe box laterale*/
	.cm-menu-inner ul ul > li > a {
	    padding-left: 25px;
	}

	.cm-menu-inner ul ul ul > li > a {
	    padding-left: 35px;
	}
/*inizio colore icona hamburgher box laterale*/
	.cm-menu-btn {
	    position: absolute;
	    top: 4px;
	    left: 50%;
	    transform: translateX(-50%);
	    font-size: 30px;
	    color: #000;
	    cursor: pointer;
	}
/*fine colore icona hamburgher box laterale*/
	li.has-child {
	    position: relative;
	}

	.child-menu-btn {
	    color: #fff;
	    position: absolute;
	    right: 0;
	    line-height: 40px;
	    border-left: 1px solid #fff;
	    width: 40px;
	    text-align: center;
	    cursor: pointer;
	    top: 0;
	}

	.cm-menu-inner ul ul {
		display: none;
	}

}

/* Banner*/
/*.banner {
  position: relative;
  z-index: 10;
  height: 100vh;
  background-size: cover;
  background-position: center;
}*/
/*Inizio box trasparente sotto tutti*/
.box{
	/*position:relative;*/
	 width: 93%;
	 /*max-width: 1499px;*/
	 height: 660px;
	 margin: 20px auto;
	 display:block;
	 background:rgba(255,255,255,.8);
	 border-radius:4px;
	 box-shadow:0 5px 15px rgba(0,0,0,21.8);
}
/*@media all and (max-width: 1360px){
	.box{
		margin:0;
	width: 100%;		
}
}*/
/*Fine box trasparente sotto tutti*/
/*INIZIO AGGIUNTO 2 BARRE*/
.heading{
	width: 100%;
	/*background-color: #699;*/
	float: left;
	/*padding: 10px;*/
}

.barra h4{
	font-size:29px;
	margin:0% auto;
}

.barra{
	width: 100%;
	height: 30px;
	/*background-color: #F00;*/
	float: left;	
}
/*FINE AGGIUNTO 2 BARRE*/
/*INIZIO SISTEMA A 12 COLONNE*/
/* SISTEMA A 12 COLONNE - 12 COLONNE E = A 100%| 1COLONNA SARA = A 100/12 = 8.33%8*/ 
.colonna1{
	width: 100%;
	height: 600px;
	/*background-color: #369;*/
	/*border-right: 1px solid #000;*/
	float:left;
	margin-top: 10px;
	/*padding: 10px;*/
}
 * {
            box-sizing: border-box;
        }

        ul {
            list-style-type: none;
        }

        body {
            font-family: "Lato", sans-serif;
        }

        .wrapper {
            background-color:#;
            width: 89vw;
            height: 74vh;
            display: flex;
        }

        .calendar {
            margin: auto;
            width: 600px;
            background-color: #fff;
            box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.2);
       
        }

        .month {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 40px 30px;
            text-align: center;
            background-color: #2ecc71;
            color: #fff;
        }

        .weekdays {
            background-color: #27ae60;
            color: #fff;
            padding: 7px 0;
            display: flex;
        }

        .days {
            font-weight: 300;
            padding: 10px 0;
            display: flex;
            flex-wrap: wrap;
        }

        .weekdays div,
        .days div {
            text-align: center;
            width: 14.28%;
        }

        .days div {
            padding: 10px 0;
            margin-bottom: 10px;
            transition: all 0.4s;
        }

        .prev_date {
            color: #999;
        }

        .today {
            background-color: #27ae60;
            color: #fff;
        }

        .days div:hover {
            cursor: pointer;
            background-color: #dfe6e9
        }

        .prev,
        .next {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 23px;
            background-color: rgba(0, 0, 0, 0.1);
            transition: all 0.4s;
        }

        .prev:hover,
        .next:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.2);
        }

        #month {
            font-size: 30px;
            font-weight: 500;
        }
/*FINE SISTEMA A 12 COLONNE*/
/*INIZIO BARRA ALLA FINE DELLA PAGINA*/
footer{
	width: 100%;
	margin: 0;	
}

.copy{
	width: 100%;
	height: 90px;
	/*background-color: #9C9*/
	background:rgba(255,255,255,.8);
	float:left;
	text-align: center;
	padding-top: 15px;
	border-top: 3px solid #000;
	
}
/*FINE BARRA ALLA FINE DELLA PAGINA*/

