﻿main.mdl-layout__content, .mapa-fullModal {
    height: calc(100% - 52px);
}

.mdl-fullheight {
    height: 100%;
}

    .mdl-fullheight.container-scroll {
        box-sizing: border-box;
        overflow: scroll;
    }

/* Multiple Select */
.ms-drop {
    margin-top: -10px !important;
    width: 100%;
    z-index: 101;
}

.ms-parent {
    margin-top: 0px !important;
    width: 100%;
}

    .ms-parent button span {
        padding: 0.7em 1.9em 0.7em 0.8em;
        position: relative;
    }

    .ms-parent button {
        background: #fff;
        border: 1px solid #BBB;
        border-radius: 3px;
        color: #555;
        display: block;
        font-family: inherit;
        font-size: inherit;
        height: auto;
        line-height: inherit;
        margin: 0;
        outline: none;
        transition: border-color 0.2s;
        width: 100%;
        -webkit-appearance: none;
    }

/* SELECT */
.select {
    display: inline-block;
    font-size: 14px;
    padding: 0px 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .select select, .select input:not([type='checkbox']) {
        background: #fff;
        border: 1px solid #BBB;
        border-radius: 3px;
        color: #555;
        display: block;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0.7em 1.9em 0.7em 0.8em;
        outline: none;
        transition: border-color 0.2s;
        width: 100%;
        -webkit-appearance: none;
    }

    .select .arr {
        background: #fff;
        height: 38px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 22px;
        width: 20px;
        z-index: 100;
    }

        .select .arr:before {
            border-top: 5px solid #555;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            content: '';
            margin-top: -3px;
            pointer-events: none;
            position: absolute;
            right: 5px;
            top: 50%;
        }

    .select label {
        color: #999;
        font-size: 11px;
        font-weight: normal;
        text-transform: uppercase;
    }

/* MAPA */
#map-canvas {
    width: 100%;
    height: 100%;
}

/** === MAP FILTER STAMP === */
#filter-stamp {
    background-color: rgba(255,255,255,.95);
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 1px 4px rgba(0,0,0,.37);
    padding: 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: auto;
}

    #filter-stamp img {
        display: block;
        margin: 0px auto 10px;
        max-width: 100px;
    }

    #filter-stamp a {
        background-color: #EE552A;
        border-radius: 2px;
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        height: 29px;
        padding: 7px;
        width: 100px;
        word-wrap: break-word;
    }

#stamp, #newStamp {
    background-color: rgba(255, 255, 255, .95);
    border-radius: 3px;
    bottom: 39px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .37);
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0px auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 320px;
}

    #stamp .stamp-left {
        background-color: #FFF;
        float: left;
        height: 50px;
        width: 180px;
    }

.stamp-left .stamp-logo {
    margin: 1em 0;
    position: relative;
}

.stamp-logo img {
    margin: 0px auto;
    max-height: 40px;
    max-width: 160px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#stamp .stamp-right {
    float: right;
    width: 140px;
    height: 50px;
    position: relative;
    padding: 7px 5px;
    box-sizing: border-box;
}

.stamp-right span {
    line-height: 18px;
    color: #FFF;
    text-align: right;
    font-size: 11.4px;
    letter-spacing: -0.2px;
    display: block;
    padding-right: 2px;
}

#stamp img {
    display: block;
    max-width: 150px;
    margin: 0 auto
}

#stamp a {
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 50px;
}

/* MODAIS */
.mapa-modal-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.mapa-modal {
    position: fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
    -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
    -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
}

    .mapa-modal.active {
        transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        pointer-events: all;
    }

#filter-modal {
    left: 50%;
    top: 52px;
    width: 50%;
    height: 64px;
    margin: 0;
    overflow: hidden;
    pointer-events: all;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    z-index: 2;
    pointer-events: none;
}

.filter-container {
    background-color: #f5f5f5;
    border-bottom: 1px solid #CCC;
    width: 100%;
    box-sizing: border-box;
    pointer-events: all;
}

#filter-modal label {
    display: block;
}

#filter-modal select, #filter-modal button {
    margin-bottom: 10px;
}

#filter-modal input:not([type='checkbox']) {
    display: inline-block;
    margin-bottom: 10px;
    width: 32%;
}

#ficha-modal {
    align-content: flex-start;
    background-color: #FFF;
    left: 0;
    top: 52px;
    opacity: 0;
    overflow: scroll;
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
    width: 50%;
    z-index: 0;
}

    #filter-modal.active, #ficha-modal.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: all;
    }

    #ficha-modal.activeFromMap {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 1;
        pointer-events: all;
        z-index: 3;
    }

.filtro-cell-btns {
    text-align: right;
}

    .filtro-cell-btns button {
        margin: 10px;
        width: 170px;
    }

.modal-closeButton {
    color: #000;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
}

    .modal-closeButton i {
        font-size: 24px;
    }

/* LAYOUT */
.mdl-layout__content h3 {
    font-weight: 200;
    font-size: 30px;
    margin: 10px 0px;
    vertical-align: middle;
}

.moving-mode-button {
    display: none;
}

div.mdl-layout--tabletPortrait-screen-only, #filter-modal .modal-closeButton {
    display: none;
}

/* Filter - Tabs */
.filter-tabs {
    /*padding: 7px 7px;*/
    margin-bottom: 20px;
}

    .filter-tabs button.more-filters {
        background-color: #EE552A !important;
        font-weight: 300;
        text-transform: none;
        width: 130px;
        margin: 7px;
    }

.mdl-tabs {
    float: left;
    width: 450px;
}

.mdl-tabs__tab-bar {
    border: none;
}
/**/

.col2 {
    background-color: #FFF;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.27);
    z-index: 2 !important;
}

/* LISTAGEM */
.listagem-container {
    position: relative;
    top: 65px;
    min-height: calc(100% - 135px);
}

.listagem ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

    .listagem ul *, .floater-imovel {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .listagem ul li, .floater-imovel {
        background-color: #fff;
        border: 1px solid #eaeaea;
        cursor: pointer;
        height: 160px;
        margin-bottom: 10px;
        white-space: nowrap;
        width: 100%;
    }

/*.listagem ul .destaque-master {
	border: 2px dashed #ee552a !important;
}*/

.lista-info {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 70%;
}

    .lista-info span {
        color: #000;
        display: block;
    }

    .lista-info .lista-logo {
        width: 100px;
        float: right;
        padding: 10px;
        text-align: right;
    }

        .lista-info .lista-logo img {
            max-width: 100%;
            max-height: 40px;
        }

    .lista-info h2 {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
        padding: 10px 0px 0px 10px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .lista-info h2 a {
            color: #777;
        }

    .lista-info span.valor {
        color: #333;
        font-size: 23px;
        font-weight: 300;
        line-height: 26px;
        padding: 5px 10px;
        vertical-align: middle;
    }

    .lista-info span.titulo {
        color: #555;
        font-weight: 300;
        padding-left: 10px;
    }

    .lista-info .infos {
        padding: 4px 0px 0px 10px;
    }

        .lista-info .infos span {
            display: inline-block;
            font-size: 13px;
            font-weight: 300;
            line-height: 17px;
            text-overflow: ellipsis;
            overflow: hidden;
            vertical-align: middle;
        }

        .lista-info .infos p.descricao {
            color: #666;
            display: -webkit-box;
            font-size: 12px;
            font-weight: 300;
            line-height: 14px;
            max-height: 29px;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .lista-info .infos span:not(:first-child) {
            border-left: 1px solid #CCC;
            margin-left: 10px;
            padding-left: 10px;
        }

.lista-fotos {
    background-size: cover;
    display: inline-block;
    height: 100%;
    width: 30%;
    position: relative;
    overflow: hidden;
}

.listagem .fullbanner {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.listagem .tipBox {
    padding: 20px;
}

    .listagem .tipBox h4 {
        font-weight: 300;
        margin: 0;
        margin-bottom: 20px;
    }

    .listagem .tipBox p {
        font-size: 15px;
        line-height: 22px;
    }

/** LISTA FAVORITOS **/
#lista-favoritos {
    width: 300px;
    height: 240px;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 10px;
    cursor: pointer;
}

    #lista-favoritos li {
        border-bottom: 1px solid #f2f2f2;
        color: #555;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    #lista-favoritos .lista-fotos {
        height: 100px;
        float: left;
        background-color: #f2f2f2;
    }

    #lista-favoritos .lista-info h2 {
        padding-top: 0px;
    }

    #lista-favoritos .lista-info .infos {
        padding: 0px 0px 0px 10px;
    }

/** HOVER FAVORITO **/
#listagem ul li {
    position: relative;
}

.hover-favorito {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #326bc0 transparent;
    border-color: transparent transparent rgba(50, 107, 192, 0.8) transparent;
    display: none;
}

    .hover-favorito div {
        position: relative;
        top: 22px;
        left: -27px;
    }

        .hover-favorito div i {
            color: white;
        }

#listagem ul li:hover .hover-favorito {
    display: block;
    z-index: 2;
}


/** DESTAQUE **/
.listagem ul .destaque-master-top-img {
    background: url("/img/destaque1.png") no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px;
    position: absolute;
    top: -3px;
    left: -4px;
    z-index: 2;
}

.listagem ul .destaque-master-bottom-img {
    background: url("/img/destaque2.png") no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: -33px;
    right: 0;
}

/** PAGE SCROLL */
#moving-list-header {
    background-color: #FFF;
    padding: 0 10px;
}

    #moving-list-header h1 {
        display: block;
        font-size: 26px;
        font-weight: 300;
        line-height: 30px;
        margin: 10px 0px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
    }

    #moving-list-header button {
        margin-left: -10px;
    }

    #moving-list-header #results {
        color: #444;
        float: right;
        font-size: 16px;
        font-weight: 300;
        line-height: 40px;
    }

        #moving-list-header #results b {
            font-weight: 500;
        }

#moving-list-footer {
    height: 50px;
    padding: 0 10px;
}

.moving-page-scroll {
    float: right;
    text-align: center;
}

    .moving-page-scroll .arrow {
        color: #333;
        display: inline-block;
        float: left;
        margin-top: 6px;
        margin-left: 0;
        margin-right: 0;
        text-decoration: none;
        width: 27px;
    }

    .moving-page-scroll .page {
        background-color: #fff;
        border: 1px solid #eaeaea;
        color: #777;
        display: inline-block;
        float: left;
        font-size: 15px;
        margin-left: 3px;
        margin-right: 3px;
        min-width: 18px;
        padding: 7px;
        text-decoration: none;
    }

    .moving-page-scroll .selected {
        color: #F78E57;
    }

    .moving-page-scroll .disabled {
        opacity: 0.2;
    }
/*FLOATER MOBILE*/
.floater-imovel {
    position: fixed;
    bottom: 70px;
    width: 94%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 0px;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    opacity: 0;
    left: 3%;
}

.animated {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.floater-obfuscator {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    top: 0;
    opacity: 0.0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .floater-obfuscator.show {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        pointer-events: all;
        opacity: 0.45;
    }

@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/* FOTOS */
.ficha-fotos a div {
    width: 100%;
    height: 100%;
}

.ficha-fotos a {
    text-align: center;
    height: 100%;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box;
}

    .ficha-fotos a:focus {
        outline: none;
    }

    .ficha-fotos a:nth-child(n+2) {
        margin-bottom: 12px;
    }

    .ficha-fotos a:nth-last-child(n+2), .ficha-fotos a:nth-last-child(2) ~ a {
        width: calc(40% - 12px);
        height: 100%;
    }

    .ficha-fotos a:nth-last-child(n+3), .ficha-fotos a:nth-last-child(3) ~ a {
        width: calc(40% - 12px);
        height: calc(50% - 6px);
    }

    .ficha-fotos a:nth-last-child(n+4), .ficha-fotos a:nth-last-child(4) ~ a {
        width: calc(40% - 12px);
        height: calc(33.333% - 8px);
    }

    .ficha-fotos a:nth-child(n+4) {
        margin: 0px;
        position: relative;
    }

.ficha-fotos .more:before {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    content: "+ fotos";
    font-size: 45px;
    font-weight: 300;
    left: 0;
    line-height: 110px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ficha-fotos a:nth-child(n+2) {
    display: none;
}

.ficha-fotos a:first-child {
    width: 100%;
    height: 100%;
    margin: 0 12px 12px 0;
}

.ficha-fotos a:only-child {
    width: 100%;
    height: 100%;
    margin: 0;
}

#btn-video {
    background-color: #222;
    color: #fff;
    display: table;
    font-size: 21px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
}

#btn-tour {
    background-color: #444;
    color: #fff;
    display: table;
    font-size: 21px;
    font-weight: 300;
    height: 40px;
}

    #btn-video span, #btn-tour span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        #btn-video span i, #btn-tour span i {
            vertical-align: middle;
        }

/* FICHA */
div.ficha-price {
    position: absolute;
    bottom: 30px;
    background-color: #31A2E1;
    width: 80%;
    padding: 5px 20px;
    text-align: right;
    box-sizing: border-box;
    display: table;
}

    div.ficha-price span {
        color: #FFF;
        display: inline-block;
    }

        div.ficha-price span.price-entity {
            /*font-size: medium;
    float: left;
    margin-top: 7px;*/
            font-size: medium;
            display: table-cell;
            vertical-align: middle;
        }


        div.ficha-price span.price-detail {
            vertical-align: top;
            font-size: 14px;
            font-weight: lighter;
            margin-right: 5px;
        }

        div.ficha-price span.price-value {
            line-height: 34px;
            font-size: 34px;
        }


div.ficha-header {
    padding: 15px;
}

    div.ficha-header h1 {
        display: block;
        font-size: 26px;
        font-weight: 300;
        line-height: 30px;
        margin: 0 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        width: 95%;
    }

    div.ficha-header address {
        color: #888;
        display: inline;
        font-size: 14px;
        font-weight: 300;
    }

div.ficha-fotos {
    height: 360px;
    padding: 0px 15px;
    padding: 0px;
    width: 100%;
    margin: 0;
    border: 1px solid #F0F0F0;
}

    div.ficha-fotos div {
        background-position: center;
        background-size: cover;
    }

.ficha-section-header {
    font-size: 19px;
    color: #4A4A4A;
    font-weight: lighter;
    display: block;
}

p.descricao {
    text-align: justify;
    color: #777;
    font-weight: lighter;
    margin-top: 20px;
    white-space: pre-wrap;
}

/** QUADRO **/
.quadro {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

    .quadro > div {
        background-color: #F0F0F0;
        display: flex;
        padding: 10px 13px;
        align-items: center;
    }

    .quadro i {
        color: #F5A623;
        font-size: 16px;
    }

    .quadro div.area {
        margin-right: 10px;
    }

        .quadro div.area i {
            display: block;
        }

    .quadro div.details {
        flex: 1;
    }

        .quadro div.details > div {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .quadro div.details span {
            margin-left: 6px;
            text-transform: uppercase;
        }

    .quadro .quadro-label {
        color: #777;
        font-weight: lighter;
        font-size: 13px;
    }

    .quadro .quadro-value {
        font-size: 20px;
        padding: 0px 10px;
        margin-top: 2px;
        margin-bottom: 5px;
    }

/**DADOS**/

ul.ficha-dados {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-width: 220px;
    width: 100%;
}

ul.ficha-caracteristicas {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    width: 100%;
    padding: 0;
    column-width: 150px;
    list-style: none;
}

    ul.ficha-caracteristicas li {
        color: #777;
    }

    ul.ficha-caracteristicas li {
        padding-left: 1em;
        font-size: 14px;
        line-height: 28px;
        font-weight: lighter;
    }

        ul.ficha-caracteristicas li:before {
            content: "• ";
            color: #31A2E1;
            font-size: 20px;
            vertical-align: top;
        }

ul.ficha-dados * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.ficha-dados, .ficha-section {
    list-style: none;
    margin: 10px 15px;
    padding: 0;
}

    ul.ficha-dados li {
        width: 100%;
        background-color: #FFFFFF;
        white-space: nowrap;
        display: flex;
        padding: 0;
        align-items: center;
        line-height: 30px;
    }

        ul.ficha-dados li hr {
            flex: 1;
            border-top: 2px dotted #F2F2F2;
            margin: 0;
        }

        ul.ficha-dados li div {
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            padding: 0px 6px;
        }

            ul.ficha-dados li div.ficha-label {
                color: #777;
                vertical-align: top;
                text-transform: uppercase;
            }

                ul.ficha-dados li div.ficha-label.valor {
                    color: #777;
                    font-weight: 400;
                }

.priceLabel {
    color: #31A2E1 !important;
}

div.priceLabel + hr {
    border-top: 2px dotted #31A2E1 !important;
}

ul.ficha-dados li div.ficha-info {
    color: #777;
    font-weight: normal;
    height: auto;
    white-space: normal;
}

div.ficha-info span.descricao {
    text-align: justify;
    font-size: 14px;
    display: block;
    line-height: 15px;
}

ul.ficha-dados li div.ficha-dados {
    width: 60%;
}

.ficha-info .valor {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    display: block;
}

    .ficha-info .valor:nth-child(n+2) {
        font-size: 14px;
        color: #888;
        font-weight: 400;
        line-height: 18px;
    }

.ficha-section {
    color: #666;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
}

    .ficha-section.contato {
        position: relative;
        margin: 0px 0px 20px 0px;
    }

        .ficha-section.contato .ficha-section-header {
            width: 100%;
        }

        .ficha-section.contato .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
            top: 0px;
            padding: 0px;
        }
/* LOCALIZACAO */

div.location-container, div.comparsion-container, div.info-container {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.explore-title {
    font-size: 19px;
    color: #777;
    font-weight: lighter;
    margin-bottom: 10px;
}

.explore-text {
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}

.location-container ul {
    list-style: none;
    padding: 0;
}

    .location-container ul li {
        white-space: nowrap;
        color: #F5A623;
        height: 27px;
    }

        .location-container ul li i {
            color: #F5A623;
            font-size: 16px;
            width: 25px;
        }

.location-select {
    margin-left: 20px;
}

.explore-item-container, .estatistica-item-container {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}


.explore-item, .estatistica-item {
    text-align: center;
    flex-grow: 1;
    -webkit-box-flex: 1;
    padding: 5px;
    margin-top: 8px;
}

    .explore-item:not (:last-child ), .estatistica-item:not (:last-child ) {
        border-right: 1px solid #f2f2f2;
    }

.explore-item-value, .estatistica-item-value {
    display: block;
    font-size: 23px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
}

.explore-item-nome, .estatistica-item-nome {
    font-size: 14px;
}

/* ANUNCIANTE */
.logo-company {
    text-align: center;
}

    .logo-company.square.anunciante {
        border: 1px solid #F0F0F0;
        position: absolute;
        top: -5px;
        right: 14px;
        width: 78px;
        height: 78px;
        background-color: #FFF;
    }

    .logo-company.square img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 95% !important;
    }

.anunciante-info {
    margin-top: 15px;
}

    .anunciante-info span {
        white-space: initial;
    }
/* ESTATISTICA */

div.comparsion-container .comparsion-radius {
    margin-left: 20px;
    width: 50%;
    text-align: justify;
    color: #777;
}

.comparsion-radius div {
    margin-top: 15px;
}

    .comparsion-radius div select {
        width: 100%;
    }

.chart {
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-left: 1px solid #EEE;
}

.charts__chart {
    height: 3em !important;
    position: relative !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

    .charts__chart[data-percent]::after {
        content: attr(data-percent) !important;
        color: #FFF !important;
        font-size: 15px !important;
        text-align: right;
        right: 10px;
        white-space: nowrap;
    }

.charts span {
    text-transform: uppercase;
    position: absolute;
    margin-top: -20px;
    right: 0;
    font-size: 12px;
    color: #777;
}

.charts__info {
    display: flex;
}

    .charts__info div {
        margin-left: 15px;
    }

    .charts__info span {
        display: block;
        position: relative;
        margin: auto;
        font-size: 13px;
        color: #777;
    }

.charts__info_values span {
    color: #31A2E1 !important;
}

/* CONTATO */
.panels {
    background-color: #F0F0F0;
}

.ficha-shadows {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
}

.blueButton {
    background-color: #31A2E1;
}

.contatoButton {
    color: #FFF;
    text-transform: none;
    font-weight: lighter;
    border-radius: 4px;
}

.contato-buttonBar, .compartilhe-buttonBar {
    display: flex;
}

    .contato-buttonBar > div {
        flex: 1;
        margin-top: 15px;
    }

    .contato-buttonBar div + div {
        margin-left: 10px;
    }

.contato div.mdl-textfield, .contato .mdl-button, .compartilha div.mdl-textfield, .compartilha .mdl-button {
    width: 100%;
}

.contato .mdl-button--moving {
    background-color: #EE552A !important;
}

#phone-number {
    display: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.tipo-contato div {
    display: flex;
    padding: 10px 0px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

    .tipo-contato div .mdl-checkbox {
        right: 0 !important;
    }

    .tipo-contato div label {
        padding: 0px 20px !important;
        flex: 1;
    }

.tipo-contato label.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #31A2E1 !important;
}

.tipo-contato label.is-checked .mdl-checkbox__tick-outline {
    background-color: #31A2E1 !important;
}

/* SHARE */
.compartilhe-buttonBar {
    text-align: center;
    justify-content: space-around;
    align-items: stretch;
    padding: 10px
}

    .compartilhe-buttonBar button {
        width: 50px !important;
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
        border: none;
        outline: none;
        font-size: 20px;
    }

/** SIMILARES **/
ul.lista-similares {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

    ul.lista-similares li a {
        height: 90px;
        display: flex;
        padding: 10px 10px 0px 10px;
        background-color: #FFF;
    }

.lista-similares-thumb img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #CCC;
}

.lista-similares-info {
    flex: 1;
    min-width: 0;
}

    .lista-similares-info span {
        display: block;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 20px;
    }

        .lista-similares-info span.similares-tipo {
            color: #000;
        }

        .lista-similares-info span.similares-bairro {
            color: #777;
        }

        .lista-similares-info span.similares-area {
            color: #4A4A4A;
        }

        .lista-similares-info span.similares-preco {
            color: #31A2E1;
        }

.buttonBar button.fichaButton {
    background-color: #EE552A;
    color: #FFF;
    border-radius: 4px;
}

#voltarButton {
    background-color: #326BC0;
    color: #FFF;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/** HEAT MAP */
#heat-legend {
    padding: 8px;
}

    #heat-legend img {
        float: left;
        margin-right: 10px;
    }

    #heat-legend .color {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

/** GENERAL **/
.bottomInfo {
    padding: 15px;
}

.pin {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #f05a31;
    border: 1px solid white;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    padding: 3px;
    white-space: nowrap;
}

.pin2 {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #3669c7;
    border: 1px solid white;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    padding: 3px;
    white-space: nowrap;
}

.ficha-section.descricao {
    margin: 10px 15px 10px 15px;
}

.expand-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    width: auto;
    height: 32px;
    vertical-align: middle;
    text-align: center;
    padding-top: 2px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: none;
    font-size: 15px;
    line-height: 28px;
    font-weight: 200;
    padding-right: 5px;
    z-index: 1;
}

    .expand-button i {
        font-size: 26px !important;
        float: left;
        margin-left: 2px;
    }

/*tooltip*/
#btn-tool-location {
    position: absolute;
    top: 20px;
    right: 20px;
}

#btn-tool-draw {
    position: absolute;
    top: 100px;
    right: 20px;
}

#btn-tool-heat {
    position: absolute;
    top: 180px;
    right: 20px;
}

.button-tooltip {
    cursor: help;
    font-size: 20px;
    position: absolute;
    text-align: center;
    width: 200px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .button-tooltip button {
        position: absolute;
        right: 0px;
    }

.tooltip {
    background: #326bc0;
    color: #fff;
    display: block;
    right: 70px;
    opacity: 0;
    padding: 17px 2px;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

    .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }


    .tooltip:after {
        left: 100%;
        top: 35%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: #326bc0;
        border-width: 8px;
    }

.button-tooltip:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

@media screen and (max-width: 1024px) {
    .mdl-layout.is-small-screen .mdl-layout--large-screen-only {
        display: block;
    }

    #filter-modal {
        position: fixed;
    }

    div.ficha-fotos {
        height: 260px;
    }

    ul.ficha-dados li div.ficha-label {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mdl-tabs {
        width: 320px;
    }

    #listagem ul li:hover .hover-favorito {
        display: none;
    }
}

@media (max-width : 839px) {
    .tooltip {
        display: none;
    }

    .moving-mode-button {
        display: inline-block;
    }

    mdl-layout.is-small-screen .mdl-layout--large-screen-only {
        display: none;
    }

    div.mdl-layout--tabletPortrait-screen-only, .modal-closeButton {
        display: block;
    }

    #filter-modal .modal-closeButton {
        display: none;
    }

    #ficha-modal {
        left: 0px;
        top: 52px;
        width: 100%;
        height: 100%;
        z-index: 20;
        padding: 0px 30px;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        pointer-events: all;
        position: fixed;
        transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        height: calc(100% - 52px);
        min-height: calc(100% - 52px);
        align-content: flex-start;
    }

        #ficha-modal.active, #ficha-modal.activeFromMap {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            z-index: 20;
        }

    #modal-mapa-small.active {
        transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        pointer-events: all;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #modal-mapa-small {
        position: fixed;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        top: 52px;
        left: 0px;
        z-index: 10;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    #filter-modal {
        left: 0px;
        width: 100%;
    }

    .filter-container {
        padding: 0px 20px;
    }

    .lista-info span.bairro {
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .ficha-fotos .more:before {
        font-size: 35px;
    }

    #map-canvas {
        height: calc(100% - 52px) !important;
    }

    ul.ficha-dados li div.ficha-label.valor {
        font-size: 17px;
    }

    .mdl-tabs {
        width: 380px;
    }

    #stamp, #newStamp {
        bottom: 90px;
    }

    #filter-stamp {
        bottom: 80px;
    }

    .quadro i {
        display: none;
    }
}

@media (max-width: 839px) and (min-width: 480px) {
    .select.filter-row1 {
        /*		width: 33.333% !important;*/
    }

    .listagem-container {
        padding: 0px 30px;
    }
}

@media (max-width : 479px) {
    .moving-page-scroll {
        margin: 0px auto;
        float: none;
        display: table;
    }

    .listagem-container {
        height: 100%;
        top: 0;
        padding: 0;
    }

    .listagem {
        overflow-x: scroll;
        height: 100%;
        clear: both;
    }

    #filter-modal {
        left: 0px;
        top: 52px;
        width: 100%;
        height: 100%;
        z-index: 20;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        pointer-events: all;
        position: fixed;
        transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -webkit-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        -moz-transition: all cubic-bezier(0.1, 0.5, 0.1, 1) 400ms;
        overflow: scroll;
        height: calc(100% - 52px);
        min-height: calc(100% - 52px);
        align-content: flex-start;
        background-color: #FFF;
    }

    .filter-container {
        background-color: #FFF;
        padding: 0px;
    }

    #filter-modal.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #filter-modal .modal-closeButton {
        display: block;
    }

    .filtro-cell {
        border-top: 1px solid #f2f2f2;
        margin-bottom: 15px !important;
    }

        .filtro-cell div {
            margin-top: 15px;
        }

    #filter-modal, #ficha-modal {
        padding: 0px 14px;
    }

    .mdl-layout__content h3 i {
        display: none;
    }
    /*LISTAGEM*/
    .lista-info .infos {
        display: flex;
        flex-wrap: nowrap;
    }

    .lista-info .lista-logo {
        display: none;
    }

    .lista-info .infos span {
        display: inline-block;
        flex-grow: 1;
        flex-shrink: 1;
        width: 0px;
        white-space: normal;
        max-height: 30px;
        text-align: center;
        line-height: 14px;
    }

        .lista-info .infos span.info4 {
            display: none;
        }

    .lista-info span.suites {
        font-size: 11px;
        display: block;
        height: 12px;
        color: #999;
        line-height: 11px;
        width: auto;
    }

    .listagem ul li, .floater-imovel {
        height: 130px;
    }

    .lista-info .infos span.descricao {
        display: none;
    }

    .lista-info .infos p.descricao {
        display: none;
    }

    /*FICHA*/
    div.ficha-price {
        width: 57%;
        padding: 2px 5px;
        bottom: 12px;
    }

        div.ficha-price span.price-entity {
            font-size: 12px;
            display: inline-block;
        }

        div.ficha-price span.price-detail {
            display: none;
        }

        div.ficha-price span.price-value {
            font-size: 19px;
            line-height: 23px;
        }

    /*Quadro*/
    .quadro {
        flex-direction: column;
    }

        .quadro div.area {
            margin-right: 0;
            padding-bottom: 0;
        }

        .quadro i {
            display: inline-block;
        }

        .quadro > div {
            align-items: stretch;
        }

        .quadro div.details {
            flex-direction: column;
        }

            .quadro div.details > div {
                flex-direction: row;
            }

        .quadro div.area i {
            display: inline-block;
            margin-right: 6px;
        }

    ul.ficha-dados {
        margin: 10px 0px;
        padding: 0px;
    }

        ul.ficha-dados li div.ficha-label {
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        ul.ficha-dados li div.ficha-info {
            font-size: 14px !important;
        }

    .ficha-info .valor {
        font-size: 25px;
    }

        .ficha-info .valor:nth-child(n+2) {
            font-size: 13px;
        }

    .ficha-section {
        padding: 10px;
        margin: 10px 0px;
    }

    div.ficha-header h1 {
        font-size: 22px;
        line-height: 26px;
        padding-right: 25px;
        width: 94%;
    }

    div.ficha-header address {
        color: #999;
        font-weight: 300;
        font-size: 12px;
    }

    div.ficha-header span.ficha-referencia {
        font-size: 12px;
    }

    div.ficha-fotos {
        height: 180px;
        padding: 0px;
        background-color: #FFF;
    }

    div.ficha-header {
        padding: 15px 0px;
    }

    .ficha-fotos .more:before {
        font-size: 20px;
        line-height: 50px;
    }

    .buttonBar button {
        font-size: 10px;
    }

    #btn-video span {
        display: inline-flex;
        text-align: center;
        height: 100%;
        padding: 7px;
        font-size: 13px;
    }

    .moving-page-scroll a:nth-child(n+7) {
        display: none;
    }

    .moving-page-scroll a:last-child {
        display: inline-block;
    }

    .filtro-cell-btns {
        text-align: center;
    }

        .filtro-cell-btns button {
            margin: 10px;
            width: 120px;
        }

    .ficha-section.contato {
        border: 1px solid #f2f2f2;
        margin: 10px 0px !important;
    }

    /*CONTATO*/
    .contato-buttonBar {
        flex-direction: column;
    }

        .contato-buttonBar div + div {
            margin-left: 0px;
        }

    /**Location*/
    .location-container {
        flex-direction: column;
    }

    div.location-select {
        margin: 15px 0px 0px 0px;
    }

    /*Estatisticas*/
    div.comparsion-container {
        flex-direction: column;
    }

        div.comparsion-container .comparsion-radius {
            margin-left: 0px;
            width: 100%;
            font-size: 13px;
            order: 1;
        }

    .chart {
        order: 2;
    }

    .ficha-section.descricao {
        margin: 10px 0px !important;
    }

    .ficha-section.estatisticas {
        margin: 10px 0px !important;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .order1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .order2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .order3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .order4 {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .ficha-fotos a:first-child {
        width: 60%;
        height: 100%;
        margin: 0 12px 12px 0;
    }

    .ficha-fotos a:nth-child(n+2) {
        display: block;
    }

    .ficha-fotos a:nth-child(n+5) {
        display: none;
    }

    #moving-list-header h1 {
        white-space: normal;
        font-size: 23px;
    }

    #newStamp {
        bottom: 70px;
    }

    #stamp {
        width: calc(100% - 55px);
        left: 40px;
    }

        #stamp .stamp-left {
            width: calc(100% - 120px);
        }

        #stamp .stamp-right {
            width: 120px;
        }

    .stamp-logo img {
        max-width: calc(100% - 20px) !important;
        max-height: 25px;
    }

    #filter-stamp {
        bottom: 75px;
        right: 10px;
    }

        #filter-stamp img {
            max-width: 80px;
        }

        #filter-stamp a {
            width: 80px;
        }

    .ficha-header {
        padding: 15px 0px !important;
    }

    .bottomInfo {
        padding: 15px 0px;
    }
}


/** Magnific Popup */
.mfp-close {
    right: 16px !important;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.white-popup {
    height: 100%;
    margin: 0 auto;
    max-width: 420px;
    position: relative;
    width: 100%;
}

.popup-section {
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 15px;
    padding: 20px;
    position: relative;
    text-align: left;
}


.mfp-close-btn-in .mfp-close {
    color: #333;
}


.popup-section .popup-section-header {
    display: block;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}


.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

Inherited from div.mfp-container.mfp-ajax-holder moving-libs-1.1.css:8 .mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

Inherited from body moving-comum-8.3.css?v=1.2:58 button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close {
    right: 16px !important;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close, .mfp-preloader a:hover {
    color: #FFF;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popup-section button[type="submit"] {
    margin-top: 15px;
    width: 100%;
}

.mdl-button--raised.mdl-button--colored {
    background: #9e9e9e;
    color: #fff;
}

.mdl-button.mdl-button--colored {
    color: #9e9e9e;
}

.mdl-button--moving {
    background-color: #326bc0 !important;
    color: #FFF !important;
}

.mdl-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 8px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow,transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}



