@font-face {
    font-family: "mtavruli";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mtavruli.ttf)
}

@font-face {
    font-family: "glaho";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/glaho.ttf)
}

.rd-navbar-modern.rd-navbar-static .rd-nav-link {
    padding: 30px 16px 25px;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    z-index: 1;
}

body {
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: .05em;
    color: #151515;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}


h1, h2, h3, h4, h5, h6, [class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #151515;
    line-height: 1.5;
}

.post-creative-header {
    padding: 19px 15px 13px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    padding: 17px 33px 15px;
    font-size: 16px;
    line-height: 1.34;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.social-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
    color: #9b9b9b;
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .075em;
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #976f55;
}


.post-classic-panel {
    margin-bottom: -20px;
    margin-left: -36px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "mtavruli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.badge {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: transparent;
    border-radius: 0;
    z-index: 1;
}

.language_style {
    font-size:14px;
    font-family: "glaho", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 1200px) {
    .box-sportlight-caption {
        padding: 25px 22px 25px 38px;
    }
    .box-sportlight-title {
        margin-top: 5px;
        font-size: 18px;
        line-height: 1;
        letter-spacing: .075em;
    }
}

@media (min-width: 768px) {
    h5,
    .heading-5 {
        font-size: 18px;
    }
}