body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
@media projection,screen{
/* basic.css */
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}body{font:75%/1.5 "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;color:#444}p{margin-bottom:.6em}input,textarea,select{margin:0;padding:0;font:1.1em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;color:#333}pre,code{font:1.1em "Andale Mono",monospace}h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif;line-height:1.2em;font-weight:normal;color:#56689c}h1{margin:0 0 .5em;font-size:2.1em}h2{margin:1.07em 0 .535em;font-size:1.75em}h3{margin:1.14em 0 .57em;font-size:1.5em}a{text-decoration:none;color:#396489}a:hover{color:#5789b0}ol,ul{list-style-type:none}#main ul{margin:0 0 1.6em 1.5em;list-style-type:circle}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{padding-right:10px;text-align:left}ins{text-decoration:none}del{text-decoration:line-through}*:focus{outline:0}* html ul,* html ol{position:relative}* html ol,* html ul{margin-left:2em}*:first-child+html ol{margin-left:2em}* html legend{margin-bottom:1.4em}*:first-child+html legend{margin-bottom:1.4em}.noborder .image_container img{border: none}.ce_image{float: right}
}
@media projection,screen{
/* baseresearch.css */
.caption{padding:2px 3px 4px;background-color:#c6c6c6;font-size:.8em;line-height:1}body{background:#d6def1 url("../../files/baseresearch/background.png") left top repeat-x}#header{background:url("../../files/baseresearch/header.png") left top repeat-x}#container{border-right:1px solid #c6c6c6;border-left:1px solid #c6c6c6;background:#ffffff url("../../files/baseresearch/container.jpg") left top repeat-y}#left .inside{padding:12px 13px 12px 9px}#left .inside li{line-height:1.8em}#left .inside li a{padding-left:8px;line-height:1.8em}#left .inside li.active{background-color:#d1dded}#left .inside li.active span{padding-left:8px}#main{background-color:#fff}#main .inside{margin-top:0;padding:12px 18px 18px}#footer{height:40px;border-right:1px solid #c6c6c6;border-left:1px solid #c6c6c6;background: #fff url("../../files/baseresearch/footer.png") left bottom repeat-x}#footer .inside{padding-top:12px;padding-right:9px;text-align:right;color:#fff}#footer a{color:#fff}#logo{top:12px;position:absolute;margin-left:24px}.mod_changelanguage{top:20px;position:absolute;margin-left:430px}.mod_changelanguage ul li{position:relative;float:left;margin-left:10px}.mod_changelanguage .lang-de span,.mod_changelanguage .lang-de a{width:16px;height:11px;display: block; text-indent: -9999em; background: url("../../files/baseresearch/DE.gif") left top no-repeat}.mod_changelanguage .lang-en span,.mod_changelanguage .lang-en a{width:16px;height:11px;display: block; text-indent: -9999em; background: url("../../files/baseresearch/EN.gif") left top no-repeat}.mod_calendar table{width:98%;background-color:#fcfcfc;border-collapse:separate}.mod_calendar .head{padding-top:.5em;padding-bottom:.5em;text-align:center;border-top:1px solid #dfdfdf;background:#fdfeff url("../../files/baseresearch/calendar.jpg") left bottom repeat-x}.mod_calendar th.previous{padding-left:.75em;text-align:left;border-left:1px solid #dfdfdf}.mod_calendar th.next{padding-right:.75em;text-align:right;border-right:1px solid #dfdfdf}.mod_calendar th a{text-decoration:none;color:#333}.mod_calendar th a:hover{text-decoration:underline}.mod_calendar .label{padding-top:2px;padding-bottom:2px;text-align:center;background-color:#113c9a;font-weight:bold;color:#ccd5ea}table.calendar td{width:14%;height:7em;vertical-align:top;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.mod_calendar .col_first{border-left:1px solid #dfdfdf}.mod_calendar .weekend{background-color:#f7f9fa}.mod_calendar .today{background-color:#f0f3f6}.mod_calendar .header{margin:1px;padding:1px;background-color:#e6e6e6;font-size:.9em;color:#666}.mod_calendar .event{margin:3px;font-size:.9em;line-height:1.1}.mod_calendar .event a{text-decoration:none;color:#333}.mod_calendar .event a:hover{text-decoration:underline}#left h1{margin-bottom:.6em;padding-bottom:.3em;border-bottom:3px solid #dfdfdf;font-size:1.1em;font-weight:bold;color:#396489;text-transform:uppercase}p.back{margin-top:1.5em}.mod_article .teaser p.more{margin-top:1.5em}pre{float:left;padding:1em;background-color:#f9f9f9;border:1px solid #dfdfdf}.hyperlink_txt{padding:5px 5px 5px 23px;border:1px solid #ddd;background:url("../../files/baseresearch/link.gif") 5px center no-repeat}.ce_hyperlink{padding-top:15px;padding-bottom:15px}.ce_download{padding:5px 5px 2px 3px;border:1px solid #ddd}.ce_list ol{margin-left:3em;list-style-type:decimal}.ce_list ul{margin-left:1.5em}.ce_list ul li{padding-left:18px;background:url("../../files/baseresearch/arrow.gif") left center no-repeat}.ce_accordion .toggler{padding:.25em .5em;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;font-weight:bold;background:#fdfeff url("../../files/baseresearch/calendar.jpg") left bottom repeat-x;cursor:pointer}.ce_accordion .accordion div{padding:.75em .5em}table.minicalendar h1{margin-bottom:1em !important}.mod_minicalendar table{width:98%;border-collapse:separate;background:#ececec url("../../files/baseresearch/minicalendar.jpg") left top repeat-x}.mod_minicalendar td{width:14%;padding-top:2px;padding-bottom:2px;text-align:center;border-top:1px solid #dfdfdf;border-right:1px solid #dfdfdf;font-size:.9em}.mod_minicalendar .col_last{border-right:0px !important}.mod_minicalendar .last .col_first{background:url("../../files/baseresearch/cbl.gif") left bottom no-repeat}.mod_minicalendar .last .col_last{background:url("../../files/baseresearch/cbr.gif") right bottom no-repeat}.mod_minicalendar th.previous{padding-top:4px;padding-bottom:2px;padding-left:6px;text-align:left;background:url("../../files/baseresearch/ctl.gif") left top no-repeat}.mod_minicalendar th.next{padding-top:4px;padding-right:6px;padding-bottom:2px;text-align:right;background:url("../../files/baseresearch/ctr.gif") right top no-repeat}.mod_minicalendar th.current{padding-top:1px;padding-bottom:1px;text-align:center}.mod_minicalendar .head a{text-decoration:none;color:#333}.mod_minicalendar .label{padding-bottom:1px;text-align:center;font-weight:bold;color:#133b9a}.mod_minicalendar td a{font-weight:bold;color:#333}.ce_image img,.ce_text img,.ce_gallery img,.mod_newslist img,.mod_randomImage img{padding:2px;background-color:#fff;border:1px solid #c6c6c6}.image_container{float:left;line-height:.75}.ce_image{margin-bottom:30px}* html .caption{padding-top:3px;padding-bottom:3px}*:first-child+html .caption{padding-top:3px;padding-bottom:3px}.mime_icon{padding-bottom:2px;vertical-align:top}.ce_gallery td{padding-right:1.5em;padding-bottom:1.5em}.mod_newsreader .ce_comments{margin-top:2.5em}.layout_full .info{color:#808080}.layout_short,.layout_latest{padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf}.layout_short.first,.layout_latest.first{padding-top:0;border-top:0px}.layout_short.last,.layout_latest.last{padding-bottom:0}.layout_short .info{font-size:.9em;color:#808080}.layout_short h2{margin-bottom:0;font-size:1.2em}.layout_short h2 a{text-decoration:none}.layout_short .teaser,.layout_short .more{display:inline;padding-right:.25em}.layout_latest .info{margin-bottom:.25em;color:#808080}.layout_latest h2{margin-bottom:0}.layout_latest h2 a{text-decoration:none;color:#333}.comment_default{padding-top:1em;padding-bottom:1em;border-bottom:1px solid #dfdfdf}.comment_default .info{margin-bottom:.25em;font-size:.9em;color:#808080}.ce_comments h1{margin-bottom:-0.2em}.ce_comments .form{margin-top:1.5em}.ce_comments input.text,.ce_comments input.captcha{width:210px !important}.ce_comments .captcha_text{color:#333333 !important;font-weight:bold !important}.ce_comments .form label,.ce_comments .form span{top:.65em;position:relative;vertical-align:top}* html .ce_comments .form label,* html .ce_comments .form span{top:.8em}*:first-child+html .ce_comments .form label,*:first-child+html .ce_comments .form span{top:.8em}.mod_rss_reader h1 a{text-decoration:none;color:#333}.rss_default h2,.rss_items_only h2{margin-bottom:0;font-size:1.2em}.rss_default h2 a,.rss_items_only h2 a{text-decoration:none}.rss_default,.rss_items_only{padding-top:1em;padding-bottom:1em;border-top:1px solid #dfdfdf}.rss_default.first,.rss_items_only.first{border-top:0px}.rss_default_header .description{padding-bottom:1em;border-bottom:1px solid #dfdfdf}.mod_eventlist .header{padding:.25em;border-bottom:1px solid #dfdfdf;font-weight:bold;background:#fdfeff url("../../files/baseresearch/calendar.jpg") left bottom repeat-x}.mod_eventlist .event{padding-top:1em;padding-bottom:1em;border-bottom:1px solid #dfdfdf}.mod_eventlist .header.first{border-top:1px solid #dfdfdf}.mod_eventlist h2{margin-bottom:0;font-size:1.2em}.mod_eventlist .time{font-size:.9em;color:#808080}.mod_upcoming_events .date{padding-right:.25em;font-size:.9em;color:#808080}.mod_eventreader h1{margin-bottom:0}.mod_eventreader .info,.mod_eventreader .recurring{color:#808080}.mod_eventreader .ce_text{margin-top:1.5em}.mod_sitemap ul.level_2 li{margin-left:2em}.ce_table table{border-right:2px solid #dfdfdf;border-bottom:3px solid #dfdfdf;border-left:3px solid #dfdfdf;border-collapse:separate}.ce_table th{padding:.3em 2em .3em .5em;text-align:left;background-color:#dfdfdf;font-weight:bold}.ce_table td{padding:.2em 2em .2em .5em;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.mod_subscribe{margin-top:6px}.mod_subscribe input.text{width:108px;margin-right:.25em;padding:2px;background-color:#fff}.mod_subscribe input.submit{width:92px;margin-top:4px;vertical-align:top}.mod_unsubscribe input.submit{margin-top:6px;vertical-align:top}.mod_subscribe .checkbox_container{padding:1px}.mod_subscribe .error,.mod_unsubscribe .error{margin-top:.5em;margin-bottom:-0.25em;font-size:.9em;font-weight:bold;color:#f00}.mod_search .header{margin-top:1em;margin-bottom:1.5em;text-align:right}.mod_search h3{margin-bottom:0;font-size:1.2em}.mod_search .relevance{padding-left:.25em;color:#808080}.mod_search .url{margin-bottom:1em;color:#53a908}.mod_search .filesize{color:#808080}.mod_search .highlight{font-weight:bold}.mod_search input.text{margin-bottom:.1em}.mod_search input.submit{margin-top:6px;vertical-align:top}.mod_search .radio_container span{display:inline;padding-right:.75em}.pagination{margin-top:2em;padding-top:.5em;border-top:1px solid #dfdfdf}.pagination p{width:180px;float:left}.pagination ul{width:400px;float:right;text-align:right}.pagination li{display:inline;padding-right:.1em;padding-left:.1em}.pagination_current{font-weight:bold}.mod_registration .col_first{width:12em;vertical-align:middle}.mod_personalData td.col_first{padding-right:1em;vertical-align:middle}#topmenu{right:6px;top:6px;position:absolute}#topmenu li{float:left;padding:12px 9px}#topmenu,#topmenu a{text-decoration:none;color:#444}#topmenu a:hover{color:#666}#topmenu .search{padding:6px 9px}#topmenu .search div{padding-right:.5em;padding-left:.5em;background-color:#D1DDED}#topmenu .search input.text{width:120px;margin-top:.4em;margin-right:.1em;margin-bottom:.4em;padding:5px 5px 1px;font-size:.8em;color:#bbb}#topmenu .search input.submit{margin-top:4px;padding-right:0;padding-left:0;vertical-align:top}.mod_login .col_first{width:8em;vertical-align:middle}.mod_login .login_info{padding-bottom:.25em;font-weight:bold}.mod_login p.error{margin-bottom:.25em;margin-left:8em;font-weight:bold;color:#f00}.mod_lostPassword .col_first{width:11em;vertical-align:middle}#inset{width:970px;height:275px;top:160px;position:absolute}#inset .inside{bottom:130px;position:absolute;padding-left:50px;color:#fff}#inset .inside h1{margin:0;font-size:3.0em;font-weight:normal;color:#fff}#inset .inside h2{margin:0;font-size:2.0em;font-weight:normal;color:#fff}body.startseite #inset{background:url("../../files/baseresearch/startseite.jpg") center center no-repeat}body.leistungsspektrum #inset{background:url("../../files/baseresearch/leistungsspektrum.jpg") center center no-repeat}body.ueber_uns #inset{background:url("../../files/baseresearch/ueber_uns.jpg") center center no-repeat}body.analysen #inset{background:url("../../files/baseresearch/analysen.jpg") center center no-repeat}body.beratung #inset{background:url("../../files/baseresearch/beratung.jpg") center center no-repeat}body.beispiele #inset{background:url("../../files/baseresearch/beispiele.jpg") center center no-repeat}body.aktuelles #inset{background:url("../../files/baseresearch/aktuelles.jpg") center center no-repeat}.mod_faqlist h2{margin-top:30px}.mod_faqreader .info{margin-top:1.25em;color:#808080}#mainmenu{width:970px;top:130px;position:absolute}#mainmenu li{float:left}#mainmenu a,#mainmenu span{display:block;padding:8px 18px 10px;border-right:1px solid #c6c6c6;line-height:1;font-weight:bold;text-decoration:none;color:#808080}#mainmenu a:hover,#mainmenu span,#mainmenu .trail a{color:#fff;background:url("../../files/baseresearch/menu.png") left top repeat-x}* html #mainmenu a,* html #mainmenu span{padding-top:9px;padding-bottom:8px}*:first-child+html #mainmenu a,*:first-child+html #mainmenu span{padding-top:9px;padding-bottom:8px}#mainmenu li.login,#mainmenu li.register{float:right}#mainmenu a.login{padding-left:36px;border-left:1px solid #c6c6c6;background:url("../../files/baseresearch/login.jpg") left center no-repeat}#mainmenu a.login:hover{color:#555;background:url("../../files/baseresearch/login_active.jpg") left center no-repeat}#mainmenu .login span{padding-left:36px;border-left:1px solid #c6c6c6;color:#555;background:url("../../files/baseresearch/login_active.jpg") left center no-repeat}#mainmenu a.register{padding-left:36px;background:url("../../files/baseresearch/register.jpg") left center no-repeat}#mainmenu a.register:hover{color:#555;background:url("../../files/baseresearch/register_active.jpg") left center no-repeat}#mainmenu .register span,#mainmenu .register .trail{padding-left:36px;color:#555;background:url("../../files/baseresearch/register_active.jpg") left center no-repeat}.pdf_link{float:right}body.beispiele strong{color: #396489}body.beispiele #main p{margin-bottom:20px}.bedingungen table td{width:49%;padding:2px 5px;border:1px solid #ddd}.bedingungen table{width:99%}.mod_breadcrumb li{display: inline; padding: 0 10px 0 0; background: url('/files/baseresearch/arrow.gif') center right no-repeat}#main .mod_breadcrumb ul{margin: 0}#mobilemenulink{display: none}
}
@media projection,screen{
/* baseresearch_form.css */
.checkbox_container .mandatory{display: none}label{font-weight:bold}p.label{margin-top:.5em;margin-bottom:-0.25em}fieldset{margin:0 0 1.5em;padding:1.4em;border:1px solid #c6c6c6}legend{font-size:1.2em;font-weight:bold}input.text{width:260px;margin:.25em .25em .25em 0;padding:4px;background-color:#f6f6f6;border:1px solid #c6c6c6}input.text:focus{background-color:#ffd;border:1px solid #ff8000}input.upload{margin:.25em .25em .25em 0}textarea{width:460px;height:120px;margin:.25em .25em .25em 0;padding:4px;background-color:#f6f6f6;border:1px solid #c6c6c6}textarea:focus{background-color:#ffd;border:1px solid #ff8000}.ce_form.tableless label{display:block;margin-top:1.5em}.ce_form.tableless .radio_container,.ce_form.tableless .checkbox_container{margin-bottom:-16px}.ce_form.tableless .radio_container label,.ce_form.tableless .checkbox_container label{display:inline}.ce_form.tableless div.error{margin-top:0;margin-bottom:0}.checkbox_container{margin:.25em .25em .25em 0}.checkbox_container span{display:block}.checkbox_container label{font-weight:normal}input.checkbox{margin-right:3px}* html input.checkbox{margin:-1px 0}*:first-child+html input.checkbox{margin:-1px 0}input.captcha{width:48px;margin:.25em .25em .25em 0;padding:4px;background-color:#f6f6f6;border:1px solid #c6c6c6}input.captcha:focus{background-color:#ffd;border:1px solid #ff8000}span.captcha_text{top:.65em;position:relative;vertical-align:top;font-weight:normal !important;color:#808080 !important}* html span.captcha_text{top:.8em}*:first-child+html span.captcha_text{top:.8em}.radio_container{margin:.25em .25em .25em 0}.radio_container span{display:block}.radio_container label{font-weight:normal}input.radio{margin-right:3px}* html input.radio{margin:-1px 0}*:first-child+html input.radio{margin:-1px 0}.submit_container{margin:.25em .25em .25em 0}input.submit{padding-right:.5em;padding-left:.5em}* html input.submit{padding-right:0;padding-left:0}*:first-child+html input.submit{padding-right:0;padding-left:0}span.mandatory{font-weight:bold;color:#f00}div.error{margin-top:.5em;margin-bottom:0;font-weight:bold;color:#f00}.error{margin-top:.5em;margin-bottom:0;font-weight:bold;color:#f00}div.cc{margin-bottom:.5em}.ce_form td.col_first{padding-right:1em;vertical-align:middle}select{width:200px;margin:.25em .25em .25em 0;background-color:#f6f6f6;border:1px solid #c6c6c6}select:focus{background-color:#ffd;border:1px solid #ff8000}
}
@media print{
/* print.css */
body{font:12pt/1.4 Garamond,"Times New Roman",serif;color:#000;width:100% !important;margin:0 !important;padding:0 !important;word-spacing:1.1pt;letter-spacing:0.2pt;background: none}h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif;font-weight:normal}h1{font-size:16pt}h2{font-size:14pt}h3{font-size:12pt}h4,h5,h6{font-size:12pt}code{font: 10pt Courier, monospace}blockquote{margin:1.3em;padding:1em;font-size:10pt}hr{background-color:#ccc}img{float:left;margin:1em 1.5em 1.5em 0}a img{border: none}a:link,a:visited{text-decoration:underline;color:#333;background: transparent}"]:visited:after{font-size:90%;content: " (" attr(href) ") "}"]{color:#000}table{margin:1px;text-align:left}th{border-bottom:1px solid #333;font-weight:bold}td{border-bottom:1px solid #333}th,td{padding:4px 10px 4px 0}tfoot{font-style:italic}caption{margin-bottom:2em;text-align:left;background: #fff}thead{display:table-header-group}tr{page-break-inside: avoid}#header,.button,#footer,.mod_quicknav,#left{display:none}
}
@media screen and (max-width: 767px){
/* responsive.css */
#left{display:none}#logo{top: 36px}#logo a img{width: 80%}#mainmenu,#topmenu{display:none}.mod_changelanguage{position: relative; float: right; margin: 0 30px 0 0}#mobilemenulink{display: block;width: 32px;height: 32px;background: url('/files/baseresearch/menu-button.png') center center no-repeat;float: right;margin: 10px 15px 0 0;text-indent: -9999em}#header{height: 160px}#inset{background: none !important; width: auto}#inset .inside h1{color: #58699A; line-height: 1.1em}#main{padding-top: 30px}#footer{font-size: 85%}
}
