.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    top: 5px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
}

.menu {
    transition: margin .2s;
}

.show-print {
    display: none;
}

.on-menu-active {
    position: absolute;
    width: 60px;
    right: 0px;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

h1 {
    font-size: 26px;
}

.breadcrumb > h1 {
    color: #324622;
    display: inline;
    font-size: 18px;
}

.breadcrumb > h1 > a {
    color: #324622;
}

h2 {
    margin: 0;
    font-size: 16px;
}

.office-img > .img-responsive {
    margin: auto;
}

.offices .office-img > .img-responsive {
    margin: auto;
}

.offices .office-img {
    min-height: 190px;
    overflow: hidden;
}

.offices .office-img img {
    object-fit: cover;
    display: block;
    max-height: 152px;
    min-width: 100%;
    max-width: unset;
}

.header {
    background-color: #334622;
    height: 50px;
}

.office > .text-center.title {
    font-weight: 600;
    font-size: 20px;
}

.office-info-title {
    font-weight: bold;
}

.breadcrumb {
    color: #324622;
    background-color: #C6CFBD;
    font-size: 18px;
    margin-top: 10px;
}

.breadcrumb > a {
    color: #324622;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #334622 !important;
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #334622;
    border-color: #324622;
    font-weight: bold;
    border-radius: 0;
}

.panel-default {
    border-color: #647b53;
}

.panel-success {
    border-radius: 0;
}

.panel-success > .panel-heading {
    color: #000;
}

.btn-success {
    background-color: #4f805d;
    color: #fff;
    border: none;
}

.btn-success:hover {
    background-color: #629c71;
    color: #fff;
}

.details-label {
    font-weight: bold;
    color: #334622;
}

.details-row {
    margin: 10px -15px 10px -15px;
}

.details-description {
    margin-top: 15px;
    line-height: 1.6;
    text-align: justify;
}

.details-border {
}

.details-img-small {
    width: 100%;
    border: 2px solid #324622;
}

.details-agent-img {
    width: 100px;
    border-radius: 50%;
    border: 2px solid #334622;
}

.agent-modal-img {
    width: 100%;
    border-radius: 50%;
    border: solid 2px #334622;
}

.black-border {
    border: solid 20px black;
}

.agent-modal {
    padding: 5px;
    text-align: center;
}

.agent-infos {
    font-size: 12px;
}

.agent-title {
    font-size: 10px;
}

.modal-btn {
    font-size: 12px;
    margin-top: 20px;
}

.details-image-container {
    background-color: #788c67;
}

.panel-image > .panel-body {
    background-color: #788c67;
}

.panel-image > .panel-heading {
    background-color: #788c67;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.details-box {
    margin-bottom: 10px;
    background-color: #324622;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.header-description {
    font-size: 12px;
    font-weight: normal;
}

.panel-details > .panel-body {
    border: 1px solid #324622;
}

.panel-default {
    border-radius: 0;
    border-color: #324622;
}

.agent-name {
    text-align: center;
    font-size: 18px;
}

.agent-phone {
    margin-top: 5px;
    padding: 15px 0 15px 0;
    background-color: #324622;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.logo-title {
    margin: 15px 0px;
    font-size: 12px;
    font-weight: 500;
}

.logo-title > .dark {
    color: #33460C;
    border: 2px solid #33460C;
    padding: 8px;
}

.logo-title > .dark > a {
    color: #33460C;
    background: none;
    padding: 10px;
}

.logo-title a {
    color: #f8ffca;
    background: #33460C;
    padding: 10px;
}

.logo-title a:hover {
    text-decoration: none;
}

.required {
    color: #bf0011;
    font-weight: 800;
}

.required-text {
    margin-top: 40px;
    font-size: 13px;
}

.agent-name-dark {
    margin-top: 5px;
    padding: 15px 5px 15px 5px;
    background-color: #324622;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

@media (max-width: 1200px) {
    .agent-name-dark {
        min-height: 102px;
    }
}

@media (min-width: 1201px) {
    .agent-name-dark {
        min-height: 102px;
    }
}

.judit-rip .agent-name-dark {
    min-height: initial;
}

.agent-phone > a {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.glyphicon:hover {
    color: #324622;
}

.property-favourite.active > .glyphicon.glyphicon-star {
    color: yellow;
}

.glyphicon.glyphicon-star:hover {
    color: yellow;
}

.img-responsive.img-main-details {
    margin: auto;
    width: 100%;
}

.glyphicon {
    color: #FFF;
}

.pagination > .active > .span {
    background-color: #334622;
    border-color: #334622;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #334622;
}

.pagination > li > a, .pagination > li > span {
    color: #334622;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #334622;
    border-color: #334622;
}

.results-limit {
    margin-top: -20px;
}

.results-limit > a {
    color: #334622;
}

.img-count {
    float: right;
    display: inline-block;
    position: relative;
    border: 1px solid;
    top: 22px;
    width: 75px;
    text-align: center;
    background: #DEEBD9;
}

.img-count > span {

}

.offices {
    background-color: #2B4921;
}

.office {
    background-color: #DEEBD9;
    padding: 10px;
    margin: 5px 0px;
}

.office > .location {
    text-align: center;
}

.offices >  .office > div > .img-responsive {

}

.btn-office {
    margin-top: 6px;
    background: #4f805d;
    border-radius: 0;
    color: #FFF;
}


@media (max-width: 768px) {
    .details-label {
        text-align: right;
    }
}

.property-favourite.active {
    color: yellow;
}

.property-favourite {
    color: #FFF;
}

.details-img-small-box {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.details-sub-title {
    font-size: 14px;
    font-weight: normal;
}

.container.sticky-footer-container {
    margin-bottom: 30px;
}

.details-mobile-footer {
    height: 30px;
}

.row.row-padding {
    padding-bottom: 10px;
}

.blueimp-gallery > .title {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}

.blueimp-gallery > .indicator > li {
    display: none;
}


.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto !important;
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    width: 55px;
    height: 55px;
    font-size: 65px;
    line-height: 42px;
    border-radius: 29px;
}

.panel-details > .panel-body > .row > .col-sm-12 > .row > .col-xs-12:nth-child(even) {
    background: #DEEBDE;
}

.panel-details > .panel-body > .row > .col-sm-12 > .row > .col-xs-12:nth-child(odd) {
    background: #C6CFBD;
}

.flash-message.flash-notice {
    background: #209308;
    color: #FFF;
    height: 30px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.flash-message.flash-error {
    background: #b50e0e;
    color: #FFF;
    height: 30px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.form-errors {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-errors > li {
    padding: 5px 10px;
    background-color: #ff8880;
    border-radius: 5px;
}

.list-price {
    background: #6A5B32;
    color: #FFF;
    font-weight: bold;
}

.list-details-row {
    background: #DEEBD9;
    text-align: center;
}

.list-group > a:nth-child(even) {
    background: #DEEBDE;
}

.list-group > a:nth-child(odd) {
    background: #C6CFBD;
}

a.list-group-item:hover {
    background: #f5f5f5;
}

.menu {
    padding: 5px;
    background-color: #5D7F52;
    /*background-color: #000d7f;*/
}

.menu > .nav-pills li {
    width: 49%;
    text-align: center;
}

.menu > .nav-pills a {
    /*background-color: #5D7F52;*/
    /*color: #fff;*/
    background-color: #b6b6b6;
    color: #000;
    font-size: 14px;
    border-radius: 0;
}

.menu > .nav-pills > li.active a {
    background-color: #2B4921;
    color: #E9E99F;
}

.menu .menu-item {
    font-weight: bold;
    clear: both;
}

.menu .menu-item > .main-title {
    color: #E9E99F;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #2B4921;
}

.menu .menu-item > .main-item {
    padding: 0 5px 0 5px;
    background-color: #2B4921;
    color: #F8FFCA;
    margin: 5px 0 5px 0;
    font-weight: bold;
}

.menu .menu-item > .main-item > a {
    color: #E9E99F;
    text-decoration: none;
}

.menu .menu-item > .main-item > a:hover {
    color: #F8FFCA;
    text-decoration: none;
}

.menu .menu-item > .item {
}


.menu .menu-item > .item > a {
    padding: 0 5px 0 5px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

.menu .menu-item > .sub-item > a {
    padding: 0 5px 0 10px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

.menu .menu-item > .sub-item > a:hover {
    text-decoration: none;
    color: #F8FFCA;
}

.menu .menu-item > .item > a:hover {
    text-decoration: none;
    color: #F8FFCA;
}

.menu.affix-top {
    position: static;
}

.menu.affix {
    position: fixed;
    top: 8px;
    width: 293px;
}

.menu .quantity {
    padding-top: 2px;
}

.content {
    margin-top: 10px;
}

.pagination > li {
    display: none;
}

.pagination > li.disabled {
    display: inline;
}

.pagination > li.prev {
    display: inline;
}

.pagination > li.next {
    display: inline;
}

.pagination > li.active {
    display: inline;
}

.navbar.navbar-default {
    background: none;
    border: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #D85751;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #5D7F52;

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #C6CFBD;
}

.footer {
    color: #fff;
    background-color: #5D7F52;
    padding-top: 30px;
    position: relative;
}

.footer h3 {
    margin: 20px 0 10px 0;
    font-size: 18px;
    background-color: #2B4921;
    max-width: 240px;
    padding: 10px 5px 10px 5px;
}

.footer h4 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 800;
    padding: 0;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    padding-bottom: 4px;
    font-size: 13px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
}

.favourite-btn {
    float: right;
    padding: 10px;
}

.fav-btn {
    background-color: #c9eaab;
    margin-bottom: 5px;
}

.commission-btn {
    margin-top: 0;
    float: left;
}

.opening-hours {
    margin-left: 40px;
}

.opening-hours td {
    padding-right: 30px;
}

.opening-hours .day {
    text-align: right;
}

.property-label {
    font-size: 13px;
    margin-top: 10px;
}

.search-all {
    display: block !important;
}

.search-lakas {
}

.search-telek {
}

.search-haz {
}

.search-kereskedelmi {
}

.search-hidden {
    display: none;
}

.search-list {
    list-style: none;
}

.search-list > li {

}

.search-list > li > label {
    font-weight: normal;
    vertical-align: top;
}

.search-title {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-right: 15px;
}

.search-minmax {
    width: 75%;
    display: inline-block;
    margin-bottom: 5px;
}

.search-form .form-group {
    margin-bottom: 5px;
}

.current-menu {
    border-bottom: 3px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-color: #bd0000;
    border-style: solid;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 90vh;
}

@media (min-width: 768px) {
    .details-box {
        font-size: 14px;
    }

    .agent-infos {
        font-size: 14px;
    }

    .modal-btn {
        font-size: 14px;
    }

    .agent-name-dark {
        font-size: 13px;
    }

    .menu {
        height: 85vh;
        overflow-y: scroll;
    }

    .navbar-toggle {
        display: block;
    }

    .list-left-bar {

    }

    .pagination > li {
        display: inline;
    }


    .blueimp-gallery > .slides > .slide > img {
        padding-bottom: 135px;
    }

    .blueimp-gallery > .indicator > li {
        display: inline-block;
        width: 50px;
        height: 50px;
    }

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: 15px auto;
    }

    .panel-details > .panel-body > .row > .col-sm-12 > .row > .col-xs-12:nth-child(even) {
        background: none;
    }

    .panel-details > .panel-body > .row > .col-sm-12 > .row > .col-xs-12:nth-child(odd) {
        background: none;
    }

    .panel-details > .panel-body > .row > .col-sm-12:nth-child(even) {
        background: #DEEBDE;
    }

    .panel-details > .panel-body > .row > .col-sm-12:nth-child(odd) {
        background: #C6CFBD;
    }
}

@media (min-width: 992px) {

    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .commission-btn {
        margin-top: 15px;
        float: right;
    }
}

@media (min-width: 1024px) {
    .menu {
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .details-box {
        font-size: 16px;
    }

    .menu {
        width: 285px;
    }

    .menu.affix {
        width: 285px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        padding: 15px;
        display: block !important;
    }
}

@media print {
    .row {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -5px;
        margin-top: -8px;
    }

    .row.print-row {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .body {
        line-height: 0.5 !important;
    }

    .details-img-small {
        width: 100%;
        border: 2px solid #324622;
    }

    .show-print {
        display: inline;
    }

    .breadcrumb {
        display: none;
    }

    .print-hidden {
        display: none;
    }

    .col-sm-12.print-4 {
        width: 33.333333%;
    }

    .print-4 {
        width: 33.333333%;
    }

    .property-favourite, .referer, .btn, .ugyintezo {
        display: none;
    }

    .container {
        width: 100%;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .img-responsive.img-main-details {
        max-width: 300px;
    }
}
