/*
	31-12-2015
	
	Samsung Galaxy Core2, SM-G355H (Android 4.4.2)
	Problemas:
		1- Sombra do men� fica em cima do conte�do
*/

.android.device_sm_g355h .navbar-default {
	/*1*/
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/*
	11-01-2016
	
	Google Chrome vers�o 47.0.2526.106 m
	Google Chrome Vers�o 48.0.2564.109 m
	Problemas:
		1- Windows: O conte�do da lightbox fica branco algumas vezes.
*/

.win.chrome #lightbox_slider + section {
	/*1*/
    transform: translateZ(0px);
}

/*
	04-04-2016
	
	Problemas:
		1- Android: for�a a buscar os estilos correctos
*/
.android .jquery-lightbox.jquery-lightbox-mode-html .jquery-lightbox-button-close {
	background-position: -161px 8px !important;
	position: absolute;
	top: 100% !important;
	right: 15px !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: -42px !important;
	z-index: 99999 !important;
}

/*
	30-11-2016
	
	Problemas:
		1- As setas est�o a esconder no slideshow da lightbox
		2- As setas est�o desformatadas para telem�veis
*/

@media screen and (max-width: 520px) {
	#lightbox_slider .carousel-control {
		display: block !important;
	}
	#lightbox_slider .carousel-control span {
		    font-size: 17px !important;
	}
}

/*
	22-05-2017
	
	Huawei Y625
	Problemas:
		1- conte�do desaparece quando se faz scroll, no google chrome, na horizontal
*/
.android.orientation_landscape.device_huawei_y625_u51 #page > section {
    transform: translateZ(0px);
}

/*
	18-08-2017
	
	iPad e iPhone
	Problemas:
		1- o conte�do desaparecia para uma p�gina preta quando redimencionava
			sem este "hack", a p�gina fica menos responsiva com barras pretas
*/
.ios #page > section {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
}
.section {
	padding-top: 60px!important;
    padding-bottom: 60px!important;
}

#team article,
#portfolio article,
#news article,
.review-card,
.c1s-form-card,
.c1s-subscribe-box {
	background: rgb(255 255 255 / 65%) !important;
}