
body {
    position: relative;
    font-family: 	Kalameh, "Ubuntu", tahoma;
    line-height: 1.8;
    color: #484a53;
    font-size: 0.8rem;
    text-align: right;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}
p > a,
span > a {
    color: #266099;
}
p {
    text-align: justify;
}
ul,
li {
    list-style-type: none;
    padding: 0;
}
textarea {
    border: 1px solid #eee;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 5px 10px;
    margin: 0;
}
input,
select {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    color: #4b3f60;
    width: 100%;
    margin: 0;
    outline: none;
}
option {
    padding-right: 10px;
}
label {
    display: block;
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 5px 0 0;
    height: auto;
    width: auto;
    position: relative;
    top: 2px;
    border: 1px solid #eee;
    outline: none;
}
input:focus,
textarea:focus,
select:focus {
    border-color: #ffa628;
}
input[type="submit"] {
    display: inline-block;
    width: auto;
    background-color: #ffa628;
    border: 0 solid #ffa628;
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}
input[type="submit"]:focus {
    border-color: #ffa628;
}
input[type="submit"]:hover {
    background-color: #ffa628;
}
input:disabled {
    background-color: #eee;
}
input:disabled:hover {
    background-color: #eee;
}
img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}
video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}
li img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
p img,
button img,
span img {
    display: inline;
    font-size: 5px;
}
.borderi {
    border: 1px solid red;
}
.whole:before,
.whole:after {
    display: table;
    content: " ";
}
.whole:after {
    clear: both;
}
.eng {
    font-family: "Roboto Condensed", sans-serif;
    direction: ltr;
    text-align: right;
    font-size: 15px;
}
.ltr {
    direction: ltr;
    text-align: left;
}
.overflow-hidden {
    overflow: hidden;
}
.text-larg {
    font-size: 1.2rem;
}
.text-medium {
    font-size: 0.95rem;
}
.color-success {
    color: #3fdb45 !important;
}
.color-notice {
    color: #ff3c7e !important;
}
.mdi {
    position: relative;
}
.top-1 {
    top: 0.1rem;
}
.top-2 {
    top: 0.15rem;
}
.top-3 {
    top: 0.25rem;
}
.top-4 {
    top: 0.3rem;
}
.btn {
    position: relative;
    background-color: #ffa628;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 0.75rem 0.7rem;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    min-width: 150px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: 0;
    border: 0;
    overflow: hidden;
}
.btn.by-mdi {
    padding-left: 55px;
}
a.btn {
    color: #fff;
}
.btn-sm {
    padding: 0.2rem 0.7rem 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
    min-width: inherit;
}
.btn-white,
a.btn-white {
    background-color: #fff;
    color: #a50022;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    outline: 0;
    border-color: transparent;
    background-color: #ff9501;
}
a.btn-white:hover,
a.btn-white:focus {
    color: #fff;
}
.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.btn .mdi {
    position: absolute;
    height: 44px;
    width: 44px;
    line-height: 44px;
    left: 0;
    top: -1px;
    background-color: #ff9501;
    text-align: center;
    padding: 0;
    transition: all 0.5s;
}
.btn:hover .mdi {
    padding-right: 10px;
}
.label {
    position: relative;
    display: inline-block;
    background-color: #0559fd;
    font-size: 0.8rem;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 8px;
}
.label.by-icon {
    padding-right: 30px;
}
.label .mdi {
    position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table th,
table td {
    line-height: 1.8;
    border-color: #e6ecf5;
    text-align: right;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table th {
    color: #515365;
    vertical-align: bottom;
    border-bottom: 1px solid #e6ecf5;
    border-top-width: 0;
}
.go-to-next {
    position: relative;
    height: 20vh;
    overflow: hidden;
}
.wave {
    opacity: 0.9;
    position: absolute;
    bottom: -299vh;
    left: 0;
    right: 0;
    background: #502ac3;
    height: 300vh;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
}
.mw-320 {
    max-width: 320px;
}
.mw-540 {
    max-width: 540px;
}
.mw-720 {
    max-width: 720px;
}
.mw-960 {
    max-width: 960px;
}
.box-border-1 {
    border-bottom: 3px solid #ff5d86;
}
.box-border-2 {
    border-bottom: 3px solid #4dcd92;
}
.box-border-3 {
    border-bottom: 3px solid #7f5fff;
}
.box-border-4 {
    border-bottom: 3px solid #ff9b5f;
}
.inner-page {
    min-height: 50vh;
}
.sec-style {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-style.by-back {
    background-color: #f8f8fd;
}
.sec-head {
    padding-bottom: 40px;
}
.sec-head.sm {
    padding-bottom: 10px;
}
.sec-head > h2,
.sec-head > h3,
.sec-head > h4,
.sec-head > p {
    text-align: center;
    font-size: 1.8rem;
    color: #1a6f2d;
    font-weight: 600;
    margin: 0;
}
.sec-head > h4 {
    font-size: 1.5rem;
}
.sec-summary {
    padding-top: 10px;
    max-width: 540px;
    margin: auto;
}
.sec-summary > p {
    margin: 0;
    text-align: center;
    margin: 0;
    color: #9499a2;
    font-size: 0.8rem;
}
.sec-separator {
    position: relative;
    overflow: hidden;
    width: 100%;
    top: 80px;
    height: 40px;
}
.sec-separator::after {
    content: "";
    display: block;
    position: relative;
    height: 0;
    width: 0;
    border-left: 100vw solid #f8f8fd;
    border-bottom: 40px solid transparent;
    border-top: 0 solid transparent;
}
.search-form {
    position: relative;
}
.search-form input[type="submit"] {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 15px;
    height: 36px;
    line-height: 36px;
}
.site-logo {
    max-height: 50px;
}
header {
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
}
#medium-nav {
    padding-top: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
}
#medium-nav .nav-item {
    margin: 0 10px;
}
#medium-nav .nav-item > a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    transition: all 0.5s;
}
#medium-nav .nav-item:hover > a {
    color: #a50022;
}
#medium-nav .nav-item > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    background-color: #a50022;
    border-radius: 2px;
    transition: width 0.5s, border-radius 0.5s;
}
#medium-nav .nav-item:hover > a::after {
    width: 50%;
    height: 4px;
}
.main-nav-logo {
    position: relative;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
}
.after-site-logo {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    top: 60px;
    opacity: 1;
    transition: all 0.7s;
}
.main-nav-logo .site-logo {
    position: relative;
    height: 70px;
    max-height: none;
    z-index: 2;
    transition: all 1s;
}
#medium-nav.sticky .main-nav-logo .site-logo {
    margin-top: -8px;
    height: 55px;
    transition: all 0.7s;
}
#medium-nav.sticky .after-site-logo {
    width: 0;
    top: 0;
    transition: all 1s;
}
#medium-nav .nav-item > .sub-menu {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 60px;
    margin: auto;
    width: 100vw;
    max-width: 960px;
    background-color: #fafafa;
    padding: 40px 15px 15px;
    box-shadow: 0 3px 3px rgba(17, 17, 17, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 0.2s;
}
#medium-nav .nav-item > .sub-menu > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 30px;
    font-size: 0.9rem;
    color: #111;
    border-left: 1px solid #eee;
}
#medium-nav .nav-item > .sub-menu > li:last-child {
    border-width: 0;
}
#medium-nav .nav-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.sub-menu .sub-menu {
    color: #777;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}
.sub-menu .sub-menu > li {
    padding-right: 5px;
    margin-bottom: 5px;
}
#medium-nav .nav-item .sub-menu li:hover > a {
    color: #a50022;
}
#small-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent;
    transition: all 0.5s;
    background-color: #fff;
}
.sn-menu {
    background-color: #f8f8fd;
    border-bottom: 4px solid #ddd;
    display: none;
}
.sn-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 15px;
}
.sn-menu li:last-child {
    border-bottom-width: 0;
}
.sn-menu li a {
    display: block;
    line-height: 40px;
}
.sn-btn {
    cursor: pointer;
}
#page-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #f8f8fd;
    padding-top: 120px;
    color: #1a6f2d;
}
#page-title h1,
#page-title h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}
.page-title-content {
    padding: 20px 15px;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
}
.page-title-content h1 {
    line-height: 3.5rem;
}
.page-title-content h1 span {
    background-color: #f8f8fd;
}
.meta-data {
    background-color: #fff;
    font-weight: 700;
    padding: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.page-thumb {
    margin-top: -70px;
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.page-thumb img {
    min-width: 100%;
    height: auto;
}
.slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.slider .item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f8f8fd;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.slider .item.active {
    visibility: visible;
    opacity: 1;
}
.slider-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: all 1s;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item.active .slider-img {
    opacity: 1;
}
@keyframes slider-img-show {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
        transform: scale(1.05, 1.05) translate(2%, 1%);
    }
}
@keyframes slider-img-hidden {
    0% {
        transform: scale(1.05, 1.05) translate(2%, 1%);
    }
    100% {
        transform: scale(1.2, 1.2) translate(4%, 3%);
    }
}
.slider .item > .slider-img {
    animation: slider-img-hidden 2.5s forwards linear;
}
.slider .item.active > .slider-img {
    animation: slider-img-show 8s forwards linear;
}
.slider-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.sc-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    opacity: 0;
    transition: all 1s;
}
.slider .item.active .sc-box {
    opacity: 1;
}
.sc-content {
    right: 80px;
    left: -100%;
    position: absolute;
    z-index: 10;
}
@keyframes sc-content {
    0% {
        opacity: 0;
        right: 50px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
.slider .item.active .sc-content > div {
    opacity: 0;
    position: relative;
    animation: sc-content 0.5s 1.5s forwards linear;
}
.sc-content h2 {
    position: relative;
    opacity: 0;
    margin: 0;
    font-size: 2.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.slider .item.active .sc-content h2 {
    animation: sc-content 0.5s 2s forwards linear;
}
.sc-content h4 {
    position: relative;
    opacity: 0;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 2.2rem;
}
.sc-content h2.by-back span,
.sc-content h4.by-back span {
    background-color: #fff;
}
.slider .item.active .sc-content h4 {
    animation: sc-content 0.5s 2.5s forwards linear;
}
.sc-content > span {
    display: inline-block;
    margin-top: 15px;
    color: #f5f5f5;
    opacity: 0;
}
.slider .item.active .sc-content > span {
    animation: sc-content 0.5s 3s forwards linear;
}
.slider-controller {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #777;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 12;
    transition: all 0.5s;
    border-radius: 50%;
}
.slider-controller:hover {
    background-color: #fff;
}
.slider-controller.prev-slider {
    left: 15px;
}
.slider-controller.next-slider {
    right: 15px;
}
@keyframes slider-smooth-scroll {
    0% {
        top: 0;
        opacity: 0;
    }
    50% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}
.slider-smooth-scroll {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
}
.slider-smooth-scroll > a {
    position: relative;
    animation: slider-smooth-scroll 1.8s infinite;
}
.slider-smooth-scroll > a:hover {
    color: #fff;
}
#index-products.sec-style {
    padding-top: 100px;
}
#index-products .container {
    z-index: 5;
    position: relative;
}
.product-box {
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}
.product-box.sticky-product-box {
    height: 405px;
}
.product-box a::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    border: 4px solid #eee;
    transition: all 0.5s;
    opacity: 0.7;
}
.product-box:hover a::after {
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.product-box-img {
    position: relative;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    transition: all 0.5s;
    z-index: 1;
}
.product-box-img img {
    min-height: 100%;
}
.product-box:hover .product-box-img {
    top: -30px;
    transition: all 0.5s 0.5s;
}
.product-box-content {
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    padding: 20px;
    padding-top: 0;
    color: #fff;
    z-index: 4;
    background: #27813b;
    transition: all 0.8s;
}
.product-box-content::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    border-right: 50vw solid #27813b;
    border-bottom: 0 solid transparent;
    border-top: 20px solid transparent;
}
.product-box:hover .product-box-content {
    bottom: 0;
}
.product-box-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
}
.product-box-content > p {
    position: relative;
    margin-bottom: 0;
    font-size: 0.75rem;
}
.product-box:hover .product-box-content {
    bottom: 0;
}
.product-category-box {
    background: #27813b;
    color: #fff;
    padding: 15px;
    height: 188px;
    margin-bottom: 30px;
}
.product-category-box.red-box {
    background: #a50022;
}
.product-category-box > a {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid #1a6f2d;
    padding: 10px;
    height: 100%;
    transition: all 0.5s;
}
.product-category-box.red-box > a {
    border-color: #90011e;
}
.product-category-box:hover > a {
    border-color: transparent;
    transform: scale(1.1, 1.1);
}
.product-category-box img {
    max-height: 60px;
    margin-bottom: 15px;
}
.product-category-box:hover img {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.product-category-box h3 {
    font-size: 1.1rem;
    text-align: center;
    margin: 0;
}
.product-category-flakes {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}
.product-category-flakes img {
    position: absolute;
    opacity: 0;
    height: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.product-category-flakes.active img {
    opacity: 1;
}
.product-category-flakes img:nth-child(1) {
    right: 3%;
    top: 2%;
}
.product-category-flakes.active img:nth-child(1) {
    height: 10% !important;
}
.product-category-flakes img:nth-child(2) {
    right: 20%;
    top: 5%;
}
.product-category-flakes.active img:nth-child(2) {
    height: 12%;
    transform: rotate(20deg);
}
.product-category-flakes img:nth-child(3) {
    right: 40%;
    top: 2%;
}
.product-category-flakes.active img:nth-child(3) {
    height: 9%;
    transform: rotate(-30deg);
}
.product-category-flakes img:nth-child(4) {
    right: 63%;
    top: 8%;
}
.product-category-flakes.active img:nth-child(4) {
    height: 11%;
    transform: rotate(-80deg);
}
.product-category-flakes img:nth-child(5) {
    right: 81%;
    top: 3%;
}
.product-category-flakes.active img:nth-child(5) {
    height: 13%;
    transform: rotate(80deg);
}
.product-category-flakes img:nth-child(6) {
    right: 97%;
    top: 5%;
}
.product-category-flakes.active img:nth-child(6) {
    height: 11%;
    transform: rotate(-40deg);
}
.product-category-flakes img:nth-child(7) {
    right: -1%;
    top: 28%;
}
.product-category-flakes.active img:nth-child(7) {
    height: 9%;
}
.product-category-flakes img:nth-child(8) {
    right: 2%;
    top: 60%;
}
.product-category-flakes.active img:nth-child(8) {
    height: 10%;
    transform: rotate(-40deg);
}
.product-category-flakes img:nth-child(9) {
    right: 4%;
    top: 90%;
}
.product-category-flakes.active img:nth-child(9) {
    height: 11%;
    transform: rotate(40deg);
}
.product-category-flakes img:nth-child(10) {
    right: 20%;
    top: 80%;
}
.product-category-flakes.active img:nth-child(10) {
    height: 13%;
    transform: rotate(-10deg);
}
.product-category-flakes img:nth-child(11) {
    right: 45%;
    top: 94%;
}
.product-category-flakes.active img:nth-child(11) {
    height: 10%;
}
.product-category-flakes img:nth-child(12) {
    right: 70%;
    top: 75%;
}
.product-category-flakes.active img:nth-child(12) {
    height: 8%;
    transform: rotate(40deg);
}
.product-category-flakes img:nth-child(13) {
    right: 93%;
    top: 84%;
}
.product-category-flakes.active img:nth-child(13) {
    height: 12%;
    transform: rotate(-10deg);
}
.product-category-flakes img:nth-child(14) {
    right: 95%;
    top: 55%;
}
.product-category-flakes.active img:nth-child(14) {
    height: 12%;
    transform: rotate(80deg);
}
.product-category-flakes img:nth-child(15) {
    right: 90%;
    top: 30%;
}
.product-category-flakes.active img:nth-child(15) {
    height: 10%;
    transform: rotate(-20deg);
}
.recipes-img {
    position: relative;
    height: 477px;
    overflow: hidden;
    -webkit-clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0px 100%);
    clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0px 100%);
}
.recipes-img > .item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    direction: ltr;
    opacity: 0;
    transition: all 1s;
}
.recipes-img > .item.active {
    opacity: 1;
}
.recipes-img > .item img {
    min-height: 100%;
}
.recipes-content {
    position: relative;
    height: 477px;
    background-color: #a50022;
    color: #fff;
}
.recipes-content .item {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.recipes-content .item.active {
    visibility: visible;
    opacity: 1;
}
.recipes-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -152px;
    width: 0;
    height: 0;
    border-top: 477px solid #a50022;
    border-bottom: 0 solid transparent;
    border-right: 152px solid transparent;
    z-index: 1;
}
.recipes-content h4 {
    position: relative;
    right: 0;
    z-index: 2;
    text-align: right;
}
.recipes-content ul {
    position: relative;
    right: 0;
}
.recipes-content .btn {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.recipes-content .item.active .btn {
    opacity: 1;
    visibility: visible;
}
.recipes-item-controllers {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    color: #fff;
    padding-right: 20px;
}
.owl-box .item {
    position: relative;
    width: 101%;
}
.owl-controllers a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8fd;
    text-align: center;
}
.post-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(17, 17, 17, 0.3);
    background-color: #131315;
    margin: 0 auto 30px;
    max-width: 400px;
}
.post-box.index-post {
    height: 191px;
}
.post-box img {
    transition: all 0.3s;
    opacity: 1;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.post-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    color: #fff;
    background: #111;
    background: -webkit-linear-gradient(rgba(17, 17, 17, 0), #111);
    background: -o-linear-gradient(rgba(17, 17, 17, 0), #111);
    background: -moz-linear-gradient(rgba(17, 17, 17, 0), #111);
    background: linear-gradient(rgba(17, 17, 17, 0), #111);
}
.post-box-content h3 {
    font-size: 16px;
    font-weight: 500;
}
.post-box:hover img {
    opacity: 0.3;
    transform: scale(1.2, 1.2);
}
.post-box-content > span {
    font-size: 13px;
}
.post-box > a {
    display: block;
    color: #fff;
    background: #a50022;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    height: 30px;
    line-height: 28px;
    margin: auto;
    transition: all 0.2s;
}
.post-box:hover > a {
    left: 0;
    transition: all 0.4s;
}
.post-box > a .mdi {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.features-box {
    position: relative;
    background-color: #f8f8fd;
    padding: 30px 15px 20px;
    margin-bottom: 80px;
    margin-top: 40px;
}
.features-box-img {
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 50%;
    background-color: #f8f8fd;
    position: absolute;
    right: 0;
    left: 0;
    top: -40px;
    margin: auto;
}
.features-box-img > img {
    width: 40px;
}
.features-box-title {
    position: relative;
    min-width: 80px;
    padding-left: 15px;
}
.features-box-title i {
    position: absolute;
    left: 0;
    top: -5px;
}
.features-box-title img {
    height: 40px;
    margin-left: 15px;
}
.features-box-title p {
    font-weight: 700;
    font-size: 0.9rem;
}
.features-box-content p {
    font-size: 0.8rem;
    font-weight: 700;
    color: #777;
}
.product-container {
    position: relative;
    height: 405px;
}
.product-container .item {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.product-container .item.active {
    opacity: 1;
}
.product-container .item img {
    height: 100%;
    max-width: none;
}
.product-img-icons {
    position: absolute;
    padding: 10px 0;
    bottom: -30px;
    left: 30px;
    right: 30px;
}
.product-img-icons a {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background-color: rgba(165, 0, 34, 0.7);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
.product-img-icons a:hover,
.product-img-icons a.active {
    background-color: #a50022;
}
.product-img-icons a span {
    display: block;
    position: absolute;
    line-height: 20px;
    font-size: 0.5rem;
    font-weight: 700;
    color: #111;
    background-color: #dcd2b4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-img-icons img {
    height: 50px;
}
.product-img {
    position: relative;
}
.product-img img {
    display: block;
}
.product-img img:last-child {
    display: none;
}
.recipe-box {
    margin-bottom: 30px;
}
.recipe-box img {
    height: 100px;
}
.recipe-box p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #a50022;
}
.recipe-box span {
    display: block;
    text-align: center;
    color: #777;
}
.post-categories li,
.post-categories {
    display: inline-block;
    margin: 0;
}
.editor-box {
    font-size: 0.85rem;
}
.editor-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.editor-box h2,
.editor-box h1 {
    font-size: 1.4rem;
    color: #a50022;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    word-spacing: 0;
}
.editor-box h3 {
    font-size: 1.3em;
    color: #a50022;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    word-spacing: 0;
}
.editor-box h4 {
    font-size: 1.2em;
    color: #a50022;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    word-spacing: 0;
}
.editor-box p {
    margin-bottom: 5px;
    margin-top: 0;
}
.editor-box blockquote {
    margin: 20px;
    font-size: 1rem;
    line-height: 1.8;
    padding-right: 15px;
    border-right: 3px solid #ddd;
    color: #777;
    text-align: right;
}
.editor-box h5,
.editor-box h6 {
    font-size: 1.1em;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}
.editor-box ul li::before {
    content: "";
    position: relative;
    margin-left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #a50022;
    border-radius: 50%;
}
.editor-box ol li {
    list-style: decimal;
    list-style-position: inside;
}
.editor-box a {
    color: #ffa628 !important;
}
.tagcloud a,
.tags a {
    display: inline-block;
    line-height: 25px;
    padding: 0 8px;
    background-color: #ffa628;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.side-bar-box {
    padding: 20px;
    background-color: #f8f8fd;
    margin: 0;
}
.side-bar-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #666;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
    margin-bottom: 20px;
    margin-top: 0;
}
.screen-reader-text {
    font-size: 1rem;
    font-weight: 600;
}
.searchform {
    position: relative;
}
.searchform #searchsubmit {
    position: relative;
    top: -40px;
    display: block;
    margin: 1px;
    margin-right: auto;
    height: 38px;
    line-height: 38px;
    min-width: 70px;
}
.wpp-thumbnail {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
.wpp-list li {
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-box {
    margin-bottom: 30px;
}
.contact-box .mdi {
    color: #a50022;
}
.search-result-title p {
    font-size: 1.2rem;
    color: #a50022;
    font-weight: 700;
}
.search-result-content li {
    color: #222;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.search-result-content li::before {
    content: "";
    position: relative;
    margin-left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #a50022;
    border-radius: 50%;
}
.pagination {
    justify-content: center;
    direction: ltr;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #a50022;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #a50022;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #a50022;
    border-color: #a50022;
}
.error {
    padding-top: 30px;
    padding-bottom: 30px;
}
.error h4 {
    font-size: 4rem;
}
.h_iframe-aparat_embed_frame iframe {
    border-width: 0;
}
.main-timeline {
    padding: 20px 0;
    position: relative;
}
.main-timeline:before,
.main-timeline:after {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -15px;
    z-index: 2;
}
.main-timeline:after {
    top: auto;
    bottom: 15px;
}
.main-timeline .timeline {
    padding: 35px 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    height: 100%;
    width: 50%;
    border-radius: 100px 0 0 100px;
    border: 15px solid #27813b;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-timeline .timeline:after {
    height: calc(100% - 30px);
    width: calc(50% - 12px);
    border-color: #27813b;
    left: 12px;
    top: 15px;
}
.main-timeline .timeline-content {
    padding: 20px;
}
.main-timeline .timeline-year {
    color: #27813b;
    font-size: 30px;
    font-weight: 600;
    padding: 30px;
    display: block;
    text-align: left;
}
.main-timeline .timeline-img {
    padding: 30px;
}
.main-timeline .timeline-img img {
    height: 100px;
}
.main-timeline .content {
    color: #909090;
    padding: 20px;
}
.main-timeline .title {
    color: #27813b;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}
.main-timeline .description {
    font-size: 15px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: 0;
    border-radius: 0 100px 100px 0;
    border: 15px solid #27813b;
    border-left: none;
}
.main-timeline .timeline:nth-child(even):after {
    left: auto;
    right: 12px;
    border: 15px solid #27813b;
    border-left: none;
    border-radius: 0 100px 100px 0;
}
.main-timeline .timeline:nth-child(5n + 2):before {
    border-color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 2):after {
    border-color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 2) .timeline-icon {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 2) .timeline-year {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 2) .title {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 3):before {
    border-color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 3):after {
    border-color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 3) .timeline-icon {
    color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 3) .timeline-year {
    color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 3) .title {
    color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 4):before {
    border-color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 4):after {
    border-color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 4) .timeline-icon {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 4) .timeline-year {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 4) .title {
    color: #9b0020;
}
.main-timeline .timeline:nth-child(5n + 5):before {
    border-color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 5):after {
    border-color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 5) .timeline-icon {
    color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 5) .timeline-year {
    color: #27813b;
}
.main-timeline .timeline:nth-child(5n + 5) .title {
    color: #27813b;
}
footer {
    background-color: #a50022;
    color: #fff;
}
.footer-contacts {
    margin: 0;
}
.footer-contacts li {
    position: relative;
    padding-right: 45px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    border: 1px solid #a50022;
}
.footer-contacts li .mdi {
    position: absolute;
    right: 0;
    top: -1px;
    color: #ffa628;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #ffa628;
    background-color: #9b0020;
    border-radius: 50%;
}
footer .nav .nav-item {
    position: relative;
    font-size: 0.95rem;
    font-weight: 700;
    padding-left: 50px;
    padding-right: 12px;
    line-height: 40px;
    transition: all 0.5s;
}
footer .nav .nav-item:hover {
    color: #ffa628;
}
footer .nav .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #ffa628;
    border-radius: 50%;
}
.footer-socials li {
    padding-left: 20px;
}
.footer-socials li .mdi {
    display: block;
    color: #ffa628;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #ffa628;
    border-radius: 50%;
    background-color: #9b0020;
    transition: all 0.5s;
}
.footer-socials li:hover .mdi {
    color: #fff;
    background-color: #ffa628;
    border-color: #fff;
}
#last-foot {
    padding-top: 15px;
    position: relative;
    top: 30px;
    padding-bottom: 15px;
    background-color: #9b0020;
}
#last-foot p {
    text-align: center;
    font-size: 0.85rem;
    margin: 0;
}
.c5cdd549 {
    display: none !important;
}
@media (max-width: 1199.98px) {
    .sc-box {
        width: 30%;
    }
    .product-box.sticky-product-box {
        height: 337px;
    }
    .recipes-img,
    .recipes-content {
        height: 450px;
    }
    .recipes-content::after {
        border-top: 450px solid #a50022;
        border-bottom: 0 solid transparent;
        border-right: 152px solid transparent;
    }
    .post-box.index-post {
        height: 337px;
    }
    .main-timeline .timeline:after {
        border-radius: 88px 0 0 88px;
    }
    .main-timeline .timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }
}
@media (max-width: 991.98px) {
    .slider-caption {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sc-box {
        position: relative;
        width: 70%;
        padding: 20px;
    }
    .sc-box::after {
        display: none;
    }
    .sc-content {
        right: 0;
        position: relative;
    }
    .sc-content h2 {
        font-size: 2.8em;
        text-align: center;
    }
    .sc-content h4 {
        font-size: 1.3em;
        text-align: center;
    }
    .sc-content h2 span,
    .sc-content h4 span {
        background-color: #fff;
    }
    .product-box.sticky-product-box {
        height: auto;
    }
    .recipes-img {
        height: 258px;
        -webkit-clip-path: polygon(0px 0%, 100% 0, 100% 100%, 0px 100%);
        clip-path: polygon(0px 0%, 100% 0, 100% 100%, 0px 100%);
    }
    .recipes-content {
        height: 258px;
    }
    .recipes-content::after {
        display: none;
    }
    .recipes-content p {
        display: none;
    }
    .recipes-content h4 {
        text-align: center;
        font-size: 1.1rem;
    }
    .recipes-item-controllers {
        padding-right: 0;
    }
    .post-box.index-post {
        height: 247px;
    }
    #page-title {
        padding-top: 70px;
    }
}
@media (max-width: 767.98px) {
    .page-thumb {
        margin-top: 0;
    }
    .slider {
        height: 80vh;
    }
    #main-box h1 {
        font-size: 1.3rem;
    }
    #main-box p {
        font-size: 0.9rem;
    }
    .sc-box {
        width: 80%;
    }
    .sc-content h2 {
        font-size: 1.8rem;
        line-height: 3.4rem;
    }
    .sc-content h4 {
        font-size: 1.1em;
    }
    .post-box.index-post {
        height: 180px;
    }
    #page-title h1,
    #page-title h2 {
        font-size: 1rem;
    }
    .sec-head > h2,
    .sec-head > h3,
    .sec-head > h4,
    .sec-head > p {
        font-size: 1.4rem;
    }
    .sec-head > h4 {
        font-size: 1.2rem;
    }
    .main-timeline .timeline {
        margin-top: -19px;
    }
    .main-timeline .timeline:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width: 10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline .timeline:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline .timeline-img,
    .main-timeline .content,
    .main-timeline .timeline-year {
        padding: 10px;
    }
    .page-title-content {
        padding: 15px;
        padding-bottom: 0;
        width: 100%;
    }
    .page-title-content h1 {
        line-height: 2rem;
    }
}
@media (max-width: 575.98px) {
    .slider {
        margin-top: 40px;
        height: 50vh;
    }
    .sc-box {
        width: 90%;
    }
    .sc-content h2 {
        font-size: 2em;
    }
    .sc-content h4 {
        font-size: 1em;
    }
    .post-box.index-post {
        height: auto;
    }
    .searchform #searchsubmit {
        min-width: 50px;
        padding: 0 12px;
    }
    .page-item {
        display: none;
    }
    .page-item:first-child,
    .page-item:last-child {
        display: block;
    }
    .main-timeline .title,
    .main-timeline .timeline-year {
        font-size: 20px;
    }
    .main-timeline .description {
        font-size: 14px;
    }
    .main-timeline .timeline-img img {
        height: 80px;
    }
}
.tab {
    text-align: center;
    margin-bottom: 25px;
}
.gform_wrapper .top_label li.gfield.gf_left_half:before {
  display: none;
}
