/*@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,body{
    height: 100%;
    /*font-family: 'Work Sans script=all rev=2', sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
}
body.active{
	overflow: hidden;
}
main{
    position: relative
}
input{
	/*font-family: 'Work Sans script=all rev=2', sans-serif;
	font-weight: 600*/
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header_flex2{
    height: 60px;
}
.header_flex2::after {
    content: '';
    /*background-image: url(/images/header_szurke_vonal.png);*/    
    background-image: url(/images/header_szurke_vonal.png), linear-gradient(90deg, rgb(229 228 228) 0%, rgb(229 228 228) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 60px;
    display: block;
    position: relative;
    top: 0px;
    right: 477px;
    z-index: 2;
}
.header_holder .header_flex{
    width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.header_holder{
    background: white; 
    height: 112px;
    z-index: 10;
    position: relative;
}
header {
    /*height: 500px;*/
    height: 840px;
    z-index: 1;
    position: relative;
    border-bottom: 3px solid #ce2031;
		/*font-variant: small-caps;*/
}
header address a {
    color: #272727;
    font-weight: 600;
    font-size: 13.75px;
}
header address a:hover {
    text-decoration: none;
}
header .logo {
    /*display: table;
    width: 650px;
    padding: 25px 2%;
    z-index: 5;
    position: relative;*/
    width: 240px;
    height: 105px;
    position: relative;
    z-index: 10;
    padding-top: 40px;
}
header .logo > * {
    /*display: table-cell;
    vertical-align: middle;*/
    height: 100%;
    display: block;
}
header .logo img {
    /*width: 165px;*/
    width: 240px;
    height: 105px;
}
header .logo > .title {
    font-size: 35px;
    font-weight: 600;
    padding-top: 14px;
}
header address {
    margin-bottom: 0px !important;
    /*position: absolute;
    right: 0;
    top: 0;
    display: table;
    width: 850px;
    height: 40px;
    z-index: 6;
    font-size: 14px;*/
    /*position: absolute;
    right: 0;
    top: 0;
    display: table;
    width: 100%;
    height: 110px;
    z-index: 6;
    font-size: 14px;*/
}
header address > div {
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    font-style: italic;
}
.header_hirdetesfeladas a{
    display: flex;
    background-color: #ef0000;
    border-radius: 5px;
    width: 195px;
    height: 35px;
    color: white;
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
header address > div.gradient-left {
    width: 100px;
    background-image: url('/images/!new/header_info_gradient.png');
    background-position: right;
    background-repeat: no-repeat;
    opacity: .8;
}
header address div + div, .header_hirdetesfeladas, header nav{
    padding-left: 50px;
}
/*
header address > div:not(:first-child) {
    background-color: rgba(255,255,255,0.8);
}
*/
header address > div.fake {
    width: 50px;
}
header nav {
    /*position: absolute;
    right: 0;
    top: 0;
		z-index: 7*/
    position: relative;
}
header nav .menu-button {
    font-size: 30px;
    opacity: .8;
    padding: 0px;
    /*padding-right: 8px;*/
    cursor: pointer;
}
header.small {
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header.small .title {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin: auto;
    display: table;
    height: 90px;
    background-color: rgba(39,39,39,0.7);
    padding: 0px 250px;
    color: white;
}
header.small .title.only{
	top: 50%
}
.controls button.gray:hover{
    background-color: #898989;

}
header.small .title h1 {
    font-size: 35px;
    font-weight: 600;
    white-space: nowrap;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.carouselHeader {
    position: absolute;
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: 840px;
    top: 0;
    padding: 0;
}
.carouselHeader > li {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 0;
    height: 100%;
    color: white;
    width: 100%;
    z-index: -1;
}
.carouselHeader > li.active {
    display: block;
    -webkit-animation: fadeIn .4s linear;
    animation: fadeIn .4s linear;
}
.carouselHeader > li h3 {
    background-color: #ffffff00;
    padding: 0px 6%;
    display: table;
    font-weight: 600;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text_holder_latest_properties hgroup h3{
    font-size: 47px !important;
}

.carouselHeader > li hgroup > h3:first-child {
    -webkit-animation: bounceInLeft 1s linear;
    animation: bounceInLeft 1s linear;
}

.carouselHeader > li hgroup > h3:last-child {
    -webkit-animation: bounceInLeft 1s linear .5s forwards;
    animation: bounceInLeft 1s linear .5s forwards;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.carouselHeader > li h3:first-child {
    font-size: 35px;
}

.carouselHeader > li h3:last-child {
    font-size: 26px;
}
.carouselHeader > li hgroup {
    position: absolute;
    top: 180px;
	white-space: nowrap;
    width: 100%;
    text-align: -webkit-right;
}
.text_holder_latest_properties {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.logo {
    white-space: nowrap;
}
.logo.small {
    display: table;
    position: absolute;
    top: -40px
    /*margin: 15px 2%;*/
}

.logo.small > img {
    width: 180px;
}

.logo.small > .title {
    font-size: 25px;
    font-weight: 600;
    /*font-variant: small-caps;*/
    margin-top: 15px;
}

.logo.small > * {
    display: inline-block;
    vertical-align: top;
}
.transparent {
    background-color: transparent !important;
}
#float_items.active{
	display: none	!important
}

#float_items .history, #float_items .favorite {
    position: fixed;
    display: table;
    z-index: 10;
    width: 400px;
    overflow: hidden;
    height: 75px;
    -webkit-transition: .4s right linear;
    transition: .4s right linear;
}
.favorite .remove{
    cursor: pointer
}
#float_items .history{
	display: none;
}
#float_items > div .title {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ef0000;
    width: 100%;
    height: 54px;
    z-index: -1;
    color: white;
    /*font-variant: small-caps;*/
    font-weight: 600;
    font-size: 20px;
    padding-top: 12px;
    padding-left: 68px;
    cursor: pointer;
    box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.4);;
}

#float_items > div img.csillag {
    /*height: 44px;
    padding-top: 5px;
    margin-left: 13px;
    margin-top: 3px;*/
    height: 28px;
    padding-top: 0px;
    margin-left: 12px;
    margin-top: 10px;
}

#float_items > div img.up {
    /*height: 44px;
    padding-top: 5px;
    margin-left: 13px;
    margin-top: 3px;*/
    height: 56px;
    padding-top: 0px;
    /* margin-left: 12px; */
    margin-top: 10px;
    filter: invert(1);
}

#float_items > div div.shape {
    width: 10px;
    background-color: #ce2031;
    height: 54px;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    position: absolute;
    top: 5px;
    z-index: -1;
}

#float_items .favorite {
    /*top: 330px;
    width: 1500px;
    right: -1436px;*/
    top: 0px;
    width: 50px;
    height: 50px;
    right: 0px;
    border-radius: 5px;
}
.float_items_holder{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fav_container{
    width: 1200px;
    position: absolute;
    top: 135px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#float_items .history {
    right: -334px;
    top: 350px;
}

#float_items .history:hover, #float_items .favorite:hover {
    /*right: -1000px;*/
    right: 0px;
    width: 520px;
}
#float_items .favorite:hover .content{
    display: table !important;
    /*-webkit-animation: slideInDown linear 1s;*/
    /*   animation: slideInDown linear 1s;*/
    border-radius: 5px;
}
#float_items .scroll_up {
    position: fixed;
    bottom: -10px;
    right: 0;
    background-color: #ff0017;
    width: 75px;
    height: 75px;
    text-align: center;
    z-index: 10;
    -webkit-transition: .2s bottom linear;
    transition: .2s bottom linear;
    cursor: pointer;
}

#float_items .scroll_up i {
    color: white;
    font-size: 30px;
    padding-top: 22px;
}

#float_items .scroll_up:hover {
    bottom: 0;
}
#float_items .favorite .count {
    /*position: absolute;
    color: #272727;
    top: 17px;
    display: table;
    font-size: 20px;
    font-weight: 600;
    left: 33px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    position: absolute;
    color: #272727;
    top: 12px;
    display: table;
    font-size: 20px;
    font-weight: 600;
    left: 27px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#float_items .favorite .content {
    display: none
}
#float_items .favorite .content {
    display: none !important;
    background-color: white;
    margin-top: 7px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    margin-left: 10px;
}
#float_items .favorite.open .content{
    -webkit-animation: slideInDown .5s linear;
    animation: slideInDown .5s linear;
}
#float_items .favorite.close .content{
    -webkit-animation: slideOutUp .5s linear forwards;
    animation: slideOutUp .5s linear forwards;
}
#float_items .favorite .content form {
    height: 100%;
    width: 510px;
    display: table;
    margin: 15px 0px;
    text-align: center;
}
#float_items .favorite .content .elmentett_ingatlanok:hover {
    background-color: rgba(237, 237, 237, 0);
}
#float_items .favorite .content form .controls {
    text-align: center;
}
#float_items .favorite .content .elmentett_ingatlanok {
    display: inline-block;
    width: 254px;
    /*font-variant: small-caps;*/
    font-weight: 600;
}
#float_items .favorite .content .elmentett_ingatlanok:nth-child(4n){
    clear:inherit;
}
#float_items .favorite .content .elmentett_ingatlanok .kiskep > * {
    display: inline-block;
    float: left;
}

#float_items .favorite .content .elmentett_ingatlanok a:not(._a) {
    line-height: 30px;
    color: #272727;
}

#float_items .favorite .content .elmentett_ingatlanok a:hover {
    text-decoration: none;
    color: #ce2031;
}

nav.active .menu {
    position: fixed;
    display: table;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 101%;
    z-index: 10;
    text-align: center;
    background-color: rgba(39,39,39,0.95);
    padding: 15% 0px;
		-webkit-animation: fadeIn .4s linear;
    animation: fadeIn .4s linear;
}
nav.active .menu ul{
	padding: 0 !important
}
nav .menu li {
    display: none;
}

nav.active .menu li {
    display: table;
    color: #d8d8d8;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    width: 100%;
		-webkit-animation: fadeInDown .5s ease-out;
    animation: fadeInDown .5s ease-out
}
nav.active .menu li a {
    color: #d4d4d4;
    text-decoration: none;
    -webkit-transition: .2s linear color;
    transition: .2s linear color;
}

header nav .menu-button-close {
    display: none;
}

header nav.active .menu-button-close {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: #d4d4d4;
    -webkit-transition: .2s linear color;
    transition: .2s linear color;
    cursor: pointer;
}

nav .menu {
    display: none;
}
nav.active .menu a {
    -webkit-transition: .2s linear color;
    transition: .2s linear color;
}

nav.active .menu a:hover {
    color: #ef0000;
}
header.small #quick_search {
    position: absolute;
    bottom: 0px;
}



[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
    }
    section {
    display: table;
    /*width: 100%;*/
    padding: 0px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    }
    section hgroup {
    display: table;
    width: 100%;
    padding: 0px 2%;
    /*font-variant: small-caps;*/
    /*border-bottom: 1px solid rgb(197, 197, 197);*/
    margin-bottom: 15px;;
    }
    section hgroup > * {
    display: table-cell;
    }
    
    section hgroup > a {
    text-align: right;
    font-size: 20px;
    /*color: #272727;*/
    color: black;
    font-weight: 800;
    width: 270px;
    }
    section hgroup > a i {
    padding-left: 10px;
    }
    section hgroup > a:hover {
    text-decoration: none;
    color: #d52724;
    }
    section hgroup h1 {
    margin-bottom: -5px;
    font-weight: 800;
    font-size: 41px;
    color: black;
    }
    
    /*
    section:nth-child(even) {
    background-color: #f2f2f2;
    }
    */
    
    .controls button {
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /*font-variant: small-caps;*/
    padding: 0px 25px;
    /*height: 32px;*/
    height: 40px;
    background-color: #ff0017;
    -webkit-transition: .5s background-color linear;
    transition: .5s background-color linear;
    }
    
    .controls button:hover {
    background-color: #ff0024;
    }
    .controls button.red {
    background-color: #ff0024;
    }
    
    #activities-big .activities-items {
    display: table;
    width: 100%;
    padding-top: 90px;
    text-align: center;
    }
    
    #activities-big .activities-items > .item {
    display: inline-block;
    position: relative;
    min-width: 290px;
    width: 100%;
    height: 100px;
    max-width: calc(20% - 25px);
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin: 0px 10px;
    cursor: default;
    }
    
    #activities-big .activities-items > .item .corners > div {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    }
    
    #activities-big .activities-items > .item .corners > div:nth-child(1) {
    left: 0;
    top: 0;
    border-left: 2px solid #b5b5b5;
    border-top: 2px solid #b5b5b5;
    }
    
    #activities-big .activities-items > .item .title {padding-top: 25%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
    
    #activities-big .activities-items > .item .corners > div:nth-child(2) {
    right: 0;
    top: 0;
    border-right: 2px solid #b5b5b5;
    border-top: 2px solid #b5b5b5;
    }
    
    #activities-big .activities-items > .item .corners > div:nth-child(3) {
    left: 0;
    bottom: 0;
    border-left: 2px solid #b5b5b5;
    border-bottom: 2px solid #b5b5b5;
    }
    
    #activities-big .activities-items > .item .corners > div:nth-child(4) {
    right: 0;
    bottom: 0;
    border-right: 2px solid #b5b5b5;
    border-bottom: 2px solid #b5b5b5;
    }
    
    #activities-big .activities-items > .item .corners {
    opacity: 0;
    -webkit-transition: .4s linear opacity;
    transition: .4s linear opacity;
    }
    
    #activities-big .activities-items > .item:hover .corners {
    opacity: 1;
    }
    
    
    
    #links-big hgroup {
    display: none;
    }
    
    #links-big .links-items {
    display: table;
    width: 100%;
    text-align: center;
    }
    
    #links-big .links-items > .item {
    display: inline-block;
    position: relative;
    min-width: 290px;
    width: 100%;
    max-width: calc(25% - 95px);
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin: 0px 45px;
    cursor: default;
    }
    
    #links-big .links-items > .item .description {
    min-height: 140px;
    font-variant: normal;
    font-weight: normal;
    font-size: 25px;
    }
    
    #links-big .links-items > .item .title {
    font-size: 35px;
    padding: 20px 0px;
    }
    
    #links-big .links-items > .item .icon {
    color: #d22c29;
    font-size: 90px;
    }
    
    #links-big .links-items > .item:hover .icon {
    -webkit-animation: bounce 1s linear;
    animation: bounce 1s linear;
    }
    #links-big .links-items > .item .icon img {
    height: 90px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    #latest_properties-big .properties {
    display: table;
    width: 100%;
    padding: 0px 2%;
    }
    
    #latest_properties-big .properties > .property {
    display: inline-block;
    background-color: #e4e4e4;
    margin: 20px 11px;
    width: 100%;
    height: 370px;
    max-width: calc(25% - 25px);
    font-weight: 600;
    /*font-variant: small-caps;*/
    position: relative;
    overflow: hidden;
    }
    
    #latest_properties-big .property .code {
    padding: 15px;
    text-shadow: 0px 0px 5px white;
    }
    
    #latest_properties-big .property .code > span {
    padding-right: 10px;
    }
    
    #latest_properties-big .property .datas {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(39,39,39,0.8);
    color: white;
    -webkit-transition: .5s ease-out bottom;
    transition: .5s ease-out bottom;
    }
    
    #latest_properties-big .property .datas > .title {
    font-variant: normal;
    font-weight: normal;
    border-bottom: 1px solid rgba(39,39,39,.7);
    padding: 15px 0px;
    }
    
    #latest_properties-big .property .datas > .attributes {
    font-weight: 600;
    font-size: 25px;
    display: table;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    }
    
    #latest_properties-big .property .datas > .attributes > * {
    display: table-cell;
    padding-right: 20px;
    }
    
    #latest_properties-big .property .datas > .attributes i {
    padding-right: 10px;
    margin-right: 0;
    }
    
    #latest_properties-big .property .datas > .attributes > *:last-child {text-align: right;padding: 0;font-variant: normal;}
    
    #latest_properties-big .property .datas > .title h3 {
    margin: 0px;
    font-size: 17px;
    }
    
    #latest_properties-big .properties > .property {
    background-image: url('/images/!new/sample_box_house.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .datas > .attributes .size img {
    height: 20px;
    margin-right: 10px;
    margin-bottom: 7px;
    }
    .datas > .attributes .bed i {
    margin-right: 10px;
    }
    #latest_properties-big .property .controls {
    position: absolute;
    bottom: -45px;
    display: table;
    width: 101%;
    height: 45px;
    background-color: #d52724;
    color: white;
    -webkit-transition: .5s ease-out bottom;
    transition: .5s ease-out bottom;
    padding: 0px 20px;
    }
    #latest_properties-big .property .controls > div:nth-child(-n+2) {
    cursor: pointer;
    }
    #latest_properties-big .property:hover .datas {
    bottom: 45px;
    }
    
    #latest_properties-big .property .controls > * {
    display: table-cell;
    vertical-align: middle;
    }
    
    #latest_properties-big .property:hover .controls {
    bottom: 0;
    }
    
    #latest_properties-big .property .controls > div:nth-child(-n+2) {
    font-size: 25px;
    }
    #latest_properties-big .property .controls .favorite span{
    font-size:13px
    }


    #latest_properties-big .property .controls > div.more {
    text-align: right;
    }
    
    #latest_properties-big .property .controls > div.more i {
    font-size: 15px;
    padding-left: 10px;
    }
    #latest_properties-big .property .controls a{
    color: white
    }
    
    
    
    
    
    #featured_properties-big .properties {
    /*display: block;*/
    display: flex;
    width: 100%;
    /*padding: 0px 2%;*/
    /*min-height: 450px;*/
    height: 410px;
    overflow: hidden;
    width: 1200px;
    }
    
    #featured_properties-big .featured_property {}
    
    #featured_properties-big .properties > * {
    display: table-cell;
    /*width: 50%;*/
    width: 100%;
    vertical-align: top;
    }
    
    #featured_properties-big .featured_property {
    padding-right: 15px;
    }
    
    #featured_properties-big .featured_property-list .right .datas .price{
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    }
    
    #featured_properties-big .featured_property-list .right .datas .size{
    font-size: 14px;
    }
    
    #featured_properties-big .featured_property-list .right .datas .code{
    font-size: 16px;
    color: white;
    }
    
    #featured_properties-big .featured_property-list {
    /*padding-left: 15px;*/
    padding-left: 5px;
    padding-top: 18px;
    position: relative;
    }
    
    #featured_properties-big .featured_property .top {
    height: 380px;
    position: relative;
    margin: 20px 10px;
    font-weight: 600;
    /*font-variant: small-caps;*/
    overflow: hidden;
    }
    
    #featured_properties-big .featured_property .top {
    background-image: url(/images/!new/sample_box_house_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
    #featured_properties-big .featured_property .top > .code {
    padding: 15px;
    text-shadow: 0px 0px 10px white;
    }
    
    #featured_properties-big .featured_property .top > .code > span {
    padding-right: 10px;
    }
    
    #featured_properties-big .featured_property .top > .datas {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(39,39,39,0.8);
    color: white;
    border-bottom: 8px solid #ce2031;
    }
    
    #featured_properties-big .featured_property .top > .datas > .title {
    font-variant: normal;
    font-weight: normal;
    border-bottom: 1px solid rgba(39,39,39,.7);
    padding: 15px 0px;
    }
    
    #featured_properties-big .featured_property .top > .datas h3 {
    margin: 0;
    }
    
    #featured_properties-big .featured_property .top > .datas > .attributes {
    font-weight: 600;
    font-size: 25px;
    display: table;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
    }
    
    #featured_properties-big .featured_property .top > .datas > .attributes > * {
    display: inline-block;
    padding-right: 50px;
    }
    
    #featured_properties-big .featured_property .top > .datas > .attributes > .price {
    padding: 0;
    padding-left: 50px;
    font-variant: normal;
    }
    
    #featured_properties-big .featured_property .bottom {
    padding: 0px 20px;
    font-size: 22px;
    }
    
    #featured_properties-big .featured_property .bottom .description {
    padding-bottom: 50px;
    }
    
    #featured_properties-big .featured_property .bottom .controls {
    text-align: right;
    }
    
    #featured_properties-big .featured_property-list .property {
    display: table;
    position: relative;
    /*width: 100%;*/
    /*height: 155px;*/
    width: 300px;
    height: 400px;
    padding-bottom: 20px;
    -webkit-transition: .6s linear transform;
    transition: .6s linear transform;
    cursor: pointer;
    }
    #featured_properties-big .featured_property-list .property.up {
    -webkit-animation: slideOutUp .5s linear;
    animation: slideOutUp .5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    }
    #featured_properties-big .featured_property-list .property.down {
    -webkit-animation: slideOutUp .5s linear;
    animation: slideOutUp .5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    }
    
    #featured_properties-big .featured_property-list .property a > .left {
    width: 290px;
    height: 410px;
    position: absolute;
    z-index: 5;
    }
    
    #featured_properties-big .featured_property-list .property a > * {
    display: table-cell;
    vertical-align: middle;
    }
    
    #featured_properties-big .featured_property-list .property a > .left {
    background-image: url(/images/!new/sample_box_house_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    #featured_properties-big .featured_property-list .property a{
    color: #272727;
    display: table;
    width: 300px;
    }
    #featured_properties-big .featured_property-list .property a:hover{
    text-decoration: none;
    }
    #featured_properties-big .featured_property-list .property a > .right {
    /*padding-left: 25px;
    width: 75%*/
    width: 80%;
    position: absolute;
    bottom: 25px;
    z-index: 6;
    left: 50%;
    transform: translate(-50%);
    color: white;
    }
    
    #featured_properties-big{
    padding-top: 80px;
    padding-bottom: 100px;
    }
    
    #featured_properties-big .featured_property-list .property a > .right .code {
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin-top: -12px;
    }
    
    #featured_properties-big .featured_property-list .property a > .right .code > span {
    padding-right: 10px;
    }
    
    #featured_properties-big .featured_property-list .property a > .right .title {
    font-size: 25px;
    /*padding: 10px 0px;*/
    /*border-bottom: 1px solid #d6d4d4;*/
    line-height: 1.1;
    font-weight: 600;
    }
    
    #featured_properties-big .featured_property-list .property .datas > .attributes {
    font-weight: 600;
    font-size: 25px;
    display: table;
    width: 100%;
    /*border-top: 1px solid rgba(255,255,255,.1);*/
    }
    
    .properties .favorite {
    background: red;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 5px;
    }
    .properties .favorite .fa-star:before {
    content: "\f005";
    font-size: 18px;
    color: white;
    }
    
    #featured_properties-big .featured_property-list .datas > .attributes > * {
    display: table-cell;
    /* padding-right: 20px; */
    }
    
    #featured_properties-big .featured_property-list .property .datas > .attributes i {
    padding-right: 10px;
    }
    
    #featured_properties-big .featured_property-list .property .datas > .attributes > *:last-child {text-align: left;padding-right: 0;font-variant: normal;}
    
    
    #featured_properties-big .nav-controls > .arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    background-color: transparent;
    /*opacity: .4;*/
    color: white;
    cursor: pointer;
    font-size: 25px;
    font-weight: normal;
    /*padding-top: 5px;*/
    /*margin: 0px 10px;*/
    -webkit-transition: .5s linear opacity;
    transition: .5s linear opacity;
    }
    
    #featured_properties-big .nav-controls {
    text-align: center;
    /*padding-top: 15px;*/
    height: 0px;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    }
    
    #featured_properties-big .nav-controls > .arrow:hover {
    opacity: 1;
    }
    
    #featured_properties-big .nav-controls > .arrow.left {
    /*padding-right: 4px;*/
    padding-right: 0;
    position: absolute;
    /*left: 0px;*/
    left: -17px;
    margin: 0px;
    }
    
    #featured_properties-big .nav-controls > .arrow.right {
    /*padding-left: 5px;*/
    padding-left: 0;
    position: absolute;
    right: -14px;
    rotate: 180deg;
    }
    
    
    
    
    .red_section{
    background-color: #ef0000;
    height: 310px;
    color: white;
    margin-bottom: 100px;
    }
    .red_section_content{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 310px;
    flex-flow: wrap;
    align-content: center;
    }
    .red_section_row + .red_section_row{
    margin-top: 5px;
    }
    .red_section_row{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    }
    .red_section_row b{
    padding-left: 5px;
    padding-right: 5px;
    }
    .red_section_select{
    margin-right: 15px;
    margin-left: 15px;
    }
    
    
    section.kinalat{
    padding-bottom: 130px;
    }
    .kinalat_sor + .kinalat_sor{
    padding-top: 15px;
    }
    .kinalat_sor{
    display: flex;
    justify-content: space-between;
    }
    /*.kinalat_elem + .kinalat_elem{
    padding-left: 15px;
    }*/
    .kinalat_elem{
    /*border: 1px solid red;*/
    background-position: center;
    background-size: cover;
    position: relative;
    }
    .kinalat_lakas{
    width: 40%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/lakas.png");
    height: 338px;
    }
    .kinalat_haz{
    width: 40%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/haz.png");
    height: 338px;
    }
    .kinalat_garazs{
    width: 17%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/garazs.png");
    height: 338px;
    }
    .kinalat_telek{
    width: 24%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/telek.png");
    height: 308px;
    }
    .kinalat_raktar{
    width: 37%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/raktar.png");
    height: 308px;
    }
    .kinalat_uzlethelyiseg{
    width: 37%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/uzlethelyiseg.png");
    height: 308px;
    }
    .kinalat_nyaralo{
    width: 48%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/nyaralo.png");
    height: 280px;
    }
    .kinalat_szanto{
    width: 51%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url("/images/szanto.png");
    height: 280px;
    }
    .kinalat_select_title{
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 800;
    font-size: 30px;
    }
    .kinalat .kinalat_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    }
    .kinalat .kinalat_title .kinalat_right a{
    color: red;
    font-size: 20px;
    font-weight: 800;
    }
    .kinalat .kinalat_title .kinalat_right{
    color: red;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    }
    .kinalat .kinalat_title .kinalat_left .kinalat_szoveg{
    font-size: 20px;
    color: black;
    }
    .kinalat .kinalat_title .kinalat_left h1{
    font-size: 41px;
    font-weight: 800;
    color: black;
    padding-bottom: 20px;
    }
    
    .tevekenysegek{
    background-image: url("/images/layer49.png");
    background-size: cover;
    background-position: top;
    }
    .tevekenyseg_holder{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 115px;
    }
    .tevekenysegek_logo{
    width: 150px;
    height: 150px;
    background: red;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    }
    .tevekenysegek_logo img{
    filter: invert(1);
    height: 80px;
    width: auto;
    }
    .tevekenysegek_elso_sor {
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 250px;
    background: white;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px 2px #00000085;
    }
    .tevekenysegek_title {
    font-size: 29px;
    font-weight: 800;
    color: black;
    }
    .tevekenysegek_descr {
    font-size: 16px;
    color: black;
    }
    .tevekenysegek_title, .tevekenysegek_descr, .tevekenysegek_gomb {
    text-align: center;
    }
    .tevekenysegek_ingatlan_feladas, .tevekenysegek_ertekbecsles, .tevekenysegek_hitel_ugyintezes{
    width: 300px;
    position: relative;
    /*top: -45px;*/
    top: -75px;
    }
    .tevekenysegek_masodik_sor{
    background: white;
    display: block;
    width: 1200px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    box-shadow: 0px 0px 20px 2px #00000085;
    }
    .tevekenysegek_gomb a {
    width: 180px;
    height: 32px;
    background: red;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    color: white;
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
    }
    .tevekenysegek_descr_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
    }
    .tevekenysegek_descr_holder .tevekenysegek_descr + .tevekenysegek_descr {
    border-left: 1px solid black;
    }
    .tevekenysegek_descr_holder .tevekenysegek_descr {
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
    align-content: center;
    }
    
    .csapatunk{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-bottom: 105px;
    }
    .csapatunk_elso_sor {
    display: flex;
    padding-bottom: 25px;
    align-items: baseline;
    }
    .csapatunk_masodik_sor{
    display: flex;
    justify-content: space-between;
    }
    .csapatunk_csapattag{
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px #00000017;
    }
    .csapattag_kep{
    padding-bottom: 15px;
    }
    .csapattag_kep img{
    width: 242px;
    height: 295px;
    }
    .csapattag_nev{
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    color: #494949;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
    }
    .csapattag_descr{
    text-align: center;
    font-size: 21px;
    }
    .csapatunk_title {
    font-size: 41px;
    font-weight: 800;
    color: black;
    }
    .csapatunk_descr {
    font-size: 20px;
    color: black;
    padding-left: 15px;
    }
    
    
    
    main{
    margin: 40px 5%;
    }
    .others {
    display: table;
    width: 100%;
    margin: 40px 0px;
    font-weight: 600;
    font-size: 16px;
    }
    .group h3 {
    font-weight: 600;
    border-bottom: 0px solid #bfbfbf;
    display: table;
    padding-right: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    -webkit-transition: .5s linear border-bottom;
    transition: .5s linear border-bottom;
    }

    #contact .group h3 {
    font-weight: 600;
    border-bottom: 0px solid #bfbfbf;
    display: table;
    padding-right: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    -webkit-transition: .5s linear border-bottom;
    transition: .5s linear border-bottom;
    }
    #about_us .group {
        width: 100%;
        display: block;
    }
    .group .inputs {
    padding-left: 5px;
    }
    .group .inputs.wide .field {
    margin-bottom: 15px;
    }
    .group .inputs.wide .field:hover {
    /*background-color: #f9f9f9;*/
    }
    .group:hover h3 {
    border-bottom: 0px solid #c61212;
    }
    .group .inputs.wide .field .top {
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    /*font-variant: small-caps;*/
    }
    .group .inputs.wide .bootstrap-select,
    .group .inputs.wide input {
    text-align: left !important;
    width: 100% !important;
    /*max-width: 350px !important;*/
    max-width: 100% !important;
    z-index: 0;
    }
    
    .group .inputs input[type=text],
    .group .inputs input[type=number],
    .group .inputs input[type=tel],
    .group .inputs input[type=email] {
    width: 33%;
    max-width: 170px;
    background-color: #dbdbdb;
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    text-align: right;
    }
    .group .info{
    font-size: 16px;
    /* font-variant: small-caps; */
    padding-bottom: 20px;
    text-align: center;
    }
    .datas > .attributes > .bed {
    padding-right: 15px;
    }
    .datas > .attributes > .bed, .datas > .attributes > .size {
    font-size: 18px;
    }
    .tooltip {
    margin-top:-10px !important
    }
    
    .tooltip .tooltip-inner {
    font-size: 13px !important;
    margin:inherit !important;
    top:inherit !important;
    top:0px !important;
    display:block !important;
    }
    .tooltip .tooltip-arrow{
    margin-top:-5px !important;
    padding:0px
    }
    
    
    #detailed_search {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    }


    .fa-star{
    -webkit-transition: 1s all linear;
    transition: 1s all linear;
    opacity: 1;
    }
    .fly{
    position: absolute;
    color: white;
    color: #ce2031;
    }
    
    .b{
    display:none !important;
    }

    footer {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #dadada;
}

footer .top {
    background-color: #777777;
    color: white;
    display: block;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 60px;
}

footer .bottom {
    background-color: #5a5a5a;
    height: 105px;
    display: table;
    width: 100%;
    color: white;
    padding: 0px;
}

.bottom_holder{
    width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    height: 105px;
    align-items: center;
}

.bottom_holder .links .item + .item{
    padding-left: 45px;
}
.bottom_holder .links{
    display: flex;
}

/*
footer .bottom > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 70px;
}
*/

footer .bottom > div.logo {
    text-align: right;
}

footer .bottom > div.links > .item {
    display: inline-block;
}

footer .bottom > div.links > .item.separator {
    margin: 0px 15px;
    width: 2px;
    height: 10px;
    background-color: white;
}

footer a {
    -webkit-transition: .5s color;
    transition: .5s color;
}

footer a:hover {
    text-decoration: none;
    color: white;
}

footer .bottom a {
    font-weight: 600;
    font-size: 16px;
    color: #dadada;
}.item.separator {}

footer .top .column.footer_right{
    width: 320px;
}
footer .top .column.footer_center{
    width: 355px;
    font-size: 16px;
}
footer .top .column.footer_left{
    width: 350px;
}
footer .top .column {
    /*width: 28%;
    display: inline-block;
    vertical-align: top;*/
}

footer .top .column.separator {
    /*width: 1px;
    background-color: rgba(218,218,218,0.3);
    height: 110px;
    margin: 0px 50px;
    margin-top: 68px;*/
}

footer .top .columns {
    display: flex;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

footer .top .column .title {
    height: 95px;
    font-size: 25px;
    /*font-variant: small-caps;*/
    font-weight: 600;
    display: flex;
    align-items: end;
    padding-bottom: 40px;
}

footer .top .column a, footer .top .column span {
    /*color: #dadada;*/
    color: white;
    /*line-height: 35px;*/
    font-size: 16px;
}

footer .top .column a:hover {
    color: white;
}

footer .top .column span {
    /*font-variant: small-caps;*/
    /*font-weight: 600;*/
    /*padding-right: 15px;*/
    font-size: 16px;
}

footer .top .column .description {
    padding-left: 50px;
    font-size: 16px;
}

footer .top .logo > * {
    display: inline-block;
}

footer .top .logo {
    /*padding-bottom: 20px;*/
    /*margin-top: -40px;*/
}

footer .top .logo .title {
    font-size: 35px;
    padding-top: 28px;
    vertical-align: middle;
}

footer .top .logo img {
    /*vertical-align: top;*/
    width: auto;
    height: 90px;
}

footer .bottom a:hover {
    color: white;
}


.bootstrap-select {
    display: table !important;
    width: calc(100% - 24px) !important;
}

.bootstrap-select button {
    border: none;
    background-image: inherit;
    background-color: #dbdbdb;
    text-shadow: none;
    border-radius: inherit;
    outline: none;
}

.bootstrap-select button > span {
    color: #272727;
    opacity: .8;
}

.bootstrap-select button .bs-caret {
    display: none;
}

.bootstrap-select .dropdown-menu {
    border-radius: inherit;
    background-color: dbdbdb;
}

.bootstrap-select .dropdown-menu a {
    opacity: .8;
    outline: none;
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background-image: inherit;
    background-color: #c5c5c5;
    outline: none;
}
.bootstrap-select li[data-original-index="0"] {
    display: none;
}


.radio-toggle {
    display: table !important;
    background-color: #dbdbdb;
    height: 32px;
    width: calc(100% - 24px);
}

.radio-toggle > * {
    display: table-cell !important;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 16px;
    font-variant: normal;
    opacity: .8;
    cursor: pointer;
    height: 32px;
    text-align: center;
}

.radio-toggle > div:hover {
    background-color: #f1f1f1;
}

.radio-toggle > div:nth-child(1) {
    width: 50%;
}

.radio-toggle > div:nth-child(2),.radio-toggle > div:nth-child(3) {
    width: 25%;
}

.radio-toggle > div.active {
    background-color: #f1f1f1;
}




#quick_search .top {
    background-color: rgba(39,39,39,0.7);
    height: 50px;
    display: table;
    width: 100%;
}

#quick_search .top > span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    /*font-variant: small-caps;*/
    font-weight: 600;
    padding-left: 2%;
    font-size: 21px;
}

#quick_search .bottom {
    /*background-color: #272727;*/
    background-color: white;
}

#quick_search {
    position: relative;
    z-index: 5;
    margin: 0px 2%;
		
    font-variant: normal;
    width: 96%;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out;
}

#quick_search .bottom form > div {
    display: table-cell;
    padding: 20px 15px;
    vertical-align: middle;
		text-align: center;
    width:100%;
}

#quick_search .bottom form {
    display: table;
    height: 70px;
    width: 100%;
		padding: 0px 15px;
    text-align: center
}

#quick_search .bottom form .bs-caret {
    display: none;
}

#quick_search .bottom form .dropdown-toggle::after {
    border-top: .6em solid rgba(39,39,39,0.7);
    border-right: .6em solid transparent;
    border-left: .6em solid transparent;
    margin-left: 0px;
}

#quick_search .bottom form button.btn.dropdown-toggle.btn-default {
    background-image: none;
    border-radius: inherit;
    /*background-color: #eaeaea;*/
    background-color: white;
    text-shadow: inherit;
    /*border: none;*/
    border: 1px solid #9a9c9f;
    border-radius: 5px;
    font-weight: 600;
    /*color: rgba(39,39,39,0.6);*/
    color: #000000;
}

#quick_search .bottom form .button button {
    border: none;
    background-color: inherit;
    color: white;
    /*font-variant: small-caps;*/
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    padding: 0px 20px;
}

#quick_search .bottom form .button.quick    button {
    /*background-color: #ce2031;*/
    background-color: #ef0000;
    border-radius: 5px;
}

#quick_search .bottom form .button.detail button {
    background-color: #898989;
}

#quick_search .bottom form > div:nth-child(1) > div,
#quick_search .bottom form > div:nth-child(2) > div {
    width: 200px;
}

#quick_search .bottom form > div:nth-child(3) > div {
    width: 390px;
}

#quick_search .bottom form > div input {
    /*background-color: #eaeaea;*/
    background-color: white;
    /*border: none;*/
    border: 1px solid #9a9c9f;
    border-radius: 5px;
    /*height: 32px;*/
    height: 34px;
    padding: 0px 10px;
    font-variant: normal;
    width: 200px;
    text-align: right;
    color: #000000;
}
#quick_search .bottom form > div.price-separator {
    color: #bdbdbd;
    padding: 0;
}
#quick_search .bootstrap-select.btn-group .dropdown-menu ul > li:first-child {
    display: none;
}
#quick_search .bottom form > div > span {
    color: white;
    font-weight: 600;
    padding-left: 5px
}
#quick_search .bottom form > div:nth-child(4) input, #quick_search .bottom form > div:nth-child(5) input {
    padding-right: 0px;
}
#quick_search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    /*color: rgba(39,39,39,0.6);*/
    /*font-weight: 600;*/
}
#quick_search ::-moz-placeholder { /* Firefox 19+ */
    /*color: rgba(39,39,39,0.6);*/
    /*font-weight: 600;*/
}
#quick_search :-ms-input-placeholder { /* IE 10+ */
    /*color: rgba(39,39,39,0.6);*/
    /*font-weight: 600;*/
}
#quick_search :-moz-placeholder { /* Firefox 18- */
    /*color: rgba(39,39,39,0.6);*/
    /*font-weight: 600;*/
}


#quick_search .bottom form > div.detail button {
    width: 200px;
}

#quick_search .bottom form > div.quick button {
    width: 130px;
}
#quick_search .bottom form > .kodszam input{
    width: 100%
}
#quick_search .bottom form > div.price input {
    padding-right: 15px;
}
#quick_search .bottom form > .kodszam {
    width: 7%
}
#quick_search .bottom form > .kinalat {
    width: 9%;
}
#quick_search .bottom form > .tipus {
    width: 9%;
}
#quick_search .bottom form > .city {
    width: 18%;
}
#quick_search .bottom form > .price {
    width: 18%;
    white-space: nowrap
}
#quick_search .bottom form > .price-separator {
    width: 1%;
}
#quick_search .bottom form > .quick {
    width: 7%;
}
#quick_search .bottom form > .detail {
    width: 9%;
}

#quick_search .bottom form > .price input {
    width: 84%;
}
#quick_search .bootstrap-select {
    width: 100% !important;
}
#quick_search.fix .detail {
    display: none;
}
#quick_search .detail a {
    color: white;
    /*font-variant: small-caps;*/
    font-weight: 600;
    -webkit-transition: .5s all linear;
    transition: .5s all linear;
}

#quick_search .bottom form > .quick a:hover {
    text-decoration: none;
    color: #ce2031;
}

/*#quick_search .detail {
    margin-bottom: -18px;
}*/


/*sajat */
#quick_search {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    top: 360px;
}

#quick_search .quick_search_bottom {
    display: flex;
    background-color: white;
    height: 73px;
    align-items: center;
    justify-content: center;
    outline: 10px solid #0000001c;
}
#quick_search .quick_search_top {
    /*padding-bottom: 10px;*/
}
/*
#quick_search #kinalat {
    height: 51px;
    border: none;
    overflow: hidden;
    background: transparent;
}
#quick_search #kinalat::-moz-focus-inner {
    border: 0;
}
#quick_search #kinalat:focus {
    outline: none;
}
#quick_search #kinalat option + option {
    margin-left: 7px;
}
#quick_search #kinalat option:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid white;
}
#quick_search #kinalat option {
	position: relative;
    width: 132px;
    height: 35px;
    font-size: 1.2em;
    padding: 0px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: black;
    background: white;
    align-content: center;
}
*/

.custom-select2 {
    position: relative;
}
.custom-select2 select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent;
    cursor: pointer;
    user-select: none;
    background: white;
    font-size: 20px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: transparent;
    /*top: 100%;*/
    top: -62px;
    left: 0;
    right: 0;
    z-index: 99;
    color: black;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: flex;
}
.select-items div:hover, .same-as-selected {
    background-color: red;
    color: white;
}
.select-selected {
    display: none;
}
.select-items div + div{
    margin-left: 7px;
}
.select-items div {
    position: relative;
    border-radius: 5px;
    width: 132px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-items div:hover:after {
    border-top: 8px solid red;  
    color: white;
}
.select-items div:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid white;
}
.same-as-selected:after{
    border-top: 8px solid red !important;
    color: white !important;
}
.same-as-selected{
    background: red !important;
    color: white !important;
}





#quick_search .button .detail {
    text-align: center;
}
#quick_search .button .detail a {
    color: #ef0000;
    font-size: 13px;
}
#quick_search button {
    background-color: #ef0000;
    border-radius: 5px;
    width: 144px;
    height: 35px;
    color: white;
    border: none;
    font-size: 20px;
}
#quick_search select {
    background: white;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
}
#quick_search .tipus select {
    width: 348px;
    height: 52px;
    font-size: 16px;
    padding-left: 5px;
}
#quick_search .city select {
    width: 210px;
    height: 52px;
    font-size: 16px;
    padding-left: 5px;
}
#quick_search .price.minimum input::placeholder {
    color: black;
}
#quick_search .price.minimum input + input{
    padding-right: 5px;
}
#quick_search .price.minimum input {
    width: 131px;
    height: 52px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
}
#quick_search .price input::placeholder {
    color: black;
}
#quick_search .price input {
    width: 131px;
    height: 52px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
}
#quick_search .kodszam input::placeholder {
    color: black;
}
#quick_search .kodszam input {
    width: 131px;
    height: 52px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
}
#quick_search .quick_search_bottom div + div{
    padding-left: 5px;
}
#quick_search .button {
    padding-left: 9px !important;
}


#view {
    display: table;
    width: calc(98% - 430px);
    margin-left: 420px;
    padding: 0px 10px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}

#view > * {
    display: inline-block;
    padding-right: 60px;
}

#view > * > .title {
    /*font-variant: small-caps;*/
    font-weight: 600;
    font-size: 18px;
    padding-right: 30px;
}

#view > * > .options > li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

#view > * > * {
    display: table-cell;
    vertical-align: middle;
}

#view > .order_type > .options > li.calendar {
    background-image: url(/images/!new/icons/calendar.png);
}

#view > .order_type > .options > li.calendar.active {
    background-image: url(/images/!new/icons/calendar-active.png);
}

#view > .order_type > .options > li.price {
    background-image: url(/images/!new/icons/price.png);
}

#view > .order_type > .options > li.price.active {
    background-image: url(/images/!new/icons/price-active.png);
}

#view > .order_direction > .options > li.desc {
    background-image: url(/images/!new/icons/order_type_desc.png);
}

#view > .order_direction > .options > li.desc.active {
    background-image: url(/images/!new/icons/order_type_desc-active.png);
}
#view > .order_direction > .options > li.asc {
    background-image: url(/images/!new/icons/order_type_asc.png);
}

#view > .order_direction > .options > li.asc.active {
    background-image: url(/images/!new/icons/order_type_asc-active.png);
}
#view > .view_type > .options > li.box {
    background-image: url(/images/!new/icons/view_box.png);
}

#view > .view_type > .options > li.box.active {
    background-image: url(/images/!new/icons/view_box-active.png);
}
#view > .view_type > .options > li.list {
    background-image: url(/images/!new/icons/view_list.png);
}

#view > .view_type > .options > li.list.active {
    background-image: url(/images/!new/icons/view_list-active.png);
}

#view > .hit {
    font-size: 18px;
    font-weight: 600;
    /*font-variant: small-caps;*/
		float: right;
    padding-right: 0px;
}

#view > .hit .score {
    font-weight: bolder;
    font-size: 21px;
    padding-right: 10px;
}

#view > .hit span {
    padding-top: 4px;
}




#search_bar, #properties {
    display: inline-block;
    vertical-align: top;
		text-align: center
}
#search_bar .controls {
    text-align: center;
    padding-right: 25px;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
}
#search_bar .controls button{
    /*font-size: 16px;*/
    font-size: 21px;
}
#search_bar {
    background-color: #ededed;
    max-width: calc(430px - 2%);
    width: 100%;
    text-align: left;
    /* padding-top: 30px; */
    /* padding-top: 75px; */
    padding-top: 20px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 180px;
}

#pagination {
    display: table;
    width: calc(98% - 430px);
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    padding: 0px 10px;
    border-bottom: 0px solid #bfbfbf;
    border-top: 0px solid #bfbfbf;
    text-align: right;
    padding-top: 30px;
}
#pagination li {
    display: inline-block;
    background-color: #cecece;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    color: rgba(39, 39, 39, 0.5);
    cursor: pointer;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

#pagination ul {
    display: inline-block;
    margin: 5px;
    padding: 0px;
}

#pagination .controls> li {
    padding-top: 6px;
}

#pagination .pages > li {
    font-weight: bolder;
}

#pagination li:hover {
    background-color: #d52825;
    color: white;
}



#properties {
    width: calc(100% - 430px);
}

#search_bar .group:not(option) {
    /*font-variant: small-caps;*/
    margin-bottom: 35px;
}

#search_bar .group h3 {
    /*font-weight: 800;
    border-bottom: none;
    display: table;
    padding-right: 20px;
    color: rgb(255 0 36);
    margin-bottom: 15px;
    width: 100%;
    text-align: center;*/
    font-weight: 800;
    border-bottom: none;
    display: table;
    /*padding-right: 20px;*/
    padding-right: 0px;
    color: rgb(255 0 36);
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 38px;
}

#search_bar .group .inputs {
    padding-left: 0px;
}

#search_bar .group .inputs .field .top {
    /*font-weight: 600;
    font-size: 16px;
    padding-left: 10px;*/
    font-weight: 700;
    font-size: 25px;
}

#search_bar .group .inputs .field {
    margin-bottom: 15px;
}
#search_bar textarea {
    border:none;
    background-color:#dbdbdb;
    width: calc(100%) !important;
    padding:10px
}
#search_bar .group .inputs .custom_input_class012{
    width: 100% !important;
}
#search_bar .group .inputs input[type=text],
#search_bar .group .inputs input[type=number],
#search_bar .group .inputs input[type=tel],
#search_bar .group .inputs input[type=email]{
    width: 33%;
    max-width: 170px;
    background-color: #dbdbdb;
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    text-align: right;

}
#search_bar .group .inputs .field .bottom {
    position: relative;
    display: block;
    text-align: center;
}
#search_bar .group .field .bottom > * {
    display: inline-block;
    /*width: 100% !important;*/
}
.custom_select223 .btn-group.bootstrap-select{
    width: 100% !important;
}
.bottom.custom_class877 span {
    position: absolute;
    margin-left: -48px;
    top: 5px;
}
.bottom.custom_class877 input {
    width: 50% !important;
    max-width: 49% !important;
}
.custom_class877 input {
    padding-right: 45px !important;
}

.bottom.custom_class876 span {
    position: absolute;
    margin-left: -36px;
    top: 5px;
    padding-right: 30px !important;
}
.bottom.custom_class876 input {
    width: 50% !important;
    padding-right: 30px !important;
    max-width: 49% !important;
}
#search_bar .group .bootstrap-select>.dropdown-toggle {
    z-index: 0;
    border: 1px solid gray;
    background-color: #ededed;
    border-radius: 5px;
    height: 45px;
}
#search_bar .group .field .separator {
    font-weight: bolder;
    padding: 0px 10px;
    color: rgba(39,39,39,0.5);
    font-size: 20px;
    display: none;
}
#search_bar .group .field .bottom > span {
    font-variant: normal;
    padding-left: 10px;
    padding-right: 20px;
    width: 62px;
}

#search_bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(39,39,39,0.4);
    font-weight: normal;
    font-variant: normal;
}
#search_bar ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(39,39,39,0.4);
    font-weight: normal;
    font-variant: normal;
}
#search_bar :-ms-input-placeholder { /* IE 10+ */
    color: rgba(39,39,39,0.4);
    font-weight: normal;
    font-variant: normal;
}
#search_bar :-moz-placeholder { /* Firefox 18- */
    color: rgba(39,39,39,0.4);
    font-weight: normal;
    font-variant: normal;
}
.field.custom_radio_holder {
    display: flex;
    justify-content: space-between;
}


#properties.box > .property {
    display: inline-block;
    /*width: 30%;*/
    width: 48%;
    max-width: 430px;
    /*min-height: 530px;*/
    height: 520px;
    border: 1px solid #dadada;
    margin: 0px 5px 15px 5px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: -1px 1px 6px 0px #0000002e;
}

#properties.box > .property .datas {
    padding: 0px 20px;
    text-align: left;
    min-height: auto;
    line-height: 1;
    position: relative;
    height: 280px;
}
.property .datas .data_holdr{
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
    line-height: 1.2;
}
.datas .favorite .fa-star {
    -webkit-transition: 1s all linear;
    transition: 1s all linear;
    opacity: 1;
    color: white !important;
    background: red;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 5px;
    margin-top: -32px;
}

#properties.box > .property .image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    height: 220px;
    background-repeat: no-repeat;
    /*background-image: url('/images/!new/sample_box_house.jpg');*/
    background-position: center;
    background-size: cover;
}


.property .image .img_holder {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#properties.box > .property .controls {
    opacity: 0;
    -webkit-transition: .5s opacity linear;
    transition: .5s opacity linear;
}

#properties.box .property .datas > .attributes {
    font-weight: 600;
    font-size: 25px;
    display: table;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

#properties.box .datas > .attributes > * {
    display: table-cell;
}

#properties.box .property .datas > .attributes i {
    padding-right: 10px;
}

#properties.box .property .datas > .attributes > *:last-child {text-align: right;padding-right: 0;font-variant: normal;}


#properties.box > .property .datas .title {
    height: 15px;
}

#properties.box .property .datas > .description {
    padding: 20px 0px;
    font-size: 18px;
}

#properties.box .property .datas > .code {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    /*font-variant: small-caps;*/
    text-align: right;
    bottom: 10px;
    right: 20px;
}

#properties.box .property .datas > .code span {
    padding-right: 10px;
}

#properties.box > .property:hover .controls {
    opacity: 1;
    display: table;
    height: 100%;
    width: 100%;
    background-color: rgba(39,39,39,0.5);
}

.property .image{
    position: relative;
}
.property .image .attributes{
    position: absolute;
    right: 40px;
    bottom: 20px;
    background: #ff0017;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

#properties.box > .property .controls > * {
    text-align: center;
}

#properties.box > .property .controls > .more {
    padding-top: 80px;
}

#properties.box > .property .controls > .icons {color: white;}

#properties.box > .property .controls > .icons > * {
    display: inline-block;
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
}
#properties.box > .property .controls > .icons > * span{
    font-size: 15px;
}
#properties.box > .property .controls > .icons  a{
    color: white;
}
#properties.box > .property .controls > .icons> .favorite:hover {
    color: yellow;
}
#properties.box > .property .controls > .icons> .gallery:hover  {
    color: rgb(213, 39, 36);
}
#search_bar .group.wide .inputs input {
    text-align:left;
    width:100%;
    max-width: 100%;
}
#properties .property .datas > .title h3 {
    font-size: 17px;
}
#pagination li.arrow_page{
    background-color: transparent !important;
}
#pagination li a {
    /*color: #898989;*/
    color: black;
    /*padding: 10px;*/
}

#pagination li:hover a {
    color: white;
    text-decoration: none;
}

#pagination li.current_page {
    background-color: #ff0017 !important;
    color: white !important;
}
#pagination li {
    border-radius: 5px;
    color: #d52724;
}
#search_bar .field.wide input{
    width: 93%;
    max-width: inherit !important;
}
.no-result {
    font-size: 25px;
    padding-top: 50px;
    color: #ce2031;
}
#search_bar .controls.fix {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 495px;
    background-color: rgb(39, 39, 39);
    border-top: 3px solid #d52724;
}
#search_bar .group .inputs input[type=text], #search_bar .group .inputs input[type=number], #search_bar .group .inputs input[type=tel], #search_bar .group .inputs input[type=email]{
    border: 1px solid gray;
    background-color: #ededed;
    border-radius: 5px;
    height: 45px;
}
#search_bar textarea{
    border: 1px solid gray;
    background-color: #ededed;
    border-radius: 5px;
}

/* The container_kereso_select */
.container_kereso_select {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    height: 35px;
    margin-top: 6px;
}

/* Hide the browser's default radio button */
.container_kereso_select input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark_kereso_select {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ededed;
    border: 1px solid gray;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_kereso_select:hover input ~ .checkmark_kereso_select {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.container_kereso_select input:checked ~ .checkmark_kereso_select {
	background-color: #fd001d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_kereso_select:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_kereso_select input:checked ~ .checkmark_kereso_select:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container_kereso_select .checkmark_kereso_select:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: transparent;
}


#data_sheet .middle_block {
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#data_sheet .left_block {
    width: 800px;
}
#data_sheet .top_block {
    background: #f3f4f4;
    border-radius: 5px;
    padding: 20px;
}
#data_sheet .title_block {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
#data_sheet .adatok .adatok_szobak {
    text-align: center;
}
#data_sheet .adatok .adatok_alapterulet {
    text-align: center;
}
#data_sheet .adatok .adatok_ar {
    text-align: center;
}
#data_sheet .adatok span{
    font-size: 20px;
    color: #939598;
}
#data_sheet .adatok .szobak {
    font-size: 29px;
    font-weight: 700;
}
#data_sheet .adatok .alapterulet {
    font-size: 29px;
    font-weight: 700;
}
#data_sheet .adatok .ar {
    font-size: 29px;
    font-weight: 700;
}
#data_sheet .adatok {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
}
#data_sheet .adatok .adatok_alapterulet{
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 50px;
    padding-right: 50px;
}
#data_sheet .leiras {
    padding: 50px;
    background-color: #f3f4f4;
    border-radius: 5px;
    margin-top: 20px;
}
#data_sheet .right_block {
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
    height: fit-content;
    width: 380px;
    margin-left: 20px;
}
#data_sheet .middle_block2 {
    /*display: flex;*/
    padding: 50px;
    background: #f3f4f4;
    border-radius: 5px;
    margin-top: 20px;
}
#data_sheet .block_1 {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
#data_sheet .block_left {
    width: 50%;
    border-right: 1px solid black;
}
#data_sheet .block_right {
    width: 50%;
    padding-left: 30px;
}
#data_sheet .block_help4456:nth-child(odd){
    border-right: 1px solid black;
}
#data_sheet .block_help4456:nth-child(even){
    padding-left: 30px;
}
#data_sheet .block_help4456{
    width: 50%;
}
#data_sheet .galeria {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
#data_sheet .img_left {
    width: 67%;
    padding-right: 7px;
    align-self: center;
    text-align: -webkit-center;
}
#data_sheet .img_right {
    width: 31%;
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
}
.bottom_back a {
    color: black;
    padding-top: 50px;
    padding-left: 30px;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
#data_sheet .adatlap_nav .nav_top {
    font-size: 16px;
}
#data_sheet .adatlap_nav .nav_bottom a{
    padding-top: 20px;
    display: block;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
#data_sheet .adatlap_nav {
    color: black;
    padding-left: 30px;
    padding-bottom: 20px;
}




#data_sheet {
	display: inline-block;
	/*width: calc(100% - 430px);*/
    width: 1200px;
	margin-bottom: 40px;
}

#data_sheet .top > .data {
    /*border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;*/
    display: table;
    width: 100%;
    background-color: #ededed
}

#data_sheet .top > .data > .title {
    font-size: 30px;
    padding-right: 30px;
		max-width: 900px;
}

#data_sheet .top > .data > * {
    display: table-cell;
    vertical-align: middle;
}

#data_sheet .top > .data > .field .label {
    color: rgba(39,39,39,.5);
    font-size: 20px;
}

#data_sheet .top > .data > .field {
    text-align: right;
    font-weight: 600;
    /*font-variant: small-caps;*/
		padding: 10px 0px;
    padding-top: 20px;
}

#data_sheet .top > .data > .field .price {
    font-size: 35px;
    padding-right: 12px;
    font-variant: normal;
}

#data_sheet .top > .controls {
    display: table;
    width: 100%;
}

#data_sheet .top > .controls > * {
    display: table-cell;
    vertical-align: middle;
    /*font-variant: small-caps;*/
    font-weight: 600;
    height: 60px;
}

#data_sheet .top > .controls > .code {
    font-size: 18px;
}

#data_sheet .top > .controls > .code > span {
    padding-right: 15px;
}

#data_sheet .top > .controls > .code, #data_sheet .top > .controls > .print {
    width: 20%;
}

#data_sheet .top > .controls > .status {
    text-align: center;
    font-size: 35px;
}

#data_sheet .top > .controls > .print > div {
    display: inline-block;
    padding-right: 20px;
    vertical-align: bottom;
}

#data_sheet .top > .controls > .print {
    text-align: right;
}

#data_sheet .bottom > .datas {
    display: table;
    width: 100%;
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin-bottom: 30px;
}

#data_sheet .bottom > .datas .field {
    display: inline-block;
		white-space: normal;
}

#data_sheet .bottom > .datas.short .field {
    min-width: 200px;
}
#data_sheet .bottom > .datas.short .field.other{
    min-width: 70px;
}
#data_sheet .bottom > .datas.short .field.other{
	margin-right:35px;
	margin-bottom: 20px;
}
#data_sheet .bottom > .datas.short .field.other span{
	font-size:15px !important;
	cursor: pointer;
}
#data_sheet .bottom > .datas.short .field.other i{
    cursor: pointer;
    font-size: 40px;
    opacity: .7;
		color: #ce2031;
}
#data_sheet .bottom > .datas.short .field .label {
    color: rgba(39,39,39,0.5);
    padding: 0;
    font-size: 21px;
}
#data_sheet .bottom > .datas.short .field.other i:hover {
    opacity: 1;
}
#data_sheet .bottom > .datas.short .field .data {
    font-size: 25px;
    padding: 5px 0px;
		font-variant: normal;
}

#data_sheet .bottom > .datas.short {
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin-bottom: 40px;
		margin-top: 20px;
}

#data_sheet .bottom > .datas .group h3 {
    font-weight: 600;
    border-bottom: 1px solid #bfbfbf;
    display: table;
    padding-right: 20px;
    color: rgba(39,39,39,0.5);
    margin-bottom: 15px;
    transition: .5s linear border-bottom;
}

#data_sheet .bottom > .datas .group .label {
    color: #272727;
    font-size: 18px;
    padding: 0;
    padding-top: 2px;
    width: 160px;
    text-align: left;
}

#data_sheet .bottom > .datas .group .field > * {
    display: inline-block;
    vertical-align: top;
}

#data_sheet .bottom > .datas .group .field {
    display: block;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

#data_sheet .bottom > .datas > .group {
    display: inline-block;
    vertical-align: top;
    min-width: 33%;
}

#data_sheet .bottom > .datas .group .field > .data {
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
}

#data_sheet .bottom > .datas .group .field:hover {
    background-color: #f9f9f9;
}

#data_sheet .bottom > .datas .group:hover h3 {
    border-bottom: 1px solid #c61212;
}

#data_sheet .bottom > .datas > .group .textarea {
    font-weight: normal;
    font-variant: normal;
    padding-left: 20px;
}

div.checkbox {
    position: relative;
    color: #c61212;
    font-size: 24px;
    background-color: #ededed;
    border-radius: 50%;
    border: 2px solid rgba(128, 128, 128, 0.4);
    width: 20px;
    height: 20px;
}

div.checkbox i {
    position: absolute;
    display: none;
    top: -5px;
    left: -1px;
}

div.checkbox.active i {
    display: block;
}
#data_sheet .top > .controls > .print form {
    display: inline-block;
		vertical-align: middle
}
#data_sheet .top > .controls > .print form:first-child {
    padding-top: 15px;
}
#data_sheet .top > .controls > .print form button {
    background: none;
    border: 0;
    outline: none;
}
#data_sheet .top > .data > .back {
    width: 70px;
    text-align: center;
    font-size: 50px;
    padding-top: 10px;
    opacity: .5;
    transition: .3s opacity linear;
}

#data_sheet .top > .data > .back a {
    color: #ce2031;
}

#data_sheet .top > .data > .back:hover {
    opacity: 1;
}


#gallery-small .container {
    display: table !important;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: inherit;
    position: relative;
    background-color: #ededed;
    height: 470px;
}

#gallery-small .container ul {
    padding: 0;
}

#gallery-small .container li {background-position: center;background-size: cover;background-repeat: no-repeat;border: 10px white solid;box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.37);}

#gallery-small .container > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}

#gallery-small .container > .arrow {
    display: none
}

#gallery-small .container > .arrow.left {
    text-align: right;
}

#gallery-small .container > .arrow.right {
    text-align: left;
}

#gallery-small .container > .images {
    text-align: center;
    width: 645px;
    position: relative;
    z-index: 0;
}

#gallery-small .container li img {
    display: none;
}

#gallery-small .container li:nth-child(-n+5) {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#gallery-small .container li:nth-child(2), #gallery-small .container li:nth-child(4) {
    height: 380px;
    width: 510px;
    z-index: 2;
}

#gallery-small {
    overflow: hidden;
}

#gallery-small .container li:nth-child(1), #gallery-small .container li:nth-child(5) {
    height: 340px;
    width: 450px;
    z-index: 1;
}

#gallery-small .container li:nth-child(5) {
    right: 0;
}

#gallery-small .container li:nth-child(4) {
    right: 15px;
}

#gallery-small .container li:nth-child(2) {
    left: 15px;
}

#gallery-small .container li:nth-child(1) {
    left: 0;
}

#gallery-small .container li:nth-child(3) {
    z-index: 3;
    width: 565px;
    height: 425px;
    left: 50%;
    top: 5%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
}

#gallery-small .container > .arrow.left i {
    -webkit-transform: scaleY(10) scaleX(5);
    transform: scaleY(10) scaleX(5);
    padding-right: 5px;
    color: #f6f6f6;
}

#gallery-small .container > .arrow.right {
    -webkit-transform: scaleY(10) scaleX(5);
    transform: scaleY(10) scaleX(5);
    padding-right: 5px;
    color: #f6f6f6;
}

#gallery-small .container > .arrow:hover i {
    color: #c1c1c1;
}
#gallery-small .container > .arrow i {
    cursor: pointer;
}
#gallery-small .container li a {
    display: block;
    position: relative;
    height: 100%;
}
#gallery-small .container li:nth-child(n+5) {
    display: none;
}
#about_us {
    font-size: 20px;
    min-height: 320px
}
#about_us .group{
    width: 49%;
    display: inline-block;
}
#about_us hgroup h1 {
    /*font-variant: small-caps;*/
    font-weight: 600;
}

#about_us hgroup {
    text-align: center;
    margin-bottom: 40px;
}

#about_us hgroup h3 {margin-top: 0;}

#about_us .description {
    margin-bottom: 40px;
    font-size: 16px;
}

#about_us .others > .group {
    display: inline-block;
    width: 50%;
}

#about_us .others > .group h3 {
    font-weight: 600;
    border-bottom: 1px solid #bfbfbf;
    display: table;
    padding-right: 20px;
    color: rgba(39,39,39,0.5);
    margin-bottom: 15px;
}
#contact > div {
    display: table;
    width: 100%;
}

#contact > div > .group {
    display: block;
    vertical-align: top;
    width: 1200px;
    max-width: 100%;
    padding: 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

#contact > div > .group .namecards {
    padding: 0;
    display: table;
    width: 100%;
}

#contact > div > .group .namecards > li {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: calc(50% - 20px);
    margin: 15px 10px;
    border: 1px solid #bfbfbf;
    padding: 15px;
}

#contact > div > .group .namecards > li:nth-child(3) {
    clear: both;
}

#contact .namecard > .name {
    /*font-variant: small-caps;*/
    font-weight: 600;
    font-size: 21px;
    border-bottom: 0px solid #bfbfbf;
    line-height: 18px;
    padding-right: 20px;
    display: table;
}

#contact .namecard > .position {
    margin-bottom: 10px;
}

#contact .namecard > .phone, #contact .namecard > .email {
    padding-left: 20px;
    font-weight: 600;
}

#contact > div > .group .namecards > li:hover {
    /*background-color: #f9f9f9;*/
}

#contact google-maps {
    display: table;
    width: 100%;
    height: 320px;
}
#contact google-maps .maps_title {
    /*font-variant: small-caps;*/
    font-weight: 600;
    bottom: -100px;
    left: -115px;
    font-size: 25px;
    position: absolute;
    display: table;
    text-shadow: 2px 2px 0px white;
    width: 350px;
}


#property_place .group {
    width: 48%;
    display: inline-block;
    vertical-align: top;
		font-size: 16px
}

#property_place .group.wide {
    display: table;
    width: 100%;
	margin-bottom: 40px;
}
#property_place .group .inputs.wide .field > * {
    display: inline-block !important;
		vertical-align: top;
}

#property_place .group .inputs.wide .field > .top {
    width: 250px;
}
#property_place .group .inputs.wide .field > textarea {
    width: 350px;
    height: 100px;
    border: none;
    background-color: #dbdbdb;
    padding: 10px;
}
.b{
	display:none !important;
}
#data_sheet .adatlap_nav {
    color: black;
}
.middle_block2 .field {
    display: flex;
    justify-content: space-between;
}
#data_sheet .label{
    display: inline;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    text-align: left;
    white-space: unset;
    vertical-align: unset;
    border-radius: 0px;
    width: 50%;
}
#data_sheet .data {
    display: inline;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    text-align: left;
    white-space: unset;
    vertical-align: unset;
    border-radius: 0px;
    width: 50%;
}
#data_sheet .middle_block h3 {
    font-size: 33px;
    font-weight: 700;
}
#data_sheet .bottom_block .leiras_title {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 28px;
}
#data_sheet .bottom_block .leiras_desc {
    font-size: 20px;
    font-weight: 400;
}
#data_sheet .right_block .right_data {
    text-align: center;
    padding-top: 75px;
}

#data_sheet .right_block .kodszam {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
#data_sheet .right_block .kodszam span {
    font-weight: 400;
    color: #fd001d;
}

#data_sheet .right_block .text1 {
    font-size: 29px;
    font-weight: 700;
}
#data_sheet .right_block .text2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
#data_sheet .right_block .text2 span {
    color: #ff0024;
}
#data_sheet .right_block .tel1 img{
    width: 28px;
}
#data_sheet .right_block .tel1 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid black;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#data_sheet .right_block .uzenetkuldes {
    background: #ff0024;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
#data_sheet .right_block .uzenetkuldes a {
    color: white;
    font-size: 20px;
}
#data_sheet .right_block .hirdetes_mentes {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 20px;
}
#data_sheet .right_block .hirdetes_mentes span {
    color: #ff0024;
    font-size: 20px;
    cursor: pointer;
}
#data_sheet .right_block .print_button button {
    border: none;
}
#data_sheet .right_block .print_button button img {
    height: auto;
    width: 83px;
    padding-left: 18px;
}
#data_sheet .title_block span.title_01 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
#data_sheet .top_block .type1 {
    font-size: 20px;
    color: #ff002d;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px;
    padding-bottom: 25px;
}
#data_sheet .top_block .nyomtatas button img{
    width:50px;
    height:auto;
}
#data_sheet .top_block .nyomtatas button{
    background: transparent;
    border: none;
}
#data_sheet .middle_block .title_block .title1 {
    display: flex;
    align-items: center;
}
.kereses_top {
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 45px;
    align-items: flex-end;
    padding-bottom: 45px;
}
.kereses_sorrend {
    font-size: 20px;
    font-weight: 700;
}
select#kereses_rendezes {
    border: none;
    font-weight: 400;
    color: grey;
}
.kereses_cat {
    font-size: 16px;
}
.kereses_title {
    font-size: 41px;
    font-weight: 700;
}
.kereses_talalat {
    color: #ff0024;
    font-size: 20px;
    font-weight: 700;
}
.datas a{
    color:black;
}
.property .image .attributes .price {
    font-size: 23px;
}
.property .image .attributes {
    position: absolute;
    right: 40px;
    bottom: 20px;
    background: #ff0017;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
}
.datas .data_title a{
    color: #ff0017;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    display: block;
}
.datas .varos a{
    color: black;
    font-size: 32px;
    font-weight: 700;
}
#properties.box .property .datas > .description{
    padding: 0px 0px;
}
.datas .description a {
    color: black;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    padding-top: 5px;
    height: 63px;
}
.datas .meret a{
    color: #ff0017;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    display: block;
}
.datas .meret a span{
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.datas .szobak a{
    color: #ff0017;
    font-size: 16px;
    font-weight: 400;
}
.datas .szobak a span{
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.datas .epites_modja a{
    color: #ff0017;
    font-size: 16px;
    font-weight: 400;
}
.datas .epites_modja a span{
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.datas .code a{
    color: #ff0017;
    font-size: 16px;
    font-weight: 400;
}
.datas .code a span{
    color: black;
    font-size: 16px;
    font-weight: 700;
}

#properties.box .property .datas > .code {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    bottom: auto;
    right: auto;
}




main#property_place {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
main#property_place .btn-group>.btn:first-child {
    margin-left: 0;
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 5px;
}
main#property_place .group .inputs input[type=text], .group .inputs input[type=number], .group .inputs input[type=tel], .group .inputs input[type=email] {
    width: 33%;
    max-width: 170px;
    background-color: #fff;
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    text-align: right;
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 5px;
}
main#property_place .group .inputs.wide .field > textarea {
    /*width: 350px;*/
    width: 100%;
    height: 100px;
    border: none;
    background-color: #fff;
    padding: 10px;
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 5px;
}
main#property_place .controls button {
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* font-variant: small-caps; */
    padding: 0px 25px;
    height: 32px;
    background-color: #ff0024;
    -webkit-transition: .5s background-color linear;
    transition: .5s background-color linear;
}
main#property_place .group .inputs.wide .field .top {
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
    color: black;
    /* font-variant: small-caps; */
}
main#property_place .group h3 {
    font-weight: 700;
    border-bottom: 0px solid #bfbfbf;
    display: table;
    padding-right: 20px;
    color: rgb(0 0 0);
    margin-bottom: 15px;
    font-size: 25px;
}
#about_us .group {
    width: 100%;
    display: block;
    font-size: 16px;
}
.csillag_hodor {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.csillag_hodor i{
    -webkit-transition: 1s all linear;
    transition: 1s all linear;
    opacity: 1;
    color: white !important;
    background: red;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 5px;
}

@media( min-width: 1200px){
    .bottom2{
    display: none;
    }
    .bottom22{
    display: none;
    }
    .desktop_hidden{
    display: none !important;
    }
}
@media( max-width: 1200px){
    .mobile_hidden{
        display: none !important;
    }
    #contact > div > .group {
        display: block;
        vertical-align: top;
        width: auto;
        max-width: calc(100% - 20px);
        padding: 0px 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #contact #google-maps{
        display: block;
    }
    #contact > div > .group .namecards {
        padding: 0;
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #contact > div {
        display: block;
        width: 100%;
    }
    #contact {
        margin: 0px;
    }
    .select-items div, .select-selected {
        color: #000;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent;
        cursor: pointer;
        user-select: none;
        background: white;
        font-size: 13px;
    }

    main#property_place {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }
    main#property_place .others {
        display: table;
        width: 100%;
        margin: 40px 0px;
        font-weight: 600;
        font-size: 12px;
    }
    main#property_place .group h3 {
        font-weight: 700;
        border-bottom: 0px solid #bfbfbf;
        display: table;
        padding-right: 20px;
        color: rgb(0 0 0);
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    main#property_place .group .inputs.wide .field .top {
        font-weight: 700;
        font-size: 18px;
        padding-left: 10px;
        color: black;
        /* font-variant: small-caps; */
    }
    #property_place .group {
        width: 100%;
        display: block;
        vertical-align: top;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    main#property_place .group .inputs{
        padding-left: 0px;
    }
    #property_place .group {
        display: table;
        width: 100%;
        margin-bottom: 40px;
    }


    section {
    display: table;
    /* width: 100%; */
    padding: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    }
    .property_holder.desktop_hidden {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    }
    #featured_properties-big .properties {
    /* display: block; */
    display: flex;
    width: 100%;
    /* padding: 0px 2%; */
    /* min-height: 450px; */
    height: 410px;
    overflow: hidden;
    width: auto;
    }
    #featured_properties-big .properties{
    height: auto;
    }
    section hgroup > a {
    text-align: center;
    font-size: 20px;
    /* color: #272727; */
    color: black;
    font-weight: 800;
    width: auto;
    }
    section hgroup a {
    font-size: 12px;
    }
    section hgroup h1 {
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 22px;
    color: black;
    text-align: center;
    }
    .red_section_select img{
    width: 15px;
    }
    .red_section_select {
    margin-right: 10px;
    margin-left: 0px;
    }
    .red_section {
    background-color: #ef0000;
    height: auto;
    color: white;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .red_section_content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: auto;
    flex-flow: wrap;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
    }
    #featured_properties-big .featured_property-list .right .datas .price {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background: #ff0017;
    border-radius: 5px;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    }
    #featured_properties-big .featured_property-list .property .controls{
    width: 90% !important;
    bottom: 40px !important;
    padding-right: 10px;
    }
    #featured_properties-big .featured_property-list .property a {
    color: #272727;
    display: table;
    width: 320px;
    height: 275px;
    position: relative;
    }
    #featured_properties-big .featured_property-list .property a > .left {
    width: 320px;
    height: 275px;
    position: absolute;
    z-index: 5;
    }
    #featured_properties-big .featured_property-list .property {
    display: table;
    position: relative;
    /* width: 100%; */
    /* height: 155px; */
    width: 320px;
    height: 275px;
    padding-bottom: 20px;
    -webkit-transition: .6s linear transform;
    transition: .6s linear transform;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    }
    header {
    /* height: 500px; */
    height: 615px;
    z-index: 1;
    position: relative;
    border-bottom: 3px solid #ce2031;
    /* font-variant: small-caps; */
    }
    header address{
    display: none;
    }
    .header_hirdetesfeladas{
    display: none;
    }
    .header_holder {
    background: white;
    height: 85px;
    z-index: 10;
    position: relative;
    }
    .header_flex2 {
    height: 56px;
    background-color: #e3e2e2;
    }
    .header_flex2::after{
    display: none;
    }
    .header_holder .header_flex {
    width: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    }
    header nav {
    position: relative;
    margin-top: 90px;
    }
    header .logo {
    width: 240px;
    height: 105px;
    position: relative;
    z-index: 10;
    padding-top: 5px;
    }
    .select-items div {
    position: relative;
    border-radius: 5px;
    width: 85px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #quick_search .quick_search_bottom {
    display: block;
    background-color: #0000001c;
    height: auto;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 6px;
    }
    #quick_search .quick_search_bottom .tipus {
    background: white;
    padding: 6px;
    outline: 6px solid #00000000;
    margin-bottom: 6px;
    }
    #quick_search .quick_search_bottom .city{
    background: white;
    padding: 6px;
    outline: 6px solid #00000000;
    margin-bottom: 6px;
    }
    #quick_search .quick_search_bottom .price {
    background: white;
    padding: 6px;
    outline: 6px solid #00000000;
    margin-bottom: 6px;
    display: flex;
    }
    #quick_search .quick_search_bottom .kodszam{
    background: white;
    padding: 6px;
    outline: 6px solid #00000000;
    margin-bottom: 6px;
    }
    #quick_search .quick_search_bottom .kodszam{
    background: white;
    padding: 6px;
    outline: 6px solid #00000000;
    margin-bottom: 6px;
    }
    #quick_search .tipus select {
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding-left: 5px;
    }
    #quick_search .city select {
    width: 100%;
    height: 42px;
    font-size: 16px;
    padding-left: 5px;
    }
    #quick_search .price.minimum input {
    width: 100%;
    height: 42px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
    }
    #quick_search .price input {
    width: 100%;
    height: 42px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
    }
    #quick_search .kodszam input {
    width: 100%;
    height: 42px;
    border: 1px solid #8e9093;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    padding-left: 10px;
    }
    #quick_search .button.quick {
    text-align: center;
    background: transparent;
    outline: 6px solid #00000000;
    padding-top: 6px;
    padding-bottom: 20px;
    }
    #quick_search .button .detail {
    text-align: center;
    width: 168px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: white;
    position: relative;
    z-index: 8;
    top: -12px;
    }
    #quick_search .detail a {
    color: white;
    /* font-variant: small-caps; */
    font-weight: 600;
    -webkit-transition: .5s all linear;
    transition: .5s all linear;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0px;
    }
    #quick_search button {
    background-color: #ef0000;
    border-radius: 5px;
    width: 144px;
    height: 35px;
    color: white;
    border: none;
    font-size: 20px;
    position: relative;
    z-index: 10;
    }
    div#float_items {
    display: none;
    }
    div#float_items {
    display: none;
    }
    .carouselHeader > li hgroup {
    position: absolute;
    top: 164px;
    white-space: nowrap;
    width: 100%;
    text-align: -webkit-center;
    }
    .text_holder_latest_properties hgroup h3 {
    font-size: 18px !important;
    }
    #quick_search {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 120px;
    padding-left: 12px;
    padding-right: 12px;
    }
    .select-items {
    position: absolute;
    background-color: transparent;
    /* top: 100%; */
    top: -36px;
    left: 0;
    right: 0;
    z-index: 99;
    color: black;
    }
    .carouselHeader {
    position: absolute;
    display: block;
    width: 100%;
    /* height: 100%; */
    height: 615px;
    top: 0;
    padding: 0;
    }
    .carouselHeader > li h3:last-child {
    font-size: 16px !important;
    }
    #quick_search .price.minimum input + input {
    padding-right: 5px;
    margin-left: 10px;
    }
    #detailed_search {
    max-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
    }
    #data_sheet {
    display: inline-block;
    /* width: calc(100% - 430px); */
    width: auto;
    margin-bottom: 40px;
    }
    #data_sheet .middle_block {
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-flow: wrap;
    }
    #data_sheet .right_block {
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
    height: fit-content;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    }
    #data_sheet .left_block {
    width: auto;
    }
    #data_sheet .bottom_back{
    display: none;
    }
    #data_sheet .top_block {
    background: #f3f4f4;
    border-radius: 5px;
    padding: 10px;
    }
    #data_sheet .block_1 {
    display: flex;
    padding-bottom: 20px;
    flex-flow: wrap;
    }
    #data_sheet .block_left {
    width: 100%;
    border-right: none;
    }
    #data_sheet .block_right {
    width: 100%;
    padding-left: 0px;
    }
    #data_sheet .block_help4456:nth-child(odd){
        border-right: 0px solid black;
    }
    #data_sheet .block_help4456:nth-child(even){
        padding-left: 0px;
    }
    #data_sheet .block_help4456{
        width: 100%;
    }
    #data_sheet .label{
    font-size: 13px;
    }
    #data_sheet .data{
    font-size: 13px;
    }
    #data_sheet .middle_block h3 {
    font-size: 22px;
    font-weight: 700;
    }
    #data_sheet .bottom_block .leiras_title {
    font-size: 22px;
    font-weight: 700;
    }
    #data_sheet .bottom_block .leiras_desc {
    font-size: 13px;
    font-weight: 400;
    }
    footer .top .column.footer_left {
    width: 100%;
    }
    footer .top .column.footer_center {
    width: 100%;
    font-size: 16px;
    }
    footer .top .column.footer_right {
    width: 100%;
    }
    footer .top .columns {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-flow: wrap;
    }
    footer .top .column .description {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 16px;
    }
    footer .top {
    background-color: #777777;
    color: white;
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    }
    footer .bottom {
    display: none;
    }
    footer .bottom2 .bottom_link_holder .item {
    padding-bottom: 10px;
    }
    footer .bottom2 .bottom_link_holder .item a{
    font-size: 16px;
    color: white;
    }
    footer .bottom2 {
    color: white;
    background-color: #777777;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    }
    footer .bottom22 {
    color: white;
    background-color: #5a5a5a;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    }
    footer .top .column .title {
    height: auto;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: end;
    padding-bottom: 0px;
    padding-top: 30px;
    }
    footer .top .column a {
    color: white;
    font-size: 12px;
    }
    footer .bottom22 .logo_holder {
    text-align: center;
    }
    footer .bottom22 .logo_holder .item {
    font-size: 11px;
    padding-bottom: 20px;
    }
    footer .top .column span {
    font-size: 12px;
    }
    #data_sheet .title_block span.title_01 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    }
    #data_sheet .top_block .type1 {
    font-size: 11px;
    color: #ff002d;
    font-weight: 700;
    text-transform: uppercase;
    }
    #data_sheet .top_block .nyomtatas button img {
    width: 20px;
    height: auto;
    }
    #data_sheet .adatok span {
    font-size: 7px;
    color: #939598;
    }
    #data_sheet .adatok .ar {
    font-size: 11px;
    font-weight: 700;
    }
    #data_sheet .adatok .alapterulet {
    font-size: 11px;
    font-weight: 700;
    }
    #data_sheet .adatok .szobak {
    font-size: 11px;
    font-weight: 700;
    }
    #data_sheet .middle_block2 {
    /* display: flex; */
    padding: 40px 20px 40px 20px;
    background: #f3f4f4;
    border-radius: 5px;
    margin-top: 20px;
    }
    #data_sheet .leiras {
    padding: 40px 20px 40px 20px;
    background-color: #f3f4f4;
    border-radius: 5px;
    margin-top: 20px;
    }
    #data_sheet .right_block .right_data {
    text-align: center;
    padding-top: 30px;
    }
    #data_sheet .right_block .kodszam {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    }
    #data_sheet .right_block .text1 {
    font-size: 18px;
    font-weight: 700;
    }
    #data_sheet .right_block .text2 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 20px;
    }
    #data_sheet .right_block .tel1 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid black;
    border-radius: 10px;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    }
    #data_sheet .right_block .uzenetkuldes a {
    color: white;
    font-size: 13px;
    }
    #data_sheet .right_block .uzenetkuldes {
    background: #ff0024;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    }
    #data_sheet .right_block .hirdetes_mentes span {
    color: #ff0024;
    font-size: 13px;
    }
    #data_sheet .right_block .hirdetes_mentes {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    height: 26px;
    margin-bottom: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    }
    #data_sheet .right_block .print_button button img {
    height: auto;
    width: 75px;
    padding-left: 18px;
    }
    #search_bar {
    background-color: #ffffff;
    max-width: 100%;
    width: 100%;
    text-align: left;
    /* padding-top: 30px; */
    /* padding-top: 75px; */
    padding-top: 0px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    }
    #search_bar .controls button {
        font-size: 16px;
        /* font-size: 21px; */
    }
    .property .image .attributes .price {
        font-size: 17px;
    }
    .datas .data_title a {
        color: #ff0017;
        font-size: 13px;
        font-weight: 700;
        margin-top: 15px;
        display: block;
    }
    #search_bar .group .bootstrap-select>.dropdown-toggle {
    z-index: 0;
    border: 1px solid gray;
    background-color: #ffffff;
    border-radius: 15px;
    }
    #search_bar .group .inputs input[type=text], #search_bar .group .inputs input[type=number], #search_bar .group .inputs input[type=tel], #search_bar .group .inputs input[type=email] {
    border: 1px solid gray;
    background-color: #ffffff;
    border-radius: 15px;
    }
    #search_bar textarea {
    border: 1px solid gray;
    background-color: #ffffff;
    border-radius: 15px;
    }
    .datas .description a {
        color: black;
        font-size: 10px;
        width: 100%;
        display: inline-block;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 1.2;
        padding-top: 5px;
        height: 63px;
    }
    .datas .varos a {
        color: black;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.5;
    }
    .checkmark_kereso_select {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 5px;
    }
    #properties {
    width: 100%;
    padding-top: 20px;
    }
    #properties.box > .property {
    display: inline-block;
    /* width: 30%; */
    width: 100%;
    max-width: 100%;
    min-height: 475px;
    height: 475px;
    border: 1px solid #dadada;
    margin: 0px 0px 15px 0px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    }
    .csillag_hodor {
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }
    .csillag_hodor i.fa-star:before {
        content: "\f005";
        font-size: 11px;
    }
    .csillag_hodor i{
        -webkit-transition: 1s all linear;
        transition: 1s all linear;
        opacity: 1;
        color: white !important;
        background: red;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-radius: 5px;
    }
    #data_sheet .top_block .type1 {
        margin-top: -4px;
        padding-bottom: 25px;
    }
    #pagination li {
        display: inline-block;
        background-color: #cecece;
        width: 20px;
        height: 20px;
        text-align: center;
        padding-top: 0px;
        color: rgba(39, 39, 39, 0.5);
        cursor: pointer;
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }
    .property .datas .data_holdr {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 40px);
    }
    #pagination {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    padding: 0px 10px;
    border-bottom: 0px solid #bfbfbf;
    border-top: 0px solid #bfbfbf;
    text-align: center;
    }
    .csapatunk_masodik_sor {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    }
    .csapattag_kep img {
    width: 125px;
    height: 155px;
    }
    .csapattag_nev {
    font-size: 13px;
    text-align: center;
    font-weight: 800;
    color: #494949;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
    }
    .csapattag_descr {
    text-align: center;
    font-size: 11px;
    }
    .tevekenysegek_descr_holder {
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
    }
    .tevekenysegek_descr_holder .tevekenysegek_descr {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    align-content: center;
    }
    .tevekenysegek_elso_sor {
    display: flex;
    justify-content: center;
    width: 320px;
    height: 145px;
    background: white;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 8px 0px #00000085;
    }
    .tevekenyseg_holder {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 55px;
    }
    .red_section_row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    }
    section hgroup > * {
    display: block;
    }
    .kinalat .kinalat_title .kinalat_right{
    display: none;
    }
    .kinalat_select_title {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 800;
    font-size: 8px;
    }
    .kinalat_lakas {
    width: 40%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/lakas.png);
    height: auto;
    aspect-ratio: 480 / 338;
    }
    .kinalat_haz {
    width: 40%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/haz.png);
    height: auto;
    }
    .kinalat_garazs {
    width: 17%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/garazs.png);
    height: auto;
    }
    .kinalat_telek {
    width: 24%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/telek.png);
    height: auto;
    aspect-ratio: 288 / 308;
    }
    .kinalat_raktar {
    width: 37%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/raktar.png);
    height: auto;
    }
    .kinalat_uzlethelyiseg {
    width: 37%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/uzlethelyiseg.png);
    height: auto;
    }
    .kinalat_nyaralo {
    width: 48%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/nyaralo.png);
    height: auto;
    aspect-ratio: 576 / 280;
    }
    .kinalat_szanto {
    width: 51%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45 / 33%)),url(/images/szanto.png);
    height: auto;
    }
    .kinalat_select_title {
    color: white;
    position: absolute;
    bottom: 10px;
    left: 7px;
    font-weight: 800;
    font-size: 8px;
    }
    #featured_properties-big .featured_property-list .property a > .right .title {
    font-size: 26px;
    /* padding: 10px 0px; */
    /* border-bottom: 1px solid #d6d4d4; */
    line-height: 1.1;
    font-weight: 600;
    }
    #featured_properties-big .featured_property-list .right .datas .size {
    font-size: 18px;
    }
    #featured_properties-big {
    padding-top: 10px;
    padding-bottom: 5px;
    }
    .properties .favorite {
        background: red;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-radius: 5px;
    }
    .kinalat .kinalat_title .kinalat_left h1 {
    font-size: 22px;
    font-weight: 800;
    color: black;
    padding-bottom: 0px;
    }
    .kinalat .kinalat_title .kinalat_left .kinalat_szoveg {
    font-size: 12px;
    color: black;
    }
    section.kinalat {
    padding-bottom: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    }
    .kinalat_left {
    text-align: center;
    }
    .kinalat .kinalat_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    text-align: center;
    justify-content: center;
    }
    .tevekenysegek_logo {
    width: 84px;
    height: 84px;
    background: red;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    }
    .tevekenysegek_logo img {
    filter: invert(1);
    height: 43px;
    width: auto;
    }
    .tevekenysegek_title {
    font-size: 20px;
    font-weight: 800;
    color: black;
    }
    .tevekenysegek_descr {
    font-size: 12px;
    color: black;
    }
    .tevekenysegek_gomb a {
    width: 85px;
    height: 20px;
    background: red;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    color: white;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 9px;
    }
    .csapatunk_elso_sor {
    display: block;
    padding-bottom: 25px;
    align-items: baseline;
    width: 100%;
    text-align: center;
    }
    .csapatunk_title {
    font-size: 22px;
    font-weight: 800;
    color: black;
    text-align: center;
    width: 100%;
    }
    .csapatunk_descr {
    font-size: 12px;
    color: black;
    padding-left: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    }
    .csapatunk {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .tevekenysegek_masodik_sor {
    background: white;
    display: block;
    width: 320px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    }
    .tevekenysegek_elso_sor:nth-child(3) {
    margin-bottom: 15px;
    }
    .tevekenysegek_descr_holder .tevekenysegek_descr + .tevekenysegek_descr{
    border-left: none;
    }
    .csapatunk_csapattag {
    width: 144px;
    height: 230px;
    text-align: center;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px #00000017;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    }
    .csapattag_kep {
    padding-bottom: 9px;
    }
    .kereses_title {
    font-size: 24px;
    font-weight: 700;
    }
    .kereses_talalat {
    color: #ff0024;
    font-size: 14px;
    font-weight: 700;
    }
    #detailed_search .kereses_title_holder {
    width: 100%;
    }
    #detailed_search .kereses_sorrend {
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    }
    .kereses_top {
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 45px;
    align-items: flex-end;
    padding-bottom: 45px;
    flex-flow: wrap;
    }
    #search_bar .controls {
    text-align: center;
    padding-right: 25px;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
    }
    #data_sheet .adatlap_nav {
        color: black;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    #data_sheet .adatlap_nav .nav_bottom a {
        padding-top: 10px;
        display: block;
        color: black;
        font-size: 20px;
        font-weight: 700;
    }
    #search_bar .group .field .bottom > span {
        font-variant: normal;
        padding-left: 10px;
        padding-right: 20px;
        width: 62px;
        height: 45px;
        top: 0px;
        align-content: center;
    }
    #search_bar .group .inputs .field .top {
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 5px;
    }
    #search_bar .group .inputs .field {
        margin-bottom: 10px;
    }
    .container_kereso_select .checkmark_kereso_select {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #ffffff;
        border: 1px solid gray;
        border-radius: 5px;
    }
    .container_kereso_select {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 400;
        height: 35px;
        margin-top: 9px;
    }

    #search_bar .group .inputs .field.custom_radio_holder .top {
        font-weight: 700;
        font-size: 19px;
        padding-bottom: 5px;
    }
    #contact .namecard > .phone, #contact .namecard > .email {
        padding-left: 0px;
        font-weight: 600;
        font-size: 10px;
    }
    #contact > div > .group .namecards > li {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: calc(50% - 10px);
        margin: 10px 5px;
        border: 1px solid #bfbfbf;
        padding: 5px;
        height: 160px;
        align-content: center;
    }
    .tevekenysegek_ingatlan_feladas, .tevekenysegek_ertekbecsles, .tevekenysegek_hitel_ugyintezes{
        width: 300px;
        position: relative;
        top: -45px;
        /*top: -75px;*/
        }
        #search_bar .group h3 {
            /*font-weight: 800;
            border-bottom: none;
            display: table;
            padding-right: 20px;
            color: rgb(255 0 36);
            margin-bottom: 15px;
            width: 100%;
            text-align: center;*/
            font-weight: 800;
            border-bottom: none;
            display: table;
            /*padding-right: 20px;*/
            padding-right: 0px;
            color: rgb(255 0 36);
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
            font-size: 28px;
        }
        #featured_properties-big .featured_property-list .property a > .right .code {
            font-weight: 600;
            margin-top: 0px;
        }
            
}