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}
@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}
/*
	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; }

.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}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@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-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}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.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.21.2/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/2.21.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.21.2/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/2.21.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.21.2/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(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:url(../../assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/2.21.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:10px 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 a{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,.mejs-controls .mejs-time-rail a{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,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.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.21.2/images/background.png);background:rgba(50,50,50,.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,.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,.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,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.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,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.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,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.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:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.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:55px;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,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(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:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.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:700;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:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.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.21.2/images/background.png);background:rgba(50,50,50,.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.21.2/images/background.png);background:rgba(50,50,50,.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.21.2/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
body{color: #666;font: 100.01% "Open Sans", Arial, sans-serif;display: flex;flex-direction: column}html,body{height: 100%}h1{margin-top: 25px;margin-bottom: 10px;font-size: 370%;line-height: 140%;font-weight: 400;text-align: center;color: #c22723;font-family: "Pangolin", "Open Sans", Arial, sans-serif}h2{font-size: 170%;line-height: 150%;font-weight: normal;color: #777;margin: 0}h3{margin-bottom: 5px;font-size: 100%;font-weight: bold}h4{font-size: 120%;font-weight: bold}h5{font-size: 100%;font-weight: bold}p{margin-top: 0;margin-bottom: 12px;line-height: 160%}strong{font-weight: bold}#wrapper{font-size: 95%;position: relative;min-height: 100%;flex: 1 0 auto}#header{font-size: 106%;text-align: center;background-color: #073361;width: 100%;z-index: 1;height: auto;box-shadow: 0px 0px 4px rgba(0,0,0,0.4);background: linear-gradient(-178deg, #3f6798 20%, #0b2d50);background: linear-gradient(-178deg, #848484 20%, #333);padding-top: 16px;padding-bottom: 19px;border-bottom: 1px solid #000;box-shadow: rgba(255,255,255,0.34) 0 1px 0, rgba(43,80,124,0.5) 0 3px 9px, rgba(44,82,126,0.36) 0 15px 60px 8px, rgba(30,66,106,0.58) 0 0px 25px;box-shadow: rgba(255,255,255,0.34) 0 1px 0, rgba(109,109,109,0.5) 0 3px 9px, rgba(76,76,76,0.36) 0 15px 60px 8px, rgba(39,39,39,0.58) 0 0px 25px}#header .logo{float: left;width: 21%;margin-top: 15px;text-align: left}#header .mod_box{overflow: visible}#header .mod_customnav{float: left;width: 30%;margin-top: 25px}#header .mod_customnav ul{margin: 0}#header .mod_customnav li{float: left;list-style-type: none;margin-left: 25px}#header .mod_customnav li a{border: 1px solid #464646;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.09);background-color: #333;background: linear-gradient(-178deg, #5d5d5d 20%, #424242);color: #fff;padding: 5px 24px 6px;display: block;border-radius: 2px;line-height: 150%}#header .mod_event_search{float: left;width: 45%;margin-top: 23px}#header .mod_event_search input.text{padding: 8px 16px}#header .mod_event_search .submit{padding: 10px 16px}#header .mod_event_search input.text{border: 1px solid #444}#container{line-height: 145%;padding-bottom: 20px}#main{padding-bottom: 20px;margin-top: 0px}.start #main{margin-top: 0}.pdf_link{right: 35px;top: 0;position: absolute}.mod_article{line-height: 145%;position: relative;max-width: 1224px;margin-right: auto;margin-left: auto}.full_width{max-width: 3900px}#footer .part1{width: 100%;background-color: #444;background: linear-gradient(-178deg, #6f7377 20%, #232323);color: #fff;font-size: 95%;flex-shrink: 0;padding-bottom: 10px}#footer .part1 .mod_layout_article{margin: 20px auto 0;width: calc(100% - 20px) !important;max-width: 1224px}#footer .part2{background: #eee;font-size: 110%}#footer .part2 .mod_layout_article{margin: 0 auto 0;padding-top: 13px;font-size: 90%;padding-bottom: 20px;width: calc(100% - 20px) !important;max-width: 1224px;text-align: center}#footer .part2 .social_media{float: right;font-size: 200%;margin-top: -4px}#footer .part2 ul{margin: 0;padding: 0;margin-top: 8px}#footer .part2 li{list-style-type: none;float: left;margin-right: 42px}#footer .part2 li i{margin-right: 8px}#footer .part2 li a{color: #000}#footer .part2 li span{color: #c22723}#footer .part2 a:hover{text-decoration: underline}#newsletter{background: #eee}#newsletter .inside{margin: 20px auto 0;padding-top: 20px;padding-bottom: 40px;width: calc(100% - 20px) !important;max-width: 1224px;text-align: center}#newsletter h2{margin-bottom: 15px}#newsletter input.text{max-width: 380px}#newsletter .privacy{display: none;font-size: 82%;max-width: 860px;margin: 15px auto 15px;color: #888;text-align: left}#newsletter .privacy .privacy_headline{font-weight: bold;color: #333}#newsletter .privacy p{display: inline}#newsletter .privacy span.spam{display: none}.mobile_menu_starter a{display: none}.button_right{float: right}.mainmenu{overflow: visible;text-align: left}.mainmenu ul{margin: 20px 0 10px 0;padding-left: 0;display: inline-block}.mainmenu li{float: left;margin: 0;padding: 0;text-decoration: none;list-style-type: none;margin-right: 2px}.mainmenu li a,.mainmenu li span{display: inline-block;border-right: 1px solid rgba(255,255,255,0.2);padding: 5px 24px 6px;font-size: 105%;text-decoration: none;color: #fff}.mainmenu li.submenu{position: relative}.mainmenu li.submenu .level_2{overflow: hidden;min-width: 100%;position: absolute;display: none;border-right: 0px solid #999;border-bottom: 0px solid #999;border-left: 0px solid #999;font: 70% Arial;text-transform: none;z-index: 9;margin: 0;text-align: left;padding-top: 2px;border-radius: 2px}.mainmenu li.submenu .level_2 li{float: none;display: block}.mainmenu li.submenu .level_2 li a,.mainmenu li.submenu .level_2 li span{width: 100%;height: auto;display: block;padding-top: 8px;padding-bottom: 8px;background-color: #c22723;border-bottom: 1px solid #a8221e;border-radius: 0;color: #fff}.mainmenu li.submenu .level_2 li a:hover{background-color: #444}.mainmenu li.submenu.big_dropdown .level_2{min-width: 165px}.mainmenu li.submenu:hover ul{display: block}.mainmenu a{border: 1px solid transparent;border-radius: 2px}.mainmenu li.active > a:hover,.mainmenu li.active:hover > a,.mainmenu li.trail:hover > a,.mainmenu a.trail,.mainmenu a.active{border: 1px solid #a92619;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.09);background-color: #c22723;background: linear-gradient(-178deg, #c22723 20%, #9a2623)}.mainmenu li a:hover,.mainmenu li:hover > a,.mainmenu .level_2 li.active > a{border: 1px solid #30557b;border: 1px solid #a92619;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.09);background: linear-gradient(-178deg, #c22723 20%, #9a2623)}.box .inside{background-color: #444;background: linear-gradient(-178deg, #c22723 20%, #9a2623);color: #fff;padding: 30px 25px 20px;min-height: 353px !important}.box .inside figure{margin: 0 15px 15px 0}.box .inside a{color: #fff;text-decoration: underline}.mod_event_calendar_navigation .element{width: 33.33%;float: left;font-size: 180%;line-height: 130%}.mod_event_calendar_navigation .current{text-align: center}.mod_event_calendar_navigation .next{text-align: right}.mod_event_categorylist h1{display: none}.mod_event_list.tiles{margin-left: -1%;margin-right: -1%}.mod_event_list.slider .event{width: 48%}.event_list{position: relative;padding: 15px 32px 15px 32px;border-bottom: 1px solid #c22723}.event_list.bygone{opacity: 0.7}.event_list:hover{background-color: #444;box-shadow: 0px 0px 4px rgba(0,0,0,0.4);background: linear-gradient(-178deg, #c22723 20%, #9a2623);color: #fff}.event_list:hover a,.event_list:hover h2,.event_list:hover .date{color: #fff}.event_list:hover .more a{color: #c22723;border: 1px solid #a92619;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.09);background-color: #c22723;background: linear-gradient(-178deg, #fff 20%, #ffdbda)}.event_list .info,.event_list .teaser,.event_list .date{float: left;margin-right: 2%}.event_list .date{width: 12.5%;font-size: 157%;font-weight: bold;line-height: 140%;color: #333}.event_list .date .event_time{font-size: 64%;font-weight: normal}.event_list .info{width: 25%;overflow: hidden}.event_list .teaser{width: 40%;color: #333}.event_list .image_container{width: 16%;position: relative}.event_list .shop{margin-right: 0}.event_list_home .image_container{position: relative;display: block}.banderole{overflow: hidden;width: 100px;height: 100px;top: 0;right: 0;position: absolute}.banderole .inside{position: relative;margin: 22px 0 0 -6px;padding: 3px 2px 4px;background-color: #f00;text-align: center;overflow: hidden;width: 135px;color: #fff;letter-spacing: 0.05em;transform: rotate(45deg);font-size: 83%}.tiles .event,.related_event{float: left;margin-right: 1%;margin-left: 1%;margin-bottom: 2%;background-color: #444;color: #fff;text-align: center;position: relative}.tiles .event{width: 31%}.related_event{width: 23%}.event_inside{position: absolute;top: 0;background-color: rgba(0,0,0,0.6);width: 100%;height: 100%}.event_inside .info{margin-top: 25%}.event_inside h2{font-size: 125%}.tiles .event:hover .event_inside{display: none}.mod_event_reader{padding: 2% 1%;position: relative}.mod_event_reader h1{margin-top: 0;padding-top: 0}.mod_event_reader p.back{display: none}.mod_event_reader .teaser{font-weight: bold}.mod_event_reader .image_container{float: right;margin-left: 2%;width: 30.1%}.mod_event_reader .date{font-size: 250%;text-align: center;margin-bottom: 30px;line-height: 110%}.mod_event_reader .event_time{font-size: 60%}.mod_event_reader .event_price ul{list-style-type: none;padding: 0;margin: 0}.mod_event_reader .reservix_link{margin-bottom: 30px}div.back{float: right;margin-top: 15px}.mod_event_related{margin: 45px 0 0}.mod_event_related .info{margin-bottom: 10px}.mod_event_related .last{margin-right: 0}.mod_event_booking{background-color: #434343;padding: 2% 2%;color: #fff}.mod_event_booking .event_booking_inside{width: 72%}.mod_event_booking .submit_button_cart{clear: both;display: inline-block}.mod_event_booking .submit_button_watch{margin-left: 5px;display: inline-block}.mod_event_booking .submit_watch{background-color: #777}.tiles .event:hover,.related_event:hover{background-color: #fff;color: #444}.tiles .event:hover a,.tiles .event:hover h2,.related_event:hover a,.related_event:hover h2{color: #c22723}.tiles a{color: #fff}.tiles div h2,.related_event h2{margin-bottom: 15px;max-height: 61px;overflow: hidden;text-overflow: ellipsis;color: #fff}.tiles .event.last{margin-right: 0}.tiles .more a{font-size: 130%;padding-bottom: 0;background-color: #666;display: block;width: 100%;padding: 4px 0px;margin: -10px}.tiles .event:hover .more a{background-color: #f0f0f0}.event_list .more a,.button a,a.button,input.submit,a.submit,.flohmarkt .text a,.submit_button a{display: inline-block;padding: 11px 29px;color: #fff;border-radius: 2px;font-weight: normal;border: 1px solid #a92619;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.09);background-color: #c22723;background: linear-gradient(-178deg, #c22723 20%, #9a2623);line-height: 100%}.event_list .more a:hover,.button a:hover,a.button:hover,input.submit:hover,a.submit:hover,.submit_button a:hover{background: linear-gradient(-178deg, #5d5d5d 20%, #424242);border-left: 1px solid #222;border-right: 1px solid #333;color: #fff}.submit_watch:hover{background-color: #999 !important}.flohmarkt .text{margin: 20px 0 30px}.mod_event_cart .submit_button_cart,.submit_abort{float: left;margin-right: 10px}.mod_event_cart .submit_button_cart input,.submit_abort a{background-color: #444}.mod_event_cart .submit_button_cart input:hover,.submit_abort a:hover{background-color: #707070}.event .subtitle{display: block;font-size: 45%;font-family: "Open Sans", Arial, sans-serif}.mod_event_calendar .days.active{background-color: #c22723;border: 1px double #c22723;color: #fff}.mod_event_calendar .days.active a{color: #fff}.mod_event_calendar table{margin-top: 13px;margin-bottom: 6px}.mod_event_calendar th{width: 11%;min-width: 0;vertical-align: middle;text-align: center;color: #444}.mod_event_calendar .label{background-color: #ddd;border: 1px solid #bbb}.mod_event_calendar .days{padding-right: 0;padding-left: 0;vertical-align: middle;text-align: center;background-color: #eee;border: 1px solid #dadada}.mod_event_calendar .days.selected{background-color: #598000;border: 1px double #598000;color: #fff}.mod_event_calendar .days.active.selected:hover{background-color: #598000;border: 1px double #598000;-moz-transition: 0.6s;-webkit-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s}.mod_event_calendar .days.active:hover{background-color: #444;-moz-transition: 0.6s;-webkit-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s}.mod_event_calendar a{padding: 8% 18%;color: #355518}.mod_event_calendar .selected a{color: #fff}.submit,.submit_button a{border: 0}.event_list .more a:hover,.button a:hover{background-color: #444;color: #fff}table .event td{border: 1px solid #d6ddcf}.event_object{margin-bottom: 10px;width: 70%}.mod_event_contactlist .image_container{float: right}table{width: 99%;border-collapse: collapse;font-size: 100%}.ce_table th{min-width: 145px;background-color: #f6f6f6;border: 1px solid #e0e0e0}td,th{padding: 4px 8px;vertical-align: top;text-align: left}.ce_table td{border: 1px solid #ddd}.ce_list li{margin-bottom: 5px;line-height: 140%;color: #7d7d7d}a:hover{color: #636363}a,.toggler{text-decoration: none;color: #c22723}.toggler:focus{outline: 0}.toggler{display: inline-block;padding-right: 15px;background-image: url("/files/gfx/layout/arrow-right.png");background-position: right center;background-repeat: no-repeat;cursor: pointer}.arrow{display: inline-block;padding-right: 13px;background-image: url("/files/layout/arrow-right.png");background-position: right center;background-repeat: no-repeat}.small{font-size: 90%}.toggler.active{background-image: url("/files/gfx/layout/arrow-right.png");color: #666}.accordion{padding-right: 20px;padding-left: 20px}.image_container{display: inline-block}#container .image_container img{display: block;margin: 0}.ce_sliderStart{position: relative}.ce_sliderStart .text{width: 90%;bottom: 14px;left: 6px;position: absolute;padding-top: 1%;padding-right: 5%;padding-left: 2%;background-color: rgba(255,255,255,0.9);color: #444}.ce_sliderStart p{color: #444}.ce_sliderStart h2{margin-top: 7px;margin-bottom: 6px;padding-top: 0;padding-bottom: 0;font-size: 170%;font-weight: normal;color: #222;text-transform: none}.ce_sliderStart .info{text-align: center;margin: 20px}.ce_sliderStart .slider-control{position: absolute;top: 60%;width: 100%}.ce_sliderStart .slider-menu{font-size: 270%;display: none}.ce_sliderStart .slider-menu b{margin-right: 2px;margin-left: 2px}.ce_sliderStart .slider-next{right: 10px;font-size: 250%}.ce_sliderStart .slider-prev{left: 10px;font-size: 250%}.item,.line{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd}.item_inside{margin-bottom: 12px}.dlh_googlemap{border: 1px solid #888}#confirm-googlemaps{padding: 20px 30px;height: 100%;font-weight: bold;background-color: #f4f4f4}input.submit,label,.toggler{cursor: pointer}textarea{width: 98%}#main .styled_select span{padding-right: 20px;padding-left: 20px}.formbody .value span.checkbox_option{display: block;margin-bottom: 6px}fieldset{margin-bottom: 25px;border: 1px solid #ccc;border-radius: 2px;behavior: url('assets/css3pie/1.0.0/PIE.htc');behavior: url("assets/css3pie/1.0.0/PIE.htc")}fieldset legend{max-width: 95%;color: #636363}.formbody .item{margin: 0 0 8px;padding: 0;border: 0}div.label{width: 18%;float: left;padding-right: 20px;font-weight: bold}div.value{width: 68%;float: left}#footer{height: 140px}#footer .boxes4ward_article{padding: 25px 21px}.footer_contact{float: left;width: 31%;margin: 0 2% 0 0}.footer_partner{float: right;margin-top: 10px}.footer_partner h3{float: left;margin-right: 30px;padding-top: 27px}.footer_partner .image_container{margin-right: 10px}.footer_opening{margin-right: 0}#footer h3{margin-top: 8px;margin-bottom: 8px}p.error{color: #f00 !important}#main .item_username label,#main .item_password label{width: 28%;float: left}.pagination{clear: both;margin-top: 25px;margin-bottom: 15px;padding: 5px 6px 5px 8px;background-color: #eee;border: 1px solid #ccc;border-radius: 2px;color: #666;behavior: url('assets/css3pie/1.0.0/PIE.htc');behavior: url("assets/css3pie/1.0.0/PIE.htc")}.pagination p{float: left;margin-top: 1px;margin-bottom: 0}.pagination ul{float: right;margin: 3px 0;color: #717171;list-style-type: none}.pagination li{float: left}#main .pagination a,.pagination span{display: block;padding: 1px 8px 2px;border-bottom: 0;font-weight: normal;color: #717171}.pagination span{background-color: #444;color: #fff}#main .pagination a:hover{background-color: #c22723;border-bottom: 0;color: #fff}.ce_comments p.info{width: 50%;border-bottom: 1px solid #ededed}.comment_default{margin-bottom: 20px;padding: 10px;border: 1px solid #c7c7c7;border-radius: 2px;behavior: url('assets/css3pie/1.0.0/PIE.htc')}.ce_comments label{color: #7D7D7D}.ce_comments{margin-bottom: 30px}#main div.label{width: 18%;float: left;clear: both;display: block;padding-right: 2px}.formbody div.label{padding-top: 8px}#main div.value{width: 68%;float: left}a.submit,.submit_button a{line-height: 120%}input.text,input.captcha,select,textarea,fieldset{padding: 11px 16px;border: 1px solid #ccc;border-radius: 2px;font-family: Noto Sans, Arial;color: #555;border-top: 1px solid #999;border-left: 1px solid #999}input.text,input.captcha,select,textarea{width: 70%}#main input.text,#main input.captcha,#main select,#main textarea{background-color: #eee}select{width: auto;max-width: 95%}.checkbox{float: left;margin-right: 7px}input.captcha{width: 30% !important}.captcha_text{margin-left: 10px;padding-left: 12px;background: url("/files/gfx/layout/double-arrow-back.png") no-repeat left center}input.text:hover,input.captcha:hover,textarea:hover{border: 1px solid #bbb;color: #444;border-top: 1px solid #c22723}input.text:focus,input.captcha:focus,textarea:focus{border: 1px solid #c22723;color: #000;box-shadow: 0px 0px 7px rgba(194,39,35,0.4);outline: 0}textarea{height: 108px;font-size: 100%}p.error,span.error{color: #d00}input.error{border: 1px solid #d00}::-webkit-input-placeholder{color: #777}.radio_container span,.checkbox_container span{max-width: 100%;overflow: hidden;display: block;margin-bottom: 3px}span.mandatory{display: inline;padding-left: 3px}.radio_container span.price{display: inline;margin-left: 6px}.mod_event_cartlink,.mod_event_watchlink,.toggler_header{float: right;margin-top: 5px;margin-right: 20px}.toggler_header{margin-right: 0;line-height: 180%;cursor: pointer}.mod_event_cartlink a,.mod_event_watchlink a{display: inline-block;padding-top: 3px;padding-bottom: 3px;padding-left: 20px;background-position: left center;background-repeat: no-repeat}.mod_event_cartlink a{background-image: url("/files/event_manager/cart.png")}.mod_event_watchlink a{background-image: url("/files/event_manager/star.png")}.count{width: auto;height: 12px;position: relative;display: inline-block;margin-left: 1px;padding: 0 2px;background-color: #c22723;border-radius: 3px;font-size: 90%;line-height: 12px;color: #fff;letter-spacing: 1px;text-shadow: 1px 1px rgba(0,0,0,0.5)}.count.active{background-color: #79ad00}.cart_table .col_0{width: 60%}.middle{text-align: center}.right{text-align: right}.mod_event_cart td.amount{padding-top: 10px}.mod_event_cart .submit_button_cart{float: left;margin-right: 10px}.cart_table td,.cart_table th{padding-top: 15px;padding-bottom: 5px}.cart_table tfoot td,.cart_table tfoot th{padding-top: 7px}.cart_table th{border-bottom: 1px solid #444;color: #222}.cart_table .event_item td{padding-right: 7px;padding-bottom: 8px;vertical-align: top;border-bottom: 1px solid #ddd}.cart_table .grandTotal th.col_0{border-bottom: 0}td.amount input{width: 25px;padding-top: 3px;padding-bottom: 3px;text-align: center}.cart_items{margin-bottom: 30px}.all_items table div{margin-bottom: 8px}.print_links,.submit_items{margin-top: 25px}.buttons span{display: inline-block;margin-right: 25px}.buttons a{display: inline-block;padding-top: 3px;padding-bottom: 3px;padding-left: 20px;background-position: left center;background-repeat: no-repeat}.cart_table a.push_to_cart{background-image: url("/files/event_manager/cart_put.png")}.cart_table a.delete{background-image: url("/files/event_manager/delete.png")}.cart_table span.label{margin-right: 5px;font-weight: bold}div.checkout_steps{padding: 1px 0;font-size: 90%;border-bottom: 1px solid #d7d7d7;border-top: 1px solid #d7d7d7;margin-bottom: 20px}ul.checkout_steps{border-radius: 2px;background-color: #ddd}.checkout_steps li{display: inline-block;background-color: #ccc}.checkout_steps li.active{background-color: #79ad00}.checkout_steps li a{background-image: url("/files/gfx/layout/steps_arrow.png");background-position: right center;background-repeat: no-repeat;color: #000;padding: 6px 20px 6px 13px;margin: 0;display: inline-block;position: relative;right: -12px}.checkout_steps li span{padding: 6px 20px 6px 13px;margin: 0;display: inline-block;position: relative;right: -12px}.checkout_steps li.last{background: none}.checkout_steps li.first a{margin-left: -7px}.mod_breadcrumb li.item2 a{padding-left: 5px}.checkout_steps li.active a{color: #fff;background-image: url("/files/gfx/layout/steps_arrow_active.png");background-position: right center;font-weight: normal}.checkout_elements h3{margin-top: 0;padding-top: 0;color: #222}.tax td{color: #aaa}.step2 .value{padding-top: 8px}.step2 .checkout_participants .item,.step3 .checkout_participants .item{float: none;clear: both}.checkout_participants label{display: block}.checkout_participants .item{float: left;margin-right: 3%;margin-bottom: 1%;padding-bottom: 3px;border-bottom: 0}.checkout_participants .items{overflow: hidden;clear: both}.checkout_participants .col_2{width: 33%}.checkout_participants .col_3{width: 33%}#shortbar{width: 100%;min-height: 47px;top: 0;padding-top: 2px;padding-bottom: 2px;font-size: 75%;line-height: 135%;color: #fff;background-color: #444;z-index: 100;box-shadow: 0 0 1px 6px rgba(0,0,0,0.15);border-bottom: 1px solid rgba(0,0,0,0.85)}#shortbar input.text{width: 95%}#shortbar .list_search{margin-top: 1px}#shortbar .list_search .text{max-width: 60%}#shortbar .list_search .submit{background-image: url(/files/gfx/layout/icon-search.svg);background-size: 57%;background-repeat: no-repeat;text-indent: -2000px;padding-right: 8px;background-position: center center;border-radius: 2px;font-size: 116%;position: relative;margin-left: 3px;top: 1px}#shortbar .inside,#header .inside,#container_inside{width: 96%;max-width: 1224px;margin-right: auto;margin-left: auto}#shortbar .mod_boxes4ward{margin: 11px auto 5px}#shortbar .print_button{margin-right: 2px;padding: 3px 20px 4px 9px;background-repeat: no-repeat;border: 0px solid #7f1f0f;background-position: 93% 4px;border-right: 1px solid #78ac00;border-bottom: 1px solid #78ac00}#shortbar h2{color: #fff}#shortbar .accordion_header{display: none;float: none;clear: both}#shortbar a{color: #fff}.submit.back{padding: 3px 25px 4px 9px;background-image: url("/files/gfx/layout/arrow-white.png")}#shortbar .print_button{background-image: url("../../files/css/||base_gfx||gfx/print.png")}#shortbar .logo_link{float: left;margin: 0 14px 0 9px}.app_title{display: inline-block;margin-top: 5px;color: #666}.login_area{float: right}#shortbar .login_area{max-width: 60%;text-align: right}#shortbar .form_outside{display: inline-block}.login_area a{border: 0;text-decoration: none;color: #fff}.login_area .text{width: 140px;padding: 4px 8px;background-position: 0 -1px}#shortbar .login_area .text{border: 1px transparent}.login_area .submit,.right_link .submit{padding: 5px 14px;font-size: 100%}.login_area .item .left{padding: 0 0 3px 4px;font-weight: normal;color: #fff;text-shadow: 1px 1px 0px #000}#shortbar .login_area .item .left{display: none}.stay .label_text{top: -2px;position: relative;padding: 0 3px}.login_info{display: inline-block;margin-bottom: 8px}#shortbar .site_login .item{float: left;margin-right: 10px}.logout .submit{padding: 4px 9px;background-color: #555;font-size: 100%;text-shadow: 0px 0px 2px rgba(0,0,0,0.5), 2px 2px 4px rgba(0,0,0,0.3)}#shortbar .item_autologin,#shortbar .password_forgotten{font-size: 90%}#shortbar .password_forgotten a{color: #c22723}#spOverlay{width: 100%;height: 100%;top: 0;position: fixed;background-color: rgba(0,0,0,0.5);cursor: pointer;z-index: 9998}#spBox{width: 30%;left: 35%;top: 40%;position: fixed;padding: 5px 10px 5px 15px;background-color: #fff;border: 1px solid;font-size: 80%;line-height: 150%;z-index: 9999}#main .ce_gallery{margin-left: -10px;margin-right: -10px}#main .ce_gallery .cols_4 li{width: 25%}#main .ce_gallery li{display: none}#main .ce_gallery li figure{margin: 10px;border: 1px solid #ddd;border-radius: 3px;padding: 1px;overflow: hidden}#main .ce_gallery li img{transition: transform .5s}#main .ce_gallery li img:hover{transform: scale(1.1)}#main .ce_gallery li figure:hover{border: 1px solid #c22723}#main .ce_gallery li.row_first{display: block}iframe{width: 100%;height: 500px;margin-top: 20px}
@font-face{font-family: 'Open Sans';font-style: normal;font-weight: 400;src: url('/files/fonts/open-sans-v15-latin-regular.eot');src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/files/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('/files/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('/files/fonts/open-sans-v15-latin-regular.woff') format('woff'), url('/files/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('/files/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg')}@font-face{font-family: 'Open Sans';font-style: normal;font-weight: 700;src: url('/files/fonts/open-sans-v15-latin-700.eot');src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/files/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('/files/fonts/open-sans-v15-latin-700.woff2') format('woff2'), url('/files/fonts/open-sans-v15-latin-700.woff') format('woff'), url('/files/fonts/open-sans-v15-latin-700.ttf') format('truetype'), url('/files/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg')}@font-face{font-family: 'Pangolin';font-style: normal;font-weight: 400;src: url('/files/fonts/pangolin-v4-latin-regular.eot');src: local('Pangolin Regular'), local('Pangolin-Regular'), url('/files/fonts/pangolin-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('/files/fonts/pangolin-v4-latin-regular.woff2') format('woff2'), url('/files/fonts/pangolin-v4-latin-regular.woff') format('woff'), url('/files/fonts/pangolin-v4-latin-regular.ttf') format('truetype'), url('/files/fonts/pangolin-v4-latin-regular.svg#Pangolin') format('svg')}
@media print {
body {
	background-image: none;
	font-family: "Open Sans", Arial;
	background-color: transparent;
}

#main h2 {
font-size:120%;
}

#shortbar,
#right,
#left,
#footer,
.pagination ul, #main_navigation, .mod_breadcrumb, div.more, .noprint, .print_now {
	display: none;
}

#header {
height: auto;
}

.print {
	display: block;
}

#wrapper,
#container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border-right: 0;
	border-left: 0;
}

#wrapper {
	width: 210mm;
	max-width: 210mm;
	font-size: 13pt;
}

#main {
	padding-top: 30px;
}


h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 210%;
}

table {
	width: 100%;
}

a {
	transition: 0s;
	color: #666;
}

strong {
	font-weight: normal;
}

.highlight .image_container {
	padding-left: 0;
}

.pagination {
	float: right;
	padding: 0;
	border: 0;
}

.mod_article {
	padding: 0;
}

.accordion {
padding:0;
}

img {
	border: 0;
}

.layout_latest.last {
	margin-bottom: 5;
	padding-bottom: 0;
	border-bottom: 0;
}

.event_list:hover {
    background-color: #fff;
    color: #666;
}


}

#header_icons{display: none}@media screen and (max-width: 1150px){#header .mod_customnav{float: right;margin-right: 1%;width: 20%}#header .mod_customnav li{float: right}#header .mod_customnav li.last{margin-top: 6px}#header .mod_event_search input[type="text"]{width: 54%}}@media screen and (min-width: 745px){#header .mod_event_search{display: block !important}}@media screen and (max-width: 745px){#header{background-color: #505050}#header .mod_navigation{display: none}#header #header_icons{margin-top: 21px;margin-left: 25px;display: inline-block;float: right}#header #header_icons div{float: right;margin-right: 10px;margin-top: 0}#header .mod_customnav{margin-top: 0;margin-right: -15px;margin-top: 21px;width: 287px}#header .mod_customnav li{float: right;display: inline-block}#header .mod_customnav li.first{margin-left: 10px}#header .mod_customnav li.last{float: right;margin: 0}#header .mod_event_search{float: none;position: relative;display: none;padding-right: 10px;padding-left: 10px;display: block;padding-bottom: 14px;margin-top: 3px;background-color: #505050;width: calc(100% - 20px)}#header .mod_event_search input[type="text"]{width: calc(100% - 129px)}#header .logo{width: 120px;margin-top: 0}#header .logo img{height: 54px;width: auto;margin-left: 10px}}@media screen and (max-width: 517px){#header .mod_customnav{margin-top: 3px;padding: 10px 0;background-color: #505050;width: 100%;float: none}#header .mod_customnav ul{display: inline-block;padding: 0;width: 100%}#header .mod_customnav li{width: calc((100% - 30px)/2)}#header .mod_customnav li.first{margin-right: 10px}#header .mod_customnav li a{padding: 5px 20%;clear: right}#header .mod_event_search{margin-top: 0}#header .mod_event_search input[type="text"]{padding: 7px 20px;width: calc(100% - 151px)}#header .mod_event_search input[type="submit"]{padding: 8px 22px;margin-left: 6px}.mobile #header .mod_customnav{margin-top: 4px}}
@media screen and (max-width: 1000px){.login_box .col_1.c33l{display: none}.login_box .ce_colsetPart{width: 50%}.event_list .image_container{float: right;width: 28%;margin-top: 2%}.tiles .event,.related_event{width: 48%;margin-bottom: 2%}.tiles .odd{margin-right: 0}.event_list .teaser{width: 70%}.event_list .info{width: auto;float: none}.event_list .date{float: none;width: auto}#shortbar{position: static}#shortbar .inside{margin-right: 2.5%;margin-left: 2.5%}#wrapper{margin-top: 0}.mainmenu{min-height: 63px}#shortbar .inside,#header .inside,#footer .inside,#container_inside{width: 100%}#main div.label{width: 30%}#shortbar .list_search .text{max-width: 380px}.logo .text{margin-top: 46px;margin-left: 205px}.mod_event_cartlink,.mod_event_watchlink,.account_toggler{float: right}.account_toggler{margin-right: 0}.mod_event_cartlink{margin-right: 20px}#footer .value{width: 95%}.footer_navi,.footer_navi2,.footer_contact,.footer_opening{width: 49%;margin-bottom: 2%}.footer_navi2{margin-right: 0}#aktuelles-und-top-veranstaltungen .c25r,#aktuelles-und-top-veranstaltungen .c75l{clear: both;width: 100%}#aktuelles-und-top-veranstaltungen .box .inside{min-height: 0 !important}}@media screen and (max-width: 800px){#footer .mod_boxes4ward{margin-right: 0}.columns #main{width: 100%;float: none}#right{width: 100%;float: none;clear: both;padding-left: 0}.box{padding-right: 4%;padding-left: 4%;border-right: 0;border-left: 0;border-radius: 0}.logo img{width: 100%;margin-top: 6px;margin-left: 20px}.logo .text{margin-left: 185px}.first_block .col_1{width: 100%;float: none}.first_block .col_2{width: 100%;padding-left: 0;float: none;clear: both;margin-top: 10px}.mod_event_cartlink,.mod_event_watchlink,.toggler_header{float: left;margin-right: 20px}}@media screen and (max-width: 700px){#header{background-image: none}#header .slogan{display: none}#shortbar .list_search .text{width: 61%}#footer .inside2{min-height: 0;padding-bottom: 0}h1{font-size: 180%;color: #888}h2,.event_list .date,.small_h2 h3{font-size: 155%}.mobile_menu_starter a{color: #fff !important;font-size: 125%;text-transform: uppercase;border-top: 1px solid #616365;display: block;padding-top: 10px;padding-bottom: 9px;text-align: right;padding-right: 63px;background-image: url('https://www.fast-end-media.de/files/gfx/layout/mobile-menu.svg');background-repeat: no-repeat;background-position: 95.5% center;background-color: #505050;font-weight: 400;margin-top: 10px}.mobile_menu_starter a.active{border-bottom: 1px solid #616365}.mobile #main_navigation{display: none}.mainmenu ul{margin: 0;display: block}.mainmenu li{float: none;display: block;margin-bottom: 1px}.mainmenu li a,.mainmenu li span{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: inherit;line-height: 20px;display: block;padding: 15px 10px 15px 20px;border-bottom: 1px solid #ddd;border-right: 0}.mod_article{padding: 0 10px 15px}#slider{padding: 0}#footer{border: 0}#footer .mod_boxes4ward{border: 0}#footer .boxes4ward_article{border-right: 0;border-left: 0}#footer .subcl{padding-right: 15px !important}#footer .c70l,#footer .c30r{width: 100%}#footer .subcr{margin-top: 25px;padding-left: 0px !important}#footer input.text,#footer input.captcha,#footer textarea{width: 92%}.event_list .info{max-width: 75%}.previous .year,.next .year{display: none}}@media screen and (max-width: 600px){.tiles .event,.related_event{width: 100%;margin-right: 0;margin-bottom: 4%}.tiles .event_inside{height: auto}.tiles p.more{position: relative;padding-top: 19px}.mainmenu a,.mainmenu span{display: block}#main div.label{width: 42%}#main div.value{width: 56%}.button_right{position: relative;top: 0;margin-bottom: 20px;text-align: center;right: 0}.footer_navi,.footer_navi2,.footer_contact,.footer_opening{width: 100%;float: none;margin: 0;margin-bottom: 4%}}@media screen and (max-width: 420px){.mod_article,#footer .boxes4ward_article{padding: 14px 10px 10px}.event_list .image_container{float: none;width: 100%;margin: 0 0 1%}.mod_event_reader .image_container{float: none;width: 100%}.event_list .teaser{width: 100%}.event_list .more a{display: block;text-align: center}.mod_event_calendar_navigation .current{max-width: 100px}.mod_event_calendar_navigation .previous,.mod_event_calendar_navigation .next{margin-top: 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap}.mainmenu a,.mainmenu span{display: block}#footer input.text,#footer input.captcha,#footer textarea{width: 95%}#footer .subcl{border-right: 0}#footer .item{left: 0}#footer input.text,#footer input.captcha,#footer textarea{width: 93%}}
