/* Browser Reset and site sections */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	text-align: inherit;
	background: transparent;
	border: 0;
	font-family: inherit;
	outline: 0;
	vertical-align: baseline;
	white-space: normal;
}
html, body {
	height: 100%;
}
body {
	/*background-image: url("../images/resolution.png");*/
}
.body-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -93px;
	/*	font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
.body-wrap:after {
	content: "";
	display: block;
}
.site-footer, .body-wrap:after {
	/* .push must be the same height as footer */
	height: 90px;
}
.site-footer {
	font-family: 'Noto Sans', sans-serif;
	color: #bbbbbb;
	box-shadow: -3px -3px 5px #ddd;
}
#trademark {
	text-align: right;
	padding: 1% 5% 1% 0;
}
img {
	width: 100%;
	height: auto;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#logo-wrap {
	background: #fff;
	height: 69px;
	float: left;
	padding: 15px;
	transition: 0.5s;
}
header {
	position: relative;
	border-bottom: 1px solid #EAEAEA;
}
#logo-wrap img {
	width: 364px;
	margin: 6px;
	padding: 0px;
	transition: 0.5s;
}
#top-row {
	height: 5px;
}
/*--------------------------------------------------- Basics ---------------------------------------------------*/
.has-shadow {
	background: #FFF;
	padding: 3%;
	width: 94%;
	margin-top: 30px;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
}
#content-top-left {
	float: left;
	width: 30%;
	margin-right: 1%;
}
.top-right-wrap {
	float: right;
	width: 69%;
}
#content-wrap {
	width: 85%;
	margin: auto;
}
.content {
	padding-bottom: 2%;
}
/*--------------------------------------------------- Navigation ---------------------------------------------------*/
#navbar-wrap {
	float: right;
	position: relative;
	bottom: -25px;
	transition: 0.3s;
}
#navbar {
	float: right;
	margin-bottom: 0;
}
#navigation {
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}
#navigation .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .menu .icon-angle-right {
}
#navigation .menu > li {
	position: relative;
	float: left;
	width: auto;
	margin: 0 0 0 5px;
	transition: 0.3s;
}
#navigation .menu > li ul {
	position: absolute;
	list-style: none;
	width: 200px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	left: 0;
	margin: 0;
	z-index: 3000;
	background-color: #f6f9f6;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10pxpx;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 13px 0px rgba(50, 50, 50, 0.5);
}
#navigation ul.menu ul.hover {
	margin: 0;
	opacity: 1;
	visibility: visible;
}
#navigation .menu a {
	margin: 0px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	font-weight: bold;
	height: auto;
	letter-spacing: 0px;
	text-transform: capitalize !important;
	padding: 15px 25px;
	background-color: #fff;
	border-bottom: 5px solid #EAEAEA;
	transition: all 0.5s;
}
/* current item */
#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover {
	/*
background: -moz-linear-gradient(top,  rgba(234,234,234,0) 0%, rgba(239,239,239,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(234,234,234,0) 0%,rgba(239,239,239,0.65) 100%);
background: linear-gradient(to bottom,  rgba(234,234,234,0) 0%,rgba(239,239,239,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#a6efefef',GradientType=0 );
*/

	border-bottom: 5px solid #b4df5b;
	color: #b4df5b; 
	transition: 0.3s;
}
#navigation .menu li li a:hover, #navigation .menu li.active li.active a {
	border-bottom: 5px solid #b4df5b;
	transition: 0.3s;
}
#navigation .menu > .active > a, #navigation li.active > a {
	color: #b4df5b; 
	transition: 0.3s;
}
#navigation .menu > li {
}
#navigation .menu a {
}
.scroll-to-fixed-fixed {
	background: #fff;
	box-shadow: 1px 1px 5px #eee;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #logo-wrap {
	padding: 5px 10px;
	height: auto;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #logo-wrap a img {
	width: 269px;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #navbar-wrap {
	bottom: -26px;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #navigation .menu a {
	margin: 0px;
	padding: 8px 20px;
	font-size: 13px;
	transition: all 0.5s;
}
.scroll-to-fixed-fixed #navigation .menu > li {
	transition: 0.5s;
}
#menu_button {
	visibility: hidden;
	display: none;
	background: url("../images/menu-resp.png");
	width: 30px;
	height: 30px;
	margin: 15px 20px 5px 20px;
	cursor: pointer;
	float: right;
    right: 2%;
	position: relative;
	z-index: 9999;
}
#menu_button.clicked{
visibility: hidden;
	display: none;	
}
#close_button {
	visibility: visible;
	display: block;
	background: url("../images/close-btn.png");
	width: 30px;
	height: 30px;
	margin: 15px 20px 5px 20px;
	cursor: pointer;
	float: right;
    right: 2%;
	position: relative;
	z-index: 9999;
}
#close_button.inactive{
	visibility: hidden;
	display: none;
}
/*--------------------------------------------------- HOMEART ---------------------------------------------------*/

#homeart .patron {
	float: left;
	width: 12%;
	margin: 1%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#homeart .patron:hover {
	-webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
	-moz-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
	box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
}
#homeart .patron a .patron-text p {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
#homeart .patron a .patron-text p:hover {
	color: #0C0;
}
#homeart .patron a {
	text-decoration: none;
}
#homeart .patron .patron-text p {
	padding: 5%;
}
#homeart .patron .patron-wrap {
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#homeart .patron:hover .patron-wrap {
	top: -100%;
}
/*--------------------------------------------------- featured-row ---------------------------------------------------*/

#featured-row {
	position: relative;
	padding: 0 0 80px;
}
#featured-row .offer-wrap {
	position: relative;
	overflow: hidden;
}
.offer-plate {
	float: left;
	width: 25%;
}
.item-pad {
	width: 80%;
	margin: auto;
}
.item-pad h3.item-tittle {
	text-align: center;
	color: #6f9e2e;
	padding-bottom: 1%;
	font-size: 18px;
	line-height: 22px;
	margin: 2% 0;
}
#featured-row .offer-wrap .item-pad .item_content {
	overflow: hidden;
	text-align: center;
}
#featured-row .offer-wrap .item-image {
	margin: 4% 0;
	border: 12px solid #E4E8EB;
	border-radius: 50%;
	width: 69%;
	z-index: 1000;
	overflow: hidden;
	display: inline-block;
}
#featured-row .offer-wrap .item-pad:hover .item-image {
	border: 12px solid #6f9e2e;
}
#featured-row .offer-wrap .item-pad .item-image, #featured-row .offer-wrap .item-pad .item-image img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transform: rotate(3deg);
	-moz-transform: skew(1.3, 1.3);
	-ms-transform: skew(1.3, 1.3);
	-o-transform: rotate(3deg);
	vertical-align: middle;/* border-radius: 50%;*/
}
#featured-row .offer-wrap .item-pad:hover .item-image, #featured-row .offer-wrap .item-pad:hover .item-image img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transform: rotate(-3deg);
	-moz-transform: skew(1.3, 1.3);
	-ms-transform: skew(1.3, 1.3);
	-o-transform: rotate(-3deg);/* border-radius: 50%;*/
}
.offer-wrap a .item-text p, #content-top-right-down p {
	font-size: 12px;
	color: #000;
}
/*----------------------------------TOP-RGIHT-UP-AND-DOWN--------------------------------------*/

#content-top-right-up, #content-top-right-down {
	margin: 10% 0;
}
#content-top-right-up h3, #content-top-right-down h3, #home-wrap .home-title {
	padding-bottom: 1%;
	font-size: 22px;
	line-height: 25px;
	margin: 2% 0;
	border-bottom: 3px solid;
}
#content-top-right-up h3 {
	color: #000;
	text-align: right;
	border-bottom: 3px solid #E4E8EB;
}
#content-top-right-down h3 {
	color: #6f9e2e;
}
#content-top-right-up p {
	text-align: justify;
}
#content-top-right-down .item {
	float: left;
	width: 31%;
	margin-right: 2%;
	position: relative;
}
#content-top-right-down .newsflash-title h4 {
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#content-top-right-down a.readmore, .page-blog .blog-items a.readmore {
	display: block;
	width: 30%;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #eff4f0;
	background-image: -moz-linear-gradient(top, #eff4f0, #d0dbd0);
	background-image: -webkit-linear-gradient(top, #eff4f0, #d0dbd0);
	background-image: -o-linear-gradient(top, #eff4f0, #d0dbd0);
	background-image: linear-gradient(to bottom, #eff4f0, #d0dbd0);
	margin: 5% auto;
	font-size: 10px;
	color: #333;
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s;
	box-shadow: 1px 1px 3px #999;
}
#content-top-right-down a.readmore:hover, .page-blog .blog-items a.readmore:hover {
	background: #b4df5b; /* Old browsers */
	background: -moz-linear-gradient(top, #b4df5b 0%, #6f9e2e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4df5b 0%, #6f9e2e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b4df5b 0%, #6f9e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5b', endColorstr='#6f9e2e', GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	transition: 0.5s;
}
.equal-height a.readmore {
	position: relative;
}
/*----------------------------------NEWSFLASH--------------------------------------*/

.page-blog .category_title h2, .page-item .item_header {
	padding-bottom: 1%;
	font-size: 28px;
	color: #6f9e2e;
	line-height: 28px;
	margin: 2% 0;
	border-bottom: 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-blog .category_title h2 span, .page-item .item_header h2.item_title {
	padding-left: 3%;
}
.page-blog .item {
	position: relative;
	float: left;
	width: 26%;
	margin-right: 3%;
	margin-bottom: 2%;
	padding: 2% 2% 0 2%;
	border: 1px dotted #6F9E2E;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
	-moz-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
	box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.69);
}
.page-blog .item h3.item_title {
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
/**************************************************************************************/
/*   Content Section																  */
	
.content-section-wrap {
    text-align: center;
    width: 69%;
    margin: auto;
}
.content-section-wrap h3 {
	color: #6f9e2e;
	padding-bottom: 1%;
	font-size: 24px;
	line-height: 22px;
	margin: 2% auto;
	border-bottom: 2px solid #DADADA;
	text-align: center;
	display: block;
}
.exhib h3 {
	color: #6f9e2e;
	font-size: 24px;
	line-height: 22px;
	margin: 2% auto 0 auto;
	width: 50%;
	text-align: center;
	display: block;
}
.exhib .exhib-town {
	width: 50%;
	margin: auto;
	text-align: center;
	font-size: 12px;
	padding-bottom: 1%;
	border-bottom: 2px solid #DADADA;
}
#content-wrap .item_fulltext li {
	line-height: 22px;
	list-style-image: url("../images/li.style.png");
	list-style-position: inside;
}
.ach-category {
	text-align: left;
	font-weight: bold;
	margin-top: 1%;

	margin: auto;
}
.ach .content-section-wrap ul {
	text-align: left;
	display: block;

	margin: auto;
}
.content-section-wrap ul {
	list-style: none;
	display: inline-block;
	font-size: 13px;
}
.content-section-wrap ul span {
	color: #6F9E2E;
	font-size: 16px;
}
.half-wraper {
	width: 69%;
	margin: auto;
}
.content-img-right {
	float: right;
	width: 25%;
}
.content-img-left {
	float: left;
	width: 35%;
}
.download-page, .tatoo-page, .fee-page{
	width: 60%;
	margin: auto;
}
.download-page h4, .tatoo-page h4, .fee-page h4 {
	color: #6f9e2e;
	padding: 4% 0 1% 0;
	font-size: 24px;
	line-height: 22px;
	margin: 2% auto;
	border-bottom: 2px solid #DADADA;
	text-align: center;
	display: block;
}
.download-page h5, .tatoo-page h5 {
	font-size: 18px;
	line-height: 22px;
	padding: 4% 0 1% 0;
	text-align: center;
	margin: 2% auto;
}
.download-page .warining, .tatoo-page .warning {
	color: #F00;
	text-align: left;
}
.download-page ul, .tatoo-page ul, .fee-page ul {
	display: block;
}
.download-page ul li a, .tatoo-page ul li a {
	text-decoration: none;
	color: #000;
}
.download-page ul li a:hover, .tatoo-page ul li a:hover {
	color: #6f9e2e;
}
.download-page p, .tatoo-page p, .fee-page p{
	text-align: center;
}
/**************************************************************************************/
/*   GROWER	
																	  */
.grower-wrap {
	float: left;
width: 24%;
    margin: 0.5%;
	position: relative;
}
.grower-wrap h3 {
	display: inline-block;
	float: left;
	width: 62px;
	height: 62px;
	line-height: 62px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	border: 5px solid #6f9e2e;
	border-radius: 50%;
	color: #6f9e2e;
	margin-right: 1%;
}
.grower-wrap .grower-inner {
	float: left;
	width: 69%;
	margin-left: 4%;
}
.grower-wrap h4 {
	font-size: 16px;
	font-weight: bold;
}
#content-wrap .grower-wrap li {
	margin-left: 8%;
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
}
#content-wrap .grower-wrap li.grower-adr {
	list-style-image: url("../images/li.adr.png");
}
#content-wrap .grower-wrap li.grower-tel {
	list-style-image: url("../images/li.phone.png");
}
#content-wrap .grower-wrap li.grower-what {
	list-style-image: url("../images/li.what.png");
}
#content-wrap .grower-wrap li.grower-link {
	list-style-image: url("../images/li.web.png");
}

/**************************************************************************************/
/*   contact																		  */
.contact-page{
	width: 80%;
    margin: auto;
}
.contact-item{
	float:left;
	width:26%;
	margin:1.5%;
	padding: 2%;
}
.contact-page h5 {
    font-size: 16px;
    line-height: 22px;
    padding: 4% 0 1% 0;
    text-align: center;
    margin: 2% auto;
	border-bottom:1px solid #CCC;
}
.contact-page ul, .contact-page p{
	text-align:center;
}
#content-bottom{
	width:50%;
	margin:auto;
}
#content-bottom h4{
	color: #6f9e2e;
	padding: 4% 0 1% 0;
	font-size: 24px;
	line-height: 22px;
	margin: 2% auto;
	border-bottom: 2px solid #DADADA;
	text-align: center;
	display: block;
}

.qlform form{
    max-width: 500px;

    padding: 30px;
    margin: 50px auto;
    border-radius: 10px;
    border: 5px solid #6f9e2e;
}

.qlform form input, .qlform form textarea{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #6f9e2e;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.qlform form input:focus, .qlform form textarea:focus{
    box-shadow: 0 0 5px #6f9e2e;
    border:1px solid #6f9e2e;
}
.qlform form textarea{
    width: 100%;
    height: 100px;
}
.qlform form button[type="button"], 
.qlform form button[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #6f9e2e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6f9e2e;
    box-shadow: inset 0px 1px 0px 0px #6f9e2e;
    background-color: #6f9e2e;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.qlform form button[type="button"]:hover, 
.qlform form button[type="submit"]:hover {
    background: linear-gradient(to bottom, #6f9e2e 5%, #337DA8 100%);
    background-color: #6f9e2e;
}
.jform_name, .jform_email{
	float:left;
	width:48%;
	display:block;
}
.jform_name label, .jform_email label{
	display:block;
}

/**************************************************************************************/
/*   Pagination																		  */
.pagination {
	text-align: center;
	width: 50%;
	margin: 1% auto;
	position: relative;
}
.pagination span, .pagination a {
	background: none;
	padding: 0 6px;
}
.pagination ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	list-style: none;
	float: right;
	width: 100%;
}
.pagination .table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.pagination ul li {
	float: left;
	box-shadow: none;
	text-align: center;
	list-style: none;
}
.pagination ul li a, .pagination ul li span {
	text-transform: none;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 15px;
	border: 1px solid #cacaca;
	margin: 3px;
	padding: 5px 10px;
	display: block;
	color: #000;
}
.pagination ul li:hover {
}
.pagination ul li:hover a {
	background-color: #6F9E2E;
	color: #fff;
}
.pull-right {
	margin-top: 0px;
}
.tooltip {
	display: none;
}
div.tooltip {
	position: absolute !important;
}

/**************************************************************************************/
/*   QUERIES	
																	  */
@media (max-width: 1440px) {
#logo-wrap img {
	width: 326px;
	margin: 5px;
}
#navigation .menu a {
	padding: 12px 21px
}
.grower-wrap h3 {
	float: none;
	display: block;
	margin: 1% auto;
}
.grower-wrap .grower-inner {
	float: none;
	width: 100%;
	margin-left: 0;
}
.grower-wrap h4 {
	text-align: center;
}
.content-section-wrap h3, .ach-category, .ach .content-section-wrap ul {
	width:69%;
}
}
@media (max-width: 1366px) {
	#logo-wrap img {
	width: 300px;
	margin: 5px;
}
#navigation .menu a {
	padding: 10px 18px
}
}
@media (max-width: 1280px) {
		#logo-wrap img {
	width: 280px;
	margin: 3px;
}
#navigation .menu a {
	padding: 10px 16px;
	font-size:13px;
}
.scroll-to-fixed-fixed #logo-wrap {
	padding: 3px 8px;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #logo-wrap a img {
	width: 249px;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #navbar-wrap {
    bottom: -13px;
	transition: 0.5s;
}
.scroll-to-fixed-fixed #navigation .menu a {
	margin: 0px;
	padding: 8px 14px;
	font-size: 12px;

}
#homeart .patron {
	    width: 15%;
    margin: 2%;
}
.exib-gall{

}
div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img{

}
}
@media (max-width: 1200px) {
#navbar-wrap {
    visibility: hidden;
    height: 0;
	float:none;
	bottom:0px;
}
#navbar-wrap.expand {
	height:100%;
	visibility: visible;
	width: 100%;
	margin: 0;
	top: 0;
	position:relative;
	/*transition: 2s;*/
}	
#navbar-wrap.expand:before {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;	
}
#navbar{
	float:none;
}

#menu_button {
	visibility: visible;
	display: block;
}
#navigation{
    margin-left: 0;
    margin-right: 0;
}
#navigation .menu > li {
	float:none;
	text-align:center;
}
#navigation .menu > li a{
background-color: rgba(130, 130, 130, 0.45);
}
#navbar-wrap.expand #navigation .menu li ul {
	position:inherit;	
	width:100%;
	visibility: visible;
    opacity: 1;
	background:#CCC;
	-webkit-box-shadow: inset 4px 4px 16px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    inset 4px 4px 16px 0px rgba(50, 50, 50, 0.75);
box-shadow:         inset 4px 4px 16px 0px rgba(50, 50, 50, 0.75);
}
#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover,#navigation .menu > .active > a, #navigation li.active > a {
	color:#FFF; 
}
.half-wraper, .download-page, .tatoo-page {
    width: 90%;
    margin: auto;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 860px) {
	.offer-plate {
    float: left;
    width: 50%;
}
	.grower-wrap{
		    width: 32%;
	}
	.page-blog .item {
    width: 44%;
    margin-right: 1%;
	}
}
@media (max-width: 640px) {
	#content-top-left {
		display:none;
	}

	.top-right-wrap {
		float:none;
		width:100%;
	}
	#content-wrap .item_fulltext li{
		font-size:12px;
		list-style-image:none;
	}
	.content-section-wrap ul span {
		font-size:14px;
	}
	.content-section-wrap h3, .ach-category, .ach .content-section-wrap ul {
    width: 85%;
}
		.grower-wrap{
		    width: 49%;
	}
	.pagination {
		width:100%;
	}
}
@media (max-width: 480px) {
	#logo-wrap img {
    width: 210px;
    margin: 1px;
}
#menu_button {
margin: 15px 10px 5px 10px;	
}
.content-img-right, .content-img-left {
	display:none;
}
	.content-section-wrap h3, .ach-category, .ach .content-section-wrap ul {
    width: 100%;
}
	.grower-wrap{
		    width: 100%;
	}
	.page-blog .item {
		float:none;
    width: 100%;
	}
	.mod-newsflash .item:last-child{
		display:none;
	}
	#content-top-right-down .item {
		    width: 46%;
    margin-right: 2%;
	}
}
@media (max-width: 340px) {
	html,body{
		min-width:340px;
	}
}