html.sr .load-hidden {
    visibility: hidden;
}

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    margin: 0;
}

.font-muli {
    font-family: 'Muli', sans-serif !important;
}

a:link {
    text-decoration: none;
}

hr {
    border-radius: 5px;
    border-width: 10px;
    border-color: #e95457;
}

.cula-mobile-nav {
    border-radius: 20px;
}

.navbar {
    background: #fff;
    box-shadow: 0 0 1px 1px #eb5c5f;
    height: 70px;
}

.navbar > div {
    display: inline;
    flex: 1;
}

.cula-flag {
    height: 2em !important;
    width: 2em !important;
    border-radius: 50% !important;
    margin-right: 5px;
}

/* CULA BUTTON */
.cula-button {
    position: relative;
    letter-spacing: 2px;
    color: #eb5c5f !important;
    border: 2px #eb5c5f solid;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}

.cula-button:hover {
    color: whitesmoke !important;
}

.cula-button:before {
    content: "";
    position: absolute;
    background: #eb5c5f;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: 0.09s ease-in;
    -o-transition: 0.09s ease-in;
    -moz-transition: 0.09s ease-in;
    -webkit-transition: 0.09s ease-in;
}

.cula-button:hover:before {
    top: 0;
}

.bg-cula {
    background: #eb5c5f;
}

.bg-cula-2 {
    background: #223843;
}

.text-cula {
    color: #eb5c5f !important;
}

.text-cula-2 {
    color: #223843 !important;
}

/* CIRCLE MENU */
.circle-menu {
    width: 600px;
    height: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0);
    transition: -webkit-transform 0.5s cubic-bezier(0.3, 1.4, 0.5, 0.9);
    transition: transform 0.5s cubic-bezier(0.3, 1.4, 0.5, 0.9);
}

.circle-menu-position {
    display: inline-block;
    position: absolute;
    top: -210px;
    left: -60px;
    right: 0;
    margin: auto;
}

.circle-item {
    position: absolute;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font: 26px Comfortaa, sans-serif;
    color: white !important;
    line-height: 48px;
    padding-top: 12px;
    border-radius: 300px;
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s, -webkit-transform 0.3s cubic-bezier(0.3, 1.4, 0.5, 0.9);
    transition: transform 0.4s cubic-bezier(0.3, 1.4, 0.5, 0.9), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.3, 1.4, 0.5, 0.9), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.3, 1.4, 0.5, 0.9);
}

.circle-item div {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.open .circle-item {
    pointer-events: auto;
    opacity: 1;
}

.circle-first {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #e95457;
    transition-delay: 0s;
}

.open .circle-first {
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    opacity: 1;
}

.open .circle-first:hover {
    background: #f9cecf;
    transition-delay: 0s;
}

.open .circle-first:active {
    background: #f9cecf;
}

.circle-second {
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
    background: #eb5c5f;
    transition-delay: 0.1s;
}

.open .circle-second {
    transition-delay: 0.1s;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    opacity: 1;
}

.open .circle-second:hover {
    background: #f9cecf;
    transition-delay: 0s;
}

.open .circle-second:active {
    background: #f9cecf;
}

.circle-third {
    top: 120px;
    left: 120px;
    right: 120px;
    bottom: 120px;
    background: #ef6b6e;
    transition-delay: 0.2s;
}

.open .circle-third {
    transition-delay: 0.2s;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    opacity: 1;
}

.open .circle-third:hover {
    background: #f9cecf;
    transition-delay: 0s;
}

.open .circle-third:active {
    background: #f9cecf;
}

.circle-fourth {
    top: 180px;
    left: 180px;
    right: 180px;
    bottom: 180px;
    background: #f18d8f;
    transition-delay: 0.3s;
}

.open .circle-fourth {
    transition-delay: 0.3s;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 180deg);
    opacity: 1;
}

.open .circle-fourth:hover {
    background: #f9cecf;
    transition-delay: 0s;
}

.open .circle-fourth:active {
    background: #f9cecf;
}

.circle-fifth {
    color: #eb5c5f !important;
    box-shadow: 0px 3px 3px #eb5c5f;
    top: 240px;
    left: 240px;
    right: 240px;
    bottom: 240px;
    background: white;
    transition-delay: 0.4s;
}

.open .circle-fifth {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}

.open .circle-fifth:active {
    background: #f9cecf;
}

.toggle {
    line-height: 120px;
    padding: 0;
    width: 120px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    transition-delay: 0s;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    box-shadow: inset 0 0 5px #e1e1e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f18d8f;
}

/* RESPONSIVE */
@media (max-width: 576px) {

    .language-box, .circle-menu {
        display: none !important;
    }

    .navbar {
        padding-right: 1rem;
        padding-left: 1rem;
        height: 80px;
        vertical-align: top !important;
    }
}