.close-menu-btn {
  display: none;
}

.hamburger_menu {
  display: none;
}

body {
  overflow-x: hidden;
}

#left_column_responsive {
  display: none;
}

.tr_prep_time td:nth-of-type(1) {
  display: inline-block !important;
  width: 35% !important;
}

.tr_prep_time td.prep_time {
  width: 60% !important;
}

.tr_pers_box td {
  width: 100% !important;
  display: block !important;
}

.tr_pers_box td .persons_box {
  width: 100%;
}

.tr_pers_box td .persons_box label {
  display: inline-block !important;
  width: 35% !important;
  margin-right: 0;
}

.tr_pers_box div,
.tr_pers_box select {
  float: left;
}

div.uploader {
  width: 223px !important;
}

div.uploader input {
  cursor: pointer;
}

div.uploader span {
  display: block;
  width: 100% !important;
  background-size: 100% 30px !important;
  pointer-events: none;
}

div.uploader span.filename {
  display: block;
  width: 100% !important;
  background-size: 100% 30px !important;
  pointer-events: none;
}

.textfield.biggest {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recipe_short_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.recipe_short_info .author_thumb_holder {
  width: 200px;
  padding-right: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.recipe_short_info .author_thumb_holder .author_thumb {
  width: 100%;
  max-width: 200px;
}

#template_page_content_inside {
  width: 100%;
  padding: 0;
}

#template_page_content_inside form {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#template_page_content_inside form input:nth-of-type(1) {
  width: 50%;
  height: 30px;
  border: 1px solid #6d6d6d;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 15px 0 0 15px;
}

#template_page_content_inside form input:nth-of-type(2) {
  height: 32px;
  border: 1px solid #6d6d6d;
  line-height: 30px;
  border-radius: 0 15px 15px 0;
  margin-left: -1px;
  padding: 0 15px;
  cursor: pointer;
}

#template_page_content_inside form input:nth-of-type(2):hover {
  background: gray;
  color: #fff;
}

#template_page_content_inside ul {
  padding: 0;
}

#template_page_content_inside ul li {
  margin-bottom: 15px;
  color: #aaa;
}

#template_page_content_inside ul li a {
  padding-bottom: 8px;
}

#news_article_header {
  float: none;
}

#responsive_nav_buttons {
  display: none;
}

@media only screen and (max-width: 1199px) {
  /*** General ***/
  /*Header*/
  /*Footer*/
  /*** Home page ***/
  #slider_area_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #logo {
    margin-left: 0;
  }
  #social_media_box {
    display: none;
  }
  #slider_area {
    height: auto;
    max-height: 481px;
  }
  #header_pages {
    float: left;
    width: initial;
    max-width: 55vw;
    height: auto;
    margin: 40px 20px;
    background-size: 100%;
    background: none;
    position: relative;
    padding: 0;
  }
  #header_pages .hero_header_text {
    position: absolute;
    bottom: 15px;
    left: 5px;
    right: 5px;
  }
  #header_pages img {
    width: 100%;
    border: 5px solid #e2e2e2;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
  }
  #header_pages .title_heder,
  #header_pages .short_heder {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
  }
  #header_pages .short_heder {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
  }
  #right_column.recipe {
    padding: 50px 0;
  }
  #slider_area.other_pages {
    padding-bottom: 30px;
  }
  .slider-wrapper.theme-light .nivo-caption {
    position: absolute !important;
    top: 40px;
    left: 0;
    width: 80% !important;
    max-width: 439px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .slider-wrapper.theme-light .nivo-caption .nivo-content-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
  }
  .slider-wrapper.theme-light .nivo-caption .stamp {
    width: 100px;
    background-size: 100%;
    right: -100px;
    top: -15px;
  }
}

@media only screen and (max-width: 991px) {
  /*** General ***/
  /*Header*/
  #header_box_container {
    width: 100%;
    max-width: 980px;
  }
  /*Footer*/
  #secondary_manu_top {
    display: none;
  }
  #footer {
    height: 100%;
    min-height: 292px;
    overflow: hidden;
    background-size: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee312b), to(#b80201));
    background: linear-gradient(#ee312b, #b80201);
  }
  #copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #copyright_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #copyright_left #social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #copyright #newsletter {
    margin-bottom: 30px;
  }
  .footer_box {
    width: 100%;
    max-width: 980px;
    height: 100%;
    min-height: 292px;
    overflow: hidden;
  }
  /*** Home page ***/
  #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  #logo img {
    width: 100%;
    height: auto;
    margin-top: -100px;
  }
  #body_header {
    width: 100%;
  }
  #body_header #body_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #body_header #body_container #bread_crumbs {
    position: absolute;
    left: 50px;
    float: none;
  }
  #body_header #body_container #right_column {
    width: 100%;
    max-width: 57vw;
    float: initial;
    padding-top: 50px;
  }
  #body_header #body_container #right_column #new_recipes .headingline {
    width: 100%;
  }
  #body_header #body_container #right_column .page_title .headingline {
    width: 100%;
  }
  #body_header #body_container #right_column #news_article_header .headingline {
    width: 100%;
    background: none;
    padding: 0;
  }
  #body_header #body_container #right_column #news_article_header .headingline h1 {
    padding: 0;
  }
  #body_header #body_container #right_column .full_text h2 {
    background: none;
  }
  #body_header #body_container #right_column .full_text img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #right_column .gray_line_dva {
    width: 100%;
  }
  #body_header #body_container #right_column .gray_line_dva .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    margin-left: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #body_header #body_container #right_column .facebook_comments {
    width: 100%;
  }
  #body_header #body_container #right_column .news_category {
    width: 100%;
  }
  #body_header #body_container #right_column .news_category .list_news_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #body_header #body_container #right_column .news_category .list_news_box .news_thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border: none;
  }
  #body_header #body_container #right_column.recipe {
    max-width: 94%;
    margin: 0 3%;
  }
  #body_header #body_container #right_column.recipe .recipe_short_info {
    width: 100%;
    padding-bottom: 30px;
  }
  #body_header #body_container #right_column.recipe .recipe_short_info_right {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .ingredients {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .ingredients .headingline {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .ingredients .ingredients_list {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .ingredients .ingredients_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
  }
  #body_header #body_container #right_column.recipe .ingredients .ingredients_list ul {
    justify-content: unset; 
  }
  #body_header #body_container #right_column.recipe .ingredients .ingredients_list ul li {
    margin-right: 0; width: 50%; 
  }
  #body_header #body_container #right_column.recipe .ingredients .ingredients_list ul li .ingredient_thumb{
    margin-bottom: 10px; 
  }
  #body_header #body_container #right_column.recipe .preparation {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .headingline {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li {
    width: 100%;
    position: relative;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .top {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content .step_number_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .prepartion_step_desc {
    width: 60%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder {
    width: 36%;
    margin-left: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder img {
    max-width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .bottom {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li::after {
    content: "";
    height: calc(100% - 4px);
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    background-color: #ddd;
    z-index: 100;
  }
  #body_header #body_container #right_column.recipe .preparation .gray_line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #body_header #body_container #right_column.recipe .preparation .gray_line .stamp_bottom {
    margin: 0;
  }
  #body_header #body_container #right_column.recipe .preparation .gray_line .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    margin-left: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #body_header #body_container #right_column.recipe .preparation .misc_recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #body_header #body_container #right_column.recipe .preparation .misc_recipe .recommend.salad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  #body_header #body_container #right_column.recipe .preparation .misc_recipe .energetic_value {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    background-position: center;
    margin-bottom: 20px;
  }
  #body_header #body_container #right_column.recipe .preparation .misc_recipe .recommend.drink {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
  #body_header #body_container #left_column {
    float: initial;
  }
  #body_header #body_container #content {
    width: 100%;
  }
  #body_header #body_container #content #view_page {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #content #view_page .marketing_box table {
    width: 100% !important;
  }
  #body_header #body_container #content #view_page .marketing_box table td {
    width: 50% !important;
  }
  #body_header #body_container #content #view_page .marketing_box table td p img {
    width: 100% !important;
    height: auto !important;
  }
  #body_header #body_container #content #view_page .text_editor {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #content #view_page #contact_box {
    width: 50%;
  }
  #body_header #body_container #content #view_page #contact_box input:not(.button):not(.captcha),
  #body_header #body_container #content #view_page #contact_box textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 370px;
  }
  #food_world_stuff #food_world_stuff_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #food_world_stuff .headingline {
    text-align: left;
    width: 100%;
  }
  #food_world_stuff .jcarousel-skin-tango .jcarousel-prev-vertical {
    right: 40px;
  }
  #food_world_stuff .jcarousel-skin-tango .jcarousel-next-vertical {
    right: 9px;
  }
  #food_world_stuff .food_world_left_side {
    float: initial;
    width: 67%;
  }
  #food_world_stuff .food_world_left_side h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #food_world_stuff .food_world_left_side h3 a {
    font-size: 18px !important;
  }
  #food_world_stuff .food_world_left_side .short p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #food_world_stuff .food_world_right_side {
    float: initial;
    width: 30%;
  }
  #food_world_stuff .food_world_right_side img {
    width: 100%;
    float: initial;
    height: auto;
  }
  #food_decoration > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  #food_decoration .headingline {
    width: 100%;
    text-align: left;
  }
  #food_decoration .jcarousel-skin-tango .jcarousel-prev-horizontal {
    right: 40px !important;
  }
  #food_decoration .jcarousel-skin-tango .jcarousel-next-horizontal {
    right: 9px !important;
  }
  #food_decoration .jcarousel-item {
    width: 25vw;
    margin: 0 14px;
  }
  #food_decoration .jcarousel-item .food_decoration_box {
    width: 100%;
    height: auto;
  }
  #food_decoration .jcarousel-item .food_decoration_box img {
    width: 100%;
    height: auto;
  }
  ul#new_recipes_list li.jcarousel-item {
    width: 28vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_title .headingline {
    width: 100%;
  }
  #send_recipe {
    width: 100%;
  }
  #send_recipe table {
    width: 100%;
  }
  #send_recipe table td {
    display: inline-block;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 300;
  }
  #send_recipe table td div.uploader {
    margin: 10px auto;
    width: 223px !important;
    display: block;
  }
  #send_recipe table td:nth-of-type(1) {
    width: 35%;
  }
  #send_recipe table td:nth-of-type(2) {
    width: 55%;
  }
  #send_recipe table td input:not(.add):not(.remove) {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 35px;
    line-height: 35px;
  }
  #send_recipe table td textarea {
    width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #send_recipe table td.prep_time {
    margin-right: 0;
    line-height: 25px;
  }
  #send_recipe table td.prep_time .sbHolder {
    margin-right: 10px;
  }
  #send_recipe table tr:nth-of-type(4) td:nth-of-type(1) {
    line-height: 25px;
    width: 130px;
  }
  #send_recipe table tr:nth-of-type(4) td:nth-of-type(2) {
    width: 70%;
  }
  #send_recipe .table_browse_file td {
    width: 100% !important;
  }
  #recipes_list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #recipes_list_container .recipes_box {
    margin-right: 0;
  }
  #related_recipes_header .headingline {
    margin-left: 0;
  }
  .related_list {
    width: 100%;
    margin-left: 0;
  }
  #pagination_box {
    width: 100%;
  }
  #pagination_box .pagination {
    width: 100%;
  }
  #pagination_box .pagination .page_numbers {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
  }
  #MorganAndMen {
    width: 100%;
    max-width: 402px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
  }
  #MorganAndMen .set_pop_resp {
    height: 190px;
    width: 100%;
  }
  #MorganAndMen .set_pop_resp #u_0_1 {
    width: 100%;
  }
  #MorganAndMen .remove-borda {
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide_content {
    display: none !important;
  }
  /*** General ***/
  /*Header*/
  #header_box {
    height: 60px;
    background-size: 100% 100%;
  }
  #header_box_container {
    height: 60px;
  }
  #logo_in_header {
    display: block;
    position: absolute;
    left: 10px;
    z-index: 99999;
  }
  #logo_in_header img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }
  .hamburger_menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: url(../images/css_images/hamburger.png);
    border: none;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-filter: brightness(4) drop-shadow(1px 1px 1px #555);
            filter: brightness(4) drop-shadow(1px 1px 1px #555);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .hamburger_menu:hover {
    -webkit-filter: brightness(1) drop-shadow(4px 3px 0 #555);
            filter: brightness(1) drop-shadow(4px 3px 0 #555);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  /*Footer*/
  /*** Home page ***/
  #slider_area_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #logo {
    display: none;
  }
  #main_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee312b), to(#b80201));
    background: linear-gradient(#ee312b, #b80201);
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main_menu .close-menu-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-filter: drop-shadow(0 #6d6d6d);
            filter: drop-shadow(0 #6d6d6d);
  }
  #main_menu .close-menu-btn img {
    width: 100%;
    height: auto;
  }
  #main_menu .close-menu-btn:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(3px 3px 3px #6d6d6d);
            filter: drop-shadow(3px 3px 3px #6d6d6d);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #main_menu td a {
    font-size: 24px;
    font-weight: 300;
    text-shadow: none;
  }
  .theme-default .nivo-directionNav a {
    z-index: 1000 !important;
  }
  #call_script {
    width: 100%;
  }
  #call_script table {
    width: 100%;
  }
  #call_script td {
    background: none;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  #body_header #body_container #left_column {
    display: none;
  }
  #body_header #body_container #left_column_responsive {
    display: block;
  }
  #body_header #body_container #right_column {
    width: 94%;
    margin: 0 3%;
    max-width: initial;
  }
  #body_header #body_container #right_column ul#new_recipes_list li.jcarousel-item {
    width: 48vw;
    margin: 0;
  }
  #body_header #body_container #right_column ul#new_recipes_list li.jcarousel-item table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #body_header #body_container #right_column ul#new_recipes_list li.jcarousel-item table .new_recipes_box {
    width: 40vw;
    height: auto;
    background: #cccccc;
  }
  #body_header #body_container #right_column ul#new_recipes_list li.jcarousel-item table .new_recipes_box:hover {
    background: #ee312b;
  }
  #body_header #body_container #right_column ul#new_recipes_list li.jcarousel-item table .new_recipes_box img {
    width: 100%;
    height: auto;
  }
  #body_header #body_container #right_column #content {
    width: 100%;
  }
  #body_header #body_container .new_recipes_box a {
    font-weight: 300;
    font-size: 16px;
  }
  #responsive_nav_buttons {
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    z-index: 10000;
    background: -webkit-gradient(linear, left top, right top, from(red), to(darkred));
    background: linear-gradient(to right, red, darkred);
    width: 100%;
    border-top: 2px solid #fff;
  }
  #responsive_nav_buttons ul {
    width: 100%;
    text-align: center;
    position: relative;
  }
  #responsive_nav_buttons ul li {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    display: inline-block;
  }
  #responsive_nav_buttons ul li a {
    display: block;
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-shadow: 1px 1px 3px #3a3a3a;
            box-shadow: 1px 1px 3px #3a3a3a;
  }
  #responsive_nav_buttons ul li a img {
    width: 100%;
    height: 100%;
  }
  #responsive_nav_buttons ul li a.search-icon {
    background: #62ca5e;
  }
  #responsive_nav_buttons ul li a.search-icon:hover {
    background: #255e23;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #responsive_nav_buttons ul li a.recipe-icon {
    background: #d3bf10;
  }
  #responsive_nav_buttons ul li a.recipe-icon:hover {
    background: #a19f23;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #responsive_nav_buttons ul li a.drink-icon {
    background: #ff0000;
  }
  #responsive_nav_buttons ul li a.drink-icon:hover {
    background: #5e2323;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #responsive_nav_buttons ul li a.world-icon {
    background: #ff8036;
  }
  #responsive_nav_buttons ul li a.world-icon:hover {
    background: #5e4023;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  #responsive_nav_buttons ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  #left_column_responsive .recipes_menu.green,
  #left_column_responsive .recipes_menu.yellow,
  #left_column_responsive .recipes_menu.red,
  #left_column_responsive .recipes_menu.brown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    z-index: 10001;
    padding-top: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: scroll;
    margin-top: 0;
  }
  #left_column_responsive .recipes_menu.green .close_resp_filter,
  #left_column_responsive .recipes_menu.yellow .close_resp_filter,
  #left_column_responsive .recipes_menu.red .close_resp_filter,
  #left_column_responsive .recipes_menu.brown .close_resp_filter {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
  }
  #left_column_responsive .recipes_menu.green .close_resp_filter img,
  #left_column_responsive .recipes_menu.yellow .close_resp_filter img,
  #left_column_responsive .recipes_menu.red .close_resp_filter img,
  #left_column_responsive .recipes_menu.brown .close_resp_filter img {
    width: 100%;
    height: 100%;
  }
  #left_column_responsive .recipes_menu.green .content,
  #left_column_responsive .recipes_menu.yellow .content,
  #left_column_responsive .recipes_menu.red .content,
  #left_column_responsive .recipes_menu.brown .content {
    background: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #left_column_responsive .recipes_menu.green .content .headingline,
  #left_column_responsive .recipes_menu.yellow .content .headingline,
  #left_column_responsive .recipes_menu.red .content .headingline,
  #left_column_responsive .recipes_menu.brown .content .headingline {
    width: 100%;
    background: none;
  }
  #left_column_responsive .recipes_menu.green .content .headingline a,
  #left_column_responsive .recipes_menu.yellow .content .headingline a,
  #left_column_responsive .recipes_menu.red .content .headingline a,
  #left_column_responsive .recipes_menu.brown .content .headingline a {
    background: none;
  }
  #left_column_responsive .recipes_menu.green .header,
  #left_column_responsive .recipes_menu.yellow .header,
  #left_column_responsive .recipes_menu.red .header,
  #left_column_responsive .recipes_menu.brown .header {
    display: none;
  }
  #left_column_responsive .recipes_menu.green .footer,
  #left_column_responsive .recipes_menu.yellow .footer,
  #left_column_responsive .recipes_menu.red .footer,
  #left_column_responsive .recipes_menu.brown .footer {
    background: none;
    width: 100%;
  }
  #left_column_responsive .recipes_menu.green .footer a,
  #left_column_responsive .recipes_menu.yellow .footer a,
  #left_column_responsive .recipes_menu.red .footer a,
  #left_column_responsive .recipes_menu.brown .footer a {
    color: #fff;
    font-size: 1rem;
    float: none;
    width: 55px;
    padding-left: 20px;
    margin: 0 auto;
  }
  #left_column_responsive .recipes_menu.green .footer a.vidisve,
  #left_column_responsive .recipes_menu.yellow .footer a.vidisve,
  #left_column_responsive .recipes_menu.red .footer a.vidisve,
  #left_column_responsive .recipes_menu.brown .footer a.vidisve {
    width: 80px;
  }
  #left_column_responsive .recipes_menu.green h2,
  #left_column_responsive .recipes_menu.yellow h2,
  #left_column_responsive .recipes_menu.red h2,
  #left_column_responsive .recipes_menu.brown h2 {
    width: 100%;
  }
  #left_column_responsive .recipes_menu.green {
    background: -webkit-gradient(linear, left top, left bottom, from(#7dbb7a), to(#608b5f));
    background: linear-gradient(#7dbb7a, #608b5f);
  }
  #left_column_responsive .recipes_menu.green form {
    display: block;
    margin: 0 auto 0;
    width: 273px;
  }
  #left_column_responsive .recipes_menu.green form input:not(.search_button) {
    background: #fff;
    border-radius: 5px;
  }
  #left_column_responsive .recipes_menu.yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(#c2c0ad), to(#d6cc3b));
    background: linear-gradient(#c2c0ad, #d6cc3b);
  }
  #left_column_responsive .recipes_menu.red {
    background: -webkit-gradient(linear, left top, left bottom, from(#d69595), to(#974040));
    background: linear-gradient(#d69595, #974040);
  }
  #left_column_responsive .recipes_menu.brown {
    background: -webkit-gradient(linear, left top, left bottom, from(#cfa48a), to(#976040));
    background: linear-gradient(#cfa48a, #976040);
  }
  #left_column_responsive .filter_show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #left_column_responsive .recipes_menu h2 {
    padding-top: 0;
  }
  #copyright {
    padding-bottom: 50px;
  }
  #food_decoration .jcarousel-item {
    width: 40vw;
    margin: 0 5vw 0 2vw;
  }
  #right_column .food_decoration_box h3 a {
    font-size: 16px;
    font-weight: 300;
  }
  #header_pages {
    float: none;
    width: 90vw;
    max-width: initial;
    height: auto;
    margin: 5px 20px 0;
  }
  #header_pages img {
    max-width: 100%;
  }
  #send_recipe .checkbox_area label {
    width: 80%;
  }
  #send_recipe .checkbox_area div.prettycheckbox {
    width: 8%;
  }
}

@media only screen and (max-width: 768px){
  #responsive_nav_buttons{
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  /*** General ***/
  /*Header*/
  /*Footer*/
  /*** Home page ***/
  #slider_area {
    height: auto;
    max-height: 380px;
  }
  #slider_area #slider_box {
    margin: -50px -26px 0 0;
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
  }
  #food_world_stuff .headingline h2,
  #food_decoration .headingline h2 {
    max-width: 80%;
  }
  #food_world_stuff .food_world_right_side {
    width: 29%;
  }
  #send_recipe table:not(.table_browse_file) tbody tr:not(.tr_prep_time):not(.tr_pers_box) td {
    width: 100% !important;
    display: block;
  }
  #send_recipe table:not(.table_browse_file) tbody tr:not(.tr_prep_time):not(.tr_pers_box) td br {
    display: none;
  }
  #send_recipe table:not(.table_browse_file) tbody tr.tr_prep_time td,
  #send_recipe table:not(.table_browse_file) tbody tr.tr_pers_box td {
    width: 46% !important;
  }
  #send_recipe table:not(.table_browse_file) tbody tr.tr_pers_box td {
    width: 100% !important;
  }
  #send_recipe table:not(.table_browse_file) tbody tr.tr_pers_box td label {
    width: 46% !important;
  }
  #body_header {
    width: 100%;
  }
  #body_header #body_container #content #view_page .marketing_box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #body_header #body_container #content #view_page .marketing_box table tr td {
    width: 100% !important;
  }
  #body_header #body_container #content #view_page .marketing_box table tr td p img {
    width: 70% !important;
    margin: 0 15% !important;
    height: auto !important;
  }
  #body_header #body_container #content #view_page .text_editor {
    width: 100%;
    padding: 0;
  }
  #body_header #body_container #content #view_page #contact_box {
    width: 100%;
  }
  #body_header #body_container #content #view_page #contact_box .contact_title {
    text-align: center;
  }
  #body_header #body_container #content #view_page #contact_box #contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #body_header #body_container #content #view_page #contact_box #contactForm .button {
    width: 80%;
    margin: 0 10%;
    background-size: 100% 30px;
  }

  #body_header #body_container #right_column.recipe .ingredients .headingline {
    text-align: left;
  } 
  #body_header #body_container #right_column.recipe .ingredients .headingline .persons_number_box {
    text-align: center;
  }
  #body_header #body_container #right_column.recipe .ingredients .headingline .persons_number_box .persons_number {
    right: 10px;
  }
  #body_header #body_container #right_column.recipe .preparation {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .headingline {
    width: 100%;
    text-align: left;
  }
  #body_header #body_container #right_column.recipe .preparation .headingline .time_needed {
    right: 15px;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li {
    width: 100%;
    position: relative;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .top {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .prepartion_step_desc {
    width: 60%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder {
    width: 36%;
    margin-left: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder img {
    max-width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .bottom {
    width: 100%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    background-color: #ddd;
    z-index: 100;
  }
  .recipe_short_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recipe_short_info .author_thumb_holder {
    width: 100%;
    text-align: center;
  }
  .recipe_short_info .author_thumb_holder .author_thumb {
    width: 100%;
    max-width: 200px;
  }
  #recipes_list_container .recipes_box {
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 150px;
  }
  #recipes_list_container .recipes_box img {
    width: 100%;
    height: auto;
  }
  #pagination_box .pagination .next {
    right: 20px;
  }

  #magazins .m_num{width: 50%; float: none; display: inline-block; }
}

@media only screen and (max-width: 319px) {
  /*** General ***/
  /*Header*/
  /*Footer*/
  /*** Home page ***/
}

@media only screen and (max-width: 450px) {
  #body_header #body_container #right_column.recipe .preparation .preparation_steps {
    padding-left: 0;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li {
    margin: 20px 0 40px;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .prepartion_step_desc {
    width: 90%;
    margin: 0 5%;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder {
    width: 90%;
    margin: 0 5% 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content.have_img .have_img_holder img {
    width: 70%;
    margin: 0 15px;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content .step_number_box {
    display: table-cell;
  }
  #body_header #body_container #right_column.recipe .preparation .preparation_steps li .content .step_number_box .step_number {
    margin: -50px 0 0 0;
  }
  #body_header #body_container #right_column .news_category .list_news_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 360px) {
  /*** General ***/
  /*Header*/
  /*Footer*/
  /*** Home page ***/
  #newsletter {
    height: auto;
  }
  #newsletter_header p {
    width: 100%;
  }
  #newsletter_header p img {
    width: 90%;
    margin: 0 auto;
  }
  #newsletter #form_newsletter td div {
    margin-bottom: 5px;
  }
  #newsletter #form_newsletter td input#newsletter_name {
    width: 94%;
    background-size: 100% 38px;
  }
  #newsletter #form_newsletter td input#newsletter_email {
    width: 80%;
    background-size: 110% 38px;
  }
  #newsletter #form_newsletter td input.buttons_black {
    width: 13%;
    background-size: 100% 76px;
  }
}

@media only screen and (min-width: 768px) {
  #logo_in_header {
    display: none;
  }
}
/*# sourceMappingURL=responsive.css.map */