
.header1 {
  background-image: url("../images/bg.png");  
  background-position: center top;
  background-repeat: repeat-x;
}

.logo {
  height: 135px;
}
.fejlecdb1, .fejlecdb2 {
  margin-top: 60px;
  color:#b6b6b6;text-align:center;line-height:normal;font-size:15px;
}
.fejlecdb1 {
  margin-top:85px;
}

.header-row {
  padding: 20px 0 0 0;
}

.col-half-offset{

}

.header1 .logo img {
  margin-top:5px;
}

.big_title {
  font-size: 24px;
  margin-top:20px;
}

.bigger {
  font-size: 15px;
}

.justify {
  text-align: justify;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.red {
  color: #970202;
}
h5.underline {
  margin-bottom:0;
}

.topmenu {
  color: white;
}

.callus i {
  color:white;
}
.property_wrapper div.boxed_mini_details1 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.property_wrapper div.boxed_mini_details1 span {
  border-right: 1px solid #efefef;
  
  padding: 10px 5px;
  width: 30%;
  float: none;
  display: table-cell;
}

.tab-content {
  background: white;
  overflow: auto;
  padding: 10px;
  border: 1px solid #efefef;
  border-top:none;
}

.property_wrapper .title h3 mark {
  width:100%;
  margin: 5px 0;
  display: block;
  padding: 4px;
  text-align: center;
}

.fhmm .fhmm-content.withdesc a::after {  
  line-height: 15px;
  margin:0px 0 10px;
}

.agencies_widget {
  
}

.overlay1 {
  background-color: rgba(255, 255, 255, 0.8);
}

.col-sm-3-custom {
  width: 20%;
}

.nav.navbar-nav .dropdown ul.dropdown-menu .boxes h5 {
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:13px;
}

.nav.navbar-nav .dropdown ul.dropdown-menu .boxes a.btn.btn-primary {
  width: 100%;
  padding-top:4px;
  padding-bottom:4px;
}

.back-to-top {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  height: 42px;
  padding-top: 8px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  font-size: 20px;
  z-index: 5000;
}

.fhmm .dropdown-menu .withoutdesc ul li:hover,
.fhmm .dropdown-menu .withoutdesc ul li:focus{
  color:#ffffff;
  text-decoration:none;
  background-color:#959384 !important
}

.hexagon-wrapper {
  text-align: center;
  margin: 20px;
  position: relative;
  display: inline-block;
  width:100px;
  height:100px;
  line-height: 100px;
  font-size: 24px;
  transition: all 0.2s ease-in-out 0s;
}

.hexagon-wrapper:hover {
  width: 90px;
  height: 90px;
  margin-top:25px;
  margin-bottom:25px;
}

.hexagon {
  height: 100%;
  width: calc(100% * 0.57735);
  display: inline-block;
  background-color: #959384;  
}
.hexagon:before {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(60deg);
}

.hexagon:after {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(-60deg);
}
.hexagon i {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 100px;
  line-height: 100px;  
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 58px;
  z-index: 1;
  font-size: 48px;
  transition: all 0.2s ease-in-out 0s;
}

.hexagon-wrapper:hover .hexagon i {
  height: 90px;
  line-height: 90px;
  font-size:40px;  
  width: 52px;
}

.hovicon, .hovicon::after {
  border-radius: 0; 
}


.testimonial_widget.text-left .testimonial_desc {
  padding-right: 5%;
}
.testimonial_widget.text-right .testimonial_desc {
  padding-left: 5%;
}

#ikereso input, #ikereso select, .aform select, .aform input , .aform textarea {  
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #656565;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
#ikereso input {
  display: inline-block;
  width: 70px;
}
.aform input {
  display: inline-block;  
}

#talalatrendezes select {
  width:auto;
  display: inline-block;
}

#content ul, #content ol {
    margin-left: 15px;
}
#content ul.nav, #content ul.slides {
  margin-left: 0;
}

ol.adatvedelem {
  counter-reset: item;
}

ol.adatvedelem > li {  
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
  padding-bottom:15px;
}

ol.adatvedelem > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

div.boxed_mini_details span {  
  width: 46%;
}
.boxes p.place {
  margin:0;
}

.big_title {
  font-size: 21px;
}

.property_wrapper .navlinks {
  padding: 4px 0;
}

#kedvenckoze.active {
  color: #d12023;
}

p.hibauzenet, p.kapformuzenet {
  margin: 15px 0;
  font-size: 15px;
  font-weight:bold;
  color:#d12023;
}

#reszleteskereso .form-control {
  opacity: 1 !important;
}
#reszleteskereso select.form-control {
  width:100% !important;
}
#reszleteskereso .select span {
  display: none;
}
.kapcsolattabla td,
.admintablazat td {
  padding: 4px;
}
#adminmenu {
  background-color: #959384;  
  padding: 4px 4px;
  text-align: center;
  margin: 10px 0;
}
#adminmenu a {
  color: white;
  font-weight: bold;
  font-size: 13px;
  margin: 0 10px;
}
.kapcsolattabla textarea {
  min-height:180px;
}
.adatvedelemtext li {
  margin-bottom:15px;
}

table.atlagar {
  
  table-layout: fixed;
}
.table.atlagar thead > tr > th, .table.atlagar tbody > tr > th, .table.atlagar tfoot > tr > th, .table.atlagar thead > tr > td, .table.atlagar tbody > tr > td, .table.atlagar tfoot > tr > td {
  text-align: center;
  padding: 4px;
}
table.atlagar tbody {
  
}

.agencies_widget.partner .agencies_desc p {
  min-height: 60px;
}
.agencies_widget.partner div.image {
  margin-top: 12px;
}
.boxes.testimonial_widget {
  
}
.boxes.testimonial_widget .testimonial_desc p {
  min-height: 80px;
}
.testimonial_desc p {
  font-size: 12px;
}
.formuzenet {
  color: red;
  font-weight: bold;
}

body.szoldal .hasonlodoboz,
body.szoldal .navlinks,
body.szoldal #kedvenckoze {
  display: none;
}
body.szoldal .post-wrapper-top {
  text-align: center;
}
body.szoldal .post-wrapper-top h2 {
  text-align: center;
  margin:auto;
  display:block;
  width:auto;  
}

.footercsiki {
  font-size: 13px;
  color:white;
  background: none;
}

.footercsiki .widget {
  width:19.9%;
}

.footercsiki a {
  color:white;
}
.footercsiki .widget ul.list li.ures::before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  padding-left: 0;
  padding-right: 6px;
  text-decoration: inherit;
}

.ImageWrapper .PStyleNe {
  
  
}

.ajaxtalalat .btn-trans.btn-border {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3b3f50;
  color: #3b3f50;
}
.ajaxtalalat .btn-trans {
  width:100%;
}

.ajaxtalalat .btn-trans, a.btn-trans {
  background-color: #ffffff;
  border: medium none;
  box-sizing: border-box;
  color: #696969;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease-in-out 0s;
}
.ajaxtalalat .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ajaxtalalat .btn-trans:hover, .btn-trans:focus {
    background-color: #eeeeee;
    border: medium none;
    transition: background 0.25s ease-in-out 0s;
}
.ajaxtalalat .btn-trans:active,
.nav-tabs.ajaxtalalat {
    cursor: pointer !important;
}

#gykereso .topsearch {
  background-image: url("images/home_cover.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 300px;
  padding-bottom: 130px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
}

#gykereso .topsearch .inners {
  padding: 13px; 
  padding-top: 18px; 
  background-color:rgba(255, 255, 255, 0.8);  
}
#gykereso .bottomsearch {
  background-color: #f2f2f2;
  padding: 10px 0 5px 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
}


table.fooldalstattabla {
  width: 100%;
}
table.fooldalstattabla td {
  padding: 4px;
  border: 1px solid #98bede;
}
table.fooldalstattabla thead td {
  font-weight: bold;
  color: white;
 background: #deefff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%);
background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%);
background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );



}


.boxes_img .fancybox span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width:100%;
  background-color: #f2f2f2;
}


.yes-mobile {
    display: none;
  }

.boxes.boxesshadow h2.title a {
  text-transform: lowercase;
}

.btn-trans.btn-border.tovabb {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3b3f50;
  color: #3b3f50;
  width: 100%;
}

ul.nav.nav-tabs li a {
  cursor:pointer;
}

#ikereso input.r_armezo{  
  width: 105px;
}

@media screen and (max-width: 990px) {
  .no-mobile {
    display: none;
  }
  .yes-mobile {
    display: block;
  }
  .fejlecdb1, .fejlecdb2 {
    margin: 40px 0;
  }

  #gykereso .topsearch {
    background: none;    
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    padding-top: 10px;
    padding:0 !important;

  }
  #gykereso .topsearch .col-lg-8 {
    padding:0 !important;    
  }
  #gykereso .topsearch .inners {  
    background: none;  
    padding: 0;
  }
  #gykereso .topsearch .btn {
    margin: 10px 0;
  }
  
}


.nav.nav-tabs .ful.inaktiv a {
  cursor: not-allowed;
  display: none;
}
.nav.nav-tabs .ful.inaktiv:hover a {
  background: white !important;
  border-top: 1px solid white !important;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}

.property_wrapper {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 600px) { 
  .nav.nav-tabs .ful.inaktiv {
    display: none;
  }
  div.boxed_mini_details1 span strong {
    display: none;
  }
}



.ujoldal {

}
.ujoldal .text-justify {
  text-align: justify;
}
.ujoldal .text-center {
  text-align: center;
}
.ujoldal h2 {
  font-size: 26px;
  font-weight: bold;
  color: #c41c2d;
  margin: 10px 0 10px 0;
}
.ujoldal h3 {
  font-size: 22px;
  font-weight: bold;
  color: #c41c2d;
  margin: 40px 0 20px 0;
}
.ujoldal h4{
  
  font-size: 18px;
  font-weight: bold;
  color: #c41c2d;
  background-size: cover;
  margin: 0px 0px 15px 0px;
}
.ujoldal h5 {
  font-size: 16px;
  font-weight: bold;
  color: #656565;
}
.ujoldal .red {
  color: #c41c2d;
}
.ujoldal .bigger {
  font-size: 18px;
  line-height: normal;
}
.ujoldal .top_shadow {
  background: url(images/border-bg.jpg) no-repeat top;
  padding: 20px 0px 5px 0px;
}
.ujoldal .list_style_2 li {
  list-style: none;
  background: url(images/list-style-3-bullet.jpg) no-repeat left 5px;
  line-height: 20px;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 21px;
}

.ujoldal ul.list_style_2 ul li {
   background: url(images/list-style-3-bullet2.jpg) no-repeat left 5px;  
}

.ujoldal ol.list_style_1 {
  counter-reset: item;
}

.ujoldal ol.list_style_1 > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  margin-top:10px;
}

.ujoldal ol.list_style_1 > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  color: #c41c2d;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  content: counter(item) ".";
}
.ujoldal ol.list_style_1 ol {
  margin-left: 35px !important; 
}

ul.list_style_2 ul {
  margin-left: 25px !important;  
}

.btn-border, .white .btn-border {
  border-width: 1px;
  border-style: solid;
  background: none !important;
}

.btn-border.blue {
  border-color: #0082b9;
  color: #0082b9;
}