@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/sourcesanspro/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/sourcesanspro/SourceSansPro-Bold.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: SourceSansPro, sans-serif;
    background: white;
}

.container {
    max-width: 1130px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}

.html_header_top.html_header_sticky #header {
    position: fixed;
}

#header {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .02), 0 8px 10px 1px rgba(0, 0, 0, .014), 0 3px 14px 2px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 501;
    width: 100%;
    background: transparent;
}

.header_color {
    background-color: #ffffff;
    color: #666666;
}

.inner-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.container_wrap {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}