/* ---Estilos gerais---*/
#go-up{
    display: none;
}


/* ---Nav---*/
.nav li:not(:first-child):before{
	display: none;
}

.nav li a {
	padding: 5px 15px;
	line-height: 40px;
} 

.nav li:first-child a {
	padding: 5px 15px 5px 5px;
} 

.navbar-toggle{
	margin-top: 19px;
    border-color: #222!important;
    background-color: #222
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #222;
}

/*---Home--*/
#slide-slideshow div p{
	padding:0px 15px;
	font-size: 38px;
	line-height: 58px;
}

#slide-arrow{
    height: 280px;
	width: 280px;
}

#slide i{
	position: absolute;
	display: inline-block;
	bottom: 0;
	color: #d02421;
	font-size: 36px;
	z-index: 6;
	transform: translate(-50%, 0%);
	animation: bounce_arrow_home 2s infinite;
    -webkit-animation: bounce_arrow_home 2s infinite;
}


/*---Sobre---*/
#about{
	padding: 60px 0px;
}

.supplier img{
	max-width: 200px;
	margin: 0px auto;
}


/*---Produtos---*/
#products{
    padding:60px 0px 0px;
    background-color: #f5f5f5;
    background-image: none;
}

#products:before{
	display: none;
}

#products .title-white{
	color: #111;
}

.product-box{
	height: 250px;
	padding: 0;
	margin-bottom: 0;
}

.product{
	height: 250px;
}

/*---Testemunhos---*/
#testimonials{
    padding: 60px 0px;
    background-color: #F5F5F5;
}


/*---Contactos---*/
#contacts{
	position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    text-align: center;
}

#contacts .container{
	padding: 0px 15px 0px 15px;
	position: relative;
	z-index: 11;
}

#contacts .container > .row{
	padding: 60px 0px;
	display: block;
}

#contacts-titulo{
	display: block;
}

#contacts-map{
	display: none;
}

#contacts-info i{
	display: block;
	float: none;
	margin-right: 0px;
}

#contacts-form{
	margin-top: 20px;
}

#map{
	height: 300px;
}



/*---Footer---*/
#footer {
    padding: 30px 0px;
}

#footer, #credits{
    text-align: center;
    margin-top: 10px;
}