/* navigation */
.navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 102;
}

.navigation-overlay.light {
    background: rgba(255, 255, 255, 1);
}

.menu-open .navigation-overlay {
    -webkit-pointer-events: all;
    -moz-pointer-events: all;
    pointer-events: all;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 101;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu-open .navigation-overlay {
        z-index: 250;
    }
}

.menu-open .logo-img:before {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu-open .navigation-toggle .navigation-toggle-bars {
    background: #fff;
}

.menu-open .navigation-toggle.dark .navigation-toggle-bars {
    background: #111;
}

.menu-open .navigation-toggle:hover .navigation-toggle-bars {
    background: #fff;
}

.menu-open .navigation-toggle.dark:hover .navigation-toggle-bars {
    background: #111;
}

.menu-open .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menu-open .navigation {
        position: fixed;
        display: block;
        left: 50%;
        z-index: 250;
    }
}

.navigation-toggle-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 25px;
    top: 0;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.navigation-toggle-bars {
    position: absolute;
    width: 40px;
    height: 2px;
    right: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #111;
}

.navigation-toggle-bars:nth-of-type(1) {
    width: 20px;
    top: 0;
}

.navigation-toggle-bars:nth-of-type(2) {
    top: -webkit-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
}

.navigation-toggle-bars:nth-of-type(3) {
    width: 20px;
    bottom: 0;
}

.navigation-toggle {
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    z-index: 200;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navigation-toggle {
        z-index: 300;
    }
}

@media only screen and (max-width: 1200px) {
    .navigation-toggle {
        top: 25px;
        right: 25px;
    }
}

.navigation-toggle:hover .navigation-toggle-bars {
    width: 100%;
}

.navigation-toggle-closer .navigation-toggle-bars {
    width: 32px;
    height: 2px;
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(1) {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(2) {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-toggle-closer .navigation-toggle-bars:nth-of-type(3) {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.navigation-toggle-bars-light {
    background: #fff;
}

.navigation-toggle-bars-dark {
    background: #111;
}

.menu {
    margin-top: -28px;
}

.menu-item {
    position: relative;
    margin: 0 0 17px 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 880px) {
    .menu-item {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 640px) {
    .menu-item {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .menu-item {
        margin: 0 0 5px 0;
    }
}

@media only screen and (max-width: 480px) {
    .menu-item {
        margin: 0 0 10px 0;
    }
}

.menu-link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.menu-link.dark {
    color: #111;
}

@media only screen and (max-width: 880px) {
    .menu-link {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .menu-link {
        font-size: 20px;
    }
}

.menu-link:after {
    /*
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #fff;
    -webkit-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    */
}

@media only screen and (max-width: 880px) {
    .menu-link:after {
        height: 4px;
        bottom: -9px;
    }
}

@media only screen and (max-width: 640px) {
    .menu-link:after {
        height: 2px;
        bottom: -6px;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .menu-link:after {
        height: 2px;
        bottom: -3px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-link:after {
        height: 2px;
        bottom: -6px;
    }
}

.menu-link.dark:after {
    background-color: #111;
}

.menu-link:hover {
    color: #fff;
}

.menu-link:hover,
.menu-link:visited,
.menu-link:active,
.menu-link:focus {
    color: #fff;
}

.menu-link.dark:hover {
    color: #111;
}

.menu-link.dark:hover,
.menu-link.dark:visited,
.menu-link.dark:active,
.menu-link.dark:focus {
    color: #111;
}

.menu-link:hover:after {
    width: 100%;
    background-color: #fff;
}

.menu-link.dark:hover:after {
    background-color: #111;
}

.navigation {
    position: fixed;
    display: none;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    top: 85px;
    left: 50%;
    bottom: 55px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 300ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 101;
}


/* navigation social icons */
.navigation-social-icons {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
    .navigation-social-icons {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .navigation-social-icons {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .navigation-social-icons {
        display: block;
        visibility: visible;
    }
}

.navigation-social-icons ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.navigation-social-icons ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.social-icons a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

ul.social-icons.dark a {
    color: #111;
}

ul.social-icons a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

ul.social-icons.dark a:hover {
    color: #111;
}


/* navigation - style #2 */
#menu-mobile-btn {
    /*position: fixed;
    width: 63px;
    height: 50px;
    top: 36px;
    right: 35px;*/
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 200;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #menu-mobile-btn {
        z-index: 300;
    }
}

@media only screen and (max-width: 1200px) {
    #menu-mobile-btn {
        top: 11px;
        right: 10px;
    }
}

.menu-toggle {
    /*position: absolute;*/
    display: block;
    padding: 0;
    background: none;
    line-height: 1;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: none;
    z-index: 101;
}

#menu-mobile {
    position: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    width: 390px;
    height: 100%;
    right: -200%;
    top: 0;
    margin: auto;
    -webkit-transition: right .6s ease-in-out;
    -moz-transition: right .6s ease-in-out;
    -ms-transition: right .6s ease-in-out;
    -o-transition: right .6s ease-in-out;
    transition: right .6s ease-in-out;
    -webkit-transform: skew(-22deg, 0deg);
    -moz-transform: skew(-22deg, 0deg);
    -ms-transform: skew(-22deg, 0deg);
    -o-transform: skew(-22deg, 0deg);
    transform: skew(-22deg, 0deg);
    background: rgba(0, 0, 0, 1);
    z-index: 101;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #menu-mobile {
        z-index: 250;
    }
}

@media only screen and (max-width: 880px) {
    #menu-mobile {
        font-size: 20px;
        width: 300px;
    }
}

@media only screen and (max-width: 640px) {
    #menu-mobile {
        font-size: 17px;
        width: 230px;
    }
}

#menu-mobile.activated {
    right: 0;
}

#menu-mobile ul {
    width: 390px;
    list-style: none outside none;
    margin: 0 auto;
    padding-left: 93px;
}

@media only screen and (max-width: 880px) {
    #menu-mobile ul {
        width: 300px;
        padding-left: 63px;
    }
}

#menu-mobile ul li {
    padding: 0 0 2px 0;
    cursor: pointer;
}

@media only screen and (max-width: 880px) {
    #menu-mobile ul li {
        padding: 0 0 3px 0;
    }
}

@media only screen and (max-width: 640px) {
    #menu-mobile ul {
        width: 230px;
        padding-left: 28px;
    }
}

#menu-mobile .credits {
    font-size: 12px;
    margin: 7px 0 0 0;
}

@media only screen and (max-width: 880px) {
    #menu-mobile .credits {
        font-size: 10px;
    }
}

#menu-mobile .credits a {
    color: #fff;
    text-decoration: none;
}

#menu-mobile a {
    display: none;
    min-width: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .8s ease-in-out;
    -moz-transition: color .8s ease-in-out;
    -ms-transition: color .8s ease-in-out;
    -o-transition: color .8s ease-in-out;
    transition: color .8s ease-in-out;
}

#menu-mobile a:hover {
    color: #8d8d8d;
    -webkit-transition: color .8s ease-in-out;
    -moz-transition: color .8s ease-in-out;
    -ms-transition: color .8s ease-in-out;
    -o-transition: color .8s ease-in-out;
    transition: color .8s ease-in-out;
}

#menu-mobile li .active {
    color: #8d8d8d;
}

.menu-nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.menu-nav {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* lines */
.lines-button {
    margin: -10px -20px 0 0;
    padding: 30px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lines-button:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lines-button:active {
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}

.lines {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #111;
}

.lines.inverse-light {
    background: #fff;
}

.lines.inverse-dark {
    background: #111;
}

.lines:after,
.lines:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 0;
    -webkit-transform-origin: .28571rem center;
    -moz-transform-origin: .28571rem center;
    -ms-transform-origin: .28571rem center;
    -o-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
    background: #111;
}

.lines.inverse-light:after,
.lines.inverse-light:before {
    background: #fff;
}

.lines.inverse-dark:after,
.lines.inverse-dark:before {
    background: #111;
}

.lines:before {
    top: 10px;
}

.lines:after {
    top: -10px;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    width: 35px;
    background: #8d8d8d;
}

.lines-button.x.lines-close .lines {
    background: 0 0;
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 35px;
    background: #8d8d8d;
}

.lines-button.x.lines-close .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.lines-close .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

.lines-button.x2 .lines {
    -webkit-transition: background .3s .5s ease;
    -moz-transition: background .3s .5s ease;
    -ms-transition: background .3s .5s ease;
    -o-transition: background .3s .5s ease;
    transition: background .3s .5s ease;
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
    -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
    -ms-transition: top .3s .6s ease, -ms-transform .3s ease;
    -o-transition: top .3s .6s ease, -o-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.lines-close .lines {
    -webkit-transition: background .3s 0 ease;
    -moz-transition: background .3s 0 ease;
    -ms-transition: background .3s 0 ease;
    -o-transition: background .3s 0 ease;
    transition: background .3s 0 ease;
    background: 0 0;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
    -ms-transition: top .3s ease, -ms-transform .3s .5s ease;
    -o-transition: top .3s ease, -o-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    top: 0;
    width: 35px;
    background: #8d8d8d;
}

.lines-button.x2.lines-close .lines:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.lines-close .lines:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}


/* navigation - style #3 */
.fix-sticky {
    position: fixed!important;
    top: 0;
    left: 0;
}

.full-width-wrapper {
    margin: 0 25px 0 -10px;
}

.main-navigation-logo {
    float: left;
}

.main-navigation-logo .main-navigation-logo-img {
    display: table-cell;
    vertical-align: middle;
    max-width: 200px;
    height: 75px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-navigation-logo .main-navigation-logo-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.main-navigation-logo .main-navigation-logo-img:before,
.main-navigation-logo .main-navigation-logo-img:after {
    display: none;
}

.main-navigation-logo-img,
a.main-navigation-logo-img:hover {
    cursor: pointer;
}

.main-navigation {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 75px!important;
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    background-color: rgba(255, 255, 255, 1);
    z-index: 1015;
}

.main-navigation.dark {
    background-color: rgba(17, 17, 17, 1);
}

@media only screen and (max-width: 880px) {
    .main-navigation {
        display: none;
        visibility: hidden;
    }
}

.main-navigation .main-inner-navigation ul > li > a {
    color: #fff;
}

.main-navigation .main-inner-navigation.main-inner-navigation-dark ul > li > a {
    color: #111;
}

.main-navigation .main-inner-navigation ul > li > a:hover {
    color: rgba(255, 255, 255, 1);
}

.main-navigation .main-inner-navigation.main-inner-navigation-dark ul > li > a:hover {
    color: rgba(17, 17, 17, 1);
}

.main-navigation .main-inner-navigation ul > li > a.active {
    color: rgba(255, 255, 255, .55);
}

.main-navigation .main-inner-navigation.main-inner-navigation-dark ul > li > a.active {
    color: rgba(17, 17, 17, .55);
}

.reduce-height {
    height: 55px!important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.reduce-height .main-navigation-logo .main-navigation-logo-img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.reduce-height .main-inner-navigation ul li a {
    height: 55px!important;
    line-height: 55px!important;
}

.main-inner-navigation {
    position: relative;
    display: inline-block;
    float: right;
}

.main-inner-navigation ul {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
    margin: auto;
    text-shadow: 1px 1px 2px #111;
}

.main-inner-navigation.main-inner-navigation-dark ul {
    text-shadow: none;
}

.main-inner-navigation ul li {
    float: left;
    margin-left: 25px;
    position: relative;
}

.main-inner-navigation ul li a {
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-inner-navigation ul > li:first-child > a {
}

.main-inner-navigation ul li a:hover,
.main-inner-navigation ul li a.active {
    color: #fff;
    text-decoration: none;
}

.main-inner-navigation.main-inner-navigation-dark ul li a:hover,
.main-inner-navigation.main-inner-navigation-dark ul li a.active {
    color: #111;
    text-decoration: none;
}

.main-navigation.transparent {
    background: transparent!important;
}

.main-navigation.js-transparent {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* link underline */
.link-underline {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 11px;
    left: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline.dark:before {
    background: #111;
}

.link-underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.mobile-only {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 880px) {
    .mobile-only {
        display: block;
        visibility: visible;
    }
}


/* link underline menu */
.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu:before,
.link-underline-menu.dark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -7px;
    left: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu.dark:before {
    background: #111;
}

@media only screen and (max-width: 880px) {
    .link-underline-menu:before,
    .link-underline-menu.dark:before {
        height: 4px;
        bottom: -9px;
    }
}

@media only screen and (max-width: 640px) {
    .link-underline-menu:before,
    .link-underline-menu.dark:before {
        height: 2px;
        bottom: -6px;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .link-underline-menu:before,
    .link-underline-menu.dark:before {
        height: 2px;
        bottom: -3px;
    }
}

@media only screen and (max-width: 480px) {
    .link-underline-menu:before,
    .link-underline-menu.dark:before {
        height: 2px;
        bottom: -6px;
    }
}

.link-underline-menu:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.fs-30{
    font-size: 30px;
    font-weight: 500;
}

/* page services */
.section-services {
    background: #fff;
    padding: 0 0 147px 0;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 880px) {
    .section-services {
        padding: 105px 0 115px 0;
    }
}

@media only screen and (max-width: 640px) {
    .section-services {
        padding: 68px 0 75px 0;
    }
}

.services-move-down {
    margin-top: 200px;
}

@media only screen and (max-width: 880px) {
    .services-move-down {
        margin-top: 0;
    }
}

.services-img {
    height: auto;
    margin: -13px 0 20px 0;
    font-size: 35px;
    text-align: center;
    color: #111;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

@media only screen and (max-width: 880px) {
    .services-img {
        margin: -8px 0 20px 0;
    }
}

.services-hover:hover .services-img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.services-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #111;
}

.services-description {
    text-align: center;
    padding-left: 100px;
}

@media only screen and (max-width: 880px) {
    .services-description {
        margin: 0 0 50px 0;
        text-align: left;
    }

    .services-description-last {
        margin: 0;
    }
}

h3.services-title {
    text-align: center;
    line-height: 1.5;
    padding-left: 100px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 880px) {
    h3.services-title {
        text-align: left;
        margin-bottom: 15px;
    }
}

.service-number {
    position: absolute;
    top: -37px;
    font-family: "Montserrat", sans-serif;
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(17, 17, 17, .45);
    z-index: 0;
}

@media only screen and (max-width: 880px) {
    .service-number {
        top: -27px;
        font-size: 105px;
    }
}

/* page all */
.section-all-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    line-height: 1.3;
    color: #696c7b;
    padding: 50px 0 73px 15px;
    margin: 0 auto;
    letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {
    .section-all-subtitle {
        padding: 56px 10px 73px 10px;
    }
}

@media only screen and (max-width: 880px) {
    .section-all-subtitle {
        padding: 56px 15px 73px 15px;
    }
}

@media only screen and (max-width: 640px) {
    .section-all-subtitle {
        padding: 59px 15px 73px 15px;
    }
}

.section-all-subtitle-first {
    color: #20202c;
}

.section-all-subtitle-second {
    font-family: 'Roboto', sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.alt h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 105px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 6px 15px;
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    .alt h2 {
        font-size: 85px;
        margin: 0 0 6px 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 880px) {
    .alt h2 {
        font-size: 65px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 640px) {
    .alt h2 {
        font-size: 45px;
    }
}

.section {
    padding: 120px 0 120px 0;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 880px) {
    .section  {
        padding: 80px 0 80px 0;
    }
}

.section-links {
    position: relative;
    color: #111;
}

.section a,
.section a:hover,
.section a:visited,
.section a:active,
.section a:focus {
    color: #111;
}

.section-links:after,
.section-title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    left: 0;
    background-color: #111;
    -webkit-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.section-links:after {
    position: absolute;
    bottom: -10px;
}

.section-title:after {
    position: relative;
    bottom: -9px;
}

@media only screen and (max-width: 1200px) {
    .section-title:after {
        bottom: -14px;
    }
}

@media only screen and (max-width: 880px) {
    .section-title:after {
        bottom: -14px;
    }
}

@media only screen and (max-width: 640px) {
    .section-title:after {
        bottom: -18px;
    }
}

.section-links:hover,
.section-title:hover {
    color: #111;
}

.section-links:hover:after {
    width: 100%;
    background-color: #111;
}

.section-title:hover:after {
    width: 160px;
    background-color: #111;
}

.section-title:before {
    content: "";
    position: relative;
    display: block;
    width: 80px;
    height: 5px;
    left: 0;
    top: 130px;
    background-color: #111;
}

@media only screen and (max-width: 1200px) {
    .section-title:before {
        top: 116px;
    }
}

@media only screen and (max-width: 880px) {
    .section-title:before {
        top: 96px;
    }
}

@media only screen and (max-width: 640px) {
    .section-title:before {
        top: 79px;
    }
}

.section-content {
    margin: 0;
    height: auto;
    border: none;
    text-align: center;
}








