

.content > .content_inner > .full_width {
position: relative !important;
z-index: 5000;
}path{
    fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;stroke-linecap:round;  
    }
tspan {
  fill:#FFFFFF; font-family: 'Special Elite', cursive; font-size:32px; letter-spacing:0px;
}
.biggest_text {
  fill:#FFFFFF; font-family: 'Amatic SC', cursive; font-weight:700; font-size:105px;
}
.text_inside_circle {
fill:#FFFFFF; font-family: 'Special Elite', cursive; font-size:18px;;
}
path.handle {
 stroke-miterlimit:10;
stroke-dasharray:226;
}
path.circle {
stroke-dasharray:670;
}

/* LUKI BEGIN */
.side_menu_button_link:after {
    content: "BOOK NOW";
    font-family: 'Lora', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    letter-spacing: 2px;
}

.light:not(.sticky):not(.scrolled) .side_menu_button > a:hover {
    color: #c3b098 !important;
}

.side_menu div {
    float: left;
    height: 50px;
    width: 100%;
    color: #eeeeee;
}

.side_menu .view_cancel {
    color: #eeeeee;
    text-decoration: underline;
}

.side_menu .view_cancel:hover {
    text-decoration: none;
}

.side_menu .label {
    width: 25%;
    text-align: left;
    height: 50px;
}

.side_menu .elements {
    width: 75%;
    float: right;
    height: 50px;
}

.access_code {
    border: 1px solid #e9e9e9;
    font-size: 13px;
    background-color: #f6f6f5;
    outline: none;
    color: #7f8385;
    font-family: inherit;
    padding: 9px 12px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:25%;
}
.side_menu .elements select {
    width: 25%;
}

.side_menu .button_holder {
    margin-left: 25%;
}

@media  (max-width: 1000px) {
  .side_menu_button_link:after {    
    position: absolute;    
    right: 20px;    
    width: 50px;    
    text-align: right;    
    top: -4px;
  }
  .side_menu_title h5 {    
    font-size: 20px;    
    line-height: 20px;
  }
  .side_menu .elements select {    
    width: 32%;
  }
  .access_code {    
    width: 32%;
  }
}

@media  (max-width: 380px) {
  .side_menu {    
    padding: 5% 10px 10px 10px !important;
  }
}

/* LUKI END */