﻿body{
    margin:0;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
}

.header-with-banner {
    padding: 0;
    overflow: hidden;
    z-index: 500;
}

header, footer{
    color: #fff;
}

header, footer {
    text-transform: uppercase;
    font-size: 13px;
}

header, footer {
    background-color: rgba(0,0,0,0.9);
}

header.header-with-banner #header-main {
    min-height: 22px;
    margin: 14px;
}

#header-main ul {
    margin: 0 20px;
}

header ul {
    float: right;
    margin: 0;
}

ul {
    padding: 0;
}

header ul li {
    display: inline-block;
    float: left;
    margin-left: 28px;
}

ul li {
    list-style-type: none;
}

a{
    color: white;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#logo{
    background-image: url(Sources/Images/iDisplay/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 103px;
    height: 19px;
    float: left;
}

footer .inner ul {
    float: left;
    width: 250px;
}

footer .inner ul li {
    margin: 0.5em 0;
    letter-spacing: 1.75px;
}

div {
    display: block;
}

footer .inner.lower {
    padding: 40px 20px 44px 20px;
    overflow: auto;
}

.inner, footer .inner {
    max-width: 960px;
}

.inner {
    padding: 0 130px;
    overflow: auto;
}

.inner{
    margin-left: auto;
    margin-right: auto;
}

footer .social-links {
    overflow: auto;
    float: right;
}

footer .social-links .social {
    float: left;
    width: 45px;
    height: 45px;
    margin-right : 10px;
    margin-top : 20px;
}

.facebook{
    background-image:url(Sources/Images/iDisplay/fb-icon.png);
}

.instagram{
    background-image:url(Sources/Images/iDisplay/ins-icon.png);
}

.youtube{
    background-image:url(Sources/Images/iDisplay/ytb-icon.png);
}

.legal {
    float: right;
    font-size: 10px;
    letter-spacing: 1.4px;
    margin: 0;
    clear: both;
}