.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:0;
}
.clrflt {
	clear:both;
}
.last {
	margin:0 !important;
}
.pad_last {
	padding:0 !important;
}
.no_bg {
	background:none !important;
}
header,nav,section,article,aside,footer,hgroup {
	display: block;
}
input.textfield, input.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius:0;
}
/**************************************************************************************/
a {
	color:#5f7600;
	text-decoration:none;
	outline:0 none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
/*----------------------------------------------------------------------------------*/
html {
}
body {
	color:#000;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight: 300;
	margin:0px;
	padding:0px;
}
.flt_lt {
	float:left;
	display:inline;
}
.flt_rt {
	float:right;
	display:inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper {
	margin:0 auto;
	-webkit-text-size-adjust:100%;
}
.container {
	width:1200px;
	margin:0 auto;
}
/*-------------------------------------------*/

/* ------------------ HEADER HERE -------------------*/
header {
	width:100%;
}
.header_top {
	width:100%;
	background:#c79100;
	padding:0;
	margin:0;
}
.top_right {
	float:right;
	display:inline-block;
	padding:0px 9px 0 0;
	margin:0;
	/*width:479px;*/
}
.top_right ul {
	float:left;
	display:inline-block;
	padding:0;
	margin:0;
	border-right:1px solid #ac7d00;
	
}
.top_right ul li {
	float:left;
	display:inline-block;
	padding:0;
	border-left:1px solid #ac7d00;
	font-size:14px;
	color:#ffffff;
	font-weight:400;
	display:inline-block;
}
.top_right ul li a:hover {
	opacity:0.7;
}

.top_right ul li a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:600;
	display: block;
	padding:9px 16px 8px 15px;
}
.top_right ul li a.tel {
	/*font-size: 14px;*/
}
.social_icons {
	display:inline-block;
	float:right;
	padding:4px 0px 0 10px;
	margin:0;
}
.social_icons ul {
	float:left;
	display:inline-block;
	border:none;
}
.social_icons ul li {
	float:left;
	display:inline-block;
	margin:0 0 0 4px!important;
	padding: 0;
	border-left:none;
}
.social_icons ul li.toplangs {
	margin-left: 20px!important;
	border-left:1px solid #ac7d00;

}
.social_icons ul li a {
	display:block;
	padding: 3px 0;
	font-size: 16px;
	
	
}
.social_icons ul li.toplangs a {
	margin-left: 6px;
	display: inline-block;
	vertical-align: top;
}
.social_icons ul li a img:hover {
}
.social_icons ul li a img {
	display: block;
	background: #fff;
	border-radius:4px;
	height:23px;
	width:auto;
}
.social_icons ul li.toplangs a img {
	width: 23px;
	object-fit: cover;
}
.header_main {
	width:100%;
	background:#ffffff;
	padding:14px 0 8px 0;
}
.logo {
	float:left;
	display:inline-block;
	padding:0px 0 0 4px;
}
.logo a {
	display:inline-block;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.main_right {
	float:right;
	display:inline-block;
}
.main_right a {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#2a2a2a;
	font-weight:500;
	background:url(../img/task_manager_img.png) no-repeat right top;
	width:188px;
	height:55px;
	padding:52px 0 0 0;
	margin:4px 27px 0 0;
	text-align:center;
	float:left;
	display:inline-block;
}
.main_right a:hover {
	opacity: 0.8;
}

.search {
	width:249px;
	background:url(../img/search_bg.png) repeat;
	display:inline-block;
	margin:50px 20px 0 0;
	border-radius:6px 0 0 6px;
}
.search .textfield {
	width:153px;
	float:left;
	display:inline-block;
	border:none;
	outline:none;
	padding:0;
	margin:15px 0 0 18px;
	background-color: #f8f8f8;
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#4d4d4d;
	font-weight:400;
}
.search .button:hover {
	opacity:0.9;
}
.search .button {
	width:59px;
	float:right;
	display:inline-block;
	background:url(../img/search.png) no-repeat center right;
	height:40px;
	border:none;
	outline:none;
	cursor:pointer;
}
/* ---------------------------------------------------------*/



/* ------------------------- NAVIGATION HERE ---------------*/
.main_nav {
	width:100%;
	background:#5f7600;
}
nav {
	display:block;
	padding:0;
	margin:0 auto;
	width:1200px;
}
nav > ul {
	float:left;
	display:inline-block;
	border-right:1px solid #506300;
	padding:0;
	margin:0;
}
nav > ul > li {
	float:left;
	display:inline-block;
	border-left:1px solid #506300;
	padding:0;
	margin:0;
}
nav > ul > li > a {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:500;
	padding:13px 17px 13px 23px;
	margin:0;
	display:block;
}
nav > ul > li > a:hover {
	background:#99aa4a;
	color:#ffffff;
}
nav ul > li.active {
	background:#99aa4a;
	display:inline-block;
}
/*nav > ul > li.active:hover {
	background:#073758;
}*/
nav > ul > li > a:hover {
}

nav ul li {
	position: relative
}
nav ul li:hover > ul {
	display: block;
}
nav ul li ul {
	list-style: none;
	display: none;
	position: absolute;
	top:100%;
	left:0;
	width:auto;
	padding: 0px 0;
	margin:0;
	background: #5f7600;
	z-index: 100;
}
nav ul li ul li {
	display: block;
	border-bottom: 1px solid #fff;
}
nav ul li ul li:last-child {
	border-bottom: 0;
}
nav ul li ul li a {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	display: block;
	padding: 5px 10px;
	text-align: left;
}
nav ul li ul li a.active, nav ul li ul li a:hover {
	color:#fff;
	background:#99aa4a; 
}
nav ul li ul li ul {
	left: 100%;
	top:0;
}

.menu_icon {
	display:none;
}
/* ---------------------------------------------------------*/


/* ------------------------BANNER HERE --------------*/
/*.banner {
	width:100%;
	background:#f3efea;
	padding:0;
	margin:0;

	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	
}*/
.banner {
	width:100%;
	display:block;
	padding:0 0 0px 0;
	margin:0;
}
.banner img {
	width:100%;
	height:auto;
	display: block;
}
.banner_in {
	width:1195px;
	margin:0 auto;
	position:relative;
	display:block;
	padding:0;
}
.banner_in_rt {
	width:706px;
	float:right;
	display:block;
	padding:0;
	margin:0 24px 0 0;
	position:absolute;
	bottom:78px;
	right:0;
}
.banner_in_rt h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:60px;
	line-height:62px;
	color:#ffffff;
	display:block;
	font-style:italic;
	padding:0 0 14px 0;
	margin:0;
	font-weight:600;
	text-shadow:5px 5px 7px #547b00;
}
.banner_in_rt h1 span {
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	line-height:42px;
	color:#ffffff;
	font-style:italic;
	font-weight:600;
	text-shadow:5px 5px 7px #547b00;
}
.banner_in_rt p {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	line-height:26px;
	color:#2a2a2a;
	display:block;
	font-style:italic;
	font-weight:600;
	margin: 0;
	padding:0;
}
.ban_cont {
	position:relative;
	float: left;
	width:100%;
}
.ban_left {
	float:left;
	display:inline-block;
	width:523px;
	padding:24px 0 35px 15px;
	margin:0;
	position:relative;
	z-index:999;
}
.ban_left h2 {
	font-family:'Roboto', sans-serif;
	font-size:28px;
	color:#413f40;
	font-weight:300;
	padding:0 0 12px 0;
	margin:0;
}
.ban_left h2 a {
	color:#413f40;
}
.ban_left p {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#232323;
	font-weight:300;
	line-height:20px;
	padding:0;
	margin:0;
}
.ban_left p a {
	color:#5f7600;
}
.ban_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width:500px;
}
.ban_right img {
	height:100%;
	width:auto;
	display:block;
	float: right;
}	
/* ---------------------------------------------------------*/


/* ------------------------ MIAN CONTENT HERE --------------*/
.main_content {
	width:100%;
	background:#f0f0f0;
	padding:36px 0 52px 0;
	display:inline-block;
	position:relative;
	z-index:9;
	margin:0 0 -4px 0;
}
.main_content.inside {
	padding:16px 0 52px 0;
}
.content {
	width:98%;
	margin:0 auto;
	background:#ffffff;
	display:table;
}
.content_left {
	width:197px;
	background:#fff;
	padding:0px 0 28px 0;
	vertical-align:top;
	display:table-cell;
	border-right: 1px solid #cfcfcf;
}
.content_left_mobile {
	display: none;
}
.content_left ul {
	list-style-type:none;
	display:block;
	padding:0 0 0px 0;
	margin: 0;
}
.content_left ul.in_subcats {
	margin-top: 30px;
}
.content_left ul li {
	display:block;
	border-bottom:1px solid #d4d4d4;
	padding:0;
	margin:0;
}
.content_left ul li:last-child {
	/*border-bottom: 0;*/
}
.content_left ul li.heading a {
	background: #5f7600;
	color: #fff;
}
.content_left ul li a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#232323;
	font-weight:300;
	text-align:left;
	line-height: 16px;
	padding:11px 14px 12px 23px;
	display:block;
}
.content_left ul li:not(.heading) a:hover, .content_left ul li.active a {
	background:#d7d7d7;
}
.left_bottom {
	display:block;
	text-align:center;
}
.left_bottom ul {
	display:inline-block;
	padding:0;
	margin:0;
}
.left_bottom ul li {
	list-style-type:none;
	display:block;
	border:0;
	padding:0 0 10px 0;
}
.left_bottom ul li a {
	display:block;
	text-align:center;
	padding:0;
}
.left_bottom ul li a:hover {
	background:none;
}

.left_bottom ul li p {
	margin: 0;
	padding: 3px 0 0;
}
.content_right {
	width:922px;
	display:inline-block;
	background:#ffffff;
	padding:20px 24px 0 36px;
}
.content_right img.heading {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
.content_right h2, .pageHeading {
	font-family:'Roboto', sans-serif;
	font-size:24px;
	color:#232323;
	font-weight:300;
	padding:0 0 25px 0;
	margin:0;
}
.content_right h2 a {
	color:#232323;
}
.content_right p {
	font-family:'Roboto', sans-serif;
	font-size:15px;
	line-height:25px;
	color:#232323;
	font-weight:400;
	padding:30px 0 0 0;
	margin:0;
}
.right_bottom {
	width:25%;
	min-height:333px;
	background:#efe9e8;
	padding:25px 15px;
	float:left;
	display:inline-block;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.search_results .right_bottom {
	margin: 0 0 10px;
}
.right_bottom h3 {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#414141;
	font-weight:400;
	padding:0 0 17px 0;
	margin:0;
}
.right_bottom h3 a {
	color:#414141;
}
.right_bottom p {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#2b2b2b;
	font-weight:300;
	padding:0;
	margin:0;
	line-height:19px;
}
.tonea {
	background:#f7f2ec;
}
.hteth {
	background:#edf1f7;
}
/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
footer {
	width:100%;
	background:#5f7600;
	padding:25px 0 20px 0;
}
.footer_cont {
	width:62%;
	margin:0 auto;
}
.footer_left {
	float:left;
	display:inline-block;
	padding:0;
	margin:0;
}
.footer_left ul {
	float:left;
	display:inline-block;
	padding:0;
	margin:0;
}
.footer_left ul li {
	list-style-type:none;
	float:left;
	display:inline-block;
	border-right:1px solid #ffffff;
	padding:0 7px 0 6px;
	margin:0;
}
.footer_left ul li a {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:400;
	display:inline-block;
}
.footer_left ul li a:hover {
	text-decoration:underline;
}
.footer_left ul li.no_boder {
	border:none;
}
.footer_right {
	float:right;
	display:inline-block;
	padding:0;
	margin:0;
}
.footer_right p {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#bcbcbc;
	font-weight:400;
	padding:0;
	margin:0;
}
.footer_right p a {
	color:#bcbcbc;
}
.footer_right p a:hover {
	text-decoration:underline;
}
.copy {
}
/* ---------------------------------------------------------*/


.breadcrumbs_cont {
	float: left;
	margin:0px auto;
	padding: 0px 0 16px;
	width:100%;
	color:#333;
	font-size:14px;
}
.breadcrumbs {
	margin:0 0 0 14px;
}
.breadcrumbs a {
	color:#333;
}

/*engine*/

.errorBox {  font-size : 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 14px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 14px; color: #70d250; text-decoration: underline; }

.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  

}
TD.infoBoxHeading {
  
  font-size: 0px;
  color: #f9f9f9;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #62a2e2;
  border-spacing: 1px;
}
.productListing-heading {
  
  font-size: 12px;
  background: #62a2e2;
  color: #ffffff;
  font-weight: bold;
}
TD.productListing-data {
  
  font-size: 10px;
  font-weight: bold;
}
A.pageResults {
  color: #0000FF;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


TR.subBar {
  background: #f4f7fd;
}
TD.subBar {
  
  font-size: 12px;
  color: #000000;
}
TD.main, P.main {
  
  
  line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 12px;
  font-weight: bold;
}
TD.smallText2, SPAN.smallText2, P.smallText2 {
	
	border: thin dotted #DADADA;
	font-size: 11px;
	padding-left: 8px;
}
TD.smallText3, SPAN.smallText3, P.smallText3 {
	border: thin dotted #DADADA;
}
TD.smallText4, SPAN.smallText4, P.smallText4 {
	
	font-size: 13px;
	  font-weight: bold;
}
TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}
TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}
TD.fieldValue {
  
  font-size: 12px;
}
TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}
SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}
SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  
  font-size: 12px;
  font-weight: bold;
}
SPAN.markProductOutOfStock {
  
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  
  color: #ff0000;
}
SPAN.errorText {
  
  color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }
/* message box */
.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 13px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 13px; background-color: #99ff00; }
.inputRequirement {  font-size: 10px; color: #ff0000; }

.diloseis {
	width: 20%;
	padding:5px;
	font-size:10px;
	text-align:center;
	font-style:italic;
	vertical-align:top;
}

td.perioxes {
	background-color: #1a7abd;
	font-size: 11px;
	font-weight: bold;
   color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 112px;
}
td.perioxes-hover {
	background-color: #ffcc99;
	font-size: 11px;
	font-weight: bold;
   color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 112px;
}

.oscbutton
{
	height:22px;
	vertical-align:top;
	background-color:#f0f0f0;
	border:1px solid #000;
	cursor:pointer;
}
.radio_choice {
	cursor: pointer;
}
tr.hidden {
	display: none;
}
tr.hidden.active {
	display: table-row;
}

.custom_btn {
	background:#c79100;
	color: #fff;
	font-size:14px;
	border:0;
	border-radius:5px;
	display: inline-block;
	padding:8px 10px;
	text-align:center;
	cursor:pointer;
	font-weight: 400;
	min-width:150px;
}
.custom_btn:hover {
	opacity: 0.8;
}
.custom_btn.green, .btn-green {
	background:#00bd02;
	color: #fff!important;
}
.contact_us {
	width:45%;
	padding: 0 5% 0 0;
}
.contact_us.info {
	padding: 0 0 0 5%;
}
.contact_us.info iframe {
	width: 100%;
}
.contact_us input[type="text"], .contact_us textarea {
	width:350px;
	margin: 0 0 6px;
	border:1px solid #ccc;
	padding: 5px;
}
.password_area {
	display: none;
}
.password_area.active {
	display: table-row;
}

.cal_month {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
}

.syggramma {
	margin: 0 20px 20px 0;
	display:inline-block;
	vertical-align: top;
	width:294px;
}
.syggramma.last {
	margin: 0 0 20px 0;
}
.syggramma img {
	width:100%;
	height: auto;
}
.syggramma p {
	text-align: center;
	font-size:14px;
	font-weight:300;
	color:#000;
}
.syggramma p a {
	color: #000;
}
.product_info .products_image {
	float:left;
	padding: 0 20px 20px 0;
}
.product_info .products_image.back {
	float: right;
	padding: 0 0 20px;
}
.product_info .products_name {
	font-weight: 400;
	font-size:18px;
	margin:0 0 12px;
	padding: 0 0 4px;
		border-bottom:1px solid #ccc;
		text-align: left;
}
.content_right .product_info p {
	margin: 0;
	padding: 0 0 10px;
}
.menu_heading {
	display:table;
	table-layout: fixed;
	width:100%;
	background:#5f7600;
	color: #fff;
	border-radius:5px 0 0 5px;
	margin: 0 0 30px;
	max=height:150px;
	overflow: hidden;
	
}
.menu_heading span.mtitle {
	display: table-cell;
	padding: 0px 20px;
	vertical-align: middle;
	font-size:26px;
	width:65%;
	
}
.menu_heading  span.mimg {
	display: table-cell;
	width:35%;
	vertical-align: top;	
	text-align: right;
	padding: 0;
	overflow: hidden;
}
.menu_heading span.mimg img {
	width: 100%;
	height:auto;

	display: block;

	float: right;
}
.magnificGallery.normalThumbs {
	  -moz-column-count: 4;
	  -webkit-column-count: 4;
	  column-count: 4;
	  margin: 20px 0 0;
}
.magnificGallery.bigThumbs a {
	display:inline-block;
	vertical-align: top;
	width:49%;
	margin: 0 1% 10px 0;
	
}
.magnificGallery.bigThumbs a {
	
	
}
.magnificGallery.bigThumbs a img {
	max-width: 100%;
	height: auto;
}
.magnificGallery.normalThumbs a img {
	max-width: 200px;
	height: auto;
	
}

.faq .ui-state-active, .faq .ui-widget-content .ui-state-active, .faq .ui-widget-header .ui-state-active, .faq a.ui-button:active, .faq .ui-button:active, .faq .ui-button.ui-state-active:hover {
	background: #5f7600;
	border-color: #5f7600;
}
.faq .ui-accordion a.ui-accordion-header:hover {
	color: #fff;
}

.inpagecontent blockquote {
	border-left:5px solid #ccc;
	padding: 0 0 0 20px;
}
.inpagecontent img {
	max-width: 100%;
	height: auto;
}


.myButton {
	box-shadow: 0px 0px 0px 0px #3dc21b;
	background-color:#44c767;
	border-radius:13px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	padding:14px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	margin: 20px 0px;
}
.myButton:hover {
	background-color:#32b254;
		color:#fffedc;
}
.myButton:active {
	position:relative;
	top:1px;
}

.next_synedria {
	background:#5f7600;
	padding: 20px 0 0px;
}
.next_synedria_inner {
	padding: 0 10px 10px;
	text-align: center;
}
.next_synedria h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 33px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight:400;
}
.next_synedria a {
	
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 20px;
}
td.synedria_date {
	border:1px solid #d0d0d0;
	padding:0;
	margin:3px;

	font-size:10pt;
}

td.synedria_date a {
	display: block;
	padding:3px;
	color:#000000;
}