* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-focus-ring-color: transparent;
    focus-ring-color: transparent;
    resize: none;
    outline: 0;
    font-size: 14px;
}

img {
    max-width: 100%;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea {
    color: #000 !important;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:link {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 16px;
    padding: 0 3px;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    padding: 0;
    /* 2 */
}

/**
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    /*font-size: 100%;*/
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    cursor: pointer;
    border: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    padding: 0;
}

a {
    text-decoration: none;
    color: #e8783f;
}

a:visited, a:active, a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

body {
    background-color: #e6e6e6;
    /*font-family: 'DejavuSans';*/
    font-family: "BPG Arial", sans-serif;
}

@media screen and (min-width: 640px) {
    .d-hide {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .m-hide {
        display: none !important;
    }
}

.section {
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
}

.section--gallery {
    padding-bottom: 55px;
    padding-top: 25px;
}

.section--recipe .title {
    /*kapo edit*/
    /*padding-left: 20px;*/
}

@media screen and (max-width: 640px) {
    .section {
        display: block;
        width: 100%;
        padding: 0 5%;
    }

    .m-det-page .m-det-box {
        display: none;
    }

    /*.section--recipe .kulinaria-col-3 {*/
    /*display: none;*/
    /*}*/
}

@font-face {
    font-family: "DejavuSans";
    src: url("../font/dejavu-sans-master/DejaVuSans-webfont.eot?") format("eot"), url("../font/dejavu-sans-master/DejaVuSans-webfont.woff") format("woff"), url("../font/dejavu-sans-master/DejaVuSans-webfont.ttf") format("truetype"), url("../font/dejavu-sans-master/DejaVuSans-webfont.svg#DejavuSans") format("svg");
}

@font-face {
    font-family: 'BPG Arial';
    src: url('../font/bpg-arial-master/bpg-arial-webfont.eot'); /* IE9 Compat Modes */
    src: url('../font/bpg-arial-master/bpg-arial-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/bpg-arial-master/bpg-arial-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/bpg-arial-master/bpg-arial-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/bpg-arial-master/bpg-arial-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/bpg-arial-master/bpg-arial-webfont.svg#bpg_arialregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "BPGArialCaps";
    src: url("../font/bpg-arial-caps-master/bpg-arial-caps-webfont.eot?") format("eot"), url("../font/bpg-arial-caps-master/bpg-arial-caps-webfont.woff") format("woff"), url("../font/bpg-arial-caps-master/bpg-arial-caps-webfont.ttf") format("truetype"), url("../font/bpg-arial-caps-master/bpg-arial-caps-webfont.svg#BPGArialCaps") format("svg");
}

.container {
    width: 1170px;
    margin: 0 auto;
    background: #ffffff;
}

@media screen and (max-width: 960px) {
    .container {
        width: 960px;
        margin: 0 auto;
        background: #ffffff;
    }
}

@media screen and (max-width: 640px) {
    .container {
        position: relative;
        margin: 0 auto;
        display: block;
        max-width: 640px;
        width: 100%;
    }
}

.kulinaria-row:after {
    display: block;
    clear: both;
    content: '';
}

.kulinaria-row {
    padding: 0 .5%;
}

.kulinaria-col-1 {
    width: 7.33333%;
}

.kulinaria-col-2 {
    width: 15.66667%;
}

.kulinaria-col-3 {
    width: 24%;
}

.kulinaria-col-4 {
    width: 32.33333%;
}

.kulinaria-col-5 {
    width: 40.66667%;
}

.kulinaria-col-6 {
    width: 49%;
}

.kulinaria-col-7 {
    width: 57.33333%;
}

.kulinaria-col-8 {
    width: 65.66667%;
}

.kulinaria-col-9 {
    width: 74%;
}

.kulinaria-col-10 {
    width: 82.33333%;
}

.kulinaria-col-11 {
    width: 90.66667%;
}

.kulinaria-col-12 {
    width: 99%;
}

[class*='kulinaria-col-'] {
    float: left;
    margin: 0 0.5%;
}

@media screen and (max-width: 640px) {
    [class*='kulinaria-col-'] {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .header {
        display: none !important;
    }

    .nav {
        display: none !important;
    }

    .pagination {
        display: none !important;
    }

    .line {
        display: none !important;
    }
}

.kulinaria-sprite {
    background: url(../img/sprite.png) no-repeat 50% 50%;
    display: inline-block;
}

.kulinaria-sprite--texted {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.kulinaria-sprite--centered {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.kulinaria-sprite--person {
    width: 24px;
    height: 24px;
    background-position: 0 0;
}

.kulinaria-sprite--notification {
    width: 24px;
    height: 24px;
    background-position: 0 -27px;
}

.kulinaria-sprite--hearth {
    width: 24px;
    height: 21px;
    background-position: -26px 0;
}

.kulinaria-sprite--add {
    width: 17px;
    height: 17px;
    background-position: -26px -24px;
}

.kulinaria-sprite--fb {
    width: 32px;
    height: 32px;
    background-position: 0 -51px;
}

.kulinaria-sprite--fb:hover {
    background-position: -162px -261px;
}

.kulinaria-sprite--yb {
    width: 32px;
    height: 32px;
    background-position: -34px -51px;
}

.kulinaria-sprite--yb:hover {
    background-position: -127px -261px;
}

.kulinaria-sprite--ovalFb {
    width: 32px;
    height: 32px;
    background-position: 0 -84px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--ovalFb:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--ovalTwitter {
    width: 32px;
    height: 32px;
    background-position: -34px -84px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--ovalTwitter:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--ovalPinterest {
    width: 32px;
    height: 32px;
    background-position: -68px -84px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--ovalPinterest:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--ovalGooglePlus {
    width: 32px;
    height: 32px;
    background-position: -102px -84px;
    transition: all .3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--ovalGooglePlus:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--ovalYb {
    width: 32px;
    height: 32px;
    background-position: -136px -84px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--ovalYb:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--hearthWhite {
    width: 24px;
    height: 21px;
    background-position: -74px -20px;
    position: relative;
    top: 2px;
}

.kulinaria-sprite--playWhite {
    width: 13px;
    height: 16px;
    background-position: -75px -46px;
}

.kulinaria-sprite--photoWhite {
    width: 18px;
    height: 15px;
    background-position: -74px 0;
}

.kulinaria-sprite--time {
    width: 24px;
    height: 24px;
    background-position: -94px -56px;
    margin-right: 10px;
}

.kulinaria-sprite--upload {
    width: 17px;
    height: 25px;
    background-position: -122px -56px;
    margin-right: 10px;
}

.kulinaria-sprite--circleprogress {
    width: 24px;
    height: 24px;
    background-position: -146px -56px;
    margin-right: 10px;
}

.kulinaria-sprite--print {
    width: 24px;
    height: 24px;
    background-position: -176px -56px;
    margin-right: 10px;
}

.kulinaria-sprite--fbshare {
    width: 190px;
    height: 44px;
    background-position: 0px -370px;
}

.kulinaria-sprite--fbshare:hover {
    background-position: 0 -120px;
}

@media screen and (max-width: 640px) {
    .kulinaria-sprite--fbshare {
        width: 110px;
        height: 40px;
        background-position: -0px -328px;
    }

    .kulinaria-sprite--fbshare:hover {
        background-position: -0px -328px;
    }
}

.kulinaria-sprite--gplus {
    width: 32px;
    height: 32px;
    background-position: 0 -167px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--gplus:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--pinterestShare {
    width: 32px;
    height: 32px;
    background-position: -68px -167px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--pinterestShare:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--twitterShare {
    width: 32px;
    height: 32px;
    background-position: -34px -167px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.kulinaria-sprite--twitterShare:hover {
    transform: rotate(360deg) scale(1.05);
}

.kulinaria-sprite--arrowRight {
    width: 10px;
    height: 18px;
    background-position: -102px -28px;
}

.kulinaria-sprite--close {
    width: 8px;
    height: 8px;
    background-position: -114px -32px;
}

.kulinaria-sprite--addIng {
    width: 18px;
    height: 18px;
    background-position: -130px -27px;
    margin-right: 5px;
}

.kulinaria-sprite--recbin {
    width: 22px;
    height: 24px;
    background-position: -154px 0;
}

.kulinaria-sprite--addPhoto {
    width: 123px;
    height: 123px;
    background-position: 0px -202px;
    cursor: pointer;
}

.kulinaria-sprite--actArr {
    width: 10px;
    height: 18px;
    background-position: -105px -175px;
    float: right;
    margin-top: 10px;
}

.kulinaria-sprite--pencil {
    width: 19px;
    height: 19px;
    background-position: -119px -175px;
}

.kulinaria-sprite--edit {
    width: 24px;
    height: 25px;
    background-position: -154px -27px;
}

.kulinaria-sprite--remblock {
    width: 22px;
    height: 24px;
    background-position: -175px -88px;
}

.kulinaria-sprite--addFav {
    width: 24px;
    height: 21px;
    background-position: -142px -174px;
    margin-right: 10px;
}

.kulinaria-sprite--coffee {
    width: 24px;
    height: 24px;
    background-position: -126px -203px;
}

.kulinaria-sprite--hearted {
    width: 24px;
    height: 21px;
    background-position: -154px -203px;
}

.kulinaria-sprite--galleryArrow {
    width: 12px;
    height: 20px;
    background-position: -127px -232px;
}

.kulinaria-sprite--fbonly {
    width: 110px;
    height: 40px;
    background-position: -0px -328px;
}

.kulinaria-sprite--fbonly {
    width: 110px;
    height: 40px;
    background-position: -0px -328px;
}

.kulinaria-sprite--photoupload {
    width: 17px;
    height: 25px;
    background-position: -150px -231px;
}

.kulinaria-sprite--coms {
    width: 24px;
    height: 23px;
    margin-right: 10px;
    background-position: -127px -297px;
}

.kulinaria-sprite--lineComs {
    width: 24px;
    height: 23px;
    margin-right: 10px;
    background-position: -127px -297px;
}

.kulinaria-sprite--lineHeart {
    width: 24px;
    height: 21px;
    margin-right: 10px;
    background-position: -112px -329px;
}

.kulinaria-sprite--lineCoffee {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: -138px -329px;
}

.kulinaria-sprite--linePhoto {
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background-position: -168px -329px;
}

.kulinaria-sprite--lineSettings {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-position: -154px -298px;
}

@media screen and (max-width: 640px) {
    .kulinaria-spriteM {
        background: url(../img/sprite-newformobile.png) no-repeat 50% 50%;
        display: inline-block;
    }

    .kulinaria-spriteM--hProfile {
        width: 24px;
        height: 24px;
        background-position: 0 -371px;
    }

    .kulinaria-spriteM--hHearth {
        width: 24px;
        height: 21px;
        background-position: -25px -371px;
    }

    .kulinaria-spriteM--hCoffee {
        width: 23px;
        height: 23px;
        background-position: -49px -371px;
    }

    .kulinaria-spriteM--hCamera {
        width: 24px;
        height: 19px;
        background-position: -73px -371px;
    }

    .kulinaria-spriteM--hSetting {
        width: 24px;
        height: 24px;
        background-position: -97px -371px;
    }

    .kulinaria-spriteM--loop {
        width: 23px;
        height: 23px;
        background-position: -171px -231px;
    }

    .kulinaria-spriteM--burger {
        width: 23px;
        height: 20px;
        background-position: -127px -259px;
    }
}

.text-center {
    display: block;
    text-align: center;
}

.dfjcsbalc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.scrollUp {
    width: 50px;
    height: 50px;
    background-color: #d2d2d2;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    opacity: -0;
}

.scrollUp.show {
    opacity: 1;
    z-index: 99999;
}

.scrollUp:after, .scrollUp:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 1px;
    height: 20px;
    background-color: #8b8b8b;
}

.scrollUp:after {
    transform: rotate(45deg);
    left: 17px;
}

.scrollUp:before {
    right: 17px;
    transform: rotate(-45deg);
}

.link {
    margin: 55px auto;
    clear: both;
    display: table;
    color: #fff;
    padding: 10px 35px;
    background-color: #f97a42;
    transition: all .3s ease;
}

.link:hover {
    background-color: #f86929;
}

.link--full {
    margin: 25px 0;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .link {
        padding: 5px 15px;
        font-size: 14px;
        margin: 15px auto;
    }
}

.mainLeftSpace {
    padding-left: 20px !important;
}

.m30-0 {
    margin: 35px 0;
}

.or {
    font-size: 14px;
    color: #808080;
    text-align: center;
    position: relative;
    margin: 25px 0 15px 0;
}

.or:after, .or:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 1px;
    background-color: #e6e6e6;
}

.or:after {
    left: 60%;
}

.or:before {
    right: 60%;
}

.mainSpace {
    display: block;
    clear: both;
    margin-top: 20px;
}

.btn-default {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #f97a42;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center;
}

.btn-default:hover {
    background-color: #f86929;
}

.btn-smallcase {
    text-transform: capitalize;
}

.btn-stick {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #f97a42;
    display: block;
    text-align: center;
    border: 1px solid #f97a42;
}

.btn-fb {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #4867aa;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center;
}

.btn-fb:hover {
    background-color: #405c98;
}

.btn-photoupload {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f97a42;
}

.line {
    background: #f2f2f2;
}

.line-container {
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.line__items {
    position: relative;
    margin: 0 5px;
    color: #808080;
    font-size: 12px;
    font-family: 'BPGArialCaps';
    cursor: pointer;
}

.line__items--hover {
    width: 50px;
    height: 50px;
}

.line__items--hover:hover {
    background-color: #fff;
}

.line__items--hover:hover .line__block {
    opacity: 1;
    z-index: 9;
    display: block;
}

.line__items--text {
    height: 100%;
    line-height: 53px;
    padding: 0 15px;
    margin: 0;
    border-right: 1px solid #e6e6e6;
}

.line__items--text:hover, .line__items--text.active {
    color: #f97a42;
}

.line__items--text:first-child {
    border-left: 1px solid #e6e6e6;
}

.line__items--textNoBorder {
    border: none;
    /*font-family: 'DejavuSans';*/
    font-family: "BPG Arial", sans-serif;
    padding: 0;
}

.line__items--textNoBorder:hover {
    color: #808080;
}

.line__items .count {
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    top: 3px;
    right: 0px;
    color: #fff;
    background: #f97a42;
    border-radius: 50%;
    font-size: 10px;
}

.line__items:last-child {
    margin-right: 0;
    /*kapo added*/
    padding-left: 8px;
}

.line__block {
    width: 200px;
    position: absolute;
    top: 50px;
    left: -1px;
    background-color: #fff;
    /* padding: 25px 15px; */
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
    opacity: 0;
    display: none;
    border-top: 1px solid #fff;
    z-index: 9;
    /*!*kapo edit*!*/
    /*width: 190px;*/
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: -1px;*/
    /*background-color: #fff;*/
    /*padding: 25px 15px;*/
    /*border: 1px solid #f2f2f2;*/
    /*border-top: 1px solid #fff;*/
    /*transition: all .3s ease;*/
    /*opacity: 0;*/
    /*display: none;*/
}

.line__block-item {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #000000;
    font-family: 400;
    /*font-family: 'DejavuSans';*/
    font-family: "BPG Arial", sans-serif;
}

/*kapo added*/
.line__block-item:hover {
    color: #f97a42;
}

.line__block-item-Hr {
    /*margin: 15px 0;*/
    /*kapo edit*/
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

.line__block-title {
    /*font-size: 12px;*/
    /*kapo added*/
    font-size: 14px;
    color: #000;
    font-family: "BPG Arial", sans-serif;
    /*font-family: 'DejavuSans';*/
}

.line__block-ul-Li {
    padding-left: 10px;
    /*font-size: 10px;*/
    /*kapo added*/
    font-size: 12px;
    display: block;
    position: relative;
    color: #000;
    /*font-family: 'DejavuSans';*/
    font-family: "BPG Arial", sans-serif;
    margin-top: 10px;
}

.line__block-ul-Li:last-child {
    padding-bottom: 20px;
}

.line__block-ul-Li:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

.topSpace {
    position: relative;
    top: 12px;
}

.simpleLinke {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #000000;
    /*font-family: 'DejavuSans';*/
    font-family: "BPG Arial", sans-serif;
}

/*kapo added*/
.simpleLinke:hover {
    color: #f97a42;
}

.ads {
    max-width: 100%;
}

.ads-lg {
    margin-top: 25px;
}

.header {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 70px;
}

.header__logo {
    display: inline-block;
    width: 172px;
    height: 37px;
    background: url(../img/logo.png) no-repeat 50% 50%;
}

.header__search {
    /*width: 510px*/
    width: 480px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #b2b2b2;
    border: 1px solid #e6e6e6;
    border-right: none;
    /*background: url(../img/search-ico.png) no-repeat 50% 50%;*/
    /*background-position: right 20px center;*/
}

.header__link {
    width: 190px;
    height: 40px;
    background: #f97a42;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.header__link:hover {
    background: #f86929;
}

.headerMobile {
    display: none;
}

@media screen and (max-width: 640px) {
    .headerMobile {
        width: 100%;
        height: 45px;
        padding: 0 5%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border-bottom: 1px solid #f97a42;
    }

    .headerMobile .filed-default {
        width: 100%;
        height: 45px;
        background-color: #fff;
        color: #b2b2b2;
        font-size: 16px;
        border: 1px solid #d9d9d9;
        padding: 0 15px;
    }

    .headerMobile__logo {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../img/logo-m.png) 50% 50% no-repeat;
        background-size: 100% 100%;
    }

    .headerMobile-mobile__title {
        font-size: 18px;
        color: #000000;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .headerMobile-mobile__dotted {
        position: relative;
        font-size: 14px;
        color: #000;
        font-weight: bold;
        padding: 10px 0;
        padding-left: 10px;
    }

    .headerMobile-mobile__dotted:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2.5px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
    }

    .headerMobile-mobile__personItem {
        width: 100%;
        height: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 14px;
    }

    .headerMobile-mobile__personItem .kulinaria-sprite {
        margin-right: 5px;
    }

    .headerMobile-mobile__dropdown {
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 999;
        background-color: #f2f2f2;
        padding: 0 5%;
        display: none;
    }

    .headerMobile-mobile__dropdown .space {
        width: 100%;
        height: 20px;
    }

    .headerMobile-mobile__dropdown-item {
        height: 45px;
        display: block;
        text-align: left;
        line-height: 45px;
        color: #000000;
        font-size: 16px;
        border-bottom: 1px solid #d9d9d9;
    }

    .headerMobile-mobile__dropdown--burger {
        display: none;
    }

    .headerMobile-mobile__dropdown--noti {
        padding: 20px 5%;
        display: none;
    }

    .headerMobile-mobile__dropdown--search {
        padding: 20px 5%;
        display: none;
    }

    .headerMobile-mobile__dropdown--profile {
        padding: 10px 5%;
        display: none;
    }

    .headerMobile-mobile__dropdown .kulinaria-spriteM {
        margin-right: 10px;
    }

    .headerMobile .kulinaria-sprite--centered {
        width: auto !important;
    }

    .headerMobile .line__items .count {
        right: -8px;
        top: 0;
    }
}

.nav {
    border-bottom: 1px solid #f97a42;
    position: relative;
    /*padding-left: 20px;*/
}

.nav-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
}

.nav__item {
    font-family: 'BPGArialCaps';
    margin-right: 15px;
    padding: 0 5px;
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    z-index: 5;
}

.nav__item:hover {
    color: #777777;
}

.nav__item.act:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f97a42;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pagination {
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.pagination-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
}

.pagination__item {
    font-size: 11px;
    color: #b2b2b2;
    margin-right: 25px;
    position: relative;
}

.pagination__item:after {
    content: "";
    width: 4px;
    height: 5px;
    position: absolute;
    background: url(../img/sprite.png) no-repeat 50% 50%;
    background-position: -47px -24px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.pagination__item:last-child:after {
    display: none;
}

.footer {
    background: #f2f2f2;
    position: relative;
    z-index: 1;
}

.footer-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 35px 0;
}

.footer__logo {
    display: block;
    width: 172px;
    height: 37px;
    background: url(../img/logo-footer.png) no-repeat 50% 50%;
}

.footer__nav-item {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #b2b2b2;
}

.footer__nav-item:hover {
    color: #8c8c8c;
}

.footer__line {
    text-align: center;
    font-size: 12px;
    color: #b2b2b2;
    padding: 5px 0;
}

@media screen and (max-width: 640px) {
    .footer-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer__logo {
        display: none;
    }

    .footer__nav {
        width: 100%;
        text-align: center;
    }

    .footer__socials {
        display: table;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer__socials * {
        margin-right: 5px;
    }
}

.post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    height: 300px;
    padding-left: 20px;
}

.post__left {
    width: 380px;
}

.post__right {
    position: relative;
    max-width: 450px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .post {
        height: 240px;
    }

    .post__right {
        max-width: 390px;
    }
}

.post__title {
    font-size: 18px;
    color: #000;
    /*font-weight: bold;*/
    height: 70px;
    overflow: hidden;
}

.post__title, h1 {
    font-size: 18px;
    font-weight: 400;
}

.post__author {
    font-size: 12px;
    color: #808080;
    margin: 10px 0;
}

.post__author .bold {
    color: #000;
    font-weight: 400;
    display: inline-block;
}

.post__description {
    font-size: 14px;
    /*kapo edit 008*/
    /*font-weight: bold;*/
    font-weight: 400;
    /*height: 54px;*/
    overflow: hidden;
    max-height: 77px;
}

/*kapo added*/
.post-stars {
    cursor: pointer;
    margin: 10px 0;
    display: table;
    /*width: 100%;*/
    clear: both;
}

.post-star {
    margin: 10px 0;
    display: table;
    width: 100%;
    clear: both;
}

.post-star__item {
    cursor: pointer;
    width: 18px;
    height: 18px;
    float: left;
    background: url(../img/star-dis.png) no-repeat 50% 50%;
}

.post-star__item.act {
    background: url(../img/star.png) no-repeat 50% 50%;
}

.post__img {
    width: 100%;
    height: 100%;
}

.post__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post__img .hearth {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.post__img .play {
    position: absolute;
    right: 75px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.post__img .photo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.post__img .photo .not {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -5px;
    top: -5px;
    background: #f97a42;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}

@media screen and (max-width: 640px) {
    .post {
        height: auto;
        padding-left: 0;
        flex-direction: column-reverse;
    }

    .post__description {
        margin-bottom: 10px;
        font-size: 16px;
        max-height: 154px;
    }

    .post-star {
        margin: 5px 0;
    }

    .post__author {
        margin: 5px 0;
    }

    .post__title {
        font-size: 16px;
        max-height: 52px;
        margin-top: 20px;
    }

    .post__left {
        width: 100%;
    }

    .post__right {
        width: 100%;
    }
}

.cat {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    position: relative;
}

.cat:after, .cat:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.cat:before {
    height: calc(100% - 2px);
    top: 1px;
    width: 10px;
    background-color: #fff;
    left: 4px;
}

.cat:after {
    width: 4px;
    left: 0;
    background-color: #f97a42;
}

.cat__item {
    font-size: 14px;
    color: #000000;
    display: block;
    font-family: BPGArialCaps;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .cat {
        border: none;
    }

    .cat:after, .cat:before {
        display: none;
    }

    .cat__item {
        border: none;
        padding-left: 0;
        font-size: 14px;
        height: auto;
        line-height: inherit;
        font-weight: normal;
        padding-bottom: 5px;
        /*font-family: 'DejavuSans';*/
        font-family: "BPG Arial", sans-serif;
    }
}

.article:hover + .article-cat {
    opacity: 1;
    z-index: 999;
}

.article:hover + .article-cat > .article-cat-body:after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
}

.article-cat {
    width: 95%;
    background: #fff;
    display: table;
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 0;
    border: 1px solid #e6e6e6;
    transform: translateX(-50%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.article-cat:hover {
    opacity: 1;
    z-index: 999;
}

.article-cat:hover .article-cat-body:after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
}

.article-cat:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 140px;
}

.article-cat:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    position: absolute;
    top: -11px;
    left: 139px;
}

.article-cat__all {
    display: block;
    color: #808080;
    height: 60px;
    line-height: 60px;
    font-family: BPGArialCaps;
    background-color: #e6e6e6;
    clear: both;
    font-size: 16px;
    text-align: center;
}

.article-cat .title {
    color: #000000;
    font-family: BPGArialCaps;
    font-size: 18px;
    margin: 40px 0 30px 0;
    padding: 0;
}

.article-cat-body {
    padding: 0 20px;
}

.article-cat__item {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: BPGArialCaps;
}

.lr-container {
    width: 350px;
    margin: 0 auto;
}

.lr-container .filed {
    margin: 10px 0;
}

.lr-title {
    font-size: 18px;
    color: #808080;
    text-align: center;
    padding: 30px 0;
}

.lr-txt {
    font-size: 11px;
    color: #808080;
    padding-bottom: 5px;
}

.lr-blue {
    font-size: 11px;
    color: #0d63e3;
    display: table;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
}

.lr-login {
    display: none;
}

@media screen and (max-width: 640px) {
    .lr-container {
        width: 100%;
    }

    .lr-title {
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.ellipsis, .box__author .txt .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.box__author .txt .name a {
    color: #000000 !important;
}

.title {
    font-size: 18px;
    color: #808080;
    padding: 30px 0;
    display: table;
}

.title:after {
    content: "";
    width: 120%;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
    margin-top: 10px;
}

.title--lg {
    width: 100%;
}

.title--lg:after {
    width: 100%;
}

.title--welcome {
    font-size: 30px;
    color: #000000;
    padding: 20px 0;
}

@media screen and (max-width: 640px) {
    .title {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 20px;
        text-align: center;
        width: 100%;
        padding-left: 0 !important;
    }

    .title:after {
        width: 100%;
    }

    .title--welcome {
        font-size: 17px;
        padding: 10px 0;
    }
}

.lineDesc {
    width: 97%;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.lineDesc__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #808080;
    font-size: 12px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.lineDesc__item:hover {
    color: #404040;
}

@media screen and (max-width: 640px) {
    .lineDesc {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .lineDesc__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.list {
    display: table;
    padding-left: 20px;
}

.list--sprite {
    width: 24px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat 50% 50%;
    background-position: -100px 0;
    margin-right: 10px;
}

.list__item {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    /*kapo edit 006*/
    /*font-weight: bold;*/
    font-weight: 400;
}

.list__item:nth-child(even) {
    float: right;
}

.list__item.act {
    color: #808080;
    text-decoration: line-through;
}

.list__item.act .list--sprite {
    background-position: -127px 0;
}

@media screen and (max-width: 640px) {
    .list {
        padding-left: 0;
        display: block;
    }

    .list__item {
        width: 100%;
        font-weight: normal;
        font-size: 14px;
    }
}

.lineList {
    position: relative;
    padding-left: 20px;
}

.lineList__item {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    /* font-weight: bold; */
    font-weight: 400;
    padding-right: 20px;
}

.lineList__item.act .count {
    border: none;
    text-indent: -10000px;
    background: url(../img/sprite.png) no-repeat 50% 50%;
    background-position: -127px 0;
}

.lineList .count {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 6px;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #b8b8b8;
    padding-top: 3px;
}

@media screen and (max-width: 640px) {
    .lineList {
        padding-left: 0px;
    }

    .lineList__item {
        padding-right: 0;
        font-weight: normal;
    }
}

.space {
    height: 80px;
}

.space--sm {
    height: 40px;
}

@media screen and (max-width: 640px) {
    .space {
        height: 40px;
    }

    .space--sm {
        height: 20px;
    }
}

/*kapo edits 00 1*/
.box {
    /*height: 360px;*/
    overflow: hidden;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    /*kapo ediT*/
    /*padding-bottom: 10px;*/
}

.box--myrec {
    height: 350px;
}

.box--myrec .box__desc {
    height: 75px;
}

.box__container {
    display: table;
    width: 100%;
    height: auto;
}

/*kapo added*/

.box-containeri {
    margin: 0 auto !important;
    padding: 0 !important;
}

.box--massonry {
    height: auto;
}

.box--massonry .box__desc {
    height: auto;
    max-height: 116px;
}

.box--author {
    padding-bottom: 10px;
}

.box-ads {
    width: 100%;
}

.box-container {
    width: 100%;
    width: 1170px !important;
}

@media screen and (max-width: 960px) {
    .box-container {
        width: 100%;
        width: 950px !important;
    }
}

.box-space {
    padding: 0 10px;
}

.box__hearth {
    /*kapo edit*/
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.box__hearth.favoreted, .box__hearth.active {
    background: rgba(249, 122, 66, 0.8);
}

.box__hearth:hover {
    background: rgba(249, 122, 66, 0.5);
}

.box__img {
    max-width: 100%;
    overflow: hidden;
    min-height: 145px;
    position: relative;
}

.box__img .img {
    width: 100%;
}

.box__edit {
    top: inherit;
    right: 65px;
    bottom: 20px;
}

.box__remove {
    top: inherit;
    bottom: 20px;
}

.box__title {
    font-size: 16px;
    color: #000000;
    /*font-weight: bold;*/
    /* kapo edited 003 */
    font-weight: 400;
    max-height: 88px;
    overflow: hidden;
    line-height: 22px;
    padding: 10px 0;
    display: block;
}

.box__desc {
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    /*height: 35px;*/
}

.box__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
    /*margin-top: 15px;*/
    /*kapo edit*/
}

.box__author .img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f2f2f2;
    overflow: hidden;
    margin-right: 10px;
}

.box__author .img__item {
    width: 100%;
}

.box__author .txt {
    max-width: 100px;
}

.box__author .txt .auth {
    color: #808080;
    font-size: 12px;
}

.box__author .txt .name {
    color: #000000;
    font-size: 12px;
    /*font-weight: bold;*/
    font-weight: normal;
}

.box__text {
    font-size: 12px;
    color: #808080;
    margin-bottom: 5px;
}

.box__text .bold {
    color: #000000;
    font-weight: bold;
}

.box--dated .box__desc {
    /*max-height: 72px;*/
    height: auto;
    margin-bottom: 10px;
}

.box--texted .box__desc {
    height: 125px;
}

.box--auto {
    height: auto;
}

/*kapo edits 00 2*/
.box--auto .box__desc {
    /*height: auto;*/
    margin-bottom: 10px;
}

.box--sm {
    height: auto;
}

@media screen and (max-width: 640px) {
    .box {
        height: auto;
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        width: 100%;
    }

    .box--myrec {
        height: auto;
    }

    .box--myrec .box__desc {
        height: auto;
    }

    .box--dated .box__desc {
        /*max-height: inherit;*/
        max-height: 98px;
    }

    .box__desc {
        height: auto;
        font-size: 14px;
    }

    .box__title {
        font-size: 16px;
        max-height: auto;
    }

    .box-container {
        width: 100% !important;
        height: auto !important;
    }

    .box--massonry {
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
    }

    .box__author .txt {
        max-width: 150px;
    }

    .box__author .txt .auth, .box__author .txt .name {
        font-size: 14px;
    }
}

.banner {
    max-width: 100%;
    overflow: hidden;
}

.banner .img {
    width: 100%;
}

.nextPost {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.nextPost__title {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding: 15px;
}

.nextPost__star {
    padding: 0 15px;
}

.nextPost__next {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    display: block;
    background-color: #f97a42;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.comment-count {
    font-size: 12px;
    color: #808080;
}

.comment__nologin {
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.comment__nologin .link {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.comment__container {
    width: calc(100% - 50px);
}

.comment .author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f2f2f2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.comment .author .img {
    height: 100%;
}

.comment .foot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #f2f2f2;
    padding: 0 5px;
}

.comment .commentAdd {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 15px;
    font-size: 14px;
    background-color: #f97a42;
    transition: all .3s ease;
}

.comment .commentAdd:hover {
    background-color: #f97a42;
}

.comment .textarea {
    width: 100%;
    height: 70px;
    width: 100%;
    padding: 10px;
    overflow: auto;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.comment .full {
    font-size: 14px;
    color: #f97a42;
}

.comment__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 90%;
    margin: 25px auto;
}

.comment__item .author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f2f2f2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.comment__item .author .img {
    height: 100%;
}

.comment__item .name {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.comment__item .date {
    font-size: 14px;
    color: #b2b2b2;
}

.comment__item .desc {
    font-size: 14px;
    color: #000000;
    padding-top: 20px;
    font-weight: 300;
}

.comment__item .post-star {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 90px;
}

.comment__add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 90%;
    margin: 25px auto;
}

.comment__add .post-star {
    width: 90px;
}

@media screen and (max-width: 640px) {
    .comment-count {
        display: none;
    }

    .comment__add {
        width: 100%;
        margin: 15px 0;
    }

    .comment__item {
        margin: 15px 0;
        width: 100%;
    }

    .comment__container {
        width: 100%;
    }

    .comment__item .desc {
        padding-top: 10px;
    }
}

.socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 380px;
    margin: 20px 50px;
}

.socials .count {
    font-family: Arial;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 400;
}

.socials--noPadd {
    padding: 0;
    margin: 0;
    width: 320px;
}

@media screen and (max-width: 640px) {
    .socials {
        margin: 15px 0;
        width: 100%;
    }

    .socials .count {
        display: none;
    }
}

.recipe-nav-text:hover + .recipe__nav {
    opacity: 1;
    z-index: 999;
}

.recipe-nav-text:hover + .recipe__nav > .recipe__nav-body:after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
}

.recipe__nav {
    width: 95%;
    background: #fff;
    display: table;
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 0;
    border: 1px solid #e6e6e6;
    transform: translateX(-50%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recipe__nav:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 29px;
}

.recipe__nav:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    position: absolute;
    top: -11px;
    left: 28px;
}

.recipe__nav:hover {
    opacity: 1;
    z-index: 999;
}

.recipe__nav:hover .recipe__nav-body:after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
}

.recipe__nav--view {
    position: relative;
    width: 100%;
    z-index: 1;
}

.recipe__nav--view .recipe__nav-body {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    margin-right: 42px;
    position: relative;
    left: 21px;
}

.recipe__nav--view .recipe__nav-body .recipe__nav-item:nth-child(7n+7) {
    margin-right: 42px;
}

.recipe__nav-item:nth-child(7n+7) {
    margin-right: 0;
}

@media screen and (max-width: 960px) {
    .recipe__nav {
        display: none;
    }
}

.recipe__nav-body {
    padding: 0 20px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.recipe__nav-item {
    width: 110px;
    float: left;
    margin-right: 42px;
    margin-top: 20px;
}

.recipe__nav-item .img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recipe__nav-item .img img {
    min-width: 100%;
    min-height: 100%;
}

.recipe__nav-item .txt {
    text-align: center;
    /*font-size: 10px;*/
    /*kapo edit 004*/
    font-size: 14px;
    color: #000000;
    font-family: BPGArialCaps;
    padding-top: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recipe__nav-item:hover .img {
    border: 4px solid #f97a42;
}

.recipe__nav-item:hover .txt {
    color: #f97a42;
}

@media screen and (max-width: 640px) {
    .recipe__nav-item {
        width: 33.3333%;
        float: left;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    .recipe__nav-item .img {
        width: 26.333vw;
        height: 26.333vw;
    }

    .recipe__nav--view .recipe__nav-body {
        left: 0;
    }
}

.slider {
    width: 100%;
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-top: 20px;
}

.slider--lg {
    position: relative;
    height: 420px;
}

.slider-lg-img {
    height: 420px;
    object-fit: none;
}

.slider--small {
    position: relative;
    height: 204px;
    overflow: hidden;
}

.slider--small .txt {
    height: 52px;
    font-size: 18px;
}

.slider--sm-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.slider__shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.slider__text {
    position: absolute;
    /*kapos changes. bottom: 20px; */
    bottom: 10px;
    left: 20px;
    font-size: 22px;
    color: #ffffff;
    z-index: 1;
    width: calc(100% - 40px);
    height: 70px;
    overflow: hidden;
}

.slider__img {
    overflow: hidden;
}

.slider__img .img {
    min-width: 100%;
}

@media screen and (max-width: 640px) {
    .slider {
        height: auto;
        overflow: auto;
    }

    .slider--lg {
        height: auto;
        margin-bottom: 10px;
    }

    .slider--small {
        height: auto;
        overflow: auto;
        margin-bottom: 10px;
    }

    .slider--small .txt {
        height: 47px;
        font-size: 16px;
    }

    .slider__text {
        height: 48px;
        font-size: 16px;
    }

    .slider-lg-img {
        height: auto;
        object-fit: unset;
    }
}

.recipeAdd-container {
    width: 80%;
    margin: 0 auto;
}

.recipeAdd .textarea {
    height: 130px;
    overflow: auto;
    padding-top: 10px;
}

.recipeAdd__addItems {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: #808080;
    margin-bottom: 25px;
}

.recipeAdd__image-item {
    position: relative;
    width: 123px;
    height: 123px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
}

.recipeAdd__image-item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.recipeAdd__image-item .rem {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recipeAdd__image-item .rem:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.recipeAdd__image-item:nth-child(6n+6) {
    margin-right: 0;
}

.recipeAdd .count-container {
    width: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.recipeAdd .count__txt {
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 10px;
}

.recipeAdd .count__input {
    width: 140px;
}

.recipeAdd .count:last-child .count__input {
    width: 90px;
}

@media screen and (max-width: 640px) {
    .recipeAdd {
        width: 100%;
    }

    .recipeAdd-container {
        width: 100%;
        padding-bottom: 25px;
    }

    .recipeAdd__image-item {
        margin: 0;
        margin-bottom: 20px;
        width: 45%;
        height: 120px;
    }

    .recipeAdd__image-item:nth-child(even) {
        float: right;
    }
}

#photoupload {
    display: none;
}

.filed {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #b2b2b2;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
    line-height: 25px;
}

.filed-title {
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 15px;
}

.filed-container {
    position: relative;
}

.filed-container .remove {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 15px;
}

.filed.warn {
    color: #d9534f;
    border: 1px solid #d9534f;
}

.filed.warn::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d9534f;
}

.filed.warn::-moz-placeholder {
    /* Firefox 19+ */
    color: #d9534f;
}

.filed.warn:-ms-input-placeholder {
    /* IE 10+ */
    color: #d9534f;
}

.filed.warn:-moz-placeholder {
    /* Firefox 18- */
    color: #d9534f;
}

@media screen and (max-width: 640px) {
    .filed {
        font-size: 14px;
    }

    .filed-container .remove {
        right: -10px;
    }
}

#coverAdd, #editprofilepic {
    display: none;
    opacity: 0;
}

.stick {
    margin: 25px 0 35px 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.stick--space {
    margin: 25px 0;
}

@media screen and (max-width: 640px) {
    .stick {
        margin: 15px 0 25px 0;
    }

    .stick--space {
        margin: 15px 0;
    }
}

.profile {
    position: relative;
}

.profile__cover {
    height: 150px;
    background: url(../img/profile-cover.png) no-repeat 50% 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.profile__cover-action {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: none;
}

.profile__cover-action.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.profile__cover-action-item {
    cursor: pointer;
    font-size: 12px;
    color: #ebebeb;
    margin-left: 25px;
}

.profile__cover-action-item:hover {
    color: #dedede;
}

.profile__cover .img {
    min-width: 100%;
    max-width: 100%;
}

.profile__cover-add {
    width: 190px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    background-color: rgba(255, 255, 255, 0.1);
}

.profile__cover-count {
    position: absolute;
    left: 150px;
    bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.profile__cover-count .count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-right: 25px;
}

.profile__cover-count .txt {
    font-size: 12px;
    color: #ffffff;
}

.profile__nav {
    width: 210px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -60px;
}

.profile__nav-item {
    border-top: 1px solid #e6e6e6;
}

.profile__nav-item:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.profile__nav-item .ico {
    display: none;
}

.profile__nav-item > .txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: BPGArialCaps;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.profile__nav-item > .txt:hover {
    background-color: #f2f2f2;
}

.profile__nav-item > .txt .sprt {
    display: none;
}

.profile__nav-item.active > .txt {
    background-color: #f2f2f2;
}

.profile__nav-item.active > .txt .sprt {
    display: block;
}

.profile__nav-head {
    height: 140px;
    padding-left: 20px;
}

.profile__nav-head--modifed {
    position: absolute;
    top: 80px;
    left: 0px;
}

.profile__nav-head .name {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: 75px;
    left: 140px;
    width: 350px;
}

.profile__nav-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: url(../img/profile-pic.png) no-repeat center bottom;
    background-color: #e6e6e6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.profile__nav-img .img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.profile__nav-img .img img {
    width: 100%;
    height: 100%;
}

.profile__nav-img .edit {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: -5px;
}

.profile__container .title {
    margin-bottom: 20px;
}

.profile__container .filed {
    margin-bottom: 10px;
}

.profile__date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.profile__date .filed {
    width: 120px;
}

.profile__images {
    max-width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.profile__images .img {
    min-width: 100%;
    height: 100%;
}

.profile__images .box__remove {
    top: 10px;
}

@media screen and (max-width: 640px) {
    .profile__cover {
        height: 120px;
    }

    .profile__cover-count {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        justify-content: space-between;
    }

    .profile__cover-count .count {
        margin-right: 0;
    }

    .profile__cover-count .txt {
        margin-left: 10px;
    }

    .profile__nav {
        position: relative;
        top: 0;
        width: 100%;
        padding-left: 0;
        padding-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .profile__nav-head {
        padding-left: 0;
        height: auto;
        position: absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
    }

    .profile__nav-head .name {
        display: none;
    }

    .profile__nav-head--modifed {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .profile__nav-img {
        width: 90px;
        height: 90px;
        background-size: cover;
    }

    .profile__nav-item {
        width: 20%;
        height: 45px;
        border-bottom: 1px solid #e6e6e6;
    }

    .profile__nav-item.active {
        background: #f2f2f2;
    }

    .profile__nav-item .ico {
        display: block;
    }

    .profile__nav-item > .txt {
        display: none;
    }

    .profile__container .title {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .profile__date .filed {
        width: 30%;
    }

    .profile__images {
        width: 100%;
        height: auto;
    }

    .profile__images .img {
        min-width: auto;
        width: 100%;
        height: auto;
    }
}

.check {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.check input {
    display: none;
}

.checkBlock {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    border: 2px solid #999da1;
    border-radius: 2px;
    cursor: pointer;
}

.check input:checked + .checkBlock:after {
    content: "";
    width: 14px;
    height: 11px;
    display: block;
    position: absolute;
    right: -5px;
    top: -3px;
    background: url(../img/simple-check.png) no-repeat 50% 50%;
}

.simpleCheck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.simpleCheck .text {
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 10px;
}

.simpleCheck .text-disabled {
    font-size: 12px;
    color: #b2b2b2;
}

.simpleCheck.rul .text {
    padding: 10px 0;
    font-size: 11px;
    color: #0d63e3;
}

.simpleCheck.withText--center {
    min-width: 95px;
    display: table;
    margin: 0 auto;
}

.simpleCheck.withText .text {
    padding: 0 !important;
    padding-left: 10px !important;
    position: relative !important;
    top: -5px !important;
}

.simpleCheck--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.howto-desc {
    /*kapo edit 005*/
    /*font-size: 12px;*/
    font-size: 16px;
    color: #000000;
    /*font-weight: bold;*/
    /*kapo edit*/
    font-weight: 400;
    padding: 10px 0;
}

.howto-leftContainer {
    border-top: 1px solid #e6e6e6;
    /*kapo added 009*/
    padding: 0px 15px 0px 20px;
}

.howto-line {
    display: table;
    width: 100%;
    margin-top: 35px;
}

.howto-line__count {
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 5px;
    background-color: #f97a42;
    float: left;
}

.howto-line__count .number {
    color: #fefefe;
    font-size: 30px;
    font-family: BPGArialCaps;
}

.howto-line__count .txt {
    color: #fefefe;
    font-size: 10px;
    font-family: BPGArialCaps;
}

.howto-line__text {
    float: left;
    width: calc(100% - 60px);
    font-size: 18px;
    color: #000000;
    background-color: #f2f2f2;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-weight: 600px;
}

.howto-img {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 35px;
}

.howto-img .img {
    max-width: 100%;
}

.howto-lineDo {
    margin: 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.howto-tag {
    padding: 20px 50px;
}

.howto-tag__item {
    border-radius: 10px;
    margin-right: 5px;
    float: left;
    padding: 2px 10px;
    color: #000000;
    font-size: 14px;
    background-color: #e6e6e6;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.howto-tag__item:hover {
    background-color: #cdcdcd;
}

@media screen and (max-width: 640px) {
    .howto-desc {
        font-weight: normal;
        font-size: 16px;
    }

    .howto-img {
        margin-bottom: 10px;
    }

    .howto-tag {
        display: table;
        padding: 5px 0;
    }

    .howto-tag__item {
        margin-bottom: 5px;
    }

    .howto-lineDo {
        flex-direction: column;
    }

    .howto-lineDo .lineDesc__item {
        width: 50%;
    }

    .howto-lineDo div {
        width: 100%;
    }

    .howto-lineDo .kulinaria-sprite--print, .howto-lineDo .kulinaria-sprite--addFav {
        width: 24px;
    }

    .howto-line {
        margin-top: 10px;
    }

    .howto-line__text {
        font-size: 16px;
        line-height: 22px;
        height: 50px;
    }

    .howto-line__count {
        height: 50px;
    }

    .howto-line__count .number {
        font-size: 26px;
    }
}

.gallery__title {
    font-size: 18px;
    color: #000000;
    width: 60%;
    font-weight: bold;
}

.gallery-slider__img {
    height: 390px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.gallery-slider__img .img {
    max-height: 100%;
}

.gallery-slider__img .arrow {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.gallery-slider__img .arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-slider__img .arrow--left {
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.gallery-slider__img .arrow--right {
    right: 20px;
}

.gallery-slider__container {
    position: relative;
    height: 100px;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.gallery-slider-body {
    position: relative;
    left: 0;
}

.gallery-slider__arrow {
    width: 30px;
    height: 100%;
    cursor: pointer;
    background-color: #d9d9d9;
}

.gallery-slider__arrow:hover {
    background-color: rgba(217, 217, 217, 0.5);
}

.gallery-slider__arrow--left {
    transform: rotate(180deg);
}

.gallery-slider__img-container {
    width: 640px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
}

.gallery-slider-img {
    cursor: pointer;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 2px solid #f2f2f2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    float: left;
    margin-left: 10px;
}

.gallery-slider-img:hover, .gallery-slider-img.active {
    border: 2px solid #f97a42;
}

.gallery-socials {
    width: 100%;
    padding: 0;
    margin: 0;
}

.gallery-space {
    margin: 80px 0;
}

.gallery-author {
    position: relative;
    left: inherit;
    bottom: inherit;
}

/*New css*/
.search_form-icon {
    width: 20px;
    height: 40px;
    padding: 0 20px;
    background: url(../img/search-ico.png) no-repeat 50% 50%;
    border: 1px solid #e6e6e6;
    border-left: none;
    position: relative;
    left: -7px;
    margin: 0;
}

.header, .nav, .pagination, .post, .howto-leftContainer {
    padding-left: 0;
}

.lineDesc {
    width: 100%;
}

.recipe-nav-text {
    padding-left: 0;
}

.list {
    width: 100%;
}

.box__desc {
    /*font-size: 12px;*/
    color: #000000;
    overflow: hidden;
    /*kapo edited. height: 35px; */
    max-height: 78px;
}

.recipe-desc-remark *, .recipe-desc-remark, .list__item, .lineList__item p, .howto-desc p {
    font-size: 16px;
    line-height: 22px;
}

.lineList .count {
    top: 1px;
}

.box__author *, .box__text * {
    font-size: 12px;
}

.section, .pagination {
    background-color: #fff;
}

.recipe__nav:after {
    left: 16px;
}

.recipe__nav:before {
    left: 15px;
}

.recipe__nav {
    transition: all .1s ease;
}

.nav__item {
    padding: 8px 0;
}

.nav__item.act:after {
    bottom: -4px;
}

.recipeAdd__image-item img {
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .gallery__title {
        width: 100%;
        font-size: 16px;
    }

    .gallery-slider__img {
        height: 220px;
        margin: 15px 0;
    }

    .gallery-slider__img .arrow {
        width: 35px;
        height: 35px;
    }

    .gallery-author {
        margin-bottom: 20px;
    }

    .gallery-space {
        margin: 20px 0;
    }
}

.hide {
    display: none;
}

.photo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.photo-popup__container {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
}

.photo-popup__desc {
    width: 100%;
    height: 100px;
    overflow: auto;
    padding: 20px;
}

.photo-popup__image {
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-popup__image .img {
    max-height: 260px;
}

.photo-popup__image label[for='pupl'] {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-popup__btns {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.photo-popup__btn {
    width: auto;
    padding: 0 20px;
}

.photo-popup__btn.gray {
    color: #8c8c8c;
    background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
    .photo-popup__container {
        width: 100%;
        overflow: auto;
        height: 100vh;
    }

    .photo-popup__image {
        height: 200px;
    }

    .photo-popup__image .img {
        max-height: 180px;
    }

    .photo-popup__btns {
        width: 100%;
    }
}

/*kapo added*/

.user_avatar {
    min-width: 100px;
    width: auto;
    padding: 0px 16px;
}

/*kapo added*/
.notifications {
    width: 290px;
    left: -200px;
}

.ads {
    /*background: #ffa7a7;*/
    position: fixed;
    top: 0;
    width: 250px;
    height: auto;
    max-height: 80vh;
    top: 50%;
    transform: translateY(-50%);
}

.adsTestHeight {
    height: 90vh;
}

.adsRight {
    right: 20px;
}

.adsLeft {
    left: 20px;
}

.adsLg {
    /*max-width: 960px;*/
    /*height: 120px;*/
    /*background: #ffa7a7;*/
    margin: 0 auto;
}

.adsLg iframe, .adsLg img, .adsLg svg, .adsLg canvas {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) {
    .adsLg {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .ads {
        display: none;
    }
}

@media screen and (max-width: 1540px) {
    .ads {
        display: none;
    }
}

.menu_txt {
    color: #000000;
}

/*old styles

Production Latest Version

*/

/*hide top.ge counter*/

#top-ge-counter-container {
    display: none;
}

.endless_container {
    position: absolute;
    bottom: 0;
    margin-left: 40%;
    margin-bottom: -120px;
}

.endless_more {
    margin: 55px auto;
    clear: both;
    display: table;
    color: #fff;
    padding: 10px 35px;
    background-color: #f97a42;
    transition: all .3s ease;
}

.endless_more:hover {
    background-color: #f86929;
}

.endless_more--full {
    margin: 25px 0;
    width: 100%;
    text-align: center;
}

.error {
    color: red;
    width: 400px;
}

div#preloader {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url('../img/loading.gif') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.09);
}

.count_width {
    width: 234px;
}

.recipeAdd__image-main-item {
    position: relative;
    width: 123px;
    height: 123px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
}

jquery menu script for add recipe time picker
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

/*xz*/

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

.box--massonry .kulinaria-col-3 {
    width: calc(100% / 4 - 10px);
}

.box-container {
    margin: 0 auto !important;
    padding: 0 !important;
}

.line__items--fav {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.line__items--fav a {
    padding: 0 !important;
    margin: 0 !important;
}

.box__title a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

/*end xz*/
.boxadsc {
    border: none;
    box-shadow: inherit;
    /*height: 226px;*/
    /* width: 226px; */
}

.boxadsc * {
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .boxadsc {
        border: none;
        box-shadow: inherit;
        height: 226px;
        width: 100%;
    }
}

.post__author .bold a {
    color: #000;
}

.recipe-desc-remark *, .recipe-desc-remark, .list__item, .lineList__item p, .howto-desc p {
    line-height: 22px;
}

.right-box {
    width: 269px;
}

@media screen and (max-width: 960px) {
    .right-box {
        max-width: 100%;
    }
}

.inrecipe_kupon_ads {
    border: 1px solid #3e3e3e;
    padding: 8px;
    width: 660px;
    text-align: center;
    margin: 0 auto;
    height: 80px;
    background: #e0dfdfa6;
}

.kupon_background {
    background: url(../img/makrateli.png) no-repeat;
    padding: 12px;
    background-size: 29px;
    background-position: 20px 2px;
    width: 224px;
    float: left;
}

.kupon_txt {
    padding: 7px;
    font-size: 16px;
    border: 2px dashed #f97a42;
}

.kupon_txt a:hover {
    color: #e84e00;
}

.kupon_promo {
    padding: 18px;
    width: 410px;
    float: left;
    font-size: 19px;
}

@media screen and (max-width: 640px) {
    .right-box {
        width: 100%;
    }

    .inrecipe_kupon_ads {
        border: 1px solid #3e3e3e;
        padding: 8px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        height: 80px;
        background: #e0dfdfa6;
        display: inline-block;
    }

    .kupon_background {
        background: url(../img/makrateli.png) no-repeat;
        padding: 18px 2px;
        background-size: 29px;
        background-position: 12px 7px;
        width: 50%;
        float: left;
    }

    .kupon_txt {
        padding: 2px !important;
        border: 2px dashed #f97a42;
    }

    .kupon_txt a {
        font-size: 14px;
    }

    .kupon_promo {
        padding: 14px 4px;
        width: 50%;
        float: left;
        font-size: 13px;
        text-align: center;
    }
}

/* gadaxdis statusi success*/

.alert_success {
    padding: 20px;
    background-color: #34a01c;
    color: white;
    margin-bottom: 20px;
}

.alert_warn {
    padding: 20px;
    background-color: #900400;
    color: white;
    margin-bottom: 20px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* orderebis gverdis table */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

/* advertisement position for adjarabet. fixed banners in the bottom of the site mobile + desktop */ 

@media only screen and (min-width: 1050px) {
    .fixed-bottom-banner-desktop 
    {
        position: fixed;
        bottom: 0;
        margin-left: -525px;
        left: 50%;
        z-index: 99999;
    }
    .fixed-bottom-banner-mobile
    {
        display: none;
    }
  }

  @media only screen and (max-width: 1050px) {
    .fixed-bottom-banner-desktop 
    {
        display: none
    }
    .fixed-bottom-banner-mobile
    {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 99999;
        margin-left: -187.5px;
    }
  }

  @media only screen and (max-width: 374px) {
    .fixed-bottom-banner-mobile
    {
        display: none;
    }
  }
  
.disableAd
  {
    display: inherit;
    position: inherit;
    width: 25px;
    height: 25px;
    left: 50%;
    cursor: pointer;
    margin-left: -12.5px;
    margin-top: -14px;
  }

span.close_hidden
    {
    display: none
    }