/*
Created by Netuce | ©2016
info@netuce.com
www.netuce.com
*/


/*CSS Reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

/*CSS Reset*/


/*
font-family: 'Open Sans', sans-serif;
*/


/*Document Index*/


/*
0.Device Independent Styles
0.1.Typographic Elements
0.2.Layout Elements
0.3.Visual Elements
0.4.Master Elements
0.5.Other Elements
0.6.Page Specific Elements
0.7.Page Templates Elements
0.8.Functional Classes

1.Desktop Styles
1.1.Typographic Elements
1.2.Layout Elements
1.3.Visual Elements
1.4.Master Elements
1.5.Other Elements
1.6.Page Specific Elements
1.7.Page Templates Elements

2.Mobile Styles
2.1.Typographic Elements
2.2.Layout Elements
2.3.Visual Elements
2.4.Master Elements
2.5.Other Elements
2.6.Page Specific Elements
2.7.Page Templates Elements

3.Tablet Styles
3.1.Typographic Elements
3.2.Layout Elements
3.3.Visual Elements
3.4.Master Elements
3.5.Other Elements
3.5.Page Specific Elements

4.Phone Styles
4.1.Typographic Elements
4.2.Layout Elements
4.3.Visual Elements
4.4.Master Elements

5.Animations

5.Netuce Slider
*/


/*0.Device Independent Styles*/


/*0.1.Typographic Elements*/

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.5rem;
}

    p.ntc-body {
        margin-bottom: 1.8rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #2c2b2b;
        text-align: justify;
    }

.ntc-heading1 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 300;
    color: #cb272f;
}

.ntc-heading2 {
    font-size: 1.6rem;
    font-weight: 300;
    color: #cb272f;
}

.ntc-heading3 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #cb272f;
}

.ntc-heading-underlined {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #cb272f;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 300;
    vertical-align: text-top;
    color: #cb272f;
}

.ntc-heding-fixed-underline:after {
    display: block;
    content: "";
    background-color: #fff;
}

.ntc-list,
.ntc-list-without-style {
    position: relative;
    margin-bottom: 2.3rem;
}

.ntc-list {
    margin-left: 15px;
    font-size: 1.2rem;
}

.ntc-list-without-style {
    left: 0px;
    list-style: none;
}

.ntc-relatively-small-text {
    font-size: 0.7em;
}

img.ntc-image-left-align {
    float: left;
    margin-right: 2.3rem;
}

.ntc-left-float-text {
    float: left;
    margin-right: 2.3rem;
}
/*0.1.Typographic Elements -END-*/
/*0.2.Layout Elements*/
body {
    position: relative;
    min-height: calc(100vh - 110px);
}

.ntc-fullwidth {
    width: 100%;
}

.ntc-fixedwidth {
    box-sizing: border-box;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.ntc-flex-full {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

    .ntc-flex-full > * {
        flex-grow: 1;
    }

/*0.2.Layout Elements -END-*/
/*0.3.Visual Elements*/
.ntc-margin-fill {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    height: 100%;
}

.ntc-blend-group {
    position: relative;
}

    .ntc-blend-group .ntc-blend-background,
    .ntc-blend-group .ntc-blend-content {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .ntc-blend-group .ntc-blend-content-relative-positioning {
        position: relative;
        height: 100%;
    }

    .ntc-blend-group .ntc-blend-background {
        mix-blend-mode: multiply;
        -webkit-mix-blend-mode: multiply;
    }

/*0.3.Visual Elements -END-*/
/*0.4.Master Elements*/
header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    color: #fff;
}

    header.sticky {
        position: fixed;
        z-index: 999;
    }

#ntc-secondary-nav {
    transition: all 0.3s ease;
}

    #ntc-secondary-nav.hidden {
        transform: translateY(-100%); /* Moves the nav out of view */
        opacity: 0; /* Hides the nav */
        height: 0 !important;
        pointer-events: none; /* Prevents interaction when hidden */
    }

#ntc-secondary-nav {
    height: 40px;
}

    #ntc-secondary-nav ul {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center;
        height: 100%;
        list-style: none;
        font-size: 0.8rem;
    }

        #ntc-secondary-nav ul li {
            margin-right: 30px;
        }

            #ntc-secondary-nav ul li a {
                font-size: 12px;
            }

            #ntc-secondary-nav ul li:last-child {
                margin-right: 0px;
            }

.ntc-main-nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 64px;
}

    .ntc-main-nav > .ntc-margin-fill.ntc-blend-group > .ntc-blend-background,
    .ntc-main-nav .ntc-page-nav.ntc-blend-group > .ntc-blend-background,
    .ntc-main-nav .ntc-mobile-nav.ntc-blend-group > .ntc-blend-background {
        background-color: #cb272f;
    }

    .ntc-main-nav > .ntc-margin-fill:first-child {
        margin-right: 5px;
    }

    .ntc-main-nav > .ntc-margin-fill:last-child {
        padding-left: 5px;
    }

    .ntc-main-nav .ntc-logo-nav,
    .ntc-main-nav .ntc-page-nav,
    .ntc-main-nav .ntc-mobile-nav {
        height: 100%;
    }

    .ntc-main-nav .ntc-logo-nav {
        flex-grow: 0;
        width: 180px;
        margin-right: 5px;
    }

        .ntc-main-nav .ntc-logo-nav img {
            width: 100%;
            height: auto;
        }

    .ntc-main-nav .ntc-page-nav nav {
        width: 100%;
        height: 100%;
        /*padding-left: 20px;*/
        display: flex;
        justify-content: flex-end;
    }

        .ntc-main-nav .ntc-page-nav nav ul {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            align-items: center;
            -webkit-align-items: center;
            width: 95%;
            /*width: 100%;*/
            height: 100%;
            list-style: none;
            font-size: 1.1rem;
        }

            .ntc-main-nav .ntc-page-nav nav ul li {
                /*margin-right: 35px;*/
                padding: 1rem;
            }

                .ntc-main-nav .ntc-page-nav nav ul li.active {
                    font-weight: 700;
                }

                .ntc-main-nav .ntc-page-nav nav ul li:last-child {
                    margin-right: 0px;
                }

                .ntc-main-nav .ntc-page-nav nav ul li a {
                    font-size: 15px;
                }

.ntc-page-nav.ntc-open {
    animation-name: ntc-main-nav-open;
    -webkit-animation-name: ntc-main-nav-open;
}

.ntc-page-nav.ntc-close {
    animation-name: ntc-main-nav-close;
    -webkit-animation-name: ntc-main-nav-close;
}

.ntc-hamburger-button {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
    top: -2px;
    left: 15px;
    width: 40px;
    height: 27px;
}

.ntc-hamburger-button-line {
    position: relative;
    width: 80%;
    height: 1px;
    background-color: #fff;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.ntc-hamburger-button.ntc-close-state .ntc-hamburger-button-line:first-child {
    animation-name: ntc-close-button-hamburger-button-top;
    -webkit-animation-name: ntc-close-button-hamburger-button-top;
}

.ntc-hamburger-button.ntc-open-state .ntc-hamburger-button-line:first-child {
    animation-name: ntc-close-button-hamburger-button-top-reverse;
    -webkit-animation-name: ntc-close-button-hamburger-button-top-reverse;
}

.ntc-hamburger-button.ntc-close-state .ntc-hamburger-button-line:last-child {
    animation-name: ntc-close-button-hamburger-button-bottom;
    -webkit-animation-name: ntc-close-button-hamburger-button-bottom;
}

.ntc-hamburger-button.ntc-open-state .ntc-hamburger-button-line:last-child {
    animation-name: ntc-close-button-hamburger-button-bottom-reverse;
    -webkit-animation-name: ntc-close-button-hamburger-button-bottom-reverse;
}

.ntc-hamburger-button.ntc-close-state .ntc-hamburger-button-line:nth-child(2) {
    animation-name: ntc-close-button-hamburger-button-middle;
    -webkit-animation-name: ntc-close-button-hamburger-button-middle;
}

.ntc-hamburger-button.ntc-open-state .ntc-hamburger-button-line:nth-child(2) {
    animation-name: ntc-close-button-hamburger-button-middle-reverse;
    -webkit-animation-name: ntc-close-button-hamburger-button-middle-reverse;
}

footer {
    position: absolute;
    bottom: -110px;
    width: 100%;
}

.ntc-footer-position-helper {
    width: 100%;
    height: 3px;
}

.ntc-footer-nav {
    width: 100%;
    height: 80px;
    border-top: 3px solid #cb272f;
    background-color: #343434;
}

    .ntc-footer-nav > ul {
        align-items: center;
        -webkit-align-items: center;
        height: 100%;
        list-style: none;
        color: #fff;
    }

.ntc-logo-footer {
    width: 80px;
}

.ntc-trademark {
    height: 30px;
    background-color: #e8e8e8;
    font-size: 0.7rem;
    color: #4f4f4f;
}

    .ntc-trademark > div.ntc-fixedwidth {
        position: relative;
        top: 7px;
        display: flex;
        justify-content: space-between;
    }

.kvkk-link {
    margin-left: auto;
    font-size: 0.9rem;
}

.ntc-slider-container {
    width: 100%;
    height: 100%;
}

.ntc-side-bar {
    background-color: rgba(0,0,0,0.4);
}

.ntc-side-bar-menu {
    box-sizing: border-box;
    height: auto;
    color: #fff;
}

    .ntc-side-bar-menu .ntc-side-bar-menu-title {
        color: #fff;
    }

    .ntc-side-bar-menu .ntc-side-bar-menu-list {
        list-style: none;
        color: #fff;
    }

        .ntc-side-bar-menu .ntc-side-bar-menu-list li {
            margin-bottom: 1.7rem;
        }

            .ntc-side-bar-menu .ntc-side-bar-menu-list li.active,
            .ntc-side-bar-menu .ntc-side-bar-menu-list li.active * {
                color: #cb272f;
                font-weight: 700;
            }

.ntc-page-content {
    position: relative;
    height: auto;
}

    .ntc-page-content article {
        position: relative;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 30px;
        color: #2c2b2b;
    }

        .ntc-page-content article:after {
            display: block;
            clear: both;
            content: "";
        }

.ntc-galeryList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .ntc-galeryList > li {
        display: block;
        width: calc(33.333% - 18px);
        margin-right: 27px;
        margin-bottom: 27px;
        box-sizing: border-box;
        padding-bottom: 4px;
    }

        .ntc-galeryList > li:nth-child(3n) {
            margin-right: 0;
        }

        .ntc-galeryList > li img {
            height: 100%;
            width: 100%;
            max-height: 200px;
            object-fit: cover;
            object-position: center;
            cursor: pointer;
            margin-bottom: 20px;
        }

/*0.4.Master Elements -END-*/
/*0.5.Other Elements*/
.ntc-description-list-with-image {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    list-style: none;
}

    .ntc-description-list-with-image li {
        max-width: 25%;
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
    }

        .ntc-description-list-with-image li > * {
            margin-bottom: 20px;
        }

        .ntc-description-list-with-image li .ntc-image-frame {
            width: 176px;
            border: 5px solid #fff;
            border-radius: 5px;
            margin-right: auto;
            margin-left: auto;
        }

.ntc-image-in-frame {
    width: 176px;
    height: 176px;
}

    .ntc-image-in-frame .ntc-blend-background {
        box-sizing: border-box;
        border-top: 88px solid #cb272f;
        border-right: 88px solid transparent;
        border-bottom: 88px solid transparent;
        border-left: 88px solid #cb272f;
    }

    .ntc-image-in-frame .ntc-blend-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
    }

.ntc-description-list-with-image li > h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #cb272f;
    text-transform: uppercase;
}

a.ntc-read-more {
    color: #929292;
    text-transform: uppercase;
}

span.ntc-caption-line {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 40px 5px 20px;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 5rem;
}

.ntc-caption.right-align,
.ntc-caption-line.right-align {
    text-align: right;
}

.ntc-caption.red,
.ntc-caption-line.red {
    color: #fff;
}

    .ntc-caption.red .ntc-blend-background,
    .ntc-caption-line.red .ntc-blend-background,
    .ntc-slider-content-container.red .ntc-blend-group .ntc-blend-background {
        color: #fff;
        background-color: #cb272f;
    }

.ntc-caption.bold,
.ntc-caption.bold *,
.ntc-caption-line.bold,
.ntc-caption-line.bold * {
    font-weight: 700 !important;
}

.ntc-caption.light,
.ntc-caption.light *,
.ntc-caption-line.light,
.ntc-caption-line.light * {
    font-weight: 300 !important;
}
/*0.5.Other Elements -END-*/
/*0.6.Page Specific Elements*/
/*0.6.1.Main Page*/
.ntc-landing-area {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/background-slide-Turn-Key.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .ntc-landing-area .slides li {
        position: relative;
        background-image: url(../img/background-slide-Turn-Key.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

#ntc-brief {
    position: relative;
    top: -100px;
}

#ntc-testimony {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    background-image: url(../img/background-testimony.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

    #ntc-testimony > div.ntc-testimony-content {
        padding-right: 50px;
        padding-left: 50px;
    }

.ntc-slider-content-container {
    display: flex;
    display: -webkit-flex;
}

.ntc-slider-content {
    flex-basis: 1200px;
    flex-grow: 0;
}
/*0.6.1.Main Page -END-*/
/*0.6.2.General Page*/
.ntc-fixed-page-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-image: url(../img/background-page.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ntc-background-map {
    width: 100%;
    height: calc(100% - 113px);
    filter: grayscale(1);
}
/*0.6.2.General Page -END-*/
/*0.6.Page Specific Elements -END-*/
/*0.Device Independent Styles -END-*/
/*1.Desktop Styles*/
@media only screen and (min-width: 1200px) {
    /*1.1.Typographic Elements*/
    .ntc-heading1 {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }

    .ntc-heding-fixed-underline:after {
        width: 75px;
        height: 3px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*1.1.Typographic Elements -END-*/
    /*1.4.Master Elements*/
    .ntc-mobile-nav {
        display: none;
    }

    .ntc-page-content {
        top: 200px;
        left: calc(50% - 300px);
        width: calc(50% + 300px);
    }

        .ntc-page-content article {
            padding-left: 70px;
            width: 900px;
        }

    .ntc-side-bar {
        position: fixed;
        top: 0px;
        left: 0px;
        width: calc(50% - 300px);
        height: 100vh;
    }

    .ntc-side-bar-menu {
        position: absolute;
        top: 200px;
        right: 0px;
        width: 300px;
    }

        .ntc-side-bar-menu .ntc-side-bar-menu-list {
            font-size: 1.2rem;
        }
    /*1.4.Master Elements -END-*/
}
/*1.Desktop Styles -END-*/
/*2.Mobile Styles*/
@media only screen and (max-width: 1199px) {
    /*2.1.Typographic Elements*/
    .ntc-heading1 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .ntc-heding-fixed-underline:after {
        width: 55px;
        height: 2px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /*2.1.Typographic Elements -END-*/
    /*2.2.Layout Elements*/
    .ntc-fixedwidth {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0px;
        margin-left: 0px;
    }

        .ntc-fixedwidth.without-padding-in-mobile {
            padding-right: 0px;
            padding-left: 0px;
        }
    /*2.2.Layout Elements -END-*/
    /*2.3.Visual Elements*/
    .ntc-margin-fill {
        display: none;
    }
    /*2.3.Visual Elements -END-*/
    /*2.4.Master Elements*/
    .ntc-main-nav {
        position: relative;
        height: 40px;
    }

        .ntc-main-nav .ntc-logo-nav {
            order: 2;
            width: 120px;
            margin-right: 15px;
            margin-left: 10px;
        }

        .ntc-main-nav .ntc-page-nav {
            position: absolute;
            top: 40px;
            left: 0px;
            z-index: 100;
            order: 1;
            width: 0px;
            height: 0px;
            overflow: hidden;
            animation-duration: 0.5s;
            -webkit-animation-duration: 0.5s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
        }

            .ntc-main-nav .ntc-page-nav nav {
                background-color: #353535;
            }

                .ntc-main-nav .ntc-page-nav nav ul {
                    flex-direction: column;
                    -webkit-flex-direction: column;
                    justify-content: flex-start;
                    -webkit-justify-content: flex-start;
                    align-items: flex-start;
                    -webkit-align-items: flex-start;
                    padding: 10px;
                }

                    .ntc-main-nav .ntc-page-nav nav ul li {
                        padding-top: 5px;
                        padding-bottom: 5px;
                    }

    .ntc-side-bar {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .ntc-side-bar-menu {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

        .ntc-side-bar-menu .ntc-side-bar-menu-list {
            font-size: 0.9rem;
        }

            .ntc-side-bar-menu .ntc-side-bar-menu-list li {
                display: inline-block;
                margin-right: 15px;
            }

    .ntc-page-content {
        width: 100%;
    }

        .ntc-page-content article {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }
    /*2.4.Master Elements -END-*/
    /*2.5.Other Elements -END-*/
    .ntc-description-list-with-image {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

        .ntc-description-list-with-image li {
            margin-bottom: 50px;
        }
    /*2.5.Other Elements -END-*/
}
/*2.Mobile Styles -END*/
/*3.Tablet Styles*/
@media only screen and (min-width: 501px) and (max-width: 1199px) {
    /*3.1.Typographic Elements*/
    .ntc-page-content article img {
        margin-bottom: 2.2rem;
    }
    /*3.1.Typographic Elements -END-*/
    /*3.4.Master Elements*/
    .ntc-side-bar-menu {
        padding-top: 130px;
    }
    /*3.4.Master Elements -END-*/
    /*3.5.Other Elements*/
    .ntc-description-list-with-image li {
        max-width: calc(50% - 60px);
    }
    /*3.5.Other Elements -END-*/
}
/*3.Tablet Styles -END-*/
/*4.Phone Styles*/
@media only screen and (max-width: 500px) {
    /*4.1.Typographic Elements*/
    img.ntc-image-left-align {
        width: 100% !important;
        margin-bottom: 2.2rem;
    }

    .ntc-page-content article img,
    article img.ntc-image-left-align {
        position: relative;
        /*left: -15px;
        width: calc(100% + 30px) !important;
        margin-bottom: 2.2rem;*/
    }
    /*4.1.Typographic Elements -END-*/
    /*4.2.Layout Elements*/
    .ntc-hide-in-phone-view {
        display: none;
    }
    /*4.2.Layout Elements -END-*/
    /*4.4.Master Elements*/
    .ntc-side-bar-menu {
        padding-top: 100px;
    }

    .ntc-footer-nav ul li {
        flex-grow: 0;
    }
    /*4.4.Master Elements -END-*/
    /*4.5.Other Elements*/
    .ntc-description-list-with-image li {
        max-width: 100%;
    }

    span.ntc-caption-line {
        font-size: 3rem;
    }
    /*4.5.Other Elements -END-*/
}
/*4.Phone Styles -END-*/
/*5.Animations*/
@-webkit-keyframes ntc-close-button-hamburger-button-top {
    0% {
        top: 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        top: 9px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        top: 9px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes ntc-close-button-hamburger-button-bottom {
    0% {
        top: 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        top: -9px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        top: -9px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@-webkit-keyframes ntc-close-button-hamburger-button-middle {
    0% {
        visibility: visible;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
    }
}

@-webkit-keyframes ntc-close-button-hamburger-button-top-reverse {
    0% {
        top: 9px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    50% {
        top: 9px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        top: 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes ntc-close-button-hamburger-button-bottom-reverse {
    0% {
        top: -9px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    50% {
        top: -9px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        top: 0px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes ntc-close-button-hamburger-button-middle-reverse {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@-webkit-keyframes ntc-main-nav-open {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 204px;
        height: 236px;
    }
}

@-webkit-keyframes ntc-main-nav-close {
    0% {
        width: 204px;
        height: 236px;
    }

    100% {
        width: 0px;
        height: 0px;
    }
}
/*5.Animations -END-*/

/*BB*/

