/*
Theme Name: Seebo Theme v2
Theme URI: http://8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Version: 1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/	

* {
  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;
}
.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;
}
.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;
}
.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 {
  float: right !important;
}
.clear {
  clear: both !important;
}
.v-align-middle {
  display: table;
  width: 100%;
}
.v-item-middle {
  display: table-cell;
  vertical-align: middle;
}
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;
}
.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: 0px;
}

.cta-block .button {
  margin: 10px 0 0;
}
.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-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;
}
.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: #ff6b00;
  background-color: rgba(255, 107, 0, 0.1);
  border-color: 1px solid #ff6b00;
}
.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;
}
@font-face {
  font-family: 'Aleo-Regular';
  src: url('fonts/aleo-regular-webfont.eot');
  src: url('fonts/HelveticaNeue-Light.otf');
  src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo-regular-webfont.woff') format('woff'), url('fonts/aleo-regular-webfont.ttf') format('truetype'), url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


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;
  *margin-top: 4px;
  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;
}
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 {
  border: none;
}
.vimeo-video iframe,
.youtube-video iframe {
  max-width: 100% !important;
}
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;
}
.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 .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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.active2:hover,
button.active:hover,
button.active2:hover,
input[type="submit"].active: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%;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #ed1c2e;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkout-button:hover span {
  text-decoration: none !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 {
  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;
padding-left: 10px;
}
.top-bar .search {
  float: right;
}
.top-bar .top-links {
  float: right;
  text-transform: uppercase;
  padding-top: 2px;
  margin: 2px 0 0;
  padding: 0 0 0 15px;
}
.top-bar .top-links ul {
  /*border-left: 1px solid #d0d0d0;*/
 /* border-right: 1px solid #d0d0d0;*/
  padding: 0px;
}
.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 {
  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;
  color:#fff;
}
.links li:last-child:after {
  display: none;
}
.links li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.links li a:hover {
  color: #fff;
}
.shopping-cart-widget {
    float: right;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 14px;
    position: relative;
}
.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: 200;
  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;
}
.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;
}
.products-small .product-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}
.products-small .product-item h5 {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 3px;
}
.products-small .product-item h5 a {
  color: #292d33;
  text-transform: uppercase;
  font-size: 12px;
}
.products-small .product-item .product-image {
  display: inline-block;
  float: left;
}
.products-small .product-item .product-image img {
  margin: 0 10px 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  max-width: 80px;
}
.products-small .product-item .qty strong {
  font-weight: 400;
}
.products-small .product-item .delete-btn {
  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;
}
.products-small .product-item .delete-btn:hover {
  color: #292d33;
  text-decoration: none;
}
.products-small .product-item .price {
  float: right;
  font-size: 16px;
}
.products-small .product-item .variation {
  display: inline;
}
.products-small .product-item .variation dt,
.products-small .product-item .variation dd {
  font-weight: 200;
  display: inline;
}
.products-small .product-item .variation dd {
  font-weight: 200;
  margin-left: 3px;
  margin-right: 3px;
}
.products-small .product-item .variation dt:before {
  content: "/ ";
}
#searchform .screen-reader-text {
  display: none;
}
#searchform input[type="text"] {
  float: left;
  margin-right: 10px;
}important
.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;
  margin-top:15px;
}
.search #searchform input[type="text"] {
  margin: 0;
  float: none;
  padding: 5px 11px;
}
.search #searchform.hide-input input[type="text"] {
  display: none;
}
.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;
}
.header-type-3 .top-bar,
.header-type-2 .top-bar {
  margin-bottom: 0;
  padding: 20px 0;
}
.header-type-3 .main-nav .menu-wrapper,
.header-type-2 .main-nav .menu-wrapper {
  position: relative;
}
.header-type-3 .main-nav .menu-wrapper .logo-with-menu,
.header-type-2 .main-nav .menu-wrapper .logo-with-menu {
  display: block;
}
.header-type-3 .main-nav .menu-wrapper .menu,
.header-type-2 .main-nav .menu-wrapper .menu {
  float: right;
}
.header-type-3 .main-nav .menu-wrapper .menu > li > a,
.header-type-2 .main-nav .menu-wrapper .menu > li > a {
  padding: 25px 34px;
}
.header-type-3 .main-nav .menu-wrapper .menu > li > a:hover,
.header-type-2 .main-nav .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-2 .top-bar {
  background-color: white;
}
.header-type-2 .main-nav .menu-wrapper .menu > li > a {
  padding: 24px 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;
}
.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 .logo-with-menu {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 10px;
  width: 184px;
}
.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-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-nav {
  background: #000000;
}
.main-nav .menu{ margin:0px;}
.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,
.fixed-header .menu > li.current-menu-item > a,
.main-nav .menu > li.current-menu-parent > 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;
}
.fixed-header .logo-with-menu {
  display: block;
  width: 184px;
}
.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-3 .fixed-header .menu > li.current-menu-parent > a,
.fixed-type-1 .fixed-header .menu > li.current-menu-item > a,
.fixed-type-1 .fixed-header .menu > li.current-menu-parent > a {
  background-color: #FFF !important;
}
.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;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.side-block .close-block:hover {
  color: #c6c6c6;
}
.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;
}
.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;
}
.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;
  cursor: pointer;
  background-color: #1b1b1b;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .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 .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.et-mobile-menu > li > ul {
  border-top: 0 !important;
  padding-left: 0;
  margin-bottom: 0;
}
.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;
}
.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;
  font-family: 'robotolight';
}
.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-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: 40px;
}
.page-heading {
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0;
  text-align: center;
}
.page-heading h1 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
}
.page-heading .row-fluid .span12 {
  min-height: 1px;
}

.tab-content{
  text-transform: none;
}

.woocommerce-breadcrumb,
#breadcrumb {
  margin: 0;
  padding: 0;
}
.woocommerce-breadcrumb .current,
#breadcrumb .current {
  /*font-weight: bold;*/
  color:#FFF;
}
.sidebar-position-left .sidebar-right {
  display: none !important;
}
.sidebar-position-right .sidebar-left {
  display: none !important;
}
.sidebar-position-without .sidebar {
  display: none !important;
}
.one-fourth {
  float: left;
  margin-left: 20px;
  width: 220px;
}
.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%;
}
.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;
  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;
}
.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%;
}
.widget_product_categories .widget-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.product-categories {
  padding-left: 0;
}
.product-categories .parent-level0 > a {
  clear: right;
  display: block;
  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;
}
.product_list_widget a {
  color: #292d33;
  text-transform: uppercase;
}
.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;
}
.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 .count:before {
  font-size: 14px;
  content: " (";
}
.widget_layered_nav ul li .count:after {
  font-size: 14px;
  content: ")";
}
.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 ul {
  padding-left: 0;
  margin-left: -20px;
  margin-bottom: 0;
}
.flickr-photos li {
  list-style: none;
  float: left;
  margin: 0 0 20px 20px;
}
.flickr-photos li a {
  position: relative;
  text-align: center;
}
.flickr-photos li a:hover img {
  opacity: 0.6;
}
.flickr-photos li a: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%;
}
.flickr-photos li a 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;
}
.flickr-photos li a img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.flickr-photos li img {
  max-width: 60px;
  height: auto;
}
.wpb_flickr_widget img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.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;
}
.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: 180px;
}
.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,
.page-numbers li a,
.pagination li span,
.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,
.page-numbers li a:hover,
.pagination li span,
.pagination li a:hover {
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
}
.page-numbers .prev,
.page-numbers .next,
.pagination .prev,
.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;
}
.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;
}
.products-grid .product {
  margin-left: 20px;
  margin-bottom: 60px;
  float: left;
}
.products-grid.product-count-5 .product {
  width: 122px;
}
.products-grid.product-count-5 .product:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}
.sidebar-position-without .products-grid.product-count-5 .product {
  width: 172px;
}
.products-grid.product-count-4 .product {
  width: 158px;
}
.products-grid.product-count-4 .product:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
.sidebar-position-without .products-grid.product-count-4 .product {
  width: 218px;
}
.products-grid.product-count-3 .product {
  width: 218px;
}
.products-grid.product-count-3 .product:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.sidebar-position-without .products-grid.product-count-3 .product {
  width: 298px;
}
.product-loop .product .product-image-wrapper,
.slide-item .product .product-image-wrapper {
  position: relative;
  text-align: center;
}
.product-loop .product .product-image-wrapper .product-mask,
.slide-item .product .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;
  -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;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text,
.slide-item .product .product-image-wrapper .product-mask .mask-text {
  position: absolute;
  width: 100%;
  padding: 5px;
  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,
.slide-item .product .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,
.slide-item .product .product-image-wrapper .product-mask .mask-text p {
  line-height: 24px;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text a,
.slide-item .product .product-image-wrapper .product-mask .mask-text a {
  color: white;
}
.product-loop .product .product-image-wrapper .product-mask .mask-text a:hover,
.slide-item .product .product-image-wrapper .product-mask .mask-text a:hover {
  text-decoration: none;
}
.product-loop .product .product-image-wrapper:hover .product-mask,
.slide-item .product .product-image-wrapper:hover .product-mask {
  opacity: 1;
}
.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 {
  display: none;
}
.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;
}
.slide-item .product .product-image-wrapper,
.products-grid .product .product-image-wrapper {
  margin-bottom: 10px;
}
.slide-item .product .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;
}
.slide-item .product .product-image-wrapper .with-hover img.show-image,
.products-grid .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;
}
.slide-item .product .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;
}
.slide-item .product .product-image-wrapper .with-hover:hover img.show-image,
.products-grid .product .product-image-wrapper .with-hover:hover img.show-image {
  opacity: 1;
}
.slide-item .product .product-image-wrapper .with-hover:hover img.hide-image,
.products-grid .product .product-image-wrapper .with-hover:hover img.hide-image {
  opacity: 0;
}
.slide-item .product .star-rating,
.products-grid .product .star-rating {
  margin-bottom: 10px;
}
.slide-item .product .product-excerpt,
.products-grid .product .product-excerpt {
  display: none;
}
.slide-item .product .price,
.products-grid .product .price {
  display: block;
  margin-bottom: 10px;
}
.slide-item .product .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;
}
.added-text img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.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%;
  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 .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-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;
}
.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 .product-info {
  margin-bottom: 60px;
}
.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 .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 .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;
}
.variations td {
  padding-bottom: 10px;
}
.variations label {
  line-height: 32px;
  font-weight: 400;
  font-size: 15px;
}
.reset_variations {
  margin-left: 10px;
}
.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;
  text-indent: -99999px;
  font-size: 0;
  width: 20px;
  height: 32px;
  border: none;
}
.quantity .plus {
  background: url(images/qty-plus.png) no-repeat 1px -10px #000!important;
}

.quantity .plus:hover {
  background: url(images/qty-plus.png) no-repeat scroll 2px -44px #fff !important;
}
.quantity .minus {
  background: url(images/qty-minus.png) 1px -8px #000 no-repeat!important;
}

.quantity .minus:hover {
  background: url(images/qty-minus.png) no-repeat scroll 2px -42px #fff !important;
}
.quantity .minus:hover,
.quantity .plus:hover,
.quantity .minus:focus,
.quantity .plus:focus {
  background-position: bottom center;
}
.quantity .qty {
  width: 50px;
  text-align: center;
  margin-bottom: 0;
}
.price {
  font-size: 18px;
  margin: 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;
}
.table.products-table th {
  border-top: 1px solid #dddddd !important;
  font-family: 'Aleo', Arial;
  font-size: 14px;
  font-weight: bold;
}
.table.products-table td,
.table.products-table th {
  padding: 18px 12px;
}
.table.products-table .product-name a {
  text-transform: uppercase;
  font-size: 16px;
  color: #292d33;
}
.table.products-table .product-thumbnail {
  position: relative;
  text-align: center;
  width: 90px;
}/*
.table.products-table .product-thumbnail:hover img {
  opacity: 0.6;
}
.table.products-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%;
}*/
.table.products-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;
}
.table.products-table .product-thumbnail img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.table.products-table .quantity {
  left: 50%;
  margin: 0;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table.products-table .product-price .amount {
  color: #292d33;
  font-size: 16px;
}
.table.products-table .product-subtotal .amount {
  color: #292d33;
  font-size: 18px;
}
.table.products-table .product-remove {
  width: 15px;
}
.table.products-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;
}
.table.products-table .product-remove a:hover {
  color: #292d33;
  text-decoration: 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 {
  color: #444;
}
.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;
  font-family: 'Helvetica-Neue-Light';
}
.cart_totals .table th {
  padding: 18px 12px;
  padding-left: 0;
}
.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: 'Helvetica-Neue-Light';
}
.cart_totals .table .total th {
  color: #a6a6a6;
  border-bottom: 0;
}
.cart_totals .table .total th strong {
  color: #292d33;
  font-family: 'Helvetica-Neue-Light'!important;
}
.cart_totals .table .total td {
  color: #292d33;
  border-bottom: 0;
}
.cart_totals .table .total td strong {
  font-weight: normal;
  font-family: 'Helvetica-Neue-Light'!important;
}
.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;
}
.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_box {
  padding: 3px 0 0 10px;
}
.payment_box .woocommerce-cc-month{ margin-bottom:15px !important;}
.checkout_coupon input[type="text"] {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.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;
}
.tab-content h2,
.tab-content h1 {
  font-size: 18px;
}
#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;
}
.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-post {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.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;
  color:#929292;
}
.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;
}
.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;
}
.posted-by {
  color: #292d33;
}
.posted-by a {
  color: #292d33;
}
.tag-link .post-description a {
  font-size: 24px;
}
.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;
}
.post-single {
  margin-bottom: 20px;
}
.post-navigation {
  letter-spacing: 1px;
}
.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 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-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;
  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;
}
.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%;
  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%;
}
.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 {
 float: left;
    margin-bottom: 0;
    margin-right: 1.7%;
    margin-top: 7px;
    width: 48%; 
}
#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; clear:both;
}
.contact-page-custom #contact-form label {
  display: none;
}
.spinner {
  display: none;
}
.page-404 {
  padding: 140px 0;
  text-align: center;
}
.page-404 h1 {
  margin-bottom: 5px;
  background:none;
}
.page-404 p {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.largest {
  font-size: 180px;
  line-height: 1;
  margin-bottom: 10px;
}
#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%;
}
.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 {
  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 {
  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;
}
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;
}
.tabs {
  position: relative;
  margin-bottom: 20px;
}
.tabs .tab-title {
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 20px 27px;
  font-family: "Aleo", Arial;
  text-transform: uppercase;
}
.tabs #tab_2{ margin-left: -2px;}

.tabs .tab-title:hover {
  text-decoration: none;
}
.tabs .tab-title.opened {
  color: #FFF;
  border-bottom: 1px solid #fff;
  background:#ff6b00;
}
.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;
}
.footer-sidebar-widget .copyright{margin-top:20px; color: #929292; }

@media (min-width:1000px) {
	
.footer-sidebar-widget .copyright{margin-top:1em; color: #929292; position:relative; left:12px;}
	
}

@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;
}
.items-slider .slider .slide-item {
  float: left;
}
.items-slider::selection {
  background-color: transparent !important;
}
.slider-title {
  text-align: center;
}
.items-slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: inherit !important;
  width: 100%;
  height:420px !important;
}
.items-slider .slider {
  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%;
  border-top: 2px solid #e9e9e9;
}
.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;
}
.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;
}
.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 .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;
}
.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 .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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;
}
.gmap {
  margin-bottom: 20px;
  width: 100%;
}
.gmap img {
  max-width: none;
}
.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.opened .toggle-title {
  margin-bottom: 10px;
}
.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;
}
.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;
}
.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;
}
.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 {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.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;
}
.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;
}
.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;
  }
}
.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;
}
.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;
}
.sxy-zoom-container .sxy-zoom-viewport img {
  max-width: none !important;
  border-radius: 0 !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.sxy-zoom-mode-window .sxy-zoom-viewfinder {
  z-index: 1001;
}
.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);
}
.sxy-zoom-mode-slippy  .sxy-zoom-dragpad {
  cursor: pointer;
}
.sxy-zoom-mode-slippy  .sxy-zoom-dragpad.down {
  cursor: move;
}
#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;
}
.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");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -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%);
}
#contactsMsgs .error{border-color: #ef8080;
    border-radius: 5px;
    margin: 8px 0;
    padding: 8px 5px;
    width: 47%;
	}
#contactsMsgs .error .close-parent{right: 15px; top: 16px;}

.input-checkbox{ width:10px;}
.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    clear: both;
    content: " ";
    display: block;
}

body, select, .shopping-cart-widget .cart-summ .items, .products-small .product-item a, .woocommerce-breadcrumb, #breadcrumb, .woocommerce-breadcrumb a, #breadcrumb a, .widget_categories a, .recent-post-mini a, .etheme_widget_recent_comments .comment_link a, .product-categories li ul a, .product_list_widget del .amount, .widget_layered_nav ul li a, .page-numbers li a, .page-numbers li span, .pagination li a, .pagination li span, .single-product-page .images .main-image-slider ul.slides .zoom-link:hover, .quantity .qty, .price .from, .price del, .posted-in a, .tabs .tab-title, .tabs .tab-title-left, .toggle-element .open-this, .shipping_calculator i {
    color: #929292;
}
/*
body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a, pre{
 font-family: 'Helvetica Neue Light'!important;
 font-weight:500px;
}*/
body {
    background: url("../theleader-child/images/header-bg.png") repeat scroll 0 0 #000000;
    color: #111111;
    font-size: 14px !important;
    font-weight: 300;
}
body {
    background-color: #ffffff;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    line-height: 1.5; font-weight:300;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    word-wrap: break-word;
}
body {
    margin: 0;
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}

.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
    display: block;
    float: left;
    margin: 5px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.tp-bgimg defaultimg{ margin:0px auto !important; clear:both; }
/*
.footer, .container, .row .one-fourth .with-map p{color:#FFF;}
.footer, .container, .row .one-fourth  p{color:#FFF;}
*/

.webmaster {
    float: right;
    margin: 0 100px 0px 0;
}
.webmaster > a:hover {
    color: #FF8F19;
}

.icon_img{color:#fd6d02; font-size:18px;}
#ui-accordion-1-panel-0, h3{ color:#333;}
.search #searchform #s{margin-top:10px;}
.title_service {
    color: #f68620;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.watch_icon {
    height: 40px;
    width: 46px;
    position: relative;
    top: -4px;
}
.listen_icon  {
    height: 40px;
    width: 46px;
    position: relative;
    top: -4px;
}
.record_icon {
    height: 40px;
    width: 46px;
    position: relative;
    top: -4px;
}
i img {
    margin: 0 10px 0 0;
}
.text-center {
text-align:center;}

.display-img img {
    margin: 3px auto;
}
.bub_title{
margin:15px 0;}
.margin1{
margin:15px 0;
float:left;
width:100%;
}
#searchForm > div {
    color: #000000;
}
.cta-block .span12 {
    color: #929292;
}
.page-id-2585 .breadcrumbs.container {
    display: none;
}
.posted_in {
    color: #000;
}
iframe.alignright {
    float: right;
    margin-bottom: 20px;
}
.tp-bgimg.defaultimg {
    background-size: cover !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tabs .tab-title {
	padding: 20px 20px;
	}
	.body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a, pre{
	font-weight: normal;
	}
	strong, b{
	font-weight: normal;
	}
}

.shipping {
    /*display: none;*/
}

.note {
    font-size: 9px;
}

.tp-rightarrow.default {
    position: absolute !important;
    top: 187px !important;
}
.tp-leftarrow.default { position: absolute !important;
    top: 187px !important;
}  