/* ------------------GLOBAL -------------------*/
h1, h2 {
 font-weight:normal;
}

a,a:hover {
 text-decoration:none;
}

.sima_checkbox {
 display: none;
}

a:hover {
 -webkit-transition:all 200ms;
 -moz-transition:all 200ms;
 -o-transition:all 200ms;
 transition:all 200ms;
}

.sima_checkbox + label {
 margin-top:3px;
 background-color: #fafafa;
 border: 1px solid #cacece;
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
 padding: 9px;
 border-radius: 3px;
 display: inline-block;
 position: relative;
}

.sima_checkbox + label:active, .sima_checkbox:checked + label:active {
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.sima_checkbox:checked + label {
 background-color: #226997;
 border: 1px solid #adb8c0;
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
 color: #fff;
}

.sima_checkbox:checked + label:after {
 content: '\2714';
 font-size: 14px;
 position: absolute;
 top: 0px;
 left: 3px;
 color: #fff;
}

.sima_radio {
 display: none;
}

.sima_radio + label {
 -webkit-appearance: none;
 background-color: #fafafa;
 border: 1px solid #cacece;
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
 padding: 9px;
 border-radius: 50px;
 display: inline-block;
 position: relative;
}

.sima_radio:checked + label:after {
 content: ' ';
 width: 12px;
 height: 12px;
 border-radius: 50px;
 position: absolute;
 top: 3px;
 background: #99a1a7;
 box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
 text-shadow: 0px;
 left: 3px;
 font-size: 32px;
}

.sima_radio:checked + label {
 background-color: #e9ecee;
 color: #99a1a7;
 border: 1px solid #adb8c0;
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.sima_radio + label:active, sima_radio:checked + label:active {
 box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.vez_felirat {
 position:absolute;
 line-height:21px;
 font-size:12px;
 margin-top:-10px;
 margin-left:15px;
 color:#000;
}

.checkbox_divs, .radio_divs {
 float:left;
 margin-right:10px;
}

.form_textarea {
 width:90%;
 max-width:90%;
 height:100px;
 max-height:100px;
}

.input_group {
 display:block;
 float:left;
 min-width:164px;
 margin-bottom:10px;
 margin-top:10px;
 background-color: #fbfbfb;
 padding: 10px;
 border-style: solid;
 border-width: 1px;
 border-color: #e6e6e6;
}

.input_group_content {
 display:none;
 margin-top:10px;
}

.input_group_control {
 cursor:pointer;
}

.input_group_control_img {
 width:10px;
 height:10px;

 -ms-transform: rotate(0deg); 
 -webkit-transform: rotate(0deg); 
 -o-transform: rotate(0deg); 
 -moz-transform: rotate(0deg); 
 transform: rotate(0deg);

 -moz-transition: all .3s; 
 -webkit-transition: all .3s; 
 -o-transition: all .3s; 
 transition: all .3s; 
}

.input_group_control_label {
 position: absolute;
 font-size: 14px;
 margin-left: 5px;
}

.block_fix {
 margin:0px !Important;
 padding:10px;
}

.forgas90 { 
 -ms-transform: rotate(-90deg); 
 -webkit-transform: rotate(-90deg); 
 -o-transform: rotate(-90deg); 
 -moz-transform: rotate(-90deg);
 transform: rotate(-90deg);
}

/*  ---------------------mobil menü--------------------------- */
.mobil_menu {
 display:none;
 position:fixed;
 z-index:999;
}

#mm {
 display:none;
 position: fixed;
 right:-150px;
 z-index: 999;
 top:57px;
 width:185px;
}

.mm_menu {
 float:right;
 width:138px;
 border-style:solid;
 border-right:none;
 border-top:none;
 border-width:1px;
 border-color:#c0c0c0;
 background-color: rgba(31, 91, 138, 0.93);
 color: #fff;
 padding: 10px;
 padding-right:20px;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-transition-timing-function: ease-out;
 -webkit-transition-duration: 100ms;
 -moz-transition-timing-function: ease-out;
 -moz-transition-duration: 100ms;
}

.mm_menu_separator {
 float:right;
 width:168px;
 height:3px;
 border-style:none;
 background-color: #0090ff;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.mm_first {
 background-color:rgba(45, 113, 167, 0.93);
 -webkit-box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
 -moz-box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
 box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
}

.mm_last {
 background-color:rgba(14, 67, 109, 0.93);
 -webkit-box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
 -moz-box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
 box-shadow: 11px 11px 16px -6px rgba(0,0,0,0.46);
}

.mm_menu_head_felirat {
 text-decoration:none;
 float:right;
 padding-left:20px;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.mobil_menu_felirat {
 text-decoration:none;
 padding-left:10px;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.mm_menu:hover {
 background-color:#E8A238;
 color:#fff;
 -webkit-transition-timing-function: ease-out;
 -webkit-transition-duration: 100ms;
 -moz-transition-timing-function: ease-out;
 -moz-transition-duration: 100ms;
}

#mobil_menu_selector {
 cursor:pointer;
 float:right;
 margin-right:20px;
 margin-top:13px;
 width:40px;
 height:40px;
 z-index:999;
 display:none;
}

/*------------------------Mobil kereső ----------------------------*/

#mobil_kereses_panel {
 display:none;
 background-color: rgba(19, 24, 51, 0.89);
 position:fixed;
 width:100%;
 height:100%;
 z-index:9999999;
 color:#fff;
}

#mobil_kereses_panel_bezaras {
 position:absolute;
 cursor:pointer;
 width:20px;
 height:20px;
 right:10px;
 top:10px;
}

#mobil_kereses_cimsor {
 font-size:22px;
 font-weight:bold;
 display: block;
 background-color: rgba(0, 0, 0, 0.4);
 padding: 7px;
 border-style:solid;
 border-width:1px;
 border-left:none;
 border-right:none;
 border-top:none;
 border-color:#797979;
 margin-bottom:20px;
}

.mobil_kereses_sor {
 width:100%;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:5px;
 min-height:35px;
 line-height:35px;

}

.mobil_kereses_sor_left {
 float:left;
 text-align:center;
 width:40%;
}

.mobil_kereses_sor_right {
 float:left;
 text-align:left;
 width:50%;
}

.mobil_kereses_sor_right select {
 width:190px;
}

#mobil_kereso_bottom {
 font-size:22px;
 font-weight:bold;
 display: block;
 color:rgba(0, 12, 74, 0.89);
 cursor:pointer;
 margin-top:10px;
 background-color: rgba(255, 255, 255, 0.85);
 padding: 7px;
 border-style:solid;
 border-width:1px;
 border-left:none;
 border-right:none;
 border-color:#797979;
}

/*------------------------Menü ----------------------------*/

.user_menu {
 float:right;
 color:#6C98B5;
}

.user_menu ul {
 margin-top:-5px;
}

#user_menu_fix {
 margin-top:25px;
}

#user_image {
 cursor:pointer;
 width: 50px;
 height: 50px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 border-style:solid;
 border-color:#fff;
 border-width:2px;
 background-color: #eaeaea;
 -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
 -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

.user_menu ul {
 padding:0;
 margin:0;
 margin-top:8px;
 float:right;
}

.user_menu li { 
 display: inline-block;
 font-size:13px;
 content:' ';
 font-weight:bold;
 border-style:none;
 padding-left:7px;
 vertical-align:-webkit-baseline-middle;
 vertical-align:middle;
 background: url('../images/menuseparator.png') left center no-repeat;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
 list-style: none;
 list-style-type: none;
}

#rejtett_kepek_div {
 display:none;
}

.user_menu li:first-child {
 background: none;
 padding-right:5px;
}

.user_menu a {
 color:#6C98B5;
}

.user_menu a:hover {
 text-decoration:underline;
}


/*-----------------------------------Head-------------------------*/

#bejelentkezes_gomb {
 width:90px;
 margin-top:5px;
}


#emlekezzen_ram:checked + label {
 background-color:#fff;
 line-height:18px;
}

#emlekezzen_ram:checked + label:after {
 color:#1981D1;
}

.login_status {
 display:none;
 font-weight:bold;
 line-height:23px;
 color:#ff0000;
}


/*----------------hasábok--------------------------*/

.hasab {
 margin-bottom:10px;
 width:100%;
}

.input_label {
 line-height:28px;
}

.ertek {
 line-height:28px;
 font-weight:bold;
}

.dupla_hasab_left {
 float:left;
 width:49%;
 margin-right:1%;
 text-align:right;
}

.dupla_hasab_right {
 float:left;
 width:49%;
 text-align:left;
}


.tripla_hasab_left {
 float:left;
 width:33%;
 padding-left:1%;
 text-align:left;
}

.tripla_hasab_center {
 float:left;
 width:33%;
 text-align:center;
}

.tripla_hasab_right {
 float:left;
 width:33%;
 text-align:left;
}

.ingatlan_hr {
 width: 80%;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-left: none;
 border-right: none;
 border-color: #57aee6;
}

.oldal_cimsor_hasab {
 background-color: #f7f7f7;
 margin-top: -10px;
 height: 45px;
 border-style: solid;
 border-color: #e8e8e8;
 border-width: 1px;
 border-left: none;
 border-right: none;
 border-top: none;
 margin-bottom: 40px;
}

.oldal_cimsor {
 position:relative;
 display: inline-block;
 background-color: #2b7baf;

 padding-right: 15px;
 padding-left: 15px;
 padding-bottom: 12px;
 padding-top: 12px;

 margin-top: -8px;

 font-size: 16px;
 font-weight: bold;

 color: #fff;

 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-color: #e2e2e2;

 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5p;
 -webkit-box-shadow: 1px 1px 0px 0px rgba(50, 50, 50, 0.2);
 -moz-box-shadow:    1px 1px 0px 0px rgba(50, 50, 50, 0.2);
 box-shadow:         1px 1px 0px 0px rgba(50, 50, 50, 0.2);
}

.oldal_cimsor:after {
 top:0;
 right:-7px;
 content: '';
 display: block;
 position: absolute;
 border-top: 7px solid transparent;
 border-left: 7px solid #679dc7;
}

.oldal_cimsor:before {
 top:0;
 left:-7px;
 content: '';
 display: block;
 position: absolute;
 border-top: 7px solid transparent;
 border-right: 7px solid #679dc7;
}

.hiba {
 display:none;
 color:#ff0000;
 font-weight:bold;
}


/*----------------böngészés-------------------*/

#bongeszes {
 text-align:center;
}

.nezet_icon {
 cursor:pointer;
 width:33px;
}

.sajat_hirdetes_szukito {
 float:right;
}

.nezet_valaszto input[type="radio"]:checked + label { 
 -webkit-box-shadow: 3px 3px 3px -2px rgba(168,168,168,1);
 -moz-box-shadow: 3px 3px 3px -2px rgba(168,168,168,1);
 box-shadow: 3px 3px 3px -2px rgba(168,168,168,1);
}

.nezet_valaszto input[type="radio"] {
 display:none; 
}

.nezet_valaszto label {
 display:block;
 float:left;
}

.nezet_valaszto {
 float:right;
}

.rendezesi_elvek_hirdeto, .rendezesi_elv, .rendezesi_elvek_hirdetes_tipus {
 float:left;
}


#left_nav_doboz_fejlec_icon {
 width:20px;
 float:right;
 margin-top:-1px;
}

.blockheader h3 {
 display:inline-block;
}

.left_nav_doboz_sep {
 margin-left:auto;
 margin-right:auto;
 height:1px;
 widrh:208px;
 margin-left:-5px;
 margin-top:10px;
 margin-bottom:10px;
 background-color:#F7F7F7;
}

/*****popup****/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:1;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .popup1_close {
  position: absolute;
  cursor:pinter;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .popup1_close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/*----------------@media screen-------------------*/

@media screen and (max-width: 950px) {
 #eladasra_vonatkozo_informaciok_div .checkbox_divs {
	width:auto !Important;
	height:45px;
 }
 
 #eladasra_vonatkozo_informaciok_div + .checkbox_divs ::after {
	content: ' ';
	display:block !Important;
	font: 0/0 serif !Important;
	clear: both !Important;
 }
 
 #eladasra_vonatkozo_informaciok_div {
	border-style:none !Important;
 }
}



@media screen and (max-width: 1040px) {
 .user_menu {
	display:none;
 }
 #mobil_menu_selector {
	display:block;
 }
}

@media screen and (max-width: 650px) {
 .dupla_hasab_left {
	width:auto;
 }
 .dupla_hasab_right {
	width:auto;
 }
}


@media screen and (max-width: 400px) {
 .dupla_hasab_left {
	width:auto;
	text-align:center;
 }
 .dupla_hasab_right {
	width:99%;
	text-align:center;
 }

 .checkbox_divs {
  text-align:left;
 }
 
 .sima_checkbox + label {
	position: initial !Important;
 }
 .vez_felirat {
	width:auto !Important;
 }
 .checkbox_divs ::after {
	content: ' ';
	display:block !Important;
	font: 0/0 serif !Important;
	clear: both !Important;
 }
 
 .input_group {
	min-width:90% !Important;
 }
 
 .input_group_control_label {
	position:inherit;
 }
 .input_group_control_img {
	float:left;
	margin-top:-2px;
 }
  
}

/************************************prefix***************************************/


@-moz-document url-prefix() {
}