/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
    Combination of http://meyerweb.com/eric/tools/css/reset/, http://github.com/necolas/normalize.css, http://ru.html5boilerplate.com and personal experience
    by Robert Haritonov http://rhr.me/rreset
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q,
samp, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, canvas, embed,
figcaption, hgroup, output, ruby, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*
 * Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}


ol, ul {
 list-style: none;
}


/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover, a:active {
  outline: none;
}

blockquote, q {
  quotes: none;
  margin: 1em 40px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*
 * Addresses styling not present in 8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b, strong {
  font-weight: 700;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Corrects inline-block display not defined in 8/9 & FF3
 */
audio[controls], canvas, video {
  display: inline-block;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Addresses margin not present in 8/9, S5, O11
 */
figure {
  margin: 0;
}

/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE8/9
 */
legend {
  border: 0;
  /* 1 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 */
button, input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in 8/9
 * 2. Improves readability and aligment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*
body {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 100%;
  line-height: 100%;
  color: #282828;
  background: url("../img/background.jpg") repeat 0px 0px;
}
 */


body {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 100%;
  line-height: 100%;
  color: #282828;
  background-color: #ffffff;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@font-face {
  font-family: "arapeyitalic";
  src: url("../fonts/arapey/arapey-italic.eot");
  src: url("../fonts/arapey/arapey-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/arapey/arapey-italic.woff") format("woff"), url("../fonts/arapey/arapey-italic.ttf") format("truetype"), url("../fonts/arapey/arapey-italic.svg#arapeyitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arapeyregular";
  src: url("../fonts/arapey/arapey-regular.eot");
  src: url("../fonts/arapey/arapey-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/arapey/arapey-regular.woff") format("woff"), url("../fonts/arapey/arapey-regular.ttf") format("truetype"), url("../fonts/arapey/arapey-regular.svg#arapeyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*	
@include res(large){width: 400px;}
@include res(medium){width: 300px;}
@include res(smallB){width: 200px;}
@include res(small){width: 100px;}
*/
/* (min-width: 767px) and (max-width: 1023px) */
/* (min-width: 479px) and (max-width: 767px) */
/* (min-width: 319px) and (max-width: 479px) */
.center {
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
}

.new_main_container {
  padding: 0 0 508px;
}

.new_header {
  min-width: 1024px;
}
.new_header .new_top_line {
  background: #b8ceae;
  height: 50px;
}
.new_header .new_top_line .center {
  padding: 0 42px;
}
.new_header .new_top_line .new_serch {
  float: left;
}
.new_header .new_top_line .new_serch form {
  margin: 9px 0;
}
.new_header .new_top_line .new_serch form input[type=text] {
  width: 235px;
  height: 32px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0 10px;
  font-family: "OpenSans", sans-serif;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.new_header .new_top_line .new_serch form input[type=submit] {
  background: url("../img/search-button.png") no-repeat 0px 0px;
  width: 18px;
  height: 17px;
  border: none;
  outline: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.new_header .new_top_line .new_account {
  float: left;
  margin: 16px 0 0 193px;
}
.new_header .new_top_line .new_account li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin: 0 6px 0;
}
.new_header .new_top_line .new_account li:hover .drop_down_block {
  display: block;
}
.new_header .new_top_line .new_account li.drop_down_arrow {
  height: 33px;
}
.new_header .new_top_line .new_account li.drop_down_arrow:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-down.png") no-repeat 0px 0px;
  width: 9px;
  height: 6px;
  vertical-align: middle;
  margin: 0 3px;
}
.new_header .new_top_line .new_account li a {
  color: #282828;
}
.new_header .new_top_line .new_account li ul.drop_down_block {
  position: absolute;
  background: #9cbb8e;
  padding: 15px 20px;
  top: 33px;
  display: none;
  min-width: 190px;
  font-size: 15px;
}
.new_header .new_top_line .new_account li ul.drop_down_block li {
  display: block;
}
.new_header .new_top_line .new_account li ul.drop_down_block li a {
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}
.new_header .new_top_line .new_account li ul.drop_down_block li a:hover {
  color: #fff;
  transition: color .3s linear;
}
.new_header .new_top_line .new_cart {
  float: right;
  margin: 7px 0 0 0;
}
.new_header .new_top_line .new_cart .icon_cart {
  width: 33px;
  height: 35px;
  background: url("../img/icon-cart.png") no-repeat 1px 7px;
  position: relative;
  float: left;
}
.new_header .new_top_line .new_cart .icon_cart span {
  position: absolute;
  background: #fff;
  right: 0;
  font-size: 11px;
  padding: 1px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
}




.new_header .new_top_line .new_cart .new_checkout {
  border: 2px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #282828;
  float: left;
  padding: 6px 4px;
  margin: 0 0 0 10px;
}
.new_header .new_top_line .new_cart .new_checkout:hover {
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
  transition: color .3s linear;
  color: #fff;
}
.new_header .middle_block {
  text-align: center;
}
.new_header .middle_block .new_logo {
  display: inline-block;
  margin: 20px 0;
}
.new_header .middle_block .new_logo img {
  width: 454px;
  height: 135px;
}
.new_header .navigation {
  height: 50px;
}
.new_header .navigation .center {
  position: relative;
}
.new_header .navigation .center:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d2d2cc;
  background: -moz-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d2d2cc), color-stop(22%, #9da09d), color-stop(74%, #939696), color-stop(100%, #d2d2cc));
  background: -webkit-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -o-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -ms-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: linear-gradient(to right, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2cc', endColorstr='#d2d2cc',GradientType=1 );
}
.new_header .navigation .center:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d2d2cc;
  background: -moz-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d2d2cc), color-stop(22%, #9da09d), color-stop(74%, #939696), color-stop(100%, #d2d2cc));
  background: -webkit-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -o-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: -ms-linear-gradient(left, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  background: linear-gradient(to right, #d2d2cc 0%, #9da09d 22%, #939696 74%, #d2d2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2cc', endColorstr='#d2d2cc',GradientType=1 );
}
.new_header .navigation .new_menu {
  position: relative;
}
.new_header .navigation .new_menu > li {
  display: inline-block;
 padding: 15px 11px;
  text-align: center;
}
.new_header .navigation .new_menu > li>:hover {
  font-weight: 600;
}
/*
.new_header .navigation .new_menu > li>a:hover .block_drop_navigation {
  display: table;
}
*/
.new_header .navigation .new_menu > li > a {
  display: inline-block;
  text-decoration: none;
  color: #282828;
  text-transform: uppercase;
/*  margin: 15px 0;*/
  font-size: 14px;
}
.new_header .navigation .new_menu > li:first-child {
  margin: 0px 10px 0 50px;
  width: 40px;
}
.new_header .navigation .new_menu > li:nth-child(2) {
  width: 104px;
}
.new_header .navigation .new_menu > li:nth-child(3) {
  width: 153px;
}
.new_header .navigation .new_menu > li:nth-child(4) {
  width: 96px;
}
.new_header .navigation .new_menu > li:nth-child(5) {
  width: 95px;
}
.new_header .navigation .new_menu > li:nth-child(6) {
  width: 98px;
}
.new_header .navigation .new_menu > li:nth-child(7) {
  width: 41px;
}
.new_header .navigation .new_menu > li:last-child {
  width: 95px;
}
.new_header .navigation .new_menu .block_drop_navigation {
  position: absolute;
  width: 100%;
  box-shadow: 11px 9px 16px #666;
  background: #ECEDE8;
  display: none;
  left: 0;
  top: 102%;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div {
  width: 245px;
  padding: 5px 10px 10px 15px;
  border-left: 1px solid #cfcfc9;
  box-sizing: border-box;
  text-align: left;
  display: table-cell;
  height: 100%;
  vertical-align: top;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div img {
  width: 220px;
  height: auto;
}
.new_header .navigation .new_menu .block_drop_navigation > div h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 15px 0 10px 0;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div ul li {
  margin: 5px 0;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div ul li a {
  text-decoration: none;
  color: #282828;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div ul li a:hover {
  color: #698263;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div:first-child {
  border: none;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}
.new_header .navigation .new_menu .block_drop_navigation > div:last-child {
  border-right: none;
    transition-delay: .07s; /* delays for 3 seconds - doing it this long to make it obvious during testing */
-webkit-transition-delay: .07s; /* for Safari & Chrome */
}

/***************************************************************/
.content {
  margin: 20px 0 50px 0;
}
/** paragraph breaks fix **/
.content-inside p, .content-inside td, .content-inside table {
     line-height: 18px;
     margin-top: 15px;
     margin-bottom: 15px;
}
.content-inside h1 {
     margin-bottom: 20px;
     
}
.content-inside table{
}
.content-inside table td{
	padding:10px;
	vertical-align:top;
}
.content-inside a:link, .content-inside a:visited, .BodyTiny{
	color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* ORIGINAL: color:#bd6112; */
	/* VERSION2: color:#bd6112; */
}

.content-inside a:link:hover {
	/* color:#94b585; */
	color:#977656;
}




.content-inside .BodyTiny{
	font-size:12px;
}

/***************************************************************/
.content .popup {
     
     margin-right: 15px;
     margin-left: 15px;
}
.content .center {
  padding: 0 22px;
  overflow: hidden;
}
.content .new_item-left, .content .new_item-right {
  width: 220px;
}
.content .new_item-left .items_little, .content .new_item-right .items_little {
  margin: 0 0 20px 0;
}
.content .new_item-left .items_little img, .content .new_item-right .items_little img {
  width: 220px;
  height: auto;
  display: block;
}
.content .new_item-left .items_little .new_text_block, .content .new_item-right .items_little .new_text_block {
 position: relative;
  text-align: center;
  box-sizing: border-box;
}
.content .new_item-left .items_little .new_text_block .ellipse, .content .new_item-right .items_little .new_text_block .ellipse {
  width: 70px;
  height: 70px;
  -moz-border-radius: 34px / 35px;
  -webkit-border-radius: 34px / 35px;
  border-radius: 34px / 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box; 
  padding: 15px 0;
  text-align: center;
  position: absolute;
  left: 78px;
  top: -23px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1; 
}
.content .new_item-left {
  float: left;
}
.content .new_item-center {
  width: 460px;
  float: left;
  margin: 0 20px;
}
.content .new_item-center .items_big, .content .new_item-center .items_middle {
  max-width: 100%;
  background-color: #fff;
  margin: 0 0 20px 0;
}
.content .new_item-center .items_big img, .content .new_item-center .items_middle img {
  width: 460px;
  height: auto;
}
.content .new_item-center .items_big .new_text_block, .content .new_item-center .items_middle .new_text_block {
  width: 420px;
  margin: -60px auto 0;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 10px 25px 25px;
  box-sizing: border-box;
  text-align: center;
}
.content .new_item-center .items_big .new_text_block .new_show, .content .new_item-center .items_middle .new_text_block .new_show {
  color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* ORIGINAL: color:#bd6112; */
	/* VERSION2: color:#669c4f; */
  margin: 15px 0 0 0;
}
.content .new_item-center .items_big .new_text_block .new_show:hover, .content .new_item-center .items_middle .new_text_block .new_show:hover {
  color: #b8ceae;
}
.content .new_item-center .items_middle .new_text_block {
  margin: 0 auto;
  padding: 20px 25px 20px 25px;
}
.content .new_item-right {
  float: right;
}
.content .new_item-right .white_block .new_text_block {
  background-color: #fff;
  padding: 20px 9px 30px 9px;
}
.content .new_block_big-descript {
  background: #fff;
  float: left;
  margin: 0 20px;
}
.content .new_block_big-descript .new-block_img-title {
  width: 470px;
  min-height: 100%;
  float: left;
  background: #698263;
  text-align: center;
}
.content .new_block_big-descript .new-block_img-title .new_title {
  color: #fff;
  padding: 35px 55px 26px;
}
.content .new_block_big-descript .new-block_img-title img {
  width: 470px;
  height: auto;
}
.content .new_block_big-descript .new-block_img-title .new_text_descript {
  margin: 35px 55px 45px;
}
.content .new_block_big-descript .new-block_img-title .new_text_descript h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.content .new_block_big-descript .new-block_img-title .new_text_descript p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.content .new_block_big-descript .new_text-block {
  float: right;
  padding: 50px 60px 26px 55px;
  width: 470px;
  box-sizing: border-box;
}
.content .new_block_big-descript .new_text-block p {
  font-size: 13px;
  line-height: 21px;
}
.content .new_customer {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  text-align: center;
}
.content .new_customer .new_title_customer {
  color: #282828;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.content .new_customer .new_title_customer:before {
  content: "";
  height: 1px;
  display: inline-block;
  width: 39%;
  background: #cfcfc9;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.content .new_customer .new_title_customer:after {
  content: "";
  height: 1px;
  display: inline-block;
  width: 39%;
  background: #cfcfc9;
  margin: 0 0px 0 20px;
  vertical-align: middle;
}
.content .new_customer .new_some_text {
  width: 590px;
  text-align: center;
  font-family: "arapeyitalic";
  color: #282828;
  font-size: 18px;
  margin: 30px auto 15px;
}
.content .new_customer .new_some_text span {
  display: inline-block;
  margin: 10px 0 0 0;
}
.content .new_customer .new_show_more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* VERSION2: color:#669c4f; */
  font-weight: 600;
}
.content .new_customer .new_show_more:hover {
  color: #b8ceae;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
}



.footer_featured_item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* VERSION2: color:#669c4f; */
  font-weight: 600;
}
.footer_featured_item:hover {
  color: #b8ceae;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
}














.footer {
  margin-top: -508px;
  min-width: 1024px;
}
.footer .new_block_sing_up {
  width: 100%;
  margin: 0 0 4px 0;
  background-color: #889d7f;
  text-align: center;
}
.footer .new_block_sing_up .center {
  padding: 0 42px;
  overflow: hidden;
}
.footer .new_block_sing_up .new_subscription {
  margin: 17px auto;
}
.footer .new_block_sing_up .new_subscription p {
  color: #fff;
  font-family: "arapeyitalic";
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer .new_block_sing_up .new_subscription form {
  display: inline-block;
  vertical-align: middle;
}
.footer .new_block_sing_up .new_subscription form input[type=text] {
  width: 265px;
  height: 32px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  display: inline-block;
  border: none;
  outline: none;
  font-size: 13px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
.footer .new_block_sing_up .new_subscription form input[type=submit] {
  width: 114px;
  height: 33px;
  border: 2px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  font-size: 13px;
  font-weight: bold;
}
.footer .new_block_sing_up .new_subscription form input[type=submit]:hover {
  color: #282828;
}
.footer .footer_middle-bottom_link {
  background-color: #b8ceae;
  padding: 0 0 30px;
}
.footer .footer_middle-bottom_link .center {
  padding: 0 42px;
  overflow: hidden;
}
.footer .footer_middle-bottom_link .main_block_links {
  margin: 35px 0;
  border-bottom: 1px solid #99aa8d;
  padding: 0 0 35px;
  overflow: hidden;
}
.footer .footer_middle-bottom_link .main_block_links .items_link {
  width: 156.66667px;
  float: left;
}
.footer .footer_middle-bottom_link .main_block_links .items_link h3 {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.footer .footer_middle-bottom_link .main_block_links .items_link a, .footer .footer_middle-bottom_link .main_block_links .items_link p {
  text-decoration: none;
  color: #282828;
  display: block;
  line-height: 21px;
  font-size: 13px;
}


.footer .footer_middle-bottom_link .main_block_links .items_link a:hover {
  text-decoration: underline;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .fb, .footer .footer_middle-bottom_link .main_block_links .items_link.sots .ig, .footer .footer_middle-bottom_link .main_block_links .items_link.sots .pt, .footer .footer_middle-bottom_link .main_block_links .items_link.sots .gp, .footer .footer_middle-bottom_link .main_block_links .items_link.sots .ln, .footer .footer_middle-bottom_link .main_block_links .items_link.sots .tw {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../img/sots-icons-v2.png") no-repeat 0px 0px;
  margin: 0 0 5px;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .fb {
  background-position: 0px 0px;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .gp {
  background-position: -31px 0px;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .ig {
  background-position: -62px 0px;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .tw {
  background-position: -93px 0px;
}
.footer .footer_middle-bottom_link .main_block_links .items_link.sots .pt {
  background-position: -124px 0px;
}

.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_friend-company {
  width: 49%;
  float: left;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_friend-company > .descript {
  font-size: 12px;
  color: #282828;
  width: 380px;
  margin: 0 0 15px;
}
.descript a{
	display:inline;
	margin: 0px;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_friend-company a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_friend-company a:last-child {
  margin: 17px 10px 0 10px;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_copyright {
  width: 49%;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #282828;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_copyright a {
  color: #282828;
  display: inline-block;
  text-decoration: underline;
  margin: 0 0 20px 0;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_copyright a.first-link {
  margin: 0 20px 0 0;
}
.footer .footer_middle-bottom_link .new_block_bottom_footer .new_block_copyright .descript_p {
  width: 390px;
  float: right;
}

/********** C O L O R  ***********/
.green_block {
  background-color: #698263;
}
.green_block .new_text_block {
  background-color: #698263;
  padding: 20px 9px 30px 9px;
}
.green_block .new_text_block .ellipse, .green_block .new_text_block .new_title, .green_block .new_text_block .new_descript_text, .green_block .new_text_block .new_show:hover {
  color: #fff;
}
.green_block .new_text_block .ellipse {
  background-color: #698163;
}
.green_block .new_text_block .new_show {
  color: #dedede;
}

.white_block {
  background-color: #fff;
}
.white_block .new_text_block {
  background-color: #fff;
  padding: 20px 9px 30px 9px;
}
.white_block .new_text_block .ellipse, .white_block .new_text_block .new_title, .white_block .new_text_block .new_descript_text {
  color: #393939;
}

.white_block .new_text_block .new_show:hover {
  color: #b8ceae;
}

.white_block .new_text_block .ellipse {
  background-color: #fff;
}
.white_block .new_text_block .new_show {
  color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* VERSION2: color:#669c4f; */
}

.cream_block {
  background-color: #eae4cf;
}
.cream_block .new_text_block {
  background-color: #eae4cf;
  padding: 20px 9px 30px 9px;
}
.cream_block .new_text_block .ellipse, .cream_block .new_text_block .new_title, .cream_block .new_text_block .new_descript_text {
  color: #393939;
}

.cream_block .new_text_block .new_show:hover {
  color: #b8ceae;
}


.cream_block .new_text_block .ellipse {
  background-color: #eae4cf;
}
.cream_block .new_text_block .new_show {
  color:#568047;
	/* Link color updated to comply with accessibility WCAG AA per webaim.org/resources/contrastchecker/ */
	/* VERSION2: color:#669c4f; */
}

.new_title {
  font-family: "arapeyitalic";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  z-index: 2;
}

.new_descript_text {
  font-size: 13px;
  line-height: 18px;
  margin: 14px 0 0 0;
}

.new_show {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  margin: 25px 0 0 0;
  display: inline-block;
  font-weight: 700;
}
.new_show:hover {
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
}
/* added by Pat & Tina */

.BodyTiny {
    font-size: 12pt;
    color: black;
}

.tablelines {
    border-collapse: collapse;
    empty-cells: show;
    border-style: solid;
    border-width: thin;
}

.tablelines th {
    padding: 5px;
    border-collapse: collapse;
    empty-cells: show;
    border-style: solid;
    border-width: thin;
    background-color: #b8ceae;
}

.tablelines td {
    padding: 5px;
    border-collapse: collapse;
    empty-cells: show;
    border-style: solid;
    border-width: thin;
}
.thumbimage {
    border-style: solid;
    border-width: thin;
	border-color: #889d7f; 
}

.productimage {
    border-style: solid;
    border-width: thin;
	border-color: #889d7f; 
}

/* 
.new_button, a.new_button:link {
	background-color: #889d7f;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 2px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
*/

.new_button, a.new_button:link {
	background-color: #889d7f;
	border: 1px solid #889d7f;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


/*
.new_button:hover, a.new_button:hover  {
	background-color: #eff6ea;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#568047;
	margin: 2px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
*/

.new_button:hover, a.new_button:hover  {
	background-color: #ffffff;
	border: 1px solid #889d7f;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #889d7f;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


a.new_button:visited {
color: #FFFFFF;
}


/*
.new_button, a.new_button:link {
	background-color: #889d7f;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 2px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
*/


.new_button:hover, a.new_button:hover  {
	background-color: #ffffff;
	border: 1px solid #889d7f;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #889d7f;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}




.new_button_small, a.new_button_small:link {
	background-color: #889d7f;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

a.new_button_small:visited {
color: #FFFFFF;
}

.new_button_small:hover, a.new_button_small:hover  {
	background-color: #ffffff;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #977656;
	margin: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}




.new_button_verysmall, a.new_button_verysmall:link {
	background-color: #889d7f;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

a.new_button_verysmall:visited {
color: #FFFFFF;
}



}

.new_button_verysmall:hover, a.new_button_verysmall:hover  {
	background-color: #ffffff;
	border: 1px solid #698263;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #977656;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


/* Start of styles FOR MORE and LESS Buttons on Category Pages */
/* Start of styles FOR MORE and LESS Buttons on Category Pages */
/* Start of styles FOR MORE and LESS Buttons on Category Pages */

.accordion {
  background-color: #ffffff;
  /* background: linear-gradient(#fefefe, #f5f2ed); */
  color: #000000;
  cursor: pointer;
  padding: 0em;
  margin-bottom: 0em;
  margin-top: 0em;
  width: 100%;
  border: none;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  outline: none;
  transition: 0.4s;
  border-radius: 0px 0px 0 0;
  line-height: 175%; 
  font-weight: 500; 
  font-size: 140%;
}

.active, .accordion:hover {
background-color: #ffffff; 
}

.accordion:after {
  content: 'MORE';
  font-family: 'Open Sans', Verdana, sans-serif;
  color: #ffffff;
  background-color: #889d7f;
  font-weight: 400;
  float: right;
  margin-left: 0px;
  margin-top: 2em;
  padding: 0em 1em 0em 1em;
  border-style: solid; 
  border-color: #889d7f; 
  border-top-width: 2px;
  border-right-width: 2px; 
  border-bottom-width: 2px; 
  border-left-width: 2px;
  border-radius: 0px 0px;
  font-size: 70%;
}

.active:after {
  content: "LESS"; 
  /* \2212 */
}

.panel {
  padding: 0;
  margin: 0;
  background-color: #ffffff; /* #fcfaf6 */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-style: solid; 
  border-color: #ffffff; 
  border-top-width: 0px;
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px
}

.one { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: solid; border-color: #ffffff; } /* Tan */

.panelupdates { padding: 0em; }

/* End of styles FOR MORE and LESS Buttons on Category Pages */
/* End of styles FOR MORE and LESS Buttons on Category Pages */
/* End of styles FOR MORE and LESS Buttons on Category Pages */


a.product-list:link { color: #000000; text-decoration: none; }
a.product-list:visited { color: #000000; text-decoration: none; }
a.product-list:focus { color: #000000; text-decoration: underline; }
a.product-list:hover { color: #000000; text-decoration: underline; }
a.product-list:active { color: #000000; text-decoration: underline; }

ul.squareimagebullets {
list-style-image: url(/images/bulletsquare.gif); 
margin-left: 0px; 
padding: 10px;"
}

ul.sidebarsquareimagebullets {
list-style-image: url(/images/bulletsquare.gif); 
margin-left: 0px; 
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
padding-top: 10px;
}



		
hr {
    border: 0;
    height: 1px;
    background: #cfcfc9;
}


.catheader, .header {

font-family: 'Open Sans', Verdana, sans-serif;
text-transform: uppercase;
font-size: 14pt;
font-weight: bold;
border-top: 1px;  
border-color: #CCCCCC; 
border-style: dotted; 
text-align: left;
margin-top:0px;
padding-top: 10px;
margin-left: 0px;
padding-left: 0px;
}


.accounterrormsg {
/* setting this up as it looks like errormsg is being used for something else */
	border:1px solid #cdd2c2;
	padding:10px;
	margin-bottom:10px;
	background-color:#e4e7dd;
	font-weight: bold;
	margin: 0;
}

.ProductErrorMsg {
/* setting this up as it looks like errormsg is being used for something else */
	border:1px solid #cdd2c2;
	padding:10px;
	margin-bottom:10px;
	background-color:#e4e7dd;
	font-weight: bold;
	margin: 0;
}



#productdetails ul {
	list-style-type: disc;
    margin-left: 20px;
}

#error{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 40px;
	margin-right:40px;
}
.message, #error p {
	border:1px solid #ee2d24;
	padding:10px;
	color: #ee2d24;
	margin-bottom:10px;
	background-color:#fff8f8;
	margin: 0;
}
#error p {
	text-align:center;
	margin: 0;
}

/* end added by Pat & Tina*/



.new_item-left .items_little:nth-child(1), .new_item-right .items_little:nth-child(1) {
  min-height: 475px;
}

.new_item-left {
  margin: 0 0 0 20px;
}

.new_item-right {
  margin: 0 20px 0 0;
}

.placeholder {
  color: #aaa;
}

.text-placeholder {
  color: #AAA !important;
}
.sidebar{
  text-decoration: none;
  font-size: 13px;
  line-height:21px;
  color:#282828;
  vertical-align:top;
}
.sidebar a:link, .sidebar a:visited {
  text-decoration: none;
  font-size: 13px;
  line-height:21px;
  color:#282828;
}
.sidebar a:hover {
  text-decoration: none;
  font-size: 13px;
  line-height:21px;
  color:#282828;
  text-decoration:underline;
}
.content{
  text-decoration: none;
  font-size: 13px;
  line-height:21px;
  color:#282828;
}
h1 {
    font-size: 24px;
    line-height: 118%;
}

.categorypagesubcategorynames {
    font-size: 14px;
    line-height: 100%;
}

.sidemenu ul {
    margin-left: 15px;
}

.producth2
{
    font-size: 120%;
	padding-top: 1.5em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.producth2aboveUL
{
    font-size: 120%;
	padding-top: 1.5em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 1em;
}


.libraryh2
{
    font-size: 140%;
	padding-top: 1.5em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.libraryh2aboveUL
{
    font-size: 140%;
	padding-top: 1.5em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 1em;
}


option:disabled {
    background: #000000;
    width: 500px;
    padding: 5px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

/* Testimonial Classes Added 04/22/24 */

.testimonial-shell {
background-color: #e4e7dd; 
margin: 1.4em; 
margin-top: 3em; 
padding: 1.5em 1.15em 1em 1.15em; 
border: 0px solid #c6cec4; 
border-radius: 0px 0px;
}

.testimonial-quote-icon {
text-align: center; 
font-family: georgia; 
color: #91a48d; 
font-weight: bold; 
font-size: 1200%; 
}

.testimonial-snippet {
text-align: center; 
font-size: 220%; 
line-height: 110% !important; 
font-family: arapeyitalic; 
padding-left: 1.5em; 
padding-right: 1.5em;
margin-bottom: 0.5em;
}

.testimonial-full-quote {
font-size: 160%;
line-height: 130% !important; 
font-family: arapeyitalic; 
padding-left: 1.5em; 
padding-right: 1.5em;
}



      /* This doesn't seem to  be working For compact mode */
.fancybox__container.is-compact .fancybox__slide.my-iframe .fancybox__content {
        width: 100%;
        height: 100%;
      }

      /* For all other cases */
.fancybox__slide.my-iframe .fancybox__content {
        width: 600px;
        height: 850px;
      }
.fancybox-slide--iframe .fancybox-content,
.fancybox-iframe {
  background: transparent;
}   

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--iframe iframe {
    background: #fff;
}





.testimonial-citation {
text-transform: uppercase; 
text-align: center; 
font-size: 100%; 
margin-top: 1em; 
margin-bottom: 1em; 
line-height: 120%; 
font-weight: bold;
}





