*, :after, :before {
	box-sizing: border-box;
}

html {
    font-size: 16px;
}

body, html {
    width: 100%;
	margin: 0;
	padding: 0;
}

html,
body,
header {
    min-width: 320px;
}

/* body {
    font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
} */

h1.hidden-h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block !important;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px,1px,1px,1px);
    top: 0;
    right: 0;
}

.wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

header {
    height: 115px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}

#logo {
    max-width: 300px;
}

#main {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 3.5%;
    margin-top: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}