/*-------------------------------------------------------*/
/* CUSTOM CSS */
/*-------------------------------------------------------*/

.prague-header .prague-logo {
    /*margin: -30px 0 0 -30px;*/
}

.prague-header .prague-logo .image_logo {
    /*height: 100px;*/
    height: 32px;
}

@media only screen and (max-width: 767px) {
    .prague-header .prague-logo {
        margin: 0;
    }

    .image_logo {
        height: 24px !important;
    }
}

/**************************************************************************************************************************/
/** Background color **/
/**************************************************************************************************************************/
.bg_color_primary {
    background-color: #F2E0CC !important;
    color: #000 !important;
}

.bg_color_secondary {
    background-color: #000 !important;
}

.bg_color_light {
    background-color: #fafafa !important;
}

.bg_color_white {
    background-color: #fff !important;
}

.bg_color_black {
    background-color: #111111 !important;
}

.bg_color_grey {
    background-color: #333333 !important;
    color: #f2e0cc !important;
}

/**************************************************************************************************************************/
/** Text **/
/**************************************************************************************************************************/
/*=========== font-weight ==============*/
.f_300 {
    font-weight: 300;
}

.f_400 {
    font-weight: 400;
}

.f_500 {
    font-weight: 500;
}

.f_600 {
    font-weight: 600;
}

.f_700 {
    font-weight: 700;
}

.f_900 {
    font-weight: 900;
}

/*=========== font-size ==============*/
.f_size_11 {
    font-size: 11px !important;
}

.f_size_12 {
    font-size: 12px !important;
}

.f_size_13 {
    font-size: 13px !important;
}

.f_size_14 {
    font-size: 14px !important;
}

.f_size_16 {
    font-size: 16px !important;
}

.f_size_18 {
    font-size: 18px !important;
}

.f_size_20 {
    font-size: 20px !important;
}

.f_size_24 {
    font-size: 24px !important;
}

.f_size_26 {
    font-size: 26px !important;
}

.f_size_50 {
    font-size: 50px !important;
}

/*=========== line-height ==============*/
.l_height16 {
    line-height: 16px;
}

.l_height18 {
    line-height: 18px;
}

.l_height20 {
    line-height: 20px;
}

.l_height22 {
    line-height: 22px;
}

.l_height24 {
    line-height: 24px;
}

.l_height26 {
    line-height: 26px;
}

/*=========== color ==============*/
.text-white {
    color: #fff;
}

/**************************************************************************************************************************/
/** Overwrite header **/
/**************************************************************************************************************************/
.header-menu-custom {
    background-color: rgba(55,43,31,0.8);
    background-color: rgba(55,43,31,0.95);
}

.prague-header.simple.sticky-menu.light.scroll {
    background-color: #2C4257;
    background-color: rgba(55,43,31,1);
}

.prague-header .prague-nav-menu-icon {
    position: relative;
    width: 36px;
    margin-left: 15px;
    z-index: 400;
}

.prague-header.light .prague-nav-menu-icon a {
    background: #FAE278;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #ecf0f1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 4px 0px #ddc160;
    -moz-box-shadow: 0px 4px 0px #ddc160;
    box-shadow: 0px 4px 0px #ddc160;
    color: #111111;
    font-weight: 300;
    line-height: 34px;
}

.prague-header.light .prague-nav-menu-icon a:hover {
    border: 1px solid #111111;
}

.prague-header.light .prague-nav-menu-icon a i {
    background-color: #111111;
}   

.prague-header.light .prague-nav-menu-icon.active a i {
    background-color: transparent;
}

.prague-header.light .prague-nav-menu-icon a i::after,
.prague-header.light .prague-nav-menu-icon a i::before {
    background-color: #111111;
}

/** Multi language nav **/
.prague-header .prague-social-nav {
    position: relative;
    display: block;
    width: 36px;
    margin-left: 15px;
}

.prague-header.light .prague-social-nav a {
    background: #FAE278;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #ecf0f1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 4px 0px #ddc160;
    -moz-box-shadow: 0px 4px 0px #ddc160;
    box-shadow: 0px 4px 0px #ddc160;
    color: #111111;
    font-weight: 300;
    line-height: 34px;
    font-size: 14px;
}

.prague-header.light .prague-social-nav a:hover {
    border: 1px solid #111111;
}

.prague-header .prague-social-nav .social-content {
    position: absolute;
    /*top: calc(100% + 25px);*/
    top: calc(100%);
    right: auto;
    left: auto;
    list-style: none;
    display: none;
}

.prague-header.light .prague-social-nav a.single_dropdown_language_item {
    width: 36px;
    height: 28px;
    line-height: 28px;
}

.main-menu li a {
    /*text-shadow: 1px 1px 0 #2C4257, 1px 1px 0 #2C4257;*/
}

.main-menu li.current-menu-item a,
.main-menu li.current-menu-parent a,
.main-menu li.current-menu-ancestor a {
    opacity: 1;
    font-size: 13px !important;
    font-weight: 600;
}

.main-menu li.current-menu-item .sub-menu a,
.main-menu li.current-menu-parent .sub-menu a,
.main-menu li.current-menu-ancestor .sub-menu a {
    opacity: .7 !important;
    font-size: 11px !important;
    font-weight: 300 !important;
}

.main-menu li i {
    font-size: 10px !important;
    margin-right: 10px;
}

.main-menu .sub-menu {
    /*display: block;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    top: calc(100% + 14px);
    left: 13px;
    min-width: 143px;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
    transition: visibility 0.3s ease-in, opacity 0.3s ease-in;*/
    background-color: #372B1F;
}

/*.main-menu .sub-menu li a {
    display: block;
    font-size: 11px;
    line-height: 25px;
    padding: 0 15px;
    opacity: 0.7 !important;
    color: white;
    font-weight: normal !important;
}*/

/*@media screen and (max-width: 1199px) {
    .main-menu .sub-menu {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        padding: 7px 10px;
        background-color: #111111;
    }
}*/

/**************************************************************************************************************************/
/** Overwrite footer **/
/**************************************************************************************************************************/
/*.prague-footer {
position: relative;
background-color: #2C4257;
}

.prague-footer::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #2C4257;
opacity: 0.8;
z-index: 90;
}*/

.footer-group-title {
    color: #ddc160;
    font-size: 1.75rem;
    font-weight: 700;
}

ul.footer-link-list li {
    list-style-type: none;
}

ul.footer-link-list li a.footer-single-link {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    position: relative;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .footer-group-title {
        color: #ddc160;
        font-size: 1.25rem;
        font-weight: 700;
    }

    ul.footer-link-list li a.footer-single-link {
        font-size: 14px;
    }
}

ul.footer-link-list li a.footer-single-link:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    bottom: -3px;
}

ul.footer-link-list li a.footer-single-link::before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.footer__contact_us_list li {
    padding-left: 25px;
}

.footer__contact_us_list .fa-phone,
.footer__contact_us_list .fa-envelope,
.footer__contact_us_list .fa-map-marker {
    margin-right: 8px;
    color: #ccc;
    margin-left: -25px;
    width: 15px;
    vertical-align: top;
    margin-top: 8px;
}

@media only screen and (max-width: 767px) {
    .footer-social-icon-li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .prague-footer .footer-bottom-content .prague-social-nav {
        padding-top: 15px;
    }
}

/**************************************************************************************************************************/
/** Footer social icon **/
/**************************************************************************************************************************/
.f_social_icon_custom {
    margin-top: 30px;
}

.f_social_icon_custom ul li {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    /*.f_social_icon_custom ul li {
        display: block;
    }

    .f_social_icon_custom ul li a {
        margin-left: -90px;
    }*/
}

/*.f_social_icon_custom span.social_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-radius: 5px;
    line-height: 40px;
    margin-bottom: 6px;
    background: #fff !important;
    font-size: 22px !important;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .f_social_icon_custom span.social_icon.fb_icon {
        color: #4267B2 !important;
        border: 1px solid #4267B2 !important;
    }

    .f_social_icon_custom span.social_icon.instagram_icon {
        color: #405DE6 !important;
        border: 1px solid #405DE6 !important;
    }

    .f_social_icon_custom span.social_icon.youtube_icon {
        color: #c4302b !important;
        border: 1px solid #c4302b !important;
    }*/

.f_social_icon_custom img.social_icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 6px;
    background-color: transparent;
    font-size: 22px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.f_social_icon_custom span.social_text {
    display: none;
    margin-left: 10px;
    font-size: 14px;
    position: absolute;
    margin-top: 5px;
    color: #fff;
}

    .f_social_icon_custom span.social_text:hover {
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .f_social_icon_custom span.social_text {
        /*display: inline-block;*/
        display: none;
    }
}

/**************************************************************************************************************************/
/** Scroll to top **/
/**************************************************************************************************************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.3);
    color: #eeeeee;
    width: 45px;
    height: 45px;
    line-height: 36px;
    right: 10px;
    bottom: 160px;
    /*bottom: 90px;*/
    padding-top: 5px;
    border-radius: 2px;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #FAE278;
        color: #fff;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

/**************************************************************************************************************************/
/** Overwrite loader bar **/
/**************************************************************************************************************************/
.prague-loader .prague-loader-wrapper {
    /*background-color: #2C4257;
background-color: #1e2e3c;
background-color: #111111;*/
    background-color: #1a2734;
    background-color: #fff;
}

.prague-loader .prague-loader-bar {
    /*color: #2C4257;*/
    color: #F3DD70;
    background-color: #F3DD70;
    font-size: 55px;
    /*border: 1px solid #2C4257;*/
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

    .prague-loader .prague-loader-bar:after {
        background-color: #2C4257;
    }

@media only screen and (max-width: 1024px) {
    .prague-loader .prague-loader-bar {
        width: 60%;
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 767px) {
    .prague-loader .prague-loader-bar {
        width: 80%;
        font-size: 1.4em;
    }
}

/**************************************************************************************************************************/
/** sidebar **/
/**************************************************************************************************************************/
.prague-sidebar {
    background-color: white;
    border: 1px solid #f4f4f9;
    border-radius: 3px;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.15);
    padding: 20px 30px;
}

.prague-sidebar .prague-widget .prague-title-w {
    font-weight: 600;
    /*border-bottom: 1px #d8d8d8 solid;*/
    padding-bottom: 15px;
    line-height: normal;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

/** widget_search **/
.prague-sidebar-search .widget_search .form_widget_search {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300
}

    .prague-sidebar-search .widget_search .form_widget_search label {
        width: 100%
    }

    .prague-sidebar-search .widget_search .form_widget_search div {
        display: inline-block;
        position: relative
    }

    .prague-sidebar-search .widget_search .form_widget_search input[type=text],
    .prague-sidebar-search .widget_search .form_widget_search input[type=search] {
        font-family: roboto,sans-serif;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: transparent;
        padding: 16px 25px;
        height: 57px;
        background-color: #f2f2f2;
        color: rgba(17,17,17,.5);
        -webkit-transition: border-bottom-color .3s ease-in,color .3s ease-in;
        -o-transition: border-bottom-color .3s ease-in,color .3s ease-in;
        transition: border-bottom-color .3s ease-in,color .3s ease-in
    }

        .prague-sidebar-search .widget_search .form_widget_search input[type=text]:focus,
        .prague-sidebar-search .widget_search .form_widget_search input[type=search]:focus {
            background-color: #f2f2f2;
            border: none;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: #111;
            color: #111;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .prague-sidebar-search .widget_search .form_widget_search input[type=submit] {
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        height: 57px;
        position: absolute;
        right: 0;
        bottom: 5px;
        padding: 0 10px;
        border-radius: 0
    }

/**************************************************************************************************************************/
/** woocommerce-tabs **/
/**************************************************************************************************************************/
.woocommerce-tabs .tabs-item-wrapp.active .tabs-title {
    background-color: #f2f2f2;
    font-weight: 500;
}

.woocommerce-tabs .tabs-item-wrapp .tabs-title span,
.woocommerce-tabs .tabs-item-wrapp .tabs-title a {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    vertical-align: middle;
    outline: 0;
}

/**************************************************************************************************************************/
/** promotion_banner_area css **/
/**************************************************************************************************************************/
.promotion_banner_area {
    width: 100%;
    /*height: 100vh;*/
    height: calc(100vh - 84px);
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.promotion_slider {
    position: absolute;
    /*top: 0;*/
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block !important;
}

    .promotion_slider:before {
        content: "";
        width: 100%;
        height: 100%;
        background: unset !important;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .promotion_slider .owl-stage-outer,
    .promotion_slider .owl-stage,
    .promotion_slider .owl-item {
        height: 100%;
        z-index: 99;
    }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            display: block;
            width: 100%;
            height: calc(100% - 0px);
            background-position: center center !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            margin-top: 0 !important;
        }

/** (<1200px) **/
@media (max-width: 1200px) {

    .promotion_banner_area {
        height: 565px;
        min-height: 565px;
    }

    .promotion_slider .owl-stage-outer,
    .promotion_slider .owl-stage,
    .promotion_slider .owl-item {
        height: auto !important;
    }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            height: 500px;
            background-size: cover !important;
            margin-top: 0 !important;
        }
}

/** (<992px) **/
@media (max-width: 992px) {

    .promotion_slider {
        top: 66px;
    }

    .promotion_banner_area {
        height: 565px;
        min-height: 565px;
    }

    .promotion_slider .owl-stage-outer,
    .promotion_slider .owl-stage,
    .promotion_slider .owl-item {
        height: auto !important;
    }

        .promotion_slider .owl-stage-outer .promotion_banner_item,
        .promotion_slider .owl-stage .promotion_banner_item,
        .promotion_slider .owl-item .promotion_banner_item {
            height: 500px;
            background-size: cover !important;
            margin-top: 0 !important;
        }
}

/** (<768px) **/
@media (max-width: 768px) {

    .promotion_banner_area {
        height: 445px;
        min-height: 445px;
    }

    .promotion_slider .owl-stage-outer .promotion_banner_item,
    .promotion_slider .owl-stage .promotion_banner_item,
    .promotion_slider .owl-item .promotion_banner_item {
        height: 380px;
        margin-top: 0 !important;
    }
}

/** (<480px) **/
@media (max-width: 480px) {

    .promotion_banner_area {
        height: 375px;
        min-height: 375px;
    }

    .promotion_slider .owl-stage-outer .promotion_banner_item,
    .promotion_slider .owl-stage .promotion_banner_item,
    .promotion_slider .owl-item .promotion_banner_item {
        height: 300px;
        margin-top: 0 !important;
    }
}

/** (<320px) **/
@media (max-width: 320px) {

    .promotion_banner_area {
        height: 325px;
        min-height: 325px;
    }

    .promotion_slider .owl-stage-outer .promotion_banner_item,
    .promotion_slider .owl-stage .promotion_banner_item,
    .promotion_slider .owl-item .promotion_banner_item {
        height: 250px;
        margin-top: 0 !important;
    }
}

.promotion_slider .owl-dots {
    margin-top: -50px;
    position: relative;
    z-index: 100;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.4);*/
    height: 50px;
    padding-top: 10px;
}

/** (<768px) **/
@media (max-width: 768px) {

    .promotion_slider .owl-dots {
        margin-top: -40px;
        height: 40px;
        padding-top: 5px;
    }
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #372b1f;
    margin: 0px 5px;
    border: unset;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.owl-dots .owl-dot.active span {
    background: #FEDB75;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-color: #cbaf5d;
    border: 1px solid #cbaf5d;
}

.promotion_banner_area .web__view {
    visibility: visible !important;
}

.promotion_banner_area .mobile__view {
    visibility: hidden !important;
}

/** (<768px) **/
@media (max-width: 768px) {

    .promotion_banner_area .web__view {
        visibility: hidden !important;
    }

    .promotion_banner_area .mobile__view {
        visibility: visible !important;
    }
}

/**************************************************************************************************************************/
/** Button **/
/**************************************************************************************************************************/
.btn_border_arrow_custom.a-btn-arrow-2 {
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #111111;
    padding: 10px 65px 10px 35px;
    color: #111111;
    background-color: #FAE278;
}

    .btn_border_arrow_custom.a-btn-arrow-2:hover,
    .btn_border_arrow_custom.a-btn-arrow-2:focus {
        background-color: #fff;
    }

    .btn_border_arrow_custom.a-btn-arrow-2 .arrow-right {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 25px;
        width: 31px;
        height: 2px;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }

    .btn_border_arrow_custom.a-btn-arrow-2:hover .arrow-right,
    .btn_border_arrow_custom.a-btn-arrow-2:focus .arrow-right {
        right: 15px;
    }

/**************************************************************************************************************************/
/** Home page **/
/**************************************************************************************************************************/
/** Search property **/
.section__search_property {
    /*padding: 10px;*/
}

/** (<768px) **/
@media (max-width: 768px) {

    .section__search_property .heading {
        margin-top: -35px
    }
}

/** Popular property **/
.section__popular_property .overlay {
    /*background: linear-gradient(rgba(255,255,255,.1) 50%, rgba(255,255,255,.8));
background: linear-gradient(rgba(0,0,0,.1) 20%, rgba(255,255,255,.8));*/
}

.section__popular_property .prague-books-wrapper .books-item-category {
    background: #F3DD70;
    border-radius: 3px;
    padding: 2px 12px;
}


/**************************************************************************************************************************/
/*** Search Form (Home Page) ***/
/**************************************************************************************************************************/
.search__form {
    padding: 0;
}

.main_search_panel .filter__container {
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.15);
    position: relative;
    text-align: left;
}

.filter__container .filter__option {
    width: 16%;
    float: left;
    position: relative;
    padding: 17px 15px;
    border-right: solid 1px #dfdfdf;
}

.filter__container .first__selection {
    width: 28%;
}

.filter__option a,
.filter__option a:active,
.filter__option a:focus,
.filter__option a:hover,
.filter__option a:visited {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    outline: 0;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .filter__option a i.fa.fa-angle-down {
        position: absolute;
        font-size: 16px;
        font-weight: 700;
        right: 0;
        top: 9px;
    }

.filter__option.open {
    background: #2C4257;
}

    .filter__option.open > a {
        color: #fff !important;
        opacity: 1;
        cursor: default;
    }

.filter__option ul li {
    list-style-type: none !important;
}

/**  Keyword **/
.filter__container .keyword__selection {
    width: 24%;
}

    .filter__container .keyword__selection input {
        height: 100%;
        width: 100%;
        padding: 23px 15px;
        outline: none;
        border: none;
        box-shadow: none;
    }

/** Filter Option - Phone and Tablets (<992px) **/
@media (max-width: 992px) {
    .search__form {
        padding: 10px;
        margin-top: 5px;
    }

    .main_search_panel .filter__container {
        width: 100%;
    }

    .desktop_filter__view {
        padding: 20px;
        margin-bottom: 10px;
    }

    .filter__container .filter__option, .filter__option {
        width: 100%;
        position: relative;
    }

    .filter__option {
        border-bottom: solid 1px #ececec;
        padding: 0;
    }

    /** More **/
    .filter__container .more__selection .mobile__msg {
        display: block;
    }

    .filter__container .more__selection .desktop__msg {
        display: none;
    }

    /** Dropdown menu **/
    .filter__option .dropdown-menu.dropdown__menu_filter {
        margin-top: 0;
    }
}

/** Dropdown menu **/
.filter__option .dropdown-menu.dropdown__menu_filter {
    min-width: 100%;
    margin-top: 12px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 16px rgba(0,0,0,.2);
    box-shadow: 0 7px 16px rgba(0,0,0,.15);
    padding: 10px 10px 5px 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 458px;
    z-index: 99;
}

.filter__option.open > .dropdown-menu.dropdown__menu_filter {
    display: block;
}

.filter__option .dropdown-menu.dropdown__menu_filter > li > a {
    padding: 8px 15px;
}

.filter__option .dropdown-menu.dropdown__menu_filter .dropdown_menu_header {
    background: #566778;
    color: #fff;
    padding: 6px 15px;
    margin: -10px -10px 5px 0;
}

/** Filter Option - Phone and Tablets (<992px) **/
@media (max-width: 992px) {
    /** Dropdown menu **/
    .filter__option .dropdown-menu.dropdown__menu_filter {
        min-width: 90% !important;
        margin: 0 5%;
    }

        .filter__option .dropdown-menu.dropdown__menu_filter > li > a {
            white-space: unset !important;
        }
}

#slider_pricerange {
    width: auto;
}

#slider_pricerange_output {
    border: 0;
    color: #dac664;
    font-weight: bold;
    letter-spacing: .8px;
    width: auto;
    min-width: 275px;
    background: transparent;
    padding: 0;
    margin: 10px 0 10px 15px;
}

@media (max-width: 768px) {
    #slider_pricerange_output {
        width: 100%;
        margin: 0;
    }
}

#submit__search_form {
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: auto;
}

/** Filter Option - Phone and Tablets (<992px) **/
@media (max-width: 992px) {
    .submit__search_wrapper {
        padding: 15px;
    }

    #submit__search_form {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 20px 0;
        width: 100%;
    }
}

/**************************************************************************************************************************/
/** Contact page **/
/**************************************************************************************************************************/
.contact-wrapper.featured_image .contact-img-wrapp {
    width: 100%;
    min-height: 250px;
    height: 250px;
    object-fit: cover;
}

.contact-wrapper.featured_image .contact-content-wrapper {
    padding: 10px 15px;
}

/**************************************************************************************************************************/
/** FAQ page **/
/**************************************************************************************************************************/
.faq_area .pr_50 {
    padding-right: 50px;
}

@media (max-width:1199px) {
    .faq_area .pr_50 {
        padding-right: 15px;
    }
}

ul.nav.nav-tabs-custom {
    border-bottom: unset;
}

    ul.nav.nav-tabs-custom li {
        display: block;
        float: none;
        background-color: transparent;
        color: #7e7d7d;
        padding: 4px 0;
    }

        ul.nav.nav-tabs-custom li a {
            padding: 0;
            outline: 0 !important;
            border: unset !important;
        }

    ul.nav.nav-tabs-custom > li.active > a,
    ul.nav.nav-tabs-custom > li.active > a:focus,
    ul.nav.nav-tabs-custom > li.active > a:hover {
        color: #333;
        cursor: default;
        font-weight: 700;
    }

    ul.nav.nav-tabs-custom > li > a:focus,
    ul.nav.nav-tabs-custom > li > a:hover {
        text-decoration: underline !important;
        background-color: transparent;
        border-color: none;
    }

/**************************************************************************************************************************/
/** Newsroom page **/
/**************************************************************************************************************************/
.prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-category a,
.prague-blog-grid-wrapper .blog-grid-post-info .blog-grid-post-tags a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 4px 12px;
    margin: 0;
    color: #111111;
    background-color: #f8f8f8;
    border-radius: 3px;
    margin: 2px;
    display: inline-block;
}

.prague-blog-grid-wrapper .blog-grid-img {
    width: 100%;
    height: 240px;
    height: 220px;
}

    .prague-blog-grid-wrapper .blog-grid-img img {
        width: 100%;
        height: 240px;
        height: 220px;
        object-fit: cover;
    }

.prague-blog-grid-wrapper .blog-grid-post-date {
    background: #fff;
    border-radius: 3px;
    padding: 2px 12px;
    border: 1px solid #111;
    width: auto;
    max-width: 150px;
    text-align: center;
}

    .prague-blog-grid-wrapper .blog-grid-post-date::after {
        content: '';
        position: absolute;
        left: 15px;
        bottom: 25px;
        width: 1px;
        height: 60px;
        background-color: #111111;
    }

.prague-blog-grid-wrapper .blog-grid-post-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
    color: #111111;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.prague-blog-grid-wrapper .blog-grid-post-excerpt p {
    font-size: 14px;
    line-height: 24px;
}

.prague-pager {
    position: relative;
    text-align: center;
    padding: 0 15px 50px;
}

.see_more_btn {
    color: #0088cc;
}

.see_more_btn:hover {
    text-decoration: underline;
}

/** Blog title **/
.ckg_blog.ckg_blog_container .blog-post-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
}

    .ckg_blog.ckg_blog_container .blog-post-title h2 a span {
        color: #A0A0A0;
        font-weight: normal;
        font-size: 28px;
    }

.ckg_blog.ckg_blog_container .blog-post-title .num_of_result {
    font-size: 14px;
}

/** Accodion **/
.article_accordion .card {
    border: unset;
    background-color: transparent;
}

.article_accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .article_accordion .card .card-header.accordion__title {
        background-color: transparent;
        border-bottom: 1px solid #959595;
    }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) h5,
        .article_accordion .card .card-header.accordion__title:not(.collapsed) h5 i {
            color: #111111;
        }

        .article_accordion .card .card-header.accordion__title i {
            margin-left: 15px;
            font-size: 11px;
        }

        .article_accordion .card .card-header.accordion__title.collapsed i.ti-angle-up {
            display: inline;
        }

        .article_accordion .card .card-header.accordion__title.collapsed i.ti-angle-down {
            display: none;
        }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) i.ti-angle-up {
            display: none;
        }

        .article_accordion .card .card-header.accordion__title:not(.collapsed) i.ti-angle-down {
            display: inline;
        }


.article_accordion ul {
    padding: 10px 0;
}

    .article_accordion ul li {
        height: 28px;
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
        background: unset !important;
    }

    .article_accordion ul li a,
    .article_accordion ul li a span,
    .article_accordion ul li a em {
        font-size: 14px;
        font-weight: 500;
        line-height: 36px;
        color: #b3b3b3;
        text-transform: uppercase;
    }

        .article_accordion ul li a em {
            padding-left: 0;
        }

.article_accordion ul li a:hover {
    color: #b3b3b3;
}

/**************************************************************************************************************************/
/** Property page header **/
/**************************************************************************************************************************/
.property-page-header {
    width: 100%;
    padding: 0 10px;
    -webkit-transition: background-color .3s ease-in,top .6s linear;
    transition: background-color .3s ease-in,top .6s linear;
    background-color: #fff;
    z-index: 97;
    position: relative;
}

    .property-page-header.sticky {
        position: fixed;
        top: 0
    }

    .property-page-header .property-page-header-wrapper {
    }

    .property-page-header .property-page-navigation {
        position: relative;
        vertical-align: middle
    }

.property-page-main-menu {
    margin: 0;
    padding: 0;
}

    .property-page-main-menu > li {
        display: inline-block;
        position: relative;
        margin-right: 4px;
        margin-left: 4px
    }

    .property-page-main-menu > li:first-child {
        margin-left: 0;
    }

    .property-page-main-menu > li:last-child {
        margin-right: 0;
    }

    @media (max-width: 767px) {
        .property-page-main-menu > li:first-child {
            margin-left: 4px;
        }
    }

    .property-page-main-menu li {
        position: relative;
        font-size: initial;
        line-height: normal
    }

        .property-page-main-menu li a {
            display: inline-block;
            padding: 5px 8px;
            -webkit-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
            color: #fff;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 18px;
            text-transform: uppercase;
            opacity: .5
        }

        .property-page-main-menu li.active a {
            font-weight: 700;
            opacity: 1;
            color: #FAE278;
            border-bottom: 4px solid #FAE278;
        }

        .property-page-main-menu li:hover a,
        .property-page-main-menu li.current-menu-parent a {
            opacity: 1
        }

@media (max-width: 767px) {
    .property-page-main-menu {
        margin-top: -5px;
    }

    .property-page-main-menu li a {
        padding: 4px 6px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }
}

/**************************************************************************************************************************/
/** Property type / country / state header **/
/**************************************************************************************************************************/
.prague_gap_col15 .portfolio-item {
    margin: 0 15px 44px;
    /*background: rgba(252, 247, 244, 0.90);*/
}

.prague-books-wrapper {
    position: relative;
    padding-top: 0;
    margin-bottom: 0;
}

    .prague-books-wrapper .books-feature-item {
        width: 100%;
        float: left;
        height: 100px;
        position: relative;
        z-index: 1;
        top: 270px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    }

        .prague-books-wrapper .books-feature-item .price {
            color: rgb(255, 255, 255);
            font-weight: 500;
            font-size: 18px;
            text-shadow: rgb(0, 0, 0) 0px 1px 2px;
            padding: 0px 8px 0px 16px;
            position: relative;
            top: 64px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            line-height: 1;
        }

    .prague-books-wrapper .books-item-content {
        padding: 16px 15px 6px;
        color: #111111;
        background: #fff;
        min-height: 200px;
    }

    .prague-books-wrapper .books-item-footer {
        padding: 8px 15px 6px;
        color: #111111;
        background-color: #FAE278;
    }

        .prague-books-wrapper .books-item-footer ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            list-style: none;
            margin: 0;
        }

            .prague-books-wrapper .books-item-footer ul li.location {
                width: 100%;
            }

            .prague-books-wrapper .books-item-footer ul li {
                font-size: 80%;
                margin: 0 15px 0 0;
                color: #111111;
                width: 100%;
            }

                .prague-books-wrapper .books-item-footer ul li i {
                    color: #111111;
                }

/**************************************************************************************************************************/
/** Home page **/
/** Slider **/
/**************************************************************************************************************************/
/** banner item title **/
.promotion_banner_area .promotion_slider .promotion_banner_item .titles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 40px 50px;
    background: rgba(0,0,0,.5);
    z-index: 1;
}

    .promotion_banner_area .promotion_slider .promotion_banner_item .titles h3 {
        color: #fff;
        font-weight: 600;
        max-width: 80%;
    }

    .promotion_banner_area .promotion_slider .promotion_banner_item .titles p {
        color: #fff;
        opacity: .7;
        margin: 0;
        line-height: 1.25;
        font-size: 14px;
        max-width: 80%;
    }

/** banner item logo **/
.promotion_banner_area .promotion_slider .promotion_banner_item .item_logo_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: auto;
    margin: 20px 30px 30px;
    opacity: 1;
    z-index: 999;
    border: 1px solid #fcf7f4;
    padding: 3px;
}

.promotion_banner_area .promotion_slider .promotion_banner_item .item_logo {
    background: rgba(252, 247, 244, 0.90);
    padding: 15px;
}

    .promotion_banner_area .promotion_slider .promotion_banner_item .item_logo img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0;
    }


@media only screen and (max-width:767px) {
    /** banner item title **/
    .promotion_banner_area .promotion_slider .promotion_banner_item .titles {
        padding: 10px 25px 20px;
    }

        .promotion_banner_area .promotion_slider .promotion_banner_item .titles h3 {
            font-size: 14px;
            line-height: 18px;
            margin-top: 0;
            max-width: 70%;
            margin-bottom: 3px;
        }

        .promotion_banner_area .promotion_slider .promotion_banner_item .titles p {
            font-size: 12px;
            margin-bottom: 12px;
            max-width: 70%;
        }

    /** banner item logo **/
    .promotion_banner_area .promotion_slider .promotion_banner_item .item_logo_wrapper {
        width: 95px;
        margin: 20px 20px 30px;
    }
}

/**************************************************************************************************************************/
/** Home page **/
/** Property highlight **/
/**************************************************************************************************************************/
.property_highlighted_area .titlebar {
    text-align: center;
    padding: 0.5em;
    background: #4ac3be;
    font-size: 1.2em;
    color: white;
}

.property_highlighted_area .card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
}

.property_highlighted_area .card-block {
    transition: all 0.2s ease-out;
    padding: 1.25rem 2rem;
}

.property_highlighted_area .card-content {
    text-align: left;
}

    .property_highlighted_area .card-content.loading {
        animation: cardcontentloading .4s linear infinite alternate;
    }

@keyframes cardcontentloading {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

.property_highlighted_area .dummy-title {
    display: inline-block;
    background: #ddd;
    width: 80%;
    height: 10px;
    border-radius: 5px;
}

.property_highlighted_area .dummy-parapgraph {
    display: inline-block;
    background: #eee;
    width: 100%;
    height: 8px;
    border-radius: 5px;
}

    .property_highlighted_area .dummy-parapgraph:last-child {
        width: 60%;
    }

.property_highlighted_area .owl-carousel {
    text-align: center;
}

    .property_highlighted_area .owl-carousel .card-number {
        opacity: 0.6;
        margin-top: 3em;
        text-align: right;
    }

    .property_highlighted_area .owl-carousel .owl-item {
        background: #fff;
        padding: 0;
        border-radius: 4px;
        opacity: 0.3;
        box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.4);
        /*margin: 1em 0;*/
        margin: 0;
        transform: scale(0.9);
        transition: all 0.4s ease-out;
    }

        .property_highlighted_area .owl-carousel .owl-item.center {
            opacity: 1;
            transform: scale(1);
        }

            .property_highlighted_area .owl-carousel .owl-item.center:hover {
                box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.4);
            }

        .property_highlighted_area .owl-carousel .owl-item img {
            width: 100%;
            /*height: 350px;*/
            height: 320px;
            object-fit: cover;
        }

@media only screen and (max-width:767px) {
    .property_highlighted_area .owl-carousel .owl-item img {
        /*height: 250px;*/
        height: 220px;
    }
}

.owl_carousel_content_wrapper {
    width: 74%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width:767px) {
    .owl_carousel_content_wrapper {
        width: 100%;
    }
}

.owl_carousel_content_wrapper .card .card-content .short-seperator {
    border-top: 1px solid #C68F2F;
    width: 15%;
    text-align: left;
    padding-left: 0;
    margin: 5px 0 15px;
}

.owl_carousel_content_wrapper .card .card-content p.card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #C68F2F;
}

.owl_carousel_content_wrapper .card .card-content div.card-desc p {
    font-size: 15px;
    line-height: 22px;
}

.owl_carousel_content_wrapper .btn_redirect {
    max-width: 300px;
    margin: 15px auto 20px;
}

.property_highlighted_area .owl-dots {
    padding: 10px 0 8px;
}

/*.property_highlighted_area .owl-dots .owl-dot span {
        background: #fff;
    }

    .property_highlighted_area .owl-dots .owl-dot.active span {
        background: #FEDB75;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        border-color: #fdfaf6;
    }*/

/**********************************************************/
/** Loading spinner **/
/**********************************************************/
.angular__loadingspinner {
    display: none;
    display: block; /** always show loading before page loaded **/
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
}

    .angular__loadingspinner .double-bounce1,
    .angular__loadingspinner .double-bounce2 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #9c9;
        border: solid 3px #fff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        z-index: 10000;
        -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
    }

    .angular__loadingspinner .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.angular__loadingspinner .overlay {
    opacity: .75;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    border-radius: 3px;
}

.angular__loadingspinner .please-wait {
    text-align: center;
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 10000;
}


/****************************************************************************************************************************
 * pagination
 ****************************************************************************************************************************/
.pagination_page_number {
    border-top: 1px solid #ebe8f1;
    padding-top: 35px;
    margin-top: 0px;
}

    .pagination_page_number li {
        list-style: none;
        display: inline-block;
        margin: 0px 3px;
    }

        .pagination_page_number li .page-numbers {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            border: 1px solid #e7e7f6 !important;
            font-size: 18px;
            line-height: 30px;
            font-weight: 300;
            color: #677294;
            text-align: center;
            display: block;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .pagination_page_number li .page-numbers.active.current {
                background-color: #FAE278;
                color: #111111;
                font-weight: 500;
                border: 2px solid #111111 !important;
            }


/****************************************************************************************************************************
 * Overwrite form
 ****************************************************************************************************************************/
// Custom
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=text],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=password],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=email],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=number],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=url],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=tel],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=phone],
.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small input[type=search] {
    height: 36px;
    padding: 16px 15px;
    margin-bottom: 0;
}

.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small select {
    height: 36px;
    padding: 0 12px;
    margin-bottom: 0;
}

.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small textarea {
    height: 123px;
    padding: 16px 15px;
}

.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small .has-error .help-block,
.prague-formidable .frm_forms.with_frm_style .has-error .help-block {
    font-size: 14px;
    line-height: 26px;
}

.prague-formidable .frm_forms.with_frm_style.frm_forms_custom_small .has-error .form-control,
.prague-formidable .frm_forms.with_frm_style .has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

/** Overwrite  **/
.prague-formidable .frm_forms.with_frm_style input[type=text],
.prague-formidable .frm_forms.with_frm_style input[type=password],
.prague-formidable .frm_forms.with_frm_style input[type=email],
.prague-formidable .frm_forms.with_frm_style input[type=number],
.prague-formidable .frm_forms.with_frm_style input[type=url],
.prague-formidable .frm_forms.with_frm_style input[type=tel],
.prague-formidable .frm_forms.with_frm_style input[type=phone],
.prague-formidable .frm_forms.with_frm_style input[type=search] {
    margin-bottom: 0;
}

/****************************************************************************************************************************
 * Overwrite form
 ****************************************************************************************************************************/
img.success-fail-icon {
    height: 70px;
    margin: 40px 0 10px;
}

/****************************************************************************************************************************
 * Currency dropdown list
 ****************************************************************************************************************************/
.prague-header .prague-currency-nav .currency-content {
    position: absolute;
    top: calc(100% + 25px);
    right: 2px;
    left: 2px;
    list-style: none;
    display: none;
}

.prague-header .prague-currency-nav .currency-content li {
    margin-bottom: 10px;
}

.prague-header .prague-currency-nav .currency-content a {
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.prague-header .prague-currency-nav .currency-content a i {
    line-height: 28px;
}

.prague-header .prague-currency-nav {
    position: relative;
    display: block;
    width: 36px;
    margin-left: 15px;
}


.prague-header .prague-currency-nav a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    background-color: transparent;
    -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    border: 1px solid rgba(17, 17, 17, 0.4);
    color: #111111;
}

.prague-header.light .prague-currency-nav a {
    background: #FAE278;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #ecf0f1;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 4px 0px #ddc160;
    -moz-box-shadow: 0px 4px 0px #ddc160;
    box-shadow: 0px 4px 0px #ddc160;
    color: #111111;
    font-weight: 300;
    line-height: 34px;
    font-size: 14px;
}

    .prague-header.light .prague-currency-nav a:hover {
        border: 1px solid #111111;
        background-color: white;
        color: #111111;
    }

.prague-header .prague-currency-nav .currency-content {
    position: absolute;
    /*top: calc(100% + 25px);*/
    top: calc(100%);
    right: auto;
    left: auto;
    list-style: none;
    display: none;
}

.prague-header.light .prague-currency-nav a.single_dropdown_currency_item {
    width: 36px;
    height: 28px;
    line-height: 28px;
}