/*
Gold
faeccf
nav faf5ad
footer e2cea4
footer border c9a95b
h1 946e36

Red

a ca0014

*/
/*
 * Reset
 */



/*
 * Reset the box-sizing
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Body reset
 */

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

/*
 * Reset fonts for relevant elements
 */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of their containers
 */

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Links
 */

a {
  /* color: #ca0014; */
  color: #a0000f;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ca0014;
  text-decoration: underline;
}

/*
 * Horizontal rules
 */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  height: 1px;
}

/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Typo
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 */

h1, .h1 {
  font-family: 'Edwardian Script', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
h2, .h2, 
h3, .h3, 
h4, .h4, 
nav.menu, 
nav.submenu, 
nav.meta, 
nav.breadcrumb, 
nav.pagination, 
.button, 
.xform input[type="submit"], 
.lead, 
.full-slider .bd .layer {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
  font-weight: 400;  
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Headings
 *
 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1,  
h3, .h3,  
h3 a, .h3 a,
h4, .h4 {
  color: #946e36;
}

h2, .h2,  
h3 a:hover, .h3 a:hover {
  color: #ca0014;
}
h2, .h2, 
h3, .h3, 
h4, .h4 {
  font-weight: 700;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: inherit;
  font-weight: normal;
  line-height: 1;
}

h1, .h1 {
  margin-top: 40px;
  margin-bottom: 10px;
}
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small,
.h1 small,
.h2 small,
.h3 small,
.h1 .small,
.h2 .small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small,
.h4 small,
.h5 small,
.h6 small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 60px;
}

.h1-alt {
  font-size: 72px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}


/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Body text
 *
 */

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  color: #946e36;
  font-size: 18px;
  font-weight: 700;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Lists
 *
 */

ul,
ol {
  /* margin-top: 0;
  margin-bottom: 0px;*/
   //margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Table
 *
 */

table {
  margin-bottom: 10px;
}

/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Utility classes
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 */

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-left {
  text-align: left;
}

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

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

.show {
  display: inherit !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Grid
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 */

[class^=grid] {
  width: 100%;
}

[class^=grid]:after {
  content: "";
  clear: both;
  display: table;
}

[class^=grid] > * {
  float: left;
}

[class^=grid] > * + * {
  margin-left: 2%;
}

[class^=grid] > *:last-child {
  float: right;
  margin-left: 0 !important;
}

.grid2units > * {
  width: 49%;
}

.grid3units > * {
  width: 32%;
}

.grid4units > * {
  width: 23.5%;
}

.grid5units > * {
  width: 18.4%;
}

.grid6units > * {
  width: 15%;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Blocks
 *
 */

[class^=blocks] {
  margin-left: -3%;
  padding-left: 0;
  list-style: none;
}

[class^=blocks]:after {
  content: "";
  display: table;
  width: 100%;
}

[class^=blocks] > * {
  float: left;
  height: auto;
  margin-bottom: 1.65em;
  margin-left: 3%;
}

[class^=blocks] > .first {
  clear: both;
}

.blocks2units > * {
  width: 47%;
}

.blocks3units > * {
  width: 30.333333333333332%;
}

.blocks4units > * {
  width: 22%;
}

.blocks5units > * {
  width: 17%;
}

.blocks6units > * {
  width: 13.666666666666666%;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Unequal grids
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    grid-1-3
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    grid-3-1
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    grid-2-1-1
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    grid-1-2-1
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    grid-1-1-2
 *
 */

.grid-3-1 > *:first-child {
  width: 75%;
}

.grid-3-1 > *:last-child {
  width: 25%;
}

.grid-1-3 > *:first-child {
  width: 25%;
}

.grid-1-3 > *:last-child {
  width: 75%;
}

.grid-2-1-1 > *:first-child {
  width: 50%;
}

.grid-2-1-1 > * + * {
  width: 25%;
}

.grid-1-2-1 > *:first-child,
.grid-1-2-1 > *:last-child {
  width: 25%;
}

.grid-1-2-1 > * + * {
  width: 50%;
}

.grid-1-1-2 > * {
  width: 25%;
}

.grid-1-1-2 > *:last-child {
  width: 50%;
}

/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    User
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 */
hr.line {
    margin-top: 30px;
    margin-bottom: 30px;
  background: #c9a95b;
}
hr.signet {
  margin: 20px 0;
  border: 0;
  height: 43px;
  background: url('../img/hr_signet.png') no-repeat;
}
.product-teaser + hr.signet, 
hr.signet + .mod.article {
  margin-top: 40px;
}

.mod,
.mod > .hd,
.mod > .bd,
.mod > .ft {
  zoom: 1;
}

.mod:before,
.mod:after,
.mod > .hd:before,
.mod > .bd:before,
.mod > .ft:before,
.mod > .hd:after,
.mod > .bd:after,
.mod > .ft:after {
  content: "";
  display: table;
}

.mod:after,
.mod > .hd:after,
.mod > .bd:after,
.mod > .ft:after {
  clear: both;
}


/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Links
 *
 */

a {
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

a.more {
  padding-left: 10px;
  background: url('../img/icon_more.png') 0 50% no-repeat;
  font-weight: 700;
}



/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Media
 *
 */

.media {
  margin: 0 0 10px;
}

.media .bd {
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .5);
}



/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Icons
 *
 */

.icon {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

.icon-shop {
  width: 51px;
  height: 27px;
  background-image: url('../img/icon_button_shop.png');
}
.button-primary:hover .icon, 
.button-secondary .icon {
  background-position: 0 -27px;
}
.button-secondary:hover .icon {
  background-position: 0 0;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Button
 *
 */

button,
.button, 
.close, 
.toggle, 
.xform input[type="submit"] {
  display: inline-block;
  padding: 4px 8px 3px 8px;
  margin-bottom: 0;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
button:hover,
.button:hover {
  text-decoration: none;
}

.button-default {
  color: #fff;
  background-color: #000;
}

.button-default:hover {
  color: #fff;
  background-color: #677a83;
  text-decoration: none;
}

.button-primary, 
.xform input[type="submit"] {
  color: #d4c887;
  color: #fff;
  background: #fb0000;
  background: -moz-linear-gradient(top,  #fb0000 0%, #bb0111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(100%,#bb0111));
  background: -webkit-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -o-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -ms-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: linear-gradient(to bottom,  #fb0000 0%,#bb0111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#bb0111',GradientType=0 );
  border-color: #bb0111;
}

.button-primary:hover, 
.xform input[type="submit"]:hover {
  color: #b30c18;
  background: #e01519;
  background: -moz-linear-gradient(top,  #f4e7b8 0%, #d3b569 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e7b8), color-stop(100%,#d3b569));
  background: -webkit-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -o-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -ms-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: linear-gradient(to bottom,  #f4e7b8 0%,#d3b569 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7b8', endColorstr='#d3b569',GradientType=0 );
  border-color: #d3b569;
}
.button-primary:active, 
.xform input[type="submit"]:active {
  color: #b30c18;
  background: #e01519;
  background: -moz-linear-gradient(top,  #d3b569 0%, #f4e7b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3b569), color-stop(100%,#f4e7b8));
  background: -webkit-linear-gradient(top,  #d3b569 0%,#f4e7b8 100%);
  background: -o-linear-gradient(top,  #d3b569 0%,#f4e7b8 100%);
  background: -ms-linear-gradient(top,  #d3b569 0%,#f4e7b8 100%);
  background: linear-gradient(to bottom,  #d3b569 0%,#f4e7b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b569', endColorstr='#f4e7b8',GradientType=0 );
  border-color: #d3b569;
}
.button-secondary, 
.close, 
.toggle {
  color: #b30c18;
  background: #e01519;
  background: -moz-linear-gradient(top,  #f4e7b8 0%, #d3b569 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e7b8), color-stop(100%,#d3b569));
  background: -webkit-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -o-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -ms-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: linear-gradient(to bottom,  #f4e7b8 0%,#d3b569 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7b8', endColorstr='#d3b569',GradientType=0 );
  border-color: #d3b569;
}

.button-secondary:hover, 
.close:hover {
  color: #faf5ad;
  background: #8b6833;
  background: -moz-linear-gradient(top,  #d3b569 0%, #8b6833 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3b569), color-stop(100%,#8b6833));
  background: -webkit-linear-gradient(top,  #d3b569 0%,#8b6833 100%);
  background: -o-linear-gradient(top,  #d3b569 0%,#8b6833 100%);
  background: -ms-linear-gradient(top,  #d3b569 0%,#8b6833 100%);
  background: linear-gradient(to bottom,  #d3b569 0%,#8b6833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b569', endColorstr='#8b6833',GradientType=0 );
  border-color: #8b6833;
}
.button-secondary:active, 
.close:active {
  color: #faf5ad;
  background: #d3b569;
  background: -moz-linear-gradient(top,  #8b6833 0%, #d3b569 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b6833), color-stop(100%,#d3b569));
  background: -webkit-linear-gradient(top,  #8b6833 0%,#d3b569 100%);
  background: -o-linear-gradient(top,  #8b6833 0%,#d3b569 100%);
  background: -ms-linear-gradient(top,  #8b6833 0%,#d3b569 100%);
  background: linear-gradient(to bottom,  #8b6833 0%,#d3b569 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6833', endColorstr='#d3b569',GradientType=0 );
  border-color: #8b6833;
}

.close {
    padding-top: 0;
    color: #95792e;
    line-height: 1;
}


/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Structure
 *
 */

html {
 /* background: #a79966 url('../img/bg.png') 50% 0 repeat-y; */
  background-color:#ebd9a9;
}
body {
  background: url('../img/header.png') 50% 0 no-repeat;
  /*-webkit-transform:translate3d(0,0,0); */
}
.global-bar, 
.global-header , 
.global-footer {
  zoom: 1;
}

.global-bar:before, 
.global-bar:after, 
.global-header:before,
.global-header:after, 
.global-footer:before,
.global-footer:after {
  content: "";
  display: table;
}

.global-bar:after, 
.global-header:after, 
.global-footer:after {
  clear: both;
}

.scope {
  position: relative;
  width: 995px;
  margin: 0 auto;
}


.page-content > .scope > .main {
  float: left;
  width: 720px;
  margin: 30px 0 30px 15px;
}
.page-content > .scope > .main h1 {
  margin-left: -15px;
}
.page-content > .scope > .content-top .h1-alt, 
.page-content > .scope > .main .h1-alt, 
.page-content > .scope > .main h2:first-child {
  margin-top: 0;
}
.page-content > .scope > .sidebar, 
form.search {
  float: right;
  width: 230px;
}
.page-content > .scope > .sidebar {
  margin: 30px 0 30px 0;
}
nav.breadcrumb {
  float: left;
  width: 735px;
}

.content-top, 
.content-bottom {
  clear: both;
}
.content-bottom {
  position: relative;
  top: -30px;
  margin: 0 0 30px 15px;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Header
 *
 */

.global-header {
  min-height: 300px;
}

.global-header h1 {
  margin: 0 0 14px 246px;
}

.global-header h1 a {
  display: block;
  width: 506px;
  height: 150px;
  background: url('https://www.emil-reimann.de/assets/img/logo.png') no-repeat;
  text-indent: -1000em;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Footer
 *
 */

.global-footer {
  clear: both;
  padding-top: 5px;
  background-color: #ca0014;
  color: #e2cea4;
  font-size: 13px;
}
.global-footer .line {
  display: block;
  /* margin: 8px 0;
  border-top: 8px solid #c9a95b; */
  margin: 2px 0px 0px 0px;
  border-top: 2px solid #c9a95b;
}
.global-footer .line.double {
  
  /* height: 24px;
  border-bottom: 8px solid #c9a95b; */
  height: 20px;
  border-bottom: 0px solid #c9a95b;
}


.global-footer .bar {
  padding: 0 0 8px 0;
  background-color: #000;
}
.global-footer .copyright {
  float: left;
  margin: 0 0 0 15px;
}



/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Navigation
 *
 */

nav ul {
  zoom: 1;
}

nav ul:before,
nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav a {
  color: #394953;
}

nav a:hover,
nav a.active,
nav a.selected,
nav li.active > a,
nav li.selected > a {
  color: #fff;
  text-decoration: none;
}


nav.menu {
  font-size: 14px;
  background: #fb0000;
  background: -moz-linear-gradient(top,  #fb0000 0%, #bb0111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(100%,#bb0111));
  background: -webkit-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -o-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -ms-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: linear-gradient(to bottom,  #fb0000 0%,#bb0111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#bb0111',GradientType=0 );
  -webkit-box-shadow: 0 -4px 5px 0 rgba(0,0,0,.2), 0 6px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 -4px 5px 0 rgba(0,0,0,.2), 0 6px 5px 0 rgba(0,0,0,.2);
}

nav.menu ul {
  width: 100%;
  font-weight: 700;
}
nav.menu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
nav.menu li + li {
  padding-left: 1px;
}
nav.menu li + li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  background: #9e8345;
}
nav.menu li > a {
  display: block;
  padding: 9px 18px 7px 18px;
  color: #faf5ad;
  font-size: 17px;
  text-align: center;
}


nav.menu ul > li > a:hover,
nav.menu ul > li:hover > a,
nav.menu ul > li.active > a,
nav.menu ul > li.selected > a {
  color: #b30c18;
  background: #d3b569;
  background: -moz-linear-gradient(top,  #f4e7b8 0%, #d3b569 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e7b8), color-stop(100%,#d3b569));
  background: -webkit-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -o-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -ms-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: linear-gradient(to bottom,  #f4e7b8 0%,#d3b569 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7b8', endColorstr='#d3b569',GradientType=0 );
}


nav.menu .fly {
  display: none;
  position: absolute;
  top: 40px;
  left: 1px;
  min-width: 200px;
  padding: 0 0 30px 0;
  background: #f7ecbf;
  border-top: 3px solid #bd9a4d;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 9000;
}
nav.menu li.right .fly {
  left: auto;
  right: 0;
}
nav.menu li.flyout:hover .fly {
  display: block;
}
nav.menu .fly > ul {
  display: block;
}
nav.menu .fly > ul > li {
  display: block;
  padding-left: 0;
  border-bottom: 1px solid #8b6833;
}
nav.menu .fly > ul > li + li:before {
  content: none;
}
nav.menu .fly > ul > li > a {
  display: block;
  padding: 6px 18px 4px 18px;
  color: #8b6833;
  font-size: 15px;
  text-align: left;
  white-space: nowrap;
}


nav.menu .fly > ul > li > a:hover,
nav.menu .fly > ul > li.active > a,
nav.menu .fly > ul > li.selected > a {
  color: #faf5ad;
  background: #fb0000;
  background: -moz-linear-gradient(top,  #fb0000 0%, #bb0111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(100%,#bb0111));
  background: -webkit-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -o-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -ms-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: linear-gradient(to bottom,  #fb0000 0%,#bb0111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#bb0111',GradientType=0 );
}


nav.submenu {
  margin-bottom: 40px;
}
nav.submenu h3 {
  margin-bottom: 0;
  padding: 2px 0;
  border-top: 3px solid #c9a95b;
  border-bottom: 1px solid #c9a95b;
  color: #946e36;
  font-weight: 700;
}
nav.submenu ul {
  font-size: 17px;
  font-weight: 700;
}
nav.submenu ul ul {
  font-size: 15px;
  font-weight: 700;
}
nav.submenu li {
  border-bottom: 1px solid #c9a95b;
}
nav.submenu li li {
  border-top: 1px solid #c9a95b;
  border-bottom: 0;
}
nav.submenu li.has-sub {
  border-top: 2px solid #c9a95b;
  border-bottom: 3px solid #c9a95b;
}
nav.submenu a {
  display: block;
  padding: 6px 5px 4px 5px;
  color: #946e36;
}
nav.submenu li li a {
  padding-left: 10px;
}
nav.submenu a:hover,
nav.submenu a.active,
nav.submenu a.selected {
  color: #ca0014;  
}

nav.meta {
  position: absolute;
  right: 0;
  top: 10px;
}
nav.meta ul,
nav.meta li {
  display: inline-block;
  line-height: 1;
}
nav.meta li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d4c887;
}
nav.meta a {
  /* color: #d4c887; */
  color: #ffe8a8;
  background-color:#d1040d;
}
nav.meta a:hover {
  color: #faf5ad;
  text-decoration: underline;
}
nav.meta .button {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  color: #b30c18;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  vertical-align: bottom;
}
nav.meta .button:hover {
  color: #faf5ad;
  text-decoration: none;
}
nav.meta .button .icon {
  margin-right: 10px;
  vertical-align: bottom;
}


nav.foot {
  display: table;
  width: 100%;
  padding: 54px 0 30px 0;
  font-weight: 700;
}
nav.foot, 
nav.foot h3, 
nav.foot a {
  /* color: #d4c887; */
  color: #ffe8a8;
}
nav.foot a:hover {
  color: #faf5ad;
  text-decoration: underline;
}

nav.foot .unit {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
}
nav.foot .unit + .unit {
  border-left: 1px solid #9e623a;
}
nav.foot .unit h3 {
  position: relative;
  margin-top: -34px;
  margin-bottom: 12px;
  font-weight: 700;
}
nav.foot .unit li {
  padding: 0 0 18px 0;
}
nav.foot .unit a {
  padding-left: 11px;
  background: url('../img/arrow_gold_right.png') 0 3px no-repeat;
}
nav.foot .unit a:hover {
  background-position: -500px 3px;
}

nav.footer {
  float: right;
  margin-right: 15px;
}
nav.footer ul li {
  border-color: #d4c887;
}
nav.footer a {
  color: #e2cea4;
}
nav.footer a:hover {
  color: #faf5ad;
}


nav.breadcrumb {
  padding: 5px 15px;
  border-top: 3px solid #c9a95b;
  border-bottom: 1px solid #c9a95b;
  line-height: 1.1;
}
nav.breadcrumb * {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #946e36;
}
nav.breadcrumb li {
  margin-left: 10px;
  padding-left: 10px;
  background: url('../img/arrow_gold_right.png') 0 50% no-repeat;
}
nav.breadcrumb a:hover {
  color: #946e36;
  text-decoration: underline;
  color: #ca0014;
  text-decoration: none;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Pagination
 *
 */
nav.pagination {
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #c9a95b;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
nav.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #f4e7b8;
    border-right: 0;
    border-left: 1px solid #c9a95b;
}
.pagination li:first-child {
    border-left: 0;
}
.pagination li a,
.pagination li span {
    display: inline-block;
    min-width: 36px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #946e36;
    line-height: 34px;
}
.pagination li.active span,
.pagination li a:hover {
    background: #c9a95b;
    color: #faf5ad;
}




ul.piped {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ul.piped li {
  display: inline-block;
}

ul.piped li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #677a83;
}

ul.piped li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}




/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Gallery
 *
 */

.gallery {
  margin-left: -20px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}
.gallery li {
  display: inline-block;
  margin-left: 20px;
  border: 5px solid #c9a95b;
  box-shadow: 0px 0px 5px #CCC;
}



/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Slider
 *
 */
.full-slider li, 
.article-slider li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.full-slider li:first-child, 
.article-slider li:first-child {
    display: block;
    -webkit-backface-visibility: visivility;
}

.mod.full-slider, 
.mod.article-slider {
  margin-bottom: 20px;
  position: relative;
  /*overflow: hidden;*/
}
.full-slider, 
.article-slider {
  box-shadow: 0px 0px 5px #CCC;
  border: 5px solid #c9a95b;
}
.mod.full-slider {
	width:100%;
	max-height:360px;
  
}
.mod.article-slider {
  margin-bottom: 60px;
}
.bx-wrapper * {
  -webkit-transform:translate3d(0,0,0);
}

.full-slider .bx-wrapper, 
.article-slider .bx-wrapper {
  margin-bottom: 0;
}
.full-slider ul, 
.full-slider ul li, 
.article-slider ul, 
.article-slider ul li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
}
.bx-wrapper ul li {
  position: relative;
}
/*
.full-slider .bx-wrapper .bx-viewport,
.article-slider .bx-wrapper .bx-viewport {
  left: auto;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;

  border
}
*/
.full-slider .bx-wrapper .bx-viewport, 
.article-slider .bx-wrapper .bx-viewport {
  left: auto;
  border-color: #c9a95b;
  height: 0;

  border: 0;
}

.full-slider .bd .layer, 
.article-slider .bd .layer {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 25px;
  background: #000;
  background: rgba(0, 0, 0, .7);
  color: #faf5ad;
  font-size: 18px;
}
.article-slider .bd .layer {
  top: auto;
  bottom: 0;
  padding: 15px 25px;
  font-size: 15px;
}

.full-slider .bd .layer h2, 
.article-slider .bd .layer h2 {
  margin-top: 0;
  color: #eed99d;
}

.article-slider .bd img {
    max-width: 710px;
}

/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Mods
 *
 */

.mod {
  margin-bottom: 20px;
}

.mod.media-left .media {
  float: left;
  width: 230px;
  margin-right: 15px;
}
.mod.media-right .media {
  float: right;
  width: 230px;
  margin-left: 15px;
}
.mod.media-top .media {
  margin-bottom: 20px;
}

.mod.article.media-top .media, 
.mod.article.media-right .media, 
.mod.article.media-bottom .media, 
.mod.article.media-left .media {
  border: 1px solid #c9a95b;
}
.mod.article.nob .media {
  border: 0;
}

.sidebar .media {
  text-align: center;
}


.bucket-list {
  margin-left: 0;
  padding-left: 0;
  padding-top: 10px;
  list-style-type: none;
}
.bucket-list > li {
  padding-right: 15px;
}
.bucket-list > li + li {
  padding-top: 30px;
  border-top: 1px solid #c9a95b;
}
.bucket-list h2 {
  margin-bottom: 0;
}
.bucket-list h3 {
  margin-top: 10px;
}
.bucket.media-left .media {
  float: left;
  width: 246px;
  margin-left: -261px;
  padding: 5px;
  background-color: #c9a95b;
}
.bucket.media-left .bd {
  padding-left: 261px;
}




/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Promos
 *
 */
.promos {
  margin: 0 0 30px 0;
  padding: 5px;
  background: #c9a95b;
}
.promos > * {
  width: 238px;
}
.promos > * + * {
  margin-left: 6px;
}
.promos .promo {
  margin: 0;
}
.promo {
  border: 1px solid #946e36;
}
.promo .bd {
  height: 200px;
  overflow: hidden;
  padding: 10px;
  background: #e1cbb2;
  background: -moz-linear-gradient(top, #e1cbb2 0%, #e6d6c1 3%, #f6ebda 7%, #f6ebda 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1cbb2), color-stop(3%,#e6d6c1), color-stop(7%,#f6ebda), color-stop(100%,#f6ebda));
  background: -webkit-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: -o-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: -ms-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: linear-gradient(to bottom, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
.promo .ft {
  padding: 5px 10px 10px 10px;
  background: #e1cbb2;
  background: -moz-linear-gradient(top, #f6ebda 0%, #ebdec7 88%, #eadcc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ebda), color-stop(88%,#ebdec7), color-stop(100%,#eadcc4));
  background: -webkit-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: -o-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: -ms-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: linear-gradient(to bottom, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
.promo .media {
  margin-bottom: 0;
}
.promo .media img {
  width: 100%;
}
.promo .hd h2 {
  margin: 0;
  padding: 8px 2px 8px 10px;
  background: #fb0000;
  background: -moz-linear-gradient(top,  #fb0000 0%, #bb0111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(100%,#bb0111));
  background: -webkit-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -o-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -ms-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: linear-gradient(to bottom,  #fb0000 0%,#bb0111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#bb0111',GradientType=0 );
  border-bottom: 1px solid #946e36;
  color: #faf5ad;
  font-size: 17px;
}
.promo .bd h3 {
  margin-top: 10px;
}

.main .promo, 
.main .promo + .promo + .promo + .promo {
  clear: left;
  float: left;
  width: 238px;
  margin-left: 0;
}
.main .promo + .promo, 
.main .promo + .promo + .promo, 
.main .promo + .promo + .promo + .promo + .promo, 
.main .promo + .promo + .promo + .promo + .promo + .promo {
  clear: none;
  margin-left: 3px;
}




/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Stores
 *
 */

.store-list > .unit {
    width: 230px;
}
.store-list > .unit + .unit {
    margin-left: 15px !important;
}
.store-list > .unit:last-child {
    float: left;
}


.store-item {
  border: 1px solid #946e36;
}
.store-item .bd {
  height: 200px;
  overflow: hidden;
  padding: 10px;
  background: #e1cbb2;
  background: -moz-linear-gradient(top, #e1cbb2 0%, #e6d6c1 3%, #f6ebda 7%, #f6ebda 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1cbb2), color-stop(3%,#e6d6c1), color-stop(7%,#f6ebda), color-stop(100%,#f6ebda));
  background: -webkit-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: -o-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: -ms-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  background: linear-gradient(to bottom, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
.store-item .ft {
  padding: 5px 10px 10px 10px;
  background: #e1cbb2;
  background: -moz-linear-gradient(top, #f6ebda 0%, #ebdec7 88%, #eadcc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ebda), color-stop(88%,#ebdec7), color-stop(100%,#eadcc4));
  background: -webkit-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: -o-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: -ms-linear-gradient(top, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  background: linear-gradient(to bottom, #f6ebda 0%,#ebdec7 88%,#eadcc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
.store-item .media {
  margin-bottom: 0;
}
.store-item .media img {
  width: 100%;
}
.store-item .hd h2 {
  margin: 0;
  padding: 8px 2px 8px 10px;
  background: #fb0000;
  background: -moz-linear-gradient(top,  #fb0000 0%, #bb0111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(100%,#bb0111));
  background: -webkit-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -o-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: -ms-linear-gradient(top,  #fb0000 0%,#bb0111 100%);
  background: linear-gradient(to bottom,  #fb0000 0%,#bb0111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0000', endColorstr='#bb0111',GradientType=0 );
  border-bottom: 1px solid #946e36;
  color: #faf5ad;
  font-size: 17px;
}
.store-item .bd h3 {
  margin-top: 10px;
  font-size: 17px;
}
.store-item .bd h4 {
  margin-bottom: 0;
}







/* Sidebar */
.sidebar .promo {
  clear: both;
  border-color: #c9a95b;
}
.sidebar .promo .bd {
  height: auto;
  overflow: visible;
}

.product-teaser {
  clear: both;
  position: relative;
  background: #c9a95b;
  border: 5px solid #c9a95b;
  background: -moz-linear-gradient(top,  #f4e7b8 0%, #d3b569 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e7b8), color-stop(100%,#d3b569));
  background: -webkit-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -o-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: -ms-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
  background: linear-gradient(to bottom,  #f4e7b8 0%,#d3b569 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7b8', endColorstr='#d3b569',GradientType=0 );
}
.product-teaser > * {
  vertical-align: top;
}
.product-teaser .media {
  margin: 0;
}
.product-teaser .hd {
  float: left;
  width: 235px;
  border-right: 5px solid #c9a95b;
  /*vertical-align: middle; */
}
.product-teaser .bd {
  margin-left: 235px;
  padding: 10px 15px 0 15px;
  background: #e1cbb2;
  background: -moz-linear-gradient(top, #e1cbb2 0%, #e6d6c1 3%, #f6ebda 7%, #f6ebda 50%, #ebdec7 88%, #eadcc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1cbb2), color-stop(3%,#e6d6c1), color-stop(7%,#f6ebda), color-stop(50%,#f6ebda), color-stop(88%,#ebdec7), color-stop(100%,#eadcc4));
  background: -webkit-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%, #ebdec7 88%,#eadcc4 100%);
  background: -o-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
  background: -ms-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
  background: linear-gradient(to bottom, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
.product-teaser h3 {
  margin-top: 10px;
}
.product-teaser .button {
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-teaser:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 230px;
  height: 100%;
  border-right: 5px solid #c9a95b;
}


form.search input {
  width: 155px;
  height: 30px;
  padding: 0 5px;
  background-color: #d3b569;
  border: 1px solid #c9a95b;
  border-radius: 5px;
  font-size: 15px;
  outline: 0;
  vertical-align: top;
}
form.search input:focus {
  background-color: #f4e7b8;
}
form.search button {
  float: right;
}


.xform p {
  clear: both;
}
.xform label {
  font-weight: 700;
}
.xform p.formcaptcha {
  padding: 20px 0;
}
.xform p.formselect label, 
.xform p.formtext label, 
.xform p.formtextarea label, 
.xform p.formcaptcha .as-label {
  display: block;
  float: left;
  width: 230px;
}
.xform p.formcaptcha label {
  padding-left: 230px;
}
.xform input[type="text"], 
.xform textarea {
  width: 355px;
  height: 30px;
  padding: 0 5px;
  background-color: #d3b569;
  border: 1px solid #c9a95b;
  border-radius: 5px;
  font-size: 15px;
  outline: 0;
  vertical-align: top;
}
.xform textarea {
  height: 150px;
}
.xform input[type="text"]:focus, 
.xform textarea:focus {
  background-color: #f4e7b8;
}
.xform p.formcheckbox {
  padding-left: 230px;
}
.xform p.formcheckbox input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-left: -20px;
  margin-top: 4px;
}
.xform input[type="submit"] {
  margin-left: 230px;
}

ul.form_warning, 
dl.form_warning, 
label.form_warning {
  color: #ca0014;
}
ul.form_warning {
  margin-bottom: 20px;
}
dl.form_warning dd {
  margin-left: 0;
}
.xform input[type="text"].form_warning, 
.xform textarea.form_warning {
  background-color: #f4e7b8;
  border-color: #ca0014;
}


.search-results {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.search-results h3 {
  margin-top: 0;
}
.search-results > li {
  padding-top: 30px;
  padding-bottom: 20px;
}
.search-results > li + li {
  border-top: 1px solid #c9a95b;
}


#storefinder, 
#storefinder body, 
#storefinder .page, 
#storefinder .page-content, 
#storefinder .page-content .main {
    width: 100%;
    height: 100%;
}
#storefinder {
    background: none;
}
#storefinder .page {
    position: relative;
}
#storefinder .global-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: url('../img/header.png') 50% 0 no-repeat;
}
#storefinder .page-content {
    overflow: hidden;
    padding-top: 200px;
}
/*
#storefinder .page-content .main {
    height: auto;
    padding-top: 200px;
}
*/
#storefinder .page-content aside .storefilter {
    position: absolute;
    bottom: 250px;
    width: 420px;
    padding: 20px 10px 10px 10px;
    background: #c9a95b;
    border: 5px solid #c9a95b;
    background: -moz-linear-gradient(top,  #f4e7b8 0%, #d3b569 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e7b8), color-stop(100%,#d3b569));
    background: -webkit-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
    background: -o-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
    background: -ms-linear-gradient(top,  #f4e7b8 0%,#d3b569 100%);
    background: linear-gradient(to bottom,  #f4e7b8 0%,#d3b569 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7b8', endColorstr='#d3b569',GradientType=0 );
}
#storefinder .page-content aside .toggle {
    display: block;
}

#storeinfo #map_canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#storeinfo #map_canvas, 
#storeinfo #map_canvas div {
    line-height: normal !important;
}
#storefinder aside h3 {
    margin-top: 0;
}
#storefinder fieldset {
    padding: 0;
    border: 0;
}
#storefinder .xform {
    padding: 10px 0;
    border-top: 1px solid #c9a95b;
}
#storefinder .xform input[type="text"] {
    width: 180px;
    background: #f8f8f8;
}
#storefinder .xform input[type="submit"] {
    margin-left: 10px;
}
#storefinder .xform .form-choice {
    display: block;
    float: left;
    width: 140px;
    padding-left: 20px;
    font-weight: 400;
}
#storefinder .xform .form-choice input {
    float: left;
    margin-left: -20px;
    margin-top: 4px;
}

#storefinder .data-info {
    margin: 0;
    width: 350px;
    height: 220px;
    overflow: hidden;
    padding: 8px 32px 0px 12px;
    border: 2px solid #c9a95b;
    color: #000;
    line-height: 1.35 !important;

    background: #e1cbb2;
    background: -moz-linear-gradient(top, #e1cbb2 0%, #e6d6c1 3%, #f6ebda 7%, #f6ebda 50%, #ebdec7 88%, #eadcc4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1cbb2), color-stop(3%,#e6d6c1), color-stop(7%,#f6ebda), color-stop(50%,#f6ebda), color-stop(88%,#ebdec7), color-stop(100%,#eadcc4));
    background: -webkit-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%, #ebdec7 88%,#eadcc4 100%);
    background: -o-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    background: -ms-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    background: linear-gradient(to bottom, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );
}
#storefinder .location-info {
    width: 200px;
    height: 50px;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 1.35 !important;
    white-space: nowrap;
}
#storefinder .data-info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;    
}
#storefinder .data-info address {
    margin-bottom: 15px;
    font-size: 13px;
    font-style: normal;
}

#storefinder .data-detail-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    z-index: 110;
    padding: 40px 0;
    overflow: auto;

    background: #e1cbb2;
    background: -moz-linear-gradient(top, #e1cbb2 0%, #e6d6c1 3%, #f6ebda 7%, #f6ebda 50%, #ebdec7 88%, #eadcc4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1cbb2), color-stop(3%,#e6d6c1), color-stop(7%,#f6ebda), color-stop(50%,#f6ebda), color-stop(88%,#ebdec7), color-stop(100%,#eadcc4));
    background: -webkit-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%, #ebdec7 88%,#eadcc4 100%);
    background: -o-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    background: -ms-linear-gradient(top, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    background: linear-gradient(to bottom, #e1cbb2 0%,#e6d6c1 3%,#f6ebda 7%,#f6ebda 50%,#ebdec7 88%,#eadcc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1cbb2', endColorstr='#eadcc4',GradientType=0 );

    opacity: .95;

    width: 800px;
    margin-left: -400px;
    left: 50%;
    right: auto;
  border-left: 5px solid #c9a95b;
  border-right: 5px solid #c9a95b;
  border: 5px solid #c9a95b;
    
}

#storefinder .data-detail-content .scope {
    width: 720px;
    text-align : center;
}
#storefinder .data-detail-content address {
    font-style: normal;
}
#storefinder .data-detail-content h2 {
    margin: 0 60px;
}
#storefinder .data-detail-content .button + .button {
    margin-left: 20px;
}
#storefinder .data-detail-content .piped {
    padding-top: 30px;
}
/*
#storefinder .data-detail-content .piped li {
    border: 0;
}
*/
#storefinder .toggle-bd {
    cursor: pointer;
}
#storefinder .toggle {
    margin-top: -5px;
}
#storefinder .toggle:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url('../img/toggle.png');
    background-position: 0 2px;
    vertical-align: middle;
}
#storefinder .closed .toggle:before {
    background-position: 0 -50px;
}

.button + .button {
    margin-left: 20px;
}

.mod.store .media img {
  margin: 10px 0;
}

.jumper {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.jumper > li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}


/*
@media only screen and (min-width: 1000px) and (max-width: 1224px) {
    */
@media only screen and (max-width: 1224px) {

    h1, .h1 {
      font-size: 42px;
    }

    .h1-alt {
      font-size: 56px;
    }

    h2, .h2 {
      font-size: 18px;
    }

    h3, .h3 {
      font-size: 16px;
    }

    h4, .h4 {
      font-size: 15px;
    }

    h5, .h5 {
      font-size: 14px;
    }

    h6, .h6 {
      font-size: 12px;
    }

    body, 
    #storefinder .global-header {
      background-position: 50% -70px;
    }
    body{
      font-size: 13px;
    }
    .global-header {
        min-height: 210px;
    }
    .global-header h1 {
      margin-left: 330px;
    }

    .global-header h1 a {
      width: 337px;
      height: 100px;
      background: url('https://www.emil-reimann.de/assets/img/logo_small.png') no-repeat;
    }


    nav.menu li + li:before {
        
        height: 13px;
    }
    nav.menu li > a {
      display: block;
      padding-top: 6px;
      padding-bottom: 5px;
      font-size: 15px;
    }
    nav.menu .fly {
        top: 32px;
    }

    nav.menu .fly > ul > li > a {
      padding-top: 4px;
      padding-bottom: 2px;
      font-size: 14px;
    }
    nav.submenu ul {
      font-size: 15px;
    }
    nav.submenu ul ul {
      font-size: 13px;
    }

    .mod {
        margin-bottom: 15px;
    }
    
    .content-top {
        width: 720px;
        margin-left: 15px;
    }

    .promo .hd h2 {
        font-size: 15px;
    }

    .mod.full-slider {
        width:100%;
        max-height: 360px;
    }
    .mod.full-slider img { width:100%;}
    .full-slider .bd .layer, 
    .article-slider .bd .layer {
        padding: 15px 20px 0 20px;
        font-size: 15px;
    }
    .article-slider .bd img {max-width:710px;}
    
    #storefinder .page-content {
        padding-top: 160px;
    }
    
}

.product-teaser .button {
margin-top:10px;
}
.product-teaser .bd {
padding-top:0px;
}


.signet {
  opacity: 1;
}




.foot {
  padding: 54px 0 30px 0;
  font-weight: 700;
}

.foot, 
.foot h3, 
.foot a {
  color: #ffe8a8;
}
.foot a:hover {
  color: #faf5ad;
  text-decoration: underline;
}

.foot .unit {
  
  padding: 0 15px;
}
.foot .unit + .unit {
  border-left: 1px solid #9e623a;
}
.foot .unit h3 {
  position: relative;
  margin-top: -34px;
  margin-bottom: 12px;
  font-weight: 700;
}
.foot .unit li {
  padding: 0 0 18px 0;
}
.foot .unit a {
  padding-left: 11px;
  background: url('../img/arrow_gold_right.png') 0 3px no-repeat;
}
.foot .unit a:hover {
  background-position: -500px 3px;
}

.foot ul {
  list-style: none;
}

div.footer {
 
}
div.footer ul li {
  border-color: #d4c887;
}
div.footer a {
  color: #e2cea4;
}
div.footer a:hover {
  color: #faf5ad;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
