html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
.logo img{
    float: left;
    max-width: 214px;
    margin-left: 50px;
}
.bg-dark-gray{
    background-color: #7d7d7d;
}
.site-footer{
    padding: 1em 0;
}
.text-red{
    color: #f23a2e;
}
.bg-red{
    background-color: #f23a2e !important;
}
.text-bold{
    font-weight: bold;
}
.owl-stage .aos-init{
    background-position: top !important;
}
.block-12 .text .text-inner{
    margin-right: 0 !important;
}
.site-section .owl-stage .owl-item{
    padding: 20px !important;
}
.site-section.day-2 .icon-arrow_back,
.site-section.day-2 .icon-arrow_forward{
    color: #f23a2e;
}
.btn.btn-xs{
    font-size: 0.6rem;
}
.despre b,
.premii b{
    font-weight: bold;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top{
    z-index: 999;
}
.day-1 .owl-nav,
.day-2 .owl-nav{
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.day-1 .description-section,
.day-2 .description-section{
    top: 0;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
}
.day-1 .description-section > div,
.day-2 .description-section > div{
    height: 100%;
}

.day-1 figure,
.day-1 .description-section,
.day-2 figure,
.day-2 .description-section{
    width: 340px;
    height: 225px;
    overflow: hidden;
    margin: 0 auto;
}

.logo{
    z-index: 999;
}

@media (min-width: 768px){
    .block-12 .text .text-inner {
        padding: 15px 40px;
    }
}

@media (max-width: 768px) {
    .text-xs-center{
        text-align: center !important;
    }
}
