/* ================================= 
  Base Element Styles - Custom
==================================== */

h2 {
	padding-bottom: 30px!important;
	font-size: 40px!important;
	letter-spacing: 4px;
}

h3 {
  color: grey;
}

.align-center {
	text-align: center;
}

.box-shadow {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

.stressed {
	border-left: 5px solid #48b54a;
	padding: 0 20px;
}

.space-between {
  justify-content: space-between;
}

.cls-1 {
	fill: #48b54a!important;
}

.rh_section--content_padding {
	display: none;
}

.rh_section--featured {
	background-color: #edebec;
}

.rh_section--featured:before {
	display: none;
}

.rh_section__content {
	display: none;
}

#menu-fo-menu-1	{
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

ul.rh_menu__main li a:hover, ul.rh_menu__main > .current-menu-item > a, ul.rh_menu__main li:hover, .rh_menu--hover {
	background-color: transparent!important;
	background: none!important;
}

ul.rh_menu__main ul.sub-menu li:hover {
	background: #48b54a!important;
}

#menu-fo-menu .current-menu-item a {
	font-weight: 600!important;
}



/*.rh_menu__responsive li:hover {
	background-color: #48b54a;
	color: #fff!important;
}*/

/* ===== button ===== */

.rh_btn {
	font-size: 30px;
	border-radius: 2px;
	padding: 10px 20px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
	
}

.btn-brown {
	background-color: #a0978d!important;
}

.btn-brown:hover {
	background-color: #48b54a!important;
}

.section-description,
.rh_section__desc {
	margin-bottom: 20px;
    padding: 20px 0;
    font-size: 1.8rem!important;
}

.bttn-default {
  color: #fff;
}
.bttn-primary,
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
  color: #1d89ff;
}
.bttn-warning {
  color: #feab3a;
}
.bttn-danger {
  color: #ff5964;
}
.bttn-success {
  color: #28b78d;
}
.bttn-royal {
  color: #bd2df5;
}
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.bttn-lg {
  padding: 8px 15px;
  font-size: 24px;
  font-family: inherit;
}
.bttn-md {
  font-size: 20px;
  font-family: inherit;
  padding: 5px 12px;
}
.bttn-sm {
  padding: 4px 10px;
  font-size: 16px;
  font-family: inherit;
}
.bttn-xs {
  padding: 3px 8px;
  font-size: 12px;
  font-family: inherit;
}
.bttn-slant {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-family: inherit;
  padding: 5px 12px;
  z-index: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #1d89ff;
  -webkit-transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.bttn-slant:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fafafa;
  content: '';
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: box-shadow 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.bttn-slant:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(250,250,250,0.3);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), width 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), width 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.bttn-slant:hover,
.bttn-slant:focus {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.bttn-slant:hover:after,
.bttn-slant:focus:after {
  width: 5px;
  opacity: 1;
}
.bttn-slant:hover:before,
.bttn-slant:focus:before {
  box-shadow: inset 0 -1px 0 #a7c3ff, inset 0 1px 0px #a7c3ff, inset -1px 0px 0px #a7c3ff;
}
.bttn-slant.bttn-xs {
  padding: 3px 8px;
  font-size: 12px;
  font-family: inherit;
}
.bttn-slant.bttn-sm {
  padding: 4px 10px;
  font-size: 16px;
  font-family: inherit;
}
.bttn-slant.bttn-md {
  font-size: 20px;
  font-family: inherit;
  padding: 5px 12px;
}
.bttn-slant.bttn-lg {
  padding: 10px 20px;
  font-size: 30px;
  font-family: inherit;
}
.bttn-slant.bttn-default {
  color: #1d89ff;
}
.bttn-slant.bttn-default:hover:before,
.bttn-slant.bttn-default:focus:before {
  box-shadow: inset 0 -1px 0 #a7c3ff, inset 0 1px 0px #a7c3ff, inset -1px 0px 0px #a7c3ff;
}
.bttn-slant.bttn-default:before {
  background: #fff;
}
.bttn-slant.bttn-default:after {
  background: #a7c3ff;
}
.bttn-slant.bttn-primary {
  color: #fff;
}
.bttn-slant.bttn-primary:hover:before,
.bttn-slant.bttn-primary:focus:before {
  box-shadow: inset 0 -1px 0 #367736, inset 0 1px 0px #367736, inset -1px 0px 0px #367736;
}
.bttn-slant.bttn-primary:before {
  background: #48b54a
}
.bttn-slant.bttn-primary:after {
  background: #367736;
}
.bttn-slant.bttn-warning {
  color: #fff;
}
.bttn-slant.bttn-warning:hover:before,
.bttn-slant.bttn-warning:focus:before {
  box-shadow: inset 0 -1px 0 #f89001, inset 0 1px 0px #f89001, inset -1px 0px 0px #f89001;
}
.bttn-slant.bttn-warning:before {
  background: #feab3a;
}
.bttn-slant.bttn-warning:after {
  background: #f89001;
}
.bttn-slant.bttn-danger {
  color: #fff;
}
.bttn-slant.bttn-danger:hover:before,
.bttn-slant.bttn-danger:focus:before {
  box-shadow: inset 0 -1px 0 #ff1424, inset 0 1px 0px #ff1424, inset -1px 0px 0px #ff1424;
}
.bttn-slant.bttn-danger:before {
  background: #ff5964;
}
.bttn-slant.bttn-danger:after {
  background: #ff1424;
}
.bttn-slant.bttn-success {
  color: #fff;
}
.bttn-slant.bttn-success:hover:before,
.bttn-slant.bttn-success:focus:before {
  box-shadow: inset 0 -1px 0 #209271, inset 0 1px 0px #209271, inset -1px 0px 0px #209271;
}
.bttn-slant.bttn-success:before {
  background: #28b78d;
}
.bttn-slant.bttn-success:after {
  background: #209271;
}
.bttn-slant.bttn-royal {
  color: #fff;
}
.bttn-slant.bttn-royal:hover:before,
.bttn-slant.bttn-royal:focus:before {
  box-shadow: inset 0 -1px 0 #a20bdd, inset 0 1px 0px #a20bdd, inset -1px 0px 0px #a20bdd;
}
.bttn-slant.bttn-royal:before {
  background: #bd2df5;
}
.bttn-slant.bttn-royal:after {
  background: #a20bdd;
}

.btn-brown:before,
.btn-buy:before {
	background: #a0978d!important;
}

.btn-brown:hover:before,
.btn-buy:hover:before {
    box-shadow: inset 0 -1px 0 #77726d!important, inset 0 1px 0px #77726d!important, inset -1px 0px 0px #77726d!important;
}

.btn-brown:after,
.btn-buy:after {
    background: #77726d!important;
}


/* ================================= 
  Header / Menu, Slider / Styles
==================================== */

.hamburger--squeeze .hamburger-inner,
.hamburger--squeeze .hamburger-inner::after,
.hamburger--squeeze .hamburger-inner::before {
    height: 3px!important;
}

.rh_logo {
	max-width: 200px;
}

.rh_header {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.7)),color-stop(100%,rgba(192,192,192,0)));
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%); */
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(rgba(192,192,192,0))); */
    background: -webkit-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%); */
    background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='silver',GradientType=0);
}

#rh_slider__home .rh_btn {
	padding: 1px 12px;
    font-size: 35px;
}

#rh_progress .slide {
	background-position: top!important;
} 

.rh_slide__desc_wrap {
	position: absolute!important;
    left: 4%;
    background-color: transparent!important;
    display: block!important;
}

.rh_slide__desc_wrap h3 {
	color: #fff!important;
    font-size: 5rem!important;
    line-height: 1!important;
}

.rh_slide__desc_wrap p {
	color: #fff!important;
}

#menu-main-menu {
	text-transform: uppercase;
}

.rh_slide__desc .rh_slide__desc_wrap {
	max-width: 70rem;
	bottom: 16rem;
}



.rh_slide__desc_wrap .sub-text {
	font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    display: block;
}

.rh_slide__desc_wrap a {
	margin: 0!important;
}

ul.rh_menu__main li a:hover {
	color: #fff;
}

ul.rh_menu__main > .current-menu-item > a {
	color: #fff;
}

.rh_banner__image {
	background-position: center!important;
	background-position-y: -190px!important;
	height: 45rem;
}

.page-id-8964 .rh_banner__image,
.page-id-7088 .rh_banner__image {
	background-position: center!important;
	background-position-y: -210px!important;
	height: 45rem;
}

@media (max-width: 1500px) {
  .rh_banner__image {
	background-position-y: -30px!important;
  }
}

@media (max-width: 768px) {
  .rh_banner__title {
    letter-spacing: 1px!important;
    font-size: 32px !important;
  }
}
@media (max-width: 1200px) {
  .page-id-8964 .rh_banner__image {
  	background-position-y: 0px!important;
  }
  .page-id-7088 .rh_banner__image {
  	background-position-y: 0px!important;
  }
  .rh_banner__image {
  	background-position-y: 0px!important;
  }
}

.rh_banner__cover {
	background: rgba(0,0,0,.3);
}

ul.rh_menu__main ul.sub-menu li:hover {
	background: #48b54a;
	color: #fff;
}

ul.rh_menu__main ul.sub-menu li a:hover {
	color: #fff;
}

.rh_menu__user {
  display: none;
}

.favourites-bar {
  border-bottom: 2px solid #fff;
   padding-bottom: 5px;
   margin-right: 15px;
   min-width: 97px;
}

.favourites-bar a {
  display: inline-block;
  color: #fff;
}

.favourites-bar .rh_page__nav_item {
  margin-right: 5px;
}

.favourites-bar path {
  fill: #ea3d3d;
}

.rh_header__wrap:nth-child(1) {
  padding-top: 1.5rem!important;
}

.rh_header__wrap:nth-child(2) {
  padding-top: 15px!important;
}

.rh_menu__responsive ul.sub-menu {
width: 24.5rem;
}

 .availability {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  margin-right: 10px;
}

.availability-part {
  display: inline-block;
}

.availability p,
.availability p a {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  margin-right: 10px;
}

.availability-part p:last-child {
  margin-right: 0;
}


.availability .green {
  color: #48b54a;
}



@media (max-width: 881px) {
  .favourites-bar {
    margin-top: 14px;
  }

  .availability {
    max-width: 363px;
  }
}

@media (max-width: 546px) {
  .favourites-bar {
    margin-top: 30px;
  }

  .availability {
    max-width: 273px;
  }

  .availability .tel {
    margin-right: 0;
  }

}


@media (max-width: 501px) {
  .favourites-bar {
    margin-top: 43px;
  }

  .availability p {
    display: block;
  }
}




/* ================================= 
  Search Section Styles
==================================== */

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
	padding: 1rem 0;
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search span {
	font-size: 20px;
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
	background: #a0978d;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
	background: #48b54a;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a0978d;
}

.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__active {
	background: #48b54a;
}

.rh_prop_search__active .select2-container--default .select2-selection--single {
	background: #48b54a;
}

.rh_prop_search__advance svg {
  height: 100%!important;
}

.select2-search--dropdown {
  display: none;
}
@media (max-width: 1200px) {
	body > div.rh_wrap > div.container > section > form > div.rh_prop_search__buttons > div > div.rh_prop_search__searchBtn > button {
		padding-bottom: 31px!important;
    	padding-top: 23px!important;
	}
}


@media (min-width: 1280px) {
	.rh_prop_search__form .rh_prop_search__buttons {
		width: 25%;
	}
	.home .rh_prop_search__buttons:after {
    left: -8.5rem;
    top: -5rem;
	}
}
@media (min-width:  1140px) {
	.rh_prop_search__form .rh_prop_search__buttons {
		width: 25%;
	}
	.home .rh_prop_search__buttons:after {
		left: -11.5rem;
    	top: -5rem;
    }
}
@media (min-width: 1024px) {
	.rh_prop_search__form .rh_prop_search__buttons {
		width: 25%;
	}
	.home .rh_prop_search__buttons:after {
		left: -11.5rem;
    	top: -5rem;
    }
}

/* ================================= 
  Business Section Styles
==================================== */

#business {
    /*background-image: url(../img/honvagy-ingatlan-iroda-white.jpg);*/
    position: relative;
    padding: 50px 0;
    height: auto;
    margin: 0;
    top: 0;
}

#business .row {
  height: auto;
}

#business .col-lg-6.text-box {
  text-align: left;
}

#business .col-lg-6.text-box h3{
  margin-top: 0;
  color: #3a9141;
  font-size: 38px;
  font-weight: 600;
}
#business .col-lg-6.text-box p{
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

#business .col-lg-6.text-box p.bold{
  font-weight: 500;
  margin-bottom: 40px;
}
#business .col-lg-6.text-box p.bold span{
  color: #48b54a;
  font-weight: 500;
}

#business .col-lg-6.text-box .read-more{
  margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

#business .col-lg-3 {
	height: auto;
}

#business .col-lg-2 {
  padding-top: 100px;: 
}

#business .col-lg-2.sell a{
  margin-right: -50px;
}

#business .col-lg-2.buy a {
  margin-left: -50px;
}

.left-hand {
	position: relative;
}

.left-hand img {
	position: absolute;
    left: 0;
    bottom: 0;
}
}

#business button {
	font-size: 40px;
}

.sell {
	text-align: right;
}

.sell button {
	margin-top: 40px;
}

#business .col-lg-2 span {
	position: relative;
    top: 120px;
    font-size: 30px;
    color: #2f2f2f;
}

.right-hand {
	position: relative;
}

.right-hand img {
	position: absolute;
	right: 0;
  top: 50px;
}

.buy {
	text-align: left;
}

.buy button {
	margin-top: 180px;
}

/* ================================= 
  Helping Section Styles
==================================== */

#helping .col-lg-7 {
    background-image: url(../img/honvagyingatlan-winter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	height: auto;
	position: relative;
	padding: 0;
}

#helping .col-lg-7 p a {
	cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

#helping .col-lg-7 p a:hover {
    color: #f5f5f5;
}

#helping .col-lg-7 p {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(72, 181, 74, 0.8);
    font-size: 30px;
    padding: 10px;
    margin: 0
}

#helping {
	text-align: left;
	background-color: #f5f5f5;
}

#helping h3 {
	color: #30ae4b;
	text-transform: uppercase;
}

#helping .col-lg-5 {
	padding: 60px;
	position: relative;
}

#helping .col-lg-5 p {
	display: inline-block;
	color: #2f2f2f;
    font-size: 20px;
    vertical-align: top;
    padding-left: 10px;
}

#helping .col-lg-5 a {
	margin-top: 50px;
  margin-left: 10px;
}

#helping ul li {
	margin: 10px;
	list-style-type: none;
	list-style-image: url(../img/icon-right-arrow.svg);
}


#helping .col-lg-5 img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

/* ================================= 
  Services Section Styles
==================================== */

.services-img {
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-1 {
	background-image: url(../img/energetikai-tanusitvany.jpg);
}

.service-2 {
	background-image: url(../img/ertekbecsles-elkeszitese.jpg);
}

.service-3 {
	background-image: url(../img/ugyvedi-kozremukodes.jpg);
}

.service-4 {
	background-image: url(../img/hitel.jpg);
}

#services {
	padding: 50px 0;
}

#services span {
	font-size: 1.9rem;
    color: #2F2F2F;
}

#services .column-content {
	position: relative;
    padding: 20px;
    text-align: center;
    height: 260px;
    border-bottom: 5px solid #48b54a;
}

#services .column-content a {
    font-size: 20px;
    margin-top: 15px;
}

#services .column-content p {
	margin: 10px 0;
}

#services .col-md-6 {
  margin-bottom: 30px;
}

.button-container {
  text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}




/* ================================= 
  Featured Property Section Styles
==================================== */

.rh_section--props_padding {
	background-color: #f5f5f5;
}

.rh_label__property {
	background: #48b54a!important;
}

.rh_label__property span {
	border-left-color: #48b54a!important;
}

.rh_section .rh_section__head .rh_section__title {
	color: #48b54a!important;
}

.rh_section--props_padding:after, .rh_section__agents:after {
	    border-left-color: #f5f5f5!important;
}

.rh_section--props_padding:after {
	bottom: -180px!important;
	border: none;
}

.rh_label__property {
	position: absolute;
    left: 0.5rem;
    top: 1.5rem;
    z-index: 999;
    padding-right: 5px;
}

.rh_label__property_grid {
    left: 0.5rem;
    top: 1.7rem;
}

.rh_label {
    font-size: 1.8rem;
}

.rh_label span {
	display: none;
}

.rh_prop_card__details {
		border-bottom: 5px solid #48b54a;
		height: 400px;
	}


@media only screen and (max-width: 1023px) {
	.rh_prop_card__details {
		border-bottom: 5px solid #48b54a;
		height: 340px;
	}
}

.rh_page__sidebar .rh_prop_card__details {
  height: auto;
}



.rh_prop_card__priceLabel {
	position: absolute;
    bottom: 50px;
}

.rh_page__sidebar .rh_prop_card__priceLabel {
  position: static;
  margin: 30px 0 -40px 0;
}



/* ================================= 
  Testimonial Section Styles
==================================== */

.rh_section__testimonial {
	padding: 15rem 10rem;
}

.rh_testimonial__quote_bg {
	background: none;
}

.rh_testimonial__quote {
  color: #ffffff;
  font-size: 3.6rem;
}

.rh_section__testimonial {
	background-image: url(../img/rackevei_arpadhid-dark.jpg);
	background-size: cover;
}

.rh_section__testimonial:before {
	border: none;
}

.rh_section__testimonial:after {
	border: none;
}

/* ================================= 
  Agents Section Styles
==================================== */

.rh_section__agents {
	padding: 50px;
}

.rh_section__agents {
	background-color: #f5f5f5;
}

.rh_section__agents:after {
	border: none;
}

.rh_section__agents:before {
	border: none;
}

.rh_section__agents_wrap {
	padding: 6rem 8.5rem;
}

.rh_section__agents h2 {
	color: #48b54a!important;
}

.rh_section__agents:before {
	top: -180px;
}

.rh_agent .rh_agent__details {
	border-bottom: 5px solid #48b54a;
}

/* ================================= 
  Data Section Styles
==================================== */

#data {
	    padding: 10rem 0;
	    position: relative;
      background-color: #48b54a;
}

#data .row {
	    padding-top: 40px;
}

#data img {
	width: 100px;
}

#data h3 {
	font-weight: 400;
  color: #fff;
}

#data .col-sm-12 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    #data .col-lg-4 {
    margin-bottom: 50px;
  }
  #business .right-hand-img {
    display: none;
  } 
  #business .text-box {
    margin-top: 20px;
    text-align: center !important;
  }
  #numbers .col-lg-4 {
    margin: 30px 0;
  }
  #main-testimonial .col-lg-4.testimonial-profile {
    margin-top: 20px;
  }
  #social-media .col-lg-4 {
    width: 90% !important;
    max-width: 90% !important;
    margin: 20px auto !important;
  }
  #dream-property .col-lg-3 {
   margin: 20px 0;
  }

}


/* ================================= 
  Opinions Section Styles
==================================== */

#opinions {
	background-color: #f5f5f5;
	padding-bottom: 50px;
	position: relative;
}


#opinions:before {
    border: none;
}

/*#opinions:after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 180px;
    border-left: 1440px solid red;
    border-left: 100vw solid blue;
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: 9999;
}*/



#opinions .member {
	text-align: left;
	text-align: left;
    padding-left: 15px;
    margin-bottom: 30px;

}

#opinions h2 {
	padding-bottom: 0!important;
	color: #48b54a!important;
}

.member {
	border-left: 5px solid #48b54a;
}
.testimonial-holder {
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #48b54a;
  font-weight: 500;
}

.testimonial-text {
  font-size: 2rem;
}

.star-rating {
  color: gold;
  margin-top: 10px;
  font-size: 2.2rem;
}

#opinions .owl-dots {
	bottom: 50px!important;
}

@media only screen and (max-width: 575px) {
	#opinions {
		padding: 6rem 0 0;
	}

	#opinions .rh_section__title {
		margin: 0 0 1.5rem 0;
	}
}


/* ================================= 
  Partners Section Styles
==================================== */

.rh_section__partners:before {
	border: none;
}

.rh_section__partners:after {
	border: none;
}

#partners {
  background: #f5f5f5;
  padding-top: 20px;
}

#partners h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  color: #48b54a!important;
  font-weight: 400;
}

.rh_section__partners .rh_section__head {
    padding: 0 0 7rem;
}

.rh_section__partners .rh_section__head .space-between div {
    margin: auto 0;
    text-align: center;
}

#partners .col-md-6 {
  margin-bottom: 35px;
}

/* ================================= 
  Footer Styles
==================================== */

.rh_footer__logo img {
	max-width: 160px;
}

.rh_footer:before {
	border: none;
}

.fa-lg {
	font-size: 3rem;
}

.tag-line {
	text-align: center;
    width: 100%;
}

.rh_footer__widgets #text-6 .green {
  color: #48b54a
}


/* ================================= 
  Side-bar Styles
==================================== */

.widget .tagcloud a {
	background: #48b54a;
}

.widget .tagcloud a:hover {
	background: #a0978d;
}

.Featured_Properties_Widget .rh_prop_card__priceLabel {
	bottom: 0px;
	
}

.rh_label__featured_widget {
	padding-right: 5px;
    top: 1.5rem;
    left: -1rem;
}

.rh_label__featured_widget .rh_label__wrap{
    font-size: 1.8rem;
}

.rh_property_agent .rh_property_agent__agent_info .email .value {
    color: #48b54a;
}

/*.rh_page__sidebar .rh_prop_card__details {
  height: 420px;
}*/

/* ================================= 
  Pagination Styles
==================================== */

.rh_pagination .current {
	background: #48b54a;
}

.rh_pagination .rh_pagination__btn:hover {
	background: #48b54a;
}

.rh_pagination a {
	border-radius: 1px;
}

/* ================================= 
  Page.php Styles
==================================== */



.page .entry-header {
    min-height: 7rem;
}

.qe-testimonial-wrapper .qe-testimonial-byline {
	color: #48b54a;
}

.entry-content p a {
	color: #48b54a;
}

.page-id-8283 .rh_map {
	display: none;
}

.flex-viewport {
	height: auto;
}


.rh_property--padding {
	padding-top: 0;
}

.page-id-8328 .entry-content {
	padding: 2rem 1rem;
}

.page-id-8328 .entry-content p,
.page-id-8328 .entry-content span {
	text-align: left;
}

.qe-testimonial-wrapper {
	border-left: 5px solid #48b54a;
    padding: 0 15px;
}

.qe-testimonial-wrapper .qe-testimonial-text {
    margin: 1.5rem 0 0;
}

.qe-toggle-title {
	color: #fff!important;
	background-color: #a0978d!important;
}

.qe-toggle-title:hover {
	background-color: #48b54a!important;
}

.fa-plus-circle {
	color: #fff!important;
}

.qe-toggle-content {
	background-color: #f5f5f5!important;
}

.rh_page__property .rh_page__property_price .price,
.rh_property__id .id,
.rh_property__heading {
	color: #48b54a;
}

.rh_property__id .id {
	font-weight: 600;
}

.rh_svg {
	fill: #48b54a;
}

.rh_property__features_wrap .rh_property__feature:before {
	    background: url(../img/check-mark.svg) 50% 50% no-repeat;
}

.qe-faq-toggle .qe-toggle-title {
	padding: 0 1em;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 15px!important;
}

div.wpforms-container-full {
    border-left: 5px solid #48b54a;
    padding: 20px;
    background-color: #f5f5f5;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #48b54a;
	color: #fff;
	border-radius: 2px;
    padding: 10px 20px;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #a0978d;
}

#post-8287 .padding {
	padding: 30px 0;
}

.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp .listed_properties .number,
.rh_page__head .rh_page__title .sub {
	color: #48b54a;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	color: #48b54a !important;
	padding: 5px 0 !important;
}

.rh_property .rh_property__main {
  width: 100%!important;
    margin-right: 0!important;
}

.rh_prop_search__form .rh_prop_search__buttons:after {
    content: '';
    background-image: url(/wp-content/uploads/2018/05/reszletes-kereses-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6rem;
    left: -18.5rem;
    z-index: -9999;
    width: 23rem;
    height: 7rem;
}

@media only screen and (min-width: 1200px) {
  .page-id-7078 .rh_prop_search__form .rh_prop_search__buttons:after {
    top: 2rem;
    left: -25.5rem;
    background-image: url(/wp-content/uploads/2018/05/reszletes-kereses-2.png) !important;
    width: 24rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
  }
}




@media only screen and (max-width: 1023px) {
  .rh_prop_search__form .rh_prop_search__buttons:after {
    display: none;
  }
}

/* ================================= 
  Contact Page Styles
==================================== */

.page-id-7088 h3 {
  text-align: center;
    padding-bottom: 60px;
    font-size: 25px;
    color: #a0978d;
}

.page-id-7088 h4 {
    color: #48b54a;
    margin-bottom: 30px;
}

.page-id-7088 .entry-content {
  padding: 2rem 3rem 0;
}

.page-id-7088 .entry-content p {
  margin-bottom: 0;
}

.page-id-7088 ul {
  list-style-type: none;
  padding: 0;
  padding-bottom: 10px;
}

.page-id-7088 .opening {
  border-left: 5px solid #48b54a;
  padding: 30px;
  background-color: #f5f5f5;
}

.page-id-7088 .opening .today {
  background-color: #3a9141;
}

.page-id-7088 .opening .today th {
  color: #fff;
}

.page-id-7088 .opening p {
  padding: 0;
  margin: 0;
}

.rh_contact__form .rh_contact__input label,
.rh_contact__details .rh_contact__item .label,
.page-id-7088 .rh_contact__input {
  color: #a0978d;
}

.page-id-7088 .row-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.always-telephon {
  color: #48b54a!important;
  font-weight: 700;

}

.page-id-7088 .entry-content img {
  width: 100%;
}



@media only screen and (max-width: 991px) {
  .page-id-7088 .entry-content .exponent {
    margin-bottom: 40px;
  }
}

/* ================================= 
  Propertys Page Styles
==================================== */

.rh_banner__controls {
	display: none;
}

.rh_property__heading {
  font-size: 2.2rem;
}

.rh_property__meta {
  margin-right: 30px !important;
}

/* ================================= 
  Sell.php Styles
==================================== */


.page-id-8287 .rh_page {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}

.page-id-8287 .rh_section__features_wrap {
  padding: 3rem 1rem 0;
}

.page-id-8287 .rh_prop_search {
  display: none!important;
}

#wpforms-8417-field_15 {
  display: none;
}

.wpforms-field-description {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 20px!important;
}

.counter {
  width: 100%;
  text-align: center;
}

.counter .number {
      font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.counter p {
    color: #fff;
    font-size: 2rem;
}

.page-id-8287 .entry-header {
  display: none;
}

.page-id-8287 .rh_banner__title {
    line-height: 1;
}


#post-8287 {
  margin: 0;
 
}

#post-8287 .rh_content {
  padding: 0;
  margin: 0;
}

#post-8287 .form-section {
  background-image: url(../img/rackeve-drone-4-black.jpg);
  background-size: cover;
  background-repeat: no-repeat;
   background-attachment: fixed;
    background-position: center;
}

.grey-background {
  background-color: #a0978d;
  padding: 100px 0;
}

.green-background {
  background-color: #48b54a;
  padding: 100px 0;
}

.page-id-8287 .wpforms-container {
  border-left: unset;
  background-color: transparent;
  max-width: 800px;
  margin: auto;
}

.page-id-8287 div.wpforms-container-full {
  padding: 70px 0;
      color: #fff;
}


.page-id-8287 .custom-title a:hover  {
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  opacity: 0.8;
}

.page-id-8287 .custom-title p  {
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  color: #fff;
  font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
        padding: 5px 0;
}

.page-id-8287 .custom-title p:hover  {
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  opacity: 0.7;
}

.page-id-8287 .custom-title h3 {
  color: #fff;
  font-size: 18px;
      margin-bottom: 2rem;
}

.page-id-8287 .rh_banner__wrap {
  flex-direction: column;
  text-align: center;
}

.page-id-8287 .rh_banner__title {
  font-size: 5rem!important;
  font-weight: 500;
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.page-id-8287 div.wpforms-container-full {
padding: 70px 15px;
}

.page-id-8287 .rh_banner__title {
width: 100%;
}

.page-id-8287 #opinions {
  padding: 70px 0;
}

#settlements {
	background-color: #f5f5f5;
}

#settlements h2 {
	color: #48b54a;
	font-weight: 300;
	text-align: center;
}




#settlements .col-xl-5 ul {
	text-align: left;
    padding-bottom: 15px;
}



#settlements p strong {
	color: #48b54a;
}

.page-id-8287 #opinions {
  background-color: #fff;
}

#post-8287 #settlements .col-xl-5 {
  padding: 50px;
}

#post-8287 #settlements .col-xl-5 ul li {
  font-size: 18px;
}

#confidence {
	/*background-image: url(../img/rackeve-drone-2-dark.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
  background: #fff;
}

#confidence p {
	  text-align: center;
    padding-top: 25px;
    color: #48b54a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
}

@media only screen and (max-width: 767px) {
	  #confidence p {
	    padding-top: 30px;
	}
}

@media only screen and (max-width: 419px) {
	  #confidence p {
	    padding-top: 20px;
	}
}

@media only screen and (max-width: 1540px) {
  #post-8287 #settlements .col-xl-5 {
    padding: 40px 0 0 40px;
  }
}

@media only screen and (max-width: 1405px) {
  #post-8287 #settlements .col-xl-5 ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1260px) {
  #post-8287 #settlements .col-xl-5 ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1259px) {
  #post-8287 #settlements .col-xl-5 {
    padding: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 1199px) {
  #post-8287 #settlements .col-xl-5 {
    padding: 50px;
  }
}

/* ================================= 
 favorites.php Styles
==================================== */

.rh_page__head .rh_page__nav .active {
  border-bottom: 3px solid #48b54a;
}

.rh_page__head .rh_page__nav .active svg path {
  fill: #ea3d3d;
}

/* ================================= 
 services.php Styles
==================================== */

#services-agent {
  margin-top: 70px;
}

#services-agent .rh_page__agents {
  width: 100%;
  padding: 0;
}

#services-agent  .rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail a:hover {
  color: #48b54a;
}

.page-id-7082 .entry-content ul li {
  list-style-type: none;
  padding: 10px 0 10px 20px;
}

.page-id-7082 .entry-content ul .grey {
  background-color: #f5f5f5;
}

.page-id-7082 .entry-content ul {
  border: 2px solid #f5f5f5;
  padding-left: 0;
  margin-bottom: 40px;
}

.page-id-7082 .entry-content ul li img {
  margin: 0;
  vertical-align: middle;
  margin-right: 30px;
}

.page-id-7082 .entry-content ul li span {
  width: 80%;
  vertical-align: middle;
  display: inline-block;
}

.rh_agent_profile-rank {
  position: relative;
  bottom: 20px;
}

.rh_agent_profile-rank p {
  margin-bottom: 0;
}

.counselor {
  background-color: #f5f5f5;
  padding: 20px;
}



/* ================================= 
  Index.php Styles
==================================== */

.blog .rh_blog__post {
  box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
  border-bottom: 5px solid #48b54a;
  margin-bottom: 50px;
}

.blog .entry-title {
  margin: 0 0 10px 0!important;
  padding-bottom: 0!important;
}

.blog .entry-title a {
  font-size: 3rem;
  color: #1a1a1a;
}

.blog .entry-title a:hover {
  color: #48b54a;
}

.blog .read-more {
  font-size: 20px;
  margin-top: 10px;
}

.single-post .rh_blog__post {
  box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

.single-post h1 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.single-post .rh_content {
  margin: 20px;
  padding: 0 0 0 0;
}

.single-post .rh_content p {
  margin-bottom: 0;
}

.single-post .navigation {
  margin-top: 50px;
}

.single-post .nav-previous,
.single-post .nav-next {
  display: inline-block;
  padding: 15px 0;
  margin: 20px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

.single-post .nav-previous:hover,
.single-post .nav-next:hover {
  background-color: #48b54a;
}

.single-post .nav-links a {
      padding: 15px 30px;
}

.single-post .nav-links a:hover {
      padding: 15px 30px;
      color: #fff;
}

/* ================================= 
  @media Rule Element Styles
==================================== */

#menu-fo-menu-1 {
	border-left: 5px solid #48b54a;
}

@media only screen and (max-width: 575px) {
  	#business{
  		margin-top: 30px;
    	margin-bottom: 50px;
    	background-position-y: unset;
    	top: 0;
  	}
  	.sell, .buy {
  		text-align: center;
  	}
  	#business .col-lg-2{
  		padding: 0;
  	}
  	#business img {
  		width: 100%;
  	}
  	.services-img {
  		height: 200px;
  	}
  	#services .column-content {
  		height: 180px;
  	}
  	#services .box-shadow {
    	margin-bottom: 20px;
	}
	.rh_section__agents {
    	padding: 3rem 0 0;
	}
	#data {
    	padding: 3rem 3rem 9rem;
	}
	
	
	#opinions:before {
		display: none;
	}
	#partners {
		text-align: center;
	}
	#partners .row div {
		padding: 20px 0;
	}
	#partners h2 {
		margin-bottom: 0;
	}
	.rh_section__testimonial {
    padding: 9rem 6rem;
	}
	.rh_section__agents_wrap {
    padding: 3rem;
	}
	.rh_agent {
		margin: 5rem 0;
	}
	.rh_section__partners {
    padding: 3rem 0 0;
	}
	h2 {
		font-size: 35px!important;
	}

  .page-id-7082 .entry-content ul li span {
  width: 70%;
}

.page-id-7082 .entry-content ul li img {
  margin-right: 20px;
}

}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .page-id-7078 .rh_prop_search {
    top: -481px!important;
  }

  .rh_slide__desc .rh_slide__desc_wrap {
    bottom: 10rem;
  }
}


@media only screen and (min-width: 1200px) {


	.page-id-7078 .rh_prop_search {
      position: absolute;
   top: -500px;
   right: -34px;
   padding: 0;
 }


	.page-id-7078 .rh_prop_search__form .rh_prop_search__fields {
		width: 100%;
	}
	.page-id-7078 .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap {
		flex-wrap: wrap;
	}
	.page-id-7078 .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap {
		padding: 0 0 1rem 0;
	}

	.page-id-7078 .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
		width: 100%;
		padding: 1rem 0;
	}

  .page-template-default .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
    padding: 2.95rem 0!important;
  }

	.page-id-7078 .rh_prop_search__form {
		flex-wrap: wrap;
   width: 45%;
   flex-direction: column-reverse;
   margin: 0;
   float: right;

	}
	.page-id-7078 .rh_prop_search__form .rh_prop_search__buttons {
		width: 100%;
	}

	.page-id-7078 .rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive {
		-webkit-transform: translatex(-36.5rem);
    -ms-transform: translateY(-36.5rem);
    /* transform: translateY(-36.5rem); */
	}
}


/*@media only screen and (min-width: 1400px) {
  .rh_slide__desc .rh_slide__desc_wrap {
    
    bottom: 24rem;
  }
}*/

@media only screen and (max-width: 991px) {
  #helping .col-lg-7 {
    height: 500px;
  }

  #data .row div {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 580px) and (max-width: 991px) {
  #services .column-content {
    height: 210px;
  }

  

  #helping ul li {
    margin: 30px 10px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .rh_prop_card__details {
    height: 300px;
  }
}

@media only screen and (max-width: 1400px) {
  .page-id-7078 .rh_prop_search {
    right: 35px;
  }
}

@media only screen and (max-width: 1023px) {
  .rh_slide__desc .rh_slide__desc_wrap {
    
  }

  .rh_contact__details {
    margin-top: 50px;
  }
}



@media only screen and (max-width: 767px) {
  .rh_slide__desc .rh_slide__desc_wrap {
    
  }

  .page-id-7080 .rh_prop_card--listing {
    max-width: unset;
  }
}


@media only screen and (max-width: 560px) {
  .rh_slide__desc .rh_slide__desc_wrap h3 {
    font-size: 3rem!important;
  }

  .rh_slide__desc .rh_slide__desc_wrap p {
    font-size: 15px;
  }
  .page-id-8287 .rh_banner__title {
    font-size: 2rem!important;
    text-align: left;
    padding-bottom: 5px!important;
  }
  .page-id-8287 .custom-title {
    width: 100%;
  }
  .page-id-8287 .custom-title p {
    font-size: 16px;
    text-align: left;

  }
}



@media only screen and (max-width: 1139px) {
  .favourites-bar {
    margin-right: 0;
  }
}

@media (max-width: 1025px) {
  .rh_footer .rh_footer__social {
  text-align: left;
  }

  .rh_footer .rh_footer__social a {
     margin: 0 0rem;
     margin-bottom: 1.5rem;
  }
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a {
  padding: 0!important;
}


.post-9144 .rh_prop_card__price {
  display: none;
}

.post-9144 .rh_prop_card__meta h4,
.post-9144 .rh_prop_card__meta img {
  display: none;
}

.post-9144 .rh_prop_card__meta div span {
  padding: 0!important;
  color: #48b54a!important;
  font-size: 22px!important;
}

blockquote {
	border-color: #48b54a;
	border-left: 5px solid #48b54a;
	background-color: rgba(72,181,74,.1);
}

body > div.rh_wrap > section.rh_section.rh_wrap--padding.rh_wrap--topPadding > div > div.rh_property > div > div.col-lg-4.col-12.col-sm-12.rh_property__sidebar > aside > section.widget.rh_property_agent > a.rh_btn.rh_btn--primary.rh_property_agent__link {
	display: none;
}
#wpforms-widget-3 {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}

#wpforms-widget-3 h3 {
	color: #fff;
    background-color: #48b54a;
    padding: 20px;
    text-align: center;
}

#wpforms-widget-3 .wpforms-container {
	padding: 0 20px;
}
#wpforms-submit-9736 {
    color: #fff;
    background-color: #48b54a;
    font-size: 18px;
}

/* ================================= 
  front-page-blog-section
==================================== */



#front-page-blog-section .blog-text {
	padding: 20px 20px 0px 10px;
    text-align: center;
}

#front-page-blog-section .blog-text .read-more-button-box {
	position: relative;
}


/* ================================= 
  vevőink page
==================================== */

.page-id-10841 .rh_prop_search {
  display: none;
}

#vevoink-page {
  padding: 100px 0;
}

#vevoink-page .column-content {
  height: 500px;
  position: relative;
  padding: 15px;
  margin-top: 50px;
  border-top: 5px solid #48b54a;

}

#vevoink-page .column-content .btn-green {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-size: 20px; 
}

#vevoink-page .column-content p {
  text-align: left;
  font-size: 16px;
  padding: 5px;
  line-height: 1.4;
}

#vevoink-page .column-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #444;
}

#vevoink-page .column-content i {
    padding: 0 ;
    width: 20px;
    text-align: center;
    margin-right: 15px;
    -webkit-text-fill-color: #48b54a;
    fill-color: #48b54a;
}

.vevoink-search-form {
  background-color: #fff;
}

.vevoink-search-form .vevoink-search-field {
  border: 1px solid rgba(128,128,128,.2)!important;
  padding: 15px 0;
  
}

.vevoink-search-form .vevoink-search-field {
  border: 1px solid rgba(128,128,128,.2)!important;
  padding: 15px 0;
  max-width: 23%;
}

.vevoink-search-form .vevoink-search-field .label {
  font-weight: bold;
  color: #444;
}

.vevoink-search-form select {
    cursor: pointer;
    padding: 0 10px;
    margin-top: 15px;
}

.vevoink-search-form select option {
  background-color: #3a9141;
  color: #fff; 
}

.vevoink-search-form select option:hover {
  background-color: #a0978d;
}

.vevoink-search-form input[type="submit"] {
    background-color: #3a9141;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    height: auto;
}

.vevoink-search-form input[type="submit"]:hover {
  background-color: #a0978d;
}

.no-results {
  text-align: center;
  width: 100%;
  margin: auto;
}

.no-results h4 {
  color: #444;
  padding: 0 10px;
}

.no-results i {
    font-size: 60px;
    margin-top: 50px;
    -webkit-text-fill-color: #48b54a;
    fill-color: #48b54a;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .vevoink-search-form .vevoink-search-field {
    max-width: 100%;
  }
  .vevoink-search-form input[type="submit"] {
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .vevoink-search-form .vevoink-search-field {
    max-width: 100%;
  }
  .vevoink-search-form input[type="submit"] {
    padding: 20px;
    width: 100%;
  }
}

.more-info {
	margin-top: 15px;
}

.hidden-content {
	 border: 1px solid rgba(128,128,128,.2);
	 padding: 5px;
	 position: relative;
	 z-index: 15;
	 background-color: #fff;
     box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
     display: none;
}

.floating-textarea.visiblebox {
	display: block;
}

.vevoink-read-more {
	background-color: blue;
	color: #fff;
}


.vevoink-banner p{
	padding: 10px;
	text-align: center;	
    margin: 0;
    background-color: #a0978d;
    font-size: 24px;
    color: #fff;
}

.vevoink-banner p a {
	font-size: 24px;
	color: #fff;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
  margin: 15px;
}

.vevoink-banner p a:hover {
	color: #ddd;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
}




/* ================================= 
  Ingatlan kereső
==================================== */


.rh_section .rh_section__head {
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .page-template-templatesproperties-search-right-sidebar-php .rh_section__title{
  font-size: 28px!important;
  }

  .rh_banner__image {
    height: 45rem;
  }
  .page-template-templatesproperties-search-right-sidebar-php .rh_section {
  width: 100%;
}
}
@media only screen and (max-width: 480px) {
  .page-template-templatesproperties-search-right-sidebar-php .rh_section__title{
  font-size: 22px!important;
  }

}

/* ================================= 
  Ingatlan kereső
==================================== */

@media only screen and (max-width: 1023px) {

 .page-id-8283  .rh_prop_search__fields {
      display: none!important;
    }

.page-id-8283  .rh_prop_search__fields.visible {
      display: flex!important;
  }
}


/* ================================= 
  SpeedUP
==================================== */

#rh_slider__home > div > ul.slides > li > div.slide {
  background: url(/wp-content/uploads/2018/04/rackeve-drone.jpg) 50% 50% no-repeat;
}

body.supports-webp #rh_slider__home > div > ul.slides > li > div.slide {
  background: url(/wp-content/uploads/2018/04/rackeve-drone.webp) 50% 50% no-repeat;
}

body.supports-webp #helping .col-lg-7 {
    background-image: url(../img/honvagyingatlan-winter.webp);

}

#helping .col-lg-7 {
    background-image: url(../img/honvagyingatlan-winter.jpg);

}


body > div.rh_wrap > section.rh_section.rh_section__testimonial {
  background-image: url(../img/rackevei_arpadhid-dark.jpg) !important;
}

body.supports-webp > div.rh_wrap > section.rh_section.rh_section__testimonial {
  background-image: url(../img/rackevei_arpadhid-dark.webp) !important;
}

#services > div > div > div:nth-child(3) > div > div.services-img.service-3 {
  background-image: url(../img/ugyvedi-kozremukodes.jpg) !important;
}

body.supports-webp #services > div > div > div:nth-child(3) > div > div.services-img.service-3 {
  background-image: url(../img/ugyvedi-kozremukodes.webp) !important;
}

#services > div > div > div:nth-child(2) > div > div.services-img.service-2 {
  background-image: url(../img/ertekbecsles-elkeszitese.jpg) !important;
}

body.supports-webp #services > div > div > div:nth-child(2) > div > div.services-img.service-2 {
  background-image: url(../img/ertekbecsles-elkeszitese.webp) !important;
}

#services > div > div > div:nth-child(4) > div > div.services-img.service-4 {
  background-image: url(../img/hitel.jpg) !important;
}

body.supports-webp #services > div > div > div:nth-child(4) > div > div.services-img.service-4 {
  background-image: url(../img/hitel.webp) !important;
}

#services > div > div > div:nth-child(1) > div > div.services-img.service-1 {
  background-image: url(../img/energetikai-tanusitvany.jpg) !important;
}

body.supports-webp #services > div > div > div:nth-child(1) > div > div.services-img.service-1 {
  background-image: url(../img/energetikai-tanusitvany.webp) !important;
}


/* ================================= 
  Redesign
==================================== */

.rh_slider .flexslider ul.slides .slide {
  height: 105vh;
}

@media only screen and (min-width: 320px) {
.rh_slider .flexslider ul.slides a.read-more {
  display: inline-block;
}
}

@media only screen and (max-width: 1300px) {
  .rh_slider .flexslider ul.slides .slide {
     height: 120vh;
  }
  #green-banner {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .rh_slide__desc .rh_slide__desc_wrap {
    left: 0;
    right: 0;
  }
}

#rh_slider__home > div > ul.slides > li > div.rh_slide__desc > div {
  background-color: rgba(160, 151, 141, 0.4) !important;
  box-shadow: 0 0 3px 2px rgba(0,0,0,.15);
  max-width: 62rem;
}

#rh_slider__home > div > ul.slides > li > div.rh_slide__desc > div > h3 {
    font-size: 36px !important;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

#rh_slider__home > div > ul.slides > li > div > div > p {
  margin-bottom: 20px;
}

#rh_slider__home > div > ul.slides > li > div > div > a {
  padding: 9px 18px;
    font-size: 26px;
    font-weight: 500;
}

body > div.rh_wrap > div.container > section > form > div.search-box-title {
    position: absolute;
    top: -15%;
}

@media only screen and (max-width: 1200px) {
    body > div.rh_wrap > div.container > section > form > div.search-box-title {
      top: -70%;
    }
}

@media only screen and (max-width: 1025px) {
    body > div.rh_wrap > div.container > section > form > div.search-box-title {
      top: -40%;
    }
}

@media only screen and (max-width: 768px) {
    body > div.rh_wrap > div.container > section > form > div.search-box-title {
      display: none;
    }
}


body > div.rh_wrap > div.container > section > form > div.search-box-title p {
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    color: #fff;
}

body > div.rh_wrap > div.container > section > form > div.search-box-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    text-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

#green-banner > div.green-bg-banner {
  background: #48b54a;
}

#green-banner > div.green-bg-banner p {
    padding: 30px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

#green-banner > div.green-bg-banner p span {

    font-weight: 600;
}

#business .right-hand-img {
    width: 13%;
    height: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 20%;
}

#business .col-lg-6 {
  position: relative;
}

#business .col-lg-6 .business-img {
  box-shadow: 0 0 3px 2px rgba(0,0,0,.15);
}

#business .col-lg-6 .horvath-istvan {
  position: absolute;
  left: 31%;
  width: 35%;
  max-width: 200px;
  bottom: -20px;
}

#business .col-lg-6 .horvath-mariann {
  position: absolute;
  left: -15px;
  width: 35%;
  max-width: 200px;
  bottom: -20px;
}

#business .col-lg-6 h4 {
  font-weight: 800;
  font-size: 28px;
  color: #2F2F2F;
}

@media (max-width: 575px) {
    #business .col-lg-6 .horvath-istvan {
      position: absolute;
      left: 50%;
      width: 35%;
      max-width: 200px;
      bottom: -20px;
    }

    #business .col-lg-6 .horvath-mariann {
      position: absolute;
      right: 50%;
      left: auto;
      width: 35%;
      max-width: 200px;
      bottom: -20px;
    }
}

#numbers {
  background-color: #f5f5f5;
  padding: 50px 0;
}

#numbers p.bold {
  font-size: 20px;
}

#numbers .number {
    margin: 0 0;
    color: #48b54a;
    font-size: 66px;
    font-weight: 600;
    text-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

#numbers .number span{
    margin: 0 0;
    font-size: 20px;
    color: grey;
    font-weight: 600;
    text-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

#numbers hr {
    height: 3px;
    background: #48b54a;
    width: 80px;
    margin: 15px auto;
}

#numbers p.description {
    width: 75%;
    margin: auto;
}


#main-testimonial {
  background: #48b54a;
  padding: 50px 0;
}

#main-testimonial p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
}

#main-testimonial .testimonial-profile {
  text-align: center;
}

#main-testimonial .testimonial-profile img {
  width: 35%;
}

#main-testimonial .testimonial-profile p {
    text-align: center;
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.8px;
}

#dream-property {
    background: #f5f5f5;
    padding: 50px 0;
}

#dream-property .row{
    justify-content: center;
}


#dream-property img {
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

#dream-property img:hover {
  opacity: 0.8;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

#dream-property .rh_section__title{
  color: #48b54a!important;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 36px !important;
  margin-bottom: 20px;
}

#dream-property .city-title {
  position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #ffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

.rh_section .rh_section__head .rh_section__title {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 36px!important;
}


#opinions .section-title-white-bg{
  background-color: #fff;
  padding: 50px;
}

#opinions .section-title-white-bg .rh_section__title {
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 36px!important;
}

#social-media {
  padding: 50px 0;
}

#social-media .rh_section__title{
  color: #48b54a!important;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 36px !important;
  margin-bottom: 20px;
}

#social-media img {
  width: 30%;
}

#social-media .number {
  font-size: 66px;
    font-weight: 600;
    color: dodgerblue;
}

#social-media .bold {
  font-size: 24px;
}

#social-media .col-lg-4 {
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
  padding: 40px 20px;
  width: 28%;
  max-width: 28%;
  margin: auto;
}

#social-media .read-more {
      font-size: 22px;
    margin-top: 50px;
    background-color: royalblue;
    font-weight: 500;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

#social-media .read-more:hover {
    color: royalblue;
    background-color: #fff;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

#partners {
  padding-bottom: 30px;
}


#partners .section-title {
  background: #f5f5f5;
  margin-bottom: 60px;
  padding: 20px 0;
}

#partners .section-title .rh_section__title{
  padding: 30px 0;
  color: #48b54a!important;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 36px !important;
    margin-bottom: 0;

}

.search-box-title {
  display: none;
}

.home .search-box-title {
  display: block;
}

body > div.rh_wrap > div.container > section > form > div.rh_prop_search__buttons > div,
body > div.rh_wrap > div.container > section > form > div.rh_prop_search__buttons > div > div.rh_prop_search__searchBtn > button {
  height: 100%;
}


#rh_prop_search__dropdown > div:nth-child(3) > label,
#rh_prop_search__dropdown > div:nth-child(4) > label {
    font-weight: 600;
    color: #48b54a;
}

.flexslider .slides img {
    object-fit: cover;
    height: 500px;
}

/**** Ingatlan adatlap nyomtató ****/

#property-print .a4-container {
  width: 1235px;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

#print-content {
  width: 1235px;
  height: 865px;
}

#property-print form h3 {
 margin: 50px 0 20px 0;
}

#property-print form label {
text-align: left;
}

#property-print form input[type="text"],
#property-print form input[type="submit"],
#property-print form textarea {
  display: block;
    width: 50%;
    border: 1px solid;
    border-radius: 6px;
    margin: 15px auto;
    padding: 10px;
}

#property-print form input[type="submit"] {
    background: #355538;
    color: #fff;
    cursor: pointer;
}

#property-print .property-print-box {
  margin-bottom: 50px;
}

#property-print .property-print-box .topbar {
  background: rgb(25,169,74);
  background: linear-gradient(90deg, rgba(25,169,74,1) 0%, rgba(53,85,56,1) 100%);
  height: 150px;
  width: 100%;
  margin: 100px 0 0 0;
  position: relative;
}

#property-print .property-print-box .border-bottom {
  height: 10px;
  background: linear-gradient(90deg, rgba(53,85,56,1) 0%, rgba(25,169,74,1) 100%);
}

#property-print .property-print-box .topbar .logo {
      width: 250px;
    float: left;
    margin: 40px 80px;
}
#property-print .property-print-box .topbar .houses {
    width: 16%;
    position: absolute;
    bottom: 23px;
    overflow: hidden;
    right: 63px;
}


#property-print .property-print-box .property-title {
  color: #355538;
  text-transform: uppercase;
  font-size: 48px!important;
  letter-spacing: 1;
      margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
}

#property-print .property-print-box .property-img img{
  box-shadow: 0 12px 17px rgba(0,0,0,.49), 0 -3px 8px rgba(0,0,0,.33);
  height: 450px;
  object-fit: cover;
}

#property-print .property-print-box .rh_property__meta_wrap {
      border-bottom: 1px solid #f0f0f0f0;
      text-align: left;
}

#property-print .property-print-box .rh_property__meta {
  display: inline-block;
  margin-right: 25px !important;
  text-align: center;
  margin-bottom: 1rem;
}

#property-print .property-print-box .rh_property__meta h4{
  font-size: 16px;
}

#property-print .property-print-box .property-text {
  max-height: 450px;
}

#property-print .property-print-box .property-text .property-desc {
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  width: 90%;
}

#property-print .property-print-box .property-text .property-desc p {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
}

#property-print .property-print-box .property-text .property-desc p strong {
  color: #18a949;
}

#property-print .property-print-box .property-text .property-bottom-text {
  position: absolute;
    bottom: -15px;
}

#property-print .property-print-box .property-text .property-bottom-text .prop-id {
  text-align: left;
    margin: 20px 0 0 0;
    font-size: 20px;
}

#property-print .property-print-box .property-text .property-bottom-text .prop-price {
    text-align: left;
    margin-top: -10px;
    color: #18a949;
    letter-spacing: 0;
    font-size: 76px !important;
    padding-bottom: 0 !important;
}

#property-print .property-print-box .bottom-bar {
  background: rgb(51,51,51);
  background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(53,85,56,1) 100%);
  height: 100px;
  width: 100%;
  margin: 50px 0 0 0;
  position: relative;
}

#property-print .property-print-box .bottom-bar img {
    display: inline-block;
    width: 35px;
    vertical-align: text-bottom;
    margin-right: -10px;
}

#property-print .property-print-box .bottom-bar p {
  display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin: 35px 25px 20px 25px;
}



#property-print .print-box {
  margin: 50px 0;

}

#property-print .print-box button {
    font-size: 30px;
    padding: 12px 20px;
    background: #18a949;
    margin: 20px 20px;
    cursor: pointer;
}

#property-print .print-box button:hover,
#property-print .print-box button.download:hover {
  opacity: 0.8;
}

#property-print .print-box button.download {
  background: rgba(51,51,51,1);
}

#property-print .print-box button a{
    font-size: 30px;
    padding: 12px 20px;
    background: rgba(51,51,51,1);
    color: #fff;
}

.qe-testimonial-wrapper .qe-testimonial-img {
  text-align: left;
}

#wpgmza_map {
  min-height: 350px;
}

.page-template-templatescontact-php .opening-hours {
    width: 100%;
    height: 420px;
}

.page-template-templatescontact-php .opening-hours .today {
  background: #48b54a;

}

.page-template-templatescontact-php .opening-hours .today th {
  color: #fff;
}
.page-template-templatescontact-php .opening-hours.opening > strong {
  font-size: 16px;
}

.page-template-templatescontact-php .opening-hours .always-telephon {
    margin-top: 10px;
    font-size: 18px;
}

.page-template-templatescontact-php .rh_contact__wrap {
  width: 100%;
}

.page-template-templatescontact-php .rh_contact__form {
  width: 45%;
}

.page-template-templatescontact-php .rh_contact__details {
  width: 55%;
}

@media (max-width: 768px) {
  .page-template-templatescontact-php .opening-hours {
    width: 100%;
    height: 430px;
}
  .page-template-templatescontact-php .rh_contact__form {
  width: 100%;
}

.page-template-templatescontact-php .rh_contact__details {
  width: 100%;
}
}

#main-testimonial {
  padding: 0 0 70px 0 !important;
}

#main-testimonial .section-title-white-bg {
    background: #fff;
    padding: 0 0 20px;
    width: 100%;
    margin-bottom: 50px;
    border-top: 5px solid #48b54a;
}

#main-testimonial .section-title-white-bg .rh_section__title {
    font-weight: 500;
    font-size: 36px!important;
    color: #48b54a;
}

#main-testimonial .rh_btn {
  margin-top: 70px;
}

/* ================================= 
  Új értékesítési oldal
==================================== */

/* =========== eladná landing ========== */

.btn-white {
  background-color: #fff!important;
  color: #48b54a!important;
}

.btn-white:hover {
  background-color: #a0978d!important;
  color: #fffa!important;
}

.hide-on-mobile {
  display: none;
}

.page-id-8287 section {
  padding: 6rem 0;
}

.page-id-8287 section.dark-bg * {
  color: #fff!important;
}

.page-id-8287 .rh_btn {
  background: #48b54a;
}

.page-id-8287 .rh_btn:hover {
  background: #a0978d;
}

.page-id-8287 .green-bg {
  background-color: #255329;
  opacity: 0.8;
  position: absolute;
  left: 0;
  width: 100%;
  height: 78%;
  z-index: 0;
  margin-top: 10rem;
}

.page-id-8287 .section-title {
  font-size: 3.9rem!important;
  text-transform: uppercase;
  color: #48b54a;
  letter-spacing: normal;
}

.page-id-8287 .dark-bg h2 {
  color: #fff;
}

.page-id-8287 .rh_banner__image {
  height: 110rem;
  align-items: center;
}

.page-id-8287 .rh_banner__wrap {
  position: relative;
  z-index: 1;
  margin-top: 10rem;
  text-align: left;
}

.page-id-8287 .rh_banner__title {
  font-size: 4.6rem!important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: unset;
  line-height: 1;
  width: 100%;
}

.page-id-8287 .custom-title p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.page-id-8287 .custom-title p.bigger {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.page-id-8287 .rh_banner__title span {
  font-size: 2.4rem!important;
  font-weight: 700;
}

.page-id-8287 #how {
  padding: 0;
}

.page-id-8287 #how .container {
  position: relative;
  padding: 6rem 15px 10rem;
}

.page-id-8287 #how .house {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-id-8287 #how h5 {
  font-size: 2.7rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #48b54a;
}

.page-id-8287 #how h5 span {
  font-size: 5.5rem;
  font-weight: 700;
  font-style: italic;
}

.page-id-8287 #how hr {
  width: 100%;
  border-top: 3px solid #48b54a;
  margin-bottom: 2rem;
}

.page-id-8287 #how p {
  line-height: 26px;
}



.page-id-8287 #successful-sales {
  background-image: url(../img/successful-sales-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
   background-attachment: fixed;
    background-position: center;
}

.page-id-8287 #successful-sales h2 {
  color: #fff;
  margin-bottom: 5rem;
}

.page-id-8287 #successful-sales .card {
  margin-bottom: 5rem;
}

.page-id-8287 #successful-sales .card-header {
  background-color: red;
  padding: 4rem 3rem 1rem;
  border-bottom: 3px solid #fff;
  text-align: center;
}

.page-id-8287 #successful-sales .card-header .card-title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.page-id-8287 #successful-sales .card-content {
  background-color: #fff;
  padding: 3rem;
  border-top: 3px solid #48b54a;
  border-bottom: 8px solid #48b54a;
  min-height: 365px;
  position: relative;
}

.page-id-8287 #successful-sales .card-content .btn-box {
  text-align: center;
  position: absolute;
  bottom: 5rem;
  width: calc(100% - 6rem);
}

.page-id-8287 #successful-sales .card-content .btn-box .rh_btn {
  width: 100%;
}

.page-id-8287 #successful-sales .card-content ul {
  margin-left: 0;
  margin-bottom: 5rem;
}

.page-id-8287 #successful-sales .card-content ul li {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 500;
}

.page-id-8287 #successful-sales .card-content ul li .icon-check-circle {
  max-width: 20px;
  margin-right: 10px;
}





.page-id-8287 #how-we-work h3 {
  color: #474747;
  font-size: 3.5rem;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  border-bottom: 3px solid #48b54a;
  margin-bottom: 2rem;
}

.page-id-8287 #how-we-work p {
  margin-bottom: 3rem;
  line-height: 26px;
}

.page-id-8287 #how-we-work .img-box {
  position: relative;
}



.page-id-8287 #how-we-work .img-box .horvath-mariann {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}

.page-id-8287 #how-we-work .img-box .horvath_istvan {
  margin-top: 4rem;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}

.page-id-8287 #categories {
  background-color: #F5F5F5;
  padding-bottom: 0;
  text-align: center;
}

.page-id-8287 #categories .container {
  position: relative;
  padding-bottom: 6rem;
}

.page-id-8287 #categories .container .three-house {
  position: absolute;
  bottom: 0;
  right: 0;
}



.page-id-8287 #categories .category {
  height: 196px;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  
}

.page-id-8287 #categories .category .title-box {
  position: relative;
  top: 5rem;
  width: 307px;
  margin: auto;
  text-align: left;
  right: -10px;
}

.page-id-8287 #categories .category .title-box .title-bg {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: -0.5rem;
  width: 100%;
  height: 3.6rem;
}

.page-id-8287 #categories .category .title-box .category-title {
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-left: -2.5rem;
}

.page-id-8287 #categories .category img {
  margin-left: 2rem;
  max-width: 307px;
}

.page-id-8287 #categories .big-text {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  color:  #474747;
}

.page-id-8287 #about {
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.page-id-8287 #about .about-box {
  padding: 7rem 5rem 0;
  margin-bottom: 6rem;
  position: relative;
}

.page-id-8287 #about .about-box img {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 0;
}

.page-id-8287 #about .about-box img.icon-open-clock {
  top: -1.5rem;
}

.page-id-8287 #about .about-box img.icon-map-university {
  top: 4.5rem;
}

.page-id-8287 #about .about-box img.icon-handshake {
  top: 3rem;
}

.page-id-8287 #about .about-box img.icon-globe-africa {
  top: -1rem;
}

.page-id-8287 #about h6 {
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  position: relative;
  margin-bottom: 3rem;
}

.page-id-8287 #about p {
  line-height: 26px;
}

.page-id-8287 #numbers h4 {
  font-size: 3rem;
  color: #474747;
  font-weight: 700;
  font-style: italic;
}

.page-id-8287 #numbers h4 span {
  font-size: 7rem;
  color: #48b54a;
  font-weight: 700;
  font-style: italic;
}

.page-id-8287 #numbers h4 p {
  display: inline-block;
  font-style: normal;
}

.page-id-8287 #numbers p {
  font-size: 2.5rem;
  font-weight: 300;
}

.page-id-8287 #numbers .comments {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5rem;
}

.page-id-8287 #numbers .comments span {
  color: #48b54a;
}

.page-id-8287 #opinions {
  background-color: #48b54a!important;
  padding: 6rem 0;
}

.page-id-8287 #opinions .section-title {
  padding-bottom: 30px!important;
  color: #fff!important;
}

.page-id-8287 #opinions p {
  font-size: 16px;
    text-align: left;
    line-height: 1.3;
}

.page-id-8287 #opinions .testimonial-profile {
  text-align: center;
  margin-top: 20px;
}

.page-id-8287 #opinions .testimonial-profile p {
      text-align: center;
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.8px;
}

.page-id-8287 #opinions .testimonial-profile img {
  width: 35%;
}

.page-id-8287 #numbers .numbers-box {
  margin-bottom: 5rem;
  text-align: center;
}

.page-id-8287 #opinions .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

.page-id-8287 #form {
  background-color: #F5F5F5;
}

.page-id-8287 #form .big-text {
  font-size: 3rem;
  font-style: italic;
  color: #474747;
}

.page-id-8287 #form .row {
  margin-top: 5rem;
}

.page-id-8287 #form .row .img-box {
  margin-top: 5rem;
}

.page-id-8287 #form .row .img-box .form-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.page-id-8287 #form .row .img-box .honvagyingatlan-rackeve-logo {
  position: absolute;
  max-width: 292px;
  bottom: 2rem;
  right: 3.5rem;
}

.page-id-8287 #form .wpforms-submit {
  width: 100%;
  background-color: #48b54a;
  color: #fff;
  font-size: 2.6rem;
  transition: .2s background linear;
}

.page-id-8287 #form .wpforms-submit:hover {
  background-color: #a0978d;
  color: #fff;
  transition: .2s background linear;
}

.page-id-8287 .custom-title p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.page-id-8287 .custom-title p.bigger {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.page-id-8287 .rh_banner__title span {
  font-size: 2.4rem!important;
  font-weight: 700;
}

#settlements {
  background-color: #fff;
  padding: 0;
}

#settlements h3 {
  font-size: 3.6rem;
  line-height: 43px;
  color: #48b54a;
}

#post-8287 #settlements .row .col-xl-5 {
    padding: 50px 15px;
}

.page-id-8287 #opinions {
  background-color: #F5F5F5;
}

.page-id-8287 div.wpforms-container-full {
  color: #444;
  padding: 0;
}

#post-8287 #form {
  background-color: #F5F5F5;
}


/* =========== footer ========== */

.rh_footer__before_fix {
  padding-top: 8rem;
}

.rh_footer__widgets #text-6 .green,
.rh_footer .rh_footer__wrap .designed-by a, .rh_footer .rh_footer__wrap .copyrights a, .rh_footer,
.rh_agent_form .rh_agent_form__row {
  color: #48b54a;
  font-weight: 700;
}


.rh_footer__logo .tag-line .separator {
  display: none;
}

.rh_footer__logo .tag-line {
  text-align: left;
}

.rh_footer__logo .tag-line .text {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.rh_footer__wrap .rh_footer__widgets:first-of-type {
  display: none;
}

.rh_footer__wrap .rh_footer__widgets .title {
  font-size: 24px;
  font-weight: 700;
}

.rh_footer .rh_footer__wrap .rh_footer__widgets .textwidget,
.rh_footer .rh_footer__wrap .rh_footer__widgets .textwidget ul li,
.rh_footer .rh_footer__wrap .rh_footer__widgets .textwidget ol li,
.rh_footer .rh_footer__logo .tag-line, .rh_footer__widgets .textwidget p, 
.rh_footer__widgets .textwidget, 
.rh_footer .rh_footer__wrap .copyrights, 
.rh_footer .rh_footer__wrap .designed-by, 
.rh_contact_widget .rh_contact_widget__item .content {
  color: #fff!important;
}

.rh_footer__widgets #text-6 .green,
.rh_footer .rh_footer__wrap .designed-by a, .rh_footer .rh_footer__wrap .copyrights a, .rh_footer {
  font-weight: 700;
}

.rh_footer .rh_footer__wrap .rh_footer__widgets .textwidget .parking {
  margin-top: 20px;
}

.rh_footer .rh_footer__wrap .rh_footer__widgets .textwidget a {
  color: #fff;
  font-weight: 700;
}

.rh_footer #text-5,
.rh_footer #text-6 {
  padding: 0;
}

.rh_footer .rh_footer__logo img {
  margin-bottom: 4rem;
}


#moove_gdpr_cookie_info_bar {
    /* padding-bottom: 9rem; */
}


.fb_dialog_mobile iframe,
.fb-customerchat iframe {
    bottom: 166px!important;
} 



@media only screen and (min-width: 400px) {
  .page-id-8287 .rh_banner__image {
    height: 100rem;
  }
}

@media only screen and (min-width: 576px) {
  .page-id-8287 .rh_banner__image {
    height: 85rem;
  }
  .page-id-8287 #categories .category .title-box .category-title {
    margin-left: -4.5rem;
  }
  .page-id-8287 #how-we-work .img-box .horvath-mariann {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 260px;
    height: 450px;
    object-fit: cover;
  }
  .page-id-8287 #how-we-work .img-box .horvath_istvan {
    margin-top: 4rem;
    width: 260px;
    height: 450px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .page-id-8287 .rh_banner__image {
    height: 105rem;
  }
  .page-id-8287 section {
    padding: 8rem 0;
  }
  .hide-on-mobile {
    display: block;
  }
  .page-id-8287 .section-title {
    font-size: 7.2rem!important;
  }
  .page-id-8287 .custom-title {
    width: 50%;
    margin-right: auto;
  }
  .page-id-8287 .rh_banner__title {
    font-size: 7.5rem!important;
  }
  .page-id-8287 .rh_banner__title span {
    font-size: 3.9rem!important;
  }
  .page-id-8287 .green-bg {
    width: 64%;
    height: 72%;
    margin-top: 3rem;
  }
 
  .page-id-8287 #how h5 {
    font-size: 3.7rem;
  }

  .page-id-8287 #how h5 span {
    font-size: 7.5rem;
  }
  .page-id-8287 #how .how-box:nth-child(odd) {
    padding-right: 9rem;
  }

  .page-id-8287 #how .how-box:nth-child(even) {
    padding-left: 9rem;
  }

  .page-id-8287 #successful-sales .card-box:nth-child(even) {
    padding-right: 15rem;
    padding-left: 2rem;
  }

  .page-id-8287 #successful-sales .card-box:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 2rem;
  }
  .page-id-8287 #how-we-work h3 {
    font-size: 4.5rem;
  }
  .page-id-8287 #how-we-work .text-box {
    padding-right: 9rem;
  }
  .page-id-8287 #how-we-work p {
    margin-left: 9rem;
  }
  .page-id-8287 #how-we-work .img-box .house-2 {
    width: auto;
    height: auto;
    object-fit: none;
  }
  .page-id-8287 #how-we-work {
    padding-bottom: 16rem;
  }
  .page-id-8287 #categories {
    padding-top: 14rem;
    text-align: left;
  }
  .page-id-8287 #categories .category-box {
    width: 100%;
    position: absolute;
    top: -25.1rem;
  }
  .page-id-8287 #categories .category {
    margin-bottom: 0;
  }
  .page-id-8287 #categories .big-text {
    font-size: 4.3rem;
  }
  .page-id-8287 #categories .category .title-box .category-title {
    margin-left: 1.5rem;
  }
  .page-id-8287 #form .row .img-box {
    padding-left: 50px;
    position: relative;
    margin-top: 0;
  }
  .page-id-8287 #form .row .img-box .form-img {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .page-id-8287 #categories .container {    
    padding-bottom: 12rem;
  }
  .page-id-8287 #numbers .numbers-box {
    padding-left: 5rem; 
    text-align: left; 
  }
  .page-id-8287 #categories .category .title-box {
    width: calc(100% - 0.5rem);
    right: -0.5rem;
    position: absolute;
    top: 3rem;
  }
  .page-id-8287 #categories .category .title-box .title-bg {
    width: calc(100% - 0.5rem);
  }
  .page-id-8287 #categories .category img {
    margin-left: 0rem;
  }
  #post-8287 #settlements .row .col-xl-5 {
    padding: 50px;
  }
  .page-id-8287 #numbers h4 {
    font-size: 4rem;
  }
  .page-id-8287 #numbers h4 span {
    font-size: 8rem;
  }
  .page-id-8287 #numbers p {
    font-size: 3rem;  
  }
  .page-id-8287 #numbers h4 p {    
    margin-left: -4px;
  }
  .page-id-8287 #form .wpforms-form-8417 {
    max-width: 540px;
    margin: auto;
  }
  .page-id-8287 #form .row .img-box .form-img {
    width: auto; 
  }
  .page-id-8287 #categories .category {    
    text-align: right;
  }
  .page-id-8287 #form .row .img-box .form-img {
    max-width: 415px;
  }
  .page-id-8287 #opinions {
    padding: 8rem 0 12rem;
  }
  .page-id-8287 #form .row .img-box .form-img {
    max-height: unset;
  }
  .page-id-8287 #opinions .testimonial-profile {    
    margin-top: 0;
  }
  .rh_footer  .rh_footer__logo {
    width: 80%;
  }
  .rh_footer  .rh_footer__social {
    width: 20%;
  }
  .rh_footer__wrap .rh_footer__widgets {
    width: 50%;
  }
  .rh_footer__logo .tag-line .text {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-id-8287 .rh_banner__image {
    height: 85rem;
  }
  .page-id-8287 .rh_banner__image {
    background-position-y: -65px!important;
  }
  .page-id-8287 .green-bg {
    width: 53%;
  }
  .page-id-8287 #successful-sales .card-content {
    padding: 5rem;
  }
  .page-id-8287 #successful-sales .card-content .btn-box {
    width: calc(100% - 10rem);
  }
  .page-id-8287 #categories .category .title-box .category-title {
    margin-left: 0.5rem;
  }
}