@font-face {
font-family: Nimbus-Black;
src: url("../fonts/Nimbus-Sans-D-OT-Black.ttf");
}

/*@font-face {
font-family: Nimbus-Bold;
src: url("../fonts/Nimbus-Sans-D-OT-Bold.ttf");
}*/

@font-face {
    font-family: Nimbus-Bold;
    src: url('../fonts/nimbus/NimbusSansDOTBold_32747_1.eot');
    src: url('../fonts/nimbus/NimbusSansDOTBold_32747_1.eot') format('embedded-opentype'),
         url('../fonts/nimbus/NimbusSansDOTBold_32747_1.woff2') format('woff2'),
         url('../fonts/nimbus/NimbusSansDOTBold_32747_1.woff') format('woff'),
         url('../fonts/nimbus/NimbusSansDOTBold_32747_1.ttf') format('truetype'),
         url('../fonts/nimbus/NimbusSansDOTBold_32747_1.svg#NimbusSansDOTBold_32747_1') format('svg');
}

@font-face {
font-family: Nimbus-Light;
src: url("../fonts/Nimbus-Sans-D-OT-Light.ttf");
}

@font-face {
font-family: Nimbus-Regu;
src: url("../fonts/NimbusSansDOT-Regu.otf");
}

@font-face {
font-family: Fontello;
src: url("../fonts/fontello/font/fontello.ttf");
}

div {
    padding-left: 0px;
    padding-right: 0px;
}

body {
    background-color: #F1F1F1;
}

label {
    font-weight: normal !important;
}

a:focus {
    outline: none;
}

/*-----------Transitions-------------*/
/* .menu-holder, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {} */

.menu-holder, .navbar-default .navbar-nav > li > a,
.remove-liked-real-estate, .sales-offers-btn {
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.menu-holder, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.search-button, .real-estate-title a, .contact-div-right-print a, div#upToPageTop, .news_search_result_row a, .content_search_result_row a,
.login-btn-group .login-button {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
}

.menu-bottom-text a, .menu-bottom-text i, .menu-bottom-text span, .simple-login, .search-submit-button {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.login-button, .into-cart-button, .fb-login { 
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.search-page-delete-btn, .search-page-search-btn {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ptransition: all 0.2s ease;
}

div.real-estate-item-big-user-image, div.real-estate-datasheet-user-image {   
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}

.real-estate-item-user-image, .real-estate-item-user-contact, .search-page-real-estate-item-user-image,
.search-page-real-estate-item-user-contact {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.real-estate-datasheet-contact-div, .search-real-estate-holder {
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
}

/*-----------Transitions end---------*/

.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background-color: rgba(34, 34, 34, 0.9) !important;
}

.fixed li a {
    padding: 10px 7px;
}

.bg-transparent {
    background-color: transparent !important;  
}

.hidden-input-form {
    display: none !important;
}

.logo-holder {
    background-color: #EBEBEB; 
}

.logo-holder-container {
    max-width: 1024px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.container-fluid {
    padding: 0;
}

.login-holder {
    max-width: 150px;
    background-color: #875D81;
    padding: 10px;
    color: white;
}

.logo-holder i {
    margin-right: 5px;
}

.logo-holder a {
    color:white;
}

.login-button {
    background-color: #875E80;
    border: 0px;
    border-radius: 0px;
}

.login-menu-down-button {
    background-color: #987394;
    border: 0px;
    border-radius: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fixed-width {
    max-width:1024px;
}

.glyphicon-menu-down {
    margin-right: 0px !important;
}

.buttons-div {
    float: right;
    display: inline-block;
    margin-top: 28px;
    position: relative;
}

.menu-holder {
    background-color: #222222;
    height: 50px;
    width: 100%;
}

.menu-holder-container {
    max-width: 1024px;
    
}

.navbar-static-top {
    border-bottom-width: 0px;
    margin-bottom: 0px;
    background-color: #222222;
}

.navbar-nav .firstItem {
    border-left: none !important;
}

.navbar-nav .firstItem a {
    padding-left: 4px;
}

.form-login {
    z-index: 99999999;
    padding: 0;
    min-width: 362px;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    right: 0;
    left: inherit;
}

.form-control {
    height: 34px;
    border: 1px solid #D2D2D2;
    box-shadow: none;
    transition: none;
    -webkit-appearance: none;
}

.btn-success {
    background-color: #875E80;
    border: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #987394;
}

.btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.login-button {
    /*min-width: 150px;*/
    text-align: left;
}

.globe-button {
    max-width:34px;
    background-color: #875E80;
    border: 0px;
    border-radius: 0px;
    height: 32px;
}

.glyphicon-globe {
    font-size: 1.4em;
    right: 4px;
    margin-right: 0px !important; 
}

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

.navbar-default .navbar-toggle .icon-bar:before {
    content: "";
}

.navbar-toggle .icon-bar {
    width: 16px;
    height: 3px;
}

.navbar-toggle {
    margin-bottom: 6px;
    border: none;
}

.navbar-default .navbar-nav > li {
    border-left: 1px solid #4D4D4D;
}

.navbar-default .navbar-nav > li > a {
    font-size: 13.7px;
    color:white;
    text-transform: uppercase;
    font-family: Nimbus-Regu;
}

.input-group-search {
    padding-top: 11px;
    padding-bottom: 11px;
    max-width: 100% !important;
}

.search-form-control {
    max-height: 27px;
    border-radius: 0px;
    border: none;
}

.search-button {
    max-height: 27px;
    border-radius: 0px;
    border: none;
    background-color: #885E82;
    outline: none; 
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn-default:not(.dropdown-toggle), .btn:not(.dropdown-toggle) {
    outline: none !important;
}

button:not(.dropdown-toggle) {
   outline: none !important; 
}

.search-button:hover, .search-button:focus {
    background-color: #987394;
/*    -webkit-transform: rotate(180deg); Safari 
    transform: rotate(360deg);*/
}

.search-button i {
    position: relative;
    top: -1px;
    border: none;
    color: white;
}

.menu-bottom-text {
    max-width: 1024px;
    padding-top: 10px;
}

.menu-bottom-text p {
    font-family: Nimbus-Regu;
    font-size: 16px;
    color: #9c9c9c;
}

.menu-bottom-text span {
    font-family: Nimbus-Regu;
    font-size: 16px;
}

.menu-bottom-text a:hover, .menu-bottom-text span:hover {
    color:black;
    text-decoration: none;
    cursor: pointer;
}

.demo-icon.icon-heart-empty:hover .icon-basket-count {
    color: black;
}

.menu-bottom-text i  {
    margin: 0 10px;
}

.basket-holder {
    text-align: right;
    margin-bottom: 10px;
}

.menu-bottom-text a, .menu-bottom-text i, .menu-bottom-text span {
    color: #b0b0b0;
}

#previousSearch, #mapSearch {
    padding: 20px;
}

.search-tabs-div {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 612px;
}

.search-images {
    margin-right: 15px;
}

img.img-responsive.search-page-item-img {
    height: auto !important;
    width: 100% !important;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: none !important;
}

ul.nav.nav-tabs li {
    min-width: 204px;
    background-color: #EAEAEA;
}

.nav-tabs > li > a {
    margin-right: 0px; 
    border: 1px solid #C2C2C2;
    border-radius: 0px;
    font-size: 16px;
    color: #222222;
    font-family: nimbus-bold;
    padding-right: 10px;
}

.tab-content-top {
    min-height: 395px;
    border: 1px solid #ddd;
    border-top: 0px;
    background-color: #F7F7F7;
}


.tab-padding-setting {
    padding: 10px 5px;
}

.tab-col-lg-12-no-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.tab-col-lg-12-no-padding:nth-child(1),
.tab-col-lg-12-no-padding:nth-child(2)
{
    border-bottom: 1px solid #EDEDED;
}


.input-group-search-no-padding {
    padding-left: 0px;
    padding-right: 0px;
    height: 26px;
    border-color: #ccc;
    border-radius: 3px;
    float: right;
}

.simple-dropdown {
    border: 1px solid #D2D2D2;
    max-height: 26px;
    padding: 2px 14px;
    padding: 4px 14px;
    font-size: 13px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.active-button {
    color: #b68f6b;
}

.simple-login:hover, .simple-login:active, .simple-login:focus {
    background-color: #987394;
    box-shadow: 1px 1px 5px #987394;
    -moz-box-shadow: 1px 1px 5px #987394;
    -webkit-box-shadow: 1px 1px 5px #987394;
    -o-box-shadow: 1px 1px 5px #987394;
}

.slider-col-lg-4 {
    padding-right: 0px;
    max-width: 382px;
    width: 100%;
}

.carousel-indicators li { 
    background-color: white;
}

.carousel-indicators .active { 
    border: 2px solid white !important;
    background-color: #875D81 !important;
}

.carousel-ind-active .active {
    border: 2px solid white !important;
    background-color: #B6906B !important;
}

.carousel-indicators {
    bottom:0;
    margin-left: 4%;
    left: 64%;
    width: 30%;
}

.slogen {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background-color: #875d81;
    text-transform: uppercase;
    margin: 0;
    left: 0px;
    bottom: 7px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

.slogen .slogen-first-line {
    font-family: Nimbus-bold;
    font-size: 18px;
}

.slogen .slogen-second-line {
    font-family: Nimbus-Regu;
    font-size: 20px;
}

.box {
    margin: 0 auto;
    color: white;
    margin-top: 30px;
    text-align: center;
    max-width: 262px;
    box-shadow: 1px 1px 1px 1px #D3D1D2;
    -webkit-box-shadow: 1px 1px 1px 1px #D3D1D2;
    -moz-box-shadow: 1px 1px 1px 1px #D3D1D2; 
    transition-property: border-radius, box-shadow,background-color;
    transition-duration: 0.3s;
    height: auto;
    margin-bottom: 20px;
    background-color: white;
    min-height: 360px;
}

.box:hover {
    box-shadow: 2px 2px 10px #c0c0c0;
    -webkit-box-shadow: 2px 2px 10px #c0c0c0;
    -moz-box-shadow: 2px 2px 10px #c0c0c0;
}

.box img {
    width: 100%;
}

.four-box-content {
    background-color: white;
    color: black;
    font-size: 13px;
}

.four-box-content p {
    margin-top: 20px;
    font-family: Nimbus-Regu;
    padding: 0 5px;
}

.four-box-content p {
    font-size: 14px;
}

.four-box-content button {
    border-radius: 0;
}
.bottom-nav-tabs li {
    min-width: 248.5px !important;
    text-align: center;
    font-size: 18px;
    background-color: #E5E5E5;
}

.bottom-nav-tabs {
    margin-top: 10px;
}

.bottom-tab-content {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
    background-color: #F7F7F7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { 
    color: #875d81;
    font-size: 16px;
    background-color: #F7F7F7;
    font-family: nimbus-bold;
}

.detail-tcol {
    padding: 8px 15px 8px 15px;
    border-top: 1px solid #ddd;
    font-family: Nimbus-Regu;
    font-size: 15px;
}

.detail-tcol a {
    color: #747474;
}

.footer-container {
    background-color: #222222;
}

.footer-holder-container {
    max-width: 1024px;
}

.tab-content label {
    font-size: 15px;
    font-family: Nimbus-Regu;
    font-weight: 100;
    width: 100%;
    text-align: left;
}

.real-estate-type {
    display: inline-block;
}

.real-estate-type label {
    padding-top: 5px;
    padding-right: 2px;
}


.house-type-text {
    width: 253px;
    text-align: left;
    color: #606060;
}

.house-type-button {
    background-color: #895F83;
    border: 1px solid #895F83;
    
}
.house-type-button:hover {
    background-color: #987394;
}

.house-price-div {
    max-height: 34px;
}

.hidden-price-box {
    display: none;
    width: 50% !important;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    height: 34px;
    padding-left: 8px;
}

.hidden-price-box:focus, .cutted-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.hidden-price-box-show {
    display: block !important;
}

.input-group-addon {
    padding: 5px 12px;
}

.house-search-div {
    width: 253px !important;
    max-height: 27px;
    border-radius: 0px;
    border: none;
}

.first-search-row {
    padding-bottom: 20px;
    padding-top: 20px;
}

.fixed-width-search-divs {
    max-width: 115px;
}

.second-search-row {
   padding-bottom: 12px;
    padding-top: 12px; 
}

.search-padding-beetween-rows {
    padding-top: 15px;
}

.unit-label {
    margin-left: 10px;
    font-family: nimbus-light;
}

/*.search-unit-second-part {
    max-width: 216px;
    width: 100%;
}*/

.search-inputs {
    border-radius: 3px;
    border: 1px solid #D2D2D2;
/*    max-width: 187px;*/
    width: 100%;
    height: 34px;
    padding-left: 8px;
    display: inline-block;
}

.search-dropdown-fixed-width {
    width: 177px;
    float: right;
}

.search-dropdown-fixed-width-first {
    float:left;
}

.bootstrap-select > button {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 34px !important;
}

#magicsuggest {
    width: 99%;
}

.first-select-bg {
/*    width: 72% !important;
    float: right !important;*/
    padding-right: 5px;
}


.first-select-bg .dropdown-toggle {
    background-image: url("../img/bg_purple.png");
    background-repeat: no-repeat;
    background-position: right top;
}

/*.bg-pos .dropdown-toggle {
    background-position: 245px !important;
}*/

.first-select-bg .caret {
    color: white;
    font-size: 1.2em;
}

.first-select-bg > button {
    width: 283px !important;
    height: 30px;
}

.pick-smaller {
    width: 100% !important;
}

.pick-extra-small {
    width: 116px !important;
}

.pick-extra-small .bootstrap-select {
    width: 75px !important;
}

.price-down-label {
    margin-right: 10px;
}

.search-submit-button {
    height: 33px;
    padding: 3px 12px;
    background-color: #408CA6;
    margin-top: 26px;
    width: 100%;
}

.search-submit-button:hover, .search-submit-button:focus, .search-submit-button:active {
    color: #fff;
    background-color: #6BA8BD;
    border-color: #6BA8BD;
    
}

.search-submit-button[disabled]:hover,
fieldset[disabled] .search-submit-button:hover,
.search-submit-button.disabled:focus,
.search-submit-button[disabled]:focus,
fieldset[disabled] .search-submit-button:focus,
.search-submit-button.disabled.focus,
.search-submit-button[disabled].focus,
fieldset[disabled] .search-submit-button.focus,
.search-submit-button.disabled:active,
.search-submit-button[disabled]:active,
fieldset[disabled] .search-submit-button:active,
.search-submit-button.disabled.active,
.search-submit-button[disabled].active,
fieldset[disabled] .search-submit-button.active {
    background-color: #6BA8BD;
    cursor: not-allowed;
}

.glyphicon-search-submit-tab {
    padding-right: 10px;
}

.search-last-row {
    padding: 0 !important; 
}

.item-user-contact {
    background: url('../img/kapcstxt_bg2.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 214px;
    height: 58px;
    padding-top: 6px;
    padding-left: 68px;
    color: #fff;
    position: absolute;
    top: 131px;
    margin-left: 27px;
    z-index: 999999;
    font-family: nimbus-bold;
    font-size: 15px;
    line-height: 17px;
}

.item-user-contact span {
    font-size: 13px;
    font-family: nimbus-light;
}

div.real-estate-item-big-user-image {
    margin: -2px;
    width: 82px;
    height: 82px;
    bakcground-repeat: no-repeat;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    border: 3px solid #BD9467;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: -16px;
}

.box h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: nimbus-bold;
    font-size: 15px;
    background-color: #875E80;
    text-transform: uppercase;
}

.footer-menu ul{
    display: inline-block;
    list-style-type: none;
    color: #929292;
    padding-left: 20px;
    line-height: 23px;
    font-family: nimbus-light;
    font-size: 16px;
}

.footer-menu ul li a { 
    cursor: pointer;
    color: #929292;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.footer-menu ul li a:hover { 
    color: #B6906B;
}

.footer-title {
    padding-top: 10px;
}

.footer-title p {
    display: inline-block;
    font-family: nimbus-bold;
    font-size: 16px;
    color: white;
    margin-left: 5px;
}

.footer-title span {
    color: white;
}

.contact-div {
    color: #929292;
    font-family: nimbus-light;
    font-size: 16px;
}

.copyright-left {
    color: #929292;
    height: 41px;
    margin-top: 10px;
}

.copyright-right {
    color: #929292;
    text-align: right;
}

.footer-line hr {
    margin-top: 0px !important;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #373737;
}

.footer-second-row {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #B6906B;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #B6906B !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #222222;
}

.main-menu-dropdown-ul {
    background-color: #222222;
    border: 1px solid #2E2E2E;
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.main-menu-dropdown-ul >li >a , menu-holder-small.main-menu-dropdown-ul >li >a {
    color: white;
    font-family: nimbus-bold;
    font-size: 14px;
    padding-left: 15px !important;
}

.main-menu-dropdown-ul >li >a.has-submenu:hover, .main-menu-dropdown-ul >li >a.has-submenu:focus {
    background-color: #B6906B !important;
    color: white !important;
}

.main-menu-dropdown-ul >li >a:hover, .main-menu-dropdown-ul >li >a:focus {
    background-color: #B6906B; 
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color: white;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #987394;
}

.hamb-glyph {
    font-size: 1.4em;
    margin-top: 16px;
    color: white;
    border: none !important;
    padding-right: 15px;
}

.header-first-section {
    padding-left: 0px;
}

.header-second-section {
    padding-right: 0px;
}

/*.input-group { 
    max-width: 314px;
}*/

.footer-image {
    margin-top: 70px;
}

.virtualcom-logo {
    height: 41px;
    margin-right: 20px;
}

.vipcms-logo {
    height: 41px;
}

.four-box-content a {
    margin-bottom: 8px;
    box-shadow: 0px 2px 5px 0px rgba(229,229,229,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(229,229,229,1);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(229,229,229,1);
    -o-box-shadow: 0px 2px 5px 0px rgba(229,229,229,1);
}

/*.box button.btn.btn-default:hover {
    transform: scale(1.06,1.06);
}*/

#realEsateFilterLinks .tab-pane.active {
    display: table-footer-group;
}

.menu-holder-small {
    height: 40px;
}

.menu-holder-small a {
    /*padding-top: 7px !important;*/
    font-size: 13px !important; 
}

.menu-holder-small .navbar-toggle {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.menu-holder-small .input-group-search {
    padding-top: 4px !important;
}

.desktop-menu-small-user-info {
    display: none;
}

.menu-holder-small .desktop-menu-small-user-info {
    display: block;
    cursor:pointer;
}

.menu-holder-small-dropdown-login {
    position: fixed;
    width: 300px;
    top: 40px;
}

.desktop-menu-small-login-btn {
    background-color: #875E80;
    border: none;
    padding: 5px 10px;
}

.menu-holder-small .header-search-btn-to-open-search, .menu-holder-small .input-group-search-second {
    display: none;
}

.menu-holder-small .down-arrow-after-login-mobile {
    top: 17px;
}

.menu-holder-small .user-image-after-login-mobile {
    position: inherit;
    margin-top: 5px;
}

.menu-holder-small .dropdown-menu.form-login {
    position: fixed;
    top: 40px;
    width: 300px;
}


.fb-login {
    background-color: #377BAC;
    margin-left: 5px !important;
}

.fb-login:hover, .fb-login:active, .fb-login:focus {
   background-color: #004A7F; 
   box-shadow: 1px 1px 5px #004A7F;
   -moz-box-shadow: 1px 1px 5px #004A7F;
   -webkit-box-shadow: 1px 1px 5px #004A7F;
   -o-box-shadow: 1px 1px 5px #004A7F;
}

#lightGallery-close {
    opacity: 1;
    background-color: brown!important;
    top: 52px !important;
}

.price-on-picture {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background-color: #875d81;
    margin: 0;
    left: 0px;
    bottom: 38px;
    width: auto;
    max-width: 264px;
    position: relative;
    z-index: 999;
}

.real-estate-list-only-here-image2 {
    z-index: 999;
}

.login-btn-group .login-button {
    width: 135px;
}


/*-------------------------MEDIA QUERIES--------------------------------------*/
@media (max-width: 767px) {
    .header-first-section {
        padding-right: 0px;
    }
    .header-first-section img {
        display: block;
        margin: 0 auto;
    }
    .header-second-section {
        padding-left: 0px;
        text-align: center;
    }
    .buttons-div {
        float:none
    }
    .login-btn-group {
        padding: 10px 0 0 0;
    }
    .globe-button, .register-button {
        margin-top: 10px;
    }
    .copyright-left {
        text-align: center;
    }
    .copyright-right {
        text-align: center !important;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-title-first {
        text-align: center !important;
    }
    .footer-menu ul {
        padding-left: 0px !important;
    }
    .footer-second-row {
        text-align: center;
    }
    .footer-image {
        margin-top: 15px;
    }
    .four-box-content {
       min-height: 62px;
    }
    .lightslider-div h4 {
        font-size: 15px !important;
    }
    .menu-holder {
        height: auto !important;
    } 
    .fixed .logo-mobile-screen {
        display: block !important;
    }
    .fixed .h36-logo-small-scroll {
        display: none !important;
    }
    .menu-holder-small .navbar-toggle {
        margin-top: 6px !important;
    }
    .pick-extra-small {
        width: 100% !important;
    }
    .input-group {
        width: 100% !important;
        max-width: none;
    }
    .search-inputs { 
        max-width: none;
        width: 83% !important;
    }
    .main-page-property-input {
        width: 100% !important;
    }
    
    .first-select-bg {
        width: 100% !important;   
    }
    
    .first-select-bg > button {
       width: 100% !important;
    }
    
    .search-unit-second-part { 
        max-width: none;
        width: 100% !important;
    }
    .first-select-bg button {
        background-image: none;
    }
    .first-select-bg .caret {
        color: black;
    }
    .price-down-label {
        margin-top: 5px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 4px;
    }
    .price-on-picture {
/*        left: 16px;
        top: 193px;*/
        padding: 8px 21px 8px 19px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li {
        border-left: none;
    }
}

@media (max-width: 320px) { 
    .menu-bottom-text p {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .slider-col-lg-4 {
        max-width: 328px;
    }
    .slogen { 
        max-width: 210px;
        font-size: 13px;
    }
    .item-user-contact {
        width: 202px;
        height: 60px;
        top: 105px;
        font-size: 13px;
    }
    .item-user-contact span {
        font-size: 12px;
    }
    .content-left-div {
        padding-right: 0px !important;
    }
    .slogen .slogen-first-line {
        font-size: 13px !important;
    }
    .slogen .slogen-second-line {
        font-size: 16px;
    }
    .bottom-nav-tabs li {
        min-width: inherit !important;
        width: 25% !important;
    }
    .lightslider-div .favourite-real-estate-bookmark {
        right: -1px !important;
    }
    .fixed-tag-holder {
        max-width: 940px !important;
    }
}

@media (max-width: 992px) {
    .tab-col-lg-12-no-padding {
        float: left;
        width: 100%;
    }
    .tab-padding-setting {
        /*height: 65px;*/
    }
    .search-tabs-div {
        margin-left: auto;
        margin-right: auto;
    }
/*    .slider-col-lg-4 {
        display: none;     
    }*/
    .footer-image {
        margin-top: 45px;
        width: 130px;
    }
    .footer-menu {
        text-align: center;
    }
    
    .menu-holder-small {
        height: 40px;
    }
/*    .first-select-bg .dropdown-toggle {
        background-image: none !important;
    }*/
    .user-logged-left-menu .dropdown-menu {
        display: none !important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 11.7px;
        padding: 15px 5px
    }
    ul.nav.nav-tabs li {
        min-width: 204px;
        width: 33.333333%;
    }
/*    .search-inputs {
        max-width: 219px;
    }*/
    .first-select-bg {
        width: 78.9% !important;
    }
    .search-tabs-div {
        max-width: 100%;
    }
    .first-select-bg > button {
        width: 100% !important;
    }
    .pick-smaller {
        width: 219px !important;
    }
    #main-page-search-area .tab-content-top {
        float: left;
        width: 100%;
    }
    .sales-row .sale-card-holder {
        border-right: none !important;
        box-shadow: 0px 0px 4px 1px #E1E1E1;
        -webkit-box-shadow: 0px 0px 4px 1px #E1E1E1;
        -moz-box-shadow: 0px 0px 4px 1px #E1E1E1;
        -ms-box-shadow: 0px 0px 4px 1px #E1E1E1;
    }
    
    .complex-filter-sidebar {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    ul.nav.nav-tabs li {
        width: 100%;
        text-align: center;
        /*min-width: 227.5px !important;*/ 
        min-width: inherit !important;
    }
    .house-type-text {
        width: 140px; 
    }
    .house-search-div {
        width: 100% !important;
    }
    .tab-col-lg-12-no-padding {
        height: auto;
    }
    .tab-padding-setting {
        padding-bottom: 10px;
        width: 49%;
        display: inline-block;
        float: left;
    }
    .input-group {
        margin: 0 auto;
    }
    .input-group-search-no-padding {
        float: none !important;
        margin: 0 auto;
    }
    .fixed-width-search-divs {
        max-width: auto;
    }
    .search-dropdown-fixed-width-first {
        float: none !important; 
        margin: 0 auto;
    }
    .search-dropdown-fixed-width {
        float: none !important;
    }
    .first-search-row {
        padding-bottom: 0px;
    }
    .first-search-row .btn-group {
        padding-bottom: 10px;
    }
    .second-search-row .price-input-group {
        padding-bottom: 10px;
    }
    .search-padding-beetween-rows {
        padding-top: 0px !important; 
    }
    .search-last-row {
        padding-top: 0px !important;
    } 
    .real-estate-list-only-here-image {
        position: absolute;
/*        top: 25px !important;*/
    }
    .search-form-control {
        display: block !important;
    } 
    .real-estate-item-div {
        min-height: 363px !important;
        display: inline-block;
        width: 49%;
    }
    #realEsateFilterLinks .tab-pane.active {
        display: inline !important;
    }
    .detail-tcol {
        font-size: 16px !important;
        text-align: center;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #EAEAEA;
    }
    ul.nav.nav-tabs li {
        background-color: #F7F7F7;
    }
    .footer-image {
        margin-top: 10px !important; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .input-group-search {
        margin: 0 auto;
    }
    .navbar-toggle {
        margin-top: 0px;
    }
/*    .search-form-control {
        display: none !important;
    } */
    
    .real-estate-item-div {
        max-width: 100% !important;
    }
    
    .real-estate-item-img {
        width: 319px !important;
    }
    
/*    .price-on-picture2 {
        left: 21px !important;
        top: 180px !important;
    }*/
    
/*    .real-estate-item-user-image {
        top: 171px !important;
    }*/
    .real-estate-item-user-contact {
        top: 169px !important;
    }   
    .view-page-real-estate-item-user-contact {
        top: 154px !important;
    }
    .real-estate-search-result-holder .real-estate-item-user-contact {
        top: 156px !important;
    }  
}

@media (min-width: 991px) and (max-width: 1199px) { 
/*    .price-on-picture2 {
        left: 19px !important;
        top: 155px !important;
    }*/
/*    .real-estate-item-user-image {
        top: 147px !important;
    }*/
    .real-estate-item-user-contact {
        top: 154px !important;
    }  
}

@media (max-width: 298px) { .into-cart-button { margin-top: 10px;} }

@media (max-width: 620px) {
    .menu-bottom-text p {
        font-size: 13px;
    }
    .menu-bottom-text a {
        font-size: 13px;
    }
    .office-where-i-am a {
        font-size: 17px;
    }
    .menu-bottom-text i {
        margin: 0 3px;
    }
}

@media (max-width: 385px) {
/*    .real-estate-item-img {
        height: 187px;
    }*/
}

@media (max-width: 340px) {
    .real-estate-list-only-here-image2 {
        left: 10px !important;
    }
/*    .price-on-picture2 {
        left: 18px !important;
    }*/
}

@media (max-width: 683px) {
    .real-estate-item-div {
        margin: 0 auto !important;
    }
}

@media (max-width: 370px) {
    .price-on-picture2 {
        font-size: 12px !important;
    }
    .oldPrice {
        font-size: 9px !important;
    }
}

/*-------------------------MEDIA QUERIES END----------------------------------*/


/*BELOLDAL*/

product-detail-div {
    max-width: 1024px;
}

div#main-container.container {
    max-width: 1024px;
}

div.datasheet-first-image {
    display: block;
    max-width: 100%;
/*    height: 405px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
}

.datasheet-first-image.img-responsive:hover {
    box-shadow: 1px 2px 5px 0px #E1E1E1;
    -webkit-box-shadow: 1px 2px 5px 0px #E1E1E1;
    -moz-box-shadow: 1px 2px 5px 0px #E1E1E1;
}

.lightslider-div {
    border: 1px solid #E1E1E1;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F7F7F7;
}

.lightslider-div h2 {
    font-size: 22px;
    font-family: nimbus-bold;
    padding-left: 15px;
}

div.real-estate-datasheet-user-image {
    width: 200px;
    height: 200px;
    bakcground-repeat: no-repeat;
    border: 4px solid #DEDEDE;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    text-align: center; 
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact-div-right {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 769px) {
    .complex-filter-sidebar {
        float: right;
    }
}


.contact-div-right-text-top {
    font-size: 20px;
    color: #757575;
    text-transform: uppercase;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
}

.real-estate-datasheet-contact-div {
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
}

.real-estate-datasheet-contact-div:hover {
    box-shadow: 1px 2px 5px 0px #E1E1E1;
    -webkit-box-shadow: 1px 2px 5px 0px #E1E1E1;
    -moz-box-shadow: 1px 2px 5px 0px #E1E1E1;
}

.search-real-estate-holder:hover {
    box-shadow: 1px 1px 4px #999797;
    -webkit-box-shadow: 1px 1px 4px #999797;
    -moz-box-shadow: 1px 1px 4px #999797;
}

.search-real-estate-holder:hover:last-child {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.contact-div-right-username {
    color: black;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Nimbus-Bold;
    cursor: pointer;
}

.contact-div-right-username:hover {
    text-decoration: none;
}

.contact-div-right-status-a {
    color: #333;
}

.contact-div-right-status-a:hover {
    text-decoration: none;
    color: #000;
}

.contact-div-right-status {
    margin-bottom: 5px;
}

.contact-div-right-phone {
    margin-top: 10px;
}

.contact-div-right-phone a, .contact-div-right-email a {
    text-decoration: none;
    color:black;
    cursor: pointer;
    color: black !important;
    font-size: 18px;
}

.contact-div-right-phone a:hover, .contact-div-right-email a:hover  {
    color: #875d81;
}

.glyphicon-star {
    color: #c6a98e;
}

.contact-div-right-stage {  
    font-family: Nimbus-Regu;
    padding: 5px 0 5px 0;
}

.contact-form {
    padding: 5px 20px 5px 20px;
}

.contact-form input,textarea {
    margin: 10px 0 10px 0;
}

.contact-div-right-print {
    text-align: left;
    padding-left: 20px; 
    border-top: 1px solid #c0c0c0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-div-right-print span {
    font-size: 16px;
}

.contact-div-right-print a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    cursor:pointer;
    font-weight: 100;
}

.contact-div-right-print a:hover {
    color: #875E80;
}

.contact-div-right-print .glyphicon {
    padding-right: 6px;
    color: #875d81;
    font-size: 1.1em;
}

.contact-div-right-image-div {
    position: relative;
    position: relative;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contact-div-right-image-div img {
    max-width: 100%;
    margin-top: 10px;
}

.contact-div-right-image-div-slogen {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background-color: #875d81;
    text-transform: uppercase;
    margin: 0;
    /* left: 15px; */
    bottom: 7px;
    width: auto;
    max-width: 265px;
    position: absolute;
    z-index: 999;
}

.slogen-first-line {
    font-family: Nimbus-bold;
    font-size: 20px;
}

.slogen-second-line {
    font-family: Nimbus-Regu;
    font-size: 24px;
}

.contact-buttons-div {
    padding: 5px 0 10px 0px;
/*    max-width: 212px*/
    text-align: left;
}

.tab-content-prodpage {
    min-height: 389px;
    height: auto;
    border: 1px solid #ddd;
    border-top: 0px;
    background-color: #F7F7F7;
    margin-bottom: 15px;
}

.tab-content-prodpage h4 {
    margin: 0px !important;
    padding: 10px 0 !important;
}

.tab-content-paddings {
    padding: 10px !important;
}

.detail-tab-div {
    margin-top: 10px;
}

.detail-tab-div > .nav-tabs > li.active > a, .detail-tab-div > .nav-tabs > li.active > a:hover, .detail-tab-div > .nav-tabs > li.active > a:focus {
    font-size: 20px;
}

.detail-tab-div > .nav-tabs > li > a {
    font-size: 20px;
}

.detail-tab-row > ul.nav.nav-tabs li{
    min-width: 85px !important;
}

.nav-tabs-prodpage li {
    min-width: 85px !important;
}

.nav-tabs-prodpage {
    background-color: #EAEAEA;
}

.content-left-div {
    padding-left: 0px;
    padding-right: 30px;
}

.real-estate-content-left-div {
    padding-left: 0px;
    padding-right: 10px;
}

.into-cart-button {
    background-color: #B6906C;
}

/*.into-cart-button:hover, .into-cart-button:focus, .into-cart-button:active {
    color: #fff;
    box-shadow: 1px 1px 5px #87703c;
    -moz-box-shadow: 1px 1px 5px #87703c;
    -webkit-box-shadow: 1px 1px 5px #87703c;
    -o-box-shadow: 1px 1px 5px #87703c;
    background-color: #87703c;
    border-color: #87703C;
}*/

.into-cart-button span {
    margin-right: 5px;
}

.icon-facebook-circled {
    color: #875d81;
    padding-right: 7px;
    font-size: 1.2em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-left: 0 !important;
}

/*-----------------------Radio button another stlye---------------------------*/

input[type=checkbox],
input[type=radio] {
        opacity: 0;
        position: absolute;
        z-index: 12;
        width: 18px;
        height: 18px;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
        outline: none !important;
}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin-top: 7px;
        line-height: 20px;
        min-height: 14px;
        min-width: 14px;
        font-weight: normal;
        margin-right: 10px;
}

input[type=checkbox]+.lbl.padding-16::before,
input[type=radio]+.lbl.padding-16::before {
        margin-right: 16px;
}

input[type=checkbox]+.lbl.padding-12::before,
input[type=radio]+.lbl.padding-12::before {
        margin-right: 12px;
}

input[type=checkbox]+.lbl.padding-8::before,
input[type=radio]+.lbl.padding-8::before {
        margin-right: 8px;
}

input[type=checkbox]+.lbl.padding-4::before,
input[type=radio]+.lbl.padding-4::before {
        margin-right: 4px;
}

input[type=checkbox]+.lbl.padding-0::before,
input[type=radio]+.lbl.padding-0::before {
        margin-right: 0px;
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #865D7F;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 17px;
    line-height: 16px;
    min-width: 17px;
    margin-right: 1px;
    margin-top: -5px;
}

input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
        display: inline-block;
        content: '\f00c';
        background-color: #F5F8FC;
        border-color: #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
        border-color: #1c7aad;
}

input[type=checkbox]:active+.lbl::before,
input[type=radio]:active+.lbl::before,
input[type=checkbox]:checked:active+.lbl::before,
input[type=radio]:checked:active+.lbl::before {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        
}

input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
        background-color: #DDD !important;
        border-color: #CCC !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
        color: #BBB;
}

input[type=radio]+.lbl::before {
        border-radius: 32px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 36px;
}

input[type=radio]:checked+.lbl::before {
        content: "\2022";
        font-size: 28px;
}

/*-----------------------Radio button another stlye end-----------------------*/

/******************
* kisképek scroller
******************/
.small-images-holder {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 10px;
}

.kiskepek_holder {
    width: 100%;
    height: 100px;
    overflow: hidden;
    float: left; 
    display: inline;
    position: relative;
}

.kiskepek_holder .kiskepek_scroller {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2000em;
    /*height: 150px;*/
}

a.kiskepek_left:link,
a.kiskepek_left:visited {
    height: 28px;
    z-index: 9;
    display: inline-block;
    position: relative;
    top: 26px;
    /*left: 1px;*/
    color: white;
    font-size: 14px;
    background: black;
    width: 18px;
/*    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.53)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
}

a.kiskepek_left .glyphicon {
    margin-top: 5px;
    margin-left: 3px;
}
    
a.kiskepek_left:hover {
    text-decoration: none;
    color: #be9569;
}

.kiskepek_holder .kiskepek_scroller a:link,
.kiskepek_holder .kiskepek_scroller a:visited {
    height: 100px;
    float: left; 
    display: inline;
    margin-right: 5px;
    /*width: 250px;*/
}

.kiskepek_holder .kiskepek_scroller a:hover {
    text-decoration: none;
}

.kiskepek_holder .kiskepek_scroller a:hover {
    text-decoration: none;
}

.kiskepek_holder .kiskepek_scroller a:link img,
.kiskepek_holder .kiskepek_scroller a:visited img {
    display: block;
    /*margin-right: 5px;*/
/*    width: 250px;
    height: 150px;*/
}

a.kiskepek_right:link,
a.kiskepek_right:visited {
    height: 28px;
    float: right;
    display: inline-block;
    position: relative;
    margin-top: -64px;
    color: white;
    font-size: 14px;
    /*right: 3px;*/
    background: black;
    width: 18px;
/*    background: rgba(237,237,237,0);
    background: -moz-linear-gradient(left, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,0)), color-stop(53%, rgba(246,246,246,0.53)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );*/
}

a.kiskepek_right .glyphicon {
    margin-top: 5px;
    margin-left: 1px;
}

a.kiskepek_right:hover {
    text-decoration: none;
    color: #be9569;
}

.real-estate-images-holder {
    float: left;
    width: 250px;
    display: inline-block;
    margin-right: 10px;
}
/******************
* kisképek scroller vége
******************/

/*.......................CONTACT PAGE CSS.....................................*/

.contact-div-right2 {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
}

.contact-div-right-contact-title h1 {   
    font-size: 24px;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 20px;
    margin-top: 0px;
}

.contact-html-content {
    padding: 20px;
}

.contact-html-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.map-holder {
    padding: 20px;
}


/*.......................CONTACT PAGE CSS END.................................*/

/*.......................REAL ESTATE PAGE CSS.................................*/

.row {
    margin: 0;
}

.real-estate-item-div {
    padding: 3px;
    /*max-width: 330px;*/
    min-height: 346px;
    cursor: pointer;
}

.real-estate-item-img {
    width: 100%;
    z-index: 9;
}

.price-on-picture2 {
    padding: 5px 10px 5px 9px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background-color: #B88AB9;
    margin: 0;
    left: 17px;
    bottom: 20px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
}

.real-estate-item-user-image {
    margin: 2px;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 22px;
    box-shadow: 2px 2px 6px #C0C0C0;
    -moz-box-shadow: 2px 2px 6px #C0C0C0;
    -webkitbox-shadow: 2px 2px 6px #C0C0C0;
    -o-box-shadow: 2px 2px 6px #C0C0C0;
    background-position: 50% 50%;
    background-size: cover;
    right: 29px;
    position: absolute;
    top: 156px;
    
    background-repeat: no-repeat;
    z-index: 9999999;
}

.real-estate-item-user-image:hover , .search-page-real-estate-item-user-image:hover {
    transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
}

@media (max-width: 683px) {
    .real-estate-item-user-image:hover {
        transform: none !important;
    }
}

.real-estate-item-user-contact {
    margin: 2px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    background-image: url("../img/kapcstxt_bg.png");
    float: left;
    right: 51px;
    position: absolute;
    top: 157px;
    
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #FFF;
    text-shadow: 1px 1px 2px #3A3A38;
    z-index: 999999;
}

.real-estate-item-user-contact p {
    margin-top: 5px;
}

.real-estate-title {
    padding: 3px 18px;
    font-family: nimbus-bold;
    font-size: 15px;
}

.real-estate-title a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.real-estate-title a:hover {
    color: #b68f6b;
}

.real-estate-summary {
    font-family: nimbus-light;
    word-break: break-word;
    padding: 3px 18px;
}

.real-estate-summary p {
    margin: 0;
}

.real-estate-summary p:first-of-type .re-id-in-b {
    color: #b68f6b;
}

/*.......................REAL ESTATE PAGE CSS END.................................*/

/*.......................SEARCH PAGE CSS END.................................*/

.properties {
    display: inline-block;
    margin-bottom: 10px;
}

.search-real-estate-holder {
    border: 1px solid #a9a9a9;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    position: relative;
}

.search-page-real-estate-image-holder {
    padding: 15px;
    position: relative;
}

.search-page-real-estate-item {
   padding: 0px;
}

.search-page-real-estate-item-user-image {
    margin: 5px 0 15px 15px;
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    -khtml-border-radius: 36px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999999;
    border: 3px solid #DEDEDE;
    position: relative;
}

.search-page-real-estate-item-user-contact {
    margin: 2px;
    width: 212px;
    height: 48px;
    font-size: 15px;
    background-image: url("../img/kapcsolat_bg.png");
    float: left;
    
    background-repeat: no-repeat;
    padding-left: 54px;
    color: white;
    /*text-shadow: 1px 1px 2px #3A3A38;*/
    position: absolute;
    bottom: 14px;
    right: 74px;
}

.search-page-real-estate-item-user-contact a {
    color: #FFF;
    text-shadow: 1px 1px 2px #3A3A38;
}

.search-page-real-estate-item-user-contact a:hover {
    color: #FAFAFA;
}

.search-page-real-estate-item-content {
    padding: 15px 15px 15px 5px;
}

.search-page-real-estate-title {
    font-family: nimbus-bold;
    font-size: 17px;
}

.search-page-real-estate-title a {
    text-decoration: none;
    color: #b68f6b;
    cursor: pointer;
}

.search-page-real-estate-title a h2 {
    margin: 0;
    font-size: 17px;
    padding: 0;
}

.search-page-real-estate-summary {
    font-family: nimbus-light;
    word-break: break-word;
}

.search-page-real-estate-summary p {
    margin-top: 10px;
}

.search-page-into-cart {
    text-transform: uppercase;
    font-family: nimbus-bold;
}
.real-estate-id {
    font-family: nimbus-light; 
}

.real-estate-id a {
    font-family: nimbus-bold;
    color: #b68f6b;
    text-decoration: none;
}

.list-data-row{
    padding-top: 20px;
}

.list-data-row span, .list-data-second-row span{
    font-family: nimbus-light;
    padding-right: 10px;
    padding-left: 5px;
}

.list-data-second-row {
    padding-top: 10px;
}

.real-estate-infos {
    margin-top: 10px;
}

.real-estate-infos p {
    margin: 0;
    font-family: nimbus-bold;
    color: #b68f6b;
}

.real-estate-infos span {
    font-family: nimbus-light;
    color: black;
    font-size: 14px;
}

.search-page-price-on-picture {
    padding: 5px 10px 5px 9px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background-color: #875d81;
    margin: 0;
    left: 15px;
    bottom: 20px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
}

.search-page-inp-group-key input[type=text] {
    margin-top: 0px !important
}

.search-page-first-select-bg .dropdown-toggle {
    height: 34px !important;
    width: 100% !important;
}

.search-page-first-select-bg, .search-where-select {
     width: 100% !important;
}

.search-page-house-price-div, .search-page-hidden-price-box{
    margin: 0 !important;
    height: 34px !important;
    max-height: 100% !important;
}

.input-group .search-page-house-price-div {
    z-index: 0;
}

.search-where-select button, .s-p-pick-extra-small button {
    height: 34px !important;
}

.no-pad {
    padding: 0px !important;
    text-align: left;
}

.balcony-div {
    padding-left: 6px !important
}
 
.search-page-price-down-label {
    margin-top: 5px;
    font-family: Nimbus-Regu;
    font-size: 14px;
    text-align: left;
    display: block;
    padding-top: 5px;
    padding-left: 4px;
}

.search-page-price-down-label:first-child {
    padding-top: 0px !important
}

.search-page-search-inputs {
    width: 75% !important;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    height: 34px;
    padding-left: 8px;
    display: inline-block;
/*    margin: 0 0 10px 0 !important;*/
}

#order-input-group button {
    padding-right: 5px !important;
    background-color: #ffffff;
    color: #999;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-family: nimbus-bold;
    font-size: 10px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#order-input-group button:hover, #order-input-group button:active, #order-input-group button:focus {
/*    box-shadow: 1px 1px 5px #A948BC;
    -moz-box-shadow: 1px 1px 5px #A948BC;
    -webkit-box-shadow: 1px 1px 5px #A948BC;
    -o-box-shadow: 1px 1px 5px #A948BC;*/
    background-color: rgb(247, 247, 247);
/*    border-color: #A948BC;*/
}

#order-input-group span {
    font-size: 0.8em;
    padding-left: 5px;
}

.search-page-search-btn {
    background-color: #408CA6;
    color: white;
    text-transform: uppercase;
    font-family: nimbus-bold;
    font-size: 12px;
    height: 28px;
    border: none;
}

.search-page-search-btn:hover, .search-page-search-btn:active, .search-page-search-btn.disabled,
.search-page-search-btn.disabled.active, .search-page-search-btn[disabled].active {
    background-color: #6BA8BD;
}

.search-page-search-btn.disabled,
.search-page-search-btn[disabled],
fieldset[disabled] .search-page-search-btn,
.search-page-search-btn.disabled:hover,
.search-page-search-btn[disabled]:hover,
fieldset[disabled] .search-page-search-btn:hover,
.search-page-search-btn.disabled:focus,
.search-page-search-btn[disabled]:focus,
fieldset[disabled] .search-page-search-btn:focus,
.search-page-search-btn.disabled.focus,
.search-page-search-btn[disabled].focus,
fieldset[disabled] .search-page-search-btn.focus,
.search-page-search-btn.disabled:active,
.search-page-search-btn[disabled]:active,
fieldset[disabled] .search-page-search-btn:active,
.search-page-search-btn.disabled.active,
.search-page-search-btn[disabled].active,
fieldset[disabled] .search-page-search-btn.active {
    background-color: #6BA8BD;
    cursor: not-allowed;
}

.saved-search-re-btn.disabled,
.saved-search-re-btn[disabled],
fieldset[disabled] .saved-search-re-btn,
.saved-search-re-btn.disabled:hover,
.saved-search-re-btn[disabled]:hover,
fieldset[disabled] .saved-search-re-btn:hover,
.saved-search-re-btn.disabled:focus,
.saved-search-re-btn[disabled]:focus,
fieldset[disabled] .saved-search-re-btn:focus,
.saved-search-re-btn.disabled.focus,
.saved-search-re-btn[disabled].focus,
fieldset[disabled] .saved-search-re-btn.focus,
.saved-search-re-btn.disabled:active,
.saved-search-re-btn[disabled]:active,
fieldset[disabled] .saved-search-re-btn:active,
.saved-search-re-btn.disabled.active,
.saved-search-re-btn[disabled].active,
fieldset[disabled] .saved-search-re-btn.active {
    background-color: #987394;
    cursor: not-allowed;
}

.search-page-search-btn.disabled, .search-page-search-btn.disabled.active, .search-page-search-btn[disabled].active {
    cursor: not-allowed;
}

.search-page-search-btn:focus {
    background-color: #3698ba;
}

.search-page-delete-btn {
    background-color: #DD909A;
    border: transparent;
    color: white;
    text-transform: uppercase;
    font-family: nimbus-bold;
    font-size: 12px;
    height: 28px;
}

.search-page-delete-btn:hover {
/*    box-shadow: 1px 1px 5px #A948BC;
    -webkit-box-shadow: 1px 1px 5px #A948BC;
    -moz-box-shadow: 1px 1px 5px #A948BC;
    -o-box-shadow: 1px 1px 5px #A948BC; */
    background-color: #DC8F99;
    border: none;
/*    border-color: #A948BC;*/
}

.search-page-search-btn span, .search-page-delete-btn span {
    font-size: 0.8em;
    padding-right: 5px;
}

.clear {
    margin: 15px 0;
}

.search-form-price-down {
    padding-bottom: 10px !important;
}

.search-page-lift-label {
    display: inline-block !important;
    font-family: nimbus-light;
}

.search-page-contact-buttons-div {
    max-width: 187px !important;
    margin-bottom: 30px;
}

form > iframe {
    margin-top: 15px;
}

.pagination > li > span {
    cursor: not-allowed;
    color: #d0d0d0;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 9px !important;
    margin: 0 1px;
}

.pagination > li > a {
    color: #7f7f7f;
    margin-bottom: 10px;
}

.pagination {
    margin: 15px 0 15px 15px;
    vertical-align: middle;
}

.active-pagination {
    background-color: #875d81;
}

.pagination > li > a:hover {
    background-color: #875d81;
    color: white;
}

li.pager_active .actual {
    background-color: #B6906C;
    color: white;
}

.pick-extra-small2 {
    width: 191px !important;
}

.pick-extra-small2 button {
    height: 34px !important;  
    margin-left: 25px !important;
}

.s-p-pick-extra-small {
    width: 81px !important;
}

.s-p-pick-extra-small {
    margin-left: 3px !important;
}

.glyphicon-chevron-down {
    right: 3px;
    font-size: 0.8em;
}

.first-select-bg .glyphicon-chevron-down {
    color: white !important;
}

.bs-actionsbox .btn-group button {
    width: 50% !important;
}

.btn-default {
    color: #999 !important;
}

/*.......................SEARCH PAGE CSS END.................................*/

@media (min-width: 991px) and (max-width: 1199px) { 
    .search-page-search-inputs {
        width: 90% !important;
    }
    .search-page-price-input-group {
        max-width: 100% !important;
    }
    .bootstrap-select > .dropdown-toggle {
        margin-left: 0px !important;
    }
    .pick-extra-small2 {
        width: 100% !important;
    }
/*    .search-page-delete-btn {
        margin-top: 10px;
    }*/
    .search-page-contact-buttons-div .search-page-delete-btn {
        margin-top: 0px !important;
    }
/*    .search-page-price-on-picture {
        top: 154px;
    } */
    .search-page-real-estate-item-user-contact {
        right: 66px !important;
    }
    .search-page-inp-group-key {
        max-width: 100% !important;
    }
/*    .first-select-bg .dropdown-toggle {
        background-position: 234px !important;
    }*/
}

@media (max-width: 991px) {
    .search-page-inp-group-key {
        max-width: 100% !important;
    }
    
    .search-page-price-input-group {
        max-width: 100% !important;
    }
    .search-page-search-inputs {
        width: 85% !important;
    }
    .bootstrap-select > .dropdown-toggle {
        margin-left: 0px !important;
    }
    .pick-extra-small2 {
        width: 100% !important;
    }
    .s-p-pick-extra-small {
        width: 78% !important;
    }
/*    .search-page-price-on-picture {
        top: 165px;
    } */
    .search-page-real-estate-item-user-contact {
        right: 113px !important;
    }
/*    .first-select-bg .dropdown-toggle {
        background-position: 637px !important;
    }*/
    .search-page-contact-buttons-div {
        max-width: 100% !important;
    }
/*    .first-select-bg .glyphicon-chevron-down {
        color: #999 !important
    }*/
    #two-slider-first-mobile {
        padding-left: 0;
        max-width: inherit;
        width: 100%;
        margin-top: 10px;
        float:left;
    } 
    .carousel {
        position: relative;
        display: inline-block;
        width: 49.6%;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-height: inherit !important;
    }
}

@media (max-width : 769px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10.4px !important;
    }
}

@media (max-width: 767px) { 
    .navbar-default .navbar-nav > li > a {
        font-size: 12px !important;
    }
    .search-page-real-estate-item-user-contact {
        right: 0px !important;
        left: 35px;
    }
    .search-page-lift-label {
        display: block !important;
        margin-top: 6px;
    }
    .balcony-div {
        padding-left: 0px !important; 
    }
    .s-p-pick-extra-small {
        width: 90% !important;
    }
    .search-page-contact-buttons-div {
        max-width: 100% !important;
    }
}

@media (max-width: 683px) {
    .real-estate-item-user-image {
        width: 47px !important;
        height: 47px !important;
        border-radius: 28px !important;
        top: 151px !important;
        right: 25px !important;
    }
    .real-estate-list-only-here-image {
        top: -9px !important;;
        left: -8px !important;;
        width: 111px !important;;
    }
} 

@media (max-width: 398px) {
    .search-page-item-img {
        height: 199px;
    }
    .search-page-real-estate-item-user-contact {
        font-size: 12px;
    }
    .search-page-real-estate-item-user-contact p {
            margin: 3px !important;
    }
    .properties {
        display: block !important;
    }   
}

/*@media (max-width: 359px) {
    .search-pad-top {
        margin-top: 6px;
    }
}*/


/*HEADER MOBILE*/
@media (max-width: 767px) {
    .menu-holder {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999999999;
        background-color: rgba(34, 34, 34, 0.9) !important;
    }
    .logo-holder-container {
        display: none !important;
    }
    .globe-button, .login-btn-group {
        display: inline-block !important;
        float: right !important;    
        background-color: transparent !important;
    }
    .globe-button i, .login-btn-group i {
        font-size: 1.5em !important;
        right: 5px !important;
    }
    .login-menu-down-button {
        background-color: transparent !important;
        padding: 6px 0 !important;
    }
    .logo-mobile-screen {
        display: inline-block !important;
    }
    .menu-holder-small .navbar-toggle, .navbar-toggle {
        margin-top: 10px !important;
    }
    .form-login {
        min-width: 300px;
        text-align: center;
        left: -223px;
        top: 50px;
    }
    .menu-bottom-text {
        max-width: 1024px;
/*        padding-top: 65px;*/
    }
    .menu-div-style {
        z-index: 99999999;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        max-height: 275px !important;
    }
    
    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important; 
    }
    .input-group-search-first {
        display: inline-block !important;
    }    
    .input-group-search-second {
        display: none !important;
    }
    .input-group-search-first span {
        display: block !important;
        z-index: inherit !important;
    } 
    .input-group-search-first {
        width: 80% !important;
    }
    .flashMessages {
        margin-top: 50px;
    }
    .ms-trigger .glyphicon-chevron-down {
        right: 0px !important;
    }
}

/*@media (max-width: 1200px) {
    .bg-pos .dropdown-toggle {
        background-position: 245px !important;
    }
}*/

/*JOB PAGE*/

.job-page-img-holder {
    font-weight: 400;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0;
    right: 22px;
    bottom: 17px;
    max-width: 265px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

.job-page-slogen-first-line {
    font-family: Nimbus-bold;
    font-size: 32px;
}

.job-page-slogen-second-line {
    font-family: Nimbus-light;
    font-size: 40px;
}

.socials {
    padding: 20px;
}
/*.header-first-section img {
    animation: example 5s 1;
}*/

/*JOB PAGE END*/

@keyframes animated_div
{
    0% {transform: rotate(0deg);}
    20%	{transform: rotate(30deg);}
    40%	{transform: rotate(0deg);}
    60%	{transform: rotate(20deg);}
    70%	{transform: rotate(0deg);}
    80%	{transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes animated_div
{
    0%	{-webkit-transform: rotate(0deg);}
    20%	{-webkit-transform: rotate(30deg);}
    40%	{-webkit-transform: rotate(0deg);}
    60%	{-webkit-transform: rotate(20deg);}
    70%	{-webkit-transform: rotate(0deg);}
    80%	{-webkit-transform: rotate(10deg);}
    100% {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes animated_div
{
    0%   {-moz-transform: rotate(0deg);}
    20%  {-moz-transform: rotate(30deg);}
    40%  {-moz-transform: rotate(0deg);}
    60%  {-moz-transform: rotate(20deg);}
    70%  {-moz-transform: rotate(0deg);}
    80%  {-moz-transform: rotate(10deg);}
    100% {-moz-transform: rotate(0deg);}
}

@-o-keyframes animated_div
{
    0%   {transform: rotate(0deg);}
    20%  {transform: rotate(30deg);}
    40%  {transform: rotate(0deg);}
    60%  {transform: rotate(20deg);}
    70%  {transform: rotate(0deg);}
    80%  {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes example
{
    33%	{-webkit-transform: scale(0.85,0.85);}
    33%	{-webkit-transform: scale(1,1);}
    66% {-webkit-transform: scale(0.85,0.85);}
   100% {-webkit-transform: scale(1,1);} 
}

div#upToPageTop {
	margin-right:1.5%;
    display: none;
    position: fixed;
    bottom: 4%;
    right: 2%;
    height: 0px;
    width: 7px;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: white;
    background-color: #B6906C;
    padding-top: 7px;
    min-width: 35px;
    min-height: 35px;
    z-index: 99999;
    border: 1px solid gainsboro;
    -webkit-border-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

div#upToPageTop:hover {
    color: #875d81;
}

div#upToPageTop .glyphicon {
    top: -4px !important;
    right: -1px !important;
}


.anim-div {
    display: block !important;
    width: 133px !important;
    height: 44px !important;
    font-size: 12px !important;
    top: 153px !important;
}

.larger-pic {
    height: 46px !important;
    width: 46px !important;
}

.box a.btn.btn-default:hover {
    animation-name: mainPageBoxA;
    animation-duration: 1s;
    animation-iteration-count: 1;
    background-color: white !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
    padding-left: 12px;
}

#breadcrumb {
    list-style-type: none;
    padding-left: 0px;
    font-family: Nimbus-Regu;
    font-size: 16px;
    color: #9c9c9c;
}
#breadcrumb li {
    display: inline-block;
}

#breadcrumb .sep {
    padding: 0px 5px;
}

#breadcrumb .caret {
    display: none;
}

@keyframes mainPageBoxA {
   40% {transform: perspective(10em) rotateX(-50deg);}
   80% {transform: perspective(10em) rotateX(50deg);}
    100% {transform: perspective(10em) rotateX(0deg);}
}

.middle-link-with-image {
    padding: 5px !important;
}

.contact-div-right .ViActiveForm {
    padding: 5px 20px 5px 20px;
}

.btn-danger-box-s:hover {
    box-shadow: 1px 1px 5px #d9534f;
    -moz-box-shadow: 1px 1px 5px #d9534f;
    -webkit-box-shadow: 1px 1px 5px #d9534f;
    -o-box-shadow: 1px 1px 5px #d9534f;
}

.home-page-second-carousel-img {
    max-height: 205px;
    width: 100%;
}

#myCarousel2 .item {
    cursor: pointer;
}

.hidden-lot-area {
    display: none;
    width: 46% !important;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    height: 26px;
    padding-left: 8px;
}

.ui-dropdownchecklist-selector-wrapper, 
.ui-dropdownchecklist-selector,
.ui-dropdownchecklist-text {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;

}

.ui-dropdownchecklist-selector-wrapper .ui-dropdownchecklist-selector .ui-dropdownchecklist-text {
    min-height: 45px;
    font-size: 19px;
}

.ui-dropdownchecklist-item {
    text-align: left !important;
}

.ui-dropdownchecklist-item label{
    display: inline !important;
}
.ui-dropdownchecklist-item input[type=checkbox]{
    width: 35px !important;
    height: 25px!important;
    vertical-align: middle;
}
.ui-dropdownchecklist-item input[type=checkbox]:focus{
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

span.ui-dropdownchecklist-text
{
    white-space: inherit !important;
}
span.ui-dropdownchecklist-selector.ui-state-default
{
    white-space: inherit !important;
}
div.ui-dropdownchecklist-text
{
    width: 100%;
}
div.ui-dropdownchecklist-selector.ui-state-default
{
    width: 100%;
}
div.ui-dropdownchecklist.ui-dropdownchecklist-dropcontainer-wrapper.ui-widget 
{
    box-shadow: 7px 7px 15px #875d81;
    width: 100%;
}

.cutted-input {
    display: none;
    width: 50% !important;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    height: 34px;
    padding-left: 8px;
}

.btn-group.bootstrap-select.show-tick.DropDownCheckList.detailed-search-category.ViReqiuredField {
    width: 100% !important;
    /* height: 34px; */
}

#main-page-search-area .btn-group.bootstrap-select.show-tick.DropDownCheckList.detailed-search-category.ViReqiuredField {
    width: inherit !important;
}

.btn-group.bootstrap-select.show-tick.DropDownCheckList.detailed-search-category.ViReqiuredField > button {
    height: 34px;
}

.detailed-search-property-select {
    width: 100% !important;
}

#DetailedSearchModal .detailed-search-property-select {
    width: 220px !important;
}

@media (max-width:768px) {
    #DetailedSearchModal .detailed-search-property-select {
        width: 100% !important;
    }
}

.detailed-search-property-select > button {
    height: 34px;
}

.btn-group.bootstrap-select.show-tick.DropDownCheckList.detailed-search-property-select {
/*    padding-top: 10px;
    padding-bottom: 10px;    */
}

.detailed-search-price {
    width: 100% !important;
}

.detailed-search-hidden-price {
    height: 34px;
}

.home-page-where-select-i-g {
    width: 98%;
}

.div#s2id_RealEstateSearch_search_multiple_address.select2-choices {
    border: none !important;;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 30px !important;
}

.detailed-search-cut-in {
    height: 34px;
    width: 50% !important;
    margin-bottom: 0;
}

.real-estate-count-holder {
    background-color: #F7F7F7;
    margin-top: 10px;
    border-color: #E1E1E1;
    position: relative;
    top: 0;
}

.error_msg > span {
    color: red;
}

.search-module-name-input span > input {
    opacity: 1 !important;
    position: relative !important;
}
.search-module-name-holder {
    display: inline-block;
    margin-left: 5px;
}

.search-module-name-holder span {
    vertical-align: text-bottom;
} 

.no-search-item-found {
    color: #8a6d3b;
    padding: 20px;
}

.search-module-title {   
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 0;
}

.oldPrice {
    text-decoration: line-through;
    font-size: 13px;
}

.oldPrice-holder {
    bottom: 50px !important;
    font-size: 11px;
    text-decoration: line-through;
    background: darkgrey;
}

.oldPrice-holder2 {
    bottom: 68px !important;
    font-size: 12px;
    text-decoration: line-through;
    background: darkgrey;
    padding: 5px 20px 5px 10px;
    border-bottom: 2px solid darkslategray;
    position: absolute;
}

.op-hold {
    bottom: 53px !important;
    position: absolute;
    left: 17px;
    padding: 0px 10px 0px 9px;
}

@media (max-width: 768px) {
    input, textarea, select {
	font-size: 16px;
    }
/*    .price-on-picture {
        top: 403px;
    }*/
/*    .oldPrice-holder2 {
        top: 368px !important;
    }*/
    .real-estate-input-group-holder .input-group {
        max-width: inherit;
        width: 100%;
    } 
    .pick-smaller {
        width: 100% !important;
    }
    .real-estate-type {
        display: none;
    }
    .first-select-bg {
        width: 100% !important;
    }
    .detail-search-col-wrappers-pad {
        padding: 10px 5px !important;
        width: 50%;
        display: inline-block;
        float: left;
    }  
    .menu-bottom-text span {
        font-size: 12px;
    }
    .basket-holder {
        width: 100%;
    }
    .lightslider-div h2 {
        font-size: 15px;
        padding-left: 0;
    }
    #real-estate-datasheet-title {
        font-size: 21px !important;
    }
    .sales-search-tab-content .form-control, .form-control-multiple-select {
        padding-left: 130px !important;
    }
    .search-sales-submit-btn {
        width: 120px !important;
    }
    .real-estate-item-user-image:hover, .search-page-real-estate-item-user-image:hover {
        transform: none;
    }
}

.price-down-arrow {
    color: crimson;
    padding-right: 3px;
}

.table.datasheetRooms {
    width: 100%;
}

div#rooms {
    padding: 10px;
}

table.datasheetRooms th {
    font-weight: 700;
    border-bottom: 1px solid #be9569;
}

.real-estate-title-holder-div {
    border: 1px solid #E1E1E1;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F7F7F7;
}

.real-estate-title-container {
    max-width: 1024px;
    margin-bottom: 10px;
}

.forget-passwd-holder {
    margin-bottom: 15px;
}

.elfelejtett_jelszo {
    color: #747474 !important;
    font-size: 15px;
    font-family: Nimbus-Regu;
    padding-left: 2px;
}

.vi_captcha_img {
    margin-bottom: 15px;
}

#submit_register {
    /*width: 100%;*/
    /*float: left;*/
}

.register-input-gr {
    max-width: inherit;
    width: 100%;
}

small.error {
    color: red;
}

@media (min-width: 1366px) {
    .menu-holder-small a {
        font-size: 14px !important;
    }
}

.clicked {
    width: 333px !important;
}

.contact-me-div {
    font-weight: 700;
    font-size: 17px;
}

.history-button-holder {
    padding: 10px 17px 10px 17px;
    border-top: 1px solid #e8e8e8;
}

.dropdown-menu li.selected {
    background: rgba(211, 255, 208, 0.64)
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: rgba(230, 230, 230, 0.26);
}

.selectpicker > button {
    height: 34px !important;
}

/*.postedFilterClass {
    background: rgba(135, 93, 129, 0.38); 
}*/

@media (max-width: 400px) {
    .real-estate-search-result-holder .real-estate-item-user-contact {
        display: none !important;
    }
    .real-estate-search-result-holder .real-estate-item-user-image {
        display: none;
    }
    .real-estate-search-result-holder .price-on-picture2 {
        display: none;
    }
}

.postedFilterClass, .postedFilterClass > button, .postedFilterClass > ul {
    border: 1px solid #5cb85c !important;
    color: #000 !important;
    background-color: rgba(211, 255, 208, 0.64);
}

.postedFilterClass.bootstrap-select {
     background: transparent !important;
     border: none !important;
}

textarea.form-control {
    color: darkgray !important;
    max-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: relative !important;
    float: inherit !important; 
}

.news_search_result_row a, .content_search_result_row a {
    font-family: nimbus-bold;
    font-size: 15px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.news_search_result_row a:hover, .content_search_result_row a:hover {
    color: #b68f6b;
}

.ms-trigger .glyphicon-chevron-down {
    top: 10px;
    right: -7px;
    color: gray;
}

/*.ms-ctn-focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
    border-color: transparent; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}*/

.relative-image-holder-card {
    position: relative;
    padding: 13px 17px;
}

.real-estate-seller-holder {
    position: relative;
    bottom: 220px;
}

.forgot-passwd-html-content img, .register-html-content img {   
    display: inline-block;
}
.registration-form-panel-title {
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.form-horizontal .control-label {
    text-align: left;
    font-family: Nimbus-Bold;
} 

.forgot-passwd-html-content .vi_captcha_img {
/*    border: 1px solid #D2D2D2;
    box-shadow: 1px 1px 10px 1px #D2D2D2;
    border-radius: 6px;*/
}

.user-menu-after-logged-in {
    padding: 0;
    margin: 0;
}

.user-menu-after-logged-in li {
    list-style-type: none;
    font-family: Nimbus-Regu;
    width: 100%;
    float: left;
}

.user-menu-after-logged-in li a {
    font-family: Nimbus-Regu;
    font-size: 16px;
    font-family: Nimbus-Bold;
    width: 100%;
    float: left;
    padding: 3px 10px;
}

.user-menu-after-logged-in li:hover {
    background-color: #987394;
}

.user-menu-after-logged-in li:hover a {
    color: white !important;
    text-decoration: none;
}

.user-logged-left-menu {
    padding: 0;
}

.user-logged-left-menu ul {
    width: 100%;
    background-color: #F7F7F7;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    z-index: 11;
}

.user-logged-left-menu li {
    border: 1px solid #d2d2d2;
    border-bottom: none;
}

.user-logged-left-menu li:last-child {
    border-bottom: 1px solid #d2d2d2;
}

/*.user-logged-left-menu li:last-child {
    border-bottom: none;
}*/

.user-logged-left-menu a {
    color: gray !important;
    font-family: Nimbus-Bold;
    padding: 8px 20px !important;
}

.user-logged-left-menu li a:hover {
    background-color: #E5E5E5 !important;
    color: #987394 !important;
}

.user-logged-left-menu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.user-logged-right-side {
    padding-right: 0;
}

.user-logged-right-side .real-estate-datasheet-contact-div {
    border: none;
}

.user-logged-right-side .contact-div-right-contact-title h1 {
    margin: 0;
    border-bottom: 1px dotted #b68f6b;
    color: #b68f6b;
}

#login_form1, #login_form2 {
    padding: 15px;
}

.liked-re-wrapper {
    box-shadow: 1px 2px 5px 0px #E1E1E1;
    -webkit-box-shadow: 1px 2px 5px 0px #E1E1E1;
    -moz-box-shadow: 1px 2px 5px 0px #E1E1E1;
}

.saved-and-liked-re-more-info {
    padding:0 17px;
    font-family: nimbus-light;
    word-break: break-word;
}

.saved-and-liked-re-more-info .re-id-in-b {
    color: #b68f6b;
}

.saved-and-liked-re-more-info p {
    margin: 0;
}

.detailed-search-link {
    font-size: 15px;
    font-family: nimbus-bold;
    margin: 10px 0;
}

.detailed-search-link a {
    color: #be9569;
    font-size: 19px;
}

.detailed-search-link a:focus {
    text-decoration: none;
}

.detailed-search-link span {
    vertical-align: baseline;
    font-size: 12px;
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.in {
    opacity: .3;
}

@media (min-width: 768px) {
    #DetailedSearchModal .modal-dialog {
        margin: 45px auto !important;
        width: 90vw !important;
        max-width: 990px;
        z-index: 99999999;
    }
}

@media (max-width: 610px) {
    .carousel {
        width: 100%;
    }
    #myCarousel1 .item img {
        width: 100%;
    }
    #keresett_kifejezes {
        max-width: 100% !important;
        display: block !important;
        margin: 5px 0 7px 0;
        vertical-align: bottom !important;
    }
}

.user-image-after-login {
/*    width: 31px;
    height: 31px;
    border: 2px solid #DEDEDE;
    position: relative;*/
    border-radius: 36px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    border: 2px solid #875E80;
    position: absolute;
    left: -54px;
    top: -16px;
    width: 61px;
    height: 61px;
    background-color: #ebebeb;
    cursor: pointer;
}

.user-image-after-login-mobile {
    width: 31px;
    height: 31px;
    border: 2px solid #DEDEDE;
    position: relative;
    left: -11px;
    top: 0;
}

.fixed .small-sticky-username {
    width: 105px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}

.login-button-after-login {
    /*background: #567E3A;*/
}

.login-menu-down-button-after-login {
/*    padding-top: 14.5px;
    padding-bottom: 14.5px;*/
    /*background: #395D33;*/
}

/*.login-button-after-login:hover, .login-button-after-login:focus {
    background: #567E3A;
}

.login-menu-down-button-after-login:hover, .login-menu-down-button-after-login:focus {
    background: #395D33;
}*/

.down-arrow-after-login-mobile {
    color: white;
    text-align: center;
    font-size: 7px;
    position: absolute;
    right: 0px;
    top: 24px;
}


.imagesFormBox .images{overflow:hidden;}
.imagesFormBox .images .imageBox{
    width:137px;
    height:135px;
    float:left;
    overflow:hidden;
    text-align:right;
    position: relative;
    margin:0;
    padding:5px;
} 
.imagesFormBox .images .imageBoxInner {
    width:90px;
    height:90px;
    border:1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: center no-repeat;
}

.imagesFormBox .images div.imageBox:hover img, .imagesFormBox .images div.imageBox img:hover {display:inline;}
.imagesFormBox .images div.imageBox img:hover {cursor:pointer}
.imagesFormBox .images .imageBox img{ 
    padding:0;
    margin:0;
    display:none;
    left:80px;
    top:0px;
    z-index: 100;
    position: absolute;
    overflow:hidden;
}

.qq-uploader {
    position: inherit;
    width: inherit;
    margin-left: 0px;
}

.qq-upload-button {
    width: 125px;
    padding: 10px 1px;
    background: #97BD98;
}

.qq-upload-button:hover {
    background: #708D71;
}


/*.fb_iframe_widget ._4z_b {
    background: #377BAC !important;
    padding: 3px;
}*/

.fb_iframe_widget {
    display: inline-block !important;
    vertical-align: middle;
}

.avatar-image {
    width: 55px !important;
    height: auto;
    border-radius: 36px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999999;
    border: 2px solid #875E80;
    position: relative;
    left: 0;
    top: 0;
}

.avatar-image.active {
    border: 2px solid #04d70a !important;
    background: #c5d5c5 !important;
}

.imagesFormBox {
    border-top: 1px dotted #B6906C;
    padding-top: 10px;
}

.avatar-box {
    border-bottom: 1px dotted #B6906C;
    padding-bottom: 14px;
}

.liked-real-estate-buttons-holder a {
    padding: 6px 4px;
}

.favourite-real-estate-bookmark {
    display: none;
    position: absolute;
    right: -2px;
    color: #B6906B;
    font-size: 26px;
    z-index: 9;
}

.favourite-real-estate-bookmark span {
    position: absolute;
    right: 9px;
    font-size: 11px;
    color: white;
    /* font-weight: bold; */
    font-family: nimbus-bold;
    top: 2px;
}

.lightslider-div .favourite-real-estate-bookmark {
    right: 29px;
}

.registration-accepted-sec-checkbox {
    opacity: 1 !important;
    position: inherit !important;
    display: inline-block;
}

.vi_captcha_refresh_button {
    position: absolute;
    right: 45px;
}

input.vi_captcha {
    margin-top: 7px;
}

.remove-liked-real-estate {
    color: #B88AB9;
    background: transparent;
    height: auto !important;
    padding: 0 6px;
}

.remove-liked-real-estate:hover, .remove-liked-real-estate:focus {
    color: #875E80;
    background: transparent;
    box-shadow: none;
}

.remove-liked-real-estate .demo-icon, .price-following .demo-icon {
    font-size: 24px;
    vertical-align: middle;
}

.remove-liked-real-estate .btn-danger:active, .remove-liked-real-estate .btn-danger.active {
    color: #C380CF;
    background: transparent; 
}

.real-estate-id-list-page {
    padding: 0 15px;
}

.real-estate-id-list-page p {
    display: inline-block;
}

.re-management-span {
    display: inline-block;
}

.id-management-divider {
    display: inline-block;
    padding: 0 5px;
}

.list-page-counts-text:hover {
    color: #b0b0b0 !important;
    cursor: auto !important;
}

@media (min-width: 768px) {
    .keep-top {
        width: 200px;
        max-width: 0;
        opacity: 0;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        position:absolute !important;
        right: 38px;
        box-sizing:border-box;
    }

    .keep-top-expanded {
        max-width: 200px !important;
        opacity: 1 !important;
    }

    .header-search-btn-to-open-search {
        position: absolute;
        right: 29px;
        z-index: 9;
        top: 11px;
    }
    
    .fixed .header-search-btn-to-open-search {
        top: 4px;
    }
}

@media (max-width: 767px) {
    #header-search-button-main {
        display: none;
    }
}

.not-public-real-estate {
    cursor: not-allowed;
}

.not-public-real-estate img, .not-public-real-estate .price-on-picture2 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.not-public-real-estate .real-estate-datasheet-contact-div {
    background-color: #d8d8d8;
}

.search-price-plus-div {
    display: none;
}

.search-price-plus-div ul {
    position: absolute;
    z-index: 999;
    top: 46px;
    list-style-type: none;
    padding: 10px 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 206px;
    padding: 0;
    margin-top: 2px;
}

.search-right-price-plus-div ul {
    top: 68px;
}

.search-price-plus-div ul li {
    padding: 0;
}

.search-price-plus-div ul li:hover { 
    background: #f5f5f5;
}

.search-price-plus-div ul li a {
    color: #333; 
    width: 100%;
    float: left;
    padding: 3px 10px 3px 15px;
    text-align: left;
}

.search-price-plus-div ul li a:hover {
    text-decoration: none; 
}

#ajax-select-multiple .bootstrap-select {
    width: 100%;
}

.sales .sale-card-holder {
  margin-bottom: 20px;
  text-align: center;
  padding: 5px;
}

.sales .sale-card-holder .sale-card {
    padding-top: 10px;
}

.sale-card-holder.no-set-height {
    margin-bottom: 0px;
}

/*.sales .sale-card-holder .sale-card:hover {
    box-shadow: 1px 2px 5px 0px #E1E1E1;
    -webkit-box-shadow: 1px 2px 5px 0px #E1E1E1;
    -moz-box-shadow: 1px 2px 5px 0px #E1E1E1;
}*/

.sale-card-holder h2, .modal_sales h2 {
    font-size: 19px !important;
    margin-top: 8px;
    color: black !important;
    font-family: nimbus-bold;
    text-transform: uppercase;
    max-width: 230px;
    margin-bottom: 10px !important;
}
.sales .sale-card-holder p {
    margin-right: 4px;
    margin-left: 4px;
    text-align: left;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.sales-info-holder{
    text-align: center;
    display: inline-block;
}

.sales img.img-circle {
    border: 3px solid #E1E1E1;
}

.sales .sales-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #875d81;
    min-height: 18px;
}

.sales .sales-telephone,
.sales .sales-email,
.sales sales-telephone-img,
.sales sales-email-img {
    display: inline;
}

.sales .sales-telephone,
.sales .sales-email {
    display: inline;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #515151 !important;
    font-weight: bold
}

.sales .sales-telephone a,
.sales .sales-email a {
    color: #515151 !important;
}

.sales .sales-telephone b,
.sales .sales-email b {
    color: #808080;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.sales .glyphicon {
    margin-right: 3px;
}

.sales-real-estate-title {
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
    color: #895D82;
}

.sales-more-real-estate-button {
    cursor: pointer;
    padding: 10px;
    text-align: center;
/*    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;*/
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #b68f6b;
}

.sales-more-real-estate-button:hover {
    color: #b7916d;
}

.sales-offers-btn {
    color: #875E80 !important;
}

.sales-offers-btn:hover {
    color: #987394;
}

/*.price-following-modal-open {
    display: none;
}*/

.rating-sales .sale-card {
    padding-top: 0px !important;
}
.rating-sales .sale-card-holder {
    border: none !important;
}
.rating-sales .sale-card-holder h2 {
    margin: 0 0 3px;
}
.rating-sales .sale-card-holder p {
    margin: 0 0 3px;
    text-align: center;
}

.modal_sales .modal-header, .officeModal .modal-header {
    background: #2f2f2f;
    color: white;
}

.modal_sales .close, .officeModal .close {
    color: white;
    opacity: 1;
}

/*.modal_price_following .price-follow-info-holder {
    border-left: 4px solid #4CAF50;
    border-left: 4px solid #4CAF50;
    background: #efefef;
    padding: 10px;
    border-radius: 2px;
}

.modal_price_following .glyphicon {
    margin-bottom: 15px;
    font-size: 20px;
    color: #b6906c;
} */

@media (min-width: 768px) {
    .modal_price_following .modal-dialog {
        width: 400px;
    }
}

.modal_price_following .close {
    color: #929292;
    font-size: 43px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 2px;
    font-weight: normal;
    z-index: 999;
}

.modal_price_following .price-follow-modal-text-p {
    display: inline-block;
    float:left;
    margin: 2px;
    height: 25px;
}

.modal_price_following input {
    display: inline-block;
    float: left;
    max-width: 130px;
    height: 25px;
    margin: 0 3px;
}

.modal_price_following .modal-title {
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.modal_price_following .price-following-btn {
    background: #875E80;
    margin-top: 10px;
    width: 200px;
    text-transform: uppercase;
    color: white;
    padding: 6px 12px;
}

.show-user-datas-panel-img-wrapper {
    text-align: center
}

.show-user-datas-edit-wrapper {
    position: absolute;
    right: 15px;
}

.show-user-datas-edit-wrapper span {
    font-size: 20px
}

.show-user-datas-edit-wrapper a {
    color: #333
}

.user-profile-btn-wrapper {
    margin-top: 20px
}

.user-info {
    margin-bottom: 5px
}

.user-profile-btn-wrapper a {
    color: #7A7A7A;
    display: block;
    margin-bottom: 5px;
    font-size: 13px
}

.user-profile-btn-wrapper a:hover {
    color: #222;
    text-decoration: none
}

.show-user-datas-panel img {
    border-radius: 50%;
    border: 4px solid #DEDEDE;
    margin-bottom: 10px;
}

.show-user-datas-panel .user-data-labels {
    font-weight: bold;
}

.DetailedSearchModalLabel {
    color: #986492;
    text-transform: uppercase;
}

.DetailedSearchModalButton {
/*    background-color: #875E80;
    border: none;
    border-radius: 0;
    color: white !important;
    text-transform: uppercase;*/
    width: auto;
    /*height: auto;*/
    /*margin-top: 0;*/
}

/*

.DetailedSearchModalButton:hover {
    background-color: #795a74;
}*/

/*.DetailedSearchModalButton {
    background: #875E80;
    border: none;
    display: inline-block;
    line-height: 28px;
    position: relative;
    text-decoration: none;
    width: 100px;
    z-index: 10;
    color: white !important;
    text-transform: uppercase;
    padding-right: 20px;
    font-weight: bold;
}

.DetailedSearchModalButton:hover {
    background: #875E80;
}

.DetailedSearchModalButton:before {
    background: #875E80;
    border: none;
    content: '';
    display: block;
    height: 28px;
    left: 84px;
    position: absolute;
    top: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); 
    width: 29px;
    z-index: 10;
}

*/.DetailedSearchModalButtonHolder {
    /*width: 215px;*/
    text-align: left;
    /*background: #A486A0;*/
    /*z-index: 1;*/
}/*

.DetailedSearchModalButtonHolder span {
    float: right;
    padding-top: 13px;
    padding-right: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 12px;
}*/

/*@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
	transform: rotate(-90deg);
    }
}*/

nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #313131;
}

.dropdown-menu > .active > a.has-submenu:hover, .dropdown-menu > .active > a.has-submenu:focus {
    color: white !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #B6906B !important;
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(115, 87, 65, 0.78);
        text-align: center;
        text-transform: uppercase;
    }
    .navbar-nav .open .dropdown-menu li {
        border-bottom: 1px solid rgba(241, 241, 241, 0.22);
        margin: 0 15px;
    }
    .navbar-nav .open .dropdown-menu li:last-child {
        border-bottom: none;
        margin: 0 15px;
    }
    .menu-holder-container {
        padding: 0;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px !important;
        padding: 0 15px;
    }
    .navbar-nav .firstItem a {
        padding-left: 15px !important;
    }
    .navbar-toggle .icon-bar {
        width: 22px;
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
    }
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 2px;
    }
    .navbar-toggle .icon-bar {
        position: relative;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #b3b3b3;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    .main-menu-dropdown-ul >li >a, menu-holder-small.main-menu-dropdown-ul >li >a {
        font-family: Nimbus-Regu;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: transparent;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu {
        background: transparent;
    }
}

.sales-modal-content-holder {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.sales-modal-desc-holder {
    padding-top: 10px;
    color: #333 !important;
}
.sales-modal-desc-holder p {
    color: #333 !important;
}

.sales-more-info-btn {
    color: black !important;
}

.sales-more-info-btn:hover {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

.sales-modal-content-holder img {
    margin-bottom: 10px;
}

.sales-detail-title-holder {
    border: 1px solid #E1E1E1;
    background-color: white;
    margin-bottom: 10px;
}

.sales-row {
    margin: 0 auto;
    text-align: center;
}

.sales-row .sale-card-holder {
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(225, 225, 225, 0.35);
}

@media (max-width: 992px) {
    .menu-holder-small a {
        font-size: 11px !important;
    }
    .carousel .item-user-contact {
        top: initial !important;
        bottom: 14px;
    }
    .real-estate-content-left-div {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .sales .sale-card-holder p {
        text-align: center;
    }
    .menu-holder-small a {
        font-size: 11px !important;
    }
    .sales-row .sale-card-holder {
        float: left;
        width: 50%;
    }
    .sale-card-holder h2 {
        max-width: 100%;
    }
    .show-user-datas-panel .info {
        text-align: center
    }
}

@media (max-width: 550px) {
    .sales-row .sale-card-holder {
        width: 100%;
    }
    .sales .sale-card-holder .sale-card {
        border-right: none;
        border-bottom: 2px solid #E1E1E1;
    }
    .tab-padding-setting {
        width: 100%;
    }
    .detail-search-col-wrappers-pad {
        width: 100%;
        display: inline-block;
        float: left;
    }
    .real-estate-item-div {
        width: 100%;
    }
    .real-estate-item-user-contact {
        top: 152px;
    }
}

#DetailedSearchModal .form-group label {
    text-transform: uppercase;
    font-family: nimbus-bold;
    margin-bottom: 0;
    font-size: 12px;
    height: 32px;
    display: block;
}

/*#DetailedSearchModal .form-control {
    height: 40px;
    border-radius: 0;
}*/

#DetailedSearchModal .input-group-addon {
    background: white;
    border-radius: 0;
}

#DetailedSearchModal .input-group {
    width: 100%;
}

#DetailedSearchModal input[type=checkbox] {
    opacity: 1;
}

#DetailedSearchModal .detailed-search-price-fall, #DetailedSearchModal .detailed-search-checkboxes {
    height: 72px;
    line-height: 72px;
    text-align: right;
}

#DetailedSearchModal .detailed-search-price-fall input[type=checkbox],
#DetailedSearchModal .detailed-search-checkboxes input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    margin-top: 0px;
    margin-left: 5px;
    width: 22px;
    height: 22px;
}

#DetailedSearchModal .form-group .input-group-addon:first-of-type {
    border-left: 0;
}

#DetailedSearchModal .form-group .input-group-addon:nth-of-type(2) input {
    border-left: 0;
}

#DetailedSearchModal .detailed-search-checkboxes {
    text-align: left;
}

#DetailedSearchModal .detailed-search-checkboxes .detailed-search-checkbox {
    margin-right: 25px;
    display: inline-block;
}

@media (max-width: 992px) {
    #DetailedSearchModal [class*="col-"]{
        padding: 5px;
    }
    #DetailedSearchModal .detailed-search-checkbox {
        margin-right: 0;
    }
    .user-logged-right-side {
        padding-left: 0;
    }
}

.offices-panel .lightGallery img {
    width: 100%;
} 

.offices-panel h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-family: nimbus-bold;
}

.offices-panel .glyphicon {
    font-family: 'Glyphicons Halflings';
    color: black;
}

.offices-panel .lightGallery a {
    display: none;
}

.offices-panel .lightGallery a:first-of-type {
    display: block;
}

.offices-panel .glyphicon-screenshot {
    margin-right: 6px;
}

/*.offices-panel .panel-heading {
    position: relative;
    width: 100%;
    float: left;
}*/

.officeModal .modal-body iframe {
    min-height: 400px;
}

.sales-detail-title-holder .real-estate-datasheet-user-image {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sales-detail-title-holder .sales-detail-right {
    margin-top: 20px;
}

.favouriteSale {
    text-align: center;
    background: #f3f3f3;
    padding-top: 15px;
    border-top: 5px solid;
}

#DetailedSearchModal .managementradioButton {
    top: 13px;
}

.sales-filter-form-container {
    border: 1px solid;
    background-color: #F7F7F7;
    margin-top: 10px;
    border-color: #E1E1E1;
    padding: 20px 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.sales-filter-form-container h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    padding-left: 18px;
}

/*@media (max-width: 992px) {
    .sales-filter-form-container .form-control {
        margin-bottom: 10px;
    }
}*/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
        
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner.next,
.carousel-fade .carousel-inner.prev,
.carousel-fade .carousel-inner.active.left,
.carousel-fade .carousel-inner.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.sales-filter-form-container .select2-choices {
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    background-image: none;
}

.sales-filter-form-container .sales-select2 {
    margin: 10px 0; 
}

.selling-level-star-holder {
    display: inline-block
}

.real-estate-list-datasheet-link {
    text-transform: uppercase;
    background-color: #B88AB9;
    border-radius: 2px;
}

.real-estate-list-datasheet-link:hover {
    background-color: #875E80;
}

.like-real-estate-link-button {
    color: #C380CF;
    background: transparent;
    padding: 0;
}

.like-real-estate-link-button:hover {
    background: transparent;
}

.like-real-estate-link-button .demo-icon {
    font-size: 24px;
    vertical-align: middle;
}

.like-real-estate-label {
    text-align: left;
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    vertical-align: middle;
    margin-left: -4px;
}

.real-estate-price-follow-label {
    text-align: left;
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    vertical-align: middle;
    margin-left: -4px;
}

.price-following-modal-open .demo-icon {
    font-size: 24px;
    vertical-align: middle;
}

.price-following-modal-open {
    background: transparent;
    color: #818181;
    padding: 0 !important;
    margin-left: 8px;
}

.price-following-modal-open:hover {
    background: transparent;
    color: #818181;
    box-shadow: none;
}

.real-estate-list-town-label {
    color: #be9569;
    margin-top: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #BDBDBD;
}

.golden-dot-img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

/*.search-page-price-on-picture {
    background: linear-gradient(to right, #B05DAF 0%, #B775A3 47%, #C49492 100%);
}*/

#modal-price-follow-alert .close {
    color: #929292;
    font-size: 43px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 2px;
    font-weight: normal;
    z-index: 999;
}

#modal-price-follow-alert .modal-content {
    border: none;
}

#modal-price-follow-alert .hightlighted-label {
    background: #B6906B;
    color: #FFF;
    padding: 10px;
    margin-top: 10px;
}

#modal-price-follow-alert .simple-label {
    
}

#modal-price-follow-alert .modal-title {
    margin-top: 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #modal-price-follow-alert .modal-lg {
        width: 675px;
    }
}

#modal-price-follow-alert h4 {
    font-size: 14px;
    font-weight: bold;
}

/*.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}


.modal-open[style] {
    padding-right: 0px !important;
}*/

#login_form_in_modal {
    margin-top: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.bootstrap-select .dropdown-toggle:focus {
    border-color: #66afe9;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 39px !important;
}

.bootstrap-select .glyphicon-chevron-down {
    right: -12px !important;
}

.realEstateCatSel .btn-default:active, .realEstateCatSel .btn-default.active, .realEstateCatSel.open > .dropdown-toggle.btn-default {
    background-image: url(../img/bg_purple.png) !important;
    background-repeat: no-repeat;
    background-position: right top;
}

.price-following {
    background: transparent;
    color: #818181;
    padding: 0;
}

.price-following:hover {
    box-shadow: none;
    background: transparent;
    color: #818181;
}

.real-estate-count-holder #real-estate-datasheet-title {
    display:inline-block;
}

.real-estate-count-holder #real-estate-datasheet-title::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    border-right: 1px solid;
    display: inline-block;
    margin-left: 10px;
}

.real-estate-count-holder .marked-tags {    
    /*background-color: #ebebeb;*/
    background-color: rgb(224, 252, 222);
    border-radius: 10px;
    /*max-width: 133px;*/
    padding: 2px 4px 2px 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
    margin-top: 10px;
    /*color: #3D3D3D;*/
    border: 1px solid #a4daa4 !important;
    color: #000 !important;
}

.real-estate-count-holder .marked-tags-gray {
    background-color: #ebebeb !important;
    border: 1px solid #dbd5d5 !important;
}

.real-estate-count-holder .marked-tags-gray:hover {
    background-color: #dcdcdc !important;
}


.real-estate-count-holder .marked-tags a {
    color: #797575;
}  

.real-estate-count-holder .marked-tags:hover {    
    background-color: rgb(193, 231, 190);
}

.real-estate-count-holder .marked-tags:first-of-type {
    margin-left: 20px;
}

.real-estate-count-holder .marked-tags i {
    margin: 0;
    color: #929292;
}

.real-estate-count-holder {
    padding: 0 10px 10px 10px;
}

.DetailedSearchModalLabel {
    display:inline-block;
    margin-bottom: 10px;
    font-family: nimbus-bold;
    font-size: 19px;
}

/*.DetailedSearchModalLabel::after {
    content: "";
    position: absolute;
    height: 22px;
    width: 2px;
    border-right: 1px solid;
    display: inline-block;
    margin-left: 10px;
}*/

#DetailedSearchModal .number-of-items {
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
}

.price-following-delete {
    background: #987394;
    color: white !important;
    border: none;
    margin-top: 10px;
    width: 130px;
}

.modal_price_following .price-following-btn:hover {
    background: #987394;
    color: white;
}

.modal_price_following .price-following-delete:hover, .modal_price_following .price-following-delete:focus {
    background: #875E80;
}

.print-datasheet-icon-holder {
    height: 22px;
    width: 30px;
    display: inline-block;
    position: relative;
}


.print-datasheet-icon {
    height: 100%;
    background-image: url(../img/alaprajz_icon2.png);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    position: absolute;
    height: 25px;
    width: 27px;
}

.print-datasheet-icon2 {
    height: 100%;
    background-image: url(../img/nyomtat_1.png);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    position: absolute;
    height: 25px;
    width: 27px;
}


.price-fall-icon-holder {
    height: 20px;
    width: 22px;
    display: inline-block;
    position: relative;
}

.price-fall-icon{
    height: 100%;
    background-image: url(../img/ic_trending_down_black_18px.svg);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    position: absolute;
    height: 22px;
    width: 20px;
    left: -5px;
    top: 4px;
}

#main-page-search-area .tab-content-top {
    padding: 15px;
}

.detail-search-col-wrappers-pad {
    padding: 10px 15px;
}

@media (max-width:992px) {
    .detail-search-col-wrappers-pad {
        padding: 10px 5px;
    }
}

.detailed-search-category .btn-default:active, .detailed-search-category .btn-default.active, .detailed-search-category.open > .dropdown-toggle.btn-default {
    background-image: none !important;
}

/*@media (max-width: 768px) and (min-width: 599px) {
    .search-real-estate-holder {
        display: inline-block;
        width: 49%;
    }
}*/

@media (max-width: 768px) and (min-width: 550px) {
    .search-page-real-estate-item, .search-page-real-estate-item-content {
        width: 50%;
    }
}

@media (max-width: 350px) {
    .real-estate-item-user-image {
        right: 18px !important;
    }
    .real-estate-item-user-contact {
        right: 43px;
    }
    .price-on-picture2 {
        padding: 5px;
    }
}

.icon-basket:hover .icon-basket-count {
    color: black;
}

.history-button-holder .simple-login:first-of-type {
    padding: 6px;
}

.office-modal-close-btn span {
    color: #929292;
    font-size: 43px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 2px;
    font-weight: normal;
    z-index: 999;
    text-shadow: none;
}

.officeModal .DetailedSearchModalLabel:after {
    display: none;
}

.delete-liked-sale-button {
    margin-bottom: 10px;
}

.sales-list-link {
    background: #875e80;
    color: white;
}

.sales-list-link:hover {
    background: #987394;
    color: white;
}

.into-cart-button.disabled {
    cursor: not-allowed;
    pointer-events: auto;
}

.ViReqiuredLabelStar {
    color: red;
}

.errorListBoxLabel {
    text-align: left;
    font-weight: bold;
}

.errorList {
    list-style: none;
    text-align: left;
    padding: 0;
}

.isPasswordConditionsBad {
    font-size: 11px;
    text-align: left;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 4px;
}

.only-here-div-list-page {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    border: none;
    background-color: rgba(255, 255, 255, 0.89);
    width: 75px;
    text-align: center;
    color: #b6906b;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}

.delete-btn-price-follow-modal {
    background-color: #408CA6;
    color: white;
    text-transform: uppercase;
    font-family: nimbus-bold;
    font-size: 10px;
    padding: 4px;
    border: none;
}

.delete-btn-price-follow-modal:hover {
    background-color: #6BA8BD;
}

.sales-search-tab-content input, .form-control-multiple-select {
    border: none;
    outline: none;
}

.sales-search-tab-content input:focus, .form-control-multiple-select {
    border-color: transparent;
    box-shadow: none;
}

.sales-filter-form-container .select2-choices {
    border: none;
    border-radius: 0;
    background-image: none;
    height: 34px !important;
    outline:none;
}

.sales-search-tab-content {
    border: 1px solid #ddd;
    background-color: white;
}

.sales-search-nav-tabs .nav-tabs > li.active > a, .sales-search-nav-tabs .nav-tabs > li.active > a:hover,
.sales-search-nav-tabs .nav-tabs > li.active > a:focus {
    background-color: white;
}

.sales-search-nav-tabs .nav-tabs > li > a {
    border: 1px solid #ddd;
}

.search-sales-submit-btn {
    position: absolute;
    bottom: 1px;
    width: 105px;
    height: 34px;
    border-radius: 0;
    background-color: #875e80;
    color: white;
    border: none;
    border-right: 1px solid #d6cccc;
    font-size: 12px;
    text-transform: uppercase;
    font-family: nimbus-bold;
}

.search-sales-submit-btn:hover {
    background-color: #a7729e;
}

.search-sales-submit-btn .glyphicon-search:before {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.search-sales-submit-btn .glyphicon-search b {
    font-family: nimbus-bold;
}

.sales-search-tab-content .form-control, .form-control-multiple-select {
    padding-left: 110px;
}

.sales-search-tab-content .search-sales-submit-btn .glyphicon {
    top: 0;
    color: white;
    font-size: 0.8em;
}

.sales-search-nav-tabs li.active a {
    border-bottom: 1px solid #e6e6e6;
}

.sales-search-tab-content .select2-container-multi.select2-container-active .select2-choices {
    border: none;
    box-shadow: none;
}

.sale-card .icon-user-plus {
    color: #337ab7 !important;
}

.sale-card .icon-user-times {
    color: green !important;
}

.favourite-person-hold {
    background-color: white;
    border: 2px solid #e2e2e2 !important;
}

.sales-glyphicon-star {
    position: absolute;
    left: 0;
    padding: 3px;
    font-size: 20px;
    color: green;
}

.sale-card-holder .icon:hover {
    cursor: pointer;
}

#modal-sales-follow-alert .modal-title {
    margin-top: 20px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-bottom: 10px;
}

#modal-sales-follow-alert h4 {
    font-size: 14px;
    font-weight: bold;
}

.detail-page-form-c {
    margin-top: 10px;
}

.detail-page-form-c.error.ViReqiuredField {
    border: 1px solid #ff6363;
}

.realEstateDetailHr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sales-search-tab-content input:focus ~ .search-sales-submit-btn > .glyphicon {
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.only-in-our-choice-wrapper .new-real-estate, .only-in-our-choice-wrapper .only-in-our-choice {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 5px 10px;
    line-height: 14px;
    text-align: center;
    height: 35px;
    float: left;
}

.only-in-our-choice-wrapper .new-real-estate {
    background-color: #408CA6;
    line-height: 26px;
}

.only-in-our-choice-wrapper .only-in-our-choice {
    background-color: #6BA8BD;
}

.real-estate-datasheet-contact-div .glyphicon-thumbs-up {
    cursor: pointer;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.managemement-button-holder button.active {
    background-color: #B88AB9;
    color: white !important;
}

#DetailedSearchModal .detailed-search-price-fall label {
    display: inline-block !important;
}

.detail-search-col-wrappers-pad label {
    width: 100%;
    text-align: left;
    font-weight: bold !important;
}

#main-page-container .real-estate-type .ViReqiuredLabelStar {
    display: none;
}

.detailed-search-link-home-page {
    padding: 3px 5px 5px 5px;
    font-size: 16px;
    margin: 0;
}

.complex-filter-sidebar #search_category_id_ViReqiuredLabelStar {
    display: none;
}

[data-id="ajax-select-multiple-detail-search"] {
    max-width: 370px;
}

[data-id="ajax-select-multiple-detail-search"] > .dropdown-menu {
    max-height: 400px !important;
    overflow: scroll !important;
}

.input-group-real-search {
    z-index: -1;
}

.datasheet_price_label {
    float: left;
    position: absolute;
}

.sticky-real-estate-info-holder {
    width: 100%;
    background-color: white;
    position: fixed;
    top: -120px;
    opacity: 1;
    left: 0;
    background-color: white;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    z-index: 9999;
}

.sticky-real-estate-info-holder h3 {
    font-size: 18px;
    margin: 0;
}

.sticky-user-info-holder {
    display: table-cell;
    position: absolute;
    width: 100%;
    background-color: white;
    opacity: 1;
    padding-left: 20px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    z-index: 9999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 6px;
}

.sticky-user-info-holder-left, .sticky-user-info-holder-right {
    display: table-cell;
    vertical-align: middle;
}

.sticky-user-info-holder-left {
    width: 70px;
}

.sticky-user-info-holder-left a {
    float:left;
}

.sticky-user-info-holder-right a {
    color: #875d81;
    font-size: 15px;
    font-family: Nimbus-Bold;
} 

.sticky-user-info-holder-left .real-estate-datasheet-user-image {
    margin: 0 !important;
}

.sticky-real-estate-infos-hold p {
    display: inline-block;
    margin-bottom: 0;
}

.realEstateDetailTab.detail-tab-div {
    float: left;
    width: 100%;
}

.real-estate-funct-holder {
    float: left;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #dddddd;
    padding: 10px;
}

.real-estate-funct-holder .fb_iframe_widget {
    margin-top: 5px;
}

#___plusone_0 {
    display: inline-block !important;
    vertical-align: middle !important;;
    margin-top: 5px !important;;
}

.real-estate-funct-holder .price-f-and-like-holder {
    float: left;
}

.real-estate-funct-holder .contact-div-right-print {
    display: inline-block;
    /*float: left;*/
    border: none;
    padding: 0 5px;
    height: 30px;
    vertical-align: text-top;
}

.real-estate-funct-holder .contact-div-right-print a {
    font-size: 14px;
}

@media (max-width: 992px) {
    .real-estate-datasheet-contact-holder {
        float: left;
        width: 100%;
    }
}

.moving-phone-number {
    position: absolute;
    top: 20px;
    right: -105px;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    font-weight: bold;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}
    
.search-page-real-estate-item-user-contact p {
    margin: 0;
    color: white !important;
}

.search-page-real-estate-item-user-contact .wrap-sales-name {
    margin: 7px -18px 0px !important;
    font-size: 12px;
}

@media (max-width: 768px) {
    .search-page-real-estate-item-user-contact .wrap-sales-name {
        font-size: 11px;
    }
}

.search-page-real-estate-item-user-contact .wrap-sales-phone {
    font-size: 12px;
}

.view-page-real-estate-item-user-contact p {
    margin: 0;
} 

.view-page-real-estate-item-user-contact .wrap-sales-name {
    width: 95px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    color: white !important;
}

@media (max-width: 992px) {
    .sticky-user-info-holder {
        display: none;
    }
    .basket-holder span, #breadcrumb span {
        font-size: 15px;
    }
    .basket-holder {
        text-align: left;
    }
    #breadcrumb span {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .real-estate-funct-holder .price-f-and-like-holder {
        float: none;
        margin-bottom: 10px;
    }
    .real-estate-funct-holder {
        text-align: center;
    }
    .register-html-content {
        padding: 0;
    }
}

.real-estate-count-holder #real-estate-datasheet-title {
    margin: 0 25px 0 10px !important;
    vertical-align: text-top;
}

.real-estate-count-holder .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

@media (max-width: 400px) {
    .real-estate-count-holder {
        padding: 10px 10px 10px 10px;
    }
}

.no-previous-search {
    background-color: #F7F7F7;
    margin-top: 10px;
    border-color: #E1E1E1;
    border: 1px solid #E1E1E1;
    padding: 10px;
}

@media (max-width: 768px) {
    #main-page-search-area .btn-group.bootstrap-select.show-tick.DropDownCheckList.detailed-search-category.ViReqiuredField {
        width: 100% !important;
    }
}

.message-accepted-sec-checkbox {
    margin-top: 0 !important;
}

.detail-datasheet-data-sec {
    color: #313031;
}

.fixed-tag-holder {
    position: fixed;
    z-index: 9999999;
    top: 29px;
    max-width: 995px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

@media (max-width: 600px) {
    .search-sales-submit-btn {
        width: 100% !important;
        position: relative;
    }
    .sales-search-tab-content .form-control, .form-control-multiple-select {
        padding-left: 10px !important;
    }
    .sales-search-tab-content {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .bottom-nav-tabs li {
        width: 50% !important;
    }
}

@media (max-width: 400px) {
    .sales-search-tab-content .form-control, .form-control-multiple-select {
        padding-left: 10px;
        font-size: 11px;
    }
    .bottom-nav-tabs li {
        width: 100% !important;
        min-width: inherit !important;
    }
}

.datasheet-print-div {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
}

@media (max-width: 992px) {
    .menu-holder-small .desktop-menu-small-user-info {
        display: none;
    }
}

.office-detail-container, .office-list-container {
    /*top: 0;*//*-150px;*/
    bottom: 150px;
    z-index: 9999;
    position: relative;
    margin-bottom: -150px;
}

.office-detail-container h2, .office-list-container h2 {
    color: white;
}

.office-detail-container .panel-heading, .office-list-container .panel-heading {
    background-color: #875e80;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.office-detail-h3 {
    text-transform: uppercase;
    font-family: Nimbus-bold;
    margin: 0 0 7px -3px;
}

.office-detail-container .error_msg span, .office-list-container .error_msg span {
    color: red !important;
}

.office-detail-container .panel-heading-first, .office-list-container .panel-heading-first {
    background-color: white;
}

.office-detail-container .panel-heading-first h2, .office-list-container .panel-heading-first h2 {
    color: #875e80;
}

.office-detail-container #custom-search-input, .office-list-container #custom-search-input {
    margin:0;
    padding: 0;
}

.office-detail-container #custom-search-input .search-query, .office-list-container #custom-search-input {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 8px;
    padding-left: 6px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

 .office-detail-container #custom-search-input button, .office-list-container #custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
    z-index: 88;
}

.office-detail-container #custom-search-input, .office-list-container #custom-search-input {
    width: 100%;
}


.office-detail-container .content-search-result-row a, .office-list-container .content-search-result-row a {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.office-detail-container .search-label-h1, .office-list-container .search-label-h1 {
    font-size: 24px;
    color: #e41e13;
    font-weight: bold;
}

.office-detail-container .search-module-checkbox-holder, .office-list-container .search-module-checkbox-holder {
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.office-detail-container #keresett_kifejezes, .office-list-container #keresett_kifejezes {
    display: inline-block;
    height: 36px;
    border-radius: 0;
}

.office-detail-container #right_search_submit, .office-list-container #right_search_submit {
    text-transform: uppercase;
    background-color: #e41e13;
    color: white;
    border: 0;
    padding: 7px;
    display: inline-block;
}

.office-detail-container .search-result-frame, .office-list-container .search-result-frame {
    background: #dfdfdf;
    padding: 20px;
    float:left;
    width: 100%;
}

.office-detail-container #kereses_right input[type="checkbox"], .office-list-container #kereses_right input[type="checkbox"]  {
    width: 15px;
    height: 15px;
}

.office-detail-container .search_module_title, .office-list-container .search_module_title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.office-detail-container .search-module-name-tag, .office-list-container .search-module-name-tag {
    color: #222;
}

.office-detail-container .panel-heading-first [class*="col-"], .office-list-container .panel-heading-first [class*="col-"] {
    padding: 0;
}

.office-where-i-am {
    margin: 5px 0 0 0;
    font-size: 19px !important;
    text-align: center;
}

.offices-panel h2 {
    margin-top: 5px;
}

.office-where-i-am span, .office-where-i-am a {
    color: #B88AB9 !important;
}

.open-filter {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}

.office-detail-sales-panel-heading h2 {
    display: inline-block;
}

.office-detail-sales-panel-heading .glyphicon {
    color: white;
}

.g-recaptcha {
    margin: 0 auto 10px auto;
    width: 304px;
}

.user-accept-data-sec-link { 
    color: #333;
    cursor: pointer;
}

.user-accept-data-sec-link:hover {
    color: black;
}

.user-accept-data-sec-link label {
    font-weight: bold !important;
}

@media screen and (max-width: 480px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    } 
}

@media screen and (max-width: 350px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.5);
        -webkit-transform:scale(0.5);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    } 
}

.glyphicon-refresh-animate {
    -animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


@media screen and (max-width: 768px) and (min-width: 600px){
    .office-list-item-left, .office-list-item-right {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .office-list-item-left {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    .office-detail-h3 {
        margin-top: 15px;
    }
    .office-detail-left-col {
        padding: 0;
    }
    .fixed-tag-holder {
        max-width: 720px !important;
    }
    
}

@media screen and (max-width: 768px) {
    .office-detail-h3 {
        border-top: 1px solid #d2d2d2;
        padding-top: 15px;
    }
    .office-detail-container .contact-me-div {
        margin-top: 10px;
        border-top: 1px solid #d2d2d2;
        padding-top: 15px;
    }
    .list-sales-more-info-btn-holder {
        text-align: center !important;
    }
}

.save-search-button {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    height: 26px;
    font-weight: bold;
}
    
.save-search-button, .save-search-button span {
    color: white !important;
    font-size: 12px;
}

.save-search-button:hover, .save-search-button:active, .save-search-button:focus {
    background-color: #987394;
}

.show-all-search-params-button {
    background-color: #875E80;
    border: none;
    color: white !important;
    padding: 4px 10px;
}

.show-all-search-params-button:hover, .show-all-search-params-button:focus, .show-all-search-params-button:active {
    background-color: #987394;
}

.run-search-table > thead > tr > th, .run-search-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.price-following-modal-open:hover, .price-following-modal-open:active, .price-following-modal-open:focus {
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.sales-change-glyphicon {
    font-size:30px;
    margin-top:50px;
}

@media screen and (max-width: 767px) {
    .sales-change-glyphicon {
        margin: 10px 0 10px 0 !important;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
}

.registrationInfo:hover {
    text-decoration: none;
    color:#d0d0d0;
}

div.rating-container {
    position: relative;
}
div.rating-container div.rateyo-counter {
    display: none;
    position: absolute;
    min-width: 20px;
    padding: 5px;
    font-size: 15px;
    line-height: 0px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    /* top: 50%; */
    left: 240px;
    margin-top: -27px;
    color: white;
    width: auto;
    z-index: 9;
}
div.rating-container div.rateyo-counter.big {
    left: 312px;
    margin-top: -35px;
}

div.rating-container div.rateyo-counter:before,
div.rating-container div.rateyo-counter ::before {
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    border-width: 5px 5px 5px 0px;
    left: -10px;
    border-style: solid;
    position: relative;
}
@media (max-width: 1200px) and (min-width: 992px) {
    div.rating-container div.rateyo-counter {
        font-size: 12px
    }
}
@media (max-width: 767px) {
    div.rating-container div.rateyo-counter {
        margin-top: 7px;
        padding-top: 9px;
        position: inherit;
        top: 0; 
        left: 0; 
    }
    div.rating-container div.rateyo-counter.big {
        left: 0;
        padding-top: 9px;
        margin-top: 7px;
    }
    div.rating-container div.rateyo-counter:before,
    div.rating-container div.rateyo-counter ::before {
        display: none;
    }
}



div.rateYoItemClass:hover ~ div.rateyo-counter,
div.agentRateYoItemClass:hover ~ div.rateyo-counter {
    display: inline-block;
}
div.rating-container textarea {
    color: #6d6d6d !important;
}

div.rating-container input {
    color: #6d6d6d !important;
}

ul.ui-widget-content {
    max-height: 300px;
    overflow-y: auto !important;
    z-index: 9999999;
    background-color: white;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    background: #f5f5f5 !important;
    font-weight: normal !important;
    color: black !important;
    border: none !important;
}

#DetailedSearchModal {
    -webkit-overflow-scrolling: unset;
}

.office-detail-sales-name {
    color: black !important;
    font-size: 19px !important;
}

.sticky-search-submit-holder {
    display: none;
}

.sticky-search-submit-holder a, .sticky-search-submit-holder a:hover,
.sticky-search-submit-holder span, .sticky-search-submit-holder span:hover,
.sticky-search-submit-holder i {
    color: white;
}

.sticky-search-submit-holder i {
    margin: 0;
}

.fixed-tag-holder .sticky-search-submit-holder {
    display: block;
    position: absolute;
    right: -1px;
    background-color: #f6f6f6;
    padding: 10px;
    top: 43px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 6px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #E1E1E1;
}

.hidden-search-tag {
    height: 38px;
    overflow: hidden; 
}

.glyphicon-more-tags {
    position: absolute;
    right: 15px;
    font-size: 19px !important;
    top: 14px;
    color: black !important;
}

.fixed-tag-holder .search-page-delete-btn {
    display: block;
    width: 94px;
    margin-top: 15px;
}

.back-to-the-list-link {
    position: absolute;
    background-color: white;
    bottom: -32px;
    padding: 5px;
    border: 1px solid #dddddd;
}

.realEstateLastViewedDatasheet {
    border: 1px solid black;
    -webkit-box-shadow: 1px 2px 5px 0px #897a7a;
    box-shadow: 1px 2px 5px 0px #897a7a;
    -moz-box-shadow: 1px 2px 5px 0px #897a7a;
    -o-box-shadow: 1px 2px 5px 0px #897a7a;
}

.back-to-the-list-link a {
    color: black;
}

.id-of-saved-search {
    padding: 3px 20px 0 20px;
}

.fixed-tag-holder .id-of-saved-search {
    position: absolute;
    bottom: -32px;
    background-color: #7c5376;
    color: white;
    padding: 5px;
    left: 0;
    border: 1px solid #7c5376;
    border-bottom-right-radius: 5px;
}

.not-public-real-estate .only-in-our-choice-wrapper, .not-public-real-estate .saved-and-liked-re-more-info .re-id-in-b {
    filter:grayscale(100%);
}

.lg-backdrop, .lg-outer {
    z-index: 999999999 !important;
}

.lg-backdrop {
    background: #0d0d0d !important;
}

.lg-backdrop.in {
    opacity: 0.8 !important;
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0,0,0,.8)!important;
}

.lg-toolbar .lg-close:after {
    color: #c70303 !important;
}

/*.lg-sub-html, .lg-toolbar {
    background-color: transparent !important;
}*/

.lg-sub-html {
    padding: 0 !important;
}

.lg-on {
    overflow: hidden;
}

.sales-filter-form-container .select2-choices .select2-search-choice {
    margin: 7px 0 3px 5px !important;
}

.mediation-main-area-text {
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 20px;
    margin-top: 0px;
}

.mediation-main-area-subj {
    padding: 0 20px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 15px;
}

.mediation-main-area-subj h1 {
    font-size: 24px;
    color: black;
    font-weight: bold;
    margin-top: 0;
}

.marked-tags-zero {
    padding-top: 10px;
}

.contact-html-content  ul li a {
    word-break: break-all;
}

@media screen and (max-width: 400px) {
    #previousSearch, #mapSearch {
        padding: 0;
    }
    #mapSearch .btn-primary, #mapSearch .btn-success {
        margin-top: 5px;
    }
    .csok-title {
        font-size: 20px;
    }
}

.innerSearchMobile .right-search-field-holder {
    display: none;
}

#cookieAlertBox {
    font-size: 12px !important;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: left;
    opacity: 0.95;
    /*border: 2px solid #3a3a38;*/
    background-color: #222222 !important;/*!!!!!!!!!!!!!az egész box háttérszíne!!!!!!!!!!!!!!!!!*/
    color: #ffffff !important;/*!!!!!!!!!!!az egész box-ban található betűszín!!!!!!!!!!!!!!!!!!!!*/
    /*font-weight: bold;*/
    text-shadow: 1px 1px 3px #000;
    padding-top: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 999999999;
    padding-left: 10px;
}
#cookieAlertBox p {
    font-size: 14px !important;
    color: #ffffff !important;/*!!!!!!!!!!!az egész box-ban található betűszín!!!!!!!!!!!!!!!!!!!!*/
}
#cookieAlertBoxDetails {
    display: none;
    overflow-y:scroll;
    padding-left: 10px;
    padding-right: 10px;

}
#cookieAlertBoxDetails li,
#cookieAlertBoxDetails ul {
    font-weight: normal !important;

}
.nano-content-cookie {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 10px;    
}
#cookieAlertBoxDetails h4 {
    color: goldenrod;
}
#cookieAlertBox ul {
    list-style-type: none;
}

#cookieAlertBox a:first-child,
#cookieAlertBox a:nth-child(2)
{
    display: inline-block;
    padding: 5px;
    /*border: 2px solid #3a3a38;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #885E82;/*!!!!!!!!!!!!!gomb háttérszíne!!!!!!!!!!!!!!!!!*/
    color: #ffffff;/*!!!!!!!!!!!!!gombon lévő betűszín!!!!!!!!!!!!!!!!!*/
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#cookieAlertBox a:first-child:focus,
#cookieAlertBox a:first-child:active,
#cookieAlertBox a:first-child:hover,
#cookieAlertBox a:nth-child(2):focus,
#cookieAlertBox a:nth-child(2):active,
#cookieAlertBox a:nth-child(2):hover {
    text-decoration: none;
    background-color: #987394;/*!!!!!!!!!!!!!gomb rávitelekor milyen háttérszíne legyen a gombnak!!!!!!!!!!!!!!!!!*/
}
#cookieAlertBox a {
    color:burlywood;
}

#cookieAlertBox a:focus,
#cookieAlertBox a:active,
#cookieAlertBox a:hover {
    text-decoration: none;
    color: white;
}
#cookieAlertBoxFixed {
    border-bottom: 1px solid rgba(230, 230, 230, 0.15);
    text-align: center;
}
@media (max-width: 768px) { 
    #cookieAlertBoxFixed {
        font-size: 10px;
    }
    #cookieAlertBoxDetails {
        font-size: 12px;
    }
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    display: none;
}

.main-menu-dropdown-ul .open > a, .main-menu-dropdown-ul .open > a:hover, .main-menu-dropdown-ul .open > a:focus {
    background-color: transparent;
    color: white;
}

.contact-form-holder {
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
}

.contact-form-title {
    background-color: #875e80;
    font-size: 24px;
    font-family: nimbus-bold;
    color: white;
}

.contact-form-title h3 {
    margin: 0;
    padding: 15px;
}

.contact-form-inner {
    padding: 20px 15px;
}

.contact-form-inner .contact-form-submit {
    background-color: #987394;
    border: none;
    color: white !important;
}

.news.list.image {
    width: 100%;
}

.news.row {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0px;
    padding-bottom: 10px;
}

.news.row:last-of-type {
    border-bottom: none;
}

.news.title {
    margin: 0 !important;
    padding-bottom: 10px;
}

.news-tag-holder p {
    font-style: italic;
    display: inline-block;
}

.news-tag-holder p a {
    color: #4e4c4c;
}

.news-tag-holder .glyphicon {
    color: #4e4c4c;
    margin: 0 4px;
}

.contact-form-under-content label {
   font-weight: bold !important;
}

.contact-form-under-content textarea {
    overflow: hidden;
    margin: 0;
}

.contact-form-under-content input[type=checkbox] {
    opacity: 1!important;
    display: inline-block;
}

.contact-form-under-content label {
    font-size: 14px;
    color: #333;
}

.contact-form-under-content .form-group {
    margin-bottom: 15px;
}

.contact-form-under-content .error.error_msg {
    color: red;
}

.contact-form-under-content .error_msg.success {
    color: green;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.news-sub-title-holder h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.news-sub-title-holder, .news-hightlight-holder {
    padding: 0 20px;
}

.news-hightlight-holder {
    font-weight: bold;
}

#contactForm1 .label.adatvedelem, #contactForm2 .label.adatvedelem {
    padding-left: 25px;
}

#contactForm1 textarea.form-control, #contactForm2 textarea.form-control {
    color: #000 !important;
}

.adatvedelem input {
    position: absolute !important;
    left: 15px;
    top: -5px;
}

.field.adatvedelem .ViReqiuredField {
    display: none;
}

.contact-form-holder .contact-form-inner {
    padding: 15px 0;
}

@media screen and (max-width: 380px) {
    .contact-form-holder .adatvedelem label {
        font-size: 11px;
    }
}

.mediation-re-item {
    border: 1px solid #a9a9a9;
}

.input-group-mediation {
    margin-bottom: 10px;
}

.mediationPriceInput {
    padding: 8px 12px;
    height: 36px;
}

span.search_find_text {
    background-color: yellow;
}

.mediationPriceInput {
    font-size: 12px;
}

.news-deatil-more-inf-holder {
    padding: 0 20px;
}

.news-deatil-more-inf-holder p {
    font-style: italic;
    display: inline-block;
}

.news-deatil-more-inf-holder p a {
    color: #4e4c4c;
}

.news-deatil-more-inf-holder .glyphicon {
    color: #4e4c4c;
    margin: 0 4px;
}

.news-deatil-more-inf-holder .glyphicon-time {
    margin: 0;
}

.ViForm.adatvedelem label {
    cursor: pointer;
}

.ViForm.adatvedelem label:hover {
    color: #6b6b6b;
}

.unsubscribe-text {
    font-weight: bold;
    color: #6A1E5E;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.message-text {
    color: #6A1E5E;
}

.unsubscribe-envelope-holder {
    display: inline-block;
    float: left;
}

.uns-user-table {
    font-weight: bold;
    margin-left: 25px;
    font-size: 15px;
}

.unsubscribe-h1, .unsubscribe-h2 {
    font-size: 20px;
    color: #171717;
    margin-bottom: 20px;
}

.uns-user-table-title {
    color: #999999;
    min-width: 60px;
} 

.unsubscribe-toggle-holder {
    display: inline-block;
    float: left;
    margin-top: 19px;
}

.real-estate-offer {
    display: inline-block;
    float: left;
    border: 1px solid #E0E0E0;
    background: white;
    position: relative;
}

.real-estate-offer-disabled {
    border: 1px solid #D3D3D3;
    background: #D5D5D5;
}

.re-offer-person-info {
    display: inline-block;
    margin-bottom: 0;
}

.re-offer-item-col {
    margin-bottom: 10px;
}

.real-estate-offer .search-page-real-estate-item-user-image {
    margin: 5px 10px 5px 0px;   
}

.real-estate-offer-disabled .search-page-real-estate-item-user-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.col-lg-11.real-estate-offer p {
    margin-bottom: 2px;
}

.re-offer-person-info-holder {
    margin-top: 10px !important;
}

.re-offer-person-info-holder-two {
    max-width: 220px;
    width: 100%;
}

.re-offer-person-info-holder-two p {
    margin-bottom: 0;
}

.re-offer-re-info {
    color: #755F48;
}

.unsubscribed-title {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #828282;
    
}

.re-offer-re-info-holder, .re-offer-person-info-holder {
    display: inline-block;
    float: left;
    margin: 5px 0px;
}

.re-infos {
    display: inline-block;
    margin: 8px 15px
}

.re-infos p {
    margin-bottom: 0;
}

.re-offer-re-info-holder img {
    width:66px;
    height: 58px;
    float: left;
}

.unsubscribe-all-btn {
    margin-bottom: 20px;
}

@media screen and (max-width: 769px){
    .re-offer-re-info-holder {
        width: 100%
    }
    .unsubscribed-title {
        top: 8px;
    }
}

.unsubscribe-all-modal-yes-btn {
    background: #E1396A;
    border: 1px solid #E1396A;
    color: white !important;
}

.unsubscribe-all-modal-yes-btn:hover {
    background: #ea5480;
}

.unsubscribe-all-btn-disabled {
    background-color: #D5D5D5 !important;
    color: #6d6d6d !important;
    margin-bottom: 20px;
}

.pnlm-container {
    width: 600px !important;
    height: 400px !important;
}

@media screen and (max-width: 768px) {
    .pnlm-container {
        width: 100% !important;
        min-height: 400px !important;
    }
}

.smaragd-content-holder {
    padding: 0;
}

.smaragd-template-and-box-row-holder {
    padding: 0px 30px;
}

.smaragd-container h1 {
    margin-bottom: 0;
}

.smaragd-slider-holder {
    padding: 0;
}

.smaragd-menu-holder ul {
    display: block;
    top: 0;
}

.smaragd-menu-holder ul li:first-child {
    border-top: none;
    border-radius: 0;
}

.smaragd-template-cont-hold1, .smaragd-template-cont-hold2 {
    margin-top: 25px;
}

.smaragd-template-cont-hold2 {
    margin-bottom: 20px;
}

.smaragd-contact-holder {
    width: 100%;
    float: left;
}

.smaragd-contact-holder .panel-heading {
    background-color: #875e80;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.smaragd-contact-holder .panel-heading h2 {
    color: white;
}


.smaragd-contact-holder .sales-row h2 {
    margin-top: 15px;
    max-width: inherit;
}

.smaragd-contact-holder .sales-telephone, .smaragd-contact-holder .sales-email {
    display: inline-block;
}

.smaragd-contact-holder .sales-telephone {
    margin: 10px 4px 10px 4px;
}

.smaragd-contact-holder .sales-telephone a {
    font-size: 21px !important;
    font-weight: bold;
}

.smaragd-contact-holder .sales-email a {
    font-weight: bold;
    font-size: 15px !important;
}

.smaragd-contact-form-holder div.label {
    display: none;
}

.smaragd-contact-form-holder div.label.adatvedelem {
    display: inline;
}

.smaragd-contact-form-holder .row.adatvedelem {
    position: relative;
}

.smaragd-contact-form-holder .adatvedelem input {
    left: 0; 
    top: -3px;
}

.smaragd-contact-form-holder .contact-me-div {
    margin-bottom: 10px;
}

.smaragd-slider-holder .carousel-indicators {
    left: 72%;
}

.smaragd-contact-form-holder .ViReqiuredLabelStar {
    display: none;
}

.smaragd-contact-holder .sales-row .sale-card-holder {
    border: 1px solid rgba(177, 169, 169, 0.35);
    background: #f1f1f1;
}

.smaragd-contact-form-holder textarea {
    max-width: 100%;
}

.smaragd-box-row {
    text-align: center;
    margin-top: 35px;
}

.smaragd-box-item {
    padding: 10px;
}
 
.smaragd-box-item img {
    margin: 0 auto;
}

.smaragd-box-item-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #AA50A8;
    text-transform: uppercase;
    font-size: 18px;
}

.smaragd-box-item-desc p {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
}

.izsaki15-box-item-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3d684d;
    text-transform: uppercase;
    font-size: 18px;
}

.lakopark8-box-item-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ab288c;
    text-transform: uppercase;
    font-size: 18px;
}

.flip-scroll-table td {overflow: hidden; }
.flip-scroll-table tbody tr {width: 100%;}

.flip-scroll-table thead {
    background: black;
    color: white;
    text-transform: uppercase;
    border: none;
}

.flip-scroll-table .table-striped > tbody > tr:nth-child(2n+1) > td, .flip-scroll-table .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #EAEAEA;
}

.flip-scroll-table tr:hover td {
    background-color: #45C9A1 !important;
}

/*responsive table 2*/
 @media only screen and (max-width: 768px) {
    .flip-scroll-table .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .flip-scroll-table * html .cf { zoom: 1; }
    .flip-scroll-table *:first-child+html .cf { zoom: 1; }

    .flip-scroll-table table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    .flip-scroll-table th,
    .flip-scroll-table td { margin: 0; vertical-align: top; }
    .flip-scroll-table th { text-align: left; }

    .flip-scroll-table table { display: block; position: relative; width: 100%; }
    .flip-scroll-table thead {display: block;float: left;}
    .flip-scroll-table tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    .flip-scroll-table thead tr { display: block; }
    .flip-scroll-table th { display: block; text-align:right; }
    .flip-scroll-table tbody tr { display: inline-block; vertical-align: top; }
    .flip-scroll-table td { display: block; min-height: 1.25em; text-align: left; /*julia*/  overflow: hidden; }


    /* sort out borders */

    .flip-scroll-table th { border-bottom: 0; border-left: 0; }
    .flip-scroll-table td { border-left: 0; border-right: 0; border-bottom: 0;}
    .flip-scroll-table tbody tr { border-left: 1px solid #babcbf;  /*julia*/width: 100%;max-width: 105px}
    .flip-scroll-table .table-bordered>thead>tr>th, .flip-scroll-table .table-bordered>thead>tr>td {
        border-bottom-width: 1px;
        border-bottom: 1px solid #B6906C;
    }
    .flip-scroll-table .table-bordered>thead>tr>th, .flip-scroll-table .table-bordered>tbody>tr>th, .flip-scroll-table .table-bordered>tfoot>tr>th, .flip-scroll-table .table-bordered>thead>tr>td, .flip-scroll-table .table-bordered>tbody>tr>td, .flip-scroll-table .table-bordered>tfoot>tr>td {
        border: 0;
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
    }
    .flip-scroll-table th:last-child, .flip-scroll-table td:last-child {
        border-bottom: 0 !important;
    }
}

.smaragd-preview-holder {
    display: inline-block;
    float: right;
}

.smaragd-preview-holder a {
    color: #535353
}

.smaragd-prew-re-code {
    color: #439D81;
}

.smaragd-preview-icon {
    height: 100%;
    background-image: url(../img/alaprajz_ico.png);
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    height: 20px;
    width: 20px;
}

.content-lightGallery {
    cursor: pointer;
}

@media screen and (max-width: 370px) {
    .smaragd-contact-form-holder .label.ViForm.adatvedelem label {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .smaragd-menu-holder .dropdown-menu {
        display: inline-block !important;
        position: relative !important;
    }
    .fixed li a {
        padding: 10px 5px !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 991px) {
    .smaragd-slider-holder .carousel {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .smaragd-menu-holder .dropdown-menu li {
        border-left: none;
        border-right: none;
    }    
    .smaragd-slider-holder .carousel-indicators {
        left: 66%;
    }
}

.activity-area-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.sales-activity-areas-holder {
    text-align: left;
}

.sales-activity-areas-holder .real-estate-datasheet-contact-div {
    padding: 10px;
}

.sales-detail-right .contact-div-right-stage img {
    margin-top: -6px;
}

.sales-detail-right .contact-div-right-phone a, .sales-detail-right .contact-div-right-email a  {
    font-size: 18px;
    color: #885F81;
    font-weight: 500;
    margin-left: 5px;
}

.sales-detail-right .contact-div-right-phone {
    margin-top: 5px;
}

.sales-bio-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0;
}

.sales-bio-holder {
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-height:100px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.sales-bio-holder.open {
    max-height: inherit !important;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.sales-bio-holder.open:before {
    display: none;
}

.sales-bio-holder.no-before {
    overflow:visible;
}

.sales-bio-holder:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 50px, white);
}

.sales-bio-holder.no-before:before{
    display:none;
  }
  
  
.sales-language-img {
    margin-top: -6px;
    margin-left: 5px;
}

.activity-area-items {
    margin-bottom: 0;
    margin-left: 10px;
}

.areas-label {
    margin-top: 10px;
}

.orders-label {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin-left: 15px; 
}

.sales-detail-re-items-holder {
    padding: 10px 25px;
}

.rating-list-holder {
    border: 1px solid #E1E1E1;
    background-color: white;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.rating-list-holder h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
}

.rating-row {
    background: #efefef;
    border: 1px solid #E9E0D9;
    margin-bottom: 15px;
}

.rating-left {
    float: left;
    width: 19%;
    padding: 10px;
}

.rating-right {  
    float: left;
    width: 80%;
    border-left: 1px solid #cfcfcf;
    padding: 10px;
}

.rating-right p {
    margin-bottom: 0;
    display: inline-block;
}

.rating-text {
    display: block !important;
}

.rating-text b {
    font-weight: bold;
    color: #96007D;
    font-size: 23px;
}

.rating-row .glyphicon {
    color: #96007D;
}

.sales-prizes-holder img {
    padding: 5px;
}

.more-rating-holder {
    text-align: center;
    font-weight: bold;
}

.more-rating-holder a {
    color: #96007d;
}

.more-rating-holder a:hover {
    color: #c410a6;
    text-decoration: none;
}

.own-rating-holder {
    padding: 10px;
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
    margin-top: 15px;
}

.own-rating-label {
    color: #656565;
    font-weight: bold;
}

.contact-form-sales-detail .form-control {
    margin-top: 0;
}

.sales-bio-holder p {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .sales-detail-container .content-left-div {
        padding-right: 30px !important;
    }
}

@media (max-width: 992px) {
    .sales-detail-container .sales-detail-title-holder {
        text-align: center;
    }
    
    .sales-detail-container .complex-filter-sidebar {
        float: none;
    }
    .sales-detail-container .content-left-div {
        padding-right: 0px !important;
    }
    .sales-detail-container .sales-detail-re-items-holder {
        padding: 0;
    }
}

@media (max-width: 650px) {
    .rating-left {
        width: 100%;
    }
    .rating-right {
        width: 100%;
        border-top: 1px solid #e9e0d9;
        border-left: none;
    }
}

.principal-rating-tap-wrapper {
    padding: 20px;
}

.sales-rating-tabs {
    background-color: #EAEAEA;
}

.sales-rating-tab-content {
    border: 1px solid #ddd;
}

.sales-rating-tabs li {
    width: 50%;
    text-align: center;
}

.rating-row {
    display: none;
}

.job-categ-btn {
    display: block;
    margin-bottom: 20px;
    background-color: #9F63A1;
    color: white;
    border: none;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 3px;
    max-width: 210px;
    text-align: left;
    font-size: 15px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.job-categ-btn:hover, .job-categ-btn:active, .job-categ-btn:focus {
    text-decoration: none;
    color: white;
    background-color: #875E80;
    box-shadow: 1px 1px 5px #987394;
    -moz-box-shadow: 1px 1px 5px #987394;
    -webkit-box-shadow: 1px 1px 5px #987394;
    -o-box-shadow: 1px 1px 5px #987394;
}

.rating-date {
    float: right;
}

.rating-text:before {
    content: "„";
    font-weight: bold;
    color: #96007D;
    font-size: 16px;
}

.rating-text:after {
    content: "”";
    font-weight: bold;
    color: #96007D;
    font-size: 16px;
}

.sum-rating-values {
    display: inline-block;
}

.sales-real-estate-title span {
    font-weight: 300;
}

.smaragd-html-content .realestate-datasheet-tabpanel {
    margin-top: 30px;
    /*float: left;*/
    width: 100%;
}

.smaragd-html-content .realEstateDetailTab {
    margin-top: 0;
}

.smaragd-html-content .nav-tabs li {
    width: 33.33%; /*50%;*/
    text-align: center;
}

.smaragd-html-content #firstBeat .alert-info {
    margin-top: 20px;
    color: white;
    background-color: #875e80;
    border-color: #63495e;
    font-size: 19px;
}

.smaragd-html-content #secondBeat .alert-info {
    margin-top: 20px;
    color: white;
    background-color: #875e80;
    border-color: #63495e;
    font-size: 19px;
}

.smaragd-html-content #thirdBeat .alert-info {
    margin-top: 20px;
    color: white;
    background-color: #875e80;
    border-color: #63495e;
    font-size: 19px;
}

.sale-card-holder {
    background: #f7f7f7
}

.sales-list-profile-pic-wrapper {
    position: relative
}

.fav-sales-btn-holder {
    position: absolute;
    bottom: 0
}

.client-rating-list-label {
    font-size: 12px !important;
    color: #989898;
    display: inline-block
}

.selling-level-wrapper {
    min-height: 32px;
    padding: 0 0 5px 0;
    margin: 0 4px;
    text-align: left
}

.sale-card-holder h2 {
    height: 40px;
    margin-bottom: 5px !important
}

.list-sales-more-info-btn-holder {
    margin: 5px 4px
}

.sales-list-prizes-wrapper {
    margin: 10px 0
}

.sales-title-link {
    color: #333;
}

.sales-title-link:hover {
    text-decoration: none
}

.sales-title-link b, .sales-title-link h2, .sales-list-profile-pic-wrapper img.img-circle {
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s
}

.sales-title-link:hover b, .sales-title-link:hover h2 {
    color: #52074c !important
}

.sales-list-profile-pic-wrapper img.img-circle:hover {
    border: 3px solid #52074c;
}

.favourite-sales-icon {
    background-image: url("../img/kedvenc-ertekesito.png");
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.favourite-marked-sales-icon {
    background-image: url("../img/kedvenc-ertekesito-kijelolt.png");
    background-repeat: no-repeat;    
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.gold-sales-border {
    border:3px solid #BD9467
}

.fav-sales-btn-holder a {
    display: block
}

.sales-list-profile-pic-re-detail .fav-sales-btn-holder {
    right: 40px
}

.client-rating-detail-label {
    font-size: 15px !important
}

.rating-row-real-e-detail .rating-left {
    width: 100%;
    border-bottom: 1px solid #cfcfcf
}

.rating-row-real-e-detail .rating-right {
    width: 100%;
    border: none;
    text-align: left 
}

.rating-detail-holder {
    margin: 20px 15px 15px 15px;
}

.rating-detail-holder .sum-rating-values {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.client-rating-label-re-detail {
    font-size: 19px;
    display: inline-block
}

.rating-sum-wrapper-re-detail {
    text-align: left
}

.dropdown-menu .smaragdMenuItems:hover
{
    color: #222222 !important;
    background-color: #FCFF00 !important;
}

.dropdown .smaragdMenuTitle
{
    color: #FCFF00 !important;
}

.dropdown-menu .VIIIMenuItems:hover
{
    color: #222222 !important;
    background-color: #ab288c !important;
}

.dropdown #VIIIMenuTitle
{
    color: #b88ab9 !important;
}

.dropdown #VIIIMenuTitle:hover
{
    color: white !important;
}

.dropdown-menu .izsakiMenuItems:hover
{
    color: #222222 !important;
    background-color: #73e69e !important;
}

.dropdown .izsakiMenuTitle
{
    color: #73e69e !important;
}

.izsakiSlogen {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #73e69e;
    line-height: 23px;
    background-color: #222222;
    text-transform: uppercase;
    margin: 0;
    left: 0px;
    bottom: 7px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

.izsakiSlogen .izsakiSlogen-first-line {
    font-family: Nimbus-bold;
    font-size: 18px;
}

.izsakiSlogen .izsakiSlogen-second-line {
    font-family: Nimbus-Regu;
    font-size: 20px;
}

.dropdown-menu .izsakiMenuItems:hover
{
    color: #222222 !important;
    background-color: #73e69e !important;
}

.dropdown-menu .izsakiMenuItems:hover
{
    color: #222222 !important;
    background-color: #73e69e !important;
}

.lakopark8Slogen {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #ab288c;
    line-height: 23px;
    background-color: #222222;
    text-transform: uppercase;
    margin: 0;
    left: 0px;
    bottom: 7px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

.lakopark8Slogen .lakopark8Slogen-first-line {
    font-family: Nimbus-bold;
    font-size: 18px;
}

.lakopark8Slogen .lakopark8Slogen-second-line {
    font-family: Nimbus-Regu;
    font-size: 20px;
}

.dropdown-menu .lakopark8MenuItems:hover
{
    color: #222222 !important;
    background-color: #ab288c !important;
}
	
.nyillakoparkSlogen {
    padding: 8px 35px 8px 19px;
    font-weight: 400;
    font-size: 18px;
    color: #B40B9A;
    line-height: 23px;
    background-color: #222222;
    text-transform: uppercase;
    margin: 0;
    left: 0px;
    bottom: 7px;
    width: auto;
    max-width: 264px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

.nyillakoparkSlogen .nyillakoparkSlogen-first-line {
    font-family: Nimbus-bold;
    font-size: 18px;
}

.nyillakoparkSlogen .nyillakoparkSlogen-second-line {
    font-family: Nimbus-Regu;
    font-size: 20px;
}

.dropdown-menu .nyillakoparkMenuItems:hover
{
    color: #222222 !important;
    background-color: #B40B9A  !important;
}

.dropdown .nyillakoparkMenuTitle
{
    color: #B40B9A !important;
}

#bankradar-teljes {
        display: block !important;
    }

    #bankradar-mobil {
        display: none !important;
    }

@media screen and (max-width: 768px) {
    #bankradar-teljes {
        display: none !important;
    }

    #bankradar-mobil {
        display: block !important;
    }
}