/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/04/2017, 08:16:26
    Author     : Agência R8 - DEV 1
*/

.b-footer-content{
    background: #2283c9;
    color:#fff;
    font-weight: 100;
}


.b-footer-box .footer-box-title {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.b-footer-box {
    color:#fff;
    
}

footer {
    background: #ffffff;
}

#contact-form .form-control {
    border-radius: 22px;
    border: 1px solid #80c2d7;
    background: transparent;
    font-size: 14px;
    color: #adadad;
    margin-bottom: 20px;
    padding: 14px 30px 14px;
    height: auto;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.b-footer-content {
    padding: 60px 0 45px;
}

.contact-form .form-control {
    border-radius: 22px;
    border: 1px solid #80c2d7;
    background: transparent;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 20px;
    padding: 14px 30px 14px;
    height: auto;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

 
 

::-webkit-input-placeholder { /* WebKit browsers */
  color: red;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: red;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: red;
}

.b-layer {
    position: relative;
    height: 550px;
}

.b-features-columns-holder {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.b-home-features .b-features-columns-holder {
    margin-top: -140px;
    padding-bottom: 90px;
}

header.header-transparent .navbar .navbar-nav > li > a:hover {
    color: #8ac3ec;
}

.page-layer-bg5 {
    background-image: url(../../imagens/breadcrumbs/clientes.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.b-items-sort li {
    padding: 0;
    margin: 0 15px;
}

.b-footer-content {
    margin-top: 90px;
}


header.header-transparent {
    border-bottom: none;
    background: transparent;
    position: relative;
    z-index: 999;
}