/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(116,8): run-time error CSS1035: Expected colon, found ';'
 */
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

/* GENERALI */
body {
    margin: 0;
    font: 11px/30px 'Montserrat', sans-serif;
    color: #222;
    text-align: center;
    text-shadow: none !important;
}

#SliderHome {
width: 100%;
padding:0;
margin0;
}


.sticky-top {
    background-color: #52afdc !important;
    padding: 0 !important;
}

.nav{width:100% !important;}

.cc-window {
    text-shadow: none !important;
}

.cc-btn:hover {
    background: white !important;
}

a {
    color: #52afdc;
    text-decoration: none;
}

    a:hover {
        color: #1c4559;
        text-decoration: none;
    }

li {
    padding: 0 !important;
}

hr {
    border: 1px solid #ddd;
    margin: 20px 0;
}

h1 {
    font-size: 35px;
}

button {
    outline: none !important;
}

.pulsante {
    background: #ffa600;
    color: white;
    padding: 12px 25px 10px 25px;
    border-radius: 50px;
}

.btn {
    color: #52afdc;
}
/*iframe { pointer-events: none; }*/

/* BARRA LATERALE */
.sidebar {
    background: #52afdc;
    padding-top: 0 !important;
}

.sidebar-sticky {
    padding-top: 0 !important;
}

    .sidebar-sticky ul {
        margin-bottom: 30px;
    }

.nav-item {
    border-bottom: 1px solid white;
    padding-top: 11px !important;
    padding-bottom: 10px !important;
    font-size: 12px;
}

    .nav-item i {
        font-size: 18px;
        color: #1c4559;
        padding-bottom: 4px;
    }

    .nav-item a:hover {
        color: #1c4559 !important;
        font-weight: 600 !important;
    }

    .nav-item.active {
        background: #1c4559 !important;
        color: white !important;
        line-height: 19px !important;
    }

        .nav-item.active i {
            color: white !important;
        }

.nav-link {
    color: white !important;
    line-height: 19px;
    padding: 0;
}

/* BARRA INFERIORE */
.fixed-bottom {
    display: none;
}

/* BARRA PRENOTAZIONE */
.barraPrenotazione {
    background: #ffa600;
    padding: 15px 0 20px 0;
    color: white;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 40px;
}

.barraVert {
    border-right: 1px solid white;
}

#sceltaSettore {
    width: 70%;
}

.form-control {
    width: 70%;
}

/* SLIDER */
.sfumatura {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: block;
    height: 170px;
    background: linear-gradient(#97c4d3, transparent);
    opacity: 0.8;
}

.carousel-indicators li {
    background: white;
    border-radius: 20px;
    width: 20px;
    height: 0px;
    margin: 0 8px 5px 8px;
}

/* LOGO CON SCRITTA */
#logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 26px 25px 25px 20px;
    color: white;
    text-align: left;
	width: 550px;
}

    #logo img {
        float: left;
        padding-right: 15px;
		width: 115px;
		height: 65px;
    }

    #logo h1 {
        float: left;
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }

    #logo h2 {
        font-size: 19px;
        line-height: 17px;
        font-weight: 400;
    }

/* MENU ALTO */
#menutop {
    color: white;
    font-size: 12px;
    line-height: 24px;
}

    #menutop i {
        font-size: 35px;
    }

    #menutop a {
        color: white;
    }

        #menutop a:hover {
            opacity: 0.7;
        }

    #menutop .meteo {
        position: absolute;
        width: 221px;
        top: 4px;
        right: 460px;
    }

    #menutop .shop {
        position: absolute;
        top: 26px;
        right: 370px;
        background: none;
        border: 0;
        color: white;
        outline: none;
        padding: 0;
    }

    #menutop .user {
        position: absolute;
        top: 26px;
        right: 295px;
        background: none;
        border: 0;
        color: white;
        outline: none;
        padding: 0;
    }

.sottomenuUser {
    padding-left: 0px;
    font-size: 12px;
}

    .sottomenuUser i {
        font-size: 16px !important;
    }

#menutop .webcam {
    position: absolute;
    top: 26px;
    right: 215px;
}

#menutop .instagram {
    position: absolute;
    top: 26px;
    right: 120px;
}

#menutop .language {
    position: absolute;
    top: 26px;
    right: 25px;
    background: none;
    border: 0;
    color: white;
    outline: none;
    padding: 0;
}

.dropdown-menu {
    padding-left: 40px;
    font-size: 14px;
}

.dropdown-item {
    color: #1c4559 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: bold !important;
}

/* PRENOTA HOME */
#prenotaHome {
    position: absolute;
    width: 540px;
    top: 180px;
    left: 50%;
	margin-left: -270px;
    background: white;
    padding: 0 0 15px 0;
    border-radius: 25px;
    opacity: 0.96;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}

    #prenotaHome h1 {
        font-weight: 100;
        color: white;
        background: #1c4559;
        margin-bottom: 22px;
        padding: 10px 0 5px 0;
        border-radius: 25px 25px 0 0;
        font-size: 25px;
    }

 	#prenotaHome hr {
        margin-top: 10px;
		margin-bottom: 10px;
    }

    #prenotaHome a {
        background: #52afdc;
        padding: 9px 30px 8px 30px;
        line-height: 65px;
        border-radius: 50px;
        color: white;
        font-weight: bold;
        font-size: 18px;
    }

    #prenotaHome c {
        color: #dc6f00;
		font-style: italic;
    }

    #prenotaHome i {
        font-size: 17px;
    }

/* SCHEDA ANAGRAFICA ACCESSO HOME */
#accessoHome {
    padding: 70px 0;
    text-align: center;
    font-size: 20px;
	background: #1c4559;
	border-top: 12px solid #0d212b;
}

/* INSTAGRAM FEED */
.instagramfeed iframe {
    border: none;
	overflow: hidden;
	width: 100%;
	height: 320px;
}

.instagramfeed h1 {
    background: #999;
    padding: 10px 0;
    color: white;
    text-align: center;
}

/* SERVIZI HOME */
#serviziHome {
    padding: 90px 30px 60px 50px;
    text-align: center;
    font-size: 20px;
}

    #serviziHome h1 {
        font-weight: 100;
        margin-bottom: 60px;
    }

.servizi {
    float: left;
    width: 200px;
    height: 120px;
    line-height: 38px;
}

    .servizi i {
        font-size: 35px;
    }

/* PARTNER */
#partner {
    padding: 90px 60px 100px 60px;
    text-align: center;
    font-size: 14px;
    border-top: 12px solid #1c4559;
    z-index: 10 !important;
}

    #partner h1 {
        margin: -129px 25% 40px 25% !important;
        font-weight: 100;
        margin-bottom: 60px;
        padding: 12px 0 10px 0;
        border-radius: 25px;
        color: white;
        background: #1c4559;
    }

	#partner .h1prenota {
        margin-top: -39px !important; margin-bottom: 15px !important;
    }


    #partner h4 {
        color: #1c4559;
        margin-bottom: 30px;
    }

    #partner .imgLeft {
        margin: 0 50px 20px 0;
    }

    #partner .imgRight {
        margin: 0 0 20px 50px;
    }

    #partner .partnerDettaglio {
        float: left;
        padding: 0 10px 0 0;
        border: 1px solid #ccc;
        text-align: left;
        margin: 37px 18px 10px 18px;
        width: 305px;
        font-size: 12px;
        line-height: 18px;
    }

        #partner .partnerDettaglio h2 {
            font-size: 20px;
            padding: 15px 0 3px 0;
            color: #ff8a00;
        }

        #partner .partnerDettaglio i {
            font-size: 8px;
        }

        #partner .partnerDettaglio img {
            height: 200px;
            float: left;
            padding-right: 17px;
        }

        #partner .partnerDettaglio .partnerDesc {
            margin-bottom: 5px;
        }

        #partner .partnerDettaglio .partnerLink {
            background: #1c4559;
            border-radius: 5px;
            padding: 2px 10px;
            color: white;
            line-height: 25px;
            cursor: pointer;
        }

        #partner .partnerDettaglio .azzurro {
            background: #52afdc;
        }

        #partner .partnerDettaglio .grigio {
            background: #bbb;
        }

/* FOOTER */
.footer {
    background: #1c4559;
    padding: 30px 50px 0 60px;
    text-align: left;
    font-size: 15px;
    color: white;
    line-height: 34px;
    border-top: 10px solid #ffa600;
}

    .footer h3 {
        line-height: 20px;
        color: #ffa600;
        font-weight: 300;
        font-size: 23px;
		margin-top: 40px;
    }

    .footer .flex-column {
        width: 33.3% !important;
    }

    .footer a {
        color: white;
    }

/* CONTATTI */
.contatti .flex-column {
    width: 33.3% !important;
}

/* SPONSOR */
.sponsor-footer {
    background: #1c4559;
    padding: 55px 50px 0 60px;
	height: 200px !important;
	overflow: hidden !important;
    text-align: left;
}
	.bannerRandomDettaglio {
		margin-bottom: 100px;
	}

    .sponsor-footer img {
        width: 90%;
		border: 1px solid white;
    }

/* COLLAPSE */
.accordion {
    font-size: 14px;
}

.card-body {
    text-align: left;
}

/* EVENTI */
.card-text {
    font-size: 14px;
    line-height: 25px;
}

/* PREZZI */
.listino {
    width: 100%;
    background: #63bbd4;
    color: white;
    text-align: center;
}
.listino table, .listino th, .listino td {
    border: 5px solid white;
}
.listino td {
    background: #e5e5e5;
    color: #222;
}

/* PRENOTA */
.piantina {
    float: left;
    width: 100%;
    background: #f3de98 url("../images/riva.png");
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
}

.BoxOmbrelloni {
    float: left;
    width: 100%;
}

    .BoxOmbrelloni e {
        float: left;
        background: url("../images/molo.png");
        width: 1.4%;
        height: 51px;
        margin: 13px 0 0 9%;
    }

.Box {
    float: left;
    width: 92%;
}

.fila {
    float: left;
    width: 100%;
    /*margin-left: -1.66%;*/
    line-height: 1;
}

.filaConsorziati {
    float: left;
    width: 100%;
    /*margin-left: -1.66%;*/
	line-height: 1;

}


.pari {
    margin-left: 1.66%;
}

.boxO {
    float: left;
    width: 6.66%;
}

.boxO1 {
    position: absolute;
    float: left;
}


.o {
    position: relative;
    background: url("../images/o.png");
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
    margin: -1px auto;
}

.occ {
    background: url("../images/o_occ.png");
	cursor: not-allowed !important;
}

.o c {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

    .o c::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.o:hover c {
    visibility: visible;
}

.sel {
    background: url("../images/o_sel.png");
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
    margin: -1px auto;
}

    .sel c {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .sel c::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .sel:hover c {
        visibility: visible;
    }

.my {
    background: url("../images/o_my.png");
}

.ui-popup {
    font-size: 120%;
}

.assi {
    float: left;
    background: url("../images/assi.png");
    width: 1.4%;
    margin: 0 1.3%;
    height: 430px;
}

.assiHome {
    height: 240px;
}

.torretta {
    float: left;
    width: 100%;
    height: 22px;
    margin: 0 0 10px 0;
    text-align: left;
}

    .torretta img {
        position: relative;
    }

    .torretta c {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .torretta c::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .torretta:hover c {
        visibility: visible;
    }

.passeggiata {
    float: left;
    background: url("../images/passeggiata.png");
    width: 100%;
    padding-top: 4px;
    height: 34px;
    text-transform: uppercase;
    font-size: 15px;
}

    .passeggiata i {
        margin: 0 10%;
    }

.gazebo {
    float: left;
    background: url("../images/gazebo.png");
    border: 1px solid white;
    width: 90px;
    padding: 10px 0;
    margin: 0 0 0 60px;
    color: #222;
    text-shadow: none;
    font-size: 13px;
    text-transform: uppercase;
    display: none;
}

.serviziSpiaggia {
    float: left;
    background: #63bbd4;
    padding: 15px 0 13px 0;
    width: 17%;
    margin: 7px 4%;
    color: white;
    font-size: 14px;
}

    .serviziSpiaggia i {
        margin: 0px 2px;
    }

.servHome {
    width: 3.7%;
    margin-left: 0.4%;
    margin-right: 0;
    font-size: 18px;
    overflow: hidden;
    border-radius: 15px;
}

.servGazebo {
    background-color: indianred;
}

.servChiosco {
    background-color: goldenrod;
}

.servGiochi {
    background-color: mediumpurple;
}

.struttura {
    float: left;
    background: white;
    width: 200px;
    padding: 20px 0;
    border: 1px solid black;
    margin: 0 20px 0 0;
    border-bottom: 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.areaHome {
    float: left;
    padding: 70px 0;
    background: #faf0d0;
    border-radius: 15px;
    color: #957c5c !important;
}

    .areaHome:hover {
        background: white;
    }

    .areaHome a {
        color: #222 !important;
    }

    .areaHome b {
        font-size: 120%;
        color: #50b644;
        line-height: 30px;
    }

    .areaHome c {
        font-size: 140%;
    }

    .areaHome d {
        font-size: 300%;
        font-weight: bold;
    }

.strutturaHome {
    float: left;
    background: white;
    height: 210px;
    width: 2.9%;
    margin: 60px 0.1% 0 0;
    font-size: 13px;
    text-transform: uppercase;
}

.paddingTop {
    padding-top: 30px;
    height: 150px;
}

    .paddingTop i {
        transform: rotate(0deg) !important;
        margin-top: 8px !important;
    }

.scritta {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    margin: 0 auto;
    transform: rotate(180deg);
    height: 100%;
}

.strutturaHome i {
    font-size: 20px;
    margin-top: 5px;
    transform: rotate(180deg);
}

.fa-arrow-up {
    color: lightgreen;
}

.fa-concierge-bell {
    color: goldenrod;
}

.fa-building {
    color: steelblue;
}

.fa-praying-hands {
    color: darksalmon;
}

.fa-hand-paper {
    color: darksalmon;
}

.strada {
    background: #666;
    color: white;
    text-shadow: none;
    height: 275px;
    width: 4%;
    margin-top: 0;
    padding-top: 15px;
    text-align: right;
}


/* MOBILE */
/*@media (max-width: 768px) {*/

    /* ELEMENTI NASCOSTI */
    /*#menutop .instagram, #menutop .webcam, .carousel-indicators, #menutop .meteo {
        display: none;
    }	

	#SliderHome {
	height: 150% !important;
	}*/

    /* BARRA INFERIORE */
    /*.fixed-bottom {
        display: inline;
        background: #52afdc;
        padding: 0;
    }

    .navbar-brand {
        color: white;
        background: none !important;
        margin-right: 0;
        padding: 10px 0 10px 0 !important;
        width: 24%;
        line-height: 22px;
        font-size: 15px !important;
    }
	
	.navbar-toggler {
        color: white !important;
        background: #52afdc;
        margin-right: 0;
        padding: 10px 0 10px 0 !important;
        width: 24%;
        line-height: 22px;
        font-size: 15px !important;
		text-decoration: none !important;
  		display: inline-block !important;
		border: none !important;
    }

    .nav-link {
        line-height: 15px !important;
    }

    .iconeMenuMobile {
        background: white;
    }

        .iconeMenuMobile a {
            color: #1c4559;
        }

        .iconeMenuMobile .instagram {
            float: left;
            width: 32%;
        }

        .iconeMenuMobile .webcam {
            float: left;
            width: 34%;
        }

        .iconeMenuMobile i {
            font-size: 40px;
            padding-top: 40px;
        }

    .sfumatura {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        display: block;
        height: 100px;
        background: linear-gradient(#97c4d3, transparent);
        opacity: 0.8;
    }*/

    /* LOGO CON SCRITTA */
    /*#logo {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 0px 0px 17px;
		width: 300px;
    }

        #logo img {
            display: none;
        }

        #logo h1 {
            font-size: 25px;
            line-height: 15px;
			float: left;
        }

        #logo h2 {
            font-size: 14px;
            line-height: 25px;
			float: left;
        }*/

    /* MENU ALTO */
    /*#menutop i {
        font-size: 18px;
    }

    #menutop .language {
        top: 0px;
        right: 0;
        width: 100px;
        background: #1c4559;
        padding: 8px 0 4px 0;
        font-size: 11px;
        line-height: 18px;
    }

    #menutop .shop {
        top: 50px;
        right: 0;
        width: 100px;
        background: #1c4559;
        padding: 10px 0 5px 0;
        font-size: 11px;
        line-height: 18px;
    }

    #menutop .user {
        top: 103px;
        right: 0;
        width: 100px;
        background: #1c4559;
        border-radius: 0 0 0 10px;
        padding: 8px 0 6px 0;
        font-size: 11px;
        line-height: 18px;
    }*/

    /* PRENOTA HOME */
    /*#prenotaHome {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
		margin-left: 0;
        background: white;
        padding: 0 0 20px 0;
        border-radius: 0;
        opacity: 0.96;
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
    }

        #prenotaHome h1 {
            font-weight: 400;
            color: white;
            background: #ffa600;
            margin-bottom: 22px;
            padding: 12px 0 10px 0;
            border-radius: 0;
            font-size: 27px;
        }

		#partner .h1prenota {
        	margin-top: -31px !important; margin-bottom: 15px !important;
    	}	

        #prenotaHome a {
            background: #52afdc;
            padding: 9px 30px;
            line-height: 75px;
            border-radius: 50px;
            color: white;
            font-weight: bold;
            font-size: 18px;
        }

        #prenotaHome c {
            color: #f17d06;
            font-style: italic;
        }

        #prenotaHome i {
            font-size: 17px;
        }*/


    /* PARTNER */
    /*#partner {
        padding: 90px 20px 100px 20px;
        text-align: center;
        font-size: 16px;
        border-top: 12px solid #1c4559;
    }

        #partner h1 {
            margin: -120px 20px 40px 20px !important;
            margin-bottom: 60px;
            padding: 12px 0 10px 0;
            border-radius: 25px;
            color: white;
            background: #1c4559;
            font-size: 22px;
        }

        #partner h4 {
            color: #ffa600;
            margin-bottom: 30px;
        }

        #partner .imgLeft, #partner .imgRight {
            margin-left: 0;
            margin-right: 0;
            float: none !important;
        }

        #partner .partnerDettaglio {
            float: left;
            padding: 0 10px 0 0;
            border: 1px solid #ccc;
            text-align: left;
            margin: 37px 18px 10px 12px;
            width: 93%;
            font-size: 12px;
            line-height: 18px;
        }*/

	/* PULSANTE ACCESSO HOME */
	/*#accessoHome .pulsante {
        font-size: 16px;
    }*/	
	
	/* INSTAGRAM FEED */
	/*.instagramfeed {
		overflow: hidden;
	}
	
	.instagramfeed iframe {
		width: 150%;
		height: 150px;
	}
	
	.instagramfeed h1 {
		font-size: 25px;
	}*/	

    /* SERVIZI HOME */
    /*#serviziHome {
        padding: 60px 20px 0 20px;
        text-align: center;
        font-size: 17px;
        border-top: 12px solid #1c4559;
    }

        #serviziHome h1 {
            font-weight: 100;
            margin-bottom: 50px;
            font-size: 27px;
        }

    .servizi {
        float: left;
        width: 33.3%;
        height: 130px;
        line-height: 33px;
    }

        .servizi i {
            font-size: 30px;
        }*/

    /* FOOTER */
    /*.footer {
        background: #1c4559;
        padding: 30px 50px 0 60px;
        text-align: center;
        font-size: 15px;
        color: white;
        line-height: 34px;
        border-top: 10px solid #ffa600;
    }

        .footer h3 {
            line-height: 30px;
            color: #ffa600;
            font-weight: 300;
            font-size: 20px;
        }

        .footer .flex-column {
            width: 95% !important;
            margin-bottom: 50px;
        }*/


    /* SPONSOR */
    /*.sponsor-footer {
        padding: 10px;
		height: 510px !important;
        text-align: center;
    }
	.bannerRandomDettaglio {
		margin-bottom: 30px;
	}	

        .sponsor-footer .flex-column {
            width: 50% !important;
            margin-bottom: 30px;
        }

        .sponsor-footer img {
            width: 80%;
        }*/

    /* CONTATTI */
    /*.contatti .flex-column {
        width: 95% !important;
        margin-bottom: 50px;
    }*/

    /* PRENOTA */
    /*.piantina {
        float: left;
        width: 100%;
        font-size: 6px;
    }
	
	.passeggiata {
    float: left;
    background: url("../images/passeggiata.png");
    width: 100%;
    padding-top: 4px;
    height: 34px;
    text-transform: uppercase;
    font-size: 9px;
	}

	   .passeggiata i {
        margin: 0 5%;
    }

.serviziSpiaggia {
    float: left;
    background: #63bbd4;
    padding: 5px 0;
    width: 17%;
    margin: 7px 4%;
    color: white;
    font-size: 6px;
	line-height: 11px;
}

    .serviziSpiaggia i {
        margin: 0px 2px;
    }

.servHome {
    width: 3.7%;
    margin-left: 0.4%;
    margin-right: 0;
    font-size: 6px;
    overflow: hidden;
    border-radius: 15px;
}

.servGazebo {
    background-color: indianred;
}

.servChiosco {
    background-color: goldenrod;
}

.servGiochi {
    background-color: mediumpurple;
}

.struttura {
    float: left;
    background: white;
    width: 150px;
    padding: 20px 0;
    border: 1px solid black;
    margin: 0 20px 0 0;
    border-bottom: 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.areaHome {
    float: left;
    padding: 20px 0;
    background: #faf0d0;
    border-radius: 15px;
    color: #957c5c !important;
}

    .areaHome:hover {
        background: white;
    }

    .areaHome a {
        color: #222 !important;
    }

    .areaHome b {
        font-size: 120%;
        color: #50b644;
        line-height: 30px;
    }

    .areaHome c {
        font-size: 140%;
    }

    .areaHome d {
        font-size: 300%;
        font-weight: bold;
    }

.strutturaHome {
    float: left;
    background: white;
    height: 120px;
    width: 2.9%;
    margin: 30px 0.1% 0 0;
    font-size: 6px;
	line-height: 8px;
    text-transform: uppercase;
}

.paddingTop {
    padding-top: 30px;
    height: 150px;
}

    .paddingTop i {
        transform: rotate(0deg) !important;
        margin-top: 0 !important;
    }

.scritta {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    margin: 0 auto;
    transform: rotate(180deg);
    height: 100%;
}

.strutturaHome i {
    font-size: 6px;
    margin-top: 2px;
    transform: rotate(180deg);
}

.fa-arrow-up {
    color: lightgreen;
}

.fa-concierge-bell {
    color: goldenrod;
}

.fa-building {
    color: steelblue;
}

.fa-praying-hands {
    color: darksalmon;
}

.fa-hand-paper {
    color: darksalmon;
}

.strada {
    background: #666;
    color: white;
    text-shadow: none;
    height: 150px;
    width: 4%;
    margin-top: 0;
    padding-top: 15px;
    text-align: right;
}
	
.assi {
    float: left;
    background: url("../images/assi.png");
    width: 1.4%;
    margin: 0 1.3%;
    height: 190px;
}

.assiHome {
    height: 90px;
}
	
.o {
    position: relative;
    background: url("../images/o.png");
	background-size: cover;
    width: 2px;
    height: 11px;
    cursor: pointer;
    display: block;
    margin: -1px auto;
}

.occ {
    position: relative !important;
	background: url("../images/o_occ.png");
	background-size: cover !important;
    width: 11px !important;
    height: 11px !important;
    display: block !important;
	cursor: not-allowed !important;
}
	
	
	.o c {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

    .o c::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.o:hover c {
    visibility: visible;
}

.sel {
    background: url("../images/o_sel.png");
    background-size: cover;
    width: 2px;
    height: 11px;
    cursor: pointer;
    display: block;
    margin: -1px auto;
}

    .sel c {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .sel c::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .sel:hover c {
        visibility: visible;
    }

.my {
    background: url("../images/o_my.png");
	background-size: cover;
    width: 2px;
    height: 11px;
}*/
	
/* PREZZI */
/*.listino {
    width: 100% !important;
	font-size: 5px !important;
	line-height: 10px !important;
}
.listino table, .listino th, .listino td {
    border: 5px solid white;
}
.listino td {
    background: #e5e5e5;
    color: #222;
}*/

