* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main-nav-wrapper {
    background: #0d0101;
}
html, body {
    margin: 0;
    font-family: "Oswald",sans-serif;
}
html, body, div, span, h1, h2, h3, h4, p, a, img, i, ul, li, form, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
img {
    width: 100%;
}
.relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
a {
    text-decoration: none;
    -webkit-transition: color .25s,background .25s,opacity .25s;
    transition: color .25s,background .25s,opacity .25s;
}
#logo {
    line-height: 0;
    max-width: 200px;
    max-height: 100%;
}
#logo a {
    display: block;
}

#main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 30px;
}
#main-nav ul li {
    position: relative;
}
#main-nav ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 12px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}


#main-nav-wrapper .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-icon {
    margin-left: auto;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    width: 20px;
}

#content {
    padding-top: 20px;
    min-height:800px;
}
#footer-wrap {
    background: #111;
}
#footer-top {
    padding: 40px 0;
}
#mvp-foot-bot {
    background: #000;
    padding: 20px 0;
}
#footer-logo {
    text-align: center;
    margin-bottom: 30px;
}
#footer-logo img {
    max-width: 330px;
}
#mvp-foot-menu ul {
    text-align: center;
}
#mvp-foot-menu ul li {
    display: inline-block;
    margin: 0 0 10px 20px;
}
#mvp-foot-menu ul li :first-child {
    margin-left: 0;
}

#mvp-foot-menu ul li a {
    color: #888;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
#mvp-foot-copy p {
    color: #777;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.recaptach-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
    font-weight: 300;
}
.recaptach-text a:hover {
    color: #fff;
}
.recaptach-text a {
    color: #777;
}

#mvp-search-box {
    margin: -30px 0 0 -25%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
}
.mvp-search-but-wrap {
    position: absolute;
    top: 60px;
    right: 80px;
    width: 60px;
    height: 60px;
}
#mvp-search-wrap {
    background: rgba(0,0,0,0.94);
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}
#searchform input {
    background: 0;
    border: 0;
    color: #fff;
    float: left;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
}
#searchform #searchsubmit {
    border: 0;
    float: left;
}
#mvp-search-wrap .mvp-search-but-wrap span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mvp-search-wrap .mvp-search-but-wrap span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mvp-search-wrap .mvp-search-but-wrap span {
    background: #fff;
    top: 27px;
    width: 60px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    pointer-events: none;
}
#mvp-search-wrap.mvp-search-toggle {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#main-nav-wrapper .search-icon path {
    fill: #fff;
}
.search-icon:hover {
    color: #0be6af;
    cursor: pointer;
}
@media (max-width: 1200px){
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1025px) {
    #main-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px;
    }
    #mvp-search-close {
        top: 20px;
        right: 20px;
    }
    #searchform input {
        font-size: 30px;
    }
    #main-nav ul {
        display: none;
    }


}
