BODY {
    font-family: arial, helvetica, clean, sans-serif;
}

html .scroll-to-top {
    display: none !important;
}

.font-primary {
    font-family: 'Montserrat', sans-serif;
}

/* LOADER */
.loading-overlay {
    background: #ebffde;
}

.bounce-loader {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -120px;
}

/* HEADER */
#header .header-btn-collapse-nav {
    position: absolute;
    top: 50px;
    right: 15px;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    display: block;
}

#header a:hover {
    text-decoration: none;
}

#header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #1e5a00;
}

html.sticky-header-active #header .header-body {
    border-bottom: none;
    box-shadow: none;
}

#header .header-top {
    font-size: 12px;
}

#header .header-top .nav-item {
    padding: 0 10px 0 10px;
}

#header .header-nav-main nav > ul li {
    padding: 10px 0 10px 0;
}

#header .header-nav-main nav > ul > li {
    border-left: 1px solid #eee;
}

#header .header-nav-main nav > ul > li:hover {
    background: #f8f8f8 !important;
}

#header .header-nav-main nav > ul > li:last-child {
    border-right: none;
}


/* PAGE HEADER */
.page-header {
    border-top: 5px solid #008000;
    border-bottom: 5px solid #008000;
}

/* FEATURED BOX */
.featured-box .box-content {
    border-radius: 0;
}


/* MAP */

#map-wrapper {
    position: relative;
}


#sidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    background: #ebffde;
    width: 25%;
    height: 100%;
    border-right: 1px solid #b9e59c;
    overflow-y: scroll;
}

#sidebar NAV {
    position: relative;
}

#sidebar .nav {
    border-top: 1px solid #b9e59c;
    border-bottom: 1px solid #b9e59c;
    padding: 0 10px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

#sidebar .nav LI {
    padding: 10px 0 10px 0;
}

#sidebar .nav LI A {
    padding-left: 15px;
    position: relative;
}

#sidebar .nav LI A I.fa {
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 24px;
}


/* FOTÓ előnézet */
.photo-preview.active {
    width: 200px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




#open-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    background: #ebffde;
    width: 20px;
    text-align: center;
    height: 100%;
    line-height: 100%;
    border-bottom: 1px solid #b9e59c;
    border-right: 1px solid #b9e59c;
    z-index: 110;
}

#open-sidebar .fa {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -16px;
}



#map {
    z-index: 100;
}


#map-functions {
    z-index: 150;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 40, 0, 0.8);
    border-top-left-radius: 3px;
    padding: 15px;
}

/* FORM */

.form-control.required {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.form-control.warning {
    border: 1px dotted #cc0000;
    color: #cc0000;
}

.public_form .badge {
    background: #f00;
    color: #fff;
    border-radius: 0;
}

/* owl carousel fix */
.owl-stage-outer::after { width: 1px; content: " "; position: absolute; top: 0; left: 0; height: 100%; background-color: white; }

/* xl */
@media(min-width: 1440px)
{

}

/* lg */
@media(max-width:1439px), print
{

}

/* md */
@media(max-width:991px), print
{
    #sidebar {
        width: 35%;
    }


    #header .header-nav-main nav > ul > li {
        border-left: none;
    }

    #header .header-nav-main nav > ul > li:hover {
        background: none;
    }

}

/* sm */
@media (max-width: 767px), print
{
    #sidebar {
        width: 100%;
    }

    #map-functions {
        width: calc(100% - 20px);
        text-align: center;
    }

    #map-functions .form-group {
        margin: 0 auto;
        display: flex !important;
    }

    .card {
        border: none;
    }
}

/* xs */
@media (max-width: 575px)
{


}
