/* Contao Open Source CMS, (c) 2005-2016 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-2016 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}
/*
	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; }

/* -- dk_mmenu theme 'bordeaux' -- */
.mm-menu
{
	background: #422;
}
.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-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%;
  }
}

/* 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}
/* 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}
/* 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}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
table.sortable thead th{background-image:url("../../assets/mootools/tablesort/images/default.gif");background-repeat:no-repeat;background-position:center right}table.sortable thead th a.pointer{display:block;margin-right:9px;cursor:pointer}table.sortable thead th.unsortable{background-image:none}table.sortable thead th.asc{background-image:url("../../assets/mootools/tablesort/images/asc.gif")}table.sortable thead th.desc{background-image:url("../../assets/mootools/tablesort/images/desc.gif")}
/* style.css */
.video{margin-top:35px}.inn-head{margin-top:60px}#goog-ue{right:20px;top:15px;position:fixed;z-index:8}#header #sprech_kinder{width:200px;height:186px;left:50px;top:0;position:absolute;margin-top:-650px;z-index:2}#table_1313 .row_0.row_first.even{background-color:#DBD5CA}.toggler h3:before{width:36px;height:23px;display:inline-block;margin-right:20px;background-image:url("../../files/nav/pfeil-auf.png");content: " "}#menubutton,#menubuttonclose{display:none}#buttons-fix{width:150px;right:0;top:300px;position:fixed}.read-blog{margin-top:50px;padding-top:50px;padding-bottom:40px;background-image:url("../../files/nav/blog.svg");background-position:right center;background-repeat:no-repeat;border-top:3px dotted #BEA989;background-size:auto 50%}#cookiebar{font-size:12px;line-height:15px}#cookiebar button{background-color:#893A13;font:20px/25px 'Lobster Two',Vivaldi;text-transform:none}.siebenspalten thead th.head_0,.siebenspalten th.head_0,.siebenspalten td.head_1_neu{width:25.2%}.vierspalten thead th.head_0,.vierspalten thead th{width:25%}#main .mod_newsreader .ce_text.zentriert{margin-bottom:40px;padding-bottom:40px;text-align:center;border-bottom:3px dotted #DBD5CA}#stickyfilter{margin-bottom:30px;text-align:center}#stickyfilter li{display:inline-block;margin-right:8px}#stickyfilter ul{padding-left:0}.reset a,#stickyfilter .level_2 a,#stickyfilter span{display:inline-block;padding:10px 15px;background-color:#893A13;font:15px/18px 'Open Sans',Arial,Tahoma;text-decoration:none;color:#FFFFFF;text-transform:uppercase}#stickyfilter span{background-color:#77883C}#stickyfilter .level_2 a{background-color:#253247}li.reset{list-style-type:none}a.reset:after{padding-left:10px;font-family:FontAwesome;content:"\f00d"}#stickyfilter .level_2 a:after{padding-left:10px;font-family:FontAwesome;content:"\f054"}#stickyfilter .level_2 span:after{padding-left:10px;font-family:FontAwesome;content:"\f078"}#stickyfilter li.news_category_1 .news_category_1{display:none}.zimm-butt{width:100%;left:0;top:0;position:absolute;margin-right:0;text-align:center}.zimm-butt a{display:inline-block;padding:10px 20px 10px 0;background-color:#893A13;font:15px/18px 'Open Sans',Arial,Tahoma;text-decoration:none;color:#FFFFFF;text-transform:uppercase}.zimm2 .zimm-butt a{background-color:#253247}.zimm3 .zimm-butt a{background-color:#77883C}.zimm-butt a:hover{background-color:#672B0E}.zimm2 .zimm-butt a:hover{background-color:#1B1B18}.zimm3 .zimm-butt a:hover{background-color:#616F31}.zimmerk{margin-top:170px}.zimm{overflow:visible}.zimmerk h3,.zimmerk p{width:80%;margin-right:auto;margin-left:auto}.zimmerk .inn{display:table}.galabs{margin-bottom:.5%}.layout-abstand{padding-top:80px}.ausflugsz .buchst{clear:none}.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{width:50px;height:30px;right:2%;top:50%;margin-top:-25px;background:#77883C url("../../files/nav/pfeil.svg") center center no-repeat;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:0px;background:none;background-image:url("../../files/nav/pfeil-header-rechts.svg");background-position:center center;background-repeat:no-repeat;-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);box-shadow: 0 0 0px rgba(0,0,0,0.1);z-index: 4}.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{right:2.5%;background:none;background-image:url("../../files/nav/pfeil-header-rechts.svg")}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-thumbs-prev{left:2%;right:auto;background-image:url("../../files/nav/pfeil-header-links.svg")}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-thumbs-prev:hover{left:2.5%;right:auto;background:none;background-image:url("../../files/nav/pfeil-header-links.svg")}.mod_search h3:after{display:none}.mod_search h3{text-align:left;font-size:22px;line-height:25px;text-decoration:none}.mod_search h3 a{text-decoration:none}.mod_search{margin-bottom:20px}.zent img{margin-top:45px;margin-right:auto;margin-left:auto;text-align:center}.gross.maps:before{display:none}.gmnoprint{z-index:5}.map{width:100%;height:500px}.skitour .ueber h3{padding-top:0}.ce_gallery.gal-abs{display:block;margin-top:.5%}.ce_gallery{clear:both}.ce_text.aufz li{display:inline-block;margin-right:35px}.anfra #assi{display:none}.datepicker_bootstrap tr:hover td,.datepicker_bootstrap tr:hover th{border:1px solid #BEA989}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover,.datepicker_bootstrap .months .month.selected,.datepicker_bootstrap .months .month.selected:hover,.datepicker_bootstrap .years .year.selected,.datepicker_bootstrap .years .year.selected:hover{background-color:#77883C}.datepicker_bootstrap .days .day,.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px}.ce_form .widget-headline{clear:both;display:block}.ce_form h3{width:100%;clear:both;display:inline-block;margin-top:40px;font-size:25px;line-height:30px}.akt .text{width:80%;min-height:430px;margin-right:auto;margin-left:auto}.wint.akt .text{min-height:525px}.aktiv .wint.akt .text{min-height:20px}#winteraktivitaeten-in-mauterndorf.aktiv .wint.akt .text{min-height:520px}.akt.mitt .text{min-height:500px}.akt.lang .text{min-height:700px}.akt.mitt2 .text{min-height:550px}.akt,.buchst.akt,.zimmer{width:49.5%;float:left;margin-right:.5%;margin-bottom:.5%;padding-bottom:30px;background-color:#77883C;color:#FFFFFF}.zimmer{background-color:#DBD5CA;color:#667173}.buchst.akt{clear:none}.wint.akt{background-color:#253247}.buchst.akt h3:before,.zimmer h3:before{-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";   filter: alpha(opacity=20);   opacity: 0.2}.akt h3{margin-top:-245px;margin-bottom:60px;padding-top:0;color:#FFFFFF}.zimmer.akt h3{color:#893A13}.zimmer.akt .zimm2 h3{color:#253247}.zimmer.akt .zimm3 h3{color:#77883C}.akt .zimm h3{margin-top:-80px;margin-bottom:30px}.wint.akt h3{color:#FFFFFF}.akt .image_container,.akt{position:relative}.back{margin-top:30px;text-align:center}.back a{display:inline-block;padding:15px 40px;background-color:#77883C;font:15px/18px 'Open Sans',Arial,Tahoma;text-decoration:none;color:#FFFFFF;text-transform:uppercase;font-weight:300}.back a:hover{background-color:#616F31}.mod_newsreader h2{margin-bottom:5px}.mod_newsreader h2{font-size:20px;line-height:25px}#main .ce_text.linksb{text-align:left}tbody tr:hover td,tbody tr:hover th{border:1px solid #893A13}table{width:100%}.tabcontrol_tabs{margin-bottom:30px;border-bottom:1px solid #BEA989}.tabcontrol_tabs ul{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.tabcontrol_tabs li{display:inline-block;margin-left:5px;padding:10px;border-top:1px solid #BEA989;border-right:1px solid #BEA989;border-left:1px solid #BEA989;font:18px/25px 'Yeseva One',serif;color:#BEA989;text-transform:uppercase;list-style-type:none}.tabcontrol_tabs li:hover{border-color:#893A13;color:#893A13;cursor:pointer}.tabcontrol_tabs li.selected{border-color:#77883C;color:#77883C}.ce_tabcontrol{margin-top:50px;margin-bottom:45px;padding-bottom:45px;border-bottom:3px dotted #BEA989}thead th.head_0,td.head_0_neu{border:0}thead th,tbody td{padding:8px 5px;text-align:center;border:1px solid #893A13;font:15px/18px 'Open Sans',Arial,Tahoma;font-weight:normal;color:#2E2D2B;text-transform:uppercase;font-weight:300}thead th strong,tbody td strong{display:inline-block;padding-bottom:5px;font:18px/25px Yeseva One;color:rgba(102,113,115,.8);text-transform:none}.vierspalten thead th strong{color:#253247}tfoot td strong,tbody th strong,.row_neu strong{font:15px 'Open Sans';font-weight:bold;color:#893A13;text-transform:uppercase}tbody th,tfoot th,tfoot td.foot_0{font:15px/18px 'Open Sans',Arial,Tahoma;color:#BEA989;text-transform:uppercase;font-weight: 300}.dreispalten td{width:30%}.vierspalten td{width:20%}tbody th,tfoot td.foot_0{padding:10px 8px;text-align:left;border:1px solid #BEA989}tbody td,tfoot td{text-align:center;border:1px solid rgba(190,169,137,.5)}.dreispalten thead th.head_0{width:40%}.design2 #balken-foo,.design2 .mod_article.drei:after,.design3 .mod_article.drei.last:after,.design3 #balken-foo{display:none}.design2 #beig-foo,.design3 #beig-foo{padding-top:60px}.design2 .mod_article.drei,.design2 #main,.design3 .mod_article.drei.last,.design3 #main{margin-bottom:0;padding-bottom:0}.layout2 .txt ul,.zimmerk .txt ul{margin-top:25px;padding-left:0}.layout2 .txt li:before,.ce_text li:before,.zimmerk .txt li:before{width:10px;height:10px;display:inline-block;margin-right:5px;margin-left:-15px;background-image:url("../../files/nav/blume-weiss.svg");background-position:center center;background-repeat:no-repeat;content:"";background-size:100% auto}.ce_text li:before{background-image:url("../../files/nav/blume.svg");background-repeat:no-repeat}.layout2 .txt li,.ce_text li,.zimmerk .txt li{margin-bottom:7px;color:#BEA989;list-style-type:none}.ce_text li{margin-bottom:5px;color:#667173}.ce_gallery{margin-top:45px}.ce_gallery li.col_last{margin-right:0}.ce_gallery li{width:33%;margin-right:.5%}#article-371 .ce_gallery li{width:33%;margin-top:.5%}.slider .text h3:after{display:none}#balken .ce_form{padding-top:15px}#hg-head{width:100%;height:29px;left:0;top:-29px;position:absolute;overflow:hidden;display:block}#hg-head img{width:auto;height:29px;min-width:930px;max-width:160%}.gross{margin-top:60px}.datepicker_bootstrap{z-index:3}.link:before,.link:after,.layout_latest .teaser p,.layout_latest .more,#links .spa span,.ce_hyperlink a,.newsl input.submit,#nav .level_2 li:before,#nav,.navaussen,.spa,.button,.ce_form input.submit{transition: all 0.2s ease-in-out 0s; /* explorer 10 */-webkit-transition: all 0.2s ease-in-out 0s; /* chrome & safari */-moz-transition: all 0.2s ease-in-out 0s; /* firefox */-o-transition: all 0.2s ease-in-out 0s; /* opera */}#fix{width:100%;left:0;position:fixed;background-image:url("../../files/nav/hg-header-oben.png");background-position:left bottom;background-repeat:no-repeat;background-size:100% auto; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;z-index:7}.inn-head .button,.inn-head #logo,.inn-head #kern,.inn-head #wanderh{z-index:2}#close{display:none}.pausch h3:after{border-color:#77883C}.pausch h3{margin-top:0;color:#77883C}.layout_latest a{text-decoration:none;color:#FFFFFF}.layout_latest .teaser p,.layout_latest .more{bottom:0;position:absolute;margin-bottom:-300px;z-index: 4}.layout_latest .teaser p{width:80%;margin-left:-10%;padding-right:10%;padding-left:10%;background-color:#BEA989;padding-top:10px;padding-bottom:10px}.layout_latest:hover .teaser p{bottom:50px;position:absolute;margin-bottom:0}.layout_latest:hover .more,.layout_latest:hover .teaser p{margin-top:0;margin-bottom:0}.prog .more a{padding-top:15px;padding-bottom:15px;font-family:'Open Sans',Arial,Tahoma;line-height:20px;text-decoration:none;color:#FFFFFF;text-transform:uppercase}.more a{display:block;padding-top:15px;padding-bottom:15px;font-family:'Open Sans',Arial,Tahoma;line-height:20px;text-decoration:none;color:#FFFFFF;text-transform:uppercase}.more{width:100%;bottom:0;left:0;position:absolute;display:block;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;background-color:#253247}.pfeil{display:inline}.pfeil a{display:inline-block;margin-bottom:35px;padding:13px 15px;background-color:#77883C;color:#FFFFFF}.layout_latest h4{font:22px/28px 'Lobster Two',Vivaldi;font-style:italic;color:#FFFFFF;text-transform:none}.layout_latest h2:after{margin-top:25px}.zeile2 .txt h4:after,.zeile2 .txt h3:before{width:35px;height:28px;display:block;margin:20px auto;background-image:url("../../files/nav/ornament-weiss.svg");background-position:center center;background-repeat:no-repeat;content:" "}.zeile2 .txt h4:after{background-image:url("../../files/nav/ornament-weiss-unten.svg")}.zeile2 .txt h4{margin-top:25px;font:30px/35px 'Lobster Two',Vivaldi;font-style:italic;color:#BEA989;text-transform:none}.zeile1 .pausch h3:after,.zeile2 .pausch h3:after{border-color:#FFFFFF}.zeile2 .pausch h3{margin-bottom:0;padding-bottom:0}.pausch .layout_latest,.pausch .ce_text,.pausch .ce_image,.layout2 .layout_latest,.layout2 .ce_text,.layout2 .ce_image{width:33%;position:relative;float:left;margin-right:.5%}.pausch.wandert .layout_latest{width:32.8%;margin-bottom:.5%}.layout2 .ce_text.lang{width:100%;float:none;margin-right:0;margin-left:0}.pauschalen.pausch .layout_latest{width:32.83%;margin-bottom:.5%}.pauschalen.pausch .zeile1{padding-bottom:0}.layout_latest h2{margin-bottom:25px;font:30px/35px 'Yeseva One',serif;text-transform:uppercase}.zeile1 .pausch h3,.pausch h2,.pausch h2 a,.zeile2 .pausch h3{text-decoration:none;color:#FFFFFF}.pausch .zeile1 .txt .text,.zeile2 .txt .text{height:auto;background:none}.zeile1 .pausch.txt .text:before,.zeile1 .pausch.txt .text:after,.link h3:before,.link h3:after,.layout_latest h2:after,.mod_search h3:before{width:140px;height:3px;display:block;margin-right:auto;margin-left:auto;border-bottom:3px dotted #FFFFFF;content:" "}.mod_search h3:before{margin-bottom:25px;border-bottom:3px dotted #253247}.link h3:before{margin-bottom:25px}.pausch .text{width:100%;height:100%;left:0;top:0;position:absolute;text-align:center;background-image:url("../../files/nav/verlauf-pauschalen.png");background-position:left top;background-repeat:repeat-x;color:#FFFFFF;background-size:100% 100%}.zimmerk .pausch .text{background:none}.pausch.txt a{text-decoration:none;color:#FFFFFF}.pausch .text .innen{width:80%;margin-right:auto;margin-left:auto}.pausch .ce_text.last,.mod_newslist.pausch.last .layout_latest,.layout2 .ce_text.last,.layout2.last .layout_latest,.layout2 .ce_image.last,.last.zimmerslide,.zimmerk .ce_text.last{margin-right:0}.zeile1,.zeile2{width:100%;display:table;padding-bottom:.5%}.zeile1 .pausch{background-color:#77883C}.zeile2 .pausch{background-color:#253247}.pausch .mod_newslist{display:inline}.ce_hyperlink:before{width:140px;height:3px;display:block;margin:30px auto;border-bottom:3px dotted #BEA989;content:" "}.ce_hyperlink{position:relative;clear:both;text-align:center;z-index:5}.ce_hyperlink a{text-align:center;font:22px/27px 'Lobster Two',Vivaldi;font-style:italic;text-decoration:none;color:#893A13}.ce_hyperlink a:hover{color:#253247}.ueber h3{padding-top:117px}.gebiete .ueber h3{margin-top:0;padding-top:0}.wint h3{color:#253247}.slide-cont h3{width:100%;top:0;position:absolute;margin-top:0;padding-top:150px;background-image:url("../../files/nav/verlauf-slide-cont.png");background-position:left top;background-repeat:repeat-x;z-index:1;background-size: auto 100%}#main .mod_article{position:relative}.gross:before{width:100%;height:auto;min-height:150px;left:0;top:0;position:absolute;display:block;background-image:url("../../files/nav/hg-content.svg");background-position:center top;background-repeat:no-repeat;content:" ";z-index:2}.slide-cont h3:before{width:100%;height:25px;display:inline-block;margin-bottom:15px;background-image:url("../../files/nav/blume-weiss.svg");background-position:center top;background-repeat:no-repeat;content:""}.slide-cont h3{color:#FFFFFF}.slide-cont h3:after{border-color:#FFFFFF}h3:after{width:140px;display:block;margin-top:25px;margin-right:auto;margin-left:auto;border-bottom:3px dotted #BEA989;content:" "}.slide-cont{width:100%;height:100vh}h3,.read-blog .ueber h2{position:relative;margin-bottom:35px;text-align:center;font:30px/35px 'Yeseva One',serif;color:#77883C;text-transform:uppercase;z-index:2}h4{position:relative;margin-top:50px;margin-bottom:20px;text-align:center;font:18px/20px 'Open Sans',Arial,Tahoma;color:#BEA989;text-transform:uppercase;z-index:2}#main .gross .inn{width:100%}.mod_article.drei{position:relative;overflow:visible;margin-top:100px;margin-bottom:80px;padding-bottom:40px;background-color:#DBD5CA}.mod_article.drei.ohne-abs{margin-top:0}.mod_article.drei:before,.mod_article.drei:after{width:100%;height:150px;left:0;top:0;position:absolute;margin-top:-150px;background-image:url("../../files/nav/hg-content-pausch-oben.svg");background-position:center bottom;background-repeat:no-repeat;background-size:100% auto;content:" "}.mod_article.drei:after{bottom:0;top:auto;margin-top:0;margin-bottom:-150px;background-image:url("../../files/nav/hg-content-pausch-unten.svg");background-position:center top;background-repeat:no-repeat}.link:hover:before{height:120px}.link:hover:after{height:100%;background-size: auto 100%}.link.blase:before,.ce_image.link:before{display:none}.link:before{width:80px;height:100px;left:50%;top:0;position:absolute;margin-left:-40px;background:#77883C url("../../files/nav/kraeuter.svg") center bottom no-repeat;content:" ";background-size: auto 50px;background-position: center bottom 15px}.link.ski:before{background-color:#253247;background-image:url("../../files/nav/skibrille.svg");background-size: 90% auto}.link.kuli:before{background-color:#253247;background-image:url("../../files/nav/kulinarik.svg");background-size: 60% auto}.link.ski:before,.link.berg:before{background-size: 90% auto}.link.rot:before{background-color:#893A13}.link.blau:before{background-color:#253247}.link.berg:before{background-image:url("../../files/nav/berge.svg")}.link.burg:before{background-image:url("../../files/nav/burg.svg")}.link.rot:after{background-image:url("../../files/nav/verlauf-rot.png");background-repeat:repeat-x}.link.blau:after{background-image:url("../../files/nav/verlauf-blau.png");background-repeat:repeat-x}.ce_image.link:after{display:none}.link p{margin-top:0;margin-bottom:0}.blase .image_container,.pausch.txt .image_container{-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";   filter: alpha(opacity=0);   opacity: 0}.link.blase{background:#253247 url("../../files/nav/sprechblase.svg") center center no-repeat;background-size:90% auto}.link.blase .text,.zeile1 .txt .text,.zeile2 .txt .text{bottom:auto;top:50%;transform: translate(0, -50%)}.link.blase:after{display:none}.link.blase p,.zeile1 .txt h4{width:80%;margin-right:auto;margin-left:auto;font:50px/55px 'Lobster Two',Vivaldi;font-style:italic;color:#FFFFFF;text-transform:none;-ms-transform: rotate(-4deg); /* IE 9 */    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */    transform: rotate(-4deg)}.zeile1 .txt h4{width:60%;margin-top:25px;margin-bottom:25px}.link h3{position:relative;margin-top:25px;margin-bottom:25px;padding-top:0;padding-bottom:25px;font:30px/35px 'Yeseva One',serif;text-transform:uppercase}.link{margin-bottom:.5%;font:22px/30px 'Lobster Two',Vivaldi;font-style:italic;color:#EFEBE4}.link a{text-decoration:none;color:#FFFFFF}.link h3 a{color:#FFFFFF}.link .text{width:90%;bottom:15px;left:0;position:absolute;margin-left:5%;z-index:2}.link:after,.akt .image_container:after,.zimmerslide:after{width:100%;height:347px;bottom:0;left:0;position:absolute;background-image:url("../../files/nav/verlauf-gruen.png");background-position:left bottom;background-repeat:repeat-x;content:" "}.zimmerslide:after{background-image:url("../../files/nav/verlauf-beige.png");background-size: 100% 80px}.wint.akt .image_container:after{background-image:url("../../files/nav/verlauf-blau.png");background-repeat:repeat-x}.link.kl,.link.gr{width:28.22%;position:relative;float:left;margin-right:.5%}.link.kl.last,.link.gr.last{margin-right:0}.link.gr{width:42.5%}#main{padding-top:80px;padding-bottom:80px}a{color:#893A13}#main .ce_text{text-align:center}h2{clear:both;margin-top:0;margin-bottom:40px;text-align:center;font:30px/35px 'Lobster Two',Vivaldi;font-style:italic;color:#77883C}.buchst{width:100%;clear:both;display:inline-block}h1:after{width:140px;bottom:0;left:50%;position:absolute;margin-left:-70px;border-bottom:3px dotted #BEA989;content:" "}h1{position:relative;margin-bottom:30px;padding-top:0;padding-bottom:30px;text-align:center;font:40px/45px 'Yeseva One',serif;color:#893A13;text-transform:uppercase}#logo-foo img{position:relative;padding-right:25px;padding-left:25px;background-color:#DBD5CA;z-index:2}#logo-foo:before{width:100%;left:0;top:50%;position:absolute;border-bottom:3px dotted #BEA989;content:""}#logo-foo{position:relative;margin-bottom:30px}#logos a{margin-right:15px}#beig-foo #logos{padding-bottom:30px;text-align:center}#links{margin-top:50px;margin-bottom:50px}#footer a{text-decoration:none}#footer .eins strong{text-transform:uppercase}#footer .spa{vertical-align:top;line-height:25px}#footer .spa a{color:#667173}#footer h4{display:inline-block;margin-bottom:15px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-bottom:3px dotted #BEA989;font:22px/30px 'Lobster Two',Vivaldi;font-style:italic;color:#893A13;text-transform:none}#beig-foo{text-align:center;background-color:#DBD5CA}#footer .inn{padding-top:25px}#footer:before{width:100%;height:80px;position:absolute;background-image:url("../../files/nav/hg-footer.svg");background-position:center top;background-repeat:no-repeat;content:"";background-size:100% auto}#balken #beig{margin-top:-1px;background-color:#EFEBE4}#main img,#balken img,#balken-foo img{display:block}#balken{width:100%;height:auto;bottom:0;left:0;position:absolute;z-index:2}#balken:before{width:100%;height:auto}#wanderh{right:0;top:90px;position:absolute}#logo{position:relative;padding-top:81px}#kern.button,#links .spa.drei{background-color:#77883C}#links .spa.zwei{background-color:#893A13}#nav-button.button,#close.button{margin-right:1%;margin-left:1%;background-color:#893A13;font-weight:bold;z-index: 7}#nav-button.button:hover,#close.button:hover{cursor:pointer}.button span,#links .spa span{display:block;padding-top:20px;padding-bottom:20px}.button i,#links .spa i,.zimm-butt i{min-width:30px;left:0;top:0;position:absolute;margin-top:7px;padding:13px 10px;border-right:1px solid #BEA989}.zimm-butt i{left:0;position:relative;margin-top:0;margin-right:15px;padding-top:8px;padding-bottom:8px}.button a,#footer #links .spa a{display:block;text-decoration:none;color:#FFFFFF}.button,#footer .spa{width:32.45%;position:relative;display:inline-block;text-align:center}#buttons-fix .button{width:100%;margin-bottom:8px}#buttons-fix .button span{padding-top:15px;padding-bottom:15px}.button,#links .spa{background-color:#893A13;font:15px/18px 'Open Sans',Arial,Tahoma;color:#FFFFFF;text-transform:uppercase;font-weight:300}#nav-button:hover,#close:hover,#links .spa.zwei:hover{background-color:#672B0E}.button:hover,#links .spa:hover{background-color:#1B1B18}#kern.button:hover,#links .spa.drei:hover{background-color:#616F31}.slider .rsts-slide > div{height:100vh;min-height:600px;position:relative}.slider .rsts-slide .ce_text{width:100%;bottom:100px;position:absolute;margin-left:0px!important;position:absolute!important}.slider h3:before{margin-bottom:25px}.slider h3:before,.slider h3:after{width:120px;height:3px;position:relative;display:block;margin-right:auto;margin-left:auto;border-bottom:3px dotted #FFFFFF;content:" ";-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.6);-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.6);box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.6);z-index: 2}.slider .text{width:100%;bottom:150px;left:0;position:absolute;text-align:center}.slider h3{max-width:550px;position:relative;margin:40px auto;padding-bottom:0;text-align:center;font:60px/65px 'Lobster Two',Vivaldi;font-style:italic;color:#FFFFFF;text-transform:none;z-index:3;-ms-transform: rotate(-4deg); /* IE 9 */-webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */transform: rotate(-4deg);font-style:400i;text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.70)}.inn-head{height:100vh;min-height:600px;position:relative;text-align:center}.slider .mod_rocksolid_slider,.slider .mod_rocksolid_slider .image_container{width:100%;height:100vh;min-height:600px;left:0;top:0;position:absolute;z-index:1}body{background-color:#EFEBE4;font:15px/22px 'Open Sans',Arial,Tahoma;color:#667173}#main .inn,#header .inn-head,#footer .inn,#balken .inn,.navaussen .innen,#fix .fix-inn{width:1250px;position:relative;margin-right:auto;margin-left:auto}
/* style-buchstaben-h1.css */

/* formular.css */
.daterk{width:100%;position:relative;float:left;margin-right:0;margin-bottom:2%}#main .newsl{margin-top:45px}#main .newsl input.submit,#main .newsl input.text{width:49%}#main .newsl input.submit,#main .newsl select{width:24%;float:left}#main .newsl input.text,#main .newsl select{float:left;margin-right:1%;padding-top:11px;padding-bottom:11px;background-color:#EFEBE4}#main .newsl select{padding-top:14px;padding-bottom:14px;border:1px solid #BEA989}.anf .rechts input.text{width:95%;margin-right:0;margin-bottom:2%}.anf .links input.text.gr{width:93.5%}.anf .textarea{width:95%;min-height:155px;margin-right:0;margin-bottom:2%}.anf .links,.anf .rechts{width:50%;float:left}.anf .rechts{margin-right:0}.suche{padding-top:25px;padding-bottom:50px}.submit:hover{cursor:pointer}.newsl input.text{margin-top:8px;padding-top:15px;padding-bottom:20px;text-align:center;border-bottom:1px solid #BEA989}#assi input.submit.pfeil,.suche input.submit,.anf input.submit.pfeil,.mod_search input.submit{width:10px;height:17px;margin-right:0;margin-left:-42px;padding:16px 15px;background-color:#77883C;border-right:1px dotted #77883C;border-bottom:1px dotted #77883C;border-left:1px dotted #77883C}#assi input.submit.pfeil:hover,.suche input.submit:hover,.anf input.submit.pfeil:hover,.mod_search Input.submit:hover{background-color:#616F31}#assi .submit_container input:after{content:"test"}#assi br,.anf br{float:left;display:none}#assi img,#main .anf img{display:none}#assi input.text,#assi input.submit,.newsl input,.suche input.text,.anf input.text,.anf input.submit,.anf textarea,.mod_search input.text{width:22.13%;float:left;margin-right:1%;padding-right:2%;padding-left:2%;background-color:#EFEBE4;border:1px solid #BEA989;font:15px/20px 'Open Sans',Arial,Tahoma;color:#667173;padding-top:12px;padding-bottom:12px}.newsl input{width:100%;padding-right:0;padding-left:0;background-color:#DBD5CA;border-top:0;border-right:0;border-left:0}.newsl input.submit{padding-top:15px;padding-bottom:15px;background-color:rgba(190,169,137,.2);border-bottom:0;color:#893A13;text-transform:uppercase}.newsl input.submit:hover{background-color:#BEA989;color:#FFFFFF}#assi input.text,.anf input.text{padding-top:15px;padding-bottom:15px}#assi input.submit,.anf input.submit{width:18%;margin-right:0;text-align:left;font:22px/25px 'Lobster Two',Vivaldi;font-style:italic;color:#893A13}.suche input.text,.mod_search input.text{width:95%;padding-top:15px;padding-bottom:15px}.suche input.submit,.mod_search input.submit{width:20px;padding:17px 10px}.mod_search input.submit{width:10%;height:auto;margin-left:-10%;padding-top:15px;padding-bottom:16px;border:0;font-family:'Open Sans',sans-serif;color:#FFFFFF;text-transform:uppercase;font-weight:300}.anf .links input.text{width:43.6%;margin-right:2%;margin-bottom:2%}.mod_search input.text{width:99.5%}
/* navigation.css */
.pagination li span{background-color:#BEA989;color:#FFFFFF}.pagination li{display:inline-block;margin-left:8px;border:1px solid #BEA989;list-style-type:none}.pagination li:hover{border-color:#77883C}.pagination li a:hover{background-color:#77883C;color:#FFFFFF}.pagination li a,.pagination li span{display:inline-block;padding:8px 10px;text-decoration:none}.pagination ul{margin-right:0;padding-left:0;text-align:right}.pagination p,.pagination ul{width:49%;float:left;margin-right:1%}#nav ul.level_1{margin-top:0;margin-bottom:0;padding-left:0}#nav ul.level_2{position:absolute;padding-bottom:5px;padding-left:0;text-align:left;background-color:#DBD5CA}#nav{padding-top:20px;padding-bottom:30px;text-align:center}.navaussen,.navaussen .innen{display:table}.navaussen{width:100%;left:0;top:0;position:fixed;margin-top:-1000px;background:#DBD5CA url("../../files/nav/hg-menue.png") left top repeat;border-bottom:1px solid #BEA989;z-index: 6}#nav .level_1,#nav .level_1 a{font:22px/30px 'Lobster Two',Vivaldi;font-style:italic;text-decoration:none;color:#893A13}#nav .level_1 a,#nav .level_1 span{display:inline-block;padding-bottom:15px;padding-left:25px}#nav .level_2,#nav .level_2 a{font:15px/20px 'Open Sans',Arial,Tahoma;text-decoration:none;color:#2E2D2B;text-transform:uppercase}#nav .level_2 a:hover{color:#893A13}#nav .level_2 a,#nav .level_2 span{display:inline-block;padding:5px 15px 5px 0}#nav .level_2 span{color:#893A13}#nav .level_1 li{width:auto;display:inline-block;margin-top:0;margin-right:25px;list-style-type:none}#nav .level_1 li.last{margin-right:0}#nav .level_1 li .level_2 li{width:auto;float:none;display:block;margin:0 0 8px 35px;padding-left:0}#nav .level_2 li:before{margin-right:8px;margin-left:-16.5px;font:.8em FontAwesome;color:#77883C;content:"\f054"}#nav .level_2 li:hover:before{margin-right:6px;margin-left:-14.5px;color:#893A13}#nav .level_2 li.selected:before{color:#893A13}#footer .nav-foo a{color:#2E2D2B}.nav-foo{font-family:'Open Sans',Arial,Tahoma;color:#2E2D2B;text-transform:uppercase}.nav-foo li{margin-left:0;list-style-type:none}.nav-foo ul{padding-left:0}.nav-foo li:before{margin-right:10px;font:.7em FontAwesome;color:#77883C;content:"\f054"}#footer .nav-foo a:hover{color:#77883C}
@media (min-width:1001px) and (max-width:1300px){
/* style-desk.css */
#goog-ue{left:20px;top:90px;position:absolute;z-index:8}#nav .level_1 a,#nav .level_1 span{padding-left:0}.pausch .text{font-size:12px;line-height:15px}#menubutton,#menubuttonclose{display:none}#logo{padding-top:67px}#nav .level_1,#nav .level_1 a{font-size:21px}#fix{width:100%;height:10.5%}.aktiv .wint.akt .text{min-height:395px}.pausch h3{font-size:22px;line-height:28px}.zeile2 .txt h4::after,.zeile2 .txt h3::before{width:30px;margin-bottom:15px}.anf .links input.text{width:43.5%}.layout2 .txt li,.ce_text li{margin-bottom:5px}.mod_article.drei{margin-top:50px}#nav .level_2,#nav .level_2 a{font-size:15px;line-height:19px}.navaussen{overflow:scroll}#nav{padding-top:18px}#nav .level_1 li{margin:0}#nav .level_1 li{width:15.7%}.ueber h3{padding-top:98px}.layout_latest h4{margin-top:15px}.zeile2 .txt h4{margin-top:15px;font-size:22px;line-height:30px}.link.blase p,.zeile1 .txt h4{font-size:35px;line-height:40px}.link h3::before{margin-bottom:15px}h3::after{margin-top:15px}.link h3{margin-top:10px;margin-bottom:25px;padding-bottom:0}.layout_latest h2,.link h3{font-size:25px;line-height:30px}.link::before{width:50px;margin-left:-25px;background-size: 80% auto}.slider h3{margin-top:0}#balken::before{height:29px;background-position:center bottom;background-size: 100% 24px}#main{padding-top:60px}#assi input.text{width:22.1%}#assi input.submit,.anf input.submit{width:18%}body{font-size:14px;line-height:21px}.link::after,.akt .image_container::after{height:250px;background-size: 100% 100%}.akt h3{margin-top:-200px;margin-bottom:50px}h3{font-size:25px;line-height:30px}.button,#footer .spa{width:32.3%}#main .inn,#header .inn-head,#footer .inn,#balken .inn,.navaussen .innen,#fix .fix-inn{width:90%}
}
@media (min-width:768px) and (max-width:1000px){
/* style-ipad.css */
.inn-head{margin-top:20px}#goog-ue{left:20px;top:90px;position:absolute;z-index:3}#nav .level_1 a,#nav .level_1 span{padding-right:15px;padding-left:15px}#nav .level_1,#nav .level_1 a{font-size:17px}.zeile2 .txt h3::before{display:none}.pausch .text{font-size:10px;line-height:10px}#menubutton,#menubuttonclose{display:none}#logo{padding-top:55px}#fix{width:100%;height:10.5%}#winteraktivitaeten-in-mauterndorf.aktiv .wint.akt .text{min-height:530px}#footer h4{margin-top:25px}#main .newsl input.text{padding-top:0;padding-bottom:12px}.anf .textarea{min-height:145px}.ce_tabcontrol li{font-size:16px;line-height:22px}.layout2 .txt ul{width:80%;margin-right:auto;margin-left:auto}.newsl input.submit{padding-top:10px;padding-bottom:10px}.more{z-index:2}.layout_latest .teaser p{padding-top:8px;padding-bottom:8px;z-index: 2}.layout_latest h2::after{margin-top:15px}h1{font-size:35px;line-height:40px}h2{font-size:28px;line-height:33px}h1::before,.buchst h3::before,.buchst h2::before,h3.buchst::before,h3.buchst2::before{background-size: auto 75%}.buchst h3::before{height:80px;background-size: auto 90%}.button i,#links .spa i{min-width:22px;padding-top:11px;padding-bottom:11px}.button span,#links .spa span{padding-top:17px;padding-bottom:17px;padding-left:30px}.aktiv .wint.akt .text{min-height:395px}.pausch h3{font-size:22px;line-height:28px}.zeile2 .txt h4::after,.zeile2 .txt h3::before{width:30px;margin-bottom:15px}.anf .links input.text{width:43.4%}.layout2 .txt li{margin-bottom:5px;line-height:13px}.mod_article.drei{margin-top:50px}#nav .level_2,#nav .level_2 a{font-size:14px;line-height:19px}.navaussen{overflow:scroll}#nav .level_1 li{margin-top:0}#nav .level_1 li{width:auto;margin-right:0}.ueber h3{padding-top:99px}.layout_latest h4{margin-top:15px}.zeile2 .txt h4{margin-top:15px;font-size:22px;line-height:30px}.link.blase p,.zeile1 .txt h4{font-size:35px;line-height:40px}.link.blase{background-size: 97% 100%}.link h3::before{margin-bottom:15px}h3::after{margin-top:15px}.link h3{margin-top:10px;margin-bottom:25px;padding-bottom:0}.link,.layout_latest h4{font-size:19px;line-height:22px}.layout_latest h2,.link h3{font-size:22px;line-height:28px}.layout_latest h2{margin-bottom:15px}.link::before{width:40px;height:80px;margin-left:-20px;background-size: 80% auto}.link:hover:before{height:90px}.slider h3{margin-top:0;font-size:45px;line-height:50px}#balken::before{height:29px;background-position:center bottom;background-size: 100% 24px}#main{padding-top:60px}#assi input.text{width:22%}#assi input.submit,.anf input.submit{width:18%}.anf input.submit{width:20%}body{font-size:14px;line-height:21px}.link::after,.akt .image_container::after{height:250px;background-size: 100% 100%}.akt h3{margin-top:-200px;margin-bottom:50px}h3{font-size:25px;line-height:30px}.button,#footer .spa{width:32.3%}#footer .spa.drei{width:31.3%;padding-left:3%}#main .inn,#header .inn-head,#footer .inn,#balken .inn,.navaussen .innen,#fix .fix-inn{width:90%}
}
@media (max-width:767px){
/* style-mobi.css */
.inn-head{margin-top:20px}tbody th span,tfoot td.foot_0 span{display:none}tbody th,tfoot th,tfoot td.foot_0,tbody th{font-size:13px;line-height:17px}tfoot td strong,tbody th strong,.row_neu strong{font-size:13px;line-height:18px}thead th,tbody td{font-size:13px}.ce_text.siebenspalten{overflow:auto}#header #sprech_kinder{width:50%;height:auto;z-index:2;top:160px!important;width:100px!important;left:10px!important}#goog-ue{left:10px;top:10px;position:absolute;z-index:8}h1{margin-top:60px}#buttons-fix .button span{padding:10px;font-size:12px}#buttons-fix{width:80px;right:0;top:220px;position:fixed}.mm-menu{background-color:#893A13}#menubutton,#menubuttonclose{width:50px;right:-15px;position:fixed;display:block;z-index:9}#menubuttonclose{display:none}#stickyfilter li{margin-top:8px}.pausch.wandert .layout_latest{width:100%;margin-right:0}#main .newsl input.submit,#main .newsl select{width:100%;float:none;margin-right:0;margin-bottom:8px}.navaussen,.navaussen .innen{display:block}.navaussen{height:100vh;overflow-y:scroll;box-sizing: content-box}.akt,.buchst.akt{width:100%;float:none;margin-right:0;margin-bottom:5px}.anf .info-anf .links input.text,#main .newsl input.text{width:95%;margin-right:0;margin-bottom:8px}.anf .links,.anf .rechts{width:100%;float:none}table,.ce_table,tbody{overflow:auto}thead th strong,tbody td strong{font-size:15px;line-height:20px}thead th{font-size:13px}.tabcontrol_tabs ul{padding-left:0}.ce_tabcontrol li{margin-bottom:8px}.ce_gallery li{width:100%;margin-right:0;margin-bottom:8px}.buchst{margin-top:0}.rs-column ul{margin-top:0;margin-bottom:0}.rs-column.-medium-first-row{margin-top:0}.ce_text ul{padding-left:0}#beig-foo #logos{text-align:center}#beig-foo #logos img{width:auto;height:40px}.zeile1 .txt .text,.zeile2 .txt .text{top:0;position:relative;padding-top:20px;padding-bottom:20px;transform: translate(0, 0%)}.pausch.txt .image_container{height:0px}.start .zeile2 .ce_image{display:none}.pausch .layout_latest,.pauschalen.pausch .layout_latest{margin-bottom:5px}.pausch .layout_latest,.pausch .ce_text,.pausch .ce_image,.layout2 .layout_latest,.layout2 .ce_text,.layout2 .ce_image,.pauschalen.pausch .layout_latest{width:100%;float:none;margin-right:0}.ce_hyperlink::before{margin-top:20px;margin-bottom:20px}.ce_hyperlink a{font-size:20px;line-height:25px}.start .link.kl,.start .link.gr{display:none}#balken .ce_form{display:none}#hg-head{top:-20px}#logo{width:70%;margin-right:auto;margin-left:auto;padding-top:50px}#wanderh{width:15%;bottom:0;top:auto;position:absolute;margin-bottom:-80px}#fix{position:relative}#blog.button{width:auto}#blog.button i,#nav-button.button i,#close.button i{position:relative;margin-top:0;padding-top:15px;padding-bottom:15px;border-right:0}#nav-button.button i,#close.button i{left:auto;right:0;position:fixed;background-color:#893A13;border-right:0px solid #EFEBE4;border-left:1px solid #EFEBE4}#nav-button.button,#close.button{width:auto;right:39px;top:0;position:absolute}#footer h4{margin-top:0}#main .newsl input.text{padding-top:0;padding-bottom:12px}#footer .newsl input.text{margin-top:0;padding-top:0}.anf .textarea{min-height:145px}.ce_tabcontrol li{font-size:16px;line-height:22px}.layout2 .txt ul{width:80%;margin-right:auto;margin-left:auto}.newsl input.submit{padding-top:10px;padding-bottom:10px}.more{z-index:2}.layout_latest .teaser p{padding-top:5px;padding-bottom:5px;background-color:#253247;z-index: 2}.layout_latest h2::after{margin-top:15px}h1{font-size:30px;line-height:35px}h2{font-size:25px;line-height:30px}h1::before,.buchst h3::before,.buchst h2::before,h3.buchst::before,h3.buchst2::before{background-size: auto 75%}.buchst h3::before{height:80px;background-size: auto 90%}.button i,#links .spa i{min-width:22px;padding-top:11px;padding-bottom:11px}.button span,#links .spa span{padding:14px 20px 13px}.aktiv .wint.akt .text{min-height:395px}.pausch h3{font-size:22px;line-height:28px}.zeile2 .txt h4::after,.zeile2 .txt h3::before{width:20px;margin-bottom:0}.anf .links input.text{width:43.4%}.layout2 .txt li{margin-bottom:5px;line-height:18px}.mod_article.drei{margin-top:50px}#nav .level_2,#nav .level_2 a{font-size:14px;line-height:19px}#nav{width:100%;height:100vh;left:0;top:0;position:fixed;overflow:scroll;display:none;padding-top:50px;background-color:#672B0E}#nav .level_1 li{width:100%;margin-top:15px;margin-right:0}.ueber h3{padding-top:18px}.layout_latest h4{margin-top:15px}.zeile2 .txt h4{margin-top:15px;font-size:22px;line-height:30px}.link.blase p,.zeile1 .txt h4{font-size:35px;line-height:40px}.link.blase{background-size: 97% 100%}.link h3::before{margin-bottom:15px}h3::after{margin-top:15px}.link h3{margin-top:10px;margin-bottom:25px;padding-bottom:0}.link,.layout_latest h4{font-size:19px;line-height:22px}.layout_latest h2,.link h3{font-size:22px;line-height:28px}.layout_latest h2{margin-bottom:15px}.link::before{width:40px;height:80px;margin-left:-20px;background-size: 80% auto}.link:hover:before{height:90px}.slider h3{margin-top:0;font-size:37px;line-height:37px}#balken::before{height:29px;background-position:center bottom;background-size: 100% 24px}#main{padding-top:30px}#assi input.text{width:22%}#assi input.submit,.anf input.submit{width:18%}.anf input.submit{width:50%}body{font-size:14px;line-height:21px}.link::after,.akt .image_container::after{height:250px;background-size: 100% 100%}.akt h3{margin-top:-90px;margin-bottom:20px}h3{font-size:25px;line-height:30px}.button,#footer .spa,.link.kl,.link.gr{width:100%;margin-bottom:5px}#footer #spalten .spa.zwei{display:none}#main .inn,#header .inn-head,#footer .inn,#balken .inn,.navaussen .innen,#fix .fix-inn{width:90%}#fix .fix-inn{width:100%}.akt.mitt .text,.akt.lang .text,.akt.mitt2 .text,.wint.akt .text,.akt .text,.aktiv .wint.akt .text,#winteraktivitaeten-in-mauterndorf.aktiv .wint.akt .text{min-height:20px}
}
@media (max-height:750px){
/* style-height.css */
.navaussen,.navaussen .innen{display:block}.navaussen{height:100vh;overflow-y:scroll;box-sizing: content-box}
}
