@import "reset.css";
#cboxCurrent{text-indent:-9999px;}
h1,h2,h3,h4,h5,h6,p,small {
      margin: 0 !important;
}
@font-face {
    font-family: "SansationRegular";
    src: url('Sansation_Regular-webfont.eot');
    src: url('Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Sansation_Regular-webfont.woff') format('woff'),
         url('Sansation_Regular-webfont.ttf') format('truetype'),
         url('Sansation_Regular-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SansationLight";
    src: url('Sansation_Light-webfont.eot');
    src: url('Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Sansation_Light-webfont.woff') format('woff'),
         url('Sansation_Light-webfont.ttf') format('truetype'),
         url('Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

body {
	background-color: #F5F5E9;
	font-family: "SansationLight", Arial;
}
body p{
	font-family: "SansationRegular", Arial;
}

strong{
	font-weight: bold;
	text-shadow:0px 1px 0px rgba(255,255,255,0.7);
	color:#555;
}

a{
	text-decoration:none;
}

.hide {
	display: none;
}
.clear {
	clear: both;
}
.img-responsive {
	max-width:100%;
}

.wrapper {
	background: #fff;
	width: 100%;
  max-width: 1440px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: relative;
	display: block;
	clear: both;
}
.wrapper.home_wrapper {
	background: transparent;
}

/* header */
.header {
	width: 100%;
	height: 65px;
	position: absolute;
  top: 85px;
	left: 0;

}
.header .sticky {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 10;
	top:20px;
}
.header .sticky span.bg {
	background: #fff;
	width: 88%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.header .sticky .wrap {
	width: 100%;
	height: 35px;
	padding: 0 4%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.header #logo a {
	/*background: url(../img/layout/pindos_logo.svg);*/
	background: url(../img/layout/pindos_logo_no_shadow.png);
	background-repeat: no-repeat;
	width: 194px;
	height: 140px;
	display: block;
	float: left;
	margin-top: -50px;	
	text-indent: -9999px;
}
.header #logo.logo_en a {
	background-image: url(../img/layout/pindos_logo_no_shadow_en.png);	
}
.flex-direction-nav .flex-prev {
    left: -90px !important;
}
.header #menu em {
	display: none;
}
.header #menu #nav {
	float: right;
	margin-top: 8px;
}
.header #menu #nav li {
	float: left;
	margin-left: 20px;
	transition: color 0.1s;
	transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	list-style: none;
	position:relative;
}
.header #menu #nav li:first-child {
	margin-left: 0px;
}
.header #menu #nav li.active a {
	color: #2b2a29;
}
.header #menu #nav a:first-child {
	margin-left: 0;
}
.header #menu #nav a {
	font-family: "SansationRegular", sans-serif;
	font-size: 18px;
	line-height: 36px;
	color: #6e6e6e;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
.header #menu #nav a:hover {
	color: #2b2a29;
}

.header #menu #nav a.phone {
	font-family: "SansationLight", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: red;
	text-decoration: none;
}
.header #menu #nav a.phone:hover {
	color: #2b2a29;
}
.header #menu #nav a.phone span {
	font-size: 13px;
	margin-right: 8px;
}


.header #menu #nav li .dropdown {
	position: absolute;
	top: 27px;
	left: -37px;
	z-index: 9999!important;
	width:270px;
	height:auto;
	background: url('../img/layout/dropdown_bg.png') no-repeat scroll center 15px transparent;
	-webkit-box-shadow: 0px 5px 4px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 5px 4px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 5px 4px rgba(50, 50, 50, 0.4);
	text-align:left;
	padding:15px 15px 10px 15px;
	display: none;
}
.header #menu #nav li:hover .dropdown{	display:block;}

.header #menu #nav li .dropdown ul{ margin:0px;padding:0px;}
.header #menu #nav li .dropdown ul li{  margin-left:0px;display:block;margin-bottom:2px;padding: 0px 0px 0px 0px;border-bottom:1px solid #B8CB43; }

.header #menu #nav li .dropdown ul li a{display:block; width:240px; font-size: 15px;color: #6e6e6e;font-weight:normal;background:transparent url(../img/layout/bullet.svg) no-repeat scroll left 10px;	padding-left:20px; background-position-x: 0px; background-position-y: 9px; background-size: 17px; }
.header #menu #nav li .dropdown ul li a:hover{ color: #2b2a29;}

/* footer */
.footer {
	background: #f7f7f7;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	clear: both;
	border-top:1px solid #fff;
  padding: 20px;
}
.footer ul {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.footer ul li {
  width: 22.733333%;
  float: left;
	margin-top: 30px;
	margin-right: 10px;
	text-shadow: 0 1px 0 #fff;
}
.footer ul li.larger {
	width: 360px;
	padding: 0 20px 0 0;
}
.footer ul li:last-child {
	margin-right: 0;
}
.footer ul li.larger i {
	font-size: 20px;
}
.footer ul li.larger i small{
	font-size: 14px;
	color: #777;
}
.footer ul li.sep {
	display: none;
}
.footer ul li h3 {
  margin: 0;
	font-family: "SansationLight", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #b8cb43;
}
.footer ul li > a {
  display: table;
  font-family: "SansationLight", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #777;
  text-decoration: none;
  transition: color 0.1s;
  -moz-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  background: url(../img/layout/bullet.svg) no-repeat 0 7px;
  padding-left: 20px;
  background-size: 15px;
  background-position-x: 0px;
  background-position-y: 4px;
}
.footer ul li > a:hover {
	color: #b8cb43;
}
.footer ul li > p {
	font-family: "SansationLight", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.footer ul li i {
	font-family: "SansationLight", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: red;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.footer ul li a.ahk_logo {
	background: none;
	padding-left: 0px;
}
.footer ul li .footer_divider {
	clear:both;
	height:10px;
}
.footer ul li #social {
	height: 52px;
	padding-top: 3px;
	display: table;
}
.footer ul li #social a:first-child {
	margin-left: 0;
}
.footer ul li #social a {
	transition: opacity 0.15s;
	transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	-webkit-transition: opacity 0.15s;
}
.footer ul li #social a{
	text-indent:-9999px!important;
	display: block;
  width: 35px;
  height: 35px;
  background-size: 35px !important;
	margin: 15px 10px 0 0;
	float: left;

}
.footer ul li #social a.facebook{
	background: url(../img/layout/facebook.png);
}
.footer ul li #social a.facebook:hover{
	background: url(../img/layout/facebook_over.png);
}
.footer ul li #social a.instagram{
	background: url(../img/layout/instagram.png);
}
.footer ul li #social a.instagram:hover{
	background: url(../img/layout/instagram_over.png);
}
.footer ul li #social a.twitter{
	background: url(../img/layout/twitter.png);
}
.footer ul li #social a.twitter:hover{
	background: url(../img/layout/twitter_over.png);
}
.footer ul li #social a.google{
	background: url(../img/layout/google.png);
}
.footer ul li #social a.google:hover{
	background: url(../img/layout/google_over.png);
}
.footer ul li #social a.picasa{
	background: url(../img/layout/picasa.png);
}
.footer ul li #social a.picasa:hover{
	background: url(../img/layout/picasa_over.png);
}
.footer ul li #social a.panoramio{
	background: url(../img/layout/panoramio.png);
}
.footer ul li #social a.panoramio:hover{
	background: url(../img/layout/panoramio_over.png);
}
.footer ul li #social a.youtube{
	background: url(../img/layout/youtube.png);
}
.footer ul li #social a.youtube:hover{
	background: url(../img/layout/youtube_over.png);
}
.footer ul li #social a.linkedin{
	background: url(../img/layout/linkedin.png);
}
.footer ul li #social a.linkedin:hover{
	background: url(../img/layout/linkedin_over.png);
}
.footer ul li #social a.rss{
	background: url(../img/layout/rss.png);
}
.footer ul li #social a.rss:hover{
	background: url(../img/layout/rss_over.png);
}
.footer ul li #social a:hover span {
	opacity: 1;
}
.footer ul li #social a.facebook span {
	background-position: 0 -24px;
}
.footer ul li #social a.twitter span {
	background-position: -24px -24px;
}
.footer ul li #social a.linkedin span {
	background-position: -48px -24px;
}

#subfooter {
	width: 80%;
	margin: 0px auto 0px auto;
}
.subfooter_box  {
    margin: 0;
	width:400px;
	float:left;
	margin-top: 20px;	
	margin-bottom: 20px;	
}
.subfooter_box.last  {   
	width:485px;
	float:right;	
}
.subfooter_box img {
	margin: 0 10px 5px 0;
	float:left;	
}
.subfooter_box h3 {
    margin: 0;
	font-family: "SansationLight", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #b8cb43;
}

.subfooter_box p {
	font-family: "SansationLight", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}


.footer #copyright {
	width: 80%;
	padding: 20px 0 20px 0;
	border-top: 1px solid #fff;
	margin: 0px auto 0px auto;
	text-align: left;

}
.footer #copyright h6 {
	font-family: "SansationLight", sans-serif;
	font-size: 12px;
  line-height: 26px;
	color: #9f9f9f;
	float: left;
  margin-top: 0px;
}
.footer #copyright a {
	font-family: "SansationLight", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #9f9f9f;
	text-decoration: none;
	transition: color 0.1s;
	transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
}
.footer #copyright a:hover {
	color: #fff;
}
#wapp{position:relative;float:right; margin-top: -5px; }
#wapp a {
  display: block;
  background:transparent url(../img/layout/wapp.png) no-repeat center;
  text-indent: -999999px!important;
  width: 90px;
  height: 30px;
  background-size: 90px;
}

/* Pindos Retail */
.retail_left, .retail_right {
  width: 50%;
  position: relative;
  display: inline-block;
}

.retail_left {
  float: left;
}

.retail_left img, .retail_right img {
  width: 100%;
  vertical-align: middle;
}

@media(max-width: 767px) {
  .retail_left, .retail_right {
    width: 100%;
  }
}


.inner{
	width: 100%;
	margin: 0 auto;
	max-width:1150px;
}

.inner.blog{
	margin: 20px auto;
	padding:0px;
}

.breadcrumb {  border-bottom:1px solid #B8CB43; height: 20px; position: relative; padding:5px 0px;}
.breadcrumb ul {display:inline;float:left;}
.breadcrumb ul li {float:left;color:#B8CB43;font-size:13px;line-height:20px;margin-right:12px;}
.breadcrumb ul li a{height:20px;line-height:20px;color:#B8CB43;float:left;margin-right:10px;font-size:13px; padding-left:25px; background: url('../img/layout/bullet.svg') no-repeat 0 3px  transparent;text-decoration:none;}

.synetairismos .check.double {
  float: left;
  width: 100%;
}
#main_content { width:100%; position: relative; margin-top: 0px; padding-top: 5px;  }
#main_content.recipes { width:100%;  }
#main_content.synetairismos { width: 100%;  }
#main_content h1 {  font-weight: 600; font-size: 28px;	margin-bottom: 12px !important;margin-left:0px !important;	color: #b8cb43;}
#main_content h2 {  font-size: 22px;  margin-bottom: 10px;	color: #888888;  }
#main_content h2.agrosyn { font-weight: 100;
	font-size: 20px;
	line-height: 40px;
	color: #333;
	margin-bottom:15px;
	margin-left:0px;
	text-shadow:none;
	background:#B8CB43;
	color:#fff!important;
	display:inline-block;
	padding:5px 18px 5px 18px;
  margin: 10px 0 20px 0px !important;
 }
  #main_content h3 {
      font-size: 20px;
      margin-bottom: 7px;
      margin: 20px 0 !important;
      color: #777777;
      text-align: center;
  }
#main_content h4 {  font-size: 18px;	color: #333;	font-weight: bold; }
#main_content p {font-family: "SansationLight", Arial;
color: #333;
margin-top: 5px;
margin-bottom: 10px!important;
line-height: 20px;}
.synetairismos  p {
  font-family: "SansationLight", Arial;
  font-size: 15px;
	color: #333;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
	line-height: 20px;
  /*margin-right: 10px !important;*/
}

#main_content p.heading_video_policy {margin-top: 20px!important;
  margin-bottom: 3px!important;}

.synetairismos  .full_board p{
  /*float: left;*/
}
#main_content p.large_paragraph, .full_product_box  p.large_paragraph, .half_product_box  p.large_paragraph{
	color: #999;
	font-family: "SansationLight", sans-serif;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0px !important;
}

#main_content img.agrosyn_logo {
	float:left;
}
#main_content h5.subtitle{
	color: #666666;
	font-size: 20px;
	line-height: normal;
  font-weight: 600;
}
#main_content span.step{
	font-size: 22px;
	line-height:36px;
	background: #F7F7F7;
	color: #666;
	padding:4px 8px;
	margin-right:6px;
}
#main_content_left{ width:230px; float:left;}
#main_content_right{ padding-right:30px;padding-left:20px;border-left:1px solid #B8CB43;width:670px; float:right;}


.full_group{
	float: right;
	padding: 20px;
	width: 350px;
	margin: -50px 20px 0px 40px;
	font-size: 16px;
	line-height: normal;
	background: #F7F7F7;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.full_group h4{
	margin: 5px 0!important;
}

 strong {
  font-weight: bold !important;
}
.full_board{
	float: left;
	padding: 18px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	line-height: normal;
	background: #F7F7F7;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.synetairismos .full_board h4 {
  margin: 0px 0 0px 0 !important;
}
.full_board strong {
  font-weight: bold;
}
.full_board h4{
	font-size: 22px!important;
	margin: 5px 0!important;
}
.full_board a{
	color:#B8CB43;
	font-weight:bold;
}
.full_board a:hover{
	color:#666;
}

.full_exagoges{
	float: left;
	padding: 20px;
	width: 100%;
	margin: 25px 0px 30px 0px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.full_exagoges p{
	font-size: 18px;
	line-height: 40px!important;
}

.half_group{
	float: left;
  padding: 20px 20px;
	width: 46%;
  margin: 10px 30px 10px 0px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}


.half_group.management{
	margin: 30px 30px 0px 0px;
	background: #fafafa;
}

.half_group.management strong{
	float:left;
	width:205px;
}

.shadow_thumb{
	display:block;
	padding: 2px;
	margin: 15px 0px 15px 0px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.left_thumb{
	float: left;
	padding: 2px;
	margin: 0px 30px 10px 0px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.right_thumb{
	float: right;
	padding: 2px;
	margin: 0px 0px 10px 30px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

ul.menu_left{padding:0px;margin:0px 0 15px 0;}
ul.menu_left li{ display:block;}
ul.menu_left li a{display:block;color: #649335;font-size: 14px;padding: 4px 10px 4px 5px;margin:0 0px 3px 0;transition: all 0.3s linear 0s ;}
ul.menu_left li.current a{background:#555555 url(../img/layout/list_white.png) no-repeat 218px 7px;color: #fff;transition: all 0.3s linear 0s ;}
ul.menu_left li a:hover{background:#88B232 url(../img/layout/list_white.png) no-repeat 218px 7px;color: #fff;transition: all 0.3s linear 0s ;}

.background{padding-top:150px;background: #fff url(../img/layout/background_image.jpg) no-repeat;position:relative;}
.background.bg_catalog  {background: #fff url(../img/layout/background_image_catalog.jpg) no-repeat;}
.background.bg_recipe  {background: #fff url(../img/layout/background_image_3.jpg) no-repeat;}
.background.bg_blog  {background: #fff url(../img/layout/background_image_blog.jpg) no-repeat;}
.background.bg_farm  {background: #fff url(../img/layout/background_image_3.jpg) no-repeat;}
.background.id_1  {background: #fff url(../img/layout/background_image_1.jpg) no-repeat; /* synetairismos */}
.background.id_2  {background: #fff url(../img/layout/background_image_2.jpg) no-repeat; /* omilos */}
.background.id_3  {background: #fff url(../img/layout/background_image_4.jpg) no-repeat; /* egatastaseis */}
.background.id_7  {background: #fff url(../img/layout/worldmap.jpg) no-repeat; /* diktyo */}

#background_overlay {position:absolute;top:0px;left:0px;height:1160px;width:100%;background: transparent url(../img/layout/background_overlay.png) repeat-x;}
#inside {background:#fff;position:relative;padding: 10px 2%;
-webkit-box-shadow: 0px -10px 10px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px -10px 10px rgba(50, 50, 50, 0.25);
box-shadow:         0px -10px 10px rgba(50, 50, 50, 0.25);}
#inside.no_bg {background:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow:  none;}
#inside.bg_trans {background: url('../img/layout/white_90.png') repeat scroll transparent;
	margin-top:30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

h2.overlay_heading {
	position:relative;
	text-shadow: 0px 4px 6px #333;
	display: block;
	font-weight: 300;
	font-size: 48px;
	line-height: 54px;
	color: #fff;
	text-align:right;
	margin-bottom:15px;
}


.bottom_bar {
	position:relative;
	width:100%;
	margin-top: 20px;
	padding:10px 0;
	background:#B8CB43;
	border-top:1px solid #ccc;
  float: left;
}
.bottom_bar.blog{
	margin-top: 0px;
}

a.previous{
	float:left;
	color:#fff;
	font-size:16px;
	margin-left:5px;
}
a.next{
	float:right;
	color:#fff;
	font-size:16px;
	margin-right:5px;
}

a.previous:hover{
	margin-left:3px;
}
a.next:hover{
	margin-right:3px;
}

.header_wrapper {
	z-index:1;
	position:relative;
	width:100%;
  margin-top: 45px;
	padding:35px 0;
	-webkit-box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	background: transparent url(../img/layout/pattern.png) repeat center;
}
.header_wrapper.white {
  padding: 20px !important;
	margin-top: 0px;
	background:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow:     none;
	box-shadow:          none;
}
.header_wrapper.white.top {
	margin-top: 20px;
	background: url('../img/layout/white_75.png') repeat scroll transparent;
}
.header_wrapper.content_box {
  float: left;
	margin: 0px;
	padding:0px 0;
	/*background: #fff;*/
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.header_wrapper.blog_box {
	margin: 0px;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header_wrapper.content_box  .inner, .header_wrapper.blog_box  .inner{
	width:100%;
	padding:20px;
	background: url('../img/layout/white_95.png') repeat scroll transparent;
}
.header_wrapper.blog_box  .inner.blog{
	background: none;;
}
.header_wrapper.blog_box  .inner.paginate{
	width:100%;
}
.header_wrapper.semedaki {
	margin-top: 0px;
	background:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow:     none;
	box-shadow:          none;
  padding: 15px 20px 10px;
}
.header_wrapper.facilities {
  margin-top: -15px;
  margin-bottom: 0px;
  float: left;
  background: #F1F2F2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 17px 0 10px 0;
}
.header_wrapper.semedaki.synetairismos {
	height: 75px;
  padding: 33px 20px 10px;
}
.header_wrapper.semedaki.synetairismos ul.inner_navigation li {
  padding-top: 0;
}

.header_wrapper .karo {
	top:auto;
	bottom:-10px;
}
.header_wrapper h1 {
	font-weight: 300;
	font-size: 28px;
	line-height: 54px;
	color: #fff;
	margin-left:20px;
  padding: 0px 15px;
	}
.header_wrapper h2 {
	text-shadow: 0px 4px 6px #333;
	font-weight: 300;
	font-size: 48px;
	line-height: 65px;
	color: #fff;
	margin-bottom:35px;
	margin-left:20px;
  padding: 0px 15px;
}
.header_wrapper h2.onepage_style {
  font-weight: 100;
  font-size: 17px;
  line-height: 40px;
  color: #333;
  margin-bottom: 15px;
  margin-left: 0px;
  text-shadow: none;
  background: #B8CB43;
  color: #fff!important;
  display: inline-block;
  padding: 5px 18px 5px 18px !important;
  margin: 0px 0 20px 0px !important;
}
.header_wrapper.white.grey h2.onepage_style {
	color: #B8CB43;;
}

.header_wrapper.section35{
	background: #fff url(../img/layout/adranopoiisi_bg.jpg) no-repeat bottom center;
}
.header_wrapper.section28{
	background: #fff url(../img/layout/ergastirio_bg.jpg) no-repeat bottom center;
}
.header_wrapper.section24{
	background: #fff url(../img/layout/furamatopoieio_bg.jpg) no-repeat bottom center;
}
.header_wrapper.section26{
	background: #fff url(../img/layout/psimena_bg.jpg) no-repeat top center;
}
.header_wrapper.section31{
	background: #fff url(../img/layout/fortigo_bg.jpg) no-repeat bottom center;
}
.header_wrapper.section100{
	background: #fff url(../img/layout/fortigo_bg.jpg) no-repeat bottom center;
}

.content p{
	font-family: "SansationLight", Arial;
	color: #333;
  margin-top: 10px !important;
  line-height: 20px !important;
	line-height: 20px;
}

.content p.large_paragraph{
	color: #666;
	font-size: 20px;
	line-height: normal;
  margin-bottom: 30px !important;
}
.content h5.subtitle{
	color: #666666;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 20px;
}

a.pdf{
	margin:0 5px 5px 0;
	padding:10px 5px 10px 95px;
	width:300px;
	float:left;
	background: #f7f7f7 url(../img/layout/pdf.png) no-repeat 10px 5px;
	color:#666;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
a:hover.pdf{
	color:#ed1c24;
}
#ekkolaptiria .content_gallery h3 {
  margin: 10px 5px !important;
}
#xhmiko-mikrobiologiko-ergastirio .full_box h4 {
  margin: 5px 0 !important;
}
#ekkolaptiria .half_box h4 {
  margin: 5px 0 !important;
}
#ajaxcontent{position:relative;}
.content .half_box, .content .full_box, .content .third_box {
    float: left;
    padding: 20px;
    width: 100% !important;
    margin: 0px 40px 40px 0;
    font-size: 16px;
    line-height: normal;
    background: #F7F7F7;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.content .full_box{
	width: 920px;
	margin: 0px 0px 40px 0;
	height: auto;
}
.content .full_box.map{
	margin: 20px 0px 70px 0;
}


.content .half_box img{
	float:left;
	margin-right:10px;
}
.section28 .content .full_box{
	margin-top: 40px;
	margin-bottom: 20px;
}
.section28 .content .full_box.last{
	margin-top: 0px;
	margin-bottom: 40px;
}
.grey .content .half_box, .grey .content .full_box{
	background: #FFF;
}



.section25 .content .half_box.production{
	background: #fff url(../img/layout/chicken-produce.png) no-repeat 16px 21px;
  background-size: 30px;
}

.section25 .content .half_box.frost {
	background: #fff url(../img/layout/frost.png) no-repeat 16px 18px;
  background-size: 30px;
}

.section25 .content .half_box.libra{
  background: #fff url(../img/layout/frost.png) no-repeat 16px 18px;
  background-size: 30px;
  }

.section25 .content .half_box.pack {
	background: #fff url(../img/layout/pack.png) no-repeat 16px 18px;
  background-size: 30px;
}

.section25 .content .half_box p{
    margin: 20px 0 0 0 !important;
}

.section24 .content .half_box{
	height: 120px;
}
.section24 .content .third_box{
	width: 253px;
	height: 270px;
}
.section24 .content .full_box, .section24 .content .half_box, .section24 .content .third_box, .section28 .content .full_box, .section28 .content .half_box {
    background: #FFF;
    width: 100% !important;
    height: 100% !important;
}
.content .half_box.last{
	margin-right: 0;
}

.section35 .content .half_box, .content .full_box, .content .third_box {
    float: left;
    padding: 20px;
    width: 100% !important;
  }

.content .third_box.last{
	margin-right: 0;
}

.content .half_box h4, .content .full_box h4, .content .half_box_wrapper .half_box h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 4px 35px !important;
}
.section28 .content .half_box h4{	
	margin: 5px 0px !important;
}
.content .half_box span.step, .content .third_box span.step{
	font-size: 38px;
	color: #B8CB43;
	padding: 0px 5px;
	float: left;
}

.half_box_wrapper{
	float: left;
	width: 50%;
}
.half_box_wrapper .half_box{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none!important;
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
	margin-bottom: 0px;
}
.content h4{
	color:#B8CB43;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content h6{
	color:#B8CB43;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.content_gallery{
	clear: both;
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 5px;
}
.content_gallery.synetairismos{
	margin: 20px 0 0 0;
	width: 100%;
}


.section26 .content_gallery{
	margin: 20px 0 0 0;
}

.section34 .content_gallery{
	margin: 20px 0 0 0;
}
.section34 .agrosin_logos{
	float:right;
  width: 100%;
  margin: -33px auto 0 auto;
  text-align: center;
}
.content_gallery img{
  width: 24.033333%;
	margin-right: 0.933333%;
	border: 2px solid #fff;
}
.content_gallery.synetairismos img{
    width: 24.0333% ;
}
.content_gallery img.last{
	margin-right: 0px;
}
.content_gallery  h3{
	font-size: 18px;
	color: #333;
	font-weight: bold;
  margin: 5px 0 10px 0 !important;
}

.photo_thumb {
  width: 23.533333% !important;
  height: 100%;
  margin-right: 0.5% !important;
  margin-bottom: 5px !important;
  margin-top: 10px;
  margin-left: 0.9%;
  float: left;
}



.photo_thumb.last{
	margin-right: 0px;
}
.photo_thumb  h4{
	text-align:center;
	margin-top: 12px!important;
	font-size: 14px!important;
  display: none;
}
.photo_thumb  a{
	display:block;
	color: #333333;
}

ul.check li{
	float: left;
	background: transparent url(../img/layout/arrow.svg) no-repeat left 2px;
	padding-left: 25px;
	margin: 7px 10px;
	line-height:22px;
  width: 100%;
  background-size: 15px 15px;
  background-position-x: 4px;
  background-position-y: 1px;
}
ul.check.double li{
	width:45%;
}
ul.check.third li{
	width:27%;
}

ul.inner_navigation {margin:-15px 0 0 20px;position:relative;}
ul.inner_navigation li {
  float: left;
  margin-right: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-top: 18px;
 }
ul.inner_navigation.facilities li {
  font-weight:normal;
  padding-left:25px;
  margin-right:10px;
  background: transparent url(../img/layout/bullet.svg) no-repeat left 0px;
  background-size: 17px;
  background-position-y: 15px;
}
ul.inner_navigation li a{ color:#6E6E6E;display:block;}
ul.inner_navigation.facilities li a{ 	text-shadow:0px 1px 0px rgba(255,255,255,0.7);}
ul.inner_navigation li a:hover{ color:#B8CB43!important;}
ul.inner_navigation.facilities li a:hover{ color:#333!important;}
ul.inner_navigation li.current a{ color:#B8CB43;}

ul.sub_navigation {display:none;position:absolute;top:14px;left:0px;padding-top:11px;width:100%; margin-top: 4px; }
ul.inner_navigation li:hover ul.sub_navigation{ background-color: #fff; display:block;z-index:666;}
ul.inner_navigation li.current ul.sub_navigation{ display:block;z-index:555;}
ul.sub_navigation li { float:left;margin-right:20px;display:inline;font-size:15px;font-weight:normal;}
ul.sub_navigation li a{ color:#6E6E6E;}
ul.inner_navigation li.current ul.sub_navigation li a{ color:#6E6E6E;}
ul.sub_navigation li.current a{ color:#B8CB43!important;}

.synetairismos h1 {
  padding: 0px 0px;
}
.synetairismos .large_paragraph {
  padding: 0 0 10px 0;
}
.omilos { width: 100% !important; }
.omilos_title{
	float:left;
}
.omilos_navigation {
	position: relative;
	float:right;
  right: 25px;
}
.omilos_navigation ul{
}
.omilos_navigation ul li{
		float: left;
}
.omilos_navigation ul li a{
	margin: 0px 0px 0 10px;
	padding: 10px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	background: url('../img/layout/black_30.png') repeat scroll transparent;
	display: block;
	font-size:15px;
}
.omilos_navigation ul li.active a{
	background: #B8CB43;
	color:#fff;
}
.omilos_navigation ul li a:hover{
	background: #B8CB43;
	color:#fff;
}

.omilos_navigation ul li img{
	margin:0 auto 10px auto;
	width:100%;
	display:block;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	background: #fff;
}

.koin-drasi-img .content_gallery img {
    width: 100% !important;
}
/* home-contact */
.home-contact {
	width: 100%;
	height: 30px;

}
.home-contact .fixed {
	background: #b8cb43;
	width: 100%;
	height: 34px;
	padding: 0 4%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: inset 0 -2px 2px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0 -2px 2px -1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 2px -1px rgba(0, 0, 0, 0.15);
	top: 0;
}
.home-contact .fixed  .contact_elements a{
  display:block;
  /* position:absolute; */
  padding: 0px 13px;
  margin-left: 0px;
}
.home-contact .fixed  .contact_elements{
  display: block;
  position: relative;
}



.home-contact .fixed  .contact_elements:hover ul.no_image{
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 3;
  background: #008847;
}

.home-contact .fixed  .contact_elements ul.no_image{
  display:none;
  position:absolute;
}

.home-contact p, .home-contact a {
	float: right;
	margin-left: 20px;
	font-family: "SansationLight", sans-serif;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
}
.home-contact a {
	cursor: pointer;
	text-decoration: none;
}

.languages {
	position:absolute;
	left:65px;
}
.languages a{
	float: left;
	color: #fff;
	text-shadow: none;
}
.languages a:hover{
	color: #000;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}


/* home-hero */
.home-hero {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	padding: 0 0%;
	position: relative;
	overflow:hidden;
}
.hero-scrollable {
	position:relative;
	overflow:hidden;
	height: 500px;
}
.hero-scrollable .hero-items .item{
	height: 500px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.home-hero .hero1{
	background: url(../img/layout/banner-nostimi-epilogi.jpg);
}
.home-hero .hero2{
	background: url(../img/layout/banner-prodiagrafes.jpg);
}
.home-hero .hero3{
	background: url(../img/layout/banner-asfaleia.jpg);
}
.home-hero .hero4{
	background: url(../img/layout/banner-koinoniki-euthini.jpg);
}
.home-hero .hero9{	
	background: url(../img/layout/banner-aichefs.jpg);
}
.home-hero .hero5{
	background: url(../img/layout/banner-etoima-psimena.jpg);
}
.home-hero .hero6{
	background: url(../img/layout/banner-anuga.jpg);
}
.flex-direction-nav{
	position: absolute;
	top:260px;
	right:0px;
	z-index: 10;
}
a.browse, .flex-direction-nav li a {
    display: block!important;
    width: 27px!important;
    height: 81px!important;
    position: absolute!important;
    top: 200px!important;
    cursor: pointer!important;
    text-indent: -9999px!important;
    z-index: 99999!important;
    opacity: 1!important;
}

a.flex-next { right:30px!important;background: #fff;  }
a.flex-prev{ left:30px!important; background: #fff;}

.home-hero div.header-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 500px;
	height: 500px;
	z-index: 1;
	background: transparent url(../img/layout/pattern.png) repeat center;
}
.home-hero .hero-content {
	width: 935px;
	position: absolute!important;
	bottom: 80px;
	left: auto;
	right: 30px;
	vertical-align: middle;
	z-index: 2;
	position: relative;
	text-shadow: 0px 4px 6px #333;	
	padding:15px 10px;
	background:rgba(0, 0, 0, 0.4);
}
.home-hero h2 {		
	display: block;
	font-weight: 300;
	font-size: 38px;
	line-height: 50px;
	color: #fff;
}
.home-hero p {
	padding-top: 10px;
	display: block;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #fff;
}
.home-hero i {
	padding: 10px 0 40px 0;
	display: block;
	font-family: "SansationLight", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	color: #6e6e6e;
}
.home-hero a.readmore {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}
.home-hero a.button.white {
	height: 49px;
	padding: 0 20px;
	font-size: 20px;
	line-height: 49px;
}
.home-hero a.button.orange {
	height: 49px;
	padding: 0 20px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 49px;
}
.home-hero a.orange span {
	margin-left: 15px;
	font-size: 13px;
}

.home-hero.inside {
	height: 220px;
}
.home-hero.inside .hero-scrollable {
	height: 220px;
}
.home-hero.inside .hero-scrollable .hero-items .item{
	height: 220px;
}
.home-hero.inside .flex-direction-nav{
	top:60px;
}
.home-hero.inside a.browse, .home-hero.inside .flex-direction-nav li a {
	top:140px!important;
}
.home-hero.inside h2 {
	padding-top: 0px;
	width: 700px;
}
/* home-features */
.home-features {
	background:#fff;
	width: 100%;
	padding: 0px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	margin: 0px auto 0px auto;
}
.home-features .box{
	width: 25%;
	float: left;
	margin: 6px 0 0 0;
}
.home-features .box.color{
	background: url('../img/layout/green_03.png') repeat scroll transparent;
}
.home-features .box.network{
	background: transparent url(../img/layout/ellas-small.gif) center 30px no-repeat;
}
.home-features .box .box-text{
	padding: 20px;
	height: 220px;
	background: #f8f8f8;
	position: relative;
}
.home-features .box.network .box-text{
	border-top: none;
}
.home-features .box .box-text.top{
	border-top: none;
}
.home-features .box.first{
	border-left: none;
}
.home-features .box.last{
	border-right: none;
}
.home-features .box .box-image{
	width: 100%;
	height: 260px;
	text-align: center;
}
.home-features .box .box-image.logos img{
	padding: 30px 5px;
}
.home-features .box .box-text h3 {
	font-size: 20px;
	line-height: 22px;
	color: #777;
}
.home-features .box .box-text p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #6e6e6e;
	text-align: left;
}
.home-features .box .down {
	background: url(../img/layout/icon-down.png);
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 10px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}
.home-features .box .up {
	background: url(../img/layout/icon-up.png);
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 5px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}
.home-features .box ul{
	width: 180px;
	padding: 0 10px;
}
.home-features .box ul li{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}
.home-features .box ul li a{
	text-decoration: none;
	color: #777;
	font-size: 14px;
}

.home_box{
	width:25%;
	height:260px;
	float:left;
	position:relative;
  padding: 20px;
}
.home_box.grey{
	background:#f7f7f7 !important;
}
.home_box.double{
	width:50%;
	background:#fff;
  padding: 0;
}

.home_box h3 {
    font-size: 25px;
    line-height: 22px;
    color: #777;
    margin: 0px 0px 0px 0px !important;
    text-align: left;
}
.home_box h3 a{
	color: #777;
	display:block;
}
.home_box p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #6e6e6e;
    text-align: left;
    margin: 0;
}
.home_box img {
    margin: 0 auto;
    display: block;
}
.home_box img.group {
  float: left;
  padding: 1.633333%;
  width: 50%;
}

.home_box img.flag {
    margin: 0 auto;
}

.home_box ul li{
	font-size:14px;
	line-height:15px;
	margin-bottom:5px;
}
.home_box ul li a{
	color:#777777;
}
.home_box .down {
	background: url(../img/layout/icon-down.png);
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 10px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}
.home_box .up {
	background: url(../img/layout/icon-up.png);
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 5px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}
.home_box .left {
	background: url(../img/layout/icon-left.png);
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 2px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}
.home_box .right {
	background: url(../img/layout/icon-right.png);
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 7px;
	animation: tour-down 0.4s ease-in infinite;
	-o-animation: tour-down 0.4s ease-in infinite;
	-moz-animation: tour-down 0.4s ease-in infinite;
	-webkit-animation: tour-down 0.4s ease-in infinite;
}



/* home-recipes */
.home-recipes {
	background: url(../img/layout/main-bg.jpg) center bottom;
	width: 100%;
	padding: 0px 0 20px 0;
	position: relative;
	overflow: hidden;
}
.karo {
	position: absolute;
	top:0px;
	left:0px;
	background: url(../img/layout/karo.png) repeat-x center;
	width: 100%;
	height: 10px;

}
.karo.bottom {
	position: absolute;
	top:auto;
	bottom:0px;
	left:0px;
	background: url(../img/layout/karo-bottom.png) repeat-x center;
	width: 100%;
	height: 10px;
}
h1.title {
	margin: 0px 0 10px 0;
	padding: 0px 0px 0px 0px;
	width: 370px;
	height: 60px;
	background: #fff url(../img/layout/recipe-spoon.jpg) no-repeat 0px 3px;
	-webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:     0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	text-indent: -999999px;
}
h1.title.en {
	background: #fff url(../img/layout/recipe-spoon-en.jpg) no-repeat 0px 3px;
}
h1.title a {
	width: 370px;
	height: 60px;
	display:block;
}


.recipe {
    display: inline;
    float: left;
    margin: 25px 0.4% 15px 0.8% !important;
    -webkit-transition: -webkit-transform 125ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: -moz-transform 125ms ease-out 0;
    -o-transition: -o-transform 125ms ease-out 0;
    transition: transform 125ms ease-out 0;
    width: 23.633333% !important;
    height: 295px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}


.recipe:hover, .product:hover {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation: all .8s ease-in forwards;
	-moz-animation: all .8s ease-in forwards;
	animation: all .8s ease-in forwards;
}

.recipe.home {
    margin: 20px 10px 20px 10px;
  }

.recipe.last {
	margin-right: 0px;
}
.recipe a{
	display: block;
	width: 100%;
	height: 295px;
	position: absolute;
	top:0px;
	left:0px;
	background: transparent url(../img/layout/link_bg.png) repeat;
	z-index:9999;
	text-indent: -999999px;
}

.recipe .overview {
	background: white;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 295px;
	color: #204a65;
}

.recipe .overview .recipe_title {
	padding-top: 180px;
	width: 100%;
	margin: 0 auto;
}
.recipe .overview h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #787876;
	margin-bottom: 5px;
}
.recipe .overview h2 {
	font-size: 15px!important;
	line-height: 22px;
	font-weight: 300;
	padding: 0 10px;
	color: #787876!important;
  font-weight: 600;
}
.recipe .overview .thumb {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
}

.recipe .overview .thumb .caption {
	width: 100%;
	height: 4px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.recipe .overview .thumb .caption span {
	width: 50%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	height: 100%;
}
.recipe .overview .thumb .caption .orange {
	background-color: #f5c53d;
}
.recipe .overview .thumb .caption .green {
	background-color: #b8cb43;
}
.recipe .overview dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11px 0;
	font-size: 11px;
	color: #a2a39e;
	border-top: 1px solid #edede9;
}
.recipe .overview dt.difficulty {
	width: 14px;
}
.recipe .overview dt, .recipe .overview dd {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
  font-size: 14px;
  font-weight: 600;
}
.recipe .overview dt {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
  width: 20px;
  height: 23px;
	margin-top: -3px;

}
.recipe .overview dt.difficulty {
	width: 55px;
	height: 25px;
}
.recipe .overview dt.difficulty.easy {
	background: url('../img/layout/1_forks.png') no-repeat center;
  background-size: 40px;
}
.recipe .overview dt.difficulty.medium {
	background: url('../img/layout/2_forks.png') no-repeat center;
  background-size: 40px;
}
.recipe .overview dt.difficulty.hard {
	background: url('../img/layout/3_forks.png') no-repeat center;
    background-size: 40px;
}
.recipe .overview dt.duration {
	background: url('../img/layout/icon_duration.png') no-repeat center;
	margin-left: 0.8em;
  margin-right: 0.8em;
  background-size: 22px;
}



/* Recipe View Styles */
.recipe_box   {
	float:left;
	position: relative;
  width: 34.6%;
	margin:0 0px 10px 0;
	padding:20px;
	background:#fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.recipe_box.large {
  width: 64.4%;
  margin-left: 10px;
}
.recipe_box.photo {
    width: 34.6%;
    padding: 0px;
    text-align: center;
}
.recipe_box.photo img { margin-bottom: -4px; }

.recipe_box.description p  { font-size: 16px; }
.recipe_box.description  {height:331px;}
.recipe_box h2 {
    background: #B8CB43;
    color: #fff!important;
    display: inline-block;
    padding: 7px 10px 7px 10px;
    margin: 0px 0 20px 0px !important;
    font-size: 17px!important;
}
.recipe_box h4  {color:#B8CB43!important;font-size:16px!important;margin:0px 0px 5px 0px!important;line-height: 22px!important;}
.recipe_box ol { margin-left:20px;}
.recipe_box ul { margin-bottom:15px;}
.recipe_box ol li, .recipe_box ul li  { color: #6E6E6E;    font-size: 16px; margin-bottom:4px;line-height:18px;padding-bottom:4px; border-bottom:1px dotted #B8CB43;}

.recipe_box dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 0;
	font-size: 11px;
	color: #fff;
	border-top: 1px solid #edede9;
	background-color:#B8CB43;
  text-align: center;
}

.recipe_box dt, .recipe_box dd {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}
.recipe_box dd {
	font-size:15px;
	padding-top:5px;
  padding-right: 18px;
  padding-left: 8px;
}
.recipe_box dt {
	overflow: hidden;
	text-align: left;
	line-height:30px;
	font-size:16px;
	height: 20px;
}
.recipe_box dt.difficulty {
	padding-right:50px;
	height: 25px;
}
.recipe_box dt.difficulty.easy {
	background: url('../img/layout/1_forks_white.png') no-repeat center right;
}
.recipe_box dt.difficulty.medium {
	background: url('../img/layout/2_forks_white.png') no-repeat center right;
}
.recipe_box dt.difficulty.hard {
	background: url('../img/layout/3_forks_white.png') no-repeat center right;
}
.recipe_box dt.duration {
	background: url('../img/layout/icon_duration_white.png') no-repeat center right;
	padding-left: 20px;

	padding-right:34px;

	height: 25px;
	border-left:1px solid #edede9;
}




/* home-start */
.home-start {
	background: #fff;
	width: 100%;
	padding: 50px 4%;
	border-top: 1px solid #ebedee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	text-align: center;
}
.home-start h2 {
	padding-bottom: 30px;
	font-family: "SansationLight", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #2b2a29;
	text-align: center;
}
.home-start i {
	padding: 0 15px;
	display: inline-block;
	font-family: "SansationLight", sans-serif;
	font-size: 16px;
	line-height: 51px;
	color: #9f9f9f;
}
.home-start a.button.white {
	width: 336px;
	height: 49px;
	padding: 0;
	font-size: 20px;
	line-height: 49px;
}
.home-start a.button.orange {
	width: 336px;
	height: 49px;
	padding: 1px;
	font-size: 20px;
	line-height: 49px;
}
.home-start a.button.orange span {
	margin-left: 15px;
	font-size: 13px;
}




.home-categories{
	background:#fff;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 100%;
  padding: 0 0 0 0;
}

.category_text {
	color: #CAFFFF;
	width: 100%;
  padding: 30px 110px;
  margin: 0 auto;
  float: left;
}
.category_text h2 {
	color: #b8cb43!important;
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow:0px 1px 0px #fff;
}
.category_text h2 span{
	font-size: 20px;
	color: #ccc;
	display: block;
}
.category_text p {
  font-size: 15px;
	color: #777;
	line-height: 18px;
}

.text_content{
	width: 42%;
	float: left;
}
.text_image{
	float: left;
	width: 58%;
}
.text_image a{
	float: left;
	display: block;
	width: 50%;
	text-decoration: none;
	text-align: center;
	color: #999;
  margin-top: 16px;
}
.text_image a span{
	width: 150px;
	margin: 0px auto 0 auto;
	padding: 4px 20px;
	text-align: center;
	/*background: url('../img/layout/green_03.png') repeat scroll transparent;*/
  background: none;
	color: #666666;
	font-size: 14px;
}
.text_image img{
	padding: 7px;
	border: 5px solid #EAEFC6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	margin-bottom: 7px;
}


.hidden-navigation {
	position: relative;
  font-size: 14px;
	clear: both;
	width: 100%;
	height: 150px;
	font-size: 16px;
	background: #b8cb43;
	-webkit-box-shadow:  inset 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:     inset 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.hidden-navigation ul{
	margin: 0px auto;
	width: 980px;
}
.hidden-navigation ul li{
	margin: 4px 1px 0 1px;
	padding: 3px 0 0 0;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	width: 138px;
  height: 138px;
	float: left;
	position: relative;
	text-shadow: inset rgba(0,0,0,.7) 0 0 1px;
	border-top:4px solid #b8cb43;
}
.hidden-navigation ul li a{
	display: block;
	width: 140px;
	height: 45px;
	padding-top: 100px;
	color: #fff;
	font-size:12px;
	text-decoration: none;
}
.hidden-navigation ul li.active{
	background: url('../img/layout/black_10.png') repeat scroll transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.hidden-navigation ul li:hover{
	background: url('../img/layout/black_10.png') repeat scroll transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.hidden-navigation ul li span{
	position: absolute;
	top:20px;
	left: 35px;
	background: url('../img/layout/white_50.png') repeat scroll transparent;
	width: 70px;
	height: 70px;
	padding: 0px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.hidden-navigation ul li span img{
	padding: 20px;
}
.hidden-navigation ul li em.arrow{
	position: absolute;
	top: 2px;
	left: 63px;
	background: url(../img/layout/icon-up-white.png);
	width: 13px;
	height: 12px;
	display: none;
}
.hidden-navigation ul li.active em.arrow{
	display: block;
}

.hidden-navigation.inner_nav ul li em.arrow{
	display: none;
}

ul.bullet li{
  background: url(../img/layout/bullet.svg) no-repeat;
  padding-left: 28px;
  background-size: 13px 13px;
  background-position-x: 10px;
  background-position-y: 0px;
}


.home-social{
	clear: both;
	width: 100%;
	padding: 20px 0 53px 0;
	background: #fff;
}
.home-social .news{
  float: left;
  width: 49%;
  margin-right: 1%;
}

.home-social .news .upcoming_event {
  box-shadow: none;
}

#facebook_box{
  text-align: center;
  margin-left: 0px;
  padding-bottom: 50px;
}
#facebook_box iframe{
/* 	background: #f7f7f7; */
}
.home-social .description {
	width: 100%;
	margin: 0 0 20px 10px;
  text-align: center;
}
.home-social h1 {
	font-size: 28px;
	margin-bottom: 12px;
	color: #b8cb43;
}
.home-social .large-body-text {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: 0.25px;
	color: #888;
}

.upcoming_event {
    padding: 0;
    margin: 0.5em 0;
    width: 100%;
	float: left;
	background: url('../img/layout/white_95.png') repeat scroll transparent;
    box-shadow: 0 0 5px #ddd;
}
.date_mobile{display:none;}
.upcoming_event .date_circle {
    background: url(../img/layout/date_circle.png) no-repeat;
    height: 115px;
    margin-right: 1em;
    margin-top: 20px;
    margin-left: 20px;
}

.date_circle {
	background: url('../img/layout/date_circle.png') no-repeat;
	width: 109px;
	height: 109px;
	display: block;
	text-align: center;
	padding-top: 1.5em;
	margin-top: 5px;
	float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.date_day {
	font-size: 3em;
  line-height: 0.95em;
	color: #7b8f90;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.date_month {
	font-size: .875em;
	line-height: 2.5em;
	color: #7b8f90;
	font-weight: bold;
}
.date_year {
	font-size: .75em;
	color: #afaeae;
	font-weight: bold;
}
.upcoming_event .outer {
	height: 120px;
	width: 70%;
}
.event {
    /*width: 70.8%;*/
    padding: 20px 0;
    display: table;
    position: static;
    overflow: hidden;
    font-size: 12px;
}
.event h3 {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
    color: #777;
    font-family: "SansationRegular", Arial;
    margin: 0;
}
.event h3 a { color: #777; }
.event p{
	color: #666666;
	line-height: 16px;
	font-size: 14px;
	font-family: "SansationLight", Arial;
}
.readmore{
  font-family: "SansationRegular", Arial;
  color: #b8cb43;
  text-decoration: none;
  font-weight: bold;
  float: left;
  line-height: 25px;
  margin-top: 5px;
  padding: 0px 24px 0 0;
  background: url(../img/layout/arrow.svg) no-repeat right 3px;
  background-size: 17px;
}

.upcoming_event.large {	width: 100%; }
.upcoming_event.large .right_thumb {
    margin: 18px 18px 0px 18px;  
	max-width:150px;
}


.product {
  float: left;
  width: 33.333333%;
	margin: 0px 0px 10px 0;
  padding: 0;
	height: auto;
	-webkit-transition: -webkit-transform 125ms ease-out;
	-webkit-transition-delay: 0;
	-moz-transition: -moz-transform 125ms ease-out 0;
	-o-transition: -o-transform 125ms ease-out 0;
	transition: transform 125ms ease-out 0;
}
.product .text_image {
  float: none;
  width: 75%;
  margin: 0 auto;
}
.product .text_image a{
   width: 100%;;
}
.product .text_image a span{
	display: block;
	width: 100%;
	min-height:50px;
}
.product .text_image img{
	width: 270px;
	margin-bottom: 0px;
}
h2.category-header{
	text-shadow: 0px 2px 3px #fff;
	font-weight: 300;
	font-size: 35px;
	line-height: 70px;
	color: #B8CB43;
  margin: 0 0 -25px 4.5% !important;
}

.product_box.product_recipe .recipe {
  width: 48.1% !important;
  position: relative;
  top: 10px;
}
.product_box.product_recipe .recipe a {
  width: 100% !important;
}


/* Recipe View Styles */
.product_box   {
	float:left;
	width:360px;
	margin:0 0px 10px 0;
	padding:20px;
	background:#fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#inside .product_box_group {
    width: 100% !important;
   }
.product_box.options {
      width: 100% !important;
  }
.product_box.product_recipe {
    width: 100% !important;
}
.product_box.large  {width:480px;margin-left:10px;}
.product_box.full  {width:890px;margin-left:0px;}
.product_box.photo  {width:45%; padding:0px;}
.product_box.photo img  {	width:400px; margin: 0 auto; display: block; }
.product_box ol { margin:10px 0px 0px 20px;}
.product_box ol li  { color: #6E6E6E;    font-size: 14px; margin-bottom:4px;line-height:18px;padding-bottom:4px;}

.product_box.description{
  width: 54.05%;
  height: 331px;
  background: #b8cb43;
  color: #fff;
}
#inside .product_box.full {
  width: 100% !important;
}

#inside .product_box_group {
    width: 60.533333%;
}
.product_box.description strong {
	color:#fff;
	text-shadow:none;
}
.product_box_group{
	float: left;
	width:434px;
}
.product_box_group .product_box{
	width: 380px;
}

.product_box.options p {
      line-height: 18px;
}
#main_content .product_box h1 {
    color: #fff;
    margin: 0 0 20px 0;
}

#main_content .product_box h2{
	color:#f1f1f1;
  margin: 0;
}

#main_content .product_box h3 {
    margin-bottom: 20px;
    text-align: left;
}

#main_content .product_box.description p{
	color: #fff;
  font-size: 16px;
}

.product_box.full p {
      font-size: 16px;
}
.product_box h2.title, .product_recipe h2.title  {
	background:#B8CB43;
	color:#fff!important;
	display:inline-block;
  padding: 10px 10px 10px 10px;
  margin: 0 0 10px 0px !important;
	font-size: 17px !important;
}
.product_box.product_recipe {
    width: 39.4%;
    padding-bottom: 35px;
}
.product_box.product_recipe .recipe{
	margin-bottom: 0px;
}

.scroll-pane
{
	width: 100%;
	height: 150px;
	overflow: auto;
}


table.package {
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    text-align: center;
    background-color: #F7F7F7;
    text-align: center;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
}

table.package th {
  text-align: center;
	color: #74831E;
	background-color: #fff;
	vertical-align:middle;
	line-height:32px;
}
table.package tr {
	border-bottom:2px solid #fff;
}
table.package td.header2 {
	color: #74831E;
	background-color: #F7F7F7;
	font-weight: bold;
	vertical-align:middle;
	font-size:14px;
}
table.package td.header3 {
	color: #fff;
	background-color: #b8cb43;
	font-weight: bold;
	line-height: 18px;
	vertical-align:middle;

}

table.package td{
  text-align: center;
	background-color: #F7F7F7;
	font-size: 13px;
	line-height:26px;
	color: #74831E;
	padding:5px;
}
table.package th{
	padding:4px;
}

/* Brochures Styles */
.brochure {
  display: inline-block;
  margin: 0px 0.6% 10px 0.7%;
  -webkit-transition: -webkit-transform 125ms ease-out;
  -webkit-transition-delay: 0;
  -moz-transition: -moz-transform 125ms ease-out 0;
  -o-transition: -o-transform 125ms ease-out 0;
  transition: transform 125ms ease-out 0;
  width: 18.433333%;
  height: 240px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}


.brochure.last {
	margin-right: 0px;
}
.brochure a{
	display: block;
	width: 100%;
	height: 240px;
	position: absolute;
	top:0px;
	left:0px;
	background: transparent url(../img/layout/link_bg.png) repeat;
	z-index:9999;
	text-indent: -999999px;
}


.brochure:hover{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation: all .8s ease-in forwards;
	-moz-animation: all .8s ease-in forwards;
	animation: all .8s ease-in forwards;
}

.brochure .overview {
	background: white;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	color: #204a65;
}

.brochure .overview .brochure_title {
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
}
.brochure .overview h2 {
	font-size: 15px!important;
	line-height: 22px;
	font-weight: 300;
	padding: 0 10px;
	color: #787876;
}
.brochure .overview .thumb {
	position: absolute;
	top: 39px;
	left: 0;
	border-top: 2px solid #edede9;
  width: 100%;
}

.brochure .overview .thumb img {
  width: 100%;
}

.brochure .overview dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11px 0;
	font-size: 11px;
	color: #a2a39e;
	border-top: 1px solid #edede9;
}
.brochure .overview dt.size {
	width: 14px;
}
.brochure .overview dt, .brochure .overview dd {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}
.brochure .overview dt {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	width: 20px;
	height: 20px;
	margin-top: -3px;

}
.brochure .overview dt.size {
	margin-left: 6px;
	background: url('../img/layout/icon_size.png') no-repeat center;
}
.brochure .overview dt.duration {
	margin-left: 12px;
	background: url('../img/layout/icon_duration.png') no-repeat center;
}
.brochure .overview dt.type {
	margin-left: 12px;
	background: url('../img/layout/icon_type.png') no-repeat center;
}


.brochure_bigger {
	display: inline;
	float: left;
  margin: 0px 0.2% 10px 0.3%;
  width: 24.433333%;
	height: 310px;
	overflow:hidden;
	position: relative;
	background:#fff;
	padding:1px;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.brochure_bigger.last {
	margin-right: 0px;
}
.brochure_bigger a{
	display: block;
	width: 215px;
	height: 310px;
	position: absolute;
	top:0px;
	left:0px;
	background: transparent url(../img/layout/link_bg.png) repeat;
	z-index:9999;
	text-indent: -999999px;
}


.brochure_bigger .brochure_title {
	left:0px;
	bottom:-70px;
	z-index:999;
	width: 100%;
	background: url('../img/layout/white_90.png') repeat scroll transparent;
	position: absolute;
}
.brochure_bigger  h2 {
	font-size: 15px!important;
	line-height: 22px;
	font-weight: 300;
	padding: 10px 10px 0 10px;
	color: #333!important;
}
.brochure_bigger .thumb {
	position: relative;
	margin:0px;
}


/* Isologismoi Styles */
.isologismos {
	display: inline;
	float: left;
	margin: 10px 15px 10px 0;
	-webkit-transition: -webkit-transform 125ms ease-out;
	-webkit-transition-delay: 0;
	-moz-transition: -moz-transform 125ms ease-out 0;
	-o-transition: -o-transform 125ms ease-out 0;
	transition: transform 125ms ease-out 0;
	width: 100%;
	max-width:250px;
	height: 240px;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.isologismos.last {
	margin-right: 0px;
}
.isologismos a{
	display: block;
  width: 100%;
	height: 240px;
	position: absolute;
	top:12px;
	left:0px;
	background: transparent url(../img/layout/link_bg.png) repeat;
	z-index:9999;
  color: #777;
}

.isologismos .overview {
	background: white;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	color: #204a65;
}

.isologismos .overview .brochure_title {
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
}
.isologismos .overview h2 {
	font-size: 15px!important;
	line-height: 22px;
	font-weight: 300;
	padding: 0 10px;
	color: #787876;
	text-shadow: none;
}
.isologismos .overview .thumb {
	position: absolute;
  top: 35px;
	left: 0;
	border-top: 2px solid #edede9;
  width: 100%;
  background: #89B232;
}


.isologismos .overview dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 11px 0;
	font-size: 11px;
	color: #a2a39e;
	border-top: 1px solid #edede9;
}
.isologismos .overview dt.size {
	width: 14px;
}
.isologismos .overview dt, .isologismos .overview dd {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}
.isologismos .overview dt {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	width: 20px;
	height: 20px;
	margin-top: -3px;

}
.isologismos .overview dt.size {
	margin-left: 6px;
	background: url('../img/layout/icon_size.png') no-repeat center;
}
.isologismos .overview dt.duration {
	margin-left: 12px;
	background: url('../img/layout/icon_duration.png') no-repeat center;
}
.isologismos .overview dt.type {
	margin-left: 12px;
	background: url('../img/layout/icon_type.png') no-repeat center;
}



#map_canvas{
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.info-window-content {height:100px;}
.info-window-content h2{font-size:16px;margin-bottom:15px;}
.info-window-content h3{font-size:14px;margin-bottom:8px;}

/**************   Contact Form ********************/
#contact_wrapper { float:right;width:620px;	position: relative;background: url('../img/layout/white_95.png') repeat scroll transparent; margin:25px 0 30px 0; padding: 20px;  }
#contact_wrapper h1 {   font-size: 20px;	margin-bottom: 12px;	color: #b8cb43;}
#contact_wrapper h4 { margin:0px 0 0px 0;	float:left; line-height:26px;	color:#555;	text-align:left;		font-size:15px;	 font-weight: bold;	font-family: "SansationLight", Arial;}
#contact_wrapper p { color: #777777;font-size:15px;line-height:20px;}
#contact_wrapper_left{width:300px;float:left;}
#contact_wrapper_left iframe { margin-top:10px; display: none; }
#contact_wrapper_right{float:right;width:280px;}
#contact_wrapper_right ul{float:left;margin-bottom:10px;}
#contact_wrapper_right ul li{font-size:12px;padding-bottom:5px;float:left;border-bottom:1px solid #ddd;}
#contact_wrapper_right ul li span strong{color:red;font-weight:bold;}
#contact_wrapper_right ul li span.tel{float:left; width:130px;padding-right:10px;margin-right:10px;border-right:1px solid #ddd;}
#contact_wrapper_right ul li span.fax{float:left; width:130px;}
#contact_wrapper_right ul li span.mail{float:left; width:250px;margin-top:3px;}
#contact_wrapper_right ul li span.mail a{color:#777; font-size: 13px;}
#contact_wrapper_right ul li span.mail a:hover{color:#333;}

.contactform{
	margin:10px 0 0px 0;
}
.contactform div.input{
	float:left;
	margin:5px 0;
	padding:0;
	width:95%;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	position: relative;
}
.contactform div.textarea {
	float:left;
	margin:5px 0;
	padding:0;
	width:95%;
}

.contactform div.submit{
	float:left;
	width:100%;
	margin:10px 0 10px 0;
	padding:15px 0 5px;
	text-align:center;

}

.contactform div.input label {
	float:left;
  width: 100%;
	margin:0 0 0px 0;
	line-height:26px;
	color:#555;
	text-align:left;
	font-size:15px;
	 font-weight: bold;
	font-family: "SansationLight", Arial;
}

.contactform input[type="text"], .contactform textarea {
    padding: 7px 0px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    background: #efefef;
    float: right;
}
.contactform textarea {
    width: 100%;
    height: 150px !important;
}

.contactform  input[type="text"].security_code {
	height:38px;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
outline: none;
	background: #eaeaea;
}

.contactform textarea:focus, .contactform textarea:hover {
outline: none;
	background: #eaeaea;
}

.contactform div.submit input{
	position:relative;
	border:4px solid #F1553C;
	background:#F1553C;
	color:#fff;
	font-size:17px;
	font-family: "SansationLight", Arial;
	cursor:pointer;
	margin:0 0px 0px 0px;
	padding:7px 15px;
	outline:medium none;
	vertical-align:middle;
}
.contactform div.submit input:hover{
	background:#fff;
	color:#F1553C;
}
.contactform div.submit input:active{
	background:#fff;
	color:#F1553C;
}

.contactform .sum {
	padding:2px 5px;
	font-weight:bold;
}
.contactform .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}
.contactform div label.error{
	color:#e32;
	width:100%;
	margin-top:5px;
	font-size:13px;
	text-align:left;
	float: left;
}

.contact_company {width:25%;height:auto;float:left;padding:10px;margin-top:-5px;margin-bottom:-6px;}
.contact_company.grey{background:#f1f1f1 !important;}
.contact_company img{display:block;width:140px;margin:0 auto 20px auto;}
.contact_company ul{text-align:center;}
.contact_company ul li{font-size:14px;line-height:20px;color:#555;font-weight:bold;}
.contact_company ul li a{color:#666;}
.contact_company ul li a:hover{color:#b8cb43;}


/**************   PAGINATION ********************/


/* Page Numbers */
.pagination {
	clear:both;
	float:left;
	width:100%;
	margin:0px 0 0px 0;
	padding:0;
	text-align:left;
	color:#333;
	font-size:.8em;
}

.pagination.small {
	width:270px;
	text-align:right;
	float:right;
	clear:none;
}
.pagination .ordering {
	margin: 0px 0 7px 0;
}

.pagination.bottom {
	width:100%;
	border:none;

}

.pagination .pages {
	padding:0;
	line-height:22px;
}

.pagination .pages span.current {
	display:block;
	float:left;
	text-decoration:none;
	padding:.2em .7em;
	margin-right:2px;
	line-height:16px;
	border: 1px solid #fbf8f5;
	background: #88A81A;
	color:#fff;
	font-weight:bold;
}

.pagination .pages .stats {
	float: left;
	margin: 4px 5px 0px 0px;
	border: none;
	line-height: 14px;
}

.pagination .pages .stats strong {
	font-size:1.2em;
}

.pagination .pages a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:1.2em;
	padding:.2em .7em;
	margin-right:2px;
	line-height:18px;
}

.pagination .pages a.first {
	padding:0 .3em;
	margin:0 5px 0 4px;
	line-height:16px;
	border: 1px solid #fbf8f5;
	background: #88A81A;
	color:#fff;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
	font-size: 13px;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transtion: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;

}

.pagination .pages a.first:hover {
	background:  #97B62B;
}

.pagination .pages a.first img {
	margin:2px 0 1px;
}

.pagination a:hover {
	text-decoration:none;
	color:#017BC6;
}

.pagination .disabled {
	display:none;
}

.pagination a.next,.pagination a.prev {
	float:right;
	padding:2px 5px 2px 5px;
	font-size:11px;
	line-height:18px;
	text-align:center;
	border: 1px solid #fbf8f5;
	background: #88A81A;
	color:#fff;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	font-weight: normal;
	font-size: 13px;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transtion: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.pagination a.prev img {
	margin-top:-4px;
	margin-right:5px;
}
.pagination a.next img {
	margin-top:-4px;
	margin-left:5px;
}

.pagination a.next:hover,.pagination a.prev:hover {
	background:  #97B62B;
}

.pagination a {
	position:relative;
	color:#000;
}

.pagination a span {
	position:absolute;
	top:2px;
	width:18px;
	height:22px;
}
.pagination a.next {
	margin-left: 10px;
}
.pagination .extra {
	height:15px;
	clear:both;
	float:left;
	width:100%;
	padding:2px 0;
}

.pagination .extra a {
	font-size:.9em;
}

.pagination .extra .order {
	float:left;
	width:50%;
	font-size:.9em;
}

.pagination .extra .order img {
	margin:4px 0 0;
	float:left;
}


.pagination a.active {
	font-weight:bold;
}



/* NETWORK  */
#art {
  width: 32%;
  height: 385px;
	float:left;
	position:relative;
	background: url(../img/layout/ellas.gif) no-repeat 0 0;
}
#contact_nav {
	float:none;
	border:0;
	color:#333;
	margin:0 0 0 10px;
	padding:0 0 10px 0;
}
#contact_nav ul {
	list-style-type:none;
	margin:15px 0px 0 10px;
	padding:0;
	float:left;
  width: 67%;
  }

#contact_nav ul li{
	float:left;
}

#contact_nav li a {
	display:block;
	text-decoration:none;
	outline: none;
	color:#333;
	margin:1px;
	padding:5px 12px;
	font-size:14px;
	width:140px;
	border-bottom:1px solid #fff;
	background-color:#f7f7f7;
	text-shadow:0px 1px 0px #fff;
}

.styled_btn{
  position: fixed;
  right: 0px;
  bottom: 0px;
  /* width: 100px; */
  /* height: 100px; */
  z-index: 2;
  border-radius: 0px;
  background: #16573f;
  color: white;
  border: none;
  border: 1px solid #16573f;
  padding: 6px;
  font-weight: 200;
  padding: 5px 19px;
  border-top-left-radius: 5px;
}

#contact_nav li a:hover,
#contact_nav li a.sel {
	color:#fff;
	background-color:#B8CB43;
	text-shadow:none;
}
#contact_info {
	line-height:22px;
	font-size:16px;
  margin: 10px 0 0 11px;
	float:left;
}
#contact_info a {
	text-decoration:none;
	color:#9dbf1f;
	border-bottom: 1px solid #fff;
}
#contact_info a:hover {
	text-decoration:none;
	border-color: #9dbf1f;
}
#contact_info div { display: none; }
#contact_info ul {margin-bottom:15px; }
#contact_info ul li{ margin-bottom:5px;display:block;}
#contact_info ul li.title{ font-weight:bold;}
#contact_info ul li.address{ }
#contact_info ul li.ps{ }
#contact_info ul li.manager{margin-top:15px; }
#contact_info ul li.tel{ }
#contact_info ul li.mob{ }
#contact_info ul li.fax{ }
#contact_info span { color: red; font-weight:bold;}

#art .sel {
	background: url(../img/layout/black.gif) no-repeat top left;
	text-indent: 0;
	overflow: visible;
	z-index: 999;
}
#art .sel em {
	margin-left: 16px;
	padding: 3px 3px 1px 3px;
	background: #fff;
	font-style: normal;
	display:none;
}
#art .left em {
	margin-left: -34px;
}
.dot {
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 10px;
	white-space: nowrap;
	line-height: 14px;
	display: none;
}
.greenpointer {
	background: url(../img/layout/green.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

/* RADIO SPOTS  */
.radio_spot {
	float:left;
  margin: 0 0.1% 20px 1%;
  padding: 5px;
  width: 18.7%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	background:#fff;
}
.radio_spot h3 {
	padding: 0 0px;
	margin: 10px 0px 10px 0!important;
	color: #787876;
}
.radio_spot object {
    margin: 20px auto;
    display: block;
  }
  .brochure .caption { display: none; }
.video{
  margin-bottom: 10px;
  padding: 2px;
  width: 100%;
  float: left;
  text-align: center;
}
.video.half {
  width: 49.433333%;
  margin-right: 1%;
}
.video.half.last{
	margin-right:0px;
}
.country {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	display: block;
	text-align: center;
	background: #B8CB43;
	color:#fff;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
	display: block;
	font-size:15px;
}
.country:hover{
}

.country img{
	margin:0 auto 10px auto;
	width:40px;
	height:40px;
	display:block;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	background: #fff;
}
.country span{
	display:block;
}

#blog_content{
	margin-left:20px;
	float:none;
  width: 98.233333%;
}

#blog_content a{
	color:#B8CB43;
}
#blog_content ul{
	overflow:auto;
}
#blog_content li{
	display:block;
	background: transparent url(../img/layout/arrow.svg) no-repeat left 2px;
	padding-left: 25px;
	margin: 5px 10px;
	line-height:22px;
	background-size:17px;
}

.social-button-container {
    background: #FAFAFA;
    border-top: 1px solid #f2f2f2;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-top: 5px;
}
.social-button {
	float: left;
	width: 100px;
	height: 20px;
	margin-right:5px;
}


/* ------------------------------------------------------------
	Organogramma
------------------------------------------------------------ */
.tree  {
	margin: 0px 0 60px 0;
	float: left;
	width: 100%;
	padding: 0 2%;
}
.tree ul {
	padding-top: 20px; position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 0px 0 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li.no_title {
  padding: 20px 0px 0 0px;
}

.tree small {
	display: block;
	font-size: 13px;
	font-weight:normal;
	margin-top: 7px;

}
/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li span{
	border: 1px solid #ccc;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 14px;
	width:99px;
	font-weight: bold;
	text-align: center;
	color: black;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li span:hover, .tree li span:hover+ul li span {
	background: #F7F7F7; color: #000; border: 1px solid #B8CB43;
}
/*Connector styles on hover*/
.tree li span:hover+ul li::after,
.tree li span:hover+ul li::before,
.tree li span:hover+ul::before,
.tree li span:hover+ul ul::before{
	border-color:  #B8CB43;
}



.subtree  {
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
}
.subtree ul {
	padding-top: 5px;
	margin-left:25px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.subtree li {
	display:block;
	background: transparent url(../img/layout/arrow.svg) no-repeat;
	list-style-type: none;
	position: relative;
	padding: 0px 5px 10px 22px;
  background-size: 17px;
  background-position-y: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.subtree li span{
	padding: 5px 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: black;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.subtree small {
	display: inline-block;
	font-size: 13px;
	font-weight:normal;
	margin-left: 7px !important;
}


.half_product_box, .full_product_box{
	float: left;
	padding: 20px;
	width: 405px;
	height: 250px;
	margin: 20px 40px 20px 0;
	font-size: 16px;
	line-height: normal;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.full_product_box{
	width: 890px;
	margin: 20px 0px 20px 0;
	height: 516px;
}

.half_product_box.last{
	margin-right: 0;
}
.half_product_box h2, .full_product_box h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
.full_product_box h1, .half_product_box h1{
	color: #B8CB43;
  font-size: 28px;
  margin-bottom: 12px !important;
  margin-left: 0;
}
.half_product_box h1 a{
	color: #B8CB43;
}
.half_product_box h3, .full_product_box h3{
	font-size: 20px;
	color: #B8CB43;
  margin: 10px 0 10px 0 !important;
}
.full_product_box ul{ margin-bottom:30px;}
.half_product_box li, .full_product_box li{
	display:block;
	background: transparent url(../img/layout/arrow.svg) no-repeat left 2px;
	padding-left: 25px;
	margin: 7px 10px;
	line-height:22px;
  background-size: 18px;
}
.half_product_box li a, .full_product_box li a{
	color:#333;
}
.half_product_box li a:hover, .full_product_box li a:hover{
	color:#B8CB43;
}
.factory_products{
	float: left;
	padding: 0px;
  width: 32%;
	margin: 0px 10px 0px 0;
}
.factory_products.last{
	margin: 0px 0px 0px 0;
}

/* FARMS */
.farm_category{
	float: left;
	padding: 0px 20px 20px 20px;
	width: 405px;
	height: auto;
  margin: 20px 3.5% 20px 0;
	font-size: 16px;
	line-height: normal;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.farm_category.last{
	margin-right: 0;
}

.farm_category h1{
	color: #B8CB43;
    font-size: 28px;
    margin-bottom: 12px;
    margin-left: 0;
}
.farm_category h1 a{
	color: #B8CB43;
}
.farm_category  p{
	color: #999;
	font-family: "SansationLight", sans-serif;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 30px;
}
.farm_category img{
margin:0 0 20px -20px;
}

.farm_box {
    float: left;
    padding: 0px 0px 0px 0px;
    width: 32.1%;
    height: auto;
    margin: 25px 1.8% 10px 0;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.farm_box.last{
	margin-right: 0;
}
.farm_box h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.farm_box h2 a{
	color: #fff;
	background:#B8CB43;
	padding:15px 20px;
	display:block;
}
.farm_box ul{
	margin-left: 20px;
	margin-bottom:15px;
  margin-top: 15px;
}
.farm_box li{
	display:block;
	padding-left: 0px;
	margin: 7px 0px;
	line-height:22px;
}
.farm_box li strong{
	display:block;
	background: transparent url(../img/layout/arrow.svg) no-repeat left 5px;
	padding-left: 22px;
  background-size: 16px;
  background-position-y: 2px;

}
.farm_box img{
    border-top: 2px solid #edede9;
    margin-bottom: -4px;
    width: 100%;
}

@-moz-document url-prefix() {
  .farm_box img{
      margin-bottom: -6px;
  }
}


.farm_description{
	float:left;
	position: relative;
	width: 49.433333%;
	padding:20px;
  margin-bottom: 10px;
	background:#fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.farm_description ul{
	margin-top: 20px;
	margin-bottom:15px;
}
.farm_description li{
	display:block;
	background: transparent url(../img/layout/arrow.svg) no-repeat left 5px;
	padding-left: 22px;
	margin: 7px 0px;
	line-height:22px;
  background-size: 16px;
  background-position-y: 2px;
}

#inside.bg_faded {
  background: none !important;
}
.farm_photo{
	float:left;
	position: relative;
	width: 49.433333%;
	margin:0 0px 5px 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.farm_photo img {
  width: 100%;
  margin-bottom: -4px;
}

#farm_map{
	float:right;
	position: relative;
	width: 50%;
	height:543px;
	background:#fff;
	border:3px solid #fff;
	margin:0 0px 5px 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.farmform {width:100%; margin-top:20px;}
.farmform input[type="text"] {
	padding:15px 20px;
	font-family: "SansationLight", sans-serif;
	font-size:30px;
	line-height:30px;
	background: #fff;
	border:none;
	color:#B8CB43;
	width:800px;
	float: left;
}
.farmform input[type="text"]:focus, .farmform input[type="text"]:hover {
	outline: none;
	color:#fff;
	background: #B8CB43;
}
.farmform .input {
	float: left;
}
.farmform .submit {
	float: left;
	margin-left:20px;
	margin-top:0px;
}

.farmform .submit input {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

.home-farms {
	padding:0px;
	margin:0px;
	clear: both;
	width:100%;
	position:relative;
	height: 340px;
	background: transparent;
}
.home-farms-bg {
	z-index:1;
	position:relative;
	width:100%;
	height: 340px;
	-webkit-box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	background: transparent url(../img/layout/pattern.png) repeat center;
}

.home-farms h1 {
    color: #fff;
	text-shadow: 0 4px 6px #333;
    font-size: 40px;
    margin-bottom: 10px;
}
.home-farms h1 a{
    color: #fff;
}
.home-farms p {
    color: #fff;
	text-shadow: 0 4px 6px #333;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 21px;
}


.mobile-btn {
      display: none;
}
.large-social {
  display: block;
}
.small-social {
  display: none;
}

.menu-container #nav-toggle {
    position: absolute;
    margin-right: 37px;
    top: 15px;
    height: 20px;
    width: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
    right: -17px;
}
    .menu-container #nav-toggle span {
      height: 3px;
      width: 22px;
      right: 27px;
      background: #fff;
      position: absolute;
      content: '';
      transition: all 500ms ease-in-out;
    }
      .menu-container #nav-toggle span:before, .menu-container #nav-toggle span:after {
      height: 3px;
      width: 25px;
      background: #fff;
      position: absolute;
      display: block;
      content: '';
      transition: all 500ms ease-in-out; }
      .menu-container #nav-toggle span:before {
      top: -8px; }
      .menu-container #nav-toggle span:after {
      bottom: -8px; }
    .menu-container #nav-toggle.nav-open span {
      background: transparent; }
      .menu-container #nav-toggle.nav-open span:before {
      transition: all 500ms ease-in-out;
      transform: translateY(8px) rotate(45deg); }
      .menu-container #nav-toggle.nav-open span:after {
      transition: all 500ms ease-in-out;
      transform: translateY(-8px) rotate(-45deg); }
      .menu-container.crbnMenu { display: none; }
      .scroll-pane { width: 100% !important;  }
      .jspPane { width: 100% !important; }
      .jspContainer { width: 100% !important; }
      .bg_catalog .full_product_box {
          width: 100%;
          margin: 20px 0px 20px 0;
          height: auto;
      }

      #inside .half_product_box, .full_product_box {
          float: left;
          padding: 20px;
          width: 48%;
          height: auto;
          margin: 20px 0px 20px 13px;
      }

  .home-farms h1 {
    color: #fff;
    text-shadow: 0 4px 6px #333;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 45px !important;
  }

  .farmform input[type="text"] {
    padding: 10px 20px;
    font-family: "SansationLight", sans-serif;
    font-size: 22px;
    line-height: 30px;
    background: #fff;
    border: none;
    color: #B8CB43;
    width: 90.033333% !important;
    float: left;
}
.footer ul li.larger {
  width: 260px;
}

.half_group.management strong {
  font-weight: bold;
}
.isologismos .overview .brochure_title {
    display: none;
}
#marketsales  {
      margin-left: 15%;
}
.recipe .thumb img {
  margin-bottom: -5px;
  width: 201px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: inherit !important;
}
.home_box.double iframe {
  width: 100%;
}
.home_box_mobile {
  display: none;
}
.omilos .subtitle {
    padding: 10px 0;
}
.omilos h4 {
    padding: 15px 0px 10px;
}
.omilos p {
    margin: 10px 0 !important;
}
.omilos .large_paragraph {
  padding: 0px 0 10px;
}

/*Here starts career css */
#inside_content {
  width: 100%;
  padding: 8.333%;
  margin: 0 auto;
  /* max-width: 1150px; */
  background: white;
}

#contact_left {
  padding: 20px;
  float: left;
  width: 100%;
}

#contact_right {
  padding: 20px;
  float: left;
  width: 40%;
}

.product_content {
  width: 100%;
  padding: 0px 8.333%;
  height: auto;
  position: relative;
  float: left;
  background: #ffffff;

}

.form div.input label {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  line-height: 26px;
  color: #555;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-family: "SansationLight", Arial;
}

.form  label {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  line-height: 26px;
  color: #555;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-family: "SansationLight", Arial;
}

.form div.input label.error{
  color: red;
}

.form div.input {
  float: left;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  /* margin-right: 2%; */
  position: relative;
}

.form input[type="text"] {
  padding: 5px 5px;
  width: 100%;
  /* margin-right: 2%; */
  font-size: 17px;
  line-height: 18px;
  background: #efefef;
  float: right;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.experiences_body .form input[type="text"] {
  width: 100%;
}

.experiences_body .form label {
  float: left;
  width: 100%;
}

.experiences_body .form input[type="date"] {
  width: 100%;
}

.form div.input.textarea {
  width: 100%;
}

.form div.input.checkbox.military{
  display:none;
}

.form input[type="textarea"] {
  background-color: #efefef;
}

.form div.input.divClass {
  width:100%;
}

#contact_left h1 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #b8cb43;
  font-weight: 600;
}

#contact_left .jqTransformSelectWrapper ul a {
  font-size: 18px;
}

#contact_left .jqTransformSelectWrapper div span {
  font-size: 18px;
  width: 100% !important;
}

#contact_left .jqTransformSelectWrapper {
  width: 100% !important;
}

#contact_left .jqTransformSelectWrapper ul {
  width: 100% !important;
}

#contact_left textarea {
  background: #efefef;
  width: 100% !important;
}

.form div.input.checkbox {
  display: inline-flex;
  width: 100%;
}

#contact_left span.jqTransformCheckboxWrapper {
  margin-top: 0px;
}

.form div.submit {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #D6D7D9;
}

.form div.submit input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  background: #b8cb43;
  border: 1px solid #e0e0e0;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 22px;
  ;
  font-weight: bold;
  margin: 0 0px 0px 0px;
  padding: 7px 15px;
  outline: medium none;
  text-decoration: none;
  vertical-align: middle;
}

.form div.submit input:disabled{
  background: grey;
}

.form select {
  margin-bottom: 5px;
  display: block;
  background: #efefef;
  border-bottom: 1px solid #9e9e9e;
}

.form button.add_field_button{
  margin-top:10px;
  margin-bottom:10px;
}

.children_panel a.btn-sm, .experience_panel a.btn-sm , .languages_panel a.btn-sm{
  background:red;
  color:white !important;
  font-weight:600;

}

.message {
  background: #008847;
  padding: 15px;
  margin-bottom: 29px;
  color: white;
  font-size: 19px;
  text-align: center;
  box-shadow: 0 0 13px 1px #ffde00;
}

.experience_panel .experiences_body{
  display:inline-flex;width:100%;    align-items: baseline;
  flex-wrap: wrap;
}

.form input[type="date"]{
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  background: #efefef;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 5px;
}

.form input[type="date"]+label.error{
  display: none!important;
}

@media (max-width: 1199px) {
  #contact_left .submit input {
    width: auto;
  }
}

@media (max-width: 991px) {
  #contact_left {
    width: 100%;
  }

  #contact_right {
    width: 100%;

  }
}

@media (max-width: 600px) {
  .form div.input {
    width: 100%;
  }
  .experience_panel label{
    float:left;
  }
  .experience_panel .experiences_body{
    display:block;width:100%;
  }
}
/*Here ends career css */

@media (min-width: 1200px) {
  .menu-container .crbnMenu {
     z-index: -1;
     width: 250px;
     position: absolute; }
     .menu-container .crbnMenu ul {
       padding: 0;
       margin: 0;
       list-style-type: none; }
     .menu-container .crbnMenu a {
       text-decoration: none;
       color: #333; }
     .menu-container .crbnMenu .link-stack {
       padding: 15px;
       background-color: #eee;
       border-bottom: 1px solid #ddd;
       cursor: pointer; }
       .menu-container .crbnMenu .link-stack .brand {
         text-transform: uppercase;
         font-weight: bold;
         color: #aaa; }
       .menu-container .crbnMenu .link-stack .nav-toggle {
         display: none; }
     .menu-container .crbnMenu .menu {
       display: block !important;
       background-color: #f6f6f6; }
       .menu-container .crbnMenu .menu li a {
         font-size: 0.7em;
         color: #595959;
         font-weight: bold;
         border-bottom: 1px solid #eaeaea;
         display: block;
         padding: 10px 20px; }
         .menu-container .crbnMenu .menu li a .nav-link-icon {
           margin-right: 10px; }
         .menu-container .crbnMenu .menu li a .menu-toggle {
           display: block;
           float: right; }
       .menu-container .crbnMenu .menu li ul {
         padding: 0;
         margin: 0;
         display: none; }
         .menu-container .crbnMenu .menu li ul li a {
           font-weight: normal;
           font-size: 0.6em;
           padding-left: 25px; }
     .menu-container .content {
       margin: 0px 0px 0px 250px; }
 }


  .farmform .input {
      float: none;
  }

  .farm_category {
      float: left;
      padding: 0px 0px 20px 0px !important;
      width: 48.233333% !important;
      height: auto;
      font-size: 16px;
      line-height: normal;
      background: #fff;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .farm_category h1 {
      color: #B8CB43;
      font-size: 28px;
      margin-bottom: 12px !important;
      margin-left: 0 !important;
      padding: 0 10px;
      margin-top: 12px !important;
  }

  .farm_category p {
      padding: 0 10px;
  }

  .farm_category img {
      margin: 0;
      width: 100%;
  }

  .section32 ul.check li {
      width: auto;
    }
  .home-farms-bg {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 340px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    background: transparent url(../img/layout/pattern.png) repeat center;
    padding: 35px;
}
@media(max-width: 1199px) {
  .home-features .home_box {
    display: block;
  }
  .radio_spot {
    width: 23.8%;
  }
  .koin-drasi-img .content_gallery img {
      width: 100% !important;
  }
  .farm_category {
    margin: 20px 4.3% 20px 0;
  }
  .contactform div.submit input {
    width: 50%;
  }
  .brochure {
    margin: 0px 0.6% 10px 1% !important;
    width: 48.133333%;
  }
  .farm_category h1 {
    color: #B8CB43;
    font-size: 20px;
  }
  .farm_category p {
    font-size: 17px;
   }
  .content_gallery img {
    margin-right: 0.833333%;
    border: 2px solid #fff;
    width: 24.0333% !important;
  }
  .product_box.product_recipe .recipe {
      width: 47% !important;
  }
  #inside .product_box_group {
    width: 58.333333%;
  }
  .product_box.description h3 {
    text-align: left !important;
  }
  .product_box.description {
    width: 53.933333%;
  }
  #marketsales  {
        margin-left: 0%;
  }
  .tree {
    padding: 0 4.7% !important;
  }

  .footer ul li.larger {
    width: 270px;
  }
  .footer #copyright {
    width: 100%;
  }
  .footer ul li {
    width: 22.633333%;
  }
  .footer ul {
    width: 100%;
  }
  .footer #subfooter {
    width: 100%;
  }
  .subfooter_box  {    
	width:420px;
   }
   .subfooter_box.last  {   
	width:485px;			
  }
  .home-social .news {
    float: left;
    width: 48.933333%;
    margin-right: 10px;
  }
  .home_box img.group {
    float: left;
    padding: 10px 20px 10px 20px;
    width: 50%;
  }
  .home_box img.group {
    float: left;
    padding: 0px 0;
    margin-top: 15px;
  }
  .home_box p {
    line-height: 20px !important;
  }
  .brochure .overview .thumb img {
    width: auto;
  }
  .event {
      width: 64.4%;
  }
  #contact_nav ul {
    width: 77%;
  }
  #art {
    display: none;
  }
  .farm_category {
    width: 47.833333% !important;
  }

  .content p.large_paragraph {
    padding: 0px;
    text-align: justify;
  }
  .facilities {
    display: block;
  }
  h1.title {
    width: 100% !important;
  }
  .recipe_box {
    width: 40%;
  }
  .recipe_box {
    margin: 0 0px 10px 3px;
  }

  .recipe_box.large  { width: 58.333%; margin-left: 10px; }
  .recipe_box.photo  { width:40%; padding:0px; }
  .recipe_box.photo img  { width:100%; padding:0px; }
  .recipe_box.description  { height:319px; }


  .recipe .overview .recipe_title {
    padding-top: 180px;
  }
  .recipe .overview {
      height: 295px;
  }
  .recipe .overview .thumb {
    width: 100%;
  }
  .recipe a {
    width: 100%;
    height: 295px !important;
  }
  #main_content.recipes {
    width: 100%;
  }
  #main_content {
    width: 100%;
  }
  .factory_products {
      width: 32.333%;
  }
  .bg_catalog .full_product_box {
    width: 100%;
  }
  .inner {
    width: 100%;
  }
  ul.check.double li {
    width: 100%;
  }
  ul.check.third li {
    width: 100%;
  }
  .header_wrapper h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .header_wrapper h1 {
    font-size: 25px;
    line-height: 24px;
  }

  .home-features {
    display: block;
  }

  .wrapper {
    max-width: none;
  }
  .home-contact p, .home-contact a {
    font-size: 13px;
  }
  .languages {
    left: 50px;
  }
  .header #menu #nav li {	
	margin-left: 18px;	
  }
  .header #menu #nav a {
    font-size: 15px;
  }
  .header #logo a {
    width: 144px;
    height: 144px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -28px;
  }
  .home-hero p {
    /*font-size: 17px;*/
  }
  .home-hero h2 {
    /*font-size: 45px;*/
  }

  .text_content {
    padding-left: 30px;
  }

  ul.inner_navigation li {   
    margin-right: 19px;   
  }
  ul.sub_navigation li {    
    margin-right: 14px;   
  }

  .hidden-navigation ul {
    width: 926px;
  }
  .hidden-navigation ul li {
    margin: 7px 1px 0 1px;
    padding: 10px 0 0 0;
    width: 130px;
    height: 135px;
  }
  .hidden-navigation ul li a {
    display: block;
    width: 127px;
    padding-top: 95px;
    font-size: 11px;
  }
  .hidden-navigation ul li em.arrow {
    top: 5px;
    left: 58px;
    width: 13px;
    height: 12px;
  }
  .hidden-navigation ul li span {
      top: 24px;
      left: 30px;
      width: 70px;
      height: 70px;
  }

  .farmform input[type="text"] {
    width: 87.833333% !important;
  }

  .home-farms p {
      font-size: 16px;
  }
  .home-farms h1 {
    font-size: 34px;
  }
  .submit input {
    width: 40px;
    margin-top: 10px;
  }
  .recipe.home {
    margin: 15px 10px;
  }

  .recipe {
      margin: 20px 10px 20px 14px !important;
      width: 22.4% !important;
      height: 295px !important;
  }


  .home-social h1 {
    font-size: 28px;
  }
  .home-social .large-body-text {
    font-size: 17px;
  }
  .date_day {
    font-size: 2.6em;
    margin-top: 7px;
  }
  .event h3 {
    font-size: 14px;
  }
  .event p {
    font-size: 12px;
  }
  
  

}
@media(max-width: 991px) {

  h2.category-header {
      margin: 0 0 -10px 0px !important;
  }
  .recipe_box.large.description p:nth-child(3) {
    display: none;
  }
  .recipe_box.description p {
    font-size: 16px;
    padding: 10px;
  }
 .recipes h1.title {
      margin: 20px 0 10px 0 !important;
      background-size: contain;
      background-position-y: -2px;
      background-position-x: 50%;
    }
  #inside {
    background: #fff !important;
  }
  #main_content h5.subtitle {
    text-align: center;
  }
  .home-social {
    padding: 20px 0 0px 0;
  }
  #wapp a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #wapp {
    position: relative;
    float: none;
    width: 100%;
    display: inline-block;
   }
  .footer #copyright h6 {
    width: 100%;
    text-align: center;
  }
  .footer ul li.larger i {
    font-size: 16px;
  }
  .subfooter_box  {  
	float: none;
	display: block;
	width: 100%;
   }
   .subfooter_box.last  {  
	float: none;
	width: 100%;			
  }
  .logo_brands a {
    display: inline-block;
    margin: 0 auto;
    width: 25%;
    float: left;
  }
  .quallity_cert a {
    width: 49%;
    display: inline-block;
  }
  .home_box_mobile a img {
    margin: 0 auto;
    display: block;
    padding: 10px;
  }
  .home_box_mobile ul {
    padding: 10px 0;
  }
  .home_box_mobile ul li {
    float: left;
    background: url(../img/layout/bullet.svg) no-repeat;
    padding-left: 28px;
    background-size: 14px;
    height: 27px;
    background-position-x: 8px;
    background-position-y: 0px;
  }
  .home_box_mobile ul li a {
    color: #777;
  }
  .home_box_mobile p {
    text-align: center;
    color: #777;
  }
  .home_box_mobile {
    padding: 40px 20px;
    width: 100%;
  }
  .home_box_mobile h3 {
    text-align: center;
    font-size: 28px;
    padding: 0px 0 20px 0;
    color: #777;
  }
  .home_box_mobile h3 a {
    color: #777;
    font-weight: 600;
  }
  .home_box_mobile.grey {
    background: #f7f7f7 !important;
    float: left;
  }
  .home_box_mobile {
    display: block;
    float: left;
  }
  .upcoming_event {
    width: 50%;
  }
  .upcoming_event.large {
    width: 100%;
    height: 425px;
  }
  .event h3 a {
    color: #777;
    font-size: 14px;
    font-weight: 600;
  }
  .header_wrapper.content_box .inner, .header_wrapper.blog_box .inner {
    padding: 10px 20px;
  }
  .inner.blog {
    margin: 0;
  }
  .mob-menu {
    z-index: 99999999 !important;
    display: block;
    z-index: 9999;
    position: relative;
  }
  .flex-direction-nav .flex-prev {
    left: 30px !important;
  }
  .radio_spot {
    width: 32%;
  }
  .video iframe {
    width: 100%;
    height: auto;
  }
  .video.half {
    width: 100%;
    margin-right: 0 !important;
  }
  .brochure_bigger {
    margin: 0px 0.2% 10px 0.3% !important;
    width: 49.433333%;
  }
  .brochure {
    margin: 0px 0.6% 10px 1% !important;
  }
  .header_wrapper {
    margin-top: 0px;
  }
  .contactform div.input{
    border-right:0px solid #ddd;
  }
  #map_canvas {
    width: 100% !important;
    height: 350px !important;
    position: relative;
  }
  .menu-container.crbnMenu.farm-menu { display: none; }

  .upcoming_event .date_circle {
   display:none;
  }
  .date_mobile{
	display: block;
	margin: 15px auto 0 auto;
	float: left;
	text-align: center;
	width: 100%;
}
.date_mobile p{
	color: #666;
	line-height: 14px;
	font-size: 12px;
	font-weight:bold;
	font-family: "SansationLight", Arial;
}
  .home_box h3 {
    font-size: 20px;
  }
  a.browse, .flex-direction-nav li a {
    width: 27px!important;
    height: 27px!important;
    margin: -20px -26px 0;
  }
  .flex-direction-nav .flex-prev {
    background-position: 100% 0 !important;
  }
  .flex-direction-nav .flex-next {
      background-position: -2% 0 !important;
  }
  .flex-direction-nav {
    right: 50%;
  }
  .category_text p {
    text-align: left;
  }
  .contact_company {
    width: 100%;
    margin-bottom: 15px;
  }
  #contact_wrapper_left iframe {
    display: none;
  }
  #contact_wrapper_right {
    width: 100%;
  }
  #contact_wrapper h4 {
    width: 100%;
  }
  #contact_wrapper_right ul {
    width: 100%;
  }
  #contact_wrapper_right ul li {
    width: 100%;
  }
  #contact_wrapper_right {
    width: 45%;
  }
  .contactform input[type="text"], .contactform textarea {
    width: 100%;
  }
  .contactform div.input {
    width: 100%;
  }
  #contact_wrapper_left {
    width: 51%;
    float: left;
  }
  #contact_wrapper {
    float: right;
    width: 100%;
  }
  .brochure .overview .thumb {
    width: 100%;
  }
  .brochure .overview .thumb img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  #blog_content {
    margin-left: 0;
  }
  .right_thumb {
    /*display: none;*/
  }
  #contact_info ul li {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 3px;
    padding: 0px;
  }
  #contact_info {
    margin: 10px 0 0 21px;
  }
  #contact_nav ul {
    width: 100%;
  }
  .farm_category {
    width: 100% !important;
  }
  .content_gallery img {
    width: 24.6333%;
    margin-right: 0.833333%;
    }
  .content .half_box, .content .full_box, .content .third_box {
    width: 100% !important;
  }
  .sticky-helper {
    margin: 10px 0 20px 0px !important;
  }
  .facilities {
    display: none;
  }
  .recipe_box {
    width: 100%;
    margin: 0;
  }
  .recipe_box.large {
      width: 100%;
      margin-left: 0;
      float: left;
  }
  .recipe_box.photo img {
    width: auto;
  }
  .recipe_box.photo {
    width: 100%;
    padding: 0px;
    text-align: center;
  }

  .header_wrapper h1 {
    margin-left: 0;
  }
  .factory_products {
    width: 48%;
  }
  .scroll-pane { width: 100% !important;  }
  .jspPane { width: 100% !important; }
  .jspContainer { width: 100% !important; }
  #inside .product_box.product_recipe .recipe {
    width: 46.65% !important;
    position: relative;
    top: 10px;
  }
  #inside .product_box.product_recipe .recipe .overview .thumb img {
    width: auto !important;
  }
  #inside .product_box.product_recipe .recipe .overview .thumb {
    width: 100% !important;
  }

  #inside .product_box.product_recipe {
    width: 100% !important;
  }
  #inside .product_box.full {
    width: 100% !important;
  }
  #inside .product_box_group {
    width: 100%;
  }
  #inside .product_box.options {
      width: 100% !important;
  }
  .product_box.description {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .social-button {
    float: none;
    display: inline-flex;
    text-align: center;
  }
  .product_box.photo {
      width: 100%;
      text-align: center;
  }
  .product .text_image img {
    width: 60% !important;
    margin-bottom: 0px !important;
  }
  .product .text_image a {
    width: 100%;
  }

  .product .text_image {
    width: 100% !important;
  }
  .product {
    float: left;
    width: 50% !important;
    height: 290px;
    margin: 0px 0px 10px 0;
    padding: 0px;
  }
  #main_content {
    width: 100%;
  }

  .menu-container .crbnMenu.home_products_menu .menu li a span img {
    position: relative;
    margin-right: 10px;
    top: 10px;
  }
  .menu-container .crbnMenu.home_products_menu .menu li a {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 10px 20px 20px 20px;
    font-weight: bold;
  }
  .crbnMenu.home_products_menu ul li {
    text-align: center;
    background: #CEDD4C;
  }
  .omilos .full_group h4 {
    text-align: left !important;
  }
  .omilos h5.subtitle {
    text-align: center;
  }
  .omilos .full_group, .full_group.omilos_full_group {
    float: right;
    padding: 20px;
    width: 100%;
    margin: 20px 0px 30px 40px;
  }

  .crbnMenu.omilos_menu ul li {
    text-align: center;
  }
  .omilos_navigation {
    display: none;
  }

  .omilos_title {
    float: none;
  }
  .photo_thumb img {
    width: 100% !important;
    margin-left: 9px;
  }
  .photo_thumb h4 {
    display: none;
  }
  .photo_thumb {
    width: 29.8% !important;
    height: 100%;
    margin-right: 2% !important;
    margin-bottom: 5px !important;
    margin-top: 10px;
    margin-left: 1%;
  }

  .photo_thumb.last {
    margin-right: 16px;
  }
  .synetairismos h3 {
    text-align: center;
  }
  .isologismos .overview .thumb img {
    width: auto;
  }
  .isologismos {
    width: 100%;
  }
  .isologismos a {
    display: block;
    width: 100%;
  }
  .isologismos .overview .thumb {
    position: absolute;
    top: 33px;
    left: 0;
    border-top: 2px solid #edede9;
    width: 100%;
    background: #89B232;
  }
  #marketsales, #marketshare {
    float: none !important;
    margin: 0 auto;
  }
  .tree {
    display: none;
  }

  .left_thumb {
    float: none;
    display: block;
    margin: 20px auto;
  }
  #main_content h1 {
    font-size: 27px;
    padding: 5px;
    font-weight: 600;
    margin: 10px 0 0 !important;
  }
  #main_content h4 {
    text-align: center;
  }

  .half_group.management strong {
    width: 100%;
  }
  .half_group.management {
    text-align: center;
  }
  .half_group {
  	width: 100%;
  }
  .crbnMenu .link-stack span { margin-left: 18px; }
  .crbnMenu ul li { transition: all .4s ease-out;color: #666; }
  .crbnMenu ul li:hover a { transition: all .4s ease-out; background-color: #B8CB43; color: #fff; }
  .fa-angle-down:before {
    margin-left: 7px;
  }
  .menu-container.crbnMenu { display: block; }
  .header_wrapper.semedaki.synetairismos {
    display: none;
  }
  .content_gallery.synetairismos img {
    width: 24.6333% !important;
    margin-right: 0;
    margin-right: -0.066667% !important;
  }
  #main_content p.large_paragraph, .full_product_box p.large_paragraph, .half_product_box p.large_paragraph {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
  }
	.upcoming_event.large .right_thumb{
		display:block;
		width:100%;
		max-width:100%;
		margin:0;
	}
  .header_wrapper.blog_box .inner {
    width: 33.33%;
    float: left;
  }
  .pagination_wrapper{
      width: 100%;
      padding: 20px;
  }
  .header_wrapper h2 {
      text-align: center;
  }
  .header_wrapper h1 {
    text-align: center;
  }
  .hidden-navigation {
        display: none;
  }
  .scrollable {
    width: 100%;
    padding: 0 0 0 0;
  }
  .category_text .text_image {
    width: 100%;
  }
  .category_text h2 {
      font-size: 26px;
      text-align: center;
  }
  .category_text {
        padding: 15px 0;
  }

  .category_text.home_products_category {
    height: auto;
  }
  .text_content {
    width: 100%;
    padding-left: 0;
    padding: 15px;
  }

  .home-features .home_box {
    display: none;
  }
  .farmform input[type="text"] {
      padding: 15px 20px;
      font-size: 22px;
      width: 84.633333% !important;
  }
  .farmform .input {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 665px;
  }
  .home-farms p {
    font-size: 14px;
    text-align: center;
  }
  .home-farms h1 {
    font-size: 34px;
    text-align: center;
    margin: 15px 0 0 0px;
  }

  .home-recipes h1.title {
    width: 100%;
    height: 60px;
    background-position-x: 50%;
    margin-left: 0px;
  }
  .recipe.home {
    margin: 15px 11px;
  }
  .recipe .overview .thumb {
    width: 100%;
  }
  .recipe {
      margin: 15px 13px 15px 10px !important;
      width: 46.433333% !important;
      height: 275px !important;
  }
  .recipe a {
    width: 100% !important;
  }


  .recipe .overview .recipe_title {
    padding-top: 180px !important;
  }
  .recipe .overview {
    height: 275px;
  }

  h1.title {
    margin-left: 0;
  }
  .home-recipes {
    padding: 0px 0px 15px 0px;
  }
  .event p {
      font-size: 14px;
  }
  .event p.mobile_hide {
      display:none;
  }
  .event h3 {
    font-size: 17px;
  }
  .readmore {
    font-size: 14px;
    text-align: center;
    width: 100%;
    background-position-x: 66.733333%;
    background-position-x: 50%;
    background-position-y: 25px;
    padding: 0;
    height: 67px;
    margin-top: 20px;

  }

  #facebook_box {
    text-align: center;
  }
  .event {
    width: 100%;
    padding: 15px 15px;
	height: 150px;
  }

  .home-social .description {
    width: 100%;
    margin: 0 0 0px 0px;
    text-align: center;
  }
  .home-social .news {
    width: 100%;
    padding: 15px;
  }
  .footer {
    padding-top: 15px;
  }
  .footer #copyright h6 {
    font-size: 13px;
  }
  .large-social {
    display: none;
  }
  .small-social {
    display: block;
  }
  .footer #copyright {
    padding: 20px 40px 0 40px;
  }
  .footer ul li #social a {
    margin: 0px 10px 0 0;
  }
  .footer ul li.larger a img {
    width: 24%;
  }
  .footer ul li.larger {
    width: 100%;
  }
  .footer ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
  }
  .footer ul li {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .footer ul li #social {
    display: inline-block;
  }
  .footer ul li > a {
    display: inline;
    background-position-y: 0px !important;
    background-size: 14px;
    background-position-x: 0px;
    font-size: 15px;
  }


  .side-nav li>a.btn-flat {
    color: #fff !important;
    font-size: 22px;
  }

 
  .header #logo a {
    /* width: 35%; */
    margin-top: 0px;
  }  
  @-moz-document url-prefix() {
      .header #logo a {
        width: 20%;
        margin-top: 0px;

    }
  }
  

  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .home-hero .hero-content h2 br {
    display: none;
  }
  .home-hero p {
    font-size: 18px;    
  }
  .home-hero .hero-content {
    width: 100% !important;
    bottom: 85px;
    right: 0;
    vertical-align: middle;
    z-index: 2;
    position: relative;
    text-shadow: 0px 4px 6px #333;
    text-align: center;
  }
  .lang_module {
    line-height: 20px !important;
  }
  .lang_module p {
    font-size: 11px;
    text-align: center;
    color: #fff;
   }
  .mob-languages {
     text-align: center;
     color: #fff;
     border-bottom: 2px solid rgba(0,0,0,0.2);
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .mob-languages a { color: #fff; font-weight: 600; padding: 0 4px !important; }
  .mobile-btn {
        display: block;
        float: right;
        margin-top: 30px;
  }
  .header .sticky .wrap h1 {
    float: left;
    margin: 0;
  }
  @-moz-document url-prefix() {
    .header .sticky .wrap h1 {
      float: none;
    }
  }
  .home-contact {
    display: none;
  }
  .sticky .bg {
    display: none;
  }
  .sticky #menu {
    display: none;
  }
  .header {
      top: 20px;
  }
  .header .sticky {
    top: 0;
  }
  .koin-drasi-img .content_gallery img {
      width: 100% !important;
  }

  .menu-container .crbnMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .menu-container .crbnMenu a {
    text-decoration: none;
    color: #666;
   }
  .menu-container .crbnMenu .link-stack {
    position: relative;
    cursor: pointer;
    padding: 15px;
    background-color: #B8CB43;
    border-bottom: 1px solid #ddd; }
    .menu-container .crbnMenu .link-stack .brand {
      font-family: "SansationLight", Arial;
      font-weight: bolder;
      color: #fff;
      top: 3px;
      font-size: 14px;
      position: relative;
     }
  .menu-container .crbnMenu .menu {
    display: none;
    background-color: #f6f6f6; }
    .menu-container .crbnMenu .menu li a {
      cursor: pointer;
      border-bottom: 1px solid #eaeaea;
      display: block;
      padding: 10px 20px; }
      .menu-container .crbnMenu .menu li a .nav-link-icon {
        margin-right: 10px; }
      .menu-container .crbnMenu .menu li a .menu-toggle {
        display: none; }
    .menu-container .crbnMenu .menu li ul {
      padding: 0;
      margin: 0;
      display: none; }
      .menu-container .crbnMenu .menu li ul li a {
        padding-left: 25px; }
}
@media(max-width: 767px) {
  .recipe_box ol li, .recipe_box ul li  { color: #6E6E6E;    font-size: 14px;}
  .brochure {
    margin: 0px 0.6% 10px 0.1% !important;
    width: 100%;
  }
  .upcoming_event {
    width: 100%;
  }
  .upcoming_event.large {
    height: auto;
    padding-bottom: 15px;
  }
  .header_wrapper.content_box .inner, .header_wrapper.blog_box .inner {
    width: 50%;
    float: left;
  }
  .header_wrapper.content_box .inner, .header_wrapper.blog_box .inner.view {
    width: 100%;
  }
  .content_gallery img {
    margin-right: 0.433333% !important;
  }
  .recipe_box dt.difficulty {
    padding-right: 0px;
  }
  .recipe_box dt.difficulty.medium {
    background: none;
  }
  .radio_spot {
    width: 48.6%;
  }

  @-moz-document url-prefix() {
    .header #logo a {
        width: 28%;
        margin-top: 0px;
    }
  }
  
  .menu-container.crbnMenu.farm-menu { display: block; }

  .header_wrapper.semedaki {
    display: none;
  }
  .farm_description li {
    font-size: 13px;
  }
  .farm_photo {
    width: 100%;
  }
  #farm_map {
    width: 100%;
    height: 300px;
    margin: 0px 0px 9px 0 !important;
  }
  .farm_description {
    width: 100%;
  }
  .farm_box {
      width: 48.133333%;
      margin: 25px 0% 10px 1.2%;
  }
  .recipe .overview .recipe_title {
    padding-top: 180px !important;
  }
  .recipe .thumb img {
    width: auto !important;
  }

  .date_circle {
    width: 100%;
    height: 109px;
    display: block;
    text-align: center;
    padding-top: 1.5em;
    margin-top: 5px;
    float: none;
    background-position-x: 50%;
  }
  #blog_content {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .content_gallery.synetairismos img {
      width: 24.1333% !important;
      margin-right: -0.066667% !important;
  }

  #inside .full_product_box h1, .half_product_box h1 {
    text-align: center;
  }
  #inside .half_product_box, .full_product_box {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .factory_products {
    width: 47%;
  }
  #inside .product_box.product_recipe .recipe {
    width: 100% !important;
    margin-bottom: 15px;
  }
   #inside h2.category-header {
    text-align: center;
  }

  .product .text_image img {
    /*width: 40% !important;*/
  }
  .product {
    width: 48% !important;
	margin:0px 1%!important;
    height: auto!important;
  }
  #main_content h5.subtitle {
    color: #666666;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
  }
  .photo_thumb {
      width: 45% !important;
  }
  .synetairismos h3 {
    font-size: 13px !important;
  }
  .subtree ul {
    margin-left: 0px;
  }
  #main_content h1 {
    font-size: 24px;
  }
  .crbnMenu .link-stack span { margin-left: 18px; }
  .menu-container #nav-toggle {
    margin-right: 27px;
  }
  .content_gallery.synetairismos img {
      width: 49%;
  }
  .content_gallery.synetairismos {
      margin: 20px 0 0 0;
      width: 100%;
      padding: 5px 0px 5px 10px;
  }
  .farmform input[type="text"] {
      width: 75.233333% !important;
      font-size: 15px;
  }

  .farmform .input {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 510px;
  }

  .recipe {
    margin: 15px 13px 15px 10px !important;
    width: 45.633333% !important;
    height: 275px !important;
  }

  #facebook_box {
    display: none;
  }
  .readmore {
    font-size: 14px;
    text-align: center;
    width: 100%;
    background-position-x: 50%;
    background-position-y: 22px;
    height: 40px;
    padding: 0px 0px 0 0;
  }
  .event p {
      font-size: 13px;
  }
  .event h3 {
    font-size: 13px;
  }
  #wapp {
    position: relative;
    float: none;
    width: 100%;
    display: inline-block;
   }
  #wapp a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer #copyright h6 {
    width: 100%;
    text-align: center;
  }
  .home-hero p {
      display: none;
  }
  .home-hero .hero-content {
    bottom: 30%;
  }
  
  .koin-drasi-img .content_gallery img {
      width: 100% !important;
  }
  .footer ul li #social {
    height: auto;
  }
  .footer ul li h3 {
      font-size: 18px;
  }

  .recipe_box dt.difficulty.easy {
      background: none;
  }
  .recipe_box dt.duration {
    background: none;
    padding-right: 0;
  }
@media (min-width: 600px) {
  .menu-container .crbnMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .menu-container .crbnMenu a {
    text-decoration: none;
    color: #666;
   }
  .menu-container .crbnMenu .link-stack {
    position: relative;
    cursor: pointer;
    padding: 15px;
    background-color: #B8CB43;
    border-bottom: 1px solid #ddd; }
    .menu-container .crbnMenu .link-stack .brand {
      font-family: "SansationLight", Arial;
      font-weight: bolder;
      color: #fff;
      top: 3px;
      font-size: 14px;
      position: relative;
     }
  .menu-container .crbnMenu .menu {
    display: none;
    background-color: #f6f6f6; }
    .menu-container .crbnMenu .menu li a {
      cursor: pointer;
      border-bottom: 1px solid #eaeaea;
      display: block;
      padding: 10px 20px; }
      .menu-container .crbnMenu .menu li a .nav-link-icon {
        margin-right: 10px; }
      .menu-container .crbnMenu .menu li a .menu-toggle {
        display: none; }
    .menu-container .crbnMenu .menu li ul {
      padding: 0;
      margin: 0;
      display: none; }
      .menu-container .crbnMenu .menu li ul li a {
        padding-left: 25px; }
}
@media (max-width: 599px) {
  .menu-container .crbnMenu .link-stack {
    position: relative;
    cursor: pointer;
    padding: 15px;
    background-color: #B8CB43;
    border-bottom: 1px solid #ddd;
  }
  .menu-container .crbnMenu .link-stack .brand {
      font-family: "SansationLight", Arial;
      font-weight: bolder;
      color: #fff;
      top: 3px;
      font-size: 14px;
      position: relative;
  }
  .menu-container #nav-toggle {
    margin-right: 22px !important;
    right: -17px;
  }

  .menu-container .crbnMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .menu-container .crbnMenu a {
    text-decoration: none;
    color: #666;
  }

  .menu-container .crbnMenu .menu {
    display: none;
    background-color: #f6f6f6;
  }
    .menu-container .crbnMenu .menu li a {
      border-bottom: 1px solid #eaeaea;
      display: block;
      padding: 10px 20px;
    }
      .menu-container .crbnMenu .menu li a .nav-link-icon {
        margin-right: 10px;
      }
      .menu-container .crbnMenu .menu li a .menu-toggle {
        display: none;
      }
    .menu-container .crbnMenu .menu li ul {
      padding: 0;
      margin: 0;
      display: none; }
      .menu-container .crbnMenu .menu li ul li a {
        padding-left: 25px; }
}
@media(max-width: 580px) {
  .section25 .content .half_box p {
    margin: 20px 0 0 0 !important;
    text-align: center;
    font-size: 13px;
  }
  .section25 .content .half_box.pack h4 {
    margin: 40px 0px 0 !important;
  }
  .section25 .content .half_box.pack {
    background-position-x: 50%;
  }
  .section25 .content .half_box.frost h4 {
    margin: 40px 0px 0 !important;
  }
  .section25 .content .half_box.frost {
    background-position-x: 50%;
  }
  .section25 .content .half_box.production h4 {
    margin: 40px 0px 0 !important;
  }
  .section25 .content .half_box.production {
    background-position-x: 50%;
  }
  .section25 .content .half_box.libra h4 {
    margin: 40px 0px 0 !important;
  }
  .section25 .content .half_box.libra {
    background-position-x: 50%;
}
  .recipe_box dl {
    position: relative;
  }
  .recipe_box dt.duration {
    padding-left: 0;
    padding-right: 0;
  }
  .recipe_box dd {
    width: 100%;
  }
  .synetairismos  .full_board p{
    float: none;
  }
  .farmform .submit input {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .home-farms h1 {
    margin: 35px 0 0 0px !important;
  }
  .farmform .submit {
    margin-top: -8px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .footer ul li #social a {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    margin: 15px 10px 0 0;
  }
  ul.check li {
    float: none;
  }
  .home_box_mobile ul li {
    margin: 13px 0 0 0;
  }
  .logo_brands a {
    width: 50%;
  }
  .quallity_cert a {
    width: 100%;
  }
  .home_box_mobile p {
    text-align: center;
    font-size: 15px;
  }
  .home_box_mobile ul li {
    float: none;
  }
  #wapp {
    margin-top: 5px;
  }
  .subfooter_box   {
	text-align: center;
  }
  .subfooter_box img  {
	float:none;
	display:block;
	margin:0 auto;
  }
  .subfooter_box h3  {
	display:none;
  }
  .subfooter_box p  {
	display:none;
  }
  .recipe_box dt.duration {
    border-left: 0px solid #edede9;
  }
  .full_product_box h1, .half_product_box h1 {
    color: #B8CB43;
    font-size: 21px;
  }
  .recipe .overview h2 {
    font-size: 15px!important;
    line-height: 24px;
  }
  .radio_spot {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .brochure_bigger {
    margin: 0px 0 10px 0;
    width: 100%;
  }
  .content_gallery.synetairismos img {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .pagination .pages .stats {
    float: left;
    width: 100%;
    text-align: center;
  }
  h2.sticky-helper {
    font-size: 13px !important;
  }
  a.pdf {
    width: 100%;
    font-size: 12px;	
  }
  .scrollable .flex-direction-nav {
    display: none;
  }
  .farm_box {
    width: 100%;
    margin: 25px 0% 10px 0% !important;
  }
  .content .half_box h4, .content .full_box h4, .content .half_box_wrapper .half_box h4 {
    margin: 5px 0px !important;
    text-align: center;
  }
  .half_box_wrapper {
    float: left;
    width: 100%;
  }
  .content_gallery img {
    margin-right: 0.933333%;
    border: 2px solid #fff;
    width: 100% !important;
  }
  .content p.large_paragraph {
      font-size: 14px;
      text-align: left;
  }
  .text_image a {
    float: left;
    display: block;
    width: 50%;
  }
  .header_wrapper h1 {
    padding: 13px 15px 0;
  }
  .recipe {
    margin: 15px 0px 15px 0px !important;
    width: 100% !important;
    height: 275px !important;
  }

  .content_gallery img {
    width: 100%;
    margin-right: 0;
  }
  .recipe_box.photo img {
    width: 100%;
  }
  .factory_products {
      width:100%;
  }
  a.previous {
    font-size: 12px;
  }

  a.next {
    font-size: 12px;
  }

  table.package td.header2 {
    font-size: 12px;
  }
  table.package td {
    font-size: 12px;
  }
  #main_content h3 {
    text-align: center;
    font-size: 14px;
  }
  #main_content h2 {
    text-align: center;
  }

  .product_box.photo img {
    width: 100%;
  }
  .product .text_image img {
    width: 80% !important;
  }
  .omilos .full_group ul.check li {
    font-size: 14px;
  }
  .omilos .full_group h4 {
    font-size: 14px !important;
    text-align: left !important;
  }
  .photo_thumb img {
    width: 100% !important;
    margin-left: 0;
  }
  .photo_thumb {
    width: 100% !important;
    margin-right: 0  !important;
    margin-left: 0  !important;
  }
  #marketsales, #marketshare {
    width: 100% !important;
  }
  .subtree li span {
    font-size: 14px;
  }
  #main_content h1 {
      font-size: 17px;
      text-align: center;
  }
  .recipe_box.large.description h1 {
    font-size: 19px !important;
  }
  .content_gallery.synetairismos {
      margin: 20px 0 0 0;
      width: 100%;
      padding: 5px 10px 5px 10px;
  }
  .content_gallery.synetairismos img {
    width: 100%;
  }
  .header_wrapper h2 {
    text-align: center;
    font-size: 28px;
    line-height: normal;
  }
  .header_wrapper h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .category_text h2 {
    font-size: 28px;
  }
  .category_text h2 span {
    font-size: 15px;
  }
  .category_text p {
    text-align: center;
  }
  .text_image a {
      width: 50%;
  }
  .farmform input[type="text"] {
    width: 100% !important;
    font-size: 17px;
    padding: 5px 5px;
  }
  .farmform .input {
    width: 100%;
    padding: 5px 10px 0 0;
  }
  .recipe {
    width: 43%;
  }
  .recipe.home {
    margin: 15px 14px;
  }
  .recipe_title {
    padding-top: 130px;
    width: 100%;
  }

  .event h3 {
    font-size: 13px;
	text-align:center;
  }
  .event p {
  font-size: 13px;
  }

  .header .sticky .wrap h1 {
    float: none;
    margin: 0;
  }
  .header #logo a {
     width: 140px;
     margin-top: 0px;
  }
  .home-hero h2 {
    font-size: 32px;
	line-height:40px;
  }
  .home-hero .hero-content h2 br {
    display: inline;
  }
  .home-hero .hero-content {
    bottom: 30%;
  }
 .header_wrapper.content_box .inner, .header_wrapper.blog_box .inner {
	width: 100%;
	height:auto;
}
 .event {
	 height:auto;
 }
}
@media(max-width: 420px) {
 .right_thumb {
   display:block;
   width:100%;
   margin:0 auto 15px auto;
  }
  #ergostasio-adranopoiesis-upoproionton-sfageiou h2 {
    line-height: 20px !important;
  }
  #ergostasio-paragogis-organikou-lipasmatos h2 {
    line-height: 20px !important;
  }
  #ergostasio-adranopoiesis-upoproionton-sfageiou  h2 {
    line-height: 20px !important;
  }
  a.pdf {
    font-size: 9px;
  }
  #main_content .product_box h2 {
    font-size: 12px !important;
  }
  #main_content .product_box.description p {
    color: #fff;
    font-size: 15px;
  }
  .product_box.description {
      height: 100%;
    }
  .header_wrapper h2.onepage_style {
    font-size: 16px;
  }
  .text_image a {
    /*width: 100%;*/
  }
	.text_image img{
		width:100%;
	}
  #main_content h1 {
    padding: 5px !important;
    line-height: 28px;
  }
  .header_wrapper h1 {
    padding: 10px 0 20px !important;
  }
  .header_wrapper h2 {
    padding: 20px 0 10px !important;
  }
  .header_wrapper {
    padding: 0px 0 !important;
    }
	#contact_wrapper_right {
    width: 100%;
  }
  
  #contact_wrapper_left {
    width: 100%;
  }
  #contact_wrapper_right ul li span.tel,#contact_wrapper_right ul li span.fax{
	  margin-bottom:3px;
  }
	
  #contact_info {
    margin: 10px 0 0 0px;
  }
  #contact_nav ul li a {
    width: 100%;
  }
  #contact_nav ul li {
    float: none;
    width: 100%;
  }
  #contact_nav ul {
    margin: 15px 0px 0 0px;
    width: 100%;
  }
  #contact_nav {
    float: none;
    margin: 0 0 0 0px;
  }
  #agrosyn h3 { display: none; }
  table.package {
   /* display: none;*/
  }
  .product .text_image img {
    width: 100% !important;
  }
  .header_wrapper h2 {
    text-align: center;
    font-size: 23px;
    line-height: normal;
    margin: 0;
    padding: 25px 0;
  }
  .synetairismos h4 {
    font-size: 15px !important;
  }
  .isologismos .overview .brochure_title {
    display: none;
  }
  .subtree li span {
    text-align: center;
  }
  .subtree li {
    padding: 0px 0px 10px 0px;
    display: block;
    background: none;
    text-align: center;
  }
  .subtree small {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }

  .synetairismos h1 {

  }
  #main_content p {
    font-family: "SansationLight", Arial;
    font-size: 15px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  #main_content p.large_paragraph, .full_product_box p.large_paragraph, .half_product_box p.large_paragraph {
    margin-bottom: 15px;
    line-height: 17px;
    font-size: 16px;
    text-align: center;
  }
  .header_wrapper h2 {
      text-align: center;
      font-size: 25px;
      line-height: normal;
      margin: 0;
      padding: 25px 0;
  }
  .header_wrapper h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
  }

  .submit input {
    width: 30px;
    margin-top: 0;
    text-align: center;
  }
  .home-farms h1 {
    font-size: 28px;
    text-align: center;
    margin: 24px 0 0 0px !important;
  }
  .home-farms p {
    font-size: 14px;
    text-align: center;
  }

  .farmform .submit {
      float: none;
      margin-bottom: 0px;
      text-align: center;
      margin: 0 auto;
      display: block;
  }

  .farmform .input {
      width: 100%;
  }
  .farmform input[type="text"] {
    font-size: 12px;
  }

  .home-recipes h1.title {
    background-size: 270px;
    background-position-y: 11px;
  }
  .recipe {
    width: 100%;
  }
  .recipe.home {
    margin: 15px 0px;
  }
  .thumb img {
    width: auto;
  }
  .footer ul li.larger {
    padding: 0 0px 0 0;
    margin-top: 0px;
  }
  .footer ul li #social a {
    margin: 0px 5px 0 0;
  }
  .footer ul li > a {
      display: block;
      padding-left: 0;
  }
  .footer ul li > a {
    background: none;
  }
  .footer ul li #social {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

}
}
.hidden-navigation.inner_nav.iner{
  padding:150px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-er{margin-top:40px;}

.btn-er a{
position:relative;
border:4px solid #F1553C;
background:#F1553C;
color:#fff;
font-size:17px;
font-family: "SansationLight", Arial;
cursor:pointer;
margin:0 0px 0px 0px;
padding:7px 15px;
outline:medium none;
vertical-align:middle;
}
.btn-er a:hover{
background:#fff;
color:#F1553C;
}
.text-er{
  max-width: 500px;
  text-align: center;
  margin:5px 5px !important;
}

#in-er{padding:100px 0;}


/* #MODAL WINDOW
================================================== */
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
    line-height: 50px;
    font-size: 17px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 95px;
    text-decoration: none;
    font-weight: bold;
    color: #E3007A !important;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}




/* Styling for the modal */
.customModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
	z-index: 999999;
}

.customModal .modal-content {
  background-color: unset;
  /* padding: 20px; */
  border-radius: 8px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  max-width: 1000px;
  max-height: 90%;
  overflow-y: auto;
  display:flex;
  position: relative;
  padding-top: 80px;
}

.customModal .modal-content .logo_modal {
  position: absolute;
  top: 0px;
  left: calc(50% - 80px);
  width: 160px;
  z-index: 1;
}

.customModal .modal-content .left_container{
  width: 50%;    
  position: relative;
}

.customModal .modal-content .left_container img {
  width: 100%;
}

.customModal .modal-content img.desktop {
  display: block;
}

.customModal .modal-content img.mobile {
  display: none;
}

.customModal .modal-content .right_container{
  width: 50%;
  position: relative;
}

.customModal .modal-content .right_container img {
  width: 100%;
}

.customModal .close-button {
	float: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 36px;
  /* padding-top: 5px; */
  position: absolute;
  right: 40px;
  top: 86px;
  line-height: 51px;
  z-index: 1;
}

.customModal .modal-content  .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}

@media (max-width: 1199px) {
  .customModal .modal-content {
    max-width: 768px;
  }
}

@media(max-width: 600px) {
  .customModal .modal-content {
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
    overflow: visible;
    padding-top: 61px;
  }

  .customModal .modal-content .left_container {
    width: 100%;
    position: relative;
    left: -3.5%;
    height: 50%;
  }

  .customModal .modal-content .right_container {
    width: 100%;
    left: 3.5%;
    position: relative;
    height: 50%;
  }

  .customModal .modal-content img.desktop {
    display: none;
  }
  
  .customModal .modal-content img.mobile {
    display: block;
  }

  .customModal .modal-content .left_container img {
    /* width: auto; */
    height: 100%;
  }

  .customModal .modal-content .right_container img {
    /* width: auto; */
    height: 100%;
  }

  .customModal .modal-content .logo_modal {
    position: absolute;
    top: 0px;
    left: calc(50% - 60px);
    width: 120px;
    z-index: 1;
  }

}