body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.region-header {
    /*border-bottom: 1px solid rgba(255, 255,255, .2);*/
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    line-height: initial;
    height: 74px;
    z-index: 1;
}
.region-header:after {
    content:'';
    width:100%;
    height:1px;
    position:absolute;
    background-color:rgba(255, 255,255, .2);
    position:absolute;
    top:74px;
    z-index:2;
    pointer-events: none;
}
.region-header .block{
    margin-bottom: 0px;
    /*-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
}
#block-hotel-menu-logo {
    line-height: 0px;
    display: block;
    width: 74px;
    height: 74px;
    margin: 0px;
    border-right: 1px solid rgba(255, 255,255, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    position: absolute;
    z-index: 2;
}
#block-hotel-menu-logo a,
.menu-logo{
    height: 74px;
    width:74px;
    display: inline-block;
}

/*Menu Toggle*/
#block-hotel-menu-link{
    position: absolute;
    left: 75px;
    top: 0px;
    border-right: 1px solid rgba(255, 255,255, .2);
    display: inline-block;
    cursor: pointer;
    height: 74px;
    width: 74px;
    margin: 0px;
    line-height: 0;
    float: left;
    background-color:transparent;
    z-index:2;
}
#block-hotel-menu-link span{
    display:block;
    position: absolute;
    height: 2px;
    width: 24px;
    left:25px;
    background: #fff;
    /*right:0;
    margin:0 auto;
    */
    /*
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;

    */
}
#block-hotel-menu-link span:nth-child(1) { top: 31px;}
#block-hotel-menu-link span:nth-child(2){ top: 36px;}
#block-hotel-menu-link span:nth-child(3) { top: 41px;}


#block-hotel-menu-link.close:hover span:nth-child(1) {
    -webkit-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -moz-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -ms-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -o-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;

}
#block-hotel-menu-link.close:hover span:nth-child(2) {
    -webkit-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -moz-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -ms-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -o-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;

    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
#block-hotel-menu-link.close:hover span:nth-child(3) {
    -webkit-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -moz-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -ms-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -o-animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;
    animation: menuToggleHover .3s cubic-bezier(.19,.1,.91,.53) forwards;

    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

#block-hotel-menu-link.open{
    background-color:#000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


#block-hotel-menu-link.open span:nth-child(2){
    opacity:0;
}
#block-hotel-menu-link.open span:nth-child(1) {
    -webkit-animation: menuToggleClose .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -moz-animation: menuToggleClose .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -ms-animation: menuToggleClose .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -o-animation: menuToggleClose .3s cubic-bezier(.19,.1,.91,.53) forwards;
    animation: menuToggleClose .3s cubic-bezier(.19,.1,.91,.53) forwards;
}
#block-hotel-menu-link.open span:nth-child(3) {
    -webkit-animation: menuToggleClose2 .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -moz-animation: menuToggleClose2 .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -ms-animation: menuToggleClose2 .3s cubic-bezier(.19,.1,.91,.53) forwards;
    -o-animation: menuToggleClose2 .3s cubic-bezier(.19,.1,.91,.53) forwards;
    animation: menuToggleClose2 .3s cubic-bezier(.19,.1,.91,.53) forwards;
}


@keyframes menuToggleHover {
    0% {
        left:25px;
        width:24px;
        opacity:1;
    }
    50% {
        left:49px;
        width:0px;
        opacity:1;
    }
    51% {
        left:25px;
        width:0px;
        opacity:0;
    }
    52% {
        left:25px;
        width:0px;
        opacity:1;
    }
    100% {
        left:25px;
        width:24px;
        opacity:1;
    }
}
@-webkit-keyframes menuToggleHover {/* Safari and Chrome */
    0% {
        left:25px;
        width:24px;
        opacity:1;
    }
    50% {
        left:49px;
        width:0px;
        opacity:1;
    }
    51% {
        left:25px;
        width:0px;
        opacity:0;
    }
    52% {
        left:25px;
        width:0px;
        opacity:1;
    }
    100% {
        left:25px;
        width:24px;
        opacity:1;
    }
}
@keyframes menuToggleClose {
    0% {
        top:31px;
    }
    25% {
        top:36px;
    }
    50% {
        top:36px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top:36px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes menuToggleClose2 {
    0% {
        top:41px;
    }
    25% {
        top:36px;
    }
    50% {
        top:36px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top:36px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes menuToggleClose {
    0% {
        top:24px;
    }
    25% {
        top:30px;
    }
    50% {
        top:30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top:30px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes menuToggleClose2 {
    0% {
        top:36px;
    }
    25% {
        top:30px;
    }
    50% {
        top:30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top:30px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

#block-hotel-book-link {
    display: inline-block;
    float: right;
    height: 74px;
    background: #fff;
    font-family: 'MillerBanner_Bold', 'arial';
    font-size: 22px;
    color:#000000;
    width: 165px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index:2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.3s ease 0s;
}
#block-hotel-book-link .headerBookingLink {
	color:black;
}
#block-hotel-book-link:hover{
    background: #000000;
    color:#ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.3s ease 0s;
}

.headerBookingLink:hover {
	color: white;
}
#block-hotel-book-link:hover .headerBookingLink {
	color: white;
}

#block-hotel-book-link #book-link {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

/*Hide element on Mobile*/

#block-locale-language{
    display: none;
}


/* Menu */

ul li.expanded,
ul li.leaf,
ul li.collapsed,
ul li  {
    list-style-image: none;
    list-style-type: none;
    padding:0;
}
ul li a:focus {
    outline: none;
}
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a.active{
    text-decoration: none;
}
#block-system-main-menu {
    width:480px;
    margin-left:-480px;
    position: absolute;
    top: 74px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}
#block-system-main-menu .block-inner {
    margin-left: 20px;
    margin-top: 30px;
    width:80%;
    margin-bottom: 120px;
}
#block-system-main-menu ul{
    padding: 0px;
    position: relative;
    margin: 0;
}
#block-system-main-menu ul li.menu-depth-1 > a{
    font-family: 'zapfhumnst_btbold', 'arial';
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
}
#block-system-main-menu ul li.menu-depth-1 > a:hover > .undelineline_effect,
#block-system-main-menu ul li.menu-depth-1 > a.active > .undelineline_effect{
    width:100%;
    margin-left:0%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#block-system-main-menu ul li.menu-depth-1 > a.hover > .undelineline_effect{
    width:100%;
    margin-left:0%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#block-system-main-menu ul li ul{
    margin-top:10px;
    margin-bottom:30px;
}
#block-system-main-menu ul li ul li.menu-depth-2{
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height:40px;
    width:230px;
    background-color:transparent;
    display: inline-block;
    box-shadow:0 0 0 1px #000;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a{
    font-family: 'zapfhumnst_btroman', 'arial';
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.1em;
    color: #a9a9a9;
    text-transform: uppercase;
    text-indent: 20px;
    display: block;
    width: 100%;
    position: relative;
    z-index:0;
    -moz-osx-font-smoothing:auto;
    -webkit-font-smoothing:auto;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a:before{
    content:'';
    position:absolute;
    left:0px;
    top: 0px;
    width:0%;
    height:100%;
    background-color:#ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a:after{
    content:'';
    position:absolute;
    left:0px;
    top: 16px;
    width:1px;
    height:8px;
    background-color:#747474;
    z-index: -2;
    display:none;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a:hover,
#block-system-main-menu ul li ul li.menu-depth-2 > a.active{
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a:hover:before,
#block-system-main-menu ul li ul li.menu-depth-2 > a.active:before{
    width:100%;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a.hover{
    color: #000000;
}
#block-system-main-menu ul li ul li.menu-depth-2 > a.hover:before {
    width:100%;
    color: #000000;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*Menu depth-3*/
#block-system-main-menu ul li ul li ul{
    margin-top:30px;
    bottom:15px;
    position:relative;
}
#block-system-main-menu ul li ul li ul li{
    border-top: 0px solid rgba(255, 255, 255, .2);
    border-bottom: 0px solid rgba(255, 255, 255, .2);
    height:20px;
    width:210px;
    background-color:transparent;
    display: inline-block;
}
.line_effect{
    position:relative;
    float:left;
    top:11px;
    width:22px;
    height:1px;
    background-color:#ffffff;
    display:none;
}
.undelineline_effect{
    position:relative;
    float:left;
    bottom:0px;
    width:0%;
    height:3px;
    background-color:#ffffff;
    display:none;
    margin-left:50%;
}

#block-system-main-menu ul li ul li ul li.menu-depth-3 > a{
    text-indent: 20px;
    color: #a9a9a9;/* #747474;*/
    font-family: 'zapfhumnst_btroman', 'arial';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    display:block;
    position:absolute;
    width: 100%;
    -moz-osx-font-smoothing:auto;
    -webkit-font-smoothing:auto;
}
#block-system-main-menu ul li ul li ul li.menu-depth-3  > a:hover{
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#block-locale-language {
    color: #fff;
}
#block-system-main-menu ul a:hover {
    text-decoration: none;
}


#block-locale-language {
    position: fixed;
    top: auto;
    right: auto;
    width: 74px;
    height:74px;
    margin-bottom:0px;
    z-index: 1;
    display:block;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    width: 100%;
    display:none;
}

#block-system-main-menu:after{
    content:'';
    width:480px;
    height:74px;
    left:0px;
    position:fixed;
    background-color: #000000;
    top: calc(100% - 74px);
    border-top: 1px solid rgba(255, 255,255, .2);
    display:none;
}
#block-locale-language.open .block-title{
    background-color: #000000;
}
#block-locale-language .block-inner{
    margin: 0;
}
#block-locale-language .block-title {
    position:absolute;
    cursor: pointer;
    font-size: 13px;
    line-height:74px;
    width: 74px;
    height: 74px;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    background-color: transparent;
}
#block-locale-language .block-title:hover{
    background-color: #000000;
}

#block-locale-language ul {
    bottom: 0px;
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    width: 74px;
    height: 74px;
    z-index: 0;
    margin:0;
    padding:0;
}
#block-locale-language li {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    list-style: outside none none;
    opacity: 0;
    visibility: hidden;
    background-color:#000000;
}
#block-locale-language li span, #block-locale-language li a {
    background-color:transparent;
    cursor: pointer;
    line-height:74px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display:block;
    font-family: 'zapfhumnst_btbold', 'arial';
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

/*Share button*/
#block-hotel-share-link {
    height: 75px;
    width: 75px;
    background: url("images/share_btn2.svg") no-repeat center;
    background-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 0;
    z-index:0;
}



@media only screen and (min-width: 768px) {
    #block-hotel-share-link {
        z-index:2;
    }
    #block-system-main-menu .block-inner {
        margin-left: 100px;
        margin-top: 140px;
        width:auto;
    }
    /*LANGUES*/
    #block-locale-language {
        position: absolute;
        top: 0;
        right: 165px;
        left:auto;
        bottom:auto;
        width: 74px;
        height:74px;
        margin-bottom:0px;
        z-index: 1;
        display:block;
        background-color:transparent;
    }
    #block-locale-language ul {
        bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        margin:0;
        padding:0;
    }

}
/*
 * Desktop wide sizes and up
 */
@media only screen and (min-width: 1465px) {
    #block-locale-language {
        display:block;
    }
    #block-system-main-menu:after{
        display:none;
    }
    #block-hotel-menu-link {
        display: none;
    }
    #block-system-main-menu,
    #block-locale-language,
    #block-hotel-share-link {
        display: inline-block;
    }
    #block-hotel-book-link {
        width: 200px;
    }
    #block-locale-language {
        position: absolute;
        top: 0;
        right: 200px;
        left:auto;
    }
    #block-system-main-menu {
        /*display:table;*/
        margin-top: 0px;
        position: relative;
        margin-left:0px;
        height:73px;
        /*left: 50%;
        transform: translateX(-50%);*/
        top: 0px;
        background-color:transparent;
        width:100%;
        overflow: hidden;
    }
    #block-system-main-menu .block-inner{
        display: inline-block !important;
        margin-left: 0 ! important;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        left: 50%;
        position: relative;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .undelineline_effect{
        display:block;
    }
    #block-system-main-menu ul li.menu-depth-1 > a{
        font-size: 13px;
        line-height: 66px;
    }
    #block-system-main-menu ul li ul li.menu-depth-2 > a:after{
        display:block;
    }
    #block-system-main-menu ul li ul li.menu-depth-2{
        border-top: 0px solid rgba(255, 255, 255, .2);
        border-bottom: 0px solid rgba(255, 255, 255, .2);
        float: left;
        box-shadow:0 0 0 0px #000;
        display: block;
    }
    #block-system-main-menu ul li ul li.menu-depth-2 > a{
        font-size: 13px;
        line-height: 41px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    #block-system-main-menu ul {
        line-height: 74px;
        height: 74px;
    }
    #block-system-main-menu ul li{
        display: inline-block;
    }
    #block-system-main-menu ul li.menu-depth-1{
        margin-right:20px;
    }
    #block-system-main-menu ul li ul{
        position: absolute;
        left:50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        line-height: normal;
        height: auto;
        display: none;
        width:100%;
    }

    #block-system-main-menu ul li ul li{

    }
    /*Custom menu for eden aulac*/
    #block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1086 > a,#block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1060 > a{
        width: 140px;
    }
    #block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1088 > a,#block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1070 > a{
        width: 110px;
    }
    #block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1391 > a,#block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1389 > a{
        width: 170px;
    }
    #block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1392 > a,#block-system-main-menu ul > li.leaf.menu-depth-2.menu-item-1390 > a{
        width: 202px;
    }
}

@media only screen and (min-width: 1569px) and (max-width: 1639px) {

    #block-locale-language .block-title {
        width: 40px;
    }

    #block-locale-language {
        right: 200px;

    }

    #block-system-main-menu ul li.menu-depth-1 {
        margin-right: 13.5px;
    }

    #block-locale-language {
        width: 40px;
    }

    #block-locale-language li span, #block-locale-language li a {
        padding-top: 25px;
    }
    #block-system-main-menu .block-inner {
        left: 48%;
    }
}

@media only screen and (min-width: 1465px) and (max-width: 1570px) {

    #block-locale-language .block-title {
        width: 40px;
    }

    #block-locale-language {
        right: 192px;

    }

    #block-system-main-menu ul li.menu-depth-1 {
        margin-right: 13.5px;
    }

    #block-locale-language {
        width: 40px;
    }

    #block-locale-language li span, #block-locale-language li a {
        padding-top: 25px;
    }
    #block-system-main-menu .block-inner {
            left: 48%;
    }

    #block-hotel-book-link {

        width: 192px;

    }
}