/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=");-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==");background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==");background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=");background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-video-ipad>.rsts-video-iframe{padding-top:32px;background-color:#000}.rsts-skin-default .rsts-video-ipad>.rsts-video-stop{top:1px;right:1px;left:auto}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* MediaElement.js 2.14.2, (c) 2010-2013 John Dyer <http://j.hn>, MIT license */
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.14.2/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.14.2/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.14.2/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.14.2/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.14.2/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(20,20,20,0.8)}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.14.2/css/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.14.2/css/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}
@font-face {
    font-family: 'heros-regular';
    src: url("../../files/moebel_schaefer/lib/font/heros-regular-webfont.eot");
    src: url("../../files/moebel_schaefer/lib/font/heros-regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/moebel_schaefer/lib/font/heros-regular-webfont.woff") format('woff'),
         url("../../files/moebel_schaefer/lib/font/heros-regular-webfont.ttf") format('truetype'),
         url("../../files/moebel_schaefer/lib/font/heros-regular-webfont.svg#herosregular") format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'heros-bolditalic';
    src: url("../../files/moebel_schaefer/lib/font/heros-bolditalic-webfont.eot");
    src: url("../../files/moebel_schaefer/lib/font/heros-bolditalic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/moebel_schaefer/lib/font/heros-bolditalic-webfont.woff") format('woff'),
         url("../../files/moebel_schaefer/lib/font/heros-bolditalic-webfont.ttf") format('truetype'),
         url("../../files/moebel_schaefer/lib/font/heros-bolditalic-webfont.svg#herosbold_italic") format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'heros-italic';
    src: url("../../files/moebel_schaefer/lib/font/heros-italic-webfont.eot");
    src: url("../../files/moebel_schaefer/lib/font/heros-italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/moebel_schaefer/lib/font/heros-italic-webfont.woff") format('woff'),
         url("../../files/moebel_schaefer/lib/font/heros-italic-webfont.ttf") format('truetype'),
         url("../../files/moebel_schaefer/lib/font/heros-italic-webfont.svg#herositalic") format('svg');
    font-weight: normal;
    font-style: normal;
	}	

@font-face {
	font-family: 'icomoon';
	src:url("../../files/moebel_schaefer/lib/fonts/icomoon.eot?-s5n7ct");
	src:url("../../files/moebel_schaefer/lib/fonts/icomoon.eot?#iefix-s5n7ct") format('embedded-opentype'),
		url("../../files/moebel_schaefer/lib/fonts/icomoon.woff?-s5n7ct") format('woff'),
		url("../../files/moebel_schaefer/lib/fonts/icomoon.ttf?-s5n7ct") format('truetype'),
		url("../../files/moebel_schaefer/lib/fonts/icomoon.svg?-s5n7ct#icomoon") format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*="ico-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-arrowleft:before {
	content: "\e600";
	font-family: "icomoon";
}

.ico-arrowright:before {
	content: "\e601";
	font-family: "icomoon";
}

.ico-facebook:before {
	content: "\e602";
	font-family: "icomoon";
}

.ico-googleplus:before {
	content: "\e603";
	font-family: "icomoon";
}

.ico-mail:before {
	content: "\e604";
	font-family: "icomoon";
}

.ico-pdf:before {
	content: "\e605";
	font-family: "icomoon";
}

.ico-phone:before {
	content: "\e606";
	font-family: "icomoon";
}

.ico-service:before {
	content: "\e607";
	font-family: "icomoon";	
}

.ico-time:before {
	content: "\e608";
	font-family: "icomoon";	
}


/*********************************************************************************************
Project: Corporate Design for SCHAEFER Moebel, Althengstett
URI: http://schaefermoebel.de/
Version: 1.0
Author: M. Lesch 
Author URI: http://www.trendvektor.de
**********************************************************************************************/
* {
	margin: 0;
	padding: 0;
	@include box-sizing(border-box);
	}

html { overflow-x: hidden; }

body { width: 100%;
	font-family: "heros-regular", arial, helevtica, sans-serif;
	background: #d9d8d8;
	}
	
	
h1 { 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: normal;
	}	
	
h2 { 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	font-weight: normal;
	}	

h3 { 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	line-height: 1.2em;
	font-weight: normal;
	}
	
p { 
	font-size: 1em; 
	line-height: 1.5em; 
	color: #454545; 
	}	
	
#main .ce_text a { color: #454545; }	
#main .ce_text a:hover,
#main .ce_text a:focus { color: #3556a3; }



/********************************************************************************************* 
Helper classes
*********************************************************************************************/
img.scale, img.responsive, img {
	max-width: 100%;
	height: auto;
	}  

/* Colors */
.blue { color: #2e54bf; }	


/********************************************************************************************* 
1.  Desktop Full size 1180px+
*********************************************************************************************/
#wrapper { width: 99.9%; }


/* Header Container
--------------------------------------------------------------------------- */
#header { 
	margin-top: 24px; 
	background: #2e54bf url("../../files/moebel_schaefer/images/gray.png") top center no-repeat; 
	}

#header .inside { 
	width: 92%; 
	max-height: 82px;
	margin: 0 auto; 
	max-width: 1188px; 
	background: #fff;   
	}	
	
#header .inside:before { 
	content:"";
	margin-left: -20px;
	display: inline-block;
	vertical-align: top;
	width: 21px; 
	height: 90px; 
	background: transparent url("../../files/moebel_schaefer/images/top_edge.png") top left no-repeat;
	}	
	
#header .ce_image { margin-left: -5px;
	display: inline-block; 
	vertical-align: top;
	max-width: 265px; 
	background: #fff; 
	}	

#header .ce_image  .image_container { 
	padding: 0 66px 7px 25px; 
	}

.safari  #header	.ce_image  .image_container,	
.chrome  #header	.ce_image  .image_container { 
	padding: 0px 66px 6px 25px; 
	}	

	
/* Brandbar Container
--------------------------------------------------------------------------- */	
#brandbar,
#distributor { 
	background: #ecebeb; 
	min-height: 180px; 
	}

#brandbar .inside,	
#distributor .inside { 
	width: 92%; 
	margin: 10px auto 0 auto; 
	padding: 0 1% 0 1%;
	max-width: 1180px; 
	}
	
#brandbar .inside:before { 
	content:"";
	margin: 0 0 0 -19px; 
	}	
	
#distributor .inside { padding-bottom: 30px; }	

	
/* Pageimage Container
--------------------------------------------------------------------------- */
.categoryzone{ 
	position: relative; 
	background: #d9d8d8; 
	}	

.categoryzone .inside { background: url("../../files/moebel_schaefer/images/cat_bar.png") top center no-repeat; }

.categoryzone .mod_breadcrumb {
	width: 92%; 
	margin: 0 auto; 
	padding: 0 10px 0 10px;	
	max-width: 1180px; /* 1180px; */
	}	

.categoryzone  .flexhead { 
	position: absolute; 
	bottom: 66px;  
	height: 40px;
	width: 50%;
	background: #fff;
	}	

.categoryzone  .cathead { 
	position: absolute; 
	bottom: 54px;  
	z-index:8; 
	}

.categoryzone  .cathead:after { 
	content:""; 
	width: 20px; 
	height: 56%; 
	dispay: block; 
	position: absolute; 
	right: -20px; 
	top: 20px;
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top right no-repeat; 
	}

.categoryzone .cathead h2 { 
	padding: 15px 20px 15px 20px; 
	font-size: 20px; 
	line-height: 0.5; 
	background: #fff;
	text-transform: uppercase; 
	font-family: "heros-italic", arial, helevtica, sans-serif;  
	}
	
.ce_pageimages {
	position: relative;
	width: 92%; 
	margin: 0 auto; 
	max-width: 1180px; /* 1180px; */
	padding-bottom: 12px; z-index:4;
	}	
	
.ce_pageimages .image_container { 
	height: 100%; 
	max-height: 400px; 
	overflow: hidden;  
	}
	
.ce_pageimages .image_container > img { margin: -5% 0 0 0;  }	

.ce_pageimages span.bluedge { 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 90px; 
	height: 100%; 
	background: url("../../files/moebel_schaefer/images/cat_bluedge.png") top right no-repeat; 
	}


/* -- category colors ---- */
.wohnen { background: #ec970a; }	
.company { background: #2e54bf; }	
.service { background: #3e8f9d; /* #169631; */ }
.news { background: #7f5a58; }
.law { background: #b86f41; }
.consulting{ background: #d7bb1f; }

	
/* Content Container
--------------------------------------------------------------------------- */
#container { /* border: 1px solid red; */
	width: 92%; 
	margin: 0 auto; padding: 0 10px 0 10px;	
	max-width: 1180px; /* 1180px; */
	}

#main { margin-bottom: 20px; }	
	
	
/* Footer Container
--------------------------------------------------------------------------- */	
#footer { 
	background: #fff; 
	height: auto; 
	min-height: 304px; 
	}

#footer .inside { 
	width: 92%; 
	margin: 0 auto; 
	padding: 0 10px 2% 10px;	
	max-width: 1180px; 
	}	
	

/* Slider living world styling
--------------------------------------------------------------------------- */		
#slider   { 
	width: 100%; 
	max-height: 640px; 
	height: auto; 
	overflow: hidden;  
	position: relative;
	}

#slider  .mod_rocksolid_slider {
	position: relative;
	max-height: 640px; 
	}	

#slider  .mod_rocksolid_slider .panel {
	position: absolute; 
	top: 32%;
	left: 0;
	width: 100%;
	min-height: 118px;
	background: url("../../files/moebel_schaefer/images/sld_panel-big.png") top center repeat-y; 
	} 
	
#slider  .mod_rocksolid_slider .inside { 
	position: absolute; 
	top: 32%;
	left: 0;
	right: 0; 
	width: 100%; 
	max-width: 1188px;
	margin: 0 auto; 
	}
	

#slider  .mod_rocksolid_slider .ce_headline { 
	margin: 0;
	padding: 16px 0px 0px 20px;
	max-width: 34%; 
	min-width: 396px; 
	height: 118px;
	background: #fff; 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	font-size: 1.35em; 
	line-height: 1.15em;
	text-transform: uppercase; 
	z-index:2;
	}	

#slider  h1:after {
	content:"";
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top left no-repeat; 
	padding-left: 364px; 
	position: absolute; 
	top: 0; 
	left: 396px; 
	height: 100%;
    overflow: hidden; 
	z-index:1;
	}	
	

#slider  .rsts-slide .ce_headline span { 
	display: inline;
	font-size: 80%!important;
	color: #666;
	}		

#slider  .rsts-slide .ce_headline p { 
	margin: -4px 0 0 0; 
	padding: 0 0 8px 0; 
	}	
	
#slider  .rsts-slide .ce_headline p a { 
	font-size: 0.7em; 
	color: blue;
	text-decoration: none;  
	}	
	
#slider  .rsts-slide .ce_headline p a:hover { 
	text-decoration: underline; }	
	
#slider  .rsts-slide .ce_headline p a:before { 
	content: "\e601"; 
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
	} 	
	

#slider  .mod_rocksolid_slider  img { 
	width: 100%; 
	height: 100%; 
	margin: -14% auto 0!important; 
	}


#slider  .rsts-skin-default .rsts-nav { 
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	width: 100%;
	text-align: center; 
	}

#slider .rsts-skin-default .rsts-nav-bullets a {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 12px 4px;
    border-radius: 100%;
    outline: medium none;
    text-align: left;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    box-shadow: 0px 0px 2px #777;
	}

	
#slider .rsts-skin-default .rsts-nav-bullets a:hover {
    background-color: #777;
	}	
	
#slider .rsts-skin-default .rsts-nav-bullets a.active {
    background-color: #1c4bcd;
	}		


/* Teaser styling startpage
--------------------------------------------------------------------------- */	

/* --- News-Teaser ---- */
.mod_newslist.block { overflow: visible; }

.layout_latest_start { 
	position:relative; 		/* needed for footer positioning*/
    height:auto !important; /* real browsers */
    height:100%; 			/* IE6: treaded as min-height*/
    min-height:100%; 		/* real browsers */
	}


.layout_latest_start .newstext { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	padding: 10px 20px 10px 20px; 
	background: #fff; 
	height: 80px; 
	max-width: 100%; 
	display: block; 
	}


.layout_latest_start figure { padding-bottom: 9.419%;}

.layout_latest_start figure img { 
	max-width: 100%;
	max-height: 100%;
	}
	
.layout_latest_start h2 { 
	margin: 0; 
	font-size: 1.182em; 
	line-height: 1.2em; 
	font-family: "heros", arial, helevtica, sans-serif; 
	color: #666; 
	}	

.layout_latest_start p.info { 
	margin: 0 0 4px 0; 
	font-size: 0.938em; 
	color: #000; 
	}	
	

/* --- Global-Teaser ---- */	
.teaserbox  { position: relative; }

.teaserbox .teaser { 
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 20px;
	width: 100%;
	min-width: 190px; 
	max-width: 220px; 
	}

.teaserbox .teaser h4 { 
	font-size: 1.1em; 
	line-height: auto; 
	margin: 0;	
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	text-transform: uppercase; 
	color: #000; 
	}

.teaserbox .teaser p { 
	margin-top: 10px; 
	font-size: 0.85em; 
	line-height: 1.35em; 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	color: #666; 
	}
	
.teaserbox .teaser p a { 
	margin-top: 10px; 
	color: #666; 
	text-decoration: none;
	}	

.teaserbox .teaser.form p { 
	margin-top: 10px; 
	font-size: 1.25em; 
	line-height: 1.3em; 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	color: #666; 
	}


/* -- Aktionsteaser ---- */	
.aktion { 
	overflow: hidden; 		/* width: 100%; max-height: 38vh; */ 
	position:relative; 		/* needed for footer positioning*/
    height:auto !important; /* real browsers */
    height:100%; 			/* IE6: treaded as min-height*/
    min-height:100%; 		/* real browsers */
	}
	
.aktion h1 { display: none; }	

.aktion figure { margin-bottom: -18.799%; }

.aktion figure  img { 
	margin-top: -27.088%; 
	padding-top: 15.333%; 
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}

	
/* Manufacturer brand slider
--------------------------------------------------------------------------- */	
#brandbar h4.ce_headline  {    
	font-size: 1.2em;
    margin: 10px 0 20px 0;
	padding-left: 1%;
    font-family: "heros-italic",arial,helevtica,sans-serif;
    text-transform: none;
    color: #000;
	}

#manufact  {
    position: relative;
	width: 98%; height: auto;
	max-width: 1100px; /*1012px;*/
    margin: 0px auto;
	padding: 0 4% 0 4%; 
	}	

#manufact .rsts-prev { 
	position: absolute;
	top: 0; /* 9.5%;*/
	left: -4%;
	right: none;
	bottom: 0; 
	overflow: hidden; 
	width: 40px;
	height: 100%; 
	border: 0;
	border-radius: 0px;
	outline: medium none;
	line-height: initial;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	background-clip: padding-box;
	background-image: none;
	box-shadow: none;
	background-position: 0 0;
	transition: none; 
	}

#manufact .rsts-prev:before { 
	content: "\e600";
	font-family: 'icomoon';
	font-size: 48px; 
	line-height: inherit; 
	color: #706f6f; 
	margin-left: -10px; 
	display: block;
	padding: 18.133% 2px 20px 0;
	}	
	
#manufact .rsts-next { 
	position: absolute;
	top: 0; /* 9.5%; */
	left: none;
	right: -4%;
	bottom: 0; 
	overflow: hidden; 
	width: 40px;
	height: 100%; 
	border: none;
	border-radius: 0px;
	outline: medium none;
	line-height: initial;
	text-align: left;
	text-decoration: none;
	text-indent: 0;/*-9999px;*/ 
	background-clip: padding-box;
	background-image: none;
	box-shadow: none;
	background-position: 0 0;
	transition: none;
	}

#manufact .rsts-next:before { 
	content: "\e601";
	font-family: 'icomoon';
	font-size: 48px; 
	line-height: inherit; 
	color: #706f6f; /*fc5b5b*/ 
	display: block;
	padding: 18.133% 2px 20px 0;
	}	

.chrome	#manufact .rsts-prev:before,
.chrome	#manufact .rsts-next:before,
.safari	#manufact .rsts-prev:before,
.safari	#manufact .rsts-next:before { padding: 33.133% 2px 20px 0; }

.ie	#manufact .rsts-prev:before,
.ie	#manufact .rsts-next:before{ padding: 87.133% 2px 60px 0; }

#distributor .ce_gallery { margin: 10px 0 0 0; }

#distributor .ce_gallery h4 {
    font-size: 1.2em;
    padding-left: 1%;
    font-family: "heros-italic",arial,helevtica,sans-serif;
    text-transform: none;
    color: #000;
	}

#distributor .ce_gallery li .image_container { 
	margin-right: 8%; 
	margin-left: 8%; 
	}	


/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 110px; }
#main .ce_rsce_infobox  h1{ display: none; }


#main .ce_rsce_infobox li { 
	display: block; 
	padding: 8px 0 6px 0;
	/* padding-left: 4%;  */
	font-size: 24px; 
	color: #2e54bf; 
	vertical-align: middle; 
	border-bottom: 2px solid #e9e8e8;
	}

#main .ce_rsce_infobox a { 
	display: inline-block; 
	vertical-align: top;
	padding-left: 10px;
	font-family: "heros",arial,helevtica,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
	}

#main .ce_rsce_infobox a:before {
	content: "\e601";  
	font-family: 'icomoon';
	font-size: 14px;	
	padding-right: 4px;
	}
	
#main .ce_rsce_infobox a:hover { color: #2e54bf; }	

.ico-sale:before { 
	content: "%";  
	padding: 0 1px 0 2px;
	font-family: "heros-italic",arial,helevtica,sans-serif; 
	}

	
/*-- Accordion business time ----- */
	
#main .ce_rsce_infobox .ce_accordion .toggler:before {
	content: "\e608";  
	display: inline-block;
	padding-right: 10px;
	font-family: 'icomoon';
	font-size: 26px; 
	color: #2e54bf;
	vertical-align: middle;  	
	}

#main .ce_rsce_infobox .ce_accordion .toggler { 
	display: inline-block; 
	width: 100%;
	vertical-align: top;
	font-family: "heros",arial,helevtica,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-decoration: none; 
	}
	
#main .ce_rsce_infobox .ce_accordion .toggler:hover,
#main .ce_rsce_infobox .ce_accordion .toggler:focus { 
	color: #2e54bf; 
	cursor: pointer;
	} 	

/* Accordion labels ====*/
#main .ce_rsce_infobox .ce_accordion .toggler.ui-state-default:after { content: "+"; 
	color: #666; 
	font-size: 20px; 
	float: right; 
	padding-right: 8px; 
	}
 	
#main .ce_rsce_infobox .ce_accordion .toggler.ui-state-active:after { content: "–"; 
	color: #666; 
	font-size: 20px; 
	float: right; 
	padding-right: 8px; 
	} 

#main .ce_rsce_infobox .accordion  { 
	display: block; 
	margin: 6px 0 0 0px; 
	border-top: 2px solid #e9e8e8; 
	}
	
#main .ce_rsce_infobox .accordion table {
	margin: 0;
    padding: 14px 0 10px 0;
    display: block;
    line-height: 0; 
	}
	
#main .ce_rsce_infobox .accordion tr:nth-child(3) {
	margin: 2px 0 2px 0;
    border-top: 1px solid #444;
	} 
	
#main .ce_rsce_infobox .accordion td.first { width: 48%;}	

#main .ce_rsce_infobox .accordion td { 
	font-size: 0.6em; 
	line-height: 1.45em; 
	color: #444; 
	}

#main .ce_rsce_infobox .accordion p { 
	margin: 0;
	padding: 0;
	line-height: 0em; 
	font-size: 0em; 
	height: 0px; 
	}	

	
/* Livingworld program galery style
--------------------------------------------------------------------------- */		
#main .rangebox { margin-left: 1%; }

#main .range_head { 
	width: 50%; 
	background: #2e54bf url("../../files/moebel_schaefer/images/program_edge.png") top right no-repeat; 
	}

#main .range_head h4 { 
	margin: 0; 
	padding: 6px 0px 8px 8px; 
	font-size: 1.05em; color: #fff; 
	}

#main .range-group { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch; 
	width: 100%;
	}
	
.columnParent{ 
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;    
	width: 31.333%;
	}
	

/* -- Childs --- */
#main .rangebox .range-item_1  {   
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	order: 1; 
	}

#main .rangebox .range-item_2 {   
	width: 100%;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto; 
	order: 2; 
	}

#main .rangebox .range-item_3  {  
	width: 100%; 
	max-width: 64.667%;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;  
	order: 3;	
	}	


#main .rangebox .range-item_1 figure { overflow: hidden; position: relative; }
#main .rangebox .range-item_2 figure { overflow: hidden; position: relative; } 
#main .rangebox .range-item_3 figure { overflow: hidden; position: relative; }	

#main .rangebox img { 
	max-width: 100%;
	height: auto;
	}
	

/* Lightbox mouse events ==== */

#main .rangebox a.pict:hover { 
	-webkit-filter: opacity(.4) blur(1px);
    filter: opacity(.4) blur(1px); 
	}

.ie #main .rangebox a.pict:hover { 
	filter:alpha(opacity=40); 	/* IE 5-7 */
	opacity: 0.4; 				/* CSS3 Standard */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-ms-filter: "progid:dxImageTransform.Microsoft.Blur(PixelRadius=1)"
	}

#main .rangebox a.pict:hover > img {
	transform: scale(1.05, 1.05); 
	transition: filter 2.85s; 
	}

#main .rangebox a.pict:hover  .zoom {
	display: block; 

	filter: none; 
	-moz-filter: opacity(1) blur(0px);	
	-webkit-filter: opacity(1) blur(0px);  
	
	-moz-transition: none;
	-webkit-transition: none; 
	-o-transition: color 0 ease-in;
	transition: none; 
	
	opacity: 1; 
	}	
	
.zoom { 
	position: absolute;
    display: none;
    top: 39.999%; 
    right: 0px;
	left: 0px;
    width: 40px; 
	height:40px;
    margin: 0 auto; 
    background: #000 url("../../files/moebel_schaefer/images/ico_zoom.png") center center no-repeat;
	z-index:100;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	} 

.ie .zoom { background: #828282 url("../../files/moebel_schaefer/images/ico_zoom.png") center center no-repeat; }

/* ******* */

#main .rangebox p a { margin: 10px 0 20px -4px; }

#main .rangebox a.date { 
	display: inline-block; 
	vertical-align: top;
	padding-left: 10px;
	font-family: "heros",arial,helevtica,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
	}

#main .rangebox a.date:before {
	content: "\e601";  
	font-family: 'icomoon';
	font-size: 14px;	
	padding-right: 4px;
	color: #2e54bf; font-weight: bold;
	}
	
#main .rangebox a.date:hover { color: #2e54bf; }	


/* Sale offers - Category lister
--------------------------------------------------------------------------- */	
.category_list { 
	margin: 10px 0 10px 0; 
	background: #fff url("../../files/moebel_schaefer/images/sale_mask.png") top right no-repeat; 
	}

.category_list  figure { position: relative; }
.category_list  figure  h2 { position: absolute; top: 0; left: 0; margin: 0; padding: 20px 50px 20px 30px;  }
.category_list  figure  h2 a { color: #fff; text-decoration: none; }

.category_list  figure  h2.category1 { background: url("../../files/moebel_schaefer/images/cat1bar.png") top right no-repeat; }
.category_list  figure  h2.category2 { background: url("../../files/moebel_schaefer/images/cat2bar.png") top right no-repeat; }
.category_list  figure  h2.category3 { background: url("../../files/moebel_schaefer/images/cat3bar.png") top right no-repeat; }
.category_list  figure  h2.category4 { background: url("../../files/moebel_schaefer/images/cat4bar.png") top right no-repeat; }
.category_list  figure  h2.category5 { background: url("../../files/moebel_schaefer/images/cat5bar.png") top right no-repeat; }
.category_list  figure  h2.category6 { background: url("../../files/moebel_schaefer/images/cat6bar.png") top right no-repeat; }
.category_list  figure  h2.category7 { background: url("../../files/moebel_schaefer/images/cat7bar.png") top right no-repeat; }

/* Basic Setup ---------------*/
.category_list {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	width: 100%;
	position: relative;
	margin: 14px 0px 14px 0px;
	}

/* -- Childs --- */
.category_list .image_container {
	display: flex block; 
	order: 1; 
	width: 57%;
	}

.category_list .teaser {
	vertical-align: top;
	padding-left: 3%;
	display: flex block; 
	order: 2;
	width: 31.333%;
	}

.category_list .teaser ul { margin-top: 6%; }		
.category_list .teaser li { line-height: 1.45em; }	
	
.category_list .teaser li:before { 	
	content: "\e601";  
	font-family: 'icomoon';
	font-size: 14px;	
	padding-right: 4px; 
	}

.category_list .teaser .more a { 
	padding: 4px 6px 4px 6px; 
	color: #fff; 
	background: #d9d8d8;
	text-decoration: none; 
	border: 1px solid #c9c8c8; 
	}	
	
.category_list .teaser .more a:after { 
	content: "\e601";   
	display: inline;
	font-family: 'icomoon'; 
	font-size: 14px; 
	font-weight: bold; 
	}	

.category_list .teaser .more a:hover { 
	color: #2e54bf; 
	border: 1px solid #2e54bf;  
	background: none; 
	}


/* Sale offers - Product lister
--------------------------------------------------------------------------- */	
/* Product lister headline styling === */
#wohnwelten-angebote-kueche-haushalt  h1,
#wohnwelten-angebote-esszimmer  h1 ,
#wohnwelten-angebote-wohnzimmer  h1,
#wohnwelten-angebote-schlafzimmer  h1,
#wohnwelten-angebote-buero-arbeit  h1,
#wohnwelten-angebote-junges-wohnen  h1,
#wohnwelten-angebote-accessoires-deko  h1 { margin-top: 0; padding: 12px 50px 12px 24px; color: #fff; }

#wohnwelten-angebote-kueche-haushalt  h1 { background: #fff url("../../files/moebel_schaefer/images/cat1bar.png") top left no-repeat; }
#wohnwelten-angebote-esszimmer  h1 { background: #fff url("../../files/moebel_schaefer/images/cat2bar.png") top left no-repeat; }
#wohnwelten-angebote-wohnzimmer  h1 { background: #fff url("../../files/moebel_schaefer/images/cat3bar.png") top left no-repeat; }
#wohnwelten-angebote-schlafzimmer  h1 { background: #fff url("../../files/moebel_schaefer/images/cat4bar.png") top left no-repeat; }
#wohnwelten-angebote-buero-arbeit  h1 { background: #fff url("../../files/moebel_schaefer/images/cat5bar.png") top left no-repeat; }
#wohnwelten-angebote-junges-wohnen  h1{ background: #fff url("../../files/moebel_schaefer/images/cat6bar.png") top left no-repeat; }
#wohnwelten-angebote-accessoires-deko  h1 { background: #fff url("../../files/moebel_schaefer/images/cat7bar.png") top left no-repeat; }


/* Product lister global config === */
.mod_productlist { background: #fff; margin-bottom: 20px; }
.mod_productlist .empty { padding-left: 1%; }

/* Product overview head === */
.mod_productlist .exit { 
	/* display: inline-block; */
	margin: 6px 0 0 0; 
	width: 100%; 
	border-bottom: 1px solid #c3c2c2;  
	text-align: center;
	background: #fff;
	}

.mod_productlist .exit .back { margin: 0; }

.mod_productlist .exit .back a { 
	display: block; 
	padding: 4px 0 4px 0; 
	font-family: "heros", arial, helevtica, sans-serif; 
	font-size: 0.875em; 
	color: #808080; 
	text-decoration: none; 
	}
	
.mod_productlist .exit .back a:before {
	content: "\25B3";   
	display: inline; 
	padding-right: 4px; 
	font-size: 16px;
/*	font-family: 'icomoon'; */
	}

	
/* Product item container === */	
.mod_productlist .exit .back a:hover { color: #2e54bf; }

.mod_productlist .product_container .teaser { 
	padding: 0 6px 0 6px; 
	border-right: 1px solid #c3c2c2; 
	}	


/* Product featured === */		
.mod_productlist .product_container .image_container { position: relative; }	
.mod_productlist .product_container .image_container .featured { position: absolute; top: 0; right: 0; }	
	
/* Product name === */	
.mod_productlist .product_container .teaser h2 { 
	margin: 10px 0 0 0; 
	font-family: "heros-regular", arial, helevtica, sans-serif; 
	font-weight: bold;
	font-size: 1em; 
	}	
	
.mod_productlist .product_container .teaser h2 a { 
	color: #000; 
	text-decoration: none; 
	}	

/* Sale offer price === */	
.mod_productlist .product_container .teaser .product_price { 
	display: block; 
	margin: 6px 0 4px 0; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #d20c23; 
	}

/* Alternate Price === */
.mod_productlist .product_container .teaser .product_alternat_price { 
	display: block; 
	font-size: 0.95em; 
	color: #454545;  
	}
.mod_productlist .product_container .teaser .product_alternat_price span { text-decoration: line-through; }
.mod_productlist .product_container .teaser .product_producer { margin: 6px 0 4px 0; }


/* Manufacturer info === */
.mod_productlist .product_container .teaser .product_producer .label { 
	display: inline-block; 
	font-size: 0.85em; 
	color: #454545; 
	}
	
.mod_productlist .product_container .teaser .product_producer .value { 
	display: inline; 
	font-size: 0.85em; 
	color: #454545; 
	}

	
/* Product calling button === */	
.mod_productlist .product_container p.more { margin: 10px 0 4px 4px;}

.mod_productlist .product_container .more a { 	
	padding: 2px 6px 2px 6px; 
	font-size: 0.8em;
	color: #fff; 
	background: #d9d8d8;
	text-decoration: none; 
	border: 1px solid #c9c8c8; 
	}

.mod_productlist .product_container .more a:after { 
	content: "\e601";   
	display: inline;
	font-family: 'icomoon'; 
	font-size: 12px; 
	font-weight: bold; 
	}	

.mod_productlist .product_container .more a:hover { 
	color: #2e54bf; 
	border: 1px solid #2e54bf;  
	background: none; 
	}	
	

	
/* Sale offers - Product reader
--------------------------------------------------------------------------- */		
.mod_productreader { margin: 40px 0 20px 0; background: #fff; }


.mod_productreader .product_object .label {display: inline-block; }
.mod_productreader .product_object .value {display: inline; }

.mod_productreader .product_full .teaser { 
	padding-bottom: 8px; 
	border: 1px solid #eee;/*c3c2c2; */
	background: #eee; /* #f7f7f7;*/
	}

	
/* Product overview head === */
.mod_productreader .exit { 
	display: block; 
	margin: 6px 0 4px 0; 
	width: 100%; 
	border-bottom: 1px solid #c3c2c2;  
	}

.mod_productreader .exit .back,
.mod_productreader .exit .over {  
	display: inline; 
	width: auto; 
	margin: 0; 
	}

.mod_productreader .exit .back { margin-left: 1%; }	
.mod_productreader .exit .over { padding-left: 34.333%; } 

.mod_productreader .exit .back a,
.mod_productreader .exit .over a { 
	display: inline-block; 
	padding: 4px 0 4px 0; 
	font-family: "heros", arial, helevtica, sans-serif; 
	font-size: 0.875em; 
	color: #808080; 
	text-decoration: none; 
	}
	
.mod_productreader .exit .back a:hover,
.mod_productreader .exit .back a:focus,
.mod_productreader .exit .over a:hover,
.mod_productreader .exit .over a:focus { color: #2e54bf; }	

.mod_productreader .exit .back a:before {
	content: "\e600";   
	display: inline; 
	padding-right: 4px; 
	font-size: 16px;
	font-family: 'icomoon'; 
	}
	
.mod_productreader .exit .over a:before {
	content: "\25B3";   
	display: inline; 
	padding-right: 4px; 
	font-size: 16px;
	}	


/* Product featured === */		
.mod_productreader .product_full .image_container { position: relative; text-align: right; }	
.mod_productreader .product_full .image_container .featured { position: absolute; top: 0; right: 0; }	
	
	
/* Product item No. ==== */
.mod_productreader .product_full .teaser .product_anr {
	display: block;
	padding: 8px 0 0 2%;
	font-size: 0.85em; 
	color: #000;
	}
	
.mod_productreader .product_full .teaser .product_anr  .label { color: #ab8096; }	

	
/* Product Title ==== */	
.mod_productreader .product_full .teaser .headline h1 {
	margin: 10px 0 0 0;
	padding-left: 2%;
	font-family: "heros-regular", arial, helevtica, sans-serif; 
	font-weight: bold;
	font-size: 1.15em; 
	}
	
.mod_productreader .product_full .teaser p { 	padding-left: 2%; }	

/* Sale offer Price === */
.mod_productreader .product_full .teaser .product_price { 
	display: block; 
	margin: 4px 0 0 0; 
	padding: 6px 0 4px 2%;
	font-size: 1.2em; 
	font-weight: bold; 
	color: #d20c23; 
	background: #ffd1b2;
	border-top: 2px solid #d20c23; 		
	}
 
 
/* Alternate Price === */
.mod_productreader .product_full .teaser  .product_mark { 
	display: block; 
	padding: 2px 0 8px 28px;
	font-size: 0.95em; 
	color: #454545;  
	background: #ffd1b2;
	}
	
.mod_productreader .product_full .teaser  .product_mark .value { 
	color: #000; 
	text-decoration: line-through; 
	}

.mod_productreader .product_full .teaser  .price_info { 
	display: block; 
	margin: 0 0 4px 0; 
	padding: 10px 0 10px 2%;
	font-size: 0.85em; 
	color: #ab8096;
	border-top: 2px solid #d20c23; 
	}
	

/* Product manufacturer === */
.mod_productreader .product_full .teaser  .product_producer {
	display: block; 
	padding: 3px 0 3px 2%;
	font-size: 0.9em; 
	color: #454545;
	}
	
/* Delivery status === */
.mod_productreader .product_full .teaser .product_available {
	display: block; 
	padding: 3px 0 3px 2%;
	font-size: 0.9em; 
	color: #454545;
	}	
	
.mod_productreader .product_full .teaser .product_available .value { 
	color:#ff6600;/* #0e468e;*/
	font-weight: bold; 
	}	

/* Publication Date, Amout, color, dimension === */
.mod_productreader .product_full .teaser .product_date,
.mod_productreader .product_full .teaser .product_amount,
.mod_productreader .product_full .teaser .product_color,
.mod_productreader .product_full .teaser	.product_dimension {
	display: block; 
	padding: 3px 0 3px 2%;
	font-size: 0.9em; 
	color: #454545;
	}
	
	
/* Product enclosure ================= */
.mod_productreader .product_full .teaser .product_enclosure {
	display: block; 
	margin: 8px 0 0 0; 
	}
	
.mod_productreader .product_full .teaser .product_enclosure a { 
	display: inline-block; 
	vertical-align: bottom;
	font-family: "heros",arial,helevtica,sans-serif;
	font-size: 14px!important;
	line-height: 1.5em;
	color: #454545;
	text-decoration: none; 	
	padding-top: 10px;
	border-top: 1px solid #c3c2c2; 	
	width: 98%;
	}

.mod_productreader .product_full .teaser .product_enclosure a:hover,
.mod_productreader .product_full .teaser .product_enclosure a:focus { color: #2e54bf;  } 	
	
.mod_productreader .product_full .teaser .product_enclosure a:before { 
	vertical-align: top;
	content: "\e605";  
	font-family: 'icomoon';
	font-size: 26px;	
	padding-right: 4px;
	color: #454545; /* #2e54bf; */
	}

	
/* Product features ================= */	
.mod_productreader .product_full .product_features { padding: 0 2% 0 2%; }

.mod_productreader .product_full .product_features h3 { 
	margin: 0; 
	line-height: 1.75em; 
	color: #454545; /*d33d8c;*/ 
	}

.mod_productreader .product_full .product_features ul { 
	list-style-type: square; 
	padding-left: 20px; 
	}

.mod_productreader .product_full .product_features li { color: #454545; }



/* Product description ================= */	
.mod_productreader .product_full .product_description { padding: 0 2% 0 2%; }
	
.mod_productreader .product_full .product_description  h3 { 
	margin: 0; 
	line-height: 1.75em; 
	color: #454545; 
	}	
	
.mod_productreader .product_full .product_features p { color: #454545; }



/* Product Order ================= */	
.mod_productreader .product_full .product_order { 
	margin-top: 0; 
	margin-bottom: 20px; 
	padding: 10px 2% 0 2%; 
	border: 4px solid #c3c2c2; 
	}
	
.mod_productreader .product_full .product_order  h3 { 
	margin: 0; 
	line-height: 1.75em; 
	color: #454545; 
	}	
	
.mod_productreader .product_full .product_order p { color: #454545; }

.mod_productreader .product_full .product_order p a { 
	color: #454545; 
	text-decoration: none; 
	}

	
/* Current News - Article lister
--------------------------------------------------------------------------- */	
.layout_latest.grid_10 { 
	margin-top: 0; 
	margin-bottom: 0; 
	}

.news-image-teaser:first-child {
    margin-top: 1.5em;
	margin-bottom: 1.5em; 
	border-top: 1px solid #fff;
	}

.news-image-teaser {
    position: relative;
    margin: 0;
	}

.news-image-teaser:before {
    content: "";
    display: table;
	}

.layout_latest .image_container {
    float: right;
    max-width: 35%;
    margin-left: 5%;
	border: 1px solid #fff;
	}

.news-image-teaser-date {
    position: absolute;
    right: 0.71429em;
    top: 0px;
    width: 1.85714em;
    padding: 0.25em 0px 0.32143em;
    font-size: 1.86667em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #7f5a58 none repeat scroll 0% 0%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); 
	}

.news-image-teaser-date b {
    display: block;
    margin: -0.05882em 0px 0px;
    font-size: 0.60714em;
    font-weight: normal;
    text-transform: uppercase;
	}

.news-image-teaser h2 {
    margin: 0.35em 3.21429em 0.35714em 0px;
    font-size: 1.86667em;
    font-weight: normal;
    line-height: 1.28607;
    color: inherit;
	}

.news-image-teaser h2 a {
    color: #7f5a58;
    text-decoration: none; 
	}
	
.news-image-teaser h2 a:hover, 
.news-image-teaser h2 a:focus {	
	color: #0788ca; 
	}


.news-image-teaser-info { 
    font-size: 0.9em;
    color: inherit;
	/* max-width: 54%; */
	}

.news-image-teaser-info time { 
	padding: 0 4px 0 4px; 
	background: #7f5a58; 
	color: #fff; 
	}	
	
.layout_latest .teaser p {
	margin: 10px 0 0 0;
    font-size: 1.05em;
    line-height: 1.5em;
    color: #454545;
	}
	
.news-image-teaser .teaser { width: 60%; }	

	
.layout_latest p.more { 
	margin: 10px 0 0 0;
	font-family: "heros-italic",arial,helevtica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none; 
	}	

.layout_latest p.more a {  
	color:#7f5a58; 
	text-decoration: none; 
	}

.layout_latest p.more a:hover, 
.layout_latest p.more a:focus { color: #0788ca; }


/* Current News - Article Reader
--------------------------------------------------------------------------- */
.mod_newsreader { margin: 30px 0 0 0; }

.mod_newsreader  .back.last { 
	margin: 10px 0 20px 1%; 
	padding-top: 16px; 
	border-top: 1px solid #f0f0f0; 
	}

.mod_newsreader  .back a { 
	margin: 0 0 0 1%; 
	font-family: "heros-regular",arial,helevtica,sans-serif;
	color: #000;  
	text-decoration: none;
	}
	
.mod_newsreader  .back.last a { margin-left: 0; } 	

.mod_newsreader  .back a:hover,
.mod_newsreader  .back a:focus { color: #2e54bf; }

.mod_newsreader  .back a:before {
	content: "\e600";   
	display: inline; 
	padding-right: 4px; 
	font-size: 16px;
	font-family: 'icomoon'; 
	}


.layout_full { border-top: 1px solid #fff; }

.news-article-full { padding: 0 0 0 6.333%; }

.news-article-full h1 {
	margin: 0.35em 4.21429em 0.35714em 0px;
	font-size: 1.86667em;
	font-weight: normal;
	line-height: 1.28607;
    color: #7f5a58;
	}
	
.news-article-full h2 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-size: 1.45em;
	font-weight: normal;
	line-height: 1.28607;
    color: #454545;
	}	

.news-article-full .image_container { 
	width: 75%; 
	margin: 20px 0px 1.5% 0px; 
	background: #b3ab97; 
	}
	
.news-article-full .image_container .figcaption, 
.news-article-full .image_container figcaption {
    color: #fff;
    font-family: "heros",arial,helevtica,sans-serif;
    font-size: 12px;
	}
	
.news-article-full .image_container .figcaption, 
.news-article-full .image_container figcaption { 
	padding: 2px 4px 2px 4px;
    line-height: 1.7;
	}	

.news-article-teaser  { 
	width: 75%; 
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-weight: bold;
	}

.news-article-body {
	width: 75%;
	margin: 0;
    font-size: 1.05em;
    line-height: 1.5em;
    color: #454545;
	}	
	
.news-article-body h1,
.news-article-body h2,
.news-article-body h3 {
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-size: 1.45em;
	font-weight: normal;
	line-height: 1.28607;
    color: #454545;
	}


.news-article-full .enclosure { margin: 10px 0 10px 0; }	
	
.news-article-full .enclosure  a {
	display: inline-block;
	vertical-align: top; 
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-size: 1em!important;
	line-height: 1.5em; 
	color: #454545;
	text-decoration: none;
	}	
	
.news-article-full .enclosure  a:before { 
	display: inline-block; 
	padding-right: 8px; 
	vertical-align: bottom; 
	font-size: 32px!important; 
	color: #7f5a58;
	}

.news-article-full .enclosure  a span { 
	margin-left: 20px; 
	display: inline-block; 
	font-size: 0.8em; 
	}

.news-article-full .enclosure a:hover,
.news-article-full .enclosure a:focus { color: #2e54bf; }


/* Current News - Article Reader
--------------------------------------------------------------------------- */
#info-map { 
	background: #ecebeb; 
	}

#info-map .dlh_googlemap { 
	width: 100%!important; 
	max-width: 100%;
	}

	
/* Impressum and law information
--------------------------------------------------------------------------- */	
#impressum h3 ,
#datenschutz h3 {
	margin: 0; 
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: initial;
    color: #b86f41;
	}

#impressum p,
#datenschutz p { 
	margin-top: 0; 
	color: #454545; 
	} 
	
#impressum p a,
#datenschutz p a { 
	color: #454545; 
	text-decoration: none;
	} 	

#impressum a:hover,
#impressum a:focus,
#datenschutz a:hover,
#datenschutz a:focus { color: #2e54bf; }


/* Global image Container
--------------------------------------------------------------------------- */	
#main .ce_image {     
	max-height: 450px;
	overflow: hidden;
	}

#main .ce_image img {     
    margin-top: -16%;
    padding-top: 10%;
	}	
	
	
/* Download files
--------------------------------------------------------------------------- */		
.ce_download { 
	margin: 0 0 0 1%; 
	padding: 0.53333em 0px;
	width: 81.333%; 
	border-bottom: 1px solid #fff;
	}
	
.ce_download  a {
	display: inline-block;
	vertical-align: top; 
	font-family: "heros-regular",arial,helevtica,sans-serif;
	font-size: 1em!important;
	line-height: 1.5em; 
	color: #454545;
	text-decoration: none;
	}	
	
.ce_download a:before { 
	display: inline-block; 
	padding-right: 8px; 
	vertical-align: bottom; 
	font-size: 32px!important; 
	color: #7f5a58;
	}	

.ce_download  span.size { 
	float: right;
	margin: 8px 4px 0 0;
	display: inline-block; 
	font-size: 0.8em; 
	color: #454545;
	}

.ce_download a:hover,
.ce_download a:focus { color: #2e54bf; }	

	
	
@media only screen and (min-width: 1024px) and (max-width: 1289px) {	
/* Teaser styling startpage
--------------------------------------------------------------------------- */		
.layout_latest_start .newstext h2 { 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 340px;
	-moz-binding: url("../../files/moebel_schaefer/lib/bindings.xml#ellipsis");	
	}

.teaserbox .teaser { top: 5px; }		
	
}
	
	
/********************************************************************************************* 
2. Tablets 960px - iPads landscape (mediaqueries)
*********************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1024px) {

/* Header Container
--------------------------------------------------------------------------- */
#header .ce_image  .image_container { 
	padding: 0px 46px 7px 15px; 
	}	

.safari  #header	.ce_image  .image_container,	
.chrome  #header	.ce_image  .image_container { 
	padding: 0px 46px 6px 15px; 
	}	


/* --- Aktionsteaser ----- */
.aktion figure { margin-bottom: -9.799%; }

.aktion figure  img { 
	margin-top: -18.333%; 
	padding-top: 5.333%; 
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}

	
/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 0; }		
#main .ce_rsce_infobox.grid_4 { width: 100%!important; }		

}	


/********************************************************************************************* 
3.  Tablet 720px+ - iPads portrait (mediaqueries)
*********************************************************************************************/	
@media only screen and (min-width: 720px) and (max-width: 959px) {
/* Header Container
--------------------------------------------------------------------------- */

#header .ce_image { 	max-width: 170px; }

#header .ce_image  .image_container { 
	padding: 8px 20px 15px 10px
	}	

.safari #header .ce_image  .image_container,	
.chrome #header .ce_image  .image_container { 
	padding: 8px 20px 14px 10px
	}	

	
/* Slider living world styling
--------------------------------------------------------------------------- */	
#slider .mod_rocksolid_slider .panel { min-height: 98px; }	

#slider  .mod_rocksolid_slider .ce_headline { 
	margin: 0;
	padding: 16px 0px 0px 20px;
	max-width: 34%; 
	min-width: 348px; 
	height: 98px;
	background: #fff; 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	font-size: 1.15em; 
	line-height: 1.15em;
	/*font-style: italic;*/
	text-transform: uppercase; z-index:2;
	}	

#slider  h1:after {
	content:"";
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top left no-repeat; 
	padding-left: 326px; 
	position: absolute; 
	top: 0; 
	left: 346px; 
	height: 100%;
    overflow: hidden; z-index:1;
	}	
	

#slider  .rsts-slide .ce_headline span { 
	display: inline;
	font-size: 80%!important;
	color: #666;
	}

#slider  .rsts-slide .ce_headline p a { 
	font-size: 0.7em; 
	}
	
	
/* Teaser styling startpage
--------------------------------------------------------------------------- */		
.layout_latest_start .newstext h2 { 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 340px;
	-moz-binding: url("../../files/moebel_schaefer/lib/bindings.xml#ellipsis");	
	}

.teaserbox .teaser { top: 0px; }	
	
.layout_latest_start figure { padding-bottom: 9.459%;}	
	
/* --- Aktionsteaser ----- */
.aktion figure { margin-bottom: -12.799%; }

.aktion figure  img { 
	margin-top: -21.333%; 
	padding-top: 10.333%; 
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}	

/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 0; }		
#main .ce_rsce_infobox.grid_4 { width: 100%!important; }		

/* Sale offers - Product lister
--------------------------------------------------------------------------- */
.mod_productlist .product_container p.more {
    margin: 10px 0px 4px 6px;
	}

	
}



/********************************************************************************************* 
4.  Smartphone 481px & 719px
*********************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 719px) {

#header .ce_image { 	max-width: 170px; }

#header .ce_image  .image_container { 
	padding: 8px 20px 15px 10px
	}	

.safari  #header .ce_image  .image_container,	
.chrome  #header .ce_image  .image_container { 
	padding: 8px 20px 16px 10px
	}
	
/* Slider living world styling
--------------------------------------------------------------------------- */		
#slider   { 
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: inherit; 
	}	
	
#slider .mod_rocksolid_slider { max-height: 100%;  }	

#slider .rsts-slide .image_container { height: 100%; max-height: 301px; }

.rsts-slides, .rsts-slide, .rsts-thumbs-slides, .rsts-thumbs-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 118px;
	}
	
#slider .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 130px; 
	}	
	
#slider .mod_rocksolid_slider .panel { display: none; }	

#slider .mod_rocksolid_slider .inside {     
	position: absolute;
	top: inherit;
    bottom: 0px!important;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1188px;
    margin: 0px auto;
	}	

	
/* Pageimage Container
-------------------------------------------------------------------------------- */
.categoryzone  .cathead { 
	bottom: 10px;  
	}
	
.categoryzone  .flexhead { 
	position: absolute; 
	bottom: 22px;  
	height: 38px; 
	}	

.categoryzone  .cathead:after { 
	content:""; 
	width: 20px; 
	height: 57%; 
	dispay: block; 
	position: absolute; 
	right: -20px; 
	top: 16px;
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top right no-repeat; 
	}

.categoryzone .cathead h2 { padding: 15px 10px 15px 10px; font-size: 16px; }	


/* Teaser styling startpage
--------------------------------------------------------------------------- */		
.layout_latest_start figure { padding-bottom: 9.619%;}	


/* --- Aktionsteaser ----- */
.aktion figure { margin-bottom: -8.333%; }

.aktion figure  img { 
	margin-top: -16.333%; 
	padding-top: 5.333%; 
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}

/* Manufacturer brand slider
--------------------------------------------------------------------------- */	
#brandbar { 
	max-height: 100px;
	overflow: hidden;
	}
	
#manufact .rsts-prev, #manufact .rsts-next { 
	position: absolute;
	top: 0!important; 
	}	

#manufact .rsts-prev:before, 
#manufact .rsts-next:before { 
	display: block;
	padding-bottom: 500px!important;
	}	

.chrome	#manufact .rsts-prev:before,
.chrome	#manufact .rsts-next:before,
.safari	#manufact .rsts-prev:before,
.safari	#manufact .rsts-next:before { padding-top: 13.133%!important; }	


/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 0; }		
#main .ce_rsce_infobox.grid_4 { width: 100%!important; }	



/* Sale offers - Category lister
--------------------------------------------------------------------------- */	
/* Media querie --------------- */
.category_list {
	flex-direction: row;
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;	
	
	width: 100%;
	position: relative;
	margin: 14px 0px 14px 0px;
	}
	
	
/* -- Childs --- */
.category_list .image_container {
	display: flex block; 
	-webkit-order: 1;
	order: 1; 
	width: 100%;
	}

.category_list .teaser {
	vertical-align: top;
	padding-left: 3%;
	display: flex block; 
	-webkit-order: 2;
	order: 2;
	width: 100%;
	}

.category_list { background-image: none; }	
.category_list .teaser ul { margin: 2% 0 2% 0; }	

.category_list .teaser { padding-bottom: 20px; }
.category_list .teaser .more { margin: 4px 0 0 0; }
.category_list .teaser .more a {display: inline-block; width: 94%; }

.category_list .teaser .more a:after { float: right; }


/* Sale offers - Product lister
--------------------------------------------------------------------------- */
.mod_productlist .product_container p.more {
    margin: 10px 0px 4px 6px;
	}
	

	/* Sale offers - Product reader
--------------------------------------------------------------------------- */	
.mod_productreader .teaser.grid_5 { width: 46.666%!important; }

.mod_productreader .product_feature.grid_9,
.mod_productreader .product_description.grid_9, 
.mod_productreader .product_order.grid_9 {width: 92.999%!important;}

/* Current News - Article lister
--------------------------------------------------------------------------- */	
.layout_latest .image_container {
	float: none;
	margin-left: 0;
    max-width: 65%; 
	}
.news-image-teaser h2,
.news-image-teaser .teaser { width: 98%; }	


/* Current News - Article Reader
--------------------------------------------------------------------------- */
.news-article-full { padding: 0; }

.news-article-teaser,
.news-article-body {
    width: 98%; 
	}

/* Download files
--------------------------------------------------------------------------- */		
.ce_download { width: 98%; }		

} 


/********************************************************************************************* 
5.  Smartphone 320px & 480px
*********************************************************************************************/
@media only screen and (min-width: 320px) and (max-width: 480px) { 

#header .ce_image { 	max-width: 170px; }

#header .ce_image  .image_container { 
	padding: 8px 20px 15px 10px
	}	

.safari  #header .ce_image  .image_container,	
.chrome  #header .ce_image  .image_container { 
	padding: 8px 20px 16px 10px
	}
	
/* Slider living world styling
--------------------------------------------------------------------------- */		
#slider   { 
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: inherit; 
	}	
	
#slider .mod_rocksolid_slider { max-height: 100%;  }	

#slider .rsts-slide .image_container { height: 100%; max-height: 301px; }

.rsts-slides, .rsts-slide, .rsts-thumbs-slides, .rsts-thumbs-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 118px;
	}
	
#slider .rsts-skin-default .rsts-nav {
    position: absolute;
    right: 0px;
    bottom: 130px; 
	}	
	
#slider .mod_rocksolid_slider .panel { display: none; }	

#slider .mod_rocksolid_slider .inside {     
	position: absolute;
	top: inherit;
    bottom: 0px!important;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1188px;
    margin: 0px auto;
	}	

	
/* Pageimage Container
-------------------------------------------------------------------------------- */
.categoryzone  .cathead { 
	bottom: 10px;  
	}
	
.categoryzone  .flexhead { 
	position: absolute; 
	bottom: 22px;  
	height: 38px; 
	}	

.categoryzone  .cathead:after { 
	content:""; 
	width: 20px; 
	height: 57%; 
	dispay: block; 
	position: absolute; 
	right: -20px; 
	top: 16px;
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top right no-repeat; 
	}

.categoryzone .cathead h2 { padding: 15px 10px 15px 10px; font-size: 16px; }	


/* Teaser styling startpage
--------------------------------------------------------------------------- */		
.layout_latest_start figure { padding-bottom: 9.619%;}	


/* --- Aktionsteaser ----- */
.aktion figure { margin-bottom: 0; /* -8.333%; */ }

.aktion figure  img { 
	margin-top: 0; /* -16.333%; */
	padding-top: 0; /* 5.333%; */
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}

/* Manufacturer brand slider
--------------------------------------------------------------------------- */	
#brandbar { 
	max-height: 90px;
	overflow: hidden;
	}
	
#manufact .rsts-prev, #manufact .rsts-next { 
	position: absolute;
	top: 0!important; 
	display: none;
	}	

#manufact .rsts-prev:before, 
#manufact .rsts-next:before { 
	display: none!important;
	}	

/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 0; }		
#main .ce_rsce_infobox.grid_4 { width: 100%!important; }	

/* Sale offers - Category lister
--------------------------------------------------------------------------- */	
/* Media querie --------------- */
.category_list {
	flex-direction: row;
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;	
	
	width: 100%;
	position: relative;
	margin: 14px 0px 14px 0px;
	}
	
	
/* -- Childs --- */
.category_list .image_container {
	display: flex block; 
	-webkit-order: 1;
	order: 1; 
	width: 100%;
	}

.category_list .teaser {
	vertical-align: top;
	padding-left: 3%;
	display: flex block; 
	-webkit-order: 2;
	order: 2;
	width: 100%;
	}

.category_list { background-image: none; }	
.category_list .teaser ul { margin: 2% 0 2% 0; }	

.category_list .teaser { padding-bottom: 16px; }
.category_list .teaser .more { margin: 4px 0 0 0; }
.category_list .teaser .more a {display: inline-block; width: 92%; }

.category_list .teaser .more a:after { float: right; }


/* Sale offers - Product lister
--------------------------------------------------------------------------- */
.mod_productlist .product_container .teaser {
    padding: 0px 10px;
    border-right: none;
	}

.mod_productlist .product_container p.more {
    margin: 10px 0px 4px 10px;
	}	


/* Sale offers - Product reader
--------------------------------------------------------------------------- */	
.mod_productreader .product_image.grid_6 { margin-bottom: -10px; }

.mod_productreader .teaser.grid_5 { padding-top: 4px;
	width: 99.599%!important; 	
	border-top: none; 
	border-left: none; 
	border-right: none; 
	}
	
.mod_productreader .product_feature.grid_9,
.mod_productreader .product_description.grid_9, 
.mod_productreader .product_order.grid_9 {width: 96.399%!important;}

.mod_productreader .product_full .product_order { 
	margin-top: 30px; 
	border-left: none; 
	border-right: none; 
	border-bottom: none; 
	}
	
/* Current News - Article lister
--------------------------------------------------------------------------- */	
.news-image-teaser:first-child {
    margin-top: 10px;
	}

.layout_latest .image_container{
    float: none;
    max-width: 98%;
    margin-left: 0;
	margin-bottom: 0.66667em;
	}	
	
.news-image-teaser h2,
.news-image-teaser .teaser { width: 98%; }

/* Current News - Article Reader
--------------------------------------------------------------------------- */
.news-article-full { padding: 0; }

.news-image-teaser-date { display: none; }

.news-article-full h1 { margin-right: 0; }

.news-article-full .image_container,
.news-article-teaser,
.news-article-body {
    width: 98%; 
	}

/* Download files
--------------------------------------------------------------------------- */		
.ce_download { width: 98%; }	

.ce_download a {
	white-space: nowrap;
   overflow: hidden;
   width: 78%;
   text-overflow: ellipsis;
	}	

	
}
 

/********************************************************************************************* 
6.  Smartphone lt 320px
*********************************************************************************************/ 
@media only screen and ( max-width: 319px) {
/* Header Container
--------------------------------------------------------------------------- */
#header { margin-top: 0; }	
	
#header .ce_image { 	max-width: 130px; }

#header .ce_image  .image_container { 
	padding: 18px 10px 17px 5px
	}
	
/* Slider living world styling
--------------------------------------------------------------------------- */		
#slider .mod_rocksolid_slider .panel,
#slider .mod_rocksolid_slider .inside {display: none; }	

#slider .rsts-skin-default .rsts-nav { bottom: 6px; }	


/* Pageimage Container
-------------------------------------------------------------------------------- */
.categoryzone .inside { background: url("../../files/moebel_schaefer/images/cat_bar.png") center -57px no-repeat; }

.categoryzone  .cathead { 
	bottom: 10px;  
	}

.categoryzone  .flexhead { 
	position: absolute; 
	bottom: 22px;  
	height: 37px; 
	}		
	
.categoryzone  .cathead:after { 
	content:""; 
	width: 20px; 
	height: 57.5%; 
	dispay: block; 
	position: absolute; 
	right: -12px; 
	top: 14px;
	background: url("../../files/moebel_schaefer/images/sld_edge.png") top right no-repeat; 
	}

.categoryzone .cathead h2 { padding: 15px 10px 15px 0px; font-size: 14px; }	

 /* Teaser styling startpage
--------------------------------------------------------------------------- */		
.layout_latest_start .newstext h2 { 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 340px;
	-moz-binding: url("../../files/moebel_schaefer/lib/bindings.xml#ellipsis");	
	}	

.teaserbox .teaser { top: 0px; }		

/* --- Aktionsteaser ----- */
.aktion figure { margin-bottom: 0; }

.aktion figure  img { 
	margin-top: 0; 
	padding-top: 0; 
	width: 100%; 
	max-width: 100%; 
	height: auto; 
	}
	
/* Manufacturer brand slider
--------------------------------------------------------------------------- */	
#brandbar { 
	max-height: 80px;
	overflow: hidden;
	}
	
#manufact .rsts-prev, #manufact .rsts-next { 
	position: absolute;
	top: 0!important; 
	display: none;
	}	

#manufact .rsts-prev:before, 
#manufact .rsts-next:before { 
	display: none!important;
	}		

/* RSCE Infobox panel inside content
--------------------------------------------------------------------------- */
#main .ce_rsce_infobox { margin-top: 0; }		
#main .ce_rsce_infobox.grid_4 { width: 100%!important; }		


/* Sale offers - Category lister
--------------------------------------------------------------------------- */	
/* Media querie --------------- */
.category_list {
	flex-direction: row;
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;	
	
	width: 100%;
	position: relative;
	margin: 14px 0px 14px 0px;
	}
	
	
/* -- Childs --- */
.category_list .image_container {
	display: flex block; 
	-webkit-order: 1;
	order: 1; 
	width: 100%;
	}

.category_list .teaser {
	vertical-align: top;
	padding-left: 3%;
	display: flex block; 
	-webkit-order: 2;
	order: 2;
	width: 100%;
	}

.category_list { background-image: none; }	
.category_list .teaser ul { margin: 2% 0 2% 0; }	

.category_list .teaser { padding-bottom: 12px; }
.category_list .teaser .more { margin: 4px 0 0 0; }
.category_list .teaser .more a {display: inline-block; width: 98%; }

.category_list .teaser .more a:after { float: right; }


/* Current News - Article lister
--------------------------------------------------------------------------- */	
.news-image-teaser:first-child {
    margin-top: 10px;
	}

.layout_latest .image_container{
    float: none;
    max-width: 98%;
    margin-left: 0;
	margin-bottom: 0.66667em;
	}	
	
.news-image-teaser h2 ,
.news-image-teaser .teaser { width: 98%; }

/* Current News - Article Reader
--------------------------------------------------------------------------- */
.news-article-full { padding: 0; }

.news-image-teaser-date { display: none; }

.news-article-full h1 { margin-right: 0; }

.news-article-full .image_container,
.news-article-teaser,
.news-article-body {
    width: 98%; 
	}

/* Download files
--------------------------------------------------------------------------- */		
.ce_download { width: 98%; }	
.ce_download span.size { display: none; }
.ce_download a {
	white-space: nowrap;
   overflow: hidden;
   width: 98%;
   text-overflow: ellipsis;
	}

} 



/********************************************************************************************* 
7.  Special adaption for separate elements
*********************************************************************************************/  

/* A. Teaser cropping ************************************************************************/
@media only screen and (min-width: 482px) and (max-width: 863px) { 
/* Teaser styling startpage
--------------------------------------------------------------------------- */
.layout_latest_start .newstext {	padding: 10px 16px 10px 16px; }
		
.layout_latest_start .newstext h2 { 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 340px;
	-moz-binding: url("../../files/moebel_schaefer/lib/bindings.xml#ellipsis");	
	}
	
.teaserbox .teaser { 
	top: 0px; 
	padding: 20px 16px 20px 16px; }	

}

@media only screen and (min-width: 479px) and (max-width: 640px) { 
.teaserbox .teaser.form p { margin-top: 2px; font-size: 1.15em; line-height: 1em;	}
}


@media only screen and (max-width: 420px) {
.layout_latest_start .newstext {	padding: 10px 16px 10px 16px; }

.layout_latest_start .newstext h2 { 
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 340px;
	-moz-binding: url("../../files/moebel_schaefer/lib/bindings.xml#ellipsis");	
	}

.teaserbox .teaser { top: 0px; }	
} 



/* B. Categoryzone **************************************************************************/
@media only screen and (min-width: 320px) and (max-width: 399px) {
.categoryzone .inside { background: url("../../files/moebel_schaefer/images/cat_bar.png") center -57px no-repeat; }
}





/*********************************************************************************************
Project: Menu-System for SCHÄFER Möbel, Althengstett
URI: http://schaefermoebel.de/
Version: 1.0
Author: M. Lesch 
Author URI: http://www.trendvektor.de
**********************************************************************************************/
.offcanvas { display: none; }	

#header .mod_navigation { 
	display: inline-block; 
	vertical-align:bottom;
    max-width: 640px; 	
	}
	
#header .level_1 {
    padding: 0px;
    margin: 0px;
	list-style-type: none; 
	}
	
#header .level_1:after {
    clear: both;
    content: " ";
    font-size: 0;
    height: 0;
    display: block; 
	}	

#header .level_1 li,	
#header .level_1 li.submenu, 
#header .level_1 li.sibling, 
#header .level_1 li.trail { 
    list-style: none; 
	display: inline-block;
    float: left;
	}	
	
#header .level_1 li a, 
#header .level_1 li span.active { 
    text-decoration: none;
    display: block;
    color: #444;
    padding: 8px 14px 20px 14px;	
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	font-weight: normal;
	font-size: 1.09em;
	text-transform: uppercase;
	}

#header .level_1 li.active  > span,	
#header .level_1 li.trail > a {
    color: #2e54bf; 
	cursor: pointer;
	}	
	
	
/* --------- Submenu Panels ---------------- */
#header .level_1 li:hover > div .level_2 li a,
#header .level_1 li:hover > div .level_2 li span.active { 
	text-transform: none;
	padding: 10px 16px 10px 16px;
	font-size: 1em;
	font-family: "heros", arial, helevtica, sans-serif; 
	font-style: normal;	
	text-transform: none;	
    background-color: #fff;  
	}	

#header .level_1 li div .level_2 li span { 
	display: block;
	text-transform: none;
	padding: 10px 16px 10px 16px;
	font-size: 1em; 
	}	

#header .level_1 li:hover > a,
#header .level_1 li:hover > span.active {
	background-color: #fff;
    color: #2e54bf; 
	}
	
#header .level_1 li:hover > div  {
    display: block; 
	z-index:40;
	}

#header .level_1 li div {
    display: none;
    position: absolute; 
	left: 0;  
	width: 100%; 
    padding: 0px;
	}
	
#header.level_1 li div ul {
	float: none;
	}

/* ----- */	
#header .level_1 li div ul {
    list-style: none; 
	width: 33%;
    float: left;
	}	
	
#header .level_1 li div .level_2 li { /* Reset float sublevels */
	float: none; 
	display: block; 
	}	
	
#header.level_1 li ul li a { 
    color: #817b72; /* FAFAFA; */
	}
	
#header .level_1 li ul li a:hover {
	color: #2e54bf; 
	background-color: #f7f7f7!important; /* #FAFAFA*/
	}	
	
/* --------- Child-Decoration ----------- */	
#header .level_1 li:nth-child(1) div {
	background: #fff url("../../files/moebel_schaefer/images/bar_living.png") bottom center repeat-x; 
	}
	
#header .level_1 li:nth-child(2) div { 
	background: #fff url("../../files/moebel_schaefer/images/bar_service.png") bottom center repeat-x; 
	}	
	
#header .level_1 li:nth-child(3) div {
	background: #fff url("../../files/moebel_schaefer/images/bar_news.png") bottom center repeat-x; 
	}	

#header .level_1 li:nth-child(4) div {
	background: #fff url("../../files/moebel_schaefer/images/bar_company.png") bottom center repeat-x; 
	}	
	
	
/* Dialog function 
----------------------------------------------------------------------------- */	
#header .dialog { 
	float: right;
	display: inline-block; 
	vertical-align: top;
	}

#header .dialog ul li {
    list-style: none;
    float: left;
	}

#header .dialog ul li a { 
	padding-top: 36px; 
	margin: 0 4px 0 4px; 
    display: block;
    color: #444;	
	text-decoration: none;
	}	

#header .dialog ul li a:hover { color: #1c4bcd; }	
	
#header .dialog li span.ico-mail { 
	display: block; 
	padding-top: 3px; 
	font-size: 2.0em; 
	}

#header .dialog li span.ico-phone { font-size: 2.2em; }

#header .dialog ul li.offcanvas a { 
	padding-top: 24px;
	margin: 0; 
	}

#header .dialog li span.ico-toggler { 
	display: block; 
	padding-top: 3px; 
	width: 30px;
	height: 30px;
	background: url("../../files/moebel_schaefer/images/ico_toggler.png") center center no-repeat;
	}

#header .dialog ul li .ico-toggler:active, 
#header .dialog ul li .ico-toggler:focus,
#header .dialog ul li .ico-toggler:hover { 
	background: url("../../files/moebel_schaefer/images/ico_toggler-on.png") center center no-repeat; 
	}	
	


/* Breadcrumb styling 
----------------------------------------------------------------------------- */	
.mod_breadcrumb ul { 
    padding: 0px;
    margin: 20px 0 0 0;
	list-style-type: none; 
	border-bottom: 3px solid #e9e7e8;
	}
	
.mod_breadcrumb ul:after {
    clear: both;
    content: " ";
    font-size: 0;
    height: 0;
    display: block; 
	}	

.mod_breadcrumb ul li { 
    list-style: none; 
	display: inline-block;
    float: left;
	}

.mod_breadcrumb ul li.first:before { 
	content: "\e600"; 
	display: inline; 
	font-family: 'icomoon'; 
	font-size: 12px; 
	vertical-align: center; 
	}

.mod_breadcrumb ul li a,
.mod_breadcrumb ul li.active { 
	vertical-align: center;
	display: inline-block; 
	padding: 10px 5px 10px 5px; 
	font-family: "heros-italic", arial, helevtica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666; text-decoration: none;
	}	
 
.mod_breadcrumb ul li:after { 
	content: "\e601"; 
	display: inline; 
	font-family: 'icomoon'; 
	font-size: 12px; 
	vertical-align: center; 
	}
 
.mod_breadcrumb ul li.first:after { content:""; }
.mod_breadcrumb ul li.last:after { padding-left: 5px; }

.mod_breadcrumb ul li:nth-child(4) a { color: #3556a3!important; }

.mod_breadcrumb ul li:nth-child(4) > a:hover,
.mod_breadcrumb ul li:nth-child(4) > a:focus { color: #fff!important; }

.mod_breadcrumb ul li:nth-child(5),
.mod_breadcrumb ul li.article { display: none; }

.mod_breadcrumb ul li.first a { 
	padding-left: 4px; 
	margin-right: 50px;  
	}
 
.mod_breadcrumb ul li.active { color: #3556a3; }
 
.mod_breadcrumb ul li a:hover, 
.mod_breadcrumb ul li a:focus { color: #fff; }


/* Category Headline 
--------------------------------------------------------------------------------------------*/
.mod_breadcrumb h1 { 
	margin: 12px 0 14px 0; 
	padding: 0; 
	line-height: inherit; font-size: 1.85em;
	font-family: "heros-bolditalic", arial, helevtica, sans-serif;
	color: #e9e7e8; 
	text-transform: uppercase; 
	}


/* Megamenu Jumper 
------------------------------------------------------------------------------------------- */	
.level_2 li p.mega { 
	font-size: 0.9em; 
	line-height: 1.3em; 
	}	

.level_2 li p strong { 
	letter-spacing: 0.05em; 
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	text-transform: uppercase; 
	}
	
.level_2 li p.mega em { display: block; font-size: 90%; margin-top: 4px; color: #cc071d; font-weight: bold; }	
.level_2 li p.mega em.call { 
	font-family: "heros", arial, helevtica, sans-serif; 
	font-style: normal; 
	font-size: 100%; 
	color: #2e54bf;
	}

.level_2 li a:hover p.mega em, .level_2 li a:focus p.mega em { text-decoration: underline;}


/* Footer styling
------------------------------------------------------------------------------------------ */
#footer .mod_navigation {
	padding-top: 40px;
	}
	
#footer .mod_navigation ul {
    display: table;
	width: 100%;
	}	
	
#footer .mod_navigation ul li  {
    display: table-cell;
	width: 14.667%;
	}

#footer .mod_navigation li.adress  { width: 23%; }	

	
#footer .mod_navigation ul li ul li  {	
	display: block; 
	width: 100%; 
	}

#footer .mod_navigation ul li.aktuelles ul li  {
    display: table-row; 
	width: 100%; 
	text-align: left;
	}	
	
	
#footer .mod_navigation .level_1 li a {
	display: inline-block;
	margin-bottom: 20px;
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	text-transform: uppercase; 
	color: #c3c2c2;
	text-decoration: none;
	}

#footer .mod_navigation .level_1 li .level_2 li a {
	margin: 0;
	padding: 4px 0 4px 0;
	font-family: "heros-regular", arial, helevtica, sans-serif; 
	font-size: 0.875em;
	text-transform: none;
	color: #808080;
	text-decoration: none;
	}	

#footer .mod_navigation .level_1 li.trail a:hover, 
#footer .mod_navigation .level_1 li a:hover,	
#footer .mod_navigation .level_1 li .level_2 li a:hover,
#footer li.adress .adress_info a.email:hover,
#footer .mod_customnav ul li a:hover { color: #2e54bf; } 	

#footer .mod_navigation .level_1 li.trail a { color:#000; }

#footer .mod_navigation .level_1 li.trail.aktuelles ul li a { color: #c3c2c2; }
#footer .mod_navigation .level_1 li.trail.aktuelles ul li a:hover, 
#footer .mod_navigation .level_1 li.trail.aktuelles ul li a:focus { color: #2e54bf;  }

#footer .mod_navigation .level_1 li span {
	display: inline-block;
	margin-bottom: 20px;
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	text-transform: uppercase; 
	color: #0000ff;
	text-decoration: none;
	}

#footer .mod_navigation .level_1 li .level_2 li span { 
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-family: "heros", arial, helevtica, sans-serif;	
	font-size: 0.875em;
	text-transform: none;
	color: #0000ff;
	}
	
#footer .mod_navigation .level_1 li .mod_customnav ul li.active span {
	font-family: "heros-italic", arial, helevtica, sans-serif; 
	text-transform: uppercase; 
	font-size: 0.875em;
	color: #0000ff;
	}	


/* -- Adress rendering ---- */		
#footer li.adress .adress_info p {
	padding: 0px 0px 20px 20px;
	font-family: "heros", arial, helevtica, sans-serif; 
	font-size: 0.875em;
	color: #808080;
	border-left: 1px solid #c3c2c2;
	}	
	
#footer li.adress .adress_info p a { 
	display: inline; 
	font-family: "heros", arial, helevtica, sans-serif; 
	color: #808080;
	}	

#footer li.adress .adress_info a.email {
	font-family: "heros", arial, helevtica, sans-serif; 
	color: #808080;
	text-transform: none; 
	}
	
	
	
/* -- Custom navigation -------------------- */	
#footer .mod_customnav { }

#footer .mod_customnav ul {
    display: table;
	width: 100%;
	}
	
#footer .mod_customnav ul li.copy  {
    display: table-cell;
	width: 28.333%;
	font-size: 0.845em;
	color: #808080;
	}	
	
#footer .mod_customnav ul li.copy  em {	display: inline-block; padding-right: 6px; }
	
#footer .mod_customnav ul li  {
    display: table-cell;
	width: 7.333%;
	}	
#footer .mod_customnav ul li a {
	margin: 0;
	font-family: "heros-regular", arial, helevtica, sans-serif; 
	font-size: 0.875em;
	color: #808080;
	text-decoration: none;
	}	

#footer .mod_customnav li.social { width: 20%; }
	
#footer .mod_customnav .ico-facebook { font-size: 32px; margin: 0 0 0 -10px; }
	
#footer .mod_customnav ul li.active span {
	font-family: "heros", arial, helevtica, sans-serif; 
	font-size: 0.875em;
	color: #0000ff;
	}	

 
/* -------------------------------------------------------------------------------------------------*/
/* Tablets 960px - iPads (Landscape)
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.offcanvas { display: none; }


#header .level_1 li a, 
#header .level_1 li span.active { 
    padding: 8px 10px 20px 10px; 
	}	
	
/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_customnav .level_1 li.copy { margin-bottom: 4px; caption-side: top; display: table-caption; text-align: center; width: 100%; }

#footer .mod_customnav .level_1 li { display: table-cell; width: 20%; text-align: center; }

#footer .mod_customnav .level_1 li.social { display: table-cell; width: 20%; text-align: left; }

}	

@media only screen and (min-width: 1002px) and (max-width: 1024px) {
/* Dialog function ----------------------------- */	 
#header .dialog { display: inline-block; }
#header .dialog ul li a { 
	margin: 0 4px 0 4px; }	
}


	
/* -------------------------------------------------------------------------------------------------*/
/* Tablets 720px+ - iPads portrait
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 720px) and (max-width: 959px) {
.offcanvas { display: none; }	

#header .level_1 li a,
#header .level_1 li span.active {
    padding: 3px 8px 24px 8px; 
	font-size: 0.975em; 
	}

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

#footer .mod_customnav .level_1 li.copy { margin-bottom: 4px; caption-side: top; display: table-caption; text-align: center; width: 100%; }

#footer .mod_customnav .level_1 li { display: table-cell; width: 20%; text-align: center; }

#footer .mod_customnav .level_1 li.social { display: table-cell; width: 20%; text-align: left; }
	
}


@media only screen and (min-width: 748px) and (max-width: 806px) {
/* #header .dialog { display: none; }  */
#header .dialog ul li.phone  { display: none; }	
} 

@media only screen and (max-width: 800px) {
/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_navigation ul li  {
    display: table-cell;
	width: 25%;
	}

#footer .mod_navigation .level_1 li.adress { 
	caption-side: top; 
	display: table-caption; 
	text-align: center; 
	width: 100%; 
	}
#footer li.adress .adress_info p { 
	border-left: none; 		
	border-bottom: 1px solid #c3c2c2; }	

}


@media only screen and (min-width: 720px) and (max-width: 747px) {
#header .dialog { display: none; }  
} 




/* -------------------------------------------------------------------------------------------------*/
/* Smartphones lt 719px
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 400px) and (max-width: 719px) { 
#header .mod_navigation { display: none; }


.offcanvas { 
	display: block; 
	padding: 15px 16px 13px 16px; 
	}	
	
/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_customnav .level_1 li.copy { margin-bottom: 4px; caption-side: top; display: table-caption; text-align: center; width: 100%; }

#footer .mod_customnav .level_1 li { display: table-cell; width: 25%; text-align: center; }

#footer .mod_customnav .level_1 li.social { display: table-cell; width: 20%; text-align: left; }	
	
}


@media only screen and (max-width: 580px) {
/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_navigation ul li  {
    display: table-row;
	width: 100%;
	margin: 0;
	}

#footer .mod_customnav ul { margin: 0; }
	
#footer .mod_navigation ul li ul li  { display: none; }	

#footer .mod_navigation .level_1 li a,
#footer .mod_navigation .level_1 li span { margin: 0; }

#footer .mod_navigation .level_1 li.active span,
#footer .mod_navigation .level_1 li a { width: 100%; padding-bottom: 10px; border-bottom: 1px solid #c3c2c2; }

#footer .mod_navigation .level_1 li.aktuelles { padding: 0; margin: 0; }

#footer .mod_navigation .level_1 li.aktuelles .mod_customnav ul li { display: block; margin: 10px 0 10px 0;  }

#footer .mod_navigation .level_1 li.adress { 
	caption-side: top; 
	display: table-caption; 
	text-align: center; 
	width: 100%; 
	}
	
#footer .mod_navigation .level_1 li.last a { padding-top: 3px; }
	
#footer li.adress .adress_info p { 
	border-left: none; 		
	border-bottom: 1px solid #c3c2c2; }	

#footer li.adress .adress_info p a { border-bottom: none; width: auto; }	


/* Breadcrumb styling ----------------------------- */	
.mod_breadcrumb ul li:nth-child(4) { display: none; }
.mod_breadcrumb ul li:nth-child(5) { display: none; }


}


/* -------------------------------------------------------------------------------------------------*/
/* Phones lt 320px 
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 399px) { 
#header .mod_navigation { display: none; }

.offcanvas { 
	display: block; 
	padding: 15px 16px 13px 16px; 
	}	
	
#header .dialog ul li.mail, #header .dialog ul li.phone  { display: none; }	


/* Breadcrumb styling ----------------------------- */	
.mod_breadcrumb ul { display: none; }


/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_customnav .level_1 li.copy { margin-bottom: 8px; caption-side: top; display: table-caption; text-align: center; width: 100%; }

#footer .mod_customnav .level_1 li { margin: 8px 0 8px 0; display: table-row; text-align: center; width: 100%; height: 24px; }


}


@media only screen and (max-width: 319px) { 
#header .mod_navigation { display: none; }

.offcanvas { 
	display: block; 
	padding: 15px 16px 13px 16px; 
	}	
	
#header .dialog ul li.mail, #header .dialog ul li.phone  { display: none; }	

/* Breadcrumb styling ----------------------------- */	
.mod_breadcrumb ul { display: none; }


/* Footer styling
------------------------------------------------------------------------------------------ */	
#footer .mod_customnav .level_1 li.copy { margin-bottom: 8px; caption-side: top; display: table-caption; text-align: center; width: 100%; }

#footer .mod_customnav .level_1 li { margin: 8px 0 8px 0; display: table-row; text-align: center; width: 100%; height: 24px; }


}


/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/




/* Containers
----------------------------------------------------------------------------------------------------*/
#main .inside  { 
	display: block;
	width: 100%; 
	margin: 0 auto;
	/* margin-left: 4%;
	margin-right: 4%; */
	} 

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

[class*='grid_'] {
	/* float: left; */
	/* padding: 5px 0 5px 0; */
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%; 
	}



/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 12 Columns
--------------------------------------------------------------------------*/
#main .inside .grid_1 { width: 6.333%; }
#main .inside .grid_2 { width: 14.667%; }
#main .inside .grid_3 { width: 23.0%; }
#main .inside .grid_4 { width: 31.333%; }
#main .inside .grid_5 { width: 39.667%; }
#main .inside .grid_6 { width: 48.0%; }
#main .inside .grid_7 { width: 56.333%; }
#main .inside .grid_8 { width: 64.667%; }
#main .inside .grid_9 { width: 73.0%; }
#main .inside .grid_10 { width: 81.333%; }
#main .inside .grid_11 { width: 89.667%; }
#main .inside .grid_12 { width: 98.0%; }


/* Prefix Extra Space >> 12 Columns
-------------------------------------------------------------------------*/
#main .inside .prefix_1 { padding-left: 8.333%; }
#main .inside .prefix_2 { padding-left: 16.667%; }
#main .inside .prefix_3 { padding-left: 25.0%; }
#main .inside .prefix_4 { padding-left: 33.333%; }
#main .inside .prefix_5 { padding-left: 41.667%; }
#main .inside .prefix_6 { padding-left: 50.0%; }
#main .inside .prefix_7 { padding-left: 58.333%; }
#main .inside .prefix_8 { padding-left: 66.667%; }
#main .inside .prefix_9 { padding-left: 75.0%; }
#main .inside .prefix_10 { padding-left: 83.333%; }
#main .inside .prefix_11 {	padding-left: 91.667%; }


/* Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------*/
#main .inside .suffix_1 { padding-right: 8.333%; }
#main .inside .suffix_2 { padding-right: 16.667%; }
#main .inside .suffix_3 { padding-right: 25.0%; }
#main .inside .suffix_4 { padding-right: 33.333%; }
#main .inside .suffix_5 { padding-right: 41.667%; }
#main .inside .suffix_6 { padding-right: 50.0%; }
#main .inside .suffix_7 { padding-right: 58.333%; }
#main .inside .suffix_8 { padding-right: 66.667%; }
#main .inside .suffix_9 { padding-right: 75.0%; }
#main .inside .suffix_10 { padding-right: 83.333%; }
#main .inside .suffix_11 {	padding-right: 91.667%; }


/* Push Space >> 12 Columns
--------------------------------------------------------------------------*/
#main .inside .push_1 { left: 8.333%; }
#main .inside .push_2 { left: 16.667%; }
#main .inside .push_3 { left: 25.0%; }
#main .inside .push_4 { left: 33.333%; }
#main .inside .push_5 { left: 41.667%; }
#main .inside .push_6 { left: 50.0%; }
#main .inside .push_7 { left: 58.333%; }
#main .inside .push_8 { left: 66.667%; }
#main .inside .push_9 { left: 75.0%; }
#main .inside .push_10 { left: 83.333%; }
#main .inside .push_11 { left: 91.667%; }


/* Pull Space >> 12 Columns
--------------------------------------------------------------------------*/
#main .inside .pull_1 { left: -8.333%; }
#main .inside .pull_2 { left: -16.667%; }
#main .inside .pull_3 { left: -25.0%; }
#main .inside .pull_4 { left: -33.333%; }
#main .inside .pull_5 { left: -41.667%; }
#main .inside .pull_6 { left: -50.0%; }
#main .inside .pull_7 { left: -58.333%; }
#main .inside .pull_8 { left: -66.667%; }
#main .inside .pull_9 { left: -75.0%; }
#main .inside .pull_10 { left: -83.333%; }
#main .inside .pull_11 { left: -91.667%; }


/* iPads (portrait and landscape) ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {



/* Grid reset ---- */
#main .inside .grid_1 { width: 6.333%; }
#main .inside .grid_2 { width: 14.667%; }
#main .inside .grid_3 { width: 23.0%; }

#main .inside .grid_4 { width: 48.0%; }
/* #main .inside .grid_4 { width: 31.333%; } */
#main .inside .grid_5 { width: 39.667%; }
#main .inside .grid_6 { width: 48.0%; }
#main .inside .grid_7 { width: 56.333%; }

#main .inside .grid_8 { width: 98.0%; }
/* #main .inside .grid_8 { width: 64.667%; } */
#main .inside .grid_9 { width: 73.0%; }

#main .inside .grid_10 { width: 98.0%; }
/* #main .inside .grid_10 { width: 81.333%; } */
#main .inside .grid_11 { width: 89.667%; }
#main .inside .grid_12 { width: 98.0%; }
}


/* Tablets small (portrait and landscape) -------------------------------------------------------- */
@media only screen and (min-width: 481px) and (max-width: 767px) {
/* Styles */
#main .inside .grid_1 { width: 6.333%; }
#main .inside .grid_2 { width: 14.667%; }

#main .inside .grid_3 { width: 48.0%!important; }
/*#main .inside .grid_3 { width: 23.0%; }*/

#main .inside .grid_4 { width: 48.0%; }
/* #main .inside .grid_4 { width: 31.333%; } */

#main .inside .grid_5 { width: 39.667%; }
#main .inside .grid_6 { width: 48.0%; }
#main .inside .grid_7 { width: 56.333%; }

#main .inside .grid_8 { width: 98.0%; }
/* #main .inside .grid_8 { width: 64.667%; } */

#main .inside .grid_9 { width: 73.0%; }

#main .inside .grid_10 { width: 98.0%; }
/* #main .inside .grid_10 { width: 81.333%; } */
#main .inside .grid_11 { width: 89.667%; }
#main .inside .grid_12 { width: 98.0%; }



}


/* Smartphones (portrait and landscape) ----------- */ /*480 */
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* Styles */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	float: none;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

#main .inside .grid_1,
#main .inside .grid_2,
#main .inside .grid_3,
#main .inside .grid_4,
#main .inside .grid_5,
#main .inside .grid_6,
#main .inside .grid_7,
#main .inside .grid_8,
#main .inside .grid_9,
#main .inside .grid_10,
#main .inside .grid_11,
#main .inside .grid_12 { width: 100%; }


}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 319px) {
/* Styles */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: block;
	float: none;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

#main .inside .grid_1,
#main .inside .grid_2,
#main .inside .grid_3,
#main .inside .grid_4,
#main .inside .grid_5,
#main .inside .grid_6,
#main .inside .grid_7,
#main .inside .grid_8,
#main .inside .grid_9,
#main .inside .grid_10,
#main .inside .grid_11,
#main .inside .grid_12 { width: 100%; }

}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
