﻿.clear {
    clear: both;
    display: block;
    content: '';
}

.sepretor {
    color: #c0c6c8;
    font-family: DIN;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 2px;
    padding-left: 12px;
    margin-bottom: 3px;
}

.logo-container {
    float: left;
    margin-left: 18px;
    margin-top: 18px;
}

.logo-container a img {
    height: 78px;
    width: 98px;
}

.header-right-side-content {
    float: right;
    margin-bottom: 28px;
    margin-right: 18px;
    margin-top: 8px;
}

.menu-icon {
    float: left;
    margin-right: 8px;
}

.header-search {
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    background: #e4e6e8;
}

.header-utility > ul {
    float: right;
    margin: 0 0 10px;
    padding-left: 0;
}

.header-utility li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}

.header-utility li > a.social-icon {
    background-size: 30px 60px;
}

.menu-items {
    background: none repeat scroll 0 0 #ED8B00;
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.menu-items ul {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 50px;
}

.menu-items ul li {
    list-style-type: none;
    text-align: center;
    line-height: 45px;
}

.menu-items ul li a {
    color: #FFFFFF !important;
    font-family: DIN;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

.mobile-menu-seprator {
    border-bottom: 1px solid #ED8B00;
    list-style-type: none;
}

.menu-close-button {
    padding-top: 17px;
    padding-right: 30px;
    text-align: right;
}

.footer {
    margin: 0 auto;
    margin-top: 32px;
    min-width: 320px;
    background: #fff !important;
    border: none !important;
}

.footer-container {
    border-top: 1px solid #53565A;
    margin: 0 auto;
}

.footer-container > ul {
    list-style: none outside none;
    margin: 0;
    padding: 15px 15px 0 15px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.footer-container li {
    vertical-align: top;
    float: left;
    zoom: 1;
}

.copy-rights {
    margin-bottom: 22px;
    text-align: center;
    color: #98A4AE;
    font-family: DIN;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}