@import url(fonts.css);
@import url("https://use.typekit.net/ama3vhg.css");

html {
    font-size: 100%;
}

:focus {
    outline: 0 !important;
    -moz-outline: none !important
}

div.gjs-pn-panel {
    position: fixed;
    top: 0
}

body div.builder-panel {
    position: fixed !important;
    top: 0;
    left: 0
}

body {
    color: #1a1a1a;
    font-size: 14px;
    font-family: 'Gotham Light';
    overflow-x: hidden;
}

a.active,
a:hover {
    text-decoration: none
}

a.text-primary:active,
a.text-primary:focus,
a.text-primary:hover {
    color: #fff !important
}

.mfp-container>button:hover {
    background: 0 0 !important
}

h1 {
    font-family: "trajan-pro-3", serif !important;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.25;
}

h2 {
    font-family: "trajan-pro-3", serif !important;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.25;
}
.subnav-title {
  font-family: "trajan-pro-3", serif !important;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.25;
}
h3 {
    font-family: 'Gotham Light' !important;
    font-size: 22px;
    font-weight: 600;
}

h4 {
    font-family: "trajan-pro-3", serif !important;
    font-size: 18px;
    font-weight: 400;
}

div.p-normal,
p {
    font-family: 'Gotham Light' !important;
    font-size: 16px
}

div.p-important,
p.important {
    font-family: 'Gotham Light' !important;
    font-size: 16px
}

div.p-small, 
p.small {
    font-family: 'Gotham Light' !important;
    font-size: 14px
}

div.p-italic-small,
p.italic.small {
    font-family: 'Gotham Light Italic' !important;
    font-size: 14px
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.start-50 {
    left: 50%!important;
}
.top-50 {
    top: 50%!important;
}
.top-0{
    top: 0!important;
}

.max-w-prose{
    max-width: 100ch;
}
.text-grey {
    color: #b4b4b4
}

.text-primary {
    color: #c2996d !important
}

.text-secondary {
    color: #1a1a1a !important
}

.bg-primary {
    background-color: #c2996d !important
}

.bg-secondary {
    background-color: #1a1a1a !important
}

.fa-15x {
    font-size: 1.2rem
}

.suite__details > .row{
    height:150px;
    overflow: hidden;
    position: relative;
}
.suite__details > .row:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #fff);
    z-index: 1;
    pointer-events: none;
}
.toggleSuiteDetails{
    bottom: 0;
    left: 50%;
    cursor:pointer;
    transform: translate(-50%,50%);
    font-size: 3rem;
    border-radius: 200%;
    border: 1px solid;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    width: 3rem;
    align-items: center;
    padding: 0.5rem!important;
    line-height: 0.5rem;
    position: relative;
    transition: all 0.25s ease-in-out;
}
.toggleSuiteDetails:hover{
    background: #c2996d;
    color: #fff !important;
}


.suite__details.open > .row{
    height: auto;
    overflow: visible;
}
.suite__details.open > .row:before{
    display: none;}

.suite__details:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6rem;
    height: 3rem;
    background: #fff;
    z-index: 0;
    transform: translateX(-50%) translateY(50%);
}
header .logo {
    height: 120px
}

.lh-1 {
    line-height: 1.2
}

.square {
    width: 100%;
    padding-top: 100%;
    min-height: 250px;
    background: #e9e9e9;
    overflow: hidden;
}

.square-initial {
    padding-top: initial
}

.carousel {
    width: 100%;
    overflow: hidden;
    overflow-x: visible;
    touch-action: pan-y;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    max-height: 500px
}

.carousel-wrapper {
    overflow: hidden;
    width: calc(100 * 40vw)
}

.carousel-wrapper .slide {
    float: left
}

.carousel-wrapper .slide>.square {
    padding-top: 66%
}

.pointer.close-sidebar {
    cursor: pointer !important
}

.pointer * {
    cursor: pointer !important
}

footer .subfooter>a {
    font-size: 14px;
    margin-left: .5rem;
    margin-right: .5rem
}

header {
    position: absolute;
    z-index: 9
}

.navbar-nav .nav-item {
    text-transform: uppercase
}

.navbar-nav .nav-item a {
    color: #fff
}

.navbar-nav .nav-item .subnav {
    display: none;
    position: absolute;
    left: 0;
    text-transform: initial !important
}

.navbar-nav .nav-item:hover .subnav {
    display: flex
}

.nav-link {
    position: relative
}
.nav-tabs a.text-primary:focus,.nav-tabs a.text-primary:hover{
    color: #c2996d !important;
}
.mix .tab-content{
    height: 200px;
    overflow: auto;
}
.mix .tab-content::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}
.mix .tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.mix .tab-content::-webkit-scrollbar-thumb {
    background: #c2996d;
}
.mix .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}


li.nav-item.active .nav-link:before,
li.nav-item:hover .nav-link:before,
li.nav-item .nav-link.active:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #c2996d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

a.CTA,
button.CTA {
    border: 1px solid #c2996d;
    padding: .5rem 1rem;
    text-align: center;
    margin-right: auto;
    text-decoration: none;
    transition: all .2s ease-in-out;
    background: 0 0
}

a.CTA.CTA_centered,
button.CTA.CTA_centered {
    margin: inherit
}

a.CTA.CTA_opaque,
button.CTA.CTA_opaque {
    border: none;
    font-weight: inherit
}

a.CTA:active,
a.CTA:focus,
a.CTA:hover,
a.bg-primary:focus,
a.bg-primary:hover,
button.CTA:active,
button.CTA:focus,
button.CTA:hover,
button.bg-primary:focus,
button.bg-primary:hover,
button:active,
button:focus,
button:hover {
    background: #aa855e !important;
    color: #fff !important;
    cursor: pointer
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    display: block !important;
    width: 100% !important
}

.bootstrap-select.custom-select button,
.bootstrap-select.custom-select button:hover {
    top: 0;
    left: 0;
    background: #fff !important;
    border: none;
    position: absolute;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: initial !important
}

footer input[name=email]::placeholder {
    color: #c2996d !important
}

.col-45 {
    -ms-flex: 0 0 calc(75% / 2);
    flex: 0 0 calc(75% / 2);
    max-width: calc(75% / 2);
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-45 .square {
    padding-top: calc(200% / 3) !important
}

.suite_content{
    transition:box-shadow 0.25s ease-in-out;
    /*border:1px solid rgb(194,153,109);*/
}

.mix:hover .suite_content{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.suites-wrapper .mix:nth-child(even) > .flex-row{
    flex-direction: row-reverse !important;
}
.filters{
    position: inherit !important;
}
.filters__container{
    position: sticky !important;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #e9e9e9;
}
.filters__equipements{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
    padding: 0;
    position: inherit;
}
.filters__equipements,
.filters__equipements + .filter{
    border-right:1px solid #e9e9e9;
}
.filters__equipements:hover{
    background: #f5f5f5 !important;
    color: #c2996d !important;
}
.filters>.filter{
    border-left:1px solid #e9e9e9;
}
.dropdown__filters{
    list-style: none;
    cursor:pointer;
    height: 100%;
    padding: 0;
    
}
.dropdown__text{
    pointer-events: none;
}
.filterClear{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    opacity:0;
    width: 0px;
    pointer-events: none;
    height: 100%;
    transition: all 0.25s ease-in-out;
}
.filterClear.active{
    width: 48px;
    opacity:1;
    pointer-events: all;

}
.subnav-title.small{
    font-size:1.35em;
}
.dropdown__filter {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
.filters__container {
    position: relative;
}
.dropdown__filter ul{
    position: absolute;
    list-style: none !important;
    width: 100%;
    overflow: hidden;
    display: flex !important;
    visibility: hidden;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 8;
    top: 100%;
    border-top: 1px solid #e9e9e9;
    left: 0;
    padding: 1.5rem;
    opacity: 0;
    background-color: #f5f5f5!important;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
    height: 0px;
    transition: all 0.25s ease-in-out;
}
.dropdown__filter.active ul{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    height: 300px;
}

.dropdown__filter ul li{
    display: flex;
    align-items: center; 
}
.dropdown__filter ul li > label { 
    margin: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1a1a1a;
    position: relative;
    transition: color 0.25s ease-in-out;
    cursor: pointer;
    text-transform: initial;
}
.dropdown__filter ul li > label:hover{
    background: linear-gradient(90deg, #f5f5f5 0%, #00000005 100%);
    color:#c2996d;
}
.dropdown__filter ul li > label > input[type=checkbox]{
    display: none;
}
.dropdown__filter ul li > label > input[type=checkbox] + span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #c2996d3b;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;

}
.dropdown__filter ul li > label:hover > input[type=checkbox] + span{
    border: 1px solid #c2996d;
}
.dropdown__filter ul li > label > input[type=checkbox]:checked + span{
    background: #c2996d;
    color: #fff;
}
.dropdown__filter ul li > label > input[type=checkbox]:checked + span:before{
    content: "\2713";

    font-size: 1rem;
}
.dropdown__filter ul li > label > input[type=checkbox]:checked ~ span.text-filter,
.dropdown__filter ul li > label > input[type=checkbox]:checked ~ i{
    color: #c2996d;
}
.formulePack__container{
    margin: 0px; padding: 3rem 0rem 3rem 0rem; background: #c2996d; color: #d9d9d9;
}
.formulePack__container > h3{
    color: #f5f5f5;
    line-height: 1.2;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formulePack__container > h3 > span > small{
    display: block;
text-transform: uppercase;
font-size: 0.5em;
}
.formulePack__container > h3 > img{
    width: 80px; height: 80px;
}
.formulePack__container > ul{
    padding-left: 0rem; list-style: none;color: #f5f5f5;
}
.formulePack__container > ul > li {
    padding: 0.45rem 3rem 0.45rem 4.30rem;
    margin-bottom: 0;
    border-bottom: 1px solid #B79269;
    display: flex;
    text-align: left;
    align-items: center;
}
.formulePack__container > ul > li > img {
    width: 18px; margin-right: 0.6rem; margin-left: -2rem; height: 18px;
}
.formulePack__container > ul > li > strong{
    font-weight: normal;font-family: 'Montserrat-Regular', Tahoma, Arial, Helvetica, sans-serif;
}

.icomoon {
    font-family: icomoonAlpine;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px
}
.icomoon-15x{
    font-size: 1.5rem;
}
.icomoon-2x {
    font-size: 2rem
}

.icomoon-3x {
    font-size: 3rem
}

.icomoon-mail:before {
    content: "\a013"
}

.icomoon-calendar:before {
    content: "\a069"
}

.icomoon-people:before {
    content: '\a062'
}

.icomoon-bedroom:before {
    content: "\a001"
}

.icomoon-bathroom:before {
    content: "\c18"
}

.icomoon-surface:before {
    content: '\a054'
}

.icomoon-view:before {
    content: '\a024'
}

.icomoon-stairs:before {
    content: '\c007'
}

.icomoon-tv:before {
    content: '\c005'
}

.icomoon-kitchen:before {
    content: '\c004'
}

.icomoon-jacuzzi:before {
    content: '\a033'
}

.icomoon-fireplace:before {
    content: '\c009'
}

.icomoon-dressing:before {
    content: "\c19"
}

.icomoon-terrace:before {
    content: '\b002'
}

.icomoon-car:before {
    content: '\a078'
}

.icomoon-plane:before {
    content: '\a076'
}

.icomoon-train:before {
    content: '\a077'
}

.icomoon-map-marker:before {
    content: '\a070'
}

.icomoon-food:before {
    content: '\b001'
}

.icomoon-spa:before {
    content: '\c010'
}
.icomoon-eye:before{
    content: '\c012'
}
.icomoon-pmr:before{
    content: '\c17';
}
.searchForm {
    font-family: "Gotham Book"
}

.searchForm button {
    border: none;
    cursor: pointer
}

.searchForm button:hover {
    background: #aa855e !important
}

.pb-25,
.py-25 {
    padding-bottom: 2.5rem !important
}

.pt-25,
.py-25 {
    padding-top: 2.5rem !important
}

.filters {
    flex-direction: row;
    white-space: nowrap
}

.filters>.filter {
    cursor: pointer;
    transition: all .2s ease-in-out
}

.filters>.filter:hover,
.filters>button.filter.filterSort:hover {
    background: #f5f5f5 !important;
    color: #c2996d !important
}

.mfp-counter {
    display: none !important;
}

.filters>.filter.mixitup-control-active {
    background: #c2996d;
    color: #fff
}

.encart {
    display: none
}

.bg-shadow {
    background-image: linear-gradient(0deg, rgb(96 96 96 / 58%) 50%, rgba(255, 255, 255, 0.1) 100%) !important;
}

.square>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, .58) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    transform-origin: bottom left;
    transition: all 0.25s ease-in-out;
}
.square:hover>div:before {
    transform: scale(1.5);
}
.square:hover h2,
.square:hover h3,
.square:hover h4,
.square:hover a:not(.CTA){
    color: #c2996d !important;
}
.square:before, .square:after,
.swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background: linear-gradient(225deg,white,transparent 50%);
    right: 5%;
    top: 5%;
    z-index: 1;
}
.square:after, .swiper-slide:after {
    width: 90%;
    height: 1px;
}
.square.no-bg>div:before {
    background: 0 0 !important
}

.square>div>* {
    z-index: 1
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 80px !important;
    height: 531px !important;
    box-sizing: content-box !important;
        overflow: hidden;
}
.swiper-container.swiper-fullh{
    height: 80vh !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto !important;
    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;
    cursor: pointer
}

.swiper-slide img {
    height: 100%;
    width: auto
}

.swiper-nav {
    display: flex;
    height: 80px;
    align-items: center;
    flex: 1 1 auto;
    flex-direction: row-reverse;
    justify-content: center
}

.swiper-pagination {
    position: relative !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center
}

.swiper-arrows {
    position: relative;
    height: auto;
    margin-left: 0
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    padding: 0 !important;
    left: inherit !important;
    top: inherit !important;
    display: inline-flex !important;
    right: inherit !important;
    height: 70px !important;
    text-align: center !important;
    width: 70px !important;
    background: #c2996d !important;
    justify-content: center !important;
    color: #fff !important;
    align-items: center !important;
    margin-top: 0 !important
}

.swiper-button-next {
    background: #b4b4b4 !important
}

.swiper-pagination-bullet {
    background: #999 !important;
    border-radius: 0 !important;
    width: 20px !important;
    margin-left: 4px !important;
    height: 4px !important
}

.swiper-pagination-bullet:hover {
    background: #c2996d !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c2996d !important
}

.presses>div.bg-light:nth-child(even) {
    background: #f5f5f5 !important
}

button.filter {
    border: 0;
    color: inherit;
    text-transform: uppercase;
    background-color: #fff
}

#ContactSide,
#SuiteSide,
.encart_details,
.encart_reservation {
    transition: all .2s ease-in-out;
    transform: translateX(100%)
}

#ContactSide.slideFromRight,
#SuiteSide.slideFromRight,
.encart_details.slideFromRight,
.encart_reservation.slideFromRight {
    transform: translateX(0);
    box-shadow: -10px 0 10px rgba(0, 0, 0, .25)
}

.band.encart_reservation_active,
.band.encart_reservation_active :not(.CTA) {
    color: #1a1a1a !important
}

.InfoHeader {
    z-index: 9;
    background: rgb(190 150 107 / 68%);
    transition: all .25s ease-in-out
}

.InfoHeader.no-bg {
    background: 0 0
}

.img-h-45 {
    height: 450px !important;
    max-height: 50vh
}

.InfoHeader.fixed {
    transform: translateX(0) !important;
    background: #c2996d !important;
    width: 60px !important;
    justify-content: center !important;
    position: fixed !important
}

.InfoHeader.fixed>.band {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden
}

.InfoHeader.fixed>.band:nth-child(5) {
    width: auto !important;
    height: auto !important;
    overflow: initial
}

.InfoHeader.fixed>.band:nth-child(5) .text-primary {
    color: #fff !important
}

.InfoHeader.fixed:hover {
    width: 70px !important
}

.encart_reservation-list>li,
.engines {
    transition: all .25s ease-in-out
}

.engines>div {
    opacity: 0;
    pointer-events: none
}

.engines>div.visible {
    opacity: 1;
    pointer-events: all
}

.encart_reservation-list-button,
.encart_reservation-list-button-return {
    cursor: pointer
}

input[type=range].custom-slider {
    -webkit-appearance: none;
    padding: 0;
    font: inherit;
    outline: 0;
    color: #fff !important;
    opacity: .8;
    background: #aa855e;
    box-sizing: border-box;
    transition: opacity .2s;
    cursor: pointer;
    height: 3px
}

input[type=range].custom-slider::-webkit-slider-runnable-track {
    height: 15px;
    border: none;
    border-radius: 0;
    background-color: transparent
}

input[type=range].custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: inherit;
    border: none;
    border-radius: 100%;
    background: #fff
}

.range-slider {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-in-out
}

.range-slider.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

span.rounded-notif {
    position: absolute;
    top: 0;
    right: -5px;
    background: rgba(194, 153, 109, .88);
    border-radius: 10px;
    height: 20px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 .3rem;
    min-width: 20px
}

.ww.gjs-editor-cont {
    z-index: 10;
    position: relative
}

input[name=dates],
input[name=people] {
    display: none
}

#calendar .daterangepicker {
    width: calc((100% + 1px) * 3) !important;
    box-sizing: content-box !important;
    left: calc((-100% - 3px)) !important;
    border: 1.5px solid #fff !important;
    border-radius: 0 !important
}

#ContactSide .daterangepicker {
    box-sizing: content-box !important;
    border: 1.5px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

#calendar .daterangepicker .drp-calendar {
    width: calc(100% / 3) !important;
    max-width: inherit !important
}

.daterangepicker * {
    font-size: 14px !important
}

.daterangepicker .calendar-table th {
    color: #b4b4b4
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    line-height: 29px !important;
    border-radius: 0 !important
}

.daterangepicker .calendar-table td.in-range:not(.ends):not(.starts) {
    background: rgba(194, 153, 109, .2)
}

.daterangepicker .calendar-table td.active:not(.ends):not(.starts) {
    background: #c2996d
}

.daterangepicker .calendar-table td.disabled {
    color: #d9d9d9;
    background: #f5f5f5
}

.daterangepicker td.active.ends:hover,
.daterangepicker td.active.starts:hover {
    background-color: inherit !important;
    color: inherit !important
}

.daterangepicker td.active:hover {
    background-color: #c2996d;
    border-color: transparent;
    color: #fff
}

.search {
    transform: translateY(-3rem);
    z-index: 2;
    position: relative
}

.searchForm {
    z-index: 1;
    position: relative
}

.daterangepicker.toBottom {
    bottom: 100% !important;
    top: inherit !important;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .2)
}

.daterangepicker.toTop {
    bottom: inherit !important;
    top: 100% !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.daterangepicker:after,
.daterangepicker:before {
    display: none !important
}

.dropdown_search {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.font-2x {
    font-size: 1.1rem
}

.dropdown_people {
    position: absolute;
    top: 100%;
    overflow: auto;
    width: 100%;
    left: 0;
    background: #fff;
    display: none
}

.dropdown_people.toBottom {
    bottom: 100% !important;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .2);
    top: inherit !important
}

.dropdown_people.toTop {
    bottom: inherit !important;
    top: 100% !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.dropdown_people>ul {
    list-style: none;
    padding: 0;
    line-height: 3rem;
    margin: 0
}

.dropdown_people>ul>li {
    border-top: 1px solid #f5f5f5
}

.dropdown_people>ul>li:hover {
    background: #f5f5f5
}

.encart_reservation::-webkit-scrollbar {
    width: 10px
}

.encart_reservation::-webkit-scrollbar-track {
    background: #fff
}

.encart_reservation::-webkit-scrollbar-thumb {
    background: #f5f5f5
}

.encart_reservation::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1 !important
}

.dropdown_search :not(.dropdown_people) {
    pointer-events: none
}

.dropdown_people * {
    pointer-events: all !important
}

.border-no-radius {
    border-radius: 0
}

#ContactSide a.text-primary:active,
#ContactSide a.text-primary:focus,
#ContactSide a.text-primary:hover {
    color: inherit !important
}

a.hover-primary:active,
a.hover-primary:focus,
a.hover-primary:hover {
    color: #c2996d !important
}

div.minus,
div.plus {
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    color: #999;
    opacity: .5
}

div.minus.active,
div.plus.active {
    opacity: 1;
    color: #c2996d
}

div.minus>i,
div.plus>i {
    font-size: 10px
}

div.minus:hover,
div.plus:hover {
    color: #b4b4b4
}

div.minus {
    margin-right: .5rem
}

div.plus {
    margin-left: .5rem
}

input.input_people {
    border: none;
    border-radius: 0;
    text-align: center !important;
    font-size: 18px !important;
    font-family: Gotham Book;
    width: 35px;
    color: #c2996d
}

input.input_people::-webkit-inner-spin-button,
input.input_people::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    pointer-events: none
}

input[type=number].input_people {
    -moz-appearance: textfield;
    pointer-events: none
}

.mix.complet {
    opacity: .47;
    transition: all .25s ease-in-out
}

.mix.complet:hover {
    opacity: 1
}

i.fa-info-circle {
    cursor: help
}

.tooltip-inner {
    max-width: 500px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #c2996d;
    border-radius: .25rem;
    scale: 0.9 0.9;
}

.tooltip-inner>p {
    font-size: 12px;
    text-align: left;
    margin: .5rem;
    font-family: 'Gotham Book' !important
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #c2996d !important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #c2996d !important
}

.tooltip.show {
    opacity: 1 !important
}

#please_wait_layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-image: linear-gradient(45deg, #c2996d, transparent)
}

#please_wait_layer_content {
    display: flex;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    padding: 3em;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Gotham Light;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.nb-spinner {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0;
    background: 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid transparent;
    border-radius: 50%;
    animation: 1s spin linear infinite;
    margin-right: 2rem
}

.loaderSide {
    display: block;
    width: 100%;
    height: 100%
}

.loaderSide .loading {
    display: flex;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    padding: 3em;
    text-align: center;
    color: #c2996d;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Gotham Light;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.loaderSide .nb-spinner {
    border-top-color: #c2996d
}

-webkit-@keyframes spin {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

-webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

body.overflowed:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
    content: "";
    backdrop-filter: blur(4px)
}

.alert-success-newsletter {
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#ContactSide,
#SuiteSide {
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 10;
    text-align: left;
    padding: 4rem 4rem 4rem;
    overflow-y: auto
}

.close-searchbar,
.close-sidebar {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: .7;
    z-index: 3
}

,
.close-searchbar:hover,
.close-sidebar:hover {
    opacity: 1
}

.close-searchbar:after,
.close-searchbar:before,
.close-sidebar:after,
.close-sidebar:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #c2996d
}

.close-searchbar:before,
.close-sidebar:before {
    transform: rotate(45deg)
}

.close-searchbar:after,
.close-sidebar:after {
    transform: rotate(-45deg)
}

.close-sidebar.text-white.bg-primary {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 47px;
    height: 47px;
    opacity: .7;
    z-index: 3
}

.close-sidebar.text-white.bg-primary:after,
.close-sidebar.text-white.bg-primary:before {
    background-color: #fff;
    left: 22px;
    top: 6px
}

form.contact :not(label):not(h3) {
    font-size: 14px !important
}

form.contact .bootstrap-select.custom-select,
form.contact input,
form.contact select,
form.contact textarea {
    border-radius: 0 !important;
    padding: .5rem !important;
    font-size: 14px !important;
    border: none !important;
    border-bottom: 1px solid #c2996d !important;
    background: 0 0 !important
}

form.contact .bootstrap-select.custom-select>button {
    background: 0 0 !important
}

#civility+button {
    width: 100% !important
}

#civility+button>.filter-option {
    margin-right: .5rem !important
}

textarea {
    overflow: hidden
}

form.contact label {
    width: calc(100% - 30px - 1.5rem);
    top: 2rem;
    background: #fff !important;
    z-index: 1;
    padding: 0 5px;
    pointer-events: none;
    transition: all .25s ease-in-out;
    height: 24px !important
}

form.contact label.focused {
    transform: translateY(-2rem);
    font-size: 85%;
    color: #c2996d
}

button.btn.dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.alert-primary {
    color: #1a1a1a !important;
    background-color: #f9f0e6 !important;
    border-color: #f9f0e6 !important
}

.input-group>.input-group-append {
    z-index: 1 !important
}

.input-group>.input-group-append>.input-group-text {
    border: none !important;
    background: 0 0 !important;
    border-bottom: 1px solid #c2996d !important;
    border-radius: 0 !important
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-close {
    width: auto !important;
    padding: .5rem 1rem !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important
}

.range-slider {
    bottom: inherit;
    top: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
}

#iqfkk {
    white-space: nowrap !important
}

@media (max-width:575.98px) {
    #iqfkk {
        white-space: normal !important
    }

    .InfoHeader {
        top: 0 !important;
        transform: translateX(0) !important;
        width: 60px !important;
        justify-content: center !important;
        position: fixed !important
    }

    .InfoHeader>.band:nth-child(3) {
        width: auto !important;
        height: auto !important;
        overflow: initial
    }

    #ContactSide.slideFromRight,
    #SuiteSide.slideFromRight,
    .encart_details.slideFromRight,
    .encart_reservation.slideFromRight {
        transform: translateX(0);
        box-shadow: -10px 0 10px rgba(0, 0, 0, .25);
        padding: 4rem 2rem
    }

    .filters__container {
        position: fixed;
        width: 100%;
        height: 70px;
        bottom: 0;
        z-index: 2;
        left: 0;
        background: #fff;
        margin: 0 !important
    }

    .range-slider {
        bottom: 100%;
        top: inherit;
        box-shadow: 0 -10px 10px rgba(0, 0, 0, .2)
    }

    header {
        position: fixed !important;
        z-index: 9;
        background: #fff;
        padding: 0 !important;
        transition: all .5s ease-in-out
    }

    header.slideTop {
        margin-top: -60px
    }

    header>nav {
        display: flex;
        justify-content: space-between
    }

    header>nav>.navbars {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

    header>nav>.logo-container {
        max-height: 60px;
        overflow: hidden;
        padding: 8px !important
    }

    header>nav>.logo-container > .logobox {
        display: flex;
        align-items: center;
    }
    
    header>nav>.logo-container .logo {
        max-height: 32px !important;
    }
    .navbar-container.open .navbar-nav .nav-item .subnav .container>div .subnav-title > a.text-white{
        color: #c2996d !important;
    }
    header>nav>.InfoHeader,
    header>nav>.InfoHeader.fixed {
        position: relative !important;
        background: 0 0 !important
    }

    header>nav>.InfoHeader .band .displayform{
        color:#c2996d !important;
    }

    header>nav>.InfoHeader.fixed>.band:nth-child(5) .text-primary {
        color: #c2996d !important
    }

    header+div.container-fluid>div {
        padding-top: 150px !important
    }
    footer .logofooter{
        align-items: center!important;
    }
    .container.search {
        display: block !important;
        position: fixed;
        top: 0;
        background: #fff;
        transition: all .25s ease-in-out;
        left: 100%;
        z-index: 10;
        width: 100%;
        height: calc(100vh);
        padding-left: 0;
        padding-right: 0;
        transform: inherit;
    }

    .container.search.open {
        left: 0
    }

    .container.search > form > div > div{
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #e9e9e9;
    }
    .container.search > form > div > div:first-child{
        font-weight: 500;
        font-size: 1.2rem;
        color: #293133 !important;
    }
    h1{
        font-size: 34px !important;
    }
    .text-wrap{
        white-space: normal !important;
    }
    .container.search > form > div > #calendar,
    .container.search > form > div > #calendar + div{
        background:#f5f5f5;
    }

    #calendar .daterangepicker {
        position: fixed !important;
        width: calc(100% - 30px) !important;
        box-sizing: content-box !important;
        left: calc((0px)) !important;
        top: 0 !important;
        padding: 60px 15px 90px !important;
        max-height: calc(100vh - 150px);
        border: 1.5px solid #fff !important;
        border-radius: 0 !important;
        overflow: auto;
    }

    .dropdown_people,
    .dropdown_people.toBottom,
    .dropdown_people.toTop {
        position: fixed !important;
        width: calc(100% - 30px) !important;
        box-sizing: content-box !important;
        left: calc((0px)) !important;
        top: 0 !important;
        padding: 60px 15px 90px !important;
        max-height: calc(100vh - 150px);
        border: 1.5px solid #fff !important;
        border-radius: 0 !important;
        overflow: auto;
        z-index: 1;
        height: 100%
    }

    #calendar .daterangepicker .drp-calendar {
        width: calc(100%) !important;
        max-width: inherit !important
    }

    .searchForm {
        height: calc(100% - 60px);
        padding-bottom: 4rem
    }

    .searchForm>.row {
        height: 100%;
        align-items: stretch
    }

    .navbar-container {
        background: #fff;
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        z-index: 10;
        margin: 0;
        overflow: auto;
        transition: all .15s ease-in-out
    }

    .navbar-container.open {
        left: 0
    }

    .navbar-container.open .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 1rem
    }

    .navbar-container.open .navbar-nav .nav-item {
        width: 100%
    }

    .navbar-container.open .navbar-nav .nav-item.active {
        background: #c2996d
    }

    .navbar-container.open .navbar-nav .nav-item>a {
        color: #1a1a1a;
        line-height: 3;
        width: 100% !important;
        justify-content: space-between;
        align-items: center;
        border: none !important
    }

    .navbar-container.open .navbar-nav .nav-item>a:before {
        display: none
    }

    .navbar-container.open .navbar-nav .nav-item.active>a {
        color: #fff;
        border: none !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav {
        position: fixed;
        top: 60px;
        left: 100%;
        background: #fff;
        z-index: 10;
        transition: all .15s ease-in-out;
        width: 100%;
        padding: 0 !important;
        display: block;
        overflow: auto;
        height: calc(100vh - 60px)
    }

    .navbar-container.open .navbar-nav .nav-item.open .subnav {
        left: 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container {
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div {
        padding: 1rem !important;
        border-bottom: 1px solid #e9e9e9;
        flex: 0 0 100% !important;
        max-width: 100%
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div:nth-child(2) {
        background: #f5f5f5
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div .subnav-title {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Gotham Light' !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div:nth-child(2)>.subnav-title {
        font-size: 18px
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square {
        background-image: none !important;
        padding-top: initial !important;
        min-height: initial !important;
        background: 0 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div {
        position: relative !important;
        align-items: flex-start !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>p {
        color: #1a1a1a !important;
        padding-left: 0;
        margin: 0 !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA>span {
        display: none !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA {
        position: absolute;
        right: 1rem;
        color: #c2996d !important;
        border: none;
        font-size: 1rem
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:active,
    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:focus,
    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:visited {
        background: 0 0 !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div:before {
        display: none
    }

    .swiper-container {
        max-height: 30vh
    }

    .InfoHeader.fixed:hover {
        width: 60px !important
    }

    header+.container-fluid+.container {
        z-index: 10 !important
    }
}
@media (max-width:1200px){
    .InfoHeader {
        top: 0 !important;
        transform: translateX(0) !important;
        width: 60px !important;
        justify-content: center !important;
        position: fixed !important
    }

    .InfoHeader>.band:nth-child(3) {
        width: auto !important;
        height: auto !important;
        overflow: initial
    }
    header {
        position: fixed !important;
        z-index: 10;
        background: #fff;
        padding: 0 !important;
        transition: all .5s ease-in-out
    }

    header.slideTop {
        margin-top: -60px
    }


    header>nav {
        display: flex;
        justify-content: space-between
    }


    header>nav>.logo-container {
        max-height: 60px;
        overflow: hidden;
        padding: 8px !important
    }

    header>nav>.logo-container .logo {
        max-height: 32px
    }

    header>nav>.InfoHeader,
    header>nav>.InfoHeader.fixed {
        position: relative !important;
        background: 0 0 !important
    }

    header>nav>.InfoHeader.fixed>.band:nth-child(5) .text-primary {
        color: #c2996d !important
    }

    header+div.container-fluid>div {
        padding-top: 150px !important
    }
    header>nav>.navbars {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }
    
    .navbar-container {
        background: #fff;
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        z-index: 10;
        margin: 0;
        overflow: auto;
        transition: all .15s ease-in-out
    }

    .navbar-container.open {
        left: 0
    }

    .navbar-container.open .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 1rem
    }

    .navbar-container.open .navbar-nav .nav-item {
        width: 100%
    }

    .navbar-container.open .navbar-nav .nav-item.active {
        background: #c2996d
    }

    .navbar-container.open .navbar-nav .nav-item>a {
        color: #1a1a1a;
        line-height: 3;
        width: 100% !important;
        justify-content: space-between;
        align-items: center;
        border: none !important
    }

    .navbar-container.open .navbar-nav .nav-item>a:before {
        display: none
    }

    .navbar-container.open .navbar-nav .nav-item.active>a {
        color: #fff;
        border: none !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav {
        position: fixed;
        top: 60px;
        left: 100%;
        background: #fff;
        z-index: 10;
        transition: all .15s ease-in-out;
        width: 100%;
        padding: 0 !important;
        display: block;
        overflow: auto;
        height: calc(100vh - 60px)
    }

    .navbar-container.open .navbar-nav .nav-item.open .subnav {
        left: 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container {
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div {
        padding: 1rem !important;
        border-bottom: 1px solid #e9e9e9;
        flex: 0 0 100% !important;
        max-width: 100%
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div:nth-child(2) {
        background: #f5f5f5
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div .subnav-title {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Gotham Light' !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div:nth-child(2)>.subnav-title {
        font-size: 18px
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square {
        background-image: none !important;
        padding-top: initial !important;
        min-height: initial !important;
        background: 0 0
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div {
        position: relative !important;
        align-items: flex-start !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>p {
        color: #1a1a1a !important;
        padding-left: 0;
        margin: 0 !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA>span {
        display: none !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA {
        position: absolute;
        right: 1rem;
        color: #c2996d !important;
        border: none;
        font-size: 1rem
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:active,
    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:focus,
    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div>.CTA:visited {
        background: 0 0 !important
    }

    .navbar-container.open .navbar-nav .nav-item .subnav .container>div>.square>div:before {
        display: none
    }

    .swiper-container {
        max-height: 30vh
    }

    .InfoHeader.fixed:hover {
        width: 60px !important
    }

    header+.container-fluid+.container {
        z-index: 10 !important
    }
}
.load-animate {
    -webkit-animation: load 1s linear infinite;
    animation: load 1s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, right top, from(#e4e4e4), color-stop(20%, #f5f5f5), color-stop(40%, #efefef), to(#e4e4e4));
    background-image: linear-gradient(left, #e4e4e4 0, #f5f5f5 20%, #efefef 40%, #e4e4e4 100%);
    background-repeat: no-repeat;
    background-size: cover
}

.load-animate.profile-pic {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.Lucas .gjs-one-bg {
    background-color: #242a3b !important
}

.Lucas .gjs-two-color {
    color: #9ca8bb !important
}

.Lucas .gjs-three-bg {
    background-color: #1e8fe1 !important;
    color: #fff
}

.Lucas .gjs-four-color,
.Lucas .gjs-four-color-h:hover {
    color: #1e8fe1 !important
}

.Lucas .gjs-clm-tags #gjs-clm-new {
    color: #fff !important
}

@-webkit-keyframes load {
    0% {
        background-position: -680px 0
    }

    100% {
        background-position: 680px 0
    }
}

@keyframes load {
    0% {
        background-position: -680px 0
    }

    100% {
        background-position: 680px 0
    }
}

@-webkit-keyframes load-image {
    0% {
        background-position: -680px 0
    }

    100% {
        background-position: 680px 0
    }
}

@keyframes load-image {
    0% {
        background-position: -680px 0
    }

    100% {
        background-position: 680px 0
    }
}

.burgermenu {
    border: none;
    background: 0 0;
    width: 24px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -14px;
    padding: 0;
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
    outline: 0
}

.burgermenu:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.burgermenu span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    border-top: 2px solid #c2996d;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .5s ease, border-color .5s ease .3s;
    -moz-transition: -moz-transform .5s ease, border-color .5s ease .3s;
    -o-transition: -o-transform .5s ease, border-color .5s ease .3s;
    -ms-transition: -ms-transform .5s ease, border-color .5s ease .3s;
    transition: transform .5s ease, border-color .5s ease .3s
}

.burgermenu span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c2996d;
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
    -webkit-animation-name: topLineBurger;
    -moz-animation-name: topLineBurger;
    -o-animation-name: topLineBurger;
    -ms-animation-name: topLineBurger;
    animation-name: topLineBurger;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.burgermenu span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c2996d;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: bottomLineBurger;
    -moz-animation-name: bottomLineBurger;
    -o-animation-name: bottomLineBurger;
    -ms-animation-name: bottomLineBurger;
    animation-name: bottomLineBurger;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.burgermenu.opened span {
    border-color: transparent;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    -ms-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.burgermenu.opened span:before {
    -webkit-animation-name: topLineCross;
    -moz-animation-name: topLineCross;
    -o-animation-name: topLineCross;
    -ms-animation-name: topLineCross;
    animation-name: topLineCross;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.burgermenu.opened span:after {
    -webkit-animation-name: bottomLineCross;
    -moz-animation-name: bottomLineCross;
    -o-animation-name: bottomLineCross;
    -ms-animation-name: bottomLineCross;
    animation-name: bottomLineCross;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

animation-fill-mode: forwards:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c2996d;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: bottomLineBurger;
    -moz-animation-name: bottomLineBurger;
    -o-animation-name: bottomLineBurger;
    -ms-animation-name: bottomLineBurger;
    animation-name: bottomLineBurger;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.opened span {
    border-color: transparent;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    -ms-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.opened span:before {
    -webkit-animation-name: topLineCross;
    -moz-animation-name: topLineCross;
    -o-animation-name: topLineCross;
    -ms-animation-name: topLineCross;
    animation-name: topLineCross;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.opened span:after {
    -webkit-animation-name: bottomLineCross;
    -moz-animation-name: bottomLineCross;
    -o-animation-name: bottomLineCross;
    -ms-animation-name: bottomLineCross;
    animation-name: bottomLineCross;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-moz-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-webkit-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-o-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-moz-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-webkit-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-o-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-moz-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-webkit-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-o-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-moz-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@-webkit-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@-o-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@-moz-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-webkit-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-o-keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes topLineCross {
    0% {
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -o-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
}

@-moz-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-webkit-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-o-keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes bottomLineCross {
    0% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@-moz-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-webkit-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-o-keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@keyframes topLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(0);
        -moz-transform: translateY(-9px) rotate(0);
        -o-transform: translateY(-9px) rotate(0);
        -ms-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }
}

@-moz-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@-webkit-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@-o-keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}

@keyframes bottomLineBurger {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0);
        -moz-transform: translateY(6px) rotate(0);
        -o-transform: translateY(6px) rotate(0);
        -ms-transform: translateY(6px) rotate(0);
        transform: translateY(6px) rotate(0)
    }
}