@media (max-width: 767px){
  .navbar__wrap--init
   {
      background: #22306E;
  }
  .active .navbar__link {
      background: #DD9E56;
  }
  .header__navbar-toggle.collapsed .header__navbar-hide,
  .header__navbar-toggle.collapsed svg,
  .header__navbar-hide{
    fill:  #22306E!important;
  }
}
@media (min-width: 768px){
  .footer__col {
      width: 100%;
  }
}

@media (min-width: 1200px){
  .footer__col--first {
      float: left;
      width: 60%;
  }
  .footer__col--second {
      float: left;
      width: 30%;
  }
  .footer__copyright {
    margin-top: -45px;
    float: left;
}
.gosubmit__title {
  width: 380px;
  margin: 42px 0 0 315px;
}
}

.search--banner-sidebar .irs-line ,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: #DD9E56;
}

.search__form-control--textarea{
  resize:vertical;
}

.worker--index .worker__tel,
.worker__tel,
.footer .widget-title,
.address__title,
.properties__price,
.feature__item-title
{
  color: #DD9E56;
}

.worker--index .worker__tel:hover,
.worker__tel:hover,
.partners__arrow{
  color: #22306E;
}

.worker--index .worker__photo{
  background: #fff;
}

.feature__picture {
    background-image: url(../img/quem-somos.jpg);
}


.gosubmit__title{
  color: #fff;
}


.address__main {
     -webkit-column-count: auto;
    -moz-column-count: auto;
     column-count: auto; 
}



.properties__ribon {
    background: #22306E;
  }

  .feature__title {
    color: #2c3e50;
  }

#bubble {
    bottom: 15px;
    position: fixed;
    z-index: 99999;
    animation: MoveUpDown 3s linear infinite;
}
#bubble .fa-times {
    font-size: 140%;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #00ae00;
    cursor: pointer;
}
@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}
.whatslink {
    color: #fff;
    text-decoration: none;
}
.whatslink:hover {
    color: #fff;
    text-decoration: none;
}