@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url("font-awesome.css");
@import url("hint.min.css");
/* Placeholder mixin */
.lato, body, #comments #reply-title {
  font-family: "Lato", sans-serif;
}

html {
  height: 100%;
}

body {
  color: #737373;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p {
  font-style: normal;
}
body.boxed {
  background: whitesmoke url("../img/bg/boxed_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

a {
  color: #92a9b7;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
}

/* Re-usable styles */
.playfair, h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.reset, #searchform fieldset, #nav .dropdown ul, #subnav > ul, .widget.widget_calendar table {
  margin: 0;
  padding: 0;
}

.cf:before, #post-author:before, .post .post-content > .woocommerce:before, .wpcf7-form-control-wrap:before, ul.accordion > li .content:before, .cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  content: " ";
  display: table;
}
.cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  clear: both;
}

/* Start */
#wrapper {
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
.boxed #wrapper {
  background: #fff;
  max-width: 1260px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.4);
}
#wrapper [role="main"] {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 1250px) {
  #wrapper [role="main"] {
    margin-bottom: 0 !important;
  }
}

/* Searchform */
#searchform {
  margin: 0;
}
#searchform fieldset {
  position: relative;
  border: 0;
}
#searchform fieldset input {
  margin-bottom: 0;
  text-transform: uppercase;
  padding-right: 30px;
}
#searchform fieldset:before {
  display: block;
  font-size: 16px;
  content: "\f002";
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 400;
  font-family: 'FontAwesome';
  z-index: 99;
  color: #757575;
}
#sidr-main #searchform {
  margin-bottom: 20px;
  clear: both;
}
#sidr-main #searchform input {
  background: #fff;
}

/* Header */
#subheader {
  padding: 15px 0;
  background: #222222;
}
#subheader .social a {
  color: #c7c7c7;
  padding: 0 15px;
  line-height: 20px;
}
#subheader .social a:hover {
  color: #fff;
}

#header .logo .logolink {
  display: block;
  float: left;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .logo .logolink {
    width: 100%;
    text-align: center;
  }
}
#header .logo .logolink.hide-logo {
  display: block;
}
@media only screen and (max-width: 940px) {
  #header .logo .logolink.hide-logo {
    display: none;
  }
}
#header .logo .logolink.show-logo {
  display: none;
  max-height: 40px;
}
#header .logo .logolink.show-logo img {
  max-height: 100%;
  float: left;
}
@media only screen and (max-width: 940px) {
  #header .logo .logolink.show-logo {
    display: block;
  }
}
#header .logo .logoimg {
  display: block;
}
#header .navholder {
  float: right;
}
#header .navholder .header_line {
  font-size: 11px;
  padding-top: 12px;
  text-align: right;
  clear: left;
  color: #b8b8b8;
}
#header .navholder .header_line p {
  font-size: inherit;
  margin: 0;
  color: inherit;
}
#header.style1 {
  background: #222222;
  padding: 25px 0;
}
#header.style2 {
  padding: 25px 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
#header.style2 #nav {
  border-bottom: 0;
  float: right;
}
#header.style3 {
  background: #222222;
  padding: 25px 0;
}

#nav {
  padding: 12px 0 0;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}
#nav .sf-menu {
  list-style: none;
  margin: 0;
}
#nav .sf-menu a {
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
#nav .sf-menu > li {
  display: block;
  float: left;
  position: relative;
}
#nav .sf-menu > li > a {
  display: block;
  padding: 13px 25px 13px 0;
  line-height: 1;
  font-weight: 900;
  color: #222222;
  z-index: 1000;
  position: relative;
}
#nav .sf-menu > li > a > h6 {
  display: none;
}
#nav .sf-menu > li > a:hover {
  color: #10b4aa;
}
@media only screen and (max-width: 940px) {
  #nav .sf-menu > li > a {
    padding-right: 15px;
  }
}
#nav .sf-menu > li.menu-item-has-children > a {
  padding-right: 25px;
}
@media only screen and (max-width: 940px) {
  #nav .sf-menu > li.menu-item-has-children > a {
    padding-right: 15px;
  }
}
#nav .sf-menu > li.menu-item-has-children:hover > a, #nav .sf-menu > li.menu-item-has-children > a.active {
  padding-bottom: 20px;
  color: #10b4aa;
}
#nav .dropdown {
  display: none;
  padding: 5px 0px 5px 20px;
  border-top: 4px solid #10b4aa;
  position: absolute;
  top: 100%;
  left: -20px;
  background: #fff;
  margin-top: 0;
  z-index: 9999;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
#nav .dropdown:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 35px;
  z-index: 1000;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #10b4aa transparent;
}
#nav .dropdown.menu-left {
  left: auto;
  right: -20px;
}
#nav .dropdown.menu-left:after {
  left: auto;
  right: 30px;
}
#nav .dropdown h6 {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222222;
}
#nav .dropdown .dropdown-column {
  min-width: 200px;
  float: left;
}
#nav .dropdown ul {
  display: block;
  list-style: none;
  width: 100%;
}
#nav .dropdown ul > li.menu-item-has-children, #nav .dropdown ul > li.image {
  min-width: 200px;
  float: left;
}
#nav .dropdown ul li {
  display: block;
  min-width: 180px;
}
#nav .dropdown ul li a {
  display: block;
  padding: 10px 0;
  margin-right: 20px;
  border-bottom: 1px solid #ededed;
  color: #858585;
}
#nav .dropdown ul li a:hover {
  color: #222222;
}
#nav .dropdown ul li.image a {
  font-size: 0;
  float: right;
  border: 0;
  margin: 0;
}
#nav .dropdown ul li.image a img {
  float: left;
  margin-right: 20px;
  max-width: 200px;
  margin-bottom: 5px;
}
#nav .dropdown ul li:not(.menu-item-has-children):last-child a {
  border-bottom: 0;
}
.style3 #nav {
  float: right;
  border: 0;
  padding-top: 0;
  background: #222222;
  height: 40px;
}
.style3 #nav .sf-menu > li:after {
  color: #fff;
}
.style3 #nav .sf-menu > li > a {
  color: #fff;
}
.style3 #nav .sf-menu > li > a:hover, .style3 #nav .sf-menu > li > a.active {
  color: #10b4aa;
}
.style3 #nav .sf-menu > li > a, .style2 #nav .sf-menu > li > a {
  padding: 13px 0 13px 25px;
}
.style3 #nav .dropdown, .style2 #nav .dropdown {
  left: 0;
}
.style3 #nav .dropdown.menu-left, .style2 #nav .dropdown.menu-left {
  left: auto;
  right: -20px;
}

#subnav {
  border-bottom: 1px dotted #737373;
  padding-bottom: 10px;
  float: left;
}
#subnav > ul {
  list-style: none;
  text-align: right;
}
#subnav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}
#subnav > ul > li > a {
  font-size: 11px;
  text-transform: uppercase;
  color: #b8b8b8;
}
#subnav > ul > li > a:hover {
  color: #fff;
}
#subnav > ul > li > a i {
  font-size: 10px;
  margin: 0 4px 0 0;
}
#subnav > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  border-left: 1px solid #c2c2c2;
  top: 7px;
  left: 0;
}
#subnav > ul > li:first-child {
  padding-left: 0;
}
#subnav > ul > li:first-child:after {
  border: 0;
}
#subnav > ul > li:last-child {
  padding-right: 0;
}
#subnav > ul > li .smallcartbtn {
  padding-left: 20px;
  background: transparent url("../img/cart-icon-small-dark.png") left center no-repeat;
  background-size: 12px 13px;
}
.style2 #subnav {
  border-bottom: 0;
  padding-bottom: 0;
  float: right;
}
.style2 #subnav li:after {
  border-color: #4d4d4d;
}
.style3 #subnav {
  border-bottom: 0;
  float: right;
}
.style3 #subnav > ul > li {
  padding: 0 10px;
}
.style3 #subnav > ul > li:after {
  display: none;
}
.style3 #subnav > ul > li > a {
  font-size: 13px;
}
.style3 #subnav > ul > li > a i {
  font-size: 14px;
}

.mainbox {
  float: right;
}
@media only screen and (max-width: 767px) {
  .mainbox {
    display: none;
  }
}
.style3 .mainbox {
  width: 100%;
}
.mainbox .cart_container {
  float: right;
}

#quick_cart {
  float: right;
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #3c3c3c;
  padding: 4px;
  margin-left: 25px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#quick_cart:hover, #quick_cart.active {
  border-color: #fff;
}
.style3 #quick_cart {
  display: inline-block;
  width: auto;
  height: 13px;
  border: 0;
  margin: 0;
  padding: 1px 0 4px 0;
}
.style3 #quick_cart #mycartbtn {
  background: none;
  width: 14px;
  height: 13px;
  position: relative;
  padding-right: 5px;
  padding-left: 20px;
  background: transparent url("../img/cart-icon-small-dark.png") left center no-repeat;
  background-size: 12px 13px;
}
.style3 #quick_cart .float_count {
  background: none;
  width: auto;
  height: auto;
  line-height: 1;
  top: 0;
  right: 0;
}
#quick_cart #mycartbtn {
  display: block;
  width: 55px;
  height: 55px;
  background: white url("../img/cart-icon.png") center center;
  background-size: 55px 55px;
}
#quick_cart .cart_holder {
  padding-top: 5px;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1001;
  display: none;
  float: left;
}
#quick_cart .cart_details {
  background: #fff;
  width: 350px;
  float: left;
  padding: 20px;
  text-align: left;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
#quick_cart .cart_details p {
  display: block;
  margin: 10px;
  font-size: 14px;
  color: #222222;
}
#quick_cart .cart_details li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #bcbcbc;
}
#quick_cart .cart_details li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
#quick_cart .cart_details li figure {
  float: left;
  width: 70px;
  height: 60px;
}
#quick_cart .cart_details li .remove {
  display: block;
  background: #ebebeb;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #222222;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#quick_cart .cart_details li .list_content {
  float: left;
  width: 240px;
  padding: 0 20px 0 20px;
}
#quick_cart .cart_details li .list_content h5 {
  margin: 0 0 9px;
  padding: 0;
  font-size: 14px;
}
#quick_cart .cart_details li .list_content h5 a {
  color: #222222;
}
#quick_cart .cart_details li .list_content .quantity {
  float: left;
  width: auto;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  margin-right: 12px;
}
#quick_cart .cart_details li .list_content .price {
  float: left;
  color: #222222;
  line-height: 26px;
  font-weight: 900;
}
#quick_cart .cart_details .subtotal {
  float: left;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #222222;
  font-weight: 900;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#quick_cart .cart_details .subtotal span {
  font-size: 16px;
  float: right;
  line-height: 1;
}
#quick_cart .cart_details .btn {
  width: 100%;
}
#quick_cart .cart_details .btn + .btn {
  margin: 2px 0 0 0;
}
#quick_cart .float_count {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #10b4aa;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  top: 11px;
  right: -9px;
}

/* Icons */
.boxed-icon {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .boxed-icon {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c7c7c7;
}
#footer .boxed-icon:hover {
  background: #fff;
  border-color: #fff;
  color: #222222;
}
.boxed-icon:hover {
  background: #222222;
  color: #fff;
}
.boxed-icon.twitter:hover {
  background: #2caae1;
  color: #fff;
}
.boxed-icon.facebook:hover {
  background: #3b5998;
  color: #fff;
}
.boxed-icon.google-plus:hover {
  background: #dd4a38;
  color: #fff;
}
.boxed-icon.pinterest:hover {
  background: #ca222e;
  color: #fff;
}
.boxed-icon.linkedin:hover {
  background: #006699;
  color: #fff;
}
.boxed-icon.instagram:hover {
  background: #406e94;
  color: #fff;
}
.boxed-icon.xing:hover {
  background: #555555;
  color: #fff;
}
.boxed-icon.tumblr:hover {
  background: #253b50;
  color: #fff;
}
.boxed-icon.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.boxed-icon.no-link {
  background: none !important;
  color: #373737;
}
.boxed-icon.no-link:hover {
  background: none !important;
  color: #373737;
}
.boxed-icon i {
  font-size: 14px;
  width: auto;
  line-height: 32px;
}
.boxed-icon.icon-1x {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.boxed-icon.icon-1x i {
  font-size: 14px;
}
.boxed-icon.icon-2x {
  font-size: 20px;
  height: 46px;
  width: 46px;
  line-height: 46px;
}
.boxed-icon.icon-2x i {
  font-size: 20px;
}
.boxed-icon.icon-3x {
  font-size: 24px;
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.boxed-icon.icon-3x i {
  font-size: 24px;
}
.boxed-icon.icon-4x {
  font-size: 28px;
  height: 58px;
  width: 58px;
  line-height: 58px;
}
.boxed-icon.icon-4x i {
  font-size: 28px;
}

.icon-1x {
  font-size: 14px;
  vertical-align: middle;
}

.icon-2x {
  font-size: 20px;
  vertical-align: middle;
}

.icon-3x {
  font-size: 24px;
  vertical-align: middle;
}

.icon-4x {
  font-size: 28px;
  vertical-align: middle;
}

/* Article Detail */
#post-sharing {
  margin-bottom: 30px;
  text-align: right;
}
#post-sharing #product_share {
  float: left;
  border: 0;
  text-align: left;
}
#post-sharing #product_share .placeholder {
  float: left;
  padding: 0;
  width: 100%;
}
#post-sharing #product_share .placeholder .button {
  padding: 0 20px 0 0;
}

#post-author {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 30px;
}
#post-author .avatar {
  float: left;
  margin: 0 20px 0 0;
}
#post-author strong a {
  font-size: 12px;
  font-weight: 900;
  display: block;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#post-author p {
  margin-bottom: 12px;
}
#post-author .boxed-icon {
  background: #fff;
  color: #e4e4e4;
}
#post-author .boxed-icon:hover {
  background: #222222;
  color: #fff;
}

#post-prevnext {
  display: block;
  border: 2px solid #222222;
  margin-bottom: 30px;
}
#post-prevnext .row {
  margin: 0;
}
#post-prevnext .row .columns {
  padding: 0;
}
#post-prevnext .post-navi.prev a {
  padding-left: 15px;
}
#post-prevnext .post-navi.prev a i {
  left: 20px;
}
#post-prevnext .post-navi.next a {
  padding-right: 15px;
  border-left: 1px solid #222222;
}
#post-prevnext .post-navi.next a i {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #post-prevnext .post-navi.next a {
    border-left: none;
    border-top: 1px solid #222222;
  }
}
#post-prevnext .post-navi a {
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 12px;
  color: #222222;
  position: relative;
  text-align: center;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#post-prevnext .post-navi a i {
  font-size: 20px;
  position: absolute;
  top: 18px;
}
#post-prevnext .post-navi a:hover {
  background: #222222;
  color: #fff;
}

/* Footer */
#footer_style_wrapper {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  #footer_style_wrapper {
    margin-bottom: 0 !important;
  }
}

#footer_container {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #footer_container {
    position: static;
  }
}

#footer {
  background: #202020;
  padding: 45px 0;
  color: #b8b8b8;
  font-size: 12px;
}

#subfooter {
  background: #0f0f0f;
  padding: 11px 0;
  color: #b8b8b8;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #subfooter {
    text-align: center;
  }
}
#subfooter p {
  margin: 0;
  line-height: 30px;
}
#subfooter .paymenttypes-container {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #subfooter .paymenttypes-container {
    text-align: center;
  }
}
#subfooter .paymenttypes {
  display: inline-block;
  margin-left: 4px;
  width: 56px;
  height: 30px;
  background: transparent url("../img/payment-types.png") top left;
  background-size: 56px 210px;
}
#subfooter .paymenttypes.visa {
  background-position: 0 0;
}
#subfooter .paymenttypes.mc {
  background-position: 0 -30px;
}
#subfooter .paymenttypes.paypal {
  background-position: 0 -60px;
}
#subfooter .paymenttypes.discover {
  background-position: 0 -90px;
}
#subfooter .paymenttypes.stripe {
  background-position: 0 -120px;
}
#subfooter .paymenttypes.amazon {
  background-position: 0 -150px;
}
#subfooter .paymenttypes.amex {
  background-position: 0 -180px;
}

/* Magnific PopUp Modifications */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
  /* Close Btn */
  /* Search Popup */
}
.mfp-move-horizontal .mfp-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  background: #fff;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-bg.product-popup {
  background: #f1f1f1;
}
.mfp-move-horizontal .mfp-content {
  max-width: 1200px;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-move-horizontal.mfp-ready .mfp-content.popup-loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1099;
  background: rgba(255, 255, 255, 0.8) url("../img/product-preloader.gif") center center no-repeat;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-close {
  text-align: right;
  background: transparent url("../img/popup-close.png") center center no-repeat;
  background-size: 15px 15px;
  top: 0;
  text-indent: 9999px;
}
.mfp-move-horizontal.searchpopup .mfp-container {
  padding-top: 140px;
}
.mfp-move-horizontal.searchpopup .mfp-container:before {
  height: auto;
}
.mfp-move-horizontal.searchpopup .mfp-container .mfp-content {
  vertical-align: baseline;
}
.mfp-move-horizontal.searchpopup .mfp-container .mfp-close {
  top: -44px;
}

/* Custom Checkbox */
.icheckbox,
.iradio {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  cursor: pointer;
  position: relative;
}
.icheckbox.checked,
.iradio.checked {
  background: #fff;
  border-color: #222222;
}
.icheckbox.checked:after,
.iradio.checked:after {
  content: '×';
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #222222;
  text-align: center;
  font-size: 14px;
}

/* Search Popup Main Styling */
#searchpopup #searchform {
  margin: 0;
}
#searchpopup #searchform fieldset {
  padding: 0 0 20px;
  border-bottom: 1px solid #313437;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#searchpopup #searchform fieldset input[type="text"] {
  font-size: 32px;
  background: none;
  padding: 0;
  font-weight: 700;
  border: 0;
  color: #222222;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#searchpopup #searchform fieldset input[type="text"].placeholder {
  color: #636363;
}
#searchpopup #searchform fieldset input[type="text"]:-moz-placeholder {
  color: #636363;
}
#searchpopup #searchform fieldset input[type="text"]::-moz-placeholder {
  color: #636363;
}
#searchpopup #searchform fieldset input[type="text"]:-ms-input-placeholder {
  color: #636363;
}
#searchpopup #searchform fieldset input[type="text"]::-webkit-input-placeholder {
  color: #636363;
}

/* Post */
.post.portfolio-post {
  margin: 40px 0;
}
.thbportfolio .post {
  margin-bottom: 30px;
}
.blog-section .post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4e4e4e;
}
.single-post .post {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.grid-style .post {
  text-align: center;
  margin-bottom: 40px;
}
.grid-style .post .post-title h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.grid-style .post .post-content {
  font-size: 14px;
  line-height: 20px;
}
.post .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
}
.search-results .post .post-meta ul {
  padding-top: 0;
}
.post .post-meta ul li {
  display: inline-block;
  color: #909090;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 20px;
}
.post .post-meta ul li i {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.post .post-meta ul li a {
  display: inline-block;
  color: #909090;
}
.thbportfolio .post .post-gallery {
  margin-bottom: 25px;
}
.single-portfolio .post .post-gallery {
  margin-bottom: 35px;
}
.post .post-gallery > .row {
  margin: 0 -1px !important;
}
.post .post-gallery > .row .columns {
  padding: 0 1px;
}
.post .post-gallery > .row .columns img {
  display: block;
  margin-bottom: 2px;
}
.post .post-gallery blockquote {
  margin: 0;
}
.post .post-gallery.link {
  background: #ffc738;
  padding: 28px 30px;
  position: relative;
}
.post .post-gallery.link:after {
  content: "\f0c1";
  font-family: 'FontAwesome';
  color: #ecb424;
  position: absolute;
  bottom: 20px;
  right: 25px;
  line-height: 1;
  font-size: 48px;
}
.post .post-gallery.link strong {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 23px;
  text-transform: uppercase;
}
.post .post-gallery.link a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}
.post .post-gallery.flex-video {
  margin-bottom: 0;
}
.single-portfolio .post .post-gallery.flex-video {
  margin-bottom: 35px;
}
.post .post-content ul, .post .post-content ol {
  margin-left: 0;
  list-style-position: inside;
}
.post .post-content ul ul, .post .post-content ul ol, .post .post-content ol ul, .post .post-content ol ol {
  margin-left: 15px;
}
.post .post-content h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  margin-top: 0;
}
.post .post-content h2 {
  font-size: 34px;
  line-height: 38px;
  margin-top: 0;
  font-weight: 700;
}
.post .post-content h3 {
  font-size: 30px;
  line-height: 34px;
  margin-top: 0;
  font-weight: 700;
}
.post .post-content h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}
.post .post-content h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
}
.post .post-content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
}
.post .post-content > .woocommerce {
  margin-bottom: 40px;
}
.post .product-information .post-title .post_categories {
  text-align: left;
  margin-bottom: 25px;
}
.post .post-title .post_categories {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post .post-title .post_categories a {
  color: #92a9b7;
  font-weight: 900;
}
.post .post-title .post_categories span {
  color: #92a9b7;
}
.thbportfolio .post .post-title .post_categories {
  margin-bottom: 5px;
}
.single-portfolio .post .post-title .post_categories {
  text-align: left;
  margin-bottom: 17px;
}
.post .post-title a {
  color: #222222;
}
.post .post-title h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
.post .post-title h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  line-height: 16px;
}
.post .post-title h3 {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 20px;
}
.post .post-title h3 + .shop-buttons {
  padding-top: 5px;
}
.post .post-title h4 {
  display: block;
  text-align: center;
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.post .post-title h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}

/* Sidebar */
.pagepadding {
  padding: 40px 0;
}

.content-padding {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .content-padding {
    padding-right: 15px;
  }
}
.content-padding.push-three {
  padding-left: 30px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .content-padding.push-three {
    padding-left: 15px;
  }
}

.blog-section {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-right: 15px;
  }
}
.blog-section.push-four {
  padding-right: 15px;
  padding-left: 30px;
}

.sidebar {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-left: 15px;
    border: 0;
  }
}
.sidebar.woo, .sidebar.no-border {
  border: 0 !important;
}
.sidebar.pull-eight, .sidebar.pull-nine {
  border-left: 0;
  border-right: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 30px;
}
.sidebar.pull-eight.woo, .sidebar.pull-nine.woo {
  border: 0;
}

.widget {
  margin-bottom: 40px;
  color: #b8b8b8;
}
.widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .widget:last-child {
    margin-bottom: 40px;
  }
}
.woo .widget {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.woo .widget:last-child {
  border-bottom: 0;
}
.widget .title {
  margin-bottom: 20px;
}
#footer .widget .title {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  display: block;
  border-bottom: 1px dotted #bcbcbc;
  padding: 15px 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a {
  color: #737373;
}
.widget.widget_tag_cloud ul li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget.widget_tag_cloud .next {
  display: none;
}
.widget.widget_calendar #calendar_wrap {
  border: 1px solid #dcdcdc;
}
.widget.widget_calendar table {
  background: #fff;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  background: #fff;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 900;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.widget.widget_calendar table tfoot {
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 900;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.widget.woocommerce.widget_layered_nav ul {
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.widget.woocommerce.widget_layered_nav ul li {
  border: 0;
  padding-top: 0;
}
.widget.woocommerce.widget_layered_nav ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
.widget.woocommerce.widget_layered_nav ul li .count {
  color: #a7a7a7;
  font-size: 14px;
}
.widget.woocommerce.widget_layered_nav ul li .count:before {
  content: '(';
}
.widget.woocommerce.widget_layered_nav ul li .count:after {
  content: ')';
}
.widget.widget_product_categories li {
  padding: 0 0 15px 0;
  border: 0;
}
.widget.widget_product_categories li a {
  font-size: 14px;
  text-transform: capitalize;
}
.widget.widget_product_categories li ul {
  margin-left: 25px;
  padding: 15px 0 0 0;
}
.widget.widget_product_categories li ul li {
  padding: 0 0 10px 0;
}
.widget.widget_product_categories li ul li a {
  text-transform: uppercase;
  font-size: 12px;
}
.widget.widget_product_categories li ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_flickr .fresco, .widget.widget_dribbble .fresco {
  width: 55px;
  margin: 0 1px 1px 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget.widget_flickr .fresco:hover, .widget.widget_dribbble .fresco:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.widget.widget_flickr .fresco a, .widget.widget_dribbble .fresco a {
  display: block;
}
.widget.widget_latestimages ul li {
  float: left;
  width: 100%;
}
.widget.widget_latestimages figure {
  float: left;
}
.widget.widget_latestimages figure img {
  width: 50px;
  margin-right: 18px;
}
.widget.widget_latestimages a.postlink {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #222222;
}
.widget.widget_subscribe_widget .row {
  margin: 0 -3px;
}
.widget.widget_subscribe_widget .row .columns {
  padding: 0 3px;
}
.widget.widget_subscribe_widget .row .columns input[type="text"] {
  height: 40px;
}
.widget.widget_subscribe_widget .row .columns .btn {
  padding: 12px 0;
  width: 100%;
}
.widget.widget_thbtwitter .created {
  display: none;
}
.widget.widget_thbtwitter ul {
  margin-bottom: 15px;
}
.widget.widget_thbtwitter li {
  font-size: 12px;
  line-height: 16px;
}
#footer .widget.widget_thbtwitter ul li a {
  color: #fdbc0e;
  font-weight: 900;
  font-size: 11px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  float: left;
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  float: left;
  width: 60px;
  margin-right: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li h6 {
  color: #222222;
  margin: 0 0 9px;
  padding: 0;
  font-size: 14px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
  float: none;
  font-size: 12px;
  line-height: 13px;
  color: #222222;
  display: block;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity .amount {
  font-weight: 900;
  color: #222222;
  font-size: 13px;
  line-height: 13px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin-top: 20px;
  padding-top: 11px;
  border-top: 2px solid #222222;
  float: left;
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total strong {
  float: left;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  float: right;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  font-weight: 900;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  float: left;
  width: 100%;
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  width: 100%;
}
.widget.widget_product_search #s {
  float: left;
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 2px;
  background-color: #e6e6e6;
  width: 3px;
}
.ps-container .ps-scrollbar-y-rail.in-scrolling .ps-scrollbar-y {
  width: 7px;
  right: -2px;
}
.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  position: absolute;
  background: #222222;
  right: 0;
  width: 3px;
}
.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y:hover {
  width: 7px;
  right: -2px;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #b8b8b8;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 1px 4px 0;
  line-height: 1;
}
#post-sharing [class^="tag-link"] {
  margin-bottom: 1px;
}
#footer [class^="tag-link"] {
  border-color: rgba(255, 255, 255, 0.1);
}
#footer [class^="tag-link"]:hover {
  border-color: white;
  color: white;
}
.widget_product_tag_cloud [class^="tag-link"] {
  font-size: 12px !important;
}

/* Pagination */
.pagination {
  margin-bottom: 30px;
}
.pagination ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  text-align: center;
}
.pagination ul.page-numbers, .pagination ul.border {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.pagination ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
}
.pagination ul li a {
  color: #222222;
}
.pagination ul li .current {
  font-weight: 900;
  text-decoration: underline;
}
.pagination ul li .next,
.pagination ul li .prev {
  font-weight: 900;
  position: relative;
}
.pagination ul li .next {
  margin-left: 40px;
}
.pagination ul li .next:after {
  content: '';
  display: block;
  width: 20px;
  border-bottom: 1px solid #222222;
  position: absolute;
  top: 7px;
  left: -35px;
}
.pagination ul li .prev {
  margin-right: 40px;
}
.pagination ul li .prev:after {
  content: '';
  display: block;
  width: 20px;
  border-bottom: 1px solid #222222;
  position: absolute;
  top: 7px;
  right: -35px;
}

/* Carousel Shortcode */
.carousel-container {
  position: relative;
}
.carousel-container .owl-controls .owl-buttons div {
  display: block;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 25px;
  margin-top: -12px;
  font-weight: 600;
  background: transparent url("../img/carousel.png");
  background-size: 27px 51px;
}
.carousel-container .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  background-position: top left;
}
.carousel-container .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: top right;
}
.carousel-container .owl-controls .owl-buttons div.owl-next {
  right: -20px;
  background-position: bottom right;
}
.carousel-container .owl-controls .owl-buttons div.owl-next:hover {
  background-position: bottom left;
}
@media only screen and (max-width: 1250px) {
  .carousel-container .owl-controls {
    display: none;
  }
}
.carousel-container .clients .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}
.carousel-container .clients .owl-controls .owl-buttons div.owl-next {
  right: -30px;
}

.carousel {
  position: relative;
  width: 100%;
}
.carousel.owl {
  display: none;
}
.carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-wrapper:hover {
  cursor: url("../img/grabbing.png") 8 8, move;
}
.carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel .owl-item {
  float: left;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-item .columns {
  width: 100% !important;
}
.carousel .owl-page,
.carousel .owl-buttons div {
  cursor: pointer;
}
.carousel .owl-controlls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel .post {
  min-height: 1px;
  position: relative;
}

.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move;
}

/* Easy Zoom */
.easyzoom {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom a {
  display: block;
  float: left;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom .easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom .easyzoom-flyout img {
  max-width: none !important;
  width: auto !important;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: pointer;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

/* Breadcrumbs */
#breadcrumbs {
  z-index: 999;
  position: relative;
  background: #fff;
}

.main-header {
  text-transform: uppercase;
  margin: 0 0 30px;
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0 20px;
}
.main-header .breadcrumb {
  display: block;
  float: right;
  background: #f7f7f7;
  font-size: 11px;
  line-height: 30px;
  color: #737373;
  padding: 0 10px;
}
.main-header .breadcrumb a {
  color: #222222;
}
.main-header .breadcrumb span {
  padding: 0 5px;
}
.main-header h1 {
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  float: left;
}

/* General Form Styling */
/* Forms */
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #ebebeb;
  padding: 12px;
  height: 37px;
  margin-bottom: 15px;
  color: #737373;
  font-size: 12px;
  background: #ebebeb;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #222222;
  color: #222222;
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid, .woocommerce-invalid-required-field input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid, .woocommerce-invalid-required-field
textarea {
  border-color: #e76049;
}
#footer input[type="text"], #footer
input[type="password"], #footer
input[type="date"], #footer
input[type="datetime"], #footer
input[type="email"], #footer
input[type="number"], #footer
input[type="search"], #footer
input[type="tel"], #footer
input[type="time"], #footer
input[type="url"], #footer
textarea {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #737373;
}
#footer input[type="text"]:focus, #footer
input[type="password"]:focus, #footer
input[type="date"]:focus, #footer
input[type="datetime"]:focus, #footer
input[type="email"]:focus, #footer
input[type="number"]:focus, #footer
input[type="search"]:focus, #footer
input[type="tel"]:focus, #footer
input[type="time"]:focus, #footer
input[type="url"]:focus, #footer
textarea:focus {
  background: transparent;
  border-color: white;
}

.parsley-error-list,
.wpcf7-not-valid-tip {
  display: none !important;
}

label {
  font-weight: 900;
  font-size: 12px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #222222;
  margin: 0 0 10px;
  line-height: 20px;
}
.woocommerce-checkout label, .customer_login label, .change_password_form label, .wpcf7-form label, #customer_login label {
  font-weight: 400;
}
label + .price {
  padding-top: 15px;
  float: left;
}

textarea {
  min-height: 108px;
}
.wpcf7-form textarea {
  min-height: 200px;
}

.select-wrapper {
  position: relative;
  float: left;
  margin-bottom: 15px;
  outline: 0;
}
.select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bababa transparent transparent transparent;
}
.select-wrapper select {
  display: block;
  font-size: 12px;
  height: 36px;
  padding: 0 34px 0 12px;
  border: 1px solid #dcdcdc;
  text-transform: uppercase;
  color: #737373;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: 1px;
  text-overflow: '';
}
.shipping-calculator-form .select-wrapper {
  width: 100%;
}
.shipping-calculator-form .select-wrapper select {
  background: #ebebeb;
  border-color: #ebebeb;
}

/* Audio Post */
.jp-video-container,
.jp-audio-container {
  position: relative;
  width: 100%;
}

.jp-interface {
  position: relative;
  width: 100%;
  height: 44px;
  background: #222222;
  z-index: 100;
}

.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.jp-controls li {
  display: inline;
}

.jp-controls a {
  position: absolute;
  overflow: hidden;
}

.jp-controls a:hover {
  background-color: transparent;
}

a.jp-play,
a.jp-pause {
  width: 44px;
  height: 44px;
  z-index: 1;
  outline: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #131313;
}

a.jp-pause {
  display: none;
}

a.jp-play:hover,
a.jp-pause:hover {
  background: rgba(0, 0, 0, 0.15);
}

.jp-progress {
  margin: 18px 0;
  padding: 0 190px 0 100px;
  position: absolute;
  height: 8px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .jp-progress {
    padding-left: 60px;
  }
}

.jp-seek-bar {
  background: #373737;
  border: 1px solid #131313;
  width: 0px;
  height: 8px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.jp-play-bar {
  width: 0px;
  height: 6px;
  background: #19cfc4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.jp-current-time {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 17px;
  left: 58px;
}
@media only screen and (max-width: 767px) {
  .jp-current-time {
    left: 172px;
  }
}

.jp-duration {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 17px;
  right: 138px;
}
@media only screen and (max-width: 767px) {
  .jp-duration {
    display: none;
  }
}

.jp-volume-bar-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 44px;
  margin: 0;
  border-left: 1px solid #131313;
}

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  background: #373737;
  width: 65px;
  height: 8px;
  cursor: pointer;
  margin: 18px 14px 0 40px;
  border: 1px solid #131313;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.jp-volume-bar-value {
  width: 0px;
  height: 6px;
  background: #19cfc4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

a.jp-mute,
a.jp-unmute {
  width: 30px;
  height: 44px;
  line-height: 44px;
  z-index: 1;
  outline: none;
  top: 0px;
  right: 80px;
  color: #fff;
}

a.jp-unmute {
  display: none;
}

/* Revolution Slider */
.tparrows {
  top: 50% !important;
}
.tparrows:before {
  display: none;
}

.tparrows.default {
  background-color: transparent !important;
  background-image: url("../img/slider.png") !important;
  background-size: 71px 135px !important;
  width: 35px !important;
  height: 67px !important;
}
.tparrows.default.tp-leftarrow {
  background-position: top left !important;
}
.tparrows.default.tp-leftarrow:hover {
  background-position: top right !important;
}
.tparrows.default.tp-rightarrow {
  background-position: bottom right !important;
}
.tparrows.default.tp-rightarrow:hover {
  background-position: bottom left !important;
}
@media only screen and (max-width: 767px) {
  .tparrows.default {
    display: none !important;
  }
}

.tp-bullets.simplebullets.round .bullet {
  width: 16px !important;
  height: 16px !important;
  background: none !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.tp-bullets.simplebullets.round .bullet:hover {
  border-color: white !important;
}
.tp-bullets.simplebullets.round .bullet.selected {
  border-color: white !important;
}
.tp-bullets.simplebullets.round .bullet.selected:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tp-bullets.simplebullets.round .tp-arrows {
  display: none !important;
}

/* Contact Page */
#contact-map {
  height: 445px;
}
#contact-map img {
  max-width: none;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #contact-map {
    height: 200px;
  }
}

/* 404 */
.notfoundimage {
  text-align: center;
  margin-top: 55px;
}

.notfound {
  margin: 55px 0;
}
@media only screen and (max-width: 767px) {
  .notfound {
    margin-top: 30px;
  }
}
.notfound h4 {
  font-size: 44px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 120px 0 35px;
}
.notfound p {
  font-size: 16px;
}
.notfound p a {
  color: #222222;
}
.notfound #searchform {
  max-width: 65%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .notfound #searchform {
    max-width: 100%;
  }
}

/* Blank Page */
body.thb-blank {
  height: 100%;
  position: relative;
  width: 100%;
}
body.thb-blank #wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* WP-Specific */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 0 0 14px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 14px 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

.aligncenter {
  clear: both;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .alignleft,
  .aligncenter,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption-text {
  margin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.gallery {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  width: 120px;
  margin: 0 1px 1px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  float: left;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

/* Mobile Menu */
.cf:before, #post-author:before, .post .post-content > .woocommerce:before, .wpcf7-form-control-wrap:before, ul.accordion > li .content:before, .cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  content: " ";
  display: table;
}
.cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  clear: both;
}

/* Sidr */
#sidr-main {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  padding: 20px;
  left: -300px;
  width: 300px;
  background: #ebebeb;
  overflow-x: hidden;
  overflow-y: auto;
}
#sidr-main #sidr-close {
  display: block;
  float: right;
  background: transparent url("../img/popup-close.png") center center no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Mobile Menu */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  margin-bottom: 2px;
}
.mobile-menu li span {
  float: right;
  margin-right: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.mobile-menu li a {
  display: block;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: #e2e2e2;
  color: #222222;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mobile-menu li a.active {
  color: #fff;
  background: #222222;
}
.mobile-menu li a.active span {
  color: #fff;
}
.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #222222;
  border-top: 1px solid #303030;
}
.mobile-menu .sub-menu li {
  margin-bottom: 1px;
}
.mobile-menu .sub-menu li a {
  margin: 0 20px;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #b8b8b8;
  background: none;
  position: relative;
  border-bottom: 1px solid #303030;
}
.mobile-menu .sub-menu li a span {
  float: none;
  margin-right: 5px;
  font-size: 14px;
}
.mobile-menu .sub-menu li a span.toggle {
  float: right;
  margin-right: 0;
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: 0;
}
.mobile-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

/* Mobile Menu Toggle */
#mobile-toggle {
  display: block;
  width: 38px;
  height: 34px;
  float: right;
  border: 1px solid #333;
  background: #202020;
  text-align: center;
  line-height: 34px;
}
#mobile-toggle i {
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
#mobile-toggle:hover {
  background: #333;
}

#mobile-cart {
  display: block;
  width: 38px;
  height: 34px;
  float: right;
  margin-left: 5px;
  border: 1px solid #333;
  background: #202020 url("../img/mobile-cart.png") center center no-repeat;
  text-align: center;
  line-height: 34px;
  background-size: 14px 16px;
}
#mobile-cart:hover {
  background-color: #333;
}

/* Comments */
.cf:before, #post-author:before, .post .post-content > .woocommerce:before, .wpcf7-form-control-wrap:before, ul.accordion > li .content:before, .cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  content: " ";
  display: table;
}
.cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  clear: both;
}

/* Isotope Specific (AJAX Portfolio) */
.isotope-item {
  z-index: 2;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .isotope-item {
    width: 100% !important;
  }
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.isotope.no-transition,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* Image Hover */
.fresco {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  line-height: 0;
}
.fresco img {
  width: 100%;
  max-width: 100%;
}
.fresco .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fresco .overlay .buttons {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px 0 0 0;
}
.fresco .overlay .details,
.fresco .overlay .zoom {
  display: inline-block;
  color: #fff;
  background: transparent;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  z-index: 40;
  padding: 0 20px;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fresco .overlay .details + a,
.fresco .overlay .zoom + a {
  margin-left: 8px;
}
.fresco .overlay .details:hover,
.fresco .overlay .zoom:hover {
  background: #a6a6a6;
  border-color: #a6a6a6;
}
.fresco:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.fresco:hover .overlay .details,
.fresco:hover .overlay .zoom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}

/* Filters */
.filters {
  list-style: none;
  margin-bottom: 35px;
  text-align: center;
}
.filters li {
  display: inline-block;
}
.filters li a {
  display: block;
  color: #737373;
  font-size: 12px;
  padding: 10px 12px;
  text-transform: uppercase;
  line-height: 1;
}
.filters li a:hover {
  background: #222222;
  color: #fff;
}
.filters li a.active {
  background: #10b4aa;
  color: #fff;
}

/* Single */
.portfolio-content {
  padding: 30px 35px;
  z-index: 99px;
  background: #fff;
  margin-top: -30px;
}
.portfolio-content.margin {
  margin-top: -120px;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .portfolio-content.margin {
    margin-top: 0;
  }
}
.portfolio-content .post-title h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-content {
    padding: 30px 15px;
  }
}

.portfolio-layout2 #product_share,
.portfolio-layout1 #product_share {
  float: left;
  border: 0;
  height: 25px;
  line-height: 25px;
  margin-bottom: 25px;
}
.portfolio-layout2 #product_share .placeholder,
.portfolio-layout1 #product_share .placeholder {
  float: left;
  padding: 0;
  width: 100%;
}
.portfolio-layout2 #product_share .placeholder .button,
.portfolio-layout1 #product_share .placeholder .button {
  padding: 0 20px 0 0;
}
.portfolio-layout2 .post-title,
.portfolio-layout1 .post-title {
  margin-bottom: 15px;
}
.portfolio-layout2 .post-title h2,
.portfolio-layout1 .post-title h2 {
  text-transform: uppercase;
}

.portfolio-layout2 .post-content {
  margin-bottom: 40px;
}

.portfolio_attributes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio_attributes li {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.portfolio_attributes li label {
  margin-bottom: 5px;
}
.portfolio_attributes li p {
  margin: 0;
  color: #222222;
}
.portfolio-layout2 .portfolio_attributes li {
  border-bottom: 1px dotted #e8e8e8;
}
.portfolio-layout2 .portfolio_attributes li label {
  float: left;
  text-transform: none;
  min-width: 140px;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}
.portfolio-layout2 .portfolio_attributes li p {
  font-size: 14px;
}

#portfolioselect {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#portfolioselect #sortportfolio {
  display: block;
  float: left;
  line-height: 36px;
  font-size: 12px;
  width: 100%;
  height: 36px;
  padding: 0 34px 0 12px;
  border: 1px solid #dcdcdc;
  text-transform: uppercase;
  color: #737373;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolioselect #sortportfolio:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bababa transparent transparent transparent;
}
#portfolioselect ul {
  list-style: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#portfolioselect ul li a {
  display: block;
  width: 100%;
  float: left;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #878787;
  padding: 10px 12px;
}
#portfolioselect ul li a:hover, #portfolioselect ul li a.active {
  color: #222222;
}

/* Comments */
.lato, body, #comments #reply-title {
  font-family: "Lato", sans-serif;
}

#comments {
  float: left;
  width: 100%;
}
#comments #add_review_button,
#comments #submit {
  width: 100%;
}
#comments #add_review_button {
  margin-bottom: 20px;
}
#comments .headline {
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
#comments .headline h2 {
  padding: 0;
}
#comments .headline a {
  text-transform: uppercase;
  float: right;
  margin-top: 2px;
  font-size: 12px;
}
#comments #reply-title {
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 30px;
}
#comments .comment-notes {
  margin-bottom: 20px;
}
#comments ol.commentlist {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  display: block;
  float: left;
  width: 100%;
}
#comments ol.commentlist li {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
#comments ol.commentlist li li:last-child {
  padding-bottom: 0;
}
#comments ol.commentlist li #respond {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#comments ol.commentlist > li:first-child .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist > li:last-child {
  border: 0;
}
#comments ol.commentlist .vcard {
  float: left;
  width: 60px;
  margin-right: 10px;
}
#comments ol.commentlist .vcard .avatar {
  float: left;
  width: 60px;
}
#comments ol.commentlist .commentmeta {
  line-height: 1;
}
#comments ol.commentlist .commentmeta strong {
  display: block;
  color: #222222;
  font-weight: 900;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 15px;
}
#comments ol.commentlist .commentmeta strong a {
  color: #222222;
}
#comments ol.commentlist .authorname {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  color: #a1a1a1;
}
#comments ol.commentlist .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}
#comments ol.commentlist .comment-inner {
  width: 100%;
  float: left;
  position: relative;
}
#comments ol.commentlist .comment-reply-link {
  background: #fff;
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #222222;
  font-size: 12px;
  padding: 6px 7px 5px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
}
#comments ol.commentlist .comment-reply-link i {
  margin-right: 5px;
}
#comments ol.commentlist .comment-container {
  width: auto;
  margin-left: 70px;
  border: 1px dotted #bababa;
  padding: 20px;
}
#comments ol.commentlist .comment-container .star-rating {
  float: right;
}
#comments ol.commentlist .comment-text {
  width: auto;
  position: relative;
  color: #606060;
}
#comments ol.commentlist .children {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding-left: 70px;
  list-style: none;
  position: relative;
}
#comments ol.commentlist .children .vcard {
  float: left;
  width: 50px;
  margin-right: 20px;
}
#comments ol.commentlist .children .vcard .avatar {
  float: left;
  width: 50px;
}
#comments ol.commentlist .children > li:first-child > .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist .children .children {
  padding-left: 70px;
}

#reviews #add_review {
  display: none;
  position: relative;
}
#reviews #add_review .close {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #737373;
  text-decoration: underline;
  font-size: 11px;
  z-index: 10;
}
#reviews .comment-reply-title {
  display: none;
}

/* Flex Slider */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * CSS rewritten into SCSS: Tyce Clee (@iamtyce) 6/11/12
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 26px;
  margin: -25px 0 0;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  color: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav a.flex-next {
  right: 0px;
}
.flex-direction-nav a.flex-prev {
  left: 0px;
}
.flex-direction-nav a:hover {
  color: #222;
}
@media only screen and (max-width: 767px) {
  .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  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;
}

/* Theme Specific */
.flex {
  overflow: hidden;
  line-height: 1;
  position: relative;
  background: #222222;
}
.flex.flex-start {
  overflow: hidden;
  min-height: 200px !important;
  background: #2c2c2c url("../img/flex-preloader.gif") center center no-repeat;
}

/* Shop */
.products.two-columns .columns {
  width: 50%;
}
.products.three-columns .columns {
  width: 33.33333%;
}
.products.four-columns .columns {
  width: 25%;
}
.products.packery .product {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .products.packery .product {
    width: 100% !important;
  }
  .products.packery .product img {
    width: 100%;
  }
}
.products.packery .product figure {
  margin-bottom: 0;
  line-height: 0;
}
.products.packery .product figure .overlay .post-title {
  width: 80%;
  height: 50%;
  margin: auto;
}
.products.packery .product figure .overlay .post-title.large h1 {
  font-size: 50px;
  line-height: 50px;
}
.products.packery .product figure .overlay .post-title.small h1 {
  font-size: 26px;
  line-height: 28px;
}
.products.packery .product figure .overlay .post-title h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products.packery .product figure .overlay .post-title h1 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}
.products .product {
  margin-bottom: 30px;
}
.products .product figure {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.products .product figure:hover .product-image + .product-image {
  left: 100%;
}
.products .product figure:hover .quick-view {
  right: -20px;
}
.products .product figure:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.products .product figure.fade:hover .product-image + .product-image {
  left: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.products .product figure .quick-view {
  display: block;
  width: 70px;
  height: 50px;
  line-height: 60px;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: -100px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: right 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition: right 0.4s cubic-bezier(0.75, 0, 0.175, 1) 0.4s;
  -o-transition: right 0.4s cubic-bezier(0.75, 0, 0.175, 1) 0.4s;
  transition: right 0.4s cubic-bezier(0.75, 0, 0.175, 1) 0.4s;
}
.products .product figure .quick-view .fa {
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .products .product figure .quick-view {
    display: none;
  }
}
.products .product figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 180, 170, 0.9);
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.products .product figure .overlay .post-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 40%;
  margin: auto;
}
.products .product figure .overlay .post-title h1, .products .product figure .overlay .post-title h1 a,
.products .product figure .overlay .post-title .post_categories a {
  color: #fff;
}
.products .product figure .overlay .post-title h1 {
  margin-bottom: 30px;
}
.products .product figure > a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
}
.products .product figure > a .product-image {
  width: 100%;
  line-height: 0;
}
.products .product figure > a .product-image img {
  width: 100%;
}
.products .product figure > a .product-image + .product-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.products .product figure > a .product-image + .product-image img {
  max-width: none;
}
.products .product .star-rating {
  display: none;
}
.products .product .price {
  margin-bottom: 15px;
}
.products .product.loading figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8) url("../img/product-preloader.gif") center center no-repeat;
}

.shop-buttons {
  text-align: center;
}
.shop-buttons a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #dcdcdc;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.shop-buttons a.loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.shop-buttons a.added {
  border-color: #222222;
  background: #222222;
  color: #fff;
}
.shop-buttons a:not(.added):hover {
  background: #fff;
  border-color: #222222;
  color: #222222;
}
.shop-buttons .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
}
.shop-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i, .shop-buttons .yith-wcwl-add-to-wishlist .wishlist_table .add_to_cart.button i {
  margin: 0;
}
.shop-buttons .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.shop-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.shop-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background-color: #e25842;
  border-color: #e25842;
  color: #fff;
}

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
.badge.onsale {
  background: #10b4aa;
}
.badge.out-of-stock {
  background: #cfcfcd;
  max-width: 67px;
}

.added_to_cart {
  display: none !important;
}

.product-information {
  padding-left: 25px;
}
.product-information .single_add_to_cart_button {
  float: left;
  margin: 0;
  padding: 17px 30px;
}
@media only screen and (max-width: 767px) {
  .product-information .single_add_to_cart_button {
    width: auto;
  }
}
.product-information .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 0 0 10px;
}
.product-information .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  color: #222222;
  text-align: center;
  line-height: 50px;
}
.product-information .yith-wcwl-add-to-wishlist .add_to_wishlist i {
  margin: 0;
}
.product-information .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  background-color: #e25842;
  border-color: #e25842;
  color: #fff;
}
.product-information .reset_variations {
  text-transform: uppercase;
  color: #606060;
  text-decoration: underline;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 12px;
}
.product-information .reset_variations:hover {
  color: #222222;
}

.price {
  display: block;
  text-align: center;
}
.price .from {
  display: none;
}
.price del {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
}
.price ins, .price > .amount {
  font-weight: 900;
  font-size: 20px;
  color: #222222;
  text-decoration: none;
}
.product-information .price {
  text-align: left;
}
.product-information .price del {
  font-size: 22px;
}
.product-information .price ins {
  padding-left: 5px;
  font-size: 34px;
}
.product-information .price > .amount {
  font-size: 34px;
}

.star-rating {
  display: block;
  position: relative;
  height: 12px;
  line-height: 12px;
  width: 50px;
  font-size: 11px;
  margin-top: 5px;
}
.star-rating:before {
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  position: absolute;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #e8e8e8;
}
.star-rating span {
  top: -1px;
  left: 0;
  position: absolute;
  height: 12px;
  line-height: 12px;
  width: 55px;
  font-size: 11px;
  overflow: hidden;
}
.star-rating span:before {
  font-family: 'FontAwesome';
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #fdbc0e;
}

.comment-form-rating p.stars {
  display: block;
  float: left;
  position: relative;
  height: 12px;
  line-height: 12px;
  width: 50px;
  font-size: 11px;
  margin-top: 5px;
}
.comment-form-rating p.stars:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  position: absolute;
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #e8e8e8;
}
.comment-form-rating p.stars span {
  top: 0;
  left: 0;
  position: absolute;
  height: 12px;
  line-height: 12px;
  width: 50px;
  font-size: 11px;
  overflow: hidden;
}
.comment-form-rating p.stars span a {
  display: block;
  width: 10px;
  height: 12px;
  float: left;
  text-indent: -9999px;
  position: relative;
}
.comment-form-rating p.stars span a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: "\f005";
  color: #e8e8e8;
  text-indent: 0;
}
.comment-form-rating p.stars span a.active:before {
  color: #fdbc0e;
}

.woocommerce-tabs {
  float: left;
  margin-bottom: 0;
  margin-top: 40px;
  width: 100%;
}
.woocommerce-tabs ul.accordion {
  margin: 0;
}

.woocommerce-count-wrap {
  padding: 0 0 10px 0;
  margin: 0 0 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  color: #222222;
  font-weight: 400;
}
.woocommerce-count-wrap p {
  display: block;
  float: left;
  line-height: 24px;
  margin: 6px 0;
}
.woocommerce-count-wrap p:last-of-type {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.woocommerce-count-wrap p strong {
  font-weight: 900;
  padding: 0 2px;
}
.woocommerce-count-wrap p span {
  padding-right: 15px;
}
.woocommerce-count-wrap p b {
  color: #d3d3d3;
  font-size: 8px;
  position: relative;
  top: -1px;
  padding: 0 10px;
}
.woocommerce-count-wrap .woocommerce-ordering {
  margin: 0;
}
.woocommerce-count-wrap .woocommerce-ordering .select-wrapper {
  float: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-count-wrap .woocommerce-ordering {
    text-align: center;
  }
  .woocommerce-count-wrap .woocommerce-ordering .select-wrapper {
    float: none;
    margin: 0 auto;
  }
}

.quantity {
  width: 100%;
  float: left;
}
.quantity input[type="button"],
.quantity .qty {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #dcdcdc;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #222222;
  margin: 0 3px 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-appearance: textfield;
}
.quantity input[type="button"]::-webkit-outer-spin-button, .quantity input[type="button"]::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.quantity input[type="button"]:hover {
  cursor: pointer;
}
.product-information .quantity {
  margin-bottom: 30px;
}

.product-page {
  margin: 40px 0;
}
.product-page .product-images #product-images {
  margin-bottom: 10px;
}
.product-page .product-images #product-nav {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
.product-page .product-images #product-nav li {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.product-page .product-images #product-nav li.flex-active-slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.product-page .variations [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.product_nav {
  float: right;
  position: relative;
  top: -6px;
}
.product_nav a {
  display: block;
  width: 16px;
  float: left;
  text-align: left;
  color: #222222;
  font-size: 25px;
}
.product_nav a + a {
  text-align: right;
}
.product_nav a.gotoportfolio {
  text-align: center;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.product_meta {
  float: left;
  width: 100%;
  font-weight: 900;
  font-size: 11px;
  color: #222222;
  text-transform: uppercase;
  margin-top: 12px;
}
.product_meta p {
  margin: 0 0 5px;
}
.product_meta a,
.product_meta .sku {
  font-weight: 400;
}
.product_meta .tagged_as {
  display: block;
  width: 100%;
  margin: 0;
}

#product_share {
  float: left;
  width: 100%;
  font-weight: 900;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  #product_share {
    height: auto;
  }
}
#product_share .placeholder {
  float: right;
  width: auto;
  padding-top: 5px;
}
#product_share .placeholder .button {
  display: inline-block;
  max-width: 105px;
  padding: 0 10px;
  background: #fff;
  border: 0;
}
#product_share .placeholder .button.googleplus {
  max-width: 90px;
}

.related {
  margin-right: 10px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .related {
    display: none;
  }
}
.related h2 {
  font-size: 16px !important;
  display: block;
  text-align: center;
  font-weight: 900;
  margin: 13px 0 25px;
  line-height: 1.1 !important;
  padding-bottom: 13px;
  border-bottom: 1px solid #222222;
  text-transform: uppercase;
}
.woocommerce-cart .related h2 {
  margin-top: 35px;
}
.portfolio .related h2 {
  margin-top: 0;
}

.product-popup .mfp-content {
  background: #fff;
  padding: 30px;
  max-width: 1030px;
  min-height: 580px;
}
.product-popup .mfp-content .product-page {
  margin: 0;
}
.product-popup .mfp-content .product-page > .row {
  margin: 0 -15px;
}
.product-popup .mfp-content .product-page .product_nav {
  margin-right: 40px;
}
.product-popup .mfp-content .product-page .product_nav a {
  color: #333;
}
.product-popup.mfp-move-horizontal .mfp-close {
  top: 15px;
  right: 15px;
}

/* Tables */
.shop_attributes {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.shop_attributes tbody tr th {
  vertical-align: middle;
  padding: 14px 0;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px dotted #bcbcbc;
}
.shop_attributes tbody tr td {
  vertical-align: middle;
  padding: 14px 0 14px 15px;
  border-bottom: 1px dotted #bcbcbc;
}
.shop_attributes tbody tr td p {
  margin: 0;
  color: #606060;
  font-size: 13px;
  font-weight: 400;
}
.shop_attributes tbody tr:last-child td, .shop_attributes tbody tr:last-child th {
  border-bottom: 0;
}
.shop_attributes tbody tr.alt {
  background: #fbfbfb;
}
.shop_attributes tbody tr.alt th {
  background: #fff;
}

.shopping_bag {
  border: 0;
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #d2d2d2;
}
.shopping_bag thead {
  background: #fff;
  padding-bottom: 10px;
}
.shopping_bag thead tr th {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  border-bottom: 2px solid #222222;
  line-height: 1;
  text-transform: uppercase;
}
.shopping_bag thead tr th.product-name, .shopping_bag thead tr th.product-remove {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .shopping_bag thead tr th.product-remove {
    display: none;
  }
}
.shopping_bag thead tr th.product-subtotal {
  text-align: right;
}
.shopping_bag tfoot {
  background: #fff;
  font-weight: 400;
  color: #222222;
}
.shopping_bag tfoot tr th,
.shopping_bag tfoot tr td {
  padding: 20px 0;
  border-top: 1px dotted #222222;
  vertical-align: middle;
  font-weight: 400;
}
.shopping_bag tfoot tr th.product-subtotal,
.shopping_bag tfoot tr td.product-subtotal {
  text-align: right;
}
.shopping_bag tfoot tr.total th,
.shopping_bag tfoot tr.total td {
  border-top: 2px solid #222222;
}
.shopping_bag tfoot tr.total th strong,
.shopping_bag tfoot tr.total td strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.shopping_bag tfoot tr.total th .amount,
.shopping_bag tfoot tr.total td .amount {
  font-size: 14px;
}
.shopping_bag tbody {
  padding-top: 10px;
}
.shopping_bag tbody tr:nth-child(even) {
  background: none;
}
.shopping_bag tbody tr:last-child td {
  border-bottom: 0;
}
.shopping_bag tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  border-bottom: 1px dotted #bcbcbc;
}
.shopping_bag tbody tr td.product-price, .shopping_bag tbody tr td.product-quantity {
  text-align: center;
}
.shopping_bag tbody tr td.product-price .minus,
.shopping_bag tbody tr td.product-price .plus, .shopping_bag tbody tr td.product-quantity .minus,
.shopping_bag tbody tr td.product-quantity .plus {
  display: none;
}
.shopping_bag tbody tr td.product-price .quantity .qty, .shopping_bag tbody tr td.product-quantity .quantity .qty {
  float: none;
  margin: 0 auto;
  width: 37px;
  color: #737373;
  font-size: 14px;
  height: 37px;
  padding: 0;
}
.shopping_bag tbody tr td.product-subtotal {
  text-align: right;
}
.shopping_bag tbody tr td.product-name {
  color: #737373;
  font-size: 12px;
}
.shopping_bag tbody tr td.product-name h6 a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.shopping_bag tbody tr td.product-name dl.variation dt {
  float: left;
  clear: left;
  margin-right: 3px;
}
.shopping_bag tbody tr td.product-name dl.variation dd p {
  margin-bottom: 0;
}
.shopping_bag tbody tr td.product-thumbnail {
  vertical-align: top;
  width: 120px;
  padding-right: 20px;
}
.shopping_bag tbody tr td.product-thumbnail .remove {
  display: none;
}
.shopping_bag tbody tr td.product-remove {
  vertical-align: top;
  min-width: 30px;
}
.shopping_bag tbody tr td.product-remove a {
  color: #333;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .shopping_bag tbody tr td.product-remove {
    display: none;
  }
}
.shopping_bag.order_table {
  border-bottom: 0;
  margin-bottom: 30px;
}
.shopping_bag.order_table thead tr th {
  border-bottom-width: 1px;
}
.shopping_bag.order_table tbody tr td h6 {
  display: inline-block;
}
.shopping_bag.order_table tbody tr td.product-total {
  text-align: right;
}
.shopping_bag.order_table tfoot tr.order-total th, .shopping_bag.order_table tfoot tr.order-total td {
  border-top: 1px solid #222222;
}
.shopping_bag.order_table tfoot tr.order-total th {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.shopping_bag.order_table tfoot tr.order-total td {
  font-weight: 900;
}
.shopping_bag.order_table tfoot tr td {
  text-align: right !important;
}

.cart_totals {
  padding: 28px;
  background: #f9f9f9;
  margin: 0 0 10px;
}
.cart_totals .checkout-button {
  font-size: 12px;
  width: 100%;
}
.cart_totals .widget-title {
  display: block;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  margin: 0 0 10px;
  line-height: 1;
  color: #222222;
  text-transform: uppercase;
  border-bottom: 2px solid #222222;
}
.cart_totals table {
  border: 0;
  border-spacing: 0;
  background: none;
  width: 100%;
  margin: 0;
}
.cart_totals table tbody tr td,
.cart_totals table tbody tr th {
  padding: 10px 0;
  vertical-align: middle;
  color: #222222;
  border-bottom: 1px dotted #222222;
  font-weight: 400;
  font-size: 14px;
}
.cart_totals table tbody tr td {
  text-align: right;
}
.cart_totals table tbody tr th {
  text-align: left;
}
.cart_totals table tbody tr.order-total th, .cart_totals table tbody tr.order-total td {
  border-bottom: 0;
  font-weight: 900;
}

.my_orders {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.my_orders thead {
  background: #fff;
  padding-bottom: 10px;
}
.my_orders thead tr th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  border-bottom: 2px solid #222222;
  line-height: 1;
  text-transform: uppercase;
}
.my_orders tbody {
  padding-top: 10px;
}
.my_orders tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  color: #737373;
  border-bottom: 1px dotted #222222;
  font-size: 13px;
}
.my_orders tbody tr td.order-actions {
  text-align: right;
}
.my_orders tbody tr td.order-number a {
  font-size: 18px;
  font-weight: 900;
  color: #222222;
}
.my_orders tbody tr td.order-actions a:not(.button) {
  font-weight: 900;
  color: #222222;
}
.my_orders tbody tr td.order-actions a + a {
  margin-left: 10px;
}
.my_orders tbody tr:nth-child(even) {
  background: #fff;
}
.my_orders.order_table {
  border-bottom: 0;
}
.my_orders.order_table thead tr th {
  font-weight: 400;
  border-bottom-width: 1px;
}

.group_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
}
.group_table tbody tr td {
  padding: 0 10px 0 0;
}
.group_table tbody tr:nth-child(even) {
  background: #fff;
}

@media only screen and (max-width: 940px) {
  .coupon {
    width: 100% !important;
  }
  .coupon .btn {
    width: 100%;
  }
}
.coupon .btn {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .coupon .btn {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 940px) {
  .shoppingbag-buttons {
    width: 100% !important;
  }
  .shoppingbag-buttons .button {
    width: 100%;
  }
}

.checkout_coupon {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.shipping-calculator-button {
  display: block;
  padding: 24px 28px;
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: #222222;
  text-transform: uppercase;
}
.shipping-calculator-button:hover {
  color: #222222;
}
.shipping-calculator-button span {
  float: right;
  font-size: 16px;
  vertical-align: text-top;
  line-height: 1;
  position: relative;
  top: -3px;
}

.shipping-calculator-form {
  display: block;
  padding: 0 28px 24px 28px;
  background: #f9f9f9;
  margin: 0 0 10px;
}
.shipping-calculator-form .formrow {
  display: block;
  margin-bottom: 8px;
}
.shipping-calculator-form .formrow .select-wrapper,
.shipping-calculator-form .formrow input {
  margin: 0;
  float: none;
}
.shipping-calculator-form .formrow:last-child {
  margin: 0;
}
.shipping-calculator-form .button {
  width: 100%;
}

#shippingsteps {
  text-align: center;
  margin-bottom: 55px;
}
#shippingsteps li {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 150px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}
#shippingsteps li a {
  color: #737373;
}
#shippingsteps li span {
  display: block;
  background: #ebebeb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 109px;
  color: #fff;
  font-weight: 900;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#shippingsteps li:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  width: 95px;
  top: 15px;
}
#shippingsteps li.active a {
  color: #222222;
}
#shippingsteps li.active span {
  background: #222222;
  color: #fff;
}
#shippingsteps li.active:after {
  border-color: #222222;
}
#shippingsteps li.first {
  padding-left: 40px;
}
#shippingsteps li.first span {
  left: 0;
}
#shippingsteps li.first:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #shippingsteps li {
    padding: 0 25px 0 40px;
    margin-bottom: 25px;
  }
  #shippingsteps li span {
    left: 0 !important;
  }
  #shippingsteps li:after {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #shippingsteps {
    margin-bottom: 25px;
  }
}

.title {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  color: #222222;
  text-transform: uppercase;
}
.address .title {
  margin-bottom: 15px;
}

.large_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #222222;
}
.large_title.center {
  text-align: center;
}

.largetitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: #222222;
}
.largetitle + p:not(.form-row) {
  font-size: 16px;
  margin-bottom: 30px;
}

.shipping {
  position: relative;
}
.shipping #shiptobilling {
  position: absolute;
  top: -2px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .shipping #shiptobilling {
    position: static;
  }
}

#billing_shipping,
#order_review,
#checkout_register {
  display: none;
}

@media only screen and (max-width: 767px) {
  #billing_shipping .billing {
    margin-top: 55px;
  }
}

.lost_password {
  text-transform: uppercase;
  font-size: 12px;
  color: #606060;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .lost_password {
    display: block;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-collaterals {
    margin-top: 40px;
  }
}

#shop-page {
  margin-bottom: 40px;
}

#checkout_register {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  #checkout_login .newcustomers {
    margin: 55px 0 0 0;
  }
}

.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #222222;
}
.payment_methods li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li label {
  margin: 0;
  float: none;
}
.payment_methods li img {
  vertical-align: middle;
  margin-left: 10px;
}
.payment_methods li .payment_box {
  margin: 20px 0 0 20px;
  background: #fff;
  border: 1px solid #efefef;
  position: relative;
  float: left;
  padding: 18px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.payment_methods li .payment_box:after, .payment_methods li .payment_box:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.payment_methods li .payment_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.payment_methods li .payment_box:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #efefef;
  border-width: 8px;
  margin-left: -8px;
}
.payment_methods li .payment_box p {
  color: #737373;
  margin: 0;
}
.payment_methods + .place-order {
  text-align: right;
}

.form-row {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}

#my-account-nav,
.widget ul.menu {
  list-style: none;
  height: 100%;
  border-right: 1px solid #ebebeb;
}
#my-account-nav li,
.widget ul.menu li {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
#my-account-nav li:last-child,
.widget ul.menu li:last-child {
  border-bottom-color: #fff;
}
#my-account-nav li a,
.widget ul.menu li a {
  display: block;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 0;
  color: #222222;
  text-transform: uppercase;
}
#footer #my-account-nav li a, #subfooter #my-account-nav li a, #footer
.widget ul.menu li a, #subfooter
.widget ul.menu li a {
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
#my-account-nav li.active a, #my-account-nav li.current-menu-item a,
.widget ul.menu li.active a,
.widget ul.menu li.current-menu-item a {
  border-right: 4px solid #10b4aa;
}

.widget ul.menu {
  border-right: 0;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .widget ul.menu {
    margin: 0 !important;
  }
}
.widget ul.menu li a {
  padding-left: 30px;
}
.widget ul.menu li.current-menu-item a {
  padding-left: 26px;
  border-left: 4px solid #10b4aa;
  border-right: 0;
}
.pull-nine .widget ul.menu {
  margin-left: 0;
  margin-right: -30px;
}
.pull-nine .widget ul.menu li a {
  padding-left: 0;
  padding-right: 30px;
}
.pull-nine .widget ul.menu li.current-menu-item a {
  padding-left: 0;
  border-left: 0;
  border-right: 4px solid #10b4aa;
  padding-right: 26px;
}

.account-user {
  padding: 15px 17px;
  background: #f7f7f7;
  color: #606060;
  font-size: 13px;
  margin-bottom: 40px;
}
.account-user .avatar {
  float: left;
  margin-right: 20px;
}
.account-user .user-name {
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: 900;
  margin-bottom: 8px;
  margin-top: 3px;
}
.account-user a {
  text-decoration: underline;
  color: #222222;
  font-weight: 900;
}
.account-user p {
  margin-bottom: 0;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.address address {
  line-height: 2;
}
.address .shop-buttons {
  text-align: left;
  margin-top: 15px;
}

.price_slider {
  height: 7px;
  background: #e6e6e6;
  position: relative;
  margin-right: 10px;
  margin-bottom: 11px;
}
.price_slider .ui-slider-range {
  height: 7px;
  background: #10b4aa;
  position: absolute;
}
.price_slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: -2px;
  width: 11px;
  height: 11px;
  background: #068880;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}

.price_slider_amount .button {
  float: right;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 11px;
}
.price_slider_amount .price_label {
  float: left;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}

.product-category {
  margin-bottom: 30px;
}
.product-category > a {
  display: block;
  position: relative;
}
.product-category > a img {
  width: 100%;
}
.product-category > a .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 18px 0;
  background: #f1f1f1;
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}
.product-category > a .title .count {
  font-weight: 300;
}
.product-category > a:hover .title {
  background: #222222;
  color: #fff;
}

/* Chosen */
.woocommerce-checkout .form-row.woocommerce-invalid-required-field .chosen-container .chosen-single {
  border-color: #e76049;
}
.woocommerce-checkout .form-row .chosen-container {
  margin-bottom: 15px;
}
.woocommerce-checkout .form-row .chosen-container .chosen-single {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  height: 37px !important;
  line-height: 37px !important;
  padding-left: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce-checkout .form-row .chosen-container .chosen-single span {
  height: 37px;
  line-height: 37px;
}
.woocommerce-checkout .form-row .chosen-container .chosen-single div b {
  background-position: 0 9px !important;
}
.woocommerce-checkout .form-row .chosen-container.chosen-with-drop .chosen-single {
  background: #fff;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
.woocommerce-checkout .form-row .chosen-container.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px !important;
}
.woocommerce-checkout .form-row .chosen-container .chosen-search input {
  background: #fff !important;
}
.woocommerce-checkout .form-row .chosen-container .chosen-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce-checkout .form-row .chosen-container .chosen-results .highlighted {
  background: #222222;
}

/* Table Rate */
#shipping_method {
  list-style: none;
  float: right;
}
#shipping_method li {
  float: left;
  display: block;
  clear: left;
  width: 100%;
}
#shipping_method label {
  width: auto;
}
.shipping #shipping_method .iradio {
  float: right;
  margin: 0 0 0 10px;
}

/* Terms & Conditions */
.terms {
  float: right;
}
.terms label {
  width: auto;
}
.terms .termscontainer {
  float: left;
  padding-top: 12px;
  padding-right: 20px;
}

/* Shortcodes */
.cf:before, #post-author:before, .post .post-content > .woocommerce:before, .wpcf7-form-control-wrap:before, ul.accordion > li .content:before, .cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  content: " ";
  display: table;
}
.cf:after, #post-author:after, .post .post-content > .woocommerce:after, .wpcf7-form-control-wrap:after, ul.accordion > li .content:after {
  clear: both;
}

/* Buttons */
.btn,
.button,
input[type=submit],
.comment-reply-link {
  font-family: 'Lato';
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  padding: 13px 20px;
  margin: 0 0 3px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  color: #fff;
  background: #222222;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn i,
.button i,
input[type=submit] i,
.comment-reply-link i {
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}
.btn:hover,
.button:hover,
input[type=submit]:hover,
.comment-reply-link:hover {
  color: #fff;
  text-shadow: none;
  background: #10b4aa;
}
.btn:active,
.button:active,
input[type=submit]:active,
.comment-reply-link:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.btn.small, .btn#submit,
.button.small,
.button#submit,
input[type=submit].small,
input[type=submit]#submit,
.comment-reply-link.small,
.comment-reply-link#submit {
  font-size: 12px;
  font-weight: 300;
  padding: 13px 13px 12px;
  line-height: 12px;
}
.btn.large,
.button.large,
input[type=submit].large,
.comment-reply-link.large {
  font-size: 16px;
  line-height: 16px;
  padding: 17px 30px;
}
.btn.right,
.button.right,
input[type=submit].right,
.comment-reply-link.right {
  float: right;
}
.btn.white,
.button.white,
input[type=submit].white,
.comment-reply-link.white {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #222222;
}
.btn.white:hover,
.button.white:hover,
input[type=submit].white:hover,
.comment-reply-link.white:hover {
  background: #f4f4f4;
}
#footer .btn.white, #footer
.button.white, #footer
input[type=submit].white, #footer
.comment-reply-link.white {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#footer .btn.white:hover, #footer
.button.white:hover, #footer
input[type=submit].white:hover, #footer
.comment-reply-link.white:hover {
  border-color: white;
}
.banner .btn.white, .rev_slider .btn.white, .lookbook .btn.white, .banner
.button.white, .rev_slider
.button.white, .lookbook
.button.white, .banner
input[type=submit].white, .rev_slider
input[type=submit].white, .lookbook
input[type=submit].white, .banner
.comment-reply-link.white, .rev_slider
.comment-reply-link.white, .lookbook
.comment-reply-link.white {
  border: 0 !important;
}
.btn.grey,
.button.grey,
input[type=submit].grey,
.comment-reply-link.grey {
  background: #ebebeb;
  color: #222222;
}
.btn.grey:hover,
.button.grey:hover,
input[type=submit].grey:hover,
.comment-reply-link.grey:hover {
  background: #d2d2d2;
}
.btn.black,
.button.black,
input[type=submit].black,
.comment-reply-link.black {
  background: #222222;
  color: #fff;
}
.btn.black:hover,
.button.black:hover,
input[type=submit].black:hover,
.comment-reply-link.black:hover {
  background: #10b4aa;
}
.btn.blue,
.button.blue,
input[type=submit].blue,
.comment-reply-link.blue {
  background: #14b9d5;
}
.btn.blue:hover,
.button.blue:hover,
input[type=submit].blue:hover,
.comment-reply-link.blue:hover {
  background: #1091a6;
}
.btn.green,
.button.green,
input[type=submit].green,
.comment-reply-link.green {
  background: #2eb398;
}
.btn.green:hover,
.button.green:hover,
input[type=submit].green:hover,
.comment-reply-link.green:hover {
  background: #248a76;
}
.btn.yellow,
.button.yellow,
input[type=submit].yellow,
.comment-reply-link.yellow {
  background: #ffc600;
}
.btn.yellow:hover,
.button.yellow:hover,
input[type=submit].yellow:hover,
.comment-reply-link.yellow:hover {
  background: #cc9e00;
}
.btn.orange,
.button.orange,
input[type=submit].orange,
.comment-reply-link.orange {
  background: #f27835;
}
.btn.orange:hover,
.button.orange:hover,
input[type=submit].orange:hover,
.comment-reply-link.orange:hover {
  background: #e55b0f;
}
.btn.pink,
.button.pink,
input[type=submit].pink,
.comment-reply-link.pink {
  background: #cc467b;
}
.btn.pink:hover,
.button.pink:hover,
input[type=submit].pink:hover,
.comment-reply-link.pink:hover {
  background: #af3062;
}
.btn.petrol,
.button.petrol,
input[type=submit].petrol,
.comment-reply-link.petrol {
  background: #78979a;
}
.btn.petrol:hover,
.button.petrol:hover,
input[type=submit].petrol:hover,
.comment-reply-link.petrol:hover {
  background: #5f7d80;
}
.btn.darkgrey,
.button.darkgrey,
input[type=submit].darkgrey,
.comment-reply-link.darkgrey {
  background: #90899b;
}
.btn.darkgrey:hover,
.button.darkgrey:hover,
input[type=submit].darkgrey:hover,
.comment-reply-link.darkgrey:hover {
  background: #766f82;
}

/* Full Width Section */
.full-width-section {
  width: 100%;
  margin-left: -50%;
  padding-left: 50% !important;
  padding-right: 50% !important;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.full-width-section.parallax_bg {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -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);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.full-width-section.video_bg {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.full-width-section.video_bg .row-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .full-width-section.video_bg .row-video-bg {
    display: none !important;
  }
}
.full-width-section.video_bg .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.styled_header {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  border-bottom: 1px dotted #bcbcbc;
  text-transform: uppercase;
  line-height: 1;
}
.styled_header h5 {
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0 0 2px;
  font-weight: 400 !important;
}
.styled_header h6 {
  font-size: 18px !important;
  line-height: 18px !important;
  margin: 0 0 20px;
  font-weight: 900 !important;
}
.styled_header .icon {
  display: block;
  width: 30px;
  min-height: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
  font-size: 20px;
  color: #222222;
  background: #fff;
  text-align: center;
}
.styled_header .icon img {
  max-width: 20px;
}

.list {
  list-style: none;
  margin: 0;
  display: block;
  float: left;
}
.list > strong {
  display: block;
  font-size: 12px;
  border-bottom: 2px solid #222222;
  padding-bottom: 9px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 900;
}
.list li {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #bcbcbc;
}
.list li figure {
  float: left;
  margin-right: 20px;
  width: 70px;
  line-height: 0;
}
.list li .post-title {
  margin-left: 90px;
}
.list li .post-title .post_categories {
  font-size: 10px;
  text-align: left;
}
.list li .post-title .price {
  text-align: left;
  margin-top: 2px;
}
.list li .post-title .price ins, .list li .post-title .price > .amount {
  font-size: 14px;
}

ul.accordion {
  clear: both;
  border: 0;
}
ul.accordion > li {
  border: 0;
}
ul.accordion > li .content {
  border: 0;
  padding: 10px 0;
}
ul.accordion > li > div.title {
  background: #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  padding: 0;
  color: #10b4aa;
}
ul.accordion > li > div.title:after {
  content: "+";
  position: absolute;
  color: #222222;
  top: -1px;
  right: 25px;
  font-size: 18px;
  border: 0;
}
ul.accordion > li.active {
  border: 0;
}
ul.accordion > li.active div.title {
  padding: 0;
}
ul.accordion > li.active div.title:after {
  content: "-";
  color: #222222;
  border: 0;
  top: 0;
}
ul.accordion > li.active .content {
  border: 0;
  padding: 10px 0;
}

dl.tabs,
ul.tabs {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
dl.tabs dd.active,
dl.tabs li.active,
ul.tabs dd.active,
ul.tabs li.active {
  border-top: 0;
  border-bottom: 4px solid #10b4aa;
}
dl.tabs dd.active a,
dl.tabs li.active a,
ul.tabs dd.active a,
ul.tabs li.active a {
  margin-top: -1px;
  border: 0;
  padding: 4px 0 0 0;
  color: #10b4aa;
  font-weight: 900;
}
dl.tabs dd.active a:hover,
dl.tabs li.active a:hover,
ul.tabs dd.active a:hover,
ul.tabs li.active a:hover {
  color: #10b4aa;
}
dl.tabs dd,
dl.tabs li,
ul.tabs dd,
ul.tabs li {
  margin-right: 20px;
}
dl.tabs dd a,
dl.tabs li a,
ul.tabs dd a,
ul.tabs li a {
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  color: #606060;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: color 0.2s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: color 0.2s cubic-bezier(0.75, 0, 0.175, 1);
  transition: color 0.2s cubic-bezier(0.75, 0, 0.175, 1);
}
dl.tabs dd a i,
dl.tabs li a i,
ul.tabs dd a i,
ul.tabs li a i {
  margin-right: 8px;
}
.wpb_tour dl.tabs, .wpb_tour
ul.tabs {
  float: left;
  height: auto;
  width: 270px;
  border-bottom: 0;
  border-right: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.wpb_tour dl.tabs dd,
.wpb_tour dl.tabs li, .wpb_tour
ul.tabs dd,
.wpb_tour
ul.tabs li {
  display: block;
  width: 100%;
  float: left;
  margin-right: 0;
  border-bottom: 1px solid #e8e8e8;
}
.wpb_tour dl.tabs dd.active,
.wpb_tour dl.tabs li.active, .wpb_tour
ul.tabs dd.active,
.wpb_tour
ul.tabs li.active {
  border-right: 4px solid #10b4aa;
  margin: 0;
}
.wpb_tour dl.tabs dd.active a,
.wpb_tour dl.tabs li.active a, .wpb_tour
ul.tabs dd.active a,
.wpb_tour
ul.tabs li.active a {
  margin: 0;
  padding: 0;
}

.wpb_tour ul.tabs-content {
  padding-left: 270px;
}
.wpb_tour ul.tabs-content li {
  padding: 0 0 0 30px;
}

.toggle {
  margin-bottom: 3px;
}
.toggle .title {
  border: 1px solid #dcdcdc;
  margin: 0;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
}
.toggle .title:after {
  content: "+";
  font-size: 18px;
  color: #222222;
  position: absolute;
  top: 14px;
  right: 20px;
}
.toggle .title.toggled {
  color: #10b4aa;
}
.toggle .title.toggled:after {
  content: "-";
}
.toggle .inner {
  display: none;
  padding: 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.toggle .inner p:last-child {
  margin-bottom: 0;
}
.toggle .inner.wpb_toggle_open {
  display: block;
}

.posts.row .post {
  padding-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}
.posts.row .post:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.posts.row .post .post-gallery {
  position: relative;
  margin-bottom: 18px;
}
.posts.row .post .post-gallery time {
  display: block;
  background: #fdbc0e;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  width: 40px;
  height: 42px;
  padding: 10px 0;
  position: absolute;
  top: 7px;
  right: 7px;
}
.posts.row .post .post-title {
  padding-right: 20px;
}
.posts.row .post .post-title h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 7px;
}
.posts.row .post .post-title .post_categories {
  text-align: left;
  margin-bottom: 7px;
}
.posts.row .post .post-content {
  padding-right: 20px;
  line-height: 18px;
}

.iconlist {
  list-style: none;
}
.iconlist li {
  padding: 2px 0 2px 25px;
  position: relative;
}
.iconlist li > i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #222222;
}

.iconbox {
  text-align: center;
}
.iconbox:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.iconbox span {
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 110px;
  background: #10b4aa;
  border: 10px double #FFF;
  margin-bottom: 20px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.iconbox span.img {
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.iconbox span img {
  display: block;
  width: 130px;
  height: 130px;
}
.iconbox .content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.iconbox .content > div + .btn {
  margin-top: 20px;
}
.iconbox .title {
  position: relative;
  margin-bottom: 30px;
}
.iconbox .title:after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 50%;
  top: 26px;
  margin: 0 0 0 -12px;
}
.iconbox.top.type2 span {
  background: #fff;
  border: 1px solid #10b4aa;
  color: #10b4aa;
  line-height: 128px;
}
.iconbox.top.type2:hover span {
  background: #222222;
  border-color: #222222;
  color: #fff;
}
.iconbox.top.type3 {
  text-align: left;
}
.iconbox.top.type3 span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  border: 0;
  margin-bottom: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.top.type3 .title {
  margin-bottom: 17px;
}
.iconbox.top.type3 .title:after {
  display: none;
}
.iconbox.left.type1 {
  text-align: left;
}
.iconbox.left.type1 span {
  display: block;
  float: left;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 78px;
  font-size: 30px;
  margin: 0 20px 0 0;
}
.iconbox.left.type1 span img {
  display: block;
  width: 78px;
  height: 78px;
}
.iconbox.left.type1 .content {
  padding-left: 98px;
}
.iconbox.left.type1 .title {
  margin-bottom: 17px;
}
.iconbox.left.type1 .title:after {
  display: none;
}
.iconbox.left.type2 {
  text-align: left;
}
.iconbox.left.type2 span {
  display: block;
  float: left;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 78px;
  font-size: 30px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.left.type2 span img {
  display: block;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.left.type2 .content {
  padding-left: 98px;
}
.iconbox.left.type2 .title {
  margin-bottom: 17px;
}
.iconbox.left.type2 .title:after {
  display: none;
}
.iconbox.left.type3 {
  text-align: left;
}
.iconbox.left.type3 span {
  display: block;
  float: left;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 58px;
  font-size: 48px;
  margin: 0 20px 0 0;
  background: #fff;
  color: #10b4aa;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.left.type3 .content {
  padding-left: 98px;
}
.iconbox.left.type3 .title {
  margin-bottom: 17px;
}
.iconbox.left.type3 .title:after {
  display: none;
}
.iconbox.right.type1 {
  text-align: right;
}
.iconbox.right.type1 span {
  display: block;
  float: right;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 78px;
  font-size: 30px;
  margin: 0 0 0 20px;
}
.iconbox.right.type1 span img {
  display: block;
  width: 78px;
  height: 78px;
}
.iconbox.right.type1 .content {
  padding-right: 98px;
}
.iconbox.right.type1 .title {
  margin-bottom: 17px;
}
.iconbox.right.type1 .title:after {
  display: none;
}
.iconbox.right.type2 {
  text-align: right;
}
.iconbox.right.type2 span {
  display: block;
  float: right;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 78px;
  font-size: 30px;
  margin: 0 0 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.right.type2 span img {
  display: block;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.right.type2 .content {
  padding-right: 98px;
}
.iconbox.right.type2 .title {
  margin-bottom: 17px;
}
.iconbox.right.type2 .title:after {
  display: none;
}
.iconbox.right.type3 {
  text-align: right;
}
.iconbox.right.type3 span {
  display: block;
  float: right;
  width: 78px;
  height: 78px;
  border: 0;
  line-height: 58px;
  font-size: 48px;
  margin: 0 0 0 20px;
  background: #fff;
  color: #10b4aa;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconbox.right.type3 .content {
  padding-right: 98px;
}
.iconbox.right.type3 .title {
  margin-bottom: 17px;
}
.iconbox.right.type3 .title:after {
  display: none;
}

blockquote {
  background: #54c9c2;
  border: 0;
  padding: 28px 30px;
  color: #fff;
  position: relative;
  clear: both;
}
blockquote:after {
  content: "\201D";
  display: block;
  color: rgba(11, 158, 149, 0.2);
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-weight: bold;
  font-size: 100px;
  line-height: 0;
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
}
blockquote p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  line-height: 28px;
  margin: 0;
}
blockquote cite {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1;
  margin-top: 28px;
  text-transform: uppercase;
}
blockquote cite:before {
  display: none;
}
blockquote.pullleft {
  float: left;
  width: 40%;
  margin: 5px 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  blockquote.pullleft {
    margin-right: 0;
    width: 100%;
  }
}
blockquote.pullright {
  float: right;
  width: 40%;
  margin: 5px 0 30px 30px;
}
@media only screen and (max-width: 767px) {
  blockquote.pullright {
    margin-left: 0;
    width: 100%;
  }
}

/* LookBook */
.lookbook .owl-wrapper-outer {
  overflow: visible;
}
.lookbook.products .product figure {
  margin-bottom: 0;
  line-height: 0;
}
.lookbook.products .btn.white {
  border: 0;
}
.lookbook.products .btn.white:hover {
  background-color: #222222;
  color: #fff;
}

.lookbook-thumbnails figure {
  display: block;
  width: 93px;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.lookbook-thumbnails figure:hover {
  cursor: pointer;
}
.lookbook-thumbnails figure:after {
  content: '';
  display: block;
  background: transparent url("../img/carousel.png") center center;
  background-size: 27px 51px;
  width: 13px;
  height: 25px;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lookbook-thumbnails img:hover {
  cursor: pointer;
}
.lookbook-thumbnails .column, .lookbook-thumbnails .columns {
  padding: 0 1px 0 0;
}

/* Counter */
.counter {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .counter {
    margin-bottom: 30px;
  }
}
.counter span {
  display: inline-block;
  width: 130px;
  height: 70px;
  font-size: 48px;
  line-height: 70px;
  color: #10b4aa;
  text-align: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.counter span img {
  display: block;
  width: 70px;
  height: 70px;
}
.counter span i {
  vertical-align: top;
}
.counter figure {
  font-size: 46px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.counter .timertitle {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/* Notifications */
.notification-box {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  min-height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.notification-box .icon {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url("../img/notification-icons.png");
  background-size: 80px 120px;
}
.notification-box .content {
  line-height: 20px;
  padding: 10px 30px 10px 44px;
}
.notification-box .content .showcoupon {
  color: #fff;
  font-weight: 700;
}
.notification-box .close {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/notification-icons.png");
  background-size: 80px 120px;
  background-position: -40px -80px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.notification-box.success {
  background: #49b06d;
}
.notification-box.success .icon {
  background-position: 10px 10px;
}
.notification-box.information {
  background: #edbe1b;
}
.notification-box.information .icon {
  background-position: -30px -30px;
}
.notification-box.warning {
  background: #f08834;
}
.notification-box.warning .icon {
  background-position: 10px -30px;
}
.notification-box.error {
  background: #e25842;
}
.notification-box.error .icon {
  background-position: -30px 10px;
}
.notification-box.note {
  background: #b8b8b8;
}
.notification-box.note .icon {
  background-position: 13px -70px;
}
.notification-box .button {
  float: right;
  margin: 0 20px 0 0;
  line-height: 20px;
  padding: 0;
  background: transparent;
}

/* Progress Bar */
.progress_bar small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  margin-bottom: 13px;
}
.progress_bar .bar {
  display: block;
  width: 100%;
  height: 6px;
  background: #ededed;
  margin-bottom: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress_bar .bar span {
  background: #10b4aa;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress_bar .bar.grey span {
  background: #ebebeb;
}
.progress_bar .bar.black span {
  background: #222222;
}
.progress_bar .bar.blue span {
  background: #14b9d5;
}
.progress_bar .bar.green span {
  background: #2eb398;
}
.progress_bar .bar.yellow span {
  background: #ffc600;
}
.progress_bar .bar.orange span {
  background: #f27835;
}
.progress_bar .bar.pink span {
  background: #cc467b;
}
.progress_bar .bar.petrol span {
  background: #78979a;
}
.progress_bar .bar.gray span {
  background: #90899b;
}

/* Team Member */
.team_member {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .team_member {
    margin-bottom: 30px;
  }
}
.team_member img {
  margin-bottom: 25px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}
.team_member:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.team_member strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.team_member small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.team_member .social_links {
  text-align: center;
  padding-top: 18px;
}
.team_member .social_links a {
  color: #c7c7c7;
  display: inline-block;
  padding: 0 10px;
}
.team_member .social_links a:hover {
  color: #737373;
}

/* Testimonials */
.testimonials {
  position: relative;
  text-align: center;
  padding: 0 40px;
}
.testimonials p {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}
.testimonials small {
  text-transform: uppercase;
  color: #10b4aa;
  font-weight: 900;
  font-size: 12px;
}
.testimonials:after, .testimonials:before {
  display: block;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 72px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.testimonials:before {
  content: '“';
  top: 0;
  left: 0;
}
.testimonials:after {
  content: '”';
  bottom: -30px;
  right: 0;
}

/* Clients */
.clients.row {
  margin: 0 -5px;
}
.clients.row .columns {
  padding: 0 5px;
}
.clients.row .columns img {
  display: block;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}
.clients.row .columns img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Dropcap */
.dropcap {
  font-size: 64px;
  float: left;
  font-weight: 900;
  line-height: 1;
  padding: 0px 7px 4px 0;
  margin-right: 5px;
}
.dropcap.boxed {
  font-size: 40px;
  background: #10b4aa;
  color: #fff;
  padding: 7px 13px;
  margin-right: 7px;
  margin-top: 4px;
}

/* Banners */
.banner {
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.textleft {
  text-align: left;
}
.banner.textright {
  text-align: right;
}
.banner .divcontent {
  z-index: 2;
  position: relative;
}
.banner .divcontent p {
  margin: 0;
}
.banner .divstyle {
  display: block;
  padding: 30px;
  z-index: 1;
}
.banner.type1 .divstyle {
  position: absolute;
  border: 5px solid #fff;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.banner.type2 .divstyle {
  position: absolute;
  border: 10px solid #fff;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.banner.type3 {
  text-align: left !important;
}
.banner.type3 .divstyle {
  padding: 25px;
  position: absolute;
  border: none;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.banner.type3 .divstyle h3 {
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px;
}
.banner.type3 .divstyle p {
  margin: 0;
  text-transform: uppercase;
  color: #b8b8b8;
}
.banner.type3 .divstyle .btn {
  float: right;
}
.banner.type4 .divstyle {
  position: absolute;
  border: none;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.banner.type5 .divstyle {
  position: absolute;
  border: none;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(16, 180, 170, 0.9);
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.banner.type5 .overlay_link {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.banner.type5 .divcontent {
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.banner.type5:hover .divcontent {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.banner.type5:hover .divstyle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Animations */
.animation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -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);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.fade-in.animate {
  -webkit-animation: fade-in 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: fade-in 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: fade-in 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: fade-in 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: fade-in 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.right-to-left.animate {
  -webkit-animation: right-to-left 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: right-to-left 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: right-to-left 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: right-to-left 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: right-to-left 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.left-to-right.animate {
  -webkit-animation: left-to-right 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: left-to-right 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: left-to-right 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: left-to-right 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: left-to-right 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.bottom-to-top.animate {
  -webkit-animation: bottom-to-top 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: bottom-to-top 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: bottom-to-top 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: bottom-to-top 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: bottom-to-top 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.top-to-bottom.animate {
  -webkit-animation: top-to-bottom 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: top-to-bottom 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: top-to-bottom 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: top-to-bottom 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: top-to-bottom 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.scale.animate {
  -webkit-animation: scale 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation: scale 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation: scale 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation: scale 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
  animation: scale 0.7s 1 cubic-bezier(0.75, 0, 0.175, 1);
}

.animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-moz-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes right-to-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes right-to-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes right-to-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-ms-keyframes right-to-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes right-to-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-moz-keyframes left-to-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes left-to-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes left-to-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-ms-keyframes left-to-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes left-to-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-moz-keyframes bottom-to-top {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bottom-to-top {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes bottom-to-top {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-ms-keyframes bottom-to-top {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bottom-to-top {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes top-to-bottom {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes top-to-bottom {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes top-to-bottom {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-ms-keyframes top-to-bottom {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes top-to-bottom {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes scale {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes scale {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes scale {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes scale {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scale {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
