body,form{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}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */

/**
 * Make the wrapping container 960 pixel wide
 */
#wrapper {
	width:1280px;
	margin:0 auto;
}

/**
 * Set the default margin of the grid columns
 */
*[class*="grid"] {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

/**
 * Add a default margin to all content elements, so they align with the floatet
 * ones (otherwise you would have to add "grid12" to every element)
 */
.mod_article *[class*="ce_"],.mod_article *[class*="mod_"] {
	margin-left:10px;
	margin-right:10px;
}

/**
 * Handle news and event reader modules which are added via content element and
 * contain content elements themselves (see #5331)
 */
.mod_article .mod_newsreader,.mod_article .mod_eventreader {
	margin-left:0;
	margin-right:0;
}
.mod_article *[class*="layout_"]>*,.mod_article *[class*="event_"]>* {
	margin-left:10px;
	margin-right:10px;
}

/**
 * Remove the margin from floated articles, because the margin is already
 * applied to its content elements (see above)
 */
.mod_article.grid1,.mod_article.grid2,.mod_article.grid3,.mod_article.grid4,.mod_article.grid5,.mod_article.grid6,
.mod_article.grid7,.mod_article.grid8,.mod_article.grid9,.mod_article.grid10,.mod_article.grid11,.mod_article.grid12 {
	margin-left:0;
	margin-right:0;
}

/**
 * Automatically clear the floats in the main column, so you do not have to add
 * a clearing div to each article
 */
#main .inside {
	overflow:hidden;
}

/**
 * Grid column widths
 */
.grid1  { width:85px;  }
.grid2  { width:190px; }
.grid3  { width:295px; }
.grid4  { width:400px; }
.grid5  { width:505px; }
.grid6  { width:610px; }
.grid7  { width:715px; }
.grid8  { width:820px; }
.grid9  { width:925px; }
.grid10 { width:1030px; }
.grid11 { width:1135px; }
.grid12 { width:1240px; }

/**
 * Floated articles can be 20 pixel wider (no margin)
 */
.mod_article.grid1  { width:105px;  }
.mod_article.grid2  { width:210px; }
.mod_article.grid3  { width:315px; }
.mod_article.grid4  { width:420px; }
.mod_article.grid5  { width:525px; }
.mod_article.grid6  { width:630px; }
.mod_article.grid7  { width:735px; }
.mod_article.grid8  { width:840px; }
.mod_article.grid9  { width:945px; }
.mod_article.grid10 { width:1050px; }
.mod_article.grid11 { width:1155px; }
.mod_article.grid12 { width:1260px; }

/**
 * Default offset widths
 */
.offset1  { margin-left:115px  !important; }
.offset2  { margin-left:220px !important; }
.offset3  { margin-left:325px !important; }
.offset4  { margin-left:430px !important; }
.offset5  { margin-left:535px !important; }
.offset6  { margin-left:640px !important; }
.offset7  { margin-left:745px !important; }
.offset8  { margin-left:850px !important; }
.offset9  { margin-left:955px !important; }
.offset10 { margin-left:1060px !important; }
.offset11 { margin-left:1165px !important; }
.offset12 { margin-left:1270px !important; }


@media (max-width:959px)
{
	/**
	 * Remove the overall width
	 */
	#wrapper {
		width:auto;
	}

	/**
	 * Show all columns underneath each other
	 */
	*[class*="grid"] {
		float:none !important;
		display:block !important;
		width:auto !important;
	}
	*[class*="offset"] {
		margin-left:10px !important;
		margin-right:10px !important;
	}
}

.grid1p{
	width: 8,33%;
}

.grid1p{
	width: 16,66%;
}


/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

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

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

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

html.mm-opened .mm-page {
  position: relative; }

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

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

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

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.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-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-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    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: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .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.mm-opened > a.mm-subopen {
  height: 40px; }
  .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);
    top: 16px;
    right: 16px; }

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

.mm-ismenu {
  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); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

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

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

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

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

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

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.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; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

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



/*
#right .aktuelle-angebote-rechts-startseite, #right .aktuelle-angebote-rechts-unterseite {
	background-color: #f4f4f4;
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/bg_right.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-left: 25px;
	margin-top: -20px;
	}
*/

/*
body {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/titelbilder_de/titelbild.png");
	background-position: center -45px;
	background-repeat: no-repeat; 
	}

#top_startseite {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/titelbilder_de/titelbild-startseite.png");
	background-position: center -210px;
	background-repeat: no-repeat; 
	}
*/	
	

/*
#container {
	margin-top: 330px;
}
	
#top_startseite #container {
	margin-top: 610px;
	}	
*/	/*
#main {
	background-color: #ffffff;
	min-height: 800px;
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/bg_content.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 0px 1px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 0px 1px rgba(0, 0, 0, 0.75);
	}*/



	
	
	
/*

.logo {
	position: absolute;
	top: 33px;
	left: -365px;
	}
	
.logo img {
	height: 44px;
	}
*/


.ce_accordion .ce_text {
	margin-left: 0px;
	margin-right: 0px;
	}



/** footer **/
#footer {
	background-image:url("http://www.pieringer.info/files/images/layout_allgemein/footer_bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	height:180px;
	}
	

	#footer	.partner li:nth-child(1) a:nth-child(1) img:nth-child(1) {
  	display: none !important;
}



/** nav_content **/
/*
.nav_content {
	margin: 10px 10px 10px 10px;
	}
	
.nav_content ul {
	float: left;
	}
	
.nav_content ul li {
	list-style-type: none;
	display:block;
	font-family: Oxygen;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat:no-repeat;
	margin-bottom: 8px;
	}	

.nav_content-left a, .nav_content-left a:link, .nav_content-left a:visited {
	text-decoration: none;
	color: #6a6665;
	font-size: 18px;
	letter-spacing: 3px;
	display:block;
	padding: 4px 20px 5px 0px;
	}	

.nav_content-left a:hover {
	color: #fff;
	}

	
.nav_content-right a, .nav_content-right a:link, .nav_content-right a:visited {
	text-decoration: none;
	color: #6a6665;
	font-size: 18px;
	letter-spacing: 3px;
	display:block;
	padding: 4px 0 5px 15px;
	}	

.nav_content-right a:hover {
	color: #fff;
	}

.nav_content span {
	font-size: 18px;
	letter-spacing: 3px;
	display:block;
	font-family: Oxygen;
	font-weight:bold;
	color: #fff;
	}

.nav_content-left {
	text-align:right;
	width: 370px;
	
	}


.nav_content-left li {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/balken_fraktionen.png");
	background-position: top right;
	border-right: 10px solid #6a6665;
	margin-right: 5px;
	height: 32px;
	}

.nav_content-left li:hover {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/balken_fraktionen.png");
	background-position: bottom right;
	
	}

.nav_content-right {
	text-align:left;
	width: 425px;
	}
	

.nav_content-right li {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/bg_nav-content_right.png");
	background-position: top left;
	height: 32px;
	}	

.nav_content-right li:hover {
	background-image:url("http://www.fm-media.at/projekte/pav/files/images/layout_allgemein/bg_nav_content_right-hover.png");
	background-position: top left;
	
	}
*/
	
/*	
.nav_main {
	width: 1500px;
	background-color: #ececec;
	padding: 15px 0 15px 60px;
	position:relative;
	top: 20px;
	}
.nav_main ul li {
	float: left;
	list-style-type: none;
	margin-right: 70px;
	text-align:center;
	
	}
	
.nav_main a, .nav_main a:link, .nav_main a:visited {
	font-size: 28px;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-decoration:none;
	color: #6a6665;
	font-weight:bold;
	
}

.nav_main span {
	font-size: 28px;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
}

.nav_main a:hover {
	color: #fff;
	}
	

.nav_main .menu-schatten_links {
	position:absolute;
	left:-16px;
	height:58px;}
	
.nav_main .menu-schatten_rechts {
	position:absolute;
	right:-16px;
	height:58px;}
	
.nav_main .menu-schatten_oben {
	position:absolute;
	top:-16px;
	width: 1310px;
}
	
.nav_main .menu-schatten_unten {
	position:absolute;
	bottom:-16px;
	width: 1310px;
}
*/

/** nav_sub **/
.nav_sub {
	margin-bottom:15px;
	}

.nav_sub ul li {
	display:block;
	font-family: Oxygen;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url("http://www.pieringer.info/files/images/layout_allgemein/submenu-hover.png");
	background-position: top left;
	background-repeat:no-repeat;
	padding: 5px 0 5px 0;
	margin-bottom: 8px;
	}
	
.nav_sub a, .nav_sub a:link, .nav_sub a:visited {
	text-decoration: none;
	color: #6a6665;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 25px;
	font-weight:bold;
	}	

.nav_sub a:hover {
	color: #c11b30;
	}

.nav_sub span {
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 25px;
	display:block;
	font-family: Oxygen;
	font-weight:bold;
	color: #c11b30;
	}

/** nav_bread **/

.nav_bread {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.nav_bread ul li {
    float:left;
    list-style-type:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #363636;
}

.nav_bread a,
.nav_bread a:link,
.nav_bread a:visited {
    font-size:12px;
	color: #363636;
	font-weight:bold;
}

.nav_bread a:hover {
    text-decoration:none;
}

.mod_breadcrumb li {
    float:left;
}

.mod_breadcrumb li:after {
    padding-right:5px;
    padding-left:5px;
    content: " > ";
}

.mod_breadcrumb li.active:after {
    display:none;
}


/** rechts **/

/*#right .layout_latest.block {
	overflow: visible;
	}
*/

/*
.teaser-area h2 {
	position: absolute;
	top: 0px;
	font-size: 20px;
}

.teaser-area .teaser {
	position: absolute;
	top: 30px;
}


	
#right .schlagschatten-bild-bottom {
	width:360px;
	position: absolute;
	bottom: -16px;
	z-index:25;
	}
	
#right .schlagschatten-main-oben {
	position:absolute;
	top:-16px;
	}
	

#right ul li {
	list-style-type: none;
	}

#right .aktuelle-angebote-schriftzug {
	padding-top: 15px;
	margin-bottom:15px;
	
	
	}	
	
#right .schlagschatten-right-left {
	position:absolute;
	left:-5px;
	}
	
	
#right .schlagschatten-right-right {
	position:absolute;
	right:-9px;
	
	}

#right .schlagschatten-right-top {
	position:absolute;
	top:-16px;
	}	
	

*/
#top_traverses-ferroviaires #right .schlagschatten-right-oben, #top_traverses-ferroviaires #right .schlagschatten-right-left, #top_traverses-ferroviaires #right .schlagschatten-right-right,
#top_matieres-premieres #right .schlagschatten-right-oben, #top_matieres-premieres #right .schlagschatten-right-left, #top_matieres-premieres #right .schlagschatten-right-right,


#top_papier #right .schlagschatten-right-oben, #top_papier #right .schlagschatten-right-left, #top_papier #right .schlagschatten-right-right,
#top_fraktionen #right .schlagschatten-right-oben, #top_fraktionen #right .schlagschatten-right-left, #top_fraktionen #right .schlagschatten-right-right,
#top_kunststoff #right .schlagschatten-right-oben, #top_kunststoff #right .schlagschatten-right-left, #top_kunststoff #right .schlagschatten-right-right,
#top_fe-metall #right .schlagschatten-right-oben, #top_fe-metall #right .schlagschatten-right-left, #top_fe-metall #right .schlagschatten-right-right,
#top_ne-metall #right .schlagschatten-right-oben, #top_ne-metall #right .schlagschatten-right-left, #top_ne-metall #right .schlagschatten-right-right,
#top_top_papier #right .schlagschatten-right-oben, #top_top_papier #right .schlagschatten-right-left, #top_top_papier #right .schlagschatten-right-right,
#top_internationale-logistik #right .schlagschatten-right-oben, #top_internationale-logistik #right .schlagschatten-right-left, #top_internationale-logistik #right .schlagschatten-right-right,
#top_eisenbahnschwellen #right .schlagschatten-right-oben, #top_eisenbahnschwellen #right .schlagschatten-right-left, #top_eisenbahnschwellen #right .schlagschatten-right-right,
#top_abfallentsorgung #right .schlagschatten-right-oben, #top_abfallentsorgung #right .schlagschatten-right-left, #top_abfallentsorgung #right .schlagschatten-right-right,
#top_notifizierungen #right .schlagschatten-right-oben, #top_notifizierungen #right .schlagschatten-right-left, #top_notifizierungen #right .schlagschatten-right-right,
#top_altreifen #right .schlagschatten-right-oben, #top_altreifen #right .schlagschatten-right-left, #top_altreifen #right .schlagschatten-right-right,
#top_ersatzbrennstoff #right .schlagschatten-right-oben, #top_ersatzbrennstoff #right .schlagschatten-right-left, #top_ersatzbrennstoff #right .schlagschatten-right-right, 


#top_paper #right .schlagschatten-right-oben, #top_paper #right .schlagschatten-right-left, #top_paper #right .schlagschatten-right-right,
#top_raw-materials #right .schlagschatten-right-oben, #top_raw-materials #right .schlagschatten-right-left, #top_raw-materials #right .schlagschatten-right-right,
#top_plastic #right .schlagschatten-right-oben, #top_plastic #right .schlagschatten-right-left, #top_plastic #right .schlagschatten-right-right,
#top_ferrous-metals #right .schlagschatten-right-oben, #top_ferrous-metals #right .schlagschatten-right-left, #top_ferrous-metals #right .schlagschatten-right-right,
#top_non-ferrous-metals #right .schlagschatten-right-oben, #top_non-ferrous-metals #right .schlagschatten-right-left, #top_non-ferrous-metals #right .schlagschatten-right-right,
#top_top_papier #right .schlagschatten-right-oben, #top_top_papier #right .schlagschatten-right-left, #top_top_papier #right .schlagschatten-right-right,
#top_international-logistics #right .schlagschatten-right-oben, #top_international-logistics #right .schlagschatten-right-left, #top_international-logistics #right .schlagschatten-right-right,
#top_sleepers #right .schlagschatten-right-oben, #top_sleepers #right .schlagschatten-right-left, #top_sleepers #right .schlagschatten-right-right,
#top_waste-utilization #right .schlagschatten-right-oben, #top_waste-utilization #right .schlagschatten-right-left, #top_waste-utilization #right .schlagschatten-right-right,
#top_notifications #right .schlagschatten-right-oben, #top_notifications #right .schlagschatten-right-left, #top_notifications #right .schlagschatten-right-right,
#top_waste-tyres #right .schlagschatten-right-oben, #top_waste-tyres #right .schlagschatten-right-left, #top_waste-tyres #right .schlagschatten-right-right,
#top_substitute-fuels #right .schlagschatten-right-oben, #top_substitute-fuels #right .schlagschatten-right-left, #top_substitute-fuels #right .schlagschatten-right-right,


#top_fraktionen .schlagschatten-right-oben, #top_fraktionen .schlagschatten-right-left, #top_fraktionen .schlagschatten-right-right, 
#top_raw-materials .schlagschatten-right-oben, #top_raw-materials .schlagschatten-right-left, #top_raw-materials .schlagschatten-right-right,  
#top_surowce .schlagschatten-right-oben, #top_surowce .schlagschatten-right-left, #top_surowce .schlagschatten-right-right,  
#top_materie-prime .schlagschatten-right-oben, #top_materie-prime .schlagschatten-right-left, #top_materie-prime .schlagschatten-right-right, 
#top_suroviny .schlagschatten-right-oben, #top_suroviny .schlagschatten-right-left, #top_suroviny .schlagschatten-right-right, 
#top_sirovine .schlagschatten-right-oben, #top_sirovine .schlagschatten-right-left, #top_sirovine .schlagschatten-right-right, 
#top_surovine .schlagschatten-right-oben, #top_surovine .schlagschatten-right-left, #top_surovine .schlagschatten-right-right, 
#top_nyersanyagok .schlagschatten-right-oben, #top_nyersanyagok .schlagschatten-right-left, #top_nyersanyagok .schlagschatten-right-right, 
#top_suroviny .schlagschatten-right-oben, #top_suroviny .schlagschatten-right-left, #top_suroviny .schlagschatten-right-right, 
#top_materii-prime .schlagschatten-right-oben, #top_materii-prime .schlagschatten-right-left, #top_materii-prime .schlagschatten-right-right,

#top_kunststoff .schlagschatten-right-oben, #top_kunststoff .schlagschatten-right-left, #top_kunststoff .schlagschatten-right-right,
#top_plastic .schlagschatten-right-oben, #top_plastic .schlagschatten-right-left, #top_plastic .schlagschatten-right-right,
#top_tworzywo-sztuczne .schlagschatten-right-oben, #top_tworzywo-sztuczne .schlagschatten-right-left, #top_tworzywo-sztuczne .schlagschatten-right-right,
#top_materie-plastiche .schlagschatten-right-oben, #top_materie-plastiche .schlagschatten-right-left, #top_materie-plastiche .schlagschatten-right-right,
#top_umela-hmota .schlagschatten-right-oben, #top_umela-hmota .schlagschatten-right-left, #top_umela-hmota .schlagschatten-right-right,
#top_plastika .schlagschatten-right-oben, #top_plastika .schlagschatten-right-left, #top_plastika .schlagschatten-right-right,
#top_umetne-snovi .schlagschatten-right-oben, #top_umetne-snovi .schlagschatten-right-left, #top_umetne-snovi .schlagschatten-right-right,
#top_muanyag .schlagschatten-right-oben, #top_muanyag .schlagschatten-right-left, #top_muanyag .schlagschatten-right-right,
#top_plast .schlagschatten-right-oben, #top_plast .schlagschatten-right-left, #top_plast .schlagschatten-right-right,
#top_materiale-plastice .schlagschatten-right-oben, #top_materiale-plastice .schlagschatten-right-left, #top_materiale-plastice .schlagschatten-right-right,


#top_fe-metall .schlagschatten-right-oben, #top_fe-metall .schlagschatten-right-left, #top_fe-metall .schlagschatten-right-right, 
#top_ferrous-metals .schlagschatten-right-oben, #top_ferrous-metals .schlagschatten-right-left, #top_ferrous-metals .schlagschatten-right-right,  
#top_metal-zelazny .schlagschatten-right-oben, #top_metal-zelazny .schlagschatten-right-left, #top_metal-zelazny .schlagschatten-right-right, 
#top_metalli-ferrosi .schlagschatten-right-oben, #top_metalli-ferrosi .schlagschatten-right-left, #top_metalli-ferrosi .schlagschatten-right-right, 
#top_zelezne-kovy .schlagschatten-right-oben, #top_zelezne-kovy .schlagschatten-right-left, #top_zelezne-kovy .schlagschatten-right-right, 
#top_crni-metali .schlagschatten-right-oben, #top_crni-metali .schlagschatten-right-left, #top_crni-metali .schlagschatten-right-right, 
#top_zelezne-kovine .schlagschatten-right-oben, #top_zelezne-kovine .schlagschatten-right-left, #top_zelezne-kovine .schlagschatten-right-right, 
#top_vastartalmu-femek .schlagschatten-right-oben, #top_vastartalmu-femek .schlagschatten-right-left, #top_vastartalmu-femek .schlagschatten-right-right, 
#top_zelezne-kovy .schlagschatten-right-oben, #top_zelezne-kovy .schlagschatten-right-left, #top_zelezne-kovy .schlagschatten-right-right, 
#top_metal-feros .schlagschatten-right-oben, #top_metal-feros .schlagschatten-right-left, #top_metal-feros .schlagschatten-right-right, 

#top_ne-metall .schlagschatten-right-oben, #top_ne-metall .schlagschatten-right-left, #top_ne-metall .schlagschatten-right-right, 
#top_non-ferrous-metals .schlagschatten-right-oben, #top_non-ferrous-metals .schlagschatten-right-left, #top_non-ferrous-metals .schlagschatten-right-right, 
#top_metal-niezelazny .schlagschatten-right-oben, #top_metal-niezelazny .schlagschatten-right-left, #top_metal-niezelazny .schlagschatten-right-right, 
#top_metalli-non-ferrosi .schlagschatten-right-oben, #top_metalli-non-ferrosi .schlagschatten-right-left, #top_metalli-non-ferrosi .schlagschatten-right-right, 
#top_nezelezne-kovy .schlagschatten-right-oben, #top_nezelezne-kovy .schlagschatten-right-left, #top_nezelezne-kovy .schlagschatten-right-right, 
#top_obojeni-metali .schlagschatten-right-oben, #top_obojeni-metali .schlagschatten-right-left, #top_obojeni-metali .schlagschatten-right-right, 
#top_nezelezne-kovine .schlagschatten-right-oben, #top_nezelezne-kovine .schlagschatten-right-left, #top_nezelezne-kovine .schlagschatten-right-right, 
#top_szinesfemek .schlagschatten-right-oben, #top_szinesfemek .schlagschatten-right-left, #top_szinesfemek .schlagschatten-right-right, 
#top_nezelezne-kovy .schlagschatten-right-oben, #top_nezelezne-kovy .schlagschatten-right-left, #top_nezelezne-kovy .schlagschatten-right-right, 
#top_metal-neferos .schlagschatten-right-oben, #top_metal-neferos .schlagschatten-right-left, #top_metal-neferos .schlagschatten-right-right,

#top_papier .schlagschatten-right-oben, #top_papier .schlagschatten-right-left, #top_papier .schlagschatten-right-right, 
#top_paper .schlagschatten-right-oben, #top_paper .schlagschatten-right-left, #top_paper .schlagschatten-right-right, 
#top_carta .schlagschatten-right-oben, #top_carta .schlagschatten-right-left, #top_carta .schlagschatten-right-right, 
#top_papir .schlagschatten-right-oben, #top_papir .schlagschatten-right-left, #top_papir .schlagschatten-right-right, 
#top_hartie .schlagschatten-right-oben, #top_hartie .schlagschatten-right-left, #top_hartie .schlagschatten-right-right,

#top_altreifen .schlagschatten-right-oben, #top_altreifen .schlagschatten-right-left, #top_altreifen .schlagschatten-right-right, 
#top_waste-tyres .schlagschatten-right-oben, #top_waste-tyres .schlagschatten-right-left, #top_waste-tyres .schlagschatten-right-right, 
#top_zuzyte-opony .schlagschatten-right-oben, #top_zuzyte-opony .schlagschatten-right-left, #top_zuzyte-opony .schlagschatten-right-right, 
#top_pneumatici-usati .schlagschatten-right-oben, #top_pneumatici-usati .schlagschatten-right-left, #top_pneumatici-usati .schlagschatten-right-right, 
#top_opotrebovane-pneumatiky .schlagschatten-right-oben, #top_opotrebovane-pneumatiky .schlagschatten-right-left, #top_opotrebovane-pneumatiky .schlagschatten-right-right, 
#top_otpadne-gume .schlagschatten-right-oben, #top_otpadne-gume .schlagschatten-right-left, #top_otpadne-gume .schlagschatten-right-right, 
#top_odpadne-pnevmatike .schlagschatten-right-oben, #top_odpadne-pnevmatike .schlagschatten-right-left, #top_odpadne-pnevmatike .schlagschatten-right-right, 
#top_elhasznalt-gumiabroncsok .schlagschatten-right-oben, #top_elhasznalt-gumiabroncsok .schlagschatten-right-left, #top_elhasznalt-gumiabroncsok .schlagschatten-right-right, 
#top_opotrebovane-pneumatiky .schlagschatten-right-oben, #top_opotrebovane-pneumatiky .schlagschatten-right-left, #top_opotrebovane-pneumatiky .schlagschatten-right-right, 
#top_anvelope-uzate .schlagschatten-right-oben, #top_anvelope-uzate .schlagschatten-right-left, #top_anvelope-uzate .schlagschatten-right-right,

#top_eisenbahnschwellen .schlagschatten-right-oben, #top_eisenbahnschwellen .schlagschatten-right-left, #top_eisenbahnschwellen .schlagschatten-right-right, 
#top_sleepers .schlagschatten-right-oben, #top_sleepers .schlagschatten-right-left, #top_sleepers .schlagschatten-right-right, 
#top_podklady-kolejowe .schlagschatten-right-oben, #top_podklady-kolejowe .schlagschatten-right-left, #top_podklady-kolejowe .schlagschatten-right-right, 
#top_traverse-ferroviarie .schlagschatten-right-oben, #top_traverse-ferroviarie .schlagschatten-right-left, #top_traverse-ferroviarie .schlagschatten-right-right,
#top_zeleznicni-prazce .schlagschatten-right-oben, #top_zeleznicni-prazce .schlagschatten-right-left, #top_zeleznicni-prazce .schlagschatten-right-right, 
#top_zeleznicki-pragovi .schlagschatten-right-oben, #top_zeleznicki-pragovi .schlagschatten-right-left, #top_zeleznicki-pragovi .schlagschatten-right-right, 
#top_zelezniski-pragovi .schlagschatten-right-oben, #top_zelezniski-pragovi .schlagschatten-right-left, #top_zelezniski-pragovi .schlagschatten-right-right, 
#top_vasuti-talpfak .schlagschatten-right-oben, #top_vasuti-talpfak .schlagschatten-right-left, #top_vasuti-talpfak .schlagschatten-right-right, 
#top_zeleznicne-podvaly .schlagschatten-right-oben, #top_zeleznicne-podvaly .schlagschatten-right-left, #top_zeleznicne-podvaly .schlagschatten-right-right, 
#top_traverse-feroviare .schlagschatten-right-oben, #top_traverse-feroviare .schlagschatten-right-left, #top_traverse-feroviare .schlagschatten-right-right,

#top_ersatzbrennstoff .schlagschatten-right-oben, #top_ersatzbrennstoff .schlagschatten-right-left, #top_ersatzbrennstoff .schlagschatten-right-right, 
#top_alternative-fuels .schlagschatten-right-oben, #top_alternative-fuels .schlagschatten-right-left, #top_alternative-fuels .schlagschatten-right-right, 
#top_substitute-fuels .schlagschatten-right-oben, #top_substitute-fuels .schlagschatten-right-left, #top_substitute-fuels .schlagschatten-right-right, 
#top_paliwo-zastepcze .schlagschatten-right-oben, #top_paliwo-zastepcze .schlagschatten-right-left, #top_paliwo-zastepcze .schlagschatten-right-right, 
#top_combustibili-sostitutivi .schlagschatten-right-oben, #top_combustibili-sostitutivi .schlagschatten-right-left, #top_combustibili-sostitutivi .schlagschatten-right-right, 
#top_nahradni-paliva .schlagschatten-right-oben, #top_nahradni-paliva .schlagschatten-right-left, #top_nahradni-paliva .schlagschatten-right-right, 
#top_zamenska-goriva .schlagschatten-right-oben, #top_zamenska-goriva .schlagschatten-right-left, #top_zamenska-goriva .schlagschatten-right-right, 
#top_nadomestna-goriva .schlagschatten-right-oben, #top_nadomestna-goriva .schlagschatten-right-left, #top_nadomestna-goriva .schlagschatten-right-right, 
#top_alternativ-tuzeloanyag .schlagschatten-right-oben, #top_alternativ-tuzeloanyag .schlagschatten-right-left, #top_alternativ-tuzeloanyag .schlagschatten-right-right, 
#top_nahradne-palivo .schlagschatten-right-oben, #top_nahradne-palivo .schlagschatten-right-left, #top_nahradne-palivo .schlagschatten-right-right, 
#top_combustbil-alternativ .schlagschatten-right-oben, #top_combustbil-alternativ .schlagschatten-right-left, #top_combustbil-alternativ .schlagschatten-right-right,

#top_abfallentsorgung .schlagschatten-right-oben, #top_abfallentsorgung .schlagschatten-right-left, #top_abfallentsorgung .schlagschatten-right-right, 
#top_waste-utilization .schlagschatten-right-oben, #top_waste-utilization .schlagschatten-right-left, #top_waste-utilization .schlagschatten-right-right, 
#top_utylizacja-odpadow .schlagschatten-right-oben, #top_utylizacja-odpadow .schlagschatten-right-left, #top_utylizacja-odpadow .schlagschatten-right-right, 
#top_smaltimento-dei-rifiuti .schlagschatten-right-oben, #top_smaltimento-dei-rifiuti .schlagschatten-right-left, #top_smaltimento-dei-rifiuti .schlagschatten-right-right, 
#top_utilizace-odpadu .schlagschatten-right-oben, #top_utilizace-odpadu .schlagschatten-right-left, #top_utilizace-odpadu .schlagschatten-right-right, 
#top_zbrinjavanje-otpada .schlagschatten-right-oben, #top_zbrinjavanje-otpada .schlagschatten-right-left, #top_zbrinjavanje-otpada .schlagschatten-right-right, 
#top_odstranjevanje-odpadkov .schlagschatten-right-oben, #top_odstranjevanje-odpadkov .schlagschatten-right-left, #top_odstranjevanje-odpadkov .schlagschatten-right-right, 
#top_hulladekhasznositas .schlagschatten-right-oben, #top_hulladekhasznositas .schlagschatten-right-left, #top_hulladekhasznositas .schlagschatten-right-right, 
#top_likvidacia-odpadu .schlagschatten-right-oben, #top_likvidacia-odpadu .schlagschatten-right-left, #top_likvidacia-odpadu .schlagschatten-right-right, 
#top_reciclarea-deseurilor .schlagschatten-right-oben, #top_reciclarea-deseurilor .schlagschatten-right-left, #top_reciclarea-deseurilor .schlagschatten-right-right,

#top_notifizierungen .schlagschatten-right-oben, #top_notifizierungen .schlagschatten-right-left, #top_notifizierungen .schlagschatten-right-right, 
#top_notifications .schlagschatten-right-oben, #top_notifications .schlagschatten-right-left, #top_notifications .schlagschatten-right-right, 
#top_notyfikacje .schlagschatten-right-oben, #top_notyfikacje .schlagschatten-right-left, #top_notyfikacje .schlagschatten-right-right, 
#top_notifiche .schlagschatten-right-oben, #top_notifiche .schlagschatten-right-left, #top_notifiche .schlagschatten-right-right, 
#top_oznameni-notifikace .schlagschatten-right-oben, #top_oznameni-notifikace .schlagschatten-right-left, #top_oznameni-notifikace .schlagschatten-right-right, 
#top_notifikacije .schlagschatten-right-oben, #top_notifikacije .schlagschatten-right-left, #top_notifikacije .schlagschatten-right-right, 
#top_priglasitve .schlagschatten-right-oben, #top_priglasitve .schlagschatten-right-left, #top_priglasitve .schlagschatten-right-right, 
#top_minositesek .schlagschatten-right-oben, #top_minositesek .schlagschatten-right-left, #top_minositesek .schlagschatten-right-right, 
#top_notifikacie .schlagschatten-right-oben, #top_notifikacie .schlagschatten-right-left, #top_notifikacie .schlagschatten-right-right, 
#top_notificari .schlagschatten-right-oben, #top_notificari .schlagschatten-right-left, #top_notificari .schlagschatten-right-right,


#top_vasfem .schlagschatten-right-oben, #top_vasfem .schlagschatten-right-left, #top_vasfem .schlagschatten-right-right,
#top_nem-vas-fem .schlagschatten-right-oben, #top_nem-vas-fem .schlagschatten-right-left, #top_nem-vas-fem .schlagschatten-right-right,
#top_notifikaciok .schlagschatten-right-oben, #top_notifikaciok .schlagschatten-right-left, #top_notifikaciok .schlagschatten-right-right,




#top_internationale-logistik .schlagschatten-right-oben, #top_internationale-logistik .schlagschatten-right-left, #top_internationale-logistik .schlagschatten-right-right, 
#top_international-logistics .schlagschatten-right-oben, #top_international-logistics .schlagschatten-right-left, #top_international-logistics .schlagschatten-right-right,  
#top_logistyka-miedzynarodowa .schlagschatten-right-oben, #top_logistyka-miedzynarodowa .schlagschatten-right-left, #top_logistyka-miedzynarodowa .schlagschatten-right-right,  
#top_logistica-internazionale .schlagschatten-right-oben, #top_logistica-internazionale .schlagschatten-right-left, #top_logistica-internazionale .schlagschatten-right-right, 
#top_mezinarodni-logistika .schlagschatten-right-oben, #top_mezinarodni-logistika .schlagschatten-right-left, #top_mezinarodni-logistika .schlagschatten-right-right, 
#top_medunarodna-logistika .schlagschatten-right-oben, #top_medunarodna-logistika .schlagschatten-right-left, #top_medunarodna-logistika .schlagschatten-right-right, 
#top_mednarodna-logistika .schlagschatten-right-oben, #top_mednarodna-logistika .schlagschatten-right-left, #top_mednarodna-logistika .schlagschatten-right-right, 
#top_nemzetkoezi-logisztika .schlagschatten-right-oben, #top_nemzetkoezi-logisztika .schlagschatten-right-left, #top_nemzetkoezi-logisztika .schlagschatten-right-right, 
#top_medzinarodna-logistika .schlagschatten-right-oben, #top_medzinarodna-logistika .schlagschatten-right-left, #top_medzinarodna-logistika .schlagschatten-right-right, 
#top_logistica-internationala .schlagschatten-right-oben, #top_logistica-internationala .schlagschatten-right-left, #top_logistica-internationala .schlagschatten-right-right

{
	
	
	display:none;
	}



/*
#top_fraktionen #right, #top_kunststoff #right, #top_fe-metall #right, #top_ne-metall #right, #top_top_papier #right, #top_internationale-logistik #right, #top_eisenbahnschwellen #right, #top_abfallentsorgung #right, #top_notifizierungen #right, #top_altreifen #right, #top_ersatzbrennstoff #right {
	margin-top: 100px;
	}

*/



/** Megamen� **/	

.megamenu li .fullwidth {
	position: absolute;
	width: 300px;
  	/*height: 262px;*/
	padding:5px 0 10px 5px;
	left:-9999em;
	top:35px;
	display: block;
  	margin-left:-38px;
	z-index:9998;
	background-color: #ececec;
}


/** Mobiles Men� **/
#mobil-menu {display:none;}





@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}



#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 0.25em 6px 0.5em 28px; /* 6px 6px 6px 28px */
	color: #ECECEC;
	width: 10em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
}

#polyglotLanguageSwitcher a:hover {
	color: #000;	
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	/*background-color: #FFF;
	border: 1px solid #E5E5E5;*/
	border-radius: 3px;
	height: 1.0em; /* 15px */
	font-size: 15px;
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	/*background-color: #F7F7F7;*/
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	text-indent: -10000em;
	top: 1em; /* 6px */
	right: 20px;
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(http://www.pieringer.info/files/images/layout_allgemein/flags/arrow-down.gif) no-repeat left top;	
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	top: 2.333em; /* 28px */
	left: 0;
	background-color: #C00D2B;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcher ul.dropdown li { 
	border-top: 1px dotted #D4D4D4;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}

/* Flags */

#en { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/gb.png);
}

#fr { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/fr.png);	
}

#de { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/de.png);	
}

#it { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/it.png);	
}

#cs { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/cz.jpg);	
}

#hu { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/hu.jpg);	
}

#pl { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/pl.jpg);	
}

#ro { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/ro.jpg);	
}

#sl { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/sl.jpg);	
}

#sr { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/sr.jpg);	
}

#sk { 
	background-image: url(http://www.pieringer.info/files/images/layout_allgemein/flags/sk.jpg);	
}
@font-face {
    font-family: 'Oxygen';
    src: url("../../files/fonts/Oxygen-Light.woff2") format('woff2'),
        url("../../files/fonts/Oxygen-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    src: url("../../files/fonts/Oxygen-Regular.woff2") format('woff2'),
        url("../../files/fonts/Oxygen-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    src: url("../../files/fonts/Oxygen-Bold.woff2") format('woff2'),
        url("../../files/fonts/Oxygen-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


