html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
/* COLORS */
/* BG COLORS*/
/* MARGINS */
/* FONT SIZE */
/* LINE HEIGHTS */
/* LETTER SPACING */
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif, Verdana, Arial;
    font-size: 12px;
    background-color: #282828;
}
body.red {
    background-color: #d3091f;
}
body .content-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    body .content-wrapper {
        transform: scale(1) !important;
        opacity: 1 !important;
    }
}
body .content-wrapper.disclaimer {
    display: none;
}
body .content-wrapper h1 {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    text-transform: uppercase;
    line-height: 99px;
}
body .content-wrapper h2 {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
}
body .content-wrapper p {
    line-height: 24px;
}
body .content-wrapper p a {
    /*-moz-text-decoration-color: #;
    text-decoration-color: #;*/
}
body .content-wrapper .button {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
body .content-wrapper .button:hover {
    background-color: #d2c291 !important;
    color: #f6ebd5 !important;
}
@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 990px !important;
    }
}
.centerize {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@-webkit-keyframes arrow-move {
    0% {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -0-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -0-transform: translateY(8px);
        transform: translateY(8px);
    }
}
.padding-0 {
    padding: 0;
}
.nls {
    letter-spacing: 0px;
}
.sp {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sm {
    margin-top: 80px;
    margin-bottom: 80px;
}
.tac {
    text-align: center;
}
@media (max-width: 991px) {
    .tac-sm {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tac-xs {
        text-align: center;
    }
}
.cover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.spacer {
    background: #d3091f;
    height: 7vw;
}
.oh {
    overflow: hidden;
}
body .k18 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #d3091f;
    display: table;
    z-index: 999999;
}
body .k18.show {
    display: block;
}
body .k18 .container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
body .k18 .container .content {
    position: relative;
    height: 393px;
    opacity: 0;
    transform: scale(0.9);
}
@media (max-width: 767px) {
    body .k18 .container .content {
        height: 263px;
    }
}
body .k18 .container .content .logo {
    width: 192px;
    height: 165px;
    background-size: 192px 165px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 767px) {
    body .k18 .container .content .logo {
        width: 83px;
        height: 71px;
        background-size: 83px 71px;
    }
}
body .k18 .container .content p {
    position: relative;
    font-family: 'serifa', sans-serif, verdana;
    color: #d2c291;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 211px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    body .k18 .container .content p {
        letter-spacing: 3px;
        padding-top: 100px;
        line-height: 20px;
        font-size: 14px;
    }
}
body .k18 .container .content p.cookie {
    text-transform: initial;
    font-family: sans-serif, Verdana, Arial;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-top: 0px;
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    body .k18 .container .content p.cookie {
        margin-bottom: 30px;
    }
}
body .k18 .container .content p.cookie a {
    text-decoration: underline;
    color: #d2c291;
}
body .k18 .container .content .btn {
    display: inline-block;
    font-family: 'serifa', sans-serif, verdana;
    color: #d2c291;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 8px 38px;
    border: 2px solid #d2c291;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0;
}
@media (max-width: 767px) {
    body .k18 .container .content .btn {
        padding: 6px 20px;
        font-size: 14px;
    }
}
body .k18 .container .content .btn:hover {
    background-color: #d2c291;
    color: #000000;
}
body .k18 .container .content .btn span {
    letter-spacing: 0px;
}
body .k18 .container .content .btn.yes {
    margin-right: 41px;
}
@media (max-width: 767px) {
    body .k18 .container .content .btn.yes {
        margin-right: 15px;
    }
}
body .k18 .container .black-curtain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    opacity: 1;
    z-index: -1;
}
.touch body.popup {
    height: auto !important;
}
.touch body.video {
    height: 100% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .touch body.spora-dt {
        height: 100% !important;
    }
}
body.popup {
    height: 100%;
}
@media (min-width: 992px) {
    body.popup {
        height: 100%;
        min-height: 100%;
    }
}
body.popup .content-wrapper {
    display: none;
}
body.video {
    height: 100%;
}
body .popup {
    position: fixed;
    z-index: 999888;
    width: 100%;
    background-color: #f6ebd5;
    display: none;
    opacity: 0;
    top: 10%;
    overflow: hidden;
    /*min-height: 100%;*/
    padding-bottom: 100px;
    height: 100%;
}
@media (max-width: 767px) {
    body .popup.popup-spora-dt {
        height: auto;
        overflow: auto;
    }
}
body .popup.show {
    display: block;
}
body .popup.pr {
    position: relative;
}
body .popup.popup-spora-dt {
    height: 100%;
    overflow: auto;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
body .popup.popup-video {
    background-color: #000000;
    min-height: 100%;
}
body .popup.popup-video iframe {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 768px) {
    body .popup.popup-video iframe {
        width: 100%;
    }
}
body .popup .close-popup {
    position: fixed;
    right: 7px;
    top: 7px;
    width: 32px;
    height: 32px;
    z-index: 999999;
    cursor: pointer;
}
body .popup .close-popup .cont .line {
    position: absolute;
    top: 18px !important;
    right: 7px;
    height: 3px;
    width: 20px;
    background-color: #d2c291;
}
body .popup .close-popup .cont .line.st {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .popup .close-popup .cont .line.nd {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
body .popup .container {
    position: relative;
}
body .popup .container .product {
    display: none;
}
body .popup .container .product.show {
    display: block;
}
body .popup .container .product.p1 ul.desc li.d1 .path {
    stroke-dasharray: 48px, 119.593px;
}
body .popup .container .product.p1 ul.desc li.d2 .path {
    stroke-dasharray: 60px, 119.593px;
}
body .popup .container .product.p1 ul.desc li.d3 .path {
    stroke-dasharray: 72px, 119.593px;
}
body .popup .container .product.p1 ul.desc li.d4 .path {
    stroke-dasharray: 36px, 119.593px;
}
body .popup .container .product.p2 ul.desc li.d1 .path {
    stroke-dasharray: 36px, 119.593px;
}
body .popup .container .product.p2 ul.desc li.d2 .path {
    stroke-dasharray: 60px, 119.593px;
}
body .popup .container .product.p2 ul.desc li.d3 .path {
    stroke-dasharray: 108px, 119.593px;
}
body .popup .container .product.p2 ul.desc li.d4 .path {
    stroke-dasharray: 60px, 119.593px;
}
body .popup .container .product.p3 ul.desc li.d1 .path {
    stroke-dasharray: 48px, 119.593px;
}
body .popup .container .product.p3 ul.desc li.d2 .path {
    stroke-dasharray: 60px, 119.593px;
}
body .popup .container .product.p3 ul.desc li.d3 .path {
    stroke-dasharray: 72px, 119.593px;
}
body .popup .container .product.p3 ul.desc li.d4 .path {
    stroke-dasharray: 36px, 119.593px;
}
body .popup .container .product ul.desc {
    padding-left: 0;
    height: 86px;
    margin-top: 22px;
}
body .popup .container .product ul.desc li {
    display: inline-block;
    float: left;
    width: 72px;
    text-align: center;
    color: #d2c291;
    text-transform: uppercase;
}
body .popup .container .product ul.desc li.d1 {
    width: 57px;
}
body .popup .container .product ul.desc li .circle {
    position: relative;
    width: 43px;
    height: 43px;
    margin: 0 15px;
}
body .popup .container .product ul.desc li .circle span {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
body .popup .container .product ul.desc li .circle span.number {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    line-height: 44px;
    font-weight: bold;
    font-size: 14px;
}
body .popup .container .product ul.desc li .circle svg {
    position: absolute;
    overflow: visible;
    left: 0;
    right: 0;
}
body .popup .container .product ul.desc li .circle svg .path-bg {
    stroke-width: 1px;
}
body .popup .container .product ul.desc li span.desc-text {
    float: left;
    margin-top: 5px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    width: 72px;
}
body .popup .container .product ul.desc li:first-child .circle {
    margin: 0;
}
body .popup .container .product ul.desc li:first-child span.desc-text {
    width: 42px;
}
body .logo {
    position: absolute;
    width: 83px;
    height: 71px;
    background-image: url('images/Koff-navi-logo.png');
    background-size: 83px 71px;
    z-index: 88888888;
}
@media (max-width: 767px) {
    body .logo {
        top: 15px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    body .logo {
        top: 15px;
        left: 18px;
    }
}
body .logo.cont {
    opacity: 0;
    display: none;
}
@media (max-width: 767px) {
    body .logo.cont {
        display: block;
    }
}
body .navi-btn {
    position: absolute;
    right: 12px;
    top: 17px;
    width: 32px;
    height: 32px;
    z-index: 8888;
    opacity: 0;
    /*@media(max-width: 767px){
    right: 7px;
    top: 7px;
}*/
}
@media (min-width: 768px) {
    body .navi-btn {
        display: none;
    }
}
body .navi-btn .cont .line {
    position: absolute;
    right: 8px;
    height: 3px;
    width: 20px;
    background-color: #d2c291;
}
body .navi-btn .cont .line.st {
    top: 8px;
}
body .navi-btn .cont .line.nd {
    top: 14px;
}
body .navi-btn .cont .line.rd {
    top: 20px;
}
body .navi-btn .cont .line.th {
    top: 23px;
}
body .navi-btn.open .cont .line {
    right: 7px;
    top: 13px !important;
}
body .navi-btn.open .cont .line.st {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .navi-btn.open .cont .line.nd {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
body .navigation {
    position: absolute;
    width: 100%;
    height: 120px;
    z-index: 888;
    opacity: 0;
    background-color: #d3091f;
}
@media (min-width: 768px) {
    body .navigation {
        top: 0px;
        top: -20px;
        bottom: auto !important;
        display: block !important;
    }
}
@media (max-width: 767px) {
    body .navigation {
        height: 100%;
        position: fixed;
        background-color: #d3091f;
        bottom: -100%;
        display: none;
        top: auto !important;
    }
}
body .navigation.red {
    background-color: #d3091f;
}
body .navigation .container {
    position: relative;
    height: 120px;
    text-align: center;
}
@media (max-width: 767px) {
    body .navigation .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }
}
body .navigation .container .navi-container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media (max-width: 767px) {
    body .navigation .container .navi-container {
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 250px;
        transform: translateY(43px);
    }
}
body .navigation .container .navi-container .navi {
    position: relative;
}
@media (min-width: 768px) {
    body .navigation .container .navi-container .navi {
        float: right;
    }
}
body .navigation .container .navi-container .navi li {
    display: inline-block;
    float: left;
    line-height: 100px;
    height: 100px;
}
@media (min-width: 768px) {
    body .navigation .container .navi-container .navi li {
        text-align: right;
        margin-left: 40px;
    }
}
@media (min-width: 992px) {
    body .navigation .container .navi-container .navi li {
        text-align: right;
        margin-left: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .navigation .container .navi-container .navi li:nth-child(4) {
        text-align: center;
    }
    body .navigation .container .navi-container .navi li:nth-child(6) {
        text-align: center;
    }
    body .navigation .container .navi-container .navi li:nth-child(6) span {
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .navigation .container .navi-container .navi li.lli {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .navigation .container .navi-container .navi li.rli {
        text-align: right;
    }
}
body .navigation .container .navi-container .navi li:first-child {
    clear: left;
    margin-left: 0px;
}
@media (min-width: 768px) {
    body .navigation .container .navi-container .navi li:first-child {
        text-align: left;
    }
    body .navigation .container .navi-container .navi li:first-child span {
        margin-left: 15px;
    }
    body .navigation .container .navi-container .navi li:first-child span span {
        margin: 0;
    }
}
body .navigation .container .navi-container .navi li:last-child {
    clear: right;
}
@media (min-width: 768px) {
    body .navigation .container .navi-container .navi li:last-child {
        text-align: right;
    }
    body .navigation .container .navi-container .navi li:last-child span {
        margin-right: 15px;
    }
    body .navigation .container .navi-container .navi li:last-child span span {
        margin: 0;
    }
}
@media (max-width: 767px) {
    body .navigation .container .navi-container .navi li {
        width: 100%;
        line-height: 50px;
        height: 50px;
    }
    body .navigation .container .navi-container .navi li.logo-pos {
        display: none;
    }
}
body .navigation .container .navi-container .navi li span {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #d2c291;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 8px;
    cursor: pointer;
}
body .navigation .container .navi-container .navi li span.lh {
    position: relative;
}
body .navigation .container .navi-container .navi li span.lh:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #d2c291;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999;
}
body .navigation .container .navi-container .navi li span:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
body .navigation .container .navi-container .navi li span span {
    letter-spacing: 0;
}
@media (max-width: 767px) {
    body .navigation .container .navi-container .navi li span {
        font-size: 18px;
    }
}
body .navigation .container .navi-container .navi li.active span:after {
    width: 100%;
}
body .gallery-page {
    width: 100%;
    height: 100vh;
    position: relative;
}
body .gallery-page .slide {
    width: 98vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body .gallery-page .button-cont {
    text-align: center;
    position: absolute !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 54%;
}
body .gallery-page .button-cont .button {
    background-color: transparent !important;
}
body .gallery-page .button-cont .button .play-icon {
    width: 82px;
    height: 82px;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
body .gallery-page .button-cont .button .play-icon:hover {
    opacity: 0.7;
}
body .arrow-down {
    position: absolute;
    height: 45px;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 999;
}
@media (max-width: 767px) {
    body .arrow-down {
        bottom: -7px !important;
    }
}
body .arrow-down .acont {
    position: relative;
    width: 29px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    -webkit-animation: arrow-move 0.8s ease-in-out 0s infinite alternate;
    -moz-animation: arrow-move 0.8s ease-in-out 0s infinite alternate;
    -o-animation: arrow-move 0.8s ease-in-out 0s infinite alternate;
    animation: arrow-move 0.8s ease-in-out 0s infinite alternate;
}
body .arrow-down .acont .line {
    position: absolute;
    height: 3px;
    background-color: #d2c291;
    width: 16px;
    top: 0px;
}
body .arrow-down .acont .line.l1 {
    left: 0;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
body .arrow-down .acont .line.l2 {
    right: 0;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
body .frontpage {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #d3091f;
    display: table;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) {
    body .frontpage {
        min-height: 620px;
    }
}
@media (max-width: 767px) {
    body .frontpage {
        min-height: 480px;
    }
}
body .frontpage .container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
}
@media (max-width: 767px) {
    body .frontpage .container {
        width: 410px;
    }
}
@media (max-width: 413px) {
    body .frontpage .container {
        width: 320px;
    }
}
body .frontpage .container.fpc {
    transform: scale(0.95);
}
body .frontpage .container p {
    margin: 0;
    height: 63px;
    line-height: 63px;
    overflow: hidden;
    text-align: justify;
}
body .frontpage .container p.mb {
    margin-bottom: 41px;
}
@media (max-width: 767px) {
    body .frontpage .container p.mb {
        margin-bottom: -4px;
    }
}
@media (max-width: 413px) {
    body .frontpage .container p.mb {
        margin-bottom: -19px;
    }
}
body .frontpage .container p span {
    float: left;
    font-weight: bold;
    font-size: 90px;
    text-transform: uppercase;
    letter-spacing: 35px;
    height: 58px;
    line-height: 70px;
    font-family: serifa;
    color: #a6191b;
}
@media (max-width: 767px) {
    body .frontpage .container p span {
        letter-spacing: 19px;
        font-size: 44px;
    }
}
@media (max-width: 413px) {
    body .frontpage .container p span {
        letter-spacing: 13px;
        font-size: 35px;
    }
}
body .frontpage .container p span.nls {
    letter-spacing: 0 !important;
    width: auto;
}
@media (min-width: 768px) {
    body .frontpage .container p span.fl {
        letter-spacing: 31px;
    }
}
@media (min-width: 992px) {
    body .frontpage .container p span.fl {
        letter-spacing: 63px;
    }
}
@media (min-width: 1200px) {
    body .frontpage .container p span.fl {
        letter-spacing: 65px;
    }
}
body .frontpage .container p span.sl.empty {
    width: 20px;
}
@media (min-width: 414px) {
    body .frontpage .container p span.sl.empty {
        width: 28px;
    }
}
@media (min-width: 768px) {
    body .frontpage .container p span.sl {
        letter-spacing: 24px;
    }
    body .frontpage .container p span.sl.empty {
        width: 90px;
    }
}
@media (min-width: 992px) {
    body .frontpage .container p span.sl {
        letter-spacing: 56px;
    }
    body .frontpage .container p span.sl.empty {
        width: 118px;
    }
}
@media (min-width: 1200px) {
    body .frontpage .container p span.sl {
        letter-spacing: 60px;
    }
    body .frontpage .container p span.sl.empty {
        width: 114px;
    }
}
body .frontpage .container p span.tl {
    letter-spacing: 11px;
}
@media (min-width: 414px) {
    body .frontpage .container p span.tl {
        letter-spacing: 17px;
    }
}
@media (min-width: 768px) {
    body .frontpage .container p span.tl {
        letter-spacing: 26px;
    }
}
@media (min-width: 992px) {
    body .frontpage .container p span.tl {
        letter-spacing: 58px;
    }
}
@media (min-width: 1200px) {
    body .frontpage .container p span.tl {
        letter-spacing: 61px;
    }
}
body .frontpage .container p span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0rem;
    line-height: 0;
    letter-spacing: 0px;
}
body .frontpage .container p span span {
    position: absolute;
    top: 0px;
}
body .frontpage .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -245px;
    width: 959px;
    z-index: 999;
    opacity: 0;
}
@media (max-width: 767px) {
    body .frontpage .hero {
        margin-left: -262px;
        margin-top: -135px !important;
        width: 540px;
    }
}
@media (max-width: 413px) {
    body .frontpage .hero {
        margin-left: -210px;
        margin-top: -109px !important;
        width: 441px;
    }
}
/*
body .frontpage .some {
opacity: 0;
position: absolute;
bottom: 27px;
left: 0;
right: 0;
margin: 0 auto;
height: 21px;
line-height: 20px;
z-index: 999;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
body .frontpage .some {
bottom: 24px !important;
width: 100%;
}
}
body .frontpage .some ul {
float: right;
z-index: 999988;
}
@media (max-width: 767px) {
body .frontpage .some ul {
margin-right: 5px;
}
}
body .frontpage .some ul li {
list-style-type: none;
display: inline-block;
margin-left: 15px;
}
body .frontpage .some ul li.desc {
font-family: 'serifa', sans-serif, verdana;
font-size: 12px;
color: #d2c291;
}
@media (max-width: 767px) {
body .frontpage .some ul li.desc {
display: none;
}
}
body .frontpage .some ul li .fb,
body .frontpage .some ul li .yt {
cursor: pointer;
}
body .frontpage .some ul li .fb:hover,
body .frontpage .some ul li .yt:hover {
opacity: 0.9;
}
body .frontpage .some ul li .fb {
width: 20px;
height: 20px;
}
body .frontpage .some ul li .yt {
margin-top: 1px;
width: 48px;
height: 21px;
}
*/
body .content-wrapper .products {
    width: 100%;
    height: 100%;
    background-color: #f5ebd5;
    overflow: hidden;
}
@media (min-width: 992px) {
    body .content-wrapper .products {
        min-height: 740px;
    }
}
body .content-wrapper .products .container {
    position: relative;
    text-align: center;
}
body .content-wrapper .products .container.carousel {
    height: 100%;
}
body .content-wrapper .products .container .product-name,
body .content-wrapper .products .container .product-content-container {
    position: absolute;
}
body .content-wrapper .products .container .product-name,
body .content-wrapper .products .container .product-content-container,
body .content-wrapper .products .container .product-image {
    opacity: 0;
    z-index: 333;
}
body .content-wrapper .products .container .product-name.p1,
body .content-wrapper .products .container .product-content-container.p1,
body .content-wrapper .products .container .product-image.p1 {
    opacity: 1;
}
body .content-wrapper .products .container .product-name {
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 233px;
}
body .content-wrapper .products .container .product-name h1 {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    letter-spacing: 9px;
    text-align: left;
    width: 400px;
    font-size: 130px;
    line-height: 110px;
    color: #d2c291;
    margin: 0;
}
body .content-wrapper .products.crisp .container .product-name h1 {
    font-size: 70px;
    line-height: 55px;
}
@media (min-width: 992px) {
    body .content-wrapper .products .container .product-name h1 {
        margin: -8px 0 0 0;
    }
}
body .content-wrapper .products .container .product-image {
    height: 100%;
}
body .content-wrapper .products .container .product-image img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-55%);
    width: 306px;
}
body .content-wrapper .products .container .product-content-container {
    width: 320px;
    right: 27px;
    height: 100%;
}
body .content-wrapper .products .container .product-content-container .product-content {
    text-align: left;
    color: #717171;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-55%);
}
body .content-wrapper .products .container ul.product-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 9999;
}
body .content-wrapper .products .container ul.product-nav li {
    /*border: 1px solid #202020;*/
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    color: #d2c291;
    text-transform: uppercase;
    letter-spacing: 4px;
    min-height: 1px;
    margin-bottom: 1em;
}
body .content-wrapper .products .container ul.product-nav li.zero {
    width: 0%;
}
body .content-wrapper .products .container ul.product-nav li span {
    font-weight: bold;
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    font-size: 14px;
    color: #d2c291;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 8px;
    cursor: pointer;
    /*@media(max-width: 767px){
    opacity: 0;
}*/
}
body .content-wrapper .products .container ul.product-nav li span.lh {
    position: relative;
}
body .content-wrapper .products .container ul.product-nav li span.lh:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #d2c291;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999;
}
body .content-wrapper .products .container ul.product-nav li span:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
body .content-wrapper .products .container ul.product-nav li span span {
    letter-spacing: 0;
}
body .content-wrapper .products .container ul.product-nav li.active span:after {
    width: 100%;
}
body .content-wrapper .products .container ul.desc {
    padding-left: 0;
    height: 86px;
    margin-top: 22px;
}
body .content-wrapper .products .container ul.desc li {
    display: inline-block;
    float: left;
    width: 72px;
    text-align: center;
    color: #d2c291;
    text-transform: uppercase;
}
body .content-wrapper .products .container ul.desc li.d1 {
    width: 57px;
}
body .content-wrapper .products .container ul.desc li .circle {
    position: relative;
    width: 43px;
    height: 43px;
    margin: 0 15px;
}
body .content-wrapper .products .container ul.desc li .circle span {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
body .content-wrapper .products .container ul.desc li .circle span.number {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    line-height: 44px;
    font-weight: bold;
    font-size: 14px;
}
body .content-wrapper .products .container ul.desc li .circle svg {
    position: absolute;
    overflow: visible;
    left: 0;
    right: 0;
}
body .content-wrapper .products .container ul.desc li .circle svg .path-bg {
    stroke-width: 1px;
}
body .content-wrapper .products .container ul.desc li span.desc-text {
    float: left;
    margin-top: 5px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    width: 72px;
    font-weight: bold;
}
body .content-wrapper .products .container ul.desc li:first-child .circle {
    margin: 0;
}
body .content-wrapper .products .container ul.desc li:first-child span.desc-text {
    width: 42px;
}
body .content-wrapper .products .container ul.desc li.d1 .path {
    stroke-dasharray: 86.4px, 119.593px;
}
body .content-wrapper .products .container ul.desc li.d2 .path {
    stroke-dasharray: 60px, 119.593px;
}
body .content-wrapper .products .container ul.desc li.d3 .path {
    stroke-dasharray: 72px, 119.593px;
}
body .content-wrapper .products .container ul.desc li.d4 .path {
    stroke-dasharray: 36px, 119.593px;
}
body .content-wrapper .products-mobile {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f6ebd5;
    overflow: hidden;
}
@media (max-width: 767px) {
    body .content-wrapper .products-mobile {
        min-height: 480px;
    }
}
body .content-wrapper .products-mobile .container {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
body .content-wrapper .products-mobile .container.carousel-mobile {
    width: 50%;
    padding: 0;
    margin: auto;
}
body .content-wrapper .products-mobile .container.carousel-mobile h1 {
    text-align: center;
    color: #d2c291;
    font-size: 99px;
    letter-spacing: 10px;
    line-height: 86px;
    margin-bottom: -80px;
    margin-top: 0px;
}
@media (max-width: 767px) {
    body .content-wrapper .products-mobile .container.carousel-mobile h1 {
        font-size: 50px;
        letter-spacing: 4px;
        line-height: 42px;
        margin-bottom: -34px;
    }
    body .content-wrapper .products-mobile.crisp .container.carousel-mobile h1 {
        font-size: 42px;
        letter-spacing: 3px;
        line-height: 41px;
    }
}
@media (max-width: 374px) {
    body .content-wrapper .products-mobile .container.carousel-mobile h1 {
        margin-bottom: -29px;
    }
}
body .content-wrapper .products-mobile .container.carousel-mobile h1.full {
    margin-bottom: 10px;
    width: 200%;
    margin-left: -50%;
}
body .content-wrapper .products-mobile .container.carousel-mobile .product-images .slick-list {
    overflow: visible;
}
body .content-wrapper .products-mobile .container.carousel-mobile .product-images .product {
    text-align: center;
    outline: none;
}
body .content-wrapper .products-mobile .container.carousel-mobile .product-images .product img {
    cursor: pointer;
    margin: 0 auto;
    outline: none;
}
@media (max-width: 991px) {
    body .content-wrapper .products-mobile .container.carousel-mobile .product-images .product img {
        height: 560px;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .products-mobile .container.carousel-mobile .product-images .product img {
        height: 300px;
    }
}
@media (max-width: 374px) {
    body .content-wrapper .products-mobile .container.carousel-mobile .product-images .product img {
        height: 250px;
    }
}
body .content-wrapper .products-mobile .read-more {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    font-weight: bold;
    color: #d2c291;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 2px solid #d2c291;
    display: inline-block;
    padding: 9px 10px;
}
@media (max-width: 991px) {
    body .content-wrapper .products-mobile .read-more {
        margin-top: 30px;
        width: 220px;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .products-mobile .read-more {
        margin-top: 20px;
    }
}
@media (max-width: 374px) {
    body .content-wrapper .products-mobile .read-more {
        margin-top: 15px;
    }
}
body .content-wrapper .products-mobile .read-more span {
    letter-spacing: 0;
}
body .content-wrapper .products-mobile .b-container {
    width: 200%;
    margin-left: -50%;
    text-align: center;
}
body .popup-product {
    height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    body .popup-product .container {
        width: 520px;
    }
}
body .popup-product .container .product {
    margin-bottom: 50px;
}
body .popup-product .container .product .product-image {
    width: 100%;
    text-align: center;
}
@media (max-width: 991px) {
    body .popup-product .container .product .product-image img {
        margin-top: 0px;
        max-height: 645px;
    }
}
@media (max-width: 767px) {
    body .popup-product .container .product .product-image img {
        margin-top: 0px;
        max-height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .popup-product .container .product .product-image img {
        margin-top: 0px;
    }
}
body .popup-product .container .product h1 {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    text-align: center;
    color: #d2c291;
    font-size: 99px;
    letter-spacing: 10px;
    line-height: 86px;
    margin-bottom: 0px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    body .popup-product .container .product h1 {
        font-size: 50px;
        letter-spacing: 4px;
        line-height: 42px;
        margin-bottom: 0px;
    }
}
body .popup-product .container .product p {
    color: #717171;
    line-height: 24px;
}
body .content-wrapper .videopage {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: table;
    overflow: hidden;
    text-align: center;
}
body .content-wrapper .videopage .video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
}
body .content-wrapper .videopage .button-cont {
    position: absolute !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .content-wrapper .videopage .button-cont .button {
    background-color: transparent !important;
}
body .content-wrapper .videopage .button-cont .button .play-icon {
    width: 82px;
    height: 82px;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
body .content-wrapper .videopage .button-cont .button .play-icon:hover {
    opacity: 0.7;
}
.touch .video-viewport {
    display: none;
}
body .content-wrapper .facebook {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook {
        padding-bottom: 50px;
    }
}
body .content-wrapper .facebook .container {
    text-align: center;
}
body .content-wrapper .facebook .container h1 {
    color: #d2c291;
    font-size: 99px;
    margin-top: 87px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    letter-spacing: 10px;
    line-height: 85px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container h1 {
        margin-top: 50px;
        font-size: 50px;
        letter-spacing: 4px;
        line-height: 50px;
        margin-bottom: 35px;
    }
}
body .content-wrapper .facebook .container p.dc {
    font-family: 'serifa', sans-serif, verdana;
    text-align: center;
    font-size: 16px;
    color: #d2c291;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
body .content-wrapper .facebook .container .btn {
    display: inline-block;
    font-family: 'serifa', sans-serif, verdana;
    text-align: center;
    font-size: navi-link-size;
    color: #d2c291;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 50px;
    border: 2px solid #d2c291;
    border-radius: 0px;
    padding: 8px 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container .btn {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 21px;
        padding: 8px 18px;
        white-space: normal;
        margin-top: 46px;
    }
}
body .content-wrapper .facebook .container .btn:hover {
    background-color: #d2c291;
    color: #fafafa;
}
body .content-wrapper .facebook .container .btn span {
    letter-spacing: 0px;
}
body .content-wrapper .facebook .container a {
    text-decoration: none;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container .post-container {
        width: 48%;
        float: left;
        padding: 0 0 50% 0;
        margin: 1%;
    }
}
body .content-wrapper .facebook .container .post-container .image-container {
    position: relative;
    height: 200px;
    margin-bottom: 30px;
    background-image: url('images/video-bg-temp.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 992px) {
    body .content-wrapper .facebook .container .post-container .image-container {
        height: 293px;
    }
}
@media (max-width: 991px) {
    body .content-wrapper .facebook .container .post-container .image-container {
        height: 220px;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container .post-container .image-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
body .content-wrapper .facebook .container .post-container .image-container .koff-logo,
body .content-wrapper .facebook .container .post-container .image-container .post-title,
body .content-wrapper .facebook .container .post-container .image-container .date,
body .content-wrapper .facebook .container .post-container .image-container .fb-like,
body .content-wrapper .facebook .container .post-container .image-container .fb-icon {
    position: absolute;
}
body .content-wrapper .facebook .container .post-container .image-container .koff-logo {
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-image: url('images/Koff-facebook-icon.jpg');
    background-size: 40px 40px;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container .post-container .image-container .koff-logo {
        display: none;
    }
}
body .content-wrapper .facebook .container .post-container .image-container .post-date {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
}
body .content-wrapper .facebook .container .post-container .image-container .post-title {
    left: 60px;
    color: #ffffff;
    top: 11px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'serifa', sans-serif, verdana;
}
body .content-wrapper .facebook .container .post-container .image-container .date {
    left: 60px;
    top: 30px;
    color: #ffffff;
}
@media (max-width: 767px) {
    body .content-wrapper .facebook .container .post-container .image-container .post-title,
    body .content-wrapper .facebook .container .post-container .image-container .date {
        left: 15px;
    }
}
body .content-wrapper .facebook .container .post-container .image-container .fb-like {
    width: 75px;
    height: 17px;
    line-height: 20px;
    bottom: 10px;
    left: 10px;
    background-image: url('images/thumb-icon.png');
    background-size: 17px 17px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'serifa', sans-serif, verdana;
}
body .content-wrapper .facebook .container .post-container .image-container .fb-icon {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
    background-image: url('images/fb-icon.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
body .content-wrapper .facebook .container .post-container .image-container p {
    font-family: 'serifa', sans-serif, Verdana, Arial;
    color: #d2c291;
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 30px;
    line-height: 18px;
    text-transform: uppercase;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .content-wrapper .facebook .container .post-container .image-container p span.btn:hover {
    background-color: transparent;
    color: #d2c291;
}
@media (max-width: 991px) {
    body .content-wrapper .facebook .container .post-container .image-container p {
        font-size: 11px;
        padding: 0 15px;
        letter-spacing: 3px;
    }
}
body .content-wrapper .facebook .container .post-container .image-container .curtain {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
@media (min-width: 992px) {
    body .content-wrapper .facebook .container .post-container .image-container:hover p {
        opacity: 1;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    body .content-wrapper .facebook .container .post-container .image-container:hover .curtain {
        opacity: 0.6;
    }
}
body {
    /* SAME CONTENT FOR POPUP AND CONTENT */
}
body .content-wrapper .spora {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    padding: 100px 0;
}
@media (min-width: 992px) {
    body .content-wrapper .spora {
        height: 100%;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .spora {
        padding: 0 0 50px;
        font-size: 50px;
        line-height: 50px;
    }
}
body .content-wrapper .spora.gold {
    background-color: #f6ebd5;
}
@media (min-width: 992px) {
    body .content-wrapper .spora.small .container {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
body .content-wrapper .spora.small .container .si-holder {
    position: relative;
}
body .content-wrapper .spora.small .container .si-holder .spora-img {
    position: absolute;
    right: 0;
    top: -192px;
}
@media (max-width: 991px) {
    body .content-wrapper .spora.small .container .spora-img {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
    }
}
@media (max-width: 991px) {
    body .content-wrapper .spora.small .container .spora-img {
        margin-bottom: 30px;
    }
}
body .content-wrapper .spora.small .container h1 {
    text-align: left;
    margin-bottom: 0px;
    line-height: 85px;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 90px;
}
@media (max-width: 991px) {
    body .content-wrapper .spora.small .container h1 {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .spora.small .container h1 {
        font-size: 50px;
        line-height: 45px;
        margin: 50px 0 -30px;
        letter-spacing: 4px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .content-wrapper .spora.small .container h1 {
        margin-bottom: -58px;
    }
}
body .content-wrapper .spora.small .container .button {
    color: #d2c291;
    line-height: 38px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    border: 2px solid #d2c291;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
body .content-wrapper .spora.small .container .button:hover {
    background-color: #f6ebd5;
    color: #d2c291;
}
body .content-wrapper .spora.small .container .button span {
    letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    body .content-wrapper .spora.small .container .button {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    body .content-wrapper .spora.small .container .button {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 21px;
        padding: 8px 18px;
    }
}
body .container.spora-cont h1 {
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
    font-size: 99px;
    color: #d2c291;
    letter-spacing: 9px;
}
body .popup .container.spora-cont .iframe-container img {
    max-width: 100%;
    height: auto;
}
body .popup .container.spora-cont .padding-left {
    margin-left: 20px;
}
body .container.spora-cont .spora-image {
    margin-bottom: 80px;
}
body .container.spora-cont .spora-image img {
    margin-left: -68px;
    overflow: hidden;
}
@media (max-width: 991px) {
    body .container.spora-cont .spora-image img {
        width: 760px;
        margin-left: -48px;
    }
}
@media (max-width: 768px) {
    body .container.spora-cont .spora-image img {
        width: 100%;
        margin-left: 0px;
    }
}
body .container.spora-cont h2 {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    color: #717171;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 70px;
    margin-bottom: 31px;
    font-weight: bold;
    text-transform: uppercase;
}
body .container.spora-cont p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 24px;
    color: #717171;
    margin-bottom: 26px;
}
body .container.spora-cont iframe {
    border: 0;
}
@media (max-width: 767px) {
    body .container.spora-cont iframe {
        height: 300px;
    }
}
body .container.spora-cont table {
    width: 100%;
    margin-bottom: 35px;
    color: #717171;
}
@media (max-width: 599px) {
    body .container.spora-cont table.tablet {
        display: none;
    }
}
@media (min-width: 600px) {
    body .container.spora-cont table.mobile {
        display: none;
    }
}
body .container.spora-cont table td.tthead {
    padding-bottom: 15px;
}
body .container.spora-cont table td.ttcontent {
    padding-bottom: 25px;
}
@media (max-width: 476px) {
    body .container.spora-cont table td {
        width: 50%;
    }
}
body .horses {
    background-color: #fafafa;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    body .horses {
        padding-bottom: 50px;
    }
}
body .horses .container {
    padding: 0;
}
body .horses .container h1 {
    width: 100%;
    text-align: center;
    margin: 100px 0 50px;
    font-size: 99px;
    color: #d2c291;
    letter-spacing: 9px;
}
@media (max-width: 767px) {
    body .horses .container h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 50px 0 0;
        letter-spacing: 4px;
    }
}
body .horses .container h1 span {
    letter-spacing: 0px;
}
body .horses .container h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 38px;
    margin-bottom: 26px;
    color: #717171;
    letter-spacing: 5px;
    line-height: 20px;
}
body .horses .container p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #717171;
}
body .horses .container img {
    width: 100%;
}
body .horses .container img.horse-1 {
    margin-top: 58px;
}
@media (min-width: 768px) {
    body .horses .container img.horse-2 {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    body .horses .container .col1 {
        padding-right: 0;
    }
}
.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%);
    }
    100% {
        -o-transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
    }
    100% {
        -moz-transform: translateY(-100%);
    }
}
@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0);
    }
    100% {
        -o-transform: translateY(-100%);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}
body .content-wrapper .footer {
    width: 100%;
    height: 169px;
    background-color: #d3091f;
    position: relative;
}
@media (max-width: 767px) {
    body .content-wrapper .footer {
        height: auto;
    }
}
body .content-wrapper .footer .container {
    text-align: center;
}
body .content-wrapper .footer .container p {
    font-family: 'serifa', Verdana, Arial, Sans-serif;
    font-size: 14px;
    color: #d2c291;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 50px;
    z-index: 2;
}
body .content-wrapper .footer .container .kohtuullisesti {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 120px;
}
body .content-wrapper .footer .container a {
    text-decoration: none !important;
}
body .content-wrapper .footer .some {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    line-height: 20px;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    body .content-wrapper .footer .some {
        display: block;
        position: relative;
        left: auto;
        margin: 3rem auto 4rem;
        text-align: center;
        top: auto;
        transform: none;
        width: 100%;
    }
}
body .content-wrapper .footer .some ul {
    float: right;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    body .content-wrapper .footer .some ul {
        float: none;
    }
}
body .content-wrapper .footer .some ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 7px;
}
body .content-wrapper .footer .some ul li:first-child {
    display: block;
    margin: 0 0 7px;
}
body .content-wrapper .footer .some ul li.desc {
    font-family: 'serifa', sans-serif, verdana;
    font-size: 12px;
    color: #d2c291;
}
body .content-wrapper .footer .some ul li .fb,
body .content-wrapper .footer .some ul li .yt {
    cursor: pointer;
}
body .content-wrapper .footer .some ul li .fb:hover,
body .content-wrapper .footer .some ul li .yt:hover {
    opacity: 0.9;
}
body .content-wrapper .footer .some ul li .fb {
    width: 20px;
    height: 20px;
}
body .content-wrapper .footer .some ul li .yt {
    margin-top: 1px;
    width: 48px;
    height: 21px;
}

/* COOKIE NOTIFICATION */

.cookie-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #ed1c25;
    z-index: 9999;
    padding: 25px 0 44px;
}

.cookie-notification.active {
    display: block;
}

.cookie-notification-content {
    text-align: center;
    padding-bottom: 1.5em;
}

.cookie-notification-content a {
    color: #fff;
    text-decoration: underline;
}

.cookie-notification-content a:hover {
    color: #0e2269;
}

.cookie-notification-content p {
    margin-bottom: 0.8em;
}

.cookie-notification-content p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-button {
    display: inline-block;
    color: #0e2269;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em 2em;
    cursor: pointer;
    transition: 0.2s linear;
}

.cookie-notification .cookie-button:hover {
    opacity: 0.8;
}


.cookie-notification-buttons {
    text-align: center;
}

@media (min-width: 768px) {
    .cookie-notification-content {
        text-align: left;
        padding-bottom: 0;
        align-self: center;
    }

    .cookie-notification-buttons {
        align-self: center;
    }
}

@media (min-width: 1200px) {
    .cookie-notification {
        padding: 25px 0;
    }
}

/* FOOTER */

.footer {
    padding: 50px 0;
}

.footer a:hover {
    opacity: 0.9;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
}

.footer .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 25px;
}

.footer .left-links {
    text-align: center;
    flex: 1 0 100%;
    order: 3;
    margin-bottom: 0;
}

.footer .left-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .left-links ul li a {
    color: #d2c291;
}

.footer .mid-links {
    flex: 1 0 100%;
    order: 1;
}

.footer .mid-links p {
    margin-top: 0!important;   
}

.footer .some-container {
    flex: 1 0 100%;
    order: 2;
}

.footer .some-container .desc {
    display: block;
    font-family: 'serifa', sans-serif, verdana;
    font-size: 12px;
    color: #d2c291;
    margin: 0 0 7px;
}

.footer .some-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .some-container ul li {
    display: inline-block;
    margin: 0 7px;
}

.footer .some-container ul li .fb {
    width: 20px;
    height: 20px;
}

.footer .some-container ul li .yt {
    margin-top: 1px;
    width: 48px;
    height: 21px;
}



@media (min-width: 768px) {
    .centered {
        margin-bottom: 0;
    }
    .footer .row {
        flex-wrap: nowrap;
    }
    .footer .left-links {
        order: 1;
        text-align: left;
        justify-content: flex-start;
        flex: 0 1 33.3333%;
    }
    .footer .mid-links {
        order: 2;
        justify-content: center;
        flex: 0 1 33.3333%;
    }
    .footer .some-container {
        order: 3;
        justify-content: flex-end;
        flex: 0 1 33.3333%;
    }
}