.ekti_lang_h {
    text-align:center;
}
.ekti_lang_div {
    text-align:center;
    position:relative;
}
.ekti_lang_h:hover .ekti_lang_div > div {
    max-height:100px;
}
.dis_block {
    display:block;
}
.ekti_lang_div > div {
    position:absolute;
    max-height:0;
    overflow:hidden;
    transition: all 0.3s;
}
.ekti_lang_div a {
    color:#444;
    text-decoration:none;
    display:block;
    transition:all 0.3s;
    padding:10px 0 0;
}
.ekti_lang_div a:hover {
    color:#000;
    text-decoration:underline;
}

.ekti_bottom {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom:50px;


}
.ekti_bottom > div {
    display: flex;
    position:relative;
    bottom:0;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1rem;
    font-weight:normal;
    padding:0 10px;
    margin:0 auto;
}
.ekti_bottom  a {
    color: #fff;
    text-decoration:none;

}

h1 {
    color: #222;
    font-weight: bold;
    font-size: 2rem;
    margin:0;
    text-shadow: #FFF 1px 0 10px;
}

h2 {
    color: #222;
    font-weight: bold;
    font-size: 3rem;
    text-shadow: #FFF 1px 0 10px;
    }

.ekti_top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:50px 10px 40px;
}

.ekti_logo {
    max-width: 120px;
    padding-left: 5px;
}
.ekti_lang {
    max-width: 20px;
    cursor:pointer;
}
.noselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.switch_r {
    flex-wrap:nowrap;
}
.switch_r > div {
    
}
.switch_r .form-switch {
    padding-left: 0;
    text-align: center;
}
.switch_r input {
    display: block;
    float: none !important;
    margin: 0 auto !important;
}
.switch_r label {
    display: block;
}

.pac-item {
    padding: 4px 4px 2px;
}
.pac-matched {
    color:#0d6efd;
}
.pac-icon-marker {
    background-position: -16px 99px;
}

.h1pal {
    padding: 0 20px;
    font-size: 1.2rem;
    margin:0;
}

#mf4_response {
    
}

#mf4_response p {
    color:#444;
}

#mf4_response img {
    cursor: default;
    max-width: 32px;
    padding: 0;
    margin: 0 auto 0.5rem;
    display: block;
}
#mf4_response img:hover {
    background:#fff;
}

.try_again {
    text-align:center;
}
.try_again > span {
    transition:all 0.3s;
    cursor:pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #999;
}
.try_again > span:hover {
    color: #0a58ca;
}

.mf4_info {
    margin-bottom:20px;
    text-align:center;
}
.form-floating > label {
    max-width:100%;
}
.selected_place {
    text-align:left;
    margin-bottom:4px;
    line-height:1.1em;
}
.selected_place > span {
    text-align:left;
    font-size:12px;
}
.selected_place > span:first-child {
    color: #666;
    margin-right: 8px;
}

#mf_0 .is-invalid .invalid-feedback {
    display:block;
}
#mf_0 .invalid-feedback {
    line-height: 1.2em;
}
#mf_0 .is-invalid input {
    border-color: var(--bs-form-invalid-border-color);
}
body .bg {
    background-image: url(../img/wbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position:fixed;
    width:100%;
    height:100%;
}
.bg > div {
    height: 160px;
    background: linear-gradient(180deg, #fff, transparent);
}
body .main {
    position: relative;
    max-width:1080px;
    margin:0 auto 100px;
}
.main_f {
    position:relative;
}
.main_c > div:first-child {
    color:#fff;
}
.main_c > div:first-child {
    margin-bottom:60px;
}
.main_f > div:first-child {
    max-width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px 0 #999;
}
.main_f > div:first-child button{
    margin-top: 40px;
}
.main_f > div:first-child form > div:first-child {
    
}
#results_c {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 4px;
}

#results_c > ul {
    list-style-type: none;
    padding: 10px;
    font-size: 14px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
}
#results_c > ul > li {
    padding: 10px 4px 8px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.7;
    display: flex;
    align-items: center;
}
#results_c > ul > li > a {
    line-height:1.2em;
}
#results_c > ul > li > img {
    max-width: 16px;
    margin-right: 8px;
}
#results_c > ul > li:hover {
    opacity:1;
}
#results_c > ul > li:nth-child(2n) {
    background:#eee;
}
.main_f > div:not(:first-child) {
    padding: 30px;
    /*background: linear-gradient(20deg, #fff 80%, transparent);*/
    background-color:rgba(255,255,255,0.9);
    max-width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #999;
}
.main_f > div:not(:first-child) form > div {
    margin-bottom:20px;
}
.main_f > div:not(:first-child) form > button {
    display:block;
    margin: 40px auto 0;
}
.main_f > div:not(:first-child) img {
    cursor: pointer;
    max-width: 24px;
    transition: all 0.3s;
    padding: 2px 4px;
    border-radius: 5px;
}
.main_f > div:not(:first-child)  img:hover {
    background:silver;
}
.main_f > div:not(:first-child)  h4 {
    text-align:center;
    font-weight:bold;
}
.main_f > div:not(:first-child)  p {
    text-align:center;
    color:#999;
}
.main_f > div {
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-out;
    position: relative;
    top:0;
    margin: -100px auto;
}
.main_f > .active_f {
    opacity:1;
    visibility:visible;
    z-index:9;
    margin: 0 auto;
}
.posabs {
    position:absolute!important;
}

@media (max-width: 768px) {
    /*
    .ekti_bottom {
        position: relative;
        bottom: 0;
        margin:40px 0;
    }
    */
    .ekti_bottom > div {
        flex-wrap: wrap;
        font-size: 0.65rem;
    }
    .h1pal {
        padding: 0;
        text-align: center;
    }
    .main_c h1 {
        text-align: left;
        font-size:1rem;
    }
    .main_c h2 {
        text-align: left;
        font-size:2rem;
    }
    .main_f > div {
        padding:10px!important;
    }
    .main_f > div:not(:first-child) form > div {
        margin-bottom: 10px;
    }
    .ekti_top {
        padding: 20px 10px 40px;
    }
    .main_c > div:first-child {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .ekti_bottom > div {
        max-width:1080px;
    }
}

