@import url(css/font-awesome.css);

@import url(fonts.googleapis.com/css?family=Open+Sans);
@charset utf-8;
/*--
	Theme Name: theme2325
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* General

---------------------------------------- */
html,
body {
  min-width: 320px;
}
body {
  background: #ffffff url(images/bg_body.jpg) center 0 repeat;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #939393;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
#main {
  max-width: 1010px;
  margin: 50px auto 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
}
.main_content {
  position: relative;
  background: #fafafa;
}
.main_content:after,
.main_content:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.main_content:after {
  bottom: 0;
  background: url(images/main_after.png) 0 0 repeat-x;
  height: 206px;
}
.main_content:before {
  top: 0;
  background: url(images/main_before.png) 0 0 repeat-x;
  height: 189px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img {
  max-width: none !important;
}
/* Headings */
h1,
h2 {
  font-weight: 600 !important;
  margin: 27px 0 28px 0;
  padding: 0;
  font-size: 19px;
  line-height: 19px;
  color: #4d4944;
  text-transform: uppercase;
}
h3 {
  font-size: 14px;
  line-height: 21px;
  color: #4d4944;
  font-weight: 600 !important;
  margin: 0;
}
h4 {
  font-size: 14px;
  line-height: 21px;
  color: #4d4944;
  font-weight: bold;
  margin: 0;
}
h5 {
  font-size: 14px;
  line-height: 21px;
  color: #4d4944;
  font-weight: bold;
}
h5 a {
  color: #4d4944;
}
h5 a:hover {
  color: #93ad14;
}
h6 {
  font-size: 14px;
  line-height: 21px;
  color: #4d4944;
  font-weight: bold;
}
ul {
  display: block;
  margin: 0 0 20px 0;
  list-style: none;
  border-bottom: 0px solid #dad9d9;
  padding-bottom: 5px;
}
ul li {
  position: relative;
  padding: 4px 0 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
}
ul li a {
  color: #93ad14;
}
ul li a:hover {
  color: #4d4944;
}
.archive_page .post-holder .entry-title {
  font-weight: normal;
  margin: 44px 0 19px 0;
  padding: 0 0 11px 0;
  font-size: 21px;
  line-height: 21px;
  color: #6a655e;
  text-transform: uppercase;
  background: url(images/bg_title.png) 0 bottom repeat-x;
}
.current-cat a {
  color: #93ad14;
}
.flex-direction-nav li,
#sidebar .banners-holder li,
.products li,
.product_list_widget li,
.latestpost li,
.post_list li,
ul.recentcomments .comment-body,
.social-networks li,
.es-carousel-wrapper li,
#footer ul li,
nav.shop-nav ul li {
  padding: 0;
  background: none;
  border-bottom: none;
  margin: 0;
}
.flex-direction-nav,
#sidebar .banners-holder,
.products,
.product_list_widget,
.latestpost,
.post_list,
ul.recentcomments .comment-body,
.social-networks,
.es-carousel-wrapper,
#footer ul,
nav.shop-nav ul,
nav.primary ul,
.address dd ul {
  margin: 0;
  border-bottom: none;
}
/* My styling */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* List styling */
time {
  font-style: normal;
}
dl dt {
  padding: 0 0 10px 0;
  display: block;
  font-weight: bold;
}
dl dd {
  padding: 0 0 20px 0;
}
a {
  color: #4d4944;
  text-decoration: none;
}
a:hover {
  color: #93ad14;
  text-decoration: none;
}
.link {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #93ad14;
  font-weight: bold;
}
.link:hover {
  color: #ffffff;
}
/* Header  ---------------------------------------- */
#header {
  position: relative;
  z-index: 99;
  padding: 0;
  background: url(images/bg_header.png) 0 bottom repeat-x #fafafa;
  border-bottom: 1px solid #fff;
}
/* Logo */
.logo {
  float: left;
  position: relative;
  margin: 8px 0 0 0;
}
.logo #logo {
  display: block;
}
.logo h1,
.logo h2 {
  font-size: 45px;
  line-height: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background: none;
}
.logo h1:first-letter,
.logo h2:first-letter {
  color: #93ad14;
}
.logo h1 a,
.logo h2 a {
  color: #4d4944;
  text-decoration: none;
  letter-spacing: -1px;
}
.logo .tagline {
  font-size: 13px;
}
.header_meta_box {
  margin: 10px 0 0 0;
  *zoom: 1;
  display: inline-block;
  display: block;
  background: url(images/bg_header_meta_box.jpg) 0 0 repeat-x #4d4944;
}
.header_meta_box:before,
.header_meta_box:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_meta_box:after {
  clear: both;
}
/* Header widget */
#widget-header {
  margin: 0;
  float: left;
}
#widget-header .widget-header h3 {
  display: none;
}
#widget-header .widget-header ul {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#widget-header .widget-header ul li.current-cat a {
  background: url(images/bg_header_hov.jpg) 0 0 repeat-x #6d800f;
}
#widget-header .widget-header ul li {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
  border-right: 1px solid #b6b4b1;
}
#widget-header .widget-header ul li a {
  display: block;
  padding: 14px 19px 16px 20px;
  color: #fafafa;
}
#widget-header .widget-header ul li a:hover {
  background: url(images/bg_header_hov.jpg) 0 0 repeat-x #6d800f;
}
.phone {
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
  color: #d84840;
  font-style: normal;
  letter-spacing: 1px;
}
.shopping-block {
  position: relative;
  z-index: 10;
  margin: 11px 0 0 0;
  font-style: normal;
  *zoom: 1;
  display: inline-block;
  display: block;
}
.shopping-block:before,
.shopping-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.shopping-block:after {
  clear: both;
}
nav.shop-nav {
  display: block;
  float: left;
  overflow: hidden;
  margin: 10px 0 0 0;
}
nav.shop-nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
nav.shop-nav ul li {
  float: left;
  font-size: 14px;
  line-height: 24px;
  border: none !important;
  margin: 0 12px 0 0;
  font-weight: normal;
  list-style: none;
}
nav.shop-nav ul li a {
  color: #6a655e;
  text-decoration: none;
  font-weight: normal;
  padding: 0 0 0 0;
  position: relative;
}
nav.shop-nav ul li a:hover,
nav.shop-nav ul li.current-menu-item a {
  color: #93ad14;
}
#jigoshop_cart:after,
#jigoshop_cart:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
/* Top search */
#top-search {
  display: block;
  float: right;
  width: 225px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 10px 10px 0 0;
}
#top-search form {
  padding: 0;
}
#top-search .input-search {
  border: none;
  font-size: 14px;
  line-height: 24px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #939393;
  padding: 2px 65px 2px 10px;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #dad9d9;
}
#top-search #submit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 9px 4px;
  margin: -1px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  filter: none;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #6e820f;
  border-right: 1px solid #6e820f;
  background-color: #a8ba11;
  background-image: -moz-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8ba11), to(#91ac14));
  background-image: -webkit-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -o-linear-gradient(top, #a8ba11, #91ac14);
  background-image: linear-gradient(to bottom, #a8ba11, #91ac14);
  background-repeat: repeat-x;
  height: 31px;
}
#top-search #submit:hover {
  background: #85950a;
}
#cart-holder {
  display: block;
  float: right;
  margin: 5px 0 0 20px;
}
#jigoshop_cart {
  position: relative;
}
#jigoshop_cart h3 {
  display: block;
  font-size: 14px;
  line-height: 24px !important;
  background: url(images/cart.png) 0 0 no-repeat;
  padding: 8px 0 12px 51px;
  margin: 0;
  color: #93ad14;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: normal !important;
  cursor: pointer;
  border: none;
}
#jigoshop_cart h3 .cart_qty {
  color: #4d4944;
  display: inline-block;
  margin: 0 0 0 5px;
}
#jigoshop_cart h3:hover {
  color: #93ad14;
}
#jigoshop_cart .prod_count {
  font-size: 14px;
  line-height: 24px;
  color: #6a655e;
  text-transform: none;
  margin-left: 4px;
}
#jigoshop_cart .remove,
#jigoshop_cart .cart_list .remove {
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #6a655e;
  font-weight: bold;
  padding: 0 5px 0 0;
  margin: 16px 5px 0 0;
  text-decoration: none;
}
#jigoshop_cart .remove:hover,
#jigoshop_cart .cart_list .remove:hover {
  text-decoration: none;
  color: #93ad14;
}
#jigoshop_cart .cart-extra {
  overflow: hidden;
}
#jigoshop_cart .widget-holder {
  width: 200px;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #f3f3f3;
  clear: both;
  display: none;
  position: absolute;
  top: 47px;
  left: 10px;
}
#jigoshop_cart .widget-holder .empty {
  color: #6a655e;
}
#jigoshop_cart .widget-holder .buttons {
  margin-bottom: 0;
  padding: 0;
}
#jigoshop_cart .widget-holder .buttons a.checkout {
  margin: 0;
}
#jigoshop_cart .widget-holder .buttons .button {
  margin-bottom: 5px;
  color: #4d4944;
  margin-right: 8px;
  font-size: 11px;
}
#jigoshop_cart .widget-holder .buttons .button:hover {
  color: #ffffff;
}
#jigoshop_cart .cart_list {
  margin: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: none;
}
#jigoshop_cart li {
  list-style: none;
  padding: 0 0 0 5px !important;
  background: none !important;
  border: none !important;
  margin-bottom: 10px;
  font-weight: normal;
}
#jigoshop_cart li a {
  color: #6a655e;
  text-decoration: none !important;
}
#jigoshop_cart li a span:hover {
  color: #93ad14;
}
#jigoshop_cart li img {
  float: left;
  margin: 3px 15px 0 0;
  padding: 0;
  border: 1px solid #898989;
  width: 50px;
  height: auto;
  background: #fff;
}
#jigoshop_cart li img:hover {
  border: 1px solid #898989;
}
#jigoshop_cart li .js_widget_product_price {
  display: block;
  color: #6a655e;
  margin: 0 0 0 67px;
}
#jigoshop_cart li .variation {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#jigoshop_cart li .variation br {
  display: none;
}
#jigoshop_cart li .variation dt {
  display: block;
  padding: 0;
  margin: 0;
}
#jigoshop_cart li .variation dd {
  display: block;
  padding: 0;
  margin: 0;
}
#jigoshop_cart li li.last {
  margin-bottom: 0;
}
#jigoshop_cart ins {
  text-decoration: none;
}
.total {
  margin: 0 15px 15px 0px;
  padding: 10px 0 0 0;
  clear: both;
  background: none;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  color: #4d4944;
  font-weight: bold;
  text-align: right;
}
.total strong {
  font-weight: normal;
  color: #4d4944;
}
/* Social widget */
.social-networks li {
  padding: 0 0 5px 0;
  background: none;
}
.social-networks li.display-icons {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 4px;
}
.social-networks li.display-icons a img {
  margin: 0;
}
.social-networks li a {
  display: inline-block;
}
.social-networks li a:hover {
  text-decoration: none;
}
.social-networks li a img {
  margin: 5px 5px 0 0;
}
/* EasyTooltip */
#tooltip {
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 5px;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #777;
  z-index: 99;
  position: absolute;
}
.ie8 #tooltip {
  background: #000;
}
/* Request a quote */
.top-box {
  background: #eee;
  border: 1px solid #dbdbdb;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  min-height: 80px;
}
.box-button {
  float: right;
  width: 20%;
  padding: 5% 0 5% 5%;
}
.box-button .button {
  float: right;
}
.box-text {
  float: left;
  width: 75%;
}
/* Slider
---------------------------------------- */
#slider-wrapper {
  padding-top: 30px;
}
.div_slider {
  width: 640px;
  float: left;
}
.flexslider-holder {
  min-height: 355px;
  background: url(images/loading.gif) 50% 50% no-repeat;
  overflow: hidden;
}
.flexslider-container {
  position: relative;
  overflow: hidden;
}
.main_text {
  display: block;
}
.widget_slider {
  width: 310px;
  float: right;
}
.widget_slider .widget_text {
  background: #bcce13;
}
.widget_slider .text_widget {
  display: block;
  color: #ffffff;
  text-align: center;
  height: 127px;
  display: table-cell;
  vertical-align: middle;
  width: 310px;
}
.widget_slider .text_widget p {
  margin: 0;
}
.widget_slider .text_widget .main_text {
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal !important;
  color: #ffffff;
}
.widget_slider .text_widget .text_span {
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
}
.widget_slider .text_widget .text_span1 {
  color: #4d4944;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.widget_slider .widget_text + .clear + .widget_text {
  background: #a7b911 !important;
}
.widget_slider .widget_text + .clear + .widget_text + .clear + .widget_text {
  background: #93a40f !important;
}
.widget_slider .widget_text + .clear + .widget_text + .clear + .widget_text .text_span {
  font-size: 36px;
  line-height: 36px;
}
.banner_area {
  max-width: 1010px;
  border-bottom: 1px solid #fff;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
  overflow: hidden;
}
.banner_area .widget_text {
  display: inline-block;
  width: 313px;
}
.banner_area .text_widget {
  width: 313px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 125px;
  text-transform: uppercase;
  position: relative;
}
.banner_area .text_widget .main_text {
  font-size: 30px;
  line-height: 1em;
  font-weight: normal;
  color: #4d4944;
  position: relative;
}
.banner_area .text_widget .main_text:after {
  display: block;
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  background: #dad9d9;
  right: -4px;
  top: 6px;
}
.banner_area .text_widget .text_span {
  font-size: 17px;
  line-height: 18px;
  color: #93ad14;
  display: block;
}
.banner_area .text_widget .text_span1 {
  font-size: 12px;
  line-height: 18px;
  color: #939393;
}
.banner_area .text_widget p {
  margin: 0;
}
.banner_area .widget_text + .widget_text .main_text {
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  color: #93ad14;
}
.banner_area .widget_text + .widget_text .main_text span span {
  color: #93ad14;
}
.banner_area .widget_text + .widget_text .text_span {
  font-size: 30px;
  line-height: 1em;
  color: #4d4944;
}
.banner_area .widget_text + .widget_text + .widget_text .main_text {
  font-size: 30px;
  line-height: 1em;
  font-weight: normal;
  color: #4d4944;
}
.banner_area .widget_text + .widget_text + .widget_text .main_text:after {
  display: none;
}
.banner_area .widget_text + .widget_text + .widget_text .text_span {
  font-size: 17px;
  line-height: 18px;
  color: #93ad14;
}
@media only screen and (min-width: 1010px) {
  .banner_area {
    width: 1010px;
    margin: 0 -25px;
  }
  .banner_area .widget_text,
  .banner_area .text_widget {
    width: 336px;
  }
}
/* Navigations
---------------------------------------- */
nav.primary {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 19px 0 0 0;
  font-style: normal;
  float: right;
}
/* Essential styles for dropdown menu */
.sf-menu li {
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.sf-menu li a {
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #fff;
}
.sf-menu > li {
  display: block;
  float: left;
  border: none;
  z-index: 1;
  margin: 0 0 0 14px;
}
.sf-menu > li .sf-sub-indicator {
  display: block;
  position: absolute;
  background: url(images/indicator.png) 0 0 no-repeat;
  width: 8px;
  height: 4px;
  bottom: -2px;
  left: 50%;
  margin-left: -4px;
  text-indent: -1000px;
  overflow: hidden;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #6a655e;
  z-index: 1;
}
.sf-menu ul {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 9;
  display: none;
  margin: 0;
  padding: 0;
  width: 193px;
  background: #2c2a29;
  list-style: none;
  zoom: 1;
}
.sf-menu ul li {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 13px;
  line-height: 32px;
  border-top: 1px solid #42403f;
  background: none;
}
.sf-menu ul li:first-child {
  border-top: none;
}
.sf-menu ul li .sf-sub-indicator {
  display: block;
  position: absolute;
  background: url(images/indicator-1.png) 0 0 no-repeat;
  width: 8px;
  height: 5px;
  bottom: 10px;
  right: 10%;
  top: 50%;
  left: auto;
  margin-top: -3px;
  text-indent: -1000px;
  overflow: hidden;
}
.sf-menu ul li a {
  display: block;
  padding: 0 0 0 19px;
  position: static;
  color: #6d6c6c;
}
.sf-menu ul li ul {
  position: absolute;
  padding: 0;
  top: 0;
  left: 100%;
  margin-left: 1px;
}
.sf-menu ul li ul li {
  display: block;
}
.sf-menu ul li ul li a:hover {
  color: #93ad14;
  background: #333130;
}
/*hover for first level*/
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-item > a:hover,
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a,
.sf-menu > li.active > a:hover {
  color: #93ad14;
}
/*hover for second level*/
.sf-menu > li > ul li > a:hover,
.sf-menu > li > ul li.current-menu-item > a,
.sf-menu > li > ul li.sfHover > a {
  color: #93ad14;
  background: #333130;
}
/*** shadows for all but IE6 ***//* Navigation select styling */
.select-menu {
  border: 1px solid #101010;
  background-color: #e4e4e4;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: none !important;
}
.select-menu:focus {
  border-color: #999;
}
.select-menu option {
  padding: 5px;
  cursor: pointer;
}
.select-menu option.main_item {
  font-weight: bold;
}
/* Content
---------------------------------------- */
.primary_content_wrap {
  position: relative;
  z-index: 1;
}
#content {
  padding: 30px 0 30px 0;
}
#content.left {
  float: right !important;
}
/* Comments
---------------------------------------- */
h3#comments {
  padding-top: 10px;
  margin-bottom: 0;
}
.commentlist {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
}
.commentlist ul {
  border-bottom: none;
}
.commentlist ul a {
  color: #4d4944;
}
.commentlist ul a:hover {
  color: #93ad14;
}
li.comment {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
  text-transform: none;
}
li.comment .comment-body {
  padding: 23px 30px 20px 102px;
  position: relative;
  zoom: 1;
  background: #fafafa;
  border: 1px solid #eee;
  margin-top: 10px;
}
li.comment .comment-body p {
  min-height: 65px;
}
.comment-author {
  position: absolute;
  left: 20px;
  top: 25px;
}
.comment-author .author {
  font-style: italic;
  text-transform: capitalize;
  width: 65px;
  text-align: center;
  display: block;
  font-size: 15px;
  padding-top: 6px;
}
/* Comment meta */
.comment-meta {
  float: right;
}
/* Avatar */
li.comment .avatar {
  float: none;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #eee;
}
li.comment .avatar {
  display: block;
  vertical-align: top;
  overflow: hidden;
}
.commentlist ul.children {
  margin: 0 0 0 20px;
  overflow: hidden;
}
.commentlist ul.children li a:after {
  display: none;
}
/* Reply */
.reply {
  float: right;
  margin-left: 28px;
}
.reply a {
  display: inline-block;
  text-decoration: none !important;
}
.allowed_tags {
  background: #eee;
  padding: 15px;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  color: #666;
}
.allowed_tags strong {
  font-family: Tahoma, Geneva, sans-serif;
}
#respond {
  padding-top: 28px;
  margin-top: 20px;
}
.cancel-comment-reply a {
  color: #93ad14;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.cancel-comment-reply a:hover {
  text-decoration: none;
  color: #353535;
}
/* Post
---------------------------------------- */
.block_post {
  overflow: hidden;
  margin-bottom: 20px;
}
.block_post time {
  display: block;
  float: left;
  background: #93ad14;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
  min-width: 51px;
  height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.block_post time span {
  display: block;
}
.block_post .extra-wrap {
  padding: 2px 0 0 0;
  color: #93ad14;
}
.block_post .extra-wrap a {
  color: #93ad14;
}
.block_post .extra-wrap a:hover {
  color: #4d4944;
}
.block_post .entry-header {
  padding: 4px 0 20px 0;
}
.block_post .featured-thumbnail {
  margin: 5px 20px 10px 0;
}
.block_post .featured-thumbnail a {
  display: block;
}
.block_post h1 {
  margin: 0 0 10px 0;
}
.post-meta {
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
}
.post-meta .comments-link {
  color: #93ad14;
}
.post-meta a.comments-link:hover {
  color: #4d4944;
}
.meta-desc time {
  display: inline-block;
  background: url(images/post_icon.png) 0 4px no-repeat;
  padding-left: 20px;
}
.meta-desc span {
  display: inline-block;
  padding-left: 20px;
  background: url(images/post_icon_1.png) 0 4px no-repeat;
  margin-left: 28px;
}
.meta-desc em {
  display: inline-block;
  padding-left: 20px;
  background: url(images/post_icon_2.png) 0 4px no-repeat;
  margin-left: 28px;
  font-style: normal;
}
.post-holder {
  position: relative;
}
.search-results .featured-thumbnail.large {
  width: auto;
}
/* Post header */
.post-holder .entry-title {
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 19px;
}
.post-holder .entry-title a {
  color: #4d4944;
}
.post-holder .entry-title a:hover {
  color: #93ad14;
}
.post-holder.single-post {
  padding-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
/* Featured thumbnail */
.featured-thumbnail {
  position: relative;
  float: left;
  margin: 5px 20px 10px 0;
}
.featured-thumbnail img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Small thumbnail */
.featured-thumbnail.small img {
  padding: 4px;
}
/* Large thumbnail */
.featured-thumbnail.large {
  margin: 0 20px 20px 0;
  float: left;
}
.featured-thumbnail.large img {
  max-width: 100%;
  height: auto;
}
/* Post content */
.post-content .excerpt {
  padding: 0 0 20px 0;
  margin: 0;
}
.post-content .excerpt strong {
  color: #4d4944;
}
/* Post footer */
.post-holder .post-footer {
  clear: both;
  padding: 35px 0 0 0;
  text-indent: -1000px;
  overflow: hidden;
}
.post-holder.single-post .post-footer {
  margin-top: 20px;
}
/* Meta information for post */
p.gravatar {
  float: left;
  margin-right: 20px;
}
/* Post edit link */
/* Image styling */
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.alignnone {
  margin: 0 0 10px 0;
}
article .post-content img {
  max-width: 710px;
}
.frame {
  margin-bottom: 15px;
}
.frame img {
  width: 100%;
  display: block;
}
.frame .alignnone {
  margin: 0;
}
.frame img.alignleft,
.frame img.alignright {
  margin: 0;
  padding: 0;
  border: none;
}
/* Related Posts */
.related-posts {
  overflow: hidden;
  padding: 0 0 40px 0;
  margin: 0;
  border-bottom: none;
}
.related-posts li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 3%;
  float: left;
  background: none;
  width: 22.5%;
  overflow: hidden;
}
.related-posts li:first-child {
  margin-left: 0;
}
.related-posts li .featured-thumbnail {
  float: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}
/* Page Navigaton */.pagenavi {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
}
.pagenavi span,
.pagenavi a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  background-color: #a8ba11;
  background-image: -moz-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8ba11), to(#91ac14));
  background-image: -webkit-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -o-linear-gradient(top, #a8ba11, #91ac14);
  background-image: linear-gradient(to bottom, #a8ba11, #91ac14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ba11', endColorstr='#91ac14', GradientType=0);
  border-right: 1px solid #849710;
  border-bottom: 1px solid #6e820f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-transform: uppercase;
}
.pagenavi a:hover,
.pagenavi .current {
  color: #93ad14;
  background: none;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* Older and newer navigation */
nav.oldernewer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.older {
  float: left;
}
.newer {
  float: right;
}
/* Post Formats
---------------------------------------- */
/* Images Format Type */
.recent-posts .format-image {
  float: left;
  margin: 0 20px 20px 0;
}
.image-post-format {
  float: left;
  margin: 0 0 10px 0;
  padding: 7px;
  background: #f6f6f6;
  position: relative;
}
/* Quote Format Type */
/* Link Format Type */
/* Link Format Type */
/* Audio Format Type */
.recent-posts .format-audio {
  margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
  margin-bottom: .5em;
}
/* Video Format Type */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 2% 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Gallery Post Format */
.slides_container_gallery {
  width: 600px;
  margin-bottom: 10px;
  height: 300px;
}
.slides_container_gallery .g_item {
  width: 600px;
  display: block;
}
.slides_container_gallery .g_item img {
  width: 100%;
  height: auto;
}
/* Author
---------------------------------------- */
#post-author {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  padding: 20px;
  margin-bottom: 2em;
}
#author-link {
  margin-top: 1.5em;
}
#post-author .gravatar {
  margin: 0 20px 0 0;
}
#post-author .gravatar img {
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 5px;
}
/* Recent author posts */
#recent-author-posts {
  margin-bottom: 3em;
}
/* Recent author comments */
#recent-author-comments {
  margin-top: 2em;
}
.author-info {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.author-info .avatar {
  margin: 0 20px 0 0;
}
.author-info .avatar img {
  float: left;
  background: #fff;
  padding: 7px;
  border: 1px solid #dbdbdb;
}
.author-meta {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.author-meta p.gravatar {
  margin: 0;
}
/* 404
---------------------------------------- */
#error404 {
  padding: 0 0 100px 0;
}
.error404-num {
  font-size: 180px;
  line-height: 1.2em;
  color: #141414;
  text-align: center;
  font-style: normal;
}
#error404 hgroup {
  margin: 0 0 2em 0;
}
#error404 hgroup h1 {
  font-size: 3em;
  margin-bottom: 30px;
}
/* Portfolio
---------------------------------------- */
.latestwork {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.latestwork li {
  float: left;
  margin-right: 20px;
}
/* Sidebar
---------------------------------------- */
#sidebar {
  padding: 20px 0 0 0;
}
.widget {
  margin-bottom: 30px;
  margin-left:20px;
}
/* Calendar */
#calendar_wrap {
  padding: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar td {
  text-align: center;
  padding: 6px 0;
  border: none;
}
#wp-calendar caption {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 5px;
}
#wp-calendar thead th {
  padding: 7px 0;
  font-size: 14px;
  background: #fff;
  color: #000;
  text-align: center;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
/* FAQs
---------------------------------------- */
.faq_list dt {
  color: #4d4944;
  position: relative;
  padding: 0 0 5px 28px;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  background: none;
}
.faq_list span.marker {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.faq_list dd {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 2em 0;
  color: #939393;
}
.faq_list dd .marker {
  top: 3px;
}
#page-content mark {
  background: #93ad14;
  color: #ffffff;
}
/* Custom widgets
---------------------------------------- */
/* Recent Comments */
ul.recentcomments {
  padding: 0;
  margin: 0;
}
ul.recentcomments li {
  padding: 0 0 20px 0;
  margin: 0;
  border-bottom: none;
  background: none;
  overflow: hidden;
  list-style-type: none;
}
ul.recentcomments li img {
  float: left;
  margin: 0 12px 0 0;
}
ul.recentcomments .comment-body {
  padding: 15px 0 0 0;
}
ul.recentcomments .comment-body a {
  text-decoration: none;
  color: #4d4944;
}
ul.recentcomments .comment-body a:hover {
  text-decoration: none;
  color: #93ad14;
}
ul.recentcomments li h4 {
  padding: 0 0 10px 0;
}
ul.recentcomments li h4 a {
  text-decoration: none;
}
ul.recentcomments li h4 a:hover {
  color: #4d4944;
}
ul.recentcomments li small {
  font-size: 11px;
}
/* Posts Type widget */
#sidebar .maxheight {
  height: auto !important;
}
#sidebar .post_list li {
  width: auto;
  margin-bottom: 15px;
}
#sidebar .post_list li .featured-thumbnail {
  display: none;
}
#sidebar .post_list li .link {
  margin-left: 20px;
}
.post_list {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
  overflow: hidden;
}
.post_list li {
  list-style-type: none;
  margin: 0 5px;
  padding: 0 0 21px 0;
  width: 230px;
  float: left;
  background: #4d4944;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.post_list li .extra-wrap {
  overflow: visible;
}
.post_list li .featured-thumbnail {
  margin: 0;
  float: none;
}
.post_list li .post-title {
  font-size: 15px;
  line-height: 17px;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 11px 20px;
  background: #6a655e;
  min-height: 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.post_list li .post-title:after {
  display: block;
  position: absolute;
  content: "";
  background: #93ad14;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: -1;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.post_list li:hover .post-title:after {
  bottom: 0;
}
.post_list li .post_content {
  padding: 17px 20px 18px 20px;
}
.post_list li .post_content strong {
  display: block;
  color: #ffffff;
}
.post_list li .post_content p {
  margin-bottom: 0;
}
.post_list li .button {
  margin: 0 0 0 20px;
}
/* Post Cycle */
.post_cycle {
  padding: 0;
  margin: 0;
}
.post_cycle .cycle_item {
  display: none;
}
.post_cycle .cycle_item:first {
  display: block;
}
/*
	Load CSS before JavaScript
*/
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
  display: none;
  margin-bottom: 10px;
}
#slides a.prev {
  display: inline-block;
  margin-right: 10px;
}
.slides_control {
  width: 100% !important;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
  width: 270px;
  height: 170px;
  display: block;
}
/*
	Optional:
	Reset list default style
*/
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
  text-align: center;
}
.pagination li {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  display: inline;
  padding: 0 3px;
  border: none;
  background: none;
}
.pagination li a {
  display: inline-block;
  padding: 0 5px;
  background: #93ad14;
  color: #ffffff;
}
.pagination li a:hover {
  color: #ffffff;
  background: #6a655e;
}
.pagination li li.current {
  color: #ffffff;
}
/* Carousel widget */
.es-carousel-wrapper {
  background: #101010;
  padding: 10px 37px;
  margin: 0 0 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.es-carousel {
  overflow: hidden;
  background: #000;
}
.es-carousel ul {
  display: none;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
  background: none;
  border: none;
}
.es-carousel ul li .thumbnail {
  display: block;
  border-style: solid;
  border-color: #222;
}
.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
}
.es-nav span {
  position: absolute;
  top: 50%;
  left: 12px;
  background: transparent url(images/nav.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.es-carousel ul li h4 {
  padding: 0 0 10px 0;
}
.es-carousel ul li .excerpt {
  padding: 0 0 10px 0;
}
.es-nav span.es-nav-next {
  right: 12px;
  left: auto;
  background-position: top right;
}
.es-nav span:hover {
  opacity: 1.0;
}
/* Folio Cycle */
.folio_cycle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.folio_cycle .folio_item {
  overflow: hidden;
  display: none;
}
.folio_cycle .folio_item:first {
  display: block;
}
.folio_cycle .folio_item .featured-thumbnail {
  float: none;
  margin: 0 0 15px 0;
}
.folio_cycle .folio_item .featured-thumbnail img {
  float: none;
}
#folio-controls {
  text-align: center;
  overflow: hidden;
}
#folio-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#folio-controls ul li {
  padding: 0 5px 0 0;
  margin: 0;
  display: inline;
  background: none;
  border: none;
}
#folio-controls ul li a {
  display: inline-block;
  text-decoration: none;
  width: 9px;
  height: 9px;
  background: #000;
  font-size: 0;
  line-height: 0;
  border-radius: 5px;
}
#folio-controls ul li a:hover {
  background: #999;
}
/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 16px 11px 16px 36px;
  background: #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
  background: url(images/blockquote_after.png) 0 0 no-repeat;
  width: 34px;
  height: 20px;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  width: 42px;
  height: 32px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #939393;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #93ad14;
}
.testimonials div.testi_item .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
}
.name-testi {
  padding: 20px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
  color: #93ad14;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}
/* Misc for Cycle widgets */
#testi-cycle .testi_item {
  display: none;
}
#testi-cycle .testi_item:first {
  display: block;
}
#testi-controls {
  text-align: center;
  overflow: hidden;
}
#testi-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#testi-controls ul li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
  background: none;
  border: none;
}
* + html #testi-controls ul li {
  display: inline;
  zoom: 1;
}
/* Recent Posts */
.latestpost {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.latestpost li {
  padding: 0 0 20px 0;
  list-style-type: none;
  background: none;
  border: none;
}
.latestpost li h4 {
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
.latestpost li h4 a {
  color: #4d4944;
}
.latestpost li h4 a:hover {
  color: #93ad14;
}
.latestpost li .excerpt {
  padding: 0 0 10px 0;
}
/* Twitter widget */
.twitter {
  position: relative;
}
.twitter_update_list {
  overflow: hidden;
}
.twitter ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 37px;
  background: url(images/twitter-icon.png) no-repeat 0 0;
  border: none;
}
.twitter ul li .twitt-body {
  padding: 0 0 5px 0;
}
.twitter ul li .twitt-body a {
  font-weight: bold;
}
.twitter ul li a.timesince {
  font-size: 11px;
}
.twitter .preloader {
  position: absolute;
  top: 40px;
  left: 0;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(images/loading-twitter.gif);
}
/* Flickr widget */
.flickrImages {
  overflow: hidden;
  position: relative;
}
.flickrImages a {
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  background: #000;
  margin: 0 1px 1px 0;
}
.flickrImages a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
  opacity: .5;
}
.flickrImages a.link {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
/* Banner widget */
.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.banners-holder li {
  list-style-type: none;
  float: left;
  margin: 0 5px 3px 5px;
  padding: 0;
  background: none;
  border: 1px solid #d0d0d0;
}
.banners-holder li a {
  display: block;
}
.banners-holder li img {
  vertical-align: top;
  width: 100%;
}
#sidebar .banners-holder {
  margin: 0;
  overflow: hidden;
}
#sidebar .banners-holder li {
  float: left;
  margin: 0 10px 10px 0;
}
#sidebar .banners-holder li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* vCard widget */.vcard {
  font-size: 16px;
  line-height: 26px;
  color: #939393;
  margin-bottom: 17px;
}
.vcard > a.fn.org.url {
  display: none;
}
.vcard > br {
  display: none;
}
.fn {
  color: #93ad14;
}
/* Testimonials
---------------------------------------- */
/* Testimonials list */
article.testimonial {
  border: 1px solid #eee;
  padding: 30px 30px 30px 30px;
  width: auto;
  background: url(images/quotes.png) no-repeat 170px 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 35px;
}
article.testimonial .featured-thumbnail {
  position: relative;
  margin: 0 20px 10px 0;
  float: left;
}
article.testimonial .name-testi {
  display: block;
  text-align: right;
  font-style: normal;
  color: #6a655e;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}
article.testimonial .name-testi a {
  text-decoration: none;
}
article.testimonial .name-testi a:hover {
  text-decoration: underline;
}
/* Shortcodes
---------------------------------------- */
/* Recent Posts */
.best_products.recent-posts {
  *zoom: 1;
  display: inline-block;
  display: block;
  margin: 0 0 0 -10px;
}
.best_products.recent-posts:before,
.best_products.recent-posts:after {
  display: table;
  content: "";
  line-height: 0;
}
.best_products.recent-posts:after {
  clear: both;
}
.best_products.recent-posts li {
  background: #efefef;
  padding: 10px;
  display: inline-block;
  width: 180px;
  margin: 0 0 10px 10px;
  text-align: center;
  min-height: 271px;
}
.best_products.recent-posts li .featured-thumbnail {
  margin: 0 0 10px 0;
  float: none;
}
.best_products.recent-posts li .excerpt {
  padding: 0;
}
.recent-posts {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border: none;
}
.recent-posts li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  border: none;
  background: none;
}
.recent-posts li img.thumb {
  float: left;
  margin: 0 20px 0 0;
}
.recent-posts li h5 {
  margin-bottom: 0;
}
.recent-posts li h5 a {
  color: #6a655e;
}
.recent-posts li h5 a:hover {
  color: #93ad14;
}
.recent-posts li .excerpt {
  padding: 0 0 20px 0;
}
.recent-posts li span.meta {
  display: block;
  margin-bottom: .5em;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  overflow: hidden;
}
.recent-posts li .post-date {
  float: left;
}
.recent-posts li .post-comments {
  float: right;
}
/* Our team */
.recent-posts.team li {
  float: left;
  width: 190px;
  overflow: hidden;
  margin: 0 0 0 20px;
  padding: 0;
}
.recent-posts.team li a:after {
  display: none;
}
.recent-posts.team li a {
  padding: 0;
}
.recent-posts.team li .featured-thumbnail {
  display: block;
  overflow: hidden;
  float: none;
  margin: 0 0 20px 0;
}
.recent-posts.team h5 a:hover {
  color: #93ad14;
}
/* Services */
.recent-posts.services {
  list-style-type: none;
  padding: 1.5em 0 0 0;
  margin: 0 0 -30px 0;
  overflow: hidden;
}
.recent-posts.services li {
  float: left;
  width: 300px;
  margin: 0 20px 30px 0;
  background: none;
  padding: 0;
}
.recent-posts.services li:nth-child(2n) {
  margin-right: 0;
}
.recent-posts.services li.nomargin {
  margin-right: 0;
}
.recent-posts.services li img.thumb {
  margin-right: 3px;
}
.recent-posts.services li h3 {
  padding-top: 8px;
}
.recent-posts.services li h3 a {
  color: #191919;
}
/* Popular Posts */
.popular_posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popular_posts li {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  overflow: hidden;
  background: none;
  border: none;
}
/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
  display: inline-block;
  background: #4d4944;
  padding: 0 7px;
  border-radius: 3px;
  text-decoration: none;
  color: #ffffff;
  margin: 0 1px 4px 0;
  font-size: 11px !important;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 18px;
  height: 18px;
  vertical-align: top;
}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
  background: #93ad14;
  color: #ffffff;
}
/* Recent Comments */
.recent-comments {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.recent-comments li {
  padding: 0;
  margin: 0;
  padding-bottom: .5em;
  background: none;
  border: none;
}
/* Footer
---------------------------------------- */
#footer {
  border-top: 1px solid #fff;
}
#footer h4 {
  font-size: 14px;
  line-height: 19px;
  color: #4d4944;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#footer ul {
  display: block;
  margin: 0 0 0 0;
}
#footer ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
#footer ul li a {
  position: relative;
  color: #4d4944;
}
#footer ul li a:hover {
  color: #93ad14;
}
.main_footer {
  padding: 24px 0 23px;
  background: url(images/bg_main_footer.jpg) 0 0 repeat-x #fafafa;
}
#widget-footer .social-networks {
  margin: 0;
}
#widget-footer .social-networks li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#widget-footer .social-networks li a {
  color: #4d4944;
  padding: 0;
}
#widget-footer .social-networks li a:after {
  display: none;
}
#widget-footer .social-networks li a:hover {
  color: #93ad14;
}
/* Footer navigation */
#footer nav.footer {
  margin: 9px 0 0 0;
  overflow: hidden;
}
#footer nav.footer ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
  display: inline-block;
  display: block;
}
#footer nav.footer ul:before,
#footer nav.footer ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer nav.footer ul:after {
  clear: both;
}
#footer nav.footer ul li {
  list-style-type: none;
  float: left;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #93ad14;
  margin: 0 10px 0 0;
}
#footer nav.footer ul li a {
  color: #93ad14;
}
#footer nav.footer ul li a:hover {
  color: #6a655e;
}
#footer nav.footer ul li.current-menu-item a {
  color: #6a655e;
}
/* Copyright */
#copyright .grid_24 {
  padding: 11px 0;
  font-style: normal;
  overflow: hidden;
}
#copyright a:hover {
  color: #ffffff;
}
#footer-text {
  font-size: 12px;
  line-height: 24px;
  color: #939393;
}
#footer-text a {
  color: #939393;
}
#footer-text a:hover {
  color: #93ad14;
}
#footer-text a + a {
  color: #939393;
}
#footer-text a + a:hover {
  color: #93ad14;
}
#footer-text a + a + a {
  color: #939393;
}
#footer-text a + a + a:hover {
  color: #93ad14;
}
#footer-text .site-name {
  color: #939393;
}
#footer-text .site-name:hover {
  color: #93ad14;
}
/* Footer text */
/* Misc
---------------------------------------- */
/* Lightbox */
.lightbox {
  display: block;
  position: relative;
}
/* Back to Top */
#back-top-wrapper {
  position: absolute;
  overflow: hidden;
  height: 100px;
}
#back-top {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: 530px;
  display: none;
}
#back-top a {
  display: inline-block;
  overflow: hidden;
  font-size: 40px;
  line-height: 1em;
  padding-left: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#back-top a:hover {
  color: #93ad14;
}
/* arrow icon (span tag) */
#back-top span {
  display: none;
}
/* Tabs */
.tabs {
  margin: 1px 0 20px 0;
}
.tabs .tab-wrapper {
  border: 1px solid #dddddd;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  margin: -1px 0 0 0;
}
.tabs .tab-menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.tabs .tab-menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs .tab-menu a {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #aaaaaa;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 2px 0 0;
  padding: 8px 20px;
}
.tabs .tab-menu a:hover {
  background-color: #f2f2f2;
  color: #666666;
}
.tabs .tab-menu a.active {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
  background: -moz-linear-gradient(bottom, #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(90%, #f6f6f6));
  border-bottom: none;
  color: #666666;
  padding: 8px 20px 9px 20px;
}
.tabs .tab {
  background-color: #fafafa;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  padding: 20px;
}
/* Toggle */
.toggle {
  padding: 0 0 2px 0;
}
.toggle .trigger {
  background-color: #f5f5f5;
  background: -moz-linear-gradient(bottom, #f2f2f2 0px, #ffffff 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666;
  display: block;
  padding: 10px 12px 10px 40px;
  position: relative;
  text-decoration: none;
  height: 1%;
}
.toggle .trigger span {
  background: url(includes/images/toggle.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
}
.toggle .trigger:hover,
.toggle .active {
  background: #191919;
  color: #fff;
}
.toggle .active span {
  background-position: 0 -20px;
}
.toggle .box {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
}
/* Dropcap */
.dropcap {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  text-transform: uppercase;
  width: 51px;
  height: 51px;
  background: #93ad14;
  border-radius: 6px;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-transform: lowercase;
}
.hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 30px 5px;
}
.grid_1 .hr,
.grid_2 .hr,
.grid_3 .hr,
.grid_4 .hr,
.grid_5 .hr,
.grid_6 .hr,
.grid_7 .hr,
.grid_8 .hr,
.grid_9 .hr,
.grid_10 .hr,
.grid_11 .hr,
.grid_12 .hr,
.grid_13 .hr,
.grid_14 .hr,
.grid_15 .hr,
.grid_16 .hr,
.grid_17 .hr,
.grid_18 .hr,
.grid_19 .hr,
.grid_20 .hr,
.grid_21 .hr,
.grid_22 .hr,
.grid_23 .hr,
.grid_24 .hr {
  margin-left: 0;
  margin-right: 0;
}
.sm_hr {
  height: 1px;
  background: #dad9d9;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 0;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
  height: 15px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
/* Address */
.address {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.address dt {
  float: left;
  width: 165px;
  margin-right: 20px;
  padding: 0 0 20px 55px;
  color: #93ad14;
  background: none;
  font-size: 1em;
  line-height: 18px;
  background: url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
  float: left;
  width: 217px;
  padding: 0 0 0 53px;
  margin: 0;
  background: url(images/address-icon2.png) no-repeat 0 3px;
}
.address dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.address dd ul li {
  background: none;
  padding: 0;
}
.address dd span {
  float: left;
  width: 100px;
}
.address dd a {
  font-style: italic;
  color: #4d4944;
  text-decoration: underline;
}
.address dd a:hover {
  text-decoration: none;
  color: #93ad14;
}
/* Google Map */
.google-map {
  width: 100%;
}
.google-map iframe {
  width: 100%;
}
/* VIDEO */
.video-wrap {
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
}
.video-wrap object {
  position: relative;
  z-index: 2;
}
.video-bg {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* AUDIO */
.audio-wrapper {
  margin-bottom: 1.5em;
}
.audio-desc {
  font-size: .91em;
  color: #999;
  padding: .5em 0 0 0;
}
.audiojs audio {
  position: absolute;
  left: -1px;
}
.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(0.5, #555555), color-stop(0.51, #444444), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center top, #444444 0%, #555555 50%, #444444 51%, #444444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000;
}
.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(0.5, #dddddd), color-stop(0.51, #cccccc), color-stop(1, #cccccc));
  background-image: -moz-linear-gradient(center top, #cccccc 0%, #dddddd 50%, #cccccc 51%, #cccccc 100%);
}
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(0.5, #333333), color-stop(0.51, #222222), color-stop(1, #222222));
  background-image: -moz-linear-gradient(center top, #222222 0%, #333333 50%, #222222 51%, #222222 100%);
}
.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
.audiojs .play {
  background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat;
}
.audiojs .loading {
  background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat;
}
.audiojs .error {
  background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat;
}
.audiojs .pause {
  background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat;
}
.playing .play,
.playing .loading,
.playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play,
.loading .pause,
.loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/* Alert boxes
---------------------------------------- */
.alert-box,
.wpcf7-response-output {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: .91em;
  line-height: 1.4em;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box,
.wpcf7-mail-sent-ng {
  border-color: #ff9999;
  color: #c31b00;
  background: url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box,
.wpcf7-validation-errors,
.wpcf7-spam-blocked {
  border-color: #e6c555;
  color: #9e660d;
  background: url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box,
.wpcf7-mail-sent-ok {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
.button,
.button-alt,
button,
input.button {
  display: inline-block;
  position: relative;
  padding: 2px 9px 1px 9px;
  font-weight: normal;
  background-color: #a8ba11;
  background-image: -moz-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8ba11), to(#91ac14));
  background-image: -webkit-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -o-linear-gradient(top, #a8ba11, #91ac14);
  background-image: linear-gradient(to bottom, #a8ba11, #91ac14);
  background-repeat: repeat-x;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  outline: none;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  border-bottom: 1px solid #6e820f;
  border-right: 1px solid #829610;
}
.button:hover,
.button-alt:hover,
button:hover,
input.button:hover {
  background: #85950a;
  color: #ffffff;
}
/* Small Button */
.button.small {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 8px;
  line-height: 20px;
  height: 20px;
}
/* Large Button */
.button.large {
  font-size: 18px;
  padding: 0 32px;
  line-height: 40px;
  height: 40px;
}
/* Forms
---------------------------------------- */
/* Form defaults */
input,
select,
textarea {
  font-size: 1em;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  outline: none;
}
input[type="text"],
input[type="password"],
textarea {
  background: #f3f3f3;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  position: relative;
  padding: 2px 9px 2px 9px;
  font-weight: normal;
  background-color: #a8ba11;
  background-image: -moz-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8ba11), to(#91ac14));
  background-image: -webkit-linear-gradient(top, #a8ba11, #91ac14);
  background-image: -o-linear-gradient(top, #a8ba11, #91ac14);
  background-image: linear-gradient(to bottom, #a8ba11, #91ac14);
  background-repeat: repeat-x;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  height: 28px;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  border-bottom: 1px solid #6e820f;
  border-right: 1px solid #829610;
  outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #85950a;
}
/* Comment form */
#commentform p.field {
  margin-bottom: 5px;
}
#commentform small {
  color: #8b8b8b;
}
#commentform label {
  display: block;
}
#commentform input[type="text"] {
  width: 35%;
}
#commentform textarea {
  width: 70%;
  height: 150px;
  min-height: 150px;
  overflow: auto;
}
/* Contact form */
.wpcf7-form p.field {
  margin-bottom: 9px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.wpcf7-form p.field input {
  width: 100%;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form .input-file {
  width: 79px;
  height: 22px;
  background: url(images/btn-choose-file.gif) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.wpcf7-form input[type="file"] {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  cursor: pointer;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
  max-width: 100%;
  min-width: 100%;
  height: 255px;
  min-height: 255px;
  overflow: auto;
  margin-bottom: 17px;
}
.wpcf7-form .submit-wrap {
  padding: 0;
  margin: 0;
}
.wpcf7-form .submit-wrap input {
  margin-right: 10px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  width: auto !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 8px 0 4px 10px !important;
  background: #f3b7b7 !important;
  color: red !important;
  border: 1px solid red !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Sidebar search form */
.assistive-text {
  margin: 5px 0;
}
#searchform #s {
  width: 100%;
  margin-bottom: 10px;
}
#searchform #searchsubmit {
  margin: 0;
  border: none !important;
}
#searchform .searching {
  width: 160px;
  margin-right: 10px;
}
#searchform .submit {
  cursor: pointer;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.fleft {
  float: left;
  margin-right: 2px;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.extra-wrap {
  overflow: hidden;
}
/* Clear Floated Elements */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* ----------------------
-----Jigoshop styles-----
------------------------- */
/* Global Shop Elements Styles */
.product-image {
  display: block;
  background: url(images/product-loader.png) no-repeat 50% 50% #ffffff;
  overflow: hidden;
}
/* Shopping Cart */
/* Products Styles */
.products {
  overflow: hidden;
  margin: 0 -5px;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
}
.products * {
  word-spacing: 0 !important;
}
.featured-products .products li {
  width: 230px;
}
.featured-products .products li:first-child:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500%;
  content: "";
  background: #dad9d9;
  height: 1px;
}
.featured-products .products {
  margin-bottom: -29px;
}
.products li {
  padding: 0 0 26px 0 !important;
  border: none;
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 5px 29px 5px;
  list-style-type: none;
  width: 230px;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
}
.products li .title {
  font-size: 14px;
  line-height: 21px;
  color: #93ad14;
  font-weight: normal;
  text-align: center;
  margin: 16px 0 4px 0;
  background: none;
  min-height: 42px;
  padding: 0;
}
.products li .title a {
  color: #93ad14;
}
.products li .title a:hover {
  text-decoration: underline;
}
.products li .product-image-wrap {
  position: relative;
  overflow: hidden;
}
.products li .product-image-wrap img {
  width: 100% !important;
  height: auto !important;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products li .product-image-wrap .onsale {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #93ad14;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  z-index: 10;
  width: 57px;
  height: 57px;
  line-height: 57px !important;
  border-radius: 620px;
  text-decoration: none !important;
  text-align: center;
}
.products li.nomargin {
  margin-right: 0;
}
.products .price {
  text-align: center;
  display: block;
  line-height: 18px;
  color: #4d4944;
  letter-spacing: 0;
  font-size: 17px;
  position: relative;
}
.products .price ins {
  text-decoration: none;
  color: #93ad14;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.products .price del {
  font-size: 15px;
  margin: 0;
  line-height: 20px;
  color: #4d4944;
}
.grid_1 .products li,
.grid_2 .products li,
.grid_3 .products li,
.grid_4 .products li,
.grid_5 .products li,
.grid_6 .products li,
.grid_7 .products li,
.grid_8 .products li,
.grid_9 .products li,
.grid_10 .products li {
  width: 100%;
}
.nostock {
  color: #f00;
}
.products li a .price {
  display: block;
}
.products li a strong {
  display: block;
  margin-bottom: 20px;
}
.products li .buttons {
  overflow: hidden;
}
.short-desc p {
  margin: 0;
}
.prod_rate {
  overflow: hidden;
  padding: 8px 0 15px 0;
  text-align: center;
}
.prod_rate .star-rating {
  margin: 0 auto;
}
/* Custom products list for sidebar */
.widget .products li {
  width: 100%;
}
.widget .products li .title {
  min-height: 20px;
  padding: 10px 0 10px;
}
/* Tabs */
.tabs {
  padding: 0;
  margin: 0;
}
.product #tabs {
  margin-bottom: 20px;
}
.product #tabs .tabs {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
}
.product #tabs .tabs li {
  margin-bottom: 0;
  border: none !important;
  background: none;
  font-weight: normal;
}
.product #tabs .tabs li a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.product #tabs .tabs li a:after {
  display: none;
}
.product #tabs .panel {
  background: #f3f3f3;
  padding: 15px 20px;
  display: none;
}
.product #tabs .panel:first-child {
  display: block;
}
.product #tabs #respond {
  padding-top: 10px;
}
.product #tabs .panel h2 {
  display: none;
}
.product #tabs .panel .shop_attributes {
  margin-top: 10px;
}
.product #tabs #commentform > p {
  margin-bottom: 10px;
}
.product #tabs #commentform > p label {
  font-weight: bold;
  display: block;
}
.product #tabs #commentform #comment {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product #tabs #commentform .comment-form-rating label[for="rating"] {
  margin-right: 15px;
}
.product #tabs #commentform > p label + .required {
  float: left;
  margin-right: 10px;
}
.product #tabs .panel .shop_attributes {
  width: 100%;
  margin-bottom: 20px;
}
.product #tabs .panel .shop_attributes td {
  border: 1px solid #898989;
  padding: 10px 5px;
}
.product #tabs .panel .shop_attributes th {
  border: 1px solid #898989;
  padding: 10px 5px;
}
#tabs #reviews li.comment .comment_container .comment-text {
  padding: 0;
  overflow: hidden;
}
#tabs #reviews li.comment .meta {
  padding: 0 0 5px 0;
}
#tabs #reviews li.comment .avatar {
  border: 1px solid #fff !important;
}
.product #tabs .tabs li {
  float: left;
  margin: 0;
  margin-right: 3px;
  background: none;
  padding: 0;
  list-style-type: none;
}
.product #tabs .tabs li a {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: none;
  display: inline-block;
  color: #4d4944;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: #F3F3F3;
}
.product #tabs .tabs li.active a,
.product #tabs .tabs li a:hover {
  background: #93ad14;
  color: #ffffff;
}
#holder.container > a.zoom {
  display: none;
}
#holder.container > a.zoom#fancy-link {
  display: block;
}
/************** Single Products styles *****************/
.product.type-product form.cart {
  overflow: hidden;
  padding-bottom: 15px;
}
.product.type-product form.cart .button-alt.disabled {
  background: none repeat scroll 0 0 #CCCCCC;
  color: #FFFFFF;
  cursor: default;
}
.summary .single_variation .stock.out-of-stock {
  color: #FF0000;
}
form.cart table {
  width: 100%;
}
form.cart table td {
  padding: 0 0 5px 0;
}
.product.type-product .quantity {
  float: left;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
}
.product_title {
  font-style: normal;
  font-size: 24px;
  line-height: 30px !important;
  letter-spacing: 0;
}
.product.type-product .variations_button {
  padding: 19px 0 0;
}
.product.type-product form.cart .button-alt {
  overflow: hidden;
  margin-left: 20px;
  border: none !important;
}
#holder {
  border: 1px solid #e9e9e9;
}
.quantity #minus1,
.quantity #add1 {
  width: 30px;
  height: 31px;
  padding: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-bottom: none;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border-radius: 0 !important;
}
.quantity #minus1 {
  background: url(images/minus-bg.png) center center no-repeat #ffffff;
}
.quantity #add1:hover,
.quantity #minus1:hover {
  background-color: #eee;
}
.quantity #add1 {
  background: url(images/plus-bg.png) center center no-repeat #ffffff;
}
.quantity .qty {
  text-align: center;
  border: none;
  color: #000;
  width: 65px !important;
  padding: 0 !important;
}
.product.type-product .images {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  width: 312px;
}
.product.type-product .images .onsale {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #898989;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  z-index: 10;
  text-align: center;
}
.product.type-product .images a[rel="prettyPhoto[nn]"] {
  vertical-align: top;
  display: block;
  padding: 0;
  max-width: 310px;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: url(images/product-loader.png) no-repeat 50% 50% #ffffff;
}
.product.type-product .images a img {
  background: #fff;
}
.product.type-product .images .sub-pager {
  overflow: hidden;
  padding-top: 10px;
  margin-left: -5px;
}
.product.type-product .images .sub-pager a {
  width: 98px;
  height: 98px;
  display: block;
  float: left;
  margin: 0 0 5px 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0;
  background: url(images/product-loader.png) no-repeat 50% 50% #ffffff;
}
.product.type-product .images .sub-pager img {
  background: #fff;
}
.product.type-product .images .sub-pager a:hover,
.product.type-product .images .sub-pager a.cur {
  border: 1px solid #898989;
}
.product.type-product .images .sub-pager a img {
  width: 100% !important;
  height: auto !important;
}
.product.type-product .images + .summary {
  float: left;
  width: 378px;
  position: relative;
  z-index: 10;
}
.from {
  font-size: 12px;
  color: #939393;
}
.product.type-product .images + .summary .product-price {
  color: #141414;
  font-style: normal;
}
.product.type-product .images + .summary .product-price .label {
  color: #93ad14;
  width: 56px;
  display: inline-block;
}
.product.type-product .images + .summary .product-price {
  color: #4d4944;
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  padding: 2px 0 2px;
}
.product.type-product .images + .summary .product-price del {
  color: #6a655e;
  font-size: 14px;
  display: inline-block;
  margin: 0 3px 0 0;
}
.product.type-product .images + .summary .product-price ins {
  text-decoration: none;
  display: block;
  margin: -9px 0 0 60px;
  color: #93ad14;
}
.product.type-product .images + .summary .category {
  font-weight: bold;
  margin-bottom: 7px;
}
.product.type-product .images + .summary h1 {
  display: none;
}
/* Single variation price & stock for variable product */
.product_title.page-title + .price {
  display: none;
}
.summary .single_variation {
  position: absolute;
  overflow: hidden;
}
.summary .stock {
  display: none;
}
.summary .single_variation .stock {
  margin: 0 0 0 20px;
  font-weight: bold;
  font-size: 13px;
  height: 20px;
  color: #409a13;
  padding: 0 !important;
  display: inline-block;
}
.summary .single_variation .price {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #000;
  padding: 4px 0 0 0;
}
.summary .single_variation .price:before {
  content: "Price: ";
  font-size: 12px;
  font-weight: bold;
}
.variations_button {
  display: block !important;
  height: auto !important;
  padding: 30px 0 15px 0 !important;
  margin: 0 !important;
}
.product.type-product .images + .summary .attributes {
  overflow: hidden;
}
.product.type-product .images + .summary .attributes .product-avlb {
  float: right;
  display: inline-block;
  padding: 8px 10px;
  background: #93ad14;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 40%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product.type-product .images + .summary .attributes .product-avlb.out-of-stock {
  background: #f00;
  color: #fff;
}
.product.type-product #tabs {
  width: 100%;
  clear: both;
}
/* Table, Cart Page */
.cart_totals_table table {
  width: 100%;
}
.cart_totals_table tr {
  border: 1px solid #e9e9e9;
}
.cart_totals_table tr th {
  background: #f5f5f5;
}
.cart_totals_table tr td,
.cart_totals_table tr th {
  border: 1px solid #e9e9e9;
  padding: 5px 6px;
  text-align: left;
}
.cart_totals_table tr th {
  width: 30%;
}
.cart_totals_table tr small {
  font-size: 100%;
  font-weight: normal;
}
tr td.product-remove {
  text-align: center;
}
.shipping-calculator-button {
  cursor: default !important;
}
.shipping-calculator-button span {
  display: none;
}
form.shipping_calculator h2 a {
  cursor: pointer;
  color: #6a655e;
}
.shipping-calculator-button {
  text-decoration: none;
}
form.shipping_calculator input[type="text"],
form.shipping_calculator select {
  width: 100%;
  background: #fff;
  padding: 7px;
  height: auto;
  border: 1px solid #DEDCDC;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pp_gallery {
  display: none !important;
}
/* Cart in sidebar */
.cart_list li span {
  overflow: hidden;
  display: block;
}
.widget .buttons .button {
  margin: 0 8px 0 0;
}
.widget .buttons .button + .button {
  margin: 0;
}
.widget .cart_list li {
  background: url(images/content-bg.gif) repeat-x 0 -15px !important;
  padding: 15px 8px 15px 5px !important;
  border: 1px solid #e9e9e9 !important;
  margin: 0 0 10px 0 !important;
}
.widget .cart_list li a {
  text-decoration: none;
  font-size: 10px !important;
  color: #898989;
}
.widget .cart_list li a:hover {
  color: #898989;
}
.widget .cart_list li.last {
  margin: 0 !important;
}
.widget .cart_list li .image-holder {
  margin: 0 8px 0 0 !important;
}
.widget .cart_list li .remove {
  margin: 14px 5px 0 4px;
  padding: 0;
}
.layerd_nav_clear + ul {
  padding: 10px 0 0 0;
}
/* Products list */
.product_list_widget {
  overflow: hidden;
}
.product_list_widget li {
  margin: 0 5px 10px 5px;
  *zoom: 1;
  display: inline-block;
  display: block;
}
.product_list_widget li:before,
.product_list_widget li:after {
  display: table;
  content: "";
  line-height: 0;
}
.product_list_widget li:after {
  clear: both;
}
.product_list_widget li a {
  display: inline !important;
  overflow: hidden;
  margin: 0 0 2px 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #4d4944;
  text-align: left;
}
.product_list_widget li a:hover {
  text-decoration: none !important;
}
.product_list_widget li a span:hover {
  color: #93ad14;
}
.product_list_widget li img {
  margin: 0 10px 10px 0;
  float: left;
  background: #fff;
  padding: 0;
}
.product_list_widget li a span {
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px 0;
}
.product_list_widget li.last_rate a span {
  margin: 0 0 45px 0;
}
.product_list_widget li .js_widget_product_price {
  display: block;
  color: #4d4944;
  padding: 0 0 30px 0;
  font-size: 14px;
  line-height: 16px;
}
.product_list_widget li .js_widget_product_price br {
  display: none;
}
.product_list_widget li .js_widget_product_price del {
  color: #6a655e;
  font-size: 12px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.product_list_widget li .js_widget_product_price ins {
  text-decoration: none;
  color: #93ad14;
}
.product_list_widget li .star-rating {
  width: 80px;
  background: url(jigoshop/images/star.png) 0 -13px repeat-x;
  margin: 0;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.product_list_widget li b {
  font-weight: normal;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 35px;
}
.star-rating {
  width: 80px;
  overflow: hidden;
  background: url(jigoshop/images/star.png) 0 -13px repeat-x;
}
/* price filter */
.price_slider_amount {
  padding: 15px 0 0 0;
}
.price_slider_wrapper {
  padding: 0 10px;
}
.price_slider_amount {
  font-size: 15px;
  line-height: 24px;
}
.price_slider_amount span {
  color: #898989;
}
.price_slider_amount .button {
  display: block;
  margin: 0 0 5px 0;
  border: none !important;
}
.price_slider_amount button {
  margin: 0 10px 0 0;
}
/* Single product */
.single-product .product_meta {
  display: none;
}
.single-product .summary .attributes {
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 15px 0;
}
.single-product .summary fieldset.variations {
  border: none;
  margin-left: 0;
  border: 1px solid #e9e9e9;
  padding: 15px 8px;
}
.single-product .summary fieldset.variations .select_label {
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
  color: #4d4944;
}
.single-product .summary fieldset.variations select {
  width: 100%;
  overflow: hidden;
  max-width: 365px;
  padding: 2px 2px;
}
.related.products {
  padding-top: 30px;
}
#respond span.required {
  display: block;
  color: #ff0000;
}
/* Share buttons */
.share-buttons {
  border-top: 1px solid #ebebeb;
  padding: 15px 0 15px 0;
  margin: 0;
}
.summary .tm_style.addthis_toolbox > a:first-child {
  width: 28%;
}
.summary .tm_style.addthis_toolbox > a:first-child + a {
  width: auto;
}
.summary .tm_style.addthis_toolbox > a:first-child + a + a + a {
  width: 28%;
}
.summary .tm_style.addthis_toolbox > a {
  float: none !important;
  display: inline-block !important;
  padding: 0 !important;
  width: 33%;
  cursor: default;
  margin: 3px 0 !important;
  vertical-align: top !important;
}
.summary .tm_style.addthis_toolbox > a span {
  cursor: pointer;
}
.summary .posted_in {
  font-style: normal;
}
.summary h2 {
  border-bottom: none;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 20px 0;
}
#content .content .tm_style.addthis_toolbox > a {
  margin: 3px 3px 3px 0;
  float: none !important;
  display: inline-block !important;
  vertical-align: top !important;
}
#tab-description .addthis_toolbox {
  display: none;
}
/* Last Reviews */
.product_list_widget-reviews {
  overflow: hidden;
  padding: 4px 0 0 0;
}
.product_list_widget-reviews li {
  float: left;
  background: none;
  list-style: none;
  background: #f5f5f5;
  padding: 0;
  margin: 0 20px 20px 0;
}
.product_list_widget-reviews li:nth-child(4n) {
  margin-right: 0;
}
.product_list_widget-reviews li.nomargin {
  margin-right: 0;
}
.product_list_widget-reviews li .featured-thumbnail {
  float: none;
  margin: 0;
}
.product_list_widget-reviews li .js_widget_product_title {
  font-size: 18px;
  color: #898989;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  margin: 19px 0 0 16px;
}
.product_list_widget-reviews li .js_widget_product_title:hover {
  color: #898989;
}
.product_list_widget-reviews li .js_widget_product_price {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #898989;
  margin: 8px 0 25px 14px;
}
.product_list_widget-reviews li .star-rating {
  float: right;
  width: 95px;
  background: url(jigoshop/images/star.png) 0 -13px repeat-x;
  margin: 10px 10px 0 0;
}
.cart_list li {
  font-size: 13px;
  line-height: 17px;
}
.cart_list li a {
  padding: 0;
}
.cart_list li a:after {
  display: none;
}
/********************CheckOut*************************/
.blockUI {
  background: #000;
}
.stars a.sd,
.stars a.dd {
  color: red;
}
.shipping-calculator-form button {
  border: none;
  outline: none;
}
form.checkout select,
.jigoshop-myaccount form select,
.shipping-calculator-form select {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 95%;
  min-width: 50px;
  height: 21px;
  padding: 7px 2px;
  vertical-align: text-bottom;
  background-color: #F3F3F3;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
#order_review .shop_table select {
  display: block;
  margin: 0 auto;
}
.coupon {
  padding: 10px 0;
}
form.checkout select option,
.jigoshop-myaccount form select option,
.shipping-calculator-form select option {
  line-height: 29px !important;
}
form.login {
  padding: 0 0 20px 0;
}
form.login input[type="text"],
form.login input[type="password"] {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  width: 238px !important;
}
form.login label {
  display: table;
}
form.login .form-row-last {
  padding: 0 0 10px 0 !important;
}
a.lost_password {
  margin-left: 10px;
}
.create-account .form-row {
  max-width: 50%;
}
.create-account .form-row input {
  width: 100%;
  max-width: 100%;
}
form.checkout input[type="text"].error {
  background: #898989;
  border-color: #530303;
}
.shipping_calculator select option {
  position: relative;
}
form.checkout #customer_details #order_comments {
  width: 100%;
}
form.checkout #customer_details .form-row.form-row-first,
.jigoshop-myaccount .form-row.form-row-first {
  float: left;
  max-width: 50%;
  width: 100%;
}
.ie8 form.checkout #customer_details .form-row.form-row-first,
.ie8 .jigoshop-myaccount .form-row.form-row-first {
  float: left;
  width: 50%;
}
form.checkout #customer_details .form-row.form-row-last,
.jigoshop-myaccount .form-row.form-row-last {
  overflow: hidden;
}
.jigoshop-myaccount form {
  padding-top: 0px;
}
form.checkout #customer_details .form-row label,
.jigoshop-myaccount form label {
  display: table;
}
form.checkout #customer_details .form-row,
.jigoshop-myaccount .form-row {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-right: 18px;
  margin-bottom: 25px;
  padding-bottom: 0;
}
form.checkout #customer_details .form-row.notes {
  width: 100%;
  max-width: 100%;
}
form.checkout #customer_details .form-row label.checkbox {
  display: inline;
}
form.checkout #customer_details .form-row input[type="text"],
form.checkout #customer_details textarea,
.jigoshop-myaccount form .form-row input[type="text"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 95%;
  max-width: 510px;
  height: auto;
}
p#shiptobilling label.checkbox {
  vertical-align: middle;
  font-weight: bold;
}
form.checkout #customer_details textarea {
  max-width: 700px;
  min-height: 100px;
}
form.checkout #customer_details .form-row label {
  font-weight: bold;
  font-style: normal;
  color: #141414;
}
form.checkout h3,
.col2-set.addresses header h3 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.col2-set.addresses .col-1 {
  margin-bottom: 20px;
}
.payment_methods li {
  background: none;
  padding: 0;
  margin-bottom: 5px;
  border: none !important;
}
.payment_methods li label {
  vertical-align: middle;
}
.payment_methods li .payment_box {
  position: relative;
  width: 96%;
  background: #929292;
  margin: 15px 0;
  padding: 10px 0;
  color: #fff;
}
#payment {
  padding-top: 20px;
}
.payment_methods li,
.order_details li {
  background: none !important;
  padding: 0 !important;
  list-style-type: none;
  margin: 0;
  border: none;
}
.payment_methods li .payment_box:before {
  border-style: solid;
  border-color: transparent transparent #929292 transparent;
  border-width: 0 6px 6px 6px;
  content: "";
  display: block;
  width: 0;
  height: 0px;
  position: absolute;
  z-index: 999;
  top: -6px;
  left: 30px;
}
.payment_methods li .payment_box > p {
  padding: 0 20px;
  margin-bottom: 0;
}
#place_order {
  margin: 0 0 0 5px !important;
  vertical-align: top;
  position: relative;
}
.form-row input[type="radio"] {
  margin: 0 5px 0 0;
}
.star-rating span {
  background: url(jigoshop/images/star.png) 0 0px repeat-x;
  height: 0;
  padding: 13px 0 0 0;
  padding-right: 0;
  overflow: hidden;
  float: left;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
/* Star Rating */
p.stars {
  overflow: hidden;
  zoom: 1;
}
p.stars span {
  width: 80px;
  height: 13px;
  position: relative;
  float: left;
  background: url(jigoshop/images/star.png) 0 -13px repeat-x;
}
p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
}
p.stars span a:hover,
p.stars span a:focus {
  background: url(jigoshop/images/star.png) 0 0px repeat-x;
}
p.stars span a.active {
  background: url(jigoshop/images/star.png) 0 0px repeat-x;
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
/* Review form */
#review_form p {
  padding: 0;
}
/* Reviews(comments) */
#reviews li.comment {
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px !important;
}
#reviews li.comment .comment_container {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
#reviews li.comment .comment_container img {
  float: left;
  margin: 0 20px 0 0;
}
#reviews li.comment .comment_container .comment-text {
  padding: 0;
  overflow: hidden;
}
#reviews li.comment .meta {
  padding: 0 0 5px 0;
}
#reviews li.comment .avatar {
  border: 1px solid #ddd !important;
}
#reviews li.comment .comment_container .comment-text .star-rating {
  float: right;
  width: 80px;
  background: url(jigoshop/images/star.png) 0 -13px repeat-x;
}
.hreview-aggregate {
  overflow: hidden;
}
.hreview-aggregate > .star-rating {
  display: none;
}
/*---------------------------------------------------*/
/* BredCrumbs */.bc-wrap {
  display: block;
  margin: 0 0 32px 0;
}
#breadcrumb {
  background: #93ad14;
  color: #6a655e;
  font-size: 13px;
  line-height: 17px;
  padding: 12px 10px 12px 20px;
  border: none;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#breadcrumb a {
  color: #6a655e;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: none;
  color: #ffffff;
}
/*****************************************************/
.single-product .commentlist {
  padding: 0;
}
.jigoshop-myaccount dl dt {
  padding: 0;
  background: none;
}
.jigoshop-myaccount dl dd {
  padding: 0;
}
/* Tables */
.shop_table {
  text-align: left;
}
.shop_table + header h2 {
  padding-top: 20px;
}
.shop_table {
  width: 100%;
}
.shop_table.my_account_orders {
  margin-bottom: 35px;
}
.shop_table tr {
  border: 1px solid #e9e9e9;
  padding: 4px 5px;
}
.shop_table tr.order td .button {
  padding: 0;
  background: none;
  margin: 0;
  color: #898989 !important;
  border: none;
}
.shop_table tr.order td .button:hover {
  color: #6a655e !important;
  text-decoration: none !important;
}
.shop_table tr td {
  border: 1px solid #e9e9e9;
  padding: 9px 10px;
  text-align: center;
}
.shop_table tr td .variation {
  text-align: left;
  margin: 5px 0;
}
.shop_table tr td .variation dt {
  display: inline;
  margin: 0 3px 0 0;
  font-weight: bold;
  padding: 0;
  background: none;
  font-size: 12px;
}
.shop_table tr td .variation dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.shop_table tr td .remove {
  width: 26px;
  height: 30px;
  background: url(images/trash.png) 0 0 no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.shop_table.cart tfoot tr td {
  text-align: left;
  padding: 10px 10px 10px 22px;
}
.shop_table tfoot tr td .upd-button {
  color: #727374 !important;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 20px;
  background: url(images/update.png) 0 center no-repeat;
  vertical-align: middle;
  margin-top: 7px;
}
.shop_table tfoot tr td .upd-button:hover {
  color: #898989 !important;
}
.shop_table tfoot tr td {
  text-align: left;
}
.shop_table tfoot tr td .checkout-button {
  float: right;
}
.shop_table tfoot tr .g_total {
  background: #f5f5f5;
}
.shop_table tr td.product-thumbnail {
  text-align: center;
}
.shop_table tr td.product-remove {
  padding: 9px 20px;
}
.shop_table tr td.product-thumbnail a {
  display: block;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto;
}
.shop_table tr td.product-thumbnail a img {
  width: 100% !important;
  height: auto !important;
}
.shop_table tr td.product-name {
  text-align: left;
  padding: 15px 10px;
}
.shop_table tr td.product-name a {
  font-weight: bold;
  text-decoration: none;
  color: #4d4944;
}
.shop_table tr td.product-name a:hover {
  color: #93ad14;
}
.shop_table tr td.product-quantity #minus1,
.shop_table tr td.product-quantity #add1 {
  display: none;
}
.shop_table tr td.product-quantity {
  text-align: center;
}
.shop_table tr td.product-quantity .qty {
  background: #f7f8f8;
  border: 1px solid #e9e9e9;
  color: #727374;
  width: 58px;
  padding: 3px 0px 3px !important;
}
.shop_table tr th {
  border: 1px solid #e9e9e9;
  font-weight: bold;
  padding: 6px 10px 7px;
  background: #f5f5f5;
  text-align: left;
}
.shop_table td .m-label {
  display: none;
  margin-right: 4px;
}
.shop_table td.alignright {
  margin: 0;
  border-left: none;
  float: none;
}
#shop-cart .button,
#shop-cart .button-alt {
  margin: 7px 0 !important;
}
form.shipping_calculator {
  padding-top: 50px;
}
.jigoshop-cart h1 {
  padding: 0 0 2px 0;
  margin: 20px 0 20px 0;
}
.jigoshop-cart #page-content {
  padding-right: 10px;
}
.jigoshop-cart .post-holder {
  border: none;
}
.jigoshop-cart .cart-collaterals {
  margin-top: 50px;
}
/*********Messages********/
.jigoshop_message {
  background: #898989;
  position: relative;
  overflow: hidden;
  z-index: 99;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px 15px 38px;
  margin: 0 0px 20px 0;
}
.jigoshop_message:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/message-icon.png) 0 -24px no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 6px;
}
.jigoshop_message .button {
  float: right;
  padding: 0;
  background: none;
  margin-top: 1px;
  line-height: 16px;
  height: 16px;
  font-weight: normal;
  filter: none;
  border: none;
}
.jigoshop_message .button:hover {
  background: none;
  color: #141414 !important;
  font-weight: normal;
}
.jigoshop_error {
  z-index: 99;
  top: 50px;
  width: 95%;
  margin: 50px auto 30px;
  background: #242527;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.jigoshop_error a {
  color: #ffffff;
}
/*-----------------------*/
form.checkout #customer_details .create-account .form-row,
form.login .form-row,
form.login .form-row.form-row-first {
  width: 100%;
  padding: 0;
  float: none;
}
form.checkout #customer_details .create-account .form-row input[type="text"],
form.checkout #customer_details .create-account .form-row input[type="password"],
form.login .form-row input[type="password"],
form.login .form-row input[type="text"] {
  max-width: 250px;
  width: 100%;
  box-sizing: border-box;
}
#review_form #respond #commentform label {
  width: auto !important;
  padding: 0 0 10px 0;
  line-height: 12px;
}
.assistive-text {
  display: block;
}
.assistive-text + input {
  margin: 0 5px 0 0;
}
.assistive-text + input,
.assistive-text + input + input {
  display: inline-block !important;
}
#password-1,
#password-2 {
  width: 80%;
}
input.error {
  color: #fff !important;
}
input.error::-webkit-input-placeholder {
  color: #fff;
}
input.error:-moz-placeholder {
  color: #fff;
}
input.error:-ms-input-placeholder {
  color: #fff;
}
#payment div.payment_message {
  position: relative;
  width: 96%;
  background: #f5f5f5;
  color: red;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 1em;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}
#payment div.payment_message {
  position: relative;
  width: 96%;
  background: #fcfcfc;
  color: red;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 1em;
  margin: 1em 0 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.demo_store {
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 7px;
  width: 300px;
  background: #ff3019;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  /* IE6-8 */

  border: 1px solid #990303;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 25px;
  opacity: .7;
  z-index: 999;
}
#jigoshop_customized_product {
  width: 100%;
  margin: 0 0 20px 0;
}
dd.customized_product {
  padding: 0 0 5px 0;
  margin: 0;
}
.customized_product_label {
  display: block;
  padding: 0;
}
.shipping-calculator-form {
  display: block !important;
  height: auto !important;
}
.shipping-calculator-form:hover {
  border: none;
}
.form-row-first.clear {
  visibility: visible !important;
  height: auto;
}
.track_order .form-row {
  float: left;
  width: 46%;
  margin: 0 4% 20px 0;
}
.track_order .form-row label {
  display: block;
  margin: 0 0 5px 0;
}
.track_order .form-row input[type="text"] {
  width: 100%;
}
.track_order .form-row.form-row-last {
  margin-right: 0;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */
#div-text_banner {
  margin: 0;
  width: 960px;
}
#div-text_banner .my_txt_widget {
  background: #f9f9f9;
  border: 1px solid #d0d0d0;
  padding: 19px 28px 17px 109px;
  min-height: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-style: normal;
  position: relative;
}
#div-text_banner .my_txt_widget:after {
  display: block;
  position: absolute;
  content: "";
  top: 19px;
  left: 19px;
  width: 65px;
  height: 66px;
}
#div-text_banner .my_txt_widget.icon1:after {
  background: url(images/icon_1.png) 0 0 no-repeat;
}
#div-text_banner .my_txt_widget.icon2:after {
  background: url(images/icon_2.png) 0 0 no-repeat;
}
#div-text_banner .my_txt_widget.icon3:after {
  background: url(images/icon_3.png) 0 0 no-repeat;
}
#div-text_banner .my_txt_widget h3 {
  font-family: 'Holtwood One SC', serif !important;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6a655e;
  border: none;
  padding: 0;
  margin: 0 0 3px 0;
}
#div-text_banner .my_txt_inner {
  font-size: 13px;
  line-height: 15px;
  color: #141414;
}
#div-text_banner .my_content_inner {
  font-size: 13px;
  line-height: 15px;
}
.jigoshop_login_widget .input-submit {
  border: none !important;
}
.adress_div {
  font-size: 15px;
  line-height: 20px;
  color: #141414;
  text-transform: uppercase;
}
.adress_div h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  background: none;
  margin: 0 0 15px 0;
}
.adress_div ul li {
  padding: 0;
  background: none;
}
#wpadminbar ul li a:after {
  display: none;
}
.single-post .block_post {
  padding-top: 40px;
}
.box-header {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e4e4e8;
  padding: 9px 0 12px;
}
ul.brands_list {
  margin: 15px 0 0 0;
  padding: 0 0 36px 0;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #eaeaea;
}
ul.brands_list li {
  margin: 0;
  padding: 0;
  float: left;
}
ul.brands_list li .inner {
  display: none;
}
.archive-lists h4 {
  margin: 20px 0 10px 0;
}
