/* Enter Your Custom CSS Here */
/********************************************
PARA APAGAR O BOTÃO DE TRADUÇÃO INGLÊS
********************************************/
div#switcher > .inner > ul > li.language:nth-child(2) {
    display: none;
}
/********************************************
PARA CONSEGUIR VISUALIZAR TODAS OPÇÕES DE MENU
********************************************/
@media only screen and (min-width: 740px){
	#overlayHD .cell .inner {
			padding-top: 1em;
			padding-bottom: 7em;
	}
	#intro_section #intro_pre {
    height: 30%;
	}
}
/********************************************
PARA CONSEGUIR VISUALIZAR O SITE EM 13"
********************************************/
@media only screen and (min-width: 740px){
	#sectionsNav li.current .number {
    left: 0;
	}
	.list.cell .feature {
    padding: .2em;
	}
	#bottombar .actions {
    bottom: 1em;
    right: 0;
	}
	#services_section .col-7-m {
    width: 91.66666667%;
	}
	#services_section .subtitle {
    padding:0!important;
	}
	#case_studies_section .col-7-m {
    width: 91.66666667%;
	}
	#partners_section .col-7-m {
    width: 58.33333333%;
	}
}
