<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Version 1.0
[Table of contents]
1/ General
__1.1/Import css and font
__1.2/General Style
2/ Header
3/ Menu
4/ Footer
5/ Section
__5.1/Counter .section--counter
__5.2/Farmer .section--farmer
__5.3/Introdution .section--introdution
__5.4/Policy .section--policy
__5.5/Product Slider .section--product-slider
__5.6/Price Table .section--price-table
__5.7/Parner .section--partner
6/ Item
__6.1/ 404 .item--404
__6.2/ About us .item--about-content,.item--about-us
__6.3/ Advertising .item--adv
__6.4/ Blog .item--blog-index,.item--featured-blog
__6.5/ Brand .item--brand
__6.6/ Counter .item--counter
__6.7/ Farmer .item--farmer
__6.8/ Logo .item--logo
__6.9/ Lookbook .item--lookbook,.item--lookbook-header
__6.10/ Policy .item--policy
__6.11/ Popup .item--flex-popup,.item--flex-slider
__6.12/ Porfolio .item-portfolio
__6.13/ Price .item-portfolio .item--price-column,.item--price-list
__6.14/ Product .item-banner-product,.item--featured-product,.item--product-flex,.item--product-grid,.item--product-list,.item--product-top-rated
__6.15/ Tooltip .item-tooltip-wrap
7/ Blog
__7.1/ Blog List .blog--list
__7.2/ Blog Item .blog--item
__7.3/ Text Content .text--content
8/ Shop
__8.1/ Shop Filter .shop--filter-lookbooks,.shop--filter-page,.shop--sort-by,.shop--top,.shop--type
__8.2/ Woocommerce
9/ Comments
10/ Widget
__10.1/ Comment List .widget--comment-list
__10.2/ List .widget--list
__10.3/ Price Filter .widget--price-filter
__10.4/ Recent Entries .widget_recent_entries
__10.5/ Tag Cloud .widget_tag_cloud
__10.6/ Other
11/ Plugin
__11.1/ Flexslider
__11.2/ HeapBox
__11.3/ Owl Carousel
__11.4/ Nouislider
__11.5/ Revolution Slider
__11.6/ Video Js
__11.7/ Tooltipster
12/ Misc
------------------------------------------------------------------*/
/*------------------------------------------------------------------
1/ General
*/
/*------------------------------------------------------------------
__1.1/Import css and font
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,300italic,400italic,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(../styles/reset.css);
@import url(../styles/awesome.css);
@import url(../plugin/bootstrap/css/bootstrap.min.css);
@import url(../styles/settings.css);
/*------------------------------------------------------------------
__1.2/General Style
*/
input[type="text"],input[type="email"],input[type="number"],input[type="password"],textarea{
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
button,input[type="button"],input[type="submit"],input[type="text"],input[type="email"],input[type="number"],input[type="password"],textarea{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.hover {
  position: relative;
  display: block;
}
.hover:before {
  font-size: 0px;
  line-height: 0px;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 0px;
  height: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #fff;
}
.hover:after {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  content: "";
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: none;
  padding: 0px;
  margin: 0px;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0px;
}
.wp-smiley {
  margin: 0px !important;
  max-height: 1em;
}
blockquote .left {
  margin: 0px 20px 0px 0px;
  text-align: right;
  float: left;
}
blockquote .right {
  margin: 0px 0px 0px 20px;
  text-align: left;
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.clear {
  clear: both;
  width: 100%;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.animation,
a,
button,
input {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
}
a{
	color: #1c1c1c;
}
a:hover{
	color: #94c618
}
.animation-all,
.animation-all * {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.aligncenter {
  margin: 0px auto 24px;
  float: none;
  display: block;
}
.hidden {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img,
.res-img {
  max-width: 100%;
  height: auto;
}
.after-clear:after {
  content: "";
  display: block;
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.normal-text {
  font-weight: 400;
}
.center-vh {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-v {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-h {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.background--cover{
	background-size: cover!important;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
}
.background--pattern{
	background-size: auto!important;
	background-attachment: scroll!important;
	background-repeat: repeat!important;
	background-position: 50% 50%!important;
}
html.js__popup_active {
  overflow: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
}
.layout--boxed #wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
#wrapper {
  background: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0px;
  transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  left: 0px;
}
@media (min-width: 1025px) {
  #wrapper {
    top: 0px !important;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
h5,
p,
ul,
ol {
  margin: 0px;
}
a {
  outline: none;
  text-decoration: none !important;
}
a:hover,
a:active,
a:visited {
  text-decoration: none !important;
}
h5 {
  font-size: 16px;
}
.h4.small,
h4.small {
  font-size: 18px;
}
.h4,
h4 {
  font-size: 20px;
}
.h3,
h3 {
  font-size: 25px;
}
.h2,
h2 {
  font-size: 30px;
}
.h1,
h1 {
  font-size: 40px;
}
@media (min-width: 350px) and (max-width: 767px) {
  .col-iphone-1 {
    width: 8.33333333%;
  }
  .col-iphone-2 {
    width: 16.66666667%;
  }
  .col-iphone-3 {
    width: 25%;
  }
  .col-iphone-4 {
    width: 33.33333333%;
  }
  .col-iphone-5 {
    width: 41.66666667%;
  }
  .col-iphone-6 {
    width: 50%;
  }
  .col-iphone-7 {
    width: 58.33333333%;
  }
  .col-iphone-8 {
    width: 66.66666667%;
  }
  .col-iphone-9 {
    width: 75%;
  }
  .col-iphone-10 {
    width: 83.33333333%;
  }
  .col-iphone-11 {
    width: 91.66666667%;
  }
  .col-iphone-12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-mid-1 {
    width: 8.33333333%;
  }
  .col-mid-2 {
    width: 16.66666667%;
  }
  .col-mid-3 {
    width: 25%;
  }
  .col-mid-4 {
    width: 33.33333333%;
  }
  .col-mid-5 {
    width: 41.66666667%;
  }
  .col-mid-6 {
    width: 50%;
  }
  .col-mid-7 {
    width: 58.33333333%;
  }
  .col-mid-8 {
    width: 66.66666667%;
  }
  .col-mid-9 {
    width: 75%;
  }
  .col-mid-10 {
    width: 83.33333333%;
  }
  .col-mid-11 {
    width: 91.66666667%;
  }
  .col-mid-12 {
    width: 100%;
  }
}
.link--color-bm,
.linkwrap--color-bm a {
  color: #1c1c1c;
}
.link--color-bm:hover,
.linkwrap--color-bm a:hover {
  color: #94c618;
}
.link--color-gm,
.linkwrap--color-gm a {
  color: #666666;
}
.link--color-gm:hover,
.linkwrap--color-gm a:hover {
  color: #94c618;
}
.link--color-gb,
.linkwrap--color-gb a {
  color: #666666;
}
.link--color-gb:hover,
.linkwrap--color-gb a:hover {
  color: #1c1c1c;
}
.link--color-bw,
.linkwrap--color-bw a {
  color: #1c1c1c;
}
.link--color-bw:hover,
.linkwrap--color-bw a:hover {
  color: #ffffff;
}
.menu--inline &gt; li {
  display: inline-block;
}
.linkwrap--hover-line-bottom a,
.link--hover-line-bottom {
  position: relative;
}
.linkwrap--hover-line-bottom a:before,
.link--hover-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 50%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 0px;
  height: 1px;
  background: #94c618;
}
.linkwrap--hover-line-bottom a:hover:before,
.link--hover-line-bottom:hover:before {
  width: 100%;
  right: 0px;
}
.linkwrap--hover-line-bottom-to-top a,
.link--hover-line-bottom-to-top {
  position: relative;
}
.linkwrap--hover-line-bottom-to-top a:before,
.link--hover-line-bottom-to-top:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  right: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 100%;
  height: 1px;
  background: #94c618;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.linkwrap--hover-line-bottom-to-top a:hover:before,
.link--hover-line-bottom-to-top:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}
.margin--top-15 {
  margin-top: 15px;
}
.margin--top-50 {
  margin-top: 50px;
}
.margin--top-60 {
  margin-top: 60px;
}
.margin--bottom-50 {
  margin-bottom: 50px;
}
.margin--top-100 {
  margin-top: 100px;
}
.margin--top-100-minus {
  margin-top: -100px;
}
@media (min-width: 992px) {
  .margin--top-100-minus-desktop {
    margin-top: -100px;
  }
}
.margin--top-140-minus {
  margin-top: -140px;
}
.row--no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.row--no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.row--inline {
  font-size: 0px;
}
.row--inline &gt; * {
  font-size: 14px;
  display: inline-block;
  float: none;
}
.type--table {
  display: table;
  width: 100%;
}
.type--table .type--table-cell {
  display: table-cell;
}
.type--table.table--middle {
  height: 100%;
}
.type--table.table--middle .type--table-cell {
  vertical-align: middle;
}
.button--common {
  border: none;
  outline: none;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 25px 9px 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.button--common .icon {
  line-height: 22px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  min-width: 16px;
  min-height: 22px;
  font-weight: 400;
}
.button--common .icon img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.button--white,.button--white:visited {
  background: #ffffff;
  color: #262e31;
}
.button--main {
  background: none;
  color: #000;
	border: .5px solid #000;
}
.button--dark {
  background: #000000;
  color: #ffffff;
}
.button--hover-main:hover,.button--hover-main:focus {
  background: #aed8c3;
  color: #fff;
	border-color: transparent;
}
.button--hover-dark-main:hover,.button--hover-dark-main:focus {
  background: #aed8c3;
  color: #fff;
  border-color: transparent;
}
.button--border {
  border: 1px solid transparent;
}
.button--border.button--white {
  border-color: #262e31;
}
.button--border.button--hover-main:hover,.button--border.button--hover-main:focus {
  border-color: #94c618;
}
.bg--cover {
  background-position: top center;
  background-repeat: repeat;
}
.bg--cover-dark {
  position: relative;
}
.bg--cover-dark:before {
  content: "";
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bg--cover-dark .bg--cover-content {
  z-index: 10;
  position: relative;
}
.bg--fixed {
  background-attachment: fixed;
}
.bg--center {
  background-position: center center;
}
.form--common .input--common {
  border: 1px solid #e3e3e3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form--common .input--common:focus {
  border-color: #94c618;
}
.form--search {
  position: relative;
}
.form--search .input--common {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #000000;
}
.form--search .input--common::-webkit-input-placeholder {
  color: #262e31;
}
.form--search .input--common:-moz-placeholder {
  color: #262e31;
}
.form--search .input--common::-moz-placeholder {
  color: #262e31;
}
.form--search .input--common:-ms-input-placeholder {
  color: #262e31;
}
.form--search .button--icon {
  font-size: 12px;
  line-height: 36px;
  color: #262e31;
  width: 50px;
  text-align: center;
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form--search .button--icon:hover {
  color: #94c618;
}
.form--search .button--icon .icon {
  line-height: 36px;
}
.form--single .input--common {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-family: 'Bitter', serif;
  font-style: italic;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.form--single .input--common::-webkit-input-placeholder {
  color: #666666;
}
.form--single .input--common:-moz-placeholder {
  color: #666666;
}
.form--single .input--common::-moz-placeholder {
  color: #666666;
}
.form--single .input--common:-ms-input-placeholder {
  color: #666666;
}
.form--single .button--common {
  width: 140px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form--single .button--common .fa {
  line-height: 22px;
  margin-left: 5px;
}
@media (max-width: 991px){
	.visible--desktop{
		display: none;
	}
}
@media(min-width: 992px){
	.visible--tablet{
		display: none;
	}
}
/*------------------------------------------------------------------
2/ Header
*/
.ossvn--header {
  background: #fff;
  padding: 19px 0px 49px 0px;
  position: relative;
}
.ossvn--header .dropdown--address {
  margin-left: 25px;
  float: left;
}
.ossvn--header .menu--header {
  float: right;
}
@media (min-width: 1025px) {
  .ossvn--header .logo--header {
    top: 50%;
    /* left: 50%; */
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .ossvn--header {
    padding: 20px 0px 20px 0px;
  }
  .ossvn--header .logo--header {
    float: left;
  }
  .ossvn--header .header--right {
    float: right;
    text-align: right;
  }
  .ossvn--header .menu--header {
    float: none;
    padding: 8px 0px 5px 0px;
  }
  .ossvn--header .dropdown--address {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .ossvn--header .logo--header {
    display: block;
    margin: 0px auto 20px;
    float: none;
    text-align: center;
  }
  .ossvn--header .header--right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .ossvn--header .dropdown--address {
    float: none;
  }
  .ossvn--header .dropdown--address .dropdown--current {
    padding-left: 23px;
    padding-right: 23px;
  }
  .ossvn--header .dropdown--address .dropdown--current a {
    padding-right: 30px;
    position: relative;
  }
  .ossvn--header .dropdown--address .dropdown--current .icon--map {
    right: 0px;
  }
  .ossvn--header .dropdown--address .dropdown--list {
    width: 100%;
    left: 0px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .ossvn--header .dropdown--address .dropdown--list li {
    padding-right: 0px;
  }
  .ossvn--header .dropdown--address .dropdown--list li a {
    padding-right: 30px;
    position: relative;
  }
  .ossvn--header .dropdown--address .dropdown--list li .icon--map {
    right: 0px;
  }
  .ossvn--header .container {
    padding: 0px;
  }
}
.dropdown--address {
  position: relative;
  z-index: 40;
}
.dropdown--address .icon--map {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.dropdown--address .fa {
  line-height: 22px;
  margin-right: 4px;
}
.dropdown--address a {
  display: inline-block;
  font-size: 12px;
}
.dropdown--address .dropdown--arrow {
  font-size: 10px;
  color: #333333;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  margin: 0px;
  text-align: center;
}
.dropdown--address .dropdown--arrow:hover {
  color: #94c618;
}
.dropdown--address .dropdown--arrow.js__tab_active:before {
	content: '\f00d';
}
.dropdown--address .dropdown--list {
  position: absolute;
  top: 100%;
  left: -20px;
  visibility: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  padding: 16px 43px 1px 20px;
  width: 100%;
  background: #fefefe;
  z-index: 10;
  margin-top: 12px;
  width: 330px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.dropdown--address .dropdown--list.js__tab_active {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.dropdown--address .dropdown--list li {
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}
.dropdown--address .dropdown--list li .icon--map {
  position: absolute;
  right: 0px;
  top: 4px;
  margin-left: 0px;
}
.dropdown--address .dropdown--current {
  position: relative;
  min-width: 300px;
  padding-right: 53px;
}
.dropdown--address .dropdown--current .icon--map {
  position: absolute;
  top: 3px;
  right: 33px;
  margin-left: 0px;
}
.menu--header a {
  font-size: 12px;
  display: block;
  color: #333333;
}
.menu--header .icon {
  line-height: 22px;
  margin-right: 5px;
}
.menu--header .icon--cart {
  width: 10px;
  height: 22px;
  display: inline-block;
  background: url('../images/icon-cart.png') center center no-repeat;
}
.menu--header li {
  margin-left: 10px;
}
/*------------------------------------------------------------------
3/ Menu
*/

.header--right {
	margin-top: 30px;
}
@media (max-width: 1024px) {
  html.js__menu_active {
    overflow: hidden;
    height: 100%;
  }
  html.js__menu_active .mobile--sticky {
    left: -70%;
  }
  html.js__menu_active #wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    bottom: 0px;
    left: -70%;
  }
}
.menumobile--toggle {
  border: 1px solid #498070;
  background: #498070;
  display: inline-block;
  padding: 9px 10px 9px 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.menumobile--toggle .icon-bar {
  background: #fff;
  display: block;
  width: 22px;
  height: 2px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.menumobile--toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .menumobile--toggle {
    display: none;
  }
}
.mobile--sticky {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  z-index: 80;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}
.mobile--sticky .menumobile--toggle {
  margin-top: 10px;
}
.mobile--sticky .logo img {
  max-height: 50px;
  width: auto;
}
.mobile--sticky.js__active {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  top: 0px;
}
@media (max-width: 1024px) {
  .js__menu_active .menumobile--overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    z-index: 9999;
  }
  .menu--navbar-wrapper {
    margin: 0px;
    height: 0px;
    width: 100%;
    min-height: 0px;
    padding: 0px;
    border: none;
    position: initial;
	background-color: #7BB793;
  }
  .menudesktop--navbar {
    display: none;
  }
  .menumobile--navbar {
    right: -70%;
    top: 0px;
    position: fixed;
    width: 70%;
    height: 100%;
    background: #dfece2;
    z-index: 9999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow: auto;
  }
  .menumobile--navbar.js__menu_active {
    right: 0px;
  }
  .menumobile--navbar #menu--mobile {
    padding: 0px;
  }
  .menumobile--navbar #menu--mobile .arrow {
    display: none;
  }
  .menumobile--navbar #menu--mobile ul li {
    display: block;
    margin: 0px;
  }
  .menumobile--navbar #menu--mobile ul li a {
    color: #fff;
    text-align: left;
    display: block;
    margin: 0px;
    text-decoration: none;
  }
  .menumobile--navbar #menu--mobile ul li a:hover {
    color: #38A19E;
    background: #3B3B3B;
  }
  .menumobile--navbar #menu--mobile ul li:hover &gt; .sub-menu &gt; li &gt; a {
    font-size: 14px;
    line-height: 18px;
  }
  .menumobile--navbar #menu--mobile .menu {
    line-height: 18px;
  }
  .menumobile--navbar #menu--mobile .menu li {
    display: block;
    padding: 0px;
    width: 100%;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li {
    display: block;
    margin: 0px;
    position: relative;
    border-bottom: 1px solid #3B3B3B;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; a,
  .menumobile--navbar #menu--mobile .menu &gt; li .title {
    font-size: 14px;
    padding: 8px 15px 8px 15px;
    color: #498070;
    text-align: left;
    display: block;
    margin: 0px;
    text-decoration: none;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; a:hover,
  .menumobile--navbar #menu--mobile .menu &gt; li .title:hover {
    color: #ffcb05;
    background: #498070;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; a:before {
    content: "";
    font-family: 'FA';
    font-size: 16px;
    display: inline-block;
    width: 25px;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(1) &gt; a:before {
    content: '\f015';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(2) &gt; a:before {
    content: '\f0f0';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(3) &gt; a:before {
    content: '\f07a';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(4) &gt; a:before {
    content: '\f02d';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(5) &gt; a:before {
    content: '\f03e';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(6) &gt; a:before {
    content: '\f095';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(7) &gt; a:before {
    content: '\f1ea';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li:nth-child(8) &gt; a:before {
    content: '\f0e9';
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; .sub-menu {
    background: #313131;
    padding: 10px 15px 10px 15px;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; .sub-menu a {
    display: block;
    font-size: 14px;
    padding: 8px 10px 8px 20px;
    color: #fff;
    text-align: left;
    margin: 0px;
    text-decoration: none;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; .sub-menu .sub-menu {
    padding-left: 20px;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; .sub-menu li {
    border-bottom: 1px dashed #777;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li &gt; .sub-menu li:last-child {
    border-bottom: none;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li .sub-menu {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    visibility: hidden;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    z-index: -999;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li.js__menu_active &gt; .sub-menu,
  .menumobile--navbar #menu--mobile .menu &gt; li .js__menu_active &gt; .sub-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    position: relative;
    height: auto;
    visibility: visible;
    z-index: 10;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .menumobile--navbar #menu--mobile .menu &gt; li.js__menu_active &gt; a:after,
  .menumobile--navbar #menu--mobile .menu &gt; li .js__menu_active &gt; a:after {
    content: '\f102';
    font-family: 'FA';
  }
  .menumobile--navbar #menu--mobile .menu .menu-item-has-children {
    position: relative;
  }
  .menumobile--navbar #menu--mobile .menu .menu-item-has-children &gt; a {
    padding-right: 25px;
  }
  .menumobile--navbar #menu--mobile .menu .menu-item-has-children &gt; a:after {
    content: '\f103';
    font-family: 'FA';
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 36px;
    width: 25px;
    text-align: center;
  }
  .menumobile--navbar .menumobile--close-btn {
    text-align: center;
    color: #498070;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 0;
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .menu--navbar {
    text-align: center;
  }
  .menu--navbar .menumobile--close-btn {
    display: none;
  }
  .menu--navbar .menu {
    font-size: 0px;
  }
  .menu--navbar .menu &gt; li {
    display: inline-block;
    margin: 0px 7px 0px 7px;
  }
  .menu--navbar .menu &gt; li &gt; a {
    color: #fff;
    font-family: 'Roboto', serif;
    display: block;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    padding: 0px 15px;
    position: relative;
  }
	
	.menu--navbar .menu &gt; li &gt; a:hover {
		color: #333;
	}
  /*.menu--navbar .menu &gt; li &gt; a:before,
  .menu--navbar .menu &gt; li &gt; a:after {
    position: absolute;
    top: 0px;
    font-size: 14px;
    line-height: 68px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    color: #262e31;
  }
  .menu--navbar .menu &gt; li &gt; a:before {
    content: "[";
    left: 20px;
  }
  .menu--navbar .menu &gt; li &gt; a:after {
    content: "]";
    right: 20px;
  }
  .menu--navbar .menu &gt; li:hover &gt; a {
    color: #94c618;
  }
  .menu--navbar .menu &gt; li:hover &gt; a:before {
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #94c618;
  }
  .menu--navbar .menu &gt; li:hover &gt; a:after {
    right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #94c618;
  }
	*/
  .menu--navbar .menu &gt; li &gt; .sub-menu {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu--navbar .menu &gt; li &gt; .sub-menu &gt; li &gt; a {
    text-align: center;
  }
  .menu--navbar .menu &gt; li &gt; .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
    margin-left: 10px;
  }
  .menu--navbar .menu &gt; li &gt; .sub-menu.js__sub_menu_left {
    left: auto;
    right: 0px;
  }
  .menu--navbar .menu &gt; li &gt; .sub-menu.js__sub_menu_left .sub-menu {
    margin-left: 0px;
    margin-right: 10px;
    left: auto;
    right: 100%;
  }
  .menu--navbar .menu &gt; li .sub-menu {
    visibility: hidden;
    position: absolute;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    white-space: nowrap;
    z-index: 99;
  }
  .menu--navbar .menu &gt; li .sub-menu a {
    display: block;
    background: #94c618;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 8px 15px 8px 15px;
    text-align: left;
    min-width: 150px;
  }
  .menu--navbar .menu &gt; li .sub-menu &gt; li {
    z-index: 10;
  }
  .menu--navbar .menu &gt; li .sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
  }
  .menu--navbar .menu li {
    position: relative;
  }
  .menu--navbar .menu li:hover &gt; .sub-menu {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .menu--navbar .menu li li:hover &gt; a {
    background: #8ab816;
  }
  .menu--navbar.animation--top .menu &gt; li &gt; .sub-menu {
    margin-top: 10px;
  }
  .menu--navbar.animation--top .menu &gt; li:hover &gt; .sub-menu {
    margin-top: 0px;
  }
  .menu--navbar.animation--bottom .menu &gt; li &gt; .sub-menu {
    margin-top: -10px;
  }
  .menu--navbar.animation--bottom .menu &gt; li:hover &gt; .sub-menu {
    margin-top: 0px;
  }
  .menu--navbar.animation--left .menu &gt; li &gt; .sub-menu {
    margin-left: -10px;
  }
  .menu--navbar.animation--left .menu &gt; li:hover &gt; .sub-menu {
    margin-left: 0px;
  }
  .menu--navbar.animation--right .menu &gt; li &gt; .sub-menu {
    margin-left: 10px;
  }
  .menu--navbar.animation--right .menu &gt; li:hover &gt; .sub-menu {
    margin-left: 0px;
  }
  .menu--navbar.animation--flip .menu &gt; li &gt; .sub-menu {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
    -moz-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
  }
  .menu--navbar.animation--flip .menu &gt; li:hover &gt; .sub-menu {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
    -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(-50%);
  }
  .mobile--sticky {
    display: none !important;
  }
  .menumobile--navbar {
    display: none;
  }
}
/*------------------------------------------------------------------
4/ Footer
*/
.ossvn--footer {
  background: #f3f3f3;
  margin-top: 210px;
  position: relative;
  padding-top: 40px;
  color: #666666;
}
.ossvn--footer:before {
  content: "";
  width: 100%;
  height: 160px;
  /*background: url('../images/bg-footer.png') center bottom no-repeat;*/
  position: absolute;
  top: -157px;
  left: 0px;
}
.ossvn--footer .footer--title {
  color: #000000;
  font-family: 'Bitter', serif;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.ossvn--footer .footer--logo {
  margin-bottom: 25px;
  display: inline-block;
}
.ossvn--footer p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
  font-family: 'Bitter', serif;
}
.ossvn--footer .link--read-more {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.ossvn--footer .link--read-more .fa {
  line-height: 16px;
  margin-left: 3px;
  font-weight: 400;
}
.ossvn--footer .menu a {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  color: #666666;
}
.ossvn--footer .menu a:hover {
  color: #94c618;
}
.ossvn--footer .form--common {
  padding-top: 5px;
}
.ossvn--footer .row {
  font-size: 0px;
}
.ossvn--footer .col {
  margin-bottom: 40px;
  display: inline-block;
  float: none;
  font-size: 14px;
}
.ossvn--footer .copyright {
  border-top: 1px solid #e3e3e3;
  padding: 16px 0px 16px 0px;
  font-family: 'Bitter', serif;
  font-size: 12px;
  line-height: 18px;
}
.ossvn--footer .copyright .menu {
  border-right: 1px solid #e3e3e3;
  display: inline-block;
}
.ossvn--footer .copyright .menu li {
  display: inline-block;
  margin-right: 20px;
}
.ossvn--footer .copyright .menu a {
  font-size: 12px;
  line-height: 18px;
}
.ossvn--footer .footer--misc {
  display: inline-block;
}
.ossvn--footer .footer--misc li {
  display: inline-block;
  margin-left: 20px;
}
.ossvn--footer .footer--misc .heapBox {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  z-index: 9999;
}
.ossvn--footer .footer--misc .heapBox .handler:before {
  content: '\f078';
  font-family: 'FA';
  font-size: 9px;
  margin-left: 5px;
}
.ossvn--footer .footer--misc .heapBox .heap {
  position: absolute;
  left: 0px;
  bottom: 100%;
}
.ossvn--footer .footer--misc .heapBox .heap ul {
  border: 1px solid #e3e3e3;
  border-top: none;
}
.ossvn--footer .footer--misc .heapBox .heap li {
  margin: 0px;
  display: block;
  border-top: 1px solid #e3e3e3;
}
.ossvn--footer .footer--misc .heapBox .heap a {
  display: block;
  padding: 3px 5px 3px 5px;
  min-width: 50px;
  background: #fff;
}
.ossvn--footer .footer--misc .heapBox a {
  color: #666666;
}
@media (max-width: 991px) {
  .ossvn--footer .copyright .pull-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .ossvn--footer .copyright .pull-right {
    width: 100%;
  }
  .ossvn--footer .copyright .menu {
    border-right: none;
    margin-bottom: 10px;
    padding-right: 90px;
  }
  .ossvn--footer .footer--misc {
    display: block;
  }
  .ossvn--footer .footer--misc li {
    display: block;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .ossvn--footer .col {
    width: 100%;
  }
}
/*------------------------------------------------------------------
5/ Section
*/
/*------------------------------------------------------------------
__5.1/Counter .section--counter
*/
.section--counter {
  padding-top: 100px;
  padding-bottom: 12px;
}
.section--counter .item--counter {
  margin-bottom: 100px;
}
/*------------------------------------------------------------------
__5.2/Farmer .section--farmer
*/
.section--farmer {
  border-top: 1px solid #e3e3e3;
  padding-top: 60px;
}
.section--farmer .item--farmer {
  margin-bottom: 50px;
}
/*------------------------------------------------------------------
__5.3/Introdution .section--introdution
*/
.section--introdution {
  padding-top: 18px;
}
.section--introdution .section--title {
  line-height: 45px;
  font-family: 'Bitter', serif;
  color: #262e31;
  font-weight: 400;
  margin-bottom: 24px;
}
.section--introdution p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Bitter', serif;
  margin-bottom: 24px;
  color: #666666;
}
.section--introdution .link--read-more {
  font-size: 12px;
  line-height: 22px;
  padding: 5px 0px 5px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.section--introdution .link--read-more .fa {
  margin-left: 10px;
  line-height: 22px;
}
/*------------------------------------------------------------------
__5.4/Policy .section--policy
*/
.section--policy {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.section--policy li {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.section--policy .item--policy {
  padding: 30px 0;
}
.section--policy.style--borderless {
  border: none;
}
.section--policy.style--borderless li {
  border: none;
}
@media (max-width: 767px) {
  .section--policy li {
    padding: 0px;
  }
  .section--policy .item--policy {
  padding: 30px 15px;
}
  .section--policy li:first-child .item--tooltip-container {
    left: 0px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .section--policy li:first-child .item--tooltip-container:before {
    left: 7vw;
    margin-left: 0px;
  }
  .section--policy li:last-child .item--tooltip-container {
    right: 0px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    left: auto;
  }
  .section--policy li:last-child .item--tooltip-container:before {
    right: 7vw;
    margin-left: 0px;
    left: auto;
  }
}
/*------------------------------------------------------------------
__5.5/Product Slider .section--product-slider
*/
.section--product-slider {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
.section--product-slider .item--product-flex {
  max-width: 370px;
}
.section--product-slider .owl-wrapper-outer {
  overflow: visible;
}
.section--product-slider .owl-next,
.section--product-slider .owl-prev {
  font-size: 0px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.section--product-slider .owl-next:before,
.section--product-slider .owl-prev:before {
  font-size: 18px;
  line-height: 24px;
  color: #b2b2b2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section--product-slider .owl-next:not(.disabled):hover:before,
.section--product-slider .owl-prev:not(.disabled):hover:before {
  color: #000;
}
.section--product-slider .owl-prev {
  left: 30px;
}
.section--product-slider .owl-prev:before {
  content: '\f053';
  font-family: 'FA';
}
.section--product-slider .owl-next {
  right: 30px;
}
.section--product-slider .owl-next:before {
  content: '\f054';
  font-family: 'FA';
}
@media (max-width: 767px) {
  .section--product-slider .owl-prev {
    left: 0px;
  }
  .section--product-slider .owl-next {
    right: 0px;
  }
}
/*------------------------------------------------------------------
__5.6/Price Table .section--price-table
*/
.section--price-table {
  padding-top: 100px;
  padding-bottom: 1px;
}
.section--price-table .title--section {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
  font-family: 'Bitter', serif;
}
.section--price-table .item--price-column {
  margin-bottom: 80px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
/*------------------------------------------------------------------
__5.7/Parner .section--partner
*/
.section--partner {
  position: relative;
}
.section--partner .owl-next,
.section--partner .owl-prev {
  font-size: 0px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.section--partner .owl-next:before,
.section--partner .owl-prev:before {
  font-size: 18px;
  line-height: 24px;
  color: #b2b2b2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section--partner .owl-next:not(.disabled):hover:before,
.section--partner .owl-prev:not(.disabled):hover:before {
  color: #000;
}
.section--partner .owl-prev {
  left: -30px;
}
.section--partner .owl-prev:before {
  content: '\f053';
  font-family: 'FA';
}
.section--partner .owl-next {
  right: -30px;
}
.section--partner .owl-next:before {
  content: '\f054';
  font-family: 'FA';
}
@media (max-width: 800px) {
  .section--partner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--partner .owl-prev {
    left: -15px;
  }
  .section--partner .owl-next {
    right: -15px;
  }
}
/*------------------------------------------------------------------
6/ Item
*/
/*------------------------------------------------------------------
__6.1/ 404 .item--404
*/
.item--404 {
  color: #fff;
  max-width: 450px;
  display: block;
  margin: 0px auto 0px;
  float: none;
  padding: 40px 0px 40px 0px;
}
.item--404 .item--title {
  line-height: 40px;
  font-weight: 700;
  padding: 22px 0px 10px 0px;
  text-transform: uppercase;
}
.item--404 p {
  font-family: 'Bitter', serif;
  margin-bottom: 46px;
}
.item--404 .form--common span {
  color: #666666;
  margin-bottom: 23px;
  display: block;
}
.item--404 .form--common .last {
  margin-bottom: 0px;
}
.item--404 .form--common a {
  color: #94c618;
}
.item--404 .item--controls {
  position: relative;
  margin-bottom: 13px;
}
.item--404 .item--controls .button--icon {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
}
.item--404 .item--controls .button--icon .icon {
  line-height: 46px;
}
.item--404 .item--controls .input--common {
  height: 50px;
  line-height: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.item--404 .item--controls .input--common::-webkit-input-placeholder {
  color: #666666;
}
.item--404 .item--controls .input--common:-moz-placeholder {
  color: #666666;
}
.item--404 .item--controls .input--common::-moz-placeholder {
  color: #666666;
}
.item--404 .item--controls .input--common:-ms-input-placeholder {
  color: #666666;
}
/*------------------------------------------------------------------
__6.2/ About us .item--about-content,.item--about-us
*/
.item--about-content {
  background: #fbfbfb;
  padding: 50px 15px 40px 15px;
  margin-top: -140px;
}
.item--about-content p {
  color: #666666;
  margin-bottom: 24px;
}
.item--about-content .icon {
  color: #666666;
}
.item--about-content .item--logo {
  margin-bottom: 30px;
}
.item--about-content .item--title {
  line-height: 40px;
  font-family: 'Bitter', serif;
  max-width: 400px;
  display: block;
  margin: 0px auto 15px;
  float: none;
}
.item--about-content .item--p-top {
  font-family: 'Bitter', serif;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .item--about-content {
    margin-top: 0px;
  }
}
.item--about-us {
  padding-top: 115px;
  padding-bottom: 50px;
}
.item--about-us:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  display: inline-block;
}
.item--about-us .item--title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 70px;
  font-family: 'Bitter', serif;
}
.item--about-us .item--quote {
  font-family: 'Bitter', serif;
  line-height: 40px;
  margin-bottom: 24px;
}
.item--about-us .item--author {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 24px;
  display: block;
}
/*------------------------------------------------------------------
__6.3/ Advertising .item--adv
*/
.item--adv {
  padding: 30px 15px 30px 15px;
  display: block;
}
.item--adv h1,
.item--adv h2,
.item--adv h3,
.item--adv h4,
.item--adv h5 {
  font-family: 'Bitter', serif;
  margin-bottom: 15px;
}
.item--adv h2 {
  line-height: 40px;
}
.item--adv .icon {
  font-size: 20px;
  line-height: 40px;
}
.item--adv .button--common {
  margin-top: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--adv.style--white {
  color: #fff;
}
/*------------------------------------------------------------------
__6.4/ Blog .item--blog-index,.item--featured-blog
*/
/* Blog Index */
.item--blog-index {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 320px;
  color: #fff;
  display: block;
}
.item--blog-index .item--title {
  font-style: italic;
  font-family: 'Bitter', serif;
  line-height: 35px;
  color: #fff;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.item--blog-index .link--read-more {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
}
.item--blog-index .link--read-more .fa {
  line-height: 21px;
  font-weight: 400;
  margin-left: 10px;
}
.item--blog-index .link--hover-line-bottom-to-top:before {
  background: #fff;
  height: 2px;
}
/* Featured Blog */
.item--featured-blog {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding-bottom: 30px;
  display: inline-block;
}
.item--featured-blog .item--thumbnail {
  margin: 0px -1px 16px -1px;
}
.item--featured-blog .item--title {
  color: #262e31;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 8px;
  max-width: 350px;
}
.item--featured-blog p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0px auto 36px;
  float: none;
  max-width: 200px;
}
.item--featured-blog .button--common {
  min-width: 150px;
}
/*------------------------------------------------------------------
__6.5/ Brand .item--brand
*/
.item--brand .icon {
  font-size: 20px;
  line-height: 17px;
  color: #000;
  display: inline-block;
  margin-bottom: 13px;
  height: 18px;
}
.item--brand .brand--title {
  width: 100%;
  max-width: 230px;
  display: block;
  margin: 0px auto 30px;
  float: none;
  line-height: 28px;
  padding: 5px 0px 5px 0px;
  white-space: nowrap;
  text-align: center;
  font-family: 'Bitter', serif;
  font-weight: 400;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.item--brand .brand--title:before,
.item--brand .brand--title:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 15px;
  height: 40px;
}
.item--brand .brand--title:before {
  left: -15px;
  background: url('../images/brand-left.png') 0px 0px no-repeat;
}
.item--brand .brand--title:after {
  right: -15px;
  background: url('../images/brand-right.png') 0px 0px no-repeat;
}
/*------------------------------------------------------------------
__6.6/ Counter .item--counter
*/
.item--counter .item--number {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 6px;
}
.item--counter .item--title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
/*------------------------------------------------------------------
__6.7/ Farmer .item--farmer
*/
.item--farmer .item--bottom .item--title {
  line-height: 1.5em;
  font-family: 'Bitter', serif;
  color: #1c1c1c;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--farmer .item--bottom .item--title:hover {
  color: #94c618;
}
.item--farmer .item--bottom span {
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--farmer .item--bottom span:hover {
  color: #94c618;
}
.item--farmer .item--images {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.item--farmer .item--images:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--farmer .item--overlay {
  position: absolute;
  top: 21px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--farmer .item--overlay p {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  max-width: 285px;
}
.item--farmer .item--overlay .list--social-blog {
  padding-top: 40px;
}
.item--farmer .item--overlay .list--social-blog a {
  color: #fff;
}
@media (min-width: 1025px) {
  .item--farmer .item--images:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .item--farmer .item--images:hover .item--overlay {
    top: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .item--farmer .item--overlay .list--social-blog a:hover {
    color: #94c618;
  }
}
/*------------------------------------------------------------------
__6.8/ Logo .item--logo
*/
.item--logo {
  text-align: center;
}
.item--logo img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: url("data:image/svg+xml;utf8,&amp;lt;svg xmlns=\'http://www.w3.org/2000/svg\'&amp;gt;&amp;lt;filter id=\'grayscale\'&amp;gt;&amp;lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&amp;gt;&amp;lt;/filter&amp;gt;&amp;lt;/svg&amp;gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  cursor: pointer;
}
.item--logo img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.item--logo img:hover {
  filter: url("data:image/svg+xml;utf8,&amp;lt;svg xmlns=\'http://www.w3.org/2000/svg\'&amp;gt;&amp;lt;filter id=\'grayscale\'&amp;gt;&amp;lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&amp;gt;&amp;lt;/filter&amp;gt;&amp;lt;/svg&amp;gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
}
/*------------------------------------------------------------------
__6.9/ Lookbook .item--lookbook,.item--lookbook-header
*/
.item--lookbook .item--content {
  max-width: 630px;
  background: #fff;
  display: block;
  margin: -80px auto 0px;
  float: none;
  position: relative;
  z-index: 20;
  padding: 30px 15px 0px 15px;
}
.item--lookbook .item--content .item--title {
  font-family: 'Bitter', serif;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.item--lookbook .item--content .item--title a {
  color: #1c1c1c;
}
.item--lookbook .item--content .item--title a:hover {
  color: #94c618;
}
.item--lookbook .item--content p {
  color: #666666;
  display: block;
  margin: 0px auto 24px;
  float: none;
  max-width: 500px;
}
@media (min-width: 1025px) {
  .item--lookbook .item--images {
    position: relative;
    display: block;
  }
  .item--lookbook .item--images:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .item--lookbook .item--images:after {
    content: "\f0fe";
    font-family: 'FA';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    margin-top: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 20;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #fff;
    text-align: center;
  }
  .item--lookbook .item--images:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .item--lookbook .item--images:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: -18px;
  }
}
@media (max-width: 715px) {
  .item--lookbook .item--content {
    margin-top: 0px;
  }
}
.item--lookbook-header {
  padding: 60px 0px 25px 0px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.item--lookbook-header .item--nav {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.item--lookbook-header .item--nav a {
  color: #1c1c1c;
  position: absolute;
  top: 50%;
  margin-top: 10px;
}
.item--lookbook-header .item--nav a:hover {
  color: #94c618;
}
.item--lookbook-header .item--nav .fa {
  font-size: 10px;
  line-height: 20px;
  margin: 0px 3px 0px 3px;
}
.item--lookbook-header .item--nav .item--next {
  right: 0px;
}
.item--lookbook-header .item--nav .item--prev {
  left: 0px;
}
.item--lookbook-header .item--title {
  line-height: 40px;
  font-family: 'Bitter', serif;
}
@media (max-width: 767px) {
  .item--lookbook-header .item--nav {
    padding-top: 20px;
  }
  .item--lookbook-header .item--nav li {
    display: inline-block;
    padding: 0px 10px 0px 10px;
  }
  .item--lookbook-header .item--nav a {
    display: inline-block;
    position: relative;
    top: 0px;
  }
}
/*------------------------------------------------------------------
__6.10/ Policy .item--policy
*/
.item--policy .icon .fa {
  font-size: 42px;
  line-height: 42px;
}
.item--policy .info--policy,
.item--policy .icon {
  display: inline-block;
  padding: 0px 10px 0px 10px;
}
.item--policy .info--title {
  color: #000000;
  line-height: 22px;
  font-family: 'Bitter', serif;
  font-weight: 400;
}
.item--policy .desc {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.item--policy span.desc {
  color: #666666;
}
@media (max-width: 1199px) {
  .item--policy .icon {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .item--policy {
    height: 100px;
  }
  .item--policy .icon {
    margin-bottom: 0px;
    padding: 0px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	position: relative;
  }
  .item--policy .info--policy {
    display: none;
  }
}
/*------------------------------------------------------------------
__6.11/ Popup .item--flex-popup,.item--flex-slider
*/
.item--flex-popup .item--caption {
  padding: 13px 0px 13px 0px;
}
.item--flex-popup .item--num {
  font-family: 'Bitter', serif;
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  line-height: 24px;
}
.item--flex-popup .item--title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.item--flex-slider {
  position: relative;
}
.item--flex-slider .flex-direction-nav a {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  color: #666666;
  margin-top: -15px;
}
.item--flex-slider .flex-direction-nav a:hover {
  color: #1c1c1c;
}
.item--flex-slider .flex-direction-nav a:before {
  font-size: 18px;
  line-height: 30px;
}
.item--flex-slider .flex-next {
  left: 10px;
}
.item--flex-slider .flex-next:before {
  content: "\f053";
  font-family: 'FA';
}
.item--flex-slider .flex-prev {
  right: 10px;
}
.item--flex-slider .flex-prev:before {
  content: "\f054";
  font-family: 'FA';
}
@media (min-width: 1025px) {
  .item--flex-slider:hover .flex-direction-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .item--flex-slider .flex-direction-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
/*------------------------------------------------------------------
__6.12/ Porfolio .item-portfolio
*/
.item--portfolio {
  padding-bottom: 30px;
}
.item--portfolio .item--thumbnail {
  display: block;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.item--portfolio .item--thumbnail:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--portfolio .item--thumbnail span {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin-top: 0px;
  width: 100%;
  text-transform: uppercase;
}
.item--portfolio .item--thumbnail span .icon {
  display: block;
  color: #94c618;
  font-size: 20px;
  line-height: 20px;
  z-index: 20;
}
@media (min-width: 1025px) {
  .item--portfolio .item--thumbnail:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .item--portfolio .item--thumbnail:hover span {
    margin-top: -20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
.item--portfolio .item--title {
  line-height: 1.5em;
  margin-bottom: 8px;
  color: #1c1c1c;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-family: 'Bitter', serif;
}
.item--portfolio .item--title:hover {
  color: #94c618;
}
.item--portfolio .item--category {
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-transform: uppercase;
}
.item--portfolio.style--bottom {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 0px;
}
.item--portfolio.style--bottom .item--thumbnail {
  margin: 0px;
}
.item--portfolio.style--bottom .item--thumbnail:before,
.item--portfolio.style--bottom .item--thumbnail span {
  display: none;
}
.item--portfolio.style--bottom .item--content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 6px 0px 10px 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 110%);
  -webkit-transform: translate(0, 110%);
  -moz-transform: translate(0, 110%);
  -o-transform: translate(0, 110%);
  -ms-transform: translate(0, 110%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--portfolio.style--bottom .item--content .item--title {
  color: #fff;
  margin-bottom: 4px;
}
.item--portfolio.style--bottom .item--content .item--category {
  color: #fff;
}
@media (min-width: 1025px) {
  .item--portfolio.style--bottom:hover .item--content {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .item--portfolio.style--bottom .item--content {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
/*------------------------------------------------------------------
__6.13/ Price .item-portfolio .item--price-column,.item--price-list
*/
/* Price Column */
.item--price-column {
  background: #fff;
  padding: 30px 15px 30px 15px;
}
.item--price-column .item--top {
  margin-bottom: 35px;
}
.item--price-column .item--top:after {
  content: "";
  background: #e3e3e3;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0px auto 0px;
  float: none;
}
.item--price-column .item--icon {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
.item--price-column .item--title {
  color: #1c1c1c;
  line-height: 37px;
  font-style: italic;
  font-family: 'Bitter', serif;
  display: block;
  margin: 0px auto 35px;
  float: none;
  font-weight: 400;
}
.item--price-column .item--price {
  line-height: 24px;
  color: #1c1c1c;
  font-family: 'Bitter', serif;
  margin-bottom: 40px;
  display: block;
}
.item--price-column .item--price span {
  color: #666666;
}
.item--price-column .item--price-list {
  padding-bottom: 10px;
}
.item--price-column .button--common {
  min-width: 170px;
}
@media (min-width: 1025px) {
  .item--price-column .item--top:after,
  .item--price-column .item--title {
    max-width: 230px;
  }
}
/* Price List */
.item--price-list .item--status {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
}
.item--price-list .item--status:before {
  margin-right: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.item--price-list .status--ok:before {
  content: "\f00c";
  font-family: 'FA';
  color: #94c618;
}
.item--price-list .status--error:before {
  content: "\f00d";
  font-family: 'FA';
  color: #f30a0b;
}
/*------------------------------------------------------------------
__6.14/ Product .item-banner-product,.item--featured-product,.item--product-flex,.item--product-grid,.item--product-list,.item--product-top-rated
*/
/* Banner Product */
.item--banner-product {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
}
.item--banner-product .item--title {
  font-family: 'Bitter', serif;
  font-style: italic;
  line-height: 52px;
  margin-bottom: 12px;
}
.item--banner-product p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 35px;
}
/* Featured Product */
.item--featured-product {
  height: 100%;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}
.item--featured-product:hover {
  color: #fff;
}
.item--featured-product .item--title {
  font-family: 'Bitter', serif;
  font-style: italic;
  line-height: 45px;
  margin-bottom: 4px;
  padding-top: 6px;
}
.item--featured-product p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 44px;
  font-family: 'Lato', serif;
  color: #fff;
}
.item--featured-product .link--read-more {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
}
.item--featured-product .link--read-more .fa {
  line-height: 21px;
  font-weight: 400;
  margin-left: 10px;
}
.item--featured-product .link--hover-line-bottom-to-top:before {
  background: #fff;
  height: 2px;
}
.item--featured-product .icon {
  font-size: 20px;
  line-height: 17px;
}
/* Product Flex */
.item--product-flex {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom:45px; /*ade*/
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  max-width: 100%;
}
.item--product-flex .item--onsale {
  position: absolute;
  top: 20px;
  left: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  z-index: 20;
}
.item--product-flex .item--onsale li {
  width: 80px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin-bottom: 10px;
}
.item--product-flex .item--onsale .item--new {
  background: #94c618;
}
.item--product-flex .item--onsale .item--sold-out {
  background: #000000;
}
.item--product-flex .item--onsale .item--hot {
  background: #e5452b;
}
.item--product-flex .item--product-content {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: block;
}
.item--product-flex .item--product-content img {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--product-flex h3 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: #1c1c1c;
  margin-top: 24px;
  margin-bottom: 7px;
  font-size: 20px;
}
.item--product-flex .price {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.item--product-flex .price:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.item--product-flex .price span {
  text-decoration: none;
}
.item--product-flex .price del {
  color: #666666;
  margin: 0px 4px 0px 4px;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: 1px;
  font-family: 'Bitter', serif;
}
.item--product-flex .price ins {
  text-decoration: none;
}
.item--product-flex .add_to_cart_button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  margin-left: -78px;
  visibility: visible;
}
.item--product-flex .list--hover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.item--product-flex .list--hover li {
  margin: 0px 18px 0px 18px;
}
.item--product-flex .item--flex-slider {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--product-flex .item--images {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: block;
}
@media (min-width: 1025px) {
  
  .item--product-flex:hover .item--product-content img {
   
  }
  .item--product-flex:hover .item--flex-slider,
  .item--product-flex:hover .item--images {
   
  }
  .item--product-flex:hover .list--hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    bottom: 13px;
  }
}
@media (max-width: 1024px) {
  .item--product-flex {
    margin-bottom: 30px;
  }
  .item--product-flex .list--hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    bottom: 13px;
  }
}
/* Product Grid */
.item--product-grid {
  display: inline-block;
  position: relative;
}
.item--product-grid .item--onsale {
  position: absolute;
  top: 20px;
  left: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  z-index: 20;
}
.item--product-grid .item--onsale li {
  width: 80px;
  text-align: center;
  padding: 5px 0px 3px 0px;
  margin-bottom: 10px;
}
.item--product-grid .item--onsale .item--new {
  background: #94c618;
}
.item--product-grid .item--onsale .item--sold-out {
  background: #000000;
}
.item--product-grid .item--onsale .item--hot {
  background: #e5452b;
}
.item--product-grid .item--images-container {
  position: relative;
  margin-bottom: 20px;
}
.item--product-grid .item--images-container .list--hover {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 22px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin-top: -11px;
}
.item--product-grid .item--images-container .list--hover i {
  color: #fff;
  margin: 0px 15px 0px 15px;
  font-size: 20px;
  line-height: 22px;
}
.item--product-grid .item--images-container .list--hover i:hover {
  color: #94c618;
}
.item--product-grid .item--images-container .list--hover .list--icon-cart {
  background: url('../images/icon-cart-medium-white.png') 0px 0px no-repeat;
}
.item--product-grid .item--images-container .list--hover .list--icon-cart:hover {
  background-image: url('../images/icon-cart-medium-main.png');
}
@media (min-width: 1025px) {
  .item--product-grid .item--images-container .images--wrap {
    display: block;
    position: relative;
  }
  .item--product-grid .item--images-container .images--wrap:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .item--product-grid .item--images-container:hover .images--wrap:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .item--product-grid .item--images-container:hover .list--hover {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.item--product-grid .item--link {
  color: #1c1c1c;
  line-height: 32px;
  font-family: 'Bitter', serif;
}
.item--product-grid .item--title {
  color: #1c1c1c;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.item--product-grid .item--title:hover {
  color: #94c618;
}
.item--product-grid .price {
  font-size: 20px;
  line-height: 32px;
}
.item--product-grid .price ins {
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
}
.item--product-grid .price del {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: baseline;
}
/* Product List */
.item--product-list {
  margin: 0px -15px 0px -15px;
}
.item--product-list:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.item--product-list .item--onsale {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  z-index: 20;
}
.item--product-list .item--onsale li {
  width: 80px;
  text-align: center;
  padding: 5px 0px 3px 0px;
  margin-bottom: 10px;
}
.item--product-list .item--onsale .item--new {
  background: #94c618;
}
.item--product-list .item--onsale .item--sold-out {
  background: #000000;
}
.item--product-list .item--onsale .item--hot {
  background: #e5452b;
}
.item--product-list .item--images-container {
  width: calc(400% / 9);
  float: left;
  padding: 0px 15px 0px 15px;
  text-align: center;
  position: relative;
}
.item--product-list .item--info-container {
  width: calc(500% / 9);
  float: left;
  padding: 0px 15px 0px 15px;
}
.item--product-list .item--link {
  color: #1c1c1c;
  line-height: 32px;
  font-family: 'Bitter', serif;
}
.item--product-list .item--title {
  color: #1c1c1c;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin-bottom: 10px;
}
.item--product-list .item--title:hover {
  color: #94c618;
}
.item--product-list .price {
  font-size: 20px;
  line-height: 32px;
}
.item--product-list .price ins {
  text-decoration: none;
}
.item--product-list .price del {
  font-size: 14px;
  color: #666666;
}
.item--product-list .star-rating {
  font-size: 0px;
  position: relative;
  background: url('../images/star-empty.png') 0px 0px no-repeat;
  width: 85px;
  height: 15px;
  display: block;
  margin-bottom: 10px;
}
.item--product-list .star-rating &gt; span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  background: url('../images/star-full.png') 0px 0px no-repeat;
}
.item--product-list .desc {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 21px;
}
.item--product-list .button--common {
  width: 160px;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.item--product-list .wishlist_button {
  border: 1px solid #1c1c1c;
  height: 40px;
}
.item--product-list .wishlist_button:hover {
  border-color: #94c618;
}
@media (min-width: 768px) and (max-width: 991px) {
  .item--product-list .item--images-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .item--product-list .item--info-container {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .item--product-list .item--images-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .item--product-list .item--info-container {
    width: 100%;
  }
}
/* Product Top Rated */
.item--product-top-rated {
  display: block;
  text-decoration: none !important;
  color: #1c1c1c;
  position: relative;
}
.item--product-top-rated:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.item--product-top-rated img {
  float: left;
  margin-right: 15px;
}
.item--product-top-rated h3,
.item--product-top-rated .star-rating,
.item--product-top-rated &gt; .price {
  float: left;
  width: calc(100% - 85px);
}
.item--product-top-rated h3 {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Bitter', serif;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .item--product-top-rated h3 {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .item--product-top-rated h3:hover {
    color: #94c618;
  }
}
.item--product-top-rated .star-rating {
  font-size: 0px;
  position: relative;
  background: url('../images/star-empty.png') 0px 0px no-repeat;
  width: 85px;
  height: 15px;
  display: block;
}
.item--product-top-rated .star-rating &gt; span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  background: url('../images/star-full.png') 0px 0px no-repeat;
}
.item--product-top-rated .price {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
  font-family: 'Bitter', serif;
}
.item--product-top-rated .price del {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: baseline;
}
.item--product-top-rated .price ins {
  text-decoration: none;
  margin-left: 6px;
  display: inline-block;
  vertical-align: baseline;
}
.item--product-top-rated .item--onsale {
  position: absolute;
  top: 5px;
  left: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 6px;
  line-height: 10px;
  z-index: 10;
}
.item--product-top-rated .item--onsale li {
  width: 30px;
  text-align: center;
  padding: 2px 0px 2px 0px;
  margin-bottom: 4px;
}
.item--product-top-rated .item--onsale .item--new {
  background: #94c618;
}
.item--product-top-rated .item--onsale .item--sold-out {
  background: #000000;
}
.item--product-top-rated .item--onsale .item--hot {
  background: #e5452b;
}
/*------------------------------------------------------------------
__6.15/ Tooltip .item-tooltip-wrap
*/
.item--tooltip-wrap {
  position: relative;
}
.item--tooltip-wrap .item--tooltip-container {
  position: absolute;
  background: #1c1c1c;
  color: #fff;
  padding: 10px;
  z-index: 80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-size: 12px;
  line-height: 18px;
}
.item--tooltip-wrap .item--tooltip-container:before {
  content: "";
  position: absolute;
  border: 5px solid #1c1c1c;
}
.item--tooltip-wrap .item--tooltip-container.style--bottom {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin-top: 5px;
}
.item--tooltip-wrap .item--tooltip-container.style--bottom:before {
  top: -5px;
  left: 50%;
  width: 10px;
  height: 5px;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
}
.item--tooltip-wrap .item--tooltip-container.style--top {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 5px;
}
.item--tooltip-wrap .item--tooltip-container.style--top:before {
  bottom: -5px;
  right: 50%;
  width: 10px;
  height: 5px;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-right: -5px;
}
.item--tooltip-wrap:hover .item--tooltip-container {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.item--tooltip-wrap:hover .item--tooltip-container.style--bottom {
  margin-top: 0px;
}
.item--tooltip-wrap:hover .item--tooltip-container.style--top {
  margin-bottom: 0px;
}
.item--tooltip-wrap:hover .item--tooltip-container.style--left {
  margin-right: 0px;
}
.item--tooltip-wrap:hover .item--tooltip-container.style--right {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .item--tooltip-wrap .item--tooltip-container.style--left {
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 5px;
    min-width: 150px;
  }
  .item--tooltip-wrap .item--tooltip-container.style--left:before {
    bottom: 50%;
    right: -5px;
    width: 5px;
    height: 10px;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-bottom: -5px;
  }
  .item--tooltip-wrap .item--tooltip-container.style--right {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5px;
    min-width: 150px;
  }
  .item--tooltip-wrap .item--tooltip-container.style--right:before {
    top: 50%;
    left: -5px;
    width: 5px;
    height: 10px;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-top: -5px;
  }
  .item--tooltip-wrap:hover .item--tooltip-container.style--left {
    margin-right: 0px;
  }
  .item--tooltip-wrap:hover .item--tooltip-container.style--right {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .item--tooltip-wrap .item--tooltip-container {
    min-width: 200px;
  }
  .item--tooltip-wrap .item--tooltip-container.style--left,
  .item--tooltip-wrap .item--tooltip-container.style--right {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin-top: 5px;
  }
  .item--tooltip-wrap .item--tooltip-container.style--left:before,
  .item--tooltip-wrap .item--tooltip-container.style--right:before {
    top: -5px;
    left: 50%;
    width: 10px;
    height: 5px;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -5px;
  }
  .item--tooltip-wrap:hover .item--tooltip-container.style--left,
  .item--tooltip-wrap:hover .item--tooltip-container.style--right {
    margin-top: 0px;
  }
}
/*------------------------------------------------------------------
7/ Blog
*/
/*------------------------------------------------------------------
__7.1/ Blog List .blog--list
*/
.blog--list .blog--item {
  margin-bottom: 60px;
}
.blog--list-mansory .blog--item {
  padding-left: 0px;
}
.blog--list-mansory .blog--item .item--title {
  font-size: 25px;
  line-height: 35px;
}
.blog--list-mansory .blog--item .item--date {
  position: relative;
  top: 0px;
  left: 0px;
  width: 70px;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-family: 'Bitter', serif;
  display: inline-block;
  margin-bottom: 20px;
}
.blog--list-mansory .blog--item .item--date span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.blog--list-mansory .blog--item .item--date:before,
.blog--list-mansory .blog--item .item--date:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  bottom: 11px;
  background: #fff;
  width: 1px;
}
.blog--list-mansory .blog--item .item--date:before {
  left: -1px;
}
.blog--list-mansory .blog--item .item--date:after {
  right: -1px;
}
.blog--list-mansory .blog--item .item--meta {
  margin-left: -8px;
  margin-right: -8px;
}
.blog--list-mansory .blog--item .item--meta li {
  margin-left: 8px;
  margin-right: 8px;
}
/*------------------------------------------------------------------
__7.2/ Blog Item .blog--item
*/
.blog--item {
  position: relative;
}
.blog--item .comment-body .comment-meta {
  margin-bottom: 0px;
}
.blog--item .comment-body .comment--control a {
  color: #666666;
  font-family: 'Bitter', serif;
}
.blog--item .comment-body .comment--control a:hover {
  color: #94c618;
}
.blog--item .item--bottom {
  border-top: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 22px;
  padding: 14px 0px 14px 0px;
  color: #666666;
}
.blog--item .item--category {
  color: #94c618;
  font-size: 14px;
  line-height: 19px;
}
.blog--item .item--category a{
	color: #94c618;
}
.blog--item .item--description {
  color: #666666;
  margin-bottom: 15px;
}
.blog--item .item--images {
  margin-bottom: 27px;
  display: block;
  background: #000;
  position: relative;
  text-align: center;
}
.blog--item .item--medal {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #94c618;
  z-index: 30;
}
.blog--item .item--medal .icon {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.blog--item .item--medal:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 15px;
  border-left: 20px solid #94c618;
  border-right: 20px solid #94c618;
  display: block;
  border-bottom: 15px solid transparent;
}
.blog--item .item--meta {
  color: #666666;
  margin-left: -16px;
  font-size: 0px;
}
.blog--item .item--meta li {
  display: inline-block;
  margin-left: 16px;
  font-size: 12px;
  line-height: 22px;
}
.blog--item .item--meta .icon {
  font-size: 13px;
  line-height: 22px;
  margin-right: 5px;
}
.blog--item .item--meta a {
  color: #666666;
}
.blog--item .item--meta a strong{
	color: #1c1c1c;
	transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.blog--item .item--meta a:hover,.blog--item .item--meta a:hover strong {
  color: #94c618;
}
.blog--item .item--navigation {
  padding: 20px 0px 20px 0px;
  background: #f3f3f3;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog--item .item--navigation:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.blog--item .item--navigation li {
  width: 50%;
  float: left;
}
.blog--item .item--navigation a {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 110px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.blog--item .item--navigation a:hover {
  color: #94c618;
}
.blog--item .item--navigation a img {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog--item .item--navigation a .icon {
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.blog--item .item--navigation a span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  max-height: 72px;
}
.blog--item .item--navigation .child--prev {
  border-right: 1px solid #dfdfdf;
  padding-right: 115px;
  text-align: right;
  padding-left: 50px;
}
.blog--item .item--navigation .child--prev img {
  right: 15px;
}
.blog--item .item--navigation .child--prev .icon {
  left: 20px;
}
.blog--item .item--navigation .child--next {
  padding-left: 115px;
  padding-right: 50px;
}
.blog--item .item--navigation .child--next img {
  left: 15px;
}
.blog--item .item--navigation .child--next .icon {
  right: 20px;
}
.blog--item .item--slider {
  background: #000;
  margin-bottom: 27px;
}
.blog--item .item--tag-cloud {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 22px;
}
.blog--item .item--tag-cloud .icon {
  font-size: 13px;
  line-height: 24px;
  margin-right: 4px;
  color: #666666;
}
.blog--item .item--tag-cloud a{
	color: #1c1c1c;
	font-weight: bold;
}
.blog--item .item--tag-cloud a:hover {
  color: #94c618;
}
.blog--item .item--title {
  font-family: 'Bitter', serif;
  line-height: 40px;
  margin-bottom: 12px;
}
.blog--item .item--title a {
  color: #1c1c1c;
}
.blog--item .item--title a:hover {
  color: #94c618;
}
.blog--item .item--video {
  margin-bottom: 27px;
}
.blog--item .item--video .video-js {
  background: #e3e3e3;
}
.blog--item .item--video .vjs-big-play-button {
  background: none;
  z-index: 20;
}
.blog--item .item--video .vjs-big-play-button:before {
  content: "\f144";
  font-family: 'FA';
  font-size: 40px;
  line-height: 60px;
}
.blog--item .item--video .vjs-paused:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.blog--item .text--content {
  padding-bottom: 16px;
}
@media (min-width: 480px) {
  .blog--item {
    padding-left: 100px;
  }
  .blog--item .item--date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px 0px 10px 0px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-family: 'Bitter', serif;
  }
  .blog--item .item--date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
  .blog--item .item--date:before,
  .blog--item .item--date:after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    bottom: 11px;
    background: #fff;
    width: 1px;
  }
  .blog--item .item--date:before {
    left: -1px;
  }
  .blog--item .item--date:after {
    right: -1px;
  }
}
@media (max-width: 479px) {
  .blog--item .item--date {
    display: none;
  }
}
@media (min-width: 1025px) {
  .blog--item .item--images {
    position: relative;
  }
  .blog--item .item--images:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .blog--item .item--images:after {
    content: "\f0fe";
    font-family: 'FA';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    margin-top: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 20;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #fff;
    text-align: center;
  }
  .blog--item .item--images:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .blog--item .item--images:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: -18px;
  }
}
.blog--item.blog--detail-item{
	margin-bottom: 50px
}
.blog--item.blog--detail-item .item--meta {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .blog--item.blog--detail-item {
    padding-left: 0px;
  }
  .blog--item.blog--detail-item .item--date {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog--item.blog--detail-item .item--navigation a img {
    display: none;
  }
  .blog--item.blog--detail-item .item--navigation .child--next {
    padding-left: 15px;
  }
  .blog--item.blog--detail-item .item--navigation .child--prev {
    padding-right: 15px;
  }
}
/*------------------------------------------------------------------
__7.3/ Text Content .text--content
*/
.text--content {
  color: #666666;
}
.text--content &gt; *:last-child{margin-bottom: 0}
.text--content:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.text--content * {
  max-width: 100%;
}
.text--content a {
  color: #94c618;
  word-wrap: break-word;
}
.text--content .alignleft {
  margin-right: 1em;
  float: left;
}
.text--content .alignright {
  margin-left: 1em;
  float: right;
}
.text--content .aligncenter {
  display: block;
  margin: 0px auto 22px;
  float: none;
}
.text--content .alignnone {
  float: none;
  margin-bottom: 22px;
}
.text--content blockquote {
  background: #f3f3f3;
  border: none;
  padding: 32px;
  margin-bottom: 22px;
  text-align: center;
}
.text--content blockquote:before {
  content: '\f10d';
  font-family: 'FA';
  display: inline-block;
  color: #94c618;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.text--content cite {
  font-size: 14px;
  font-family: 'Bitter', serif;
}
.text--content em {
  color: #000;
}
.text--content figure {
  position: relative;
  margin-bottom: 22px;
}
.text--content figure figcaption {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 13px;
}
.text--content figure.aligncenter figcaption {
  position: relative;
  background: none;
  color: #000;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.text--content .gallery {
  max-width: none;
  margin: 0px -15px 0px -15px;
  font-size: 0px;
}
.text--content .gallery:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.text--content .gallery .gallery-item {
  height: 100%;
  text-align: center;
  padding-top: 10px;
  display: inline-block;
  width: calc(33.33333333%);
  padding: 0px 15px 0px 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .text--content .gallery .gallery-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .text--content .gallery .gallery-item {
    width: 100%;
  }
}
.text--content .gallery img {
  display: inline-block;
  border: 5px solid #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}
.text--content h1,
.text--content h2,
.text--content h3,
.text--content h4,
.text--content h5,
.text--content h6 {
  line-height: 1.5em;
  font-family: 'Bitter', serif;
  margin-bottom: 22px;
  color: #1c1c1c;
}
.text--content .post-password-form label input {
  border: 1px solid #e3e3e3;
  outline: none;
  padding-left: 10px;
  font-family: 'Bitter', serif;
  font-style: italic;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.text--content .post-password-form label input::-webkit-input-placeholder {
  color: #666666;
}
.text--content .post-password-form label input:-moz-placeholder {
  color: #666666;
}
.text--content .post-password-form label input::-moz-placeholder {
  color: #666666;
}
.text--content .post-password-form label input:-ms-input-placeholder {
  color: #666666;
}
.text--content .post-password-form label input:focus {
  border-color: #94c618;
}
.text--content .post-password-form input[type="submit"] {
  border: none;
  background: #94c618;
  height: 26px;
  color: #fff;
}
.text--content ol {
  list-style: decimal inside;
  margin-left: 32px;
  padding-bottom: 4px;
}
.text--content ol li {
  margin-bottom: 18px;
}
.text--content ol ul,
.text--content ol ol {
  margin-top: 18px;
}
.text--content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.text--content q {
  font-weight: 500;
  font-style: italic;
}
.text--content table {
  border: 1px solid #e3e3e3;
  margin-bottom: 22px;
}
.text--content table td {
  padding: 5px;
  border: 1px solid #e3e3e3;
}
.text--content table th {
  font-weight: 600;
  padding: 5px;
  border: 1px solid #e3e3e3;
}
.text--content ul {
  margin-left: 32px;
  padding-bottom: 4px;
}
.text--content ul ul,
.text--content ul ol {
  margin-top: 18px;
}
.text--content ul li {
  margin-bottom: 18px;
}
.text--content ul li:before {
  content: "\f06c";
  font-family: 'FA';
  color: #94c618;
  margin-right: 18px;
}
/*------------------------------------------------------------------
8/ Shop
*/
.products {
  font-size: 0px;
}
.products &gt; * {
  font-size: 14px;
  display: inline-block;
  float: none;
}
.products &gt; .section--single-title{
	font-size: 40px;
	display: block;
}
.products .item--product-grid {
  margin-bottom: 50px;
}
.products .item--product-list {
  padding-bottom: 20px;
}
.products.upsells {
  padding-top: 180px;
  padding-bottom: 10px;
}
/*------------------------------------------------------------------
__8.1/ Shop Filter .shop--filter-lookbooks,.shop--filter-page,.shop--sort-by,.shop--top,.shop--type
*/
/* Filter Lookbook */
.shop--filter-lookbooks {
  float: right;
  font-size: 0px;
}
.shop--filter-lookbooks:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.shop--filter-lookbooks .shop--filter-lookbook {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: left;
  padding-right: 30px;
}
.shop--filter-lookbooks .shop--filter-lookbook &gt; span {
  padding: 7px 0px 7px 0px;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
}
.shop--filter-lookbooks .shop--filter-lookbook .shop--select {
  display: inline-block;
  width: 100px;
  margin: 0px 10px 0px 10px;
}
.shop--filter-lookbooks .item--split {
  display: none;
}
@media (max-width: 1199px) {
  .shop--filter-lookbooks {
    width: 100%;
    text-align: justify;
  }
  .shop--filter-lookbooks:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .shop--filter-lookbooks .shop--filter-lookbook {
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .shop--filter-lookbooks .shop--filter-lookbook .shop--select {
    margin-right: 0px;
  }
}
@media (max-width: 699px) {
  .shop--filter-lookbooks .item--split {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .shop--filter-lookbooks {
    padding-bottom: 20px;
  }
  .shop--filter-lookbooks .item--split,
  .shop--filter-lookbooks:after {
    display: none;
  }
  .shop--filter-lookbooks .shop--filter-lookbook {
    display: block;
    margin-bottom: 20px;
  }
  .shop--filter-lookbooks .shop--filter-lookbook .shop--select {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .shop--filter-lookbooks .shop--filter-lookbook .shop--select .heapBox .heap {
    position: relative;
    top: 0px;
  }
}
/* Filter Page */
.shop--filter-page {
  float: left;
  font-size: 12px;
  margin-bottom: 20px;
}
.shop--filter-page &gt; span {
  padding: 7px 0px 7px 0px;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
}
.shop--filter-page .shop--select {
  display: inline-block;
  width: 75px;
  margin: 0px 10px 0px 10px;
}
/* Sort By */
.shop--sort-by {
  float: right;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 20px;
}
.shop--sort-by span {
  display: inline-block;
  padding: 7px 0px 7px 0px;
  margin-right: 15px;
}
.shop--sort-by .shop--select {
  display: inline-block;
  min-width: 125px;
}
/* Shop top */
.shop--top {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
.shop--top:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.shop--top .shop--left {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 21px;
  padding: 7px 0px 7px 0px;
  font-weight: 700;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .shop--top.shop--lookbook .woocommerce-result-count {
    float: right;
  }
}
/* Shop Type */
.shop--type {
  float: left;
  margin-bottom: 20px;
  margin-right: 50px;
  padding: 7px 0px 7px 0px;
}
.shop--type li {
  display: inline-block;
  margin-right: 10px;
}
.shop--type a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #d4d4d4;
}
.shop--type a:hover {
  color: #94c618;
}
/*------------------------------------------------------------------
__8.2/ Woocommerce
*/
.summary h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.summary .price {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
  display: block;
}
.summary .price del {
  font-size: 16px;
  color: #666666;
}
.summary .price ins {
  text-decoration: none;
}
.summary .product--description {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.summary .product--features-list li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}
.summary .product--features-list li .fa {
  line-height: 22px;
  margin-right: 10px;
  color: #94c618;
}
.summary .product--info {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 20px;
}
.summary .product_meta {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 13px 0px 13px 0px;
  margin-bottom: 16px;
}
.summary .product_meta a {
  color: #1c1c1c;
  font-weight: 600;
}
.summary .product_meta a:hover {
  color: #94c618;
}
.summary .product--share {
  color: #666666;
  margin-bottom: 20px;
}
.summary .product--share ul {
  display: inline-block;
}
.summary .product--share li {
  display: inline-block;
}
.summary .product--share a {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-left: 20px;
}
.summary .product--share a:hover {
  color: #94c618;
}
.summary .product_title {
  line-height: 41px;
  color: #1c1c1c;
  margin-bottom: 8px;
  font-family: 'Lato', serif;
}
.summary .single_variation .price {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 26px;
}
.summary .star-rating {
  font-size: 0px;
  position: relative;
  background: url('../images/star-large-empty.png') 0px 0px no-repeat;
  width: 100px;
  height: 14px;
  display: block;
  margin-bottom: 20px;
}
.summary .star-rating &gt; span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  background: url('../images/star-large-full.png') 0px 0px no-repeat;
}
.summary .variants {
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
  margin-top: 25px;
}
.summary .variants label {
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  display: block;
  margin-bottom: 7px;
}
.summary .variants .heapBox {
  min-width: 100px;
}
.summary .variants li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.summary .add_to_cart_button,.summary .single_add_to_cart_button {
  margin-right: 15px;
  margin-bottom: 20px;
}
.summary .wishlist_button {
  border: 1px solid #1c1c1c;
  height: 40px;
  margin-bottom: 30px;
}
.summary .wishlist_button:hover {
  border-color: #94c618;
}
.woocommerce-breadcrumb {
  font-size: 12px;
  line-height: 20px;
  padding: 40px 0px;
  color: #666666;
  font-family: 'Lato', serif;
}
.woocommerce-breadcrumb a {
  color: #666666;
}
.woocommerce-breadcrumb a:hover {
  color: #94c618;
}
.woocommerce-breadcrumb span {
  font-weight: 700;
  color: #1c1c1c;
}
.woo--images .woocommerce-main-image {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1025px) {
  .woo--images .woocommerce-main-image {
    position: relative;
    display: block;
  }
  .woo--images .woocommerce-main-image:before {
    font-size: 0px;
    line-height: 0px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 0px;
    height: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #fff;
  }
  .woo--images .woocommerce-main-image:after {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    content: "";
  }
  .woo--images .woocommerce-main-image:before {
    content: '\f065';
    font-family: 'FA';
  }
  .woo--images .woocommerce-main-image:hover:after {
    background: rgba(0, 0, 0, 0.8);
  }
  .woo--images .woocommerce-main-image:hover:before {
    margin-top: -50px;
    margin-left: -50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    font-size: 60px;
  }
}
.woo--images .thumbnails {
  text-align: center;
}
.woo--images .thumbnails a {
  width: 25%;
  float: left;
  display: block;
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
}
.woo--images .thumbnails a img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border: 2px solid #fff;
}
.woo--images .thumbnails a:hover img {
  border-color: #94c618;
}
.woocommerce-pagination {
  text-align: center;
  font-family: 'Bitter', serif;
}
.woocommerce-pagination li {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin: 0px 4px 0px 4px;
}
.woocommerce-pagination a {
  color: #666666;
}
.woocommerce-pagination a:hover {
  color: #94c618;
}
.woocommerce-pagination .current {
  font-size: 16px;
  text-decoration: underline;
  color: #94c618;
}
.woocommerce-result-count {
  color: #666666;
  font-size: 12px;
  line-height: 21px;
  float: left;
  margin-right: 55px;
  padding: 7px 0px 7px 0px;
  margin-bottom: 20px;
}
.woocommerce-tabs {
  margin-top: 100px;
  border-top: 1px solid #e3e3e3;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce-tabs:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 25%;
    width: 1px;
    background: #e3e3e3;
    display: block;
  }
}
@media (min-width: 992px) {
  .woocommerce-tabs:before {
    margin-left: 15px;
  }
}
.woocommerce-tabs .desc--content p {
  color: #666666;
}
.woocommerce-tabs .panel {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: -9999;
}
.woocommerce-tabs .panel.js__tab_active {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 10;
}
.woocommerce-tabs .tabs {
  position: relative;
}
.woocommerce-tabs .tabs li {
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce-tabs .tabs a {
  display: block;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0px 15px 0px;
  font-family: 'Bitter', serif;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  text-decoration: none;
}
.woocommerce-tabs .tabs a:hover {
  color: #94c618;
}
.woocommerce-tabs .tabs a:before {
  content: "\f06c";
  font-family: 'FA';
  font-size: 0px;
  line-height: 30px;
  float: left;
}
.woocommerce-tabs .tabs a.js__tab_active {
  color: #94c618;
}
@media (min-width: 479px) {
  .woocommerce-tabs .tabs a.js__tab_active:before {
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
  }
  .woocommerce-tabs .tabs li {
    border-bottom: none;
    display: inline-block;
    margin-right: 15px;
  }
}
.wrap--style-2 .thumbnails a {
  float: left;
  display: block;
  margin-bottom: 20px;
  padding: 0px 5px 0px 5px;
}
.wrap--style-2 .woocommerce-main-image {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .wrap--style-2 {
    position: relative;
  }
  .wrap--style-2:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
  }
  .wrap--style-2 .wrap--content {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
  .wrap--style-2 .woocommerce-main-image {
    position: relative;
    display: block;
    width: calc(50% - 30px);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  .wrap--style-2 .woocommerce-main-image:before {
    font-size: 0px;
    line-height: 0px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 0px;
    height: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #fff;
  }
  .wrap--style-2 .woocommerce-main-image:after {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    content: "";
  }
  .wrap--style-2 .woocommerce-main-image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrap--style-2 .thumbnails {
    text-align: center;
  }
  .wrap--style-2 .thumbnails a {
    width: 33.333333%;
  }
  .wrap--style-2 .thumbnails a img {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border: 2px solid #fff;
  }
  .wrap--style-2 .thumbnails a:hover img {
    border-color: #94c618;
  }
}
@media (min-width: 992px) and (min-width: 1025px) {
  .wrap--style-2 .woocommerce-main-image:before {
    content: '\f065';
    font-family: 'FA';
  }
  .wrap--style-2 .woocommerce-main-image:hover:after {
    background: rgba(0, 0, 0, 0.8);
  }
  .wrap--style-2 .woocommerce-main-image:hover:before {
    margin-top: -50px;
    margin-left: -50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .woocommerce-result-count {
    margin-right: 30px;
  }
  .shop--type {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .woocommerce-result-count {
    margin-right: 0px;
    float: right;
  }
  .split--line {
    float: left;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .shop--sort-by {
    width: 100%;
  }
}
/*------------------------------------------------------------------
9/ Comments
*/
.comments--title {
  font-family: 'Bitter', serif;
  padding-top: 16px;
  margin-bottom: 25px;
}
.comment-reply-title {
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
}
.woocommerce-noreviews {
  margin-bottom: 20px;
}
.comment-list {
  margin-bottom: 60px;
  border-bottom: 1px solid #e3e3e3;
}
.comment-list .comment {
  padding-left: 100px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  padding-top: 20px;
  min-height: 120px;
}
.comment-list &gt; .comment:first-child {
  border-top: none;
}
@media (max-width: 539px) {
  .comment-list .comment {
    padding-left: 0px;
    padding-top: 120px;
  }
  .comment-list .comment .comment {
    margin-left: 20px;
  }
}
@media (max-width: 419px) {
  .comment-list .comment .comment {
    margin-left: 0px;
  }
}
.comment-body {
  position: relative;
  padding-bottom: 1px;
}
.comment-body .comment-author {
  display: inline-block;
  font-family: 'Bitter', serif;
  margin-bottom: 5px;
}
.comment-body .comment-author a {
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1c;
  font-weight: 400;
}
.comment-body .comment-author a:hover {
  color: #94c618;
}
.comment-body .comment-metadata {
  display: inline-block;
  font-family: 'Bitter', serif;
  padding-left: 10px;
  margin-bottom: 10px;
}
.comment-body .comment-metadata a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.comment-body .comment-metadata a:hover {
  color: #94c618;
}
.comment-body .avatar {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: -100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-body .comment-meta {
  margin-bottom: 15px;
  padding-right: 120px;
}
.comment-body .comment--control {
  position: absolute;
  top: 0px;
  right: 0px;
}
.comment-body .comment--control .reply {
  display: inline-block;
}
.comment-body .comment--control a {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  margin-left: 6px;
}
.comment-body .comment--control a:hover {
  color: #94c618;
}
.comment-body .comment--rating .star-rating {
  font-size: 0px;
  position: relative;
  background: url('../images/star-empty.png') 0px 0px no-repeat;
  width: 85px;
  height: 15px;
  display: block;
}
.comment-body .comment--rating .star-rating &gt; span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  background: url('../images/star-full.png') 0px 0px no-repeat;
}
.comment-body .text--content {
  color: #666666;
}
@media (max-width: 539px) {
  .comment-body .avatar {
    top: -100px;
    left: 50%;
    margin-left: -40px;
  }
}
@media (max-width: 399px) {
  .comment-body .comment-metadata {
    display: block;
    padding-left: 0px;
  }
}
.frm-comment .inp--label {
  font-size: 12px;
  line-height: 22px;
}
.frm-comment .inp--label .required {
  color: #ff6029;
}
.frm-comment .inp--text {
  width: 100%;
  height: 40px;
  padding: 0px 20px 0px 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
  outline: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-size: 12px;
  color: #000;
  font-family: 'Bitter', serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.frm-comment .inp--text::-webkit-input-placeholder {
  color: #000;
}
.frm-comment .inp--text:-moz-placeholder {
  color: #000;
}
.frm-comment .inp--text::-moz-placeholder {
  color: #000;
}
.frm-comment .inp--text:-ms-input-placeholder {
  color: #000;
}
.frm-comment .inp--text:focus {
  border-color: #94c618;
}
.frm-comment .inp--textarea {
  height: 130px;
  padding-top: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.frm-comment .inp-submit {
  width: 100%;
  max-width: 150px;
  border: 2px solid #94c618;
  font-size: 13px;
  line-height: 21px;
  padding: 6px 10px 6px 10px;
  text-align: center;
  background: #fff;
  color: #94c618;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  outline: none;
  float: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.frm-comment .inp-submit:hover {
  background: #94c618;
  border-color: #94c618;
}
.frm-comment .button--common {
  min-width: 120px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.frm-comment .radio--group {
  margin: 0px -17px 15px -17px;
  font-size: 0px;
}
.frm-comment .radio--group .radio--label {
  display: inline-block;
  padding: 0px 17px 0px 17px;
  font-size: 14px;
  line-height: 22px;
  border-left: 1px solid #e3e3e3;
}
.frm-comment .radio--group .radio--label:first-child {
  border-left: none;
}
.frm-comment .radio--group .radio--label .fa {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .frm-comment .radio--group .radio--label {
    cursor: pointer;
  }
  .frm-comment .radio--group .radio--label:hover .fa {
    color: #94c618;
  }
}
.frm-comment .radio--group .radio--label .radio--inp {
  display: none;
}
.frm-comment .radio--group .radio--label .radio--inp:checked + span .fa {
  color: #94c618;
}
/*------------------------------------------------------------------
10/ Widget
*/
.widget {
  margin-top: 60px;
}
.widget:first-child{
	margin-top: 0;
}
.widget .widget-title {
  line-height: 30px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: 'Bitter', serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
	.widget{
		 margin-top: 15px;
	}
  .widget.js__tab_plugin {
   
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
  }
  .widget.js__tab_plugin .widget-title {
    font-size: 20px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    position: relative;
  }
  .widget.js__tab_plugin .widget-title:before {
    content: '\f107';
    font-family: 'FA';
    position: absolute;
    right: 10px;
  }
  .widget.js__tab_plugin .widget-title.js__tab_active:before {
    content: '\f106';
  }
  /* .widget.js__tab_plugin .widget--content {
   visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
  }
  .widget.js__tab_plugin .widget--content.js__tab_active {
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }*/
}
@media (min-width: 992px) {
  .widget--no-title .widget-title {
    display: none;
  }
}
/*------------------------------------------------------------------
__10.1/ Comment List .widget--comment-list
*/
.widget--comment-list .comment--author {
  margin-right: 8px;
}
.widget--comment-list .comment--author a {
  color: #1c1c1c;
  font-family: 'Bitter', serif;
  font-size: 16px;
}
.widget--comment-list .comment--author a:hover {
  color: #94c618;
}
.widget--comment-list .comment--date {
  font-size: 12px;
  font-family: 'Bitter', serif;
  color: #666666;
}
.widget--comment-list .comment--content {
  padding-top: 10px;
  color: #666666;
}
.widget--comment-list li {
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
}
/*------------------------------------------------------------------
__10.2/ List .widget--list
*/
.widget--list {
  font-family: 'Bitter', serif;
}
.widget--list a {
  color: #666666;
  position: relative;
  display: block;
}
.widget--list a:before {
  content: '\f06c';
  font-family: 'FA';
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: -25px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 12px;
  text-align: center;
  color: #94c618;
}
.widget--list li {
  padding: 6px 0px 6px 25px;
  position: relative;
}
.widget--list .widget--content &gt; ul &gt; li &gt; a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.widget--list .widget--content &gt; ul ul {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 15px 0px 15px 0px;
}
@media (min-width: 1025px) {
  .widget--list .widget--content &gt; ul li:hover &gt; ul {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: relative;
  }
  .widget--list .widget--content &gt; ul li:hover &gt; a {
    color: #94c618;
  }
  .widget--list .widget--content &gt; ul li:hover &gt; a:before {
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .widget--list .widget--content &gt; ul li:hover &gt; .icon--dropdown {
    color: #94c618;
  }
  .widget--list .widget--content &gt; ul li.current-cat &gt; a {
    color: #94c618;
  }
  .widget--list .widget--content &gt; ul li.current-cat &gt; a:before {
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .widget--list .icon--dropdown {
    color: #666666;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 34px;
    cursor: pointer;
    z-index: 10;
    width: 20px;
    text-align: right;
  }
  .widget--list .icon--dropdown:before {
    content: "\f078";
    font-family: 'FA';
  }
  .widget--list .widget--content &gt; ul li.js__menu_active &gt; ul {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: relative;
  }
  .widget--list .widget--content &gt; ul li.js__menu_active &gt; a {
    color: #94c618;
  }
  .widget--list .widget--content &gt; ul li.js__menu_active &gt; a:before {
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .widget--list .widget--content &gt; ul li.js__menu_active &gt; .icon--dropdown {
    color: #94c618;
  }
  .widget--list .widget--content &gt; ul li.js__menu_active &gt; .icon--dropdown:before {
    content: '\f077';
  }
}
/*------------------------------------------------------------------
__10.3/ Price Filter .widget--price-filter
*/
.widget--price-filter .widget--content {
  padding-bottom: 20px;
}
.widget--price-filter .filter--slider {
  margin-bottom: 10px;
}
.widget--price-filter .filter--label {
  float: right;
  font-size: 14px;
  line-height: 22px;
  padding: 4px;
  color: #666666;
  font-family: 'Bitter', serif;
}
.widget--price-filter .filter--label span {
  color: #000000;
}
.widget--price-filter .filter--submit {
  float: left;
  width: 100px;
  height: 30px;
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget--price-filter .filter--submit {
    width: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------------------------------------------------------
__10.4/ Recent Entries .widget_recent_entries
*/
.widget_recent_entries li {
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
.widget_recent_entries a {
  display: block;
  color: #1c1c1c;
  font-family: 'Bitter', serif;
  font-size: 16px;
  margin-bottom: 2px;
}
.widget_recent_entries a:hover {
  color: #94c618;
}
.widget_recent_entries .post-date {
  color: #666666;
  font-family: 'Bitter', serif;
  font-size: 12px;
  line-height: 24px;
}
/*------------------------------------------------------------------
__10.5/ Tag Cloud .widget_tag_cloud
*/
.widget_tag_cloud .tagcloud {
  margin: 0px -5px 0px -5px;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #1c1c1c;
  font-family: 'Bitter', serif;
  font-size: 12px;
  line-height: 21px;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 6px 15px 6px 15px;
  margin: 0px 5px 10px 5px;
}
@media (min-width: 1025px) {
  .widget_tag_cloud .tagcloud a:hover {
    background: #94c618;
    color: #fff;
    border-color: #94c618;
  }
}
/*------------------------------------------------------------------
__10.6/ Other
*/
.widget--top-rated li {
  margin-bottom: 20px;
}
.widget--top-rated .widget--content {
  padding-top: 10px;
}
.widget--price-select .widget--content {
  padding-top: 10px;
  padding-bottom: 20px;
}
/*------------------------------------------------------------------
11/ Plugin
*/
/*------------------------------------------------------------------
__11.1/ Flexslider
*/
.flex--slider {
  position: relative;
  display: block;
}
.flex--slider .slides:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.flex--slider .slides li {
  position: relative;
}
.flex--slider .slides li a {
  display: block;
}
.flex--slider .slides li span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 13px;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.flex--slider .slides li.flex-active-slide span {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.flex--slider .flex-direction-nav a {
  position: absolute;
  top: 50%;
  font-size: 0px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  text-align: center;
  background: #000;
}
.flex--slider .flex-direction-nav a:before {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.flex--slider .flex-next {
  right: 0px;
}
.flex--slider .flex-next:before {
  content: "\f054";
  font-family: 'FA';
}
.flex--slider .flex-prev {
  left: 0px;
}
.flex--slider .flex-prev:before {
  content: "\f053";
  font-family: 'FA';
}
@media (min-width: 1025px) {
  .flex--slider .flex-direction-nav a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .flex--slider .flex-direction-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .flex--slider .slides li span {
    position: relative;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/*------------------------------------------------------------------
__11.2/ HeapBox
*/
.select--style-basic .heapBox {
  display: block;
  position: relative;
}
.select--style-basic .heapBox .holder {
  width: 100%;
  height: 40px;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  line-height: 22px;
  padding: 8px 30px 8px 20px;
  display: block;
}
.select--style-basic .heapBox .handler {
  position: absolute;
  top: 0px;
  right: 20px;
}
.select--style-basic .heapBox .handler:before {
  content: '\f078';
  font-family: 'FA';
  font-size: 10px;
  line-height: 36px;
  display: block;
}
.select--style-basic .heapBox .heap {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  font-size: 12px;
  z-index: 90;
}
.select--style-basic .heapBox .heap ul {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.select--style-basic .heapBox .heap li {
  margin: 0px;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
.select--style-basic .heapBox .heap a {
  display: block;
  padding: 5px 5px 5px 20px;
  min-width: 50px;
  background: #fff;
}
@media (min-width: 1025px) {
  .select--style-basic .heapBox .heap a:hover {
    background: #94c618;
    color: #fff;
  }
}
.select--style-basic .heapBox a {
  color: #666666;
  text-decoration: none !important;
  outline: none;
}
@media (max-width: 767px) {
  .select--style-basic .heapBox .heap {
    position: relative;
    top: 0px;
  }
}
.select--style-small .heapBox {
  display: block;
  position: relative;
}
.select--style-small .heapBox .holder {
  width: 100%;
  height: 35px;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  line-height: 21px;
  padding: 7px 25px 7px 10px;
  display: block;
  overflow: hidden;
}
.select--style-small .heapBox .handler {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #666666;
}
.select--style-small .heapBox .handler:before {
  content: '\f078';
  font-family: 'FA';
  font-size: 10px;
  line-height: 35px;
  display: block;
}
.select--style-small .heapBox .heap {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  font-size: 12px;
  z-index: 80;
}
.select--style-small .heapBox .heap ul {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.select--style-small .heapBox .heap li {
  margin: 0px;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
.select--style-small .heapBox .heap a {
  display: block;
  padding: 5px 5px 5px 10px;
  min-width: 50px;
  background: #fff;
}
@media (min-width: 1025px) {
  .select--style-small .heapBox .heap a:hover {
    background: #000;
    color: #fff;
  }
}
.select--style-small .heapBox a {
  color: #000;
  text-decoration: none !important;
  outline: none;
}
/*------------------------------------------------------------------
__11.3/ Owl Carousel
*/
.owl-wrapper-outer,
.owl-stage-outer {
  overflow: hidden;
}
.owl-wrapper:after,
.owl-stage:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.owl-wrapper .owl-item,
.owl-stage .owl-item {
  float: left;
}
.owl--style-basic {
  position: relative;
  margin: 0px -15px 0px -15px;
}
.owl--style-basic .item {
  padding: 0px 15px 0px 15px;
}
.owl--style-basic .owl-prev,
.owl--style-basic .owl-next {
  font-size: 0px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  text-align: center;
}
.owl--style-basic .owl-prev:before,
.owl--style-basic .owl-next:before {
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  cursor: pointer;
}
.owl--style-basic .owl-prev:hover:before,
.owl--style-basic .owl-next:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.owl--style-basic .owl-prev {
  left: -40px;
}
.owl--style-basic .owl-prev:before {
  content: "\f053";
  font-family: 'FA';
}
.owl--style-basic .owl-next {
  right: -40px;
}
.owl--style-basic .owl-next:before {
  content: "\f054";
  font-family: 'FA';
}
@media (max-width: 850px) {
  .owl--style-basic .owl-prev {
    left: 0px;
    width: 30px;
  }
  .owl--style-basic .owl-next {
    right: 0px;
    width: 30px;
  }
}
.js__product_owlcarousel .owl-dots {
  display: none;
}
.js__product_owlcarousel .owl-prev,
.js__product_owlcarousel .owl-next {
  display: block !important;
}
/*------------------------------------------------------------------
__11.4/ Nouislider
*/
.filter--slider {
  width: 100%;
  height: 56px;
  position: relative;
  padding: 20px 0px 20px 0px;
  overflow: hidden;
}
.filter--slider:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 5px;
  right: 5px;
  background: #e3e3e3;
  z-index: 10;
  height: 4px;
}
.filter--slider:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0px;
  background: #fff;
  z-index: 60;
  width: 5px;
  height: 4px;
}
.filter--slider .noUi-base {
  position: absolute;
  top: 0px;
  left: 21px;
  right: 5px;
  z-index: 20;
  height: 56px;
}
.filter--slider .noUi-base .noUi-origin {
  position: absolute;
  top: 20px;
  width: 100%;
}
.filter--slider .noUi-base .noUi-origin:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 100%;
  height: 4px;
}
.filter--slider .noUi-base .noUi-connect {
  z-index: 20;
}
.filter--slider .noUi-base .noUi-connect:before {
  background: #94c618;
}
.filter--slider .noUi-base .noUi-background {
  z-index: 30;
}
.filter--slider .noUi-base .noUi-background:before {
  background: #e3e3e3;
}
.filter--slider .noUi-base .noUi-handle {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #94c618;
  margin-left: -16px;
  position: relative;
  z-index: 40;
}
@media (max-width: 1024px) {
  .filter--slider .noUi-base .noUi-handle:before {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
  }
}
/*------------------------------------------------------------------
__11.5/ Revolution Slider
*/
.rev--white-h1-large {
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-family: 'Bitter', serif;
  font-weight: 400;
}
.rev--white-h1 {
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-family: 'Bitter', serif;
  font-weight: 400;
}
.rev--white-h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.rev--white-h5 {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.rev--white-p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.rev--white-p-huge {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.rev--white-p-large {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.rev--text-content {
  color: #fff;
}
.rev--text-content h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1em !important;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.rev--text-content h1 {
  font-family: 'Bitter', serif;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0.5em !important;
}
.rev--text-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
/*------------------------------------------------------------------
__11.6/ Video Js
*/
.video-frame {
  position: relative;
  font-size: 0px;
  display: block;
  margin: 0px auto 0px;
  float: none;
}
.video-frame .video-js,
.video-frame .vjs-tech {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.video-frame .vjs-tech {
  height: 100% !important;
  margin-bottom: -11px;
}
.video-frame .vjs-big-play-button {
  width: 60px;
  height: 60px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #94c618;
  color: #fff;
}
.video-frame .vjs-big-play-button:before {
  content: '\f04b';
  font-family: 'FA';
  font-size: 20px;
  line-height: 60px;
}
.video-frame .vjs-control-bar {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
  height: 32px;
  padding: 2px 10px 0px 70px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.video-frame .vjs-play-control {
  width: 32px;
  height: 32px;
  background-color: #e3e3e3;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 0px;
  left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.video-frame .vjs-play-control:hover {
  background-color: #94c618;
}
.video-frame .vjs-play-control:before {
  content: '\f04b';
  font-family: 'FA';
  font-size: 14px;
  line-height: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #94c618;
}
.video-frame .vjs-play-control:hover:before {
  color: #fff;
}
.video-frame .vjs-play-control.vjs-paused:before {
  content: '\f04b';
}
.video-frame .vjs-play-control.vjs-playing:before {
  content: '\f04c';
}
.video-frame .vjs-progress-control {
  background: #e3e3e3;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 84px 9px 6px;
}
.video-frame .vjs-progress-control .vjs-slider {
  width: 100%;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e3e3e3;
  position: relative;
}
.video-frame .vjs-progress-control .vjs-load-progress {
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.video-frame .vjs-progress-control .vjs-play-progress {
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #94c618;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.video-frame .vjs-progress-control .vjs-seek-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -2px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.video-frame .vjs-fullscreen-control {
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  right: 15px;
  top: 9px;
  position: absolute;
  cursor: pointer;
}
.video-frame .vjs-mute-control {
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  right: 50px;
  top: 9px;
  position: absolute;
  cursor: pointer;
}
.video-frame .vjs-caption-settings,
.video-frame .vjs-current-time,
.video-frame .vjs-time-divider,
.video-frame .vjs-duration,
.video-frame .vjs-remaining-time,
.video-frame .vjs-live-controls,
.video-frame .vjs-volume-control,
.video-frame .vjs-playback-rate,
.video-frame .vjs-subtitles-button,
.video-frame .vjs-captions-button,
.video-frame .vjs-chapters-button {
  display: none;
}
.video-frame .vjs-playing .vjs-big-play-button {
  display: none;
}
.video-frame .vjs-playing:hover .vjs-control-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.video-frame .vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
.video-frame .vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 419px) {
  .video-frame .vjs-mute-control,
  .video-frame .vjs-fullscreen-control {
    display: none;
  }
  .video-frame .vjs-progress-control {
    padding-right: 6px;
  }
}
/*------------------------------------------------------------------
__11.7/ Tooltipster
*/
.tooltipster-base{position: absolute;z-index: 100001}
.tooltipster-content{
	border: 10px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow: -2px 1px 54px rgba(23,24,25,.14);
    -webkit-box-shadow: -2px 1px 54px rgba(23,24,25,.14);
    box-shadow: -2px 1px 54px rgba(23,24,25,.14);
    width: 460px;
}
.tooltipster-fade{
	opacity: 0;
	transform: translateX(-20px);
}
.tooltipster-fade-show{
	opacity: 1;
	transform: translateX(0px);
}
/*------------------------------------------------------------------
12/ Misc
*/
.accordion--wrapper {
  border-top: 1px solid #e3e3e3;
}
.accordion--wrapper .accordion--title {
  line-height: 25px;
  padding: 27px 0px 27px 0px;
  cursor: pointer;
  position: relative;
  color: #1c1c1c;
  font-family: 'Bitter', serif;
  transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}
.accordion--wrapper .accordion--title:after {
  content: '\f067';
  font-family: 'FA';
  font-size: 12px;
  line-height: 25px;
  position: absolute;
  right: 0px;
  top: 27px;
}
.accordion--wrapper .accordion--title.js__tab_active {
  padding-bottom: 12px;
  color: #94c618;
}
.accordion--wrapper .accordion--title.js__tab_active:after {
  content: '\f068';
}
@media (min-width: 1025px) {
  .accordion--wrapper .accordion--title:hover {
    color: #94c618;
  }
}
.accordion--wrapper .accordion--item {
  border-bottom: 1px solid #e3e3e3;
}
.accordion--wrapper .accordion--content {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 15px;
}
.accordion--wrapper .accordion--content.js__tab_active {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.back-to-top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 80;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  font-family: 'Bitter', serif;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.back-to-top img {
  margin-bottom: 14px;
}
.back-to-top.js__active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  visibility: visible;
}
.back-to-top.js__active:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1346px) {
  .back-to-top {
    bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1130px) {
  .back-to-top {
    bottom: 45px;
  }
}
.button--view-more {
  min-width: 150px;
}
.col--center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.imgcover--wrap {
  position: relative;
}
.imgcover--wrap .imgcover--overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.imgcover--wrap .imgcover--overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -moz-opacity: 0.10;
  -khtml-opacity: 0.10;
  opacity: 0.10;
  z-index: 20;
}
.imgcover--wrap .imgcover--overlay img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  position: relative;
  max-width: 10000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgcover--wrap .imgcover--content {
  position: relative;
  z-index: 20;
  height: 100%;
}
@media (min-width: 1025px){
	.imgcover--wrap{
		overflow: hidden;
	}
	.imgcover--wrap .imgcover--overlay,.imgcover--wrap .imgcover--overlay:before{
		transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-webkit-transition: all 1s ease;
	}
	.imgcover--wrap:hover .imgcover--overlay:before{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		-moz-opacity: .7;
		-khtml-opacity: .7;
		opacity: .7;
	}
	.imgcover--wrap:hover .imgcover--overlay{
		transform: scale3d(1.1,1.1,1);
		-webkit-transform: scale3d(1.1,1.1,1);
		-moz-transform: scale3d(1.1,1.1,1);
	}
}
.list--addtion-infomation li {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0px 15px 0px;
  font-size: 14px;
  line-height: 30px;
}
.list--addtion-infomation strong {
  font-weight: 400;
  font-family: 'Bitter', serif;
  color: #1c1c1c;
}
.list--addtion-infomation span {
  color: #666666;
}
.list--hover li {
  display: inline-block;
}
.list--hover .list--icon {
  font-size: 20px;
  line-height: 24px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #000000;
}
.list--hover .list--icon:hover {
  color: #94c618;
}
.list--hover .list--icon-cart {
  width: 20px;
  height: 24px;
  background: url('../images/icon-cart-medium-black.png') center center no-repeat;
  display: block;
}
.list--hover .list--icon-cart:hover {
  background-image: url('../images/icon-cart-medium-main.png');
}
.list--infomation a {
  color: #1c1c1c;
  font-size: 16px;
}
.list--infomation a:hover {
  color: #94c618;
}
.list--infomation h6 {
  text-transform: uppercase;
  color: #666666;
}
.list--infomation li {
  margin-bottom: 24px;
}
.list--infomation span {
  font-size: 16px;
}
.list--infomation .address {
  position: relative;
  display: block;
  padding-right: 20px;
}
.list--infomation .address .icon--map {
  position: absolute;
  top: 4px;
  right: 0px;
}
.list--infomation .list--social-blog li {
  margin-right: 10px;
  margin-left: 0px;
}
.list--infomation .list--social-blog a {
  font-size: 16px;
  color: #1c1c1c;
}
.list--infomation .list--social-blog a:hover {
  color: #94c618;
}
.list--lookbook {
  max-width: 970px;
  display: block;
  margin: 0px auto 0px;
  float: none;
}
.list--lookbook .item--lookbook {
  margin-bottom: 60px;
}
.list--payment {
  font-size: 0px;
}
.list--payment li {
  display: inline-block;
  margin-right: 10px;
}
.list--payment li:last-child {
  margin-right: 0px;
}
.list--portfolio-images li {
  margin-bottom: 20px;
  background: #f6f6f6;
}
.list--portfolio-images a {
  display: block;
  position: relative;
}
.list--portfolio-images a:before {
  content: "\f065";
  font-family: 'FA';
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.list--portfolio-images a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .list--portfolio-images a:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: -15px;
  }
  .list--portfolio-images a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.list--social {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
}
.list--social li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 16px;
}
.list--social li:last-child {
  margin-right: 0px;
}
.list--social a {
  color: #666666;
}
.list--social a:hover {
  color: #94c618;
}
.list--social-blog li {
  display: inline-block;
  margin-left: 8px;
}
.list--social-blog a {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  display: block;
}
.list--social-blog a:hover {
  color: #94c618;
}
.list--two-side {
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.list--two-side li {
  padding: 17px 0px 17px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.list--two-side li:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.list--two-side li strong {
  font-family: 'Bitter', serif;
  font-weight: 400;
}
.list--two-side li span {
  color: #666666;
}
.nav--top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.nav--top .link--back {
  font-size: 12px;
  line-height: 22px;
  padding: 15px 0px 15px 0px;
}
.nav--top .link--back i {
  font-size: 10px;
  line-height: 22px;
  margin-right: 2px;
}
.nav--top .nav--top-single {
  padding: 15px 0px 15px 0px;
}
.nav--top .nav--top-single a {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  line-height: 22px;
}
.nav--top .nav--top-single a i {
  font-size: 14px;
  line-height: 22px;
}
.page--404 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.page--404 .page--content {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.page--contact{
	padding-top: 10px;
}
.page--contact h1,
.page--contact h2,
.page--contact h3,
.page--contact h4 {
  font-family: 'Bitter', serif;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.page--contact p.last {
  color: #000;
}
.page--contact .item--title {
  margin-bottom: 30px;
  padding-top: 10px;
  position: relative;
  cursor: pointer;
}
.page--contact .item--title:after {
  content: '\f077';
  font-family: 'FA';
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.page--contact .item--title.js__tab_active:after {
  content: "\f078";
}
.page--contact .list--infomation {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.page--contact .list--infomation.js__tab_active {
  position: relative;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.page--full {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.pagination--left-right:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.pagination--left-right a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 1025px) {
  .pagination--left-right a {
    color: #1c1c1c;
    position: relative;
  }
  .pagination--left-right a:hover {
    color: #94c618;
  }
  .pagination--left-right a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    width: 0px;
    height: 1px;
    background: #94c618;
  }
  .pagination--left-right a:hover:before {
    width: 100%;
    right: 0px;
  }
}
.pagination--left-right a .fa {
  line-height: 22px;
}
.pagination--left-right .prev {
  float: left;
}
.pagination--left-right .next {
  float: right;
}
.popup--wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.popup--wrap .popup--close {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-style: italic;
  cursor: pointer;
}
.popup--wrap .popup--close .fa {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .popup--wrap .popup--close:hover {
    color: #94c618;
  }
  .popup--wrap .popup--close:hover .fa {
    color: #94c618;
  }
}
.popup--wrap .popup--container {
  overflow: auto;
  height: 100%;
  position: relative;
  z-index: 20;
  padding-top: -50px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.popup--wrap .popup--content {
  padding: 0px 80px 0px 80px;
  position: relative;
}
.popup--wrap .popup--content .flex-direction-nav a {
  font-size: 0px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  display: block;
  width: 80px;
  text-align: center;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.popup--wrap .popup--content .flex-direction-nav a:before {
  font-size: 30px;
  line-height: 48px;
}
@media (min-width: 1025px) {
  .popup--wrap .popup--content .flex-direction-nav a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .popup--wrap .popup--content .flex-direction-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.popup--wrap .popup--content .flex-direction-nav .flex-next {
  right: 0px;
}
.popup--wrap .popup--content .flex-direction-nav .flex-next:before {
  content: "\f054";
  font-family: 'FA';
}
.popup--wrap .popup--content .flex-direction-nav .flex-prev {
  left: 0px;
}
.popup--wrap .popup--content .flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-family: 'FA';
}
.popup--wrap .popup--overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.popup--wrap .popup--top {
  padding: 26px 0px 26px 0px;
}
.popup--wrap.js__popup_active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.popup--wrap.js__popup_active .popup--container {
  padding-top: 0px;
}
.portfolio--filter-control {
  font-size: 0px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
.portfolio--filter-control a {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  padding: 20px 12px 20px 12px;
  display: block;
  color: #1c1c1c;
  position: relative;
}
.portfolio--filter-control a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #94c618;
  position: absolute;
  bottom: -1px;
  right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.portfolio--filter-control a.js__filter_active {
  color: #94c618;
}
.portfolio--filter-control a.js__filter_active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (min-width: 1025px) {
  .portfolio--filter-control a:hover {
    color: #94c618;
  }
  .portfolio--filter-control a:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.portfolio--filter-control li {
  display: inline-block;
  padding: 0px 8px 0px 8px;
}
.portfolio--bottom {
  margin-top: 20px;
}
.portfolio--detail-title {
  margin-bottom: 20px;
  font-family: 'Bitter', serif;
}
.portfolio--detail-content {
  color: #666666;
  margin-bottom: 60px;
}
.portfolio--full-img {
  margin-bottom: 20px;
}
.section--single-title {
  line-height: 30px;
  font-family: 'Bitter', serif;
  color: #000000;
  margin-bottom: 50px;
}
.table--opening {
  width: 100%;
  color: #666666;
  border-top: 1px solid #e3e3e3;
}
.table--opening th {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: #000;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.table--opening td {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0px 6px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.title--page {
  color: #fff;
  line-height: 50px;
  padding: 55px 0px 55px 0px;
  font-family: 'Bitter', serif;
}
.tooltip--wrap {
  position: relative;
  display: block;
}
.tooltip--wrap .tooltip--small {
  position: absolute;
  top: 100%;
  margin-top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-size: 10px;
  line-height: 17px;
  padding: 4px 8px 4px 8px;
  white-space: nowrap;
}
.tooltip--wrap .tooltip--small:before {
  width: 12px;
  height: 6px;
  border: 6px solid transparent;
  border-top: none;
  position: absolute;
  top: -6px;
  left: 50%;
  content: "";
  margin-left: -6px;
}
.tooltip--wrap .tooltip--black {
  background: #000000;
  color: #fff;
}
.tooltip--wrap .tooltip--black:before {
  border-bottom-color: #000000;
}
.tooltip--wrap .tooltip--white {
  background: #ffffff;
  color: #000;
}
.tooltip--wrap .tooltip--white:before {
  border-bottom-color: #ffffff;
}
.tooltip--wrap:hover .tooltip--small {
  margin-top: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.tooltip--wrap.style--top .tooltip--small {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
}
.tooltip--wrap.style--top .tooltip--small:before {
  border-top: 6px solid transparent;
  border-bottom: none;
  top: 100%;
}
.tooltip--wrap.style--top .tooltip--black:before {
  border-top-color: #000000;
}
.tooltip--wrap.style--top .tooltip--white:before {
  border-top-color: #ffffff;
}
.tooltip--wrap.style--top:hover .tooltip--small {
  margin-bottom: 14px;
}
#slider--index {
  background: #efefef;
}
#slider--index .rev_slider_wrapper {
  margin: 0px auto;
  background-color: #E9E9E9;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#slider--index .rev_slider {
  display: none;
  max-height: 650px;
  height: 650px;
}
#slider--index .tp-caption {
  white-space: nowrap;
}
#slider--index .tp-bannertimer {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}
#slider--index .tparrows {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
#slider--index .tparrows:before {
  background: none;
  font-size: 30px;
}
#slider--index .tparrows:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#slider--index .tp-leftarrow:before {
  content: "\f053";
  font-family: 'FA';
}
#slider--index .tp-rightarrow:before {
  content: "\f054";
  font-family: 'FA';
}
#slider--index .tp-bullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
}
#slider--index .tp-bullet.selected {
  background: #fff;
}
#slider--index .button--common .icon {
  min-width: 0px;
  min-height: 0px;
}
@media (max-width: 767px) {
  #slider--index .tp-rightarrow {
    right: 0px !important;
    transform: none!important;
    left: auto !important;
  }
  #slider--index .tp-leftarrow {
    left: 0px !important;
    transform: none!important;
  }
  #slider--index .tparrows:before {
    font-size: 20px;
  }
}
#slider--index .tp-videoposter {
  z-index: 10;
}
#slider--index iframe {
  z-index: 20;
  position: relative;
}
#calendar_wrap {
  color: #000;
  width: 100%;
  position: relative;
}
#calendar_wrap table {
  width: 100%;
}
#calendar_wrap caption {
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #000;
  padding: 15px 30px 15px 0px;
  border-bottom: 1px solid #dfdfdf;
}
#calendar_wrap thead th {
  text-align: center;
  color: #262e31;
  font-size: 14px;
  font-family: 'Bitter', serif;
  font-weight: 400;
  padding: 15px 0px 15px 0px;
}
#calendar_wrap tbody td {
  font-family: 'Bitter', serif;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
}
#calendar_wrap tbody a {
  color: #000;
  display: block;
  background: #e7e7e7;
}
#calendar_wrap #today a {
  background: #94c618;
  color: #fff;
}
#calendar_wrap tfoot a {
  position: absolute;
  top: 0px;
  font-size: 0px;
  color: #a3a3a3;
  width: 10px;
  display: block;
}
#calendar_wrap tfoot a:before {
  font-size: 14px;
  line-height: 55px;
}
@media (min-width: 1025px) {
  #calendar_wrap tfoot a:hover {
    color: #000;
  }
}
@media (max-width: 1025px) {
  #calendar_wrap tfoot a {
    color: #000;
  }
}
#calendar_wrap tfoot #prev a {
  right: 20px;
}
#calendar_wrap tfoot #prev a:before {
  content: "\f053";
  font-family: 'FA';
}
#calendar_wrap tfoot #next a {
  right: 0px;
}
#calendar_wrap tfoot #next a:before {
  content: "\f054";
  font-family: 'FA';
}
#map {
  height: 600px;
}
#style-selector{
	position:fixed;
	right:0;
	top:0;
	z-index:100000;
	-webkit-box-shadow:-3px 0px 50px -2px rgba(0,0,0,0.14);
	-moz-box-shadow:-3px 0px 50px -2px rgba(0,0,0,0.14);
	box-shadow:-3px 0px 50px -2px rgba(0,0,0,0.14);
	background:#fff;
	height:100%;
	width: 297px;
	right: -297px;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
}
#style-selector.js__style_active{
	right: 0px;
}
#style-selector-container{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
#style-selector .style-toggle{
	width:52px;
	height:56px;
	cursor:pointer;
	opacity:1;
	background:#fff;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	-webkit-box-shadow:-3px 0px 5px -2px rgba(0,0,0,0.14);
	-moz-box-shadow:-3px 0px 5px -2px rgba(0,0,0,0.14);
	box-shadow:-3px 0px 5px -2px rgba(0,0,0,0.14);
	float:left;
	margin-left:-52px;
	margin-top:70px;
	top:100px;
}
#style-selector .style-toggle:before{
	color:#000;
	content:"\f013";
	font-family:fontawesome;
	font-size:23px;
	font-weight:lighter!important;
	line-height:56px;
	text-align:center;
	padding-left:15px;
}
.ss-title{
	font-size:15px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin-bottom:15px;
}
.ss-content{
	border-bottom:1px solid #ddd;
	padding-bottom:25px;
	margin:0 30px 35px;
}
.ss-desc{
	font-size:13px;
	color:#000;
	line-height:20px;
	margin-bottom:35px;
	display:inline-block;
	text-align:center;
}
.ss-button{
	width:48%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #ddd;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.ss-button.active,.ss-button:hover{
	background:#ddd;
	color:#000;
}
.wide-button{
	margin-right:2%;
}
.buy-button{
	width:100%;
	height:45px;
	line-height:45px;
	font-size:15px;
	border:none;
	color:#fff;
	background-color:#94c618;
}
.buy-button:hover{
	color:#fff;
	background-color:#8ab816;
}
#style-selector .images{
	text-align:center;
}
#style-selector .images a,#style-selector .images span{
	display:inline-block;
	margin-right:2px;
	margin-bottom: 4px;
	cursor: pointer;
}
#style-selector .images .bkgd{
	width:25px;
	height:25px;
}
#style-selector .images .bkgd.color-picker{
	border: 1px solid #000;
	position: relative;
	cursor: pointer;
}
#style-selector .images .bkgd.color-picker:before{
	content: '\f067';
	font-family: 'FA';
	font-size: 14px;
	line-height: 25px;
}
#style-selector .images .bkgd.color-picker input{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#style-selector .demos{
	margin: 0 -5px;
}
#style-selector .demos .demo-sites{
	padding: 0 5px;
	float: left;
	width: 50%;
	margin-bottom: 10px
}
#style-selector .demos .demo-sites a{
	display: block;
}
#style-selector .demos .demo-sites .loader{
	display: none
}
.style-selector-wrapper{
	padding-top: 30px
}


.fa-plus-square-o {
	content: "\f196"
}</pre></body></html>