/*
Theme Name: Passos Largos
Description: Estilo o mais clean possível
Author: Gonçalo Peres
Version: 0.1
 */

/* Cores:
#e85511 laranja
#d0430c laranja +escuro
#919394 cinza
#767676 cinza +escuro
#c2c2c2 cinza +claro
#dddddd cinza ++claro
*/

@media screen, projection {
  
  * { margin:0; padding:0; }
  
  html * { font-size:100.01%; }

  body {
    background: #eeeeee;
    margin: 20px;
    font-family: Arial,Helvetica,sans-serif;
    color: #444;
    text-align:left;
  }
  
  body#tinymce.mceContentBody {
    background-color: #fff !important;
    font-size:100.01% !important;
    font-family: Arial,Helvetica,sans-serif !important;
    color: #444 !important;
  }

   /* Layout Alignment */
  .page-margins { margin: 0 auto; }

  /* Layout Properties */
  .page-margins { width: auto;  min-width: 740px; max-width: 1000px; }
  .page-container { }

  #header, #main, #footer { clear: both; float: left; width: 100%; }
  #main { margin-top: 15px; }
  #footer { margin: 15px 0; border-top: 15px solid #919394; background-color: #dddddd; }

  .content-container {  }
  .content {  }
  
  .content-2col { width: 100%; float: right; margin-left: -250px; }  
  .content-main { width: auto; margin-left: 270px; overflow: hidden; }
  .content-left { float: left; width: 250px; }

  .sidebar-right-container { width: 250px; float: right; overflow: hidden; }
  #sidebar-right { padding: 2px; /*background-color: #D7EBEC;*/ }



  /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (en) essential for Safari browser !! */
  .clearfix { display:block; }

  /* (en) alternative solution to contain floats */
  .floatbox { display:table; width:100%; }

  /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  #ie_clearing { display:none; }


  /* #header
  -------------------------------------------------------------- */
	#header { position: relative; background: url("images/header-lisboa.png") no-repeat scroll 257px 20px transparent; }
	
  #header-logo a {
    background: url("images/sprite3.png") no-repeat scroll -10px 0px transparent;
    display: block;
    float: left;
    text-indent: -4000px;
    width: 230px;
    height: 166px;
    margin: 0 0 10px 0;
  }
  
  #header-msg { float: right; clear: right; margin-top: 34px; color: #e85511; font-size: 28px; text-shadow: 1px 1px 0px #fff; letter-spacing: 3px; }
	
	#google_translate_element { position: absolute; right: 310px; display: inline; top: 0px; }
  #google_translate_element img { display: inline; }
  #google_translate_element select { margin: -4px 0 0 10px; float: right; }
	
	#flags { position: absolute; right: 0; top: -3px; }
	#flags ul { list-style: none; margin: 0; padding: 0; }
	#flags ul li { float: left; }
	#flags ul li a { background-image: url('images/sprite3.png'); background-repeat: no-repeat; width: 32px; height: 26px; text-indent: -4000px; display: block; margin-left: 5px; }
  #flags ul li a.en { background-position: -1px -188px; }
  #flags ul li a.es { background-position: -67px -188px; }
  #flags ul li a.fr { background-position: -34px -188px; }	
  #flags ul li a.it { background-position: -199px -214px; }
  #flags ul li a.de { background-position: -166px -188px; }
  #flags ul li a.zh-CN { background-position: -133px -188px; }
  #flags ul li a.ru { background-position: -100px -188px; }	
  #flags ul li a.pt { background-position: -199px -188px; }

  /* =Global Elements
  --------------------------------------------------------------
  Main global 'theme' and typographic styles */

  /* Text elements */
  p { margin-bottom: 15px; text-align: justify; }
  a { color: #e85511; text-decoration: none; }
  a:visited { color: #d0430c; }
  a:hover { text-decoration: underline; }
  ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
  }
  ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
  }
  ol ol {
    list-style: upper-alpha;
  }
  ol ol ol {
    list-style: lower-roman;
  }
  ol ol ol ol {
    list-style: lower-alpha;
  }
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-bottom: 0;
  }
  dl {
    margin: 0 0 24px 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-bottom: 18px;
  }
  table { border-collapse: collapse; }
  strong {
    font-weight: bold;
  }
  cite,
  em,
  i {
    font-style: italic;
  }
  big {
    font-size: 131.25%;
  }
  ins {
    background: #ffc;
    text-decoration: none;
  }
  blockquote {
    font-style: italic;
    padding: 0 3em;
  }
  blockquote cite,
  blockquote em,
  blockquote i {
    font-style: normal;
  }
  pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
    word-wrap: break-word;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  sup,
  sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: .5ex;
  }
  
  /* =Images
  --------------------------------------------------------------
  Resize images to fit the main content area.
  - Applies only to images uploaded via WordPress by targeting size-* classes.
  - Other images will be left alone. Use "size-auto" class to apply to other images.
  */
  
  img { border: none; display: block; }
  
  img.size-auto,
  img.size-full,
  img.size-large,
  img.size-medium,
  .attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
  }
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
    /*margin-top: 4px;*/
  }
  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
    /*margin-top: 4px;*/
  }
  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 12px;
  }
  .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
  }
  .wp-caption img {
    margin: 5px 5px 0;
  }
  .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
  }
  .wp-smiley {
    margin: 0;
  }
  .gallery {
    margin: 0 auto 18px;
  }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
    min-height: 218px;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  /*.gallery img {
    border: 2px solid #cfcfcf;
    margin: 0 auto;
  }*/
  .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
  }
  .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
  }
  .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
  }
  .gallery dl {
    margin: 0;
  }
  /*.gallery img {
    border: 10px solid #f1f1f1;
  }
  .gallery a:hover img {
    border: 10px solid #ddd;
  }*/
  .gallery br+br {
    display: none;
  }
  .content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
  }
  
  div.gallery { }
  div.gallery dl { float: left; width: 31% !important; padding: 0 1%; }
  div.gallery dl dt {  }
  div.gallery dl dt a { width: 220px; height: 165px; display: table-cell; background-color: white; border: 1px solid #CCC; text-align: center; vertical-align: middle; }
  div.gallery dl dt a:hover { background-color: #CFD5D9; }
  div.gallery dl dt a img { max-height: 143px; max-width: 198px; display: inline; margin: 0 auto }
  div.gallery dl dd { text-align: center; font-size: 85%; }
  
  #cboxNext { left: 30px !important; }
  #cboxNext:hover, #cboxPrevious:hover, #cboxClose:hover { background-color: #ddd; text-decoration: underline; }
  #cboxCurrent { left: 70px !important; }
  /*#cboxTitle { bottom: 27px; background-color: rgba(0, 0, 0, 0.5); color: #ccc; padding: 5px 10px; }*/
  
  div.galeria { }
  div.galeria dl { float: left; margin: 0 6px; }
  div.galeria dl dt {  }
  div.galeria dl dt a { width: 220px; height: 165px; display: table-cell; background-color: white; border: 1px solid #CCC; text-align: center; vertical-align: middle; }
  div.galeria dl dt a:hover { background-color: #CFD5D9; }
  div.galeria dl dt a img { max-height: 143px; max-width: 198px; display: inline; }
  div.galeria dl dd { text-align: center; font-size: 85%; }

  /* Menu
  -------------------------------------------------------------- */

  #access {
    background: #919394;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
  }
  #access ul {
    font-size: 15px;
    list-style: none;
    margin: 0;
  }
  #access .menu-header li {
    float: left;
    position: relative;
    margin-right: 2px;
  }
  #access .menu-header > ul > li:last-child {
    float: right;
    position: relative;
    margin: 0;
  }
  #access a {
    background-color: #767676;
    color: #fff;
    display: block;
    line-height: 38px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
		font-size: 16px;
  }
  #access ul ul {
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
    border: 1px solid black;
    border-bottom: 0px;
  }
  #access ul ul li {
    min-width: 180px;
    border-bottom: 1px solid #000;
  }
  #access ul ul ul {
    left: 100%;
    top: 0;
  }
  #access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
  }
  #access li:hover > a,
  #access ul ul :hover > a {
    background: #333;
    color: #fff;
  }
  #access ul li:hover > ul {
    display: block;
  }
  /*#access ul li.current_page_item > a,
  #access ul li.current-menu-ancestor > a,
  #access ul li.current-menu-item > a,
  #access ul li.current-menu-parent > a {
    color: #fff;
  }
  * html #access ul li.current_page_item a,
  * html #access ul li.current-menu-ancestor a,
  * html #access ul li.current-menu-item a,
  * html #access ul li.current-menu-parent a,
  * html #access ul li a:hover {
    color: #fff;
  }*/

  /* Widgets
  -------------------------------------------------------------- */
  #footer ul.widget-area { list-style: none; margin: 0; padding: 10px 10px 10px 10px; overflow: hidden; }
  #footer ul.widget-area li.widget_text { font-size: 85%; }
  #footer ul.widget-area li.widget_text h3 { display: none; }

  /* Forms
  -------------------------------------------------------------- */
  
  input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    font-family: sans-serif;
    border: 1px solid #888;
    /*border-radius: 3px;*/
    font-size: 95%;
    padding: 4px;
  }
  
  /*select { padding: 1px; }*/
  
  input[type="submit"], input[type="button"] {
    border: 1px solid #888;    
    border-radius: 3px;
    background-color: #e85511;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4ac90, endColorstr=#e85511); /* Internet Explorer 8 */
    background-image: -webkit-gradient(linear, 0% 0, 0% 50%, from(#f4ac90), to(#e85511));
    background-image: -webkit-linear-gradient(top, #f4ac90 0%, #e85511 50%);
    background-image: -moz-linear-gradient(top, #f4ac90 0%, #e85511 50%);
    background-image: -ms-linear-gradient(top, #f4ac90 0%, #e85511 50%);
    background-image: linear-gradient(top, #f4ac90 0%, #e85511 50%);
    color: #fff;
    cursor: pointer;
    padding: 4px 10px;
  }
  input[type="reset"] {
    border-radius: 3px;
    background-color: #ccc;
    color: #666;
    cursor: pointer;
    padding: 4px 10px;
  }
  input[type="reset"]:hover {
    border-color: #444;
    color: #444;
  }  
  
  input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border:0;}
  input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:focus, input[type="button"]:focus {
    background-color: #555; background-image: none; filter: none;
  }
  
  input[type="radio"], input[type="checkbox"] { cursor: pointer; }
  label.checkbox { cursor: pointer; }
  label.checkbox:hover { background-color: #ccc; }
  
  fieldset { border: 1px solid #ccc; padding: 10px; background-color: transparent; }
  legend { font-weight: bold; padding: 3px 5px; background-color: #CCC; }
  form fieldset legend { margin-bottom: 10px\9; } /* IE hack */
  
  form.default { margin-bottom: 20px; }
  form.default > fieldset > div { clear: both; margin-bottom: 15px; }
  form.default > fieldset > div.alignleft { clear: none; float: left; margin: 0 20px 15px 0; }
  form.default div.label { font-weight: bold; }
  input.medium { width: 300px; } small { width: 200px; }
  textarea.full, input.full { width: 100%; }
  textarea { height: 100px; }
  

  /* Custom styles
  -------------------------------------------------------------- */
  /* #form-pesquisa { float: left; width: 250px; } */
  form#form-pesquisa { background-color: #dddddd; padding: 5px 15px 15px; font-size: 95%; }
  form#form-pesquisa div { max-width: 100%; text-align: right; margin: 10px 0 0 0; clear: both; overflow: hidden; font-size: 13px; }
  form#form-pesquisa select.full { width: 100%; }
  form#form-pesquisa div.holder { margin: 0; }
  form#form-pesquisa div.holder a {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    float: right;
    font-size: 80%;
    margin: 5px 4px 0 0;
    padding: 2px 4px;
    white-space: nowrap;
  }
  form#form-pesquisa .holder a:after { content: " x"; }
  input[name="preco_min"], input[name="preco_max"], input[name="area_min"], input[name="area_max"] { width: 65px; }
  select[name="tipologia_min"], select[name="tipologia_max"] { width: 65px; }
  
  
  .content-left .widget-container { margin: 0 0 15px 0; }
  .content-left .widget-container h2, .content-left div.imoveis_list h2 {
    background-color: #919394; color: #fff; text-align: center; padding: 4px; text-transform: uppercase; font-weight: normal; }
	.content-left #text-4 h2.widget-title { background-color: #919394; }
  .content-left .widget-container > div { background-color: #dddddd; padding: 15px 15px; }
  
  
  div.imoveis_list { }
  div.imoveis_list h2, .content-main h2 { background-color: #DDD; text-align: left; padding: 4px 4px 4px 12px; text-transform: uppercase;
                                          border-left: 15px solid #919394; }
  
  ul.imovel-list { list-style: none; margin: 0; }
  
  ul.imovel-list li.imovel-item { background-color: #f9f9f9;
    clear: left; overflow: hidden; padding: 10px; border-left: 15px solid #919394; margin: 15px 0;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#CFD5D9);
    background-image: -webkit-gradient(linear, 0% 0, 0% 150%, from(#ffffff), to(#CFD5D9));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: linear-gradient(top, #ffffff 0%, #CFD5D9 150%);*/
  }
  ul.imovel-list li.imovel-item div.thumbnail { border: 1px solid #CCC; float: left; padding: 3px; background: white; display: inline-block; margin-right: 10px; }
  ul.imovel-list li.imovel-item div.thumbnail:hover { border-color: #e85511; }
  ul.imovel-list li.imovel-item div.thumbnail .noimage { display: block; width: 250px; height: 150px; text-align: center;
     background-image: url('images/sprite3.png'); background-position: -3px -544px; background-repeat: no-repeat; }
  ul.imovel-list li.imovel-item div.thumbnail img { width: 250px; height: auto; }
  ul.imovel-list li.imovel-item h3 { /*font-family: Georgia;*/ font-size: 125%; margin-bottom: 10px; }
  ul.imovel-list li.imovel-item dl, ul.imovel-list-plain li.imovel-item dl { margin: 0 0 0 270px; }
  ul.imovel-list li.imovel-item dl dt, ul.imovel-list-plain li.imovel-item dl dt { float: left; margin-right: 5px; }
  ul.imovel-list li.imovel-item dl dt:after, ul.imovel-list-plain li.imovel-item dl dt:after { content: ": "; }
  ul.imovel-list li.imovel-item dl dd, ul.imovel-list-plain li.imovel-item dl dd { margin-bottom: 2px; }
	
	ul.imovel-list-plain { }
	ul.imovel-list-plain .thumbnail { display: none !important; }
  
  div.result-order { float: left; margin: 10px 0; }
  
  div.result-nav { margin: 10px 0; text-align: right; }
  
  div.result-nav a {
    border: 1px solid #919394;
    color: #919394;
    background-color: #fff;
    width: 25px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }
  div.result-nav a.page-current {
    background-color: #919394;
    color: #fff !important;
    font-weight: bold;
  }
  div.result-nav a:hover {
    text-decoration: none !important;
    background-color: #919394;
    color: #fff !important;  
  }
  
  h1 { /*font-family: Georgia;*/ font-size: 190%; border-left: 15px solid #919394; padding: 4px 4px 4px 10px; background-color: #dddddd; }
  .imovel_main, .entry-content, .content-main div.textwidget {
    /*min-height: 400px;*/
    background-color: #f9f9f9;
    margin: 0 0 15px 0;
    overflow: hidden; padding: 10px 10px 0 10px; /*border-left: 15px solid #18A096;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#CFD5D9);
    background-image: -webkit-gradient(linear, 0% 0, 0% 150%, from(#ffffff), to(#CFD5D9));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: linear-gradient(top, #ffffff 0%, #CFD5D9 150%);*/
  }
  .content-main div.textwidget { min-height: 0; }
  .imovel_main .alignright { max-width: 370px; }
  .imovel_main a.thumbnail { background-color: #eee; padding: 10px; display: block; margin: 0 0 10px 0; }
  .imovel_main a.thumbnail:hover { background-color: #CFD5D9; }
  .imovel_main a.thumbnail img { max-width: 350px; height: auto; }
  .imovel_main a.button-form { margin: 0 auto 10px auto; display: inline-block; padding: 4px 10px; color: #fff; text-decoration: none;
    background-color: #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4ac90, endColorstr=#e85511); /* Internet Explorer 8 */
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#f4ac90), to(#e85511));
    background-image: -webkit-linear-gradient(top, #f4ac90 0%, #e85511 100%);
    background-image: -moz-linear-gradient(top, #f4ac90 0%, #e85511 100%);
    background-image: -ms-linear-gradient(top, #f4ac90 0%, #e85511 100%);
    background-image: linear-gradient(top, #f4ac90 0%, #e85511 100%);
    border-radius: 3px;
  }
  .imovel_main a.button-form:hover { background-color: #555; background-image: none; filter: none;  }
  .imovel_main .imovel_features { }
  .imovel_main .imovel_features dl { margin: 0 0 15px 0; }
  .imovel_main .imovel_features dl dt { float: left; margin-right: 5px; }
  .imovel_main .imovel_features dl dt:after { content: ": "; }
  .imovel_main .imovel_features dl dd { margin-bottom: 2px; }
  .imovel_main p { clear: both; }
  
  
  
  
  div.map_container { border: 1px solid #ccc; margin-bottom: 5px; }
  div#map_canvas { width: 100%; min-height: 500px; /*margin-bottom: 20px;*/ }
  div#map_popup { width: 100%; height: 100%; }
  div#map_popup_container { display: none; }
  div.map_balloon { padding-top: 10px; }
  div.map_balloon a { text-decoration: underline; }
  div.map_balloon .thumbnail-xs { float: right; max-width: 80px; height: auto; margin: 0 0 5px 5px; }
  
  .msg { margin: 15px 0; min-height: 60px; padding: 10px; font-weight: bold; border: 1px solid #CCC; background-color: white; }
  .warn .icon { background: url("images/sprite3.png") no-repeat scroll 0 -420px transparent; width: 68px; height: 60px; float: left; margin-right: 10px; }
  .error .icon { background: url("sprite3/theme.png") no-repeat scroll 0 -482px transparent; width: 68px; height: 60px; float: left; margin-right: 10px; }
  
  .addthis_toolbox { margin-bottom: 15px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 8px 0 0 0; clear: both; }
  
  img.captcha { display: block; border: 1px solid #CCC; margin: 5px 5px 15px 0; float: left; }
  a.captcha-change { margin-top: 10px; display: inline-block; }
  
  .small { font-size: 85%; }
  
  #montra { }  
  h2.montra { 
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    top: 79px;
    top: 26px\9;
    left: -86px;    
    left: -30px\9;
    display: block;
    width: 131px;
    height: 26px;
    background-color: #919394;
    line-height: 26px;
    text-align: center;
    color: white;
    overflow: visible;
    margin: -26px 0 0 0;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 14px; }
  #montra div#move-left { float: left; width: 15px; height: 110px; color: #fff; background-color: #18A096; content: '«'; }
  #montra div#move-right { float: right;  width: 15px; height: 110px; color: #fff; background-color: #18A096; content: '»'; }
  #montra .montra-display { background-color: #fff; overflow: hidden; border: 1px solid #e85511; padding: 10px; margin: 0 0 15px 0;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#CFD5D9);
    background-image: -webkit-gradient(linear, 0% 0, 0% 150%, from(#ffffff), to(#CFD5D9));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #CFD5D9 150%);
    background-image: linear-gradient(top, #ffffff 0%, #CFD5D9 150%);*/
  }
  #montra .montra-display ul.imovel-list { width: 30000px; overflow: hidden; list-style: none; margin: 0; }
  #montra .montra-display ul.imovel-list li.imovel-item { float: left; display: block; clear: none; border: 0; margin: 0; padding: 0 10px 0 0; background-image: none; list-style: none; }
  #montra .montra-display ul.imovel-list li.imovel-item .thumbnail { margin: 0; }
  #montra .montra-display ul.imovel-list li.imovel-item .thumbnail a { }
  #montra .montra-display ul.imovel-list li.imovel-item .thumbnail a img { max-height: 100px; width: auto; }
  
  #montra .montra-display ul.imovel-list li.imovel-item .thumbnail a.noimage { height: 100px; width: 150px; background-position: -52px -554px; }
  #montra .montra-display ul.imovel-list li.imovel-item h3 { display: none; }
  #montra .montra-display ul.imovel-list li.imovel-item dl { display: none; margin: 0; position: absolute; z-index: 100; color: #fff; border-radius: 5px; padding: 10px;
    min-width: 250px;
    background: rgb(0, 0, 0);
    background: transparent; /* clear solid background for ie */
    zoom:1; /* required for the filters */
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000, endColorstr=#bb000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000, endColorstr=#bb000000)";
    top:350px;
  }
  #montra .montra-display ul.imovel-list li.imovel-item dl h4 {
    display: block; background-color: #fff; color: #000; border-radius: 3px; padding: 1px 2px 0 2px; margin-bottom: 3px;
  }
  /*#montra .montra-display ul.imovel-list li.imovel-item:hover dl { display: block; }*/
  
  .content-left ul.imovel-list { list-style: none; margin: 0; overflow: hidden; background-color: #dddddd; padding: 18px 10px; }
  .content-left ul.imovel-list li.imovel-item { display: block; border: 0; margin: 0 0 5px 0; padding: 0; background-image: none; list-style: none; text-align: center;
    background-color: transparent; }
  .content-left ul.imovel-list li.imovel-item .thumbnail { margin: 0; float: none; }
  .content-left ul.imovel-list li.imovel-item .thumbnail a { }
  .content-left ul.imovel-list li.imovel-item .thumbnail a img { max-width: 200px; heigh: auto; }
  
  .content-left ul.imovel-list li.imovel-item .thumbnail a.noimage { height: 133px; width: 200px; background-position: -33px -556px; }
  .content-left ul.imovel-list li.imovel-item h3 { font-size: 100%; }
  .content-left ul.imovel-list li.imovel-item dl,
	ul.imovel-list-plain li.imovel-item dl { display: none; margin: 0; position: absolute; z-index: 100; color: #fff; border-radius: 5px; padding: 10px;
    min-width: 350px; text-align: left;
    background: rgb(0, 0, 0);
    background: transparent; /* clear solid background for ie */
    zoom:1; /* required for the filters */
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000, endColorstr=#bb000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb000000, endColorstr=#bb000000)";
  }
  .content-left ul.imovel-list li.imovel-item dl h4,
	ul.imovel-list-plain li.imovel-item dl h4 {
    display: block; background-color: #fff; color: #000; border-radius: 3px; padding: 1px 2px 0 2px; margin-bottom: 3px;
  }
  
  .ajax_output { padding-left: 10px; }

}

@media print {
  #header, .content-left, form, a.contacto_imovel, .addthis_toolbox, .widget-title { display: none; }
  #map_canvas { clear: both; width: 700px; height: 500px; page-break-inside: avoid; }
  .imovel_main .thumbnail img { float: right; max-width: 350px; margin-left: 10px; }
  .imovel_main .imovel_features dl { margin: 0 0 15px 0; }
  .imovel_main .imovel_features dl dt { float: left; margin-right: 5px; }
  .imovel_main .imovel_features dl dt:after { content: ": "; }
  .imovel_main .imovel_features dl dd { margin-bottom: 2px; }
  .imovel_main p { clear: both; }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 48%;
  }
  a { text-decoration: none; }
  .page-break { page-break-before: always; }
  
  #footer { border-top: 1px solid #ccc; padding: 5px; }
  #footer ul { list-style: none; margin: 0; padding: 0; }
  
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (en) essential for Safari browser !! */
  .clearfix { display:block; }
}