@font-face {
	font-family:'AvenirLTStd-Light';
	src: url('fonts/AvenirLTStd-Light_gdi.eot');
	src: url('fonts/AvenirLTStd-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Light_gdi.woff') format('woff'),
		url('fonts/AvenirLTStd-Light_gdi.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Light_gdi.svg#AvenirLTStd-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

#header
{
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header
{
	height: 112px;
	position: relative;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75em;
}
.clearfix{
    content: " ";
    display: table;
}
.nav {
    position: relative;
    z-index: 1000;
}
.text-center {
    text-align: center !important;
}
@media only screen and (max-width: 1117px)
{
.large-16 
{
    width: 1024px !important;
}
#header ul li
{
	width: 136px !important;
}
#header ul li#logo
{
	margin: 0px 10px !important;
}
#header.large-nav ul li a
{
	font-size: 11px !important;
}
}
@media only screen and (min-width: 64.063em)
{
.large-16 {
    width: 1170px;
}
.column, .columns
{
	padding-top: 20px;
    float: left;
}
}
#header ul {
    display: inline-block;
    margin: auto;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}
.nav ul {
    position: relative;
    z-index: 1200;
}
#header ul li {
    display: inline-block;
    margin: 10px 0 0 0;
    vertical-align: middle;
    width: 150px;
    text-align: center !important;
}
.nav ul li {
    position: relative;
    z-index: 1400;
}
#header.large-nav ul li a
{
	color: #fff !important;
}
#header.large-nav ul li a
{
	font-family: 'AvenirLTStd-Light';
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
}
#header ul li#logo
{
	z-index: 1000;
	margin: 0px 20px;
}
#header ul li
{
	display: inline-block;
	vertical-align: middle;
	text-align: center !important;
}
#social-box {
    position: absolute !important;
    right: 10px;
    top: 6px;
    z-index: 101;
}
#social-box ul {
    margin: 0px;
    padding: 0px;
}
#social-box li {
    margin: 0 0 0 4px;
    padding: 0px;
    list-style: none;
    display: inline;
}

/*Footer CSS*/
#footer {
    background: url(images/footer-bg.jpg) center;
    background-size: cover;
    margin-top: -110px;
    overflow: hidden;
    width: auto;
    text-align: center;
    position: relative;
}
#footer ul {
    padding: 0;
    margin-top: 150px;
    margin-bottom: 60px;
    margin-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    font-family: inherit;
    font-family: 'AvenirLTStd-Light';
}
#footer li {
    display: inline-block;
    list-style: none;
    height: 85px;
    line-height: 85px;
}
#footer ul li a {
    display: inline-block;
    padding: 5px 5px 3px 5px;
    margin: 5px;
    text-decoration: none;
    text-align: center;
}
#footer li img {
    height: 75px;
    vertical-align: middle;
}
#footer li.spacer {
    width: 2px;
    background: #FFF;
    margin: 0 25px -37px 25px;
}
#footer-secondary {
    background: #d0d0d0;
    overflow: hidden;
    width: auto;
    text-align: center;
    position: relative;
}
#footer-secondary ul {
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 30px;
    margin-bottom: inherit !important;
}
#footer-secondary li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 25px;
    font-family: inherit;
    font-family: 'AvenirLTStd-Light';
}
#footer-secondary a {
    color: #fff;
    text-decoration: none;
}
#footer li.sm img {
    height: 37px;
}
#footer li img {
    vertical-align: middle;
}