

/* ======== INDEX ======== */

img{
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.topbar {
    background: url(../images/line.jpg) center no-repeat;
    height: 10px;
    width: 100%;
    
    top: 0;
    z-index: 1000;
}

.navbar{
	background-image: url('../images/bk-topo.jpg') !important ;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 25px;        
}
.navbar{
	background-color: #f0f0f0;
	min-height: 114px;
}
.nav li a {
	color: #000!important;
}
.nav li.active a {
	color: #fe5e01!important;
	background-color: transparent!important;
}

.breadcrumb{
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
}
.navbar-inverse {
    border: 0;
    box-shadow: none!important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color:transparent!important;
    color:  #878d8f!important;
}

.nav li a:hover {
	color: red!important;
}
#footer{
	padding: 30px;
}

@media screen and (max-width: 400px) {
	.navbar-brand img{
		max-width: 280px!important;
	}
}
.navbar-toggle .icon-bar{
	background-color: #1c1c1c!important;
}
.navbar-toggle:hover .icon-bar{
	background-color: #fff!important;
}

/* ======== HOME ======== */

#testimonials {
    background: url("../images/fundo-paralax-new.jpg");
    background-size: cover;
    background-attachment: fixed;
    color: #ddd;
    padding: 80px 0;
    min-height: 400px;
}

/* ======== FALE CONOSCO ======== */


.col-md-6.a{
	padding-left: 0px;
}
.col-md-6.b{
	padding-right: 0px;
}
textarea{
	min-height: 110px; 
}
#inner-page{
	background-color: white;
}


/* ======== EMPRESA ======== */


.valores > li{
  	padding-left: 1.3em;
}
.valores > li:before {
  	content: "\f00c"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
  	color: #FE5E01;
}


/* ======== VIAGEM ======== */


.portfolio-item .overlay i{
	margin-top: 30%;
}
.comment{
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 20px;
}
#inputMensagem{
    min-height: 183px;
}
.admin{
    background: #222356;
}
.admin *{
    color: white;
}
.admin hr.diferente{
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 3px!important;
    margin-bottom: 10px!important;
}
hr.diferente{
    border-top: 1px solid #222356;
    width: 100%;
    margin-top: 3px!important;
    margin-bottom: 10px!important;
}


/* ======== FROTA-SINGLE ======== */


.frota li{
    padding-left: 1.3em;
    line-height: 3em;
}
.frota li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #FE5E01;
}



/* ======== ERRO ======== */


.error-code h2{
  font-size: 140px;
  color: #fff;
}
.error-message h3{
  font-size: 39px;
  color: #fff;
}
.resize{
  background-image: url(../images/frota.jpg);
  background-size: cover;
}
.resize * {
  color: #fff;
}
.resize .error-page{
  background-color: rgba(0,0,0, 0.4);
  padding: 40px;
  border-radius: 10px;
  padding-bottom: 70px;
}

.h1-produto{
    text-align: center;
    color: #222356;
}

.h2-produto{
    text-align: center !important;
    color: #222356;
    margin-bottom: 40px !important;
}

.footerbar {
    background: url(../images/line.jpg) center no-repeat;
    height: 10px;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.carousel-control.right{
    background-image: none;
}

.carousel-control.left{
    background-image: none;
}

.caption h2{
    font-size: 18px !important;
    text-align: center !important;
    height: 30px !important;
}