.maxWidth {
	max-width: 1280px;
	margin: 0 auto;
}

.paddingTop {
	padding-top:90px;
}

.selectCustom {
	overflow: hidden;
	background: transparent none repeat scroll 0 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.2em;
	cursor: pointer;

}

button:focus {
	outline: 0;
}

select:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important; /* for chrome */
}

::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important; /* for chrome */
}

:-ms-input-placeholder {
	opacity: 1 !important; /* for chrome */
}

.selectCustom::-ms-expand {
	display: none;
}

a:focus {
	outline: none;
	outline-offset: unset;
	text-decoration: none;
}

.containerFrontend {
	padding-top: 6em;
}

@media screen and (max-width: 900px) {
	.containerFrontend {
		padding-top: 4.5em;
	}
}
