/*
 * Swatch - 1.5
 * http://themes.oxygenna.com/swatch
 *
 * envato marketplace licence
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 *
 * (c) 2013 Oxygenna.com
 */
/* --------- */
/* THEME CSS */
/* --------- */
/* ------------------------ */
/* GENERAL TYPOGRAPHY RULES */
/* ------------------------ */
/* - Body typography - */
body {
  -webkit-font-smoothing: antialiased;
}
body.hyphenated {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* - Headers - */
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  margin: 0;
}

h1, .headline {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h1 small {
  font-size: 24px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}

h2 small {
  font-size: 16px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

h3 small {
  font-size: 13px;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 16px;
}

h4 small {
  font-size: 13px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}

/* - Links - */
a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}

.more-link {
  display: block;
  margin: 12px 0 0px;
  position: relative;
  text-indent: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 18px;
}
.more-link:hover {
  text-indent: 10px;
}
.more-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #f17c72;
  font-weight: bold;
}

/* - Lead text - */
.lead {
  font-weight: lighter;
}

/* - Form elements - */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: 0px 0px 1px white inset;
  -moz-box-shadow: 0px 0px 1px white inset;
  box-shadow: 0px 0px 1px white inset;
  -webkit-appearance: none;
  box-shadow: none;
  text-shadow: none !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
}

select {
  line-height: 24px;
}

input[type="submit"] {
  text-shadow: none !important;
  font-weight: normal;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fancy-select {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.fancy-select select {
  margin-bottom: 0;
  width: 100%;
  min-width: 180px;
}
.fancy-select:after {
  display: block;
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  z-index: 1;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
}

/* - Figures - */
figure {
  margin: 0 0 24px;
}

/* - Pre and code - */
pre, code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, q {
  font-size: 14px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border: 0;
}

pre {
  text-shadow: none;
}

/* - hr - */
hr {
  border-top: 0;
}

/* - Font weight classes - */
.black {
  font-weight: bolder !important;
}

.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.light {
  font-weight: light !important;
}

.lighter {
  font-weight: lighter !important;
}

/* - Font size classes - */
.big {
  font-size: 1.5em;
}

.bigger {
  font-size: 2em;
}

.super {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.super.text-center small {
  display: block;
  line-height: 1.5em;
}

.hyper {
  font-size: 240px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* - Text aligns classes - */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* - Text transform classes - */
.text-caps {
  text-transform: uppercase !important;
}

.text-italic {
  font-style: italic;
}

/* Responsive typography */
@media (max-width: 767px) {
  h1, .headline {
    font-size: 24px;
    line-height: 36px;
  }

  h1 small {
    font-size: 16px;
  }

  h2 {
    font-size: 21px;
    line-height: 36px;
  }

  h2 small {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
    line-height: 36px;
  }

  h3 small {
    font-size: 14px;
  }

  .super {
    font-size: 48px;
    text-align: center;
  }
  .super small {
    margin-top: 12px;
    display: block;
  }

  .hyper {
    font-size: 70px;
  }

  .small-screen-center {
    text-align: center !important;
  }

  .small-screen-margin-bottom {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 480px) {
  .super {
    font-size: 36px;
    line-superheight: 1em;
  }

  .hyper {
    font-size: 48px;
    line-height: 1em;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }

  h1, .headline {
    font-size: 21px;
    line-height: 24px;
  }

  h1 small {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h2 small {
    font-size: 12px;
  }

  h3 {
    font-size: 16px;
    line-height: 24px;
  }

  h3 small {
    font-size: 11px;
  }

  .super {
    font-size: 24px;
    line-height: 1;
  }

  .hyper {
    font-size: 36px;
  }
}
/* -------------------- */
/* GENERAL LAYOUT RULES */
/* -------------------- */
/* - body style - */
body {
  padding-top: 70px;
}
body.static-navbar {
  padding-top: 0;
}
body.no-header {
  padding-top: 0 !important;
}

/* - Sections */
.section {
  position: relative;
  padding: 80px 0;
}
.section.section-slim {
  padding: 0;
}
.section.section-slim .container-fluid {
  padding: 0;
}
.section .container {
  position: relative;
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

[class*="oxy-agent-"] .section-background {
  background-attachment: scroll !important;
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .container {
    padding: 0 20px;
  }

  .section {
    padding: 40px 0;
  }
}
/* HEADER */
/* ------ */
/* - No header masthead - */
.no-header #masthead {
  display: none;
}

/* - Brand - */
#masthead .brand {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 23px 20px 23px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  text-transform: uppercase;
  text-shadow: none;
}
#masthead .brand img {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 4px;
  margin-top: 14px;
}
#masthead .brand.text-image {
  padding-left: 54px;
}
#masthead .brand:hover {
  text-shadow: none;
}

/* - Navigation bar - */
#masthead .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* - Menu bar - */
#masthead .container {
  position: relative;
}
#masthead .nav > li > a {
  text-transform: uppercase;
  text-shadow: none;
  font-style: normal;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li > a:before {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li.current-menu-item > a:before, #masthead .nav > li > a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  top: 16px;
  opacity: 1;
}
#masthead .nav > li > a:focus {
  outline: none;
}
#masthead .nav > .active > a, #masthead .nav > .active > a:hover, #masthead .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#masthead .nav li.dropdown.open > .dropdown-toggle, #masthead .nav li.dropdown.active > .dropdown-toggle, #masthead .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
#masthead .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  border: 0;
  min-width: 200px;
}
#masthead .dropdown-menu a {
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
#masthead .dropdown-menu .dropdown-menu {
  top: -1px;
}
#masthead .navbar .pull-right > li > .dropdown-menu .dropdown-menu, #masthead .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: 100%;
  right: auto;
}
#masthead .navbar-inner {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
#masthead .navbar-scrolled {
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#masthead .navbar .btn-navbar {
  background: none;
  box-shadow: none;
  border: none;
}
#masthead .navbar .btn-navbar .icon-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#masthead .sidebar-widget {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
#masthead .widget_search {
  margin-top: -17px;
}
#masthead .widget_search .input-append {
  min-width: 200px;
}
#masthead .widget_recent_entries ul, #masthead .widget_recent_comments ul, #masthead .widget_archive ul, #masthead .widget_categories ul, #masthead .widget_meta ul, #masthead .widget_pages ul, #masthead .widget_twitter ul, #masthead .widget_nav_menu ul {
  margin-bottom: 0;
}
#masthead .widget_recent_entries ul li, #masthead .widget_recent_comments ul li, #masthead .widget_archive ul li, #masthead .widget_categories ul li, #masthead .widget_meta ul li, #masthead .widget_pages ul li, #masthead .widget_twitter ul li, #masthead .widget_nav_menu ul li {
  padding-left: 10px;
  margin-left: 8px;
  margin-bottom: 0;
  border-left-width: 1px;
  display: inline-block;
}

#masthead .menu-sidebar .sidebar-widget {
  position: relative;
  top: 0;
  margin-top: 0;
  line-height: 24px;
  padding: 23px 0px 23px;
}

/* - Top widget bar - */
#top-bar {
  width: 100%;
  z-index: 1001;
  min-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#top-bar p, #top-bar ul {
  margin-bottom: 0;
}
#top-bar .row-fluid [class*="span"] {
  min-height: 1px;
}
#top-bar .widget_search {
  position: relative;
  margin-top: -5px;
}
#top-bar .widget_search .input-append {
  min-width: 180px;
}
#top-bar .widget_recent_entries ul, #top-bar .widget_recent_comments ul, #top-bar .widget_archive ul, #top-bar .widget_categories ul, #top-bar .widget_meta ul, #top-bar .widget_pages ul, #top-bar .widget_twitter ul, #top-bar .widget_nav_menu ul {
  margin-bottom: 0;
}
#top-bar .widget_recent_entries ul li, #top-bar .widget_recent_comments ul li, #top-bar .widget_archive ul li, #top-bar .widget_categories ul li, #top-bar .widget_meta ul li, #top-bar .widget_pages ul li, #top-bar .widget_twitter ul li, #top-bar .widget_nav_menu ul li {
  padding-left: 10px;
  margin-left: 8px;
  margin-bottom: 0;
  border-left-width: 1px;
  display: inline-block;
}
.no-header #top-bar {
  display: none;
}

/* - Top header - alternative menu - */
.top-header {
  min-height: 70px;
  border-bottom: 1px solid;
}
.top-header .container {
  position: relative;
}
.no-header .top-header {
  display: none;
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  #masthead .navbar-fixed-top, #masthead .navbar-static-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #masthead .navbar-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav > li > a:before {
    display: none;
  }

  .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px !important;
  }

  #masthead .navbar .sidebar-widget {
    display: none;
  }

  #top-bar .container, .top-header .container {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #masthead .top-header .sidebar-widget {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
    text-align: center;
    padding: 10px;
  }

  #top-bar {
    text-align: center;
  }
  #top-bar .container {
    width: auto;
    padding: 0 5px;
  }
}
/* ---------------- */
/* THEME COMPONENTS */
/* ---------------- */
/* - Section Headers - */
.section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto 80px;
}
.section-header .headline {
  text-align: center;
  display: inline-block;
  border-bottom: 0;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.section-header .headline small {
  font-size: inherit;
  text-transform: uppercase;
}
.section-header p {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-header {
    margin: 0 auto 40px;
  }
}
/* - Round boxes - */
.box-round, .box-rect, .box-square {
  display: block;
  text-align: center;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 100;
  width: 120px;
  max-width: 100%;
}

.box-dummy {
  padding-top: 100%;
}
.box-rect .box-dummy {
  padding-top: 75%;
}

.box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-inner i {
  font-size: 52px;
  color: white;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.box-round .box-inner {
  border-radius: 50%;
}

.box-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-caption h4 {
  margin-top: 72px;
}
.box-caption:hover {
  opacity: 1;
}
.box-round .box-caption {
  border-radius: 50%;
}

.box-mini {
  margin-bottom: 8px;
  width: 48px;
}
.box-mini i {
  font-size: 16px;
}

.box-small {
  margin-bottom: 8px;
  width: 78px;
}
.box-small i {
  font-size: 24px;
}

.box-medium {
  width: 100px;
}
.box-medium i {
  font-size: 36px;
}

.box-big {
  width: 200px;
}
.box-big i {
  font-size: 72px;
}

.box-huge {
  width: 250px;
}

.box-small-icon i {
  font-size: 24px;
}

/* - Social icons - */
.social-icons li {
  text-align: center;
}
.social-icons li a {
  display: inline-block;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 48px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.social-icons li i {
  display: inline-block;
  vertical-align: middle;
}
.social-icons.social-mini {
  margin-bottom: 0;
}
.social-icons.social-mini a {
  font-size: 14px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.social-icons.social-simple i {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.social-icons.social-simple a {
  background: none !important;
}

/* - Fancy Icon list - */
.fancy-icons-ul {
  list-style-type: none;
  margin: 0px;
}
.fancy-icons-ul li {
  margin-bottom: 1px;
  padding: 12px;
  padding-left: 72px;
  position: relative;
}
.fancy-icons-ul li:before {
  content: "";
}
.fancy-icons-ul i, .fancy-icons-ul li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}
.fancy-icons-ul p {
  margin-bottom: 0;
}

/* - Fancy blockquote - */
.fancy-blockquote {
  border: 0;
  padding: 0;
  position: relative;
}
.fancy-blockquote p {
  font-size: 18px;
  line-height: 1.5em;
  padding: 0 36px;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: normal;
}
.fancy-blockquote small {
  font-size: 14px;
}
.fancy-blockquote:after {
  font-family: 'FontAwesome';
  content: "\f10d";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  font-size: 36px;
}

.fancy-blockquote-image p {
  padding: 0 96px;
}
.fancy-blockquote-image img {
  position: absolute;
  left: 0;
  width: 72px;
}
.fancy-blockquote-image:after {
  font-size: 24px;
  left: 72px;
}

@media (max-width: 767px) {
  .fancy-blockquote-image img {
    position: relative;
    margin-bottom: 24px !important;
  }
  .fancy-blockquote-image p {
    padding: 0 36px;
  }
  .fancy-blockquote-image:after {
    top: 96px;
    left: 0;
    font-size: 36px;
  }
}
/* - Pricing tables - */
.pricing-col {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.pricing-head {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 12px;
}

.pricing-price {
  font-size: 60px;
  font-weight: bold;
  padding: 24px;
  line-height: 1em;
  position: relative;
  text-indent: -16px;
}
.pricing-price small, .pricing-price span {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
}
.pricing-price small {
  position: relative;
  bottom: 20px;
}
.pricing-price span {
  text-indent: 0px;
  display: block;
  line-height: 1em;
}

.pricing-list {
  list-style-type: none;
  margin: 0 0 24px;
  text-align: center;
}
.pricing-list li {
  padding: 12px;
  border-bottom: 1px solid;
}

.pricing-featured {
  position: relative;
  padding-bottom: 32px;
  top: -16px;
}
.pricing-featured .pricing-head {
  padding: 24px;
}

@media (max-width: 767px) {
  .pricing-featured {
    top: 0;
  }
}
/* - Panel - */
.panel {
  margin-bottom: 24px;
}

.panel-title {
  margin: 0;
  padding: 10px;
  text-align: center;
}

.panel-body {
  padding: 10px;
}

/* - Back to top icon */
.go-top {
  position: fixed;
  display: block;
  font-size: 16px;
  width: 2em;
  height: 2em;
  text-align: center;
  bottom: -44px;
  opacity: 0;
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.go-top i {
  line-height: 32px;
}

@media (max-width: 979px) {
  .go-top {
    display: none !important;
  }
}
/* ------------------- */
/* BOOTSTRAP OVERRIDES */
/* ------------------- */
/* - Lead text - */
.lead {
  font-weight: normal;
}

/* - Buttons - */
.btn, button {
  outline: 0;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: bold;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

[class*="btn-icon"] {
  position: relative;
}
[class*="btn-icon"] span {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
[class*="btn-icon"] span [class^="icon-"], [class*="btn-icon"] span [class*=" icon-"] {
  display: inline-block;
}
[class*="btn-icon"]:hover span {
  width: 36px;
}
[class*="btn-icon"] span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  margin-top: -5px;
}
[class*="btn-icon"].btn-large span {
  line-height: 46px;
  width: 46px;
}
[class*="btn-icon"].btn-large:hover span {
  width: 50px;
}
[class*="btn-icon"].btn-mini span {
  line-height: 26px;
}

.btn-icon-left {
  padding-left: 46px;
}
.btn-icon-left span {
  left: 0;
}
.btn-icon-left span:before {
  left: 100%;
  border-left: 5px solid;
}
.btn-icon-left.btn-large {
  padding-left: 66px;
}

.btn-icon-right {
  padding-right: 46px;
}
.btn-icon-right span {
  right: 0;
}
.btn-icon-right span:before {
  right: 100%;
  border-right: 5px solid;
}
.btn-icon-right.btn-large {
  padding-right: 66px;
}

/* - Inputs - */
.input-append {
  position: relative;
  margin-bottom: 0;
}
.input-append i {
  font-size: 14px;
  text-align: center;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 32px;
  line-height: 32px;
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  z-index: 2;
}
.input-append:focus i, .input-append:hover i {
  width: 40px;
  display: block;
}

/* - Hero unit - */
.hero-unit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* - tooltips - */
.tooltip-inner {
  border-radius: 0;
}

/* - Inline list - */
ul.inline {
  margin-left: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  padding: 0 5px;
}

/* - Well - */
.well {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* -- Badge -- */
.badge {
  font-size: 11px;
  text-shadow: none;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  line-height: 16px;
  padding: 0;
  text-align: center;
}

/* - Blockquote - */
blockquote p {
  font-weight: normal;
}

/* - Accordion - */
.accordion-group {
  border: 0;
  margin-bottom: 12px;
}

.accordion-heading {
  font-size: 16px;
  position: relative;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1px;
}
.accordion-heading .accordion-toggle:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 14px;
  line-height: 1em;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.accordion-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}

.accordion-inner {
  border: 0;
}

/* - Pagination - */
.pagination {
  margin: 0 0 24px;
  background: none !important;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul > li a, .pagination ul > li span {
  border: 0 !important;
  font-weight: normal;
}

/* - Pagers - */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* - Affix - */
.affix-bottom {
  position: absolute;
  bottom: 20px;
  margin-bottom: 20px;
}

/* - Tabs - */
.nav-tabs {
  margin-bottom: 0;
  border: 0 !important;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0 !important;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-tabs > li > a:hover {
  border: 0;
  text-shadow: none !important;
}
.nav-tabs > li.active a {
  text-shadow: none !important;
  border: 0;
}
.nav-tabs > li.active a:hover {
  border: 0;
}

.tab-content {
  padding: 12px;
  text-shadow: none !important;
}

.tabs-below .tab-content {
  border-top: none;
  border-bottom: 0;
}
.tabs-below > .nav-tabs > li {
  margin-top: 0;
}

.tabs-left > .nav-tabs {
  margin-right: 0;
  border-right: 0;
}
.tabs-left > .nav-tabs > li.active > a {
  border: 0;
  margin-right: 0;
}
.tabs-left > .nav-tabs > li > a {
  border: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
  border: none;
  margin-right: 0;
}
.tabs-left .tab-content {
  border-top: none;
}

.tabs-right > .nav-tabs {
  margin-left: 0;
  border-left: 0;
}
.tabs-right > .nav-tabs > li.active > a {
  border: 0;
  margin-left: 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border: none;
  margin-left: 0;
}
.tabs-right .tab-content {
  border-top: none;
}

.tab-pills .tab-content {
  border-top: none;
}

/* - Carousel - */
.carousel .post {
  line-height: 1.71428571em;
}

.carousel-indicators {
  top: -24px;
  right: 0;
  cursor: pointer;
}

/* - Progress bars - */
.progress .bar {
  box-shadow: none;
}

/* - Alerts - */
.alert {
  text-shadow: none;
}

/* - Afix - */
.docs-heading {
  padding-top: 80px;
}

.docs-sidebar-nav {
  max-width: 240px;
  margin-top: 12px;
}
.docs-sidebar-nav li {
  line-height: 24px;
  margin-bottom: 1px;
}
.docs-sidebar-nav li a {
  text-align: right;
  padding: 6px 16px;
  text-transform: uppercase;
  text-shadow: none;
}

.affix {
  position: fixed;
  width: 17%;
  top: 70px;
}

@media (max-width: 979px) {
  .docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
    width: 17.75%;
  }
}
@media (max-width: 767px) {
  .affix {
    top: 0;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .docs-sidebar-nav, .docs-sidebar-nav.affix, .docs-sidebar-nav.affix-top, .docs-sidebar-nav.affix-bottom {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 0;
  }
  .docs-sidebar-nav li, .docs-sidebar-nav.affix li, .docs-sidebar-nav.affix-top li, .docs-sidebar-nav.affix-bottom li {
    line-height: 24px;
    margin-bottom: 1px;
  }
  .docs-sidebar-nav li a, .docs-sidebar-nav.affix li a, .docs-sidebar-nav.affix-top li a, .docs-sidebar-nav.affix-bottom li a {
    border-right: 0;
    text-align: center;
    padding-right: 0px;
  }
}
/* ------------------ */
/* MAGNIFIC POPUP CSS */
/* ------------------ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #222;
  font-style: normal;
  font-size: 18px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #222;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #3498db;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.97;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}

.mfp-container .icon-chevron-left, .mfp-container .icon-chevron-right {
  color: #3498db;
  display: block;
  position: absolute;
  top: 50%;
  left: 2em;
}

.mfp-container .icon-chevron-right {
  left: auto;
  right: 2em;
}

/* ------- */
/* ISOTOPE */
/* ------- */
.portfolio-item {
  z-index: 2;
}

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

.isotope,
.isotope .portfolio-item, .isotope .portfolio-item, .isotope .post-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.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 .portfolio-item, .isotope .post-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 .portfolio-item,
.isotope .portfolio-item.no-transition,
.isotope.no-transition .post-item,
.isotope .post-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 */
/* ---------- */
/* - Default style - */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

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

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

/* - Theme styles - */
/* --  Flex Controls -- */
.flex-control-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.flex-control-nav a {
  display: inline-block;
  width: .75em;
  height: .75em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9000em;
}
.flex-control-nav a.flex-active {
  background: white;
}
.flex-controls-outside .flex-control-nav {
  position: relative;
}
.flex-controls-left .flex-control-nav {
  left: 0;
}
.flex-controls-right .flex-control-nav {
  right: 0;
}
.flex-controls-center .flex-control-nav {
  width: 100%;
  text-align: center;
}

/* -- Flex Direction arrows -- */
.flex-direction-nav a {
  display: block;
  position: absolute;
  font-size: 2em;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.flex-prev {
  left: 0;
}
.flex-prev:before {
  content: "\f104";
}

.flex-next {
  right: 0;
}
.flex-next:before {
  content: "\f105";
}

/* -- Flex Figcaptions -- */
.flexslider {
  margin-bottom: 0;
}
.flexslider figure {
  position: relative;
  margin: 0;
}
.flexslider figcaption {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 12px;
  max-width: 400px;
}
.flexslider figcaption p {
  margin-bottom: 0;
}
.flexslider.flex-caption-top figcaption {
  bottom: auto;
  top: 24px;
}
.flexslider.flex-caption-right figcaption {
  left: auto;
  right: 24px;
}
.flexslider.flex-caption-alternate li:nth-child(even) figcaption {
  left: 24px;
  right: auto;
}
.flexslider.flex-caption-alternate li:nth-child(odd) figcaption {
  right: 24px;
  left: auto;
}

@media (max-width: 480px) {
  .flexslider figcaption {
    display: none;
  }
}
/* -- Fullscreen slides-- */
.container-fluid .flexslider img {
  width: 100%;
}

/* -- Flex items fix for tooptips -- */
[data-flex-itemwidth] {
  margin-top: -36px;
  text-align: center;
}
[data-flex-itemwidth] .slides > li > figure {
  padding-top: 36px;
  display: inline-block;
  max-width: 100%;
}
[data-flex-itemwidth] .flex-prev, [data-flex-itemwidth] .flex-next {
  margin-top: -0px;
}

/* AUDIO PLAYER */
/* ------------ */
.audioplayer {
  height: 48px;
  /* 40 */
  margin-top: -48px;
  position: relative;
  z-index: 1;
}

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto;
}

.audioplayer > div {
  position: absolute;
}

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover, .audioplayer-playpause:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  left: 2.5em;
  /* 40 */
  line-height: 48px;
}

.audioplayer-time-duration {
  right: 2.5em;
  /* 40 */
  line-height: 48px;
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.audioplayer-bar-played {
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer-volume:hover, .audioplayer-volume:focus {
  background-color: #222;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double white;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: 0px;
  top: -9999px;
  background: #222;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer *, .audioplayer *:before, .audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}

.mejs-container {
  position: relative;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
}

/* -------- */
/* EASY PIE */
/* -------- */
.chart {
  opacity: 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
  opacity: 0;
}

.easyPieChart {
  opacity: 1;
}
.easyPieChart i {
  display: block;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.easyPieChart span {
  display: none;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* --------- */
/* PORTFOLIO */
/* --------- */
.portfolio {
  margin-left: 0;
  list-style-type: none;
}

/* - Isotope filters - */
.isotope-filters {
  margin: 0px 0 24px;
  list-style-type: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.isotope-filters li {
  display: inline-block;
}
.isotope-filters li a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.isotope-filters li a:before {
  content: "";
  height: 18px;
  width: 2px;
  position: absolute;
  top: 3px;
  left: 6px;
}
.isotope-filters li:first-child a {
  padding-left: 0;
}
.isotope-filters li:first-child a:before {
  display: none;
}

/* - Portfolio Item - */
.portfolio > li {
  margin-bottom: 0;
}

.portfolio-figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 1;
}

.portfolio-gallery {
  margin-bottom: 24px;
}

.portfolio figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
}

.portfolio figcaption h4 {
  margin-top: 48px;
  padding: 0px 10px;
}

.portfolio figcaption p {
  padding: 0px 10px;
}

.portfolio figure:hover figcaption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .more {
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  padding: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio .more a {
  width: 24px;
}
.portfolio .more:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
}

.portfolio figure:hover .more {
  bottom: 0;
}

/* - Portfolio list - */
.portfolio-list {
  list-style-type: none;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 36px;
  padding: 24px 36px;
  line-height: 36px;
}
.portfolio-list li {
  margin-bottom: 12px;
}
.portfolio-list li:last-child {
  margin-bottom: 0;
}
.portfolio-list i {
  font-size: 12px;
}

/* - Portfolio url button - */
.btn-url {
  text-transform: none;
  font-weight: normal;
}

/* - Portfolio navigation - */
.portfolio-header {
  max-width: 100%;
  margin-bottom: 48px;
}

.next-portfolio-item, .prev-portfolio-item {
  position: absolute;
  font-size: 24px;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
}

.next-portfolio-item {
  right: 0;
}

.prev-portfolio-item {
  left: 0;
}

/* BLOG */
/* ---- */
/* - Post - */
.post {
  margin-bottom: 24px;
  position: relative;
}

/* -- Post Head -- */
.post-head, .post-body, .post-extras {
  padding: 12px;
}

.post-head {
  padding-bottom: 0;
}

.post-title {
  margin-bottom: 0;
}

.post-date, .post-author {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
}

.post-authored .post-head {
  padding-top: 48px;
  position: relative;
  z-index: 2;
}
.post-authored .post-author img {
  display: inline-block;
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  margin-left: -36px;
  bottom: 100%;
  margin-bottom: -36px;
}

.post-showtype .post-head {
  padding-top: 32px;
  position: relative;
  z-index: 2;
}
.post-showtype .post-type {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  bottom: 100%;
  margin-bottom: -24px;
  border-radius: 50%;
}
.post-showtype .post-type i {
  line-height: 48px;
}

/* -- Post Media -- */
.post-media {
  padding-top: 48px;
}
.post-media .feature-image {
  display: block;
  margin-top: -48px;
}
.post-media .feature-slider, .post-media .feature-video {
  margin-top: -48px;
  margin-bottom: 0;
}

/* -- Post Extras -- */
.post-extras {
  font-size: 12px;
  line-height: 18px;
}
.post-extras [class*="span"] {
  min-height: inherit;
}
.post-extras span {
  display: inline-block;
  padding-right: 5px;
}
.post-extras span:last-child {
  padding-right: 0;
}

/* -- Author info -- */
.author-info {
  padding: 12px;
}
.author-info img {
  display: inline-block;
}

/* -- Blog comments -- */
.comments {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.media-comment {
  margin-top: 24px;
  position: relative;
}
.media-comment .media-comment {
  margin-top: 24px;
}
.media-comment .box-round {
  bottom: -12px;
}
.media-comment .comments-form {
  margin-top: 48px;
}

.media-inner {
  padding: 10px;
  position: relative;
  padding-bottom: 12px;
}
.media-inner p:last-child {
  margin-bottom: 0;
}
.media-inner:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .post-extras {
    text-align: center;
  }

  .media-comment .media-inner {
    padding-top: 20px;
  }
  .media-comment:after {
    display: none;
  }
  .media-comment .box-round {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: -22px;
  }
  .media-comment .comment-reply {
    float: right;
  }
}
/* -- Search Results -- */
.post-results-order {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 24px;
  font-weight: light;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.post-results {
  padding-left: 60px;
  position: relative;
}

/* -- Blog social icons -- */
.blog-social-buttons {
  margin: 24px 0;
}

.blog-social-button {
  display: inline-block;
  margin-left: 10px;
}

/* ------------ */
/* CONTACT PAGE */
/* ------------ */
.google-map {
  height: 500px;
}
.google-map img {
  max-width: inherit;
}

.map-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
.map-overlay .container {
  position: relative;
}

.contact-details {
  position: absolute;
  width: 40%;
  right: 0;
  max-width: 400px;
}

.contact-form .control-group {
  margin-bottom: 0;
}
.contact-form .error .tooltip-inner {
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .top .tooltip-arrow {
  border-top-color: #b14949;
  border-top-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .right .tooltip-arrow {
  border-right-color: #b14949;
  border-right-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .bottom .tooltip-arrow {
  border-bottom-color: #b14949;
  border-bottom-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .left .tooltip-arrow {
  border-left-color: #b14949;
  border-left-color: rgba(177, 73, 73, 0.95);
}
.contact-form .success .tooltip-inner {
  background-color: #5e9a6b;
  background-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .top .tooltip-arrow {
  border-top-color: #5e9a6b;
  border-top-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .right .tooltip-arrow {
  border-right-color: #5e9a6b;
  border-right-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .bottom .tooltip-arrow {
  border-bottom-color: #5e9a6b;
  border-bottom-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .left .tooltip-arrow {
  border-left-color: #5e9a6b;
  border-left-color: rgba(94, 154, 107, 0.9);
}

@media (max-width: 767px) {
  .google-map {
    height: 200px;
  }

  .map-overlay {
    position: inherit;
    top: 0;
  }
  .map-overlay .container {
    padding: 0;
  }

  .contact-details {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    position: inherit;
  }
}
/* ------- */
/* WIDGETS */
/* ------- */
.sidebar .sidebar-widget {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-widget:last-child {
  border-bottom: 0;
}

.sidebar .sidebar-widget ul, #footer .sidebar-widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar .sidebar-widget h3, #footer .sidebar-widget h3 {
  margin-bottom: 12px;
}
.sidebar .sidebar-widget a, #footer .sidebar-widget a {
  text-transform: uppercase;
  font-weight: bold;
}

/* - Search widget - */
.widget_search form {
  margin-bottom: 0;
}

/* - List widget - */
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_nav_menu ul {
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_recent_entries li, .widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_nav_menu li {
  margin-bottom: 12px;
  clear: both;
}
.widget_recent_entries p, .widget_recent_comments p, .widget_archive p, .widget_categories p, .widget_meta p, .widget_pages p, .widget_nav_menu p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_recent_entries h4, .widget_recent_comments h4, .widget_archive h4, .widget_categories h4, .widget_meta h4, .widget_pages h4, .widget_nav_menu h4 {
  text-transform: none;
}
.widget_recent_entries .post-media, .widget_recent_comments .post-media, .widget_archive .post-media, .widget_categories .post-media, .widget_meta .post-media, .widget_pages .post-media, .widget_nav_menu .post-media {
  float: left;
  max-width: 44px;
  margin-right: 8px;
  padding-top: 0px;
}
.widget_recent_entries .sub-menu, .widget_recent_comments .sub-menu, .widget_archive .sub-menu, .widget_categories .sub-menu, .widget_meta .sub-menu, .widget_pages .sub-menu, .widget_nav_menu .sub-menu {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 12px;
  font-style: italic;
}

.widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_nav_menu ul {
  margin-left: 0;
}
.widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_nav_menu li {
  padding-left: 12px;
  border-left: 4px solid rgba(0, 0, 0, 0.2);
}

/* - Tags widget - */
.widget_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.widget_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_tag_cloud ul li, .widget_tag_cloud ul a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.widget_tag_cloud ul li {
  margin-bottom: 12px;
}
.widget_tag_cloud ul a {
  font-size: 11px !important;
  text-transform: none !important;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* - Twitter widget - */
.widget_swatch_twiiter ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.widget_swatch_twiiter li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.widget_swatch_twiiter a {
  text-transform: none !important;
  font-weight: normal !important;
}
.widget_swatch_twiiter li:before {
  display: block;
  position: absolute;
  width: 24px;
  font-size: 12px;
  text-align: left;
  left: 0px;
  top: 0px;
  font-family: 'FontAwesome';
  content: "\f099";
}

/* - Calendar widget - */
.widget_calendar .table, .widget_calendar .table td {
  text-align: center;
}
.widget_calendar .table tbody td {
  position: relative;
}
.widget_calendar .table tbody a {
  position: relative;
  z-index: 1;
}
.widget_calendar .table tbody a:before {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  z-index: -1;
  left: -6px;
  top: -6px;
}

/* - WPML widget - */
.widget_smartbox_wpml_language_selector li.active a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 80px;
  }
  .sidebar .widget_search input {
    width: 100%;
  }

  #footer .sidebar-widget {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
/* --------- */
/* PORTFOLIO */
/* --------- */
.hover-animate {
  position: relative;
  display: block;
}
.hover-animate img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  position: relative;
}
.hover-animate:hover img {
  opacity: .4;
}
.hover-animate i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  z-index: 0;
}

/* --------------- */
/* UTILITY CLASSES */
/* --------------- */
/* - Margin controls - */
.no-margin {
  margin: 0 !important;
}

.margin-bottom {
  margin-bottom: 24px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-left {
  margin-left: 24px !important;
}

.margin-right {
  margin-right: 24px !important;
}

/* - Block behaviors */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

/* - Responsive videos -*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 24px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------ */
/* MISC CLASSES */
/* ------------ */
/* - Revolution SLider Classes - */
.tp-rightarrow.default {
  background: url(../images/rev_right.png);
}

.tp-leftarrow.default {
  background: url(../images/rev_left.png);
}

.tp-bullets.simplebullets.round .bullet {
  background-image: url(../images/bullet.png);
}

/* -------------- */
/* DEFAULT COLORS */
/* -------------- */
/* - General Elements -*/
body {
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #555;
}

a {
  color: #f17c72;
}
a:hover {
  color: #ec5144;
}

::selection {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

/* - Forms - */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background: white;
  border-color: white;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-color: white;
}
.control-group.warning select, .control-group.warning
textarea, .control-group.warning
input[type="text"], .control-group.warning
input[type="password"], .control-group.warning
input[type="datetime"], .control-group.warning
input[type="datetime-local"], .control-group.warning
input[type="date"], .control-group.warning
input[type="month"], .control-group.warning
input[type="time"], .control-group.warning
input[type="week"], .control-group.warning
input[type="number"], .control-group.warning
input[type="email"], .control-group.warning
input[type="url"], .control-group.warning
input[type="search"], .control-group.warning
input[type="tel"], .control-group.warning
input[type="color"], .control-group.warning
.uneditable-input {
  border-color: white;
  -webkit-box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6), 0px 5px 5px rgba(247, 178, 68, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6), 0px 5px 5px rgba(247, 178, 68, 0.1);
  box-shadow: 0px 5px 0px rgba(247, 178, 68, 0.6), 0px 5px 5px rgba(247, 178, 68, 0.1);
}
.control-group.error select, select:focus:invalid:focus, select:focus:invalid:focus, select:focus:invalid:focus, .control-group.error
textarea,
textarea:focus:invalid:focus,
textarea:focus:invalid:focus,
textarea:focus:invalid:focus, .control-group.error
input[type="text"],
input[type="text"]:focus:invalid:focus,
input[type="text"]:focus:invalid:focus,
input[type="text"]:focus:invalid:focus, .control-group.error
input[type="password"],
input[type="password"]:focus:invalid:focus,
input[type="password"]:focus:invalid:focus,
input[type="password"]:focus:invalid:focus, .control-group.error
input[type="datetime"],
input[type="datetime"]:focus:invalid:focus,
input[type="datetime"]:focus:invalid:focus,
input[type="datetime"]:focus:invalid:focus, .control-group.error
input[type="datetime-local"],
input[type="datetime-local"]:focus:invalid:focus,
input[type="datetime-local"]:focus:invalid:focus,
input[type="datetime-local"]:focus:invalid:focus, .control-group.error
input[type="date"],
input[type="date"]:focus:invalid:focus,
input[type="date"]:focus:invalid:focus,
input[type="date"]:focus:invalid:focus, .control-group.error
input[type="month"],
input[type="month"]:focus:invalid:focus,
input[type="month"]:focus:invalid:focus,
input[type="month"]:focus:invalid:focus, .control-group.error
input[type="time"],
input[type="time"]:focus:invalid:focus,
input[type="time"]:focus:invalid:focus,
input[type="time"]:focus:invalid:focus, .control-group.error
input[type="week"],
input[type="week"]:focus:invalid:focus,
input[type="week"]:focus:invalid:focus,
input[type="week"]:focus:invalid:focus, .control-group.error
input[type="number"],
input[type="number"]:focus:invalid:focus,
input[type="number"]:focus:invalid:focus,
input[type="number"]:focus:invalid:focus, .control-group.error
input[type="email"],
input[type="email"]:focus:invalid:focus,
input[type="email"]:focus:invalid:focus,
input[type="email"]:focus:invalid:focus, .control-group.error
input[type="url"],
input[type="url"]:focus:invalid:focus,
input[type="url"]:focus:invalid:focus,
input[type="url"]:focus:invalid:focus, .control-group.error
input[type="search"],
input[type="search"]:focus:invalid:focus,
input[type="search"]:focus:invalid:focus,
input[type="search"]:focus:invalid:focus, .control-group.error
input[type="tel"],
input[type="tel"]:focus:invalid:focus,
input[type="tel"]:focus:invalid:focus,
input[type="tel"]:focus:invalid:focus, .control-group.error
input[type="color"],
input[type="color"]:focus:invalid:focus,
input[type="color"]:focus:invalid:focus,
input[type="color"]:focus:invalid:focus, .control-group.error
.uneditable-input,
.uneditable-input:focus:invalid:focus,
.uneditable-input:focus:invalid:focus,
.uneditable-input:focus:invalid:focus {
  border-color: white;
  -webkit-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
  box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
}
.control-group.success select, .control-group.success
textarea, .control-group.success
input[type="text"], .control-group.success
input[type="password"], .control-group.success
input[type="datetime"], .control-group.success
input[type="datetime-local"], .control-group.success
input[type="date"], .control-group.success
input[type="month"], .control-group.success
input[type="time"], .control-group.success
input[type="week"], .control-group.success
input[type="number"], .control-group.success
input[type="email"], .control-group.success
input[type="url"], .control-group.success
input[type="search"], .control-group.success
input[type="tel"], .control-group.success
input[type="color"], .control-group.success
.uneditable-input {
  border-color: white;
  -webkit-box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9), 0px 5px 5px rgba(134, 223, 97, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9), 0px 5px 5px rgba(134, 223, 97, 0.1);
  box-shadow: 0px 5px 0px rgba(134, 223, 97, 0.9), 0px 5px 5px rgba(134, 223, 97, 0.1);
}
.control-group.info select, .control-group.info
textarea, .control-group.info
input[type="text"], .control-group.info
input[type="password"], .control-group.info
input[type="datetime"], .control-group.info
input[type="datetime-local"], .control-group.info
input[type="date"], .control-group.info
input[type="month"], .control-group.info
input[type="time"], .control-group.info
input[type="week"], .control-group.info
input[type="number"], .control-group.info
input[type="email"], .control-group.info
input[type="url"], .control-group.info
input[type="search"], .control-group.info
input[type="tel"], .control-group.info
input[type="color"], .control-group.info
.uneditable-input {
  border-color: white;
  -webkit-box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9), 0px 5px 5px rgba(124, 191, 236, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9), 0px 5px 5px rgba(124, 191, 236, 0.1);
  box-shadow: 0px 5px 0px rgba(124, 191, 236, 0.9), 0px 5px 5px rgba(124, 191, 236, 0.1);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  font-style: italic;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  font-style: italic;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  font-style: italic;
}

/* - Buttons -*/
.btn {
  background: #777777;
  color: white;
}
.btn:hover {
  background: #e6e6e6;
}
.btn span {
  background: rgba(255, 255, 255, 0.1);
}
.btn.btn-icon-left span:before {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-icon-right span:before {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.btn-primary {
  background: #ef665b !important;
  color: white !important;
}
.btn-primary:hover {
  background: #f1a672;
}

.btn-warning {
  background: #f18d38 !important;
  color: white !important;
}
.btn-warning:hover {
  background: #e57211;
}

.btn-danger {
  background: #b14949 !important;
  color: white !important;
}
.btn-danger:hover {
  background: #8d3a3a;
}

.btn-success {
  background: #427e77 !important;
  color: white !important;
}
.btn-success:hover {
  background: #305d57;
}

.btn-info {
  background: #5d89ac !important;
  color: white !important;
}
.btn-info:hover {
  background: #65a7da;
}

.btn-inverse {
  background: #444444 !important;
  color: white !important;
}
.btn-inverse:hover {
  background: #222222;
}

/* - Navbar - */
.navbar a {
  color: #222222;
}

.navbar .brand.a {
  color: #222222;
}

.navbar .nav > li > a:before {
  background-color: #f17c72;
}

.navbar .btn-navbar .icon-bar {
  background-color: #f17c72;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #f17c72;
}

.dropdown-menu li a:hover {
  background: #f17c72;
}

.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.top-header {
  border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 979px) {
  #masthead .dropdown-menu {
    background: #f17c72;
  }
  #masthead .dropdown-menu a {
    color: white;
  }
  #masthead .dropdown-menu li > a:hover, #masthead .dropdown-menu li > a:focus, #masthead .dropdown-menu li.active > a {
    background: #ef665b;
  }
}
/* - Progress bars - */
.progress {
  background-color: #fdfdfd;
}

.progress .bar + .bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.progress-striped .bar {
  background-color: #3498db;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #e74c3c;
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74c3c), to(#e74c3c));
  background-image: -webkit-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: -o-linear-gradient(top, #e74c3c, #e74c3c);
  background-image: linear-gradient(to bottom, #e74c3c, #e74c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE74C3C', endColorstr='#FFE74C3C', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #e74c3c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar, .progress .bar-success {
  background-color: #2ecc71;
  background-color: #2ecc71;
  background-image: -moz-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ecc71), to(#2ecc71));
  background-image: -webkit-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: -o-linear-gradient(top, #2ecc71, #2ecc71);
  background-image: linear-gradient(to bottom, #2ecc71, #2ecc71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2ECC71', endColorstr='#FF2ECC71', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #2ecc71;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar, .progress .bar-info {
  background-color: #3498db;
  background-color: #3498db;
  background-image: -moz-linear-gradient(top, #3498db, #3498db);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3498db), to(#3498db));
  background-image: -webkit-linear-gradient(top, #3498db, #3498db);
  background-image: -o-linear-gradient(top, #3498db, #3498db);
  background-image: linear-gradient(to bottom, #3498db, #3498db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3498DB', endColorstr='#FF3498DB', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #3498db;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #f39c12;
  background-color: #f39c12;
  background-image: -moz-linear-gradient(top, #f39c12, #f39c12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39c12), to(#f39c12));
  background-image: -webkit-linear-gradient(top, #f39c12, #f39c12);
  background-image: -o-linear-gradient(top, #f39c12, #f39c12);
  background-image: linear-gradient(to bottom, #f39c12, #f39c12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF39C12', endColorstr='#FFF39C12', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #f39c12;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* - Accordions - */
.accordion-toggle:after {
  background: rgba(255, 255, 255, 0.06);
}

/* - Back to top - */
.go-top {
  background: rgba(255, 255, 255, 0.4);
  color: #444444;
}

/* ---------- */
/* IE8 HACKS */
/* ---------- */
.navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ie8 .box-mini .img-circle {
  min-width: 48px;
}

.ie8 .blockquote-well .box-round .img-circle {
  min-width: 100px;
}

.ie8 .media-comment .box-round {
  width: 48px;
}

.ie8 .opaque {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ie8 .box-round img, .ie8 .box-rect img, .ie8 .box-square img {
  display: inline-block;
}

/* ------------------------------------ */
/* --------- WORDPRESS STYLES --------- */
/* ------------------------------------ */
/* WORDPRESS CLASSES */
/* ----------------- */
.alignnone {
  margin: 0px 24px 24px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto;
}

.alignright {
  float: right;
  margin: 0px 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 0px 24px 24px 0;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

a img.alignright {
  float: right;
  margin: 0px 0 24px 24px;
}

a img.alignnone {
  margin: 0px 24px 0px 0;
}

a img.alignleft {
  float: left;
  margin: 0px 24px 0px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption, .gallery-caption {
  text-align: center;
  overflow: hidden;
}

.wp-caption.alignnone {
  margin: 0px 0px 24px 0;
}

.wp-caption.alignleft {
  margin: 0px 24px 24px 0;
}

.wp-caption.alignright {
  margin: 0px 0 24px 24px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 4px 0 0 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 12px;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

.navbar-fixed-top {
  top: 0px;
}

.logged-in .navbar-fixed-top {
  top: 28px !important;
}

div.wpcf7 img.ajax-loader {
  background: #fff;
  border-radius: 50%;
}

.post .pagination {
  margin: 0px;
}

div.wpcf7 div.wpcf7-response-output {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
}

div.wpcf7 div.wpcf7-validation-errors {
  color: #ffffff;
  background-color: #f7b244;
}

div.wpcf7 div.wpcf7-mail-sent-ng {
  color: #f2d7d7;
  background-color: #dd5f52;
}

.wpcf7-mail-sent-ok {
  color: #328f0c;
  background-color: #86df61;
}

.wpcf7-display-none {
  display: none;
}

span.wpcf7-not-valid-tip {
  display: none;
}

input.wpcf7-not-valid, input.wpcf7-not-valid:focus, textarea.wpcf7-not-valid, textarea.wpcf7-not-valid:focus, select.wpcf7-not-valid, select.wpcf7-not-valid:focus {
  -webkit-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
  -moz-box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
  box-shadow: 0px 5px 0px rgba(221, 95, 82, 0.9), 0px 5px 5px rgba(221, 95, 82, 0.1);
}

/* ----------------------- */
/* WOOCOMMERCE THEME STYLE */
/* ----------------------- */
/* - Common Elements - */
/* -- Buttons -- */
/* --- Normal button --- */
.button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  text-shadow: none !important;
  font-weight: normal !important;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  height: 24px;
  line-height: 24px !important;
  border-radius: 0;
  box-sizing: content-box;
}
.button.btn-large {
  padding: 11px 19px;
}

.fullwidth {
  width: 100% !important;
  box-sizing: border-box;
}

mark {
  background: none;
  font-weight: bold;
}

/* --- Ad to cart button and states--- */
.add_to_cart_button {
  position: relative;
  padding-right: 32px;
  font-weight: normal;
}
.add_to_cart_button:after {
  content: "\f07a";
  font-family: 'FontAwesome';
  position: absolute;
  right: 12px;
  z-index: 1;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
.add_to_cart_button.loading:after {
  content: "\f021";
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.add_to_cart_button.added:after {
  content: "\f00c";
}

.added_to_cart {
  display: none;
}

/* -- Star rating -- */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 1.2em;
  font-weight: normal;
  width: 5.4em;
  font-family: 'FontAwesome';
  margin: 0 auto;
  display: inline-block;
}

.star-rating:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  top: 0;
  position: absolute;
  left: 0;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* - Form inputs fullwidth - */
form .fullwidth-form-field input, form .fullwidth-form-field textarea {
  width: 100%;
}

/* - Tables - */
.woocommerce .table {
  background: white;
}

/* - Mini Cart - */
/* -- Basket overview -- */
.mini-cart-overview a {
  padding: 0 6px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.mini-cart-overview a:hover {
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
}

/* -- Page slider -- */
#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
}

/* -- Cart underlay -- */
.mini-cart-underlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.mini-cart-underlay.active {
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* -- Basket content -- */
.mini-cart-container {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -4px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 0px 0px rgba(0, 0, 0, 0.2);
}

.widget_shopping_cart_content .mini-cart-container {
  display: none;
}

/* -- Product list -- */
#pageslide .product_list_widget {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 100%;
  overflow: scroll;
  box-sizing: border-box;
  padding-bottom: 172px;
}
#pageslide .product_list_widget li {
  padding: 20px;
  position: relative;
}
#pageslide .product_list_widget dl, #pageslide .product_list_widget p {
  margin: 0;
}
#pageslide .product_list_widget dt {
  clear: both;
}
#pageslide .product_list_widget dd, #pageslide .product_list_widget dt {
  display: block;
  float: left;
  width: 50%;
  margin-left: 0;
}
#pageslide .product_list_widget .amount {
  font-size: 14px;
}

#pageslide .product_list_widget .product-image {
  width: 30%;
  float: left;
}

#pageslide .product_list_widget .product-details {
  width: 60%;
  float: left;
  padding: 0 5%;
  text-align: left;
}

#pageslide .product_list_widget .remove {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  display: block;
  top: 50%;
  right: 24px;
  margin-top: -6px;
  z-index: 1;
}

.btn-cart-sidebar {
  width: 100%;
  box-sizing: border-box;
}

.cart-actions {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.cart-actions p {
  margin-bottom: 0;
}
.cart-actions .total {
  font-size: 18px;
  text-align: right;
  padding: 11px;
}

/* -- Hide title from sidebar -- */
.widget_shopping_cart .sidebar-header {
  display: none;
}

@media (max-width: 480px) {
  #pageslide {
    display: none;
  }
}
/* - Breadcrumbs - */
.woocommerce-breadcrumb {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px;
}
.woocommerce-breadcrumb span {
  display: block;
  float: left;
  position: relative;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span:last-child {
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 20px;
}
.single-product .woocommerce-breadcrumb span:last-child {
  display: none;
}
.woocommerce-breadcrumb span:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid;
  right: -10px;
  z-index: 1;
}

@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    text-align: center;
  }
  .woocommerce-breadcrumb span {
    display: none;
  }
  .woocommerce-breadcrumb span:first-child {
    display: inline-block;
  }
  .woocommerce-breadcrumb span:nth-last-of-type(2) {
    display: inline-block;
  }
}
/* - Results & ordering - */
.woocommerce-result-count {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 24px;
}

.woocommerce-ordering {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  margin-left: 24px;
  margin-bottom: 24px;
}
.woocommerce-ordering select {
  margin-bottom: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-family: inherit;
  border: 0;
  text-shadow: none !important;
}
.woocommerce-ordering select:focus {
  outline: none;
}
.woocommerce-ordering:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  display: block;
  height: 32px;
  width: 24px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0px;
  text-align: center;
}

@media (max-width: 979px) {
  .woocommerce-ordering, .woocommerce-ordering select {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .woocommerce-result-count {
    display: none;
  }
}
/* -  PrettyPhoto Review Popup Container - */
div.pp_woocommerce .pp_content_container {
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 40px 0 10px 0 !important;
  border-radius: 0 !important;
}

.pp_content_container #respond {
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
  background: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.pp_content_container #respond h3 {
  color: #f17c72;
  border-bottom: 2px solid #f17c72 !important;
  padding-bottom: 12px;
}

.pp_description {
  display: none !important;
}

.pp_content_container .comment-form-author, .pp_content_container .comment-form-email, .pp_content_container .comment-form-rating, .pp_content_container .comment-form-author input, .pp_content_container .comment-form-email input {
  width: 100%;
  clear: both;
  float: left;
}

.pp_content_container .comment-form-author,
.pp_content_container .comment-form-email {
  position: relative;
}

.pp_content_container input, .pp_content_container textarea {
  width: 95% !important;
  border: none !important;
  background: #ededed;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.pp_content_container input[type=submit], .pp_content_container textarea[type=submit] {
  width: 50% !important;
  background: #f17c72;
  color: white;
  box-shadow: none;
}

/* -- review star rating form -- */
.pp_woocommerce p.stars:after {
  content: "";
  display: block;
  clear: both;
}

.pp_woocommerce p.stars {
  margin-left: 210px;
}

.pp_woocommerce p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(../images/star.png) repeat-x left 0;
}

.pp_woocommerce p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}

.pp_woocommerce p.stars span a:hover, .pp_woocommerce p.stars span a:focus {
  background: url(../images/star.png) repeat-x left -16px;
}

.pp_woocommerce p.stars span a.active {
  background: url(../images/star.png) repeat-x left -32px;
}

.pp_woocommerce p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

.pp_woocommerce p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

.pp_woocommerce p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

.pp_woocommerce p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

.pp_woocommerce p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

/* - Product List - */
.products {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* -- Product item -- */
.product {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.products .product {
  background: white;
  margin-bottom: 48px;
}

/* -- Product Image  -- */
.product-image img {
  margin-bottom: 0px !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product-image .product-image-back {
  position: absolute;
  top: 0px;
  width: 100%;
}
.product-image .product-image-back img {
  opacity: 0;
}
.product-image .product-image-back img:hover {
  opacity: 1;
}

/* -- Product info  -- */
.product-info {
  min-height: 60px;
}

/* -- Product title -- */
.product .product-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}

/* -- Onsale badge -- */
.onsale {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* -- Product price -- */
.price {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
}

.price .from {
  font-size: 0.6em;
}

.price del {
  font-size: 0.6em;
}

.price ins {
  text-decoration: none;
}

/* -- Row fixes -- */
.row-fluid ul.products li.span12 + li {
  margin-left: 0px;
}

.row-fluid ul.products li.span6:nth-child(2n + 3) {
  margin-left: 0px;
}

.row-fluid ul.products li.span4:nth-child(3n + 4) {
  margin-left: 0px;
}

.row-fluid ul.products li.span3:nth-child(4n + 5) {
  margin-left: 0px;
}

/* - Single Product - */
.product-summary {
  margin-bottom: 48px;
}

/* -- Product Images -- */
.product-images {
  position: relative;
  margin-bottom: 24px;
}

.product-images .flex-control-thumbs li {
  margin-top: 14px;
  max-width: 100px;
}

.product-images .flex-control-thumbs li:first-child {
  margin-left: 0;
}

.product-images .flex-direction-nav a {
  top: 42%;
}

.product-images .flexslider .slides > li {
  position: relative;
}

.product-images li figcaption {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  text-align: center;
}

.product-nav i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-nav a:first-child i {
  right: -3px;
}

/* -- Product title -- */
.product-title-big {
  position: relative;
  padding-bottom: 12px;
}

.product-title-big:after {
  display: block;
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  top: 100%;
  left: 0;
}

/* -- Product Price -- */
.product-offers {
  margin-bottom: 24px;
}

.price-big {
  font-size: 36px;
  line-height: 1;
}

/* -- Product description -- */
.product-description {
  margin-bottom: 24px;
}
.product-description p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 27px;
}

/* -- Product Variations -- */
div.variations, .variation-wrap {
  margin-bottom: 24px;
}
div.variations label, .variation-wrap label {
  font-weight: bold;
}
div.variations .price, .variation-wrap .price {
  margin-bottom: 12px;
}

/* -- Quantity -- */
.quantity {
  display: inline-block;
}

.quantity input {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
  font-weight: normal !important;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  height: 24px;
  line-height: 24px !important;
  border-radius: 0;
  box-sizing: content-box;
  border: 0;
  max-width: 24px;
}

/* -- Product reviews -- */
#reviews .verified {
  font-weight: normal;
}

#reviews .comments .comments-form .controls {
  margin-top: 30px;
}

#reviews .comments {
  padding-bottom: 0;
}

#reviews .star-rating {
  margin-bottom: -6px;
}

/* -- Single product extras -- */
.single-product-extras {
  margin-bottom: 48px;
}

/* -- Single product meta -- */
.product_meta {
  margin-bottom: 24px;
}

/* -- Single product Share options -- */
.product-share {
  margin-bottom: 24px;
}
.product-share li i {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.product-share a {
  display: block;
}

/* - Cart Page styles - */
/* -- Shop Table -- */
.shop_table td {
  text-align: center !important;
}
.shop_table td.product-name, .shop_table td.product-remove, .shop_table td.product-price, .shop_table td.product-quantity, .shop_table td.product-subtotal {
  padding-top: 40px;
}
.shop_table th {
  text-align: center;
}

/* -- Coupon -- */
.coupon {
  margin: 15px 0 15px;
}
.coupon input[type="text"] {
  width: 100%;
}

/* -- Country select box -- */
.country-select {
  width: 100%;
}

/* - Customer details forms - */
.woocommerce #customer_details p {
  margin: 0 0 10px 0;
}
.woocommerce #customer_details p#billing_first_name_field, .woocommerce #customer_details p#billing_email_field, .woocommerce #customer_details p#shipping_first_name_field {
  width: 50%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: left;
}
.woocommerce #customer_details p#billing_last_name_field, .woocommerce #customer_details p#billing_phone_field, .woocommerce #customer_details p#shipping_last_name_field {
  width: 49%;
  display: block;
  padding: 0;
  margin: 0 0 12px;
  float: right;
}
.woocommerce #customer_details p input {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 32px;
  box-sizing: border-box;
}
.woocommerce #customer_details p textarea {
  width: 100% !important;
}
.woocommerce #customer_details p input.input-checkbox {
  width: 15px;
}
.woocommerce #customer_details p label.checkbox {
  display: inline-block;
}

.woocommerce-invalid input, .woocommerce-invalid input, input.woocommerce-invalid,
.woocommerce-invalid textarea, textarea.woocommerce-invalid {
  border: 0;
  box-shadow: 0px -4px 0px #b14949 inset;
}

/* - Order review on the right - */
.woocommerce .payment_methods {
  margin: 0 0 12px 5px;
}
.woocommerce .payment_methods li {
  list-style: none;
  padding-top: 5px;
}
.woocommerce .payment_methods input {
  margin: 0;
}
.woocommerce .payment_methods input[type="text"] {
  width: 100%;
}
.woocommerce .payment_methods label {
  display: inline-block;
  margin-left: 5px;
}

/* - Receipt page - */
.woocommerce .shop_table.order_details.table {
  font-size: 16px;
}

.woocommerce .shop_table.order_details td {
  padding: 20px;
}

.woocommerce .shop_table.order_details tfoot th {
  padding: 20px;
}

.woocommerce .addresses address {
  font-style: italic;
}

.order_details {
  list-style-type: none;
}
.order_details li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}

/* - Categories - */
.product-category {
  position: relative;
  padding: 0;
  background: white;
}
.product-category h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  -webkit-transition: background-color 0.2s, padding 0.2s;
  -moz-transition: background-color 0.2s, padding 0.2s;
  -o-transition: background-color 0.2s, padding 0.2s;
  transition: background-color 0.2s, padding 0.2s;
}
.product-category:hover h3 {
  padding: 20px 10px;
}
.product-category mark {
  background-color: transparent;
  font-size: .8em;
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
}

.term-description {
  margin-bottom: 48px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.term-description:after {
  display: block;
  position: absolute;
  content: "";
  width: 200px;
  height: 2px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
}

/* - Woocommerce Widgets - */
/* -- Product tags -- */
.widget_product_tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.widget_product_tag_cloud ul:after {
  content: "";
  display: table;
  clear: both;
}
.widget_product_tag_cloud ul li, .widget_product_tag_cloud ul a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.widget_product_tag_cloud ul li {
  margin-bottom: 12px;
}
.widget_product_tag_cloud ul a {
  font-size: 11px !important;
  text-transform: none !important;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* -- Product Lists -- */
.product_list_widget li {
  *zoom: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product_list_widget li:after {
  content: "";
  display: table;
  clear: both;
}
.product_list_widget a {
  display: block;
}
.product_list_widget img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
}
.product_list_widget .star-rating {
  display: block;
  float: none;
  margin: 0;
}
.product_list_widget .amount {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.product_list_widget del .amount {
  font-size: 14px;
  text-decoration: line-through;
}

/* -- Product Categories -- */
.widget_product_categories ul, .widget_layered_nav ul {
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_product_categories li, .widget_layered_nav li {
  margin-bottom: 12px;
  clear: both;
  padding-left: 12px;
  position: relative;
}
.widget_product_categories li:before, .widget_layered_nav li:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 4px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.widget_product_categories li li, .widget_layered_nav li li {
  border-left: 0;
  margin-bottom: 0;
}
.widget_product_categories li li:before, .widget_layered_nav li li:before {
  display: none;
}
.widget_product_categories p, .widget_layered_nav p {
  text-indent: 0;
  margin-bottom: 0;
}
.widget_product_categories small, .widget_layered_nav small {
  display: inline-block;
  font-size: 14px;
}
.widget_product_categories small:before, .widget_layered_nav small:before {
  content: "- ";
}

/* -- Product Search -- */
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}
.widget_product_search form:after {
  display: block;
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 0;
  height: 34px;
  line-height: 34px;
  right: 0px;
  width: 32px;
  text-align: center;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input[type=text] {
  width: 100%;
  box-sizing: border-box;
  min-height: 34px;
  margin-bottom: 0;
}
.widget_product_search input[type=submit] {
  position: absolute;
  text-indent: -9000em;
  display: block;
  top: 1px;
  right: 0;
  border: 1px solid transparent;
  height: 32px;
  width: 32px;
  box-shadow: none;
  outline: none;
}

/* -- Price filter widget  */
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #eee;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  outline: none;
  top: -5px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 8px;
  margin-bottom: 24px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .button {
  float: left;
}
.widget_price_filter .price_label {
  display: block;
  line-height: 32px;
  text-align: right;
}

/* -- Woocommerce Swatches -- */
/* - Swatch White - */
.swatch-white .btn-primary, .swatch-white .button {
  background: #f17c72 !important;
  color: white !important;
}
.swatch-white .btn-primary:hover, .swatch-white .button:hover {
  background: rgba(241, 124, 114, 0.8) !important;
}
.swatch-white .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.075);
  color: #555555;
}
.swatch-white .products .product:hover {
  box-shadow: 0px 4px 0px #f17c72;
}
.swatch-white .products .product h1, .swatch-white .products .product h2, .swatch-white .products .product h3, .swatch-white .products .product h4, .swatch-white .products .product a, .swatch-white .products .product .price {
  color: #f17c72;
}
.swatch-white .products .product .price del {
  color: rgba(85, 85, 85, 0.5);
}
.swatch-white .star-rating:before {
  color: #f17c72;
}
.swatch-white .single-product-extras .star-rating:before {
  color: #555555;
}
.swatch-white .star-rating span:before {
  color: #f17c72;
}
.swatch-white .single-product-extras .star-rating span:before {
  color: #f17c72;
}
.swatch-white .woocommerce-ordering select {
  background: #f17c72;
  color: white;
}
.swatch-white .woocommerce-ordering:after {
  color: white;
}
.swatch-white .onsale {
  background: #f17c72;
  color: white;
}
.single-product .swatch-white .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-white .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #f17c72;
}
.swatch-white .product-title-big:after {
  background: #f17c72;
}
.swatch-white .product-nav i {
  background: #f17c72;
  color: white;
}
.swatch-white .quantity input:first-child, .swatch-white .quantity input:last-child {
  background: #f17c72;
  color: white;
}
.swatch-white .product-images figcaption {
  background: #f17c72;
}
.swatch-white .product-images figcaption i {
  color: white;
}
.swatch-white .product-share i {
  background: #f17c72;
  color: white;
}
.swatch-white .woocommerce-breadcrumb {
  color: white;
}
.swatch-white .woocommerce-breadcrumb a {
  color: white;
}
.swatch-white .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(1) {
  background: #f17c72;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #f17c72;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #ef665b;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #ef665b;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(2) {
  background: #f39289;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #f39289;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #f28980;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #f28980;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(3) {
  background: #f6a7a0;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #f6a7a0;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #f49a92;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #f49a92;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(4) {
  background: #f8bdb8;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #f8bdb8;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #f7b0aa;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #f7b0aa;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(5) {
  background: #fad2cf;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #fad2cf;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #f9c5c1;
}
.swatch-white .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #f9c5c1;
}
.swatch-white .alert-cart {
  background: rgba(0, 0, 0, 0.075);
  color: #555555;
  border-color: transparent;
  z-index: 1;
}
.swatch-white .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.075);
}
.swatch-white .mini-cart-overview a {
  background: #555555;
  color: white !important;
}
.swatch-white .mini-cart-overview a i {
  color: white !important;
}
.swatch-white .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.swatch-white .mini-cart-container {
  background: white;
}
.woocommerce .swatch-white .table {
  color: #555555;
}
.woocommerce .swatch-white .table a {
  color: #f17c72;
}
.woocommerce .swatch-white .table th {
  background: #f17c72;
  color: white;
}
.woocommerce .swatch-white .table tfoot td {
  background: #f59e97;
  color: white;
}
.swatch-white .products .product-category h3 {
  background-color: rgba(241, 124, 114, 0.8);
  color: white;
}
.swatch-white .product-category:hover h3 {
  background-color: #f17c72;
}
.swatch-white .product-category mark {
  color: white;
}
.swatch-white .term-description:after {
  background: #f17c72;
}
.swatch-white .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.075);
}
.swatch-white .widget_product_tag_cloud ul a {
  background: #555555;
  color: white;
}
.swatch-white .widget_product_tag_cloud ul a:hover {
  background: rgba(241, 124, 114, 0.9);
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f17c72;
  box-shadow: 0px 0px 0px 2px white;
}
.swatch-white .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f17c72;
}

/* - Swatch Coral - */
.swatch-coral .btn-primary, .swatch-coral .button {
  background: #9c514e !important;
  color: white !important;
}
.swatch-coral .btn-primary:hover, .swatch-coral .button:hover {
  background: rgba(156, 81, 78, 0.8) !important;
}
.swatch-coral .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.075);
  color: #ec8783;
}
.swatch-coral .products .product:hover {
  box-shadow: 0px 4px 0px #9c514e;
}
.swatch-coral .products .product h1, .swatch-coral .products .product h2, .swatch-coral .products .product h3, .swatch-coral .products .product h4, .swatch-coral .products .product a, .swatch-coral .products .product .price {
  color: #9c514e;
}
.swatch-coral .products .product .price del {
  color: rgba(236, 135, 131, 0.5);
}
.swatch-coral .star-rating:before {
  color: #9c514e;
}
.swatch-coral .single-product-extras .star-rating:before {
  color: white;
}
.swatch-coral .star-rating span:before {
  color: #9c514e;
}
.swatch-coral .single-product-extras .star-rating span:before {
  color: #9c514e;
}
.swatch-coral .woocommerce-ordering select {
  background: #9c514e;
  color: white;
}
.swatch-coral .woocommerce-ordering:after {
  color: white;
}
.swatch-coral .onsale {
  background: #9c514e;
  color: white;
}
.single-product .swatch-coral .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-coral .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #9c514e;
}
.swatch-coral .product-title-big:after {
  background: #9c514e;
}
.swatch-coral .product-nav i {
  background: #9c514e;
  color: white;
}
.swatch-coral .quantity input:first-child, .swatch-coral .quantity input:last-child {
  background: #9c514e;
  color: white;
}
.swatch-coral .product-images figcaption {
  background: #9c514e;
}
.swatch-coral .product-images figcaption i {
  color: white;
}
.swatch-coral .product-share i {
  background: #9c514e;
  color: white;
}
.swatch-coral .woocommerce-breadcrumb {
  color: white;
}
.swatch-coral .woocommerce-breadcrumb a {
  color: white;
}
.swatch-coral .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(1) {
  background: #9c514e;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #9c514e;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #8b4846;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #8b4846;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(2) {
  background: #ab5b58;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #ab5b58;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #a65653;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #a65653;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(3) {
  background: #b46c69;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #b46c69;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #af625f;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #af625f;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(4) {
  background: #bd7d7a;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #bd7d7a;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #b77370;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #b77370;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(5) {
  background: #c58d8b;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #c58d8b;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #c08381;
}
.swatch-coral .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #c08381;
}
.swatch-coral .alert-cart {
  background: rgba(0, 0, 0, 0.075);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-coral .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.075);
}
.swatch-coral .mini-cart-overview a {
  background: white;
  color: #ec8783 !important;
}
.swatch-coral .mini-cart-overview a i {
  color: #ec8783 !important;
}
.swatch-coral .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.swatch-coral .mini-cart-container {
  background: #ec8783;
}
.woocommerce .swatch-coral .table {
  color: #ec8783;
}
.woocommerce .swatch-coral .table a {
  color: #9c514e;
}
.woocommerce .swatch-coral .table th {
  background: #9c514e;
  color: white;
}
.woocommerce .swatch-coral .table tfoot td {
  background: #b16562;
  color: white;
}
.swatch-coral .products .product-category h3 {
  background-color: rgba(156, 81, 78, 0.8);
  color: white;
}
.swatch-coral .product-category:hover h3 {
  background-color: #9c514e;
}
.swatch-coral .product-category mark {
  color: white;
}
.swatch-coral .term-description:after {
  background: #9c514e;
}
.swatch-coral .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.075);
}
.swatch-coral .widget_product_tag_cloud ul a {
  background: white;
  color: #ec8783;
}
.swatch-coral .widget_product_tag_cloud ul a:hover {
  background: rgba(156, 81, 78, 0.9);
}
.swatch-coral .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #9c514e;
  box-shadow: 0px 0px 0px 2px #ec8783;
}
.swatch-coral .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #9c514e;
}

/* - Swatch nephritis - */
.swatch-nephritis .btn-primary, .swatch-nephritis .button {
  background: #148f77 !important;
  color: white !important;
}
.swatch-nephritis .btn-primary:hover, .swatch-nephritis .button:hover {
  background: rgba(20, 143, 119, 0.8) !important;
}
.swatch-nephritis .products .product {
  box-shadow: 0px 4px 0px rgba(255, 255, 255, 0.2);
  color: #1abc9c;
}
.swatch-nephritis .products .product:hover {
  box-shadow: 0px 4px 0px #87f1dc;
}
.swatch-nephritis .products .product h1, .swatch-nephritis .products .product h2, .swatch-nephritis .products .product h3, .swatch-nephritis .products .product h4, .swatch-nephritis .products .product a, .swatch-nephritis .products .product .price {
  color: #148f77;
}
.swatch-nephritis .products .product .price del {
  color: rgba(26, 188, 156, 0.5);
}
.swatch-nephritis .star-rating:before {
  color: #148f77;
}
.swatch-nephritis .single-product-extras .star-rating:before {
  color: white;
}
.swatch-nephritis .star-rating span:before {
  color: #148f77;
}
.swatch-nephritis .single-product-extras .star-rating span:before {
  color: #87f1dc;
}
.swatch-nephritis .woocommerce-ordering select {
  background: #148f77;
  color: white;
}
.swatch-nephritis .woocommerce-ordering:after {
  color: white;
}
.swatch-nephritis .onsale {
  background: #148f77;
  color: white;
}
.single-product .swatch-nephritis .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-nephritis .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #148f77;
}
.swatch-nephritis .product-title-big:after {
  background: #148f77;
}
.swatch-nephritis .product-nav i {
  background: #148f77;
  color: white;
}
.swatch-nephritis .quantity input:first-child, .swatch-nephritis .quantity input:last-child {
  background: #148f77;
  color: white;
}
.swatch-nephritis .product-images figcaption {
  background: #148f77;
}
.swatch-nephritis .product-images figcaption i {
  color: white;
}
.swatch-nephritis .product-share i {
  background: #148f77;
  color: white;
}
.swatch-nephritis .woocommerce-breadcrumb {
  color: white;
}
.swatch-nephritis .woocommerce-breadcrumb a {
  color: white;
}
.swatch-nephritis .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(1) {
  background: #148f77;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #148f77;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #117964;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #117964;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(2) {
  background: #17a689;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #17a689;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #169d82;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #169d82;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(3) {
  background: #1abc9c;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #1abc9c;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #18af91;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #18af91;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(4) {
  background: #1dd2af;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #1dd2af;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #1bc5a3;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #1bc5a3;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(5) {
  background: #28e1bd;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #28e1bd;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #1edbb6;
}
.swatch-nephritis .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #1edbb6;
}
.swatch-nephritis .alert-cart {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-nephritis .widget_shopping_cart_content:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.swatch-nephritis .mini-cart-overview a {
  background: white;
  color: #1abc9c !important;
}
.swatch-nephritis .mini-cart-overview a i {
  color: #1abc9c !important;
}
.swatch-nephritis .product_list_widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swatch-nephritis .mini-cart-container {
  background: #1abc9c;
}
.woocommerce .swatch-nephritis .table {
  color: #1abc9c;
}
.woocommerce .swatch-nephritis .table a {
  color: #148f77;
}
.woocommerce .swatch-nephritis .table th {
  background: #148f77;
  color: white;
}
.woocommerce .swatch-nephritis .table tfoot td {
  background: #19b395;
  color: white;
}
.swatch-nephritis .products .product-category h3 {
  background-color: rgba(20, 143, 119, 0.8);
  color: white;
}
.swatch-nephritis .product-category:hover h3 {
  background-color: #148f77;
}
.swatch-nephritis .product-category mark {
  color: white;
}
.swatch-nephritis .term-description:after {
  background: #148f77;
}
.swatch-nephritis .order_details li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.swatch-nephritis .widget_product_tag_cloud ul a {
  background: white;
  color: #1abc9c;
}
.swatch-nephritis .widget_product_tag_cloud ul a:hover {
  background: rgba(135, 241, 220, 0.9);
}
.swatch-nephritis .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #87f1dc;
  box-shadow: 0px 0px 0px 2px #1abc9c;
}
.swatch-nephritis .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #87f1dc;
}

/* - Swatch sunflower - */
.swatch-sunflower .btn-primary, .swatch-sunflower .button {
  background: #93800a !important;
  color: white !important;
}
.swatch-sunflower .btn-primary:hover, .swatch-sunflower .button:hover {
  background: rgba(147, 128, 10, 0.8) !important;
}
.swatch-sunflower .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #aa9720;
}
.swatch-sunflower .products .product:hover {
  box-shadow: 0px 4px 0px #f6e7b3;
}
.swatch-sunflower .products .product h1, .swatch-sunflower .products .product h2, .swatch-sunflower .products .product h3, .swatch-sunflower .products .product h4, .swatch-sunflower .products .product a, .swatch-sunflower .products .product .price {
  color: #93800a;
}
.swatch-sunflower .products .product .price del {
  color: rgba(170, 151, 32, 0.5);
}
.swatch-sunflower .star-rating:before {
  color: #93800a;
}
.swatch-sunflower .single-product-extras .star-rating:before {
  color: white;
}
.swatch-sunflower .star-rating span:before {
  color: #93800a;
}
.swatch-sunflower .single-product-extras .star-rating span:before {
  color: #f6e7b3;
}
.swatch-sunflower .woocommerce-ordering select {
  background: #93800a;
  color: white;
}
.swatch-sunflower .woocommerce-ordering:after {
  color: white;
}
.swatch-sunflower .onsale {
  background: #93800a;
  color: white;
}
.single-product .swatch-sunflower .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-sunflower .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #93800a;
}
.swatch-sunflower .product-title-big:after {
  background: #93800a;
}
.swatch-sunflower .product-nav i {
  background: #93800a;
  color: white;
}
.swatch-sunflower .quantity input:first-child, .swatch-sunflower .quantity input:last-child {
  background: #93800a;
  color: white;
}
.swatch-sunflower .product-images figcaption {
  background: #93800a;
}
.swatch-sunflower .product-images figcaption i {
  color: white;
}
.swatch-sunflower .product-share i {
  background: #93800a;
  color: white;
}
.swatch-sunflower .woocommerce-breadcrumb {
  color: white;
}
.swatch-sunflower .woocommerce-breadcrumb a {
  color: white;
}
.swatch-sunflower .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(1) {
  background: #93800a;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #93800a;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #7b6b08;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #7b6b08;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(2) {
  background: #ab950c;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #ab950c;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #a18c0b;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #a18c0b;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(3) {
  background: #c3aa0d;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #c3aa0d;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #b49d0c;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #b49d0c;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(4) {
  background: #dbbe0f;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #dbbe0f;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #ccb20e;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #ccb20e;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(5) {
  background: #efd114;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #efd114;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #e4c710;
}
.swatch-sunflower .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #e4c710;
}
.swatch-sunflower .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-sunflower .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-sunflower .mini-cart-overview a {
  background: white;
  color: #ecc132 !important;
}
.swatch-sunflower .mini-cart-overview a i {
  color: #ecc132 !important;
}
.swatch-sunflower .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-sunflower .mini-cart-container {
  background: #ecc132;
}
.woocommerce .swatch-sunflower .table {
  color: #aa9720;
}
.woocommerce .swatch-sunflower .table a {
  color: #93800a;
}
.woocommerce .swatch-sunflower .table th {
  background: #93800a;
  color: white;
}
.woocommerce .swatch-sunflower .table tfoot td {
  background: #b9a10d;
  color: white;
}
.swatch-sunflower .products .product-category h3 {
  background-color: rgba(147, 128, 10, 0.8);
  color: white;
}
.swatch-sunflower .product-category:hover h3 {
  background-color: #93800a;
}
.swatch-sunflower .product-category mark {
  color: white;
}
.swatch-sunflower .term-description:after {
  background: #93800a;
}
.swatch-sunflower .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-sunflower .widget_product_tag_cloud ul a {
  background: white;
  color: #ecc132;
}
.swatch-sunflower .widget_product_tag_cloud ul a:hover {
  background: rgba(246, 231, 179, 0.9);
}
.swatch-sunflower .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f6e7b3;
  box-shadow: 0px 0px 0px 2px #ecc132;
}
.swatch-sunflower .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f6e7b3;
}

/* - Swatch greensea - */
.swatch-greensea .btn-primary, .swatch-greensea .button {
  background: #4a7c7f !important;
  color: white !important;
}
.swatch-greensea .btn-primary:hover, .swatch-greensea .button:hover {
  background: rgba(74, 124, 127, 0.8) !important;
}
.swatch-greensea .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #4a7c7f;
}
.swatch-greensea .products .product:hover {
  box-shadow: 0px 4px 0px #4a7c7f;
}
.swatch-greensea .products .product h1, .swatch-greensea .products .product h2, .swatch-greensea .products .product h3, .swatch-greensea .products .product h4, .swatch-greensea .products .product a, .swatch-greensea .products .product .price {
  color: #73bfc1;
}
.swatch-greensea .products .product .price del {
  color: rgba(74, 124, 127, 0.5);
}
.swatch-greensea .star-rating:before {
  color: #4a7c7f;
}
.swatch-greensea .single-product-extras .star-rating:before {
  color: white;
}
.swatch-greensea .star-rating span:before {
  color: #73bfc1;
}
.swatch-greensea .single-product-extras .star-rating span:before {
  color: #4a7c7f;
}
.swatch-greensea .woocommerce-ordering select {
  background: #4a7c7f;
  color: white;
}
.swatch-greensea .woocommerce-ordering:after {
  color: white;
}
.swatch-greensea .onsale {
  background: #4a7c7f;
  color: white;
}
.single-product .swatch-greensea .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-greensea .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #4a7c7f;
}
.swatch-greensea .product-title-big:after {
  background: #4a7c7f;
}
.swatch-greensea .product-nav i {
  background: #4a7c7f;
  color: white;
}
.swatch-greensea .quantity input:first-child, .swatch-greensea .quantity input:last-child {
  background: #4a7c7f;
  color: white;
}
.swatch-greensea .product-images figcaption {
  background: #4a7c7f;
}
.swatch-greensea .product-images figcaption i {
  color: white;
}
.swatch-greensea .product-share i {
  background: #4a7c7f;
  color: white;
}
.swatch-greensea .woocommerce-breadcrumb {
  color: white;
}
.swatch-greensea .woocommerce-breadcrumb a {
  color: white;
}
.swatch-greensea .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(1) {
  background: #4a7c7f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #4a7c7f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #416c6f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #416c6f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(2) {
  background: #538c8f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #538c8f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #508589;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #508589;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(3) {
  background: #5d9b9f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #5d9b9f;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #579296;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #579296;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(4) {
  background: #6ca6a9;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #6ca6a9;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #62a0a4;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #62a0a4;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(5) {
  background: #7cb0b3;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #7cb0b3;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #73aaad;
}
.swatch-greensea .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #73aaad;
}
.swatch-greensea .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-greensea .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-greensea .mini-cart-overview a {
  background: white;
  color: #73bfc1 !important;
}
.swatch-greensea .mini-cart-overview a i {
  color: #73bfc1 !important;
}
.swatch-greensea .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-greensea .mini-cart-container {
  background: #73bfc1;
}
.woocommerce .swatch-greensea .table {
  color: #4a7c7f;
}
.woocommerce .swatch-greensea .table a {
  color: #73bfc1;
}
.woocommerce .swatch-greensea .table th {
  background: #4a7c7f;
  color: white;
}
.woocommerce .swatch-greensea .table tfoot td {
  background: #599599;
  color: white;
}
.swatch-greensea .products .product-category h3 {
  background-color: rgba(74, 124, 127, 0.8);
  color: white;
}
.swatch-greensea .product-category:hover h3 {
  background-color: #4a7c7f;
}
.swatch-greensea .product-category mark {
  color: white;
}
.swatch-greensea .term-description:after {
  background: #4a7c7f;
}
.swatch-greensea .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-greensea .widget_product_tag_cloud ul a {
  background: white;
  color: #73bfc1;
}
.swatch-greensea .widget_product_tag_cloud ul a:hover {
  background: rgba(74, 124, 127, 0.9);
}
.swatch-greensea .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #4a7c7f;
  box-shadow: 0px 0px 0px 2px #73bfc1;
}
.swatch-greensea .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #4a7c7f;
}

/* - Swatch midnightblue - */
.swatch-midnightblue .btn-primary, .swatch-midnightblue .button {
  background: #4a628b !important;
  color: white !important;
}
.swatch-midnightblue .btn-primary:hover, .swatch-midnightblue .button:hover {
  background: rgba(74, 98, 139, 0.8) !important;
}
.swatch-midnightblue .products .product {
  box-shadow: 0px 4px 0px rgba(82, 99, 132, 0.9);
  color: #31415c;
}
.swatch-midnightblue .products .product:hover {
  box-shadow: 0px 4px 0px #9ca9c3;
}
.swatch-midnightblue .products .product h1, .swatch-midnightblue .products .product h2, .swatch-midnightblue .products .product h3, .swatch-midnightblue .products .product h4, .swatch-midnightblue .products .product a, .swatch-midnightblue .products .product .price {
  color: #43597d;
}
.swatch-midnightblue .products .product .price del {
  color: rgba(49, 65, 92, 0.5);
}
.swatch-midnightblue .star-rating:before {
  color: #4a628b;
}
.swatch-midnightblue .single-product-extras .star-rating:before {
  color: white;
}
.swatch-midnightblue .star-rating span:before {
  color: #43597d;
}
.swatch-midnightblue .single-product-extras .star-rating span:before {
  color: #9ca9c3;
}
.swatch-midnightblue .woocommerce-ordering select {
  background: #4a628b;
  color: white;
}
.swatch-midnightblue .woocommerce-ordering:after {
  color: white;
}
.swatch-midnightblue .onsale {
  background: #4a628b;
  color: white;
}
.single-product .swatch-midnightblue .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-midnightblue .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #4a628b;
}
.swatch-midnightblue .product-title-big:after {
  background: #4a628b;
}
.swatch-midnightblue .product-nav i {
  background: #4a628b;
  color: white;
}
.swatch-midnightblue .quantity input:first-child, .swatch-midnightblue .quantity input:last-child {
  background: #4a628b;
  color: white;
}
.swatch-midnightblue .product-images figcaption {
  background: #4a628b;
}
.swatch-midnightblue .product-images figcaption i {
  color: white;
}
.swatch-midnightblue .product-share i {
  background: #4a628b;
  color: white;
}
.swatch-midnightblue .woocommerce-breadcrumb {
  color: white;
}
.swatch-midnightblue .woocommerce-breadcrumb a {
  color: white;
}
.swatch-midnightblue .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(1) {
  background: #4a628b;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #4a628b;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #41567a;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #41567a;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(2) {
  background: #536e9b;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #536e9b;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #4f6995;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #4f6995;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(3) {
  background: #5e7aa9;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #5e7aa9;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #5672a2;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #5672a2;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(4) {
  background: #6f88b2;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #6f88b2;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #6580ad;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #6580ad;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(5) {
  background: #7f96bb;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #7f96bb;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #758db6;
}
.swatch-midnightblue .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #758db6;
}
.swatch-midnightblue .alert-cart {
  background: rgba(82, 99, 132, 0.9);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-midnightblue .widget_shopping_cart_content:before {
  background-color: rgba(82, 99, 132, 0.9);
}
.swatch-midnightblue .mini-cart-overview a {
  background: white;
  color: #31415c !important;
}
.swatch-midnightblue .mini-cart-overview a i {
  color: #31415c !important;
}
.swatch-midnightblue .product_list_widget li {
  border-bottom: 1px solid rgba(82, 99, 132, 0.9);
}
.swatch-midnightblue .mini-cart-container {
  background: #31415c;
}
.woocommerce .swatch-midnightblue .table {
  color: #31415c;
}
.woocommerce .swatch-midnightblue .table a {
  color: #43597d;
}
.woocommerce .swatch-midnightblue .table th {
  background: #4a628b;
  color: white;
}
.woocommerce .swatch-midnightblue .table tfoot td {
  background: #5875a5;
  color: white;
}
.swatch-midnightblue .products .product-category h3 {
  background-color: rgba(74, 98, 139, 0.8);
  color: white;
}
.swatch-midnightblue .product-category:hover h3 {
  background-color: #4a628b;
}
.swatch-midnightblue .product-category mark {
  color: white;
}
.swatch-midnightblue .term-description:after {
  background: #4a628b;
}
.swatch-midnightblue .order_details li {
  border-bottom-color: rgba(82, 99, 132, 0.9);
}
.swatch-midnightblue .widget_product_tag_cloud ul a {
  background: white;
  color: #31415c;
}
.swatch-midnightblue .widget_product_tag_cloud ul a:hover {
  background: rgba(156, 169, 195, 0.9);
}
.swatch-midnightblue .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #9ca9c3;
  box-shadow: 0px 0px 0px 2px #31415c;
}
.swatch-midnightblue .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #9ca9c3;
}

/* - Swatch pomegranate - */
.swatch-pomegranate .btn-primary, .swatch-pomegranate .button {
  background: #bf2718 !important;
  color: white !important;
}
.swatch-pomegranate .btn-primary:hover, .swatch-pomegranate .button:hover {
  background: rgba(191, 39, 24, 0.8) !important;
}
.swatch-pomegranate .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #e74c3c;
}
.swatch-pomegranate .products .product:hover {
  box-shadow: 0px 4px 0px #f8c9c3;
}
.swatch-pomegranate .products .product h1, .swatch-pomegranate .products .product h2, .swatch-pomegranate .products .product h3, .swatch-pomegranate .products .product h4, .swatch-pomegranate .products .product a, .swatch-pomegranate .products .product .price {
  color: #d62c1a;
}
.swatch-pomegranate .products .product .price del {
  color: rgba(231, 76, 60, 0.5);
}
.swatch-pomegranate .star-rating:before {
  color: #bf2718;
}
.swatch-pomegranate .single-product-extras .star-rating:before {
  color: white;
}
.swatch-pomegranate .star-rating span:before {
  color: #d62c1a;
}
.swatch-pomegranate .single-product-extras .star-rating span:before {
  color: #f8c9c3;
}
.swatch-pomegranate .woocommerce-ordering select {
  background: #bf2718;
  color: white;
}
.swatch-pomegranate .woocommerce-ordering:after {
  color: white;
}
.swatch-pomegranate .onsale {
  background: #bf2718;
  color: white;
}
.single-product .swatch-pomegranate .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-pomegranate .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #bf2718;
}
.swatch-pomegranate .product-title-big:after {
  background: #bf2718;
}
.swatch-pomegranate .product-nav i {
  background: #bf2718;
  color: white;
}
.swatch-pomegranate .quantity input:first-child, .swatch-pomegranate .quantity input:last-child {
  background: #bf2718;
  color: white;
}
.swatch-pomegranate .product-images figcaption {
  background: #bf2718;
}
.swatch-pomegranate .product-images figcaption i {
  color: white;
}
.swatch-pomegranate .product-share i {
  background: #bf2718;
  color: white;
}
.swatch-pomegranate .woocommerce-breadcrumb {
  color: white;
}
.swatch-pomegranate .woocommerce-breadcrumb a {
  color: white;
}
.swatch-pomegranate .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(1) {
  background: #bf2718;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #bf2718;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #a82315;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #a82315;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(2) {
  background: #d62c1a;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #d62c1a;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #cd2a19;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #cd2a19;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(3) {
  background: #e43725;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #e43725;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #df2e1b;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #df2e1b;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(4) {
  background: #e74c3c;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #e74c3c;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #e53f2e;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #e53f2e;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(5) {
  background: #ea6153;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #ea6153;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #e85445;
}
.swatch-pomegranate .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #e85445;
}
.swatch-pomegranate .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-pomegranate .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-pomegranate .mini-cart-overview a {
  background: white;
  color: #e74c3c !important;
}
.swatch-pomegranate .mini-cart-overview a i {
  color: #e74c3c !important;
}
.swatch-pomegranate .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-pomegranate .mini-cart-container {
  background: #e74c3c;
}
.woocommerce .swatch-pomegranate .table {
  color: #e74c3c;
}
.woocommerce .swatch-pomegranate .table a {
  color: #d62c1a;
}
.woocommerce .swatch-pomegranate .table th {
  background: #bf2718;
  color: white;
}
.woocommerce .swatch-pomegranate .table tfoot td {
  background: #e32f1c;
  color: white;
}
.swatch-pomegranate .products .product-category h3 {
  background-color: rgba(191, 39, 24, 0.8);
  color: white;
}
.swatch-pomegranate .product-category:hover h3 {
  background-color: #bf2718;
}
.swatch-pomegranate .product-category mark {
  color: white;
}
.swatch-pomegranate .term-description:after {
  background: #bf2718;
}
.swatch-pomegranate .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-pomegranate .widget_product_tag_cloud ul a {
  background: white;
  color: #e74c3c;
}
.swatch-pomegranate .widget_product_tag_cloud ul a:hover {
  background: rgba(248, 201, 195, 0.9);
}
.swatch-pomegranate .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f8c9c3;
  box-shadow: 0px 0px 0px 2px #e74c3c;
}
.swatch-pomegranate .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f8c9c3;
}

/* - Swatch orange - */
.swatch-orange .btn-primary, .swatch-orange .button {
  background: #c87f0a !important;
  color: white !important;
}
.swatch-orange .btn-primary:hover, .swatch-orange .button:hover {
  background: rgba(200, 127, 10, 0.8) !important;
}
.swatch-orange .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #f39c12;
}
.swatch-orange .products .product:hover {
  box-shadow: 0px 4px 0px #fbe4c0;
}
.swatch-orange .products .product h1, .swatch-orange .products .product h2, .swatch-orange .products .product h3, .swatch-orange .products .product h4, .swatch-orange .products .product a, .swatch-orange .products .product .price {
  color: #c87f0a;
}
.swatch-orange .products .product .price del {
  color: rgba(243, 156, 18, 0.5);
}
.swatch-orange .star-rating:before {
  color: #c87f0a;
}
.swatch-orange .single-product-extras .star-rating:before {
  color: white;
}
.swatch-orange .star-rating span:before {
  color: #c87f0a;
}
.swatch-orange .single-product-extras .star-rating span:before {
  color: #fbe4c0;
}
.swatch-orange .woocommerce-ordering select {
  background: #c87f0a;
  color: white;
}
.swatch-orange .woocommerce-ordering:after {
  color: white;
}
.swatch-orange .onsale {
  background: #c87f0a;
  color: white;
}
.single-product .swatch-orange .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-orange .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #c87f0a;
}
.swatch-orange .product-title-big:after {
  background: #c87f0a;
}
.swatch-orange .product-nav i {
  background: #c87f0a;
  color: white;
}
.swatch-orange .quantity input:first-child, .swatch-orange .quantity input:last-child {
  background: #c87f0a;
  color: white;
}
.swatch-orange .product-images figcaption {
  background: #c87f0a;
}
.swatch-orange .product-images figcaption i {
  color: white;
}
.swatch-orange .product-share i {
  background: #c87f0a;
  color: white;
}
.swatch-orange .woocommerce-breadcrumb {
  color: white;
}
.swatch-orange .woocommerce-breadcrumb a {
  color: white;
}
.swatch-orange .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(1) {
  background: #c87f0a;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #c87f0a;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #b06f09;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #b06f09;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(2) {
  background: #e08e0b;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #e08e0b;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #d6880b;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #d6880b;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(3) {
  background: #f39c12;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #f39c12;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #ea940c;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #ea940c;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(4) {
  background: #f4a62a;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #f4a62a;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #f3a01c;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #f3a01c;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(5) {
  background: #f5b043;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #f5b043;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #f5aa34;
}
.swatch-orange .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #f5aa34;
}
.swatch-orange .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-orange .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-orange .mini-cart-overview a {
  background: white;
  color: #f39c12 !important;
}
.swatch-orange .mini-cart-overview a i {
  color: #f39c12 !important;
}
.swatch-orange .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-orange .mini-cart-container {
  background: #f39c12;
}
.woocommerce .swatch-orange .table {
  color: #f39c12;
}
.woocommerce .swatch-orange .table a {
  color: #c87f0a;
}
.woocommerce .swatch-orange .table th {
  background: #c87f0a;
  color: white;
}
.woocommerce .swatch-orange .table tfoot td {
  background: #ef970c;
  color: white;
}
.swatch-orange .products .product-category h3 {
  background-color: rgba(200, 127, 10, 0.8);
  color: white;
}
.swatch-orange .product-category:hover h3 {
  background-color: #c87f0a;
}
.swatch-orange .product-category mark {
  color: white;
}
.swatch-orange .term-description:after {
  background: #c87f0a;
}
.swatch-orange .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-orange .widget_product_tag_cloud ul a {
  background: white;
  color: #f39c12;
}
.swatch-orange .widget_product_tag_cloud ul a:hover {
  background: rgba(251, 228, 192, 0.9);
}
.swatch-orange .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fbe4c0;
  box-shadow: 0px 0px 0px 2px #f39c12;
}
.swatch-orange .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fbe4c0;
}

/* - Swatch amethyst - */
.swatch-amethyst .btn-primary, .swatch-amethyst .button {
  background: #a53dcf !important;
  color: white !important;
}
.swatch-amethyst .btn-primary:hover, .swatch-amethyst .button:hover {
  background: rgba(165, 61, 207, 0.8) !important;
}
.swatch-amethyst .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #cb8fe3;
}
.swatch-amethyst .products .product:hover {
  box-shadow: 0px 4px 0px white;
}
.swatch-amethyst .products .product h1, .swatch-amethyst .products .product h2, .swatch-amethyst .products .product h3, .swatch-amethyst .products .product h4, .swatch-amethyst .products .product a, .swatch-amethyst .products .product .price {
  color: #914bc2;
}
.swatch-amethyst .products .product .price del {
  color: rgba(203, 143, 227, 0.5);
}
.swatch-amethyst .star-rating:before {
  color: #a53dcf;
}
.swatch-amethyst .single-product-extras .star-rating:before {
  color: #914bc2;
}
.swatch-amethyst .star-rating span:before {
  color: #914bc2;
}
.swatch-amethyst .single-product-extras .star-rating span:before {
  color: white;
}
.swatch-amethyst .woocommerce-ordering select {
  background: #a53dcf;
  color: white;
}
.swatch-amethyst .woocommerce-ordering:after {
  color: white;
}
.swatch-amethyst .onsale {
  background: #a53dcf;
  color: white;
}
.single-product .swatch-amethyst .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-amethyst .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #a53dcf;
}
.swatch-amethyst .product-title-big:after {
  background: #a53dcf;
}
.swatch-amethyst .product-nav i {
  background: #a53dcf;
  color: white;
}
.swatch-amethyst .quantity input:first-child, .swatch-amethyst .quantity input:last-child {
  background: #a53dcf;
  color: white;
}
.swatch-amethyst .product-images figcaption {
  background: #a53dcf;
}
.swatch-amethyst .product-images figcaption i {
  color: white;
}
.swatch-amethyst .product-share i {
  background: #a53dcf;
  color: white;
}
.swatch-amethyst .woocommerce-breadcrumb {
  color: white;
}
.swatch-amethyst .woocommerce-breadcrumb a {
  color: white;
}
.swatch-amethyst .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(1) {
  background: #a53dcf;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #a53dcf;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #9831c2;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #9831c2;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(2) {
  background: #af52d4;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #af52d4;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #ab4ad2;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #ab4ad2;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(3) {
  background: #b866d9;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #b866d9;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #b25ad6;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #b25ad6;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(4) {
  background: #c27bde;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #c27bde;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #bc6edb;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #bc6edb;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(5) {
  background: #cb8fe3;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #cb8fe3;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #c583e0;
}
.swatch-amethyst .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #c583e0;
}
.swatch-amethyst .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: #914bc2;
  border-color: transparent;
  z-index: 1;
}
.swatch-amethyst .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-amethyst .mini-cart-overview a {
  background: #914bc2;
  color: #cb8fe3 !important;
}
.swatch-amethyst .mini-cart-overview a i {
  color: #cb8fe3 !important;
}
.swatch-amethyst .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-amethyst .mini-cart-container {
  background: #cb8fe3;
}
.woocommerce .swatch-amethyst .table {
  color: #cb8fe3;
}
.woocommerce .swatch-amethyst .table a {
  color: #914bc2;
}
.woocommerce .swatch-amethyst .table th {
  background: #a53dcf;
  color: white;
}
.woocommerce .swatch-amethyst .table tfoot td {
  background: #b45ed7;
  color: white;
}
.swatch-amethyst .products .product-category h3 {
  background-color: rgba(165, 61, 207, 0.8);
  color: white;
}
.swatch-amethyst .product-category:hover h3 {
  background-color: #a53dcf;
}
.swatch-amethyst .product-category mark {
  color: white;
}
.swatch-amethyst .term-description:after {
  background: #a53dcf;
}
.swatch-amethyst .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-amethyst .widget_product_tag_cloud ul a {
  background: #914bc2;
  color: #cb8fe3;
}
.swatch-amethyst .widget_product_tag_cloud ul a:hover {
  background: rgba(255, 255, 255, 0.9);
}
.swatch-amethyst .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: white;
  box-shadow: 0px 0px 0px 2px #cb8fe3;
}
.swatch-amethyst .widget_price_filter .ui-slider .ui-slider-range {
  background-color: white;
}

/* - Swatch emerald - */
.swatch-emerald .btn-primary, .swatch-emerald .button {
  background: #208e4e !important;
  color: white !important;
}
.swatch-emerald .btn-primary:hover, .swatch-emerald .button:hover {
  background: rgba(32, 142, 78, 0.8) !important;
}
.swatch-emerald .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #2ecc71;
}
.swatch-emerald .products .product:hover {
  box-shadow: 0px 4px 0px #478247;
}
.swatch-emerald .products .product h1, .swatch-emerald .products .product h2, .swatch-emerald .products .product h3, .swatch-emerald .products .product h4, .swatch-emerald .products .product a, .swatch-emerald .products .product .price {
  color: #478247;
}
.swatch-emerald .products .product .price del {
  color: rgba(46, 204, 113, 0.5);
}
.swatch-emerald .star-rating:before {
  color: #208e4e;
}
.swatch-emerald .single-product-extras .star-rating:before {
  color: white;
}
.swatch-emerald .star-rating span:before {
  color: #478247;
}
.swatch-emerald .single-product-extras .star-rating span:before {
  color: #478247;
}
.swatch-emerald .woocommerce-ordering select {
  background: #208e4e;
  color: white;
}
.swatch-emerald .woocommerce-ordering:after {
  color: white;
}
.swatch-emerald .onsale {
  background: #208e4e;
  color: white;
}
.single-product .swatch-emerald .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-emerald .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #208e4e;
}
.swatch-emerald .product-title-big:after {
  background: #208e4e;
}
.swatch-emerald .product-nav i {
  background: #208e4e;
  color: white;
}
.swatch-emerald .quantity input:first-child, .swatch-emerald .quantity input:last-child {
  background: #208e4e;
  color: white;
}
.swatch-emerald .product-images figcaption {
  background: #208e4e;
}
.swatch-emerald .product-images figcaption i {
  color: white;
}
.swatch-emerald .product-share i {
  background: #208e4e;
  color: white;
}
.swatch-emerald .woocommerce-breadcrumb {
  color: white;
}
.swatch-emerald .woocommerce-breadcrumb a {
  color: white;
}
.swatch-emerald .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(1) {
  background: #208e4e;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #208e4e;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #1b7943;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #1b7943;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(2) {
  background: #25a25a;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #25a25a;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #239a55;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #239a55;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(3) {
  background: #29b765;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #29b765;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #26ab5f;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #26ab5f;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(4) {
  background: #2ecc71;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #2ecc71;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #2bc06a;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #2bc06a;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(5) {
  background: #40d47e;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #40d47e;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #33d176;
}
.swatch-emerald .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #33d176;
}
.swatch-emerald .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-emerald .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-emerald .mini-cart-overview a {
  background: white;
  color: #2ecc71 !important;
}
.swatch-emerald .mini-cart-overview a i {
  color: #2ecc71 !important;
}
.swatch-emerald .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-emerald .mini-cart-container {
  background: #2ecc71;
}
.woocommerce .swatch-emerald .table {
  color: #2ecc71;
}
.woocommerce .swatch-emerald .table a {
  color: #478247;
}
.woocommerce .swatch-emerald .table th {
  background: #208e4e;
  color: white;
}
.woocommerce .swatch-emerald .table tfoot td {
  background: #27af61;
  color: white;
}
.swatch-emerald .products .product-category h3 {
  background-color: rgba(32, 142, 78, 0.8);
  color: white;
}
.swatch-emerald .product-category:hover h3 {
  background-color: #208e4e;
}
.swatch-emerald .product-category mark {
  color: white;
}
.swatch-emerald .term-description:after {
  background: #208e4e;
}
.swatch-emerald .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-emerald .widget_product_tag_cloud ul a {
  background: white;
  color: #2ecc71;
}
.swatch-emerald .widget_product_tag_cloud ul a:hover {
  background: rgba(71, 130, 71, 0.9);
}
.swatch-emerald .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #478247;
  box-shadow: 0px 0px 0px 2px #2ecc71;
}
.swatch-emerald .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #478247;
}

/* - Swatch clouds - */
.swatch-clouds .btn-primary, .swatch-clouds .button {
  background: #444444 !important;
  color: white !important;
}
.swatch-clouds .btn-primary:hover, .swatch-clouds .button:hover {
  background: rgba(68, 68, 68, 0.8) !important;
}
.swatch-clouds .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
  color: #777777;
}
.swatch-clouds .products .product:hover {
  box-shadow: 0px 4px 0px #444444;
}
.swatch-clouds .products .product h1, .swatch-clouds .products .product h2, .swatch-clouds .products .product h3, .swatch-clouds .products .product h4, .swatch-clouds .products .product a, .swatch-clouds .products .product .price {
  color: #444444;
}
.swatch-clouds .products .product .price del {
  color: rgba(119, 119, 119, 0.5);
}
.swatch-clouds .star-rating:before {
  color: #444444;
}
.swatch-clouds .single-product-extras .star-rating:before {
  color: #777777;
}
.swatch-clouds .star-rating span:before {
  color: #444444;
}
.swatch-clouds .single-product-extras .star-rating span:before {
  color: #444444;
}
.swatch-clouds .woocommerce-ordering select {
  background: #444444;
  color: white;
}
.swatch-clouds .woocommerce-ordering:after {
  color: white;
}
.swatch-clouds .onsale {
  background: #444444;
  color: white;
}
.single-product .swatch-clouds .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-clouds .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #444444;
}
.swatch-clouds .product-title-big:after {
  background: #444444;
}
.swatch-clouds .product-nav i {
  background: #444444;
  color: white;
}
.swatch-clouds .quantity input:first-child, .swatch-clouds .quantity input:last-child {
  background: #444444;
  color: white;
}
.swatch-clouds .product-images figcaption {
  background: #444444;
}
.swatch-clouds .product-images figcaption i {
  color: white;
}
.swatch-clouds .product-share i {
  background: #444444;
  color: white;
}
.swatch-clouds .woocommerce-breadcrumb {
  color: white;
}
.swatch-clouds .woocommerce-breadcrumb a {
  color: white;
}
.swatch-clouds .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(1) {
  background: #444444;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #444444;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #373737;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #373737;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(2) {
  background: #515151;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #515151;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #4c4c4c;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #4c4c4c;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(3) {
  background: #5e5e5e;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #5e5e5e;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #565656;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #565656;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(4) {
  background: #6a6a6a;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #6a6a6a;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #636363;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #636363;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(5) {
  background: #777777;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #777777;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #6f6f6f;
}
.swatch-clouds .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #6f6f6f;
}
.swatch-clouds .alert-cart {
  background: rgba(0, 0, 0, 0.05);
  color: #777777;
  border-color: transparent;
  z-index: 1;
}
.swatch-clouds .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.05);
}
.swatch-clouds .mini-cart-overview a {
  background: #777777;
  color: #ecf0f1 !important;
}
.swatch-clouds .mini-cart-overview a i {
  color: #ecf0f1 !important;
}
.swatch-clouds .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.swatch-clouds .mini-cart-container {
  background: #ecf0f1;
}
.woocommerce .swatch-clouds .table {
  color: #777777;
}
.woocommerce .swatch-clouds .table a {
  color: #444444;
}
.woocommerce .swatch-clouds .table th {
  background: #444444;
  color: white;
}
.woocommerce .swatch-clouds .table tfoot td {
  background: #585858;
  color: white;
}
.swatch-clouds .products .product-category h3 {
  background-color: rgba(68, 68, 68, 0.8);
  color: white;
}
.swatch-clouds .product-category:hover h3 {
  background-color: #444444;
}
.swatch-clouds .product-category mark {
  color: white;
}
.swatch-clouds .term-description:after {
  background: #444444;
}
.swatch-clouds .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.swatch-clouds .widget_product_tag_cloud ul a {
  background: #777777;
  color: #ecf0f1;
}
.swatch-clouds .widget_product_tag_cloud ul a:hover {
  background: rgba(68, 68, 68, 0.9);
}
.swatch-clouds .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #444444;
  box-shadow: 0px 0px 0px 2px #ecf0f1;
}
.swatch-clouds .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #444444;
}

/* - Swatch river - */
.swatch-river .btn-primary, .swatch-river .button {
  background: #1d6ca1 !important;
  color: white !important;
}
.swatch-river .btn-primary:hover, .swatch-river .button:hover {
  background: rgba(29, 108, 161, 0.8) !important;
}
.swatch-river .products .product {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: #3498db;
}
.swatch-river .products .product:hover {
  box-shadow: 0px 4px 0px #235088;
}
.swatch-river .products .product h1, .swatch-river .products .product h2, .swatch-river .products .product h3, .swatch-river .products .product h4, .swatch-river .products .product a, .swatch-river .products .product .price {
  color: #235088;
}
.swatch-river .products .product .price del {
  color: rgba(52, 152, 219, 0.5);
}
.swatch-river .star-rating:before {
  color: #1d6ca1;
}
.swatch-river .single-product-extras .star-rating:before {
  color: white;
}
.swatch-river .star-rating span:before {
  color: #235088;
}
.swatch-river .single-product-extras .star-rating span:before {
  color: #235088;
}
.swatch-river .woocommerce-ordering select {
  background: #1d6ca1;
  color: white;
}
.swatch-river .woocommerce-ordering:after {
  color: white;
}
.swatch-river .onsale {
  background: #1d6ca1;
  color: white;
}
.single-product .swatch-river .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-river .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #1d6ca1;
}
.swatch-river .product-title-big:after {
  background: #1d6ca1;
}
.swatch-river .product-nav i {
  background: #1d6ca1;
  color: white;
}
.swatch-river .quantity input:first-child, .swatch-river .quantity input:last-child {
  background: #1d6ca1;
  color: white;
}
.swatch-river .product-images figcaption {
  background: #1d6ca1;
}
.swatch-river .product-images figcaption i {
  color: white;
}
.swatch-river .product-share i {
  background: #1d6ca1;
  color: white;
}
.swatch-river .woocommerce-breadcrumb {
  color: white;
}
.swatch-river .woocommerce-breadcrumb a {
  color: white;
}
.swatch-river .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(1) {
  background: #1d6ca1;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #1d6ca1;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #195d8b;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #195d8b;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(2) {
  background: #207ab7;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #207ab7;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #1f74ae;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #1f74ae;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(3) {
  background: #2489cc;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #2489cc;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #2280bf;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #2280bf;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(4) {
  background: #3096da;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #3096da;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #268fd5;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #268fd5;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(5) {
  background: #45a1de;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #45a1de;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #389adc;
}
.swatch-river .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #389adc;
}
.swatch-river .alert-cart {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-river .widget_shopping_cart_content:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.swatch-river .mini-cart-overview a {
  background: white;
  color: #3498db !important;
}
.swatch-river .mini-cart-overview a i {
  color: #3498db !important;
}
.swatch-river .product_list_widget li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.swatch-river .mini-cart-container {
  background: #3498db;
}
.woocommerce .swatch-river .table {
  color: #3498db;
}
.woocommerce .swatch-river .table a {
  color: #235088;
}
.woocommerce .swatch-river .table th {
  background: #1d6ca1;
  color: white;
}
.woocommerce .swatch-river .table tfoot td {
  background: #2383c4;
  color: white;
}
.swatch-river .products .product-category h3 {
  background-color: rgba(29, 108, 161, 0.8);
  color: white;
}
.swatch-river .product-category:hover h3 {
  background-color: #1d6ca1;
}
.swatch-river .product-category mark {
  color: white;
}
.swatch-river .term-description:after {
  background: #1d6ca1;
}
.swatch-river .order_details li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.swatch-river .widget_product_tag_cloud ul a {
  background: white;
  color: #3498db;
}
.swatch-river .widget_product_tag_cloud ul a:hover {
  background: rgba(35, 80, 136, 0.9);
}
.swatch-river .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #235088;
  box-shadow: 0px 0px 0px 2px #3498db;
}
.swatch-river .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #235088;
}

/* - Swatch asphalt - */
.swatch-asphalt .btn-primary, .swatch-asphalt .button {
  background: #5a6678 !important;
  color: white !important;
}
.swatch-asphalt .btn-primary:hover, .swatch-asphalt .button:hover {
  background: rgba(90, 102, 120, 0.8) !important;
}
.swatch-asphalt .products .product {
  box-shadow: 0px 4px 0px rgba(138, 148, 158, 0.4);
  color: #34495e;
}
.swatch-asphalt .products .product:hover {
  box-shadow: 0px 4px 0px #8a949e;
}
.swatch-asphalt .products .product h1, .swatch-asphalt .products .product h2, .swatch-asphalt .products .product h3, .swatch-asphalt .products .product h4, .swatch-asphalt .products .product a, .swatch-asphalt .products .product .price {
  color: #8a949e;
}
.swatch-asphalt .products .product .price del {
  color: rgba(52, 73, 94, 0.5);
}
.swatch-asphalt .star-rating:before {
  color: #5a6678;
}
.swatch-asphalt .single-product-extras .star-rating:before {
  color: white;
}
.swatch-asphalt .star-rating span:before {
  color: #8a949e;
}
.swatch-asphalt .single-product-extras .star-rating span:before {
  color: #8a949e;
}
.swatch-asphalt .woocommerce-ordering select {
  background: #5a6678;
  color: white;
}
.swatch-asphalt .woocommerce-ordering:after {
  color: white;
}
.swatch-asphalt .onsale {
  background: #5a6678;
  color: white;
}
.single-product .swatch-asphalt .product-images .flex-control-thumbs li .flex-active, .single-product .swatch-asphalt .product-images .flex-control-thumbs li img:hover {
  box-shadow: 0px 4px 0px #5a6678;
}
.swatch-asphalt .product-title-big:after {
  background: #5a6678;
}
.swatch-asphalt .product-nav i {
  background: #5a6678;
  color: white;
}
.swatch-asphalt .quantity input:first-child, .swatch-asphalt .quantity input:last-child {
  background: #5a6678;
  color: white;
}
.swatch-asphalt .product-images figcaption {
  background: #5a6678;
}
.swatch-asphalt .product-images figcaption i {
  color: white;
}
.swatch-asphalt .product-share i {
  background: #5a6678;
  color: white;
}
.swatch-asphalt .woocommerce-breadcrumb {
  color: white;
}
.swatch-asphalt .woocommerce-breadcrumb a {
  color: white;
}
.swatch-asphalt .woocommerce-breadcrumb a:hover {
  color: white;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(1) {
  background: #5a6678;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(1):after {
  border-left-color: #5a6678;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(1):hover {
  background: #4f5a69;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(1):hover:after {
  border-left-color: #4f5a69;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(2) {
  background: #657287;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(2):after {
  border-left-color: #657287;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(2):hover {
  background: #616d81;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(2):hover:after {
  border-left-color: #616d81;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(3) {
  background: #717f94;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(3):after {
  border-left-color: #717f94;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(3):hover {
  background: #69778c;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(3):hover:after {
  border-left-color: #69778c;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(4) {
  background: #7f8c9f;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(4):after {
  border-left-color: #7f8c9f;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(4):hover {
  background: #778499;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(4):hover:after {
  border-left-color: #778499;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(5) {
  background: #8e99aa;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(5):after {
  border-left-color: #8e99aa;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(5):hover {
  background: #8591a4;
}
.swatch-asphalt .woocommerce-breadcrumb span:nth-child(5):hover:after {
  border-left-color: #8591a4;
}
.swatch-asphalt .alert-cart {
  background: rgba(138, 148, 158, 0.4);
  color: white;
  border-color: transparent;
  z-index: 1;
}
.swatch-asphalt .widget_shopping_cart_content:before {
  background-color: rgba(138, 148, 158, 0.4);
}
.swatch-asphalt .mini-cart-overview a {
  background: white;
  color: #34495e !important;
}
.swatch-asphalt .mini-cart-overview a i {
  color: #34495e !important;
}
.swatch-asphalt .product_list_widget li {
  border-bottom: 1px solid rgba(138, 148, 158, 0.4);
}
.swatch-asphalt .mini-cart-container {
  background: #34495e;
}
.woocommerce .swatch-asphalt .table {
  color: #34495e;
}
.woocommerce .swatch-asphalt .table a {
  color: #8a949e;
}
.woocommerce .swatch-asphalt .table th {
  background: #5a6678;
  color: white;
}
.woocommerce .swatch-asphalt .table tfoot td {
  background: #6b7a8f;
  color: white;
}
.swatch-asphalt .products .product-category h3 {
  background-color: rgba(90, 102, 120, 0.8);
  color: white;
}
.swatch-asphalt .product-category:hover h3 {
  background-color: #5a6678;
}
.swatch-asphalt .product-category mark {
  color: white;
}
.swatch-asphalt .term-description:after {
  background: #5a6678;
}
.swatch-asphalt .order_details li {
  border-bottom-color: rgba(138, 148, 158, 0.4);
}
.swatch-asphalt .widget_product_tag_cloud ul a {
  background: white;
  color: #34495e;
}
.swatch-asphalt .widget_product_tag_cloud ul a:hover {
  background: rgba(138, 148, 158, 0.9);
}
.swatch-asphalt .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #8a949e;
  box-shadow: 0px 0px 0px 2px #34495e;
}
.swatch-asphalt .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #8a949e;
}
