* {margin: 0; padding: 0;}

html {height:100%;}

body {position:relative;}

.header {background-color: #FFF; width: 100%;}

#logo a img {border: none;}

.header #logo {padding-top: 0px;}

#wrapper h3 {font-weight: 400}

#footer {
  background-color: #13306C;
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  width: 100%;
  color: #777
}

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

.brand:hover {color:#08C !important;}

/*__________________TOP HEADER  SOC_ICONS_________________________*/

.top_header {border-bottom: 1px solid #E1E1E1;
             display: none;
}

.top_header .soc_icons_box.span6 {width: 100%;}

.top_header .soc_icons_box {text-align: inherit; height: 44px;}

.top_header .soc_icons_box li:first-child {
  border-left: 1px solid #E1E1E1;
}

.top_header .soc_icons_box li {border-right: 1px solid #E1E1E1;}

.top_header .soc_icons_box.span6 a {
  padding: 10px 0;
  width: 45px;
  text-align: center;
  display: inline-block;
  color: #C7C7D3;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

.top_header .soc_icons_box.span6 a:hover {background: #F2F2F2; color: #07045f}
 
/*______________________TOP HEADER NAMBER__________________________*/

.top_header .namber {
  font-size: 12px;
  color: #777;
  letter-spacing: 2px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-left: 1px solid #E2E2E1;
  border-right: 1px solid #E2E2E1;
}

.top_header .namber p .fa.fa-phone {margin-right: 10px;}

/*________________________ TOP MENU _____________________________*/

.top_menu ul.menu {float: left;}

.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;}

.navbar .nav {
  /*margin: 12px 0 -43px !important;*/
  margin-top: 50px;
  } 

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

.top_menu ul.menu li a:hover {
  background: #F2F2F2;
}

/*_______________________ SEARCH HEADER __________________________*/

#Search {border-left: 1px solid #E1E1E1;}

#wrapper > div > div.span3, #wrapper > div > div.span2 {margin-left: 0}

#Search > div > div > form > label {display: none;}

#mod-search-searchword {
  width: 163px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  padding: 12px 6px;
  border-radius: 0;
}

#Search > div > div > form {margin-bottom: 0; height: 44px;}

#Search > div > div > form > button {
  border-radius: 0;
  padding: 12px 20px;
  background: #DEB503;
  border: 0;
}

#Search > div > div > form > button:hover {background: #E3A713;}

#wrapper > div > div.span5 {margin-right: 7.6%;}

.swiperPagination {display: none;}

/*______________________ DROPDOWN MEIN MENU ___________________________*/

.main_menu ul.menu > li ul {display: none;}

.main_menu ul.menu li.parent:hover > ul {display: block;}

.main_menu ul.menu {float: left;}

.main_menu ul.menu li {float: left; position: relative; list-style: none;}

.main_menu ul.menu > li > a {
  /*height: 126px;
  line-height: 124px;*/
  height: 45px;
  line-height: 38px;
  padding: 0 26px !important;
  
}

.arrow {display: none;}

.main_menu ul.menu > li > a {
  font-size: 16px;
  /*margin: 0 1px;
  margin: 43px 1px;*/
  padding: 0 15px 30px;
  position: relative;
}

.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-bottom: 2px solid transparent;}

.main_menu ul.menu li:hover a {background: #DEB503; text-shadow: none;}

.main_menu ul.menu > li.active > a {
  background: #DEB503;
  box-shadow: none;
  color: #fff;
}

.main_menu ul.menu > li.active > a:hover {
  box-shadow: 0 0 0 transparent;
  background: #DEB503;
  color: #fff;
}

.main_menu ul.menu > li a {display: block;}

.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;
}

.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;
}

.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
  background: #fff;
  border-left: 1px solid #d5d5d5;
  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: 0px;
  top: 90px;
  background: #F2F2F2;
}

.main_menu ul.menu li ul li.parent ul {
  left: -101%;
  top: 0px;
  background: #F2F2F2;
}

.main_menu ul.menu li.parent ul li {
  margin: 0; 
  padding: 0;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  clear: both;
  width: 100%;
  -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;
}

.main_menu ul.menu li.parent ul li:hover {background: #fff}

.main_menu ul.menu li.parent ul li.lastChild {border-bottom: none;}

.main_menu ul.menu li.parent ul li a {
  float: left;
  font-size: 12px;
  padding: 7px 6px 7px 0;
  margin: 0 0px 0 0;
  text-indent: 10px;
  -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.parent ul li a {background: transparent !important;}

.main_menu ul.menu li.parent ul li a:hover {
  color: #DEB503;
  background: transparent !important;
 }

/*_____________________ 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) {

  .main_menu ul.menu > li ul {display: block;}

  .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 {text-shadow: 0 1px 0 transparent;}

  /*_______ DROPDOWN ACCORDION MENU ________________________________*/

  .main_menu ul.menu > li ul {display: block;}

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

  .main_menu ul.menu li {float: none; position: relative; list-style: none;}

  .main_menu ul.menu > li > a {
    font-size: 12px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }

  .main_menu ul.menu li a {
    white-space: nowrap;
    display: block;
    width: 100%;
    -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-bottom: 2px solid transparent;}

  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }

  .main_menu ul.menu li {border-top: 1px solid #E6E6E6;}

  .main_menu ul.menu > li.active > a {
    border-bottom: medium none;
    box-shadow: none;
  }

  .main_menu ul.menu > li.active > a:hover {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }

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

  .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;
    display: none;
    top: 7px;
    width: 30px;
  }

  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }

  .main_menu ul.menu li.parent ul {left: 0; top: 0;}

  .main_menu ul.menu li ul li.parent ul {left: 0 !important; top: 0 !important;}

  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .main_menu ul.menu li.parent ul li.lastChild {border-bottom: none;}

  .main_menu ul.menu li ul li.parent ul > li > a {padding: 7px 10px 7px 30px;}

  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }

  .main_menu ul.menu li.parent ul li a:hover {padding: 7px 10px 7px 20px;}

  .main_menu ul.menu li.parent ul li a {
    float: none;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 15px;
    text-indent: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

/*___________________ 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: 0 5px; 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[class='submit'].invalid {border-color: #FF0000 !important;}

/*_________________________ SOCIAL ICONS ________________________*/

.soc_icons_box {text-align:center;}

.soc_icons_box ul {display:-moz-inline-stack; display:inline-block;}

.soc_icons_box li {float:left; list-style:none; padding: 0;}

.soc_icons li a {font-size: 18px; margin: 7px;}

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

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

.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;}

/* Testes Samuel 26/01/2015 */

@media (max-width: 1200px) {
  .table_07{
    width: 100%;
    margin-top: 20px; 
  }


  .add_table_review, .table_country3, .table_latitude, .table_rent_request {
    margin-top: 235px;
  }

}

@media (max-width: 1200px) {
  
  .top_header #wrapper > div > div.span5 {margin-right: 5.6%}

  .top_menu ul.menu li a {padding: 12px 6px !important;}

  .top_header .namber {font-size: 11px !important}

  .top_header #mod-search-searchword {width: 118px}

  .header .main_menu ul.menu > li > a {padding: 0 12px !important}

  .realstate_search .name_form, .realstate_search .prise,
   .realstate_search .category_two, .realstate_search .listing, 
   .realstate_search .property, .realstate_search .search_year,
   .realstate_search .rent, .realstate_search .provider, 
   .realstate_search .zoning, .realstate_search .style {
  width: 295px !important;
  }

  .rent .input-append #search_date_from1,
   .rent .input-append #search_date_until1 {
  width: 114px !important;
 }

 .realstate_search .com_realestatemanager .search_year #yearfrom, 
 .realstate_search .com_realestatemanager .search_year #yearto,
  .realstate_search .prise #pricefrom, .realstate_search .prise #priceto {
  width: 145px !important;
 }

 .realestatemanager1 .newest_two {width: 295px; margin: 9px;}
  
 .extra_first .realestatemanager_ .newest {width: 305px; margin: 0 5px 10px 0 }

 .extra_first  .realestatemanager_ .newest .textest {width: 109px;}
  
 .slider #captionSlide {top: 17% !important; bottom: 17% !important;}

 iframe {width: auto !important;}
  
}

@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;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
      left: inherit;
      right: 100%; 
      top: -2px;
    }
}
 
@media (max-width: 967px) {
    .add_table_review, .table_country3, .table_latitude, .table_rent_request {
    margin-top: 350px;
  }
}



  @media (max-width: 560px) {
    .add_table_review, .table_country3, .table_latitude, .table_rent_request {
    margin-top: 450px;
  }


  .top_header .soc_icons_box.span6 a {width: 36px;}

  .top_header .soc_icons_box li:first-child {border: none !important;}

  .top_header .soc_icons_box li {border: none !important;}

  .top_header .namber {height: auto !important; border: none !important;}

  .top_header .top_menu ul.menu li a {text-align: center;}

  .top_header #Search {border-left: 0;}

  .top_header #Search > div > div > form {height: auto}

  .top_header #Search > div > div > form > button {width: 100%;}

  #Search .search #mod-search-searchword {background: #F8F8F8}

  #Search .search #mod-search-searchword,
  #footer #Search .search #mod-search-searchword {
    width: 100%;
    padding: 12px 0px;
    text-indent: 10px;
  }

  .header .main_menu ul.menu > li > a {
    height: auto;
    line-height: 35px;
    padding: 0 !important; 
    text-align: center;
  }

  .slider .swiper-wrapper #captionSlide {
    top: 0 !important; 
    bottom: 0 !important;}

  .slider #captionSlide .slide-title a {
    font-size: 19px;
    padding-bottom: 4px;
  }

  .slider #captionSlide {font-size: 13px !important;}

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

  .realstate_search .com_realestatemanager .search_button input[type="submit"] {
    width: 100%;
  }

  .realstate_search .com_realestatemanager .name_form,
  .realstate_search .com_realestatemanager .category_two,
  .realstate_search .com_realestatemanager .listing,
  .realstate_search .com_realestatemanager .search_button,
  .realstate_search .com_realestatemanager .rent,
  .realstate_search .com_realestatemanager .search_year,
  .realstate_search .com_realestatemanager .prise,
  .realstate_search .com_realestatemanager .property,
  .realstate_search .com_realestatemanager .provider,
   .realstate_search .com_realestatemanager .zoning,
    .realstate_search .com_realestatemanager .style {
    width: 100% !important;
    margin: 10px 0;
    height: auto !important;
  }

  .com_realestatemanager .rent .input-append {width: 100% !important}

  .realstate_search .com_realestatemanager .search_year #yearfrom,
   .realstate_search .com_realestatemanager .search_year #yearto {
    width: 100% !important
   }

  .rent .input-append #search_date_from1,
   .rent .input-append #search_date_until1 {
    width: 95% !important
  }

  .realstate_search .prise #pricefrom,
   .realstate_search .prise #priceto {
    width: 100% !important
   }

  .servis_block .span4 {margin-bottom: 90px}

  .houses h3 {text-align: center; margin-top: 0;}

  .realestatemanager1 .newest_two {width: 100%; margin: 10px 0;}

  .realestatemanager1 .newest_two img {height: auto !important;}

  .realestatemanager1 .newest_two .newst_img {width: 100%; height: 100%;}

  .realestatemanager_ .newest img  {height: auto !important}

  .more_information {padding: 0 !important;}

  .more_information h3 {
    font-size: 29px !important;
    line-height: 29px !important;
    margin-bottom: 20px !important;}

  .custom a {padding: 13px 43px !important;}

  .extra .extra_first h3, .extra .extra_first h5 {text-align: center;}

  .extra_first .realestatemanager_ .newest:hover .images_img a {
    left: 35%
  }

  .extra_first .realestatemanager_ .newest {
    width: auto;
    height: auto;
    margin: 0;
  }

  .extra_first .realestatemanager_ .newest .imageest {width: auto;}

  .extra_first .realestatemanager_ .newest .imageest .images_img {
    width: 100%;
    height: 100%;
  }

  .extra_first .realestatemanager_ .newest .textest {
    width: auto;
    height: auto;
    padding: 0;
  }

  .extra_video iframe {width: 100% !important; height: 100%;}

  #footer {text-align: center;}

  #footer .soc_icons_box ul {float: none !important;}

  #footer .soc_icons li a {margin: 5px;}

  #footer #Search > div > div > form > button {width: 100%}

  #currency_price {width: auto !important}

  .gallery_img .thumbnail {
    width: 100% !important;
    margin: 4px 0;
    padding: 0;
  }

  input[type="submit"], input[type="button"], .house_button a {
    width: 100% !important
  }

}
 
@media (max-width: 480px) {
  .rent .input-append #search_date_from1,
   .rent .input-append #search_date_until1 {
    width: 93% !important
  }
}

@media (max-width: 320px) {
  .rent .input-append #search_date_from1,
   .rent .input-append #search_date_until1 {
    width: 88% !important
  }

  .realstate_search .com_realestatemanager .search_button input[type="submit"] {
    padding: 14px 0 !important;
  }

}

/*_________________________ SLIDER ____________________________*/

 .slider #captionSlide {
  width: 34%;
  top: 25%;
  bottom: 30%;
  left: 5%;
  text-align: left;
  padding: 2% 2%;
  font-size: 18px;  
 }

 .slider .slide-title a {
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
  padding-bottom: 18px;
  display: block;
  font-family: 'Arial', sans-serif, sans-serif;
 }

 .slider .slide-price {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #DEB503;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
 }

 .slider .slide-price:hover {background: #E3A713;}

 .slider .slide-description {
  display: block;
  padding-top: 10px;
  line-height: 23px;
 }

/*_______________________SEARCH FORM REALSTSTE________________________*/

.realstate_search {background: #F2F2F2; padding: 20px 0;}

.category_two, .provider, .property,.listing, .zoning {width: 186px}

.search_year, .prise {width: 355px;}

 .name_form, .prise, .category_two, .listing, .property, .search_year, .rent, .provider, 
 .zoning, .style {
  float: left;
  color: #07045f;
  font-weight: 700;
  margin: 10px 9px;
  width: 371px !important;
  height: 61px;
}

.name_form {width: 300px;}

.name_form input[class='inputbox'] {
  width: 100%;
  padding: 10px 0;
  text-indent: 10px;
  margin: 0;
  border-radius: 0;
}

.rent .input-append #search_date_from1,
 .rent .input-append #search_date_until1 {
  width: 151px;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
}

.input-append {margin-bottom: 0 !important;}

.row_add_house .input-append {margin-bottom: 5px !important;}

#search_date_from1_img, #search_date_until1_img {
  height: 42px; 
  border-radius: 0;
  padding: 0 7px;
}

.com_realestatemanager .search_year #yearfrom,
 .com_realestatemanager .search_year #yearto,
 .prise #pricefrom, .prise #priceto {
  width: 183px !important;
  padding: 12px 0;
  margin: 0;
  border-radius: 0;
}

.rent .input-append {float: left; margin: 0 5px 0 0}

.rent .input-append:nth-last-child(2n+1) {margin-right: 0;}

.realstate_search #catid, .realstate_search #listing_status,
.realstate_search #property_type, .realstate_search #provider_class, 
.realstate_search #zoning, .realstate_search #style {
  width: 100% !important;
  padding: 12px 0;
  margin: 0;
  border-radius: 0;
}

.description {float: left; margin: 20px 0px 0 9px;}

.search_button {width: 300px; margin: auto;}

.com_realestatemanager .search_button input[type='submit'] {
  padding: 14px 116px !important;
  margin-top: 5px;
  font-size: 20px;
  background: #DEB503 !important;
  border-radius: 0;
  border: 0 !important;
  filter: none !important;
  font-family: 'Arial', sans-serif, sans-serif !important;
}

.com_realestatemanager .search_button input[type='submit']:hover {
  background: #E3A713 !important;
}

/*______________________ SERVIS BLOCK _______________________*/

.servis_block .circle {
  width: 100px;
  height: 100px;
  display: block;
  color: #fff;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border: 5px solid #F2F2F2;
  margin: -60px auto;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
}

.servis_block .circle_in {
  width: 90px;
  height: 90px;
  display: block;
  color: #fff;
  line-height: 10px;
  text-align: center;
  background: #fff;
  border: 5px solid #DEB503;
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
}

.servis_block .circle_in:hover {background: #E3A713;}

.servis_block i {color: #252527; line-height: 90px;}

.servis_block .span4 {
  border: 1px solid #eee;
  padding: 4px 20px 15px;
  color: #6E6E6E;
}

.servis_block h4 {margin: 100px 0 30px 0 !important;}

.servis_block {text-align: center; margin: 110px 0 21px 0;}

.servis_block a {
  margin-top: 20px;
  padding: 10px 20px;
  margin-bottom: -36px;
  background: #DEB503;
  border: 0;
  border-radius: 0;
}

.servis_block a:hover {background: #E3A713;}

/*___________________________ HOUSES ________________________________*/

.newest_two {width: 362px; float: left; margin: 14px; position: relative;}

.newst_img a {
  display: block;
  top: 44%;
  position: absolute;
  left: 32%;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.newst_img {
  background: #07045f;
  top: 100%;
  width: 380px;
  height: 259px; 
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.newest_two {
  box-shadow: none !important;
  opacity: 1 !important;
  overflow: hidden !important;
  top: 100% !important;
}

.newest_two img {width: 100%;}

.newest_two:hover .newest_text {background: #DEB503; color: #fff !important;}

.newest_two:hover .newest_text .newest_tittle a {color: #fff;}

.newest_two .newest_tittle a {
  text-transform: uppercase;
  font-family: 'Arial', sans-serif, sans-serif;
}

.newest_two:hover .newst_img,
.okno_R:hover .newst_img {
  top: 0% !important;
  opacity: 0.7 !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.col_img:hover .newst_img {
  top: 3% !important;
  opacity: 0.7 !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.newest_text {padding: 10px;}

.newest_prise {
  position: absolute !important;
  top: 0;
  right: 0;
  color: #fff;
  padding: 9px 7px;
  font-size: 18px;
  background: #DEB503;
  font-family: 'Arial', sans-serif, sans-serif;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.newest_two:hover .newest_prise {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

/*______________________ MORE IFORAMTION __________________________*/

.more_information {
  text-align: center;
  padding: 20px 30px 50px 30px;
  background: url(../images/bg.jpg) no-repeat center top fixed;
  background-size: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-shadow: 0 0 7px black;
}

.more_information h3 {
  font-size: 45px;
  font-weight: 400;
  color: #FFF;
  line-height: 54px;
  margin-bottom: 40px;
}

.more_information a {
  text-align: center;
  color: #fff;
  padding: 15px 125px;
  margin: 25px 0 0 0;
  background: inherit;
  border: 1px solid #fff !important;
  border-radius: 0;
  font-family: 'Arial', sans-serif, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #DEB503;
}

.more_information a:hover {background: #DEB503;}

/*________________________ EXTRA __________________________*/

.extra {margin-bottom: 40px;}

.extra h3 {font-weight: 400; margin: 24px 0}

.realestatemanager_ .newest {
  width: 375px; 
  height: 240px;
  margin: 0 10px 10px 0;
}
 
.realestatemanager_ .newest .textest p {margin-bottom: 0;}

.realestatemanager_ .newest h5 {margin-top: 0;}

.realestatemanager_ .newest img {width: 100%;}

.realestatemanager_ .newest .imageest {float: left; width: 385px;}

.realestatemanager_ .newest .textest {
  float: left;
  width: 179px;
  height: 115px;
  padding: 5px 5px 0 7px;
  font-size: 11px;
}

/*__________________________ FOOTER ___________________________*/

.content_footer.row-fluid {
  padding-top: 0px;
  /*border-top: 1px solid #777;*/
  margin-top: 0px;
  color: white;
}

.content_footer.row-fluid a {
  color: white;
}


#footer {font-size: 12px;}

#footer h3 {color: #DEB503; font-weight: 500; font-size: 24px;}

#footer p i {margin-right: 10px }

#footer .nav > li > a {padding: 3px 0;}

#footer .nav > li > a:hover {background-color: transparent;}

#footer #Search {margin-top: 15px; border-left: 0;}

#footer #mod-search-searchword {background: #2B303B; border: none;}

#footer .soc_icons_box ul {float: right;}

#footer .soc_icons li a {padding: 0 4px;}

.newest_two > div {overflow: hidden; position: relative;}

.icon-calendar {
  background-position: -192px -120px;
  background-image: url("../images/glyphicons-halflings.png")
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-repeat: no-repeat;
}

/*_____________________________________________________________*/

.tabs_buttons ul li a i {
  margin: 5px;
}

.newest {overflow: hidden;}

.imageest {position: relative; overflow: hidden;}

.newest:hover .images_img {
  top: 0% !important;
  opacity: 0.7 !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.images_img {
  background: #deb503;
  top: 100%;
  width: 385px;
  height: 259px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.newest:hover .images_img a{
  display: block;
  top: 38%;
  left: 41%;
  float: left;
  position: absolute;
  border: 0 !important;
  background: transparent !important;
  text-transform: uppercase;
  box-shadow: none !important;
  color: #fff!important;
}

.newest:hover .textest {background: #DEB503; color: #fff}

/*_________________________________________________________*/

div.componentheading {
  text-align: center;
  /*text-transform: uppercase;
  padding: 40px 0;*/
  color: black;
}

#currency_price {height: 20px; width: 432px; margin: 0 auto;}

div.tabs_buttons .shadetabs li a.selected {
  background: #DEB503 !important;
  color: #fff !important;
}

div.tabs_buttons .shadetabs li a {
  padding: 18px 70px;
  font-size: 14px;
  border: none;
  margin-right: 5px;
  font-weight: 700;
  filter: none !important;
}

div.tabs_buttons .shadetabs li a:hover {
  background: #DEB503 !important;
  color: #fff !important;
}

input[type="submit"], input[type="button"], .house_button a {
  background: #DEB503 !important;
  padding: 12px 12px !important;
  font-size: 14px;
  float: left;
  margin-bottom: 30px;
  filter: none !important;
}

#venda_imovel{
  font-size: 14px;
  float: left;
  margin-bottom: 8px;
  padding: 5px 14px !important;
  margin-top: -1px;
  margin-left: -1px;
  width: 100% !important; 
  background-color: #f5f5f5!important;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
  background-repeat: repeat-x;
  color: #183a84!important;
}

#button_hidden_review input[type="button"] {float: none;}

#hidden_review {clear: both;}

/*input[type="submit"]:hover, */input[type="button"]:hover,
 .house_button a:hover {
  background: #E3A713 !important;
}

.row_button_review input[type="button"] {float: none;}

.add_table_review {text-align: center;}

.add_table_review .row_05 {margin: 3px auto}

.table_request {width: 520px; margin: auto; margin-top: 25px;}

#pagenavig {
  /*height: 44px !important;
  margin: 18px 0;*/
  width: 425px;
  /*float: left;
  position: absolute;*/
  margin: 0 35%;
  display: inline-block;
}

.buton_ppe {
  text-align: center;
  font-family: Raleway, sans-serif;
  margin-top: 15px;
}

#gallery_rem .okno_R {float: none !important; margin: auto !important;}

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

#button_hidden_review {margin: 46px 0 0 0;}

.row_07 .col_01 {width: auto !important}

#rent_from_img {height: 30px !important}

#country1 {font-family: Raleway;}

.okno_R {
  float: left !important;
  margin: 0px 18px 20px 0px;
  overflow: visible !important;
  border: 1px solid #ccc;
  position: relative;
}

form {margin: 0!important;}

#list, #gallery {overflow: hidden; padding: 10px; width: 100%;}

.componentheading .realestate_search_button {
  padding: 11px 33px 11px 44px !important;
  width: auto !important;
  background: #DEB503 !important;
}

.componentheading .realestate_search_button:hover {
  background: #E3A713 !important; 
} 

.componentheading .realestate_search_button a {
  padding: 0 !important;
  text-transform: lowercase;
}

.list_house.sectiontableentry1 .col_img img,
 .list_house.sectiontableentry2 .col_img img, .img_home img,
  .thumbnail.viewHouses img, .newest_two img, .newest img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -transition: all 0.3s;
}

#gallery .img_home a img {height: 240px}

#gallery .img_home .newst_img {width: 371px; height: 241px;}

.img_home {overflow: hidden;}

#gallery .img_home .newst_img a {top: 46%; left: 35%;}
  
#gallery .okno_R .texthouse {position: static;}

.okno_R:hover {background: #DEB503;}

.okno_R:hover .titlehouse a {color: #fff !important;}

.okno_R .price {float: none; text-align: center;}

#list img.little {height: 240px !important;}

#list .list_house {position: relative;}

#list .col_img .newst_img {width: 360px; height: 243px;}

#list .col_img .newst_img a {top: 45%; left: 34%}

#list .col_img .newst_img a:hover {color: #DEB503 !important;}

.gallery_img img {width: auto !important}

.thumbnail.viewHouses:hover {background: #07045f;}

.thumbnail.viewHouses:hover img {opacity: 0.5;}

.thumbnail.viewHouses img {
  /*height: 240px;*/
  padding: 0 !important;
}

#country1 .col_img img {/*width: 100%*/}

.viewHouses {margin: 10px !important;}

.show_search_house input[type="submit"] {
  padding: 4px 14px !important;
  font-size: inherit;
  margin-bottom: 0; 
}

#search_date_until_img {height: 30px;}

#list .list_house:hover, #list .list_house:hover {
  border-radius: 0 !important;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2);
}

#list .col_hlocation a {font-size: 25px !important;}

#list .list_house .col_htitle {
  padding: 10px 0;
  font-size: 20px !important;
}

#list .price_priceunit{padding-bottom: 10px;}

.col_category_title {
  float: none !important;
  padding: 10px !important;
  text-transform: uppercase;
  font-weight: bold;
}

.col_category_title a{color: #92999e !important; text-align: center;}

.table_tab_01 .col_01 {
    color: #787878;
    display: block;
    float: left;
    font-size: 14px;
    width: 160px;
}

.show_search_house option {
    padding-left: 7px;
}

.realestatemanager_ img {
    height: 240px !important;
}

.gbs3 #chronoform-anunciar_imovel {
  /*
    margin-top: -220px !important;
    width: 390px;
    margin-left: -130px!important;
    */
}

.morada img{
  width: 30%;
}

.morada tr:nth-child(3) > td:first-child img {    width: 22px;
}

#go_top {
    float: right;
    margin-right: -70px;
}

#principal {
  width: 1000px;
}

#left {
    float: left;
    width: 400px;
}

#right {
    float: right;
    margin-top: -10px;
}

#form-row-9{
    max-width: 10px;
}
.gcore-label-nome{
    max-width: 10px;
}

#form-row-10{
    max-width: 10px;
}
.gcore-label-telefone{
    max-width: 10px;
}

#tipologia_search_div li{
    /*margin-right: 20px;*/
    padding: 3px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
    /*border: 1px solid #D6D6D6;*/
    height: 20px;
    list-style-type: none;
    width: 50px;
    text-align: center;
    color: #333333!important;
    /*color: #fff;*/
    margin-bottom: 5px;
    border-radius: 3px;
    display: inline-block;
}

#tipologia_search_div li:hover{
    background-color: #E3A713!important;
    height: 20px;
    list-style-type: none;
    width: 50px;
    text-align: center;
    top: 30px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#tipologia_search_div li a{
  margin: 0px; 
  display: block; 
  width: 100%; 
  height: 100%;
  color: #333;
}

#tipologia_search_div li a:hover{
  color: #fff;
  background-color: #E3A713;
  height: 20px;
  width: 50px;
  top: 30px;
  margin-bottom: 5px;
  border-radius: 3px;
}

/*#chronoform-anunciar_imovel #tipologia, #negocio, #concelho{*/
#chronoform-anunciar_imovel select, input{
  width: 240px !important;
}

.gbs3 #left .A{
  /*width: 240px !important;*/
  width: 100% !important;
}

/*------------------------- Fernando Santos 24-12-2014 ------------------------------------*/
.formulario select, input {
    width: 205px !important;
}

.formulario tr:last-child td #contact_email_copy {
    width: 13px!important;
}

#pesquisar{
  width: 100% !important;
  margin-bottom: 9px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: #183a84!important;
}

input[type="submit"]:hover {
  background: #deb503 !important;
}

.more_information .btn-primary {
    text-shadow: 0 0 0;
}

.more_information .btn-primary:hover {
    background: #183A84 !important;
}
._contacts .button, .validate {
    background: none repeat scroll 0 0 #DEB503!important;
    color: #e6e6e6;
}

._contacts .button:hover, .validate:hover {
    background: none repeat scroll 0 0 #e6e6e6!important;
    color: #183A84;
}

.foot{
  color: white;
}

.foot img {
    height: 33px;
    width: auto;
}

#gallery .newst_img {
    background: none repeat scroll 0 0 #07045f;
    height: 240px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    width: 370px;
    margin-top: 23px;
}

#gallery .col_htitle {
    font-weight: bold;
    text-align: center;
}

#gallery .okno_R img {
    width: 370px;
}

#gallery .newest_two:hover .newst_img,
#gallery .okno_R:hover .newst_img {
    top: 9px !important;
}

.required_label .fa-asterisk{
  color: #333333 !important;
}

.control-label.gcore-label-nome.required_label, 
.control-label.gcore-label-telefone.required_label {
    display: flex;
}

.gcore-input.gcore-display-table #enviar {
    color: #fff;
    border-color: #fff;
    padding: 6px 20px!important;
    margin: 0px 153px;
  }

  .col_box_2 select {
    width: 220px !important;
}

#img_houses_th{
  height: 100% !important;
  /* width: auto; */
}

  #container{
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
  }

  /* MORADA */
  #morada{
    width: 28%;
    float: left;
    margin-bottom: 20px;

  }

  #morada #imagem{
    float: left;
  }

  #morada #conteudo{
    float: left;
    color: white;
    padding-left: 14%
  }

  /* GPS */
  #gps{
    width: 15%;
    float: left;
  }

  #gps #imagem{
    float: left;

  }

  #gps #conteudo{
    float: left;
    color: white;
    padding-left: 16%

  }

  /* TELEFONE */
  #telefone{
    width: 26%;
    float: left;
  }

  #telefone #imagem{
    float: left;

  }

  #telefone #conteudo{
    float: left;
    color: white;
    padding-left: 16%
  }

    /* EMAIL */
  #email{
    width: 23%;
    float: left;
  }

  #email #imagem{
    float: left;

  }

  #email #conteudo{
    float: left;
    color: white;
    padding-left: 16%

  }

  #go_top{
    width: 3%;
    float: left;

  }

  @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; }

  .top_header .soc_icons_box {
    height: auto !important; 
    text-align: center !important;
    border-bottom: 1px solid #E2E2E1;
  }

  .show_search_house .container_box_1 .col_box_1 {
    width: 96%;
  }

  .show_search_house .container_box_1 select, .show_search_house .container_box_2 select {
    width: 100% !important;
  }

  .show_search_house .container_box_2 .col_box_2 {
    width: 96%;
  }

  .gbs3 #principal #left div {
    display: inherit !important;
  }

  .gbs3 #principal #right div {
    display: inherit !important;
  }

  #right {
    float: left;
    margin-top: -10px;
    width: 100% !important;
  }

  #right input {
    margin-left: 160px;
    width: 500px !important;
  }

  #left {
    float: left;
    width: 50%;
  }


  /* MORADA */
  #morada{
    width: 100%;
    padding: 2% 20%;
  }

  /* GPS */
  #gps{
    width: 100%;
    padding: 5% 20%;
  }

  #gps #conteudo {
      padding-left: 24%;
  }

  /* TELEFONE */
  #telefone{
    width: 100%;
    padding: 5% 20%;
  }

  #telefone #conteudo {
      padding-left: 19%;
  }

  /* EMAIL */
  #email{
    width: 100%;
    padding: 5% 20%;
  }

  #email #conteudo {
      padding-left: 11%;
  }

  #go_top{
    display: none;
  }

  #fin-email #email {
    margin-left: 160px;
  }

  .campos_obrigatorios {
      visibility: hidden;
  }

}

#voltar {
    float: right;
}

#go_top i {
    color: white;
}

.campos_obrigatorios {
    width: 430px;
}

.basicdiv .newest_text {
    height: 20px;
}

.basicdiv .newest_text:hover {
    height: 20px;
}

#descricao_item {
    margin-top: 240px;
    text-align: center;
    color: #92999e;
}

#descricao_item .okno_R:hover .col_category_title{
    margin-top: 220px;
    text-align: center;
    color: #fff;
}

#resultado_pesquisa .okno_R:hover #descricao_item{
    color: #fff;
}

#resultado_pesquisa .okno_R {
    height: 335px;
}

#resultado_pesquisa .price_priceunit{
  text-align: center;
}

#resultado_pesquisa .newst_img{
  margin-top: 38px !important;
}

#listagem_casas .okno_R {
    height: 340px;
}

#listagem_casas .col_category_title {
    text-align: center;
    color: #92999e;
}

#listagem_casas .okno_R:hover .col_category_title {
    text-align: center;
    color: #ffffff;
}

#listagem_casas .img_home {
    margin-top: -20px;
}

.destacado {
    background: none repeat scroll 0 0 #183a84 !important;
}

.destacado .price {
    color: #fff;
}

.destacado .col_category_title {
    color: #183a84 !important;
}

.destacado .col_category_title p {
    color: #fff;
}

.destacado .titlehouse a {
    color: #fff;
}

.destacado #descricao_item {
    color: #fff;
}

.destacado .price_priceunit {
    color: #fff;
}