:focus {
    -moz-outline-style: none;
}

/* the overlayed element */
.simple_overlay {
    /* must be initially hidden */
    display: none;

    /* place overlay on top of other elements */
    z-index: 10000;

    /* styling */
    background-color: #333;

    width: 675px;
    min-height: 200px;
    border: 1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image: url(../images/close.html);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* some styling for triggers */
#triggers {
    text-align: center;
}

#triggers img {
    cursor: pointer;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* styling for elements inside overlay */
.details {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #fff;
    width: 150px;
}

.details h3 {
    color: #aba;
    font-size: 15px;
    margin: 0 0 -10px 0;
}
.lang-toggle {
    position: fixed;
    top: 10%;
    right: -58px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr !important;
    width: 100px;
    transition: 0.4s;
}
.flag-icon {
    font-size: 20px;
}

.lang-toggle:hover {
    right: 0;
}

.custom_button_12 {
    transition: all 0.3s ease;
    cursor: pointer;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #3f0e0e),
        color-stop(1, #d69b51)
    );
    border-radius: 0.3em;
    color: #fff;
    font-size: 14px;
    padding: 12px 28px;
    box-shadow: inset 0px 0px 15px 0px rgb(0 0 0 / 30%),
        0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    font-weight: 400;
}

.custom_button_12:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #3f0e0e),
        color-stop(1, #d69b51)
    );
}

.custom_button_12:after {
    border-radius: 30px;
    border: 1px solid rgba(208, 49, 49, 0.3);
    left: -2px;
    top: -2px;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 1px;
}

.homeleft {
    direction: ltr !important;
}

.pageContent.active {
    display: block !important;
}

.colorButton1 {
    background: #32160f;
    border: 1px solid #6d5747;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    padding: 2px 15px;
}

.colorButton1:hover {
    background: #58261a;
}

.colorButton1:active {
    background: #000000;
}
.auto-style1 {
    font-family: Spartan;
    font-size: medium;
    color: #ffb400;
}

.auto-style4 {
    color: #94ff00;
}

.auto-style5 {
    color: #8d0910;
    font-size: 12px;
    line-height: 31x;
}

.auto-style16 {
    font-family: Spartan;
    font: 15px;
    color: #fff8dc;
}
