/*
Theme Name: TheLeader - 8theme WordPress theme
Theme URI: http://8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Version: 2.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: theleader
*/
/*---------------------------------------------------------------*/
/* Variables
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Global Styles
/*---------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  background-color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292d33;
  font-family: "Aleo-Regular", "Lato", Arial;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0!important;
}
p {
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 38.5px;
}
.h2,
h2 {
  font-size: 31.5px;
}
.h3,
h3 {
  font-size: 24.5px;
}
.h4,
h4 {
  font-size: 17.5px;
}
.h5,
h5 {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Lato", Arial;
}
.h6,
h6 {
  font-size: 11.9px;
  margin-bottom: 10px;
  font-family: "Lato", Arial;
  font-weight: 400;
}
.gray {
  color: #8d8f91;
}
.title {
  color: #292d33;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
ol,
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
  line-height: 1.8;
}
blockquote {
  background-color: #f5f5f5;
  border-left: 3px solid #ececec;
  padding: 30px;
  margin-bottom: 20px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  margin-top: 10px;
  display: block;
}
input:focus {
  outline: none !important;
}
/*---------------------------------------------------------------*/
/* Dropcap
/*---------------------------------------------------------------*/
.dropcap {
  color: white;
  display: inline-block;
  float: left;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  width: 43px;
  margin: 3px 9px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dropcap.light {
  background: none;
}
/*---------------------------------------------------------------*/
/* Lists
/*---------------------------------------------------------------*/
.list ul {
  padding-left: 0;
}
.list li {
  background: url(images/cat-point.png) no-repeat left 13px;
  padding: 10px 0 10px 22px;
  list-style: none;
}
.list.list-circle li {
  background: url(images/list-circle.png) no-repeat left center;
}
.list.list-star li {
  background: url(images/list-star.png) no-repeat left center;
}
.list.list-square li {
  background: url(images/list-square.png) no-repeat left center;
}
.list.list-dash li {
  background: url(images/list-dash.png) no-repeat left center;
}
/*---------------------------------------------------------------*/
/* Tools
/*---------------------------------------------------------------*/
.a-right {
  text-align: right!important;
}
.a-left {
  text-align: left!important;
}
.a-center {
  text-align: center!important;
}
.left,
.fl-l {
  float: left!important;
}
.right,
.fl-r {
  float: right!important;
}
.clear {
  clear: both!important;
}
.v-align-middle {
  display: table;
  width: 100%;
}
.v-item-middle {
  display: table-cell;
  vertical-align: middle;
}
/*---------------------------------------------------------------*/
/* Dividers
/*---------------------------------------------------------------*/
hr {
  height: 1px;
  background: 0;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
hr.space {
  border: none;
}
hr.double {
  border-top: 1px solid #dddddd;
  height: 10px;
}
hr.double.dashed {
  border-top: 1px dashed #dddddd;
}
hr.double.dotted {
  border-top: 1px dotted #dddddd;
}
hr.dashed {
  border-bottom: 1px dashed #dddddd;
}
hr.dotted {
  border-bottom: 1px dotted #dddddd;
}
/*---------------------------------------------------------------*/
/* Call To Action
/*---------------------------------------------------------------*/
.cta-block {
  background: #fafafa;
  border-top: 1px solid #dfdfdf!important;
  border-right: 1px solid #dfdfdf!important;
  border-bottom: 1px solid #dfdfdf!important;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #000000;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-block:hover {
  background: #f8f8f8;
}
.cta-block h4 {
  margin-bottom: 10px;
}
.cta-block .button {
  margin-bottom: 10px;
}
/*---------------------------------------------------------------*/
/* Progress Bar
/*---------------------------------------------------------------*/
.progress-bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.progress-bar > div {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.progress-bar > span {
  color: white;
  font-size: 13px;
  margin-left: 15px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  font-weight: 300;
}
/*---------------------------------------------------------------*/
/* Team members
/*---------------------------------------------------------------*/
.team-member {
  margin-bottom: 30px;
}
.team-member img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.team-member .member-position {
  color: #8d8f91;
  margin-bottom: 10px;
  font-weight: normal;
}
.team-member h4 {
  margin-bottom: 10px;
}
.team-member .member-email {
  margin-bottom: 20px;
}
.team-member .member-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  float: left;
}
.team-member .member-image:hover .member-mask {
  opacity: 1;
}
.team-member .member-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  height: 100%;
  color: white;
  padding: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.team-member .member-mask .mask-text {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.team-member .member-mask .mask-text p {
  margin-bottom: 0;
}
.team-member .member-mask .mask-text i {
  margin: 10px 7px 5px;
  font-size: 28px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-member .member-mask .mask-text i:hover {
  opacity: 0.9;
  color: #fff;
}
.team-member .member-mask .mask-text a {
  color: white;
}
.team-member .member-mask .mask-text a:hover {
  text-decoration: none;
}
/*---------------------------------------------------------------*/
/* Alert boxes
/*---------------------------------------------------------------*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.alert-success,
.success,
.alert-error,
.error,
.alert-info,
.alert-info,
.info,
.alert-block,
.warning {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.alert-success p,
.success p,
.alert-error p,
.error p,
.alert-info p,
.info p,
.alert-block p,
.warning p,
.alert-success .h3,
.success .h3,
.alert-error .h3,
.error .h3,
.alert-info .h3,
.info .h3,
.alert-block .h3,
.warning .h3 {
  margin-bottom: 0;
}
.woocommerce-message,
.alert-success,
.success {
  color: #667548;
  background-color: #f5faeb;
  border-color: 1px solid #cfd8bd;
}
.woocommerce-message .h3,
.alert-success .h3,
.success .h3 {
  color: #667548;
}
.woocommerce-message .close-parent,
.alert-success .close-parent,
.success .close-parent {
  background-image: url(images/icon-close-success.png);
}
.woocommerce-error,
.alert-error,
.error {
  color: #754848;
  background-color: #faebeb;
  border-color: 1px solid #d8bdbd;
}
.woocommerce-error .h3,
.alert-error .h3,
.error .h3 {
  color: #754848;
}
.woocommerce-error .close-parent,
.alert-error .close-parent,
.error .close-parent {
  background-image: url(images/icon-close-error.png);
}
.woocommerce-info,
.alert-info,
.info {
  color: #2c6887;
  background-color: #ebf6fa;
  border-color: 1px solid #d8bdbd;
}
.woocommerce-info .h3,
.alert-info .h3,
.info .h3 {
  color: #2c6887;
}
.woocommerce-info .close-parent,
.alert-info .close-parent,
.info .close-parent {
  background-image: url(images/icon-close-info.png);
}
.alert-block,
.warning {
  color: #667548;
  background-color: #faf7e1;
  border-color: 1px solid #927a32;
}
.alert-block .h3,
.warning .h3 {
  color: #667548;
}
.alert-block .close-parent,
.warning .close-parent {
  background-image: url(images/icon-close-warning.png);
}
.close-parent {
  text-indent: -99999px;
  font-size: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 25px;
  margin-top: -4px;
  right: 20px;
  width: 9px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/icon-close-success.png);
}
mark {
  background-color: #000;
  color: #FFF;
}
/*---------------------------------------------------------------*/
/* Add fonts
/*---------------------------------------------------------------*/
@font-face {
  font-family: 'Aleo-Regular';
  src: url('css/fonts/aleo-regular-webfont.eot');
  src: url('css/fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/aleo-regular-webfont.woff') format('woff'), url('css/fonts/aleo-regular-webfont.ttf') format('truetype'), url('css/fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------*/
/* Mixins
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Forms
/*---------------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 10px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 206px;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input.validation-failed,
textarea.validation-failed {
  border-color: #ef8080;
}
select {
  -webkit-appearance: none;
  padding: 9px 6px;
  line-height: 1.2;
  height: auto;
  background: url(images/select-arrow.png) no-repeat center right;
}
select:focus {
  outline: 0;
}
/* Inputs Custom Style */
input[type="radio"] {
  -webkit-appearance: none;
  border: none !important;
  background-color: #FFF;
  background-image: url(images/radio-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  width: 14px;
  height: 20px;
}
input[type="radio"]:checked {
  background-image: url(images/radio-icon-check.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  border: none !important;
  background-color: #FFF;
  background-image: url(images/tick-icon.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
  margin-right: 0;
  width: 16px;
  height: 20px;
}
input[type="checkbox"]:checked {
  background-image: url(images/tick-icon-check.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
}
/*---------------------------------------------------------------*/
/* Iframe
/*---------------------------------------------------------------*/
iframe {
  border: none;
}
.vimeo-video iframe,
.youtube-video iframe {
  max-width: 100% !important;
}
/*---------------------------------------------------------------*/
/* Default Table
/*---------------------------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 4px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
code.dispblock {
  display: block;
  white-space: inherit;
}
/*---------------------------------------------------------------*/
/* Buttons
/*---------------------------------------------------------------*/
.button,
button,
input[type="submit"] {
  border: 1px solid #dddddd;
  display: inline-block;
  color: #8d8f91;
  font-size: 14px;
  background-color: white;
  padding: 8px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
.button.active:hover,
button.active:hover,
input[type="submit"].active:hover,
.button.active2:hover,
button.active2:hover,
input[type="submit"].active2:hover {
  color: white;
}
.button.white,
button.white,
input[type="submit"].white {
  color: white;
  border: 1px solid #fff;
  background-color: transparent;
}
.button.white:hover,
button.white:hover,
input[type="submit"].white:hover {
  border: 1px solid white!important;
  background: white;
  color: #000!important;
}
.filled {
  color: white;
}
.filled:hover {
  background: white;
}
.arrow-right {
  font-size: 13px;
}
.arrow-right span:after {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0 0 0 8px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
}
.arrow-left {
  font-size: 13px;
}
.arrow-left span:before {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0 0 0 8px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  margin: 0 8px 0 0;
}
.medium {
  font-size: 17px;
}
.big {
  font-size: 21px;
  padding: 10px 45px;
}
.font2 {
  font-family: "Aleo-Regular", "Lato", Arial;
  text-transform: uppercase;
}
.small.font2 {
  font-size: 13px;
  padding: 8px 9px;
}
.medium.font2 {
  font-size: 14px;
  padding: 10px 17px;
}
.big.font2 {
  padding: 10px 32px;
}
.checkout-button {
  padding: 8px 20px;
  width: 100% !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #ed1c2e;
  color: #fff;
  font-size: 21px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkout-button:hover {
  background: #fff;
}
.checkout-button:hover span {
  text-decoration: none !important;
}
.checkout-button.active {
  color: #FFF !important;
}
.checkout-button.active:hover {
  text-decoration: underline !important;
}
.checkout-button span:after {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0 0 0 8px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
}
.checkout-button span:after {
  font-size: 19px;
  margin-left: 10px;
  display: none;
}
/*---------------------------------------------------------------*/
/* Top bar
/*---------------------------------------------------------------*/
.top-bar {
  position: relative;
  padding: 15px 0;
  background-color: #f3f3f3;
  margin: 0 0 30px 0;
  // font-weight: 200;
}
.top-bar label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 200;
}
.top-bar .row-fluid [class*="span"] {
  min-height: 20px;
}
.top-bar .languages-area {
  float: left;
  line-height: 25px;
}
.top-bar .search {
  float: right;
}
.top-bar .top-links {
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  margin: 4px 0 0;
  padding: 0 0 0 20px;
}
.top-bar .top-links ul {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding: 0 30px;
}
/*---------------------------------------------------------------*/
/* WPML languages selector in header
/*---------------------------------------------------------------*/
.languages-area .widget-title {
  font-family: "Lato", Arial;
  font-size: 13px;
  display: inline-block;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300;
  color: #8e8e8e;
}
.languages-area #lang_sel_list a {
  background: none!important;
  font-size: 13px!important;
}
.languages-area #lang_sel_list {
  display: inline;
  height: auto!important;
  font-family: "Lato", Arial !important;
}
.languages-area #lang_sel_list ul {
  display: inline;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.languages-area #lang_sel_list ul li {
  list-style: none;
  display: inline;
}
.languages-area #lang_sel_list ul li:after {
  display: inline-block;
  content: " / ";
  font-size: 12px;
  margin: 0 3px 0 6px;
}
.languages-area #lang_sel_list ul li:last-child:after {
  display: none;
}
.languages-area #lang_sel_list ul li a {
  color: #8e8e8e;
}
.languages-area #lang_sel_list ul li a:hover {
  color: #000;
}
.languages-area #lang_sel_list ul li {
  display: inline-block !important;
  float: none!important;
}
.languages-area #lang_sel_list ul li a {
  display: inline!important;
}
.languages-area #lang_sel_list ul li:before {
  content: none!important;
}
/*---------------------------------------------------------------*/
/* Links UL
/*---------------------------------------------------------------*/
.links {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.links li {
  list-style: none;
  display: inline;
}
.links li:after {
  display: inline-block;
  content: " / ";
  font-size: 12px;
  margin: 0 3px 0 6px;
}
.links li:last-child:after {
  display: none;
}
.links li a {
  color: #8e8e8e;
}
.links li a:hover {
  color: #000;
}
/*---------------------------------------------------------------*/
/* Top cart widget
/*---------------------------------------------------------------*/
.shopping-cart-widget {
  padding-left: 30px;
  margin-bottom: -25px;
  padding-bottom: 25px;
  margin-right: 30px;
  float: right;
  position: relative;
  line-height: 25px;
  font-size: 14px;
}
.shopping-cart-widget .cart-summ {
  text-transform: uppercase;
}
.shopping-cart-widget .cart-summ a:hover {
  text-decoration: none;
}
.shopping-cart-widget .cart-summ .items {
  display: inline-block;
  height: 25px;
  background: url(images/icon-cart.png) no-repeat center left;
  padding-left: 30px;
}
.shopping-cart-widget .cart-summ .items:after {
  display: inline-block;
  content: " / ";
  font-size: 12px;
  margin: 0 3px 0 6px;
}
.shopping-cart-widget .cart-summ .price-summ {
  font-weight: normal; 
  font-size: 16px;
}
.shopping-cart-widget .cart-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  z-index: 250;
  right: 0;
  top: 42px;
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
  background: white;
  text-align: left;
  padding: 20px;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.12);
}
.shopping-cart-widget .cart-popup .button {
  margin-bottom: 0;
  color: #FFF;
  width: 100% !important;
}
.shopping-cart-widget .cart-popup .button:hover {
  text-decoration: underline;
}
.shopping-cart-widget .cart-popup:before {
  position: absolute;
  right: 40px;
  top: -11px;
  content: "";
  display: block;
  background: url(images/before-cart-popup.png) no-repeat center center;
  width: 22px;
  height: 11px;
}
.shopping-cart-widget .cart-popup .empty {
  margin: 0;
}
.shopping-cart-widget .totals {
  text-align: right;
  margin-bottom: 20px;
  font-size: 18px;
  color: #292d33;
}
.shopping-cart-widget .totals .price {
  font-size: 24px;
}
.shopping-cart-widget:hover .cart-popup {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.shopping-cart-widget ul {
  padding-left: 0;
}
.shopping-cart-widget ul li {
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}
.shopping-cart-widget .product-item h5 {
  font-weight: normal;
}
.shopping-cart-widget ul h4 {
  font-family: 'Lato', sans-serif;
}
.shopping-cart-widget ul h4 a {
  color: #292d33;
  text-transform: uppercase;
  font-size: 12px;
}
.shopping-cart-widget ul .qty .price {
  float: right;
}
.shopping-cart-widget ul .close-order-li {
  float: right;
  color: #dedede;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.shopping-cart-widget ul .close-order-li:hover {
  text-decoration: none;
}
.shopping-cart-widget .totals .pricedisplay > span {
  font-size: 24px;
}
.shopping-cart-widget .cart-popup .variation dt, .cart-popup .variation dd {
  float: left;
  font-weight: 200;
  margin-left: 3px;
  margin-right: 3px;
  line-height: normal; 
}
.shopping-cart-widget .cart-popup .variation {
  padding-top: 10px; 
  clear: both; 
}
.shopping-cart-widget .cart-popup .variation p {
  line-height: normal; 
}
.shopping-cart-widget .cart-popup .variation p, .shop_table .cart_item .variation p {
  margin-bottom: 0; 
}
.shop_table .cart_item .variation p {
  line-height: 1.7; 
}
.shopping-cart-widget .cart-popup .variation dd {
  margin: 0 5px;
}
.shopping-cart-widget .cart-popup .variation dt:before {
  content: "/";
  padding-right: 5px; 
}
.shopping-cart-widget .cart-popup .variation dt:first-child:before {
  display: none; 
} 
/*---------------------------------------------------------------*/
/* Search form
/*---------------------------------------------------------------*/
#searchform .screen-reader-text {
  display: none;
}
#searchform input[type="text"] {
  float: left;
  margin-right: 10px;
}
.search #searchform {
  margin-top: -2px;
}
.search #searchform .button {
  text-indent: -99999px;
  font-size: 0;
  text-align: left;
  width: 18px;
  height: 30px;
  background: url(images/icon-zoom.png) no-repeat center center;
  border: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.search #searchform input[type="text"] {
  margin: 0;
  float: none;
  padding: 5px 11px;
}
.search #searchform.hide-input input[type="text"] {
  display: none;
}
/*---------------------------------------------------------------*/
/* First Header Variant
/*---------------------------------------------------------------*/
.header1 {
  text-align: center;
  margin-bottom: 30px;
}
.logo-with-menu {
  display: none;
  margin-right: 20px;
  float: left;
  margin-top: 10px;
}
.header-type-1 .main-nav .menu-wrapper {
  position: relative;
}
.header-type-1 .main-nav .menu {
  text-align: center;
}
.header-type-1 .main-nav .menu > li {
  margin-right: -3px;
}
.header-type-1 .main-nav .menu > li li {
  text-align: left;
}
/*---------------------------------------------------------------*/
/* Second Header Variant
/*---------------------------------------------------------------*/
.header-type-3 .top-bar,
.header-type-2 .top-bar {
  margin-bottom: 0;
  padding: 20px 0;
}
.header-type-3 .container,
.header-type-2 .container {
  display: table;
  position: relative;
}
.header-type-3 .container .menu-wrapper,
.header-type-2 .container .menu-wrapper {
  display: table-row;
}
.header-type-3 .container .menu-wrapper .logo-with-menu,
.header-type-2 .container .menu-wrapper .logo-with-menu {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 10px;
  width: 184px;
}
.header-type-3 .container .menu-wrapper .logo-with-menu + div,
.header-type-2 .container .menu-wrapper .logo-with-menu + div,
.header-type-3 .container .menu-wrapper .header-type-4 .logo-with-menu + div,
.header-type-2 .container .menu-wrapper .header-type-4 .logo-with-menu + div {
  display: table-cell;
  vertical-align: middle;
}
.header-type-3 .container .menu-wrapper .menu,
.header-type-2 .container .menu-wrapper .menu {
  float: right;
}
.header-type-3 .container .menu-wrapper .menu > li > a,
.header-type-2 .container .menu-wrapper .menu > li > a {
  padding: 25px 30px;
}
.header-type-3 .container .menu-wrapper .menu > li > a:hover,
.header-type-2 .container .menu-wrapper .menu > li > a:hover {
  padding-bottom: 23px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.header-type-2 .logo-with-menu {
  max-width: 175px;
}
.boxed .header-type-3 .main-nav .menu-wrapper .logo-with-menu,
.boxed .header-type-2 .main-nav .menu-wrapper .logo-with-menu {
  padding-left: 20px;
}
.header-type-3 .logo-with-menu img,
.header-type-4 .logo-with-menu img {
  width: 100%;
}
.header-type-2 .top-bar {
  background-color: white;
}
.header-type-2 .main-nav .menu-wrapper .menu > li > a {
  padding: 25px 23px;
}
.header-type-2 .main-nav .menu-wrapper .menu > li.current-menu-item > a,
.header-type-2 .main-nav .menu-wrapper .menu > li.current-menu-parent > a {
  padding-bottom: 23px;
}
.header3,
.header2 {
  display: none;
}
/*---------------------------------------------------------------*/
/* Third Header Variant
/*---------------------------------------------------------------*/
.header-type-3 .main-nav {
  background: white;
  border-bottom: 1px solid #e2e2e2;
}
.header-type-3 .main-nav .menu-wrapper {
  display: table;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-type-3 .main-nav .menu-wrapper .menu > li > a {
  padding: 40px 22px;
  border-left: none;
  border-right: none;
  color: #292d33;
}
.header-type-3 .main-nav .menu-wrapper .menu > li > a:hover {
  background: white;
  padding-bottom: 40px;
  border-bottom: none;
}
.header-type-3 .main-nav .menu-wrapper .menu > li.current-menu-item > a,
.header-type-3 .main-nav .menu-wrapper .menu > li.current-menu-parent > a {
  padding-bottom: 40px;
  background: white;
  border-bottom: none;
}
.header-type-3 .main-nav .menu-wrapper .menu > li:last-child > a,
.fixed-type-3 .fixed-header .menu > li:last-child > a {
  border: none !important;
}
/*---------------------------------------------------------------*/
/* Fixed header
/*---------------------------------------------------------------*/
.fixed-header-area {
  position: fixed;
  top: -160px;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.fixed-header-area.fixed-already {
  top: auto;
}
/*---------------------------------------------------------------*/
/* Main menu
/*---------------------------------------------------------------*/
.main-nav {
  background: #000000;
}
.fixed-header .menu,
.main-nav .menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fixed-header .menu > li,
.main-nav .menu > li {
  display: inline-block;
}
.fixed-header .menu > li > a,
.main-nav .menu > li > a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #2b2b2b;
  display: block;
  font-family: "Lato-Bold", Arial;
  font-size: 13px;
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}
.fixed-header .menu > li > a:hover,
.main-nav .menu > li > a:hover {
  text-decoration: none;
  background-color: #121212;
  padding-bottom: 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-color: #2b2b2b;
}
.fixed-header .menu > li:last-child > a,
.main-nav .menu > li:last-child > a {
  border-right: 1px solid #2b2b2b !important;
}
.fixed-header .menu > li.current-menu-parent > a,
.main-nav .menu > li.current-menu-parent > a,
.fixed-header .menu > li.current-menu-item > a,
.main-nav .menu > li.current-menu-item > a {
  text-decoration: none;
  background-color: #121212;
  padding-bottom: 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-color: #2b2b2b;
}
.fixed-header .menu .nav-sublist-dropdown,
.main-nav .menu .nav-sublist-dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 200px;
  padding: 10px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}
.fixed-header .menu .nav-sublist-dropdown .menu-parent-item > a,
.main-nav .menu .nav-sublist-dropdown .menu-parent-item > a {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.fixed-header .menu .nav-sublist-dropdown .menu-parent-item ul li,
.main-nav .menu .nav-sublist-dropdown .menu-parent-item ul li {
  list-style: square outside !important;
  display: list-item;
  color: #FFF;
  margin-left: 16px;
}
.fixed-header .menu .nav-sublist-dropdown .menu-parent-item ul li a,
.main-nav .menu .nav-sublist-dropdown .menu-parent-item ul li a {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.fixed-header .menu .nav-sublist-dropdown .image-item,
.main-nav .menu .nav-sublist-dropdown .image-item {
  font-size: 0;
  padding: 0;
}
.fixed-header .menu .nav-sublist-dropdown .image-item a,
.main-nav .menu .nav-sublist-dropdown .image-item a {
  width: 200px;
  margin: -10px -20px -10px 0;
  padding: 0;
}
.fixed-header .menu ul,
.main-nav .menu ul {
  display: block;
  padding-left: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  margin-bottom: 0;
  position: relative;
  z-index: 200;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fixed-header .menu ul > li,
.main-nav .menu ul > li {
  float: left;
  width: 180px;
  padding-right: 20px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
}
.fixed-header .menu ul > li > a,
.main-nav .menu ul > li > a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 12px 3px;
}
.fixed-header .menu ul > li > a:hover,
.main-nav .menu ul > li > a:hover {
  text-decoration: underline;
}
.fixed-header .menu ul > li:last-child > a,
.main-nav .menu ul > li:last-child > a {
  border-bottom-width: 0;
}
.fixed-header .menu ul > li.menu-parent-item:last-child > a,
.main-nav .menu ul > li.menu-parent-item:last-child > a {
  border-bottom-width: 1px!important;
}
.fixed-header .menu ul > li li,
.main-nav .menu ul > li li {
  padding: 0;
  width: 160px;
}
.fixed-header .menu ul > li > ul,
.main-nav .menu ul > li > ul {
  left: 300px;
  top: 0;
}
.fixed-header .menu ul > li > ul li,
.main-nav .menu ul > li > ul li {
  list-style: square inside;
}
.fixed-type-2 .fixed-header {
  background-color: #000;
  border-bottom-color: #000;
  opacity: 0.9;
}
.fixed-type-2 .fixed-header .menu > li.current-menu-item > a {
  background-color: #121212;
}
.fixed-type-2 .fixed-header .menu > li > a {
  color: #fff !important;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #121212;
  border-left-color: #2b2b2b !important;
}
.fixed-type-2 .fixed-header .menu > li > a:hover {
  background-color: #121212 !important;
}
.fixed-header {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.fixed-header .container {
  position: relative;
  display: table;
}
.fixed-header .container .menu-wrapper {
  display: table-row;
}
.fixed-header .logo-with-menu {
  display: table-cell;
  width: 184px;
  margin: 8px 0;
}
.fixed-header .logo-with-menu + div {
  display: table-cell;
  vertical-align: middle;
}
.fixed-header .menu {
  float: right;
}
.fixed-header .menu > li > a {
  color: #292d33;
}
.fixed-header .menu > li > a:hover {
  text-decoration: none;
  padding-bottom: 20px !important;
}
.fixed-header .menu > li.current-menu-parent > a,
.fixed-header .menu > li.current-menu-item > a {
  padding-bottom: 20px !important;
}
.fixed-type-3 .fixed-header .menu > li > a,
.fixed-type-1 .fixed-header .menu > li > a {
  border: none !important;
}
.fixed-type-3 .fixed-header .menu > li > a:hover,
.fixed-type-1 .fixed-header .menu > li > a:hover {
  background-color: #fff !important;
}
.fixed-type-3 .fixed-header .menu > li.current-menu-item > a,
.fixed-type-1 .fixed-header .menu > li.current-menu-item > a,
.fixed-type-3 .fixed-header .menu > li.current-menu-parent > a,
.fixed-type-1 .fixed-header .menu > li.current-menu-parent > a {
  background-color: #FFF !important;
}
/*---------------------------------------------------------------*/
/* Side block
/*---------------------------------------------------------------*/
.side-block {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 240px;
  bottom: 0;
  z-index: 250;
  -webkit-transition: opacity 100ms 300ms, -webkit-transform 500ms ease;
  -moz-transition: opacity 100ms 300ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 100ms 300ms ease, -o-transform 500ms ease;
  transition: opacity 100ms 300ms ease,transform 500ms ease;
  -webkit-transition-delay: ease,0s;
}
.side-block .close-block {
  font-size: 36px;
  color: #707070;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.side-block .close-block:hover {
  color: #c6c6c6;
}
/*---------------------------------------------------------------*/
/* Side area
/*---------------------------------------------------------------*/
.wide .page-wrapper {
  position: relative;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-area {
  left: auto;
  width: 0;
  right: 0;
  padding: 0px;
  font-size: 0;
  color: #c7c7c7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.side-area .close-block {
  display: none;
  float: left;
  padding: 10px 20px;
  background-color: #0d0d0d;
  margin: 0 0 20px;
}
.side-area .close-block i {
  float: right;
  font-size: 36px;
  width: 100%;
  color: #C6C6C6;
}
.side-area .close-block:hover {
  color: #707070;
}
.side-area a {
  color: white;
}
.side-area h1,
.side-area h2,
.side-area h3,
.side-area h4,
.side-area h5 {
  color: #c7c7c7;
}
.side-area .sidebar-widget {
  display: none;
  float: left;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-area .widget-title {
  font-family: "Lato", Arial;
  font-size: 14px;
  color: #fff !important;
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.shown-side-area .side-area {
  width: 290px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: inherit;
}
.shown-side-area .close-block,
.shown-side-area .side-area .sidebar-widget {
  display: block;
}
.side-area-icon {
  cursor: pointer;
  font-size: 32px;
  float: right;
  line-height: 25px;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #DBDBDB;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.side-area-icon i {
  position: absolute;
  right: 0;
}
.side-area-icon i {
  right: 20px;
  color: #929292;
}
.wide .side-area-icon i {
  right: 50px;
}
.shown-side-area .side-area-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10010;
}
.shown-side-area .side-area-icon i {
  display: none;
}
.shown-side-area .page-wrapper {
  position: relative;
}
.shown-side-area .etheme_cp_btn_show,
.shown-side-area .etheme_cp {
  z-index: -1;
}
.shown-side-area .top-bar {
  position: static;
}
.shown-side-area.wide .page-wrapper {
  z-index: 0;
  right: 290px;
}
body.boxed.shown-side-area:before,
.shown-side-area.wide .page-wrapper:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10004;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.boxed.rightPanel-enabled .shopping-cart-widget {
  padding-right: 35px;
}
.boxed .side-area {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wide .side-area {
  right: 0;
  z-index: 1;
}
.shown-side-area.wide .page-wrapper {
  right: 240px;
}
.shown-side-area.boxed .side-area {
  right: 0;
  z-index: 10006;
}
/*---------------------------------------------------------------*/
/* Mobile navigation menu
/*---------------------------------------------------------------*/
.menu-icon {
  cursor: pointer;
  color: #ccc;
  font-size: 36px;
}
.menu-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-nav {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-nav-shown .mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 3px 3px 3px #efefef;
  -moz-box-shadow: 3px 3px 3px #efefef;
  box-shadow: 3px 3px 3px #efefef;
  height: 100%;
}
.page-wrapper {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.mobile-nav-shown .page-wrapper {
  -webkit-transform: translate(240px);
  -moz-transform: translate(240px);
  -ms-transform: translate(240px);
  -o-transform: translate(240px);
  transform: translate(240px);
}
.et-mobile-menu {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
/* level 0
    -------------------------------------------------------------- */
.et-mobile-menu li {
  display: block;
  position: relative;
}
.et-mobile-menu li .open-child {
  float: right;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.et-mobile-menu li .open-child:after {
  float: right;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  font-size: 20px;
  padding: 8px 12px;
  background-color: #1b1b1b;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.et-mobile-menu li .open-child::selection {
  background-color: transparent !important;
}
.et-mobile-menu li .open-child:hover:after {
  background-color: #0e0e0e;
}
.et-mobile-menu li.over > .open-child:after {
  content: "\f077";
}
.et-mobile-menu li > a {
  color: #c7c7c7;
  display: block;
  line-height: 45px;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  background: #000;
  border-top: 1px solid #1b1b1b!important;
}
.et-mobile-menu li > a:hover {
  background-color: #989898;
  text-decoration: none;
  color: #222;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* level 1
        -------------------------------------------------------------- */
.et-mobile-menu > li > ul {
  border-top: 0!important;
  padding-left: 0;
  margin-bottom: 0;
}
/* level 1 +
            -------------------------------------------------------------- */
.et-mobile-menu > li ul {
  display: none;
}
.et-mobile-menu > li > ul li {
  display: block;
  position: relative;
}
.et-mobile-menu > li > ul > li a {
  padding-left: 20px;
  text-transform: none;
  font-size: 14px;
  display: block;
}
.et-mobile-menu > li > ul > li li a {
  padding-left: 40px;
}
.et-mobile-menu > li > ul > li li li a {
  padding-left: 60px;
}
/*---------------------------------------------------------------*/
/* Menu Sidebar
/*---------------------------------------------------------------*/
/*.widget_nav_menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widget_nav_menu li {
  list-style: none;
}
.widget_nav_menu li a {
  padding: 20px 20px 20px 50px;
  color: #292d33;
  font-size: 15px;
  display: block;
  background: url(images/cat-point.png) no-repeat 20px 25px;
  border-top: 1px solid #e6e6e6!important;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6!important;
}
.widget_nav_menu li a:hover {
  border-color: #e6e6e6!important;
}
.widget_nav_menu li:last-child a {
  border-bottom: 1px solid #e6e6e6!important;
}
.widget_nav_menu .current-menu-item a {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #000!important;
}
.widget_nav_menu .current-menu-item a:hover {
  border-left-color: #000!important;
}*/
/*---------------------------------------------------------------*/
/* Page Layout
/*---------------------------------------------------------------*/
.page-wrapper {
  background: white;
}
.boxed .page-wrapper {
  width: 980px;
  margin: 0 auto;
  box-shadow: 0 1px 6px;
  -webkit-box-shadow: 0 1px 6px;
}
.boxed .main-nav > .container {
  width: 100%;
}
.row-fluid .content.span12 {
  margin-left: 0!important;
}
.page-content {
  padding-top: 30px;
  margin-bottom: 60px;
}
.page-heading {
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: center;
}
.page-heading h1 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
}
.page-heading .row-fluid .span12 {
  min-height: 1px;
}
.woocommerce-breadcrumb,
#breadcrumb {
  margin: 0;
  padding: 0;
}
.woocommerce-breadcrumb .current,
#breadcrumb .current {
  font-weight: bold;
}
.sidebar-position-left .sidebar-right {
  display: none!important;
}
.sidebar-position-right .sidebar-left {
  display: none!important;
}
.sidebar-position-without .sidebar {
  display: none!important;
}
.sidebar-position-right .sidebar-left + .content {
  margin-left: 0; 
}
/*---------------------------------------------------------------*/
/* Four columns
/*---------------------------------------------------------------*/
.one-fourth {
  float: left;
  margin-left: 20px;
  width: 220px;
}
/*---------------------------------------------------------------*/
/* Section
/*---------------------------------------------------------------*/
.et_section {
  float: left;
  background-color: #f4f4f4;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #565656;
  padding-top: 30px;
  visibility: hidden;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-position-x: 50%;
  background-size: cover;
  overflow: hidden;
}
.et_section.parallax-section {
  background-attachment: fixed !important;
}
.et_section.no-border {
  border: none !important;
}
.et_section .block-with-ico .ico-position-left {
  padding: 20px;
  background: white;
}
.et_section.color-scheme-dark {
  color: #d5d5d5;
}
.et_section.color-scheme-dark h1,
.et_section.color-scheme-dark h2,
.et_section.color-scheme-dark h3,
.et_section.color-scheme-dark h4,
.et_section.color-scheme-dark h5,
.et_section.color-scheme-dark h6 {
  color: #f3f3f3;
}
.et_section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.et_section.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.et_section.large-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.et_section.top-padding {
  padding-top: 50px;
  padding-bottom: 0;
}
.boxed .et_section,
.blank-page .et_section {
  width: 100%!important;
  left: auto!important;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
}
.content.span8 .et_section > .container,
.content.span9 .et_section > .container,
.content.span10 .et_section > .container {
  max-width: 100%!important;
  padding-left: 20px;
  padding-right: 20px;
}
.content.span12 .et_section {
  width: 100%;
  position: relative;
}
.content.span12 .et_section > .container {
  position: relative;
  z-index: 1;
}
.section-back-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section-video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url(images/grid-video.png) repeat 0 0;
}
.section-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
/*---------------------------------------------------------------*/
/* Sidebars And Widgets
/*---------------------------------------------------------------*/
.sidebar-widget {
  margin-bottom: 40px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.widget_categories .widget-title {
  margin-bottom: 5px;
}
.widget_categories li {
  margin-left: 4px;
}
.widget_categories a {
  display: block;
}
.widget_categories ul {
  padding-left: 0;
}
.widget_categories li {
  background: url(images/cat-point.png) no-repeat left 13px;
  padding: 10px 0 10px 22px;
  list-style: none;
}
.recent-post-mini {
  list-style: none;
  margin-bottom: 20px;
}
.recent-post-mini .postimg {
  float: left;
  margin-right: 20px;
}
.recent-post-mini > a.postimg {
  position: relative;
  text-align: center;
}
.recent-post-mini > a.postimg:hover img {
  opacity: 0.6;
}
.recent-post-mini > a.postimg:hover:after {
  content: "\f067";
  text-align: center;
  color: white;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
}
.recent-post-mini > a.postimg img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.recent-post-mini > a.postimg img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.recent-post-mini strong {
  font-weight: normal;
}
/*---------------------------------------------------------------*/
/* Recent Comments
/*---------------------------------------------------------------*/
.etheme_widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
}
.etheme_widget_recent_comments ul li {
  list-style: none;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.etheme_widget_recent_comments ul li:first-child {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.etheme_widget_recent_comments ul li .comment-date {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #444;
  background-color: white;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  float: left;
  margin: 0 15px 0 0;
}
.etheme_widget_recent_comments ul li .comment-date span {
  font-size: 14px;
  display: block;
}
.etheme_widget_recent_comments ul li .comment_author {
  color: #292d33;
}
#commentform .form-submit {
  width: 65.81196581196582%;
}
/*---------------------------------------------------------------*/
/* Product Categories Widget
/*---------------------------------------------------------------*/
.widget_product_categories .widget-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-categories {
  padding-left: 0;
}
.product-categories .parent-level0 > a {
  clear: right;
  margin-bottom: 5px;
}
.product-categories .parent-level0 > ul {
  padding-left: 35px;
  display: none;
}
.product-categories .open-this {
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  width: 20px;
  display: block;
  margin: 0 10px 0 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-categories .opened .open-this {
  line-height: 19px;
}
.product-categories li {
  list-style: none;
}
.product-categories li ul {
  margin-bottom: 0;
}
.product-categories li ul ul {
  padding-left: 0;
}
.product-categories li ul li {
  background: url(images/cat-point.png) no-repeat left 13px;
  padding: 10px 0 10px 22px;
  list-style: none;
}
.product-categories > li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-categories > li:first-child {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.product-categories > li > a {
  color: #292d33;
  font-size: 15px;
}
/*---------------------------------------------------------------*/
/* WooCommerce Products widget
/*---------------------------------------------------------------*/
.product_list_widget ul {
  list-style: none; 
  padding-left: 0; 
}
.product_list_widget a {
  color: #292d33;
  text-transform: uppercase;
}
.product_list_widget a.close-order-li {
  float: right; 
}
.product_list_widget a:hover img {
  opacity: 0.6;
}
.product_list_widget img {
  float: left;
  width: 60px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.product_list_widget .amount {
  font-size: 15px;
  text-decoration: none;
}
.product_list_widget del .amount {
  font-size: 13px;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget li {
  margin-bottom: 15px;
}
.product_list_widget li .star-rating {
  float: right;
  zoom: 0.5;
  margin-top: 5px;
  width: 106px;
}
.footer .product_list_widget > li,
.prefooter .product_list_widget > li {
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.footer .product_list_widget > li a,
.prefooter .product_list_widget > li a {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .product_list_widget > li:first-child,
.prefooter .product_list_widget > li:first-child {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.footer .product_list_widget > li img,
.prefooter .product_list_widget > li img {
  max-width: 45px;
}
/*---------------------------------------------------------------*/
/* WooCommerce layered Navigation
/*---------------------------------------------------------------*/
.widget_layered_nav h4 {
  font-size: 13px;
  font-family: "Lato", Arial;
}
.widget_layered_nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widget_layered_nav ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  border: 1px solid #dddddd;
  margin: 0 5px 5px 0;
  padding: 10px 15px 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_layered_nav ul li .count {
  display: inline-block;
  font-size: 15px;
}
.widget_layered_nav ul li a {
  z-index: 1;
  display: inline-block;
}
.widget_layered_nav ul li a:hover {
  text-decoration: none;
}
.widget_layered_nav ul li.chosen {
  border-width: 1px;
  border-style: solid;
}
.widget_price_filter h4,
.widget_layered_nav h4 {
  font-size: 13px;
  font-family: "Lato", Arial;
  margin-bottom: 10px;
}
.widget_product_search #searchform input[type="text"] {
  margin-bottom: 20px;
}
/*---------------------------------------------------------------*/
/* Flickr Photos
/*---------------------------------------------------------------*/
.flickr .flickr_badge_image {
  list-style: none;
  display: inline-block;
  width: 60px;
  margin: 0 5px 10px;
}
.flickr .flickr_badge_image img {
  height: auto;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.flickr .flickr_badge_image:hover img {
  opacity: 0.7;
}
.wpb_flickr_widget img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/*---------------------------------------------------------------*/
/* Twitter
/*---------------------------------------------------------------*/
.etheme_twitter .tweet {
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.etheme_twitter .tweet:last-child {
  border-bottom: 0;
}
/*---------------------------------------------------------------*/
/* Shop
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Toolbars
/*---------------------------------------------------------------*/
.toolbar {
  margin-bottom: 20px;
}
.toolbar .woocommerce-result-count {
  display: inline-block;
  line-height: 35px;
  margin-right: 15px;
  float: left;
}
.toolbar .woocommerce-ordering {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.toolbar .woocommerce-ordering select {
  width: 190px;
}
.toolbar .woocommerce-pagination {
  float: right;
  margin-bottom: 20px;
}
.toolbar .view-switcher {
  float: left;
}
.toolbar .view-switcher label {
  display: none;
}
.toolbar .switchToGrid,
.toolbar .switchToList {
  font-size: 14px;
  float: left;
  padding: 6px 10px 6px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.toolbar.toolbar-bottom {
  margin-bottom: 0;
}
.page-numbers,
.pagination {
  margin-bottom: 0;
  padding-left: 0;
}
.page-numbers li,
.pagination li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 21px;
  margin-right: 5px;
}
.page-numbers li span,
.pagination li span,
.page-numbers li a,
.pagination li a {
  font-size: 14px;
  display: block;
  padding: 6px 12px 6px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-numbers li span,
.pagination li span,
.page-numbers li a:hover,
.pagination li a:hover {
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
}
.page-numbers .prev,
.pagination .prev,
.page-numbers .next,
.pagination .next {
  font-size: 0;
  text-indent: -99999px;
  padding: 6px 16px;
}
.page-numbers .prev,
.pagination .prev {
  background: url(images/page-prev.png) no-repeat center center;
}
.page-numbers .next,
.pagination .next {
  background: url(images/page-next.png) no-repeat center center;
}
/*---------------------------------------------------------------*/
/* Product Categories
/*---------------------------------------------------------------*/
.category-banner {
  margin-bottom: 30px;
}
.category-banner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.category-banner img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-category {
  margin-bottom: 20px;
}
.product-category img {
  margin-bottom: 15px;
}
.product-category a:hover {
  color: #090909;
}
// .product-category:nth-child(3n+1) {
//   margin-left: 0!important;
// }
/*---------------------------------------------------------------*/
/* Product Grid for different products number per row
/*---------------------------------------------------------------*/
.products-grid .product {
  margin-left: 20px;
  margin-bottom: 60px;
  float: left;
}
.products-grid.product-count-5 {
  /*
  @media (max-width: 979px) {
    .product {
      width:48%;
      margin-left: 4%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(4n+1),
    .product:nth-child(3n+1) {
      clear:none!important;
      margin-left: 4%;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(2n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}
.products-grid.product-count-5  > div[class*=product] {
  width: 122px;
  margin-left: 15px; 
}
.sidebar-position-without .products-grid.product-count-5 {
  /*
  @media (max-width: 979px) {
    .product {
      width:30%;
      margin-left: 5%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(2n+1) {
      clear:none!important;
      margin-left: 5%!important;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(3n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}
.products-grid.product-count-5  > div[class*=product]:nth-child(5n+1) {
  clear: both;
}
.products-grid.product-count-5 > div[class*=product] {
  width: 17%;
  // width: 157px; 
}
.sidebar-position-without .products-grid.product-count-5 > div[class*=product] {
  width: 18%;
}
.products-grid.product-count-6 > div[class*=product]  {
  width: 13%;
  // width: 118px;  
  margin-left: 25px; 
}
.sidebar-position-without .products-grid.product-count-6 > div[class*=product] {
  width: 14%; 
}
.products-grid.product-count-6  > div[class*=product]:nth-child(6n+1) {
  clear: both;
}
.products-grid.product-count-4 {
  /*
  @media (max-width: 979px) {
    .product {
      width:48%;
      margin-left: 4%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(4n+1),
    .product:nth-child(3n+1) {
      clear:none!important;
      margin-left: 4%;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(2n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}
.products-grid.product-count-5 .added-text span, .products-grid.product-count-6 .added-text span {
  display: none;
}
.products-list.product-count-5 .added-text, .products-list.product-count-6 .added-text {
  background-position: 10px center; 
}
.products-grid.product-count-4  > div[class*=product]:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.sidebar-position-without .products-grid.product-count-4 {
  /*
  @media (max-width: 979px) {
    .product {
      width:30%;
      margin-left: 5%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(2n+1) {
      clear:none!important;
      margin-left: 5%!important;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(3n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}

.products-grid.product-count-4  > div[class*=product] {
  width: 21%;
  // width: 192px; 
  margin-left: 32px; 
}
.sidebar-position-without .products-grid.product-count-4  > div[class*=product] {
  width: 22%; 
}
.products-grid.product-count-3 {
  /*
  @media (max-width: 979px) {
    .product {
      width:48%;
      margin-left: 4%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(4n+1),
    .product:nth-child(3n+1) {
      clear:none!important;
      margin-left: 4%;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(2n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}
.products-grid.product-count-3  > div[class*=product]:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.sidebar-position-without .products-grid.product-count-3 {
  /*
  @media (max-width: 979px) {
    .product {
      width:30%;
      margin-left: 5%;
    }
    .product:nth-child(5n+1),
    .product:nth-child(2n+1) {
      clear:none!important;
      margin-left: 5%!important;
        &:first-child {
          margin-left: 0!important;
        }
    }
    .product:nth-child(3n+1) {
      clear: both!important;
      margin-left: 0!important;
    }
  }
  */
  /*
  @media (max-width: 479px) {
    .product:nth-child(n) {
      width: 100%;
      margin-left: 0!important;
      .border-box();
    }
  }
  */
}
.products-grid.product-count-3  > div[class*=product] {
  width: 31%; 
  // width: 168px; 
}
/*---------------------------------------------------------------*/
/* Product Loop
/*---------------------------------------------------------------*/
.product-loop .product .product-image-wrapper,
.products-container .owl-item .product .product-image-wrapper,
.products-container .owl-item div[class*=post] .product-image-wrapper {
  position: relative;
  text-align: center;
}
.product-loop .product .product-image-wrapper .product-mask,
.products-container .owl-item .product .product-image-wrapper .product-mask,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;  
  opacity: 0;
  display: inline-block; 
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text,
.products-container .owl-item .product .product-image-wrapper .product-mask .mask-text,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask .mask-text {
  position: absolute;
  width: 100%;
  padding: 5px;
  text-align: center; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text h4,
.products-container .owl-item .product .product-image-wrapper .product-mask .mask-text h4,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask .mask-text h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text p,
.products-container .owl-item .product .product-image-wrapper .product-mask .mask-text p,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask .mask-text p {
  line-height: 24px;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text a,
.products-container .owl-item .product .product-image-wrapper .product-mask .mask-text a,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask .mask-text a {
  color: white;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text a:hover,
.products-container .owl-item .product .product-image-wrapper .product-mask .mask-text a:hover,
.products-container .owl-item div[class*=post] .product-image-wrapper .product-mask .mask-text a:hover {
  text-decoration: none;
}
.product-loop .product .product-image-wrapper:hover .product-mask,
.products-container .owl-item .product .product-image-wrapper:hover .product-mask,
.products-container .owl-item div[class*=post] .product-image-wrapper:hover .product-mask { 
  opacity: 1;
}
.product-count-6 .product .product-image-wrapper .product-mask .mask-text h4,
.product-count-5 .product-short-excerpt,
.product-count-6 .product-short-excerpt {
  display: none;
}
.product-count-5 .product-mask .button,
.product-count-6 .product-mask .button {
  font-size: 12px; 
  margin-top: 0;
}
.product-count-6 .product-mask .mask-text > p {
  margin-bottom: 0;
}
.product-loop.product-count-5 .product .product-image-wrapper .product-mask .mask-text h4,
.product-loop.product-count-4 .product .product-image-wrapper .product-mask .mask-text h4 {
  padding-top: 15px; 
}
.read-more-link {
  margin-top: 10px;
  color: white;
  border: 1px solid #fff;
  background-color: transparent;
}
.read-more-link:hover {
  border: 1px solid white!important;
  background: white;
  color: #000!important;
}
// .product-loop.product-count-5 .product .product-image-wrapper .product-mask,
// .product-loop.product-count-5 .product .added-text,
// .product-loop.product-count-6 .product .product-image-wrapper .product-mask
// .product-loop.product-count-6 .product .added-text {
//   display: none;
// }
/*---------------------------------------------------------------*/
/* Product Grid style
/*---------------------------------------------------------------*/
.slide-item .product,
.products-grid .product {
  position: relative;
}
.slide-item .product .product-name,
.products-grid .product .product-name {
  font-family: "Lato", Arial;
  font-size: 14px;
  margin-bottom: 10px;
}
.slide-item .product .product-name a,
.products-grid .product .product-name a {
  color: #292d33;
}
.products-container .owl-item .product .product-image-wrapper,
.products-container .owl-item div[class*=post] .product-image-wrapper,
.products-grid .product .product-image-wrapper {
  margin-bottom: 10px;
}
.products-container .owl-item .product .product-image-wrapper img,
.products-container .owl-item div[class*=post] .product-image-wrapper img,
.products-grid .product .product-image-wrapper img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.products-container .owl-item .product .product-image-wrapper .with-hover img.show-image,
.products-container .owl-item div[class*=post] .product-image-wrapper .with-hover img.show-image,
.products-grid .product .product-image-wrapper .with-hover img.show-image {
  position: absolute;
  opacity: 0;
  max-width: 100%;
  max-height: 100%; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-container .owl-item .product .product-image-wrapper .with-hover img.hide-image,
.products-container .owl-item div[class*=post] .product-image-wrapper .with-hover img.hide-image,
.products-grid .product .product-image-wrapper .with-hover img.hide-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-container .owl-item .product .product-image-wrapper .with-hover:hover img.show-image,
.products-container .owl-item div[class*=post] .product-image-wrapper .with-hover:hover img.show-image,
.products-grid .product .product-image-wrapper .with-hover:hover img.show-image {
  opacity: 1;
}
.products-container .owl-item .product .product-image-wrapper .with-hover:hover img.hide-image,
.products-container .owl-item div[class*=post] .product-image-wrapper .with-hover:hover img.hide-image,
.products-grid .product .product-image-wrapper .with-hover:hover img.hide-image {
  opacity: 0;
}
.products-container .owl-item .product .star-rating,
.products-container .owl-item div[class*=post] .star-rating,
.products-grid .product .star-rating {
  margin-bottom: 10px;
}
.products-container .owl-item .product .product-excerpt,
.products-container .owl-item div[class*=post] .product-excerpt,
.products-grid .product .product-excerpt {
  display: none;
}
.products-container .owl-item .product .price,
.products-container .owl-item div[class*=post] .price,
.products-grid .product .price {
  display: block;
  margin-bottom: 10px;
}
.products-container .owl-item .product .rating-label,
.products-container .owl-item div[class*=post] .rating-label,
.products-grid .product .rating-label {
  margin-bottom: 5px;
}
.product.loading .label-icon,
.product.loading .product-image-wrapper,
.product.loading .product-name,
.product.loading .rating-label,
.product.loading .star-rating,
.product.loading .price,
.product.loading .button {
  opacity: 0.5;
}
.imageHolder {
  z-index: 250;
}
.added-text {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  background: rgba(0, 0, 0, 0.8) url(images/check-white.png) no-repeat 20px center;
  padding: 10px 10px 10px 24%;
  top: 30%;
  width: 90%;
  left: 5%;
  text-align: left;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.etheme-products-slider .added-text {
  padding-top: 20px;
  padding-bottom: 20px; 
}
.product-grid.product-count-5 .added-text, .product-grid.product-count-6 .added-text {
  background-position: 10px center; 
}

.product-count-4 .added-text {
  font-size: 10px; 
  background: rgba(0, 0, 0, 0.8) url(images/check-white.png) no-repeat 8px center;
}
.product-count-5 .added-text,
.product-count-6 .added-text {
  background: rgba(0, 0, 0, 0.8) url(images/check-white.png) no-repeat center;
  padding: 20px;
}
.products-list .added-text {
  padding: 10px 10px 10px 10%; 
}
.product-count-6 .added-text {
  top: 20%; 
}
.added-text img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/*---------------------------------------------------------------*/
/* Product List styles
/*---------------------------------------------------------------*/
.products-list .add-to-container {
  float: right;
  width: 380px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}
.products-list .added-text {
  padding-left: 65px;
  width: 390px;
  left: 50%;
  font-size: 12px; 
  margin-left: -185px;
}
.sidebar-position-without .products-list .add-to-container {
  width: 620px;
}
.products-list .add-to-container .price {
  float: left;
  clear: both;
}
.products-list .add-to-container .price .amount {
  font-size: 24px;
}
.products-list .add-to-container .button {
  float: right;
}
.products-list .price ins {
  margin-left: 4px;
}
.products-list .product {
  position: relative;
  margin-bottom: 25px;
}
.products-list .product-category + div.product {
  clear: both;
}
.products-list .product-category:nth-child(3n+1) {
  margin-left: 0;
}
.products-list .product .product-name {
  font-family: "Lato", Arial;
  font-size: 18px;
  margin-bottom: 10px;
}
.products-list .product .product-name a {
  color: #292d33;
}
.products-list .product .product-image-wrapper {
  position: relative;
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
  width: 300px;
}
.products-list .product .product-image-wrapper img {
  max-width: 300px;
}
.products-list .product .product-image-wrapper .with-hover img.show-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-list .product .product-image-wrapper .with-hover img.hide-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-list .product .product-image-wrapper .with-hover:hover img.show-image {
  opacity: 1;
}
.products-list .product .product-image-wrapper .with-hover:hover img.hide-image {
  opacity: 0;
}
.products-list .product .product-excerpt {
  margin-bottom: 30px;
}
.products-list .product .price {
  display: block;
}
.products-list .product .rating-label {
  margin-bottom: 5px;
  float: left;
}
.products-list .product .star-rating {
  margin-bottom: 10px;
}
/*---------------------------------------------------------------*/
/* Rating Stars
/*---------------------------------------------------------------*/
.rating-label {
  display: none;
  margin-right: 5px;
}
.star-rating {
  display: inline-block;
  width: 109px;
  height: 20px;
  background: url(images/star-inactive.png) repeat-x center left;
}
.star-rating span {
  background: url(images/star-active.png) repeat-x center left;
  display: block;
  height: 20px;
  text-indent: -9999px;
  text-align: left;
}
/*---------------------------------------------------------------*/
/* Product SINGLE PAGE
/*---------------------------------------------------------------*/
.single-product-page .images {
  position: relative;
}
.single-product-page .images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-product-page .images .main-image-slider ul.slides li {
  position: relative;
}
.single-product-page .images .main-image-slider ul.slides .zoom-link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #292d33;
  z-index: 1200;
  font-size: 18px;
}
.single-product-page .images .main-image-slider ul.slides .zoom-link:hover {
  text-decoration: none;
}
.single-product-page .images.zoom-disabled .main-image-slider ul li {
  text-align: center;
}
.single-product-page .images.zoom-disabled .main-image-slider ul li img {
  /*
            top:50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);*/
}
.single-product-page .product-info {
  margin-bottom: 60px;
}
.sidebars-top,
.sidebars-bottom {
  display: none; 
}
.single-product-page .product-info .star-rating {
  float: right;
}
.single-product-page .product-info .star-rating,
.single-product-page .product-info .rating-label {
  margin: 5px 0 10px 0;
}
.single-product-page .product-info .rating-label {
  display: none;
  margin-right: 5px;
}
.single-product-page .product-info .product_title {
  font-size: 30px;
}
.single-product-page .product-info .price {
  font-size: 48px;
  line-height: 1;
}
.single-product-page .product-info span.amount {
  word-wrap: normal; 
}
.single-product-page .product-info .product_meta del .amount {
  font-size: 28px;
}
.single-product-page .product-info .sku_wrapper {
  display: block;
  clear: both;
}
.single-product-page .product-info .sku {
  color: #292d33;
}
.single-product-page .product-info .quantity-box {
  margin-top: 7px;
}
.single-product-page .product-info .tagged_as a,
.single-product-page .product-info .posted_in a {
  color: #292d33;
}
.single-product-page tr.product-type-grouped td.price,  
.single-product-page tr.product-type-grouped .stock {
  font-size: 18px; 
}
.single-product-page tr.product td.price span {
  display: inline-block; 
  padding-bottom: 3px; 
}
.single-product .woocommerce-message .button {
  display: none;
}
.main-image-slider {
  position: relative;
  margin-bottom: 20px;
}
.product-thumbnails-slider {
  position: relative;
}
.product-thumbnails-slider .slides li {
  width: 120px;
  margin-left: 30px;
  padding-bottom: 2px;
}
.product-thumbnails-slider .slides li:first-child {
  margin-left: 0;
}
.product-thumbnails-slider .slides li img {
  border-width: 1px;
  border-style: solid;
  border-color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-thumbnails-slider .slides li.flex-active-slide a {
  background: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: block;
}
.product-thumbnails-slider .slides li.flex-active-slide img {
  opacity: 0.8;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.product .etheme-products-slider, .product .full-width .etheme-products-slider {
  margin-bottom: 20px; 
}
/*---------------------------------------------------------------*/
/* variations
/*---------------------------------------------------------------*/
.variations td {
  padding-bottom: 10px;
}
.variations label {
  line-height: 32px;
  font-weight: 400;
  font-size: 15px;
}
.variations_button .button {
  padding: 10px 32px;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}
.variations_button .button:hover {
  background-color: #fff;
}
.reset_variations {
  margin-left: 10px;
}
/*---------------------------------------------------------------*/
/* Quanity box
/*---------------------------------------------------------------*/
.quantity-box {
  float: left;
  margin: 0 50px 0 0 ;
}
.quantity-box label {
  text-align: center;
  display: none;
}
.quantity .minus,
.quantity .plus {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent !important;
  text-indent: -99999px;
  font-size: 0;
  width: 20px !important;
  height: 32px !important;
  border: none !important;
}
.quantity .plus {
  background-image: url(images/qty-plus.png) !important;
  right: -6px !important;
  top: 3px !important;
}
.quantity .minus {
  background-image: url(images/qty-minus.png) !important;
  bottom: auto !important;
  right: auto !important;
  top: 3px !important;
  left: -6px !important;
}
.quantity .minus:hover,
.quantity .plus:hover,
.quantity .minus:focus,
.quantity .plus:focus {
  background-position: bottom center;
}
.quantity .qty {
  text-align: center !important;
  margin-bottom: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  margin-left: 16px !important;
  width: 50px !important;
  height: 40px !important;
}
.buttons_added input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
/*---------------------------------------------------------------*/
/* Price
/*---------------------------------------------------------------*/
.price {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.price .from {
  font-size: 16px;
  margin-right: 8px;
  font-weight: 400;
}
.price del {
  font-size: 14px;
}
.price ins {
  text-decoration: none;
}
.single-product-page .product-info .single_variation .price {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
/*---------------------------------------------------------------*/
/* Shopping Cart
/*---------------------------------------------------------------*/
.shop_table th {
  border-top: 1px solid #dddddd!important;
  font-family: 'Aleo', Arial;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.shop_table td,
.shop_table th {
  padding: 18px 12px !important;
  color: #292d33;
}
.shop_table .product-name a {
  text-transform: uppercase;
  font-size: 16px;
  color: #292d33;
}
.shop_table .product-thumbnail {
  position: relative;
  text-align: center;
  width: 90px;
}
.shop_table .product-thumbnail:hover img {
  opacity: 0.6;
}
.shop_table .product-thumbnail:hover:after {
  content: "\f067";
  text-align: center;
  color: white;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
}
.shop_table .product-thumbnail img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.shop_table .product-thumbnail img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.shop_table .quantity {
  float: none;
  margin: 0;
}
.shop_table .product-quantity .quantity-box {
  float: none;
  margin: 0;
}
.shop_table .product-quantity .quantity-box .quantity .qty {
  margin-left: 0 !important;
}
.shop_table .product-price .amount {
  color: #292d33;
  font-size: 16px;
}
.shop_table .product-subtotal .amount {
  color: #292d33;
  font-size: 18px;
}
.shop_table .product-remove {
  width: 15px;
}
.shop_table .product-remove a {
  color: #dedede;
  font-size: 18px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.shop_table .product-remove a:hover {
  color: #292d33;
  text-decoration: none;
}
.shop_table .product-remove a:hover {
  background-color: transparent !important;
  color: #222 !important;
}
.shop_table .variation dt, .shop_table .variation dd {
  color: #929292;  
}
.cart_totals th {
  text-transform: uppercase;
  font-weight: 400;
  color: #292D33;
  vertical-align: middle;
}
.cart_totals th,
.cart_totals td {
  border-top: 1px solid #ddd;
  padding: 18px 12px;
  padding-left: 0;
}
.order-total th {
  font-size: 18px;
  font-weight: bold;
  font-family: "Aleo-Regular", "Lato", Arial;
  padding-top: 15px !important;
}
.order-total td {
  text-align: right;
  color: #EE3B3B;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px !important;
}
.products-small .product-item .product-item-left {
  float: left;
}
.products-small .product-item .product-item-right {
  float: left;
  width: 185px;
}
.products-small .product-item .product-item-right .variation {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.products-small .product-item .product-item-right .variation dd,
.products-small .product-item .product-item-right .variation dt {
  float: left;
}
.products-small .product-item .product-item-right .variation dd p,
.products-small .product-item .product-item-right .variation dt p {
  line-height: 20px;
}
.products-small .product-item .product-item-right .variation dt:first-child:before {
  display: none;
}
.coupon {
  margin-left: -12px;
}
.coupon label {
  text-align: left;
}
.coupon .button {
  background-color: transparent;
  color: #dddddd;
  border: 0;
  margin-left: -50px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.coupon .button:hover,
.coupon .button:hover:focus,
.coupon .button:focus {
  color: #444;
  outline: none; 
}
.coupon .button i:before {
  margin-left: 5px;
  margin-top: 7px;
}
.shipping_calculator {
  width: 230px;
}
.shipping_calculator a {
  color: #292d33;
  font-size: 16px;
}
.shipping_calculator i {
  font-size: 14px;
}
.empty-cart-block {
  text-align: center;
}
.empty-cart-block i {
  font-size: 120px;
  margin: 0 0 20px 0;
  display: block;
  color: #000;
}
.cart_totals .table {
  margin-bottom: 0;
}
.cart_totals .table th {
  padding: 18px 0 !important;
  padding-left: 0;
  vertical-align: middle;
}
.cart_totals .table td {
  padding: 18px 12px;
  padding-right: 0;
  text-align: right!important;
}
.cart_totals .table td .amount {
  color: #292d33;
}
.cart_totals .table .shipping td {
  padding-left: 0;
  text-align: left!important;
}
.cart_totals .table .total {
  font-size: 18px;
  font-family: 'Lato';
}
.cart_totals .table .total th {
  color: #a6a6a6;
  border-bottom: 0;
}
.cart_totals .table .total th strong {
  color: #292d33;
}
.cart_totals .table .total td {
  color: #292d33;
  border-bottom: 0;
}
.cart_totals .table .total td strong {
  font-weight: normal;
}
.shipping-calculator-button i {
  color: #292d33 !important;
}
#shipping_method li {
  padding: 10px 0 0;
}
#shipping_method li input[type="radio"] {
  float: left;
  margin: 0 10px 3px 0;
}
#shipping_method li label {
  font-size: 13px;
}
#shipping_method li .amount {
  float: right;
}
/*---------------------------------------------------------------*/
/* Checkout
/*---------------------------------------------------------------*/
.payment_methods {
  padding-left: 0;
}
.payment_methods input[type="radio"] {
  float: left;
  margin: 0 10px;
}
.payment_methods li {
  padding: 17px 0 12px;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.payment_methods li:first-child {
  border-top: 1px solid #ddd;
}
.payment_methods li.payment_method_paypal input {
  margin-top: 12px;
}
.payment_methods li.payment_method_paypal img {
  max-width: 130px;
  margin-right: 10px;
}
.payment_methods li.payment_method_paypal a {
  font-size: 11px;
  margin-left: 5px;
}
.payment_box {
  padding: 3px 0 0 10px;
}
.checkout_coupon input[type="text"] {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
/*---------------------------------------------------------------*/
/* Checkout by steps
/*---------------------------------------------------------------*/
.checkout-steps .checkout-step {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
.checkout-steps .checkout-step .step-title {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.checkout-steps-nav {
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}
.checkout-steps-nav li {
  list-style: none;
  display: inline-block;
  margin-right: -3px;
}
.checkout-steps-nav li a.active {
  cursor: default;
}
.checkout-steps-nav li a.active:hover {
  background: white!important;
}
.checkout-steps-nav li:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #dddddd;
  position: relative;
  top: -4px;
  margin: 0 5px;
}
.checkout-steps-nav li:last-child:after {
  display: none;
}
.new-customers {
  margin-bottom: 30px;
}
.checkout-methods {
  display: block;
  margin-bottom: 20px;
}
.checkout-methods .method-radio {
  padding: 15px 0 12px;
  border-bottom: 1px solid #ddd;
}
.checkout-methods .method-radio input[type="radio"] {
  float: left;
  margin: 0 15px 0 0;
}
.checkout-methods .method-radio:first-child {
  border-top: 1px solid #ddd;
}
#step1 .checkout_coupon input[type="text"] {
  margin-bottom: 20px;
}
.et-login .lost_password {
  line-height: 40px;
}
.et-login label {
  font-size: 13px;
}
#tostep2 {
  display: none;
}
#step2 {
  display: none;
}
#step5 .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
#step5 .products-table tr:last-child td,
#step5 .products-table tr:last-child th {
  border-bottom: 1px solid #ddd;
}
/*---------------------------------------------------------------*/
/* Form Row (woocommerce)
/*---------------------------------------------------------------*/
/*
.form-row {
  margin-bottom: 5px;
  label {
    width: 150px;
    float:left;
    padding:10px 0;
  }
  textarea, 
  input[type="text"], 
  input[type="password"], 
  input[type="week"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"],
  select {
    width:300px;
    .border-box();
  }
  .button {
    float: right;
    margin-bottom: 20px;
  }
  #shipping_address_2,
  #billing_address_2 {
    margin-left: 150px;
  }
}

#shiptobilling {
  input[type="checkbox"] {
    float: left;
  }
  label {
    padding: 0;
    margin-left: 10px;
  }
}

.woocommerce-checkout .checkout-steps .form-row .chzn-container {
  width:300px!important;
}
*/
/*---------------------------------------------------------------*/
/* Tabs
/*---------------------------------------------------------------*/
.tab-content h2,
.tab-content h1 {
  font-size: 18px;
}
/*---------------------------------------------------------------*/
/* Product Reviews
/*---------------------------------------------------------------*/
#reviews .star-rating {
  margin-top: 3px;
  float: right;
}
#reviews ol.commentlist {
  padding-left: 0;
}
#reviews ol.commentlist li {
  list-style: none;
}
#reviews .comment_container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
#reviews .comment_container p {
  margin-bottom: 0;
}
#reviews .comment_container .avatar {
  float: left;
  margin: 0 10px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#reviews .comment_container .meta {
  margin: 5px;
}
#reviewModal .modal-body {
  max-height: 650px;
}
#review_form .modal-body {
  padding-top: 5px;
}
#review_form label {
  display: inline-block;
}
#review_form input[type="text"] {
  display: block;
}
#review_form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}
#review_form .form-submit {
  margin-bottom: 0;
}
.type-product .tabs .tab-title {
  border-left: none;
}
.type-product .tabs .tab-title:first-child {
  border-left: 1px solid #e9e9e9;
}
/*---------------------------------------------------------------*/
/* labels
/*---------------------------------------------------------------*/
.label-icon {
  text-indent: -99999px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 50;
}
.label-icon.sale-label {
  left: 0;
}
/*---------------------------------------------------------------*/
/* Blog
/*---------------------------------------------------------------*/
.blog-post {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  /*---------------------------------------------------------------*/
  /* Blog Grid
  /*---------------------------------------------------------------*/
}
.blog-post .post-title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-post .post-title a {
  color: #292d33;
}
.blog-post .post-info {
  margin-bottom: 30px;
}
.blog-post .post-description {
  line-height: 1.8;
}
.blog-post .post-description p {
  margin-bottom: 5px;
}
.blog-post.post-grid {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-post.post-grid .post-images .blog-mask {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-post.post-grid .post-images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-post.post-grid .post-information {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-post.post-grid .post-information .post-title {
  margin-bottom: 5px;
}
.blog-post.post-grid .post-information .post-info {
  margin-bottom: 15px;
}
.blog-post.post-grid .post-information.border-top {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #ddd;
}
.blog-post.post-timeline {
  padding-left: 100px;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-post.post-timeline .post-date {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 10px;
  width: 70px;
  height: 70px;
  border: 2px solid #e6e6e6;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.blog-post.post-timeline .post-date .post-day {
  text-align: center;
  color: #292d33;
  font-size: 18px;
  display: block;
}
.blog-post.post-timeline .post-date .post-month {
  font-size: 11px;
  text-align: center;
  display: block;
}
.blog-post.post-timeline .blog-line {
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid #e6e6e6;
  left: 35px;
  top: 0;
}
.blog-post.post-timeline hr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.blog-post.post-timeline:last-child {
  margin-bottom: 30px;
}
.blog-post.post-timeline:last-child hr {
  padding-bottom: 0;
}
.more-link {
  display: block;
  text-align: center;
}
.read-more {
  margin-top: 20px;
}
.more-link {
  line-height: 1;
}
.post-images {
  position: relative;
}
.post-images .blog-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 101%;
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.post-images .blog-mask h1,
.post-images .blog-mask h2,
.post-images .blog-mask h3,
.post-images .blog-mask h4,
.post-images .blog-mask h5,
.post-images .blog-mask h6 {
  color: white;
}
.post-images .blog-mask.valign-center .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.post-images .blog-mask.valign-bottom .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.post-images .blog-mask .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.post-images .blog-mask .mask-content a {
  color: white;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  border: 2px solid #fff;
  font-size: 28px;
  margin: 0 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.post-images .blog-mask .mask-content a i {
  line-height: 34px;
}
.post-images .blog-mask .mask-content a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  color: #FFF;
}
.post-images .blog-mask .mask-content a:hover:after {
  opacity: 1;
  box-shadow: 2px 2px 0 #ffffff;
}
.post-images .blog-mask .mask-content a:after {
  content: '';
  box-shadow: 0 0 0 #ffffff;
  -webkit-transition: opacity 0.3s, box-shadow 0.3s;
  -moz-transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  pointer-events: none;
  position: absolute;
  width: 22px;
  height: 26px;
  left: 26px;
  bottom: -4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.post-images:hover .blog-mask {
  opacity: 1;
}
.post-images ul.slides {
  display: block;
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px;
}
.post-images ul.slides li {
  list-style: none;
  text-align: center;
}
.post-images ul.slides img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.images-slider {
  position: relative;
}
.images-slider .flex-direction-nav .flex-next {
  opacity: 1;
}
.posted-by {
  color: #292d33;
}
.posted-by a {
  color: #292d33;
}
.tag-link .post-description a {
  font-size: 24px;
}
/*---------------------------------------------------------------*/
/* Banners with mask
/*---------------------------------------------------------------*/
.banner {
  position: relative;
  margin-bottom: 20px;
}
.banner .block-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 101%;
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.banner .block-mask h1,
.banner .block-mask h2,
.banner .block-mask h3,
.banner .block-mask h4,
.banner .block-mask h5,
.banner .block-mask h6 {
  color: white;
}
.banner .block-mask.valign-center .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.banner .block-mask.valign-bottom .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.banner:hover .block-mask {
  opacity: 1;
}
/*---------------------------------------------------------------*/
/* Blog Single Post
/*---------------------------------------------------------------*/
.post-single {
  margin-bottom: 20px;
}
.post-navigation {
  letter-spacing: 1px;
}
/*---------------------------------------------------------------*/
/* Blog Single Post Comments
/*---------------------------------------------------------------*/
.comments-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.commentslist {
  margin-left: 0;
  padding-left: 0;
}
.pingback,
.comment {
  list-style: none;
}
.comment-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.comment-block img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.comment-block p {
  margin-bottom: 10px;
}
.comment-block .author-link {
  margin-right: 5px;
  display: inline-block;
  color: #292d33;
  font-weight: bold;
}
.comment-block .author-link a {
  color: #292d33;
}
.comment-block .comment-date {
  display: inline-block;
}
.comment-reply {
  display: inline-block;
}
#commentform p {
  margin-bottom: 10px;
}
.required {
  color: #e00016;
}
.comment-form-comment {
  margin-bottom: 20px;
}
.form-submit {
  text-align: right;
}
#reply-title a {
  font-size: 16px;
  font-weight: normal;
}
/*---------------------------------------------------------------*/
/* Pricing Table
/*---------------------------------------------------------------*/
.pricing-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 30px;
}
.pricing-table table.table th,
.pricing-table table.table td {
  padding: 15px;
  text-align: center;
  border-left: 1px solid #dddddd;
}
.pricing-table table.table thead:first-child tr:first-child th {
  color: #292d33;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Aleo";
  border-top: 1px solid #dddddd;
}
.pricing-table table.table thead tr:first-child th:first-child,
.pricing-table table.table thead tr:first-child td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.pricing-table table.table thead tr:first-child th:last-child,
.pricing-table table.table thead tr:first-child td:last-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.pricing-table table.table tfoot tr:last-child th:first-child,
.pricing-table table.table tfoot tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.pricing-table table.table tfoot tr:last-child th:last-child,
.pricing-table table.table tfoot tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-table table.table th:last-child,
.pricing-table table.table td:last-child {
  border-right: 1px solid #dddddd;
}
.pricing-table table.table tfoot tr:last-child th,
.pricing-table table.table tfoot tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.pricing-table table .plan-price {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Aleo";
  font-weight: bold;
  color: #999999;
}
.pricing-table table .plan-price sup {
  font-size: 18px;
  font-family: "Aleo";
  color: #bababa;
  top: -1.1em;
  margin: 0 4px 0 4px;
  font-weight: normal;
}
.pricing-table table .plan-price sub {
  font-size: 12px;
  font-family: "Lato";
  color: #bababa;
  margin: 0 4px 0 -24px;
  bottom: 0;
}
.pricing-table.style2 table .plan-price {
  background: #292d33;
  color: #ffffff;
  border-color: #1e2126!important;
}
.pricing-table.style2 table .plan-price sup {
  color: #ffffff;
}
.pricing-table.style2 table .plan-price sub,
.pricing-table.style2 table .plan-price sup.currency {
  color: #62676f;
}
/*---------------------------------------------------------------*/
/* Portfolio
/*---------------------------------------------------------------*/
.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-item .portfolio-image {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item .portfolio-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.portfolio-item .portfolio-image .portfolio-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 101%;
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  right: 1px;
  margin-right: -2px;
  width: auto;
}
.portfolio-item .portfolio-image .portfolio-mask h1,
.portfolio-item .portfolio-image .portfolio-mask h2,
.portfolio-item .portfolio-image .portfolio-mask h3,
.portfolio-item .portfolio-image .portfolio-mask h4,
.portfolio-item .portfolio-image .portfolio-mask h5,
.portfolio-item .portfolio-image .portfolio-mask h6 {
  color: white;
}
.portfolio-item .portfolio-image .portfolio-mask.valign-center .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.portfolio-item .portfolio-image .portfolio-mask.valign-bottom .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content a {
  color: white;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px; 
  padding: 0;
  position: relative;
  border: 2px solid #fff;
  font-size: 28px;
  margin: 0 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content a i {
  line-height: 34px;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  color: #FFF;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:hover:after {
  opacity: 1;
  box-shadow: 2px 2px 0 #ffffff;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:after {
  content: '';
  box-shadow: 0 0 0 #ffffff;
  -webkit-transition: opacity 0.3s, box-shadow 0.3s;
  -moz-transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  pointer-events: none;
  position: absolute;
  width: 22px;
  height: 26px;
  left: 26px;
  bottom: -4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.portfolio-item .portfolio-image:hover .portfolio-mask {
  opacity: 1;
}
.portfolio-item .portfolio-descr {
  text-align: center;
}
.portfolio-item h3 {
  font-family: 'Lato', Arial;
  font-size: 22px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 5px;
}
.portfolio-item h3 a {
  color: #292d33;
}
.portfolio-item.columns-count-2 .portfolio-descr {
  text-align: left;
}
.portfolio.with-transition {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio-item.with-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-filters {
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
.portfolio-filters li {
  list-style: none;
  display: inline-block;
  margin: 0 2px 20px 2px;
}
.portfolio-filters .active {
  color: white!important;
  cursor: default;
}
.portfolio-pagination {
  float: right;
}
.portfolio-pagination li {
  margin: 0 2px 0 2px;
}
.wpb_gallery_slides img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/*---------------------------------------------------------------*/
/* Images base styles
/*---------------------------------------------------------------*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 2px 24px 20px 0;
}
img.alignright {
  margin: 2px 0 20px 24px;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rounded-corners img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/*---------------------------------------------------------------*/
/* Contact Page
/*---------------------------------------------------------------*/
.google-map img {
  max-width: none;
}
.google-map.googlemap-wide {
  width: 100%;
  height: 300px;
}
.google-map.googlemap-default {
  width: 100%;
  height: 550px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.contact-page-custom,
.contact-page-default {
  padding-top: 30px;
}
#contact-form label {
  margin-left: 5px;
}
#contact-form p {
  margin-bottom: 5px;
}
#contact-form .form-textarea {
  margin-bottom: 20px;
}
#contact-form .fields-left {
  width: 205px;
  float: left;
}
#contact-form .fields-right {
  float: left;
  margin-left: 20px;
  width: 305px;
}
#contact-form textarea {
  height: 200px;
}
#contact-form input,
#contact-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.captcha-block {
  float: left;
}
.captcha-block img {
  float: left;
  border: 1px solid #ebebeb;
  padding: 3px;
  margin-right: 5px;
}
#contact-form .captcha-block input,
.captcha-block input {
  float: left;
  width: 70px;
  height: 32px;
}
.contact-page-custom #contact-form label {
  display: none;
}
.spinner {
  display: none;
}
/*---------------------------------------------------------------*/
/* 404 page not found
/*---------------------------------------------------------------*/
.page-404 {
  padding: 140px 0;
  text-align: center;
}
.page-404 h1 {
  margin-bottom: 5px;
}
.page-404 p {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.largest {
  font-size: 180px;
  line-height: 1;
  margin-bottom: 10px;
}
/*---------------------------------------------------------------*/
/* My Account
/*---------------------------------------------------------------*/
#customer_login h2 i {
  margin-right: 15px;
}
#customer_login .login .form-row-last {
  float: left;
  clear: both;
}
.et-registration h1 i {
  margin-right: 15px;
}
form .form-row input.input-text,
form .form-row textarea,
form .form-row input.input-text,
form .form-row textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  margin: 0;
  outline: 0;
  width: 100%;
}
form .form-row-first,
form .form-row-last,
form .form-row-first,
form .form-row-last {
  float: left;
  overflow: visible;
  width: 47%;
}
/*---------------------------------------------------------------*/
/* Pefooter
/*---------------------------------------------------------------*/
.prefooter {
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
  padding: 30px 0;
}
.prefooter .widget-title {
  font-family: "Lato", Arial;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
.footer {
  background: #0f0f0f;
  padding: 30px 0;
  color: #8e8e8e;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: white;
}
.footer .widget-title {
  color: white;
  font-family: "Lato", Arial;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.footer .recent-post-mini {
  line-height: 24px;
}
.footer .recent-post-mini strong {
  color: white;
}
.footer .widget_nav_menu li a {
  color: white;
  padding: 7px 20px;
  background-position: 2px 11px;
  border: none!important;
}
.footer .phone {
  color: white;
  font-size: 24px;
  line-height: 38px;
}
.with-map {
  background-image: url(images/world-map.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
/*---------------------------------------------------------------*/
/* Back to top
/*---------------------------------------------------------------*/
.back-to-top {
  display: none;
  text-align: center;
  cursor: pointer;
  position: fixed;
  font-size: 11px;
  text-transform: none;
  z-index: 3;
  padding: 16px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 40px;
  right: 40px;
  color: white;
  background: #acacac;
  -webkit-transition: 0.3s background-color ease-in-out;
  -moz-transition: 0.3s background-color ease-in-out;
  -ms-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.back-to-top img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.back-to-top i {
  display: block;
  line-height: 20px;
  color: #e5e5e5;
  font-size: 36px;
  margin-bottom: 2px;
}
.back-to-top:hover {
  background: black;
}
.back-to-top span {
  display: none;
}
/*---------------------------------------------------------------*/
/* Copyright
/*---------------------------------------------------------------*/
footer iframe {
  float: left;
}
.copyright {
  background: #000;
  padding: 30px 0;
}
.copyright .logo-small {
  margin: -5px 15px 0 0;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  color: white;
}
.copyright a:hover {
  color: white;
}
.copyright .links li {
  margin-left: 10px;
}
.copyright .links li:after {
  display: none;
}
.copyright .links a {
  color: white;
}
.copyright .links a:hover {
  color: white;
}
.copyright .links a img {
  max-width: 38px;
}
.copyright .row-fluid .span6 {
  min-height: 5px;
}
.nicescroll-rails {
  z-index: 10 !important;
  background-color: #EFEFEF;
  border-left: 1px solid #dfdfdf;
}
.nicescroll-rails div:active {
  background-color: #0f0f0f !important;
}
/*---------------------------------------------------------------*/
/* Plugins
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Tabs
/*---------------------------------------------------------------*/
.tabs {
  position: relative;
  margin-bottom: 20px;
}
.tabs .tab-title {
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 20px 30px;
  font-family: "Aleo", Arial;
  text-transform: uppercase;
  margin-right: -4px;
}
.tabs .tab-title:hover {
  text-decoration: none;
}
.tabs .tab-title.opened {
  color: #292d33;
  border-bottom: 1px solid #fff;
}
.tabs .tab-title > i {
  margin-right: 10px;
}
.tabs .tab-content {
  display: none;
  margin-top: -1px;
  float: right;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e9e9e9;
  padding: 30px;
  margin-bottom: 30px;
}
.tabs.accordion {
  border-top: 1px solid #e9e9e9;
}
.tabs.accordion .tab-title {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tabs.accordion .tab-title:first-child {
  margin-right: 0;
}
.tabs.accordion .tab-title.opened {
  border-bottom: 1px solid #e9e9e9;
}
.tabs.accordion .tab-content {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tabs {
    border-top: 1px solid #e9e9e9;
  }
  .tabs .tab-title {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .tabs .tab-title:first-child {
    margin-right: 0;
  }
  .tabs .tab-title.opened {
    border-bottom: 1px solid #e9e9e9;
  }
  .tabs .tab-content {
    margin-bottom: 0;
  }
}
.left-bar .left-titles {
  float: left;
  width: 25%;
  min-width: 120px;
  max-width: 320px;
}
.left-bar .left-titles .tab-title-left {
  display: block;
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-top: 0;
  padding: 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Aleo", Arial;
  text-transform: uppercase;
}
.left-bar .left-titles .tab-title-left:hover {
  text-decoration: none;
}
.left-bar .left-titles .tab-title-left:first-child {
  border-top: 1px solid #e9e9e9;
}
.left-bar .left-titles .tab-title-left.opened {
  color: #292d33;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #000!important;
}
.left-bar .left-titles .tab-title-left > i {
  margin-right: 10px;
}
.left-bar .tab-content {
  float: right;
  width: 75%;
  margin-top: 0;
}
.left-bar .tab-title {
  display: none;
}
.right-bar .left-titles {
  float: left;
  width: 25%;
  min-width: 120px;
  max-width: 320px;
}
.right-bar .left-titles .tab-title-left {
  display: block;
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-top: 0;
  padding: 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Aleo", Arial;
  text-transform: uppercase;
}
.right-bar .left-titles .tab-title-left:hover {
  text-decoration: none;
}
.right-bar .left-titles .tab-title-left:first-child {
  border-top: 1px solid #e9e9e9;
}
.right-bar .left-titles .tab-title-left.opened {
  color: #292d33;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #000!important;
}
.right-bar .left-titles .tab-title-left > i {
  margin-right: 10px;
}
.right-bar .tab-content {
  float: right;
  width: 75%;
  margin-top: 0;
}
.right-bar .tab-title {
  display: none;
}
.right-bar .left-titles {
  float: right;
}
.right-bar .left-titles .tab-title-left {
  border-right: 1px solid #e9e9e9;
  border-left: 0;
}
.right-bar .tab-content {
  float: left;
}
.right-bar .left-titles .tab-title-left {
  margin-left: -2px;
}
.right-bar .left-titles .tab-title-left.opened {
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #000!important;
  border-left: 1px solid #e9e9e9 !important;
}
/*---------------------------------------------------------------*/
/* Slider
/*---------------------------------------------------------------*/
/* slide */
.items-slider .slider .slide-item {
  /* required */
  float: left;
}
.items-slider::selection {
  background-color: transparent !important;
}
.slider-title {
  text-align: center;
}
.items-slider {
  /* required */
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  /* slider */
}
.items-slider .slider {
  /* required */
  width: 100%;
  height: 100%;
}
.items-slider .slider .slide-item {
  width: 220px;
  list-style: none;
  margin-right: 20px;
}
.items-slider .slider .slide-item:last-child {
  margin-right: 0;
}
.slider-container {
  position: relative;
  float: left;
  width: 100%;
  /* Direction Nav */
}
.full-width .etheme-products-slider {
  margin: 0;
}
.etheme-products-slider {
  margin: 0 -7px; 
  clear: both; 
}
.products-container {
  position: relative;
}
.products-container div.owl-controls {
  position: absolute;
  margin: -30px 0 0;
    right: 5px;
    font-family: FontAwesome;
    top: -42px;  
    text-align: center;
}
.products-container .owl-item > div {
  padding: 0 10px; 
}
.products-container .owl-controls .owl-buttons .owl-next, 
.products-container .owl-controls .owl-buttons .owl-prev {
  background-color: transparent; 
  font-size: 0;
  padding: 0; 
  opacity: 1; 
}
.products-container .owl-controls .owl-next:hover:before,
.products-container .owl-controls .owl-prev:hover:before {
  color: #ed1c2e;
}
.products-container .owl-controls .owl-next:before,
.products-container .owl-controls .owl-prev:before {
  content: "\f053";
    font-size: 36px;
    color: #000;
    font-family: FontAwesome;
}
.products-container .owl-controls .owl-next:before {
  content: "\f054";
}
.slider-container .slider-prev,
.slider-container .slider-next {
  opacity: 1;
  width: 35px;
  height: 40px;
  margin: -30px 0 0;
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 30px;
  z-index: 10;
  cursor: pointer;
  text-indent: 0;
  text-align: center;
}
.slider-container .slider-prev:hover,
.slider-container .slider-prev:active,
.slider-container .slider-next:hover,
.slider-container .slider-next:active {
  opacity: 1;
}
.slider-container .slider-next {
  background-position: 100% 0;
  right: 5px;
}
.slider-container .slider-prev {
  right: 35px;
}
.slider-container .slider-next.disabled {
  opacity: .6!important;
  filter: alpha(opacity=30);
  background-position: right -33px;
  cursor: default;
}
.slider-container .slider-prev.disabled {
  opacity: .6!important;
  filter: alpha(opacity=30);
  background-position: left -33px;
  cursor: default;
}
.slider-container.posts-count-lt4 .slider-next,
.slider-container.posts-count-lt4 .slider-prev {
  display: none;
}
.slider-container .slider-next:before,
.flex-direction-nav .flex-next:before {
  content: "\f054";
  font-size: 36px;
  color: #000;
}
.slider-container .slider-prev:before,
.flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-size: 36px;
  color: #000;
  font-family: FontAwesome;
}
.slider-container .slider-next:hover:before,
.slider-container .slider-prev:hover:before,
.flex-direction-nav .flex-next:hover:before,
.flex-direction-nav .flex-prev:hover:before {
  color: #fc5b5b;
}
.slider-container .slider-next.disabled,
.slider-container .slider-prev.disabled {
  opacity: 0.4 !important;
  color: #000;
}
.slider-container .slider-next.disabled:hover:before,
.slider-container .slider-prev.disabled:hover:before {
  color: #000;
}
.slider-container::selection {
  background: transparent !important;
}
/*---------------------------------------------------------------*/
/* Products Slider
/*---------------------------------------------------------------*/
.items-slider .slide-item .post-images .blog-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 101%;
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}
.items-slider .slide-item .post-images .blog-mask h1,
.items-slider .slide-item .post-images .blog-mask h2,
.items-slider .slide-item .post-images .blog-mask h3,
.items-slider .slide-item .post-images .blog-mask h4,
.items-slider .slide-item .post-images .blog-mask h5,
.items-slider .slide-item .post-images .blog-mask h6 {
  color: white;
}
.items-slider .slide-item .post-images .blog-mask.valign-center .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.items-slider .slide-item .post-images .blog-mask.valign-bottom .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}
.items-slider .slide-item .post-images .blog-mask .mask-content {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a {
  color: white;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  border: 2px solid #fff;
  font-size: 28px;
  margin: 0 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a i {
  line-height: 34px;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  color: #FFF;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a:hover:after {
  opacity: 1;
  box-shadow: 2px 2px 0 #ffffff;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a:after {
  content: '';
  box-shadow: 0 0 0 #ffffff;
  -webkit-transition: opacity 0.3s, box-shadow 0.3s;
  -moz-transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  pointer-events: none;
  position: absolute;
  width: 22px;
  height: 26px;
  left: 26px;
  bottom: -4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a {
  padding: 0;
  border: 2px solid #fff;
}
.items-slider .slide-item .post-images .blog-mask .mask-content a:hover {
  color: #FFF;
}
.items-slider .slide-item .post-images:hover .blog-mask {
  opacity: 1;
}
.items-slider .flex-direction-nav a {
  top: -30px;
}
.items-slider .flex-direction-nav a:active {
  top: -29px;
}
.items-slider .flex-direction-nav a:hover,
.items-slider .flex-direction-nav a:active {
  opacity: 1;
}
.items-slider .flex-direction-nav a.flex-disabled:active {
  top: -30px;
}
.items-slider .flex-direction-nav .flex-prev {
  right: 50px;
  left: auto;
}
/*---------------------------------------------------------------*/
/* Posts Slider
/*---------------------------------------------------------------*/
.posts-slider .slide-item {
  position: relative;
}
.posts-slider .post-images {
  margin-bottom: 15px;
}
.posts-slider .post-images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.posts-slider h5 {
  font-weight: normal;
  font-family: "Lato";
  font-size: 16px;
  text-transform: none;
}
.posts-slider h5 a {
  color: #292d33;
}
.posts-slider .post-date {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #444444;
  background-color: white;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  float: left;
  margin: 0 15px 0 0;
}
.posts-slider .post-date span {
  font-size: 14px;
  display: block;
}
/*---------------------------------------------------------------*/
/* Icons 
/*---------------------------------------------------------------*/
.thumbnail {
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid #f5f5f5;
  text-align: center;
  line-height: 20px;
}
.modal .modal-body div.thumbnail div {
  margin: 8px;
}
.demo-icons .demo-icon {
  padding: 5px 0;
}
.demo-icons .demo-icon i {
  margin-right: 5px;
  font-size: 18px;
}
.thumbnail i,
.demo-icons i {
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.demo-icons .demo-icon:hover {
  cursor: pointer;
}
.icon6,
.icon5,
.icon4,
.icon3,
.icon2,
.icon1 {
  float: left;
  margin-left: 20px;
}
.icon6 i,
.icon5 i,
.icon4 i,
.icon3 i,
.icon2 i,
.icon1 i {
  color: #444;
}
.modal .modal-body .icon6 {
  width: 300px;
  margin-left: 0;
}
.modal .modal-body .icon5 {
  width: 160px;
}
.modal .modal-body .icon4 {
  width: 160px;
}
.modal .modal-body .icon3 {
  width: 160px;
}
.modal .modal-body .icon2 {
  width: 70px;
}
.modal .modal-body .icon1 {
  width: 70px;
}
.icon6 i {
  font-size: 300px;
}
.icon5 i {
  font-size: 120px;
}
.icon4 i {
  font-size: 100px;
}
.icon3 i {
  font-size: 50px;
}
.icon2 i {
  font-size: 26px;
}
.icon1 i {
  font-size: 14px;
}
.icon1 .thumbnail {
  height: 62px;
}
.hover-icon {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
/*---------------------------------------------------------------*/
/* Google Maps
/*---------------------------------------------------------------*/
.gmap {
  margin-bottom: 20px;
  width: 100%;
}
.gmap img {
  max-width: none;
}
/*---------------------------------------------------------------*/
/* Toggle
/*---------------------------------------------------------------*/
.toggle-block.bordered {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.toggle-block.bordered .toggle-element {
  padding: 20px 0;
}
.toggle-block.border-top {
  border-top: 1px solid #e6e6e6;
}
.toggle-block .toggle-element:first-child {
  border-top: 1px solid #e6e6e6;
}
.toggle-block .toggle-element:first-child:last-child {
  border-top: 0;
}
.toggle-element {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 20px 20px 0;
}
.toggle-element .toggle-title {
  display: block;
  color: #292d33;
  padding: 5px 5px 5px 5px;
}
.toggle-element .toggle-title:hover {
  text-decoration: none;
}
.toggle-element .open-this {
  cursor: pointer;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  width: 20px;
  display: block;
  margin: 0 10px 0 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.toggle-element.opened .open-this {
  line-height: 19px;
}
.toggle-element .toggle-content {
  display: none;
  padding-left: 40px;
}
.toggle-element:first-child {
  /*border-top:1px solid #e6e6e6;*/
}
.toggle-element.opened .toggle-title {
  margin-bottom: 10px;
}
/*---------------------------------------------------------------*/
/* Blocks with icons
/*---------------------------------------------------------------*/
.block-with-icon {
  margin-bottom: 50px;
}
.block-with-icon i {
  float: left;
  font-size: 70px;
  min-width: 70px;
  color: #000000;
  margin: 0 30px 10px 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
/*---------------------------------------------------------------*/
/* Simple popup plugin
/*---------------------------------------------------------------*/
.emodal {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  padding: 20px;
  min-width: 320px;
  max-width: 480px;
  width: 50%;
  height: auto;
  background: white;
  opacity: 0;
  border: 20px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.emodal.eloading {
  background: #000 url(images/loading.gif) no-repeat center center;
}
.emodal.eloading .close-modal {
  display: none;
}
.emodal.shown ~ .wrapper {
  filter: blur(3px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
}
.emodal.shown {
  left: 50%;
  margin-left: -245px;
}
.emodal-overlay.with-transitions {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.emodal.with-transitions {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.emodal-overlay.shown,
.emodal.shown {
  visibility: visible;
  opacity: 1;
}
.emodal .close-modal {
  position: absolute;
  top: -55px;
  right: -20px;
  display: block;
  padding: 0;
  width: 17px;
  height: 15px;
  border-color: transparent;
  color: #bebebe;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.emodal .close-modal i {
  color: #000;
}
.emodal .close-modal i:hover {
  color: #fc5b5b;
}
.emodal .close-modal:hover {
  background-position: bottom center;
}
.emodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
/* content */
.emodal .emodal-title {
  margin-bottom: 5px;
}
.emodal .emodal-text {
  float: right;
  width: 75%;
}
.emodal img {
  float: left;
  max-width: 20%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.emodal .emodal-text h3 {
  margin-bottom: 10px;
}
.emodal .emodal-text .button {
  margin-right: 20px;
  margin-top: 20px;
}
.emodal .emodal-text .button:last-child {
  margin-right: 0;
}
.modal-header h3 {
  margin: 0;
  font-size: 14px !important;
  line-height: 20px !important;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 3em;
}
/*
 * jQuery FlexSlider v2.0

 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  opacity: 1;
  width: 35px;
  height: 40px;
  margin: -30px 0 0;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: 0;
  font-family: FontAwesome;
  text-align: center;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:active {
  opacity: 1;
  text-decoration: none;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 20px;
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next.flex-disabled {
  opacity: .6!important;
  filter: alpha(opacity=30);
  background-position: right -33px;
  cursor: default;
}
.flex-direction-nav .flex-prev.flex-disabled {
  opacity: .6!important;
  filter: alpha(opacity=30);
  background-position: left -33px;
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 17px;
  height: 17px;
  display: block;
  background-image: url(images/flex-control-points.png);
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
}
.flex-control-paging li a.flex-active {
  background-position: bottom center;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.wpb_flexslider .flex-control-paging {
  display: none;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*---------------------------------------------------------------*/
/* Revolution Slider
/*---------------------------------------------------------------*/
.fullwidthbanner-container .tp-rightarrow.default,
.fullwidthbanner-container .tp-leftarrow.default {
  background-image: none !important;
  font-family: FontAwesome;
  text-indent: 0;
  height: 80px !important;
  width: 80px !important;
  line-height: 80px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.fullwidthbanner-container .tp-rightarrow.default {
  right: 10px !important;
}
.fullwidthbanner-container .tp-rightarrow.default:before {
  content: "\f054";
  font-size: 46px;
  color: #ccc;
}
.fullwidthbanner-container .tp-leftarrow.default {
  left: 0 !important;
}
.fullwidthbanner-container .tp-leftarrow.default:before {
  content: "\f053";
  font-size: 46px;
  color: #ccc;
}
/*---------------------------------------------------------------*/
/* Testimonials slider
/*---------------------------------------------------------------*/
.cbp-qtrotator {
  position: relative;
  margin: 10px auto 30px auto;
  width: 100%;
}
.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}
.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}
.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}
.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}
.cbp-qtprogress {
  position: absolute;
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
  background-color: #4d4d4d;
}
.cbp-qtrotator blockquote {
  margin: 0;
  background-color: white;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 24px;
}
.cbp-qtrotator blockquote:after {
  content: "";
  display: block;
  background: url(images/testimonial-arrow.png) no-repeat center center;
  width: 27px;
  height: 14px;
  position: absolute;
  bottom: 47px;
}
.cbp-qtrotator blockquote footer {
  margin-top: 10px;
}
.cbp-qtrotator blockquote footer cite {
  font-style: italic;
  display: inline;
}
.cbp-qtrotator .author {
  color: #292d33;
}
.cbp-qtrotator .author .url {
  display: block;
}
.cbp-qtrotator .author .url a {
  color: #8d8f91;
}
.cbp-qtrotator blockquote footer:before {
  content: '― ';
}
.cbp-qtrotator .cbp-qtcontent a.avatar-link {
  display: block;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
}
.cbp-qtrotator .cbp-prev,
.cbp-qtrotator .cbp-next {
  font-size: 18px;
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.cbp-qtrotator .cbp-prev:hover,
.cbp-qtrotator .cbp-next:hover {
  color: #292d33;
}
.cbp-qtrotator .cbp-prev {
  right: 20px;
}
/* Reset - A few useful declerations to stop other peoples CSS interfering with our own */
.sxy-zoom-container .sxy-zoom-viewport img {
  max-width: none !important;
  border-radius: 0 !important;
}
/* Global */
.sxy-zoom-container {
  /* -moz-box-shadow: 0 1px 6px #aaa; -webkit-box-shadow: 0 1px 6px #aaa; box-shadow:  0 1px 6px #aaa; */
}
.sxy-zoom-container .sxy-zoom-viewport {
  z-index: 1000;
}
.sxy-zoom-container img {
  border: 0;
}
.sxy-zoom-container div {
  margin: 0;
  padding: 0;
  border: 0;
}
.sxy-zoom-container .sxy-zoom-dragpad,
.sxy-zoom-container .sxy-overlay,
.sxy-zoom-container .inner-thumb,
.sxy-zoom-container .sxy-zoom-bg {
  width: 100%;
  height: 100%;
}
.sxy-zoom-bg {
  left: 0;
  top: 0;
  position: absolute;
}
.sxy-zoom-container .sxy-controls {
  height: 100%;
}
.sxy-zoom-container .overlay {
  height: 100%;
}
.sxy-zoom-container .sxy-slider {
  height: 100%;
}
.sxy-zoom-container .sxy-zoom-dragpad {
  position: absolute !important;
  left: 0;
  top: 0;
}
/* Controls */
.sxy-zoom-container .sxy-controls {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 26px;
  left: -26px;
  top: 0px;
  position: absolute;
  overflow: hidden;
  filter: inherit;
}
.sxy-zoom-container .sxy-controls .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  background: #fff;
  filter: inherit;
}
.sxy-zoom-container .in {
  filter: inherit;
  left: 2px;
  width: 22px;
  height: 23px;
  background: url(images/controls.png) 0px -15px;
  position: relative;
  display: block;
  top: 3px;
}
.sxy-zoom-container .out {
  filter: inherit;
  width: 22px;
  height: 23px;
  background: url(images/controls.png) 0px -38px;
  position: relative;
  left: 2px;
  display: block;
}
.sxy-zoom-container .sxy-slider {
  filter: inherit;
  background: url(images/controls.png) -25px 0px repeat-y;
  position: relative;
}
.sxy-zoom-container .sxy-handle {
  filter: inherit;
  left: 2px;
  width: 20px;
  height: 16px;
  background: url(images/controls.png) 0px 0px no-repeat;
  top: 20px;
  position: absolute;
  font-size: 0;
}
/* Mode :: Common */
.sxy-zoom-container {
  position: relative;
}
.sxy-zoom-container .sxy-zoom-viewfinder {
  position: absolute;
  border: 1px solid #d9cfba;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sxy-zoom-container .inner-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.sxy-zoom-container .sxy-zoom-dragpad {
  position: relative;
}
.sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sxy-zoom-container .sxy-zoom-viewport {
  position: absolute;
  overflow: hidden;
  top: 0;
}
.sxy-zoom-container .sxy-zoom-viewport img {
  position: absolute;
}
.sxy-zoom-container.sxy-zoom-loading .sxy-loading {
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  opacity: 0.35;
}
.sxy-zoom-container.sxy-zoom-loading .sxy-loading span {
  background: url(images/loading.gif) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
/* Mode :: Dock  filter: alpha(opacity = 0); */
.sxy-zoom-mode-dock .sxy-zoom-viewport {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #000;
  position: absolute;
  overflow: hidden;
  top: 0;
  box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
}
.sxy-zoom-mode-dock .sxy-zoom-dragpad .sxy-overlay {
  background: #000000;
  opacity: 0.0;
}
/* Mode :: Window */
.sxy-zoom-mode-window .sxy-zoom-viewfinder {
  z-index: 1001;
}
/* Mode :: Lens */
.sxy-zoom-mode-lens .sxy-zoom-viewport {
  border: 1px solid #000;
  position: absolute;
  overflow: hidden;
  top: 0;
  box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
}
/* Mode :: Slippy */
.sxy-zoom-mode-slippy .sxy-zoom-dragpad {
  cursor: pointer;
}
.sxy-zoom-mode-slippy .sxy-zoom-dragpad.down {
  cursor: move;
}
/*---------------------------------------------------------------*/
/* Loader
/*---------------------------------------------------------------*/
#floatingCirclesG {
  position: absolute;
  top: 27%;
  left: 36%;
  z-index: 4;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.f_circleG {
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8e8e8;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  animation-name: f_fadeG;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#frotateG_01 {
  top: 20px;
  left: 0;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}
#frotateG_02 {
  top: 6px;
  left: 6px;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#frotateG_03 {
  top: 0;
  left: 20px;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
#frotateG_04 {
  top: 6px;
  right: 6px;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}
#frotateG_05 {
  top: 20px;
  right: 0;
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -ms-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s;
}
#frotateG_06 {
  right: 6px;
  bottom: 6px;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s;
}
#frotateG_07 {
  bottom: 0;
  left: 20px;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
}
#frotateG_08 {
  bottom: 6px;
  left: 6px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
100% {
  background-color: #e8e8e8;
}
/*---------------------------------------------------------------*/
/* WOOCOMMERCE
/*---------------------------------------------------------------*/
.product-info .woocommerce-price-suffix {
  color: #929292;
  font-size: 14px;
  float: left;
  margin-top: 15px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-demo-store {
  margin-top: 30px;
}
p.demo_store {
  background: #222;
  color: #fff;
  font-size: 1em;
  left: 0;
  margin: 0;
  padding: .5em 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99998;
}
.admin-bar p.demo_store {
  top: 28px;
}
.woocommerce small.note,
.woocommerce-page small.note {
  color: #777;
  display: block;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  color: #777;
  font-size: .92em;
  padding: 0;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  float: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .button:focus,
.woocommerce #content div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus,
.woocommerce-page #content div.product form.cart .button:focus {
  outline: none;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-left: 1em;
  padding-right: 1em;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  -moz-border-radius: 20px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  background: 0;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 6px;
  line-height: 32px;
  margin: 0;
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 #85ad74;
  top: 6px;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  background: transparent none;
  border: 0;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
p.stars {
  display: inline-block;
  margin: 3px 0 -4px 10px !important;
}
p.stars span {
  background: url(images/star-inactive.png) repeat-x left 0;
  float: left;
  height: 20px;
  position: relative;
  width: 109px;
}
p.stars span a {
  float: left;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 22px;
  position: absolute;
  top: 0;
  width: 16px;
}
p.stars span a:hover,
p.stars span a:focus,
p.stars span a:hover,
p.stars span a:focus {
  background: url(images/star-active.png) repeat-x left 0;
}
p.stars span a.active,
p.stars span a.active {
  background: url(images/star-active.png) repeat-x left 0;
  border: none;
}
p.stars span a.star-1,
p.stars span a.star-1 {
  width: 22px;
  z-index: 10;
}
p.stars span a.star-2,
p.stars span a.star-2 {
  width: 44px;
  z-index: 9;
}
p.stars span a.star-3,
p.stars span a.star-3 {
  width: 66px;
  z-index: 8;
}
p.stars span a.star-4,
p.stars span a.star-4 {
  width: 88px;
  z-index: 7;
}
p.stars span a.star-5,
p.stars span a.star-5 {
  width: 109px;
  z-index: 6;
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  padding: 8px;
  width: 150px;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  font-style: italic;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: separate;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 700;
  line-height: 18px;
  padding: 9px 12px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: .85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  font-size: .8751em;
  margin: .25em 0 .5em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  clear: left;
  float: left;
  font-weight: 700;
  margin: 0 .25em 0 0;
  padding: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  margin: 0 0 .25em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart th,
.woocommerce #content table.cart td,
.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 1em;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background-color: red;
  color: #fff;
}
.woocommerce table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
  float: right;
  margin-left: .25em;
}
.woocommerce table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page table.cart input,
.woocommerce-page #content table.cart input {
  line-height: 1em;
  margin: 0;
  vertical-align: middle;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  list-style: none;
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  font-size: .8751em;
  margin: 0;
  padding-left: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  clear: left;
  float: left;
  margin-right: .25em;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  margin-bottom: .5em;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #f7f6f7;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  display: inline-block;
  min-width: 40px;
}
.woocommerce .widget_shopping_cart .product-item-right, 
.woocommerce-page .widget_shopping_cart .product-item-right {
  overflow: hidden; 
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  float: left;
  width: 30.75%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  clear: right;
  float: right;
  margin: 20px 0 0;
  text-align: right;
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  display: block;
  float: none;
  width: 100%;
}
.shipping-calculator-form p {
  margin: 10px 0 !important;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  text-align: left;
  width: 48%;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-collapse: separate;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 20px 0px !important;
  border-color: #ddd !important;
  border-top: 1px solid #ddd !important;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
  color: #777;
  display: block;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #f7f6f7;
  padding: 6px;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: block;
  font-size: .92em;
  width: 193px;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin: 0 0 20px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -moz-transition: opacity .5s .5s ease;
  -webkit-transition: opacity .5s .5s ease;
  opacity: 0;
  transition: opacity .5s .5s ease;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  border: 0;
  color: red;
  font-weight: 700;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: block;
  float: left;
  margin-right: 5px;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
form .form-row input.input-text,
form .form-row textarea,
form .form-row input.input-text,
form .form-row textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  margin: 0;
  outline: 0;
  width: 100%;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 120px;
  line-height: 1.5em;
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
  background-image: url(images/icons/valid.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
  background-image: url(images/icons/invalid.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
form .form-row-first,
form .form-row-last,
form .form-row-first,
form .form-row-last {
  float: left;
  overflow: visible;
  width: 47%;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.register {
  margin: 2em 0;
  text-align: left;
}
.lost_password {
  margin-left: 10px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  width: 280px;
  float: right;
}
.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
  clear: none;
  float: left;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  clear: left;
  padding: 0;
  width: 100%;
}
.woocommerce .checkout #ship-to-different-address {
  float: right ;
  margin-top: 38px;
}
.woocommerce .checkout #ship-to-different-address label {
  float: left;
  margin-right: 5px;
  font-size: 11px;
}
.woocommerce .checkout #ship-to-different-address .input-checkbox {
  float: left;
}
.woocommerce #payment,
.woocommerce-page #payment {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f7f6f7;
  border-radius: 5px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  list-style: none outside;
  margin: 0;
  text-align: left;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  font-weight: 400;
  line-height: 2em;
  text-align: left; 
}
.woocommerce #payment ul.payment_methods li.woocommerce-info, 
.woocommerce-page #payment ul.payment_methods li.woocommerce-info {
  padding-left: 10px; 
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  margin: -2px 0 0 0.5em;
  position: relative;
  vertical-align: middle;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  border-top: 1px solid #fff;
  padding: 1em;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  margin: 0;
  padding: 9px 40px;
  border: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #ed1c2e;
  color: #fff;
  font-size: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  display: inline-block;
  margin-top: 5px;
  margin-left: -2px;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #5e5e5e;
  font-size: .92em;
  line-height: 1.5em;
  margin: 1em 0;
  padding: 1em 2%;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 96%;
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.woocommerce #payment div.payment_box .form-row select,
.woocommerce-page #payment div.payment_box .form-row select {
  float: left;
  margin-right: 3.8%;
  width: 48%;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border: 8px solid #ebe9eb;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: 0;
  margin: -1em 0 0 2em;
  position: absolute;
  top: -3px;
}
.woocommerce-order-details {
  clear: both;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  list-style: none;
  margin: 0 0 1.5em;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  border-right: 1px dashed #dfdbdf;
  float: left;
  font-size: .715em;
  line-height: 1em;
  margin-right: 2em;
  padding-right: 2em;
  text-transform: uppercase;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.5em;
  text-transform: none;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
  list-style: none;
  margin-left: 0;
  padding-left: 1.5em;
}
.woocommerce.widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  font-size: 14px;
  line-height: 2.4em;
  text-align: left;
}
.woocommerce.widget_price_filter .price_slider_amount span,
.woocommerce-page .widget_price_filter .price_slider_amount {
  color: #090909;
  line-height: 40px;
}
.woocommerce.widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: right;
  font-size: 14px;
}
.woocommerce.widget_price_filter .price_slider_amount .button:focus,
.woocommerce-page .widget_price_filter .price_slider_amount .button:focus {
  outline: none; 
}
.woocommerce.widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  cursor: pointer;
  height: 10px;
  border-radius: 10px;
  outline: none;
  position: absolute;
  top: -3px;
  width: 10px;
  z-index: 2;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -5px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  border: 0;
  border-radius: 1em;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #dddddd;
  border-radius: 1em;
}
.woocommerce.widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.twentythirteen .entry-summary {
  padding: 0;
}
.post-edit-link, .vc_inline-link {
  display: inline-block; 
}
.clear,
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first,
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first,
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide,
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.nobr,
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after,
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after,
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce-page #content div.product p.cart:merce div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after,
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after,
.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:after,
.woocommerce .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .related:after,
.woocommerce-page .upsells.products:after,
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after,
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after,
.woocommerce p.stars:after,
.woocommerce-page p.stars:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after,
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after,
.woocommerce .order_details:after,
.woocommerce-page .order_details:after,
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
  content: "";
  display: block;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-year,
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit,
.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce form.checkout h3,
.woocommerce-page form.checkout h3 {
  clear: both; 
}
.woocommerce div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #85ad74;
}
.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a.last,
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last,
.woocommerce #payment div.payment_box .form-row select:nth-child(3n),
.woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
  margin-right: 0;
}
.woocommerce div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce-page #content div.product div.social span span,
.woocommerce #reviews h3,
.woocommerce-page #reviews h3,
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  color: #777;
  text-decoration: none;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
  clear: both; 
}
.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:before,
.woocommerce-page div.product form.cart:after {
    display: table;
    content: "";
    line-height: 0;
}
.woocommerce div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce-page #content div.product p.cart,
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce.widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce .related ul.products,
.woocommerce .related ul,
.woocommerce .upsells.products ul.products,
.woocommerce .upsells.products ul,
.woocommerce-page .related ul.products,
.woocommerce-page .related ul,
.woocommerce-page .upsells.products ul.products,
.woocommerce-page .upsells.products ul,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button,
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p,
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: .83em;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions,
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce #payment div.payment_box #cc-expire-month,
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-month,
.woocommerce-page #payment div.payment_box #cc-expire-year {
  float: left;
  width: 48%;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder,
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder,
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: 1em;
  padding-top: 2px;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes,
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child,
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce .edit,
.woocommerce-page .edit {
  clear: both;
}
td.actions .checkout-button {
  display: none;
}
.woocommerce-checkout-payment {
  background: #fff !important;
  border: none;
}
.woocommerce-checkout-payment .payment_box {
  box-shadow: none !important;
}
.woocommerce-checkout-payment.form-row {
  border: none !important;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none !important;
}
.woocommerce-shipping-calculator {
  width: 280px;
  box-sizing: border-box;
  margin: 0;
  margin-left: 30px;
  float: right;
}
.cart_totals .cart-subtotal .amount {
  margin-left: 30px;
}
.cart_totals .cart-subtotal td {
  text-align: right;
}
.cart-discount th,
.cart-discount td {
  padding: 10px 6px !important;
}
.cart-discount td {
  text-align: right;
}
.woocommerce-MyAccount-content {
  width: 72%;
  float: left;
}
.woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
  margin-right: 15px;
}
.woocommerce-Address address {
  clear: both; 
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none !important;
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: inline-block;
  color: #929292;
  font-size: 13px;
  padding: 10px 0;
}
/*---------------------------------------------------------------*/
/* [--end--] WOOCOMMERCE
/*---------------------------------------------------------------*/
/*==========================================
=            owl slider product            =
==========================================*/
.owl-theme .item {
  padding: 0 15px;
}
.owl-theme .product-mask {
  display: none;
}
.owl-theme .product-name a {
  color: #292d33;
  font-family: "Lato", Arial;
  font-size: 14px;
  margin-bottom: 10px;
}
.owl-theme .product-name {
  margin-bottom: 0;
}
.owl-theme .price {
  display: block;
}
.owl-theme .product-excerpt {
  display: none;
}
/*=====  End of owl slider product  ======*/
/*---------------------------------------------------------------*/
/* Demo Content
/*---------------------------------------------------------------*/
.row-fluid.shortcodes-buttons .span4 {
  line-height: 50px;
  margin-bottom: 20px;
}
.brand {
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.brand:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(1%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/*============================
=            owl slider            =
============================*/
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*=====  End of owl slider  ======*/