img {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    padding-bottom: 10px;
    color: #ab9e2c;
    border-bottom: #ab9e2c solid thin;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #201e1e;
    border-bottom: #acacac solid thin;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
    color: #201e1e;
    border-bottom: #acacac solid thin;
    margin-bottom: 20px;
    margin-top: 0;
}

/* PRINCIPAL */
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #201e1e;
    font-size: 15px;
    padding-bottom: 50px;
    margin: 0 0 189px;
}

.container {
    max-width: 970px;
}

/* TOPO */
.gilvan_imoveis_2015_header {
    min-height: 185px;
    background: url('layout/topo_branco.jpg') repeat-x;
}

.gilvan_imoveis_2015_header_right {
    background: url('layout/topo_verde.jpg');
    width: 50%;
    position: absolute;
    right: 0;
    height: 184px;
}

.gilvan_imoveis_2015_header_inside {
    background: url('layout/topo.jpg') no-repeat;
    min-height: 185px;
    max-height: 185px;
    z-index: 100;
    position: relative;
}

.gilvan_imoveis_2015_header_logo {
    margin-top: 6%;
}

.gilvan_imoveis_2015_header_inside_top {
    height: 133px;
}

.gilvan_imoveis_2015_header_inside_top > ul {
    float: right;
    margin-top: 15px;
}

.gilvan_imoveis_2015_header_inside_top > ul > li {
    display: inline-block;
    margin-left: 15px;
}

.gilvan_imoveis_2015_header_inside_top > ul > li:hover {
    opacity: 0.8;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_header_inside_bottom {
    height: 52px;
}

/* MENU */
.gilvan_imoveis_2015_menu ul {
    list-style: none;
}

.gilvan_imoveis_2015_menu li {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    height: 52px;
    display: inline-block;
    border-right: #ab9e2c solid thin;
}

.gilvan_imoveis_2015_menu li:first-child {
    padding-left: 0;
}

.gilvan_imoveis_2015_menu li:last-child {
    border: none;
    padding-right: 0;
}

.gilvan_imoveis_2015_menu li a {
    color: #201e1e;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_menu li a:hover {
    color: black;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

/* BANNER */
.gilvan_imoveis_2015_banner {
    margin-top: 15px;
}

.carousel-indicators {
    left: 65%;
    text-align: right;
    bottom: 5px !important;
}

/* SUBMENU */
.gilvan_imoveis_2015_submenu > ul {
    list-style: none;
    padding: 0;
}

.gilvan_imoveis_2015_submenu > ul > li, .gilvan_imoveis_2015_submenu > div {
    height: 85px;
    margin-bottom: 17px;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_submenu > ul > li:hover, .gilvan_imoveis_2015_submenu > div:hover {
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_submenu > ul > li:last-child, .gilvan_imoveis_2015_submenu > div:last-child {
    margin-bottom: 0;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(1), .gilvan_imoveis_2015_submenu > div:nth-child(1) {
    background-color: #7c8c12;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(2), .gilvan_imoveis_2015_submenu > div:nth-child(2) {
    background-color: #8c7612;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(3), .gilvan_imoveis_2015_submenu > div:nth-child(3) {
    background-color: #8c7f12;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(4), .gilvan_imoveis_2015_submenu > div:nth-child(4) {
    background-color: #6a6008;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(1):hover, .gilvan_imoveis_2015_submenu > div:nth-child(1):hover {
    background-color: #6f7e10;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(2):hover, .gilvan_imoveis_2015_submenu > div:nth-child(2):hover {
    background-color: #7e6a10;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(3):hover, .gilvan_imoveis_2015_submenu > div:nth-child(3):hover {
    background-color: #7e7210;
}

.gilvan_imoveis_2015_submenu > ul > li:nth-child(4):hover, .gilvan_imoveis_2015_submenu > div:nth-child(4):hover {
    background-color: #5f5607;
}

.gilvan_imoveis_2015_submenu > ul > li > a, .gilvan_imoveis_2015_submenu > div > a {
    color: white;
}

.gilvan_imoveis_2015_submenu_icons {
    margin-top: 15px;
    padding-left: 8px;
}

.gilvan_imoveis_2015_submenu_text {
    margin-top: 20px;
}

.text-three {
    margin-top: 10px;
}

.text-four {
    margin-top: 22px;
}

.img-four {
    margin-top: 22px;
}

/* RODAPE */
.gilvan_imoveis_2015_footer {
    background: url('layout/rodape.jpg') repeat-x;
    min-height: 189px;
    left: 0 !important;
    bottom: 0 !important;
    position: absolute;
    overflow: hidden;
    width: 100%;
    color: white;
}

.gilvan_imoveis_2015_footer_inside {
    background: url('layout/rodape_interno.jpg') no-repeat;
    min-height: 189px;
    max-height: 189px;
}

.gilvan_imoveis_2015_footer_inside_top {
    height: 151px;
}

.gilvan_imoveis_2015_footer_inside_bottom {
    height: auto;    
    color:#040303;
}

.gilvan_imoveis_2015_footer_logo {
    margin-top: 10%;
}

.gilvan_imoveis_2015_footer_address {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12%;
}

.gilvan_imoveis_2015_footer_logo_masterix {
    float: right;
    height: 26px;
    margin-top: 6px;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_footer_logo_masterix:hover {
    opacity: 0.8;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

/* DESTAQUES */
.gilvan_imoveis_2015_highlights {
    min-height: 300px;
    color: #201e1e;
    font-size: 15px;
    margin-bottom: 10px;
    border: #ccc solid 3px;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_highlights:hover {
    opacity: 0.8;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_highlights_details {
    padding: 0 15px 5px 15px;
}

.gilvan_imoveis_2015_highlights_title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    border-bottom: #e5e5e5 solid 2px;
}

.gilvan_imoveis_2015_highlights_price {
    background: url('layout/cifrao.png') no-repeat;
    min-height: 25px;
    padding-left: 30px;
    margin-top: 15px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 700;
}

/* PESQUISA */
.gilvan_imoveis_2015_search {
    margin-bottom: 20px;
    padding: 0;
}

.gilvan_imoveis_2015_search span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #ab9e2c;
}

.gilvan_imoveis_2015_search select {
    width: 99%;
    margin-left: 5px;
    border: #e5e5e5 solid 1px;
}

.gilvan_imoveis_2015_search_button {
    background-color: #201e1e;
    min-height: 22px;
    padding: 2px 15px 2px 15px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border: none;
    margin-top: 16px;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.gilvan_imoveis_2015_search_button:hover {
    opacity: 0.9;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

/* LISTAR ITENS */
.gilvan_imoveis_2015_content {
    margin-bottom: 40px;
}

/* EXIBIR ITEM */
.gilvan_imoveis_2015_description {
    font-size: 14px;
    border-bottom: #acacac solid thin;
    margin-bottom: 20px;
}

.gilvan_imoveis_2015_table {
    margin-bottom: 36px;
    text-align: center;
    border: #bababa solid 2px;
}

.gilvan_imoveis_2015_table_title {
    font-weight: 700;
}

.gilvan_imoveis_2015_table_title > div {
    height: 50px;
    border-bottom: #bababa solid 1px;
    padding-top: 15px;
}

.gilvan_imoveis_2015_table_informations > div {
    height: 50px;
    padding-top: 15px;
}

.gilvan_imoveis_2015_table_even {
    background-color: #ebebeb;
}

.gilvan_imoveis_2015_select {
    margin-bottom: 15px;
}

/* OUTROS */
.padding-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 17px;
}

.btn-primary {
    background-color: #ab9e2c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #97891f;
}

.error_list {
    color: #e50000;
    font-size: 14px;
    font-weight: 700;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

/* MENU MOBILE */
.navbar-header {
    background: white repeat;
}

.navbar-default .navbar-brand {
    color: #ab9e2c;
    font-weight: 400;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.navbar-default .navbar-brand:hover {
    color: #ab9e2c;
    font-weight: 700;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(171, 158, 44, 0.2);
}

.navbar-default .navbar-nav > li > a {
    color: #373435;
}

.navbar-default .navbar-nav > li > a:hover {
    color: black;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: white;
}

@media screen  and (max-width:980px) {
    .gilvan_imoveis_2015_footer_address {
        font-size: 14px;
        text-align: center;
    }

    .gilvan_imoveis_2015_search {
        margin-bottom: 0;
        padding: 0;
    }

    .text-four {
        margin-top: 33px;
    }

    .text-three {
        margin-top: 21px;
    }

    .img-three {
        margin-top: 21px;
    }
}
