body {
    background-color: transparent;
}

#closex_follow {
    background-image: url(../images/thumbs/close_circle1.png);
    background-repeat: no-repeat;
    position: relative;
    left: 280px;
    top: -25px;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    opacity: 0.8;
}

.closex_follow {
    cursor: crosshair;
    text-decoration: none;
}

.closex_follow :hover {
    background-color: rgba(151, 42, 42, 0.6);
}

#closex_follow_bottom {
    background-image: url(../images/thumbs/close_circle1.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    position: relative;
    left: 295px;
    top: 205px;
    opacity: 0.8;
}

.closex_follow_bottom {
    text-decoration: none;
    cursor: crosshair;
}

.closex_follow_bottom :hover {
    background-color: rgba(151, 42, 42, 0.6);
}

#mailListForm {
    width: 358px;
    border: solid #AEC4F3 2px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 6px;
    margin-left: 3px;
}

#msgArea {
    width: 100%;
    color: #FAF888;
    text-shadow: 2px 1px 2px #070736;
}

.sectn {
    margin-top: 12px;
    margin-bottom: 12px;
}

.inputBxLg {
    height: 20px;
    font-family: arial, helvetica;
    font-size: 22px;
    background-color: rgba(230, 234, 250, 0.88);
    font-weight: bold;
}

.frmInput {
    color: #060A4F;
    background-color: rgba(230, 234, 250, 0.88);
    font-size: 18px;
}

.frmLabel {
    color: #FAF888;
    text-shadow: 2px 1px 2px #070736;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.huge {
    color: #FAF888;
    text-shadow: 2px 1px 2px #070736;
    font-weight: bolder;
    font-size: 22px;
    padding: 4px;
}

.small {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFF8;
    text-shadow: 2px 1px 2px #070736;
}

.tiny_txt {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}

.buttonGo {
    font-size: 28px;
    color: #FAFDDC;
    background: #076E0C;
    border: solid #AEC4F3 2px;
    padding: 4px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.buttonGo:hover {
    background: #1dcf26;
}

a.closeX:link {
    color: #BBC1C7;
    text-decoration: none;
    font-family: Arial Black;
    font-size: 42px;
}

a.closeX:active {
    color: #BBC1C7;
    text-decoration: none;
    font-family: Arial Black;
    font-size: 42px;
}

a.closeX:visited {
    color: #BBC1C7;
    text-decoration: none;
    font-family: Arial Black;
    font-size: 42px;
}

a.closeX:hover {
    color: red;
    text-decoration: none;
    font-family: Arial Black;
    font-size: 42px;
}

#tips_button {
    width: 250px;
    animation: blinker 1.5s step-start infinite;
    color: #060A4F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: rgb(34, 193, 195);
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
    border: solid #DD7510 2px;
    border-radius: 15px;
    margin: 4px 0px 4px 43px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#tips_button:hover {
    cursor: pointer;
    border: solid #1dcf26 2px;
}

#tips {
    position: relative;
    top: -55px;
    left: 32px;
    width: 320px;
    height: 340px;
    background-color: #ffffff;
    border: solid #1c539c 1px;
    border-radius: 6px;
    display: none;
}

#tips_close {
    background: #202642;
    color: #cff0ce;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 0px 3px 10px;
}

#tips_close:hover {
    color: #dd1710;
    cursor: pointer;
}

#cashA {
    width: 358px;
    height: 132px;
    margin: 5px 0px 0px 12px;
    background: url(../images/qr_casha.png);
    background-repeat: no-repeat;
    background-size: 123px auto;
    background-position: top left;
    cursor: pointer;
}

#cashA_txt {
    position: relative;
    top: 30px;
    left: 150px;
    font-family: Arial, Helvetica, sans-serif;
    color: #070736;
    font-size: 14px;
    width: 120px;
    height: auto;
}

#zel {
    width: 358px;
    height: 132px;
    margin: 20px 0px 0px 20px;
    background: url(../images/qr_zel.png);
    background-repeat: no-repeat;
    background-size: 106px auto;
    background-position: bottom left;
}

#zel_txt {
    position: relative;
    top: 3px;
    left: 150px;
    font-family: Arial, Helvetica, sans-serif;
    color: #070736;
    font-size: 14px;
    width: 120px;
    height: auto;
}

a.tips_txt {
    font-family: Arial, Helvetica, sans-serif;
    color: #123f7a;
    font-size: 20px;
    display: inline-block;
}

a.tips_txt:hover {
    color: #076E0C;
}

.tips_tiny {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #123f7a;
    font-size: 10px;
    display: inline-block;
}

#sm_container {
    /* background-color: #04233F; */
    width: 380px;
    height: auto;
    float: left;
}

.sm_link {
    margin: 2px 25px 8px 25px;
    float: left;
}

#sm_facebook {
    background-image: url(../images/thumbs/ico_facebook_256_trsp.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_facebook:hover {
    background-image: url(../images/thumbs/ico_facebook_hover_256_trsp.webp);
}

#sm_twitter {
    background-image: url(../images/thumbs/ico_twiter_256_trsp.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_twitter:hover {
    background-image: url(../images/thumbs/ico_twiter_hover_256_trsp.webp);
}

#sm_linkdn {
    background-image: url(../images/thumbs/ico_linkdn_256_trsp.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_linkdn:hover {
    background-image: url(../images/thumbs/ico_linkdn_hover_256_trsp.webp);
}

#sm_instagr {
    background-image: url(../images/thumbs/ico_instagram_256_trsp.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_instagr:hover {
    background-image: url(../images/thumbs/ico_instagram_hover_256_trsp.webp);
}

#sm_tiktok {
    background-image: url(../images/thumbs/ico_tiktok_256_trsp.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_tiktok:hover {
    background-image: url(../images/thumbs/ico_tiktok_hover_256_trsp.webp);
}

#sm_txt_call {
    background-image: url(../images/thumbs/ico_TextCall.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_txt_call:hover {
    background-image: url(../images/thumbs/ico_TextCall_hover.webp);
}

#show_number {
    position: fixed;
    top: 530px;
    left: 220px;
    width: 145px;
    height: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(11, 13, 22);
    font-size: 10px;
    padding: 2px;
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 80%);
    border: solid #1c539c 2px;
    border-radius: 6px;
    display: none;
}

#show_num_close {
    background: #202642;
    color: #cff0ce;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 0px 3px 10px;
    border: solid #1c539c 2px;
    border-radius: 7px;
}

#show_num_close:hover {
    color: #dd1710;
    cursor: pointer;
}

.callMe_head {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(11, 13, 22);
    font-size: 17px;
    font-weight: 900;
}

.callMe_body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(31, 8, 73);
    font-size: 12px;
    font-weight: 900;
}

.callMe_body_msg {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(109, 7, 7);
    font-size: 12px;
    font-weight: 900;
    line-height: 2px;
}

#my_num_input {
    width: 104px;
    height: 20px;
    padding: 0px 0px 0px 3px;
    background: #edf5de;
    border: solid #1c539c 2px;
    border-radius: 7px;
}

#sm_eml_contact {
    background-image: url(../images/thumbs/ico_email_Contact.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_eml_contact:hover {
    background-image: url(../images/thumbs/ico_email_ContHover.webp);
}

#sm_eml_booking {
    background-image: url(../images/thumbs/ico_email_Booking.webp);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: 100% 100%;
}

#sm_eml_booking:hover {
    background-image: url(../images/thumbs/ico_email_BookHover.webp);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #070707;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #051910;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #DD7510;
}

/* Portrait and Landscape */
@media all and (max-device-width: 500px) {
    .closex_follow {
        width: 15px;
        margin-left: 15px;
    }

    .closex_follow-bottom {
        margin-left: 37px;
    }

    #mailListForm {
        width: 340px;
    }

    #sm_container {
        width: 365px;
        height: auto;
        float: left;
    }

    #sm_facebook {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #sm_twitter {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #sm_linkdn {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #sm_instagr {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #sm_tiktok {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #sm_txt_call {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #show_number {
        top: 490px;
        left: 140px;
        font-size: 12px;
        width: 155px;
        height: 120px;
        padding: 2px;
        font-size: 17px;
    }

    #show_num_close {
        font-size: 20px;
        transform: scale(1.02, 1.1);
        padding: 3px 0px 3px 10px;
    }

    #my_num_input {
        font-size: 16px;
        width: 124px;
        height: 20px;
    }

    #sm_eml_contact {
        width: 75px;
        height: 75px;
        background-size: 90% 90%;
    }

    #closex_follow_bottom {
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
        left: 305px;
        top: 250px;
    }

}