.transition {
  -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;
}
.debug {
  border: 0.063rem solid red;
}
.rounded-corners {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uppLetters {
  text-transform: uppercase;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style-type: none;
  text-decoration: none;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
body {
  font-family: 'Verdana', 'arial';
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Verdana', 'arial';
  color: #4c4d4d;
}
h1 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.813rem;
}
h2 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
h3 {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
h5 {
  font-size: 0.75rem;
  line-height: 1.313rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
h6 {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
p {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.specialTxt {
  margin-bottom: 1.563rem;
}
.specialTxt p {
  font-family: 'Verdana', 'arial';
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.hidden {
  display: none;
}
a {
  font-size: 0.875em;
  color: #ba7832;
  -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;
}
a:hover {
  color: #a86f3a;
}
i,
em {
  font-style: italic;
}
b,
strong,
bold {
  font-weight: bold;
}
ul,
ol,
dl {
  padding: 0 0 0 1.125rem;
  text-align: left;
}
ul li,
ol li,
dl li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
ul li {
  list-style-type: disc;
}
span.imageload {
  font-size: 0px;
  position: relative;
  line-height: 0;
  display: block;
  width: 100%;
  background: url("../images/ajax-loader.gif") center no-repeat;
}
span.imageload img {
  width: 100%;
  height: auto;
}
img.shadow {
  margin: 0 auto;
  display: block;
  clear: both;
}
img.shadow.top {
  margin-top: -25px;
}
.noSlider img.shadow.top {
  margin-bottom: 0.625rem;
}
img.shadow.bottom {
  margin-bottom: -30px;
}
body {
  background-size: 100% auto;
}
section.holder {
  width: 68.75%;
  min-width: 52rem;
  max-width: 52rem;
  margin: 0 auto ;
}
header.main {
  position: relative;
}
header h1.logo {
  width: 42.813rem;
  margin: 0 0 0 1.563rem;
  overflow: hidden;
}
header h1.logo a {
  display: block;
  float: left;
}
header .logo a.imgLink {
  position: relative;
  z-index: 2;
}
header .logo span.logoTxt {
  background: url("../images/logoTxt.png") no-repeat 0 0;
  display: inline-block;
  width: 34.875rem;
  height: 4.188rem;
  margin: 2.1rem 0 0 0;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
header nav.languages {
  position: absolute;
  right: 1.688rem;
  top: 0.2rem;
}
header nav.languages a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
}
header nav.languages a.active {
  color: #fffbcc;
  font-weight: bold;
}
header nav.languages a:hover {
  color: #fffbcc;
}
header nav.languages a:before,
header nav.main ul li:before {
  content: "|";
  padding-right: 0.188rem;
  color: #ffffff;
  position: relative;
  top: -1px;
}
header nav.languages a.last:after,
header nav.main ul li.last:after {
  content: "|";
  padding-left: 0.25rem;
  color: #ffffff;
  position: relative;
  top: -1px;
}
#NavMenu {
  display: none;
}
header nav.main {
  background: #633413;
  position: absolute;
  bottom: 1.938rem;
  left: 0;
  width: 100%;
}
header nav.main ul {
  margin: 0 0 0 9.875rem;
  padding: 0.313rem 0;
  overflow: hidden;
}
header nav.main ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav.main ul li:before,
header nav.main ul li.last:after {
  color: #d9b287;
}
header nav.main ul li a {
  font-size: 0.625rem;
  color: #ba7832;
  text-transform: uppercase;
  margin-right: 0.563rem;
}
header nav.main ul li.active a,
header nav.main ul li a:hover {
  color: #fffbcc;
}
header nav.main ul li:before {
  padding-right: 0.625rem;
}
#MainSlider {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -31px;
}
.flexslider {
  margin: 0 auto;
  border: 0.625rem solid #ba7832;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.flexslider ul.slides {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.flexslider ul.slides li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flex-control-nav {
  position: absolute;
  left: 0.75rem;
  bottom: 0.563rem;
  text-align: left;
  max-width: 90%;
}
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 0.313rem 0 0;
}
.flex-control-nav li a {
  background: #ffffff;
  width: 0.75rem!important;
  height: 0.75rem!important;
  border: 0.063rem solid #ffffff;
}
.flex-control-paging li a,
.flex-control-paging li a.flex-active {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  -ms-box-shadow: none!important;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -o-border-radius: 0!important;
  -ms-border-radius: 0!important;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
  background: #ba7832;
}
section.mainContent {
  background: #ffffff;
  overflow: hidden;
}
.noSlider section.mainContent {
  margin-top: -31px;
}
section.mainContent .fullWidthContent {
  padding: 0 2%;
}
section.mainContent .sideContent.left {
  width: 73%;
  float: left;
}
section.mainContent .sideContent.right {
  width: 71.5%;
  float: left;
}
section.mainContent .sideContent .content {
  padding: 0.375rem 1.563rem 1.563rem;
}
section.mainContent .sideContent .content a {
  color: #ba7832;
}
section.mainContent .sideContent .content a:hover {
  color: #4c4d4d;
}
section.mainContent .sideContent.right .content {
  padding: 0.375rem 2.188rem 1.563rem;
}
section.mainContent .sideContent .content img.leftAlone {
  margin: 0 0.5rem 0.5rem 0;
  float: left;
}
.articleList {
  border-top: 0.125rem solid #ba7832;
  padding-top: 0.5rem;
}
.articleList article {
  overflow: hidden;
  border-bottom: 0.125rem solid #ba7832;
  padding-bottom: 0.688rem;
  margin-bottom: 0.5rem;
}
.articleList article .imageload {
  max-width: 11.563rem;
  height: auto;
  float: left;
  margin-top: 0.188rem;
}
.articleList.store article .imageload {
  max-width: 7.375rem;
}
.articleList article.hasImage .unit-content {
  padding-left: 12.5rem;
}
.articleList.store article.hasImage .unit-content {
  padding-left: 8.438rem;
}
.articleList article.hasImage .unit-content h2 {
  margin-bottom: 0.063rem;
}
.articleList.seeAlso article.hasImage .unit-content h2 {
  margin-bottom: 0.938rem;
}
.articleList article.hasImage .unit-content p {
  line-height: 1.188rem;
  margin: 0;
}
.articleList article.noImage .unit-content p {
  margin: 0;
}
article .unit-content .showHideContent {
  display: none;
  position: relative;
  left: 0;
  top: 0.625rem;
  padding-bottom: 0.625rem;
}
article span.showHide {
  background: url('../images/arrow-down.png') no-repeat 0 0;
  width: 1.063rem;
  height: 0.813rem;
  margin-top: 0.625rem;
  display: block;
  cursor: pointer;
}
article .unit-content span.showHide:hover {
  background: url('../images/arrow-down-hover.png') no-repeat 0 0;
}
article .unit-content span.showHide.expandedContent {
  background: url('../images/arrow-up.png') no-repeat 0 0;
}
article .unit-content span.showHide.expandedContent:hover {
  background: url('../images/arrow-up-hover.png') no-repeat 0 0;
}
article .unit-content .subContent {
  position: relative;
  overflow: hidden;
  margin-top: 1.25rem;
}
article .unit-content .subContent p {
  float: left;
  width: 60%;
}
article .unit-content .subContent p a {
  color: #ba7832;
}
article .unit-content .subContent p a:hover {
  color: #633413;
}
span.orderLink {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}
span.orderLink a.more {
  font-size: 0.875em;
  line-height: 1.5;
  margin-left: 0.625rem;
}
section.mainContent .sideBar.right {
  width: 27%;
  float: right;
}
section.mainContent .sideBar.left {
  width: 28.5%;
  float: left;
}
section.mainContent .sideBar .content {
  padding: 0.625rem 1.25rem 0.625rem 0;
}
section.mainContent .sideBar.left .content {
  padding: 0.625rem 0 0.625rem 1.563rem;
}
.subNav {
  margin-bottom: 2.625rem;
}
.subNav a {
  display: block;
  margin-bottom: 0.625rem;
}
.subNav a.active {
  color: #633413;
}
.subNav a:hover {
  color: #633413;
}
.unit-sideBarItem {
  margin-bottom: 2.188rem;
}
.unit-sideBarItem.last {
  margin-bottom: 0.5rem;
}
.unit-sideBarItem h3 {
  background: #ba7832;
  width: 100%;
  padding: 0.313rem 0 0.313rem 3%;
  font-size: 0.875em;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 300;
  text-transform: none;
}
.unit-sideBarItem p {
  margin: 0;
}
.unit-sideBarItem span.imageload {
  width: auto;
}
.unit-sideBarItem span.imageload img {
  width: auto;
}
a.more {
  color: #ba7832;
  font-size: 0.625rem;
  line-height: 1.5;
}
a.more:hover {
  color: #633413;
}
.mapArea {
  margin-bottom: 1.25rem;
}
section.mainContent .sideContent .intro {
  overflow: hidden;
}
section.mainContent .sideContent .intro address,
section.mainContent .sideContent .intro .unit-col.contacts {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 1.25rem;
}
section.mainContent .sideContent .intro .unit-col.contacts {
  width: 50%;
  margin-right: 0;
}
section.mainContent .sideContent .intro .unit-col.contacts p {
  margin: 0;
}
section.mainContent .sideContent .intro address,
section.mainContent .sideContent .intro .unit-col.contacts p {
  font-size: 0.875em;
  line-height: 1.5;
}
section.mainContent .sideContent .intro .unit-col.contacts p a {
  color: #4c4d4d;
}
section.mainContent .sideContent .intro .unit-col.contacts p a:hover {
  color: #ba7832;
}
.galleryItem ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.galleryItem ul li {
  position: relative;
  float: left;
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style-type: none;
  width: 43.125%;
}
.galleryItem ul li.odd {
  margin-right: 13.75%;
}
.galleryItem ul li a.open_fancybox {
  position: absolute;
  right: 0.125rem;
  bottom: -3px;
  width: 1.063rem;
  height: 1.063rem;
  z-index: 1;
}
.galleryItem ul li a.open_fancybox .showLargeImg {
  width: 1.063rem;
  height: 1.063rem;
  display: block;
  background: url('../images/plusmark.png') no-repeat 0 0;
  cursor: pointer;
}
.imgTitle {
  margin: 0.25rem 1.875rem 0 0;
  font-size: 0.813rem;
  font-weight: 300;
  text-transform: none;
}
.fancybox-skin {
  background: #623317;
}
.fancybox-opened .fancybox-title {
  font-family: 'Verdana', 'arial';
  font-size: 0.875em;
  color: #ffffff;
  padding: 0.313rem 0 0.938rem;
}
footer.main .top {
  background: #633413;
  overflow: hidden;
  padding: 0.813rem 1.563rem 1.563rem;
  margin-bottom: 1.125rem;
}
footer a.miniLogo,
footer address,
footer .unit-col {
  float: left;
}
footer address,
footer h3,
footer p,
footer a {
  font-size: 0.688rem;
  color: #ffffff;
  margin: 0;
}
footer a.miniLogo {
  margin: 0 0.75rem 0 0.125rem;
}
footer address {
  width: 24%;
}
footer .unit-col.contacts {
  width: 28%;
  margin-left: 2%;
}
footer .unit-col.links {
  width: 38%;
  position: relative;
}
footer .subNav {
  position: absolute;
  left: 5.313rem;
  top: 0;
  width: 100%;
}
footer .subNav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .subNav ul li {
  float: left;
  width: 45%;
  margin-right: 5%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .subNav ul li:before {
  content: "-";
  color: #ffffff;
  padding-right: 0.313rem;
  float: left;
}
footer .subNav ul li a {
  margin: 0;
  line-height: 1rem;
  color: #ffffff;
}
footer .unit-col.links h3 {
  background: #ba7832;
  font-weight: 300;
  width: 4.125rem;
  height: 0.938rem;
  padding: 0.313rem 0 0.313rem 0.625rem;
  position: relative;
  top: 0.75rem;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */

  -moz-transform: rotate(270deg);
  /* Firefox */

  -o-transform: rotate(270deg);
  /* Opera */

  -webkit-transform: rotate(270deg);
  /* Opera, Chrome, and Safari */

}
footer p.designer {
  padding-bottom: 1.25rem;
  color: #939598;
}
footer p.designer a {
  color: #939598;
}
footer p.designer a:hover {
  color: #fffbcc;
}
form {
  margin-bottom: 10px;
}
.wrapper.cartPage table.cartTable thead {
  background: #fffbcc;
}
.wrapper.cartPage table.cartTable thead td div {
  font-weight: bold;
  padding: 10px 10px 10px 0;
}
div.field {
  margin-bottom: 10px;
  overflow: hidden;
}
tbody tr td div {
  color: #4c4d4d;
}
div.field label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ba7832;
  float: left;
  margin-right: 10px;
}
div.field .middleColumn {
  float: left;
}
div.field .middleColumn select {
  margin: 0;
}
input.text {
  border: 1px solid #ba7832;
}
.Actions input {
  background: #ba7832;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  text-transform: uppercase;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
}
.Actions input:hover {
  color: #633413;
  -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;
}
.wrapper.cartPage thead.cartTable tr td {
  color: #ba7832;
  border-top: 1px solid #ba7832;
  border-bottom: 1px solid #ba7832;
}
.wrapper.cartPage table td {
  vertical-align: middle;
}
.gs-basket-td form label {
  display: none;
}
.wrapper.cartPage tr.totalRow td {
  padding-bottom: 10px;
}
.wrapper.cartPage tr.totalRow .rightText div.label {
  color: #ba7832;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper.cartPage tr.totalRow .rightText div.amount,
tbody tr td div.rate {
  min-width: 120px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.cartActions .Actions {
  margin-top: 15px;
  text-align: right;
}
#Form_CheckoutForm div.field label {
  min-width: 110px;
}
#Form_CheckoutForm div.field .middleColumn select {
  margin: 1px;
  width: 203px;
}
#Form_CheckoutForm div.field .middleColumn input.text {
  width: 200px;
}
#Form_CheckoutForm .Actions {
  width: 325px;
  text-align: right;
}
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitRemove,
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitAdd,
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitUpdate {
  background: none;
  padding: 0;
  color: #ba7832;
}
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitRemove,
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitAdd {
  position: absolute;
  left: 62px;
  top: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitUpdate {
  width: 58px;
}
#Form_ChangeItemFormSubmit {
  position: relative;
}
#Form_ChangeItemFormSubmit #Quantity {
  margin: 0;
}
#Form_ChangeItemFormSubmit input#Form_ChangeItemFormSubmit_Quantity {
  width: 50px;
  height: 30px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 3px solid #ba7832;
}
input#Form_ChangeItemFormSubmit_action_ChangeItemFormSubmitRemove {
  top: 15px;
  left: 64px;
}
input#Form_RemoveItemFormSubmit_action_RemoveItemFormSubmit {
  margin-top: 10px;
  background: red;
}
tbody tr.bigger td div,
.wrapper.cartPage tr.totalRow.bigger .rightText div.label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #633413;
}
.wrapper.cartPage tr.totalRow.bigger .rightText div.label {
  text-transform: uppercase;
}
.wrapper.cartPage table.cartTable tbody tr td {
  border-bottom: 1px solid #ba7832;
}
.wrapper.cartPage table.cartTable tbody tr.totalRow td {
  border: none;
  padding-top: 10px;
}
.wrapper.cartPage table.cartTable tbody tr.totalRow td.rightText {
  background: #fffbcc;
  padding: 0 10px;
}
.wrapper.cartPage table.cartTable tbody tr.totalRow.bigger td.rightText {
  border-top: 2px solid #ba7832;
  border-bottom: 2px solid #ba7832;
}
