/* here you can put your own css to customize and override the theme */

.slider_marcas {
    position: relative;
    background-color: #fff;
    margin-bottom: 100px;
	padding: 30px 0;
}

.slider_marcas .bx-wrapper {
	max-width: 90% !important;
}

.slider_marcas .bx-wrapper img {
	max-width: 80%;
    display: inline-block;
    width: 100%;
}

#slider_marcas {
	margin: 0;
	padding: 0;
}

#slider_marcas li {
	text-align: center;
}

#prev_marca,
#next_marca {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

#prev_marca {
	left: 14px;
}

#next_marca {
	right: 14px;
}

#slider_marcas table {
	width: 100%;
	height: 216px;
}

#slider_marcas table td {
	vertical-align: middle;
	text-align: center;
}

.galery_mystyle:focus .gallery_item_overlay,
.galery_mystyle:hover .gallery_item_overlay {
	background-color: rgba(229, 50, 57, 0.6);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.galery_mystyle .gallery_item_text {
	z-index: 2;
    background: transparent;
}

.galery_mystyle .nome_loja {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-family: 'apex_newheavy', sans-serif;
    letter-spacing: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
}

.galery_mystyle .texto_centro {
    display: block;
    text-align: center;
    width: 100%;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.galery_mystyle .texto_centro strong {
	font-size: 12px;
}

.galery_mystyle .texto_centro b {
	font-size: 15px;
    font-family: 'apex_newheavy', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 10px;
    display: block;
}

.galery_mystyle .texto_centro.txt_big,
.galery_mystyle .texto_centro.txt_big strong {
	font-size: 15px;
}

.galery_mystyle:focus .nome_loja,
.galery_mystyle:hover .nome_loja {
	opacity: 0;
}

.info_panel h4 {
	width: 50%;
}

.info_panel table strong {
	color: #e53239;
}

#alertas {
    margin-bottom: 10px;
    display: block;
}

#alertas .alert-warning {
	color: #E53239;
}

#alertas .alert-success {
	color: #05428B;
}

.subtitulo {
	font-size: 17px;
}

.social_icons {
    display: block;
    position: relative;
}

.icon_social {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 23px;
}

.icon_social.icon_face {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: 0 0;
}

.icon_social.icon_instagram {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -27px 0;
}

.icon_social.icon_linkedin {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -55px 0;
}

@media only screen and (max-width: 768px) {
	.slider_marcas {
		min-height: 300px;
	}
	
	#slider_marcas table {
		height: 500px;
	}
	
	#slider_marcas table td {
		vertical-align: middle;
		align: center;
	}
	
	.bx-wrapper .bx-viewport {
		height: 500px !important;
	}
}