*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
}
body{
	background-color:#f0f0f0;
	color:#555555;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"PT Sans",sans-serif;
	background-image:url(../../../images/bg.jpg);
	background-position:top center;
	/*background-size:100% 100%;*/
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:#1FB8EF;
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label, select{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:100%;
	max-width:1200px;
	margin:auto;
	margin-top:-5px;
	box-shadow:0px 0px 5px #cecece;
	-moz-box-shadow:0px 0px 5px #cecece;
	-webkit-box-shadow:0px 0px 5px #cecece;
	background-color:white;
}
#content{
	min-height:500px;
	width:69%;
	float:right;
	margin-top:10px;
	padding:7px;
}
.footer_wrapper{
	width:100%;
	background-color:black;
	height:auto;
	border-top:2px solid #666666;
}
.footer{
	width:100%;
	max-width:1200px;
	margin:auto;
	background-color:#333333;
}
.footer_content{
	padding:30px 15px;
	text-align:center;
	font-size:80%;
	color:#999999;
}
#footer_content a, #footer_content a:visited{
	color:#FFE599;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:white;
	background-color:black;
}
#banner_wrapper{
	width:100%;
	background-color:white;
	opacity:.9;
	height:auto;
	z-index:5;
	position:fixed;
	top:0;
}
#banner{
	width:100%;
	max-width:1200px;
	margin:auto;
	height:auto;
	position:relative;
	padding-top:0px;
}
#banner_content{
	padding:0px;
}
.banner_ingatlan_wrapper{
	width:100%;
	min-height:130px;
}
.banner_ingatlan{
	width:900px;
	height:auto;
	margin:auto;
	position:relative;
}
.banner_ingatlan_item{
	z-index:1;
	float:left;
	display:block;
	width:200px;
	margin-left:10px;
	margin-right:10px;
	margin-top:-125px;
	height:250px;
	background-color:white;
	border:thin solid #f0f0f0;
	position:relative;
}
.banner_ingatlan_item_img{
	text-align:center;
	margin:auto;
	width:100%;
	height:130px;
}
.banner_ingatlan_item_img img{
	width:100%;
	height:100%;
}
.banner_ingatlan_item_name{
	text-align:center;
	margin-top:5px;
}
.banner_ingatlan_item_name a, .banner_ingatlan_item_name a:visited{
	color:#333333;
	font-size:95%;
	padding:2%;
}
.banner_ingatlan_item_name a:hover, .banner_ingatlan_item_name a:active, .banner_ingatlan_item_name a:focus{
	color:#842420;
}
.banner_ingatlan_item_price{
	font-size:130%;
	margin:20px 0px;
	text-align:center;
	color:#C0B5CD;
	position:absolute;
	top:165px;
	width:inherit;
}
.banner_ingatlan_item_btn{
	text-align:center;
	position:absolute;
	top:220px;
	width:inherit;
}
.banner_ingatlan_item_btn a, .banner_ingatlan_item_btn a:visited{
	font-size:100%;
	padding:5px 10px;
	background-color:#842420;
	color:white;
	text-transform:normal;
}
.banner_ingatlan_item_btn a:hover, .banner_ingatlan_item_btn a:active, .banner_ingatlan_item_btn a:focus{
	background-color:#2a2a2a;
}
.logo{
	display:inline-block;
	height:auto;
	width:420px;
	margin-top:0px;
	float:left;
}
.logo a, .logo a:visited{
	margin-top:31px;
	font-size:250%;
	color:#2a2a2a;
	text-transform:normal;
	display:inline-block;
	width:100%;
	line-height:10px;
	border-bottom:10px solid #842420;
}
.logo a span, .logo a:visited span{
	font-size:30%;
	text-transform:uppercase;
	color:#2a2a2a;
	display:inline-block;
	margin-bottom:5px;
	margin-top:5px;
	text-align:right;
	display:block;
}
.logo a:hover, .logo a:active, .logo a:focus{
	color:#842420;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.logo a, .logo a:visited{
		margin-top:29px;
	}
}
.slideshow_wrapper{
	width:100%;
	top:0;
	left:0;
	height:60vh;
	z-index:1;
	min-height:600px;
}
@media only screen and (min-width: 1300px){
    .slideshow_wrapper{
		height:80vh;
	}
}
.slideshow{
	width:100%;
	height:100%;
	border-bottom:145px solid #C0B5CD;
	position:relative;
	overflow:hidden;
}
.slideshow img{
	width:100%;
	height:100%;
}
#side{
	float:left;
	width:29%;
	margin:0px;
	margin-top:15px;
}
.title{
	font-size:200%;
	margin-top:0px;
	margin-bottom:10px;
}
.side_box{
	background-color:transparent;
	padding:10px 5px;
	margin-bottom:20px;
	border-right:thin solid #eeeeee;
}
.side_title{
	font-size:120%;
	color:#842420;
	margin-bottom:5px;
	text-transform:uppercase;
	border-bottom:thin solid #f0f0f0;
}
.side_content{
	font-size:80%;
	text-align:justify;
}
.menu{
	width:60%;
	height:auto;
	margin-top:1px;
	position:relative;
	float:right;
	text-align:right;
}
.menu_item{
	display:inline-block;
	position:relative;
}
.menu_item a, .menu_item a:visited{
	display:inline-block;
	padding:2vw 1vw;
	color:#2a2a2a;
	font-weight:bold;
	font-size:100%;
	margin-top:1vw;
}
.menu_item a:hover, .menu_item a:focus, .menu_item a:active{
	background-color:#842420;
	color:white;
}
.menu_item_sub{
	display:none;
	width:100%;
	height:auto;
	position:absolute;
	background-color:white;
	border:1px solid #842420;
	border-top:0;
	border-collapse:collapse;
}
.menu_item:hover .menu_item_sub{
	display:block;
}
.submenu_item{
	width:100%;
	display:block;
}
.menu_item_sub .submenu_item a, .menu_item_sub .submenu_item a:visited{
	padding:5px;
	width:auto;
	display:block;
}
.txt{
	padding:5px;
}
.ingatlan_list{
	width:100%;
	border-collapse:collapse;
}
.ingatlan_list a, .ingatlan_list a:visited{
	color:#842420;
	display:inline-block;
	font-weight:bold;
}
.ingatlan_list a:hover, .ingatlan_list a:active, .ingatlan_list a:focus{
	color:black;
}
.ingatlan_list tr:nth-child(odd){
	background-color:#fefefe;
}
.ingatlan_list tr:nth-child(odd):hover{
	background-color:#cfcfcf;
}
.ingatlan_list tr:nth-child(even){
	background-color:#f0f0f0;
}
.ingatlan_list tr:nth-child(even):hover{
	background-color:#cfcfcf;
}
.ingatlan_list tr td{
	padding:3px;
	text-align:left;
	font-size:90%;
}
.ingatlan_list th{
	background-color:#482376;
	color:#333333;
	padding:10px 2px;
	text-align:left;
	font-size:95%;
	font-weight:normal;
	color:white;
}
.ingatlan_view_btn a, .ingatlan_view_btn a:visited{
	padding:5px 10px;
	background-color:#842420;
	color:white;
	font-weight:bold;
}
.ingatlan_view_btn a:focus, .ingatlan_view_btn a:hover, .ingatlan_view_btn a:active{
	background-color:black;
	color:white;
}
.ingatlan_more_btn a, .ingatlan_more_btn a:visited{
	padding:15px 25px;
	background-color:#482376;
	color:white;
	font-weight:bold;
}
.ingatlan_more_btn a:focus, .ingatlan_more_btn a:hover, .ingatlan_more_btn a:active{
	background-color:black;
	color:white;
}
.side_search table{
	width:100%;
	border:0;
}
.side_search{
	width:100%;
}
.side_search table td:first-of-type{
	font-weight:bold;
	width:80px;
}
.side_search input[type="text"], .side_search select, .side_search textarea{
	width:95%;
	padding:5px;
	background-color:white;
	border:thin solid #cccccc;
	color:#333333;
}
.side_search select{
	width:80%;
}
.side_search textarea{
	font-family:Tahoma;
	max-width:95%;
}
.side_search input[type="text"]:hover, .side_search select:hover, .side_search input[type="text"]:focus, .side_search select:focus, .side_search input[type="text"]:active, .side_search select:active, .side_search textarea:hover, .side_search textarea:active, .side_search textarea:focus{
	border-color:#842420;
	color:black;
	background-color:white;
}
.side_search label:hover, .side_search label:focus{
	color:#842420;
}
.side_search input[type="submit"]{
	width:50%;
	padding:5px;
	background-color:#842420;
	border:thin solid #f0f0f0;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
.side_search input[type="submit"]:hover, .side_search input[type="submit"]:focus, .side_search input[type="submit"]:active{
	background-color:black;
	color:white;
}
.image_hover:hover img{
	background-color:#842420 !important;
}
.ingatlan_tipus_valaszto{
	display:inline-block;
}
.ingatlan_tipus_valaszto a, .ingatlan_tipus_valaszto a:visited{
	display:inline-block;
	background-color:#f0f0f0;
	color:black;
	padding:6px 12px;
	margin:2px;
	width:auto;
}
.ingatlan_tipus_valaszto a:hover, .ingatlan_tipus_valaszto a:focus, .ingatlan_tipus_valaszto a:active{
	background-color:#cecece;
}

.ingatlan_adatlap_img{
	float:left;
	width:360px;
	height:auto;
}
.ingatlan_adatlap_img img{
	width:350px;
	height:auto;
	background-color:white;
	padding:5px;
	border:thin solid #cecece;
}
.ingatlan_adatlap_adatok{
	float:right;
	width:300px;
	background-color:#f0f0f0;
	padding:10px;
}
.ingatlan_adatlap_galeria{
	float:left;
	width:350px;
}
.ingatlan_adatlap_galeria_kep{
	display:inline-block;
	width:107px;
	height:111px;
	background-color:white;
	padding:2px;
	border:thin solid #cecece;
	margin-top:2px;
	margin-bottom:2px;
}
.ingatlan_adatlap_egyeb{
	float:right;
	width:300px;
	background-color:#f0f0f0;
	padding:10px;
}
.pagination a, .pagination a:visited{padding:15px;margin:2px;}

/* Media Screens */
/* ======================================================================================== */
@media screen and (max-width: 1100px){
	.menu{width:100%;text-align:center;float:initial;font-size:120%;}
	.logo{width:100%;text-align:center;float:initial;}
	.logo a span, .logo a:visited span{text-align:center;}
	#banner_wrapper{position:relative;}
}
@media screen and (max-width: 1000px){
	.slideshow_wrapper{display:none;}
	.banner_ingatlan_wrapper{display:none;}
	body{font-size:110%;}
	#wrapper{margin-top:10px;}
	#wrapper_content{width:96%;padding:2%;}
	#side{width:100%;float:initial;}
	#content{width:100%;float:initial;}
	#side .side_box .side_content{display:none;}
	.txt{font-size:120% !important;}
	.side_search{font-size:140% !important;}
	.side_search input, .side_search select, .side_search textarea{padding:15px;font-size:130%;}
	.side_search input[type="text"]{min-width:70px;}
	.ingatlan_hol_label{font-size:24px;margin:10px;padding:5px;}
	.title{font-size:150% !important;font-weight:bold;text-align:center;margin-top:25px;}
	.side_content{font-size:100%;}
}
@media screen and (max-width: 750px){
	.ingatlan_adatlap_img{width:100%;float:initial;text-align:center;}
	.ingatlan_adatlap_img img{width:96%;height:auto;}
	.ingatlan_adatlap_adatok{width:100%;float:initial;text-align:center;}
	.ingatlan_adatlap_galeria{width:100%;float:initial;text-align:center;}
	.ingatlan_adatlap_egyeb{width:100%;float:initial;text-align:center;}
}
@media screen and (max-width: 650px){
	.menu_item{width:100%;display:block;}
	..menu_item a{width:100%;}
}