﻿@charset "utf-8";
*{ 
    padding:0; margin:0; outline: none; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-shadow:none !important;

}

.iub__us-widget {
    display:none !important;
}

::selection {
    background-color: #f70759 !important;
    color: #fff !important;
}




.btn_prenota_vacanze {
    display:block;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 16px;
    background-color: #5f5abe;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

label.percent {
    position: absolute;
    top: 0;
    right: -64px;
    background: red;
    color: white;
    padding: 0px 6px;
}


.messageAlert {
    border: 1px solid #f3e79b;
    padding: 10px;
    background-color: #fdf5c3;
    color: #c76022 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}


.boxAlertUser {
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    border: 9px solid #fcb614;
    color: #fcb614;
}
a {
    line-height: inherit;
    color: #f70759;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color:#999;
}
.grad {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.relativeBox {
    position:relative;
}
em {
    font-style:italic;
    color:#666;
}

.onlyDesktop {
}

.onlyMobile {
    display: none !important;
}
.boxCookies {
    position:fixed;
    display:none;
    z-index:900;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    background:#333;
    color:#dedede;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    
}
.boxCookies .linkCookie {
    display:inline-table; background:rgba(237, 30, 36, 1); cursor:pointer; color:#fff; padding:5px; text-decoration:none; margin:5px;
}
    .boxCookies .linkCookie:hover {
        background:#000;
    }

.bookHeader {
    background:rgba(237, 30, 36, 1);
    color:#fff;
}
    .bookHeader a {
        font-weight:bold;
        color:#fff !important;
    }
.bookHeader:hover {
    background:#781a26;
}
body {
    /*background:#e6e6e6 url(../App_Images/bkg_main.png) repeat-x;*/
    background:#F5F5F5;
}

.clear {
    clear:both;
}
.shadow {
  -moz-text-shadow: 0px 2px 4px #000 !important;
  -webkit-text-shadow: 0px 2px 4px #000 !important;
  text-shadow: 0px 2px 4px #000 !important;
}
.shadowLogo {
  -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
}
.spacerTop {
    display:block;
    height:0px;
    width:100%;
    position:relative;
}
.maxWidth {
    max-width:1280px;
    margin: 0 auto;
    padding:0 10px;
    position:relative;
    z-index:6;
}
.maxWidthMini {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 6;
}


#master {
    display: block;
    position: relative;
    width: 100%;
}

.addTranform {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*----------------------------------------------------------------------------------------*/
.masterScrolled #top_header {
    background:#fff;
}
.masterScrolled #top_menu {
    background:#006d98;
    /*display:none;*/
}

.masterScrolled .logo {
  background-image: url(../App_Images/logo-elbamylove.svg);
  background-size:80px;

   transform: translate(0, -20px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
}


.masterScrolled .menuListTop li a, .menuListTop li a:visited {
    color: #fff;
}

.masterScrolled .menuList {
    /*padding-top:27px;*/
}

.masterScrolled .menuList li .elemMenu {
    color: #000;
}
.masterScrolled .menuList li .elemMenu.active {
        color: #ed1e24;
        border-bottom:none;
        background-color:none;
}

    .masterScrolled .menuList li .elemMenu.active a{
        color: #ed1e24;
    }
.masterScrolled .menuList li .elemMenu.active:hover {
        color:#ed1e24;
    }
.masterScrolled .menuList li .elemMenu:hover {
        color:#dedede;
    }
.masterScrolled #menu {
  /*border-bottom:3px solid rgba(237, 30, 36, 1);*/
}

.masterScrolled .miniBtnMenu {
    background-image: url(../App_Images/btnMiniMenu.svg);
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 45px;
}

.masterScrolled .userLoggedMobile a {
    color:#000 !important;
}
.masterScrolled .subMenu {
        border-left:3px solid #ed1e24;
    border-right:3px solid #ed1e24;
    top: 44px;
}

/*----------------------------------------------------------------------------------------*/

#top_header {
    display:block; 
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:130;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#top_menu {
    display:block;

    height:41px;
    width:100%;
    position:relative;
    z-index:10;
    text-align:right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom:1px solid rgba(253, 253, 253, 0);
}
#menu {
    display:block;
    height:60px;
    position:relative;
    z-index:9;
    width:100%;
    border-bottom:3px solid rgba(237, 30, 36, 0);
    text-align:right;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    
.menuActive {
    color:#ed1e24 !important;
}
.menuActive:hover {
    color:#ed1e24 !important;
}
.menuList li:hover > .subMenu {
    /*display:block;*/
}
.subMenu {
    display:none;
    position: absolute;
    top:auto;
    right:-90%;
    width: 350px;
    z-index:100;
    max-height: 500px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background:#fff;
    padding:15px;
    border-bottom:3px solid #ed1e24;
        border-left:3px solid #fff;
    border-right:3px solid #fff;
}
    .subMenu li {
        /*float:left;*/
        width: 48.8%;
        text-align:left;
        vertical-align:top;
        padding-left: 15px;
        background-image: url(../App_Images/option-list.png);
        background-position: 3px center;
        background-repeat: no-repeat;
        border-bottom: 1px dotted #dedede;
    }
        .subMenu li a {
            font-family: 'Open Sans', sans-serif;
            font-size:14px;
            display:inline-block;
            color:#666;
            line-height: 14px;
            padding: 10px 5px 10px 0;
            text-decoration:none;
        }
        .subMenu li a:hover {
            color:#dedede;
        }


.icoSelectMenu {
  width: 100%;
  position: absolute;
  display:none;
  left: 0;
  height: 15px;
  bottom: -4px;
  background:url(../App_Images/select-menu-red.png) no-repeat center center;
}

.logo {
    position:absolute;
    top:0px;
    left: 6px;
    display:block;
    height:81px;
    width:81px;
    z-index:10;
    
    background-image: url(../App_Images/logo-elbamylove-white.svg);
  background-size:80px;
  background-position:center center;
  background-repeat:no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
     transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
}





.boxSearchTopMobile {
            cursor: pointer;
            position: absolute;
            right: 60px;
            top: 10px;
            height: 35px;
            width: 35px;
            background-image: url(../App_Images/ico_search.svg);
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: 30px !important;
            text-decoration: none;
        }
    .boxSearchTopMobile:hover {
        opacity:0.6;
    }



.userLoggedMobile {
    display:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position:absolute;
    z-index:10;
    color:#fff;
    top:12px;
    right:110px;
    text-align: right;
    text-decoration:none;

}
    .userLoggedMobile:hover {
        opacity:0.5;
    }
    .userLoggedMobile a {
        color:#fff;
        text-decoration:none;
        display:block;
    }

.miniBtnMenu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 50px;
    overflow: hidden;
    background-image: url(../App_Images/btnMiniMenu-white.svg);
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 45px;
    z-index: 10;
    cursor: pointer;
}

.menuList {
    display:inline-block;
    position:relative;
    list-style:none;
    text-align:right;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width:100%;
}
.menuList li{
    display:inline-table;
      position: relative;
}
    .menuList li .elemMenu{
        display: inline-table;
        line-height:57px;
        padding:0 8px;
        color:#fff;
        font-size:13px;
        font-weight:600;
        text-transform:uppercase;
        font-family: 'Open Sans', sans-serif;
        text-decoration:none;
        cursor:pointer;
        letter-spacing: -0.2px;
    }
    .menuList li .elemMenu:hover {
        color:#dedede;
    }

        .menuList li .elemMenu.active {
            border-bottom: 4px solid #fff;
            color: #fff;
        }

.linkAllMenu {
    width: 100% !important;
  margin: 15px 0 0 0 !important;
  text-align: center !important;
  border-top: 1px solid #dedede;
}
.linkFullMenu {
    width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.menuListTop {
    list-style:none;
    text-align:right;
}
.menuListTop li{
    display:inline-table;
    position:relative;
    line-height:40px;
    vertical-align:top;
    color:#fff;
    font-size:11px;
}
.menuListTop .linkHeader:first-child {
        border-left:none;
    }
    .menuListTop li:last-child a {
        
    }

    .menuListTop li a.rightDiv {
        border-right:1px dotted #ccc;
    }
    .menuListTop li a.leftDiv {
        border-left:1px dotted #ccc;

    }
    .menuListTop li a,.menuListTop li a:visited, .menuListTop li .linkHeader,.menuListTop li .linkHeader:visited{

        color:#fff;
        font-size:11px;
        padding:0 22px;
        
        font-family: 'Open Sans', sans-serif;
        text-decoration:none;
        cursor:pointer;
    }
        .menuListTop li a:hover, .menuListTop li .linkHeader:hover {
            color:#ccc;
        }

.dropDownList {
    vertical-align:top;
}

.langSelect {
    display: inline-block;
    padding: 0 30px 0 20px !important;
    
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    text-transform:uppercase;
}

    .langSelect:after {
        content: "";
        display: block;
        height: 40px;
        width: 20px;
        position: absolute;
        right: 10px;
        top: 0;
        background-position: center;
        background-image: url(../App_Images/option-list-down.svg);
        background-repeat: no-repeat;
        background-size: 12px;
    }
.listBoxLang:hover .langSelect {
    background-color: #1e1d1d;
}

.listBoxLang:hover .chooseLang {
    display: block !important;
}

    .langSelect li {
        display: block;
    }
    .langSelect a {
        color: #dedede !important;
        padding: 0 12px !important;
        line-height: 40px;
    }
        .langSelect a.active {
            color:#fff !important;
            font-weight:bold;
        }

.chooseLang {
    position:absolute;
    top:41px;
    left:1px;
    display: none;
    padding: 0 10px !important;
    vertical-align: top;
    min-width: 120px;
    background-color:#fff;
}
    .chooseLang li {
        display: block;
        color: #666;
        text-align: left;
        line-height: 20px;
    }
    .chooseLang a {
        text-transform: uppercase;
        display: inline-block;
        text-align: left !important;
        padding: 10px !important;
        color: #666 !important;
    }
        .chooseLang a:hover {
            opacity:0.5;
        }
        /*---------------------------------------------------------------------------------------------------*/
        .icoLogin {
            display: inline-table;
            height: 30px;
            width: 30px;
            position: relative;
            vertical-align: middle;
            margin: 0 5px;
            background-color: #000;
            background-image: url(../App_Images/thumb-user.png);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

.icoLoginToPost {
    position:absolute;
    top:9px;
    left:3px;
    background-color:#fff !important;
}

.linkGeneral {
    font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: inline-block;
  color: #666;
  line-height: 14px;
  margin-bottom:10px;
  text-decoration: none;
}
.linkGeneral:hover {
    color:#dedede;
}

#successSendData, #errorSendData {
  display: none;
}


#waitAjax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

}

.sezDormire .waitInsideLightBox {
    background-color:rgba(241, 168, 0, 0.70) !important;
}

.waitInsideLightBox , .waitInsideModifyPost{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    .waitInsideLightBox.load, .waitInsideModifyPost.load {
        opacity:1 !important;
    }

/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:3;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/



#waitAjax.load {
    opacity:1!important;
}

#content_html_lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color:rgba(0, 0, 0, 0.50);
    
}
#content_html_lightbox h1 {
    line-height:45px;
    margin-bottom:15px;
}

#content_html_lightbox.preload {
    background-image:url(../App_Images/preloader-grey.gif);
    background-position:center center;
    background-repeat:no-repeat;
}


#boxContent {
    display: block;
    position: relative;
    max-width: 500px;
    margin: auto;
    
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    #boxContent h3 {
          color: #000;
          font-size: 20px;
          line-height: 22px;
          display: block;
          margin-bottom: 10px;
    }
    #boxContent input {
        margin-bottom:10px;
    }
.closeLightbox {
    text-transform:uppercase;
        font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: #ed1e24;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index:3;
}
.closeLightbox:hover {
        background:#000;
        color:#fff;
    }
#insertContent {
    font-family: 'Open Sans', sans-serif;
    display: block;
    max-width: 500px;
    padding: 20px;
    position: relative;
    z-index:1;
    margin: auto;
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #666;

}


/*-------------------------------------------------------------------*/
.imgSmsAttivita {
    padding:12px 0 10px 50px;
    background:url(../App_Images/imgSmsAttivita.png) no-repeat left center;
}



.note {
    font-family: 'Open Sans', sans-serif;
    color: #999 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    min-height: 24px;
}
.noteForm {
    font-family: 'Open Sans', sans-serif;
    color: #999;
    font-size: 12px !important;
    line-height: 18px !important;
}

.labelVisite {
    font-family: 'Open Sans', sans-serif;
    color:#333;
    font-size: 13px;
    line-height: 12px;
    padding: 18px 10px;
    display:inline-table;
    width:100%;
    text-align:center;
    background-color: #d8d8d8;
}

.singleSlideAttivita {
    display:block;
    min-height:440px;
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover !important;
    position:relative;
    overflow:hidden;
}

/*---------------------------------------------------------------------------------*/

h1 {
    font-size:45px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    line-height: 60px;
}

span.titleBig {
    font-size:65px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    line-height: 60px;
}

 h1.variant {
    line-height: 50px;
    padding: 10px 0 10px 0 !important;
    font-weight: 600 !important;
    font-size: 40px;
    color:#249ec5;
    letter-spacing: -1px;
    line-height: 40px !important;
}

h1.titlePage {
    padding: 20px 0;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

h2 {
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    line-height:26px
}

    h2.variant {
        text-align: left;
        font-style: normal;
        color: #000;
        font-size: 25px !important;
        line-height: 28px;
        font-weight: 300 !important;
        padding: 0 !important;
        margin:0 0 10px 0 !important;
    }

    h2.variant-subtitle {
        text-align: left;
        font-style: normal;
        color: #666 !important;
        font-size: 25px !important;
        line-height: 28px;
        font-weight: 300 !important;
        padding: 0 !important;
        margin:0 0 10px 0 !important;
    }

h2.variantBig {
    line-height: 50px;
    padding: 10px 0 10px 0 !important;
    font-weight: 600 !important;
    font-size: 40px;
    color: #249ec5;
    letter-spacing: -1px;
    line-height: 40px !important;
}
h2.variantMini {
    font-size:16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight:400 !important;
    padding:0 10px !important;
}

.colorYellow, .contentElem .colorYellow {
    color:#f1a800 !important;
    padding-bottom:10px;
    border-bottom:1px dotted #f1a800;
}

.colorBlu, .contentElem .colorBlu {
    color:#249ec5 !important;
    padding-bottom:10px;
    border-bottom:1px dotted #249ec5;
}

.colorBlack {
    color:#000 !important;
}
.colorWhite {
    color:#FFF !important;
}
h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
}
h3.variant {
        text-align: left;
        font-style: normal;
        color: #000;
        font-size: 25px !important;
        line-height: 28px;
        font-weight: 300 !important;
        padding: 0 !important;
        margin:0 0 10px 0 !important;
    }
h4 {
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    color:#666;
    text-transform:uppercase;
}

h5 {
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    color:#666;
}

.blockParagraf {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
}

.bigText {
    font-style: normal;
    font-size: 25px !important;
    line-height: 32px;
    font-weight: 300 !important;
    color:#666;
    padding:60px 0;
}

p, ul, table {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}


    ul.listBollino {
        padding:10px 0;
        list-style-image:url(../App_Images/success-list.svg);
        list-style-position:inside;
    }
        ul.listBollino li {
            
            margin-bottom:10px;
            color:#999 !important;
            
        }
    ul.listGaranzie {
        padding:10px 0 0 0;
        
    }
    ul.listGaranzie li {
        display:inline-block !important;
        font-size:11px;
        min-height:unset !important;
            width:unset !important;
       padding:0 0 0 24px  !important;
       background-image:url(../App_Images/success-list.svg) !important;
       background-position:3px center;
       background-repeat:no-repeat;
       margin-right:5px;
    }


    ul.menu-square {
        display:block;
        position:relative;
        text-align:center;
        margin:0 auto;
        width:100%;
    }

        ul.menu-square li {
            display: inline-block;
            float: none !important;
            width:calc(20% - 20px);
            min-height:170px;
            padding:10px 10px 15px 10px;
            margin:5px;
            
        }

            ul.menu-square li .cursor_point {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                color: #666;
                background-color: #fff;
                text-decoration: none;

                -webkit-transition: background-color 0.5s ease;
                -moz-transition: background-color 0.5s ease;
                -o-transition: background-color 0.5s ease;
                -ms-transition: background-color 0.5s ease;
                transition: background-color 0.5s ease;
            }
            ul.menu-square li .cursor_point:hover {
                color: #fff;
                background-color: #f70759;
            }

            ul.menu-square li .cursor_point span {
                display:block;
                position:absolute;
                bottom:15px;
                left:10px;
                right:10px;
                text-align:center;
                font-size:16px;
            }

            ul.menu-square li i {
                display: block;
                position: absolute;
                height: 100%;
                background-position: center 30px;
                background-repeat: no-repeat;
                background-size: 60px;
                top: 0;
                left: 0;
                right: 0;
                z-index: 2;
            }








i.ico_scopri_isola {
    background-image: url(../App_Images/ico_menu_home/scopri-isola.svg);
}
i.ico_scopri_isola:hover {
    background-image: url(../App_Images/ico_menu_home/scopri-isola_white.svg);
}


i.ico_come_arrivare {
    background-image: url(../App_Images/ico_menu_home/come-arrivare-isola.svg);
}
    i.ico_come_arrivare:hover {
        background-image: url(../App_Images/ico_menu_home/come-arrivare-isola_white.svg);
    }

i.ico_spiagge {
    background-image: url(../App_Images/ico_menu_home/spiagge.svg);
}
i.ico_spiagge:hover {
    background-image: url(../App_Images/ico_menu_home/spiagge_white.svg);
}

i.ico_traghetti {
    background-image: url(../App_Images/ico_menu_home/traghetti.svg);
}
i.ico_traghetti:hover {
    background-image: url(../App_Images/ico_menu_home/traghetti_white.svg);
}

i.ico_dove_dormire {
    background-image: url(../App_Images/ico_menu_home/dove-dormire.svg);
}
i.ico_dove_dormire:hover {
    background-image: url(../App_Images/ico_menu_home/dove-dormire_white.svg);
}

i.ico_mangiare {
    background-image: url(../App_Images/ico_menu_home/dove-mangiare.svg);
}
i.ico_mangiare:hover {
    background-image: url(../App_Images/ico_menu_home/dove-mangiare_white.svg);
}

i.ico_shopping {
    background-image: url(../App_Images/ico_menu_home/shopping.svg);
}
i.ico_shopping:hover {
    background-image: url(../App_Images/ico_menu_home/shopping_white.svg);
}

i.ico_tempo_libero {
    background-image: url(../App_Images/ico_menu_home/tempo-libero.svg);
}
i.ico_tempo_libero:hover {
    background-image: url(../App_Images/ico_menu_home/tempo-libero_white.svg);
}

i.ico_servizi {
    background-image: url(../App_Images/ico_menu_home/servizi.svg);
}
i.ico_servizi:hover {
    background-image: url(../App_Images/ico_menu_home/servizi_white.svg);
}


i.ico_prenota {
    background-image: url(../App_Images//ico_menu_home/prenota.svg);
}
i.ico_prenota:hover {
    background-image: url(../App_Images//ico_menu_home/prenota_white.svg);
}

i.ico_eventi_img {
    background-image: url(../App_Images/ico_menu_home/eventi.svg);
}
    i.ico_eventi_img:hover {
        background-image: url(../App_Images/ico_menu_home/eventi_white.svg);
    }

i.ico_promozioni {
    background-image: url(../App_Images/ico_menu_home/promozioni.svg);
}

    i.ico_promozioni:hover {
        background-image: url(../App_Images/ico_menu_home/promozioni_white.svg);
    }


i.ico_mappa {
    background-image: url(../App_Images/ico_menu_home/mappa.svg);
}
i.ico_mappa:hover {
    background-image: url(../App_Images/ico_menu_home/mappa_white.svg);
}








strong {
    font-weight: bold;
    font-weight: 600;
}
/*---------------------------------------------------------------------------------*/
.onlyMobile {
    display:none !important;
}
.onlyDesktop {

}



.uppercase {
    text-transform: uppercase;
}

.listMenuExit {
        background-color: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.listMenuExit a{
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
}

.center {
    text-align:center !important;
}

.distanceSection {
    margin-bottom:20px;
}

section.distanceSection {
    margin-bottom:50px;
}

/*--------- DIVIDI SEZIONE IN 2 COLONNE --------------------*/
.halfSection {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
}
.halfSection:first-child {
    margin-right:10px;
}
.halfSection:last-child {
    margin-left:10px;
}

.halfSection .insideSquare {
    display: block;
    width: 100%;
    background-color: #666;
    position: relative;
    padding: 40px 90px 20px 60px;
    color: #fff;
    text-decoration: none;
}
.halfSection .insideSquare h2 {
    font-size:32px;
    margin-bottom: 10px;
    z-index: 1;
    text-decoration: none;
    color:#fff;
}
.halfSection .insideSquare p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    z-index: 1;
    text-decoration: none;
    padding:10px;
    background-color:rgba(0, 0, 0, 0.4);
}
.insideSquare .endLoadLazy {
    opacity: 0.8 !important;
}
.insideSquare:hover .endLoadLazy {
    opacity: 0.3 !important;
}
.squareInside {
    height: 440px;
}
.rectInside {
    height: 210px;
}
.rectInside:first-child {
    margin-bottom: 20px;
}

.distance {
    margin-top: 20px;
}

/*--------- DIVIDI SEZIONE IN 2 COLONNE --------------------*/


.boxColorFull {
    background-color: #249ec5;
    margin-top: 15px;
    margin-bottom:20px;
    padding: 15px 25px;
    border-top: 5px solid #2aaed8;
    transition: background .3s;
}
    .boxColorFull:hover {
        background-color: #137594;
    }
.boxColorFull .pic {
    float: left;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background-color: #2aaed8;
    padding: 10px;
}
.boxColorFull .pic img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}
.boxColorFull .content {
    margin-left: 160px;
    padding-top: 10px;
}
.boxColorFull .content .title a {
    font-size:20px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    
    text-decoration: none;
    color: #FFF;
    margin-left: -2px;
    font-family: 'Open Sans', sans-serif;
}
.boxColorFull .content .descr {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

/*----------------------------------------------------*/
.box_evid {
    position:relative;
}
    .box_evid:hover  .pic{
        opacity:0.8;

    }

.box_evid .pic {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.box_evid .pic img {
    position: absolute;
    height: 190px;
    width: auto;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}
.box_evid a {
    font-weight:normal !important;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #FFF !important;
    padding: 5px 15px;
    background: rgba(28,123,154,0.9);
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    text-decoration:none !important;
}
/*------------------------------------*/
.box_item {
    position:relative;
}
    .box_item:hover .pic img {
        opacity:0.8;
    }
    .box_item:hover .button-readmore {
        color:#fff !important;
        background-color:#666 !important;
    }


.box_item .pic {
    background: rgb(0, 0, 0);
}
.box_item .pic img {
    width:100%;
    height:auto;
    display:block;
}
    .box_item .content .title a {
        display:inline-block;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: rgba(28,123,154,0.9);
        margin: 15px 0 10px 0;
        text-decoration:none !important;
    }
    .box_item .content .descr {
        color: #666;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Open Sans', sans-serif;
    }
.div_cliccabile , .box_link {
    cursor: pointer;
}


/*---------------------------------------------------------------*/

.listMiniElem {
    border-bottom:1px solid #dedede;
    padding:15px;
    width: calc(50% - 10px) !important;
    margin-left: 0;
    margin-right:10px;
}
.listMiniElem:nth-child(2n+2) {
    margin-left: 10px;
    margin-right:0;
}
.listMiniElem .pic {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-color: #EEE;
    padding: 5px;
}
.listMiniElem .pic img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
    .listMiniElem .content {
        padding-top:10px;
    }
.listMiniElem .content .title {

    font-size: 14px;
    font-weight:normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    margin-bottom: 3px;
}
.listMiniElem .content .descr {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}


.halfColumn {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.halfColumn h2{
    text-align: left;
    font-style: normal;
    color: #000;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 0 20px 0;
}


.halfColumn p {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.treeColumn {
  display:inline-block;
  vertical-align: top;
  width: 33.333%;
}

.fourColumn {
  display:inline-block;
  vertical-align: top;
  width: 25%;
}

.fiveColumn {
  display:inline-block;
  vertical-align: top;
  width: 20%;
}


.sectionContent {
  padding: 130px 0 140px 0;
}


.boxButton {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
}

.boxLinkOverAll {
    display:block;
    height:100%;
    width:100%;
}



/****-------------------------------------------------------------------------------------*/
#slideHomePage {
  display: block;
  position: relative;
  left: 0;
  z-index: 1 !important;
  background: #fff;
  height:540px;
}
#slideHomePageFixed {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1 !important;
  background: #000;
}
.slideSingleHome {
    padding:0;
    position:relative;
    display:block;

}
.blockPage, .blockPageFullPage {
  background-attachment: scroll;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  display: block;
  position: relative;
  z-index: 6;
  float:left;
}

.fixedIndexMax {
    z-index:99;
}

.sectionPage {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
  vertical-align:top;
  float:left;
}

.boxMappaAttivita {
    display:block;
    height:500px;
    width:100%;
    background:#dedede;
}

#emptyIntro {
  display: table !important;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}




    #promoIntro .boxTitle ,.boxIntroMacro .boxTitle{
        position:relative;
        left: 0%; 
        width: 100%;
        text-align:center;
        color:#fff;

    }
.boxTitle h1 {
    line-height:50px;
}
.boxTitle h2 {
      padding: 20px 0;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
.boxTitle h3 {
    padding:0 10px;
}

.boxSearchHome {
    position:absolute;
    width: 100%;
        text-align:center;
        bottom:10px;
        left:0;
        right:0;
        z-index:10;
}

.boxCenterTitle {
    max-width:600px;
    text-align:center;
    margin:0 auto;
}

.boxIntroMacro .boxTitle h1{
    padding: 20px 0;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.boxIntroMacro .boxTitle p{
    padding:10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  background:rgba(0,0,0,.5);
}
.promozioneIntro .boxTitle {
    padding-top: 100px;
}
.intro {
  vertical-align: middle;
  display: block;
  width: 100%;
  text-align: center;
    padding-top: 120px;
    position:relative;
    z-index:5;
}
    .intro h1 {
        color:#fff;
    }
    .intro h2 {
      padding: 20px 0;
      font-weight: 300;
      font-size:30px;
      color:#fff;
    }
    .intro h3 {
        font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      text-align: center;
      padding-bottom: 20px;
      font-weight: 300;
      text-shadow: none !important;
    }

.paddingIntro {
    padding: 120px 0;
}


#dataEnd {
    font-weight: 600;
}





/*----------------- BOX SEARCH--------------------*/
.boxSearchTop {
    cursor: pointer;
    display: inline-table;
    line-height: 30px;
    padding: 0 8px;
    background-image: url(../App_Images/ico_search.svg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    width: 40px;
    text-decoration:none;
    position:relative;
}
    .boxSearchTop:hover {
        opacity:0.6;
    }

.boxElemSearch {
    display:none;
    position:absolute;
    left: 0px;
    top:50px;
    height:50px;
    width:300px;
    padding: 1px 5px;
    background-color:transparent;
    border-bottom:3px solid rgba(237, 30, 36, 0);
    border-left:3px solid rgba(237, 30, 36, 0);
    border-right:3px solid rgba(237, 30, 36, 0);
}
    .boxElemSearch input {
            padding: 6px 6px !important;
    }

.boxElemSearchMobile {
    position:absolute;
    top:60px;
    right:0px;
    width:calc(100% - 120px);
    display:block;
    background-color:#fff;
    margin:0;
    display:none;
}
    .boxElemSearchMobile .searchBox {
        width:100%;
    }
    .boxElemSearchMobile input {
        border:none !important;
        padding-right: 6px !important;
    }

.masterScrolled .boxSearchTop, .masterScrolled .boxSearchTopMobile {
    background-image: url(../App_Images/ico_search_dark.svg);
    
}

.masterScrolled .boxElemSearch {
    position:absolute;
    left:0;
    top:44px;
    height:50px;
    width:300px;
    padding: 1px 5px;
    background-color:#fff;
    border-bottom:3px solid rgba(237, 30, 36, 1);
    border-left:3px solid rgba(237, 30, 36, 1);
    border-right:3px solid rgba(237, 30, 36, 1);
}













/*-----------------------------------------------------------------------------*/
#appartamenti-prenotazioni {
    background-image:url(../App_Images/elba-appartamenti-mare.jpg);
    background-position: right center;
}
#appartamenti-prenotazioni h2, #appartamenti-prenotazioni p {
        color:#fff;
    }

#coupon-page {
    background-image:url(../App_Images/elba-coupon.jpg);
    background-position: right center;
}
    #coupon-page h2, #coupon-page p {
        color:#fff;
    }

#piattaforma-page {
    background-image:url(../App_Images/elba-lovely.jpg);
    background-position: center top;
}
    #piattaforma-page h2 {
        font-style: normal;
        font-size: 34px;
        line-height: 40px;
        font-weight: 300;
        padding: 130px 0 30px 0;
    }
    #piattaforma-page h2, #piattaforma-page p {
        color:#fff;
    }


.homeSocial {
    margin:0 auto; width:330px; background:#fff; padding:15px;   margin-top: 24px;
}

#elba-share {
  background-image: url(../App_Images/elba-share-love.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment:scroll;
}


#elba-share h2, #elba-share p {
        color:#fff;
    }
    #elba-share h2 {
        font-style: normal;
        font-size: 34px;
        line-height: 40px;
        font-weight: 300;
        padding: 60px 0 30px 0;
    }

#page-promuovi-attivita {

    padding-bottom:250px;
}
    #page-promuovi-attivita .icon-box-lovely {
        display:none;
    }


#page-promuovi-attivita h2 {
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    padding: 130px 0 30px 0;
}

.selectTypeAttivita {
    margin-top:20px;
}

#promuovi-attivita-page h2 {
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    padding: 130px 0 30px 0;
}







.listShare {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 0 80px 0;
}
.listShare li {
        display: inline-block;
        border: solid 4px #fff;
        width: 80px;
        height: 80px;
        padding: 10px 10px;
        border-color: #fff;
        background-color: transparent;
        background-repeat: no-repeat;
        font-size: 0;
        color: #FDFDFD;
        border-radius: 50%;
        transition: all .15s ease-in-out;
    }
    .listShare li:hover {
        opacity:0.4;

    }
.listShare li a {
  display: block;
  height: 52px;
  width: 52px;
  background-position: center center;
  background-repeat: no-repeat;
}
.icoFacebook {
    background-image:url(../App_Images/Share/facebook.png);
}
.icoTwitter {
    background-image:url(../App_Images/Share/twit.png);
}
.icoYoutube {
    background-image:url(../App_Images/Share/youtube.png);
}
.icoGoogle {
    background-image:url(../App_Images/Share/google.png);
}
.icoInstagram {
    background-image:url(../App_Images/Share/instagram.png);
}

.icoMail {
    background-image:url(../App_Images/Share/mail.png);
    
}

/*--------------------------------------------------------------------------------*/
.whiteContent {
  background: #fff;
}
.greyContent {
  background: #f5f5f5;
}

.BluDarkContent {
  background: #0a4185;
}
.RedDarkContent {
  background: #781a26;
}
.overflow {
    overflow:hidden;
}

#promozioneIntro {
    background-repeat:no-repeat !important;
    /*height:540px;*/
}
.promozioneIntro {
   position: relative;
    z-index: 3; 
}
.promozioneIntro h1 {
  color: #fff;
}
.promozioneIntro h2 {
  padding: 20px 0;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}
.promozioneIntro h3 {
  color: #fff;
}

.onlyMobile .boxScegliVacanza {
    background-color:#006d98;
    margin:0 auto;
    max-width:100%;
    -ms-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.boxScegliVacanza {
    display:block;
    padding:10px;
    max-width:800px;
    background:rgba(0,0,0,0.4);
    text-align:left;
    margin:20px auto;
}
.boxScegliVacanza .insideBoxScegliVacanza {
    padding:0px;
    position:relative;
}
.boxScegliVacanza h2{
    padding:0 0 10px 0;
    color:#fff;
}
.boxScegliVacanza .tabLabel {
    list-style:none;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
}
    .boxScegliVacanza .tabLabel li {
        background-color:#fff;
        cursor:pointer;
        display:inline-block;
        vertical-align:top;
        width:60px;
        height:40px;
        border-bottom:1px solid #dedede;
    }
    .boxScegliVacanza .tabLabel li > * {
        opacity:1;
    }
    .boxScegliVacanza .tabLabel li:hover > * {
        opacity:1;
    }

    .boxScegliVacanza .tabLabel li.activeTab {
        border-bottom:1px solid #fff;
    }
    .boxScegliVacanza .tabLabel li.activeTab > * {
        opacity:1;
    }

    .boxScegliVacanza .tabLabel li:last-child {
        border-right:none;
    }
    .boxScegliVacanza .tabLabel .icoLabel {
        display:block;
        width:100%;
        height:40px;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:30px;
    }



    .boxScegliVacanza .tabLabel .txtLabel {
        display:block;
        width:100%;
        line-height:30px;
        text-transform:uppercase;
    }
    .boxScegliVacanza .tabContent {
        background:#fff;
        list-style:none;
        width:100%;
        font-family: 'Open Sans', sans-serif;
        font-size:12px;
    }
    .boxScegliVacanza .tabContent li{
        display:none;
        color:#fff;
        width:100%;
        padding:15px;
        text-align:left;
        min-height: 170px;
    }
    .boxScegliVacanza .tabContent li.activeTab {
        display:block;
    }
        .boxScegliVacanza .tabContent h4 {
            color:#fff;
        }

    .boxScegliVacanza .sezDormire {
        background-color:#f1a800;
    }
    .boxScegliVacanza .sezMangiare {
        background-color:#00a550;
    }
    .boxScegliVacanza .sezShopping {
        background-color:#ed2a7b;
    }
    .boxScegliVacanza .sezTempoLibero {
        background-color:#006D98;
    }

.ico-dormire {
    background-image:url(../App_Images/ico_section/dormire.svg);
}
.ico-mangiare {
    background-image:url(../App_Images/ico_section/mangiare.svg);
}
.ico-shopping {
    background-image:url(../App_Images/ico_section/shopping.svg);
}
.ico-tempolibero {
    background-image:url(../App_Images/ico_section/tempolibero.svg);
}

.cellTabContent {
    display:inline-block;
    vertical-align:top;
    width: 180px;
    margin-right:5px;
}
    .cellTabContent .halfCell {
        width:50%;
        display:inline-block;
        vertical-align:top;
        padding-right:10px;
        
    }

    .cellTabContent select {
        height:60px;
    }
.boxSelData {
    display:block;
    font-size:20px;
    border:1px solid #fdb714;
    background-image:url(../App_Images/ico_data.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:40px;
    font-weight:100;
    height:60px;
    cursor:pointer;
}
.boxSelData:hover {
    opacity:0.6;
}

    .boxSelData.error {
        background-color:rgba(237, 30, 36, 1) !important;
        border:1px solid rgba(237, 30, 36, 1) !important;
    }


.boxConfirmData {
    display: block;
    font-size: 35px;
    border: 1px solid #fdb714;
    background-color: #fff;
    color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
    line-height: 40px;
}

.boxConfirmMese {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 10px;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.boxSelPeople {
    display:block;
    font-size:20px;
    border:1px solid #fdb714;
    text-align:center;
    font-weight:100;
    height:60px;
    cursor:pointer;
}
.boxSelPeople:hover {
    opacity:0.6;
}

.boxConfirmPeople {
    display: block;
    font-size: 25px;
    border: 1px solid #fdb714;
    background-color: #fff;
    color: #666;
    background-image: url(../App_Images/ico_people_dark.svg);
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    padding-right: 10px;
    padding-left: 32px;
}

.btnClosePeople {
        display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 6px;
    background-color: #ff9600;
    margin: 0 2px;
    text-decoration:none;
}
    .btnClosePeople:hover {
        color: #fff;
        background-color: #000;
    }

#peopleData {
    display: block;
    position: absolute;
    left: -70px;
    bottom: -57px;
    background-color:#fff;
    height: 190px;
    width: 220px;
    z-index: 20;
    padding:15px;
}
.optionPeople {
    padding: 0 0 10px 0;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height:52px;
}

    .optionPeople .half {
        display:inline-block;
        vertical-align:top;
        width:50%;
    }
    .optionPeople .half input{
        width:100%;
    }
    .optionPeople .half .ui-spinner-button {
        width: 26px;
    }

.optionPeople .half .ui-spinner-input {
        font-size: 28px !important;
            padding: 0 26px 0 8px  !important;
            text-align:center !important;
            margin:0 !important;
}


.optionPeople .ui-spinner {
    overflow-y:visible !important;
}

.singlePeople {
    background-image:url(../App_Images/ico_people.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:40px;
    display:inline-block;
    height:56px;
    width:20px;
    margin:0 auto;
}

.boxSelSearch {
    display:block;

    border:1px solid #5f5abe;
    background-image:url(../App_Images/ico_search.svg);
    background-color:#5f5abe;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:30px;
    font-weight:100;
    height:60px;
    cursor:pointer;
}
.boxSelSearch:hover {
    opacity:0.6;
}


.color-relax {
    color:#0bcfff;
}
.color-sport {
    color:#fc7a0f;
}
.color-shopping {
    color:#590bff;
}
i {
    font-style:italic;
    color:#999;
    font-size:16px;
}

.rounded {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.big-rounded {
    -ms-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.circle-rounded {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.box-cont {
    position:relative;
    display:block;
    margin:80px 0;
}



.linkIntro {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    display:inline-table;
    padding:10px 16px;
      font-weight: bold;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    margin:17px 0;
    background:#ed1e24;
}
.linkIntro:hover {
    border:1px solid #000;
    color:#fff;
    background:#000;
}

#btn_login {
    margin-right:10px;
}

.btn_loginFacebook {
    background:#425f9c !important;
}
.btn_loginFacebook:hover {
    background:#000 !important;
}

.btnFacebookLogin {
    padding-left:40px;
    background:url(../App_Images/share/ico_facebook_white.png) no-repeat left center;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.cleanBotton {
    border:0;
}

.button {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:normal !important;
    display:inline-table;
    padding: 24px 40px;
    color:#fff !important;
    text-decoration:none !important;
    text-transform:uppercase;
    margin:0;
    background-color:#ed1e24;
    transition: background .3s;
    cursor:pointer;
    border:0;
    z-index:3;
}
.button:hover {
    color:#fff !important;
    background-color:#000;
}


.button-medium {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:normal !important;
    display:inline-table;
    padding: 14px 20px;
    color:#fff !important;
    text-decoration:none;
    text-transform:uppercase;
    margin:17px 0;
    background-color:#ed1e24;
    transition: background .3s;
    cursor:pointer;
    border:0;
}
.button-medium:hover {
    color:#fff !important;
    background-color:#000;
}


.button-disable {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:normal !important;
    display:inline-table;
    padding: 20px 40px;
    color:#fff !important;
    text-decoration:none;
    text-transform:uppercase;
    margin:17px 0;
    background-color:#e6e6e6;
    transition: background .3s;
    text-align:center;
}
.button-disable:hover {
    color:#fff !important;
    background-color:#e6e6e6;
}



.buttonHome {
    text-align:center;
    background-color:#781a26;
}



.linkFullSlide {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    z-index:4;
}

.buttonElbaMyChef {
    background:#4db848 !important;
}
.buttonElbaMyChef:hover {
    background:#000 !important;

}
.button-mini {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  display: inline-table;
  padding: 10px 14px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0;
  background: #666 !important;
  transition: background .3s;
  cursor: pointer;
}
.button-mini:hover {
    color:#fff !important;
    background:#000 !important;
}

.button-mini-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  font-weight:normal !important;
  display: inline-table;
  padding: 10px 14px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 10px 0;
  background: #006d98 !important;
  transition: background .3s;
  cursor: pointer;
}
.button-mini-content:hover {
    color:#fff !important;
    background:#000 !important;
}

.button-readmore {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px !important;
  font-weight:normal !important;
  display: inline-table;
  padding: 5px 7px 5px 25px;
  color: #666 !important;
  text-decoration:none !important;
  text-transform: uppercase;
  margin: 10px 0;
  padding-right: 15px;
    background-image: url(../App_Images/option-list.png);
    background-position:  10px center;
    background-repeat: no-repeat;

  background-color: #dedede !important;
  transition: background .3s;
  cursor: pointer;
}
.button-readmore:hover {
    color:#fff !important;
    background-color:#666 !important;
}

.button-micro {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  display: inline-table;
  padding: 5px 7px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 2px;
  background: #ED1E24 !important;
  transition: background .3s;
  cursor: pointer;
}
.button-micro:hover {
    color:#fff !important;
    background:#000 !important;
}





.invisible {
    visibility:hidden;
}
.contentPage {
    position: relative;
  width: calc( 100% - 340px ) ;
  min-height:410px;
  
  display: block;
  float:left;
}

    .contentPage header {
        padding:20px 20px 0 20px;
        background-color:#fff;
    }

.normalPage {
    min-height:10px !important;
}

.imageBig.loaded {
    width:100%;
    height:auto;
}

.contentElem .imageBig.loaded {
    margin-bottom:20px;
}


    .contentPage h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
.contentPage h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #76bdcf;
    margin: 30px 0 5px 0;
}

h3.titleContentAttivita {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 100;
    margin: 0;
    padding: 20px 0;
    color: #000;
    line-height: 28px;
}

    .contentPage h4 {
        margin: 10px 0;
    }

    .contentPage.fullPage {
        padding-right: 0 !important;
    }


.fullPage .dobleElem {
        width: 33%;
}

.fullPage .boxElemPost {
        width: 24.5%;
}

.insidePage {
    padding: 0px;
    clear: both;
}



.overFlowHidden {
    overflow:hidden;
}

.boxSlide {
    display:block;
    position:relative;
    width:100%;
    vertical-align:top;
    background:#fff;
    margin-bottom:20px;
    border-bottom:1px solid #dedede;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
}

.boxRecentNews {
    display:block;
    position:absolute;
    height:100%;
    top:0;
    bottom:0;
    right:0;
    width:30%;
    background:#fff;
    vertical-align:top;
}
.singleRecent {
    display:block;
    position:relative;
    overflow:hidden;
    width:100%;
    height:50%;
    padding:10px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.singleRecent:hover .endLoadLazy{

    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

    .singleRecent .endLoadLazy {
        z-index:0;
    }
.infoRecent {
    z-index:2;
    display:block;
    position:absolute;
    bottom:10px;
    left:10px;
    right:10px;
    padding:10px;
    background:rgba(250,250,250,0.9);
}
    .singleRecent h3 {
        font-size: 14px;
        
        font-weight: normal !important;
        color: #000;
        margin:  0;
    }

.boxSlideContent {
    display:inline-block;
    position:relative;
    width:70%;
    background:#fff;
    vertical-align:top;
}

.slideContent {
    display:block;
    position:relative;
    overflow:hidden;
    width:100%;
    height:470px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

.slideInfo {
    display:block;
    width:100%;
    min-height:100px;
    background:#fff;
    position:absolute;
    border-top: 1px solid #dedede;
    bottom:0px;
    left:0;
    overflow:hidden;
    font-family: 'Open Sans', sans-serif;
    z-index:3;
}
.textInfoSlide {
    padding-left:0px;
}
    .slideInfo .dataSlide {
        display: none;
        border-right: 1px solid #dedede;
        height: 100%;
        width: 82px;
        vertical-align: top;
        text-align: center;
        position:absolute;
        top:0;
        bottom:0;
        color:#999999;
        font-size:12px;
    }
    .slideInfo h3 {
        padding:12px 10px 4px 10px;
        color:#000 !important;
        font-weight:bold;
        margin:0 !important;
    }
    .slideInfo p {
        padding:4px 10px 12px 10px;
        color:#999;
    }
    .slideInfo .day {
        font-size: 35px;
        padding: 10px 5px;
        display: inline-table;
        width:100%;
        font-weight:bold;
    }

.evidenza-pager {
    display: block;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0px;
  z-index: 233;
  width: 100%;
}
.evidenza-pager span{
    display:inline-block;
    height:15px;
    width:15px;
    color:#999;
    background:#999;
    margin:0 3px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    cursor:pointer;
}
    .evidenza-pager span:last-child {
        display:none !important;
    }
.cycle-pager-active {
    color:#dedede !important;
    background:#dedede !important;
}


.icoLabelSez {
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    text-align: center;
  display: inline-block;
  z-index:3;
  color: #fff;
  padding: 8px 30px;
  position: absolute;
  width: 155px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -36px;
  top: 21px;

}

.boxIcoServizi {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 3;
}
    .boxIcoServizi .icoServRepeater {
        display:inline-block;
        height:20px;
        width:20px;
        vertical-align:bottom;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:18px;
        margin:0 4px;
    }

.icoServRepeater.large {
    background-position:left center;
    font-size:11px;
    color:#999;
    width:120px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 24px;
    line-height: 20px;
}

/* COL DX ATTIVITA LISTA */
.colDXAttivita {
    position: absolute;
    top: -73px;
    right: 20px;
    width: 330px;
    
    background: #fff;
    z-index: 99;
}

.colDXPositionAttivita {
    top: -72px !important;
}


/*-----------------------------------------------------------------------------------------*/



.colDX {
    position: absolute;
    top: -106px;
    right: 20px;
    width: 330px;
    background: #fff;
    z-index: 99;
}
.colDX h4 {
        padding-bottom:10px;
    }

.colDXNews {
    position: relative;
    width: 330px;
    display: inline-block;
    vertical-align: top;
}

.colPadding {
    padding:10px 10px 0 10px;
}

    .colDXNews h4 {
        padding-bottom:10px;
    }


.colDXMaps {
    position: absolute;
    top: -155px;
    right: 20px;
    width: 330px;
    
    background: #fff;
    z-index: 99;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
     transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.leftFloat {
    float:left !important;
}
.rightFloat {
    float:right !important;
}


.leftAlign {
    text-align:left !important;
}
.rightAlign {
    text-align:right !important;


}
.colElemDx {
    display:block;
    width:100%;
    z-index:2;
    position:relative;
    padding:16px 10px;
    /*
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    */

}



.bgWhite {
    background-color:#fff;
}

.boxMessageMap {
    font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
    background:#fff;
    display:block;
    width:100%;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    position:absolute;
    padding:16px 10px;
    z-index:1;
    top:0;
    height:70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
     transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.boxMessageMap.open {
    transform: translate(0, -70px);
    -o-transform: translate(0, -70px);
    -ms-transform: translate(0, -70px);
    -moz-transform: translate(0, -70px);
    -webkit-transform: translate(0, -70px);
}

.errorPosition {
    display:none;
    font-size:13px;
    line-height: 18px;
}

.halfCol {
    display:inline-table;
    width:49%;
    vertical-align: top;
}

.icoSocial {
    display:inline-table;
    height:28px;
    width:36px;
      margin: 4px 12px;
    background-position:center top;
    background-repeat:no-repeat;
    opacity:.4;
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-size: 9px !important;
    font-weight:normal !important;
}
.icoSocial:hover{
        opacity:1;
    }

.icoContenitore {
    display:inline-table;
    height:28px;
    width: 18% !important;
    margin: 4px 6px !important;
}
    .icoContenitore .icoProfile {
        margin: 0 !important;
        width:100% !important;
    }
.icoProfile {
    display:inline-table;
    height:28px;
    width: 18% !important;
    margin: 4px 6px !important;
    background-position:center top;
    background-repeat:no-repeat;
    opacity:1;
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-size: 9px !important;
    font-weight:normal !important;
    color:#000 !important;
    padding-top: 38px;
    cursor:pointer;
}
    
    .icoProfile:hover {
        opacity:0.5;
    }
.disableIcoProfile, .disableIcoProfile:hover {
    opacity:0.5 !important;
    cursor:text !Important;
}

.boxShare {
  position: absolute;
  top: -53px;
  left: 19px;
  display:none;
}

.ico_facebook {
    background-image:url(../App_Images/share/ico_facebook.png);
}
.ico_instagram {
    background-image:url(../App_Images/share/ico_instagram.png);
}
.ico_pinterest{
    background-image:url(../App_Images/share/ico_pinterest.png);
}
.ico_twitter{
    background-image:url(../App_Images/share/ico_twitter.png);
}
.ico_youtube{
    background-image:url(../App_Images/share/ico_youtube.png);
}

.ico_facebook_white {
    background-image:url(../App_Images/share/ico_facebook_white.png);
}
.ico_instagram_white {
    background-image:url(../App_Images/share/ico_instagram_white.png);
}
.ico_pinterest_white{
    background-image:url(../App_Images/share/ico_pinterest_white.png);
}
.ico_twitter_white{
    background-image:url(../App_Images/share/ico_twitter_white.png);
}
.ico_youtube_white{
    background-image:url(../App_Images/share/ico_youtube_white.png);
}


.ico_favorite {
    background-image:url(../App_Images/map/ico_favorite.png);
}
.ico_map {
    background-image:url(../App_Images/map/ico_map.png);
}
.ico_navigator {
    background-image:url(../App_Images/map/ico_navigator.png);
}
.ico_interactive{
    background-image:url(../App_Images/map/ico_interactive.png);
}
.ico_share{
    background-image:url(../App_Images/map/ico_share.png);
}

.ico_likeADDAttivita{
    background-image:url(../App_Images/map/ico_like_add.png);
}
.ico_likeADDAttivita.true{
    background-image:url(../App_Images/map/ico_like.png);
}

.mini_likeADDAttivita {
    display: block;
    height: 35px;
    width: 35px;
    position:absolute;
    right:5px;
    bottom:5px;
    background-image:url(../App_Images/map/ico_like_add.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:32px;
}
.mini_likeADDAttivita.true {
    background-image:url(../App_Images/map/ico_like.svg);
}
    .mini_likeADDAttivita:hover {
        opacity:0.6;
    }
.numLikePage {
    position:absolute;
    top:0;
    left:0;
    right:0;
    color:#fff;
    width:100%;
    line-height:24px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
.CountLikePagina {
    display: inline-block;

    vertical-align: top;

    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: none !important;
    width:40%;
    text-align:center;
}

    
    .CountLikePagina i {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        font-style: normal;
        text-align: center;
        width: 100%;
        vertical-align: top;
        display: block;
        line-height: 28px;
        border-right: 1px dotted #fff;
    }
    .CountLikePagina:last-child i {
        border-right: none;
    }

.labelShare {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-align: center;
    width: 100%;
    color: #999;
    display: block;
    font-weight: normal !important;
    text-transform: uppercase;
    padding: 5px;
}
/*--- BOX METEO  TOP HEADER ------------------------------------------------*/
.liMeteo {
    display:none;    
    line-height: 0 !important;
        vertical-align:top;
}
.topMeteo {
    width:170px;
    display:table;
    vertical-align:top;
    padding:0 10px !important;
}

.topMeteo .half{
    display:table-cell;
    vertical-align:middle;
    height: 40px;

}

    .topMeteo #gradiMeteo {
        font-family: 'Oswald', sans-serif !important;
        font-size:24px;
        display:inline-table;
        color:#3399ff;
        padding:0;
        line-height: 14px;
    }
 .topMeteo #icoMeteo {
         display:inline-table;
        width:100%;
        height:40px;
        min-height: 40px;
        text-align:center;
        padding-top: 0;
}
  .topMeteo #icoMeteo img {
     display:block;
    margin:0 auto;
    height:40px;
}

/*----BOX METEO---------------------------------*/
#boxMeteo {
    display:none;
    height:150px;
}

#gradiMeteo {
    font-family: 'Oswald', sans-serif;
    font-size:48px;
    display:inline-table;
    padding:20px 0 8px 0;
    color:#3399ff;
}
#infoMeteo {
    font-size:11px;
}
#icoMeteo {
    display:inline-table;
    width:100%;
    min-height:75px;
    text-align:right;
    padding-top: 10px;
}
#icoMeteo img{
    display:block;
    margin:0 auto;
    height:75px;
}


/*-----BOX LOGIN UTENTE DX ----------------*/

#boxUtenteLogged {
    min-height:100px;
    background:#C5C4C4;
    padding: 15px;
    color:#fff;
}
#boxUtenteLogged h4{
    font-size: 16px;
    padding: 16px 0px 5px 0;
    color:#fff;
}
    #boxUtenteLogged .info {
        color:#666;
    }

.linkUserButton {
    display: block;
    padding: 6px;
    background: #dedede;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;

    font-size: 12px;
}
.linkUserButton:hover {
    background:#ededed;
    color:#999;
}
/*--- BOX INTERATTIVO ------------------------------------------------*/

#boxInterattiva {
    min-height:100px;
    background-color:#781a26;
    padding: 0px;
}


    #boxInterattiva.dormire {
            background-color: #393673;
    }
    #boxInterattiva.mangiare {
            background-color: #004c26;
    }
    #boxInterattiva.shopping {
            background-color: #71143b;
    }
    #boxInterattiva.offerte {
            background-color: #d8691e;
    }

#boxInterattiva h4{
    padding: 16px 10px;
    color:#fff;
}
    #boxInterattiva ul {
        display:block;
        height:40px;
        margin: 0 auto;
        text-align: center;
        width: 94%;
    }

    #boxInterattiva.dormire .button {
        font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      font-weight:normal !important;
      display: inline-table;
      padding: 20px 40px;
      color: #fff !important;
      text-decoration: none;
      text-transform: uppercase;
      text-align:center;
      margin: 5px 0;
      transition: background .3s;
      cursor: pointer;
      width:100%;
      border:none !important;
      background:#ff9600;

    }
    #boxInterattiva .button:hover {
        background: #000;
    }
.icoInterattiva {
    background:#ed1e24;
    float:left;
    height: 40px;
      width: 24.555%;
    cursor:pointer;
    background-position:center center;
    background-repeat:no-repeat;
    margin-right:1px;
    opacity:0.5;
}
.icoInterattiva:hover,.icoInterattiva.active , .icoInterattiva.active:hover  {
    opacity:1;
}
    .icoInterattiva:last-child {
        margin-right:0px;
    }


.icoOfferte {
    background-image:url(../App_Images/ico_section/offerte.png);
}

.icoShopping {
    background-image:url(../App_Images/ico_section/shopping.png);
}

.icoMangiare {
    background-image:url(../App_Images/ico_section/ristorante.png);
}

.icoHotel {
    background-image:url(../App_Images/ico_section/hotel.png);
}
.icoTraghetto {
    background-image:url(../App_Images/ico_section/traghetto.png);
}
.icoAereo {
    background-image:url(../App_Images/ico_section/aereo.png);
}
.icoAuto{
    background-image:url(../App_Images/ico_section/auto.png);
}

.icoForm{
    background-image:url(../App_Images/ico_section/prenota.png);
}


.boxInterattiva {
    width:100%;
    background:#ed1e24;
    padding:15px;
    display:block;
}
    .boxInterattiva.dormire {
        background-color:#504c9e;
    }
        .icoInterattiva.dormire {
            background-color:#504c9e;
        }

    .boxInterattiva.mangiare {
        background-color:#038c46;
    }
        .icoInterattiva.mangiare {
            background-color:#038c46;
        }


    .boxInterattiva.shopping {
        background-color:#c12264;
    }
    .icoInterattiva.shopping {
            background-color:#c12264;
        }
    .boxInterattiva.offerte {
        background-color:#ef8f06;
    }
    .icoInterattiva.offerte {
            background-color:#ef8f06;
        }

.singleInterattiva {
    display:none;
    width:100%;
    color:#fff;
}
.singleInterattiva h4 {
    padding:0 !important;
    margin-bottom:10px;
}

    .singleInterattiva input, .singleInterattiva select{
        width:100%;
        margin-bottom:10px;
    }

    .singleInterattiva label {
        color:#fff;
        font-size:12px;
    }

.resultStrutture {
    color:#fff;
    font-size:19px !important;
    z-index:99;
}

.boxInterattiva p, #boxInterattiva p {
    line-height: 18px !important;
    font-size:14px !important;
    color:#fff;
        
}

    .boxInterattiva p.note, #boxInterattiva p.note {
        color:#fff !important;
        font-size:10px !important;
        line-height: 15px !important;
    }

.copertinaAttivita {
    position:relative;
    max-height: 480px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow:hidden;
    display:block;
    background-color:#4f4f4f;
}
.copertinaAttivita.active {
      max-height: 600px;

}
:root .copertinaAttivita { height: 480px \0/IE9; } /* ONLY IE9*/
:root .copertinaAttivita.active { height: 600px \0/IE9; } /* ONLY IE9*/


.copertinaAttivita.active .mapBoxCopertina {
    opacity:1;
    transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}
.placeholderCopertina {
    height:600px;
    position:relative;
    z-index:1;
}
.hoverCopertina {
    position:relative;
    z-index:2;
    height: 480px;
    display:block;
    background:url(../App_Images/hover-copertina.png) repeat-x left bottom;
}
    .hoverCopertina .maxWidth {
        height: 480px;
        position:relative;
    }

.labelBoxCopertina {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding : 0 370px 0px 195px;
}



.hoverDark {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120px;
    z-index:10;
    background:url(../App_Images/hover-mappa.png) repeat-x top;
}


.overPostDark {
    display:none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67);
    z-index: 10;
    opacity:0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
    .overPostDark.open {
        opacity:1 !important;
    }


.mapContent {
    display:block;
    width:100%;
    height:400px;
    position:relative;
}





.boxMapElenco {
    position:relative;
    height:500px;
    width:100%;
    overflow:hidden;
}
.mapBoxElenco {
    position:relative;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:4;
    -webkit-transition: -webkit-transform 0.7s ease;
    -moz-transition: -moz-transform 0.7s ease;
    -o-transition: -o-transform 0.7s ease;
    -ms-transition: -ms-transform 0.7s ease;
    transition: transform 0.7s ease;

    transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}


.mapBoxCopertina {
    position:absolute;
    top:0;
    left:0;
    height:630px;
    width:100%;
    z-index:4;
    -webkit-transition: -webkit-transform 0.7s ease;
    -moz-transition: -moz-transform 0.7s ease;
    -o-transition: -o-transform 0.7s ease;
    -ms-transition: -ms-transform 0.7s ease;
    transition: transform 0.7s ease;

    transform: translate(0, -150%) !important;
    -o-transform: translate(0, -150%) !important;
    -ms-transform: translate(0, -150%) !important;
    -moz-transform: translate(0, -150%) !important;
    -webkit-transform: translate(0, -150%) !important;
}
.closeMappa {
    position:absolute;
    top:120px;
    right:10px;
    display:none;
    height:40px;
    width:40px;
    background:url(../App_Images/map/close_map.png) no-repeat center center;
    z-index:4;
    cursor:pointer;
}
.closeMappa:hover {
    opacity:0.5;
}


#boxMappa {
    background:url(../App_Images/mappa-interattiva.png) no-repeat center bottom;
    height: 155px;
}


.singleSocial {
    display:inline-table;
    margin-bottom:30px;
}
.socialFacebookBox {
    height:60px;
    width:100%;
}
.socialInstagramBox {
    display:block;
    height:60px;
    width: 210px;
    background:url(../App_Images/condividi_instagram.png) no-repeat center center;
}
#scrollPositionForm {
    position:relative;
    display:block;
    height:150px;
    width:100%;
}





/*--- BOX ULTIMI POST DEGLI UTENTI ALL'INTERNO DELLE ATTIVITA ---------------------------------*/

.boxPostUtenti h3 {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 100;
}

.boxPostAttivita .boxElemPost {
    width: 49.6%;
}


/* -- BOX PRENOTAZIONE  ------------------------------------------------------------------------*/
.formActionAttivita {
    position:relative;
    display:block;
    margin-bottom:120px;
}


.formActionAttivita h3 {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 100;
    line-height:28px;
}

.boxPrenotazione {
    display:block;
    position:relative;
    width:100%;
    padding-bottom:20px;

}
    .boxPrenotazione ul {
        list-style: none;
        position: relative;
        z-index: 3;
    }
    .boxPrenotazione ul li{
        display:inline-table;
        padding:6px 10px;
        border-top:1px solid #dedede;
        border-left:1px solid #dedede;
        border-right:1px solid #dedede;
        cursor:pointer;
        color:#ccc;
        background:#f2f2f2;
    }
        .boxPrenotazione ul li.active {
            color:#000;
            background:#fff;
        }

    .boxPrenotazione p {
        font-size:12px;
        color:#666;
    }

#success_prenotazione {
    display:none;
}

#success_prenotazione , #success_prenotazioneTavolo, #success_prenotazioneContatti{
    padding:140px 0;
}

.wrapperPrenotazione {
    padding:10px;
    border:1px solid #dedede;
    margin-top: -1px;
  z-index: 1;
  position: relative;
  vertical-align:top;
  background-color:#fff;
}
.singleWrapper {
    display:none;
    position:relative;
    vertical-align:top;
}

.wrapperPreventivo .labelOpen {
    color:#fff;
    background:#249ec5;
    border: 1px solid #249ec5 !important;
}
.wrapperPreventivo .button-medium {
    background-color:#eaad00;
    color:#fff;
}
.wrapperPreventivo .button-medium:hover {
    background-color:rgba(237, 30, 36, 1);
    color:#fff;
}

.wrapperHotel .labelOpen {
    color:#fff;
    background:#5f5abe;
    
}
.wrapperRistoranti .labelOpen {
    color:#fff;
    background:#00a550;
}

.fullElem {
    width:100%;
}

.fullWrapper {
    display:inline-block;
    width:100%;
    padding:0px;
    vertical-align:top;
}
.halfWrapper {
    display:inline-block;
    width:50%;
    padding: 0 0 0 15px;
    vertical-align:top;
}
.halfWrapper:first-child {
    border-right:1px dotted #dedede;
    padding: 0 15px 0 0;
}

    .halfWrapper .fieldSet {
        max-width:100%;
    }


.prenotaNoteTextarea, .prenotaNoteTextareaTavolo, .prenotaNoteTextareaContatti {
    height: 125px;
    resize: none;
}

.labelOpen {
    border: 1px solid  #999;
  padding: 10px;
  cursor:pointer;
  vertical-align:top;
}
    .labelOpen:hover {
        opacity:0.5;
    }
.dataLabel {
    display:inline-table; vertical-align:top;
    min-width:140px;
    background-image:url(../App_Images/ico_data.svg);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:30px;
}
.orarioLabel {
    display:inline-table; vertical-align:top;
    min-width:200px;
    background:url(../App_Images/ico_selectOrario.png) no-repeat left center;
    padding-left:30px;
}
.dataSet {
    display:inline-table; vertical-align:top;
    font-size: 20px;
}
#from, #to, #fromTavolo, #orarioTavolo {
    display:none;
}

#fromData, #toData{
    width: 280px;
    left: -100px;
    top: -60px;
    position: absolute;
    z-index: 4;
    display:none;

}
#fromDataMobile, #toDataMobile {
    width: 280px;
    left: 0px;
    top: -60px;
    position: absolute;
    z-index: 4;
    display:none;

}

#orarioTavolo {
    padding:10px;
}

.boxOra {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display:inline-table;
    border:1px dotted #666;
    padding:10px 3px;
    width:22%;
    text-align:center;
    cursor:pointer;
    margin:5px;
}
.boxOra:hover {
    border:1px dotted #999;
    color:#999;
}
    .boxOra.active {
    border:2px solid #00a550;
    color:#00a550;
    font-weight:bold;
    }

.ui-datepicker {
width:100% !important;
background: #F9C6C6;
}

.ui-widget-content {
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    border:0;
}
.ui-datepicker-calendar {
    background: #DFDFDF;
}
.ui-corner-all select {
    padding:0;
    font-size:13px !important;
    display:inline-block;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #ccc !important;
  color: #ffffff;
  font-weight: bold;
}

/*--- BOX SPONSOR ------------------------------------------------*/
.underSponsor {
    padding:0;
    display:block;
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:100%;
    background:#fff;
    margin-bottom:20px;
}

.singleSlideSponsor {
    display:inline-block;
    margin:0 auto;
    height:100px;
    width:190px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}


/*--- BOX Powered ------------------------------------------------*/

.singleSlidePowered {
  margin: 0 auto;
  height:40px;
  width:60px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center center;
}



.shareIcoNews {
  position: absolute;
  right: 5px;
  bottom: 128px;
  display: none;
  height: 30px;
  width: 200px;
  text-align: right;
  z-index:3;
}

.addFavorite {
    display:inline-table;
    height:30px;
    width:40px;
    background:url(../App_Images/favorite/addFavorite.png) no-repeat center center;
    cursor:pointer;
}
.addFavorite:hover {
    opacity:0.6;
}

.imagePostBig {
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
      height: 380px;
}
.linkPost {
    display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.linkPost:hover .imagePostBig{
    opacity:0.8;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.textNews {
    color:#999;
    font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 6px 12px 10px;
  line-height: 16px;
}
/* ------------------------------------------------------------------------------------------*/

.breadCrumbBox {
    display:block;
    width:100%;
    color:#ccc !important;
    background-color: #333;
  padding: 10px 0;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  
  line-height: 20px;
  vertical-align: top;
  text-transform:uppercase;
  margin-bottom:0px;
}
.breadCrumbBox.variant {
    background-color:#006d98;
}
    .breadCrumbBox a {
        vertical-align:top;
        color:#fff !important;
        font-size: 11px !important;
        font-weight:normal !important;
        text-decoration:none !important;
    }
    .breadCrumbBox a:hover {
        vertical-align:top;
        color:#ccc !important;
    }

.breadCrumb li {
    display:inline-block;
    vertical-align:top;
    padding-right:15px;
    background-image:url(../App_Images/option-list.png);
    background-position: center right;
    background-repeat:no-repeat;
    margin-right:10px;
}
.breadCrumb li:last-child {
    background-image:none;
}



.brad-home {
    display:inline-table;

    height:20px;
    width:20px;
    background:url(../App_Images/breadcrumb/home.png) no-repeat;
}
.imageDetailElem {
    width:100%;
    height:auto;
    position: relative;
    z-index: 9999;
    margin-bottom:20px;
    text-align:left;
}
    .imageDetailElem a {
        display:block;
    }
    .imageDetailElem img.big {
        width:240px;
        height:auto;
        display:block;

    }


.firstFancyBox {
    display:block;
    cursor:pointer;
}
.firstFancyBox:hover {
    opacity:0.8;
}
.miniGalleryNews {
    display:inline-table;
    height:80px;
    width:80px;
    margin-right:3px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
    .miniGalleryNews:hover {
        opacity:0.8;
    }

    .miniGalleryNews a {
        display:block;
        height:100%;
        width:100%;
    }



.contentElem {
    padding: 20px;
}

    .contentElem h1 {
        color: #000 !important;
            font-weight: 200;
    }

    .contentElem h2 {
        color: #000 !important;
        font-size: 28px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        margin: 20px 0;
    }
    .contentElem h3 {
        color: #000 !important;
    }
.contentElem ul, .contentElem ol {
    list-style-type:disc !important;
      list-style-position: outside;
      margin-bottom: 10px;
      padding-left: 20px;
}
    .contentElem ul li, .contentElem ol li {
      font-family: 'Open Sans', sans-serif;
        padding: 3px 0;
        line-height: 20px;
        font-size: 13px;
    }
.minHeight {
    min-height: 930px;
    position:relative;
    overflow:hidden;
}
.pagineInterne .colDX {
    /*border-left:1px solid #dedede;*/
    
}
.pagineInterne p {
        line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}

.boxSharePage {
    display:inline-block;
    vertical-align:top;
    padding:0 3px;
    width: 60%;
}
.shareBoxElem {
    display:inline-table;
    width: 145px;
    height: 44px;
    margin-bottom:10px;
}
.shareContainer {
    width: 100%;
    min-height: 85px;
    padding: 20px 0px;
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background: #5f5abe;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}
.icoShare {
    display:inline-block;
    height:32px;
    width:44px;
    cursor:pointer;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:32px;
}
.icoShare:hover {
    opacity:0.7;
}
.icoShare.facebook{
    background-image:url(../App_Images/share/page/ico_facebook.png);
}
.icoShare.twitter{
    background-image:url(../App_Images/share/page/ico_twitter.png);
}
.icoShare.google{
    width:45px;
    background-size: 45px;
    background-image:url(../App_Images/share/page/ico_google.png);
}

.icoShare.facebook_white{
    background-image:url(../App_Images/share/page/ico_facebook_white_page.png);
}
.icoShare.twitter_white{
    background-image:url(../App_Images/share/page/ico_twitter_white_page.png);
}
.icoShare.google_white{
    width:45px;
    background-size: 45px;
    background-image:url(../App_Images/share/page/ico_google_white_page.png);
}


.linguetta {
  border-right: 12px solid #fff;
    width: 0;
  height: 0;
  top: 0px;
  margin: 0px 0px 0px 0px;
}


/*- ELEMENT REPEAT----------------------------------------*/
.boxRepeatElem {
    display:block;
    width:100%;
    position:relative;
    text-align:left;
    float:left;
    margin-bottom:10px;
}
.singleElem {
    display:inline-table;
    width:33%;
    padding:5px;
    position:relative;
    float:left;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dobleElem {
    width:50%;
}

.linkAllBox {
    display: inline-table;
    position: absolute;
    top: 30px;
    right: 10px;
  
}
    .linkAllBox a, .linkAllBox a:visited {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color:#fff !important;
        text-decoration:none;
        padding: 6px 12px;
    }
        .linkAllBox a:hover {
            background:#999 !important;
        }
.boxElem {
    background:#ffffff;
    padding:5px;
    width:100%;
    min-height:310px;
    position:relative;
    overflow:hidden;
}

    .boxElem .listStelle {
        display:block;
        margin-bottom:0;
        text-align:left;
        float:none;
        background-position:left !important;
        position:absolute;
        left:0px;
        bottom:0px;
    }

.boxVetStelle {
    display:inline-block;
    vertical-align:top;
}

.boxVetStelle input{
    position:absolute;
    top: 11px;
    line-height: 1px !important;
    height: 15px;
}


.pointer {
    cursor:pointer !important;
}
    .pointer:hover {
        opacity:0.7;
    }


.boxVetStelle .vetStelle {
    background-position:25px center;
    background-repeat:no-repeat;
    background-size: 110px;
    display:inline-block;
    vertical-align:top;
    background-image:url(../App_Images/stelle/stelle_send_rating.svg);
    padding:0 0 0 25px !important;
    height: 45px;

    
}
    .vetStelle.cinque {
        width:140px;
    }
    .vetStelle.quattro {
        width:114px;
    }
    .vetStelle.tre {
        width:92px;
    }
    .vetStelle.due {
        width:70px;
    }
    .vetStelle.uno {
        width:46px;
    }


.boxTipoAppartamenti {
    display:inline-block;
    vertical-align:top;
}

.boxTipoAppartamenti input{
    position:absolute;
    top: 11px;
    line-height: 1px !important;
    height: 15px;
}
.boxTipoAppartamenti .vetAppartamenti {
    background-position: 25px center;
    background-repeat: no-repeat;
    background-size: 25px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../App_Images/ico_appartamenti.svg);
    padding: 13px 0 0 57px !important;
    height: 45px;
    font-size: 12px;
}


.imageElem {
    width:100%;
    height:200px;
    overflow:hidden;
    position:relative;
    border-bottom:4px solid #76bdcf;
    z-index:2;
    
}
    .imageElem a {
        display:block;
    }
.imageFix {
    width:100%;
    height:200px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imageElem:hover .imageFix{
    opacity:0.8;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.infoElem {
    position:relative;
    padding: 6px 6px 0 6px;
    z-index:1;
}
    .infoElem h3 {
        font-weight: normal;
        min-height: 40px;
    }
    .infoElem a, .infoElem a:visited {
        text-decoration:none !important;
        color:#000 !important;
         font-weight:normal !important;
    }
        .infoElem a:hover {
            color:#999 !important;
        }

.descElem {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    line-height: 16px;
    color: #999 !important;
    padding-top: 10px;
}
.descElem a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    line-height:16px;
    color:#999 !important;
    padding-left:15px;
    background-image:url(../App_Images/option-list.png);
    background-position:3px 6px;
    background-repeat:no-repeat
}
.descElem a:hover {
    color:#999 !important;
}


.linkOption {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height:30px;
    color:#999 !important;
    padding: 5px 7px 5px 25px;
    background-image:url(../App_Images/option-list.png);
    background-position:10px center;
    background-repeat:no-repeat;
    text-decoration:none !important;
    width: 100%;
    display: block;
}
.linkOption:hover {
    color:#333 !important;
}

    .linkOption.active {
        background-color:rgb(0, 109, 152);
        color:#fff !important;
    }

.dataElem {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#999;
    margin-bottom: 4px;
    display: block;
}
.boxEtichetta {
    position:absolute;
    width:100%;
    z-index:10;
    top:205px;
}
.etichettaElem {
    position:absolute;
    z-index:5;
    display:inline-block;
    top:-15px;
    left:6px;
    padding:5px;
    background:#76bdcf;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform:uppercase;
    font-weight:bold;
    line-height: 16px;
    height:26px;
}

.linkBig {
    padding: 15px;
    display: inline-table;
    background: #7FC1D4;

    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.linkBig:hover {
    background:#000;
}
.titleSection {
    margin-bottom: 10px;
    vertical-align: top;
    border-bottom: 4px solid #dedede;
    padding: 0 0 0 60px;
    position: relative;
    display: block;
    min-height: 60px;
}
    .titleSection .ico {
        display: block;
        height:50px;
        width:50px;
        margin-right: 10px;
        -ms-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        vertical-align: middle;
        position:absolute;
        top:5px;
        left:0;
    }
    .titleSection .label {
        display: inline-table;
        vertical-align: middle;

    }

    .titleSection h1 {
        font-weight: 400;
        font-size: 30px;
        padding:0;
        margin:0;
        line-height:30px !important;
    }

    .titleSection .labelAddress {
        font-family: 'Open Sans', sans-serif;
        color: #dedede;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0;
    }
    
    
    .titleAttivitaPage {
        color: #fff !important;
        line-height: 28px;
    }
.titleAttivitaPage.dark {
    color:#000 !important;
    line-height: 28px;
}

.labelOrderBy {
    font-size: 12px;
    color: #000;
}
.labelFilterTitle, .labelFilterComuneTitle {
    margin-top:5px;
    display:inline-block;
    vertical-align:top;
}
    .labelFilterTitle li, .labelFilterComuneTitle li {
        display: inline-block;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        padding: 3px 6px;
        background-color: #ff9600;
        margin: 0 2px;
    }

.labelFilterTitleOfferte {
    margin: 5px 0 10px 0;
    display: inline-block;
    vertical-align: top;
}
    .labelFilterTitleOfferte li  {
        display: inline-block;
        margin: 6px 2px;
    }
        .labelFilterTitleOfferte li a {
            font-size: 13px;
            text-transform: uppercase;
            padding: 3px 6px;
            background-color: #ff9600;
            color: #fff;
            text-decoration: none;
        }

        .labelFilterTitleOfferte li:hover {
            opacity: 0.7;
        }


        .countStrutture {
            font-weight: bold;
            font-size: 22px;
        }

.boxLogoAttivita {
    height: 180px;
    width: 180px;
    background: #fff;
    display: block;
    position: absolute;
    border: 6px solid #fff;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    top: -188px;
    left: 5px;
    z-index: 3;
}



.listSchedeAttivita {
    border-bottom:1px solid #dedede;
    border-left:1px solid #dedede;
    -ms-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    height: 45px;
    left: 0;
    padding-left: 184px;
    right: 0;
    font-size: 1px;
    line-height: 44px;
    margin-bottom: 30px;
}

.listSchedeAttivita li{
    display: inline-block;
    list-style-type: none;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 0 14px;
    border-left: #e9eaed solid 1px;
    line-height: 14px;
}
    .listSchedeAttivita li:first-child {
        border-left:none;
    }

.listSchedeAttivita .btnSchedaAttivita{
    color:#999;
    display: inline-table;
    position: relative;
    cursor:pointer;
    font-size: 14px;
}
    .listSchedeAttivita .btnSchedaAttivita:hover {
        color:#000;
    }

.schedaAttivita {
    width:100%;
    display:block;
    position:relative;
    overflow:hidden;
    min-height:500px;
    background:#fff;
    margin-bottom:30px;

}
    .schedaAttivita:first-child {
        display:block;
    }
    .schedaAttivita h3 {
        display:block;
        margin-bottom:10px;
    }

.boxServiziAttivita {
    margin: 0 auto 20px auto;
    text-align: center;
    padding:15px;
    text-align: left;
}
    .boxServiziAttivita li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        margin-bottom: 30px;
        padding-right: 10px;
        min-height: 38px;
        text-align: left;
    }
    .boxServiziAttivita li .icoServizi {
        display:inline-block;
        vertical-align:top;
        width: 40px;
        height: 40px;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size:30px;
        position: absolute;
    }
    .boxServiziAttivita li .labelTextServizi {
        font-size:11px;
        text-align:left;
        display: inline-block;
        vertical-align: middle;
        color:#999;
        padding: 6px 0 0 46px;
        line-height:13px;
    }


.boxServiziAttivitaDx {
    padding:4px 0;
    margin: 0 auto;
    text-align: left;
    margin-bottom:18px;
}
.boxServiziAttivitaDx li {
        display:inline-block;
        vertical-align:top;
        min-width:30px;
        margin:0 5px 5px 5px;
    }
.boxServiziAttivitaDx li .icoServizi {
        display:inline-block;
        vertical-align:top;
        width:100%;
        height:20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        
    }
.boxServiziAttivitaDx li .labelTextServizi {
        font-size:11px;
        text-align:center;
        width:100%;
        line-height:12px;
        color:#999;
        display:block;
}

.icoMini {
    background-size:20px 20px;
}

.labelSocial {
    display:block;
    padding-bottom:20px;
    
}

.enable {
    border-bottom: 4px solid #ed1e24;
    padding-bottom: 6px;
    color:#000 !important;
}

.disable {
    color:#dedede !important;
    cursor:default !Important;
}
.disable:hover {
    color:#dedede !important;
}
.page {
    position:relative;
}
.listStelle {
    display:block;
    height:28px;
    width:146px;
    background:url(../App_Images/stelle.png) no-repeat right center;
    float:left;
    overflow:hidden;
    margin-left: 0;
    margin-bottom:10px;
}
.stelle1 {
    width:28px;
}
.stelle2 {
      width: 58px;
}
.stelle3 {
      width: 85px;
}
.stelle4 {
      width: 115px;
}
.stelle5 {
      width: 146px;
}

.miniLabelAttivita {
    color:#000;
    font-size: 20px;
    line-height:22px;
    display: block;
    margin-bottom: 10px;
}
a.miniLabelAttivita {
    color:#000;
    font-size: 20px !important;
    line-height:22px !important;
    font-weight:100  !important;

    display: block;
    margin-bottom: 10px;
}
a.miniLabelAttivita:hover {
    color:#000 !important;
}

.textAttivita {
    color: #999 !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    min-height: 28px;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}


.localitaAttivita {
    color:#999 !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height:20px;
    padding-left:30px;
    background:url(../App_Images/ico_localita.png) no-repeat;
    min-height:28px;
    position:relative;
    overflow:hidden;
    clear:both;
    margin-bottom:10px;
}


.boxTopMappa {
    background:#781a26;
    height:113px;
}


/* TELEFONO ATTIVITA */
.telAttivita {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: inline-table;
    padding-left: 30px;
    color: #999;
    min-height: 28px;
    line-height: 22px;
    margin-right: 14px;
    margin-bottom:10px;
}

.telefono {
    background:url(../App_Images/ico_telefono.png) no-repeat;
}
.cellulare {
    background-image: url(../App_Images/ico_cellulare.svg);
    background-position:4px;
    background-repeat:no-repeat;
    background-size:26px;
    padding-left: 34px;
}
.fax {
    background:url(../App_Images/ico_fax.png) no-repeat;
}

/* WEB ATTIVITA */
.webAttivita {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: inline-table;
    padding-left: 30px;
    color: #999;
    min-height: 24px;
    line-height: 22px;
    margin-right: 14px;
}


.webAttivita a{
    font-size: 13px !important;
}
.email , .email_confirm{
    background-image:url(../App_Images/ico_email.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 30px;
}
.colDX .email {
    background-position: 0px;
    padding-left: 30px;
}


.web {
    background: url(../App_Images/ico_web.png);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 34px;
}
/* GALLERY ---------------------------------------------------------------------------------------------------------- */
.galleryElem {
    display:block;
    width:100%;
}

.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
    }
        .swiper-slide img {
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position:relative;
            z-index:1;
            /*
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
          */
        }

        .swiper-slide .boxText {
            position:absolute;
            z-index:3;
            bottom:0;
            left:0;
            right:0;
            padding:0 10px;
            background:rgba(0, 0, 0, 0.80);
            color:#fff;
            text-align:left;
        }

            .swiper-slide .boxText h4 {
                color:#fff;
            }
            .swiper-slide .boxText p {
                color: #fff;
                font-size:11px;
            }




            .galleryElem .swiper-slide {
                -webkit-transition: all 0.5s ease !important;
                -moz-transition: all 0.5s ease !important;
                -o-transition: all 0.5s ease !important;
                -ms-transition: all 0.5s ease !important;
                transition: all 0.5s ease !important;
            }




.listGalleryExtra {
    display:block;
    position:relative;
    margin:0 auto 15px auto;

}
    .listGalleryExtra a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 50%;
    }
    .listGalleryExtra a:hover {
        opacity:0.8;
    }
    .listGalleryExtra img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

.miniExtraThumb {
    position:absolute !important;
    height:1px;
    width:1px;
    bottom:0;
    right:0;
}

.labelEmpty {
    background: #ed2a7b;
}

/* PROMOZIONI */


/* NEWS ---------------------------------------------------------------------------------------------------------- */

.labelNews {
    background: #76bdcf;
}

.icoSection_news {
    border-bottom:1px solid #76bdcf;
}

.icoSection_news .label{
    color:#76bdcf;
}
.icoSection_news .ico{
    background:#76bdcf url(../App_Images/ico_section/news.png) no-repeat center center;
}

.elem-news .etichettaElem{
    background:#76bdcf;
    color:#fff;
}
.etichetta_news{
    background:#76bdcf;
    color:#fff;
}
.elem-news .imageElem {
      border-bottom: 4px solid #76bdcf;
}
.elem-news .boxElem {
    height:260px;
}


.elem-eventi .etichettaElem{
    background:#76bdcf;
    color:#fff;
}

.elem-eventi .imageElem {
      border-bottom: 4px solid #76bdcf;
      height: 140px;
}
.elem-eventi .boxElem {
    height:238px;
    min-height: 238px;
}

.elem-eventi .dataSlide {
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    z-index:10;
    display: table;
    border-right: 1px solid #dedede;
    height: 80px;
    width: 82px;
    vertical-align: top;
    text-align: center;
    background:#fff;
    float: left;
    margin-right: 0;
    color: #999999;
    font-size: 12px;
    top: 5px;
    left: 7px;
}
.elem-eventi .day {
    font-size: 35px;
    padding: 5px;
    display: inline-table;
    width: 100%;
    color:#000;
    font-weight:bold;
}
.elem-eventi .infoElem {
    padding: 2px 6px 6px 96px;
    min-height: 93px;
    background-color: #76BDCF;
}
    .elem-eventi .infoElem a, .elem-eventi .infoElem a:visited {
        color:#fff !important;
    }
    .elem-eventi .infoElem a:hover {
        opacity:0.7;
    }

.elem-eventi .imageFix {
    height:140px;
}


.news-category .shareContainer{
  background:#76bdcf;
}
.news-category .linguetta {
    border-top: 12px solid #76bdcf;
}

.news-category h1 {

    line-height: 40px;
    padding: 10px 0 20px 0;
    font-weight: 100;
    font-size: 36px;
}
.news-category .contentElem {
    color: #000;
    line-height: 20px;
    background: #fff;
    padding: 20px;
    display: block;
    position: relative;
    float: left;
}

.news-category a, #news-category a:visited {
    font-size:16px;
  color: #76bdcf;

  text-decoration:underline;
  vertical-align:top;

}
.news-category a:hover {
  color: #999;
  text-decoration:none;
}

/*-- MIE ATTIVITA -----------------------------------------------------------------------------*/
.icoSection_mieAttivita{
        border-bottom: 1px solid #ed1e24;
}
.icoSection_mieAttivita .ico {
    background:#ed1e24 url(../App_Images/ico_section/attivita.png) no-repeat center center;
}
.icoSection_mieAttivita .label {
    color: #ed1e24;
}
.elem-mieAttivita .labelEmpty {
    background: #ed1e24;
}
.elem-mieAttivita .imageElem {
    border-bottom: 4px solid #ed1e24;
}


/*-- HOTEL ------------------------------------------------------------------------------------------------------------------*/
.labelHotel {
    background: #5f5abe ;
}
.icoSection_hotel {
    border-bottom:1px solid #5f5abe;
}
.icoSection_hotel .label{
    color:#5f5abe;
}
.icoSection_hotel .ico{
    background:#5f5abe url(../App_Images/ico_section/hotel.png) no-repeat center center;

}
.elem-hotel .etichettaElem{
    background:#5f5abe;
    color:#fff;
}
.etichetta_hotel{
    background:#5f5abe;
    color:#fff;
}
.elem-hotel .imageElem {
      border-bottom: 4px solid #5f5abe;
}

.hotel-category .shareContainer {
  background:#5f5abe;
}
.hotel-category .linguetta {
    border-top: 12px solid #5f5abe;
}

.hotel-category h1 {
  color: #2373ae;
  line-height: 50px;
  padding: 10px 0 20px 0;
}
.hotel-category .contentElem {
    color:#000;
    line-height:20px;
}


.hotel-category a, #hotel-category a:visited {
    font-size:16px;
  color: #5f5abe;
  font-weight:bold;
  text-decoration:none;
  vertical-align:top;
}
.hotel-category a:hover {
  color: #999;
  text-decoration:none;
}
.hotel-category .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background:#5f5abe;
}
.hotel-category .button:hover {
    background:#000;
}

/*-----------------------------------------------------*/


/*-- RISTORANTI  ------------------------------------------------------------------------------------------------------------------*/
.labelRistoranti {
    background: #00a550 ;
}
.icoSection_ristoranti {
    border-bottom:1px solid #00a550;
}
.icoSection_ristoranti .label{
    color:#00a550;
}
.icoSection_ristoranti .ico{
    background:#00a550 url(../App_Images/ico_section/ristorante.png) no-repeat center center;

}
.elem-ristoranti .etichettaElem{
    background:#00a550;
    color:#fff;
}
.etichetta_ristoranti{
    background:#00a550;
    color:#fff;
}
.elem-ristoranti .imageElem {
      border-bottom: 4px solid #00a550;
}

.ristoranti-category .shareContainer {
  background:#00a550;
}
.ristoranti-category .linguetta {
    border-top: 12px solid #00a550;
}

.ristoranti-category h1 {
  color: #00a550;
  line-height: 50px;
  padding: 10px 0 20px 0;
}
.ristoranti-category .contentElem {
    color:#000;
    line-height:20px;
}

.ristoranti-category a, #ristoranti-category a:visited {
    font-size:16px;
  color: #00a550;
  font-weight:bold;
  text-decoration:none;
}
.ristoranti-category a:hover {
  color: #999;
  text-decoration:none;
}
.ristoranti-category .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background:#00a550;
}
.ristoranti-category .button:hover {
    background:#000;
}

/*-----------------------------------------------------*/
/*-- SHOPPING  ------------------------------------------------------------------------------------------------------------------*/
.labelShopping {
    background: #ed2a7b ;
}
.icoSection_shopping {
    border-bottom:1px solid #ed2a7b;
}
.icoSection_shopping .label{
    color:#ed2a7b;
}
.icoSection_shopping .ico{
    background:#ed2a7b url(../App_Images/ico_section/shopping.png) no-repeat center center;

}

.etichetta_shopping{
    background:#ed2a7b;
    color:#fff;
}
.elem-shopping .etichettaElem{
    background:#ed2a7b;
    color:#fff;
}
.elem-shopping .imageElem {
      border-bottom: 4px solid #ed2a7b;
}

.shopping-category .shareContainer {
  background:#ed2a7b;
}
.shopping-category .linguetta {
    border-top: 12px solid #ed2a7b;
}

.shopping-category h1 {
  color: #ed2a7b;
  line-height: 50px;
  padding: 10px 0 20px 0;
}
.shopping-category .contentElem {
    color:#000;
    line-height:20px;
}

.shopping-category a, #shopping-category a:visited {
    font-size:16px;
  color: #ed2a7b;
  font-weight:bold;
  text-decoration:none;
}
.shopping-category a:hover {
  color: #999;
  text-decoration:none;
}
.shopping-category .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background:#ed2a7b;
}
.shopping-category .button:hover {
    background:#000;
}
/*-----------------------------------------------------*/


/*-- TEMPO LIBERO  ------------------------------------------------------------------------------------------------------------------*/
.labelTempoLibero {
    background: #006D98 ;
}


.icoSection_tempolibero {
    border-bottom:1px solid #006D98;
}
.icoSection_tempolibero .label{
    color:#006D98;
}
.icoSection_tempolibero .ico{
    background:#006D98 url(../App_Images/ico_section/tempolibero.png) no-repeat center center;
}

.tempolibero-category .shareContainer {
  background:#006D98;
}
.tempolibero-category .linguetta {
    border-top: 12px solid #006D98;
}

.tempolibero-category h1 {
  color: #006D98;
  line-height: 50px;
  padding: 10px 0 20px 0;
}
.tempolibero-category .contentElem {
    color:#000;
    line-height:20px;
}

.tempolibero-category a, #tempolibero-category a:visited {
    font-size:16px;
  color: #006D98;
  font-weight:bold;
  text-decoration:none;
}
.tempolibero-category a:hover {
  color: #999;
  text-decoration:none;
}
.tempolibero-category .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background:#006D98;
}
.tempolibero-category .button:hover {
    background:#000;
}











/*--- OFFERTE ---------------------------------------------------------------*/
.promozioni-category .shareContainer {
  background:#fdb714;
}
.promozioni-category h1 {
    line-height: 36px;
    padding: 10px 0 20px 0;
    font-weight: 100;
    font-size: 30px;
}

.promozioni-category a, #promozioni-category a:visited {
    font-size: 16px;
    color: #fdb714;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}
.promozioni-category .button {

    width: 100%;
    text-align: center;
    background:#fdb714;
}
.promozioni-category .button:hover {
    background:#000;
}
.promozioni-category .button-disable {
    width: 100%;
}

.boxPrezzoOfferta {
    position:relative;
    text-align:center;
    
    padding:20px 0;
}

.boxPrezzoOfferta .prezzoScontato {
    font-size:50px;
    font-family: 'Open Sans', sans-serif;
    color:#fdb714;
    display:inline-block;
    vertical-align:top;
}
.boxPrezzoOfferta .prezzoOverline {
    font-size:24px;
    font-family: 'Open Sans', sans-serif;
    color:#999;
    font-weight:normal !important;
    display:inline-block;
    vertical-align:top;
}
.showPercent {
    font-family: 'Open Sans', sans-serif;
    background-color: #fdb714;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}




.detailPromo {
    margin-bottom:20px;
    color:#000;
    float:left;
    display:block;
    width:100%;
}
.detailPromo h2{
    color:#333;
}
    .detailPromo .boxLogoAttivita {
        position: relative;
        top: auto;
        left: auto;
        margin-right:20px;
    }
/* SERVIZI ------------------------------------------------------------------------------------------------------------*/

.labelServizi {
    background: #944f4f;
}
.icoSection_servizi {
    border-bottom:1px solid #944f4f;
}
.icoSection_servizi .label{
    color:#944f4f;
}
.icoSection_servizi .ico{
    background:#944f4f url(../App_Images/ico_section/servizi.png) no-repeat center center;
}
.elem-servizi .etichettaElem{
    background:#944f4f;
    color:#fff;
}
.elem-servizi .imageElem {
      border-bottom: 4px solid #944f4f;
}
.servizi-category .contentElem {
    color:#000;
    line-height:20px;
}

.servizi-category a, #servizi-category a:visited {
    font-size:16px;
  color: #944f4f;
  font-weight:bold;
  text-decoration:none;
}
.servizi-category a:hover {
  color: #999;
  text-decoration:none;
}
.servizi-category .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    background:#944f4f;
}
.servizi-category .button:hover {
    background:#000;
}




#privacy-category h4 {
  font-size: 18px;
  margin-top: 30px;
}
#cookie-category h4 {
  font-size: 18px;
  margin-top: 30px;
}
#cookie-category ul {
  list-style:circle;
  list-style-position:outside;
  padding-left:20px;
  line-height:22px;
}
#cookie-category li {
  margin-bottom:10px;
}
/*-----------------------------------------------------------------------------------------*/
#footer {
    position: relative;
    display: block;
    width: 100%;
    background: #c70447;
    color: #fff;
    padding: 10px 0 20px 0;
    z-index: 5;
    float: left;
}

.logoFooter {
    display:block;
    margin: 10px auto;
    height:90px;
    width:90px;
    background-image:url(../App_Images/logo-elbamylove-footer.svg);
    background-position: center center;
    background-size:60px;
    background-repeat:no-repeat;
}
.contentFooter {
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size:11px;
}
.contentFooter a,.contentFooter a:visited{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size:11px;
    line-height: 18px;
}
    .contentFooter a:hover {
        color:#fff;
    }

#footer ul {
    width:24%;
    display:inline-block;
    vertical-align:top;
    color:#fff;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    line-height:14px;
    margin-bottom:20px;
    padding-right: 20px;
}

#footer  .listFooter ul {
    width: 16.66%;
    display: inline-block;
}

.titleFooter {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 3px 0;
}
.spacerListFooter {
    height:20px;
    display:block;
}

.bigNum {
    color:#999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
}

#footer ul a {
    color: #e8e8e8;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    line-height: 14px;
    text-decoration: none;
    display: inline-table;
    margin: 4px 0px;
}
#footer ul a:hover {
    color:#fff;
}
#footer-social a{
    margin: 4px 6px;
}

#footer_partner {
    background-color: #d7d7d7;
    padding: 10px 0px;
}
#footer_partner .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
    #footer_partner .container .item {
        display:inline-block;
        vertical-align:top;
    }
#footer_partner .container .item.label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    width: 183px;
    line-height: 1em;
    text-align: right;
    padding-right: 20px;
    padding-top: 7px;
}
#footer_partner .container .item a {
    opacity: 0.8;
    border-left: 1px solid #BBB;
    padding: 5px 20px;
    display:block;
}


.boxNewsletterFooter {
    padding-top: 8px;
    max-width: 400px;
    text-align: center;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;

}
    .boxNewsletterFooter input {
        border: 0;
        background: #610022;
        color: #e8e8e8 !important;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        width: 75%;
        display: inline-table;
        display: inline;
        vertical-align: top;
        height: auto;
        line-height: 40px !important;
        height: 40px;
    }

    .boxNewsletterFooter .btnSendNewsletter {
        cursor: pointer;
        width: 21%;
        display: inline-table;
        vertical-align: top;
        line-height: 40px !important;
        height: 40px;
        background: #610022 url(../App_Images/ico_newsletter_mini.png) no-repeat center center;
    }
    .boxNewsletterFooter .btnSendNewsletter:hover {
        opacity:0.6;
    }


.boxInstagram {
    background-color:#fff;
}
.cursive_hashtag {
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: rgba(237, 30, 36, 1);
}






.blockInfoMap {
    display: block;
    width: 220px;
    height: 180px;
}
.icoImageAttivitaMap {
    display:block;
    position:relative;
    overflow:hidden;
    border:1px dotted #999;
    float:left;
    margin-right:10px;
}
.icoImageAttivitaMap img {
    display:block;
    width:80px;
    height:80px;
    margin:4px;
}
.imgCircle {
    -ms-border-radius:50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.popuptitle {
  font-size: 16px;
  margin: 5px 0;
  padding-top: 13px;
  display: block;
  min-height: 55px;
}
.popupAddress {
  font-size: 12px;
  color:#666;
  margin: 5px 0;
  padding-top: 10px;
}
.blockInfoMap hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
  display:block;
  clear:both;
}


.btn-group-justified {
  display: block;
  width:220px;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-group > .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left:0;
}
.btn-group > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}


#directions-panel {
    height: 100%;
    float: right;
    width: 390px;
    overflow: auto;
}

.boxIFrameTraghetto {
    margin-left: auto; margin-right: auto; max-width: 820px;
}


.messageErrorRegistration, #boxConfirmRegistration {
    display:none;
}

.messageErrorRegistration {
    padding: 10px;
    background: #ff000036;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    color: #000;
    font-size: 14px;
}

    .messageErrorRegistration a {
        font-weight:bold;
        text-decoration:underline !important;
        color:#000 !important;
    }

    #errorNewsletter, #successNewsletter, #existNewsletter {
        color: #fff;
        font-weight: bold;
        display: none;
    }

/*---- PROFILO -----------------------------------------------*/

.boxInsideAccount {
    background:#fff;
        border: 1px solid #F7F7F7;
    width:100%;
    min-height:50px;
    position:relative;
    display:block;
    padding:15px;
}



.imageProfileThumb {
    margin: 0;
    height: 160px;
    width: 160px;
    top:-170px;
    background:#fff;
    display: block;
    vertical-align: top;
    position: absolute;
}
.imageProfileThumb:hover .boxUploadImage{
        opacity:0.5;
    }

.imageProfile {

    height: 200px;
    width: 200px;
    padding: 5px;
    border: 1px solid #dedede;
    display: inline-table;
    vertical-align: top;
    position: absolute;
}

.imageProfileThumb .boxUploadImage .loadImg{
    height: 160px;
    width: 160px;
}


.boxUploadImage {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #dedede;
    overflow: hidden;
    position: relative;
    background: #fff;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image:url(../App_Images/thumb-user.png);
}
    

.boxUploadImage .loadImg {
    display: none;
    opacity: 0.5;
    height: 200px;
    width: 200px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(../App_Images/preloader.gif) no-repeat center center;
}
.btnUpladFile {
    cursor: pointer;
}
.hiddenElem {
    display:none !important;
}

.hiddenFileUpload {
    visibility: hidden;
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}
.imageProfile input {
    border: 1px solid #dedede;
    line-height: 26px;
    color: #666;
    padding: 0 5px;
}
.descProfile {
    display: block;
    vertical-align: top;
    width: 100%;
}
    .descProfile ul {
        margin-top: 20px;
        margin-bottom: 10px;
    }




.listOptionProfile {
    border-bottom:1px solid #dedede;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    -ms-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    height: 45px;
    left: 0;
    right: 0;
    font-size: 1px;
    line-height: 44px;
    margin-bottom: 30px;
    background-color:#fff;
    display:block;
}

.listOptionProfile li{
    display: inline-block;
    list-style-type: none;
    width: 19.5%;
    position: relative;
    vertical-align: middle;
    padding: 0 10px;
    border-left: #e9eaed solid 1px;
    line-height: 14px;
    text-align:center;
}
    .listOptionProfile li:first-child {
        border-left:none;
    }

.listOptionProfile .btnSchedaProfile{
    color:#999;
    display: inline-table;
    position: relative;
    cursor:pointer;
    font-size: 14px;
    text-decoration:none;
}
    .listOptionProfile .btnSchedaProfile:hover {
        color:#000;
    }

.tableColumnProfile {
    vertical-align:top;
    display:block;
    width: 100%;
    margin-bottom:20px;
    position:relative;
}

    .tableColumnProfile.separated {
        border-top:1px dotted #dedede;
    }

.halfColumnFirstProfile {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 260px);
      margin-right:20px;
      text-align:left;
}
.halfColumnSecondProfile {
      display: inline-block;
  vertical-align: top;
  width: 240px;
  padding-right: 15px;

}

.boxElemProfile {
    display:block;
    width:100%;
    border:1px solid #F7F7F7;
    min-height:50px;
    background:#fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:10px;
    float:left;
}

.boxShareBacheca {
    display:block;
    width:100%;
    border:1px solid #F7F7F7;
    min-height:50px;
    background:#fff;
    font-family: 'Open Sans', sans-serif;
    overflow:hidden;
    z-index:11;
}
.headerShare {
    position:relative;
    background:#ed1e24;
    padding:10px;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    height:33px;
}
    .headerShare form {
        position:absolute;
        top:0;
        left:0;
    }
.selectUserWrite {
    display:block;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    padding: 10px;
    text-decoration:none;
    background:#ed1e24;
    text-align:left;
}
.selectUserWrite:hover {
    opacity:0.5;
}

.gridPhoto {
    display:block;
    width:100%;
    padding:2px;
}
.gridPhoto li {
    width: calc( 50% - 1px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1px;
    margin-right: 1px;
    text-align: center;
    height: 87px;
    position: relative;
    overflow:hidden;
}

        .gridPhoto li a {
            display:block;
            position:absolute;
            z-index:2;
            width:100%;
            height:100%;
            overflow: hidden;
            background-size: cover !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            font-size: 12px;
            padding: 1px;
        }
            .gridPhoto li a:hover {
                opacity:0.7;
            }

            .gridPhoto li a.static {
                position:relative !important;
                color:#fff !important;
            }

            .gridPhoto li a img {
                display:block;
                width:100%;
                height:auto;
                position:absolute;
                top:50%;
                left:50%;

                transform: translate(-50%, -50%);
                -o-transform:translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);

            }
        .gridPhoto li.static {
            background-color:#c1c1c1;
        }


.btnOpenPostUtente {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display:block;
}
.btnOpenPostUtente:hover {
    cursor:pointer;
    opacity:0.8 !important;
}

.ddlSelectAttivita {
    display:none;
    position:absolute;
    max-height:280px;
    width:200px;
    overflow:hidden;
    top:5px;
    left:5px;
    z-index:10;
    padding:5px;
    margin:0;
    background:#fff;
    border:1px solid #dedede;
}


.ddlSelectAttivita .contentScroll{
    position:relative;
    max-height:280px;
    overflow-y:scroll;
}
    .ddlSelectAttivita ul {
        padding:5px;
    }
        .ddlSelectAttivita ul li {
            margin-bottom:5px;
            cursor:pointer;
        }

            .ddlSelectAttivita ul li.active .successSelect {
                display:block;
            }

        .ddlSelectAttivita ul li:hover {
            opacity:0.5;
        }
        .ddlSelectAttivita ul input {
            position:absolute;
            top:0;
            left:0;
            opacity:0;
            z-index:0;
        }
    .ddlSelectAttivita ul .textAttivita{
            display: block;
        height: 28px;
        padding-left: 40px;
        padding-top:5px;
        width: 100%;
        line-height: 11px;
        font-weight: normal;
        font-size: 11px;
        color:#999;
        overflow: hidden;
    }
    .ddlSelectAttivita ul .icoAttivita{
        display:block;
        height:30px;
        width:30px;
        position:absolute;
        left:0;
        background:#dedede;
        overflow:hidden;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover;
    }

.successSelect {
    display:none;
    width:22px;
    height:16px;
    background:url(../App_Images/successSelect.png) no-repeat center center;
    position:absolute;
    z-index:10;
    top: 4px;
    left: 14px;
}

.icoWrite {
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:43px;
    height:33px;
    background:url(../App_Images/icoWrite.png) no-repeat center center;
}
.userWrite {
    padding-left:38px;
    display:block;
    width:100%;
    color:#fff;
    text-decoration:none;
}


.bodyShare {
    display:block;
    height:auto;
    
}
.boxShareBacheca .bodyShare {
    padding-left: 120px;
    padding-right: 10px;
    display: block;
    position: relative;
}

.bodyShare .titleTextShare {
    border: none;
    background: rgba(255, 255, 255, 0.00);
    padding: 14px 8px;
    width: 100%;

    display: block;
    line-height: 18px;
    color: #000 !important;
    direction: ltr;
    outline: 0;
    resize: none;
    vertical-align: bottom;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    overflow: visible;
    border-bottom:1px dotted #dedede;
}


.bodyShare .bodyTextShare {
    border:none;
    background:rgba(255, 255, 255, 0.00);
    padding:14px 8px;
    width:100%;
    height: 130px;
    display:block;
    line-height:18px;
    color:#000 !important;
        direction: ltr;
        outline: 0;
        resize: none;
    vertical-align: bottom;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    overflow:visible;
    
}

.boxElemProfile  .bodyShare {
    padding:10px;
}

.editInfo {
    padding:20px;
    font-size:12px;
    padding:8px 0 8px 20px;
    display:block;
}
.editInfo.emailInfo {
    background-image: url(../App_Images/ico_email.png);
    background-position:left center;
    background-size:13px 13px;
    background-repeat:no-repeat;
}
.editInfo.telefonoInfo {
    background-image: url(../App_Images/ico_telefono.png);
    background-position:left center;
    background-size:13px 13px;
    background-repeat:no-repeat;
    position:relative;
    padding-right:20px;
}
.editInfo.addressInfo {
    background-image: url(../App_Images/ico_localita.png);
    background-position:left center;
    background-size:10px 13px;
    background-repeat:no-repeat;
    color:#999;
    line-height: 18px;
}

.linkInfo {
    color:#666;
    text-decoration:none;
}
.linkInfo:hover {
    color:#dedede;
    text-decoration:none;
}
.imgPost {
    display:block;
    padding:10px 0;
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align:center;
}
    .imgPost:hover {
        opacity:0.8;
    }

    .imgPost img {
        display:block;
        margin:0 auto;
        
    }
    img.loaded {
        width:auto;
        height:100%;
        max-height:unset;
        max-width:unset;
    }

    .imgPost img.loaded , .colHome img.loaded{
        width:100%;
        height:auto;
        max-height:unset;
        max-width:unset;
    }

    .swiper-slide img.loaded {
        width:100%;
        height:auto;
        max-height:unset;
        max-width:unset;
    }

.footerShare {
    background:#E0E0E0;
    padding:5px 10px;
    font-size:12px;
    min-height:32px;
}
    .footerShare .ico {
        display:inline-block;
        height:40px;
        width:50px;

        cursor:pointer;
    }
    .footerShare .ico:hover {
        opacity:0.6;
    }

.takePicture {
    display: block;
    height: 100px;
    width: 100px;
    position: relative;
    background-image: url(../App_Images/post/take-picture.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    cursor:pointer;
}
    .takePicture:hover {
        opacity:0.8;
    }

    .whereActivity {
        background: url(../App_Images/post/where-activity.png) no-repeat center center;
    }
.shareOnFacebook {
    opacity:1;
    background-image:url(../App_Images/post/share-facebook.png);
    background-position:bottom center;
    background-repeat:no-repeat;
    height:30px;
    position:relative;
    overflow:hidden;
}
    .shareOnFacebook.logged {
        background-position:top center;
    }


.boxWhereAttivita {
    display:block;
    padding:10px;
    background:#781a26;

}
    .boxWhereAttivita label {
        font-size:14px;
        color:#fff;
    }
    .boxWhereAttivita input {
            width: 100%;
        padding: 8px 6px !important;
        height: 36px;
    }
    .ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    font-size:12px;
  }
.ui-widget {
    font-family: 'Open Sans', sans-serif !important;
}


.boxTempLoadImage {
    display: block;
    width: 120px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.loadImg {
    display:none;
    opacity:0.7;
    height:100%; width:100%; 
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    background:#fff url(../App_Images/preloader.gif) no-repeat center center;
    color: #000000;
    text-align: center;
    padding-top: 43%;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}

.boxImageTemp {
    display:block;
    height:100px;
    width:100px;
    position:relative;

    border:1px solid #dedede;
    background-position:center center !important;
    background-attachment:scroll;
    background-size:cover !important;
}

.btnToShare {
    float: right;
    padding: 5px;
    background: #ED1E24;
    line-height: 20px;
    color: #fff;
    cursor:pointer;
    text-decoration:none;
    margin: 6px 0;
    font-weight:bold;
    text-transform:uppercase;
}
    .btnToShare:hover {
        opacity:0.6;
    }


.successPost {
    display:none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(250,250,250,0.8);
}

.messageSuccessPost {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 28px;
    color: #000;
    height: 100%;
    width: 100%;

    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.colHome {
    position:relative;
    display:block;
}

.colHome .boxElemPost {
    width:100%;
    margin: 10px 0 0 0;
}

.colHome h4 {
    padding: 16px 10px;

}

    .colHome img {
        display:block;

    }


.boxElemPost {
    width:100%;
    border: 1px solid #F7F7F7;
    min-height: 50px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 2px 10px 0;
    display:inline-block;
    vertical-align:top;
}
.headerPost {

    padding:10px 10px 10px 50px;
    font-size:13px;
    font-weight:normal;
    text-align:left;
}
    .headerPost h4 {
        padding: 0;
        margin: 0;
        text-transform: none;
        line-height: 14px;
    }
    .headerPost .dataPost {
        font-size:11px;
        color:#ccc;
    }

    .headerPost .optionPost {
        position:absolute;
        top:0;
        right:0;
        z-index:4;
    }
    .headerPost .icoOptionButton {
        position:absolute;
        top:0;
        right:0;
        display:block;
        height:30px;
        width:30px;
        background:url(../App_Images/option-post-button.png) no-repeat center center;
        z-index:2;
        cursor:pointer;
    }
    .headerPost .icoOptionButton:hover {
        opacity:0.5;
    }


    .headerPost .boxOptionList {
        position:absolute;
        top:30px;
        right:5px;
        display:none;
        width:200px;
        min-height:40px;
        background:#fff;
        border:1px solid #dedede;
    }
    .headerPost .boxOptionList li a {
        display:inline-block;
        padding:15px 10px;
        font-size:13px;
        color:#666;
        text-decoration:none;
        width:100%;
    }
    .headerPost .boxOptionList li a:hover {
        background:rgba(237, 30, 36, 1);
        color:#fff;
    }





.bodyPost {
    padding:10px 10px 0 10px;
    text-align:left;
}
    .bodyPost .titlePost {
        font-size: 13px;
        font-weight: bold;
        color: #000;
        display: block;
        line-height: 14px;
    }

    .bodyPost .textPost {
        font-size: 14px;
        color: #333;
        margin-bottom: 25px;
        display: block;
        line-height: 18px;
        min-height: 60px;
    }
.bodyPost textarea {
    font-size:12px;
    color:#000;
    padding:8px;
    height:80px;
    
}
.modPost {
    display:none;
}

.colHome .bodyPost .textPost {
    font-size:12px;
}

.boxPostUtenti .bodyPost .textPost {
    font-size: 12px;
    display: block;
    min-height: 50px;
    line-height: 16px;
}

.footerPost {
    padding:10px;
    text-align:left;
}

    .footerPost .halfFooter {
        display:inline-block;
        width:50%;
        vertical-align:top;
        text-align:right;
    }
    .footerPost .halfFooter:first-of-type {
        text-align:left;
    }

        .footerPost .treeFooter {
        display:inline-block;
        width:33.333%;
        vertical-align:top;
    }
    .footerPost .treeFooter:first-of-type {
        text-align:left;
    }

/* I LIKE POST -------------------- */
.iLikeIt {
    display:inline-block;
    height:25px;
    cursor:pointer;
    padding-left:27px;
    line-height:25px;
    background-image:url(../App_Images/iLikeIt.png);
    background-position:left top;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#ccc;
    vertical-align:top;
}
.iLikeIt.true {
    color:rgba(237, 30, 36, 1);
    background-position:left bottom;
    font-weight:bold;
}
    .iLikeIt:hover {
        opacity:0.6;
    }

.counterLike {
    display:inline-block;
    height:25px;
    line-height:25px;
    font-size:10px;
    color:#999999;
    vertical-align: top;
    font-weight: normal;
}
.counterLike i{
    font-size: 13px;
    margin-right:5px;
}

/*-- COMMENTI POST ---*/
.iCommentPost {
    vertical-align:top;
    display:inline-block;
    font-size:10px;
    color:#999999;
    height:25px;
    cursor:pointer;
    padding-left:28px;
    line-height:25px;
    background-image:url(../App_Images/iCommentIt.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    text-decoration:none;
    text-align:left;
}

.iCommentPost i {
    font-size: 13px;
    margin-right:5px;
}


/* CONDIVIDI POST */
.iSharePost {
    vertical-align:top;
    display:inline-block;
    font-size:10px;
    color:#999999;
    height:25px;
    cursor:pointer;
    padding-left:28px;
    line-height:25px;
    background-image:url(../App_Images/iShareIt.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    text-decoration:none;
}
.iSharePost i {
    font-size: 10px;
    margin-right:5px;
}
.wherePost a {
    font-size:11px;
    color:#999;
    text-decoration:none;
    padding-left:20px;
    background:url(../App_Images/ico_localita_small.png) no-repeat left center;
    min-height:20px;
        line-height: 14px;
    display:block;
}
.wherePost a:hover {
    color:#333;
    text-decoration:none;
}

.optionRotate {
    font-family: 'Open Sans', sans-serif;
    display:none;
    padding-left:25px;
    min-height:50px;
    background:url(../App_Images/ico_rotate.png) no-repeat left center;
    font-size:11px;
    color:#999;
    line-height:50px;
    cursor:pointer;
}
.optionRotate:hover {
    opacity:0.6;
}
/*--- BACKGROUND ---------------------------------------------------------------*/

.imageCopertinaProfile {
    height:380px;
}


.imageSmallPage {
    height:240px;
}

.imageIntroPageDettaglioPost {
    height:200px;
}

.imageIntroPageDettaglioColor {
    height:160px;
    background-color: #0085c1;
}



.imageIntroPage {
    height:560px;
}

#bgBlog {
  background-image: url(../App_Images/background/intro-blog.jpg);
}
#promoIntro {

}
#promozioneIntro {

}

#bgIntro {
    background-image: url(../App_Images/background/intro-promo.jpg);
}

#bgIntroTraghetti {
    background-image: url(../App_Images/background/intro-traghetto.jpg);
}
#bgIntroElbaMyPets {
    background-image: url(../App_Images/background/intro-elbamypets.jpg);
}

#bgIntroSpiagge {
    background-image: url(../App_Images/background/intro-spiagge.jpg);
}
#bgIntroShareTheLove {
    background-image: url(../App_Images/background/intro-share-the-love.jpg);
}

.imgSquare {
    margin:10px;
}



.btnMappa {
    position: absolute;
    right: 0;
    top: 17px;
    padding: 10px 20px;
    width: 220px;
    text-align: center;
    margin:0;
}


.showMap {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:block;
    height:0px;
    min-height:0px;
    position:relative;
    overflow:hidden;
}

    .showMap.opened {
        display:block;

    }


    /*------ PROMOZIONI -------------------------------------------------*/

.boxCreatePromo {
    background:#fff;
        border: 1px solid #F7F7F7;
    width:100%;
    min-height:50px;
    position:relative;
    display:block;
    padding:15px;
}
.boxCreatePromo .fieldSet{
    width:100%;
    max-width:100%;
    margin-bottom:10px;
}
.boxCreatePromo .labelOpen {
    color: #fff;
    background: rgba(237, 30, 36, 1);
}
.boxCreatePromo .labelOpen.promozioni {
    color: #fff;
    background: #fdb714;
}


    .boxCreatePromo .dataLabel {
        min-width:140px;
    }

    .boxCreatePromo .labelDisable {
        cursor:default !important;
        color: #fff;
        background:#605a5a !important;
    }
    .boxCreatePromo .labelDisable:hover {
        opacity:1 !important;
        color: #fff !important;
        background:#605a5a !important;
    }

.descriptionPromo {
    width: 100%;
    min-height: 200px;
    display: flex;
    resize:none;
}
.conditionPromo {
    width: 100%;
    min-height: 80px;
    display: flex;
    resize:none;
}


.descriptionEvento {
    width: 100%;
    min-height: 160px;
    display: flex;
    resize:none;
}

.fieldPagamento, .fieldLuogo {
    display:none;
}

.boxFotoPromozione {
    display:block;
    width:100%;
    min-height:260px;
    background:#dedede;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    background:url(../App_Images/post/rotate_device.png) no-repeat center center;
        border: 1px solid #dedede;
}
.boxFotoPromozione:hover {
    opacity:0.6;
}

    .boxFotoPromozione .boxTempLoadImage {
        display: block;
        width: calc(100% - 20px);
    }

    .boxFotoPromozione .boxImageTemp {
        width:100%;
            height: 240px;
            
    }



.underPromo {
    display:none;
    margin-top:30px;
}
.selectType {
    color:#000 !important;
}

.sectionPromozioni .icoLabelSez {
    background-color:#fdb714;
}



.sectionPromozioni .infoElem {
    padding: 6px;
}
.sectionPromozioni .imageElem {
        border-bottom: 4px solid #fdb714;
}
.sectionPromozioni .boxElem {
    min-height:350px;
}
.boxPrezzoOnlineRepeat {
    display: block;
    position: relative;
    width: 100%;
}


.pricePromoShow {
    font-family: 'Open Sans', sans-serif;
    display:inline-block;
    vertical-align:top;
    color: #fdb714;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    position: relative;

    line-height: 50px;
    height: 52px;
    width: 50%;
}
.prezzoScontato {
    font-size: 26px;
}
.prezzoOverline {
    font-size: 12px;
    text-decoration: line-through;
}


.promo_data {
    padding:10px 0;
    font-family: 'Open Sans', sans-serif;
    color:#ccc;
    font-size:16px;
}
.insideAsta {
    display: inline-block;
    padding-left: 25px;
    background: url(../App_Images/ico_asta.png) no-repeat left center;
    line-height: 18px;
    min-height: 20px;
}

.btnAcquista {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 58%;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    color: #fdb714;
    border-left: 1px dotted #fdb714;
    float: right;
}
    .btnAcquista:hover {
        background-color: #fdb714;
        color:#fff;
    }


        .btnAcquista:hover .linkAddCart {
            background-image: url(../App_Images/shopping-bag_white.svg);
        }


.btnAcquistaDisabled {
    cursor:pointer;
    
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    text-align: center;
    padding: 16px 10px;
    font-size: 20px;
    font-weight: normal;
    background-color: #999;
    color: #fff;
}
.btnAcquistaDisabled:hover {
    background-color:#000;
}


.linkAddCart {
    font-family: 'Open Sans', sans-serif;
    display: inline-table;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0 0 0 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../App_Images/shopping-bag.svg);
    background-size: 18px;
    font-size: 13px;
    margin-top: 0px;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    height: 52px;
    line-height: 52px;
}

.typePromoShow {
    font-size:18px;
}
.dataPromoElem {
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    color:#999;
    padding: 3px 0;
}
.quantitaPromoElem {
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    font-weight:bold;
    color:rgba(237, 30, 36, 1);
    padding: 5px 0 0 0;
}

.noCampagna {
    display:inline-block;
}
.btnStatusElem {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(253, 183, 20, 0.80);
    z-index: 12;
    display: table-cell;
    vertical-align: middle;
    padding: 48px 20px 0 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #fff;
}

.boxPromoDetail {
    display:block;
    position:relative;
}
.fotoPromo {
    display: inline-block;

    width:450px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    top:0;
    left:0;
    vertical-align:top;
    overflow:hidden;
}
    .fotoPromo img {
        width:100%;
        height:auto;
        display:block;
    }

.linkBackAttivita {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    margin-bottom:20px;
    display:block;
}

.textPromo {
    display:inline-block;
    position:relative;
    width: calc(100% - 460px);
    min-height:200px;
    vertical-align:top;
}
.insidePromo {
    padding: 0px 30px;
    display:block;
    vertical-align:top;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 20px;
}

.boxPromoDetail .pricePromoShow {
        top: auto;
        left:auto;
    bottom: 10px;
    right: 10px;
    height: 100px;
    width: 100px;
    font-size: 30px;
    line-height: 82px;
}

/* -- OFFERTE ------------------ */

.icoSection_offerte {
        border-bottom: 1px solid #fdb714;
}
.icoSection_offerte .ico {
    background: #fdb714 url(../App_Images/ico_section/offerte.png) no-repeat center center;
}
.icoSection_offerte .label {
    color: #333;
}



/*-- PAGINATION -----------------------------*/
.menuProduct {
    position: relative;

    display: table;
    width: 100%;
    padding: 10px 0;
        font-family: 'Open Sans', sans-serif;
}
.boxTotProd {
    text-align: left;
    font-size: 14px;
    color: #999;
}
.boxOrderProd {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.boxPaginationProd {
    text-align: right;
    font-size: 14px;
    color: #999;
}
.singleBoxMenuProduct {
    display: table-cell;
    vertical-align: middle;
}
.boxPaginationProd input, .boxPaginationCenter input {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
        padding: 6px 6px;
    height: auto;
}

.boxPaginationProd input:hover, .boxPaginationCenter input:hover {
    opacity:0.6;
}
.boxOrderProd select {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #dedede;
    line-height: 26px;
    color: #666;
}


.boxVideo {
    display:block;
    margin:20px 0;
    position:relative;
    width:100%;
    height:460px;
}




/* SHARE THE LOVE*/

.sectionShareLove {
    padding: 20px 10px 60px 10px;
}

.sectionShareLove h1{
    text-align: left;
    font-style: normal;
    color: #000;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 0 20px 0;
}
.sectionShareLove h3{
    margin-bottom:5px;
}


.sectionShareLove ul {
    list-style-type: lower-hexadecimal;
        padding-left: 20px;
    margin-bottom: 20px;

}
    .sectionShareLove ul li{
        padding:3px 0;
        color:#333;
            font-weight: 100 !important;
    }
#shareTheLove .headerShare {
    font-size:20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal !important;
        font-weight:100;
        text-align:center;
}
#shareTheLove .footerShare {
    text-align:center;
        padding: 30px 10px;
}
#shareTheLove .footerShare .ico {
    height: 100px;
    width:100%;
    background-color: #fff;
}
#shareTheLove .takePicture {
    background: url(../Share-The-Love/images/btnTakeFoto.png) no-repeat center center;
    
}

#shareTheLove .btnToShare {
    margin:10px auto;
    float:none;
}


/*---- PRENOTA VACANZA ----------------------*/
.boxCategoriaDormire {
    display:block;
    width:100%;
    padding:20px 0;
    margin:0 auto;
    text-align:center;
}
.boxCategoriaDormire li{
    text-align:center;
    margin:0 20px;
    display:inline-block;
    vertical-align:top;
    
    opacity:0.3;
    cursor:pointer;
}
    .boxCategoriaDormire li input {
        position:absolute;
        opacity:0;
        display:none;
    }
    .boxCategoriaDormire li .icona{
        width:100px;
        height:100px;
        border:1px solid #5f5abe;
        background-repeat:no-repeat;
        background-position:center center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .boxCategoriaDormire li .labelIcona {
        font-family: 'Open Sans', sans-serif;
        display:block;
        width:100%;
        text-align:center;
        margin:10px 0 30px 0;
        font-size:14px;
        color:#999;
    }
    


    .boxCategoriaDormire li:hover {
        opacity:1 !important;
    }

    .boxCategoriaDormire li.active .icona{
        border:6px solid #5f5abe;

    }
    .boxCategoriaDormire li.active {

        opacity:1 !important;
    }

    .boxCategoriaDormire li.active .labelIcona {
        color:#000;
        font-weight:bold;
    }


.messageSelectCateg, .messageErrorSend {
    font-family: 'Open Sans', sans-serif;
    text-align:center;
        margin:0 0 20px 0;
        font-size:16px;
        color:rgba(237, 30, 36, 1);
        font-weight:bold;
        display:none;
}

.messageWaitSend {
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    margin:0;
    font-size:16px;
    color:#999;
    font-weight:bold;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background-color:rgba(250,250,250,0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);
    display:none;
    z-index:10;
}




/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    top:0;
    left:0;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:url(../App_Images/preloader.gif) no-repeat center center;
}
.endLoadLazy {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    display:block;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.singleSlideAttivita .endLoadLazy {
    background-size:contain !important;
}


.fixedBg, .fixedBg .endLoadLazy {
    background-attachment: fixed !important;
}

.imageElem:hover .endLoadLazy{

    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.imageElem .endLoadLazy {
        z-index:0;
    } 
/*-- LAZY LOAD------------------------------------------------------------------*/


#slideHomePage .swiper-button-next {
    background-color: rgba(189, 189, 189,0.6);
}

.swiper-button-next  {
    background-color: rgba(189, 189, 189,0.6);
    right: 0 !important;
    width: 40px;
    height: 60px;
    -ms-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -o-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
    -moz-background-size: 20px 20px  !important;
    -webkit-background-size: 20px 20px  !important;
    background-size: 20px 20px  !important;
}
.swiper-button-prev  {
    background-color: rgba(189, 189, 189,0.6);
    left: 0  !important;
    width: 40px;
    height: 60px;
    -ms-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -o-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    -moz-background-size: 20px 20px  !important;
    -webkit-background-size: 20px 20px  !important;
    background-size: 20px 20px  !important;
}


.gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 80px !important;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


.successMessageSave {
    display: none;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.successMessageError {
    display: none;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #ed1e24;
}
.textareaNote {
    height: 130px;
    resize: none;
}
.maxChar {
    font-family: 'Open Sans', sans-serif;
    display:inline-block;
    font-size:12px;
    color:#999;
    padding:5px 0;
}


/*---------- TAB PAGINA -----------------------------------------*/
.tabLabelSection, .listTab {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
    .tabLabelSection li, .listTab li {
        font-family: 'Open Sans', sans-serif;
        padding: 5px 10px;
        color: #ccc;
        display: inline-block;
        font-size: 12px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        cursor: pointer;
        background-color: #fff;
    }
        .tabLabelSection li.active, .listTab li.active {
            color: #000;
            font-weight: bold;
            border-top: 2px solid #000;
            border-left: 1px solid #f4f4f4;
            border-right: 1px solid #f4f4f4;
        }

.tabPageSection, .pageTab {
    position: relative;
}
.singleTabPage, .singleTab {
    position: relative;
    padding: 15px 10px 40px 10px;

}

.singleTabPage {
    background-color:#fff;
}
    .button-mini-tag {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px !important;
        display: inline-table;
        padding: 5px 10px;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: uppercase;
        margin: 2px;
        background: #999 !important;
        transition: background .3s;
        cursor: pointer;
        font-weight: normal !important;
    }
.button-mini-tag:hover {
    color: #fff !important;
    background: #000 !important;
}


.imageBig {
    margin-bottom:0px;
}


/* SHARE */

.entry-footer-detail {
    width: 100%;
    text-align: right;
}
.entry-footer, .entry-footer-detail {
    padding: 20px 0;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    width: 100%;
    margin-bottom: 40px;
    float: left;
    position:relative;
}
.box-tag-post {
    display: inline-block;
    vertical-align: top;
    width: 50%;

    text-align: left;
}
.entry-footer-detail .entry-box-share {

    display: inline-block;
}
.entry-box-share {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.entry-share {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    color: #999;
}


article a {
    text-decoration: none;
    color: #944f4f;
    font-weight: bold;
}

.entry-meta {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    color: #999;
}
.post-author {
    display: inline-block;
    color: #333;
    margin-right: 20px;
}
.post-date {
    display: inline-block;
    color: #333;
    margin-right: 20px;
}

.mare_near {
    padding:10px 0 10px 40px;
    background-image:url(../App_Images/editStruttura/dist_mare.png);
    background-position:left center;
    background-repeat:no-repeat;
    color:#666;
    margin-bottom:30px !important;
    display:block;
}
.mare_far {
    padding:10px 0 10px 40px;
    background-image:url(../App_Images/editStruttura/dist_terra.png);
    background-position:left center;
    background-repeat:no-repeat;
    color:#666;
    margin-bottom:30px !important;
    display:block;
}


.listLink li {
    padding:3px 0;
}
    .listLink li a {
        color:#76bdcf;
        font-weight:bold;
        text-decoration:none;
    }
    .listLink li a:hover {
        color:#000;

    }

.listFilter li {
    padding:3px 0;
}
    .listFilter li a {
        color:#FFF;
        text-decoration:none;
        padding:5px 10px;
        background:#fdb714;
        display: inline-block;
    }
    .listFilter li a:hover {
        color:#000;

    }

.boxTxtNote .note {
    display:none;
    padding: 10px 0px;
}


.linkAccount li a{
    padding:8px 0 8px 30px;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    width:100%;
    text-decoration:none;
    color:#000;
    opacity:0.6;
    border-bottom:1px solid #dedede;
}
.linkAccount li a:hover {
    opacity:1;
}

.ico_account {
    background-position:left center;
    background-repeat:no-repeat;
    background-size:20px;
}

    .ico_account.ico_account_acquisti {
        background-image:url(../App_Images/ico_account/account-acquisti.png);
    }
    .ico_account.ico_account_saldo {
        background-image:url(../App_Images/ico_account/account-saldo.png);
    }
    .ico_account.ico_account_preferiti {
        background-image:url(../App_Images/ico_account/account-preferiti.png);
    }
    .ico_account.ico_account_bacheca {
        background-image:url(../App_Images/ico_account/account-bacheca.png);
    }
    .ico_account.ico_account_profilo {
        background-image:url(../App_Images/ico_account/account-profilo.png);
    }
    .ico_account.ico_account_password {
        background-image:url(../App_Images/ico_account/account-password.png);
    }
    .ico_account.ico_account_spedizioni {
        background-image:url(../App_Images/ico_account/account-spedizioni.png);
    }
    .ico_account.ico_account_notifiche {
        background-image:url(../App_Images/ico_account/account-notifiche.png);
    }
    .ico_account.ico_account_impostazioni {
        background-image:url(../App_Images/ico_account/account-impostazioni.png);
    }
    .ico_account.ico_account_pagamenti {
        background-image:url(../App_Images/ico_account/account-pagamenti.png);
    }

    .ico_account.ico_account_strutture {
        background-image:url(../App_Images/ico_account/account-strutture.png);
    }
    .ico_account.ico_account_promozioni {
        background-image:url(../App_Images/ico_account/account-promozioni.png);
    }
    .ico_account.ico_account_eventi {
        background-image:url(../App_Images/ico_account/account-eventi.png);
    }
    .ico_account.ico_account_messaggi {
        background-image:url(../App_Images/ico_account/account-messaggi.png);
    }

.linkAccount li {
    padding:0 10px;
}

.border {
    border:1px solid #dedede;
}

.padding {
    padding:10px;
}


/* ELEMENTI CARRELLO*/

.cartElem {
    background: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

    .cartElem .singleElem {
        width: 100%;
    }

    .cartElem .boxElem {
        min-height:unset;
    }
.cartElem .imageElem {
    height: 140px;
    width: 190px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    border-bottom:none;
    z-index: 2;
}
    .cartElem .infoElem {
            padding: 6px 130px 0 6px;
            min-height:100px;
    }
    .cartElem .icoLabelSez {
        background-color:#fdb714;
    }
    .cartElem .priceElem {
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        right: 5px;
        top: 5px;
        font-size:16px;
        text-align:right;
        z-index:4;
    }

    .cartElem .priceElem .showPercent{
        display:block;
        font-size:11px;
        text-align: center;
    }
    .cartElem .priceElem .prezzoOverline{
        color:#999;
    }

    .cartElem .quantita {
            display: inline-block;
            text-align: center;
            font-weight: bold;
            border: 1px dotted #dedede;
            margin: 10px 0 0 10px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            vertical-align:top;
    }
    .cartElem .sellOnline {
            display: inline-block;
            text-align: center;
            font-weight: bold;
            margin: 10px 0 0 10px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            background-position:center center;
            background-repeat:no-repeat;
            background-size:40px;
            background-image:url(../App_Images/ico_isOnline.png);
            vertical-align:top;
    }

    .cartElem .promoUsata {
        position:relative;
            display: inline-block;
            text-align: center;
            font-weight: bold;
            margin: 10px 0 0 10px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            background-position: center 6px;
            background-repeat:no-repeat;
            background-size:40px;
            background-image:url(../App_Images/ico_promoUsata.png);
            vertical-align:top;
    }
    .cartElem .promoUsata.active {
        background-position: center -34px;
    }
        .cartElem .promoUsata input {
            cursor:pointer;
            opacity:0;
            position:absolute;
            top:0;
            height:100% ;
            left:0;
            width:100% ;
        }
    .cartElem .pagato {
        padding: 8px 0;
        display: block;
        font-weight: bold;
        color: #469c01;
    }
    .cartElem .nonpagato {
        padding: 8px;
        display: block;
        font-weight: bold;
        color: #fff !important;
        background: #fd1414;
        margin: 3px 0;
        text-align: center;
    }
    .cartElem .nonpagato:hover {
        background:#000;
    }
    .cartElem .nonpagato a{
        color:#fff;
    }

.listRiepilogo {
    padding:10px 0;
}
    .listRiepilogo label {
        display:inline-block;
    }
    .listRiepilogo .prezzoScontato {
        font-family: 'Open Sans', sans-serif;
         display:inline-block;
         float:right;
}
.totale label{
    font-size:20px;
}
.totale .prezzoScontato{
    font-size:20px;
}


.cartCellulare {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    height: 50px;
}


/* NEWS COLONNA */

.boxNewsRepeatElem {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding: 0 10px;
}

.colDXNews .boxNewsRepeatElem, .colDX .boxNewsRepeatElem {
    padding: 0;
}


    .boxNewsRepeatElem h3 a {
    font-size: 14px;
}
    .boxNews {
        width: 100%;
        display: block;
        position: relative;
        padding: 3px;
    }

    .boxNews figure {
        display: block;
        position: relative;
        height: 50px;
        width: 50px;
        z-index: 2;
        float: left;
        margin: 0 10px 5px 0;
    }

        .boxNews figure img {
            display: block;
            width: 100%;
            height: auto;
        }

.LinkImage {
    display: block;
    position: relative;
}
.boxNews .infoElem {
    position: relative;
    padding: 0 0 0 6px;
    z-index: 1;
    min-height: 50px;
}


#chart {
    height: 500px !important;
    width: 100%;
}