@font-face {
    font-family: "CF Asty";
    
    font-weight:normal;
    src: url("/assets/CFAstyStd-Light_0.otf") format("opentype");
}

@font-face {
    font-family: "CF Asty";
    font-weight: 400;
    src: url("/assets/CFAstyStd-Book_0.otf") format("opentype");
}

@font-face {
    font-family: "CF Asty";
    font-weight: bold;
    src: url("/assets/CFAstyStd-Bold_0.otf") format("opentype");
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: system-ui;
    /* font-family: "CF Asty", serif;*/
}
h5 {
    font-weight: bold;
}
header {
    background-color: #a8893a;
    box-shadow: 0px 8px 9px #2d2d2d2e;
    z-index: 899999999;
    position: relative;
}
.top-banner {
    background: url('/assets/background2.jpg');
    height: 550px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li {
    display: inline-block;
    margin:0 50px;
    color: white;
}
.menu li:hover {
    cursor:pointer;
    color: #f0f6df;
}
.minerva {
    width: 202px;
    height: auto;
}
.brands img {
    max-width: 12.7%;
    margin-right: 1%;
}
.brands img:last-child {
    margin-right: 0%;
}
h2.big {
    background:#a8893a;
    text-transform: uppercase;
    font-size: 1.6rem;
    color:white;
    font-weight: bold;
}
.more {
    color: #204f3a;
    font-size:1rem;
    line-height: 2rem;
}
.more .v1 {
    color: #a8893a;
    font-size:1.6rem;
    font-weight: bold;
}

.right h2 {
    background-color: #a8893a;
    color: white;
    font-weight: bolder;
}
.right h2 span {
    margin: 5px 0 0 0;
    display: block;
}
.more .v2 {
    font-weight: bolder;
    font-size: 1.3rem;
    letter-spacing: -1px;
}
.more .v3 {
    font-size:1.3rem;
    font-weight: bold;
    color: #a8893a;
    letter-spacing: -1px;
}
.more.sub {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1rem;
}
.p3 {
    font-size: 0.8rem;
}
.banner-info p {
    line-height:1.4rem;
}
.banner-info p:first-child {
    width: 78%;
    display: inline-block;
    vertical-align: top;
}
.banner-info p:nth-child(2) {
    width: 18%;
    display: inline-block;
    margin:0;
}
.img-responsive {
    width: 100%;
}
.h1 {
    font-size:2.9rem;
    font-weight: 700;
    color: white;
}
.overlay {
    height: 240px;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(32, 79, 58, 0.6) 0%, rgba(32, 79, 58, 0) 100%);
}
.set-z {
    z-index: 3;
    position: relative;
}
.minerva2 {
    width: 130px;
    position: absolute;
    top: -30px;
    left: 20px;
}
.collection {
    max-width: 500px;
}
.mazi {
    position: absolute;
    top: 0;
    right: 20px;
    width: 170px;
}
.middle {
    display: block;
    padding: 20px 0;
    position: relative;
}
.bottom {
    background: #f0f6df;
    padding: 40px 0 40px 0;
}
.middle2 {
    background: #a8893a;
    color:white; 
}
.middle3 {
    padding:60px 0;
    color: #a8893a;
}
.middle3 img {
    max-width: 700px;
}
.enjoy {
    color: #a8893a;
    padding: 10px 0 6px 0;
    font-weight: bold;
}
.enjoy:hover {
    color:#a8893a;
    background: #f0f6df !important;
}
.form-control, .enjoy {
    box-shadow: 2px 2px 2px #00000029;
}
.contest .help-holder {
    height:15px;
    text-align: left;
    display: none;
}
.contest .form-text {
    
    color: #f0f6df;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: white;
    color: #444;
    cursor: pointer;
    border: 1px solid #a8893a;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
h6 {
    font-size: 1.2rem;
    color: #a8893a;
    line-height: 30px;
}
.end p {
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
}
.bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom ul li {
    display: inline-block;
    
    margin: 0 20px;
}
.bottom ul li a {
    color:#204f3a;
    font-size: 0.9rem;
    text-decoration: none;
}
.bottom ul li a:hover {
    text-decoration: none;
    color:black;
}
.white-popup-block p, .white-popup-block li {
    font-size: 0.8rem;
    line-height: 22px;
    text-align: justify;
}
.white-popup-block h4 {
    font-size: 1.5rem;
    color: black;
    margin: 30px 0;
}
.white-popup-block ul {
    margin: 0;
}
.big {
    font-size: 1.5rem;
}
header.is-sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0px 5px 10px #204f3a66;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
table td {
    width: 50%;
}
@media (max-width: 768px) {
    .menu li {
        margin:0 10px;
        font-size: 0.9rem;
    }
    .top-banner h2 {
        font-size: 1.7rem;
        padding: 12px 0 6px 0 !important;
    }
    .minerva {
        width: 92px;
        margin-bottom: 50px;
    }
    .h1 {
        font-size: 2rem;
    }
    .middle3 {
        padding:20px 0;
    }
    .top-banner {
        height: 250px !important;
        background-size: cover;
    }
}
@media (min-width:768px) and  (max-width:991px){
    .minerva {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .h1 {
        font-size: 3rem;
    }
    .banner-info p {
        line-height: 2rem;
    }
    .more {
        font-size: 1.2rem;
        line-height: 2.6rem;
    }
    .more .v1 {
        font-size: 3rem;
    }
    .more .v3 {
        font-size: 1.5rem;
    }
    .minerva2 {
        width: 50px;
        top:0px;
    }
    .mazi {
        width: 70px;
    }
    .collection {
        max-width: 370px;
        width: 75%;
        margin-top: 50px;
    }
    .sklavenitis {
        width: 50%;
    }
    .brands img {
        max-width: 12.3%;
    }
    .middle {
        background: none;
    }
    .top-banner {
        height: 353px;
        background-size: cover;
    }
}
@media (min-width:300px) and  (max-width:991px){

}
