body {
    background: #DDD !important;
    font-family: 'Sofia Sans Semi Condensed', sans-serif !important;

    max-width: 1920px;
}

body a {
    color: #26282e;
    text-decoration: none;
}

body a:focus {
    outline: none;
}

body a:hover {
    color: #ffc017;
    text-decoration: none;
}

section.all {
    background: #FFF;
    margin: 30px 0 0 0;
    border-radius: 20px;
    padding: 50px;

}

@media screen and (max-width: 1199px) {
    section.all {
        background: #FFF;
        margin: 30px 0 0 0;
        border-radius: 20px;
        padding: 20px;
    }
}

header {
    position: relative;
}

header a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 257px;
    height: 74px;
    display: block;
}

header .search-mobile {
    margin: 15px 0 0 0;
}

header .search-mobile input[type=text] {
    border-radius: 7px;
    padding: 3px 10px;
    border: 1px solid #ebebeb;
    width: calc(100% - 70px);
    margin: 0 10px 0 0;
    font-size: 13px;
}

header .search-mobile input[type=text]:focus {
    outline: none;
}

header .search-mobile input[type=submit] {
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #ebebeb;
    width: 50px;
    height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    background: #ffc017;
    border: 0px;
    font-weight: bold;
}

header img.nav-line {
    width: 100%;
    margin: 10px 0 0 0;
}

header nav {
    background: url('../images/menu.png') no-repeat;
    width: 690px;
    height: 58px;
    float: right;
}

header nav span {
    background: url('../images/menu-up.png') no-repeat;
    width: 87px;
    height: 44px;
    display: none;
    position: absolute;
    z-index: 2;
    margin: -20px 0 0 8px;
}

header nav ul {
    margin: 0 0 0 33px;
}

header nav ul li {

    display: block;
    list-style: none;
    float: left;
    margin: 0 5px 0 5px;

}

header nav ul li a {
    color: #26282e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 8px;
    margin: -7px 0 0 0;
    border-radius: 7px;
    display: block;
}

header nav ul li a:hover {
    color: #FFF;
    background: #26282e;

}

header nav ul li:hover > ul {
   display: block;
}

header nav ul li:hover > span {
    display: block;
}

header nav ul li > ul {
    position: absolute;
    background: #26282e;
    padding: 15px 15px 15px 15px;
    margin: 10px 0 0 0;
    display: none;
    width: 200px;

    border-radius: 7px;
    z-index: 1;
}

header nav ul li > ul li {
    display: block;
    float: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header nav ul li > ul li.right {
    margin-left: 50px;
}

header nav ul li > ul li a {
    color: #FFF;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

header nav ul li > ul li a:hover {
    color: #ffc017;
}

header nav ul li > ul li a:hover {
    background: none;
}

header .navbar-toggler{
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}


header.fixed .navbar-toggler{
    position: absolute;
    right: 25px;
    top: 8px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

header .navbar-toggler:focus{
    outline: none;
}

header nav ul li:hover > span {
    display: block;
}

header span.search-up {
    background: url('../images/menu-up-1.png') no-repeat;
    width: 59px;
    height: 30px;
    position: absolute;
    z-index: 2;
    margin: -15px 0 0 160px;
    right: 20px
}

header .search {
    position: absolute;
    background: #26282e;
    color: #FFF;
    padding: 5px;
    margin: 10px 0 0 150px;

    width: 200px;

    border-radius: 7px;
    z-index: 1;

    right: 10px;
}

header .search input {
    background: #FFF;
    border: 0px;
    border-radius: 7px;
    height: 20px;
    font-size: 11px;
    padding: 3px 3px;
}

header .search input[type=submit] {
    background: #ffc017;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #26282e;
    border: 0px;
    border-radius: 7px;
    height: 20px;
    font-size: 10px;
    padding: 3px 10px;
}

header .search input:focus {
    outline: none;
}

@media screen and (max-width: 1199px) {

    header span.search-up {
        display: none;
    }

    header .search {
        display: none;
    }

    header a.logo {
        background: url('../images/logo.png') no-repeat;
        width: 180px;
        height: 52px;
        display: block;
        background-size: 100%;
    }

    header nav {
        display: none;
    }
}

section.slider {
    margin: 40px 0 0px 0;
}

section.slider .element {
    width: 100%;
    position: relative;
    height: auto;
}

section.slider .element img {
    width: 100%;
    border-radius: 7px;
}

section.slider .element .cloud {
    position: absolute;

    padding: 30px;
    color: #FFF;
    bottom: 0;
    background: url('../images/slider-cloud.png') no-repeat;
    background-size: 100%;
    width: 90%;
    min-height: 251px;
    border-radius: 7px;

}

section.slider .element .cloud h2 {
    background: url('../images/slider-circle.png') no-repeat;
    min-height: 48px;
    padding: 0 0 0 60px;
    margin: 70px 0 0 0;
    width: 60%;
    font-size: 30px;
    font-weight: bold;

}

section.slider .element .cloud h2 a {
    color: #FFF;
}

section.slider .element .cloud h2 a:hover {
    color: #ffc017;
}

section.slider .element .cloud p {
    font-size: 16px;
    padding: 0 0 0 60px;
    width: 70%;
    line-height: 24px;
    margin: 20px 0 0 0;
}

section.slider .element .icons {
    right: -15px;
    bottom: 90px;
    position: absolute;
}

section.slider .element .icons span.time {
    color: #26282e;
    background: url('../images/ico-time.png') #ffc017 15px center no-repeat;
    padding: 10px 20px 10px 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}

section.slider .element .icons span.foods {
    color: #26282e;
    background: url('../images/ico-foods.png') #ffc017 15px center no-repeat;
    padding: 10px 20px 10px 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    display: block;
}

section.slider ul.slick-dots li {
    background: #ffc017;
    top: 15px;
    width: 40px;
    height: 15px;
    border-radius: 7px;
}

section.slider ul.slick-dots li.slick-active {
    background: #26282e;
    width: 60px;
}

section.slider ul.slick-dots li button {
    display: none;
}

@media screen and (max-width: 1199px) {

    section.slider .element .cloud {
        position: absolute;

        padding: 20px;
        color: #FFF;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        background-size: 100%;
        width: 100%;
        height: 50%;
        min-height: 60px;
        border-radius: 7px;

    }

    section.slider .element .cloud h2 {
        background: url('../images/slider-circle-mob.png') 0px 10px no-repeat;

        min-height: 38px;
        padding: 0 0 0 50px;
        margin: 0px 0 0 0;
        width: 100%;
        font-size: 30px;
        font-weight: bold;

    }

    section.slider .element h2 a {
        font-size: 22px;
        width: 100%;
        line-height: 24px;
        display: block;

    }

    section.slider .element h2 a:focus {
        outline: none;
    }

    section.slider .element .cloud p {
        display: none;
    }

    section.slider .element .icons {
        display: none;
    }
}

.banner {
    margin: 60px 0 0 0;
}

.banner img {
    width: 300px;
    margin: auto;
    display: block;
}

section.recipies {
    margin: 80px 0 0 0;
}

section.recipies .element {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    padding: 15px 15px 5px 15px;
    box-shadow: 7px 7px 0px #ffc017;
    margin: 0 0 50px 0;
}

section.recipies .element:hover {
    box-shadow: 7px 7px 0px #26282e;
}

section.recipies .element img {
    width: 100%;
    border-radius: 7px;
}

section.recipies .element h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    height: 70px;
}

section.recipies .element .cat-time {
    margin: 15px 0 15px 0;
}

section.recipies .element .cat-time span.cat {
    background: url('../images/ico-recipies-cat.png') 15px center no-repeat;
    padding: 15px 20px 15px 70px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    color: #767676;
    margin-left: -10px;
}

section.recipies .element .cat-time span.time {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

section.recipies .element a.more {
    background: url('../images/ico-button-arrow.png') #ffc017 30px center no-repeat;
    color: #26282e;
    padding: 7px 15px 7px 80px;
    margin: 30px auto;
    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #26282e;
}

@media screen and (max-width: 1199px) {
    section.recipies {
        margin: 40px 0 0 0;
    }

    section.recipies .element {
        width: 100%;
        padding: 15px 15px 5px 15px;
        margin: 0 0 50px 0;
    }

    section.recipies .element h2 {
        font-size: 20px;
        height: auto;
    }

    section.recipies .element .cat-time span.cat {
        background: url('../images/ico-recipies-cat-mob.png') 15px center no-repeat;
        padding: 15px 20px 15px 60px;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        color: #767676;
    }

    section.recipies .element .cat-time span.time {
        font-size: 16px;
        text-align: right;
        float: right;
        margin-top: -25px;
    }

    section.recipies .element a.more {
        margin: 20px auto;
    }
}

section.news .news-main {
    background: #ffc017;
    padding: 30px;
    border-radius: 7px;
    position: relative;
    box-shadow: 7px 7px 0px #26282e;
}

section.news .col-lg-7 {
    margin: 0 0 50px 0;
}

section.news .col-lg-5 {
    margin: 0 0 50px 0;
}

section.news .news-main h2 {
    background: url('../images/ico-arrow-news.png') 0 8px no-repeat;
    min-height: 48px;
    padding: 0 0 0 110px;
    margin: 0px 0 0 0;

    font-size: 30px;
    font-weight: bold;

}

section.news .news-main p {
    font-size: 18px;
    line-height: 36px;
    margin: 30px 0 0 110px;
}

section.news .news-main img {
    position: absolute;
    bottom: -15px;
    left: -15px;
}

@media screen and (max-width: 1199px) {

    section.news .news-main {
        background: #ffc017;
        padding: 20px;
        border-radius: 7px;
        position: relative;
        box-shadow: 7px 7px 0px #26282e;
    }


    section.news .news-main h2 {
        background: none;
        font-size: 25px;
        padding: 0 0 0 0px;

    }

    section.news .news-main p {
        margin: 30px 0 0 0px;
    }

    section.news
    .slick-slide {
        margin: 0 20px 30px 20px;
    }

    /* the parent */
    section.news .slick-list {
        margin: 0 0;
    }

    section.news ul.slick-dots li {
        background: #ffc017;
        top: 0px;
        width: 40px;
        height: 15px;
        border-radius: 7px;
    }

    section.news ul.slick-dots li.slick-active {
        background: #26282e;
        width: 60px;
    }

    section.news ul.slick-dots li button {
        display: none;
    }
}

section.news .element {
    width: 100%;
    min-height: 312px;
    background-size: 100% !important;
    height: auto;
    background-color: #ffc017;
    border-radius: 7px;
    position: relative;
}

section.news .element .data {
    background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
    position: absolute;
    width: 100%;
    padding: 30px;
    color: #FFF;
    border-radius: 7px;
    bottom: 45px;
}

section.news .element .data a.title {
    color: #FFF;
}

section.news .element .data a.title:hover {
    color: #ffc017;
}

section.news .element .data a.more {
    background: url('../images/ico-button-arrow.png') #ffc017 30px center no-repeat;
    color: #26282e;
    padding: 10px 15px 10px 80px;

    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #26282e;
    position: absolute;
    right: -15px;
}

section.news .news-normal {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 7px;
    position: relative;
    box-shadow: 7px 7px 0px #ffc017;
}

section.news .news-normal h2 {
    font-size: 30px;
    font-weight: bold;
}

section.news .news-normal img {
    display: block;
    width: 100%;
    border-radius: 7px;
    margin: 15px 0 20px 0;
}

section.news .news-normal p {
    font-size: 22px;
    line-height: 30px;
    margin: 12px 0 0 0;
    font-weight: lighter;
}

section.news .news-normal a.more {
    background: url('../images/ico-arrow-news-white.png') #26282e 30px center no-repeat;
    color: #FFF;
    padding: 10px 15px 10px 80px;

    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    position: absolute;
    left: 30px;
    bottom: -30px;
}

@media screen and (max-width: 1199px) {
    section.news .element .data {
        background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
        position: absolute;
        width: 100%;
        padding: 20px;
        color: #FFF;
        bottom: 45px;
        border-radius: 7px;
    }

    section.news .news-normal h2 {
        font-size: 25px;
        font-weight: bold;
    }

    section.news .news-normal {
        padding: 20px;
    }

    section.news .news-normal p {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0 30px 0;
        font-weight: lighter;
    }

}

section.news-footer {
    margin: 0 0 50px 0;
}

section.news-footer .head-h2 {
    background: #ffc017;
    padding: 20px 10px 10px 30px;
    border-radius: 7px;
    position: relative;
    box-shadow: 7px 7px 0px #26282e;
    margin: 0 0 30px 0;
}

section.news-footer .head-h2 span {
    display: block;
    float: left;

}

section.news-footer h2 {
    /*background: url('../images/ico-arrow-news.png') 0px 8px no-repeat;*/
    /*min-height: 48px;*/
    padding: 0 0 10px 0px;
    margin: 0px 0 0 50px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;

}

section.news-footer .news-normal_n {
    margin-bottom: 30px;
}

section.news-footer .news-normal_n .content-element {
    border: 1px solid #e1e1e1;
    padding: 30px;
    border-radius: 10px;
    background: #f6f6f6;
}

section.news-footer .news-normal_n h2 {
    text-transform: none;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    padding: 0;
    background: none;
}

section.news-footer .news-normal_n h2 {
    margin: 0 0 30px 0px;

}

section.news-footer .news-normal_n p {
    font-size: 17px;
}

section.news-footer .news-normal_n img {
    width: 100%;
    display: block;
    border-radius: 15px;
    margin: 0 0 -20px 0;
}

section.news-footer .news-normal_n a.more {
    background: url('../images/ico-arrow-news-white.png') #26282e 30px center no-repeat;
    color: #FFF;
    padding: 10px 15px 10px 80px;
    margin: 0 auto;
    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;


}

@media screen and (max-width: 1199px) {

    section.news-footer .news-normal_n {
        margin: 0 0 30px 0;
    }

    section.news-footer .news-normal_n .content-element {
        padding: 30px 18px;
    }

    section.news-footer .head-h2 img {
        margin: -10px 0 0 0;
    }

    section.news-footer h2 {
        /*background: url('../images/ico-arrow-news.png') 0 8px no-repeat;*/
        min-height: 30px;
        padding: 0 0 0 60px;
        margin: 0px 0 0 0;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
    }

    section.news-footer .news-normal {
        margin: 0 0 70px 0;
        height: 300px;
    }

    section.news-footer .news-normal p {
        display: none;
    }

    section.news-footer .news-normal_n h2 {
        margin: 0 0 30px 0px;
        font-size: 23px;
        font-weight: bold;
        height: auto;

    }

    section.news-footer .news-normal_n p {


    }
}

section.about {

}

section.about p {
    margin: 30px auto;
    text-align: center;
    width: 90%;
    color: #a4a5a6;
    font-size: 16px;
}

footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 140px;
    display: block;
    padding: 22px 30px 30px 30px;
    color: #FFF;
}

footer a {
    color: #FFF;
}



footer a.logo {
    background: url('../images/logo-footer.png') no-repeat;
    width: 168px;
    height: 46px;
    display: block;
}

footer .copy {
    font-size: 11px;
    margin: 9px 0 0 5px;
}

footer .copy span {
    display: block;
    margin: -4px 0 0 0;
}

footer ul {
    margin: 0;
}

footer ul li {
    font-size: 17px;
    color: #ffc017;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    margin: 0 0 -5px 0;
}

footer ul li a {
    font-size: 14px;
}

footer .icons {
    margin: 30px 0 0 0;
    float: right;
}

footer .icons a.fb {
    background: url('../images/icon_fb.png') no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
}

footer .icons a.ig {
    background: url('../images/icon_ig.png') no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

footer .icons a.pr {
    background: url('../images/icon_pr.png') no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    footer {
        background: #26282e;
        background-size: 100%;
        border-radius: 7px;
        width: 100%;
        height: 100%;
        display: block;
        box-shadow: 7px 7px 0px #ffc017;
        padding: 12px 20px 20px 20px;
    }

    footer a.logo {
        background: url('../images/logo-footer.png') no-repeat;
        width: 100px;
        height: 27px;
        background-size: 100%;
        display: block;
    }

    footer span.copy {
        margin-bottom: 30px;
        font-size: 11px;
    }

    footer ul.mob {
        margin: 30px 0 0 0;
    }

    footer .l-h {
        display: none;
    }

    footer .l-s ul {
        margin: -50px 0 0 0;
        padding: 0px;
        float: right;
    }

    footer .l-s ul li {
        font-size: 12px;
    }

    footer .l-s ul li a {
        font-size: 12px;
    }

    footer .icons {
        padding: 0 0 30px 0;
    }

    footer .icons a {
        width: 20px !important;
        height: 20px !important;
        background-size: 100% !important;
    }
}


.quick-menu-mobile {
    position: fixed;
    bottom: 0;
    background: #ffc017;
    padding: 10px 15px;
    width: 100%;
}

.quick-menu-mobile a.hom {
    background: url('../images/icon-qm-hom.png') no-repeat;
    width: 90px;
    height: 39px;
    background-size: 100%;
    display: block;
    margin: 3px auto 0 auto;
}


.quick-menu-mobile a.pre {
    background: url('../images/icon-qm-pre.png') no-repeat;
    width: 55px;
    height: 43px;
    background-size: 100%;
    display: block;
    margin: auto;

}

.quick-menu-mobile .mids {
    border-left: 2px solid #26282e;
    border-right: 2px solid #26282e;
}

.quick-menu-mobile a.por {
    background: url('../images/icon-qm-por.png') no-repeat;
    width: 60px;
    height: 42px;
    background-size: 100%;
    display: block;
    margin: auto;
}


section.menu-mobile{
    background: #ffc017;
    width: 100%;

    display: none;
    margin: 0 0 15px 0;
    z-index: 10;
    position: absolute;
    top: 115px;
    left: 0;
}

header.fixed section.menu-mobile{
    width: 100%;
    display: none;
    margin: 0 0 15px 0;
    z-index: 10;
    position: fixed;
    top: 60px;
}

section.menu-mobile ul{
    margin: 0 0 0px 0;
    padding: 0;
}

section.menu-mobile ul li{
    display: block;
    list-style: none;
}

section.menu-mobile ul li > ul{
    display: none;
}



section.menu-mobile ul li > ul li a{
    background: #26282e;
    color: #FFF !important;
    border-bottom: 3px solid #FFF;
}

section.menu-mobile span.arrow{
    background: url('../images/ico-button-arrow.png') no-repeat;
    width: 23px;
    height: 12px;
    display: block;
    float: right;
    margin: 3px 0 0 0;
}

section.menu-mobile ul li a{
    background: #ffc017;
    color: #26282e !important;
    display: block;
    padding: 10px 15px;
    border-bottom: 3px solid #26282e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}


.error{
    background: #ffadad;
    border: 1px solid #ff6565;
    color: #660000;
    padding: 10px;
    margin: 0 5px 20px 0;
    font-size: 16px;
    border-radius: 7px;
}

.finish{
    background: #99ffac;
    border: 1px solid #31ff58;
    color: #1c6e00;
    padding: 10px;
    margin: 0 5px 20px 0;
    font-size: 16px;
    border-radius: 7px;
}

.g-recaptcha {
    transform:scale(0.82);
    transform-origin:0 0;
}

.pager{
    margin: 0px 0 30px 15px;

    float: left;
}

.pager a{
    background: #ffc017;
    color: #26282e;
    padding: 5px;
    border-radius: 10px;
}

.pager a:hover{
    background: #26282e;
    color: #FFF;
}

.pager span{
    background: #26282e;
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
}