/* ==========================================================================
   @import
   ========================================================================== */

@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("owl.transitions.css");
@import url("jquery.mCustomScrollbar.css");

/* ==========================================================================
   Font-face
   ========================================================================== */

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Roboto Slab', serif;*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

input::-moz-placeholder{
    opacity: 1;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body{ background-color: #e7e7e7; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Global
   ========================================================================== */


body, section, nav, aside, menu, header, footer, article, h1, h2, h3, h4, h5, h6, p, div, span, a{
    margin: 0 auto;
    padding: 0;
    position: relative;
    line-height: 1em;
    (;font-weight: normal;);
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}  

a:link, a:visited, a:active { text-decoration: none; color: inherit;}

a{ display: block; }

ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}

li{float: left;}

.size{
    width: 1000px;
}

.global_sprite{
    background-image: url('../svg/global_sprite.svg');
}

/* ==========================================================================
   Box-sizing
   ========================================================================== */

#header_entre_em_contato,
#lista_entrar_em_contato li,
#header_banner_info li,
#footer_top_left,
#footer_top_right,
#footer_contato,
#footer_contato a,
#ps_codigo_imovel .input_text,
#pa_venda_locacoes,
#pa_codigo_imovel,
#pa_sugestoes,
#pa_links,
#pa_filtros,
#pa_ff_lancamentos,
#pa_ff_tipo_imovel,
#pa_ff_tipo_cidade,
#pa_ff_tipo_bairro,
#pa_ff_tipo_preco,
.pa_lp_nome_bairro,
.pa_lp_d_textbox,
.pa_lp_d_textbox h3,
.pa_lp_d_textbox p,
#produto_descricao_left,
#produto_lp_header_left,
#produto_lp_header_right,
#institucional_c_right,
#contato_c_right,
#contato_c_left_form,
#contato_c_left_form .input_text,
#documentos_c_right,
.documentos_tg_content_lista li,
#solicitar_imovel_c_left_form .input_text,
#solicitar_imovel_c_left_form,
#solicitar_imovel_c_right,
#indicadores_c_right,
#at_content_form,
#at_content_form .input_text,
.header_banner_info li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Transitions
   ========================================================================== */

#header_lista_opcoes li a,
#header_entre_em_contato,
#footer_top_left #footer_contato,
#pa_venda_locacoes li a,
#pa_ff_lancamentos,
#pa_ff_tipo_submit,
.pa_lp_detalhes,
#pa_lista_mais_produtos,
#produto_h_c_right a,
#produto_descricao_r_image_wrapper img,
#produto_iv_l_arrows_left,
#produto_iv_l_arrows_right,
#contato_c_left_form .input_submit,
#documentos_tg_header li,
#solicitar_imovel_c_left_form .input_submit,
#at_content_form .input_submit,
.header_banner_info li.header_bi_third a,
.circle_wrapper,
.pa_lp_produto li img,
a.pa_lp_descricao,
#footer_top_right li a,
#imobiliaria_submenu,
#maimar_up{
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

/* ==========================================================================
   Border-Radious-top
   ========================================================================== */
#pa_opcoes_pesquisa,
#pa_opcoes_pesquisa h2{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* ==========================================================================
   Border-Radious-top
   ========================================================================== */

#pa_ff_lancamentos,
#pa_ff_tipo_imovel,
#pa_ff_tipo_cidade,
#pa_ff_tipo_bairro,
#pa_ff_tipo_preco,
#pa_ff_tipo_submit{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* ==========================================================================
   Header
   ========================================================================== */

header{
    width: 100%;
    height: 90px;
    background-color: rgba(0,10,50, 0.9);
    position: absolute;
    z-index: 2;
}

header.active{
    position: relative;
    background-color: #000a32;
}

#header_logo,
#footer_logo{
    width: 140px;
    height: 30px;
    background-image: url('../svg/maimar_logo.svg');
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    margin: 30px 0;
    float: left;
}

#header_entre_em_contato{
    width: 90px;
    height: 90px;
    float: left;
    margin-left: 30px;
    color: #000a32;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 34px;
    background-image: url('../img/bg/maimar_header_bg_transitions.png');
    background-position: 0 -90px;
}

#header_entre_em_contato:hover{
    background-position: 0 0;
}

#lista_entrar_em_contato li{ padding: 28px 20px 0 20px; }
#lista_entrar_em_contato li:nth-of-type(1){ padding: 28px 20px 0 25px; }
#lista_entrar_em_contato li:nth-of-type(3){ padding: 28px 30px 0 20px; }

#lista_entrar_em_contato li h5,
#footer_top_left li h5{
    font-weight: 400;
    color: #34acad;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

#lista_entrar_em_contato li p,
#footer_top_left li p{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #fadb70;
}

#imobiliaria_submenu{
    position: absolute;
    width: 200px;
    top: 90px;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

#imobiliaria_submenu:before{
    content: " ";
    background-image: url('../img/bg/maimar_header_submenu_arrow.png');
    width: 18px;
    height: 9px;
    position: absolute;
    left: 42px;
    top: -8px;
}

#imobiliaria_submenu.on{
    visibility: visible;
    opacity: 1;
}

#imobiliaria_submenu li,
#imobiliaria_submenu li a{
    width: 100%;
}

#header_lista_opcoes #imobiliaria_submenu li a{
    background-color: #fadb70;
    background-image: none;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ffe68f;
}

#header_lista_opcoes #imobiliaria_submenu li a:hover{
    background-color: #facf3d;
}

#imobiliaria_submenu li a:after{
    display: none;
}

#header_lista_opcoes li{
    position: relative;
}

#header_lista_opcoes li a{
    position: relative;
    padding: 0 16px;
    height: 90px;
    float: left;
    line-height: 90px;
    font-size: 12px;
    color: #252841;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url('../img/bg/maimar_header_bg_transitions.png');
    background-position: 0 -90px;
}

#header_lista_opcoes li a:hover,
#header_lista_opcoes li a.active{
    background-position: 0 0;
}

#header_lista_opcoes li:nth-of-type(1) a:after,
#header_lista_opcoes li:nth-of-type(2) a:after{
    content: "";
    position: absolute;
    height: 22px;
    width: 1px;
    background-color: #252841;
    top: 0; bottom: 0;
    right: -1px;
    margin: auto;
    z-index: 1;
}

#maimar_up{
    width: 60px;
    height: 63px;
    position: fixed;
    bottom: 105px;
    right: 1%;
    margin: auto;
    background-image: url('../img/bg/maimar_up.png');
    z-index: 8;
    visibility: hidden;
    opacity: 0;
}

#maimar_up.on{
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
   Header banner
   ========================================================================== */

#header_banner_wrapper{
    height: 420px;
    position: relative;
    overflow: hidden;
}

#header_banner{
    height: 420px;
    width: 1920px;
    position: absolute;
    left: -50%; right: -50%;
    top: 0;
    margin: auto;
}

#header_banner li{
    height: 420px;
    width: 1920px;
}

#time_line{
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 80px;
    z-index: 7;
    overflow: hidden;
    background-image: url('../img/bg/maimar_header_list_bg.png');
    background-repeat: repeat-y;
}

.header_banner_info,
.header_banner_info li{ 
    height: 80px;
    overflow: hidden;
}

.header_banner_info li.header_bi_first{ 
    width: 500px;
    /*background-color: rgba(0,10,50, 0.9);*/
    padding: 18px 0 0 20px;
}

.header_banner_info li.header_bi_first h2{
    color: #fadb70;
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    padding-bottom: 6px;
}

.header_banner_info li.header_bi_first p{
    color: white;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.header_banner_info li.header_bi_second{ 
    width: 300px;
    /*background-color: #000a32;*/
    padding: 26px; 
}

.header_banner_info li.header_bi_second p{
    color: white;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
}

.header_banner_info li.header_bi_third{ 
    width: 200px;
    /*background-color: #fadb70;*/
}

.header_banner_info li.header_bi_third a{
    color: #000a32;
    display: block;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    line-height: 80px;
}

.header_banner_info li.header_bi_third a:hover{
    background-color: #facf3d;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer{
    background-color: #b9c4d4;
}

#footer_top_left{
    width: 230px;
    background-color: #000a32;
    float: left;
    padding: 32px;
}

#footer_top_left li{
    width: 100%;
    padding-bottom: 30px;
}

#footer_top_left li:nth-last-of-type(1){
    padding-bottom: 0;
}

#footer_top_left #footer_contato{
    height: 80px;
    width: 230px;
    background-color: #34acad;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: -80px;
    color: white;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

#footer_top_left #footer_contato:hover{
    top: -90px;
    height: 90px;
}

#footer_contato a{
    padding-top: 26px;
    height: 80px;
}

#footer_top_left #footer_contato:hover a{
    height: 90px;
}

#footer_top_right{
    padding: 38px;
    padding-bottom: 0;
    width: 770px;
    float: right;
}

#footer_top_right li h4,
#footer_top_right li p,
#footer_top_right li a{
    color: #000a32;
    font-size: 14px;
    padding-bottom: 18px;
    line-height: 18px;
}

#footer_top_right li h4{
    text-transform: uppercase;
}

#footer_top_right li a{
    padding-bottom: 0;
    line-height: 22px;
    text-decoration: underline;
}

#footer_top_right li a:hover{
    color: #3B8C8D;
}

#footer_top_right li:nth-of-type(1){ width: 280px; }
#footer_top_right li:nth-of-type(2){ width: 316px; }

#footer_bottom{
    background-color: #000a32;
}

#footer_bottom_content p{
    width: 680px;
    text-align: center;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 94px;
    float: left;
}

#footer_pronexo{
    width: 89px;
    height: 23px;
    float: right;
    background-image: url('../img/bg/maimar_pronexo_logo.png');
    overflow: hidden;
    text-indent: -999px;
    margin: 36px 0;
}

#footer_logo{
    width: 230px;
    height: 94px;
    background-image: url('../svg/maimar_logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    margin: 0;
    float: left;
}

/* ==========================================================================
   home
   ========================================================================== */

#home{
    overflow: hidden;
}

#pesquisa_simples{
    background-color: #b6c1d0;
    margin-bottom: 46px;
}

#ps_codigo_imovel{
    height: 178px;
    float: left;
}

#ps_codigo_imovel{
    width: 252px;
    float: left;
}

#ps_pesquisa{
    width: 100%;
    height: 178px;
    float: left;
}

#ps_codigo_imovel p,
#ps_vendas_locacoes p,
#ps_pesquisa p,
#pa_codigo_imovel p{
    color: #000a32;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 14px;
    float: left;
}

#ps_pesquisa p{
    float: left;
}

#pa_codigo_imovel p{
    padding-top: 0;
    color: white;
}

#ps_codigo_imovel .input_text,
#ps_pesquisa .input_text,
#pa_codigo_imovel .input_text{
    width: 186px;
    height: 46px;
    background-color: white;
    border: none;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    color: #787878;
    font-weight: 300;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

#pa_codigo_imovel .input_text{
    color: #34acad;
}

#ps_pesquisa .input_text{
    width: 914px;
}

#pa_codigo_imovel .input_text{
    width: 100px;
}

#ps_codigo_imovel .input_text::-webkit-input-placeholder,
#ps_pesquisa .input_text::-webkit-input-placeholder,
#pa_codigo_imovel .input_text::-webkit-input-placeholder{
    font-size: 14px;
    color: #787878;
    font-weight: 300;
}

#pa_codigo_imovel .input_text::-webkit-input-placeholder{
    color: #34acad;
}

#ps_codigo_imovel .input_text::-moz-placeholder,
#ps_pesquisa .input_text::-moz-placeholder,
#pa_codigo_imovel .input_text::-moz-placeholder{
    font-size: 14px;
    color: #787878;
    font-weight: 300;
    opacity: 1;
}

#pa_codigo_imovel .input_text::-moz-placeholder{
    color: #34acad;
}

#ps_codigo_imovel .input_submit,
#ps_pesquisa .input_submit,
#pa_codigo_imovel .input_submit{
    width: 46px;
    height: 46px;
    background-color: #000a32;
    border: none;
    float: left;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-indent: -999px;
}

#ps_vendas_locacoes{
    width: 262px;
    height: 46px;
    float: left;
}

#ps_vendas_locacoes a{
    float: left;
    width: 118px;
    height: 46px;
    background-color: white;
    line-height: 46px;
    font-weight: 300;
    color: #777777;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

#ps_vendas_locacoes a.active{
    background-color: #000a32;
    color: #fadb70;
}

#ps_vendas_locacoes a:nth-of-type(1){
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

#ps_vendas_locacoes a:nth-of-type(2){
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

#pesquisa_avancada{
    margin-bottom: 22px;
}

#pa_opcoes_pesquisa{
    width: 230px;
    margin-right: 22px;
    background-color: white;
    float: left;
}

#pa_opcoes_pesquisa h2{
    height: 60px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    background-color: #000a32;
}

#pa_venda_locacoes{
    padding: 10px;
}

#pa_venda_locacoes li{
    width: 100%;
}

#pa_venda_locacoes li:first-child{
    margin-bottom: 10px;
}

#pa_venda_locacoes li a{
    float: left;
    width: 100%;
    height: 60px;
    background-color: #546273;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

#pa_venda_locacoes li a:hover{
    background-color: #34acad;
}

#pa_venda_locacoes li a.active{
    background-color: #34acad !important;   
}

#pa_codigo_imovel{
    background-color: #34acad;
    float: left;
    width: 100%;
    padding: 22px;
}

#pa_sugestoes,
#pa_links{
    padding: 22px;
    float: left;
}

#pa_sugestoes{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

#pa_sugestoes h4,
#pa_links h4,
#pa_sugestoes ul li a,
#pa_links ul li a{
    color: #252841;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 32px;
}

#pa_sugestoes ul li,
#pa_links ul li{
    width: 100%;
}

#pa_sugestoes ul li a,
#pa_links ul li a{
    text-transform: none;
    padding-bottom: 14px;
}

#pa_sugestoes ul li:nth-last-of-type(1) a,
#pa_links ul li:nth-last-of-type(1) a{
    padding-bottom: 0;
}

#pa_sugestoes ul li a:hover,
#pa_links ul li a:hover{
    text-decoration: underline;
}

#pa_links{
    background-color: #34acad;
}

#pa_links ul li a{
    color: white;
}

#pa_links h4{
    color: white;
}

#pa_footer{
    background-color: #000a32;
    height: 16px;
    width: 100%;
    float: left;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#pa_filtros_extensao{
    height: 148px;
    background-color: #000a32; 
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
    margin-right: -500px;
    margin-right: -499px\0/;
    (;margin-right: -499px;);
}

#pa_filtros{
    float: right;
    width: 748px;
    background-color: #000a32;
    padding: 22px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: 22px;
}

#pa_ff_lancamentos,
#pa_ff_tipo_imovel,
#pa_ff_tipo_cidade,
#pa_ff_tipo_bairro,
#pa_ff_tipo_preco,
#pa_ff_tipo_submit{
    width: 220px;
    height: 46px;
    float: left;
    border-right: 3px solid #1d5058;
    border-bottom: 3px solid #1d5058;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

#pa_ff_tipo_imovel,
#pa_ff_tipo_cidade,
#pa_ff_tipo_bairro,
#pa_ff_tipo_preco{
    padding: 0 10px;
    border-top: none;
    border-left: none;
    margin-right: 22px;
    margin-bottom: 12px;
    (;line-height: 39px;);
}

#pa_ff_tipo_preco{
    margin-right: 0;
}

#pa_ff_tipo_imovel,
#pa_ff_tipo_bairro,
#pa_ff_tipo_submit{
    margin-bottom: 0;
}
    

#pa_ff_lancamentos,
#pa_ff_tipo_submit{
    background-color: #34acad;
    color: white;
    line-height: 46px;
    margin: 0 22px 12px 0;
    text-align: center;
}

#pa_ff_tipo_submit{
    border-top: none;
    border-left: none;
    margin: 0;
    background-color: #fadb70;
    line-height: 42px;
    color: #000a32;
    border-right-color: #705e1e;
    border-bottom-color: #705e1e;
}

#pa_ff_tipo_submit:hover{
    background-color: #facf3d;
}

#pa_ff_lancamentos:hover{
    background-color: #2cc7c8;
}

#pa_lista{
    width: 748px;
    float: right;
}

.pa_lista_produto{
    width: 362px;
    overflow: hidden;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
}

.pa_lista_produto:nth-of-type(2n){
    margin-right: 0;
}

.pa_lista_produto:nth-last-of-type(-n+2){
    margin-bottom: 0;
}

.pa_lp_produto{
    width: 362px;
    height: 226px;
}

.pa_lp_produto li{
    background-color: white;
    background-image: url('../img/bg/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 362px;
    height: 226px;
}

.pa_lp_produto li img{
    opacity: 0;
}

.pa_lp_produto li img.ready{
    opacity: 1;
}

.pa_lp_produto .owl-controls .owl-buttons div.owl-prev,
.pa_lp_produto .owl-controls .owl-buttons div.owl-next{
    top: 0;
}

.pa_lp_more{
    width: 37px;
    height: 37px;
    position: absolute;
    right: 18px;
    top: 18px;
    background-position: -46px 0;
    z-index: 7;
    cursor: pointer;
    -webkit-transition: transform .25s;
       -moz-transition: transform .25s;
        -ms-transition: transform .25s;
         -o-transition: transform .25s;
            transition: transform .25s;
}

.pa_lp_more.active{
    background-position: -46px -37px;
}

.pa_lp_more:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pa_lp_nome_bairro{
    padding: 18px;
    background-color: white;
    min-height: 76px;
}

.pa_lp_nome_bairro h3,
.pa_lp_d_textbox h3,
#produto_h_c_left h3{
    color: #000a32;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 8px;
}

.pa_lp_nome_bairro p,
.pa_lp_d_textbox p,
#produto_h_c_left p{
    font-size: 12px;
    color: #595959;
    text-transform: uppercase;
}

.pa_lp_detalhes{
    width: 362px;
    height: 302px;
    position: absolute;
    left: 362px;
    top: 0;
    z-index: 2;
}

.pa_lp_detalhes.active{
    left: 0;
}

.pa_lp_d_textbox{
    padding: 20px;
    background-color: #000a32;
    min-height: 194px;
}

.pa_lp_d_textbox h3{
    color: #fadb70;
    padding-right: 57px;
}

.pa_lp_d_textbox p{
    color: white;
    padding-bottom: 20px;
    padding-right: 57px;
}

p.pa_lp_d_destaques{
    color: #34acad;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 0;
}

p.pa_lp_cod{
    text-align: right;
    margin: initial;
    padding: initial;
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.pa_lp_preco{
    height: 54px;
    background-color: white;
}

.pa_lp_preco p:nth-of-type(1){
    font-weight: 400;
    color: #000a32;
    font-size: 12px;
    line-height: 54px;
    text-transform: uppercase;
    width: 130px;
    float: left;
    text-align: center;
}

.pa_lp_preco p:nth-of-type(2){
    font-size: 26px;
    color: #34acad;
    float: left;
    text-align: left;
    line-height: 54px;
    font-family: 'Roboto Slab', serif;
}

a.pa_lp_descricao{
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #000a32;
    font-size: 14px;
    float: left;
    background-color: #fadb70;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

a.pa_lp_descricao:hover{
    background-color: #facf3d;
}

#pa_lista_mais_produtos{
    width: 100%;
    height: 52px;
    background-color: #fadb70;
    font-size: 18px;
    color: #000a32;
    font-family: 'Roboto Slab', serif;
    float: left;
    margin-top: 22px;
    line-height: 52px;
    text-align: center;
}

#pa_lista_mais_produtos:hover{
    background-color: #facf3d;
}

#pa_lista_mais_produtos:before{
    content: " ";
    background-image: url('../svg/global_sprite.svg');
    width: 25px;
    height: 25px;
    position: absolute;
    background-position: 0 -46px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -30px;
    display: none\0/;
    (;display: none;);
}

/* ==========================================================================
   Produto
   ========================================================================== */

#produto_descricao_modalidade{
    background-color: #34acad;
    padding: 0 10px;
    margin-bottom: 30px;
    height: 25px;
    float: left;
    color: white;
    line-height: 25px;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}

.produto_descricao_cod{
    text-align: right;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    color: #4f4e4e;
    font-size: 14px;
    text-transform: uppercase;
}

#produto_header{
    background-color: #b9c4d4;
    height: 138px;
    border-bottom: 4px solid #34acad;
    margin-bottom: 60px;
}

#produto_h_c_left{
    float: left;
    width: 526px;
}

#produto_h_c_left h3{
    font-size: 28px;
    padding-top: 46px;
}

#produto_h_c_left p{
    color: #000a32;
}

#produto_h_c_right{
    float: right;
}

#produto_h_c_right a{
    float: left;
    background-color: #34acad;
    width: 232px;
    height: 60px;
    margin-top: 40px;
    background-image: url('../img/bg/maimar_header_bg_transitions.png');
    background-position: 0 -100px;
}

#produto_h_c_right a:hover{
    background-position: 0 -20px;   
}

#produto_h_c_right a:first-child{
    margin-right: 10px;
}

#produto_h_c_right a p:nth-of-type(1),
#produto_descricao_preco p:nth-of-type(1){
    font-size: 14px;
    color: #fadb70;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
}

#produto_h_c_right a p:nth-of-type(2),
#produto_descricao_preco p:nth-of-type(2){
    font-size: 24px;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    line-height: 18px;
}

#produto_descricao{
    margin-bottom: 60px;
}

#produto_descricao_left{
    width: 526px;
    padding-right: 50px;
    float: left;
}

#produto_descricao_left h3{
    color: #34acad;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 30px;
}

.produto_descricao_left_textbox{
    padding-bottom: 30px;
}

/*.produto_descricao_left_textbox.first{ min-height: 162px; }
.produto_descricao_left_textbox.second{ min-height: 126px; }*/

#produto_descricao_endereco,
.produto_descricao_left_textbox,
.produto_descricao_left_textbox p,
.produto_descricao_left_textbox h1,
.produto_descricao_left_textbox h2,
.produto_descricao_left_textbox h3,
.produto_descricao_left_textbox h4,
.produto_descricao_left_textbox h5,
.produto_descricao_left_textbox h6,
.produto_descricao_left_textbox span,
.produto_descricao_left_textbox a,
.produto_descricao_left_textbox span a,
.produto_descricao_left_textbox a span,
.produto_descricao_left_textbox b,
#pd_left_listbox li{
    color: #4f4e4e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

#pd_left_listbox li{
    width: 100%;
    list-style: inside;
    list-style-image: url('../img/bg/bullet.png');
}

#produto_descricao_right{
    float: right;
}

#produto_descricao_endereco{
    width: 252px;
    min-height: 126px;
    float: left;
}

#produto_descricao_preco{
    width: 222px;
    height: 126px;
    background-color: #34acad;
    float: right;
}

#produto_descricao_preco p:nth-of-type(1){
    color: white;
    padding-top: 40px;
    padding-bottom: 8px;
}

#produto_descricao_preco p:nth-of-type(2){
    color: #fadb70;
    font-size: 28px;
}

#produto_descricao_r_image_wrapper{
    width: 474px;
    height: 288px;
    overflow: hidden;
    background-color: white;
    background-image: url('../img/bg/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#produto_descricao_r_image_wrapper a{
    width: 100%;
    height: 100%;
}

#produto_descricao_r_image_wrapper img{
    position: absolute;
    left: -50%; right: -50%;
    top: -50%; bottom: -50%;
    margin: auto;
    max-width: 120%;
    opacity: 0;
}

#produto_descricao_r_image_wrapper img.ready{
    opacity: 1;
}

#produto_descricao_r_scroll{
    width: 474px;
    height: 294px;
    float: left;
}

#produto_descricao_r_scroll li{
    width: 49%;
    height: 148px;
    margin-top: 8px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: white;
    background-image: url('../img/bg/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#produto_descricao_r_scroll li:nth-of-type(1),
#produto_descricao_r_scroll li:nth-of-type(2){
    margin-top: 8px;
}

#produto_descricao_r_scroll li:nth-of-type(2n){
    float: right;
}

#produto_descricao_r_scroll li.active:after{
    content: " ";
    background-image: url('../svg/global_sprite.svg');
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: 0 -71px;
}

#produto_descricao_r_scroll li img{
    max-width: 120%;
    min-width: 120%;
    position: absolute;
    left: -50%; right: -50%;
    top: -50%; bottom: -50%;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
        -ms-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;
}

#produto_descricao_r_scroll li img.ready{
    opacity: 1;
}

#produto_descricao_r_scroll li img:hover{
    -ms-transform: scale(0.95); 
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

#produto_maps{
    height: 316px;
    width: 100%;
}

#produto_lp_header{
    position: absolute;
    left: 0;
    top: -80px;
}

#produto_lp_header_left{
    float: left;
    height: 80px;
    width: 300px;
    background-color: #34acad;
    padding-top: 24px;
}

#produto_lp_header_left p{
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
}

#produto_lp_header_right{
    height: 80px;
    width: 200px;
    background-color: #fadb70;
    float: left;
}

#produto_lp_header_right p{
    color: #000a32;
    font-size: 22px;
    line-height: 80px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

#produto_lp_lista{
    margin: 78px 0;
}

#produto_lp_lista li{
    width: 180px;
    padding: 0 10px;
}

#produto_lp_lista li p{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 60px;
    word-wrap: break-word;
    line-height: 16px;
    min-height: 48px;
}

.circle_wrapper{
    width: 90px;
    height: 90px;
    border: 5px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d9d9d9;
    overflow: hidden;
    background-image: url('../img/bg/maimar_circle_wrapper.png');
    background-position: center;
	background-size: 60%;
}

.circle_wrapper:hover{
    border-color: #34acad;
}

.circle_wrapper a{
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.circle_wrapper img{
    max-width: 120%;
    position: absolute;
    left: -50%; right: -50%;
    top: -50%; bottom: -50%;
    margin: auto;
}

#produto_imoveis_vizinhos{
    padding-bottom: 80px;
}

#produto_iv_left{
    width: 230px;
    float: left;
}

#produto_iv_right{
    width: 770px;
    float: left;
}

#produto_iv_left h3{
    font-size: 24px;
    color: #34acad;
    font-family: 'Roboto Slab', serif;
}

#produto_iv_left_arrows{
    margin-top: 14px;
}

#produto_iv_l_arrows_left,
#produto_iv_l_arrows_right{
    background-image: url('../img/bg/maimar_banner_arrows.png');
    width: 25px;
    height: 25px;
    background-position: 0 -25px;
    cursor: pointer;
}

#produto_iv_l_arrows_right{
    background-position: -25px -25px;
    margin-left: 14px;
}

#produto_iv_l_arrows_left:hover,
#produto_iv_l_arrows_right:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* ==========================================================================
   Produto ScrollBar
   ========================================================================== */

#produto_descricao_r_scroll .mCSB_dragger,
#produto_lp_lista .mCSB_dragger{
    background-color: #34acad !important;
}

#produto_descricao_r_scroll .mCSB_scrollTools .mCSB_draggerRail,
#produto_lp_lista .mCSB_scrollTools .mCSB_draggerRail {
    background-color: none !important;
    background: none !important;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

#produto_descricao_r_scroll .mCSB_scrollTools,
#produto_lp_lista .mCSB_scrollTools{
    background-color: #c4c4c4 !important;
}

#produto_descricao_r_scroll .mCSB_container,
#produto_lp_lista .mCSB_container{
    margin-right: 0 !important;
}

#produto_descricao_r_scroll .mCSB_scrollTools a+.mCSB_draggerContainer,
#produto_lp_lista .mCSB_scrollTools a+.mCSB_draggerContainer{
    margin-top: 0 !important;
}

#produto_descricao_r_scroll .mCustomScrollBox>.mCSB_scrollTools{
    width: 6px !important;
}

#produto_lp_lista .mCustomScrollBox>.mCSB_scrollTools{
    height: 6px !important;    
}

#produto_descricao_r_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#produto_lp_lista .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
   background: none !important;
}

/* ==========================================================================
   institucional
   ========================================================================== */

#institucional,
#contato,
#documentos,
#solicitar_imovel,
#indicadores{
    padding-bottom: 140px;
    overflow: hidden;
}

#institucional_content,
#contato_content,
#documentos_content,
#solicitar_imovel_content,
#indicadores_content{
    padding-top: 60px;
}

#institucional_c_left,
#contato_c_left,
#documentos_c_left,
#solicitar_imovel_c_left,
#indicadores_c_left{
    width: 700px;
    float: left;
}

#institucional_c_left p,
#contato_c_left p,
#documentos_c_left p,
#solicitar_imovel_c_left p,
#indicadores_c_left p{
    width: 290px;
    float: left;
    padding-right: 370px;
    color: #595959;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

#institucional_c_left p{
    text-align: left;
}

#institucional_c_right,
#contato_c_right,
#documentos_c_right,
#solicitar_imovel_c_right,
#indicadores_c_right{
    width: 300px;
    height: 480px;
    background-color: #000a32;
    float: right;
    padding: 30px;
}

#institucional_c_right_extensao,
#contato_c_right_extensao,
#documentos_c_right_extensao,
#solicitar_imovel_c_right_extensao,
#indicadores_c_right_extensao{
    width: 50%;
    height: 480px;
    background-color: #000a32;
    position: absolute;
    right: 0;
    margin-right: -500px;
    top: 60px;
    (;margin-right: -499px;);
}

#institucional_c_right h5,
#contato_c_right h5,
#documentos_c_right h5,
#solicitar_imovel_c_right h5,
#indicadores_c_right h5{
    color: #34acad;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#indicadores_c_right h5{
    line-height: 20px;
}

#institucional_c_right p,
#contato_c_right p,
#documentos_c_right p,
#solicitar_imovel_c_right p,
#indicadores_c_right p{
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 40px;
}

#institucional_logo{
    width: 230px;
    height: 48px;
    background-image: url('../img/bg/maimar_logo_azul.png');
    overflow: hidden;
    text-indent: -999px;
    float: left;
    margin-bottom: 106px;
}

#institucional_c_right_map,
#contato_c_right_map{
    position: absolute;
    right: 30px;
    border-top: 3px solid #34acad;
    border-bottom: 3px solid #34acad;
}

#institucional_line,
#contato_line,
#documentos_line,
#solicitar_imovel_line,
#indicadores_line{
    background-color: #fadb70;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 156px;
    z-index: -1;
}

/* ==========================================================================
   Contato
   ========================================================================== */

#contato,
#solicitar_imovel,
#indicadores{
    padding-bottom: 100px;
}

#contato_c_left h4,
#documentos_c_left h4,
#solicitar_imovel_c_left h4,
#indicadores_c_left h4{
    padding-top: 50px;
    color: #000a32;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    float: left;
}

#contato_c_left p,
#documentos_c_left p,
#solicitar_imovel_c_left p,
#indicadores_c_left p{
    float: left;
    padding: 40px 0 0 30px;
}

#contato_c_left_form,
#solicitar_imovel_c_left_form{
    width: 700px;
    min-height: 100px;
    float: left;
    margin-top: 60px;
    padding-right: 32px;
}

#contato_c_left_form .input_text,
#solicitar_imovel_c_left_form .input_text,
#at_content_form .input_text{
    width: 318px;
    margin-right: 32px;
    height: 50px;
    line-height: 50px;
    (;line-height: inherit;);
    border: none;
    border-bottom: 4px solid #34acad;
    font-size: 14px;
    color: #5c5c5c;
    text-transform: uppercase;
    padding: 0 20px;
    margin-bottom: 20px;
}

#solicitar_imovel_c_left_form .input_text{
    margin-bottom: 30px;
}

#contato_c_left_form select.input_text,
#solicitar_imovel_c_left_form select.input_text,{
    margin-right: 0;
}

#contato_c_left_form select.input_text,
#solicitar_imovel_c_left_form select.input_text{
    (;line-height: 42px !important;);
}

#contato_c_left_form .input_text::-webkit-input-placeholder,
#solicitar_imovel_c_left_form .input_text::-webkit-input-placeholder,
#at_content_form .input_text .input_text::-webkit-input-placeholder{ 
    color: #5c5c5c;
}

#contato_c_left_form .input_text::-moz-placeholder,
#solicitar_imovel_c_left_form .input_text::-moz-placeholder,
#at_content_form .input_text::-moz-placeholder{
    color: #5c5c5c;
    opacity: 1;
}

#contato_c_left_form .required,
#solicitar_imovel_c_left_form .required,
#at_content_form .required{
    background-image: url('../img/bg/maimar_required.png');
    background-position: 295px center;
    background-repeat: no-repeat;
}

#contato_c_left_form textarea.input_text,
#solicitar_imovel_c_left_form textarea.input_text{
    width: 520px;
    height: 206px;
    resize: none;
    margin-right: 20px;
    padding-top: 14px;
    line-height: 16px;
}

#solicitar_imovel_c_left_form textarea.input_text{
    width: 100%;
}

#contato_c_left_form .input_submit,
#solicitar_imovel_c_left_form .input_submit,
#at_content_form .input_submit{
    width: 126px;
    height: 206px;
    background-color: #fadb70;
    border: none;
    text-transform: uppercase;
    color: #000a32;
    font-size: 14px;
}

#solicitar_imovel_c_left_form .input_submit{
    width: 180px;
    height: 56px;
}

#contato_c_left_form .input_submit:hover,
#solicitar_imovel_c_left_form .input_submit:hover,
#at_content_form .input_submit:hover{
    background-color: #facf3d;
}

#contato_c_left_form .float_left,
#solicitar_imovel_c_left_form .float_left,
#at_content_form .float_left{ 
    float: left;
}

#contato_c_left_form .float_right,
#solicitar_imovel_c_left_form .float_right,
#at_content_form .float_right{ 
    float: right;
    margin-right: 0;
}

/* ==========================================================================
   Mensagens
   ========================================================================== */

#mensagem_sucesso{
    width: 100%;
    height: 300px;
    background-color: #34acad;
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    display: none;
    z-index: 9;
}

#mensagem_sucesso h2{
    color: white;
    font-size: 28px;
    text-align: center;
    line-height: 300px;
}

/* ==========================================================================
   documentos necessários
   ========================================================================== */

#documentos_c_left p,
#solicitar_imovel_c_left p,
#indicadores_c_left p{
    letter-spacing: -1px;
    padding-top: 44px;
}

#indicadores_c_left p.indicadores_c_left_paragrafo{
    padding-left: 0;
    padding-bottom: 30px;
    width: 100%;
}

#documentos_c_left p a,
#solicitar_imovel_c_left p a,
#indicadores_c_left p a{
    color: #34acad;
    text-decoration: underline;
    display: inline;
    text-align: left;
}

#documentos_c_right h6,
#solicitar_imovel_c_right h6,
#indicadores_c_right h6{
    color: #fadb70;
    font-size: 14px;
    padding-bottom: 20px;
}

#documentos_tg_header{
    width: 670px;
    margin-top: 50px;
    float: left;
}

#documentos_tg_header li{
    width: 334px;
    height: 50px;
    text-transform: uppercase;
    color: #00001d;
    font-size: 14px;
    background-color: #b6c1d0;
    font-weight: 300;
    text-indent: 26px;
    line-height: 50px;
    cursor: pointer;
}

#documentos_tg_header li:nth-of-type(1){
    margin-right: 2px;
}

#documentos_tg_header li.active,
#documentos_tg_header li:hover{
    background-color: #34acad;
    color: white;
}

#documentos_tg_content{
    padding-top: 40px;
    width: 670px;
    float: left;
}

.documentos_tg_textbox{
    display: none;
}

.documentos_tg_textbox h5{
    color: #5c5c5c;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.documentos_tg_content_lista{
    margin-bottom: 30px;
    display: table;
    width: 100%\0/;
    (;width: 100%;);
}

@-moz-document url-prefix(){
    .documentos_tg_content_lista{
        width: 100%;
    }
    .documentos_tg_content_lista li a{
        display: inline-block;
    }
}

.documentos_tg_content_lista li{
    color: #5c5c5c;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-left: 30px;
    line-height: 26px;
    min-height: 26px;
    list-style-image: url('../img/bg/maimar_list_style.png');
    list-style-position:inside;
}

.documentos_tg_content_lista li a{
    display: inline-block\0/;
    (;display: inline-block;);
}

.documentos_tg_content_lista li a:hover{
    text-decoration: underline;
}

/* ==========================================================================
   Nós ligamos pra você
   ========================================================================== */

#atendimento_telefone{
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg/maimar_phonecall_bg.png');
    z-index: 8;
    display: none;
}

#at_content{
    border-top: 7px solid #000a32;
    background-color: #e7e7e7;
    width: 460px;
    height: 532px;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    margin: auto;
}

#at_content h2{
    text-align: center;
    height: 92px;
    line-height: 92px;
    color: #000a32;
    border-bottom: 4px solid #fadb70;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}

#at_content_form{
    width: 460px;
    padding: 26px;
}

#at_content_form p{
    color: #000a32;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 26px;
}

#at_content_form .input_text{
    width: 100%;
}

#at_content_form .required{
    background-position: 375px center;
}

#at_content_form .input_submit{
    width: 100%;
    height: 50px;
}

#at_content_close{
    width: 40px;
    height: 40px;
    background-color: #c2c2c2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -27px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #000a32;
}

.atendimento_telefone_trigger{
    cursor: pointer;
}

.noproducts{
	text-align: center;
	padding: 50px;
    margin-bottom: 150px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.infowindow{
	display:block;
	padding:5px;
	overflow:hidden;
	height:80px;
	width:330px;
	
}
.infowindow .left{
	float:left;
}
.infowindow .left img{
	width: 124px;
}
.infowindow .right{
	float:left;
	margin-left:10px;
}
.infowindow a{
	color:#34acad;	
}