/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/

  width: 220px\0;
  /*IE9 and below*/

}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  background-color: #fff;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
h1,
h2,
h3,
h4,
h5,
.navbar-nav a,
.c-btn-cart .total_price,
.c-home_products ul li a,
body > div > footer strong,
.menu-footer > li > a,
aside ul li,
.s-news .bootstrap-select > .btn,
.c-quantity input {
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}
img {
  max-width: 100%;
}
a {
  color: #cdb9a3;
}
a:hover {
  color: #cdb9a3;
  text-decoration: underline;
}
a:focus,
button:focus,
.bootstrap-select .btn:focus,
.c-multiselect .btn:focus,
input:focus {
  outline: thin dotted;
  outline: 2px auto #cdb9a3 !important;
  outline-offset: -3px;
}
.c-multiselect .dropdown-menu > .active > a,
.c-multiselect .dropdown-menu > .active > a:hover,
.c-multiselect .dropdown-menu > .active > a:focus {
  background-color: #cdb9a3;
}
.dtb {
  display: table;
}
.dtr {
  display: table-row;
}
.dtd {
  display: table-cell;
}
.bootbox-confirm .modal-footer {
  margin-top: 0;
}
.bootbox-confirm .btn-primary {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootbox-confirm .btn-primary:hover {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.bootbox-confirm button.btn-primary:focus {
  outline: none !important;
  outline-offset: 0;
}
.c-multiselect .dropdown-menu a {
  padding: 0 20px;
}
.c-multiselect .dropdown-menu a label {
  padding: 5px 20px;
}
.btn-default:focus,
.open .dropdown-toggle.btn-default {
  color: #000000;
  border-color: #000000;
  outline: thin dotted;
  outline: 2px auto #cdb9a3 !important;
  outline-offset: -3px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #cdb9a3;
  color: #fff;
}
.c_cream {
  color: #cdb9a3;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 2em 0 1.6em;
  padding: 0;
}
p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 15px;
}
.hidden {
  display: none !important;
}
.cl {
  clear: both;
}
.c_red,
.c_darkred {
  color: #bb131a;
}
.width-full {
  width: 100%;
}
#navigation {
  background-color: #000000;
  width: 100%;
  z-index: 2000;
  *position: relative;
  *z-index: 2000;
}
#navigation #main-menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  list-style: none;
}
#navigation #main-menu li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 0px;
  line-height: 18px;
  list-style: none;
}
#navigation #main-menu a {
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 4px 2px;
  margin: 0;
  margin-top: 2px;
  text-decoration: none;
  position: relative;
  display: block;
  border: 1px solid transparent;
}
#navigation #main-menu li a:hover,
#navigation #main-menu li.active a {
  /* border-color: #fff; */

  color: #cdb9a3;
}
#navigation #main-menu li a:focus,
#navigation #main-menu li a:hover {
  background: 0;
  outline: medium none;
}
#navigation .mobile-menu {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-top: 9px;
  cursor: pointer;
}
#navigation .mobile-menu .icon-bar {
  background-color: #ffffff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3px;
  width: 26px;
  margin-bottom: 3px;
  margin-top: 1px;
}
#navigation .mobile-menu:hover .icon-bar {
  background-color: #ffffff;
}
.fixed-top {
  position: fixed;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixed-visable {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.bg-bright .navbar-toggle .icon-bar {
  background-color: #000000;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.btn-small-inline,
.btn-read_more {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-small-inline i,
.btn-read_more i {
  margin-left: 5px;
}
.featured,
p.featured,
.article-intro p.featured {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 16px;
}
#navigation > .row {
  margin: 0;
}
#navigation .navbar-brand {
  display: block;
  height: 50px;
  text-align: left;
  padding: 5px 20px;
}
#navigation .navbar-brand img {
  display: block;
  max-height: 100%;
}
#navigation.bg-bright #main-menu a {
  color: #000000;
}
.toolbar {
  padding-top: 10px;
  padding-bottom: 12px;
  float: none;
  text-align: center;
}
.toolbar a {
  color: #fff;
}
.toolbar > a {
  display: inline-block;
  font-size: 24px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: transparent url(../images/socialicons.png) no-repeat;
  background-size: 150px 60px;
  margin-right: -5px;
  /*border: 1px solid transparent;*/

}
.toolbar > a:hover {
  border-color: #fff;
}
.toolbar .btn-contact {
  background-position: -3px 0px;
}
.toolbar .btn-facebook {
  background-position: -60px 0px;
}
.toolbar .btn-youtube {
  background-position: -117px 0px;
}
.topsocials {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  line-height: 12px;
}
.topsocials li {
  display: inline-block;
}
.topsocials a {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url(../images/socials.png) no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topsocials a span {
  display: none;
}
.topsocials a.facebook {
  background-position: -40px 0;
}
.topsocials a.twitter {
  background-position: -80px 0;
}
.topsocials a.youtube {
  background-position: -124px 0;
}
.topsocials a.googleplus {
  background-position: -205px 0;
}
.topsocials a.vimeo {
  background-position: -250px 0;
}
.topsocials a:hover {
  opacity: 0.6;
}
.language {
  display: block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
}
.language .choose {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  top: 4px;
}
.language .choose span {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 12px;
  height: 12px;
  background: transparent url(../images/arr_small.png) 50% 0 no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.intro .btn-lang-chooser i {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.language.opened .choose span,
.intro .btn-lang-chooser.fired i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language > ul,
.lang-chooser > ul {
  display: none;
  position: relative;
  top: 4px;
  right: 0;
  min-width: 90px;
  background-color: #000000;
  padding: 5px;
  list-style: none;
  color: #fff;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
.lang-chooser > ul {
  border: none;
  width: 260px;
  margin: 0 auto;
  margin-top: -3px;
  border-bottom: 1px solid #cdb9a3;
}
.lang-chooser > ul a {
  color: #fff;
}
.language > ul li,
.lang-chooser > ul li {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
}
.lang-chooser > ul li {
  font-size: 14px;
}
.language > ul li.active {
  /*font-weight: bold;*/

  /*text-decoration: line-through;*/

  opacity: 0.5;
}
.language > ul li.active a:hover,
.lang-chooser > ul li.active a:hover {
  text-decoration: none;
}
.bar-info-top {
  background-color: #000000;
  margin-bottom: 30px;
}
.tools-header a {
  color: #555555;
}
.tools-header > div {
  display: inline-block;
  border-left: 1px solid #000000;
  padding: 8px 20px;
  margin-right: -4px;
}
.tools-header > div:first-child {
  border: none;
  padding-left: 0;
}
.tools-header .btn-small-inline {
  text-transform: none;
}
.tools-header .c-languages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tools-header .c-languages ul li {
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
}
.tools-header .c-languages ul li:last-child {
  margin-right: 0;
}
.tools-header .c-languages ul li.active {
  border-bottom: 1px dotted #000000;
}
.tools-header .c-languages ul li,
.tools-header .c-languages ul li a {
  color: #000000;
}
.tools-header .c-languages ul li a:hover {
  color: #cdb9a3;
  text-decoration: none;
}
.btn-cart {
  display: inline-block;
  position: relative;
  background-color: #cdb9a3;
  border-radius: 30px;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 20px;
}
.btn-cart:hover {
  color: #fff;
  background-color: #000000;
}
.btn-cart span.total_items {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 30px;
  background-color: #000000;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  padding: 1px 6px 0px;
}
.c-btn-cart {
  padding-top: 10px;
}
.c-btn-cart .total_price {
  font-size: 30px;
  margin-left: 10px;
  color: #000000;
}
.c-home_products {
  margin-top: 35px;
  margin-bottom: 25px;
}
.c-home_products ul {
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.c-home_products ul li {
  display: inline-block;
  position: relative;
}
.c-home_products ul li a {
  display: block;
  font-size: 20px;
  color: #000000;
  padding: 25px 25px;
  text-decoration: none;
  line-height: 28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-home_products ul li.active a,
.c-home_products ul li a:hover {
  color: #fff;
  background-color: #000;
}
.c-home_products ul li.active > span {
  display: none;
}
.items-products article {
  text-align: center;
  padding-bottom: 30px;
}
.items-products article h3 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #555555;
}
.items-products article a:hover h3 {
  color: #000000;
}
h5.price {
  color: #000;
  font-size: 15px;
  margin-top: 12px;
}
.price.w_sale .actual_price,
.points.w_sale {
  color: #ff0000;
}
.old_price {
  text-decoration: line-through;
  color: #000000;
  margin-right: 10px;
}
.neck {
  margin-top: 10px;
  text-align: center;
  background: #020101 url(../images/bar_neck.jpg) 50% 0 no-repeat;
  min-height: 50px;
}
.neck .carousel {
  margin-bottom: 0;
}
.navbar-main {
  margin-top: 20px;
  margin-bottom: 5px;
  min-height: 0;
  border: none;
  background-color: transparent;
}
.navbar-main .navbar-nav {
  float: none;
}
.navbar-main .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-main .navbar-nav > li > a {
  font-size: 18px;
  color: #000000;
  padding: 10px 13px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li.active > a:hover,
.navbar-main .navbar-nav > li.active > a {
  color: #cdb9a3;
  background-color: transparent;
}
.items-home > div > div {
  background-color: #000000;
  color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.items-home h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
}
.items-home hr {
  max-width: 165px;
}
.c-home {
  margin-top: 30px;
}
.btn-small-inline,
.btn-read_more {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.btn-black {
  color: #000000;
}
.btn-small-inline:hover,
.btn-read_more:hover {
  color: #cdb9a3;
  text-decoration: none;
}
.container-full > .container > section {
  margin-top: 30px;
  margin-bottom: 50px;
}
section > h2,
section > header > h2 {
  color: #000000;
  display: inline-block;
  margin: 0;
}
section > h2 > a,
section > header > h2 > a {
  color: #000000;
}
section > h2 > a:hover,
section > header > h2 > a:hover {
  text-decoration: none;
}
section > header .btn-small-inline {
  display: inline-block;
  margin-top: 6px;
  margin-left: 20px;
}
.btn-back_to_list i {
  margin-left: 0;
  margin-right: 5px;
}
section hr {
  border-color: #000000;
  margin: 2em 0 0;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside > ul > li {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  line-height: 1.2em;
}
aside > ul > li ul {
  margin-top: -7px;
  padding-left: 25px;
  padding-bottom: 25px;
}
aside > ul > li ul ul {
  margin-top: 0;
  padding-left: 25px;
  padding-bottom: 5px;
}
aside > ul > li > ul li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
aside a {
  display: block;
  color: #000000;
}
aside .active > a {
  font-weight: bold;
}
aside > ul > li > a {
  padding: 13px 0;
}
aside > ul > li > ul > li a {
  padding: 7px 0;
  color: #444;
}
aside > ul > li > ul > li > ul > li a {
  padding: 4px 0;
  color: #777;
}
aside ul li a:hover {
  text-decoration: none;
}
.c-content {
  padding-top: 30px;
}
.c-content .full img {
  max-width: 100%;
  height: auto;
}
.c-content a {
  color: #000000;
}
.c-content a:hover {
  color: #cdb9a3;
}
.c-content .btn-read_more {
  margin-top: 25px;
}
.c-pages h3,
.c-blog h3,
.s-blog header h3.date {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 25px;
}
.c-pages article,
.c-blog article {
  border-bottom: 1px solid #000000;
  clear: both;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.c-pages article.with_image > img,
.c-blog article.with_image > img {
  display: block;
}
.c-blog .btn-read_more {
  margin-top: 5px;
}
.c-blog article > h2 {
  margin: 25px 0 20px;
}
article.full {
  padding-bottom: 50px;
}
article.full h2,
article.full > header h2 {
  margin: 45px 0 40px;
  color: #000000;
}
.s-blog .pictures {
  margin-top: 30px;
}
.s-blog .pictures img {
  max-width: 80px;
  margin-bottom: 4px;
}
.bar-common {
  background-color: #000000;
  padding-top: 30px;
}
.bar-common > .container > .row > div,
.bar-common > .container > .row > section {
  padding-bottom: 30px;
}
.bar-common > .container > .row .newsletter > div {
  border: 1px solid #555555;
  padding: 4px;
}
.bar-common > .container > .row .newsletter > div > div {
  border: 1px solid #555555;
  padding: 20px 15px;
}
.bar-common > .container > .row .newsletter h1 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}
.bar-common > .container > .row .newsletter hr {
  margin: 20px auto;
  width: 140px;
  border-top: 5px solid #fff;
}
.bar-common > .container > .row .newsletter h3 {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 5px;
}
.bar-common h2,
.bar-common h3 {
  color: #fff;
  font-weight: normal;
}
.bar-common h2 {
  margin-top: 0;
  margin-bottom: -3px;
  font-size: 25px;
}
.bar-common h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
.bar-common hr {
  border-color: #555555;
  margin: 30px 0;
}
.bar-common .btn-read_more {
  margin-top: 10px;
}
.c-show_more {
  text-align: center;
  margin-bottom: 50px;
}
.btn-show_more > i {
  left: 5px;
  top: 3px;
}
.btn-regular-cream.fired {
  opacity: 0.7;
}
.c-testimonials article {
  margin-bottom: 50px;
}
.c-testimonials article .c-img {
  position: relative;
}
.c-testimonials article .c-img img {
  position: relative;
}
.c-testimonials article .c-img hr {
  border-top: 1px solid #cdb9a3;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 90%;
}
.c-testimonials article h3 {
  margin-top: 0;
}
.c-testimonials article h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin: 2px 0;
}
.c-testimonials article h5.date {
  font-weight: normal;
}
.testimonials article h3,
.testimonials article h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.testimonials article h3 {
  font-weight: normal;
  margin-bottom: 3px;
}
.testimonials .frame {
  position: relative;
  border: 1px solid #555555;
  padding: 15px;
  min-height: 100px;
  margin-bottom: 20px;
}
.testimonials .frame > a {
  color: #555;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.testimonials .frame > a:hover {
  color: #777;
  text-decoration: none;
}
.testimonials header {
  padding-bottom: 0;
}
.testimonials header > div {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}
.testimonials header h2,
.testimonials header h3 {
  margin-left: 10px;
  margin-top: 0;
}
.testimonials .frame .deco-tri {
  position: absolute;
  bottom: -11px;
  right: 50px;
  width: 21px;
  height: 11px;
  background: transparent url(../images/frame_arr_b_black.png) no-repeat;
}
.img-testimonial {
  width: 83px;
  height: 83px;
}
.catalogues > h2 {
  margin-top: 0;
}
.catalogues img {
  display: block;
  margin: 0 auto 30px;
}
.newsletter .c-form input,
.c-auth .c-form input {
  text-align: center;
}
.c-auth .c-form input#username,
.c-contact .c-form input#email {
  margin-top: 0;
}
.s-contact {
  padding-top: 0;
}
.s-contact .c-form textarea {
  height: 136px;
}
.s-contact > .row > div {
  padding-bottom: 45px;
}
.s-contact > .row > div > h2 {
  margin-top: 0;
  color: #000000;
}
.s-contact .hr-b {
  margin: 2.3em 0 3em;
}
.s-contact h2,
.s-contact h3,
.s-contact h5 {
  color: #000000;
}
.c-contact-article h3 {
  margin-bottom: 25px;
}
.c-content a:hover {
  text-decoration: none;
}
.c-content .darker {
  color: #000000;
}
.c-content p {
  margin-bottom: 20px;
}
.c-map iframe {
  display: block;
  width: 90% !important;
  margin: 0 auto;
}
.newsletter .c-form input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #555555;
}
.newsletter .c-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #555555;
}
.newsletter .c-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #555555;
}
.newsletter .c-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #555555;
}
.newsletter #email {
  color: #fff;
}
.newsletter #email.err {
  border-color: #ff0000;
}
.newsletter .errors {
  font-size: 12px;
}
.s-auth {
  padding-bottom: 45px;
}
.s-auth hr {
  margin: 3.5em 0 2em;
}
.s-auth .hr-b {
  margin: 1.5em 0 3em;
}
.s-auth h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 45px;
}
.c-auth .c-form {
  padding-bottom: 30px;
}
.s-auth .c-form ::-webkit-input-placeholder,
.s-contact .c-form ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #888;
}
.s-auth .c-form :-moz-placeholder,
.s-contact .c-form ::-webkit-input-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #888;
}
.s-auth .c-form ::-moz-placeholder,
.s-contact .c-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #888;
}
.s-auth .c-form :-ms-input-placeholder,
.s-contact .c-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #888;
}
.c-auth_tools a {
  margin-left: 30px;
}
.c-btn-register {
  padding: 8px 0 30px;
}
.s-news .full h2 {
  margin-top: 0;
  margin-bottom: 45px;
}
.s-news .full h3.date {
  margin-top: 0;
  margin-bottom: 10px;
  color: #cdb9a3;
}
.bootstrap-select > .btn,
.c-multiselect > .btn-group > .btn {
  border-radius: 0;
  border: 1px solid #000000;
  font-size: 20px;
  color: #000000;
  padding: 12px 20px;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .filter-option {
  left: 18px;
}
.c-multiselect .btn-group {
  width: 100%;
  margin-bottom: 10px;
}
.c-multiselect .btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.c-multiselect .btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.multiselect-container {
  padding: 5px 0;
  margin: 2px 0 0;
}
.c-news article {
  position: relative;
}
.s-news aside {
  padding-top: 30px;
}
.c-news article > a {
  display: block;
  margin: 0 -5px 10px -5px;
  padding: 1px 10px 1px 10px;
  border: 1px solid #cdb9a3;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-news article > a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
  box-shadow: 0 0 5px #f6f6f6;
  border-color: #000000;
}
.c-news article.with_image > a {
  padding-left: 120px;
}
.c-news article > a > img {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  margin: 0 auto;
  max-width: 100px;
  max-height: 130px;
}
.c-news article h2 {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555555;
}
.c-news article h3.date {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 4px;
  color: #cdb9a3;
  font-weight: normal;
  letter-spacing: -1px;
}
.c-news article > a .description {
  color: #666;
}
.news-icons {
  font-size: 28px;
  color: #cdb9a3;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-icons > i {
  vertical-align: middle;
}
.c-news article .lock {
  color: #000;
  font-size: 16px;
}
.s-products h2,
.s-products h3 {
  color: #000000;
}
.s-products .c-content > h3 {
  margin-top: 35px;
  margin-bottom: 45px;
  font-size: 30px;
}
.s-products .c-content {
  padding-top: 30px;
}
.s-products.subs .c-content {
  padding-top: 50px;
}
.c-products article,
.c-downloads article {
  display: inline-block;
  position: relative;
  max-width: 101%;
}
.c-products article > a,
.c-downloads article > a {
  display: block;
  padding-bottom: 15px;
}
.c-products article > a:hover,
.c-downloads article > a:hover {
  color: #000000;
  background-color: #cdb9a3;
  text-decoration: none;
}
.c-products .stamps {
  position: absolute;
  top: 10px;
  left: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  z-index: 4;
  border: none;
}
.c-products .stamps li {
  display: block;
  width: 76px;
  height: 32px;
  background: transparent url(../images/stamps.png) no-repeat;
  margin-bottom: 5px;
}
.c-products .stamps li.deco-sale {
  background-position: 0 0;
}
.c-products .stamps li.deco-sale.percentMinus70 {
  background-position: -532px 0;
}
.c-products .stamps li.deco-sale.percentMinus60 {
  background-position: -456px 0;
}
.c-products .stamps li.deco-sale.percentMinus50 {
  background-position: -380px 0;
}
.c-products .stamps li.deco-sale.percentMinus40 {
  background-position: -304px 0;
}
.c-products .stamps li.deco-sale.percentMinus30 {
  background-position: -228px 0;
}
.c-products .stamps li.deco-sale.percentMinus20 {
  background-position: -152px 0;
}
.c-products .stamps li.deco-sale.percentMinus10 {
  background-position: -76px 0;
}
.c-products .stamps li.deco-new {
  background-position: 0 -32px;
}
.c-products .stamps li.deco-hot {
  background-position: 0 -64px;
}
.c-products article > a .c-img,
.c-downloads article > a .c-img {
  display: inline-block;
  position: relative;
  background-color: #000000;
  color: #fff;
  max-width: 100%;
}
.c-products article > a .c-img img,
.c-downloads article > a .c-img img {
  position: relative;
  z-index: 1;
}
.c-products article > a .c-hover,
.c-downloads article > a .c-hover {
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
  text-align: center;
  z-index: 0;
}
.c-products article > a .c-hover span,
.c-downloads article > a .c-hover span {
  display: none;
  margin-top: 10px;
}
.c-products article > a .c-hover i,
.c-downloads article > a .c-hover i {
  font-size: 50px;
}
.c-products article > a:hover img,
.c-downloads article > a:hover img {
  opacity: 0.2;
}
.c-products article > a > h2,
.c-downloads article h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 28px;
  margin-bottom: 2px;
}
.c-products article > a > h2,
.c-downloads article a h2 {
  color: #555555;
}
.c-products article a:hover h2,
.c-downloads article a:hover h2 {
  color: #000000;
}
.c-products article a:hover h2 small {
  color: #fff;
}
.c-products article > a .c-price_group {
  margin-top: 25px;
}
.list-group-item {
  float: none;
  width: 100%;
  border: none;
}
.list-group-item:before,
.list-group-item:after {
  display: table;
  content: " ";
}
.list-group-item:after {
  clear: both;
}
.list-group-item > article {
  display: block;
  text-align: left;
}
.list-group-item > article > a {
  display: none;
}
.list-group-item > article h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
.list-group-item .description {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.list-group-item article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.list-group-item.last article {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list-group-item .btn-details {
  margin-top: 5px;
}
.list-group-item-in {
  display: none;
}
.list-group-item .list-group-item-in {
  display: block;
  position: relative;
}
.list-group-item .list-group-item-in .stamps {
  display: none;
  left: 30px;
}
.list-group-item .price span {
  margin-right: 10px;
}
.list-group-item .points {
  color: #000;
}
.c-price_group h5 {
  color: #000;
  font-size: 15px;
}
.logged .c-price_group h5 {
  margin: 0 0 15px 0;
}
.logged .c-price_bar .c-price_group h5 {
  margin: 0 0 20px 0;
}
.c-price_bar h5.points,
.logged .c-price_bar h5.points,
.c-price_bar .c-price_bar h5.points,
.logged .c-price_bar .c-price_bar h5.points {
  margin-bottom: 0;
}
.logged .c-price_bar .btn-details {
  margin-top: 20px;
}
.c-products .price.w_sale .actual_price {
  color: #ff0000;
}
.c-products .images {
  position: relative;
  max-width: 336px;
  margin: 0 auto;
}
.c-products .images img {
  width: 100%;
}
.c-products .images img {
  border: 1px solid #eeeeee;
}
.c-products .images .thumbnails {
  margin-top: 30px;
}
.c-products .c-right {
  padding-bottom: 50px;
}
.c-products .c-right > hgroup > h2 {
  margin: 0;
}
.c-products .c-right > hgroup.titles {
  margin-bottom: 30px;
}
.c-products .c-right hr {
  margin: 20px 0;
}
.c-products .c-right h3 {
  font-size: 20px;
  margin-top: 15px;
}
.c-products .c-right .price {
  margin-left: 2px;
}
.c-products ul.parameters {
  padding-left: 25px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.c-products ul.parameters li {
  margin: 12px 0;
}
.s-products .c-fb-like {
  text-align: center;
  padding: 50px 0;
}
.c-product-toolbox {
  margin-bottom: 35px;
}
.c-variants {
  margin-top: 50px;
}
.c-variants > h3 {
  margin-bottom: 20px;
}
.c-variants article {
  display: block;
}
.c-variants article img {
  width: 66px;
  height: 66px;
}
.c-products .c-right .c-variants hr {
  margin: 9px 0 8px;
}
.c-variants .media > a {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.c-variants .media-body {
  display: inline-block;
  vertical-align: middle;
}
.c-variants .btn-add_to_cart {
  padding: 24px 0;
  margin-top: 0;
}
.c-variants .stamps {
  top: auto;
  left: auto;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
}
.c-variants .stamps li {
  display: inline-block;
  margin-bottom: 0;
  width: 50px;
  height: 18px;
  background-image: url(../images/stamps_small.png);
}
.c-variants .stamps li.deco-sale {
  background-position: 0 0;
}
.c-variants .stamps li.deco-sale.percentMinus70 {
  background-position: -350px 0;
}
.c-variants .stamps li.deco-sale.percentMinus60 {
  background-position: -300px 0;
}
.c-variants .stamps li.deco-sale.percentMinus50 {
  background-position: -250px 0;
}
.c-variants .stamps li.deco-sale.percentMinus40 {
  background-position: -200px 0;
}
.c-variants .stamps li.deco-sale.percentMinus30 {
  background-position: -150px 0;
}
.c-variants .stamps li.deco-sale.percentMinus20 {
  background-position: -100px 0;
}
.c-variants .stamps li.deco-sale.percentMinus10 {
  background-position: -50px 0;
}
.c-variants .stamps li.deco-new {
  background-position: 0 -18px;
}
.c-variants .stamps li.deco-hot {
  background-position: 0 -36px;
}
.c-variants .stock {
  display: inline-block;
  margin: 24px 0;
}
.products_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff url(../images/loader_big.gif) 50% 150px no-repeat;
  opacity: 0;
  display: none;
  z-index: 5;
}
.generic_loader {
  width: 100%;
  height: 30px;
  background: transparent url(../images/loader_bar_small_onblack.gif) 50% 50% no-repeat;
}
.c-downloads article a {
  padding-bottom: 25px;
}
.c-downloads.catalogues .row > div {
  text-align: center;
}
.c-downloads.catalogues article a {
  position: relative;
  padding-bottom: 0;
}
.c-downloads.catalogues article a:hover {
  background-color: transparent;
}
.s-downloads .c-content {
  padding-bottom: 50px;
}
.c-content .btn-regular-cream:hover {
  color: #000000;
}
.btn-add_to_cart {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.c-add_to_cart {
  margin-top: 50px;
}
.c-quantity {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  padding-right: 5px;
  vertical-align: top;
  margin-top: 10px;
}
.c-quantity input {
  width: 70px;
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  border: 1px solid #000000;
  text-align: center;
}
.btn-quantity {
  position: absolute;
  left: 0;
  width: 38px;
  height: 23px;
  line-height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-quantity:hover {
  background-color: #ccc;
}
.btn-quantity:focus {
  border: none;
  outline: none !important;
}
.btn-quantity.plus {
  top: 0;
}
.btn-quantity.minus {
  bottom: 0;
}
.btn-quantity.minus i {
  left: -1px;
}
.stock i {
  color: #00a651;
  margin-right: 3px;
}
.stock.outofstock i {
  color: #ff0000;
}
.pagination {
  display: block;
  margin: 50px 0;
  text-align: center;
}
.pagination .btn-regular-cream {
  display: inline-block;
  margin-top: 0;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1em;
}
.pagination a.btn-regular-cream:hover {
  color: #000000;
}
.pagination span.btn-regular-cream {
  background-color: #ccc;
}
body > div > footer {
  background-color: #fff;
  min-height: 400px;
  padding: 50px 0 60px;
}
body > div > footer ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 50px;
}
body > div > footer ul li {
  padding: 6px 0;
}
.menu-footer {
  margin-top: 0;
}
.menu-footer > li > a {
  color: #555555;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
.menu-footer > li li a {
  color: #555555;
}
.crights {
  position: relative;
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px solid #000000;
  text-align: center;
}
.btn-totop {
  position: absolute;
  left: 50%;
  top: -20px;
  display: block;
  font-size: 36px;
  color: #000000;
}
.btn-totop i {
  left: -18px;
  background-color: #fff;
}
.submenu {
  margin-top: 20px;
}
.submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu li {
  display: inline-block;
  margin: 4px 1px;
}
.submenu a {
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.submenu a:hover {
  color: #cdb9a3;
}
.submenu a:hover,
.submenu li.active a {
  text-decoration: none;
  color: #cdb9a3;
}
section footer {
  text-align: center;
  padding-bottom: 50px;
}
.art article {
  text-align: left;
  font-size: 12px;
}
.art article h1 {
  margin-top: 0;
  margin-bottom: 22px;
}
.page,
.wc {
  padding-bottom: 70px;
}
.article-intro {
  margin: 35px 0 45px;
}
.gadget .article-intro {
  margin: 30px 0 50px;
}
.article-intro,
.article-intro p {
  text-align: center;
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}
.wc .article-intro {
  margin: 30px auto 60px;
}
.wc .article-intro p {
  margin-bottom: 30px;
}
.page article {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.page article p {
  color: #999;
}
.l-slideshow {
  padding-bottom: 0;
}
.l-slideshow article {
  width: 100%;
}
.l-slideshow article p {
  color: #fff;
}
.l-slideshow .container {
  padding-top: 40px;
}
.l-slideshow .container > div > header {
  text-align: left;
}
.page article p strong {
  color: #fff;
}
.l-interview article p strong {
  font-weight: normal;
}
.l-contact article p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
article p .featured {
  font-size: 30px;
  line-height: 30px;
}
.page article h4 {
  margin: 40px 0;
}
.carousel-controls {
  position: absolute;
  width: 100%;
  top: 50%;
}
.carousel-control {
  width: auto;
  opacity: 1;
  filter: none;
  font-size: 55px;
  color: #000;
  text-shadow: none;
  background: none;
  bottom: auto;
  top: -34px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.carousel-control:hover {
  color: #cdb9a3;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  left: 40px;
}
.carousel-control.right {
  right: 40px;
}
.carousel-control i {
  top: 10px;
}
.l-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-slideshow .slide .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-slideshow .slide .item {
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: scroll;
  /* fixed */

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control {
  width: auto;
  opacity: 1;
  filter: none;
  text-shadow: none;
  background: none;
}
.carousel-control:hover {
  color: #cdb9a3;
}
.page-contact {
  font-size: 20px;
  line-height: 30px;
}
.page-contact p .featured {
  font-size: 30px;
  line-height: 30px;
}
.c-contact_form {
  margin-top: 25px;
}
.carousel {
  margin-bottom: 80px;
}
.c-home_products.carousel {
  margin-bottom: 25px;
}
.c-home_products .carousel-indicators li {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-indent: 0;
  margin: 0;
  margin-right: -4px;
}
.c-home_products .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-left: 0;
}
.c-home_products > .items-products {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.c-home_products > .items-products > .row {
  margin: 0;
}
.c-home_products > .items-products > .row > div {
  text-align: center;
}
.carousel-indicators {
  bottom: -40px;
}
#carousel-home .carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
}
.carousel-indicators .active {
  margin: 1px;
  width: 14px;
  height: 14px;
  background-color: #000000;
}
.s-userzone h2,
.s-userzone h3 {
  color: #000000;
}
.s-userzone .c-news > h2 {
  color: #000000;
  margin-bottom: 50px;
}
.s-userzone .c-content header h2 {
  margin-top: 0;
}
.s-userzone .c-content > header h3 {
  font-size: 20px;
}
.s-userzone .c-content hr {
  margin-bottom: 3.5em;
}
.s-userzone .full > header {
  margin-bottom: 50px;
}
.c-changepassword {
  margin-bottom: 40px;
}
.c-changepassword.c-form input[type="password"] {
  margin-top: 0;
}
.c-changepassword label {
  margin-top: 0;
  font-size: 18px;
  padding: 4px 0;
  font-weight: normal;
}
.header-account_details {
  text-align: center;
}
.header-account_details > h3 {
  margin-bottom: 40px;
}
.c-account_details {
  margin-bottom: 50px;
}
.c-account_details .row {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
}
.c-news-important article > a {
  background-color: #bb131a;
  border-color: #bb131a;
  color: #fff;
}
.c-news-important article > a:hover {
  background-color: #800005;
  border-color: #800005;
}
.c-news-important article > a h2,
.c-news-important article > a i {
  color: #fff;
}
.c-news-important article .description {
  display: none;
}
.h {
  opacity: 0;
}
.panel-auth-tools {
  padding: 8px 0;
}
.panel-auth-tools > * {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.panel-top .btn-small-inline {
  color: #cdb9a3;
  text-transform: none;
}
.panel-top .btn-small-inline:hover {
  color: #fff;
}
.c-login {
  opacity: 0;
}
.info-logged_in {
  color: #fff;
}
.errors {
  color: #d30000;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-form input,
.c-form textarea,
.c-form .fakefile {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #555555;
  background-color: transparent;
  color: #000000;
  outline: none;
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-form input[type='checkbox'] {
  width: auto;
  padding: 0;
  border: none;
  margin: 0;
  margin-right: 10px;
}
.c-form .fakefile i {
  float: right;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-form .fakefile i.hover {
  color: #cdb9a3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-form input:focus,
.c-form textarea:focus {
  border-color: #cdb9a3;
}
.c-form textarea {
  height: 110px;
  resize: none;
}
.c-file {
  position: relative;
}
.c-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.btn-regular-cream {
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.c-form .submitbutton,
.btn-regular-cream {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background-color: #cdb9a3;
  color: #000000;
  border: none;
  padding: 10px 30px;
}
.c-form .submitbutton:hover,
.btn-regular-cream:hover {
  background-color: #ccc;
  color: #000000;
  text-decoration: none;
}
.guestbook .c-form label {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-top: 10px;
  cursor: pointer;
}
.guestbook .c-form .loader {
  display: block;
  margin: 100px auto 10px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #000000 url(../images/gb-loader.gif) 50% 50% no-repeat;
}
.c-contact.success hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.seconds_to_go {
  font-weight: bold;
  color: #cdb9a3;
}
.seconds_to_go.ending {
  color: #d30000;
}
.page article .sub-content {
  padding: 0px 10px;
  margin-top: 30px;
  max-width: 450px;
  font-family: Arial, Tahoma, sans-serif;
}
.page article .sub-content.framed {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.page article .sub-content h4 {
  margin: 40px 0;
}
blockquote {
  position: relative;
  font-size: 30px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #000000;
  padding: 20px 0 20px 50px;
  margin: 20px 0 27px;
  line-height: 1.1em;
  border: none;
}
blockquote:before {
  display: block;
  content: "\201D";
  font-size: 88px;
  font-weight: bold;
  position: absolute;
  left: -9px;
  top: 35px;
  color: #000000;
  font-family: Georgia, serif;
}
.bg-dark {
  background-color: #000000;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}
.bg-bright {
  color: #000000;
  background-color: #fff;
}
.bg-bright a {
  color: #000000;
}
section header > h1 {
  margin: 0;
}
.btn-back {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
.btn-back i {
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}
.btn-back:hover {
  text-decoration: none;
  color: #cdb9a3;
}
.c-logout {
  text-align: center;
}
.btn-logout {
  display: inline-block;
}
.btn-logout:hover {
  text-decoration: none;
  color: #fff;
}
.guestbook .read-more a,
.wc-entries .read-more a,
.btn-show_all,
.intro .btn-lang-chooser,
.btn-back {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-show_all,
.intro .btn-lang-chooser {
  position: relative;
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  color: #cdb9a3;
  border: 1px solid #cdb9a3;
  padding: 14px 20px;
  text-align: left;
  width: 260px;
}
.intro .btn-lang-chooser {
  border-color: #fff;
  color: #fff;
  margin-top: 40px;
  font-style: normal;
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.intro .btn-lang-chooser > span > span {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.btn-show_all i,
.intro .btn-lang-chooser i {
  display: block;
  position: absolute;
  top: 12px;
  right: 13px;
  font-size: 24px;
}
.btn-show_all:hover,
.intro .btn-lang-chooser:hover {
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}
.intro .btn-lang-chooser:hover,
.intro .btn-lang-chooser.fired {
  text-decoration: none;
  border-color: #cdb9a3;
  color: #cdb9a3;
}
.btn-show_all.fired span,
.intro .btn-lang-chooser.fired span {
  opacity: 0.5;
}
#formErrorMessages {
  display: block;
  text-align: center;
  color: #ff0000;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.spin {
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
@-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);
  }
}
.character-counter-main-wrapper {
  text-align: right;
  font-size: 11px;
  margin-top: -5px;
}
.character-counter-limit-exceeded {
  color: #ff0000;
}
.page-generic footer {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #888;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-generic .company_info {
  margin-bottom: 40px;
}
.btn-slyks {
  display: inline-block;
  padding: 10px 40px 10px 10px;
  color: #fff;
  background: transparent url(../images/slyks_logo.png) 100% 50% no-repeat;
  background-size: 32px 32px;
}
.btn-slyks:hover {
  text-decoration: none;
  color: #cdb9a3;
}
.btn-slyks > span {
  display: none;
}
.c-paginator {
  text-align: center;
  padding: 20px 20px 60px 20px;
}
.message-error {
  font-size: 16px;
  color: #ff0000;
  background-color: #f6e6e6;
  padding: 10px;
  margin-bottom: 30px;
}
.message-error span,
.message-error i {
  display: inline-block;
  vertical-align: middle;
}
.message-error i {
  font-size: 25px;
  margin-right: 20px;
}
h3.no-items {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.s-products h3.no-items {
  margin-top: 70px;
}
#navigation #main-menu a,
.btn-regular-cream,
.btn-quantity,
.c-products article > a img,
.c-downloads article > a img,
.c-products article > a,
.c-downloads article > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cart_modal .close {
  font-size: 38px;
}
#cart_modal .modal-body {
  padding-bottom: 25px;
}
.td_pic {
  width: 60px;
}
div.partialTools h5,
#cCart .added_info,
#cartButtons button {
  font-family: 'allerbold', Arial, sans-serif;
  font-weight: normal;
}
.btnGeneric:hover,
button#group_distributor_ok:hover,
button#move_products_ok:hover,
#formOrder input#submitbutton:hover {
  background-color: #ccc;
}
.btnGeneric.fired,
button#group_distributor_ok.fired,
button#move_products_ok.fired {
  background-position: 50% 8px;
  color: transparent;
}
.btnGeneric.fired:hover,
button#group_distributor_ok.fired:hover,
button#move_products_ok.fired:hover {
  background-color: #a20030;
}
.btnBigger.fired {
  background-position: 50% 15px;
}
button#btnClearCart {
  position: relative;
}
button#btnClearCart > i {
  margin-right: 5px;
  top: 2px;
  font-size: 14px;
}
.cStep button#btnClearCart {
  padding: 8px 30px;
  font-size: 14px;
}
#cart div.tab {
  display: none;
  position: relative;
}
#cart div.tab.active {
  display: block;
}
.bonuses-list {
  list-style: none;
  text-align: center;
  padding: 0;
  padding-bottom: 10px;
}
.bonuses-list li {
  display: inline-block;
  width: 130px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 15px;
}
.bonuses-list li span {
  display: block;
}
.nextBonus {
  position: absolute;
  bottom: -33px;
  right: 0;
  font-size: 12px;
  background: transparent url(../images/bg_next_bonus.png) 0 0 no-repeat;
  border-top-left-radius: 30px;
  height: 28px;
  padding: 12px 10px 0 20px;
}
.cStep .nextBonus {
  bottom: -33px;
}
.partialTools {
  position: absolute;
  left: 0px;
  bottom: -33px;
  height: 28px;
  width: auto;
  padding-right: 30px;
  background: transparent url(../images/bg_gr_distr_add_info.png) 100% 0% no-repeat;
}
.partialTools h5 {
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 14px;
  /*font-weight: bold;*/

}
.partialTools h5 small {
  color: #999;
  font-weight: normal;
  margin-right: 3px;
}
a.btnUseAccFunds {
  display: inline-block;
  padding-left: 20px;
  background: transparent url(../images/filter_checkbox.png) 0px -16px no-repeat;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  color: #999;
  margin-left: 10px;
  margin-top: 10px;
}
a.btnUseAccFunds:hover {
  color: #000;
  background-position: 0px -66px;
  text-decoration: none;
}
a.btnUseAccFunds.on {
  background-position: 0px -66px;
}
#cart_modal,
#add_group_distributor_modal,
#move_products_modal {
  display: none;
}
#add_group_distributor_modal,
#move_products_modal {
  /*margin-top: -20px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -20px;*/

  padding: 0px 15px 0px;
}
#move_products_modal {
  margin-right: 0px;
}
#move_products_modal h2 {
  padding-right: 20px;
}
#add_group_distributor_modal .genericLoader,
#move_products_modal .genericLoader {
  margin: 0 auto;
  margin-top: 50px;
}
#add_group_distributor_modal label {
  display: block;
  margin-top: 5px;
}
/*#add_group_distributor_modal label {
	margin-top: 15px;
}*/
div#group_distributor_result_info {
  display: none;
}
div#group_distributor_result_info > .user_checking,
div#group_distributor_result_info > .user_ok,
div#group_distributor_result_info > .user_error {
  display: block;
  min-height: 16px;
  padding-top: 2px;
  padding-left: 25px;
  margin-top: 3px;
  background: transparent url(../images/ico_checking.gif) 0% 50% no-repeat;
}
div#group_distributor_result_info > .user_ok {
  padding-top: 2px;
  background-image: url(../images/ico_ok.png);
}
div#group_distributor_result_info > .user_error {
  background-image: url(../images/ico_error.png);
  color: #ff0000;
}
button#group_distributor_ok.disabled,
button#move_products_ok.disabled {
  cursor: default;
  background-color: #ccc;
}
input#move_products_item_quantity {
  width: 90px;
}
/* order cart */
#cCart {
  position: relative;
  color: #362B36;
}
#cCart.full {
  height: auto;
  margin-bottom: 30px;
}
#cStep3 #cCart {
  margin-top: 30px;
}
#cCart.ajax h1 {
  margin-top: 0;
  margin-left: -10px;
}
#cCart.full h1 {
  margin-left: 0;
}
#cCart.ajax > h2 {
  font-size: 16px;
}
#cCart.ajax h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
#cart {
  opacity: 0;
  width: 100%;
  box-shadow: inset 0 0 30px #eee;
  border-bottom: 1px #ccc dotted;
  padding: 0;
}
#cart input {
  background-color: #fff;
}
#cStep3.cStep #cart {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.cStep #cart > div > h4,
.cStep #cart > div > h3 {
  display: block;
  background-color: #fff;
  padding: 15px 10px 10px;
  margin: 0;
  font-size: 14px;
  /*border-bottom: 1px #ccc dotted;*/

  color: #a60030;
  text-align: center;
}
.cStep #cart > div > h4 > small,
.cStep #cart > div > h3 > small {
  color: #888;
  margin-left: 10px;
}
.cStep #cart > div > h3 {
  text-align: right;
  color: #222;
  padding-top: 20px;
  border-bottom: none;
}
.cStep #cart > div > h3 > small {
  margin-right: 5px;
}
.cStep #cCart #cart {
  height: auto;
}
#cStep3 #cart {
  margin-bottom: 40px;
}
#cCart .added_info,
#cCart .not_added_info {
  color: #00800f;
  margin-bottom: 22px;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
}
#cCart .added_info > span,
#cCart .not_added_info > span {
  display: block;
  text-align: center;
  background-color: #eaffea;
  padding: 4px 0px;
  border-radius: 5px;
}
#cCart .not_added_info {
  color: #ff0000;
}
#cCart .not_added_info > span {
  background-color: #ffe8e8;
}
#cCart div.genericLoader {
  width: 100%;
  margin: 70px auto 80px;
  width: 31px;
  height: 31px;
  background: transparent url(../images/loader.gif) 50% 50% no-repeat;
}
#cCart.full div.genericLoader {
  margin-top: 50px;
}
#cCart table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin: 0;
}
#cCart.ajax table {
  margin-bottom: 20px;
}
#cStep3.cStep table.labels,
#cCart table thead tr {
  border-bottom: 1px #e3e3e3 solid;
  background-color: #fff;
}
#cCart table.labels td,
#cCart table thead th {
  color: #aaa;
  font-size: 10px;
  line-height: 10px;
}
#cCart table thead th {
  text-align: left;
  font-weight: normal;
}
#cCart table thead th.headerSortUp {
  background-image: url(../images/sorter_ico_asc.gif);
}
#cCart table thead th.headerSortDown {
  background-image: url(../images/sorter_ico_desc.gif);
}
#cCart table thead tr {
  border-bottom: 3px #eee solid;
}
#cCart table tr {
  border-bottom: 1px #ccc dotted;
}
#cCart table tbody tr:last-child {
  border-bottom: none;
}
#cCart table tr.darker {
  background-color: #f9f9f9;
}
#cCart table tr.added {
  background-color: rgba(0, 255, 0, 0.1);
}
#cCart table td,
#cCart table th {
  /*background-color: #f4f4f4;*/

  padding: 5px;
  font-size: 12px;
  vertical-align: middle;
}
#cCart table th.sorter {
  cursor: pointer;
  background: transparent url(../images/sorter_bg.png) 100% 50% no-repeat;
}
#cCart table th.sorter:hover {
  background-color: #f6f6f6;
}
#cCart table tr:hover {
  background-color: #f4f4f4;
}
#cCart table tr.added:hover {
  background-color: rgba(0, 200, 0, 0.1);
}
#cCart table thead tr:hover {
  background-color: #fff;
}
#cCart table .td_pic {
  width: 80px;
}
#cCart table .td_title {
  max-width: 285px;
}
#cStep3.cStep #cCart table .td_pic {
  width: 40px;
}
#cCart table .td_qty {
  width: 63px;
}
#cCart table .td_price {
  width: 83px;
}
#cCart table .td_price_sum {
  width: 70px;
}
#cCart table .td_price_cat {
  width: 63px;
}
#cCart table .td_discount {
  width: 50px;
}
#cCart table .td_options {
  width: 80px;
  text-align: right;
}
#cCart table thead th.td_options {
  text-align: center;
}
#cCart table img {
  max-width: 60px;
  border: 1px solid #eee;
}
#cStep3.cStep #cCart table td img {
  max-width: 30px;
}
#cCart table td input {
  width: 30px;
  border: 1px solid #ccc;
  padding: 3px;
  font-size: 14px;
}
#cCart table td input:disabled {
  color: #888;
}
#cCart table.labels tr {
  border-bottom: none;
}
#cCart table.labels tr:hover {
  background-color: transparent;
}
#cCart .btnDelete,
#cCart .btnMove {
  display: inline-block;
  font-size: 20px;
  color: #a60030;
  margin-right: 10px;
}
#cCart .btnMove {
  margin-right: 8px;
}
#cCart .btnDelete:hover,
#cCart .btnMove:hover {
  color: #ff0000;
}
.c-tools-bottom {
  margin-bottom: 10px;
}
#cCart.ajax #cPriceSum {
  margin-top: 35px;
  margin-bottom: 10px;
}
#cCart.ajax.full #cPriceSum {
  bottom: 0px;
}
#cPriceSum h2 {
  margin: 0;
  font-size: 16px;
}
#cPriceSum h2 small {
  color: #999;
  font-weight: normal;
  margin-right: 3px;
}
#cartTabs {
  position: relative;
  background: transparent url(../images/cart_tabs_bg.png) bottom repeat-x;
  font-size: 11px;
  text-align: right;
}
#cCart #cartTabs h3 {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
#tabsBtns {
  display: inline-block;
}
#cartTabs a {
  display: inline-block;
  position: relative;
  padding: 5px 10px 4px;
  background-color: #e9e9e9;
  border: 1px solid #d8d8d8;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: -1px;
  text-shadow: 1px 1px 0 #fff;
  margin-top: 4px;
  /* 6 */

  margin-left: 3px;
  font-weight: normal;
  color: #777;
}
#cartTabs a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
#cartTabs a.active {
  font-size: 14px;
  color: #a60030;
  padding: 8px 16px 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin-top: 0;
}
#cartTabs a > span.btnDeleteDistributor {
  display: none;
  position: absolute;
  top: -5px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: transparent url(../images/btn_remove_distributor.png) no-repeat;
}
#cartTabs a.active > span.btnDeleteDistributor {
  display: block;
}
#cartTabs a > span.btnDeleteDistributor:hover {
  background-position: 0 -12px;
}
#cartTabs a.btnAdd {
  font-size: 16px;
  color: #a60030;
  padding: 5px;
  border: none;
  width: 26px;
  height: 25px;
  margin-top: 3px;
  text-shadow: none;
  margin-left: 0;
}
#cartTabs a.btnAdd {
  display: none;
}
.table-responsive {
  border: none;
  margin-bottom: 0;
}
#cartTabs a.btnAdd:hover {
  background-color: #f4f4f4;
}
#cartTabs a.btnAdd.disabled {
  opacity: 0.1;
  cursor: default;
}
#cartTabs a.btnAdd.disabled:hover {
  background-color: transparent;
}
#cartTabs .tabHint {
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 8px 15px;
  background-color: #f1f1f1;
  color: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cartTabs .tabHint > div {
  position: absolute;
  bottom: -12px;
  right: 6px;
  width: 13px;
  height: 12px;
  background: transparent url(../images/hint_tri.png) no-repeat;
}
#cartButtons {
  margin-top: 35px;
  margin-bottom: 10px;
  text-align: center;
}
#cartButtons button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 6px;
}
.full #cartButtons {
  bottom: -3px;
}
.btnGeneric,
button#group_distributor_ok,
button#move_products_ok,
#formLogin input#submitbutton,
#formOrder input#submitbutton {
  display: block;
  cursor: pointer;
  padding: 8px 15px;
  background: #cdb9a3 url(../images/loader_button.gif) 50% 100px no-repeat;
  font-family: "Duru Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  border: none;
  margin: 2px;
  outline: none;
}
.btnGeneric {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btnGeneric.btnBigger {
  padding: 12px 40px;
  margin-bottom: -10px;
  font-size: 16px;
}
#cCart .admin_info {
  color: #961809;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 11px;
  font-family: 'allerbold', Arial, sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 0px #fff;
}
#cCart .admin_info > span {
  display: block;
  width: 600px;
  position: absolute;
  left: -300px;
  top: 0px;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 4px 10px;
  border-radius: 5px;
}
button.btnCart {
  position: relative;
  float: right;
  border: none;
  background: transparent url(../images/ico_cart.png) 4px 12px no-repeat;
  height: 44px;
  color: #555;
  font-size: 12px;
  /*font-weight: bold;*/

  padding-left: 36px;
  padding-bottom: 20px;
  cursor: pointer;
  margin-top: 30px;
  margin-right: 30px;
  outline: none;
}
button.btnCart:hover {
  color: #000;
  /*box-shadow: inset 0 0 10px #e3e3e3;*/

  background-color: #f5f5f5;
  /*border-radius: 5px;*/

}
button.btnCart > span {
  font-weight: normal;
}
button.btnCart > span.items_qty {
  position: absolute;
  top: 6px;
  left: 24px;
  font-size: 9px;
  /*font-weight: bold;*/

  color: #000;
}
button.btnCart > span.items_qty > span {
  position: absolute;
  right: -3px;
  top: -1px;
  padding: 1px 2px;
}
button.btnCart:hover > span.items_qty > span {
  background-color: #f5f5f5;
  border-radius: 5px;
}
button.btnCart > span.total_price {
  position: absolute;
  top: 19px;
  left: 36px;
  font-size: 12px;
}
button.btnCart > span.total_price > strong {
  color: #a30234;
}
#toolPanel {
  width: auto;
  height: auto;
  float: right;
  margin-top: 16px;
  text-shadow: 1px 1px 0px #fff;
}
#toolPanel .tdLogout {
  padding: 15px 10px;
}
/*#toolPanel table table {
	border-collapse: separated;
	border-spacing: 3px;
}*/
#toolPanel > table > tbody > tr > td {
  padding: 0px;
  /*box-shadow: inset 0 0 10px #e1e1e1;*/

  background-color: #f5f5f5;
}
#toolPanel .tdContents table {
  border-collapse: collapse;
}
#toolPanel .tdContents td {
  padding: 5px 10px 6px;
}
#toolPanel td.header_user {
  color: #222;
  padding-top: 6px;
}
#toolPanel .header_user strong {
  color: #a30234;
  font-size: 14px;
}
#toolPanel .tdContents .infos {
  /*font-weight: bold;*/

  font-size: 12px;
  color: #000;
  font-weight: normal;
}
#toolPanel .tdContents .infos td {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  text-align: center;
}
#toolPanel .tdContents .infos > .account_money {
  background: transparent url(../images/ico_money.png) 7px 7px no-repeat;
  padding-left: 38px;
  border-left: 0px;
}
#toolPanel .tdContents .infos > .account_points {
  background: transparent url(../images/ico_points.png) 4px 7px no-repeat;
  padding-left: 30px;
}
#toolPanel .tdContents .infos td > span {
  display: block;
  font-size: 12px;
}
#toolPanel .tdContents .infos td > span > strong {
  color: #a30234;
  font-size: 14px;
}
#toolPanel .tdContents a:hover {
  color: #000;
}
a#btnBuyersZoneSmall {
  background: transparent url(../images/ico_buyers_zone_small.png) 0px 50% no-repeat;
  padding: 3px 0px 2px 20px;
}
#deco_logo_xmas {
  position: absolute;
  left: 4px;
  top: 13px;
  background: transparent url(../images/deco_logo_xmas.png) no-repeat;
  height: 68px;
  width: 50px;
}
/* 1 copied part was here */
ul.errors {
  padding: 5px 5px 5px 15px;
  margin: 0;
  font-size: 11px;
  color: #ff0000;
  list-style: disc;
}
div.cStepError {
  padding: 20px 40px;
  background-color: #ffe3e1;
  border: 1px dashed #ffffff;
  margin-bottom: 100px;
  /*border-radius: 10px;*/

}
div.cStepError h2 {
  font-size: 16px;
  color: #ff0000;
  font-style: italic;
  text-shadow: 1px 1px 0px #ffffff;
  margin-top: 15px;
}
div.cStep {
  color: #362B36;
}
div#cSteps {
  margin-bottom: 50px;
}
#cSteps .btn {
  white-space: normal;
  padding: 10px 12px 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cSteps .btn:hover {
  color: #000;
}
#cSteps .btn i {
  font-size: 18px;
  top: 3px;
}
#cSteps .btn span {
  display: none;
}
#cSteps .btn.disabled {
  opacity: 0.3;
}
.cStep .cBtnsBottom {
  padding-bottom: 20px;
}
.cStep .cBtnsBottom > div {
  margin-top: 30px;
}
.cStep .btnGeneric {
  /*padding: 12px 60px;*/

  margin-bottom: -10px;
}
.cStep legend {
  margin-bottom: 10px;
}
#cStep3 .row h3,
#cBuyersZone h3 {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#cStep3 .cCommonDetails {
  padding-bottom: 30px;
}
#cStep3 .cCommonDetails > div {
  margin: 30px;
}
#cStep3 .cCommonDetails > div > div > div {
  padding-bottom: 8px;
}
#cStep3 .cCommonDetails .detailValue {
  width: 230px;
}
#cStep3 #cPriceSum h2 {
  font-size: 20px;
}
#cStep3 .rowName .dtd,
#cStep3 .rowCountry .dtd,
#cStep3 .rowPaymentOption .dtd,
#cStep3 .rowShipmentOption .dtd {
  padding-bottom: 20px;
}
#cStep3 .cCommonDetails > div > div > div > strong {
  font-size: 14px;
}
.cCommonDetails .dtr > .dtd:first-child {
  width: 40%;
}
#cStep3 #cPriceSum {
  margin-top: -20px;
  text-align: center;
  font-size: 16px;
}
#formOrder {
  padding: 30px 0 40px;
}
#formOrder dl {
  margin: 0;
}
#formOrder label {
  display: block;
}
#formOrder .left > div,
#formOrder .cShipmentFields > div {
  margin-bottom: 10px;
}
#formOrder .cShipmentFields {
  margin-top: 20px;
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 5px 20px 10px;
  border: 5px solid #e3e3e3;
}
#formOrder .cShipmentFields h3 {
  text-align: center;
}
#formOrder .cShipmentFields input {
  padding: 5px 10px;
  font-size: 12px;
}
#formOrder label.fieldLabel {
  margin-bottom: 3px;
}
#formOrder input,
#formOrder textarea {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
}
#formOrder .cPaymentRadios,
#formOrder .cShipmentRadios {
  margin-bottom: 30px;
}
#formOrder .left > div.cPaymentRadios {
  margin-bottom: 30px;
}
#formOrder .cPaymentRadios label,
#formOrder .cShipmentRadios label {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
#formOrder .cPaymentRadios label:hover,
#formOrder .cShipmentRadios label:hover {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding-right: 20px;
  cursor: pointer;
}
#formOrder .cSameAddress label {
  display: block;
  padding: 6px 10px 6px 0px;
}
#formOrder .cSameAddress input[type="radio"] {
  margin-left: 10px;
}
#formOrder .cSameAddress label:hover {
  background-color: #f3f3f3;
  border-radius: 5px;
  cursor: pointer;
}
#formOrder label.fieldLabel:hover {
  background-color: transparent;
  cursor: default;
}
#formOrder textarea {
  resize: none;
}
#formOrder input[readonly="readonly"],
#formOrder input[readonly] {
  background-color: #f4f4f4;
  border: 1px dashed #ccc;
}
#formOrder dd {
  margin-bottom: 15px;
}
#formOrder .cSameAddress label {
  display: inline;
}
#formOrder input[type=radio] {
  width: auto;
  margin-right: 10px;
  margin-left: 20px;
  border: none;
  padding: 0;
}
#formOrder input#submitbutton {
  width: auto;
}
#tbCurrentOrder {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 30px;
}
#tbCurrentOrder td {
  padding: 8px 5px 8px 14px;
  vertical-align: top;
}
#tbCurrentOrder .tdL {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
.cCurrentOrderActions button.btnGeneric {
  margin-bottom: 2px;
}
.cCurrentOrderActions h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.cOrderForm {
  margin-top: 20px;
}
.cOrderForm legend {
  padding-bottom: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
ul.ordersList {
  list-style: none;
  padding: 0;
  font-size: 12px;
}
ul.ordersList li {
  border-bottom: 1px solid #e3e3e3;
  padding: 14px 20px;
}
ul.ordersList li.darker {
  background-color: #f9f9f9;
}
ul.ordersList li:hover {
  background-color: #f4f4f4;
}
ul.ordersList li.orderOK,
ul.ordersList li.orderERROR {
  background-image: url(../images/ico_ok.png);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 35px;
}
ul.ordersList li.orderERROR {
  background-image: url(../images/ico_error.png);
}
ul.ordersList li strong {
  color: #A30234;
}
ul.ordersList li a.btnOrderPreview {
  float: right;
  color: #000;
}
ul.ordersList li a.btnOrderPreview:hover {
  color: #A30234;
}
h2.listNoItems {
  text-align: center;
  font-size: 14px;
}
ul.ordersList .inGroup {
  font-style: italic;
  margin-left: 20px;
}
ul.ordersList .inGroup strong {
  color: #A30234;
}
ul.ordersList .inGroup strong span {
  color: #000;
}
.productsLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eeeeee url(../images/loader_big.gif) 50% 130px no-repeat;
  opacity: 0;
  display: none;
}
h2.no_products {
  text-align: center;
  margin: 60px 0 30px;
}
.tb_va_middle td {
  vertical-align: middle;
}
.c-content .tb-generic {
  width: 100%;
  margin-bottom: 20px;
}
.c-content .tb-generic td {
  vertical-align: top;
  text-align: left;
  padding: 5px;
}
.c-content .tb-generic.w_border td {
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.c-content .tb-generic .tr-labels td {
  padding: 10px;
  background-color: #e3e3e3;
  font-size: 16px;
}
.c-content .tb-generic td.td-img {
  width: 240px;
  vertical-align: middle;
  text-align: center;
}
.c-content iframe {
  border: 1px solid #e3e3e3;
}
.tablepadding td {
  padding: 5px;
}
#flashMessage {
  display: none;
  border: 2px solid #bc002d;
  padding-bottom: 20px;
}
#flashMessage.green {
  border: 2px solid #00ff00;
}
.cStepMessage {
  position: relative;
  padding: 10px;
  border: 1px dashed #00ff00;
  box-shadow: inset 0 0 20px #e3e3e3;
  text-align: center;
}
.cStepMessage .btn-close {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 19px;
  margin: 0;
  padding: 0;
  height: 19px;
  background: transparent url(../images/btn_x.png) no-repeat;
  background-size: 19px 38px;
  z-index: 120;
  text-indent: -9999px;
}
.cStepMessage .btn-close:hover {
  background-position: 0 -19px;
}
.cStepMessage .next_bonus {
  padding-top: 5px;
}
.cStepMessage .next_bonus img,
.cStepMessage .next_bonus span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-weight: bold;
}
.cStepErrorMessage {
  position: relative;
  padding: 10px;
  border: 1px dashed #ff0000;
  box-shadow: inset 0 0 20px #e3e3e3;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0px;
}
#cart_modal .s-auth > h2 {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: -26px;
}
@media (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
@media (min-width: 385px) {
  
}
@media (min-width: 400px) {
  .c-form input,
  .c-form textarea,
  .c-form .fakefile,
  .btn-regular-cream {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .btn-regular-cream.btn-details {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 15px;
  }
  .btn-add_to_cart {
    margin-top: 10px;
  }
  .c-form input[type='checkbox'] {
    margin: 0;
    margin-right: 10px;
  }
  h5.price {
    font-size: 20px;
  }
  .c-products .stamps {
    top: 20px;
    left: 20px;
  }
  .c-products .stamps li {
    margin-bottom: 10px;
  }
  .c-variants .stamps {
    top: auto;
    left: auto;
  }
  .c-variants .stamps li {
    margin-bottom: 0;
  }
}
@media (min-width: 450px) {
  .page-home .toolbar,
  body > header .toolbar {
    position: absolute;
    width: auto;
    top: 30px;
    right: 30px;
    left: auto;
    padding-right: 30px;
  }
  .toolbar > a {
    display: none;
  }
  #cSteps .btn i {
    margin-right: 10px;
  }
  #cSteps .btn span {
    display: inline;
  }
}
@media (min-width: 500px) {
  .c-products article > a .c-hover span,
  .c-downloads article > a .c-hover span {
    display: block;
    margin-top: 10px;
  }
  .c-products article > a .c-hover i,
  .c-downloads article > a .c-hover i {
    font-size: 60px;
  }
  .c-products article a .c-hover {
    top: 70px;
  }
  .c-downloads article a .c-hover {
    top: 90px;
  }
}
@media (min-width: 550px) {
  #cartButtons {
    text-align: right;
  }
}
@media (min-width: 600px) {
  .c-downloads article a .c-hover > span {
    display: block;
  }
  .c-products article a .c-hover {
    top: 90px;
  }
  .c-map iframe {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 692px) {
  .list-group-item .list-group-item-in .stamps {
    display: block;
  }
  #cartTabs a.btnAdd {
    display: inline-block;
  }
}
@media (max-width: 700px) {
  .c-price_bar > .col-xs-6 {
    float: none;
    width: 100%;
  }
  .c-price_bar > .text-right {
    text-align: left;
  }
}
@media (min-width: 701px) {
  .logged .c-price_bar .btn-details {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .modal-sm {
    width: 380px;
  }
  #navigation #main-menu {
    margin-left: -12px;
  }
  #navigation #main-menu a {
    padding: 6px 5px;
    margin-top: 9px;
  }
  .toolbar,
  body > header .toolbar {
    float: right;
    height: 50px;
    padding-right: 30px;
    padding-bottom: 0;
  }
  .toolbar > a {
    display: none;
  }
  .language {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
  }
  .language > ul {
    position: absolute;
    top: 25px;
    right: -8px;
    min-width: 90px;
    text-align: right;
  }
  .language > ul li {
    display: block;
    padding: 3px;
    font-size: 14px;
  }
  .art article {
    font-size: 12px;
    line-height: 16px;
  }
  aside ul li a {
    padding: 20px 0;
  }
  .modal-lg {
    width: auto;
    margin: 30px 10px;
  }
}
@media (min-width: 800px) {
  
}
@media (min-width: 960px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .submenu li {
    margin: 4px 2px;
  }
  .submenu a {
    font-size: 18px;
  }
  .toolbar > a,
  .page-home .toolbar > a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #navigation #main-menu {
    margin-left: 0;
  }
  #navigation #main-menu a {
    padding: 6px 12px;
  }
  .art article h1 {
    margin-bottom: 10px;
    line-height: 42px;
  }
  .panel-auth-tools > * {
    margin-right: 30px;
  }
  aside {
    padding-bottom: 50px;
  }
  .c-home_products ul li.active > span {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #cdb9a3;
    position: absolute;
    bottom: -38px;
    right: 0;
  }
  .s-contact .c-form textarea {
    margin-top: 0;
  }
  .c-products article a .c-hover {
    top: 65px;
  }
  .c-downloads article a .c-hover {
    top: 35px;
  }
  .c-changepassword.c-form input[type="password"] {
    margin-top: 20px;
  }
  .c-changepassword label {
    margin-top: 20px;
    padding: 18px 0;
  }
  .list-group-item .col-xs-3 {
    width: 22.5%;
  }
  .list-group-item .col-xs-9 {
    width: 77.5%;
  }
  .btn-regular-cream.btn-details {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 30px;
    margin-top: 0;
  }
  .modal-lg {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .article-intro,
  .article-intro p,
  .article-intro p.featured {
    font-size: 20px;
  }
  .c-news article h3.date {
    padding-left: 5px;
  }
  .c-news-important article h2 {
    padding-left: 5px;
  }
  .c-products article a .c-hover {
    top: 90px;
  }
  .c-downloads article a .c-hover {
    top: 90px;
  }
  .catalogues.c-downloads article a .c-hover {
    top: 75px;
  }
}
@media (min-width: 1281px) and (min-height: 801px) {
  h1 {
    font-size: 55px;
    line-height: 55px;
  }
  #navigation {
    padding: 0;
  }
  #navigation #main-menu a {
    font-size: 18px;
  }
  #navigation .navbar-brand {
    padding: 0px 20px;
  }
  .submenu li {
    margin: 7px 4px;
  }
  .submenu a {
    font-size: 20px;
  }
  .toolbar > a {
    margin-right: 10px;
  }
  .move_info {
    top: auto;
    bottom: 50px;
    right: 50px;
  }
  .move_info.ms_info {
    top: 210px;
    bottom: auto;
    right: 50px;
  }
  .art article h1 {
    line-height: 55px;
  }
  .art article {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  .testimonials > .row > div {
    width: 100%;
  }
  .testimonials article:first-child {
    margin-bottom: 20px;
  }
  .items-home br {
    display: none;
  }
  section > header {
    text-align: center;
    margin-bottom: -10px;
  }
  section > header > h2,
  section > h2 {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  section > header > .btn-small-inline {
    float: none !important;
  }
}
@media (max-width: 700px) {
  section > header > .btn-small-inline span {
    display: none;
  }
  section > header > .btn-small-inline {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .c-products .visible-xs {
    display: block!important;
  }
  .c-home_products .c-products .visible-xs {
    display: none!important;
  }
}
@media (max-width: 768px) {
  .c-home_products .c-products .visible-xs {
    display: block!important;
  }
}
@media (max-width: 1024px) {
  .bar-info-top .row > div {
    text-align: center;
  }
  .items-home br {
    display: none;
  }
  .mh > div {
    text-align: center;
    margin-bottom: 20px;
  }
  .tools-header > div {
    padding: 8px 10px;
  }
}
