html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -90px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}
.sc_section{
    min-height: 271px !important;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.no-arrow:after {
    content: '' !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.social-lang {
    border-bottom: 2px solid #7EBF61;
    padding-top: 20px;
    padding-bottom: 11px;
}

.social li,
.lang li {
    margin-right: 5px;
}

.social img {
    width: 27px;
}

.lang li a {
    text-transform: uppercase;
}

#current-lang,
#langs,
.item-lang {
    float: right;
}

.item-lang {
    text-transform: uppercase;
}

#recipes .sc_section_inner {
    padding: 6em 0 2em 0;
    background-image: url(../image/bg-fromblog.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#recipes h1 {
    color: #fff;
}

#recipes .view-more {
    border: none;
}

.products li {
    float: none !important;
    display: inline-block !important;
    width: 33.03% !important;
    min-height: 339px;
}

.description {
    height: 100px;
}

#product-review .images {
    float: left;
    margin-right: 40px;
}

#product-review .summary {
    float: left;
    width: 46%;
}

#map {
    width: 100%;
    height: 400px;
}

.tumbnail-recipe {
    width: 50%;
    margin-right: 50px;
}

.logo a {
    width: 40%;
}

.menu_main_nav_area {
    width: 101%;
}

#menu_main>li {
    max-width: 19.9%;
    text-align: center;
}

#menu_main li:last-child a::before {
    background-color: #E35D23;
}

.view-more {
    font-size: 18px !important;
    padding-left: 1.05em !important;
    padding-right: 1.05em !important;
}

.phone-address {
    margin-top: 20px;
}

.contact-text {
    width: 42%;
}

.phone-address {
    width: 52%;
}

.contact-text h2 {
    color: #fff !important;
    text-align: left;
    border-right: 1px solid #94ce86;
}

.call {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.footer-icon {
    font-size: 23px;
    color: #cde452;
    border-radius: 50%;
    border: 2px solid #cde452;
    width: 30px;
    display: inline-block;
    height: 30px;
}

.phone {
    font-size: 30px;
    color: #fff;
}

.or {
    margin: 16px 16px;
}

.or span {
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.contact-button {
    width: 36%;
}

.contact-button a {
    display: block;
    width: 100%;
    background: #ff661b;
    font-size: 20px;
    color: #fff !important;
    padding: 20px 20px;
}

#search-2 button,
#search-3 button {
    float: right;
}

.title-link:hover {
    text-decoration: none;
}

.a-cover {
    display: block;
    position: absolute;
    width: 270px;
    height: 270px;
    z-index: 55;
}

.lang {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.owl-item p {
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.slider {
    position: relative;
}

div#slogan-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

p#slogan {
    margin-top: 155px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

span#part-3 {
    color: #71B761;
    margin-top: 33px;
}

#slogan span {
    display: inline-block;
}
.scroll_to_top{
	right: 2px !important;
}


@media (max-width:790px) {
    .sidebar-product aside {
        display: block !important;
        margin: 0 auto !important;
    }
}

@media (max-width:767px) {
	.copyright_wrap p{
		text-align: left;
	}
    #tab-description h2 {
        font-size: 12px;
    }
    #product-review .summary {
        width: 100%;
    }
    .news-title {
        font-size: 22px !important;
        background-size: 56%;
    }
    .news-view {
        width: 65% !important;
    }
    .about-view {
        width: 270px;
    }
    .news-last {
        width: 100% !important;
    }
    .news-feature {
        margin-left: -103px !important;
        width: 210px !important;
        height: 210px !important;
    }
    .isotope_wrap .isotope_item .post_item {
        min-height: 266px !important;
    }
    #about-us .wpb_wrapper p {
        width: 60% !important;
        font-size: 16px;
    }
    #products .post_descr p {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #products .post_descr a {
        font-size: 17px;
        line-height: 23px;
    }
    #recipes .recipe-items {
        width: 75% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .recipe-items .post_item {
        margin-bottom: 25px;
    }
    .ih-item.circle {}
    #recipes .sc_title,
    #products .sc_title {
        font-size: 22px !important;
    }
    .post_content.circle.effect1 .post_descr {
        display: block !important;
    }
    .contact-text,
    .phone-address {
        width: 100%;
    }
    .contact-text h1 {
        text-align: center;
    }
    .or {
        width: 100%;
        margin-left: 0;
    }
    .contact-button {
        width: 100%;
    }
    .phone-address div:first-child {
        float: none;
    }
    .logo a {
        width: 100%;
    }
    #products #sc_blogger_1257568780 .isotope_item {
        width: 70%;
        float: none !important;
        margin: 0 auto;
    }
    .post_content.circle.effect1 {
        margin-bottom: 45% !important;
    }
    ul#product-list li {
        display: block !important;
        width: 100% !important;
        margin: 0 auto;
        min-height: 339px !important;
    }
    .responsive_button {
        display: block !important;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 20px;
    }
    .responsive_button:before {
        font-size: 20px !important;
    }
    #responsive_menu {
        display: none;
        margin-top: 0px;
    }
    #responsive_menu li {
        background: #7ac369;
        margin-bottom: 1px;
        display: block;
        margin-left: 0px;
    }
    #responsive_menu li a {
        font-size: 16px;
        color: #fff;
        padding: 12px;
        display: block;
    }
    #responsive_menu li a:hover {
        background: #66a756;
    }
    .arrow:after {
        content: '\e828';
        font-family: fontello;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 16px;
    }
    .icon-down:before {
        content: ' ' !important;
        background-image: url("../image/menu.png") !important;
        width: 16px !important;
        height: 16px !important;
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
        margin-right: 4px !important;
    }
    #menu_main {
        display: none;
    }
    .scroll-menu .top_panel_bottom {
        width: 100% !important;
    }
    .view-more {
        width: 207px !important;
    }
    .ingredient-block {
        float: none !important;
        margin-top: 10px;
        width: 100% !important;
    }
    #recipe-thumb {
        float: none;
    }
    .scroll-menu {
        z-index: 89 !important;
    }
    #jquery-overlay {
        width: 100% !important;
    }
    #lightbox-container-image-box {
        width: inherit !important;
        height: inherit !important;
    }
    #jquery-lightbox {
        position: fixed !important;
        top: 185px !important;
    }
    p#slogan {
        font-size: 15px;
        margin-top: 22px;
    }
    span#part-3 {
        margin-top: 4px;
    }
    .home-title {
        font-size: 22px !important;
        background-size: 38%;
    }
    .page_title {
        font-size: 20px !important;
    }
    .about-content-wrap {
        width: 100% !important;
    }
    #product-list .post_thumb {
        margin: 0 auto;
    }
    .slider_boxed,
    .content_wrap,
    .content_container {
        width: 84% !important;
    }
    .menu_main_responsive_button {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    #lang {
        margin: 0 auto;
        width: 100px;
    }
    .fr.lang {
        float: none;
    }
    .logo img {
        float: none !important;
        max-width: 70% !important;
    }
    .logo {
        text-align: center;
    }
    .top_panel_middle .logo {
        margin-bottom: -23px;
    }
    .scroll-menu .logo {
        display: none;
    }
    .top_panel_style_1 .contact_field {
        margin-top: -22px !important;
    }
    .top_panel_wrap .contact_label {
        font-size: 13px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .contact-button {
        width: 80%;
    }
    .news-view {
        width: 40%;
    }
    .about-view {
        width: 270px;
    }
    .news-feature {
        margin-left: -90px !important;
        width: 180px !important;
        height: 180px !important;
    }
    #products .isotope_column_4 {
        width: 100%;
    }
    .product-desc {
        font-size: 16px;
        line-height: 20px;
    }
    #products .post_content {
        margin-bottom: 90px !important;
    }
    #menu_main {
        display: none;
    }
    .scroll-menu .top_panel_bottom {
        width: 100% !important;
    }
    .responsive_button {
        display: block !important;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 20px;
    }
    .responsive_button:before {
        font-size: 20px !important;
    }
    #responsive_menu {
        display: none;
        margin-top: -35px;
    }
    #responsive_menu li {
        background: #7ac369;
        margin-bottom: 1px;
        display: block;
        margin-left: 0px;
    }
    #responsive_menu li a {
        font-size: 16px;
        color: #fff;
        padding: 12px;
        display: block;
    }
    #responsive_menu li a:hover {
        background: #66a756;
    }
    .arrow:after {
        content: '\e828';
        font-family: fontello;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 16px;
    }
    .icon-down:before {
        content: ' ' !important;
        background-image: url("../image/menu.png") !important;
        width: 16px !important;
        height: 16px !important;
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
        margin-right: 4px !important;
    }
    .ingredient-block {
        width: 41% !important;
    }
    .ingredient-block h3 {
        font-size: 20px;
    }
    .scroll-menu {
        z-index: 89 !important;
    }
    #jquery-overlay {
        width: 100% !important;
    }
    #lightbox-container-image-box {
        width: inherit !important;
        height: inherit !important;
    }
    #jquery-lightbox {
        position: fixed !important;
        top: 185px !important;
    }
    p#slogan {
        margin-top: 59px;
        font-size: 41px;
    }
	.scroll_to_top.show{
		right: 2px;
	}
}

@media (min-width:992px) and (max-width:1135px) {
    #resp-menu-1 {
        min-width: 81px;
    }
    #resp-menu-2 {
        min-width: 100px;
    }
    #resp-menu-3 {
        min-width: 130px;
    }
    #resp-menu-4 {
        min-width: 158px;
    }
    #resp-menu-5 {
        min-width: 113px;
    }
    #resp-menu-6 {
        min-width: 153px;
    }
    #resp-menu-7 {
        min-width: 97px;
    }
    #responsive_menu {
        display: none;
    }
    #menu_main a {
        padding-top: 24px !important;
        padding-bottom: 23px !important;
        font-size: 12px;
    }
    #menu_main>li {
        max-width: inherit;
    }
    .scroll-menu .contact_logo {
        display: none !important;
    }
    .scroll-menu .top_panel_bottom {
        width: 100% !important;
        transition: all 1s ease;
    }
    .scroll-menu .menu_main_nav > li > a {
        min-width: 102px !important;
    }
    #products .isotope_item {
        width: 50%;
    }
    #products .isotope_item .post_content {
        margin-bottom: 95px !important;
    }
    .ingredient-block {
        width: 41% !important;
    }
    .ingredient-block h3 {
        font-size: 20px;
    }
    p#slogan {
        margin-top: 115px;
        font-size: 48px;
    }
	#product-list .post_thumb {
		width: 200px !important;
		height: 200px !important;
	}
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		padding: 0 !important;
	}
	.scheme_original .woocommerce ul.products li.product h3 a {
		font-size: 16px;
	}
	.sc_title {
		font-size: 18px;
	}
}

@media (min-width:1136px) and (max-width:1199px) {
    #resp-menu-1 {
        min-width: 130px;
    }
    #resp-menu-2 {
        min-width: 132px;
    }
    #resp-menu-3 {
        min-width: 141px;
    }
    #resp-menu-4 {
        min-width: 175px;
    }
    #resp-menu-6 {
        min-width: 198px;
    }
    #resp-menu-7 {
        min-width: 64px;
    }
    #menu_main a {
        padding-top: 24px;
        padding-bottom: 23px;
        font-size: 12px;
    }
    #responsive_menu {
        display: none;
    }
    .scroll-menu .contact_logo {
        display: none !important;
    }
    .scroll-menu .top_panel_bottom {
        width: 100% !important;
        transition: all 1s ease;
    }
    .scroll-menu .menu_main_nav > li > a {
        min-width: 136px !important;
    }
    #products .isotope_item {
        width: 50%;
    }
    #products .isotope_item .post_content {
        margin-bottom: 130px !important;
    }
    #sc_blogger_1257568780 {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width:1200px) and (max-width:1279px) {
    #resp-menu-1 {
        min-width: 106px;
    }
    #resp-menu-2 {
        min-width: 123px;
    }
    #resp-menu-3 {
        min-width: 145px;
    }
    #resp-menu-4 {
        min-width: 173px;
    }
    #resp-menu-6 {
        min-width: 190px;
    }
    #resp-menu-7 {
        min-width: 104px;
    }
    #menu_main a {
        padding-top: 24px;
        padding-bottom: 23px;
        font-size: 12px;
    }
    .scroll-menu .contact_logo {
        display: none !important;
    }
    .scroll-menu .top_panel_bottom {
        width: 100% !important;
        transition: all 1s ease;
    }
    .scroll-menu .menu_main_nav > li > a {
        min-width: 136px !important;
    }
    #products .isotope_item {
        width: 50%;
    }
    #products .isotope_item .post_content {
        margin-bottom: 130px !important;
    }
    #sc_blogger_1257568780 {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width:1280px) {
    .menu_main_nav > li > a {
        min-width: 164px !important;
        padding-top: 24px;
        padding-bottom: 23px;
        font-size: 12px;
    }
    .scroll-menu .menu_main_nav > li > a {
        min-width: 120px !important;
    }
    #resp-menu-4 {
        min-width: 170px;
    }
    #resp-menu-6 {
        min-width: 186px;
    }
    #products .isotope_item .post_content {
        margin-bottom: 159px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .contact-button {
        width: 68%;
    }
    .news-view {
        width: 35%;
    }
    .news-feature {
        margin-left: -105px !important;
    }
}

@media (min-width:1200px) {
    .news-view {
        width: 35%;
    }
    #responsive_menu {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1279px) {
    .contact-button {
        width: 29%;
    }
}

@media (max-width:790px) {
    #product-list {
        text-align: center;
    }
}

@media (max-width:450px) {
    .a-cover {
        width: 220px;
        height: 220px;
    }
    .ih-item.circle .img img {
        max-width: 179px !important;
        display: block !important;
        margin-left: 12px !important;
    }
    .ih-item.circle {
        width: auto !important;
    }
	.post_content.circle.effect1{
		padding-left: 10%;
	}
	#product-list h3 {
		font-size: 17px;
	}
}

header {
    background-image: url("../image/uzor.png");
}

.contacts_wrap_inner {
    background-image: url("../image/footer-bg.png");
}

.scroll-menu .columns_wrap {
    float: left;
    width: 17.6%;
    margin-right: 0px;
    transition: all 0.5s ease;
}

.scroll-menu .contact_logo {
    width: 100% !important;
    transition: all 0.5s ease;
}

.scroll-menu #logo-link {
    width: 100% !important;
    transition: all 1s ease;
}

.scroll-menu .top_panel_bottom {
    float: left;
    width: 80%;
    transition: all 1s ease;
}

.scroll-menu .top_panel_middle .logo {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 1s ease;
}

.scroll-menu .menu_main_nav > li > a {
    min-width: 113px;
    font-size: 13px;
    padding: 19px 16px !important;
    transition: all 0s ease;
}

.scroll-menu .contact_phone {
    display: none !important;
    transition: all 1s ease;
}

.scroll-menu .menu_main_nav > li > ul {
    top: 53px !important;
    transition: all 1s ease;
}

.scroll-menu .top_panel_wrap .logo,
.top_panel_middle .logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

.scroll-menu {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 8000;
    transition: all 1s ease;
}

.about-view {
    margin-bottom: 38px;
}

#contact-us {
    background: none;
    margin-top: 30px;
}

.contacts_wrap_inner {
    background-color: #7ac369;
}

.ingredients {
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background: #cccccc;
    color: #fff;
}

.ingredient-block {
    float: right;
    width: 43%;
    border: 1px solid #cccccc;
    padding: 9px 20px;
    border-radius: 5px;
}

#blog img {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.title-link {
    border: none !important;
}

.ingredient-block p {
    margin-bottom: 6px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin-top: 11px;
}

.ingredient-block p:last-child {
    border: none;
    padding-bottom: 0px;
}

.short-description p {
    margin-bottom: 0px;
}

.about-content-wrap p {
    text-align: center;
    width: 35%;
    margin: 0 auto;
}

.inline {
    display: inline-block;
    width: 60px;
}

.small-gallery {
    margin-top: 25px;
}

.fade {
    display: none;
}

.small-gallery-recipe {
    clear: both;
}

#sc_contact_form_440921344 {
    clear: none;
}

input {
    box-shadow: none;
}

#lightbox-container-image-data-box {
    display: none !important;
}

#jquery-overlay {
    height: 1245px
}

.txtransform {
    text-transform: inherit;
}

#owl-demo .item {
    background: #42bdc2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-certs .item {
    text-align: center;
}

.view-more {
    width: 270px;
    margin-bottom: 30px;
}

.about-content-wrap {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.recipe-post_thumb {
    height: 326px;
    overflow: hidden;
    background-position: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #7AC369;
    border-color: #7AC369;
}

.pagination > li > a,
.pagination > li > span {
    color: #7AC369;
}

.top_panel_middle {
    background-image: url("../image/header-bg.png");
}

.home-title {
    margin-top: 30px;
    padding-top: 95px;
    background-image: url("../image/title-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.news-title {
    padding-top: 100px;
    background-image: url("../image/title-bg-white.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.about_wrap p {
    margin-bottom: -0.5em;
}

.news-title a {
    color: #fff !important;
}

#product-list .post_thumb {
    width: 149px;
    height: 149px;
}

#product-list h3 {
    height: 235px;
	font-size: 16px;
}

#product-list img {
    width: inherit !important;
    display: inherit !important;
    margin-left: 0 !important;
    max-width: 121px;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products li.product.column-1_3,
.woocommerce-page ul.products li.product.column-1_3 {
    width: 24.3333%!important;
}

#countries {
    background: rgba(234, 234, 234, 0.52);
    padding-top: 40px;
    padding-bottom: 60px;
}

.sc_contact_form .sc_contact_form_item input[type="text"],
.sc_contact_form .sc_contact_form_item select,
.sc_contact_form .sc_contact_form_item textarea {
    height: 50px;
}

.scroll-menu li li > a {
    padding: 0.5em 5px !important;
}

#searchproduct-keyword,
#searchrecipe-keyword {
    border: 1px solid #DADAD5;
}

.cat-item a {
    margin-right: 8px;
}

#lang {
    font-family: Tahoma;
}

.menu-home {
    background-color: #cde452;
}

.menu-about {
    background-color: #8bc04e;
}

.menu-product {
    background-color: #ff661b;
}

.menu-recipes {
    background-color: #51914d;
}

.menu-news {
    background-color: #7ec469;
}

.menu-vacancy {
    background-color: #ff961b;
}

.menu-contact {
    background-color: #E35D23;
}

.menu-contact {
    background-color: #E35D23;
}
#lightbox-container-image-box{

    max-width: 600px !important;
    height: auto !important;

}
.top_panel_title .page_title{

    font-size: 29px;
}