.container-12 {
    max-width: 1124px;
    margin: 0 auto;
}

.socialBtn i,
.socialBtn .digit,
.socialBtn a i {
    padding: 0;
    width: 1.5em;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    display: inline-block;
    float: left;
}

#navHeader {
    margin: 0 0 32px 0;
    clear: both;
    min-height: 3.625rem;
}

.mobile-navi {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
}

.mobile-navi input {
    display: none;
}

.mobile-navi__trigger {
    font-size: 32px;
    color: #fff;
    margin: 16px;
}

@media only screen and (max-width: 720px) {
    #navHeader {
        display: none;
    }

    .mobile-navi {
        display: flex;
    }
}


/*********************************************************************************************

3.1  UI : Navigation

*********************************************************************************************/

#navHeader {
    clear: both;
    background: #293D41;
}

#navHeader .container-12 {
    position: relative;
}

.navi-extras {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0.90625rem;
}

#searchform {
    float: right;
    margin-top: 0.90625rem;
    position: relative;
    -webkit-transition: all .2s;
    width: 100px;
    padding-left: 1.8125rem;
}

#searchform input {
    width: 80%;
    float: left;
    margin: 0;
    background: none;
}

#searchform input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

#searchform input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

#searchform input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

#searchform input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

#searchform input:focus {
    outline: none;
}

#searchform.focused {
    background: #F5F5F5;
}

#searchform i {
    position: absolute;
    left: 0.90625rem;
    top: 8px;
    color: #fff;
}

#navi-container .social-follow {
    position: absolute;
    top: 0;
    right: 0;
}

#navi-container .social-follow {
    position: static;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

#navi-container .social-follow a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    margin: 0 5px;
}

.socialBtn i {
    border-radius: 50%;
    background: #111;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .5);
}

#searchform {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 3.625rem;
    width: auto;
    overflow: visible;
    position: relative;
    float: none;
    vertical-align: middle;
}

#searchform input {
    height: 3.625rem;
    line-height: 3.625rem;
    width: 3.625rem;
    margin-left: 0;
    padding: 0 1.8125rem;
    opacity: 0;
    width: 3.625rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#searchform input:focus {
    visibility: visible;
    margin-left: 3.625rem;
    opacity: 1;
    width: 300px;
    background: #fff;
}

#searchform .fa {
    height: 3.625rem;
    width: 3.625rem;
    background: #111;
    text-align: center;
    line-height: 3.625rem;
    margin: 0;
    display: block;
    top: 0;
    left: 0;
}

nav#mainNav {
    float: left;
    margin: 0;
}

nav#mainNav>ul {
    float: left;
    margin: 0;
}

nav#mainNav>ul>li {
    display: inline;
    float: left;
    position: relative;
    line-height: 3.625rem;
    height: 3.625rem;
}

nav#mainNav>ul>li>a {
    display: block;
    font-weight: normal;
    padding: 0 0.90625rem;
    line-height: 3.625rem;
    min-width: 3.625rem;
    font-size: 1rem;
    text-align: center;
}

nav#mainNav>ul>li>a:hover,
nav#mainNav>ul>li>a.active {
    font-weight: normal;
}

ul.sub-menu {
    position: absolute;
    z-index: 2;
    background: #111;
    min-width: 18.125rem;
}

nav#mainNav>ul ul ul {
    left: 100%;
    top: 0;
    border-radius: 5px;
}

nav#mainNav>ul>li ul.sub-menu a {
    text-align: left;
}

nav#mainNav>ul ul li {
    position: relative;
}

nav#mainNav .menu-item-has-children ul a {
    color: #fff;
    padding: 0 1.8125rem;
    display: block;
    min-width: 120px;
}

.menu-item-has-children ul {
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    display: block;
}

.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
}

.menu-item-has-children>a:after {
    content: '\f0d7';
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
}

#mainNav li:first-child a {
    padding: 0 1.8125rem;
}

nav#mainNav li a {
    color: #fff;
}

/*********************************************************************************************

10. Mobile : Navigation

*********************************************************************************************/

#mobileNav {
}

#mobileNav {
    text-align: left;
    position: fixed;
    height: 100%;
    overflow: scroll;
    left: -100%;
    top: 92px;
    background: #111;
    width: 100%;
    border-top: 4px solid #222;
    transition: all 0.5s ease;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
}

input:checked + #mobileNav {
    opacity: 1;
    left: 0;
    visibility: visible;
}


#mobileNav li a {
    color: #fff;
    display: block;
    padding: 16px;
    border-bottom: 1px solid #222;
    border-right: 4px solid #222;
    font-size: 21px;
}


/*********************************************************************************************

12. Footer

*********************************************************************************************/

#footerWrapper {
    clear: both;
    text-align: center;
    padding: 1.8125rem;
    clear: both;
}

#footerNav ul {
    list-style: none;
    font-size: 13px;
}

#footerNav ul li {
    display: inline-block;
    padding: 00.90625rem;
}
