@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(../css/decima.css);
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* EDIT BELOW */
/* ======================= */
/* ======= FONTS ========= */
/* ======================= */
/* ======================= */
/* ====== ELEMENTS ======= */
/* ======================= */
/* ======================= */
/* ===== TYPOGRAPHY ====== */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1a1a1a;
}
a {
  color: #4c4c4c;
  border-bottom: 1px solid #ccc;
}
a:focus {
  outline: none;
  text-decoration: none;
}
footer a {
  border-color: #4c4c4c;
}
a,
.btn-link,
a > *,
.btn-link > * {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover,
.btn-link:hover,
a > *:hover,
.btn-link > *:hover {
  color: #ffa500;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2em;
  margin: 0;
  font-weight: bold;
}
h1,
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-left: -1px;
  margin-bottom: 19px;
}
h3 {
  font-size: 20px;
  margin: 20px 0 10px -1px;
}
h4 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0 10px 0;
}
p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding: 0 0 0 17px;
}
ul li + li {
  margin-top: 10px;
}
hr {
  border-top: 1px solid #e5e5e5;
}
/* ==== STRONG HEADER ==== */
.strong-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
h1.strong-header {
  font-size: 18px;
}
h2.strong-header {
  font-size: 16px;
}
h3.strong-header {
  font-size: 14px;
}
h4.strong-header {
  font-size: 14px;
}
h5.strong-header {
  font-size: 14px;
}
h6.strong-header {
  font-size: 14px;
}
h1.large-header,
h2.large-header,
h3.large-header,
h4.large-header,
h5.large-header,
h6.large-header {
  font-size: 24px;
}

/* Pnotify adicionado em 09/05/2022
/* Pnotify by Hunter Perrin :: 2.0.1 */

.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    /* Ensures notices are above everything */

    z-index: 9999;
}

/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: none;
    float: left;
    margin-right: .2em;
}
/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}




/* ========================== */
/* ====== CUSTOM GRID ======= */
.row.widerGrid {
  margin-left: -20px;
  margin-right: -20px;
}
.row.widerGrid .col-md-1,
.row.widerGrid .col-md-2,
.row.widerGrid .col-md-3,
.row.widerGrid .col-md-4,
.row.widerGrid .col-md-5,
.row.widerGrid .col-md-6,
.row.widerGrid .col-md-7,
.row.widerGrid .col-md-8,
.row.widerGrid .col-md-9,
.row.widerGrid .col-md-10,
.row.widerGrid .col-md-11,
.row.widerGrid .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* ======================= */
/* ====== MAIN NAV ======= */
#MainNav {
  background: #333333;
  margin-top: 50px;
}
#MainNav section {
  height: 42px;
  margin-top: -42px;
}
#MainNav section:before,
#MainNav section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section .btn-login {
  padding: 6px 12px 6px 0;
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
}
#MainNav section .btn-link {
  color: #4c4c4c;
  letter-spacing: 0;
}
#MainNav section .btn-link:hover {
  color: #ffa500;
}
#MainNav nav {
  border: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}
#MainNav nav a {
  border-bottom: none;
}
#MainNav nav .navbar-header .navbar-brand {
  padding-top: 16px;
  padding-bottom: 16px;
}
#MainNav nav .navbar-header .navbar-toggle {
  padding: 12px 13px;
  margin: 24px 30px 0 0;
  background: #3b3b3b;
  border: 2px solid #3b3b3b;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar {
  width: 15px;
  height: 2px;
  color: #fff;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
#MainNav nav .navbar-header .navbar-toggle:hover {
  background: #ffa500;
  border-color: #ffa500;
}
#MainNav nav .navbar-collapse {
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search {
  color: #fff;
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
  width: 230px;
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form * {
  margin-right: 0;
}
#MainNav nav .navbar-collapse .navbar-search .form-group {
  max-width: 100%;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search,
#MainNav nav .navbar-collapse .navbar-search button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  background: #3b3b3b;
  box-shadow: none;
  border: 2px solid #3b3b3b;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus,
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search #navbar-search.focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  border-color: #fff;
  background: #fff;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search {
  color: inherit;
  width: 210px;
  max-width: 100%;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  padding-right: 16px;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus {
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-search button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px 5px 0;
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  color: #4d4d4d;
}
#MainNav nav .navbar-collapse .navbar-search button span {
  -webkit-transition: none;
  transition: none;
  font-size: 14px;
}
#MainNav nav .navbar-collapse .navbar-nav {
  margin-left: 55px;
  margin-top: 0;
  max-width: 523px;
}
#MainNav nav .navbar-collapse .navbar-nav > li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav > li.active > a,
#MainNav nav .navbar-collapse .navbar-nav > li.open > a,
#MainNav nav .navbar-collapse .navbar-nav > li > a:hover {
  background: none;
  color: #ffa500;
}
#MainNav nav .navbar-collapse .navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
  margin: 0;
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: -5px;
  margin-top: -18px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
  padding: 9px 18px 10px;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
  background: #ffa500;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
  border-top: 1px solid #e6e6e6;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:before {
  display: block;
  content: " ";
  border-left: 3px solid #1a1a1a;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: none;
  position: absolute;
  right: 12px;
  top: 16px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover:before {
  border-left-color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown a:active + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown a:focus + .dropdown-menu {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > .dropdown-menu:hover {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
@media (min-width: 768px) {
  #MainNav nav .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #MainNav nav .navbar-collapse {
    height: 340px;
  }
  #MainNav nav .navbar-collapse .nav {
    margin-left: 0;
    margin-right: 0;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
    padding-left: 20px;
    margin: 0;
    border: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
    padding: 10px 15px 10px 14px;
    display: inline-block;
    width: auto;
    position: relative;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
    border-top: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a {
    padding-right: 30px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a:before {
    top: 18px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown .dropdown-menu {
    display: block;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:before {
    content: " ";
    display: block;
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus {
    background: #ffa500;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus:before {
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
}
#MainNav:before {
  z-index: 0;
  content: " ";
  height: 50px;
  background: #f2f2f2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
/* ======================= */
/* ====== SECTIONS ======= */
#Content > .container > section,
#Content > .container > div,
#Content > .container > nav,
#Content > .full-width > .container > section {
  margin-top: 30px;
  margin-bottom: 30px;
}
#Content > .full-width.no-space > .container,
#Content > .full-width.no-space > .flexslider {
  margin-top: 0;
  margin-bottom: 0;
}
#Content .page-header {
  padding: 20px 0;
  border: none;
  margin: 0;
}
#Content .page-header header {
  margin-top: 25px;
  margin-bottom: 25px;
}
#Content .page-header header h1,
#Content .page-header header h2,
#Content .page-header header h3,
#Content .page-header header h4,
#Content .page-header header h5,
#Content .page-header header h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-left: -3px;
  margin-bottom: 0;
}
#Content .page-header + .container > .row:first-child > .section-header > .strong-header {
  margin-top: 0 !important;
}
#Content .page-header.page-header-short header {
  margin: 6px -10px;
}
/* ======================= */
/* ==== SHOPPING CART ==== */
.shopping-cart-widget {
  position: relative;
}
.shopping-cart-widget > div {
  width: 320px;
  position: absolute;
  padding: 0 19px 9px;
  margin-top: 7px;
  background: #fff;
  top: -1500%;
  right: 0;
  z-index: 2000;
  border: 1px solid #e6e6e6;
}
.shopping-cart-widget > div hr {
  margin: 0;
}
.shopping-cart-widget > div .total-price {
  font-weight: bold;
  font-size: 20px;
  margin-top: 11px;
  margin-bottom: 23px;
}
.shopping-cart-widget > div .total-price-tag {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 23px;
}
.shopping-cart-widget > button {
  padding: 6px 0 6px 12px;
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
  color: #4c4c4c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shopping-cart-widget > button [data-icon] {
  color: #808080;
  margin-top: -5px;
  font-size: 20px;
  display: inline-block;
}
.shopping-cart-widget > button:hover {
  color: #ffa500;
}
.shopping-cart-widget > button:hover [data-icon] {
  color: inherit !important;
}
@media (min-width: 766px) {
  .shopping-cart-widget > div {
    top: -1500%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.active-sidebar .shopping-cart-widget > div {
    -webkit-transition: opacity .4s ease, top .4s ease;
    transition: opacity .4s ease, top .4s ease;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* ======================= */





/* == SHOPPING CART ITEM = */

.shop-summary-item {
  padding: 20px 0;
  position: relative;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item .item-info-name-features-price {
  line-height: 25px;
  margin-top: 4px;
}
.shop-summary-item .item-info-name-features-price h4 {
  margin-top: -3px;
  padding-right: 20px;
}
.shop-summary-item .item-info-name-features-price .features {
  display: inline-block;
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity,
.shop-summary-item .item-info-name-features-price .quantity + b,
.shop-summary-item .item-info-name-features-price .price {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.shop-summary-item .item-info-name-features-price .quantity {
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity + b {
  color: #808080;
  margin: 0 3px;
}
.shop-summary-item .item-info-name-features-price .price {
  color: #1a1a1a;
}
.shop-summary-item img {
  float: left;
  margin-right: 15px;
}
.shop-summary-item .close {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 10px;
  font-size: 16px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:focus {
  outline: none;
}
.shop-summary-item + .shop-summary-item {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* ====== ICON BOX ======= */
.icon-box.icon-box-short {
  display: inline-block;
  margin: -5px 30px 0;
}
.icon-box.icon-box-short .fa {
  font-size: 32px;
  top: 5px;
  right: 3px;
  position: relative;
}
.icon-box.icon-box-short h3 {
  margin: 0;
  display: inline-block;
  letter-spacing: 0;
}
.icon-box.icon-box-long .fa {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 30px;
  line-height: 57px;
  font-size: 24px;
  text-indent: -1px;
  background: #e6e6e6;
  text-align: center;
}
.icon-box.icon-box-long h4 {
  text-transform: none;
  font-size: 20px;
  line-height: 23px;
}
.icon-box.icon-box-long .fa + h4 {
  margin-top: 17px;
}
.icon-box.icon-box-long p {
  padding: 0 10px;
  margin: 11px 0 0;
}
.icon-box.icon-box-long ul {
  margin-top: 6px;
}
.icon-box.icon-box-long ul li {
  margin: 10px 0;
}
.section-emphasis-2 .icon-box .fa {
  color: #fff;
  background: #1a1a1a;
}
@media (max-width: 992px) {
  .icon-box.icon-box-short {
    width: 50%;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .icon-box.icon-box-short {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* ======================= */
/* ====== SHOP ITEM ====== */
.shop-item .sale-tag {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  background: rgba(234, 105, 63, 0.7);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.shop-item [class*="-stock-tag"] {
  position: absolute;
  top: 85px;
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.shop-item .low-in-stock-tag {
  background: rgba(230, 197, 80, 0.7);
}
.shop-item .out-of-stock-tag {
  background: rgba(230, 78, 78, 0.7);
}
.shop-item.shop-item-wishlist h4 {
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  min-height: 8px;
}
.shop-item.shop-item-wishlist h4 a {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-item.shop-item-wishlist .features {
  color: #808080;
  font-size: 12px;
}
.shop-item.shop-item-wishlist .overlay-contents {
  padding: 0 20px;
  overflow: hidden;
}
.shop-item.shop-item-wishlist .shop-item-actions > * {
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.shop-item.shop-item-wishlist .shop-item-actions .btn {
  margin: 218px 0 0 0;
  white-space: nowrap;
}
.shop-item.shop-item-wishlist .shop-item-actions .close {
  font-size: 16px;
  text-shadow: none;
  color: #b2b2b2;
  opacity: 1;
  line-height: 13px;
  margin-top: -36px;
  margin-right: -9px;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .btn {
  margin-top: 127px;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .close {
  margin-top: -8px;
}
.shop-item.shop-item-featured .shop-item-actions .btn,
.shop-item.shop-item-regular .shop-item-actions .btn {
  margin: 0;
  -webkit-transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
  transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
}
.shop-item.shop-item-featured .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .shop-item-actions .btn-primary {
  margin-bottom: 150px;
}
.shop-item.shop-item-featured .shop-item-actions .btn-default,
.shop-item.shop-item-regular .shop-item-actions .btn-default {
  border-color: #fff;
  color: #fff;
}
.shop-item.shop-item-featured .shop-item-actions .btn-default:hover,
.shop-item.shop-item-regular .shop-item-actions .btn-default:hover {
  border-color: #ffa500;
}
.shop-item.shop-item-featured .overlay-wrapper:hover .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .overlay-wrapper:hover .shop-item-actions .btn-primary {
  margin-bottom: 10px;
}
/* ======================= */
/* === SHOP HIGHLIGHT ==== */
.shop-item-highlight {
  position: relative;
  display: table;
  margin: 0 auto;
}
.shop-item-highlight > a {
  display: block;
  border: none;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight .item-info-name-data {
  margin-top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 11;
}
.shop-item-highlight .item-info-name-data > *:hover {
  color: inherit;
}
.shop-item-highlight .item-info-name-data a {
  color: inherit;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper {
  text-align: center;
  margin-top: 0;
  margin-left: 0.3em;
  margin-right: -0.3em;
  width: 100%;
  position: static;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 9px;
  max-width: 239px;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper .price {
  font-weight: normal;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper > * {
  position: relative;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #fff;
  margin: 0 auto 15px;
}
.shop-item-highlight .item-info-name-data:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.3em;
}
.shop-item-highlight.shop-item-highlight-version-1 {
  overflow: hidden;
  background: #000;
}
.shop-item-highlight.shop-item-highlight-version-1 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.shop-item-highlight.shop-item-highlight-version-1:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  zoom: 1.1 \9;
  /* IE <9 */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data {
  pointer-events: none;
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data * {
  pointer-events: all;
}
.shop-item-highlight.shop-item-highlight-version-2 {
  border-bottom: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data {
  color: #1a1a1a;
  position: static;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper {
  padding: 30px 30px 25px;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper:before {
  background: #e5e5e5;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper > *:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SHOP TOP RATED ==== */
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;
}
.shop-top-rated .item-info-name-price {
  margin-top: 4px;
}
.shop-top-rated a {
  border: none;
  display: block;
}
.shop-top-rated img {
  float: left;
  margin-right: 15px;
}
.shop-top-rated .rating {
  top: -3px;
}
.shop-top-rated .rating img {
  margin: 0;
}
/* ======================= */
/* = SHOP RECENTLY VIEWED  */
.shop-recently-viewed {
  position: relative;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions {
  vertical-align: bottom;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions .btn {
  margin-bottom: 20px;
}
/* ======================= */
/* == POST PREVIEW MINI == */
.post-preview-mini {
  display: table;
  width: 1%;
  margin: 0 auto;
}
.post-preview-mini img {
  max-width: none;
}
.post-preview-mini .post-info-name-date-comments {
  margin-top: 13px;
}
.post-preview-mini .post-info-name-date-comments h4 {
  margin: 6px 0 0 0;
}
.post-preview-mini .post-info-name-date-comments h4 a {
  color: #1a1a1a;
}
.post-preview-mini .post-info-name-date-comments h4 a:hover {
  color: #ffa500;
}
.post-info-name-date-comments h2 a:hover {
  color: #ffa500;
}
/* ======================= */
/* ======= TWITTER ======= */
.tweet_list {
  margin-top: 64px;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.tweet_list li {
  list-style: none;
  margin-bottom: 20px;
}
.tweet_list li:before {
  content: "";
  display: block !important;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background: url("../images/twitter-icon.png") no-repeat;
  left: 0;
  right: 0;
  top: -41px;
}
.tweet_list .tweet_text {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.tweet_list .tweet_time {
  display: block;
  font-size: 12px;
}
.tweet_list .tweet_time a {
  border: none;
}
.tweet_list .tweet_time:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #e5e5e5;
  margin: 0 auto 15px;
}
.tweets_display.flexslider .tweet_list {
  margin-top: 0;
  padding-top: 40px;
}
.tweets_display.flexslider .tweet_list li:before {
  display: block;
  display: none;
  top: -51px;
}
.tweets_display.flexslider .tweet_list .tweet_text {
  font-size: 20px;
  line-height: 30px;
}
.tweets_display.flexslider .tweet_list .tweet_time {
  font-size: 14px;
}
.tweets_display.flexslider .tweet_list .tweet_time a {
  color: #808080;
}
.tweets_display.flexslider .tweet_list .tweet_time a:hover {
  color: #ffa500;
}
.tweets_display.flexslider .tweet_list .tweet_time:before {
  background: #ccc;
}
/* ======================= */
/* ==== NEWSLETTER BOX === */
.newsletter-box {
  margin: 0 -5px;
}
.newsletter-box .form-group,
.newsletter-box .btn {
  margin: 0 5px 20px;
}
.newsletter-box .form-group {
  max-width: 220px;
  width: 100%;
}
.newsletter-box input.form-control {
  border: 1px solid #fff;
}
.newsletter-box .form-inline {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .newsletter-box .form-group {
    margin-left: auto;
    margin-right: auto;
  }
}
/* =================== */
/* === SIMPLE FORM === */
.simpleForm form {
  padding-top: 10px;
}
.simpleForm form .form-group {
  margin-bottom: 25px;
}
.simpleForm form .has-error .help-block,
.simpleForm form .has-error .control-label {
  margin: 0;
}
/* ======================= */
/* === GENERAL @WIDGET === */
[class$="widget"] ul {
  margin: 0;
}
[class$="widget"] + .strong-header {
  margin-top: 51px;
}
[class$="widget"] + .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* ===== LINK WIDGET ===== */
.link-widget ul {
  margin-top: 21px;
}
.link-widget ul li {
  margin: 10px 0;
}
.link-widget a {
  border-bottom: none;
}
/* ======================= */
/* == CATEGORIES WIDGET == */
.categories-widget ul {
  margin-top: 22px;
}
.categories-widget ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget a {
  border-bottom: none;
  float: left;
}
.categories-widget a:hover {
  color: #1a1a1a;
}
.categories-widget span {
  float: right;
  color: #808080;
}
/* ======================= */
/* ==== SEARCH WIDGET ==== */
.search-widget form {
  margin-bottom: 0;
}
.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget .form-control,
.search-widget button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  color: #808080;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-widget .form-control:focus,
.search-widget button:focus,
.search-widget .form-control.focus,
.search-widget button.focus {
  border-color: #808080;
}
.search-widget .form-group {
  float: left;
  margin-right: -28px;
  width: 100%;
  margin-bottom: 0;
}
.search-widget .form-control {
  font-size: 14px;
  border-radius: 3px;
  padding-right: 2;
}
.search-widget button {
  border-radius: 0 3px 3px 0;
  float: left;
  width: 28px;
  padding: 8px 10px 5px 0;
  border-left: none;
  margin: 0;
  border: 0;
  font-size: 13px;
}
.search-widget button:focus,
.search-widget button.focus {
  background: transparent;
  border-color: #808080;
}
.search-widget button:focus:hover,
.search-widget button.focus:hover {
  background: transparent;
  border-color: #808080;
}
.search-widget button:hover {
  background: transparent;
  color: #808080;
  border-color: #ccc;
}
.search-widget button:active,
.search-widget button.active {
  background: transparent;
  border-color: #808080;
}
/* ======================= */
/* ===== SOCIAL WIDGET ===== */
.social-widget ul {
  margin: 26px -8px 0;
}
.social-widget ul li {
  padding: 0;
}
.social-widget ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  background: none;
  margin: 0 6px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.social-widget ul li a:hover {
  color: #ccc;
}
.social-widget ul li a:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-widget ul li a.fb:before {
  content: "\f082";
}
.social-widget ul li a.tw:before {
  content: "\f099";
}
.social-widget ul li a.gp:before {
  content: "\f0d4";
}
.social-widget ul li a.pt:before {
  content: "\f0d2";
}
.social-widget ul li a.in:before {
  content: "\f0e1";
}

.social-widget ul li a.insta:before {
  content: "\f16d";
}

.social-widget a {
  border-bottom: none;
}
.social-widget.social-widget-mini ul {
  margin: 26px -10px 0;
}
.social-widget.social-widget-mini ul li {
  padding: 0;
}
.social-widget.social-widget-mini ul li a {
  height: 20px;
  width: 20px;
  font-size: 20px;
  background: none;
  color: #4d4d4d;
}
.social-widget.social-widget-mini ul li a:hover {
  color: #1a1a1a;
}
/* ======================= */
/* == NEWSLETTER WIDGET == */
.newsletter-widget {
  margin-top: 27px;
}
/* ======================= */
/* ===== TEXT WIDGET ===== */
.text-widget address:first-child,
.text-widget p:first-child {
  margin-top: 21px;
}
.text-widget address,
.text-widget p {
  margin-top: 15px;
  margin-bottom: 0;
}
/* ======================= */
/* = RECENT POSTS WIDGET = */
.recent-posts-widget ul {
  margin-top: 23px;
}
.recent-posts-widget ul li + li {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 18px;
}
.recent-posts-widget ul li + li *:first-child {
  margin-top: 0;
}
.recent-posts-widget h5 {
  margin-bottom: 5px;
}
.recent-posts-widget h5 a {
  border: none;
  color: #1a1a1a;
}
.recent-posts-widget h5 a:hover {
  color: #ffa500;
}
.recent-posts-widget .date {
  color: #808080;
  font-size: 12px;
}
.recent-posts-widget .comments {
  font-size: 12px;
}
.recent-posts-widget .comments:hover {
  color: #1a1a1a;
}
footer .recent-posts-widget ul li + li {
  border-color: #3b3b3b;
}
footer .recent-posts-widget h5 a {
  color: #ccc;
}
footer .recent-posts-widget .date {
  color: #666;
}
footer .recent-posts-widget .comments:hover {
  color: #ccc;
}
/* ======================= */
/* = PHOTO STREAM WIDGET = */
.photo-stream-widget .flickr_badge {
  margin: 16px 0 0 -10px;
}
.photo-stream-widget .flickr_badge:before,
.photo-stream-widget .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge .flickr_badge_image {
  float: left;
  height: 55px;
  width: 55px;
  margin: 10px;
}
.photo-stream-widget .flickr_badge .flickr_badge_image a {
  display: block;
}
.photo-stream-widget .flickr_badge:hover .flickr_badge_image {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.photo-stream-widget .flickr_badge .flickr_badge_image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ==== CALL TO ACTION === */
.calltoaction-box {
  position: relative;
  z-index: 2;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box h2 {
  font-size: 50px;
  line-height: 50px;
  color: #ffa500;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.calltoaction-box p {
  font-size: 16px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-1 {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.calltoaction-box.calltoaction-box-version-1 h4 {
  font-size: 24px;
  text-transform: initial;
  color: #1a1a1a;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.calltoaction-box.calltoaction-box-version-1 p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
.calltoaction-box.calltoaction-box-version-1 p + p {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-version-1 .btn {
  float: right;
  margin: 0 0 0 30px;
}
.calltoaction-box.calltoaction-box-version-2 h4 {
  margin-bottom: 9px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-2 .btn {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-inline {
  margin: 0;
  margin-top: -40px;
  bottom: -20px;
}
.calltoaction-box.calltoaction-box-inline h4 {
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0 0 0;
  color: #1a1a1a;
  float: left;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline .btn {
  float: right;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline p {
  clear: both;
  text-align: center;
  padding: 5px 0 24px;
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE INFO = */
.portfolio-page-info dl {
  margin: 0;
  margin-bottom: 27px;
}
.portfolio-page-info dl dt {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
}
.portfolio-page-info dl dd {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.portfolio-page-info dl dd + dt {
  margin-top: 20px;
}
.portfolio-page-info > .btn {
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE IMAGES */
.portfolio-images {
  padding-right: 19px;
}
.portfolio-images img {
  margin-bottom: 40px;
}
.portfolio-images img:last-child {
  margin-bottom: 30px;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.portfolio-item [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.portfolio-item [class^="item-info"] .features {
  font-size: 12px;
  color: #808080;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.shop-product-single header {
  margin-top: 37px;
}
.shop-product-single header h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.shop-product-single header > a {
  margin-left: 14px;
  display: inline-block;
  overflow: hidden;
}
.shop-product-single header .product-code {
  margin-bottom: 2px;
  font-size: 12px;
  color: #808080;
}
.shop-product-single header .price-old,
.shop-product-single header .price {
  font-size: 28px;
}
.shop-product-single header .price-old {
  color: #808080;
  text-decoration: line-through;
}
.shop-product-single header .price {
  color: #1a1a1a;
  font-weight: bold;
}
.shop-product-single .shop-form {
  margin-top: 20px;
}
.shop-product-single .shop-form label {
  margin: 6px 0 0;
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  text-transform: uppercase;
}
.shop-product-single .shop-form .btn-default {
  margin-left: 20px;
}
.shop-product-single .size-guide-toggle {
  display: inline-block;
  margin: 6px 0 0;
  font-size: 14px;
  color: #4c4c4c;
}
.shop-product-single .size-guide-toggle:hover {
  color: #1a1a1a;
}
.shop-product-single .tabs {
  margin: 30px 0 55px;
}
.shop-product-single .shop-product-single-social {
  padding: 22px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-product-single .shop-product-single-social:after {
  clear: both;
}
.shop-product-single .shop-product-single-social .social-widget {
  float: right;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline {
  margin: 0;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li {
  margin: 0 0 0 20px;
  height: 16px;
  width: 16px;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li a {
  margin: 0;
}
.shop-product-single .review {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 15px;
}
.shop-product-single .review header {
  margin-top: 0;
}
.shop-product-single .review header h4 {
  margin-top: 11px;
}
.shop-product-single .review header > * {
  display: inline-block;
}
.shop-product-single .review:first-child {
  padding-top: 0;
}
.shop-product-single .review + .review-form {
  padding-top: 25px;
}
.shop-product-single .review-form .raty-label {
  margin-bottom: 20px;
}
.shop-product-single .review-form .raty-label .rate {
  margin-top: 7px;
}
.zoomPhoto {
  display: inline-block;
  position: relative;
}
/* ======================= */
/* ===== TESTIMONIAL ===== */
.flexslider blockquote.testimonial {
  padding: 0 30px;
}
.flexslider blockquote.testimonial p {
  font-size: 20px;
  line-height: 30px;
}
.flexslider blockquote.testimonial small {
  font-size: 14px;
}
blockquote.testimonial {
  margin: 0;
  padding: 22px 35px;
  text-align: center;
  position: relative;
  border: none;
}
blockquote.testimonial p {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
}
blockquote.testimonial small {
  display: block;
  color: #808080;
  font-size: 12px;
}
blockquote.testimonial small:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #ccc;
  margin: 0 auto 15px;
}
blockquote.testimonial.testimonial-emphasized {
  background: #f5f5f5;
}
blockquote.testimonial.testimonial-de-emphasized {
  border: 1px solid #e5e5e5;
}
/* ======================= */
/* ===== BLOCKQUOTE ====== */
blockquote.main-quote {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
}
blockquote.main-quote p {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
blockquote.main-quote small {
  display: block;
  color: #808080;
  font-size: 14px;
}
blockquote.main-quote small:before {
  content: '\2014';
}
/* ======================= */
/* = PARAGRAPH HIGHLIGHT = */
.paragraph-highlight {
  padding: 25px 30px;
  font-size: 16px;
  line-height: 26px;
  background: #f2f2f2;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 11px;
}
/* ======================= */
/* ======== CODE ========= */
pre {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  padding: 26px 29px;
}
/* ======================= */
/* ======= EMPHASIS ====== */
em {
  font-style: normal;
  background: #1a1a1a;
  color: #fff;
  padding: 0 3px;
}
em.strong {
  background: #ffa500;
}
em.weak {
  background: #e6e6e6;
  color: #1a1a1a;
}
/* ======================= */
/* ======= DROPCAP ======= */
.dropcap:first-letter {
  margin: 10px 5px 1px 0;
  font-size: 42px;
  font-weight: bold;
  float: left;
}
/* ======================= */
/* ======== LISTS ======== */
ul {
  padding: 0 0 0 21px;
}
ul.list-icons {
  list-style: none;
}
ul.list-icons li {
  position: relative;
}
ul.list-icons li i:before {
  color: #1a1a1a;
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: -18px;
  display: block;
  font-weight: 400;
}
ul.list-icons li i.fa-circle:before {
  content: "\2022";
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 24px;
  top: -1px;
  left: -17px;
}
/* ======================= */
/* ====== PRICE BOX ====== */
.price-box {
  text-align: center;
  margin-bottom: 30px;
}
.price-box h3,
.price-box span,
.price-box div {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.price-box div {
  padding: 20px;
  border: none;
}
.price-box div > .btn {
  margin: 0;
}
.price-box h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.price-box .price {
  font-size: 36px;
  font-weight: bold;
}
.price-box .price sup,
.price-box .price sub {
  font-size: 14px;
  font-weight: normal;
}
.price-box .price sup {
  top: -1.2em;
}
.price-box .price sub {
  bottom: 0;
}
.price-box.price-box-special {
  background: #ffa500;
}
.price-box.price-box-special h4,
.price-box.price-box-special span,
.price-box.price-box-special div {
  border-color: #fff;
}
@media (min-width: 768px) {
  .price-table {
    display: table-row;
  }
  .price-table .price-box {
    display: table-cell;
    width: 1%;
    margin-bottom: 0;
  }
}
/* ======================= */
/* ====== ACCORDION ====== */
.accordion .panel-group {
  border-radius: 0;
}
.accordion .panel-group .panel {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.accordion .panel-group .panel:first-child {
  border-top: 1px solid #e5e5e5;
}
.accordion .panel-group .panel-heading {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  color: #4c4c4c;
}
.accordion .panel-group .panel-heading a {
  display: block;
  padding: 15px 0 16px;
  border: none;
}
.accordion .panel-group .panel-heading a:after {
  content: '';
  position: relative;
  top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  -webkit-transition: height .5s ease, top .5s ease;
  transition: height .5s ease, top .5s ease;
  background: url("../images/accordion-plus.png") no-repeat center center;
}
.accordion .panel-group .panel-heading.active {
  color: #1a1a1a;
}
.accordion .panel-group .panel-heading.active a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion .panel-group .panel-heading.active a:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-heading.active a:hover:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-collapse .panel-body {
  padding: 0 0 15px;
  margin-top: -5px;
  border: none;
}
.accordion.faq .panel-heading a {
  font-size: 20px;
  text-transform: none;
  line-height: 1.2em;
}
/* ======================= */
/* ======= CHARTS ======== */
.progress-box {
  position: relative;
}
.progress-box .progress {
  box-shadow: none;
  border-radius: 3px;
  height: 5px;
  background: #e5e5e5;
  margin: 10px 0 22px;
}
.progress-box .progress .progress-bar {
  background: #1a1a1a;
  border-radius: 3px;
  box-shadow: none;
}
.progress-box .progress .progress-bar span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #1a1a1a;
  font-size: 14px;
}
.progress-box .progress.progress-default .progress-bar {
  background: #1a1a1a;
}
.progress-box .progress.progress-lightblue .progress-bar {
  background: #47a9e5;
}
.progress-box .progress.progress-green .progress-bar {
  background: #66cc7e;
}
.progress-box .progress.progress-orange .progress-bar {
  background: #e6c550;
}
.progress-box .progress.progress-red .progress-bar {
  background: #e54e4e;
}
.progress-box-radial {
  text-align: center;
  margin-bottom: 25px;
}
.progress-box-radial .pie-chart {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.progress-box-radial .pie-chart canvas {
  position: relative;
  bottom: 100%;
}
.progress-box-radial .bar-info {
  display: block;
  margin-top: 9px;
}
/* ======================= */
/* ======== TABLE ======== */
.table table {
  margin: 0;
  width: 100%;
}
.table table thead tr td,
.table table tbody tr td,
.table table tfoot tr td,
.table table thead tr th,
.table table tbody tr th,
.table table tfoot tr th {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.table table thead tr td:first-child,
.table table tbody tr td:first-child,
.table table tfoot tr td:first-child,
.table table thead tr th:first-child,
.table table tbody tr th:first-child,
.table table tfoot tr th:first-child {
  padding-left: 0;
}
.table table thead tr td,
.table table thead tr th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th.weak {
  text-transform: none;
  font-weight: normal;
}
.table table th.strong {
  color: #1a1a1a;
}
.table.table-condensed thead tr td,
.table.table-condensed tbody tr td,
.table.table-condensed tfoot tr td,
.table.table-condensed thead tr th,
.table.table-condensed tbody tr th,
.table.table-condensed tfoot tr th {
  padding: 10px;
}
.table.table-condensed thead tr td:first-child,
.table.table-condensed tbody tr td:first-child,
.table.table-condensed tfoot tr td:first-child,
.table.table-condensed thead tr th:first-child,
.table.table-condensed tbody tr th:first-child,
.table.table-condensed tfoot tr th:first-child {
  padding-left: 0;
}
.table.table-condensed thead tr td:last-child,
.table.table-condensed tbody tr td:last-child,
.table.table-condensed tfoot tr td:last-child,
.table.table-condensed thead tr th:last-child,
.table.table-condensed tbody tr th:last-child,
.table.table-condensed tfoot tr th:last-child {
  padding-right: 0;
}
.table .width13 {
  width: 13%;
}
.table .width16 {
  width: 16.6%;
}
.table .width20 {
  width: 20%;
}
.table .width25 {
  width: 25%;
}
@media (max-width: 992px) {
  .table table thead tr td:first-child,
  .table table tbody tr td:first-child,
  .table table tfoot tr td:first-child,
  .table table thead tr th:first-child,
  .table table tbody tr th:first-child,
  .table table tfoot tr th:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* ======================= */
/* ====== ALERT BOX ====== */
.alert {
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  padding: 15px 20px;
  margin: 0 0 30px 0;
}
.alert .close {
  font-size: 24px;
  line-height: 12px;
  top: 4px;
  right: 0;
  color: #808080;
  text-shadow: 1px 0 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert .close:hover {
  color: #1a1a1a;
}
.alert:alert-info {
  background: #c7e5f7;
}
.alert:alert-success {
  background: #f7edca;
}
.alert:alert-warning {
  background: #c2ebcb;
}
.alert:alert-danger {
  background: #f7caca;
}
/* ======================= */
/* ========= TABS ======== */
.tabs .nav-tabs {
  border: none;
  margin-top: -15px;
  margin-left: -15px;
}
.tabs .nav-tabs li {
  margin: 0;
}
.tabs .nav-tabs a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  border-radius: 0;
  background: none;
  border: none;
}
.tabs .nav-tabs a:hover {
  color: #ffa500;
  border: none;
  background: none;
}
.tabs .nav-tabs .active a {
  border: none;
  color: #1a1a1a;
  position: relative;
}
.tabs .nav-tabs .active a:hover {
  border: none;
  color: #ffa500;
}
.tabs .nav-tabs .active a:hover:after {
  background: #ffa500;
}
.tabs .nav-tabs .active a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 16px;
  right: 16px;
  bottom: 11px;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tabs .tab-content {
  margin-top: 4px;
}
.tabs .tab-content .tab-pane .table:first-child table tr:first-child td,
.tabs .tab-content .tab-pane .table:first-child table tr:first-child th {
  padding-top: 0;
}
/* ======================= */
/* ===== PERSON BOX ===== */
.person-box {
  margin-bottom: 25px;
}
.person-box .overlay-wrapper .overlay-contents {
  padding: 0 65px;
  line-height: 220px;
}
.person-box .overlay-wrapper .overlay-contents:before {
  display: none;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions {
  margin-left: 0px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn {
  line-height: 10px;
  padding: 13px;
  margin-left: -1px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn + .btn {
  margin-left: 10px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: none;
  margin: 0;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.fb:before {
  content: "\f082";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.tw:before {
  content: "\f099";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.dribbble:before {
  content: "\f17d";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.gp:before {
  content: "\f0d4";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.in:before {
  content: "\f0e1";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.pt:before {
  content: "\f0d2";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.flickr:before {
  content: "\f16e";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.tumblr:before {
  content: "\f173";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.instagram:before {
  content: "\f16d";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.youtube:before {
  content: "\f167";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.vimeo:before {
  content: "\f194";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.phone:before {
  content: "\f095";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.skype:before {
  content: "\f17e";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.email:before {
  content: "\f003";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.rss:before {
  content: "\f09e";
}
.person-box [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.person-box [class^="item-info"] .position {
  font-size: 14px;
  color: #808080;
}
/* ======================= */
/* === CHECKOUT FORMS ==== */
.checkout + .checkout {
  margin-top: 30px;
}
.checkout .element-header + .btn {
  margin-bottom: 0;
  margin-top: -7px;
}
.checkout.checkout-step-current .element-header {
  font-size: 24px;
}
.checkout.checkout-step-next .element-header {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 0;
}
.checkout button[type="submit"] {
  margin-bottom: 0;
}
.print-link {
  top: 20px;
  position: relative;
}
/* ======================= */
/* ==== ORDER SUMMARY ==== */
.order-summary .order-summary-price {
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price dt,
.order-summary .order-summary-price dd {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.order-summary .order-summary-price dt.total-price,
.order-summary .order-summary-price dd.total-price {
  margin-top: 15px;
  padding-top: 15px;
}
.order-summary .order-summary-price dt {
  color: #808080;
}
.order-summary .order-summary-price dt.total-price {
  color: #1a1a1a;
}
.order-summary .order-summary-price dt:first-child {
  margin-top: 0;
}
.order-summary .order-summary-price dt:first-child + dd {
  margin-top: 0;
}
.order-summary .order-summary-price dd {
  text-align: right;
}
.order-summary .order-summary-price dd.total-price {
  font-size: 20px;
  font-weight: bold;
}
.order-summary .order-summary-price [class^="total-"] {
  border-top: 1px solid #e6e6e6;
}
.order-summary .shop-summary-item + .order-summary-price {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* SHOP SECITON NAVIGATION */
.shop-section-navigation ul {
  margin: 0;
}
.shop-section-navigation ul li {
  text-transform: uppercase;
  font-weight: bold;
}
.shop-section-navigation ul li a {
  border: none;
}
.shop-section-navigation ul li span {
  position: relative;
}
.shop-section-navigation ul li span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 1px;
  right: 1px;
  bottom: 0;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.shop-section-navigation ul li + li {
  margin-top: 20px;
}
/* ======================= */
/* ==== POST & PREVIEW ===*/
.post-preview,
.post {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.post-preview header,
.post header {
  margin-top: 0;
}
.post-preview header h1,
.post header h1,
.post-preview header h2,
.post header h2,
.post-preview header h3,
.post header h3,
.post-preview header h4,
.post header h4,
.post-preview header h5,
.post header h5,
.post-preview header h6,
.post header h6 {
  margin-top: 20px;
}
.post-preview header h1 a,
.post header h1 a,
.post-preview header h2 a,
.post header h2 a,
.post-preview header h3 a,
.post header h3 a,
.post-preview header h4 a,
.post header h4 a,
.post-preview header h5 a,
.post header h5 a,
.post-preview header h6 a,
.post header h6 a {
  border: none;
}
.post-preview * + header,
.post * + header {
  margin-top: 23px;
}
.post-preview .read-more,
.post .read-more {
  margin: 25px 0 0;
}
.post-preview.post-preview-link header h1,
.post.post-preview-link header h1,
.post-preview.post-link header h1,
.post.post-link header h1,
.post-preview.post-preview-link header h2,
.post.post-preview-link header h2,
.post-preview.post-link header h2,
.post.post-link header h2,
.post-preview.post-preview-link header h3,
.post.post-preview-link header h3,
.post-preview.post-link header h3,
.post.post-link header h3,
.post-preview.post-preview-link header h4,
.post.post-preview-link header h4,
.post-preview.post-link header h4,
.post.post-link header h4,
.post-preview.post-preview-link header h5,
.post.post-preview-link header h5,
.post-preview.post-link header h5,
.post.post-link header h5,
.post-preview.post-preview-link header h6,
.post.post-preview-link header h6,
.post-preview.post-link header h6,
.post.post-link header h6 {
  margin-bottom: 0 !important;
}
.post-preview.post-preview-link header h1 a:after,
.post.post-preview-link header h1 a:after,
.post-preview.post-link header h1 a:after,
.post.post-link header h1 a:after,
.post-preview.post-preview-link header h2 a:after,
.post.post-preview-link header h2 a:after,
.post-preview.post-link header h2 a:after,
.post.post-link header h2 a:after,
.post-preview.post-preview-link header h3 a:after,
.post.post-preview-link header h3 a:after,
.post-preview.post-link header h3 a:after,
.post.post-link header h3 a:after,
.post-preview.post-preview-link header h4 a:after,
.post.post-preview-link header h4 a:after,
.post-preview.post-link header h4 a:after,
.post.post-link header h4 a:after,
.post-preview.post-preview-link header h5 a:after,
.post.post-preview-link header h5 a:after,
.post-preview.post-link header h5 a:after,
.post.post-link header h5 a:after,
.post-preview.post-preview-link header h6 a:after,
.post.post-preview-link header h6 a:after,
.post-preview.post-link header h6 a:after,
.post.post-link header h6 a:after {
  content: "";
  display: inline-block;
  background: url("../images/link-arrow.png");
  width: 19px;
  height: 9px;
  margin-bottom: 2px;
  margin-left: 10px;
}
.post-preview.post-preview-audio .audio,
.post.post-preview-audio .audio,
.post-preview.post-audio .audio,
.post.post-audio .audio {
  margin-bottom: 20px;
}
.article-wrapper:first-child .post-preview,
.article-wrapper:first-child .post {
  padding-top: 0;
  border: none;
}
/* ======================= */
/* ==== CART SUMMARY ===== */
.cart-summary {
  margin-bottom: 30px;
}
.cart-summary table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-summary h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: normal;
}
.cart-summary h4 a {
  border: none;
}
.cart-summary .features {
  color: #808080;
}
.cart-summary .features strong {
  color: #1a1a1a;
  font-weight: normal;
  font-size: 14px;
}
.cart-summary strong {
  font-size: 16px;
}
table.price-calc {
  margin-bottom: 45px;
}
table.price-calc tbody tr:first-child td,
table.price-calc tbody tr:first-child th {
  padding-top: 0;
}
table.price-calc tbody tr td {
  padding-right: 0;
}
table.price-calc tbody tr td,
table.price-calc tbody tr th {
  border: none;
}
table.price-calc strong {
  font-size: 16px;
}
table.price-calc .shipment-calc-toggle {
  margin: 0;
  margin-bottom: 2px;
  letter-spacing: normal;
}
table.price-calc .shipment-calc td {
  padding: 0;
}
table.price-calc .order-total th,
table.price-calc .order-total td {
  border-top: 1px solid #e5e5e5;
}
table.price-calc .order-total td {
  font-size: 20px;
  font-weight: bold;
}
/* ======================= */
/* == SHOP PRODUCT LIST == */
.shop-product-list {
  margin-top: 20px;
}
/* ======================= */
/* == SHOP LIST FILTERS == */
.shop-list-filters .filters-result-count {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
}
.shop-list-filters .filters-items-per-page {
  display: inline-block;
  border-top: 0;
  margin-left: 45px;
}
.shop-list-filters .filters-items-per-page .list-inline {
  display: inline-block;
  margin: 0;
}
.shop-list-filters .filters-items-per-page .list-inline li {
  margin: 0 0 0 15px;
}
.shop-list-filters .filters-result-count,
.shop-list-filters .filters-items-per-page {
  top: -3px;
  position: relative;
}
.shop-list-filters .filters-sort {
  width: 100%;
  margin: 0;
  position: relative;
  top: -9px;
}
.shop-list-filters .filters-active {
  padding: 12px 15px 15px;
}
.shop-list-filters .filters-active li {
  position: relative;
  padding-left: 20px;
}
.shop-list-filters .filters-active li .form-group {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label .filter-value {
  margin: 0;
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-active li .form-group label .filter-value:hover + .close {
  color: #1a1a1a;
}
.shop-list-filters .filters-active li .form-group label .close {
  position: absolute;
  top: 4px;
  left: -1px;
  line-height: 10px;
  font-size: 12px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:focus {
  outline: none;
}
.shop-list-filters .filters-active .strong-header {
  font-size: 14px;
  letter-spacing: initial;
  margin-bottom: 12px;
}
.shop-list-filters .filters-details {
  padding: 0;
}
.shop-list-filters .filters-details .accordion .panel-group .panel {
  border-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.shop-list-filters .filters-details .accordion .panel-group .panel:first-child {
  border: none;
}
.shop-list-filters .filters-details .accordion .panel-body {
  padding: 0 0 10px;
}
.shop-list-filters .filters-details .accordion .panel-heading,
.shop-list-filters .filters-details .accordion .panel-body {
  padding-left: 18px;
  padding-right: 19px;
}
.shop-list-filters .filters-range {
  margin-top: 9px;
}
.shop-list-filters .filters-range .ui-slider {
  height: 5px;
  margin: 4px 5px 4px 7px;
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: inherit;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-range {
  background: #1a1a1a;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle {
  height: 13px;
  width: 13px;
  background: #e5e5e5;
  border: 4px solid #1a1a1a;
  border-radius: 13px;
  margin-left: -7px;
  margin-top: 1px;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.shop-list-filters .filters-range .filter-value .min,
.shop-list-filters .filters-range .filter-value .max {
  border: 1px solid #fff;
  padding: 0;
  margin: 4px 0 0;
  float: left;
  width: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.shop-list-filters .filters-range .filter-value .min:focus,
.shop-list-filters .filters-range .filter-value .max:focus {
  border: 1px solid #808080;
  outline: none;
}
.shop-list-filters .filters-range .filter-value .max {
  text-align: right;
}
.shop-list-filters .filters-size {
  margin-left: -8px;
}
.shop-list-filters .filters-size .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 8px;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label {
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  padding: 0 7px;
  line-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label abbr {
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:before {
  content: initial;
  display: none;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:hover {
  color: #fff;
  border-color: #808080;
  background-color: #808080;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label {
  color: #fff;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label:hover {
  color: #fff;
  border-color: #808080;
  background-color: #808080;
}
.shop-list-filters .filters-color {
  margin-left: -5px;
}
.shop-list-filters .filters-color .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 5px;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label .filters-color-swatch {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: block;
  height: 28px;
  width: 28px;
  border: 1px solid transparent;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:before {
  content: initial;
  display: none;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover {
  border-color: #808080;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover .filters-color-swatch {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label {
  border-color: #4d4d4d;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label .filters-color-swatch {
  border: 1px solid #fff;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label:hover {
  border-color: #808080;
}
.shop-list-filters .filters-checkboxes {
  margin-top: 3px;
}
.shop-list-filters .filters-checkboxes label:before {
  border-radius: 2px;
}
.shop-list-filters .filters-checkboxes .form-group {
  margin-bottom: 23px;
}
.shop-list-filters .filters-checkboxes .form-group:last-child {
  margin-bottom: 19px;
}
/* ======================= */
/* ==== COMMENT LIST ===== */
.comment-list {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list > li:last-child > .comment {
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list > li:first-child > .comment {
  padding-top: 0;
}
.comment-list .comment {
  position: relative;
  padding: 26px 0 26px 50px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list .comment header {
  margin-bottom: 19px;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header > * {
  float: left;
  margin-left: 20px;
  font-size: 12px;
}
.comment-list .comment header .date {
  color: #808080;
}
.comment-list .comment header > a {
  color: #4c4c4c;
}
.comment-list .comment header > a:hover {
  color: #1a1a1a;
}
.comment-list .comment header h4 {
  margin: 0;
  font-size: 14px;
}
.comment-list .comment header img {
  position: absolute;
  float: left;
  margin-left: 0;
  left: 0;
  margin-top: 2px;
}
.comment-list li {
  margin-top: 0;
}
.comment-list li > ol {
  margin-left: 50px;
}
/* ====================== */
/* ====== 404 PAGE ====== */
.four-o-four {
  min-height: 350px !important;
  background: #ffa500;
}
.four-o-four .strong-header {
  margin-top: 56px;
  margin-bottom: 24px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #ffa500;
}
.four-o-four p {
  font-size: 16px;
}
.four-o-four .btn {
  margin-top: 35px;
  margin-bottom: 60px;
}
/* ======================= */
/* == SHOP SHOPPING CART = */
.shop-cart-empty .strong-header {
  margin-top: 56px;
  margin-bottom: 13px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #e5e5e5;
}
.shop-cart-empty p {
  font-size: 16px;
  margin: 0;
}
.shop-cart-empty .btn {
  margin-top: 25px;
  margin-bottom: 60px;
}
/* ======================= */
/* ======= FOOTER ======== */
footer {
  color: #fff;
  background: #333;
}
footer .container > section {
  margin-top: 20px;
  margin-bottom: 30px;
}
footer [class$="widget"] {
  color: #ccc;
}
footer [class$="widget"] h1,
footer [class$="widget"] h2,
footer [class$="widget"] h3,
footer [class$="widget"] h4,
footer [class$="widget"] h5,
footer [class$="widget"] h6 {
  color: #fff;
}
footer [class$="widget"] a {
  color: #999;
}
footer [class$="widget"] a:hover {
  color: #ccc;
}
footer hr {
  border-color: #3b3b3b;
  margin: 30px auto;
}
footer .copyright {
  color: #808080;
}
footer .payment-methods {
  margin: 0;
}
footer .payment-methods li {
  padding: 0;
  margin: 0;
}
footer .payment-methods li + li {
  margin-left: 10px;
}
footer .payment-methods [class^="payment-"] {
  display: block;
  height: 22px;
  width: 34px;
  background: url("../images/credit-cards.png") no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
footer .payment-methods [class^="payment-"].payment-visa {
  background-position: 0 0;
}
footer .payment-methods [class^="payment-"].payment-mastercard {
  background-position: -34px 0;
}
footer .payment-methods [class^="payment-"].payment-paypal {
  background-position: -68px 0;
}
footer .payment-methods [class^="payment-"].payment-americanexpress {
  background-position: -102px 0;
}
footer .social-widget ul {
  margin-top: 16px;
}
footer .newsletter-box {
  margin: 22px 0 5px 0;
}
footer .newsletter-box .form-control {
  border-color: #3B3B3B;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
footer .newsletter-box .form-control:focus {
  background: #fff;
  color: #1a1a1a;
}
footer .newsletter-box input[type="submit"] {
  display: block;
  width: 100%;
  margin: 0;
}
footer .newsletter-box .form-group {
  max-width: 100%;
  margin: 0 0 12px 0;
}
/* ======================= */
/* ==== MISCELLANEOUS ==== */
/* ======================= */
body {
  overflow-x: hidden;
}
.wrapper {
  overflow: hidden;
}
/* ======================= */
/* === HELPER CLASSES ==== */
.space-30 {
  margin-bottom: 30px;
}
.space-15 {
  margin-bottom: 15px;
}
.space-right-30 {
  padding-right: 30px;
}
@media (min-width: 767px) {
  .space-left-30 {
    padding-left: 30px;
  }
}
@media (min-width: 991px) {
  .space-left-20 {
    padding-left: 20px;
  }
  .space-right-20 {
    padding-right: 20px;
  }
}
/* ======================= */
/* ===== GOOGLE MAPS ===== */
.google-map {
  min-height: 150px;
}
.google-map img {
  max-width: inherit;
}
/* ======================= */
/* ====== GLYPHICONS ====== */
.glyphicon {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* ======================= */
/* ===== BREADCRUMBS ===== */
.breadcrumbs {
  margin: 0;
  line-height: 36px;
  font-size: 12px;
  margin-left: 12px;
}
.breadcrumbs li {
  padding: 0;
  margin-left: 13px;
  margin-top: 0;
}
.breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #cccccc;
  margin-right: 11px;
}
/* ======================= */
/* ======== PAGER ======== */
.pager {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  margin-left: 0px;
  border-top: 1px solid #e5e5e5;
}
.pager ul {
  text-align: right;
  line-height: 28px;
}
.pager ul li {
  padding: 0;
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-left: 4px;
  margin-top: 20px;
}
.pager ul li a {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.pager ul li a:hover {
  background: none;
}
.pager ul li a:before {
  line-height: 28px;
  position: relative;
  top: -2px;
}
.pager ul li a:focus {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul li.active a {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul .next,
.pager ul .prev {
  font-size: 12px;
}
.pager ul .next a,
.pager ul .prev a {
  float: none;
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pager ul .next a:hover,
.pager ul .prev a:hover {
  color: #ffa500;
}
.post-navigation {
  padding: 25px 30px;
  background: #f2f2f2;
  margin-bottom: 28px;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation .next {
  float: left;
}
.post-navigation .prev {
  float: right;
  text-align: right;
}
.post-navigation .prev a:hover,
.post-navigation .next a:hover {
  color: #1a1a1a;
}
.post-navigation span {
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  margin-bottom: 5px;
  display: inline-block;
}
/* ======================= */
/* == SHOP ITEM ACTIONS == */
.col-md-2 .overlay-element {
  max-width: 140px;
}
.overlay-element {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}
.overlay-wrapper {
  background: #000;
  position: relative;
}
.overlay-wrapper > a {
  border: none;
}
.overlay-wrapper img {
  width: auto;
  max-width: 100% !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-wrapper .overlay-contents {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.overlay-wrapper .overlay-contents * {
  pointer-events: all;
}
.overlay-wrapper .overlay-contents > * {
  width: 100%;
  margin-left: -4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.overlay-wrapper .overlay-contents:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.overlay-wrapper:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.overlay-wrapper:hover .overlay-contents {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ======= RATING ======== */
/* static */
.rating {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}
.rating img[src$="on.png"],
.rating img[src$="off.png"],
.rating img[src$="half.png"] {
  height: 12px;
}
.rating img[src$="on.png"] {
  background: #ffa500;
}
.rating img[src$="off.png"] {
  background: #e6e6e6;
}
.rating img[src$="half.png"] {
  background: #ffa500;
}


.rate {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}
.rate img[src$="on-big.png"],
.rate img[src$="off-big.png"],
.rate img[src$="half-big.png"] {
  height: 18px;
}
.rate img[src$="on-big.png"] {
  background: #ffa500;
}
.rate img[src$="off-big.png"] {
  background: #e6e6e6;
}
.rate img[src$="half-big.png"] {
  background: #ffa500;
}
/* ======================== */
/* ======= SPINNER ======== */
.ui-spinner {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: none;
}
.ui-spinner > input[type="text"] {
  height: 32px;
  margin: 0;
  border: none;
  padding: 0;
  width: 68px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down .ui-button-text {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down {
  cursor: default;
}
.ui-spinner .ui-spinner-button.ui-spinner-up,
.ui-spinner .ui-spinner-button.ui-spinner-down {
  width: 18px;
  height: 100%;
  border: none;
  background: none;
  border-radius: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-icon,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-icon {
  display: none;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-button-text,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  height: 32px;
  width: 18px;
  padding: 0;
  margin: 0;
  background: url("../images/spinner.png") no-repeat center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ui-spinner .ui-spinner-button.ui-spinner-up {
  right: 0;
  border-left: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down {
  left: 0;
  border-right: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  background: url("../images/spinner-minus.png") no-repeat center center;
}
.ui-spinner .ui-spinner-button.ui-state-hover {
  background: none;
}
/* ======================= */
/* ====== META INFO ====== */
[class^="item-info"],
[class^="post-info"] {
  margin-top: 17px;
}
[class^="item-info"] h3,
[class^="post-info"] h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
}
[class^="item-info"] h3 a,
[class^="post-info"] h3 a {
  border-bottom: none;
  color: #1a1a1a;
}
[class^="item-info"] h3 a:hover,
[class^="post-info"] h3 a:hover {
  color: #ffa500;
}
[class^="item-info"] .price,
[class^="post-info"] .price {
  font-weight: bold;
}
[class^="item-info"] .price-old,
[class^="post-info"] .price-old {
  color: #808080;
  text-decoration: line-through;
}
[class^="item-info"] .date,
[class^="post-info"] .date {
  color: #808080;
  font-size: 12px;
}
[class^="item-info"] .comments,
[class^="post-info"] .comments {
  color: #4c4c4c;
  font-size: 12px;
}
[class^="item-info"] .comments:hover,
[class^="post-info"] .comments:hover {
  color: #1a1a1a;
}
[class^="post-info"] h4 {
  font-size: 16px;
}
[class^="post-info"] h4 a {
  font-weight: bold;
  color: #4c4c4c;
  color: #808080;
}
[class^="post-info"] h4 a:hover {
  color: #1a1a1a;
}
.logotypes img {
  margin: 5px 10px;
}
/* ======================= */
/* ==== FORM ELEMENTS ==== */
form {
  margin-bottom: 20px;
}
form input,
form textarea,
form button {
  outline: none;
}
form input:focus,
form textarea:focus,
form button:focus {
  outline: none;
}
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="text"],
form input[type="url"],
form input[type="week"],
form textarea,
form textarea.form-control {
  color: #1a1a1a;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="date"]:-moz-placeholder,
form input[type="datetime"]:-moz-placeholder,
form input[type="datetime-local"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="month"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="time"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="week"]:-moz-placeholder,
form textarea:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
  color: #808080;
}
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form textarea::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
  color: #808080;
}
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
  color: #808080;
}
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
  color: #808080;
}
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="email"]:focus,
form input[type="month"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="time"]:focus,
form input[type="text"]:focus,
form input[type="url"]:focus,
form input[type="week"]:focus,
form textarea:focus,
form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #808080;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  padding-left: 22px;
  position: relative;
  display: table;
  margin-bottom: -13px;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: block;
  height: 12px;
  width: 12px;
  background: url("../images/radio-checkbox.png") no-repeat 0 -12px;
}
form input[type="checkbox"] + label:hover:before,
form input[type="radio"] + label:hover:before {
  background-position-y: -36px;
}
form input[type="checkbox"]:checked + label:before,
form input[type="radio"]:checked + label:before {
  background-position-y: 0;
}
form input[type="checkbox"]:checked + label:hover:before,
form input[type="radio"]:checked + label:hover:before {
  background-position-y: -24px;
}
form input[type="radio"] + label:before {
  background-position-x: -12px;
}
form input[type="radio"].large + label {
  padding-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form input[type="radio"].large + label:before {
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url("../images/radio-large.png") no-repeat 0 0;
}
form input[type="radio"].large + label:hover:before {
  background-position-y: -20px;
}
form input[type="radio"].large:checked + label {
  color: #1a1a1a;
}
form input[type="radio"].large:checked + label:before {
  background-position-y: -40px;
}
form input[type="radio"].large:checked + label:hover:before {
  background-position-y: -60px;
}
form .filters-checkboxes label.selected:before {
  background-position: 0 0 !important;
}
form .filters-checkboxes label.selected:hover:before {
  background-position: 0 -24px !important;
}
form .filters-size label.selected {
  color: #FFF !important;
  border-color: #4D4D4D !important;
  background-color: #4D4D4D !important;
}
form .filters-color label.selected {
  border-color: #4D4D4D !important;
}
form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
form .help-block {
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-left: 30px;
}
form .form-group {
  margin-bottom: 30px;
}
form label {
  font-weight: normal;
}
form label + input,
form label + select,
form label + select + .chosen-container {
  margin-top: 10px;
}
form label:first-child + input {
  margin-top: 0;
}
form label a {
  position: relative;
  left: 8px;
}
form label a img {
  position: relative;
  bottom: 2px;
}
form label a[class^="chosen-"] {
  left: 0;
}
form.form-inline > button {
  margin-bottom: 0;
}
.form-inline > button {
  margin-bottom: 0;
}
.form-inline * {
  margin-right: 10px;
}
small.explanation {
  font-size: 14px;
  color: #1a1a1a;
  font-style: italic;
}
footer form input[type="date"],
footer form input[type="datetime"],
footer form input[type="datetime-local"],
footer form input[type="email"],
footer form input[type="month"],
footer form input[type="number"],
footer form input[type="password"],
footer form input[type="search"],
footer form input[type="tel"],
footer form input[type="time"],
footer form input[type="text"],
footer form input[type="url"],
footer form input[type="week"] {
  color: #808080;
  border-color: #3b3b3b;
  background: #3b3b3b;
}
footer form input[type="date"]:focus,
footer form input[type="datetime"]:focus,
footer form input[type="datetime-local"]:focus,
footer form input[type="email"]:focus,
footer form input[type="month"]:focus,
footer form input[type="number"]:focus,
footer form input[type="password"]:focus,
footer form input[type="search"]:focus,
footer form input[type="tel"]:focus,
footer form input[type="time"]:focus,
footer form input[type="text"]:focus,
footer form input[type="url"]:focus,
footer form input[type="week"]:focus {
  border-color: #3b3b3b;
}
footer form .form-group {
  margin-bottom: 10px;
}
.element-emphasis-strong form,
.element-emphasis-weak form {
  margin-bottom: -10px;
}
.section-emphasis-1 form input[type="date"],
.section-emphasis-2 form input[type="date"],
.section-emphasis-1 form input[type="datetime"],
.section-emphasis-2 form input[type="datetime"],
.section-emphasis-1 form input[type="datetime-local"],
.section-emphasis-2 form input[type="datetime-local"],
.section-emphasis-1 form input[type="email"],
.section-emphasis-2 form input[type="email"],
.section-emphasis-1 form input[type="month"],
.section-emphasis-2 form input[type="month"],
.section-emphasis-1 form input[type="number"],
.section-emphasis-2 form input[type="number"],
.section-emphasis-1 form input[type="password"],
.section-emphasis-2 form input[type="password"],
.section-emphasis-1 form input[type="search"],
.section-emphasis-2 form input[type="search"],
.section-emphasis-1 form input[type="tel"],
.section-emphasis-2 form input[type="tel"],
.section-emphasis-1 form input[type="time"],
.section-emphasis-2 form input[type="time"],
.section-emphasis-1 form input[type="text"],
.section-emphasis-2 form input[type="text"],
.section-emphasis-1 form input[type="url"],
.section-emphasis-2 form input[type="url"],
.section-emphasis-1 form input[type="week"],
.section-emphasis-2 form input[type="week"],
.section-emphasis-1 form textarea,
.section-emphasis-2 form textarea,
.section-emphasis-1 form textarea.form-control,
.section-emphasis-2 form textarea.form-control {
  border: 1px solid #fff;
}
.section-emphasis-1 form input[type="date"]:focus,
.section-emphasis-2 form input[type="date"]:focus,
.section-emphasis-1 form input[type="datetime"]:focus,
.section-emphasis-2 form input[type="datetime"]:focus,
.section-emphasis-1 form input[type="datetime-local"]:focus,
.section-emphasis-2 form input[type="datetime-local"]:focus,
.section-emphasis-1 form input[type="email"]:focus,
.section-emphasis-2 form input[type="email"]:focus,
.section-emphasis-1 form input[type="month"]:focus,
.section-emphasis-2 form input[type="month"]:focus,
.section-emphasis-1 form input[type="number"]:focus,
.section-emphasis-2 form input[type="number"]:focus,
.section-emphasis-1 form input[type="password"]:focus,
.section-emphasis-2 form input[type="password"]:focus,
.section-emphasis-1 form input[type="search"]:focus,
.section-emphasis-2 form input[type="search"]:focus,
.section-emphasis-1 form input[type="tel"]:focus,
.section-emphasis-2 form input[type="tel"]:focus,
.section-emphasis-1 form input[type="time"]:focus,
.section-emphasis-2 form input[type="time"]:focus,
.section-emphasis-1 form input[type="text"]:focus,
.section-emphasis-2 form input[type="text"]:focus,
.section-emphasis-1 form input[type="url"]:focus,
.section-emphasis-2 form input[type="url"]:focus,
.section-emphasis-1 form input[type="week"]:focus,
.section-emphasis-2 form input[type="week"]:focus,
.section-emphasis-1 form textarea:focus,
.section-emphasis-2 form textarea:focus,
.section-emphasis-1 form textarea.form-control:focus,
.section-emphasis-2 form textarea.form-control:focus {
  border-color: #808080;
}
/* ======= CHOSEN ======== */
.chosen-container abbr.search-choice-close {
  background: none;
  top: 11px;
  right: 28px;
}
.chosen-container abbr.search-choice-close:hover:after {
  color: #1a1a1a;
}
.chosen-container abbr.search-choice-close:after {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  content: "\e005";
  font-family: 'Decima';
  display: block;
  color: #ccc;
  font-size: 12px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  position: relative;
  top: -1px;
}
.chosen-container .chosen-single {
  color: #808080;
  border: 1px solid #ccc;
  padding: 6px 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
}
.chosen-container .chosen-single div b {
  background: none;
  position: relative;
  height: 2px;
  width: 7px;
  margin-top: 15px;
  margin-right: 8px;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.chosen-container .chosen-single div b:before,
.chosen-container .chosen-single div b:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.chosen-container .chosen-single div b:before {
  bottom: 100%;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.chosen-container .chosen-single div b:after {
  top: 100%;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.chosen-container .chosen-single:hover div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container .chosen-single:hover div b:before {
  border-color: transparent transparent #ffa500 transparent;
}
.chosen-container .chosen-single:hover div b:after {
  border-color: #ffa500 transparent transparent transparent;
}
.chosen-container .chosen-single > span {
  color: #1a1a1a;
}
.chosen-container .chosen-single > span:hover {
  color: #1a1a1a;
}
.chosen-container .chosen-single.chosen-default > span {
  color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  border-color: transparent transparent #ffa500 transparent;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  border-color: #ffa500 transparent transparent transparent;
}
.chosen-container .chosen-drop {
  border-color: #808080;
  box-shadow: none;
}
.chosen-container .chosen-drop .chosen-search {
  padding: 0 10px;
}
.chosen-container .chosen-drop .chosen-search input {
  padding: 5px 10px;
  height: 34px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #808080;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  background: none;
}
.chosen-container .chosen-drop .chosen-search input:focus {
  border: 1px solid #808080;
}
.chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 7px 0 0;
}
.chosen-container .chosen-drop .chosen-results li {
  padding-left: 10px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #ffa500;
}
.chosen-container .chosen-drop .chosen-results li.active-result em {
  text-decoration: none;
}
.chosen-container[class*="col-"].chosen-with-drop {
  margin: 0;
}
.chosen-container[class*="col-"].chosen-with-drop .chosen-drop {
  left: 10px;
  right: 10px;
  width: auto;
}
label .chosen,
label .chosen-container {
  font-weight: normal;
}
/* ======================= */
/* ======= BUTTONS ======= */
.btn {
  padding: 13px 28px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.btn.icon-left .fa {
  margin-right: 8px;
}
.btn.icon-right .fa {
  margin-left: 8px;
}
.btn:hover {
  color: #fff;
  border-color: #ffa500;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #ccc;
  background: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ffa500;
  border-color: #ffa500;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ffa500;
  border-color: #ffa500;
}
.btn-large {
  font-size: 16px;
  padding: 17px 44px;
}
.btn-small {
  font-size: 12px;
  padding: 6px 15px 7px;
}
.btn-mini {
  font-size: 10px;
  padding: 3px 5px 2px 5px;
}
.btn-success,
.btn-warning,
.btn-info,
.btn-danger,
.btn-inactive {
  color: #fff;
}
.btn-success:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-inactive:hover,
.btn-success:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-danger:focus,
.btn-inactive:focus,
.btn-success:active,
.btn-warning:active,
.btn-info:active,
.btn-danger:active,
.btn-inactive:active {
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-success {
  background: #66cc7e;
  border-color: #66cc7e;
}
.btn-warning {
  background: #e6c550;
  border-color: #e6c550;
}
.btn-info {
  background: #47a9e6;
  border-color: #47a9e6;
}
.btn-danger {
  background: #e64e4e;
  border-color: #e64e4e;
}
.btn-inactive {
  background: #e6e6e6;
  border-color: #e6e6e6;
  cursor: default;
}
.btn-inactive:hover,
.btn-inactive:focus,
.btn-inactive:active {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-link {
  border: none;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 0;
  border-radius: 0;
  margin: 13px 28px 22px 28px;
}
.btn-link:hover {
  border-color: #ccc;
  color: #ffa500;
}
.btn-link:focus {
  text-decoration: none;
  outline: none;
  color: #ffa500;
  border-color: #ccc;
}
.btn-link.btn-block {
  margin: 13px auto 22px auto;
  width: auto;
}
/* ======================= */
/* == SECTION EMPHASIS === */
.full-width {
  /* more space before the section -- */
  /* -- except when there is full-width flexslider above or if the section is first element*/
}
.full-width.section-emphasis-1 {
  background: #f2f2f2;
}
.full-width.section-emphasis-1 h1,
.full-width.section-emphasis-1 h2,
.full-width.section-emphasis-1 h3 {
  background: #f2f2f2;
}
.full-width.section-emphasis-2 {
  padding-top: 25px;
  background: #ffa500;
}
.full-width.section-emphasis-2 h1,
.full-width.section-emphasis-2 h2,
.full-width.section-emphasis-2 h3 {
  background: #ffa500;
}
.full-width.section-emphasis-1 > .container,
.full-width.section-emphasis-2 > .container {
  /*margin-top: 30px;*/
}
.full-width.flexslider-full-width + .section-emphasis-1 > .container,
.full-width.flexslider-full-width + .section-emphasis-2 > .container,
.full-width:first-child > .container {
  margin-top: 0;
}
#Content .full-width section.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-emphasis-3 {
  border: 1px solid #e5e5e5;
  padding: 29px;
}
.section-emphasis-3 .strong-header {
  margin-top: 21px;
}
.section-emphasis-3 .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* == ELEMENT EMPHASIS === */
.element-emphasis-strong {
  border: 5px solid #e5e5e5;
  padding: 25px 25px 31px;
}
.element-emphasis-weak {
  border: 1px solid #e5e5e5;
  padding: 29px 29px 27px;
}
/* ======================== */
/* = SMALL SECTION HEADER = */
.element-emphasis-strong,
.element-emphasis-weak {
  margin-bottom: 30px;
}
.element-emphasis-strong .element-header,
.element-emphasis-weak .element-header {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 16px;
}
.element-emphasis-strong > .btn:last-child,
.element-emphasis-weak > .btn:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SECTION HEADER ==== */
.section-header {
  position: relative;
}
.section-header hr {
  position: absolute;
  margin: 0;
  left: 10px;
  right: 10px;
  top: 49%;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  position: relative;
  display: table;
  padding: 0 10px;
  margin: 28px auto 27px !important;
  font-size: 16px !important;
  text-align: center;
  background: #fff;
}
.section-emphasis-1 .section-header hr,
.section-emphasis-2 .section-header hr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.section-emphasis-1 .section-header h1,
.section-emphasis-2 .section-header h1,
.section-emphasis-1 .section-header h2,
.section-emphasis-2 .section-header h2,
.section-emphasis-1 .section-header h3,
.section-emphasis-2 .section-header h3,
.section-emphasis-1 .section-header h4,
.section-emphasis-2 .section-header h4,
.section-emphasis-1 .section-header h5,
.section-emphasis-2 .section-header h5,
.section-emphasis-1 .section-header h6,
.section-emphasis-2 .section-header h6 {
  margin-top: 0 !important;
}
/* ======================= */
/* === DROPDOWN CARET ==== */
.navbar-default .navbar-nav > .dropdown a .caret,
.shopping-cart-widget > button .caret {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top-color: #808080;
  border-bottom-color: #808080;
  margin-bottom: 2px;
}
.navbar-default .navbar-nav > .dropdown a:hover .caret,
.shopping-cart-widget > button:hover .caret,
.navbar-default .navbar-nav > .dropdown afocus .caret,
.shopping-cart-widget > buttonfocus .caret {
  border-top-color: #ffa500;
  border-bottom-color: #ffa500;
}
.navbar-default .navbar-nav > .open a .caret,
.navbar-default .navbar-nav > .open a:hover .caret,
.navbar-default .navbar-nav > .open a:focus .caret {
  border-top-color: #ffa500;
  border-bottom-color: #ffa500;
}
/* ======================= */
/* ======= ISOTOPE ======= */
.isotope-options .filters-links {
  line-height: 28px;
  margin: 25px 0 32px 0;
}
.isotope-options .filters-links .options {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 9px;
}
.isotope-options .filters-links .options li {
  padding: 0;
}
.isotope-options .filters-links .options a {
  padding: 0;
  margin: 0 10px;
  color: #4c4c4c;
}
.isotope-options .filters-links .options a:hover {
  color: #ffa500;
}
.isotope-options .filters-links .options .selected {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters label {
  cursor: pointer;
}
.filters-list {
  margin-bottom: 5px;
}
.filters-clear {
  margin-top: 12px;
}
.btn-group.myFilters .btn.btn-default.dropdown-toggle {
  width: 220px;
  text-align: left;
  color: #808080;
  border: 1px solid #CCC;
  padding: 6px 10px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.btn-group.myFilters.open .dropdown-menu {
  border-color: #808080;
  border-top: none !important;
}
.btn-group.myFilters.open .btn.btn-default.dropdown-toggle {
  border-color: #808080;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.myFilters .caret {
  color: #1A1A1A;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 17px;
  display: block;
  border: 0;
  background: none;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.btn-group.myFilters .caret:before,
.btn-group.myFilters .caret:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.btn-group.myFilters .caret:before {
  bottom: 2px;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.btn-group.myFilters .caret:after {
  bottom: -4px;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.btn-group.myFilters:hover .caret:before {
  bottom: 4px;
  border-color: transparent transparent #ffa500 transparent;
}
.btn-group.myFilters:hover .caret:after {
  bottom: -6px;
  border-color: #ffa500 transparent transparent transparent;
}
.btn-group.myFilters .dropdown-menu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: -11px 0 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.btn-group.myFilters .dropdown-menu li {
  line-height: 1px;
}
.btn-group.myFilters .dropdown-menu li + li {
  margin-top: 0;
}
.btn-group.myFilters .dropdown-menu > li > a {
  display: block;
  padding: 4px 11px;
  clear: both;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  border: 0;
  -webkit-transition: none;
  transition: none;
}
.btn-group.myFilters .dropdown-menu > li > a:hover {
  background: #ffa500;
  color: #fff;
}
.btn-group.myFilters.open > .dropdown-menu {
  display: block;
}
#isotopeContainer {
  position: relative;
  z-index: 8;
  margin-left: -10px;
  margin-right: -10px;
}
#isotopeContainer .isotope-item {
  margin: 0 10px 37px;
}
/* = NATIVE ISOTOPE STYLES = */
.isotope-item {
  z-index: 2;
  display: inline-block;
  float: left;
  width: 220px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1.0s;
  -moz-transition-duration: 1.0s;
  -ms-transition-duration: 1.0s;
  -o-transition-duration: 1.0s;
  transition-duration: 1.0s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* ======================= */
/* ===== FLEXSLIDER ====== */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  overflow: visible !important;
}
.flexslider .slides img {
  width: auto;
  max-width: none;
}
.flexslider .slides > li {
  margin-top: 0;
}
.flexslider .slides > li > img {
  width: inherit;
}
.flexslider.row {
  margin: 0 -10px;
  padding: 0 10px;
}
.flexslider > ul {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider .flex-control-paging {
  margin: 0 -10px;
  z-index: 1000;
  bottom: -40px;
}
.flexslider .flex-control-paging li > a {
  height: 5px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.flexslider .flex-control-paging li > a.flex-active,
.flexslider .flex-control-paging li > a:hover {
  background: #1a1a1a;
}
.flexslider.flexslider-pager-inside .flex-control-paging {
  bottom: 10px;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  width: 27px;
  height: 28px;
  opacity: 1;
  text-indent: -9999px;
  text-align: initial;
  border: none;
  color: transparent;
  text-shadow: none;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:after,
.flexslider .flex-direction-nav .flex-next:after {
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 0;
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 9999px;
  font-size: 28px;
  position: relative;
}
.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider .flex-direction-nav .flex-next:hover:after {
  color: #1a1a1a;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider .flex-direction-nav .flex-prev:before {
  content: "\e000";
  top: 1px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 30px;
}
.flexslider .flex-direction-nav .flex-next:before {
  content: "\e001;";
}
.flexslider.flexslider-pager {
  margin-bottom: 30px;
}
.flexslider.flexslider-pager-inside {
  margin-bottom: 0;
}
.flexslider-full-width .flexslider .slides > li {
  -webkit-backface-visibility: visible;
  background-position: center center;
}
.flexslider-full-width .flexslider .flex-control-paging {
  bottom: 10px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging {
  display: table;
  margin: 0 -10px;
  bottom: 15px;
  z-index: 1000;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a {
  height: 5px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a.flex-active,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a:hover {
  background: #1a1a1a;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  color: #1a1a1a;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev:hover,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next:hover {
  color: #ffa500;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
  left: -36px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  right: -37px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
  left: -36px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
  right: -37px;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ffa500;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:before,
.post-preview .flexslider .flex-direction-nav .flex-next:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:after,
.post-preview .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:after,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ffa500;
}
.thumbnailSlider {
  max-width: 450px;
  margin: 40px auto 0 auto;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:before {
  color: #1a1a1a;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:hover:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:hover:before {
  color: #ffa500;
}
.thumbnailSlider .flexslider .slides img {
  max-width: 100%;
}
.thumbnailSlider .smallThumbnails {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px -10px;
}
.thumbnailSlider .smallThumbnails li {
  display: block;
  margin: 0 0 10px 0;
  width: 25%;
  float: left;
  padding-left: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.thumbnailSlider .smallThumbnails li:hover,
.thumbnailSlider .smallThumbnails li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1075px) {
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
    right: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
    right: 30px;
  }
}
@media (min-width: 1075px) {
  [class$="-12"][class^="col-"] .flexslider .flex-prev {
    left: -36px;
  }
  [class$="-12"][class^="col-"] .flexslider .flex-next {
    right: -37px;
  }
  [class$="-12"][class^="col-"] .flexslider:hover .flex-prev {
    left: -36px;
  }
  [class$="-12"][class^="col-"] .flexslider:hover .flex-next {
    right: -37px;
  }
  [class$="-12"][class^="col-"] .flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
}
/* ======================= */
/* ===== PRETTYPHOTO ====== */
.pp_pic_holder .ppt {
  display: none !important;
}
.pp_pic_holder .pp_description {
  display: none !important;
}
.pp_pic_holder a {
  border-bottom: 0;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: none !important;
}
.pp_loaderIcon {
  background: url("../images/loading.gif") no-repeat center center !important;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 0;
  position: static;
}
div.pp_default .pp_contract,
div.pp_default .pp_expand {
  right: auto;
  top: 15px;
  left: 15px;
}
div.pp_default .pp_close {
  z-index: 2002;
  top: 15px;
  right: 15px;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  text-align: center;
}
div.pp_default .pp_close:hover:before {
  color: #808080;
}
div.pp_default .pp_close:before {
  content: "\e004";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_previous,
a.pp_next {
  background: none !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: none;
  text-indent: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 5px;
}
a.pp_next {
  left: auto;
  right: 5px;
}
a.pp_previous:hover:before,
a.pp_next:hover:before {
  color: #ffa500;
}
a.pp_previous:before,
a.pp_next:before {
  content: "\e000";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 46px;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_next:before {
  content: "\e001";
}
/* FLIP IMAGES */
.flipImage > a {
  border-bottom: 0;
  float: left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.flipImage > a:hover .backImg {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
  position: absolute;
}
.flipImage > a:hover .frontImg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flipImage .frontImg {
  display: block;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.flipImage .backImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awesomeIcons a {
  border: 0;
  padding: 3px 0;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.awesomeIcons a i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 30px;
  display: inline-block;
}
.awesomeIcons a:hover i {
  font-size: 24px;
  color: #4C4C4C;
}
.awesomeIcons .page-header {
  margin: 0 0 10px 0 !important;
}
.shopping-cart-widget > div {
  visibility: hidden;
}
body.active-sidebar .shopping-cart-widget > div {
  visibility: visible;
}
/* ======================= */
/* ===== MOBILE VIEW ===== */
/* ======================= */
.unclick {
  display: none;
}
@media (max-width: 767px) {
  .shopping-cart-widget {
    z-index: 1001;
    position: static;
  }
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 80%;
    top: 100%;
  }
  #MainNav nav {
    z-index: 1001;
  }
  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 80%;
    -webkit-transform: translateZ(0);
  }
  [role="main"],
  footer {
    -webkit-transform: translateZ(0);
    transition: .4s all ease;
    width: 100%;
  }
  [role="navigation"] {
    margin-left: -80%;
    float: left;
  }
  [role="main"],
  footer {
    margin-left: 0;
    float: left;
  }
  [role="complementary"] {
    margin-right: -100%;
    float: left;
    margin-top: 0;
  }
  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary"]:after {
    clear: both;
  }
  .active-nav #MainNav nav .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
  }
  .active-nav [role="main"],
  .active-nav footer {
    margin-left: 80%;
  }
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
  .active-sidebar .shopping-cart-widget .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: -80%;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
}
@media (min-width: 525px) and (max-width: 765px) {
  .shopping-cart-widget {
    position: static;
  }
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 90%;
  }
  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 90%;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
  }
  .active-nav [role="main"],
  .active-nav footer {
    margin-left: 0;
  }
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: 0;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  [role="navigation"] {
    margin-left: -90%;
    max-height: none;
    position: absolute;
    background: #333;
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  [role="complementary"],
  [role="navigation"] {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  /* menu on hover */
  #MainNav li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    visibility: visible;
  }
  #MainNav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
  }
}
@media (max-width: 992px) {
  .shop-product-single .size-guide-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  #listFilters {
    display: none;
  }
  .shop-list-filters {
    margin-bottom: 20px;
  }
  footer {
    padding-left: 40px;
    padding-right: 20px;
  }
}


/*ESTILOS CD*/
h1.title-home{
  display: none;
}
