* {
  margin: 0;
  padding: 0;
}

html {
  height:100%;
}

body {
  height: 100%;
  position:relative;
}
.header {
  background-color: #EDEDED;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0 0;
  margin: 0;
  width: 100%;
}   

#logo a img {
  border: none;
}
#wrapper {
  min-height: 610px;
}
#footer {
  background-color: #fefefe;
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  margin: 40px 0 0 0;
  width: 100%;
}

.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 

/*_______ TOP MENU ______________________________________*/

.top_menu ul.menu {
    float: right;
    margin: 0;
}

.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top_menu ul.menu li:last-child {
    border-right: none;
}

.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ DROPDOWN MEIN MENU ______________________________________*/
#black{
	background:#222222;
	text-align:center;
	padding: 0 0 10px;
}
.main_menu ul.menu {
	float:none;
    margin: 10px 30px 0 30px;
}
.main_menu ul.menu li {
    float: none; 
    position: relative;
    list-style: none;
	display:block;
}
.main_menu ul.menu li:hover {
	background:#444444;
}
.main_menu ul.menu li.active {
	background:  #333333;
}
.main_menu ul.menu > li > a {
    font-size: 16px;
    margin: 0;
    position: relative;
	text-align:left;
	border-bottom: 1px solid #111;
}

.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.main_menu ul.menu > li > a {
	border-top: 1px solid #333333;
	color:#fff;
	text-shadow:none;
	padding:10px;
}

.main_menu ul.menu > li > a:hover {
	color:#fff;
	padding:10px;
}

.main_menu ul.menu > li.active > a {
    background-color: #333;
/*     border-bottom: 2px solid #12ABFF; */
    box-shadow: none;	
	color:#fff;
	-moz-transition: all 0.2s ease 0s;
	padding: 10px;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.main_menu ul.menu > li.active > a:hover {
	color:#fff;
	background-color: #444;
}

.main_menu ul.menu > li a {
   display: block;
   color:#fff;
   font-size:16px;
}
/*
.main_menu ul.menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
	display:none;
}

.main_menu ul.menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
	display:none;
}
*/
.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 9999;
}

.main_menu ul.menu li.parent ul {
    left: 100%; 
    top: 0;
	background: #333;
}

.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: 0px;
}
.main_menu ul.menu li.parent > ul li {
    margin: 0; 
    padding: 0px 0px;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    clear: both;
}
 
.main_menu ul.menu li.parent ul li.lastChild {
/*     border-bottom: none;  */

}

.main_menu ul.menu li.parent ul li a {
	text-align:left;
	border-top: 1px solid #222;
	padding: 10px 10px;
}
.main_menu ul.menu li.parent ul li a:hover {
	background:#444;
	padding: 10px 10px;
}
.main_menu .nav li.active > .nav-child > li.active > a {
	background: #444;
	padding: 10px 10px;
}
.main_menu .nav li.active > .nav-child > li.active > a{
	background:#444;
} 


/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li:last-child {
    border-right: none;
}

.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 979px) {

.top_menu ul.menu {
  margin: 10px 0;
  float: none;
}

.top_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
}

.top_menu ul.menu li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
}

.top_menu ul.menu li:first-child a {
    border-top: 1px solid #e6e6e6;
}

.top_menu ul.menu li a:hover {
    background-color: #0088cc;
    text-shadow: 0 1px 0 transparent;
}

/*_______ DROPDOWN ACCORDION MENU ________________________________*/
 
.main_menu ul.menu {
    margin: 10px 0 0 0;
    float: none;
    padding: 0;
}
.main_menu ul.menu li { 
    background-color: #333;
    float: none;
    list-style: none;
}
.main_menu ul.menu > li.active > a {
    border-bottom: medium none;
	color:#fff;
}
.main_menu ul.menu li a {
    border-radius: 0 0 0 0;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
	color:#fff;
}
.main_menu ul.menu li.parent ul {
    border-top: medium none;
    left: 0;
    top: 0;
}
.main_menu ul.menu li.parent ul, 
.main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: medium none;
    float: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
    list-style: none outside none;
    position: relative;
}
.main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
}
.main_menu ul.menu > li.active > a:hover, 
.main_menu ul.menu > li.active > a:focus, 
.main_menu ul.menu > li.active > a {
    background-color: #333;
    box-shadow: 0 0 0 transparent;
    color: #fff;
}
.main_menu ul.menu > li > a {
    border-top: 1px solid #333;
    margin: 0;
    text-shadow: 0 1px 0 transparent;
	color:#fff;
}
.main_menu ul.menu > li > a:hover {
    border-top: 1px solid #333;
    border-bottom: none;
}
.main_menu ul.menu > li > a:hover, 
.main_menu ul.menu li.parent:hover, 
.main_menu ul.menu li ul li.parent:hover {
    background-color:#cecece;
	color:#333;
}
.main_menu ul.menu ul {
    list-style-type:none; 
    padding:0; 
    margin: 0;
}
.main_menu ul.menu ul li:hover {
    background:#ebebeb;
}
.main_menu ul.menu ul li a { 
    display:block; 
    line-height:25px; 
    text-decoration:none; 
    border-top: 1px solid #333; 
    margin: 0;
    font-size:14px;
	color:#fff;
}
.main_menu ul.menu li ul li.parent ul {
    left: 0 !important;
    top: 0 !important;
}
.main_menu ul.menu li.parent ul li a {
    float: none;
}
span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 10px transparent;
    float: right;
    height: 20px;
    margin: 0 10px;
    width: 20px;
	display:none;
}
.main_menu ul.menu li.lastChild ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 0 transparent !important;
	display:none;
}
.main_menu ul.menu li.parent > a, 
.main_menu ul.menu li ul li.parent > a {
-webkit-transition: all 0.1s ease 0s;
   -moz-transition: all 0.1s ease 0s;
     -o-transition: all 0.1s ease 0s;
	      transition: all 0.1s ease 0s;
}
.main_menu ul.menu li.parent ul li a {
    padding: 0 0 0 25px;
}
.main_menu ul.menu li.parent ul li a:hover {
	padding: 10px 25px;
}
.main_menu .nav li.active > .nav-child > li.active > a {
	padding: 10px 25px;
}
/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }

  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }

  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }

  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }

  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

}

table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}

/*_______ END MENU ______________________________________*/

#copyrights p{
  text-align:center;
}

.copyrights {
    margin: 7px 0 0;
}

.filter-search select {
  float: left;
  margin: 10px;
  width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}

input.invalid {
    border-color: #FF0000 !important;
}

/*__________________________social icons_________________________*/

.soc_icons_box {
   border-top: 1px solid #333333;
   margin: auto;
   text-align: center;
   width: 83%;
  border-bottom: 1px solid #111111; 

}

.block_icons {
	margin: 0px;
    text-align: left;
	padding:15px 0 11px 0;
}

.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
	text-align: left;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}

.soc_icons li a {
    display:block;
    width:39px;
    height:38px;
    margin: 2px;
}

.soc_icons a {
  background:url(../images/icons3.png);
}

.soc_icons a.twitter{background-position: -3px -3px;}
.soc_icons a.facebook{background-position: -3px -45px;}
.soc_icons a.flickr{background-position: -3px -88px;}
.soc_icons a.friendfeed{background-position: -3px -129px;}
.soc_icons a.delicious{background-position: -3px -171px;}
.soc_icons a.digg{background-position: -3px -214px;}
.soc_icons a.lastfm{background-position: -3px -256px;}
.soc_icons a.linkedin{background-position: -3px -298px;}
.soc_icons a.youtube{background-position: -3px -340px;}
.soc_icons a.feed{background-position: -3px -382px;}
.soc_icons a.pinterest{background-position: -3px -424px;}
.soc_icons a.google{background-position: -3px -466px;}
.soc_icons a.dribbble{background-position: -3px -508px;}
.soc_icons a.vimeo{background-position: -3px -549px;}
.soc_icons a.blogger{background-position: -3px -591px;}
.soc_icons a.myspace{background-position: -3px -634px;}
.soc_icons a.yahoo{background-position: -3px -676px;}

.soc_icons a.twitter:hover{background-position: -44px -3px;}
.soc_icons a.facebook:hover{background-position: -44px -45px;}
.soc_icons a.flickr:hover{background-position: -44px -88px;}
.soc_icons a.friendfeed:hover{background-position: -44px -129px;}
.soc_icons a.delicious:hover{background-position: -44px -171px;}
.soc_icons a.digg:hover{background-position: -44px -214px;}
.soc_icons a.lastfm:hover{background-position: -44px -256px;}
.soc_icons a.linkedin:hover{background-position: -44px -298px;}
.soc_icons a.youtube:hover{background-position: -44px -340px;}
.soc_icons a.feed:hover{background-position: -44px -382px;}
.soc_icons a.pinterest:hover{background-position: -44px -424px;}
.soc_icons a.google:hover{background-position: -44px -466px;}
.soc_icons a.dribbble:hover{background-position: -44px -508px;}
.soc_icons a.vimeo:hover{background-position: -44px -549px;}
.soc_icons a.blogger:hover{background-position: -44px -591px;}
.soc_icons a.myspace:hover{background-position: -44px -634px;}
.soc_icons a.yahoo:hover{background-position: -44px -676px;}

.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}

.iconsrow h2 {

}

.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 177px;
}

.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}

@media (max-width: 1200px) {
  
}

@media (max-width: 1024px) {
  
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
	  left:88%;
	  display:none;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
    }
}
 
@media (max-width: 980px) {
  
}

@media (max-width: 768px) {
  
  #logo,
  .copyrights p {
     text-align: center;
  }

  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }

  #wrapper {
      margin-right: 20px;
      margin-left: 20px;
  }

}
.reviews_table .row_comment .quotes_before, .reviews_table .row_comment .quotes_after {
	display: none;
}

 #logo{
	padding:20px 0 0 0;
 }
 #Search{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #111111;
    margin: auto;
    text-align: left;
    width: 84%;
 }
 .search form{
	margin:0;
 }
 .search_field{
	padding: 20px 0;
	position: relative;
	width: 100%;
	margin: auto;
 }
 .search_field #mod-search-searchword{
	 padding: 10px 45px 10px 10px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 12px;
	height: 20px;
	width: 80%;
 }
  .search_field .button{
	background: url('../images/search.png') no-repeat !important;
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: 999999px;
	top: 20px;
	right: 5px;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:none;
  }
   .search_field .button:hover{
	background-color: #EEE !important;
 }
#searchForm button.btn{

}
#searchForm .hasTooltip{
	background: url("../images/search.png") no-repeat scroll -5px -5px transparent;
	width: 30px;
	height:30px;
}
#searchForm .hasTooltip:hover{
	color:#5A5959;
}
.map_canvas513312161{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.new_estate{
	margin: 0px 0 0 ;
	background:#fff !important;
	 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	 -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	 -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
 .realestatemanager_ .newest {
	margin: 15px 0 10px 21px;
	width: 29% !important;
	overflow: visible;
	text-align: center;
}
  .realestatemanager_ .newest  img{
	border: 1px solid #EEE;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	background:#fff;
}
.newest img:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.brokerest {
	margin-top: 10px;
	font-size: 15px;
	color: #1A1A1A;
	padding-bottom: 0px;
	font-family: 'Archivo Narrow', sans-serif !important;
}
 .textest p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin:0;
}
#TopEstate{
	border-top: 1px solid #333333;
	margin:auto;
	width:83%;
}
 #TopEstate .moduletable h3{
	color: #F0F0F0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-align:left;
	margin: 10px 0 10px;
}
#TopEstate .row_1{
	width:100%;
	overflow:hidden;
}
#TopEstate .row_1_img{
		width:26%;
		float:left;
}
#TopEstate .top_title{
	margin: 0 0 0 20px;
	height:52px;
	line-height:52px;
	float:left;
}
 #TopEstate img {
border: 3px solid white;
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
	margin: 0 0 10px 0px;
}
 #TopEstate a{
	color: #fff !important;
 }
 #TopEstate a:hover{
	color: #AB9FA6!important;
 }
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
.realestate_search_button, input[type="submit"], input[type="button"], 
.controls .btn-primary, .form-actions .btn-primary, .form-actions a, .archive .btn-primary,
.content-category .hasTooltip a {
background: #222 !important;
text-transform: uppercase;
color: #fff !important;
cursor: pointer;
border-radius: 2px !important;
-moz-border-radius: 2px !important;
-khtml-border-radius: 2px !important;
border: none !important;
text-align: center;
border: medium none;
font-family: 'Oswald',sans-serif !important;
font-size: 12px;
font-weight:normal !important;
padding: 10px !important;
text-shadow: none !important;
}
input.button:hover, .realestate_search_button:hover, .house_button a:hover, 
.admin_table_47 .blank a:hover, .realestate_search_button:hover, 
input[type="submit"]:hover, input[type="button"]:hover, .controls .btn-primary:hover, 
.form-actions .btn-primary:hover, .form-actions a:hover, .archive .btn-primary:hover,
.content-category .hasTooltip a:hover {
background-color: #444 !important;
border: none !important;
color: #fff !important;
}
.realestate_search_button img{
	display:none;
}
.table_59:hover {
background: none repeat scroll 0 0 #EFEFEF;
border: 1px solid gainsboro;
border-radius: 5px 5px 5px 5px;
margin: 7px 0;
box-shadow: none;
}
.form-horizontal .controls, .reset, .reset-confirm, .remind, .login {
    margin: 10px 0 0;
}
#gallery .okno_R {
	background: none repeat scroll 0 0 white;
	border: 1px solid #DDD;
	margin: 0 0 10px 12px!important;
	border-radius: 0px !important;
	width: 32%;
	/* height:185px; */
}
#gallery {
    padding: 10px 0 0 0;
}

#gallery .okno_R:first-child, #gallery .okno_R:nth-child(4), #gallery .okno_R:nth-child(7), 
#gallery .okno_R:nth-child(10), #gallery .okno_R:nth-child(13), #gallery .okno_R:nth-child(16) ,
#gallery .okno_R:nth-child(19), #gallery .okno_R:nth-child(22), #gallery .okno_R:nth-child(25),
#gallery .okno_R:nth-child(28), #gallery .okno_R:nth-child(31), #gallery .okno_R:nth-child(34) ,
#gallery .okno_R:nth-child(37),#gallery .okno_R:nth-child(40),#gallery .okno_R:nth-child(43) ,
#gallery .okno_R:nth-child(46), #gallery .okno_R:nth-child(49),#gallery .okno_R:nth-child(52) ,
#gallery .okno_R:nth-child(55), #gallery .okno_R:nth-child(58),#gallery .okno_R:nth-child(61) ,
#gallery .okno_R:nth-child(64), #gallery .okno_R:nth-child(67),#gallery .okno_R:nth-child(70) ,
#gallery .okno_R:nth-child(73), #gallery .okno_R:nth-child(76), #gallery .okno_R:nth-child(79),
#gallery .okno_R:nth-child(81) ,#gallery .okno_R:nth-child(84) ,#gallery .okno_R:nth-child(87) ,
#gallery .okno_R:nth-child(90) ,#gallery .okno_R:nth-child(93) ,#gallery .okno_R:nth-child(95)     {
	margin-left: 0 !important;
}
.okno_R .texthouse {
    width: 100% !important;
}
.okno_R a {
	font-family: 'Archivo Narrow', sans-serif  !important;
}
.okno_R img {
	margin-top: 10px;
	width:90%;
}
.okno_R .price {
	float: none;
	text-align: center;
}
.show_search_house .container_box_1 .col_box_1 {
height: 101px;
width: 160px;
}
.container_box_1 .col_box_1:last-child,
.show_search_house .container_box_2 .col_box_2:nth-child(2n),
.show_search_house .container_box_3 .col_box_3:nth-child(4n){
	margin-right:0; 
}
#search_date_from_img, #search_date_until_img, #rent_until_img, #rent_from_img{
height: 30px;
}
.search{
	margin:0 0 10px;
}
.show_search_house .container_box_1 input[name="searchtext"] {
width: 144px;
}
.show_search_house .container_box_1 .button {
width: 157px;
}
.show_search_house .container_box_1 .input-append {
width: 128px;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto,
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto{
	width:166px !important;
}

.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 74px;
}
.show_search_house .container_box_1 select #pricefrom{
	width: 276px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 351px;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 165px;
}
#table_logo img{
	max-width: 120px;
	height:72px;
}
#list .list_house{
	background:#fff;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 0px solid gainsboro;
}
#list .list_house:hover{
	background:#fff;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 0px solid gainsboro;
}
#list .list_house .col_hlocation .category{
	font-size: 16px !important;
	font-family: 'Archivo Narrow', sans-serif !important;
	margin-top: 0px !important;
	display: block;
}
#list .list_house .col_hlocation .category:hover{
	color:#444444 !important;
}
#list .list_house .col_htitle, #list .list_house .price_priceunit .col_price  {
	font-family: 'Archivo Narrow', sans-serif !important;
	font-size: 16px;
}
#list .list_house .price_priceunit .col_priceunit, #list .list_house .col_hits .col_10, 
#list .list_house .col_hits .col_11, #list .list_house .col_category_title a,
.table_latitude{
	font-family: 'Archivo Narrow', sans-serif !important;
}
#list .list_house .price_hits {
	margin: 30px 0 0 0;
}
#list .list_house .price_hits .price_priceunit {
	float:left;
	
}
#list .list_house .price_hits .col_hits{
	margin: 0 0 0 10px;
	float:left;
}
.tabs_buttons .button_ppe {
	float: right;
}
div.componentheading {
	padding: 20px 0 0;
	color: black !important;
	text-align: center;
	font-family: 'Oswald', sans-serif !important;
	font-weight:normal !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
#contentBox{
	background:#fff;
	overflow:hidden;
	padding: 0px 10px 0 10px;
		 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	 -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	 -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.column{
	width:99%;
}
#column_tab_left{
	border-right: 1px solid #DCDCDC;
    float: left;
    padding-right: 23px;
    width: 54%;
}
#column_tab_right{
	float:right;
	width:40%;
	padding:0 0px;
}
.table_tab_01 .col_img img {
   border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    padding: 5px;
	 margin: 0;
}
.gallery_img{
	overflow:hidden;
}
.thumbnail{
	overflow:hidden;
	width: 28% !important;
 	height: auto !important; 
}
.viewHouses a img{
	position:static;
	width: 100% !important;
}
.table_gallery .gallery_img a {
	margin:0;
}
.gallery_img .thumbnail:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #B5A3B3;
} 
 .table_country3 .row_text {
	margin: 5px 0;
	overflow: visible;
}
 .calendar_h{
	font-size: 12px;
	font-weight: normal;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02,.calendar_h .tableC .col_03{
	margin:0 10px 10px 0;
	float: left;
	width: 47%;
	height: auto;
	background: none repeat scroll 0 0 #E3EAF4;
}
.calendar_notation{
	clear:left;
	float:left;
	margin-top: 10px;
}
.tableC .days th, .tableC .year {
    background: none repeat scroll 0 0 #0085CC;
    background: none;
}
.calendar_available, .calendar_available_notation {
    background-color:#4b4a4b;
}
.calendar_h .tableC .col_01 th, .calendar_h .tableC .col_02 th,.calendar_h .tableC .col_03 th {
    color: #1A1A1A !important;
    font-size: 11px;
    padding: 1px;
	font-weight: normal;
}
.calendar_h .tableC .col_01 td, .calendar_h .tableC .col_02 td,.calendar_h .tableC .col_03 td {
    font-size: 11px;
}
.label_calendar_available, .label_not_calendar_available {
    font-size: 10px;
}
 .calendar_not_available, .calendar_not_available_notation {
background-color: #A43A9B;
}
.table_country3 .row_text {
    text-align: center;
}
.table_country3 .row_text .col_text_1 {
    text-align: right;
    width: 125px;
}
 .table_country3 .row_text .col_text_2 {
    text-align: left;
}
 .bottom_buttom{
	 float:left;
	 width: 56%;
	  text-align: center;
 }
  .bottom_buttom hr{
	background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
 }
 .calendar_h .basictable{
	overflow:visible;
 }
 .calendar_not_available_notation, .calendar_available_notation {
    height: 15px;
    width: 15px;
}
 .label_calendar_available, .label_not_calendar_available {
    padding: 0 0 0 20px;
}
 #hidden_buying{
	margin:0 0 20px 0;
 }
 .reviews_table .head_comment {
background: none;
border: 0px solid #D6D6D6;
border-radius: 0;
overflow: hidden;
padding: 1px 10px 5px;
}
 .reviews_table .arrow_up_comment {
	display:none;
 }
 #hidden_review, #show_buying{
	text-align:left;
 }
 #pagenavig, .box_button {
    text-align: center;
}
 
#list .list_house .price_hits .price_priceunit .col_priceunit, #list .list_house .price_hits .col_hits .col_10, .col_category_title a, .title_my_house a, .my_houses, .row_house {
    color: inherit;
    font-family: 'Archivo Narrow',sans-serif !important;
}
 .row_house_checkbox{
 overflow:hidden;
 }
 .categories_feature{
	width:100%;
	float:left;
 }
 .row_house_checkbox .box_check_feature {
	margin-right: 35px !important;
    float: left;
}
.archive #adminForm .filters .filter-search button[type="submit"]{
	padding:2px 15px !important;
}
 #description_ifr{
	height: auto !important;
}
 .input-append .add-on, .input-append .btn {
height: 30px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	overflow: hidden;
}
 /*---========Media=========---*/
 
 @media (max-width: 320px) {
 #Search {
border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 73%;
}
 .search_field .button {
	right: 1%;
}
.search_field #mod-search-searchword {

}
.search_field .button:hover {
	width: 40px;
	height: 40px;
	margin-top:0px;
}
 .realestatemanager_ .newest {
	margin: 15px 0 10px 15px;
	width: 85% !important;
}
 #TopEstate .top_title {
	line-height: 35px;
}
 #gallery .okno_R {
	margin: 10px 0 0 !important;
	width: 99%;
}
  #pagenavig a, #pagenavig span {
	padding: 0 8px;
	line-height: 29px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
.realestate_search_button, input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 228px;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 208px;
}
.show_search_house .container_box_1 .button {
	width: 221px;
}
.show_search_house .container_box_1 .input-append {
	width: 190px;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 134px;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 188px !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 60px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 228px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 125px !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 233px;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	width: 37%;
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	font-size: 12px !important;
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 23%;
}
.thumbnail {
	width: 41% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.column {
	height: auto !important;
}
#column_tab_right {
float: none;
width: 100%;
padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 100%;
	margin:0 0 10px;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width:95%;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
 margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 84% !important;
	width: 85% !important;
}
} /*-- (max-width: 320px) --*/

@media (min-width: 321px) and (max-width: 384px)  {
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
 #Search {
	border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 82%;
}
   .search_field .button {
	right:1%;
}
.search_field #mod-search-searchword {
	padding: 10px 45px 10px 0px;
}
.search_field .button:hover {
	width: 40px;
	height: 40px;
	margin-top:0px;
}
 .realestatemanager_ .newest {
	margin: 15px auto !important;
	width: 70% !important;
	float:none !important;
	height:185px !important;
}
.brokerest {
	margin: 0 !important;
	height: auto !important;
}
.textest p {
margin: -10px 0 0 0 !important;
}
 #TopEstate .top_title {
	line-height: 35px;
}
 #gallery .okno_R {
	margin: 10px 0 0 !important;
	width: 99%;
	height:217px;
}
  #pagenavig a, #pagenavig span {
	padding: 0 10px;
	line-height: 33px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
.realestate_search_button, input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 94%;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width: 98%;
}
.show_search_house .container_box_1 .input-append {
	width: 87%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 76%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 87% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 60px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 94%;
}
.container_box_2 .col_box_2 .inputbox{
	width: 60% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 45%;
	margin:0 5px 0 0;
}
.show_search_house .container_box_3 .col_box_3:nth-child(2n){
	margin:0;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	width: 37%;
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	font-size: 12px !important;
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 23%;
}
.thumbnail {
	width: 41% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.column {
	height: auto !important;
}
#column_tab_right {
float: none;
width: 100%;
padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 100%;
	margin:0 0 10px;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 95% !important;
	width: 85% !important;
}
} /*--(min-width: 321px) and (max-width: 384px) --*/

@media (min-width: 385px) and (max-width: 480px)  {
   #Search {
	border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 83%;
}
 .realestatemanager_ .newest {
	width: 41% !important;
	height:185px !important;
}
.brokerest {
	margin: 0 !important;
	height: auto !important;
}
.textest p {
margin: -10px 0 0 0 !important;
}
#TopEstate .row_1 {
/* 	margin: 0 0 10px 0; */
	width: 31% !important;
	float: left;
	text-align: left;
}
#TopEstate .top_title {
	margin: 0 !important;
	/* height: 15px; */
	line-height: 10px;
	float: none !important;
}
#TopEstate .row_1_img {
	width: 85%;
	float: none;
}
 #gallery .okno_R {
	margin: 10px 7px 0 0 !important;
	width:48%;
	height:163px;
}
 #gallery .okno_R:nth-child(2n) {
	margin-right: 0 !important;
}
  #pagenavig a, #pagenavig span {
	padding: 0 15px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
.realestate_search_button {
	width: 150px;
}
.realestate_search_button a{
	padding: 4px !important;
}
.admin_table_47 .row_add_house > span {
	width: 158px;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 45%;
	margin: 4px 3px 0 0;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width:100%;
}
.show_search_house .container_box_1 .input-append {
	width: 80%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 62%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 77% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 60px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 45%;
	margin-right:3px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 49% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 46%;
	margin:0 3px 0 0;
}
.show_search_house .container_box_3 .col_box_3:nth-child(2n){
	margin:0;
}
.iconsrow .fa-hover {
	width: 46%;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	width: 37%;
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	font-size: 12px !important;
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 25px 0 0 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 23%;
}
.thumbnail {
	width: 41% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.column {
	height: auto !important;
}
#column_tab_right {
	float: none;
	width: 100%;
	padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 47%;
	margin: 0 0 10px 10px;
}
.calendar_notation {
	margin-left: 10px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	margin-left: 10px;
}
.re_map_canvas, #map_canvas {
	width: 99%;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 97% !important;
	width: 85% !important;
}
} /*--(min-width: 385px) and (max-width: 480px)--*/

@media (min-width: 481px) and (max-width: 568px)  {
    #Search {
	border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 83%;
}
.search_field .button{
	right:4%;
}
 .realestatemanager_ .newest {
	width: 41% !important;
	height:185px !important;
}
.brokerest {
	margin: 0 !important;
	height: auto !important;
}
.textest p {
	margin: -10px 0 0 0 !important;
}
#TopEstate .row_1 {
	margin: 0 0 10px 0;
	width: 31% !important;
	float: left;
	text-align: left;
}
#TopEstate .top_title {
	margin: 0 !important;
	height: 15px;
	line-height: 10px;
	float: none !important;
}
#TopEstate .row_1_img {
	width: 85%;
	float: none;
}
 #gallery .okno_R {
	margin: 0px 7px 10px 0 !important;
	width:48%;
	height: 200px;
}
.okno_R .texthouse {

}
 #gallery .okno_R:nth-child(2n) {
	margin-right: 0 !important;
}
  #pagenavig a, #pagenavig span {
	padding: 0 15px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
.realestate_search_button {
	width: 150px;
}
.realestate_search_button a{
	padding: 4px !important;
}
.admin_table_47 .row_add_house > span {
	width: 158px;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 45%;
	margin: 4px 3px 0 0;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width:100%;
}
.show_search_house .container_box_1 .input-append {
	width: 76%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 67%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 77% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 60px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 45%;
	margin-right:3px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 49% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 29%;
	margin:0 8px 5px 0 !important;
}
.iconsrow .fa-hover {
	width: 46%;
}
.table_58 .row_01 .col_02 {
	margin: 0 8% 0 0;
}
.admin_table_47 .row_house_checkbox .box_check_feature {
	width: 44%;
	margin-right: 15px !important;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	/* width: 37%; */
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 18px 0 0 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 23%;
}
.thumbnail {
	width: 29% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.p_clear{
	margin:0 0 0 10px;
}
.column {
	height: auto !important;
}
#column_tab_right {
	float: none;
	width: 100%;
	padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 47%;
	margin: 0 0 10px 10px;
}
.calendar_notation {
	margin-left: 10px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	margin-left: 10px;
}
.re_map_canvas, #map_canvas {
	width: 99%;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 97% !important;
	width: 85% !important;
}
.contact-form .form-horizontal .control-label{
	width: auto;
}
.contact-form .form-horizontal .controls {
margin-left: 89px !important;
}
.contact-form .controls #jform_contact_email_copy {
	margin: -10px 0 0 10px;
}
} /*--(min-width: 481px) and (max-width: 568px)--*/

@media (min-width: 569px) and (max-width: 600px)  {
    #Search {
	border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 87%;
}
.search_field .button{
	right:1%;
}
 .realestatemanager_ .newest {
	width: 44% !important;
	height:185px !important;
}
.brokerest {
	margin: 0 !important;
	height: auto !important;
}
.textest p {
	margin: -10px 0 0 0 !important;
}


#TopEstate .row_1 {
	margin: 0 0 10px 0;
	width: 31% !important;
	float: left;
	text-align: left;
}
#TopEstate .top_title {
	margin: 0 !important;
	height: 15px;
	line-height: 10px;
	float: none !important;
}
#TopEstate .row_1_img {
	width: 85%;
	float: none;
}

 #gallery .okno_R {
	margin: 0px 7px 10px 0 !important;
	width:48%;
	height: 213px;
}
.okno_R .texthouse {

}
 #gallery .okno_R:nth-child(2n) {
	margin-right: 0 !important;
}
  #pagenavig a, #pagenavig span {
	padding: 0 15px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
.realestate_search_button {
	width: 150px;
}
.realestate_search_button a{
	padding: 4px !important;
}
.admin_table_47 .row_add_house > span {
	width: 158px;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 46%;
	margin: 4px 3px 0 0;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width:100%;
}
.show_search_house .container_box_1 .input-append {
	width: 85%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 72%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 82% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 60px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 46%;
	margin-right:3px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 55% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 30%;
	margin:0 5px 5px 0 !important;
}
.iconsrow .fa-hover {
	width: 46%;
}
.table_58 .row_01 .col_02 {
	margin: 0 8% 0 0;
}
.admin_table_47 .row_house_checkbox .box_check_feature {
	width: 46%;
	margin-right: 5px !important;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	/* width: 37%; */
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 18px 0 0 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 14%;
}
.thumbnail {
	width: 29% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.p_clear{
	margin:0 0 0 10px;
}
.column {
	height: auto !important;
}
#column_tab_right {
	float: none;
	width: 100%;
	padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 47%;
	margin: 0 0 10px 10px;
}
.calendar_notation {
	margin-left: 10px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	margin-left: 10px;
}
.re_map_canvas, #map_canvas {
	width: 99%;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 97% !important;
	width: 85% !important;
}
.contact-form .form-horizontal .control-label{
	width: auto;
}
.contact-form .form-horizontal .controls {
margin-left: 89px !important;
}
.contact-form .controls #jform_contact_email_copy {
	margin: -10px 0 0 10px;
}
} /*--(min-width: 569px) and (max-width: 600px)--*/

@media (min-width: 601px) and (max-width: 768px)  {
         #Search {
	border-top: 0px solid #333;
}
.search_field #mod-search-searchword {
	width: 69%;
}
.search_field .button{
	right:1%;
}
 .realestatemanager_ .newest {
	width: 28% !important;
	height:185px !important;
	margin: 10px !important;
}
 #TopEstate .top_title {
	line-height: 64px; 
}
 #gallery .okno_R {
	margin: 0 0 10px 20px!important;
	width:31%;
	height: 193px;
}
.okno_R .texthouse {

}
 #gallery .okno_R:nth-child(2n) {
	margin-right: 0 !important;
}
  #pagenavig a, #pagenavig span {
	padding: 0 15px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
.realestate_search_button {
	width: 150px;
}
.realestate_search_button a{
	padding: 4px !important;
}
.admin_table_47 .row_add_house > span {
	width: 158px;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 45%;
	margin: 4px 3px 0 0;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width:100%;
}
.show_search_house .container_box_1 .input-append {
	width: 83%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 67%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 82% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 70px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 45%;
	margin-right:3px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 55% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 29%;
	margin:0 7px 5px 0 !important;
}
.iconsrow .fa-hover {
	width: 46%;
}
.buton_ppe{
	margin: 5px 4px 0 0;
	float:right;
}
#gallery .okno_R {
    width: 31%;
	 height: 148px;
}
.table_58 .row_01 .col_02 {
	margin: 0 8% 0 0;
}
.admin_table_47 .row_house_checkbox .box_check_feature {
	width: 46%;
	margin-right: 5px !important;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	/* width: 37%; */
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 18px 0 0 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 14%;
}
.thumbnail {
	width: 28% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.p_clear{
	margin:0 0 0 10px;
}
.column {
	height: auto !important;
}
#column_tab_right {
	float: none;
	width: 100%;
	padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 47%;
	margin: 0 0 10px 10px;
}
.calendar_notation {
	margin-left: 10px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	margin-left: 10px;
}
.re_map_canvas, #map_canvas {
	width: 99%;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 97% !important;
	width: 85% !important;
}
.contact-form .form-horizontal .control-label{
	width: auto;
}
.contact-form .form-horizontal .controls {
margin-left: 89px !important;
}
.contact-form .controls #jform_contact_email_copy {
	margin: -10px 0 0 10px;
}
} /*-- (min-width: 601px) and (max-width: 768px) --*/

@media (min-width: 769px) and (max-width: 1024px){
  .search_field #mod-search-searchword {
	width: 76% !important;
}
#description_ifr{
	height: auto !important;
}
 .realestatemanager_ .newest {
	width: 28% !important;
	height:185px !important;
	margin: 10px !important;
}
#TopEstate .top_title {
	height: 43px;
	line-height: 43px;
}
 #gallery .okno_R {
	margin: 0 0 10px 20px!important;
	width:31%;
	height: 193px;
}
.okno_R .texthouse {

}
 #gallery .okno_R:nth-child(2n) {
	margin-right: 0 !important;
}
  #pagenavig a, #pagenavig span {
	padding: 0 15px;
}
.admin_table_47 .row_add_house .editor_area {
	width: 100%;
}
.realestate_search_button {
	width: 150px;
}
.realestate_search_button a{
	padding: 4px !important;
}
.admin_table_47 .row_add_house > span {
	width: 158px;
}
#description_ifr{
	height: auto !important;
}
input.button, .realestate_search_button, .house_button a, .admin_table_47 .blank a, 
input[type="submit"], input[type="button"], .controls .btn-primary, 
.form-actions .btn-primary, .form-actions a, .archive .btn-primary, .content-category .hasTooltip a {
	padding: 7px !important;
	margin: 0 0 5px 0;
}
.input-append .add-on, .input-append .btn {
	height: 30px;
}
.show_search_house .container_box_1 .col_box_1 {
	height: 90px;
	width: 46%;
	margin: 4px 3px 0 0;
}
.show_search_house .container_box_1 input[name="searchtext"] {
	width: 93%;
}
.show_search_house .container_box_1 .button {
	width:100%;
}
.show_search_house .container_box_1 .input-append {
	width: 82%;
}
.show_search_house .container_box_1 select, .show_search_house .container_box_2 select, 
.show_search_house .container_box_1 #search_date_from, .show_search_house .container_box_1 #search_date_until {
	width: 75%;
}
.container_box_1 .col_box_1 select#yearfrom, .container_box_1 .col_box_1 select#yearto, 
.container_box_1 .col_box_1 select#pricefrom, .container_box_1 .col_box_1 select#priceto {
	width: 82% !important;
}
.container_box_1 .col_box_1:nth-child(3), .container_box_1 .col_box_1:last-child{
	height: 70px;
}
.show_search_house .container_box_2 .col_box_2 {
	width: 46%;
	margin-right:3px;
}
.container_box_2 .col_box_2 .inputbox{
	width: 55% !important;
}
.show_search_house .container_box_3 .col_box_3 {
	width: 30%;
	margin:0 6px 5px 0 !important;
}
.iconsrow .fa-hover {
	width: 46%;
}
.buton_ppe{
	margin: 5px 4px 0 0;
	float:right;
}
#gallery .okno_R {
    width: 31%;
	 height: 175px;
}
.table_58 .row_01 .col_02 {
	margin: 0 8% 0 0;
}
.admin_table_47 .row_house_checkbox .box_check_feature {
	width: 46%;
	margin-right: 5px !important;
}
#list, #gallery {
	padding: 1px;
}
#list .list_house {
width: 95%;
}
#list .list_house .col_img {
	margin: 0 5px 0 0;
	/* width: 37%; */
}
#list .list_house .col_hlocation .category, #list .list_house .col_htitle, #list .list_house .price_priceunit .col_price,
#list .list_house .col_category_title {
	line-height: 14px;
}
#list .list_house .col_htitle{
	margin: 5px 0 0 0;
}
#list .list_house .price_hits {
	margin: 18px 0 0 0;
}
#column_tab_left {
	border-right: 0px;
	float: none;
	padding-right: 8px;
	width: 96%;
}
.tabs_buttons .button_ppe {
	margin: 10px 0 5px 0;
	width: 14%;
}
.thumbnail {
	width: 28% !important;
	height: auto !important;
}
.table_gallery .componentheading{
	padding:0;
}
.p_clear{
	margin:0 0 0 10px;
}
.column {
	height: auto !important;
}
#column_tab_right {
	float: none;
	width: 100%;
	padding: 0 0px;
}
.calendar_h .tableC .col_01, .calendar_h .tableC .col_02, .calendar_h .tableC .col_03 {
	width: 30%;
	margin: 0 0 10px 10px;
}
.calendar_notation {
	margin-left: 10px;
}
.add_table_review, .table_country3, .table_latitude, .table_rent_request {
	margin-left: 10px;
}
.re_map_canvas, #map_canvas {
	width: 99%;
}
.bottom_buttom {
	float: none;
	width:100%;
}
.table_country3 .row_text .col_text_1 {
	width: 100px;
	line-height: 15px;
}
.table_country3 .row_text .col_text_2 {
	padding: 0 0 0 110px;
	line-height: 15px;
}
.iconsrow h4{
	width: 62%;
	float: left;
}
.filter-search, .filters .alert-info {
	margin: 10px 0 0 0;
}
.chzn-container {
	margin-bottom: 10px;
}
table.category tr th, table.category tr td, .table th, .table td  {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.calendar_h .basictable {
    overflow: hidden;
}
textarea {
	max-width: 205px !important;
	width: 125px !important;
	min-width: 205px !important;
}
 .map_contact{
	margin:10px 0 0;
	width:100% !important;
 }
.contact-form .form-horizontal .control-group, .contact-form .control-group, .contact-form legend + .control-group {
	margin: 0px;
}
.contact-form textarea {
	min-height: 100px !important;
	min-width: 97% !important;
	width: 85% !important;
}
.contact-form .form-horizontal .control-label{
	width: auto;
}
.contact-form .form-horizontal .controls {
margin-left: 89px !important;
}
.contact-form .controls #jform_contact_email_copy {
	margin: -10px 0 0 10px;
}
} /*-(min-width: 769px) and (max-width: 1024px) -*/













