 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
            .button3 {
                color: #ffffff;
                cursor: pointer;
                border-radius: 10px !;
                border: 0px solid #000;
                animation: glowing 1300ms infinite;
            }
                
@keyframes glowing {
  0% {background-position: 0 0;}
  50% {background-position: 400% 0;}
  100% {background-position: 0 0;}
}
.bt3 {
position: relative;
transition: 0.5s;
overflow: hidden;
}
/*.bt3:hover {
background: #fff;
color: #050801;
box-shadow: 0 0 5px #93792e, 0 0 25px #000, 0 0 50px #000, 0 0 200px #000;
-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}*/
.bt3:nth-child(1) {
/*filter: hue-rotate(270deg);*/
}

.bt3:nth-child(2) {
/*filter: hue-rotate(110deg);*/
}

.bt3 span {
position: absolute;
display: block;
}
.bt3 span:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,transparent,#fff);
animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}
.bt3 span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 2s linear infinite;
    animation-delay: 0.25s;
}
.bt3 span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 2s linear infinite;
    animation-delay: 0.50s;
}
.bt3 span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 2s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
        
@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}
@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}
.button3.pulse-button {
    /*animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;*/
    animation: borderPulse 1000ms infinite ease-out;
}
 @keyframes colorShift {
     0%, 100% {background: #0095d2;}

      33% {background: #0ca5e4;}

       66% {background: #000;}
    }
    @keyframes borderPulse {
    0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(12,165,228,0.7);
    }

    100% {
     box-shadow: inset 0px 0px 0px 3px rgba(12,165,228,.2), 0px 0px 0px 10px rgba(255,255,255,0);
    }
    
}
.simulator-page  {
    padding: 50px 50px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px #83b873;
    text-align: center;
}  
.simulator-title{
    color: #0095d2;
    font-size: 50pt;
    font-family: "Oswald", sans-serif;
}  
.simulator-text{
    font-size: 20pt;
} 
.simulator-box-l, .simulator-box-r  {
    font-size: 20pt;
    padding: 50px 50px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px #83b873;
    text-align: center;
} 
.simulator-box-l h6, .simulator-box-r h6
{
    font-size: 30pt;
} 
.simulator-box-line{
    border: 1px solid #0095d2;
    margin: 50px 0px;
}            
#divCounter
{
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    color: #000;
}
/*Flyer*/
#groupnoti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 999999999999;
    display: block;
}
#loadflyer{
    width: 100%;
}
#noti {
    width: 90%;
    overflow: hidden;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#noti img {
    width: 100%;
    border: 1px solid #ccc;
}
#closenoti {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.myesalon-popupform-center
{
    color: #000;
}
/*Flyer*/
#subbar {
    position: fixed;
    padding: 10px 15px 5px 15px;
    z-index: 9;
    right: 0px;
    top: 35%;
    background: #0095d2;
    cursor: pointer;
    opacity: 1.0;
    color: #fff;
    border-radius: 5px 0 0 5px;
    display: none;
}
#subbar:hover
{
    -webkit-box-shadow: 7px 10px 15px #0004;
          box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#booking {
    position: fixed;
   padding: 10px 15px 5px 15px;
   text-transform:uppercase;
 
    z-index: 9;
    right: 0px;
    top: 45%;
     background: #0095d2;
    cursor: pointer;
    opacity: 1.0;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
     color: #fff;
    font-size: 9pt;
    display: none;
}
#booking:hover
{
    -webkit-box-shadow: 7px 10px 15px #0004;
          box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* Notification */
#notification
{
    width:100%;
    background: #0095d2;
    position: fixed;
    top: 0;
    z-index:9999999;    
    text-align:center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color: #0095d2;
    text-decoration: none;    
    background: #fff;
    padding: 3px 5px 3px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Notification */
#bSend
{
    cursor: pointer;
}

#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 99999;
    display: none;
}
#formnotify-home {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 999999999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #df811e;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

.nav-bottom
{
    display: none;    
}
.groupfbye 
{
    background: none;
    top: 38%;
    left: 0;
    position: fixed;
    z-index: 99999999;
}
.groupfbye a {
    background: #0095d2;
    padding: 3px 14px 3px 0;
    border-radius: 0 5px 5px 0;
}
.groupfbye a:hover
{
    -webkit-box-shadow: 7px 10px 15px #0004;
          box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.groupfbye a i 
{
    padding: 12px;
    color: #fff;
    width: 13px;
}
.line 
{
    height: 2px;
    width: 33px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px;
}
/*menu*/
.menu-title
{
    text-align: left;
    text-transform: uppercase;
    font-size: 20pt;
    font-weight: 600;
    margin-top: 40px;
    color: #0095d2;
    display: flex;
    flex-direction: row;   
    font-family: "Roboto", sans-serif; 
}
.menu-title:after
{   
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}
.menu-title:before
{   
    margin-right: 10px
}
.menu-title:after
{   
    margin-left: 10px
}
.small-menu-title
{
    font-size: 18pt;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0095d2;
}
.menu-row
{
    margin-top: 15px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    background: #edf6fa;
    font-family: "Roboto", sans-serif; 
}
.menu-name {
    width: 80%;
    float: left;
    color: #000;
    margin-bottom: 5px;
}
.price-name{
    width: 20%;
    float: right;
    text-align: right;
}
.menu-row-disc
{
    color: #555;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1000px) 
{
.simulator-box-l
{
    margin-bottom: 20px;
} 
}
@media (max-width: 768px) 
{ 
    .to_top {
      bottom: 120px;
    }
.nav-bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        display: block;
        z-index: 9999;
        border-radius: 9px 9px 0 0;
        background-image: linear-gradient(90deg, #0095d2 0%, #1aade9 50%, #0095d2 70%, #1aade9 100%);
    }
    .nav-bottom ul li {
        width: 25%;
        float: left;
        text-align: center;
        list-style-type: none;
        background-size: cover;
        text-transform: capitalize;        
        padding: 10px 0;
        border-right: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }   
    .nav-bottom ul li a, #direction_m a{
        color: #fff;
    }
    #order_m
    {
        /*background: url(../img/bg-btn.webp) center center no-repeat;
        background-size: cover;*/
    }
    .tc-menus-st3 .menu-side{padding:0px;}
    .tc-footer-st3 .foot-logo{width: 150px;
    height: 150px;}
    #subbar {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        top: 20%;
        border-radius: 9px 9px 0 0;
    } 
    .tc-footer-st3 .footer-links{text-align:center;}
    .tc-footer-st1 .footer-links{text-align:center;}
    #booking {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -63px;
        top: 50%;
        border-radius: 9px 9px 0 0;
    } 
    .tc-footer-st3 .vecs, .groupfbye
    {
        display: none;
    }
    .tc-footer-st3 .foot-suscribe .from-group .butn,
    .tc-footer-st1 .foot-suscribe .from-group .butn
    {
        display: none;
    }
    .tc-footer-st3 .foot-suscribe .from-group .form-control,
    .tc-footer-st1 .foot-suscribe .from-group .form-control
    {
        text-align: center;
    }
    .tc-footer-st3,
    .tc-footer-st1
    {
        padding-bottom: 70px;
    }
}