
.slideInDown, .slideInUp {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both
}

blockquote::before, p span {
    font-family: Roboto,sans-serif
}

.no-touch .btn-solid:hover, h2::after {
    background-color: #6f7273
}

.btn-outline.dark, a, body {
    color: #313637
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #313637;
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .4s,opacity .4s,background-color .6s ease-in-out;
    -o-transition: visibility .4s,opacity .4s,background-color .6s ease-in-out;
    -moz-transition: visibility .4s,opacity .4s,background-color .6s ease-in-out;
    transition: visibility .4s,opacity .4s,background-color .6s ease-in-out
}

    .invisible, .loader.loaded {
        visibility: hidden
    }

    .loader.fade-dark {
        background-color: #1d2021
    }

    .loader .loader-content {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

        .loader .loader-content .loader-logo {
            display: block;
            width: 12rem;
            height: 12rem;
            margin: 0 auto 24px
        }

            .loader .loader-content .loader-logo img, img {
                display: block;
                width: 100%;
                height: auto
            }

        .loader .loader-content .loader-caption {
            margin: 0 auto;
            text-align: center
        }

            .loader .loader-content .loader-caption .loading-text {
                display: block;
                color: rgba(255,255,255,.6);
                text-transform: uppercase;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 1.4rem;
                letter-spacing: .2rem
            }

            .loader .loader-content .loader-caption .loading-dots {
                position: relative;
                display: inline-block;
                text-align: center
            }

                .loader .loader-content .loader-caption .loading-dots::after, .socials::after {
                    clear: both;
                    content: "";
                    display: table
                }

                .loader .loader-content .loader-caption .loading-dots .dot {
                    float: left;
                    width: .6rem;
                    height: .6rem;
                    margin: 0 .3rem;
                    background: #fff;
                    opacity: 0;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    -webkit-animation: 1s infinite fade;
                    -moz-animation: 1s infinite fade;
                    animation: 1s infinite fade
                }

                    .loader .loader-content .loader-caption .loading-dots .dot:first-of-type {
                        -webkit-animation-delay: 0s;
                        -moz-animation-delay: 0s;
                        animation-delay: 0s
                    }

                    .loader .loader-content .loader-caption .loading-dots .dot:nth-of-type(2) {
                        -webkit-animation-delay: .1s;
                        -moz-animation-delay: .1s;
                        animation-delay: .1s
                    }

                    .loader .loader-content .loader-caption .loading-dots .dot:nth-of-type(3) {
                        -webkit-animation-delay: .2s;
                        -moz-animation-delay: .2s;
                        animation-delay: .2s
                    }

    .loader.loaded {
        opacity: 0
    }

@-webkit-keyframes fade {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}

@-moz-keyframes fade {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}

@keyframes fade {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-moz-keyframes slideInDown {
    from {
        -moz-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-moz-keyframes slideInUp {
    from {
        -moz-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: both
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    from {
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        -moz-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px)
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -moz-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-moz-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -moz-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation: 1s both fadeOutDown;
    -moz-animation: 1s both fadeOutDown;
    animation: 1s both fadeOutDown
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-12, .container {
        width: 100%
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {
    .col-md-12, .container {
        width: 100%
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-12, .container {
        width: 100%
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hidden, .hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

h1, h4 {
    color: #fff
}

.affix {
    position: fixed
}

.main, body, section {
    position: relative
}

@media (max-width:767px) {
    .hidden-mobile {
        display: block !important
    }
}

a, address, article, aside, b, blockquote, body, caption, dd, del, dfn, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li, menu, nav, ol, p, pre, q, s, section, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h1, h3 {
    margin-bottom: 2.4rem
}

h3, h4 {
    line-height: 1.4
}

.btn span.btn-caption, h1, h2 {
    font-weight: 700;
    text-transform: uppercase
}

.socials ul, article, aside, blockquote cite span, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button:active, button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

input::-moz-focus-inner {
    border: 0 !important
}

::-moz-selection {
    background-color: #adafaf;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #adafaf;
    color: #fff;
    text-shadow: none
}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn, .btn span.btn-caption, body {
    font-family: Raleway,sans-serif
}

body {
    min-width: 320px;
    overflow-x: hidden;
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #fff
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.no-padding {
    padding: 0
}

.overflow-hidden {
    overflow: hidden
}

.fullheight {
    height: auto
}

.layer-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 0
}

.btn, .btn-square {
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block
}

h1 {
    font-size: 3.6rem;
    line-height: 1
}

h2 {
    position: relative;
    display: inline-block;
    font-size: 4.8rem;
    line-height: .86;
    color: #adafaf;
    padding-bottom: 1.2rem
}

h3, p span {
    font-weight: 600
}

h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: -2.4rem;
    width: -webkit-calc(100% + 2.4rem);
    width: -moz-calc(100% + 2.4rem);
    width: calc(100% + 2.4rem);
    height: 4px
}

.btn, h3, h4 {
    font-size: 1.6rem
}

h3 {
    text-transform: uppercase;
    color: #1d2021
}

h4, p {
    font-weight: 500
}

h4 {
    text-transform: uppercase;
    letter-spacing: 1px
}

p {
    font-size: 1.8rem
}

    p span {
        white-space: nowrap
    }

blockquote {
    text-align: center;
    padding-top: 48px
}

    blockquote::before {
        content: '\201d';
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 80px;
        font-weight: 300;
        line-height: 1
    }

    .btn span, blockquote cite {
        font-size: 1.2rem
    }

    blockquote p {
        color: #1d2021;
        margin-bottom: 3.6rem
    }

    blockquote cite {
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2;
        color: #6f7273
    }

.btn {
    border: none;
    font: inherit;
    padding: 1.4rem 3.2rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .5s,color .5s;
    -o-transition: background-color .5s,color .5s;
    -moz-transition: background-color .5s,color .5s;
    transition: background-color .5s,color .5s
}

    .btn span.btn-caption {
        font-size: 1.2rem;
        letter-spacing: .1rem;
        margin-left: .6rem
    }

.main-aside p, .main-intro .headline p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff
}

.btn-square {
    border: none;
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    text-align: center;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn-square.is-scaled-up, .main-intro.is-scaled-down {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .btn-square span {
        font-size: 1.6rem;
        line-height: 1
    }

.btn-outline span.btn-caption {
    font-weight: 600
}

.menu, .section-close {
    display: none
}

@media only screen and (min-width:1024px) {
    body, html {
        width: 100%;
        height: 100%
    }

    body {
        overflow: hidden
    }

    .fullheight {
        height: 100%
    }

    .section-close {
        display: inline-block;
        margin: 2.4rem 0 0 4.8rem
    }

    .main {
        height: 100%;
        min-height: 546px;
        overflow-y: auto;
        background-color: #6f7273
    }
}

.btn-solid {
    background-color: #adafaf;
    color: #191b1c
}

.btn-outline {
    background-color: transparent;
    color: #b3b3b3;
    border: 1px solid #b3b3b3
}

.no-touch .btn-outline:hover {
    background-color: #fff;
    color: #313637
}

.btn-outline.dark {
    border: 1px solid #313637
}

.no-touch .btn-outline.dark:hover {
    color: #191b1c;
    border: 1px solid #191b1c
}

.btn-outline.transparent {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3)
}

.no-touch .btn-outline.transparent:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.main-intro {
    position: relative;
    height: 100vh;
    min-height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out,-moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out
}

@media only screen and (min-width:1024px) {
    .main-intro {
        height: 100%;
        min-height: 546px
    }

        .main-intro.is-scaled-down {
            -webkit-transform: scale(.92);
            -moz-transform: scale(.92);
            -ms-transform: scale(.92);
            transform: scale(.92)
        }
}

.main-aside {
    position: relative;
    overflow: hidden;
    padding: 6rem 2.4rem 4rem;
    background-color: #313637
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 8rem
    }

    h2 {
        font-size: 8.6rem
    }

        h2::after {
            width: -webkit-calc(100% + 4.8rem);
            width: -moz-calc(100% + 4.8rem);
            width: calc(100% + 4.8rem);
            left: -4.8rem
        }

    blockquote p {
        max-width: 610px;
        margin: 0 auto 3.6rem
    }

    .main-aside {
        padding: 8rem 4.8rem 6rem
    }
}

@media only screen and (min-width:1024px) {
    .main-aside {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        min-height: 546px;
        padding: 4.8rem;
        z-index: 12
    }
}

.main-intro .logo {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s
}

    .main-intro .logo img {
        max-width: 15rem
    }

.main-intro .headline {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 2.4rem;
    z-index: 1
}

    .main-intro .headline p {
        margin-bottom: 2rem
    }

        .main-intro .headline p.additional-text {
            font-size: 1.8rem;
            font-weight: 300;
            margin-bottom: 0
        }

    .main-intro .headline .additional-text, .main-intro .headline .main-headline {
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
        -o-transition: opacity .3s,transform .3s;
        -moz-transition: opacity .3s,transform .3s,-moz-transform .3s
    }

    .main-intro .headline .btn, .main-intro .headline .description-text {
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
        -o-transition: opacity .3s,transform .3s;
        -moz-transition: opacity .3s,transform .3s,-moz-transform .3s
    }

@media only screen and (min-width:768px) {
    .main-intro .logo {
        top: 4.8rem;
        left: 4.8rem
    }

    .main-intro .headline {
        padding: 0 4.8rem
    }

        .main-intro .headline p {
            font-size: 1.8rem;
            line-height: 1.6;
            max-width: 512px
        }

            .main-intro .headline p.additional-text {
                font-size: 2.8rem;
                line-height: 1.2
            }
}

.main-aside .aside-content {
    position: relative;
    width: auto;
    opacity: 1
}

    .main-aside .aside-content.animate-out {
        opacity: 1
    }

.main-aside p {
    margin-bottom: 2.3rem
}

.main-aside .btn {
    margin-bottom: 3.4rem
}

@media only screen and (min-width:1024px) {
    .main-intro .headline p {
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
        max-width: 610px
    }

        .main-intro .headline p.additional-text {
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 0
        }

    .main-aside .aside-content {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: -webkit-calc(100% - 9.6rem);
        width: -moz-calc(100% - 9.6rem);
        width: calc(100% - 9.6rem);
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out
    }

        .main-aside .aside-content.animate-out {
            opacity: 0;
            -webkit-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out
        }

    .menu, .menu ul li a::after {
        display: block;
        position: absolute
    }

    .menu {
        top: 4.8rem;
        right: 4.8rem;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out
    }

        .menu ul {
            display: block;
            position: relative;
            line-height: 1
        }

            .menu ul li {
                display: inline-block;
                margin-right: 36px
            }

                .menu ul li a {
                    display: block;
                    position: relative;
                    font-size: 1.4rem;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: .1rem;
                    color: #fff
                }

                    .menu ul li a::after {
                        content: '';
                        bottom: -1rem;
                        left: 50%;
                        right: auto;
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                        width: 0;
                        height: 2px;
                        background-color: #5a5e5f;
                        -webkit-transition: width .3s ease-in-out;
                        -o-transition: width .3s ease-in-out;
                        -moz-transition: width .3s ease-in-out;
                        transition: width .3s ease-in-out
                    }

    .no-touch .menu ul li a:hover::after {
        width: 100%
    }

    .menu ul li:last-of-type {
        margin-right: 0
    }
}

@media only screen and (min-width:1600px) {
    h1 {
        font-size: 12rem;
        margin-bottom: 3.2rem
    }

    h2::after {
        height: 6px;
        width: -webkit-calc(100% + 6rem);
        width: -moz-calc(100% + 6rem);
        width: calc(100% + 6rem);
        left: -6rem
    }

    .main-aside p, p {
        font-size: 2rem
    }

    blockquote p {
        max-width: 640px;
        font-size: 2.4rem;
        margin-bottom: 4.8rem
    }

    blockquote cite {
        font-size: 1.4rem
    }

    .btn {
        padding: 1.8rem 3.8rem
    }

    .section-close {
        margin: 4.8rem 0 0 6rem
    }

    .main, .main-aside, .main-intro {
        min-height: 654px
    }

    .menu ul li a {
        font-size: 1.6rem
    }
}

.socials {
    position: relative;
    opacity: 1
}

    .socials ul li {
        display: inline-block;
        text-align: center
    }

        .socials ul li a {
            display: block;
            width: 3.5rem;
            height: 3.5rem;
            line-height: 3.5rem;
            margin: 0 .5rem;
            font-size: 1.4rem;
            color: #999;
            text-align: center
        }

.content-section {
    position: relative;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    -moz-transition: opacity .3s,transform .3s,-moz-transform .3s;
    z-index: 8
}

    .content-section.is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

@media only screen and (min-width:1024px) {
    .socials {
        position: absolute;
        right: 4.8rem;
        bottom: 4.8rem;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        z-index: 16
    }

        .socials ul li {
            margin-right: 2.4rem
        }

            .socials ul li:last-of-type {
                margin-right: 0
            }

            .socials ul li a {
                margin: 0;
                -webkit-transition: color .3s ease-in-out;
                -o-transition: color .3s ease-in-out;
                -moz-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out
            }

    .no-touch .socials ul li:hover a {
        color: #fff
    }

    .content-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 66.66666667%;
        height: 100%;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

        .content-section.is-visible {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
}

@media only screen and (min-width:1200px) {
    .content-section {
        width: 75%
    }
}

.stayintouch {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%) translateY(0);
    -moz-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    -moz-transition: opacity .3s,transform .3s,-moz-transform .3s;
    z-index: 14
}

@media only screen and (min-width:1024px) {
    .stayintouch {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(0) translateY(100%);
        -moz-transform: translateX(0) translateY(100%);
        -ms-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%)
    }
}








.menu ul li.dropdown {
    position: relative;
}

.menu ul li .submenu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 220px;
    background: rgba(0,0,0,.9);
    padding: 0;
    z-index: 9999;
}

    .menu ul li .submenu li {
        display: block;
        margin: 0;
        width: 100%;
    }

        .menu ul li .submenu li a {
            display: block;
            padding: 12px 15px;
            color: #fff;
            text-transform: none;
            border-bottom: 1px solid rgba(255,255,255,.1);
        }

            .menu ul li .submenu li a:hover {
                background: #ed1262;
            }

.menu ul li.dropdown:hover .submenu {
    display: block;
}


@media only screen and (min-width: 1024px) {
    .menu {
        top: 4.8rem;
        right: 21.8rem !important;
    }
}



.about ul {
    list-style: square !important;
    padding-left: 20px
}

.about p {
    text-align: justify
}


@media only screen and (min-width: 768px) {
    h2 {
        font-size: 5.6rem !important;
    }

    .feature-description {
        height: 600px !important;
        padding: 0;
    }

    .feature-image {
        height: 600px !important;
    }


    .feature-item {
        padding: 1.2rem 5% !important;
    }


        .feature-item p {
            font-size: 1.3rem !important;
        }

    .about p {
        font-size: 1.3rem !important;
    }
}



html, body {
    height: 100% !important;
    overflow: hidden !important;
}

.main {
    height: 100% !important;
    overflow: hidden !important;
}

.main-intro {
    height: 100vh !important;
    min-height: 546px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.main-aside {
    height: 100vh !important;
    overflow-y: auto !important;
}






.details-image {
    width: 100%;
    object-fit: cover;
}

.details-content {
    padding: 35px;
}

    .details-content h1 {
        color: #1d2021;
        font-size: 34px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.news-details-text {
    color: #333;
    font-size: 17px;
    line-height: 1.9;
}

.back-news {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.sharethis-inline-share-buttons {
    margin-top: 15px;
}

.share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.sharethis-share-buttons {
    margin: 0 !important;
}

.copy-btn {
    background: #666;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}







/* NEWS OVER BACKGROUND */
.news-section {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 5;
    padding: 0 45px;
    overflow-y: auto;
    background: transparent;
}

    .news-section .container {
        width: 100%;
        max-width: 1150px;
        margin: auto;
    }

    .news-section h2 {
        display: block;
        color: #fff;
        font-size: 42px;
        text-align: center;
        margin: 0 0 35px;
    }

        .news-section h2::after {
            left: 50%;
            transform: translateX(-50%);
            width: 160px;
            background: #ed1262;
        }

    .news-section .col-md-4,
    .news-section .col-sm-6 {
        padding: 15px;
    }

.news-box {
    background: rgba(255,255,255,.96);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    height: 390px
}

.news-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-content {
    padding: 20px 15px 24px;
    text-align: left
}

.news-date {
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}

.news-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1d2021;
    margin-bottom: 0px;
    text-transform: none
}

.news-content .btn {
    background: #ed1262;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
}

.news-box {
    transition: all .3s ease;
}

    .news-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,.4);
    }




@media only screen and (min-width: 1024px) {
    .menu {
        top: 4.8rem;
        right: 21.8rem !important;
    }
}

.news-details-section {
    top: 120px;
    bottom: 30px;
}

.news-details-box {
    background: rgba(255,255,255,.96);
    border-radius: 16px;
    overflow: hidden;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 15px 45px rgba(0,0,0,.45);
}

.details-image {
    width: 100%;
   object-fit: cover;
}

.details-content {
    padding: 35px;
}

    .details-content h1 {
        color: #1d2021;
        font-size: 34px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.news-details-text {
    color: #333;
    font-size: 17px;
    line-height: 1.9;
}

.back-news {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}