/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ 
brown: #422918
green: #295f23
gray : #706f6f
blue : #5b7b1a
*/

.special_text{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

html {
    color: #706f6f;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
    background: #d7d7d7;
    text-shadow: none;
	color: #424242;
}

::selection {
    background: #d7d7d7;
    text-shadow: none;
	color: #424242;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height:18px;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0;
}
.inner_wrapper {
    width: 90%;
    margin: 0 auto;
}
.narrow_wrapper {
    width: 90%;
    margin: 0 auto;
}
.shifted_wrapper {
  margin-left:  5%;
  margin-right: 5%;
}
.desktop_only {
	display: none;
}
/* ===================
    AINOS TEMPLATE
   =================== */
body.full_height {
  display: flex;
  flex-direction: column;
}
.full_height .main-container {
  flex: 1 0 auto;
}
.full_height .footer {
  flex-shrink: 0;
}

.deskflex {
  display: block;
}

.header-container {
    border-bottom: none;
    position: initial;
    z-index: 0;
    background-color: rgb(50,50,50);
}
.header-container.reached-top {
	background-color: rgb(50,50,50);
}

.footer-container,
.main aside {
    
}

.pull_right, .pull_left {
  float: none;
}

.header-container,
.footer-container,
.main aside {
    
}

.title {
	color: #eee;
	width: 5em;
	margin: 0 0 5px;
	padding: 0.3em 0;
}

a {
    text-decoration: none;
    color: #eee;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
.btn.separate {
    display: inline-block;
    margin: 2em 0;
}
.btn {
	background-color: #5b7b1a;
	border: 1px #5b7b1a solid;
	color: #fff;
	font-size: 1em;
	padding: 1em 2em;
	border-radius: 0;
	margin: 1em 0;
	display: inline-block;
	transition: color 02sec;
}

.btn:hover, .btn:active {
    background-color: #fff;
    color: #5b7b1a;
}
.btn.btn-lrg-01 {
	font-family: Roboto;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
.btn.btncontrast {
    background-color: #fff;
    color: #5b7b1a;
    border: 1px #fff solid;
}
.btn.btncontrast:hover, .btn.btncontrast:active {
    background-color: #5b7b1a;
    color: #fff;
}
.btn.reverse {
    background-color: rgba(0,0,0,0.2);
    border: 1px #5b7b1a solid;
    color: #5b7b1a;
}
.btn.reverse:hover, .btn.reverse:active {
    background-color: #fff;
    color: #5b7b1a;
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul, .veg_list ul, .social_media ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a,
nav a:visited {
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	opacity: 0.75 !important;
	transition: opacity 0.2s linear,color 0.2s linear;
	font-weight: 500;
}

nav a:hover {
	opacity: 1 !important;
	color: #ffffff !important;
}

nav a:hover {
    text-decoration: none;
}

	.main_desk_menu {
		display: block;
		width: 100%;
		padding-right: 0;
		border-bottom: 1px transparent solid;
		margin-bottom: 1em;
	}
	.main_desk_menu > li {
		display:block;
		margin-bottom: 0em;
	}
	.main_desk_menu:hover {
		border-bottom: none;
	}
	.main_desk_menu > li:hover > a {
		color: #422918;
		font-weight: bold;
	}

	.main_desk_submenu {
		position:relative;
		width: 100%;
		display:none;
		border: #706f6f 1px solid;
	}
	.main_desk_submenu li.highlight a {
		color: #422918;
	}

	.has_children.highlight > a, .onPage > a  {
		color: #422918 !important;
		font-weight: bold;
	}

	.has_children.highlight .main_desk_submenu  {
    display: block;
	}
	
		
/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 0;
	position: relative;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: #706f6f;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==IMAGES======================== */
.img_responsive {
    display: inline-block;
    width: 100%;
}
/* ==TEXT======================== */
.inblock {
  display: inline-block;
}
.text_medium {
  font-weight: 500;
}
.centered {
  text-align: center;
}
/* ==TITLES======================== */
.our_titles.inblock {
  margin-right: 1em;
}
.our_title_description.inblock {
  display: block;
}

.desk_left_title.wide_title, .desk_left_title.no_width_restrict {
  margin-left: 0;
  padding-bottom: 1em;
  padding-left: 0;
}
.our_title_sub_description {
  margin: 2em 0;
  display: block;
}
.sub_title {
  display: block;
  margin-top: 2em;
  font-size: 1em;
}
.dark_title {
  font-size: 1em;
  font-weight: bold;
  color: #422918;
}
.h1_details {
  font-size: 1.875em;
  font-weight: normal;
  color: #422918;
  line-height: 1em;
}
/* ==HEADER======================== */


/* ==PAGING======================== */
.paging {
  width: 100%;
  margin: 4em 0 2em;
}
/* ======================
         HOME PAGE
   ====================== */
.kentriko-slideshow {
	margin-bottom: 0em;
	overflow: hidden;
}
.slideshow{
    width: 100%;
    margin: 0;
}
.slide {
	position:relative;
	width:100%;
}
.slidetitle {
	position:absolute;
	z-index:100;
	width:100%;
	text-align:center;
}
.slidetitle h2 {
	text-align:center;
	vertical-align:bottom;
	color:#fff;
	font-size:13px;
	width:80%;
	margin: 0 auto;	
	margin-top:3em;
	padding: 1em;
	font-weight:normal;
	background-color: rgba(190, 150, 190, 0.6);
}
.slidetitle h2:hover {
	background-color: rgba(150, 150, 150, 0.8);
}
.slidetitle a {
	position:relative;
	text-decoration:none;
}
.slidetitle .btn {
	display:inline-block;
	position:relative;
	padding:0.3em 1.5em;
	margin:1em auto;
	font-size:12px;
	background-color: rgba(0,0,0,0.8);
}

/* ======================
     Our Products Module
   ====================== */

.our_titles {
  font-family: Roboto;
  font-weight: 400;
  font-size: 195%;
  line-height: 85%;
  margin: 0;
  color: #422918;
}
.our_title_description {
  display: block;
  margin-top: 1em;
  color: #706f6f;
}

.desk_right_image {
  width: 85%;
  margin: 0 auto;
}
.ratio382, .ratio618, .ratio500 {
  display: block;
  width: 100%;
}

/* ======================
     Our Company Module
   ====================== */

.textwrap {
  margin: 0;
  z-index: 2;
  padding: 3em 2em 2em;
}
.greybg {
  background-color:#f5f5f5;
}
.greybg2 {
  background-color:#fafafa;
}
.greenbg {
  background-color:#5b7b1a;
  color: #eee;
}
.textwrap.greenbg .our_titles, .textwrap.greenbg .our_title_description {
  color: #eee;
}

/* =================
     Footer Module
   ================= */




.footer-container .wrapper {
  padding-bottom: 4em;
}
.one_piece {
  display: inline-block;
}


/* =================
     PRODUCTS PAGE
   ================= */
.our_grid a {
  margin:0;
  padding:0;
}
.u1of4items {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  text-align: center;
}

/* DETAILS PAGE */
.go_back_btn {
  margin-top: 4.8em;
  margin-top: -3em;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
}


/* =================
     FROZEN_VEG PAGE
   ================= */

/* ====================
     DIET RECIPES PAGE
   ==================== */


/* ====================
     DIET VegVit PAGE
   ==================== */

/* =================
     QUALITY PAGE
   ================= */

/* =================
     ABOUTUS PAGE
   ================= */


/* =================
     FOOTER
   ================= */

.social_media {
	margin: 1em 0 2em;
	float: none;
	background-color: unset;
}
.social_media li {
	display: inline-block;
	padding: 1em 1em 1em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {

    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */



    .oldie nav a {
        margin: 0 0.7%;
    }

/* ======================
         HOME PAGE
   ====================== */


/* ======================
     Our Products Module
   ====================== */

.our_titles {
    font-size: 265%;
}

/* ======================
     Our Company Module
   ====================== */



/* =================
     Footer Module
   ================= */


/* =================
     PRODUCTS PAGE
   ================= */

/* =================
     FROZEN_VEG PAGE
   ================= */

/* ====================
     DIET RECIPES PAGE
   ==================== */

/* ====================
     DIET VegVit PAGE
   ==================== */

/* =================
     QUALITY PAGE
   ================= */
.main_image .overlay {
  font-size: 1.7em;
}
/* =================
     ABOUTUS PAGE
   ================= */



}

@media only screen and (min-width: 768px) {

.inner_wrapper {
    width: 96%;
}
.narrow_wrapper {
    width: 78%;
}
.shifted_wrapper {
  margin-left:  11%;
  margin-right: 11%;
}
.desktop_only {
	display: block;
}
.deskflex {
  display: flex;
}
/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .box_shadow {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
		float: none;
		display: inline-block;
		margin: 0;
		padding: 0.4em 0;
		width: 7.5em;
		max-width: unset;
	}

/* ============
    WIDE: Main
   ============ */
    nav ul li {
		display: inline-block;
    }
    .main.with_aside article {
        float: left;
        width: 57%;
    }

    .main.with_aside aside {
        float: right;
        width: 28%;
    }
    
	.main_desk_menu {
		display: inline-block;
		width: 100%;
		padding-right: 1em;
		border-bottom: 1px transparent solid;
		margin-bottom: 0;
	}
	.main_desk_menu > li {
		display:inline-block;
		margin-bottom: 0.3em;
	}
	.main_desk_menu:hover {
		border-bottom: 1px #706f6f solid;
	}
	.main_desk_menu > li:hover > a {
		color: #422918;
		font-weight: bold;
	}
	.menu_products:hover .submenu_products, .menu_diet:hover .submenu_diet, .menu_aboutus:hover .submenu_aboutus {
		display:block;
	}

	.main_desk_menu.highlight {
    border-bottom: 1px #706f6f solid;
	}
	.main_desk_submenu {
		position:absolute;
		left: 0;
		top: 1em;
		padding-top: 2em;
		width: 350px;
		display:none;
		border: none;
	}
	.main_desk_submenu li {
		display: inline-block;
		margin-left: 1em;
	}
	.submenu_products, .submenu_diet, .submenu_aboutus {
    border:none;
	}
	.submenu_aboutus {
    width: 200%;
	}
	.submenu_diet, .submenu_products {
    width: 330px;
  }

.header-container {

    border-bottom: none;
    position: fixed;
    z-index: 100;
    transition: background-color 0.4s linear;
    background-color: rgba(57,57,57,0.80);
}
.header-container.reached-top {
	background-color: rgba(0,0,0,0.2);
}
nav a, nav a:visited {
    text-align: left;
}

    nav {
	float: none;
	width: calc(100% - 20em);
	display: block;
	margin-top: initial;
	margin-left: 5em;
	text-align: right;
	font-size: 100%;
    }
    nav a {
        width: auto;
		background: none;
		padding: 0;
		margin-bottom: 10px;
    }

    nav li {
        margin-left: 2em;
		position:relative;
		font-weight:normal;
    }
    nav li:first-child {
        margin-left: 0;
    }

    nav li:last-child {
        margin-right: 0;
    }

/*=== TITLES ==============*/

.our_title_description.inblock {
  display: inline-block;
}

/*=== GENERAL ==============*/
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.ratio382, .ratio618, .ratio500 {
  display: inline-block;
}
.ratio382 {
  width: 38.2%;
}
.ratio500 {
  width: 50.0%;
}

.ratio618 {
  width: 61.8%;
}
.ratio618.textwrap, .ratio500.textwrap {
  margin: 0;
  z-index: 0;
  padding: 6em 5% 3em;
}
/* ======================
         HOME PAGE
   ====================== */

/* ======================
     Our Products Module
   ====================== */

/* ======================
     Our Company Module
   ====================== */


/* =================
     Footer Module
   ================= */



/* =================
     PRODUCTS PAGE
   ================= */

/* =================
     FROZEN_VEG PAGE
   ================= */

/* ====================
     DIET RECIPES PAGE
   ==================== */

/* ====================
     DIET VegVit PAGE
   ==================== */

/* =================
     QUALITY PAGE
   ================= */

/* =================
     ABOUTUS PAGE
   ================= */


/* =================
     FOOTER
   ================= */

.social_media {
	position: fixed;
	bottom: 10vh;
	right: 1.5em;
	background-color: rgba(255,255,255,0.4);
	padding: 0 1em;
	border-radius: 10px;
}
.social_media li {

}

}

@media only screen and (min-width: 992px) {

.inner_wrapper {
    width: 84%;
}
.narrow_wrapper {
    width: 68%;
}
.shifted_wrapper {
  margin-left:  16%;
  margin-right: 10%;
}

/*=== TITLES ==============*/

/* ======================
         HOME PAGE
   ====================== */

/* ======================
     Our Products Module
   ====================== */

.our_titles {
  font-size: 265%;
  line-height: 85%;
  margin: 0;
}
.our_title_description {
  margin-top: 1em;
}

/* ======================
     Our Company Module
   ====================== */

/* =================
     Footer Module
   ================= */

/* =================
     PRODUCTS PAGE
   ================= */

/* =================
     FROZEN_VEG PAGE
   ================= */

/* ====================
     DIET RECIPES PAGE
   ==================== */

/* ====================
     DIET VegVit PAGE
   ==================== */

/* =================
     QUALITY PAGE
   ================= */

/* =================
     ABOUTUS PAGE
   ================= */


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .title {
		float: none;
		display: inline-block;
		margin: 0;
		padding: 0.6em 0;
		width: 7.5em;
		max-width: unset;
	}
	.wrapper {
        width: 100%;
        margin: 0 auto;
    }
	.main_desk_menu {
/*		background-color: pink; */
		display: inline-block;
		width: 100%;
		padding-right: 1em;
		border-bottom: 1px transparent solid;
	}
	.main_desk_menu > li {

	}
	.main_desk_menu:hover {
		border-bottom: 1px #706f6f solid;
	}
	.main_desk_menu > li:hover > a {
		color: #422918;
		font-weight: bold;
	}
	.menu_products:hover .submenu_products, .menu_diet:hover .submenu_diet, .menu_aboutus:hover .submenu_aboutus {
		display:block;
	}
	.main_desk_submenu {
		position:absolute;
		left: 0;
		top: 0%;
		padding-top: 3em;
		/*width: 350px; */
		width: 26em;
		display:none;
	}
	.main_desk_submenu li a {
		
	}
    nav {
		float: none;
		width: calc(100% - 20em);
		display: block;
		margin-top: initial;
		margin-left: 5em;
		text-align: right;
		font-size: 110%;
    }
    nav a {
       width: auto;
		background: none;
		padding: 0;
		margin: 0;
    }

    nav li {
        margin-left: 2em;
		position:relative;
		font-weight:normal;
    }
    nav li:first-child {
        margin-left: 0;
    }

    nav li:last-child {
        margin-right: 0;
    }


/* ======================
     Our Products Module
   ====================== */


/* ======================
     Our Company Module
   ====================== */


/* =================
     Footer Module
   ================= */

/* =================
     PRODUCTS PAGE
   ================= */

/* =================
     FROZEN_VEG PAGE
   ================= */

/* ====================
     DIET RECIPES PAGE
   ==================== */

/* ====================
     DIET VegVit PAGE
   ==================== */

/* =================
     QUALITY PAGE
   ================= */

/* =================
     ABOUTUS PAGE
   ================= */


}


@media only screen and (min-width: 1930px) {

/* ===============
    Maximal Width
   =============== */
html {
	
}
body {
	font-size: 130%;
}
.wrapper {

}
.social_media {

}

}

@media only screen and (min-width: 2130px) {

body {
	font-size: 150%;
}
.social_media {

}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.no_width_restrict {
  width: auto;
  max-width: unset;
  min-width: unset;
}
.wide_title {
  width: auto;
  max-width: unset;
}
.full_width_title {
  width: 100%;
  max-width: unset;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}