﻿/* Set padding to keep content from hitting the edges */

/*ICONE*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-categoria::before{
    content: "\e91f";
}
.icon-localizacao::before{
    content: "\e930";
}

.icon-user::before {
    content: "\e94f"
}

.icon-scrolltop::before{
    content: "\e913";
}

.container {
  width: 1200px;
  max-width: none !important;
}

.body-content {
    padding: 0;
}

.body-content > h1:first-child {
    margin-top: 50px;
    padding-left: 30px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 380px;
}

h1{
    color: rgb(0,50,100);
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: Futura,Arial,sans serif;
}
body {
    font-family: Futura,Arial,sans serif;
}

body > header > div.container:first-child{
    height: 20px;
    font-family: Futura,Arial,sans serif;
    font-size: 12px;
}
body > header > div.container:first-child a {
    color: rgb(151, 161, 173);
    text-decoration: none;
}

.btn-primary {
    border-radius: 0;
    border:0;
    box-shadow: 0;
    background-image:none;
    background-color: rgb(130, 175, 35);
}

.btn-primary:hover{
    border-radius: 0;
    border:0;
    box-shadow: 0;
    background-image:none;
    background-color: rgb(130, 175, 35);
}

.navbar {
    margin: 0;
    border: 0;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:visited {
    background:none;
}

.navbar > .container{
    position: relative;
}

.navbar-brand{
    height:110px;
    padding:0;
}
.navbar-brand img{
    height:110px;
}

.navbar-options {
    position: absolute;
    bottom: 20px;
    left: 400px;
}
.navbar-options ul {
    position: relative;
}

.navbar-options ul li {
    position: relative;
    width: 190px;
    margin-right: 5px;
    color: rgb(0, 50, 100);
    font-family: Futura,Arial,sans serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.navbar-options ul li a {
    color: rgb(0, 50, 100);
}

.navbar-options ul li div{
    display: none;
    position:absolute;
    top:65px;
    height: 5px;
    width: 100%;
    background-color: rgb(130, 175, 35)
}

section#home{
    min-height: 70vh;
}

#filter-menu {
    position: relative;
    width: 320px;
}

#filter-menu > ul {
    position: absolute;
    width: 100%;
    top: -90px;
    padding-left: 15px;
}

#filter-menu > ul > li:first-child{
    background-color: #82af23;
    height: 90px;
    padding: 0 15px;
}


#filter-menu > ul > li:first-child > form{
    padding-top: 20px;
}

#filter-menu > ul > li:first-child > form > .input-group {
    margin-bottom: 6px;
}

#filter-menu > ul > li:first-child > form > .input-group > .input-group-btn > button {
    background-color: white;
    background-position: -10px -40px;
    border-left: 0;
}
#filter-menu > ul > li:first-child > form > .input-group > .input-group-btn > .btn-default:hover {
    background-color: white;
    background-position: 0 -40px;
    border-left: 0;
    border-color: rgb(204,204,204);
}

#filter-menu > ul > li:first-child > form > span:last-of-type{
    font-size:12px;
    font-family: Futura,Arial,sans serif;
    color: rgb(255,255,255);
}

#filter-menu > ul > li:not(:first-child){
   border: 1px solid #82af23;
   border-top:0;
   margin: 0;
   min-height: 50px;
}
#filter-menu > ul > li:last-child{
   border:0;
   margin: 0;
   min-height: 50px;
}
#filter-menu > ul > li:last-child > div {
   margin: 20px;
}
#filter-menu > ul > li:last-child > div > a{
   color: #97a1ad;
}

#filter-menu > ul > li > a {
    position: relative;
    padding: 6px 0 0 55px;
    color: rgb(0,0,0);
    font-size: 16px;
    font-family: Futura,Arial,sans serif;
    font-weight: 400;
    line-height: 48px;
    vertical-align:middle;
}

#filter-menu > ul > li > a > span{
    position:absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
}
#filter-menu > ul > li > a:hover,#filter-menu > ul > li > a:active, #filter-menu > ul > li > a:focus {
    background: none;
}

.filter-selected {
    border-color: white !important;
}

#login-wrapper {
    position: absolute;
    top: 130px;
    z-index:12;
    width:100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.6);
}

#login-panel{
    width: 250px;
    background-color: white;
    margin-left: calc((100vw - 970px) / 2 + 595px);
}
#login-panel > form {
    padding: 5px 15px;
}

#login-panel span{
    color: rgb(0,0,0);
    font-family: Futura,Arial,sans serif;
    font-size: 14px;
}

#login-panel input:not([type=submit]){
    border:0;
    border-bottom: 1px dotted rgb(213, 217, 216);
    width: 100%;
    margin: 5px 0 10px 0;
    font-family: Futura,Arial,sans serif;
    font-size: 13px;
}
#login-panel input[type=submit]{
    padding: 0 10px;
    margin-top: 10px;
    height:34px;
    font-family: Futura,Arial,sans serif;
    font-size: 14px;
    font-weight: 700;
}

#login-panel > .clearfix + div {
    background-color: rgb(213, 217, 216);
    margin-top: 26px;
}

#login-panel > div:not(.clearfix) {
    padding: 5px 15px;
}

#login-panel > .clearfix + div a{
    display:block;
    border-left: 3px solid rgb(130, 175, 35);
    padding-left: 14px;
    margin-bottom: 9px;
    color: rgb(0,0,0);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#login-panel hr {
    margin: 10px 0;
}

#login-panel > .clearfix + div a:hover, #login-panel > .clearfix + div a:active {
    text-decoration:none;
    color: rgb(130, 175, 35);
}

.filter-options {
    position: absolute;
    top:130px;
    left:0;
    z-index:10;
    width:100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.filter-options > div{
    background-color: white;
    width:300px;
    padding: 15px;
}

.filter-header-highlight {
    z-index: 11;
    background: white;
    border-right: 5px solid rgb(130, 175, 35) !important;
}

.filter-active {
    margin: 5px;
}

.filter-active span {
    display:inline-block;
}

#lista-anuncios {
    float: right;
    width: 875px;
    padding-left: 15px;
    min-height: 300px;
} 

#lista-anuncios h3 {
    color: rgb(151, 161, 173);
    font-size: 22px;
    font-weight: 400;
}

#lista-anuncios .list-group-item{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #82af23;
}

#lista-anuncios .list-group-item .list-inline li{
    color: rgb(0,0,0);
}

#lista-anuncios .list-group-item:first-child, #detalhe > h2 {
    border-top:0;
}

#lista-anuncios .list-group-item.list-group-item-selected{
    z-index: 11;
    border-top: 5px solid rgb(151, 161, 173);
    border-bottom: 5px solid rgb(151, 161, 173);
    border-left: 0;
    border-right: 0;
}

#lista-anuncios .list-group-item > a:first-child:hover, #lista-anuncios .list-group-item > a:first-child:active {
    color: rgb(151, 161, 173);
}

#lista-anuncios .list-group-item > a:first-child, #detalhe > h2 {
    color: rgb(0, 50, 100);
    font-family: Futura,Arial,sans serif;
    font-size: 18px;
    font-weight: 700;
}

#lista-anuncios .list-group-item > a:first-child:hover, #lista-anuncios .list-group-item > a:first-child:active {
    text-decoration: none;
    color: rgb(130, 175, 35);
}

#lista-anuncios .list-group-item > a:nth-child(2){
    color: rgb(0,0,0);
}

#lista-anuncios .list-group-item > ul, #detalhe > ul{
    padding-top:10px;
    height: 34px;
}

#lista-anuncios .list-group-item .container, #detalhe .container {
    width: 100%;
    padding: 0;
}

#lista-anuncios .list-group-item .container h4, #detalhe h4{
    font-size: 16px;
    font-family: Futura,Arial,sans serif;
    font-weight: 700;
    color: rgb(0, 50, 100);
    margin-top: 27px;
    margin-bottom: 9px;
}
#lista-anuncios .list-group-item .container h4 + p, #detalhe .container h4 + p{
    margin-left: 6.5px;
    /*border-left: 3px solid rgb(130, 175, 35);*/
    padding-left: 6.5px;
}

#lista-anuncios .list-group-item .container button:first-child , #detalhe .container button:first-child{
    margin: 27px 0 12px 0;
    width: 100%;
    background-color: rgb(150, 20, 40);
    color: white;
 }

 #lista-anuncios .list-group-item .container li, #detalhe .container li{
     height: 36px;
     padding:0 5px;
 }

#lista-anuncios .list-group-item .container li a, #detalhe .container li a {
    font-size:14px;
    font-weight: 700;
    font-family: Futura,Arial,sans serif;
    line-height:36px;
    color: rgb(0, 50, 100);
}

#lista-anuncios .list-group-item .container li a:hover, #lista-anuncios .list-group-item .container li a:active,
#detalhe .container li a:hover, #detalhe .container li a:active
 {
    color: rgb(0, 50, 100);
    text-decoration: none;
}

 #lista-anuncios .list-group-item .container ul li a span, #detalhe .container ul li a span{
     margin-right: 10px;
 }

#responder-oferta .modal-content {
    min-width: 400px;
    border: 0;
    top: 150px; 
    padding: 30px;
    font-size: 12px;
    border-left: 5px solid rgb(130, 175, 35);
    border-radius: 0;
}

#responder-oferta .modal-content h3 {
    color: rgb(0, 50, 100);
    font-size: 20px;
    font-weight: 700;
    font-family: Futura,Arial,sans serif;
    margin:0;
}

#responder-oferta .modal-content p {
    margin: 20px 0;
} 

#responder-oferta .modal-content button {
    font-size: 14px;
    font-weight: 700;
    font-family: Futura,Arial,sans serif;
    border-radius: 0;
    margin-right: 5px;
}

#responder-oferta .modal-content button:first-of-type:not([type=submit]) {
    color: rgb(0, 50, 100);
    background-color: white;
    border-top: 1px solid rgb(130, 175, 35);
    border-bottom: 1px solid rgb(130, 175, 35);
}

#responder-oferta .modal-content button:last-of-type{
    color: white;
    background-color: rgb(130, 175, 35);
}

#info-bar {
    height: 200px;
    background-color: rgb(130, 175, 35);
    padding-top: 30px;
    width: 100%;
}


footer{
    clear:both;
}

#perfil, #form {
    margin-top: 20px;
}

#perfil .help-block{
    color: rgb(0,0,0);
    font-size: 12px;
}

#perfil .help-block a{
    color: rgb(0,0,0);
    font-weight:bold;
    text-decoration: none;
}
#perfil .help-block a:hover{
    color: rgb(130, 175, 35);
}

fieldset {
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(213, 217, 216);
}

legend{
    color: rgb(0,50,100);
    font-size: 22px;
    font-family: Futura,Arial,sans serif;
    font-weight: 400;
    line-height: 30px;
    border-color: rgb(213, 217, 216);
    padding-bottom: 15px;
}

fieldset > .form-group > label {
    color: rgb(176, 176, 176);
    font-size: 14px;
    font-weight: 400;
}

footer {
    margin-top: 15px;
    padding-bottom: 30px;
    font-size: 12px;
    font-family: Futura,Arial,sans serif;
    color: rgb(0,0,0);
}

.body-content + .container{
    padding-top: 30px;
}

.body-content + .container > hr {
    border:0 !important;
    border-top: 1px solid rgb(213, 217, 216) !important;
}

footer a{
    color: rgb(0,0,0);
}

footer a:hover,footer a:active{
    text-decoration: none;
    color: rgb(130, 175, 35);
}

#scroll-top-wrapper{
    margin-bottom: 10px;
    height: 32px;
}

#scroll-top-wrapper > span {
    font-size: 20px;
    font-family: Futura,Arial,sans serif;
    color:rgb(0,0,0);
    line-height: 32px;
}

#scroll-top-wrapper > span:hover{
    cursor:pointer;
}

/*--Carousel fade--*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #74C390;
}
.item:nth-child(2) {
  background: #51BCE8;
}
.item:nth-child(3) {
  background: #E46653;
}
