* {
    box-sizing: border-box;
}

@font-face {
    font-family: Overpass;
    src: url(../fonts/Overpass-Regular.ttf);
}

@font-face {
    font-family: OverpassBold;
    src: url(../fonts/Overpass-Bold.ttf);
}

@font-face {
    font-family: OverpassLight;
    src: url(../fonts/Overpass-Light.ttf);
}

body {
    font-size: 100%;
    font-family: Overpass, sans-serif;
    color: #fff;
    background: #fff;
    margin: 0;
    width: 100%;
}

.fixed-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% - 20px);
    height: 33vh;
    float: left;
    margin: 10px;
}

#logo-circle-k {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    z-index: 3;
    bottom: -40px;
}

#logo-circle-k img {
    width: 100%;
}

.fixed-wrapper .overlay {
    width: 100%;
    height: 33vh;
    transition: background 4s ease;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

.fixed-wrapper .overlay.withColor {
    background: #313561;
}

.fixed-wrapper .overlay.withoutColor {
    background: transparent;
}

.fixed-wrapper .image-fixed {
    width: 100%;
    height: 33vh;
    background: url(../image/circlek-background.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-position: center center;
}

.fixed-wrapper .circlek-background {
    width: 100%;
}

.wrapper {
    width: 100%;
    padding: 0;
}

.section {
    padding: 10px;
    width: 100%;
}

.section .intro-k {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    display: table;
    margin: auto;
    text-align: center;
}

.section .intro-k img {
    height: 40px;
}

.section .menu-k {
    padding: 10px 0 0 0;
    margin: auto;
    display: table;
}

.section .menu-k li {
    display: inline-block;
    padding: 0 5px;
}

.section .menu-k li.active a:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #313561;
    bottom: -2px;
    left: 50%;
    margin-left: -7px;
}

.section .menu-k li a {
    color: #222222;
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    width: 25px;
    display: block;
    text-align: center;
    position: relative;
}


/* .animationfirsttext.opacityOn {
    animation: opacityOn .5s ease-out forwards;
}

.animationfirsttext.opacityOut {
    animation: opacityOut .5s ease-out forwards;
}

.animationsecondtext.opacityOn {
    animation: opacityOn .5s ease-out forwards;
}

.animationsecondtext.opacityOut {
    animation: opacityOut .5s ease-out forwards;
}

.section .menu-k.fadeOut {
    animation: fadeOut 1s ease-out forwards;
} */

.section .intro-text-k {
    color: #4C4C4C;
    padding: 0;
    position: relative;
    text-align: center;
}

.section .intro-text-k>i {
    display: block;
    position: relative;
    top: 1px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #4C4C4C;
}

.section .intro-text-k>span.itk-contact {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #4C4C4C;
}

.section .intro-text-k>span.itk-contact strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    font-family: OverpassBold, sans-serif;
}

.section .intro-text-k>span.itk-contact strong a {
    font-size: 18px;
    line-height: 25px;
    color: #4C4C4C;
    font-family: OverpassBold, sans-serif;
    text-decoration: none;
}

.section .intro-text-k.margin-top {
    margin-top: 60px;
}

.animationfirsttext {
    margin-top: 50px;
}

.section .intro-text-k.bigger {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    font-family: OverpassLight, sans-serif;
}

.section .intro-text-k.medium {
    font-size: 12x;
    line-height: 24px;
}

.section .intro-text-k.smaller {
    font-size: 11px;
    line-height: 18px;
}

.section .intro-text-k.smaller strong {
    font-size: 14px;
    line-height: 20px;
    font-family: OverpassBold, sans-serif;
}

.contact-container .intro-text-k {
    margin-bottom: 25px;
}

.contact-container {
    padding-top: 25px;
}