header .top-bar {
    background-color: #0488cd;
}

#header .main-header {
    background-color: #fafafa;
}

.menu ul > li > a {
    color: #0488cd;
}

#current,
.menu ul li a:hover,
.menu ul > li:hover > a {
    color: #fff;
    background-color: #252C34;
}

.tp-caption h5 {
    color: initial;
}

.breadcrumb-wrapper,
.login-page,
.register-page {
    background: none;
    border: none;
    background-color: #252c34 !important;
}
h2.title {
    color: #fff !important;
}

h3.title {
    color: #0488CD;
}

.portfolio-item-title {
    text-transform: uppercase;
    height: 68px;
    overflow: hidden;
}
.portfolio-item-title > a {
    /*font-size: 1.5em;*/
}
grid *{
    cursor: default !important;
}
.cliente-item{
    height: 150px;
    overflow: hidden;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: central;    
}
.cliente-item img{
    height: 100%;
}

/**/
.toast {
    display: none;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    top: .8em;
}
.toast .message {
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    background: #282324;
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #554434), color-stop(1, #282324));
}

/*Rodape*/
#footer {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
    /*background-color: rgb(200, 250, 250);*/
    /*background-color: #CFE0EF;*/
    background: url(../img/layout/footer-bg.jpg);
    background-size: 100% 100%;
    color: #BFDBEC;
}
#footer a{
    color: #0372EF;
}

#footer a:hover{
    color: #48A3F5;
}
#footer hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
#footer {
    margin: 0px;
}

.bamboo-intro-section {
    height: 0%;
    /*background: url(../img/theme-bg-1.jpg) no-repeat bottom center scroll;*/
    /*background: url(../img/theme-bg-1.jpg) no-repeat;*/
    background: url(../img/layout/nav-bg.jpg) no-repeat;
}

/*Logo Nav*/
#navigation>div>div>a:before{
    content: "";
}
#navigation>div>div>a img{
    width: 1em;
    height: 1em;
}

/*Portfolio barra*/
.bamboo-portfolio-section .centered-pills {
    border-bottom: 1px solid rgb(0, 89, 189);
    border-top: 1px solid rgb(0, 89, 189);
}
#empresa{
    font-size: 18px;
}

/*Banner*/
.carousel-indicators .active {
    /*background-color: #48A3F5;*/
    background-color: #65F768;
}
.carousel-control {
    color: #3B67B9;
}
.carousel-indicators li {
    /*border: 1px solid blue;*/
    border: 1px solid green;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    color: green;
}

/*Página home*/
#home{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}
#home h2{
    padding-top: 30px;
}
#home p{
    font-size: 20px;
}
@font-face {
  font-family: 'Arial';
  src: url('fonts/Arial.ttf') format('truetype');
}
/*Fonte links nav*/
#navigation div div ul{
    font-family: Arial;
}

.sub_titulo{
    background-color: transparent !important;
    color: #49C1F3 !important;
}

.logo{
    height: 200px;
    overflow: hidden;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}