/*
	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 effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
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(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
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(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
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(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
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;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -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(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -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(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -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(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -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-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -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-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

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

/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url("../../system/modules/cameraslideshow/assets/images/blank.gif");
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url("../../system/modules/cameraslideshow/assets/images/camera-loader.gif") no-repeat center;
	background: rgba(255, 255, 255, 0.9) url("../../system/modules/cameraslideshow/assets/images/camera-loader.gif") no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url("../../system/modules/cameraslideshow/assets/images/camera_skins.png") no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay1.png") repeat;
}
.pattern_2 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay2.png") repeat;
}
.pattern_3 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay3.png") repeat;
}
.pattern_4 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay4.png") repeat;
}
.pattern_5 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay5.png") repeat;
}
.pattern_6 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay6.png") repeat;
}
.pattern_7 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay7.png") repeat;
}
.pattern_8 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay8.png") repeat;
}
.pattern_9 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay9.png") repeat;
}
.pattern_10 .camera_overlayer {
	background: url("../../system/modules/cameraslideshow/assets/images/patterns/overlay10.png") repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #666;
  background: rgba(0,0,0,0.6);
  opacity: 1.0; 
  filter: alpha(opacity=100);}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  /*background: transparent;*/
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  
    border:none;}

button.mfp-close {

background: transparent;
z-index: 1047;
} 
  
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus, .mfp-close:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    background-color: rgba(0,0,0,0.5);
    box-shadow: none;
    border:none;
     }
  .mfp-close:active {
    /*top: 1px;*/
    /*background-color: rgba(0,0,0,0.5);*/ }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
 /* right: -6px;*/
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  /*margin-top: -55px;*/
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    /*margin-top: -54px;*/ }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
 /* .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }*/
 /* .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }*/

.mfp-arrow-left {
  left: 0;
  background-image: url("../../system/modules/magnific_popup/assets/prev.png"); 
	border-radius: 0 3px 3px 0;
    top: 40%;
  width: 15%;
  height: 20%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;} 
  /*.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }*/

.mfp-arrow-right {
  right: 0; 
  background-image: url("../../system/modules/magnific_popup/assets/next.png"); 
	border-radius: 0 3px 3px 0;
    top: 40%;
  width: 15%;
  height: 20%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;}
  /*.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }*/

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  
/*  .mfp-wrap  button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
    
    

}*/
  
  .mfp-arrow-right:hover,
  .mfp-arrow-right:active,
  .mfp-arrow-right:focus {
    background-image: url("../../system/modules/magnific_popup/assets/next.png");
      top: 40%;
  width: 15%;
  height: 20%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0,0,0,0.5);
  box-shadow: none;
    border:none;
  /*opacity: 0.5;*/

}

 .mfp-arrow-left:hover,
  .mfp-arrow-left:active,
  .mfp-arrow-left:focus {
    background-image: url("../../system/modules/magnific_popup/assets/prev.png");
      top: 40%;
  width: 15%;
  height: 20%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0,0,0,0.5);
  box-shadow: none;
    border:none;
  /*opacity: 0.5;*/

}
  




/* Chosen by Patrick Filler, Jules Janssen, Jonnathan Soares, MIT-style license */
select.chzn-select{visibility:hidden;height:28px !important;min-height:28px !important}.chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1;*display:inline;margin:1px 0;background-color:#fff}.chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);-o-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:999;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.chzn-container-single .chzn-single{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;display:block;overflow:hidden;white-space:nowrap;position:relative;height:20px;line-height:20px;padding:0 3px;color:#555;text-decoration:none}.firefox .chzn-container-single .chzn-single{top:1px}.chzn-container-single .chzn-single>span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:12px}.chzn-container-single .chzn-single div{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-ms-linear-gradient(top,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#ccc 0,#eee 60%);border-left:1px solid #aaa;position:absolute;right:0;top:0;display:block;height:100%;width:15px}.chzn-container-single .chzn-single div b{background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -1px -2px;display:block;width:100%;height:100%}.chzn-container-single .chzn-search{padding:3px 4px;margin:0;white-space:nowrap}.chzn-container-single .chzn-search input{background:#fff url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px;background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat 100% -20px,linear-gradient(top,#fff 85%,#eee 99%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.chzn-container-single .chzn-drop{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.chzn-container-multi .chzn-choices{background-color:#fff;border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto !important;height:1%;position:relative;max-height:102px;padding:1px 0;overflow-x:hidden;overflow-y:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}.chzn-container-multi .chzn-choices .search-field input{color:#666;background:transparent !important;border:0 !important;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.chzn-container-multi .chzn-choices .search-field .default{color:#999}.chzn-container-multi .chzn-choices .search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#e4e4e4),color-stop(0.7,#eee));background-image:-webkit-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);background-image:-moz-linear-gradient(center bottom,#e4e4e4 0,#eee 70%);background-image:-o-linear-gradient(bottom,#e4e4e4 0,#eee 70%);background-image:-ms-linear-gradient(top,#e4e4e4 0,#eee 70%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#e4e4e4 0,#eee 70%);color:#333;border:1px solid #b4b4b4;line-height:13px;padding:3px 19px 3px 6px;margin:2px 0 2px 5px;position:relative;top:1px}.chzn-container-multi .chzn-choices .search-choice span{cursor:default}.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:5px;top:6px;width:8px;height:9px;font-size:1px;background:url("../../assets/mootools/chosen/chosen-sprite.png") right top no-repeat}.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:right -9px}.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:right -9px}.chzn-container .chzn-results{margin:0 4px 4px 0;max-height:228px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto}.chzn-container-multi .chzn-results{margin:0;padding:0}.chzn-container .chzn-results li{line-height:1.2;padding:1px 7px 2px;margin:0;list-style:none}.chzn-container .chzn-results .active-result{cursor:pointer}.chzn-container .chzn-results .highlighted{background:#3875d7;color:#fff}.chzn-container .chzn-results li em{font-style:normal}.chzn-container .chzn-results .highlighted em{background:transparent}.chzn-container .chzn-results .no-results{background:#f4f4f4}.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:bold}.chzn-container .chzn-results .group-option{padding-left:20px;white-space:nowrap}.chzn-container-multi .chzn-drop .result-selected{display:none}.chzn-container-active .chzn-single{background-color:#ebfdd7}.chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-o-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chzn-container-active .chzn-single-with-drop div{background:transparent;border-left:0}.chzn-container-active .chzn-single-with-drop div b{background-position:-19px -1px}.chzn-container-active .chzn-choices{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.chzn-container-active .chzn-choices .search-field input{color:#111 !important}.chzn-rtl{direction:rtl;text-align:right}.chzn-rtl .chzn-single{padding-left:0;padding-right:8px}.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0}.chzn-rtl .chzn-single div{left:0;right:auto;border-left:0;border-right:1px solid #aaa;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices .search-choice{padding:3px 6px 3px 19px;margin:3px 5px 3px 0}.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:5px;right:auto;background-position:right top}.chzn-rtl.chzn-container-single .chzn-results{margin-left:4px;margin-right:0;padding-left:0;padding-right:4px}.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:20px}.chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:0}.chzn-rtl .chzn-search input{background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,#fff;background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url("../../assets/mootools/chosen/chosen-sprite.png") no-repeat -38px -20px,linear-gradient(top,#fff 85%,#eee 99%);padding:4px 5px 4px 20px}

.styled_select{display:inline;margin-top:1px;position:absolute;background:#fff;border:1px solid #aaa;border-radius:3px;padding:0 !important;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:12px;text-align:left;line-height:20px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.styled_select.focused{background-color:#ebfdd7}.webkit .styled_select.focused{outline-offset:-2px;outline:auto 5px -webkit-focus-ring-color}.styled_select.disabled{color:#bbb;background-color:#f9f9f9;border:1px solid #c8c8c8}.tl_subpanel .styled_select{font-size:11px;line-height:18px}.styled_select span{padding:0 3px}.styled_select b{display:block;width:15px;height:100%;position:absolute;top:0;right:0;border-left:1px solid #aaa;background:#eee;background-image:-moz-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-webkit-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-ms-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:linear-gradient(bottom,#ccc 0,#eee 60%)}.styled_select b i{display:block;width:100%;height:100%;background:url("../../assets/mootools/stylect/images/select.gif") center center no-repeat}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}

table.sortable thead th{background-image:url("../../assets/mootools/tablesort/images/default.gif");background-repeat:no-repeat;background-position:center right}table.sortable thead th a.pointer{display:block;margin-right:9px;cursor:pointer}table.sortable thead th.unsortable{background-image:none}table.sortable thead th.asc{background-image:url("../../assets/mootools/tablesort/images/asc.gif")}table.sortable thead th.desc{background-image:url("../../assets/mootools/tablesort/images/desc.gif")}
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
	display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
	margin: 0;
}

/* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
	background: yellow;
	color: black;
}

/* Addresses margins set differently in IE6/7 */
p {
	margin: 1em 0;
}

pre {
	margin: 1em 0;
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}

/* 2 */
small {
	font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.25em;
}

sub {
	bottom: -0.2em;
}

/* =============================================================================
 * Lists
 * ========================================================================== */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure,
form {
	margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal;
	/* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

/* Re-set default cursor for disabled elements */
button[disabled] {
	cursor: default;
}

input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* =============================================================================
 * Tables
 * ========================================================================== */
/* Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* source-sans-pro-regular - latin_vietnamese_latin-ext */

@font-face {

  font-family: 'Source Sans Pro';

  font-style: normal;

  font-weight: 400;

  src: url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.eot"); /* IE9 Compat Modes */

  src: local('Source Sans Pro'), local('SourceSansPro-Regular'),

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */

      /* url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.woff2") format('woff2'), /* Super Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.woff") format('woff'), /* Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.ttf") format('truetype'), /* Safari, Android, iOS */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-regular.svg#SourceSansPro") format('svg'); /* Legacy iOS */

}

/* source-sans-pro-italic - latin_vietnamese_latin-ext */

@font-face {

  font-family: 'Source Sans Pro';

  font-style: italic;

  font-weight: 400;

  src: url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.eot"); /* IE9 Compat Modes */

  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'),

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */

      /* url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.woff2") format('woff2'), /* Super Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.woff") format('woff'), /* Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.ttf") format('truetype'), /* Safari, Android, iOS */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-italic.svg#SourceSansPro") format('svg'); /* Legacy iOS */

}

/* source-sans-pro-600 - latin_vietnamese_latin-ext */

@font-face {

  font-family: 'Source Sans Pro';

  font-style: normal;

  font-weight: 600;

  src: url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.eot"); /* IE9 Compat Modes */

  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */

    /*   url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.woff2") format('woff2'), /* Super Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.woff") format('woff'), /* Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.ttf") format('truetype'), /* Safari, Android, iOS */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600.svg#SourceSansPro") format('svg'); /* Legacy iOS */

}

/* source-sans-pro-600italic - latin_vietnamese_latin-ext */

@font-face {

  font-family: 'Source Sans Pro';

  font-style: italic;

  font-weight: 600;

  src: url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.eot"); /* IE9 Compat Modes */

  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'),

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */

    /*   url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.woff2") format('woff2'), /* Super Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.woff") format('woff'), /* Modern Browsers */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.ttf") format('truetype'), /* Safari, Android, iOS */

       url("../../files/bg/fonts/source-sans-pro-v9-latin_vietnamese_latin-ext-600italic.svg#SourceSansPro") format('svg'); /* Legacy iOS */

}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("../../files/bg/fonts/fontawesome-webfont.eot?v=4.3.0");src:url("../../files/bg/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format('embedded-opentype'),url("../../files/bg/fonts/fontawesome-webfont.woff2?v=4.3.0") format('woff2'),url("../../files/bg/fonts/fontawesome-webfont.woff?v=4.3.0") format('woff'),url("../../files/bg/fonts/fontawesome-webfont.ttf?v=4.3.0") format('truetype'),url("../../files/bg/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
@charset "UTF-8";


/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
	font-family: "Misc Icons";
	src: url("../../files/bg/fonts/misc-icons.eot");
	src: url("../../files/bg/fonts/misc-icons.eot?#iefix") format('eot'), url("../../files/bg/fonts/misc-icons.woff") format('woff'), url("../../files/bg/fonts/misc-icons.ttf") format('truetype'), url("../../files/bg/fonts/misc-icons.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===========================================
 * General styles
 * ======================================== */
html {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: #0788ca;
}

body {
	font: 18px/1.5 "Source Sans Pro", sans-serif;
	color: #343434;
	background: white none 50% 0 no-repeat scroll;
	background-size: auto;
}
@media screen and (max-width: 599px) {
	body {
		font-size: 15px;
	}
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.bg-columns {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.bg-column {
	float: left;
	width: 100%;
	margin-top: 6.25%;
	margin-right: 6.25%;
}
.bg-column.-large-first {
	clear: left;
}
.bg-column.-large-last {
	margin-right: -5px;
}
.bg-column.-large-first-row {
	margin-top: 0;
}
.bg-column.-large-col-1-1 {
	width: 100%;
}
.bg-column.-large-col-2-1 {
	width: 46.875%;
}
.bg-column.-large-col-2-2 {
	width: 100%;
}
.bg-column.-large-col-3-1 {
	width: 29.16667%;
}
.bg-column.-large-col-3-2 {
	width: 64.58333%;
}
.bg-column.-large-col-3-3 {
	width: 100%;
}
.bg-column.-large-col-4-1 {
	width: 20.3125%;
}
.bg-column.-large-col-4-2 {
	width: 46.875%;
}
.bg-column.-large-col-4-3 {
	width: 73.4375%;
}
.bg-column.-large-col-4-4 {
	width: 100%;
}
.bg-column.-large-col-5-1 {
	width: 15%;
}
.bg-column.-large-col-5-2 {
	width: 36.25%;
}
.bg-column.-large-col-5-3 {
	width: 57.5%;
}
.bg-column.-large-col-5-4 {
	width: 78.75%;
}
.bg-column.-large-col-5-5 {
	width: 100%;
}
.bg-column.-large-col-6-1 {
	width: 11.45833%;
}
.bg-column.-large-col-6-2 {
	width: 29.16667%;
}
.bg-column.-large-col-6-3 {
	width: 46.875%;
}
.bg-column.-large-col-6-4 {
	width: 64.58333%;
}
.bg-column.-large-col-6-5 {
	width: 82.29167%;
}
.bg-column.-large-col-6-6 {
	width: 100%;
}
.bg_general-fullwidth .bg-column {
	margin-top: 3.84615%;
	margin-right: 3.84615%;
}
.bg_general-fullwidth .bg-column.-large-last {
	margin-right: -5px;
}
.bg_general-fullwidth .bg-column.-large-first-row {
	margin-top: 0;
}
.bg_general-fullwidth .bg-column.-large-col-1-1 {
	width: 100%;
}
.bg_general-fullwidth .bg-column.-large-col-2-1 {
	width: 48.07692%;
}
.bg_general-fullwidth .bg-column.-large-col-2-2 {
	width: 100%;
}
.bg_general-fullwidth .bg-column.-large-col-3-1 {
	width: 30.76923%;
}
.bg_general-fullwidth .bg-column.-large-col-3-2 {
	width: 65.38462%;
}
.bg_general-fullwidth .bg-column.-large-col-3-3 {
	width: 100%;
}
.bg_general-fullwidth .bg-column.-large-col-4-1 {
	width: 22.11538%;
}
.bg_general-fullwidth .bg-column.-large-col-4-2 {
	width: 48.07692%;
}
.bg_general-fullwidth .bg-column.-large-col-4-3 {
	width: 74.03846%;
}
.bg_general-fullwidth .bg-column.-large-col-4-4 {
	width: 100%;
}
.bg_general-fullwidth .bg-column.-large-col-5-1 {
	width: 16.92308%;
}
.bg_general-fullwidth .bg-column.-large-col-5-2 {
	width: 37.69231%;
}
.bg_general-fullwidth .bg-column.-large-col-5-3 {
	width: 58.46154%;
}
.bg_general-fullwidth .bg-column.-large-col-5-4 {
	width: 79.23077%;
}
.bg_general-fullwidth .bg-column.-large-col-5-5 {
	width: 100%;
}
.bg_general-fullwidth .bg-column.-large-col-6-1 {
	width: 13.46154%;
}
.bg_general-fullwidth .bg-column.-large-col-6-2 {
	width: 30.76923%;
}
.bg_general-fullwidth .bg-column.-large-col-6-3 {
	width: 48.07692%;
}
.bg_general-fullwidth .bg-column.-large-col-6-4 {
	width: 65.38462%;
}
.bg_general-fullwidth .bg-column.-large-col-6-5 {
	width: 82.69231%;
}
.bg_general-fullwidth .bg-column.-large-col-6-6 {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.bg-column,
	.bg_general-fullwidth .bg-column {
		margin-top: 6.25%;
		margin-right: 6.25%;
	}
	.bg-column.-large-first,
	.bg_general-fullwidth .bg-column.-large-first {
		clear: none;
	}
	.bg-column.-large-last,
	.bg_general-fullwidth .bg-column.-large-last {
		margin-right: 6.25%;
	}
	.bg-column.-large-first-row,
	.bg_general-fullwidth .bg-column.-large-first-row {
		margin-top: 6.25%;
	}
	.bg-column.-medium-first,
	.bg_general-fullwidth .bg-column.-medium-first {
		clear: left;
	}
	.bg-column.-medium-last,
	.bg_general-fullwidth .bg-column.-medium-last {
		margin-right: -5px;
	}
	.bg-column.-medium-first-row,
	.bg_general-fullwidth .bg-column.-medium-first-row {
		margin-top: 0;
	}
	.bg-column.-medium-col-1-1,
	.bg_general-fullwidth .bg-column.-medium-col-1-1 {
		width: 100%;
	}
	.bg-column.-medium-col-2-1,
	.bg_general-fullwidth .bg-column.-medium-col-2-1 {
		width: 46.875%;
	}
	.bg-column.-medium-col-2-2,
	.bg_general-fullwidth .bg-column.-medium-col-2-2 {
		width: 100%;
	}
	.bg-column.-medium-col-3-1,
	.bg_general-fullwidth .bg-column.-medium-col-3-1 {
		width: 29.16667%;
	}
	.bg-column.-medium-col-3-2,
	.bg_general-fullwidth .bg-column.-medium-col-3-2 {
		width: 64.58333%;
	}
	.bg-column.-medium-col-3-3,
	.bg_general-fullwidth .bg-column.-medium-col-3-3 {
		width: 100%;
	}
	.bg-column.-medium-col-4-1,
	.bg_general-fullwidth .bg-column.-medium-col-4-1 {
		width: 20.3125%;
	}
	.bg-column.-medium-col-4-2,
	.bg_general-fullwidth .bg-column.-medium-col-4-2 {
		width: 46.875%;
	}
	.bg-column.-medium-col-4-3,
	.bg_general-fullwidth .bg-column.-medium-col-4-3 {
		width: 73.4375%;
	}
	.bg-column.-medium-col-4-4,
	.bg_general-fullwidth .bg-column.-medium-col-4-4 {
		width: 100%;
	}
	.bg-column.-medium-col-5-1,
	.bg_general-fullwidth .bg-column.-medium-col-5-1 {
		width: 15%;
	}
	.bg-column.-medium-col-5-2,
	.bg_general-fullwidth .bg-column.-medium-col-5-2 {
		width: 36.25%;
	}
	.bg-column.-medium-col-5-3,
	.bg_general-fullwidth .bg-column.-medium-col-5-3 {
		width: 57.5%;
	}
	.bg-column.-medium-col-5-4,
	.bg_general-fullwidth .bg-column.-medium-col-5-4 {
		width: 78.75%;
	}
	.bg-column.-medium-col-5-5,
	.bg_general-fullwidth .bg-column.-medium-col-5-5 {
		width: 100%;
	}
	.bg-column.-medium-col-6-1,
	.bg_general-fullwidth .bg-column.-medium-col-6-1 {
		width: 11.45833%;
	}
	.bg-column.-medium-col-6-2,
	.bg_general-fullwidth .bg-column.-medium-col-6-2 {
		width: 29.16667%;
	}
	.bg-column.-medium-col-6-3,
	.bg_general-fullwidth .bg-column.-medium-col-6-3 {
		width: 46.875%;
	}
	.bg-column.-medium-col-6-4,
	.bg_general-fullwidth .bg-column.-medium-col-6-4 {
		width: 64.58333%;
	}
	.bg-column.-medium-col-6-5,
	.bg_general-fullwidth .bg-column.-medium-col-6-5 {
		width: 82.29167%;
	}
	.bg-column.-medium-col-6-6,
	.bg_general-fullwidth .bg-column.-medium-col-6-6 {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.bg-column,
	.bg_general-fullwidth .bg-column {
		margin-right: 6.25%;
	}
	.bg-column.-medium-first,
	.bg_general-fullwidth .bg-column.-medium-first {
		clear: none;
	}
	.bg-column.-medium-last,
	.bg_general-fullwidth .bg-column.-medium-last {
		margin-right: 6.25%;
	}
	.bg-column.-medium-first-row,
	.bg_general-fullwidth .bg-column.-medium-first-row {
		margin-top: 6.25%;
	}
	.bg-column.-small-first,
	.bg_general-fullwidth .bg-column.-small-first {
		clear: left;
	}
	.bg-column.-small-last,
	.bg_general-fullwidth .bg-column.-small-last {
		margin-right: -5px;
	}
	.bg-column.-small-first-row,
	.bg_general-fullwidth .bg-column.-small-first-row {
		margin-top: 0;
	}
	.bg-column.-small-col-1-1,
	.bg_general-fullwidth .bg-column.-small-col-1-1 {
		width: 100%;
	}
	.bg-column.-small-col-2-1,
	.bg_general-fullwidth .bg-column.-small-col-2-1 {
		width: 46.875%;
	}
	.bg-column.-small-col-2-2,
	.bg_general-fullwidth .bg-column.-small-col-2-2 {
		width: 100%;
	}
	.bg-column.-small-col-3-1,
	.bg_general-fullwidth .bg-column.-small-col-3-1 {
		width: 29.16667%;
	}
	.bg-column.-small-col-3-2,
	.bg_general-fullwidth .bg-column.-small-col-3-2 {
		width: 64.58333%;
	}
	.bg-column.-small-col-3-3,
	.bg_general-fullwidth .bg-column.-small-col-3-3 {
		width: 100%;
	}
	.bg-column.-small-col-4-1,
	.bg_general-fullwidth .bg-column.-small-col-4-1 {
		width: 20.3125%;
	}
	.bg-column.-small-col-4-2,
	.bg_general-fullwidth .bg-column.-small-col-4-2 {
		width: 46.875%;
	}
	.bg-column.-small-col-4-3,
	.bg_general-fullwidth .bg-column.-small-col-4-3 {
		width: 73.4375%;
	}
	.bg-column.-small-col-4-4,
	.bg_general-fullwidth .bg-column.-small-col-4-4 {
		width: 100%;
	}
	.bg-column.-small-col-5-1,
	.bg_general-fullwidth .bg-column.-small-col-5-1 {
		width: 15%;
	}
	.bg-column.-small-col-5-2,
	.bg_general-fullwidth .bg-column.-small-col-5-2 {
		width: 36.25%;
	}
	.bg-column.-small-col-5-3,
	.bg_general-fullwidth .bg-column.-small-col-5-3 {
		width: 57.5%;
	}
	.bg-column.-small-col-5-4,
	.bg_general-fullwidth .bg-column.-small-col-5-4 {
		width: 78.75%;
	}
	.bg-column.-small-col-5-5,
	.bg_general-fullwidth .bg-column.-small-col-5-5 {
		width: 100%;
	}
	.bg-column.-small-col-6-1,
	.bg_general-fullwidth .bg-column.-small-col-6-1 {
		width: 11.45833%;
	}
	.bg-column.-small-col-6-2,
	.bg_general-fullwidth .bg-column.-small-col-6-2 {
		width: 29.16667%;
	}
	.bg-column.-small-col-6-3,
	.bg_general-fullwidth .bg-column.-small-col-6-3 {
		width: 46.875%;
	}
	.bg-column.-small-col-6-4,
	.bg_general-fullwidth .bg-column.-small-col-6-4 {
		width: 64.58333%;
	}
	.bg-column.-small-col-6-5,
	.bg_general-fullwidth .bg-column.-small-col-6-5 {
		width: 82.29167%;
	}
	.bg-column.-small-col-6-6,
	.bg_general-fullwidth .bg-column.-small-col-6-6 {
		width: 100%;
	}
}

/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter,
#colorbox,
#lbCenter,
#lbBottomContainer {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

::selection {
	background: #3d566e;
	color: white;
	text-shadow: none !important;
}

::-moz-selection {
	background: #3d566e;
	color: white;
	text-shadow: none !important;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
table th,
table td {
	border: 1px solid #e8e8e8;
}
table th {
	padding: 0.33333em 0.55556em;
	font-weight: 600;
	text-align: left;
	background: rgba(0, 0, 0, 0.02);
}
table td {
	padding: 0.33333em 0.55556em;
}

strong,
b {
	font-weight: 600;
}

a {
	color: #0788ca;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:hover,
a:active {
	outline: 0;
}
a.external-link:after {
	font: 0.72222em/1 "Misc Icons";
	content: "\e151";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.22222em;
}

/* Icon attribute */
*[data-icon]:before {
	font: 100%/1 "Misc Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.22222em;
}
*[data-icon].after:before {
	content: none;
}
*[data-icon].after:after {
	font: 100%/1 "Misc Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.22222em;
}

.clear {
	clear: both;
}

.invisible {
	position: absolute;
	height: 1px !important;
	width: 1px !important;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.pdf_link {
	margin: 0.66667em 0 0 1.11111em;
	float: right;
}
.pdf_link a {
	margin-left: 0.11111em;
}

.mime_icon {
	margin-bottom: -0.25em;
}

.ce_toplink,
.toplink {
	margin: 1.33333em 0;
}
.ce_toplink a,
.toplink a {
	display: block;
	width: 100%;
}

.ce_toplink > a:before,
.toplink > a:before {
	font: 100%/1 "Misc Icons";
	content: "\e00c";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.27778em;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.main-content .dlh_googlemap,
.sidebar .dlh_googlemap {
	/* Setting the maps max-width to 100% is best practice, since it becomes fluid that way */
	max-width: 100%;
}

.main-content .dlh_googlemap img {
	max-width: none;
}

hr {
	clear: both;
	height: 1px;
	overflow: visible;
	margin: 1.33333em 0;
	border: 0;
	background: #dedede;
}

.confirmation {
	color: #7eba28;
}

.information {
	color: #0788ca;
}

.warning {
	color: #e52f2f;
}

p.confirmation,
p.information,
p.warning,
div.confirmation,
div.information,
div.warning,
span.confirmation,
span.information,
span.warning {
	position: relative;
	display: block;
	margin: 1.5em 0;
	padding: 2.77778em 6.25% 1.11111em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: #375111;
	background: white;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
p.confirmation:before,
p.information:before,
p.warning:before,
div.confirmation:before,
div.information:before,
div.warning:before,
span.confirmation:before,
span.information:before,
span.warning:before {
	font: 0.77778em/1 "Misc Icons";
	content: "\e044";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	padding: 0.57143em 1.42857em;
	color: white;
	text-align: right;
	background: #7eba28;
}
p.information,
div.information,
span.information {
	color: #03354f;
}
p.information:before,
div.information:before,
span.information:before {
	content: "\e0a6";
	background: #0788ca;
}
p.warning,
div.warning,
span.warning {
	color: #841010;
}
p.warning:before,
div.warning:before,
span.warning:before {
	content: "\e144";
	background: #e52f2f;
}

p.drop-cap:first-letter,
span.drop-cap {
	float: left;
	margin: 0.08333em 0.1em -0.16667em -0.05em;
	font-size: 3.33333em;
	font-weight: 600;
	line-height: 0.7;
	color: #3d566e;
}

p.drop-cap:first-letter {
	/* IE8 and IE9 calculate em's from the parent element */
	margin: 0.27778em 0.33333em -0.55556em -0.16667em \0/;
}

code {
	padding: 0.14286em 0.35714em;
	font-family: "Lucida Console", monospace;
	font-size: 0.77778em;
	line-height: 1.35714;
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

pre {
	margin: 1.71429em 0;
	padding: 0 0.42857em;
	display: block;
	overflow: auto;
	font-family: "Lucida Console", monospace;
	font-size: 0.77778em;
	line-height: 1.71429;
	color: white;
	background: #dedede;
}
pre code {
	font-size: 1em;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.55556em 1.5em;
	border: 1px solid;
	border-color: #34495e #2b3c4d #22303d;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #2b3c4d;
	background: #3d566e;
	background: -webkit-linear-gradient(#425e78, #384e64);
	background: -moz-linear-gradient(#425e78, #384e64);
	background: -o-linear-gradient(#425e78, #384e64);
	background: linear-gradient(#425e78, #384e64);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	border-color: #2b3c4d #22303d #19232c;
	background: -webkit-linear-gradient(#486582, #32475a);
	background: -moz-linear-gradient(#486582, #32475a);
	background: -o-linear-gradient(#486582, #32475a);
	background: linear-gradient(#486582, #32475a);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: -webkit-linear-gradient(#3f5971, #3b536b);
	background: -moz-linear-gradient(#3f5971, #3b536b);
	background: -o-linear-gradient(#3f5971, #3b536b);
	background: linear-gradient(#3f5971, #3b536b);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0), inset 1px 1px lightslategrey, inset -1px 0 lightslategrey;
}
#colorbox button,
#colorbox .button,
#colorbox input[type="submit"],
#colorbox input[type="reset"],
#colorbox input[type="button"] {
	/* Fix colorbox close button */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
.page {
	zoom: 1;
	position: relative;
	max-width: 1122px;
	margin: 0 auto;
	background: white;
	border: solid #dedede;
	border-width: 0 1px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.page:before {
	content: "";
	display: table;
}
.page:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 1122px) {
	.page {
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
.bg_general-not-boxed .page {
	padding: 0 1px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
.page-header {
	position: relative;
	margin: 0 3.57143%;
}
@media screen and (max-width: 900px) {
	.page-header {
		margin-right: 5.55556%;
		margin-left: 5.55556%;
	}
}
@media screen and (max-width: 599px) {
	.page-header {
		zoom: 1;
	}
	.page-header:before {
		content: "";
		display: table;
	}
	.page-header:after {
		content: "";
		display: table;
		clear: both;
	}
}

.logo {
	position: absolute;
	top: -3px;
	left: -2px;
	z-index: 99;
	margin: 42px 0 30px 0;
	padding: 2px 10px 10px 2px;
	font-size: inherit;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width: 599px) {
	.logo {
		position: static;
		margin-left: 0;
		margin-bottom: 12px;
		padding: 0;
	}
}
.logo a {
	display: block;
}
.logo img {
	display: block;
	width: auto;
	height: 120px;
}
@media screen and (max-width: 599px) {
	.logo img {
		margin: 0 auto;
	}
}

.header-navigation {
	position: absolute;
	top: 1.16667em;
	right: 0;
	z-index: 1;
	font-size: 0.66667em;
	letter-spacing: 0.08333em;
	color: #0788ca;
	text-transform: uppercase;
}
@media screen and (max-width: 599px) {
	.header-navigation {
		position: static;
		text-align: center;
	}
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.header-navigation li {
	display: inline;
}
.header-navigation li:before {
	content: " • ";
	margin: 0 0.16667em;
}
.header-navigation li:first-child:before {
	content: none;
}
.header-navigation a {
	color: inherit;
}
.header-navigation a:hover,
.header-navigation a:focus {
	text-decoration: underline;
}

.tag-line {
	padding-bottom: 0.55556em;
}
.logo ~ .tag-line {
	min-height: 192px;
}
@media screen and (max-width: 599px) {
	.logo ~ .tag-line {
		min-height: 0;
	}
}
.tag-line .ce_text {
	padding: 4.0625em 0 1.875em 34.61538%;
	font-size: 0.88889em;
	color: #8a8a8a;
}
@media screen and (max-width: 599px) {
	.tag-line .ce_text {
		padding: 1em 0;
		text-align: center;
	}
}
.tag-line .ce_text p {
	margin: 0;
}
.tag-line .ce_text blockquote {
	margin: 0;
	font-size: 1.75em;
	color: #3d566e;
}
.tag-line .image_container {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.tag-line .ce_image {
	display: inline-block;
	width: 100%;
}
.tag-line .ce_image img,
.tag-line .rsts-main {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 2.22222em 0 1.11111em;
}
@media screen and (max-width: 599px) {
	.tag-line .ce_image img,
	.tag-line .rsts-main {
		margin: 1.33333em 0 1em;
	}
}
.tag-line .rsts-main {
	float: left;
}
@media screen and (max-width: 599px) {
	.tag-line .rsts-main {
		float: none;
	}
}

.main-navigation-wrapper {
	/*position: relative;*/
	clear: both;
	border: 1px solid #dedede;
	background: #f6f6f6;
	background: -webkit-linear-gradient(#fbfbfb, #f1f1f1);
	background: -moz-linear-gradient(#fbfbfb, #f1f1f1);
	background: -o-linear-gradient(#fbfbfb, #f1f1f1);
	background: linear-gradient(#fbfbfb, #f1f1f1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.main-navigation {
	/* clearfix */
	overflow: hidden;
	margin-right: 3.55556em;
	font-size: 0.88889em;
	font-weight: 600;
	color: #636363;
}
@media screen and (max-width: 900px) {
	.main-navigation {
		margin-right: 0;
		font-size: 0.83333em;
	}
}
@media screen and (max-width: 599px) {
	.main-navigation {
		display: none;
	}
}
.main-navigation ul,
.main-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}
.main-navigation a,
.main-navigation li > span {
	float: left;
	padding: 0.75em 1.375em;
	border-left: 1px solid #dedede;
	color: inherit;
	text-decoration: none;
	-webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5);
}
.main-navigation a.trail,
.main-navigation a.active,
.main-navigation li > span.trail,
.main-navigation li > span.active {
	color: #636363;
	background: #fefefe;
}
.main-navigation a.home,
.main-navigation li > span.home {
	overflow: hidden;
	text-indent: -99em;
	line-height: 0;
}
.main-navigation a.home:after,
.main-navigation li > span.home:after {
	font: 0.75em/1 "Misc Icons";
	content: "\2302";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	line-height: 2;
	display: block;
}
.main-navigation a.home.trail,
.main-navigation a.home.active,
.main-navigation li > span.home.trail,
.main-navigation li > span.home.active {
	color: inherit;
	background: none;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #3d566e;
	background: #eeeeee;
}
.main-navigation li:first-child > a,
.main-navigation li:first-child > span {
	border-left: 0;
}

.sub-navigation {
	/* clearfix */
	overflow: hidden;
	padding-bottom: 0.625em;
	border: 1px solid #dedede;
	border-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 0.88889em;
	color: #636363;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
	.sub-navigation {
		font-size: 0.77778em;
	}
}
@media screen and (max-width: 599px) {
	.sub-navigation {
		display: none;
	}
}
.sub-navigation ul,
.sub-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}
.sub-navigation a,
.sub-navigation li > span {
	float: left;
	margin: 0 -0.625em -0.625em 0.625em;
	padding: 0.75em 0.625em;
	color: inherit;
	-webkit-box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
}
.sub-navigation a.trail,
.sub-navigation a.active,
.sub-navigation li > span.trail,
.sub-navigation li > span.active {
	font-weight: 600;
	color: #636363;
	background: #fbfbfb;
}

.main-navigation-mobile {
	/* Hide mobile navigation <select> by default */
	display: none;
}
@media screen and (max-width: 599px) {
	.main-navigation-mobile {
		display: block;
		width: 87.5%;
		margin: 0.8em 0 0.8em 6.25%;
	}
}

.main-navigation-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	border-left: 1px solid #dedede;
	background: #f6f6f6;
	background: -webkit-linear-gradient(#fbfbfb, #f1f1f1);
	background: -moz-linear-gradient(#fbfbfb, #f1f1f1);
	background: -o-linear-gradient(#fbfbfb, #f1f1f1);
	background: linear-gradient(#fbfbfb, #f1f1f1);
	-webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
/*@media screen and (max-width: 900px) {
	.main-navigation-search {
		position: relative;
		height: 2.72222em;
		border-bottom: 1px solid #dedede;
		border-left: 0;
	}
}*/
.main-navigation-search input {
	float: right;
	width: 10.25em;
	margin: 0.5625em 4em 0 -10.3125em;
	padding-top: 0.25em;
	padding-bottom: 0.1875em;
	border: 1px solid #dedede;
	font-size: 0.88889em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: margin-left 0.2s ease-out;
	-moz-transition: margin-left 0.2s ease-out;
	-o-transition: margin-left 0.2s ease-out;
	transition: margin-left 0.2s ease-out;
}
.main-navigation-search:hover input,
.main-navigation-search input:hover,
.main-navigation-search input:focus {
	margin-left: 1.375em;
}
.main-navigation-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.55556em;
	height: 100%;
	margin: 0;
	padding: 0.77778em 0;
	border: 0;
	color: #636363;
	text-align: left;
	/*text-indent: -99em;*/
	text-shadow: none;
	line-height: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*.main-navigation-search button:after {
	font: 1.11111em/1 "Misc Icons";
	content: "\e0cb";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	text-align: center;
}*/
.main-navigation-search button:hover,
.main-navigation-search button:focus {
	color: #3d566e;
}

.content-wrapper {
	zoom: 1;
}
.content-wrapper:before {
	content: "";
	display: table;
}
.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* ===========================================
 * Content styles
 * ======================================== */
.main-content {
	float: left;
	width: 67.14286%;
	margin: 0.66667em 0 0 3.57143%;
}
@media screen and (max-width: 900px) {
	.main-content {
		float: none;
		width: auto;
		margin-right: 5.55556%;
		margin-left: 5.55556%;
	}
}
.bg_general-fullwidth .main-content {
	float: none;
	width: auto;
	margin-left: 3.57143%;
	margin-right: 3.57143%;
}
@media screen and (max-width: 900px) {
	.bg_general-fullwidth .main-content {
		margin-right: 5.55556%;
		margin-left: 5.55556%;
	}
}
.bg_general-sidebar-left .main-content {
	float: right;
	margin-right: 3.57143%;
	margin-left: 0;
}
@media screen and (max-width: 900px) {
	.bg_general-sidebar-left .main-content {
		float: none;
		margin-right: 5.55556%;
		margin-left: 5.55556%;
	}
}
.main-content p,
.main-content ul,
.main-content ol,
.main-content table,
.main-content form,
.main-content fieldset {
	margin-top: 1.33333em;
	margin-bottom: 1.33333em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	margin-top: 0.75em;
	margin-bottom: 0.3em;
	font-weight: normal;
	line-height: 1.3;
}
.main-content h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #3d566e;
}
.main-content h2 {
	font-size: 1.5em;
}
.main-content h1 + h2 {
	margin-top: 0.3em;
}
.main-content h3 {
	font-size: 1.2em;
}
.main-content h4 {
	font-size: 1.1em;
}
.main-content h5 {
	font-size: 1em;
}
.main-content h6 {
	font-size: 0.9em;
	letter-spacing: 0.0625em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.main-content ul,
.main-content ol {
	padding-left: 0.88889em;
}
.main-content ul li[data-icon],
.main-content ol li[data-icon] {
	list-style: none;
}
.main-content ul li[data-icon]:before,
.main-content ol li[data-icon]:before {
	left: -1.16667em;
	width: 0;
}
.main-content ul {
	list-style: disc;
}
.main-content ul ul {
	margin-top: 0;
}
.main-content ol {
	padding-left: 1.11111em;
	list-style: decimal;
}
.main-content ol ol,
.main-content ol ul {
	margin-top: 0;
}
.main-content ol ol {
	padding-left: 1.33333em;
	list-style: upper-alpha;
}
.main-content ol ol ol {
	list-style: lower-roman;
}
.main-content ol ol ol ol {
	list-style: lower-alpha;
}
.main-content blockquote {
	position: relative;
	margin: 1.33333em 0 1.33333em 9.375%;
	color: #3d566e;
}
@media screen and (max-width: 599px) {
	.main-content blockquote {
		margin-left: 15.625%;
	}
}
.main-content blockquote small,
.main-content blockquote i,
.main-content blockquote em {
	color: #8a8a8a;
}
.main-content blockquote:before {
	content: "\201c";
	position: absolute;
	top: 0;
	left: -9.375%;
	margin: 0.42857em 0 0 -0.04762em;
	font-size: 4.66667em;
	font-weight: bold;
	line-height: 0;
	color: #0788ca;
}
@media screen and (max-width: 599px) {
	.main-content blockquote:before {
		left: -15.625%;
		margin-left: -0.09524em;
	}
}
.main-content img {
	max-width: 100%;
	height: auto;
}
.main-content .rsts-main {
	margin: 24px 0;
}

/* ===========================================
 * Sidebar styles
 * ======================================== */
.sidebar {
	position: relative;
	float: right;
	width: 32.14286%;
	margin: 2.22222em 3.57143% 0 0;
}
@media screen and (max-width: 900px) {
	.sidebar {
		float: none;
		clear: both;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 599px) {
	.sidebar {
		/*margin-right: 5.55556%;
		margin-left: 5.55556%;*/
	}
}
.bg_general-sidebar-left .sidebar {
	float: left;
	margin-right: 0;
	margin-left: 3.57143%;
   
}
@media screen and (max-width: 900px) {
	.bg_general-sidebar-left .sidebar {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 599px) {
	.bg_general-sidebar-left .sidebar {
	/*	margin-right: 5.55556%;
		margin-left: 5.55556%;*/
	}
}
.sidebar h1,
.sidebar h2,
.sidebar h3 {
/*	margin: 2em 0 0;
	padding: 0 0 0.42857em;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.77778em;
	font-weight: 600;
	letter-spacing: 0.07143em;
	color: #8a8a8a;
	text-transform: uppercase;*/
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar table,
.sidebar blockquote,
.sidebar fieldset,
.sidebar form {
	margin: 0.88889em 0;
}
.sidebar ul,
.sidebar ol {
	padding: 0;
	list-style-type: none;
}
.sidebar > .block {
	margin: 1.11111em 0;
}
@media screen and (max-width: 900px) {
	.sidebar > .block {
		float: left;
		width: 41.66667%;
		margin-left: 5.55556%;
	}
}
@media screen and (max-width: 599px) {
	.sidebar > .block {
		float: none;
		width: auto;
		margin-left: 0;
	}
}
.sidebar .ce_youtube-wrapper {
	margin: 0.66667em 0;
}

.sidebar-news .layout_latest {
	position: relative;
	margin: 1.33333em 0;
	padding-left: 2.77778em;
}
.sidebar-news .layout_latest:before {
	font: 0.88889em/1 "Misc Icons";
	content: "\e06b";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	top: 0.3125em;
	left: 0;
	padding: 0.5em;
	color: white;
	background: #0788ca;
}
.sidebar-news .image_container {
	display: none;
}
.sidebar-news .info {
	margin: 0;
	font-size: 0.77778em;
	color: #8a8a8a;
}
.sidebar-news h2 {
	margin: 0 0 0.25em;
	padding: 0;
	border: 0;
	font-size: 0.88889em;
	line-height: 1.3125;
	letter-spacing: normal;
	text-transform: none;
}
.sidebar-news .teaser {
	font-size: 0.77778em;
}
.sidebar-news .teaser p {
	margin: 0;
}
.sidebar-news .more {
	margin: 0.28571em 0;
	font-size: 0.77778em;
}

/* ===========================================
 * Form styles
 * ======================================== */
form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
	clear: both;
}
form .form-row {
	position: relative;
	clear: both;
}
form p b.error,
form p.error {
	display: block;
	margin: 0;
	color: #e52f2f;
}

input,
textarea {
	padding: 0.5em 0.55556em 0.44444em;
	line-height: normal;
	border: 1px solid #dedede;
	border-bottom-color: #d4d4d4;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: inherit;
	background: #fcfcfc;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), inset 0 1px white;
}
.valid input,
.valid textarea {
	border-color: #7eba28;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
	border-color: #e52f2f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* multiple rules, because user agents are required to ignore a rule with an unknown selector */
	color: #b1b1b1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b1b1b1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b1b1b1;
}
input::placeholder,
textarea::placeholder {
	color: #b1b1b1;
}
input:hover,
textarea:hover {
	border-color: #d4d4d4 #d4d4d4 #c7c7c7;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px white;
}
input:focus,
textarea:focus {
	border-color: #0788ca #0788ca #067bb6;
}

input[type="text"],
input[type="search"],
input[type="email"] {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="checkbox"] {
	vertical-align: middle;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background: none;
}

input[type="file"] {
	padding: 0;
	height: auto;
}

button,
input[type="submit"] {
	margin-top: 1em;
}

textarea {
	height: 200px;
	resize: vertical;
	line-height: 1.5;
	outline: none;
}

fieldset {
	margin: 1em 0;
	border: 1px solid #dedede;
}
fieldset legend {
	padding: 0 0.27778em;
}
fieldset + br {
	/* Kill <br> that Contao injects */
	display: none;
}

.main-content form .form-row {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main-content label {
	display: block;
	margin-bottom: 0.0625em;
	font-size: 0.88889em;
}
.main-content label .mandatory {
	margin-left: 0.11111em;
	color: #0788ca;
}
.main-content input[type="checkbox"] + label {
	display: inline;
}
.main-content fieldset p {
	margin: 0;
}
.main-content fieldset p b.error,
.main-content fieldset p.error {
	float: none;
	width: auto;
	margin: 0.5em 0;
}
.main-content fieldset label {
	display: inline;
	margin: 0;
}
.main-content fieldset label:after {
	/* add line break after label */
	content: "\A";
	white-space: pre;
}
.main-content input,
.main-content textarea,
.main-content select,
.main-content fieldset {
	width: 75%;
}
@media screen and (max-width: 599px) {
	.main-content input,
	.main-content textarea,
	.main-content select,
	.main-content fieldset {
		width: 100%;
	}
}
.main-content button,
.main-content input[type="submit"] {
	width: auto;
}
@media screen and (max-width: 599px) {
	.main-content button,
	.main-content input[type="submit"] {
		width: 100%;
	}
}

.explanation p,
.captcha_text p {
	margin: 0;
}

.explanation {
	font-size: 0.77778em;
	margin: -0.85714em 0 1.71429em;
	color: #8a8a8a;
}

.captcha_text {
	display: block;
}
label .captcha_text {
	display: inline;
}

.sidebar form input,
.sidebar form textarea,
.sidebar form select,
.sidebar form fieldset,
.sidebar form button {
	width: 100%;
}
.sidebar form label {
	display: block;
	margin-bottom: 0.0625em;
	font-size: 0.88889em;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"] {
	width: auto;
}

/* ===========================================
 * Content elements
 * ======================================== */
.bg-columns > h1,
.bg-columns > h2,
.bg-columns > h3,
.teaser-boxes > h1,
.icon-boxes > h1,
.news-boxes > h1,
.teaser-boxes > h2,
.icon-boxes > h2,
.news-boxes > h2,
.teaser-boxes > h3,
.icon-boxes > h3,
.news-boxes > h3 {
	margin: 0 0 0.88889em;
	padding-bottom: 0.33333em;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.05556em;
	color: #3d566e;
	text-transform: uppercase;
}

.teaser-boxes,
.icon-boxes,
.news-boxes {
	margin: 2.22222em 0;
	/* clearfix */
	overflow: hidden;
}

.teaser-boxes-item {
	font-size: 0.88889em;
	color: #8a8a8a;
}
.teaser-boxes-item:hover,
.teaser-boxes-item:focus {
	text-decoration: none;
}
.teaser-boxes-item h3 {
	margin: 0;
	font-size: 1.3125em;
	color: #3d566e;
}
.teaser-boxes-item p {
	margin: 0.5em 0 0;
}

.teaser-boxes-item-image {
	position: relative;
	margin: 0 0 1em;
}
a:hover .teaser-boxes-item-image:before,
a:focus .teaser-boxes-item-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}
a:hover .teaser-boxes-item-image:after,
a:focus .teaser-boxes-item-image:after {
	font: 0.5em/1 "Misc Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0.75em;
	color: white;
	text-align: center;
	background: #0788ca;
}
.teaser-boxes-item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.icon-boxes-item {
	font-size: 0.88889em;
	color: #8a8a8a;
}
.icon-boxes-item:hover,
.icon-boxes-item:focus {
	text-decoration: none;
}
.icon-boxes-item[data-icon]:before {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #dedede;
	font-size: 1.5em;
	color: #0788ca;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.icon-boxes-item h3 {
	margin: 0;
	font-size: 1.3125em;
	color: #3d566e;
}
.icon-boxes-item p {
	margin: 0.5em 0 0;
}

.icon-boxes-item-link {
	font-size: 0.875em;
	letter-spacing: 0.07143em;
	color: #0788ca;
	text-transform: uppercase;
}
a:hover .icon-boxes-item-link,
a:focus .icon-boxes-item-link {
	text-decoration: underline;
}

.news-boxes-item {
	font-size: 0.77778em;
	color: #8a8a8a;
}
.news-boxes-item h3 {
	margin: 0;
	font-size: 1.71429em;
	line-height: 1.33333;
	font-weight: normal;
}
.news-boxes-item h3 a {
	color: #3d566e;
}
.news-boxes-item p {
	margin: 0.28571em 0 0;
}
.news-boxes-item .news-boxes-item-info {
	margin: 0;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}
.news-boxes-item .news-boxes-item-more {
	margin-top: 0.57143em;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}

.testimonial {
	margin: 1.125em 0;
	font-size: 1.33333em;
}
@media screen and (max-width: 599px) {
	.testimonial {
		font-size: 1em;
	}
}
.sidebar .testimonial {
	font-size: 1em;
}
@media screen and (max-width: 599px) {
	.sidebar .testimonial {
		font-size: 1em;
	}
}
.rsts-main .testimonial {
	margin: 0;
}
.testimonial p {
	margin: 0.5em 0;
	color: #3d566e;
}

.testimonial-author {
	padding-right: 2.77778em;
	font-size: 0.75em;
	color: #8a8a8a;
}
.sidebar .testimonial-author {
	padding-right: 3.57143em;
	font-size: 0.77778em;
}
@media screen and (max-width: 599px) {
	.testimonial-author {
		padding-right: 3.57143em;
		font-size: 0.93333em;
	}
}
.testimonial-author img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 2.22222em;
	margin: 0 0.33333em 0 0;
}
.testimonial-author small {
	font-size: inherit;
}

.newsletter-box {
	padding: 1.33333em 6.25%;
	border: 1px solid #056799;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: white;
	background: #0788ca;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sidebar .newsletter-box {
	padding-right: 11.11111%;
	padding-left: 11.11111%;
}
@media screen and (max-width: 900px) {
	.sidebar .newsletter-box {
		padding-right: 5.55556%;
		padding-left: 5.55556%;
	}
}
@media screen and (max-width: 599px) {
	.sidebar .newsletter-box {
		padding-right: 6.25%;
		padding-left: 6.25%;
	}
}
.sidebar .block + .newsletter-box {
	margin-top: 1.77778em;
}
.newsletter-box:before {
	content: "";
	float: right;
	width: 5.33333em;
	height: 5.55556em;
	margin-left: 0.77778em;
	/*background: url("../../files/bg/img/newsletter-bg.png") 50% 50% no-repeat;*/
	background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
	.newsletter-box:before {
		/*background-image: url("../../files/bg/img/newsletter-bg-x2.png");*/
	}
}
.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3,
.newsletter-box h4 {
	padding: 0;
	border: 0;
	letter-spacing: normal;
	text-transform: none;
}
.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3 {
	margin: -0.16667em 0 0;
	font-size: 1.33333em;
	font-weight: normal;
	line-height: 1.125;
	color: inherit;
}
.newsletter-box h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #b4dbef;
}
.newsletter-box form {
	margin: 0;
}
.newsletter-box .formbody {
	position: relative;
	width: 18.33333em;
	max-width: 100%;
	margin: 0.66667em 0 0;
}
.newsletter-box .formbody input {
	display: block;
	width: 100%;
	padding-right: 2.66667em;
	border-color: #2b3c4d;
	color: #343434;
}
.newsletter-box .formbody button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 0.72222em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 1.5px 1.5px 0;
	border-radius: 0 1.5px 1.5px 0;
	line-height: 0;
	text-align: left;
	text-indent: -99em;
}
.newsletter-box .formbody button:after {
	font: 0.77778em/1 "Misc Icons";
	content: "\e0ce";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
}
.newsletter-box .formbody .error {
	color: #9b1313;
}

.icon-links {
	font-size: 0.88889em;
}
.icon-links h1,
.icon-links h2,
.icon-links h3 {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.07143em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.icon-links ul {
	margin: 0;
	padding: 0;
}
.icon-links li {
	list-style: none;
	display: inline;
}
.icon-links a {
	display: block;
	padding: 0.25em 0;
	border-bottom: 1px solid #dedede;
	color: inherit;
	text-decoration: none;
}
.icon-links a:before {
	font: 0.375em/1 "Misc Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: -0.33333em;
	margin-right: 1.66667em;
	padding: 0.66667em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: #0788ca;
}
.icon-links a[data-icon]:before {
	content: attr(data-icon);
	top: 0;
	border: 0;
	margin-right: 0.66667em;
	padding: 0;
	font-size: 0.9375em;
	color: inherit;
}

.icon-links-label {
	color: #343434;
}
a:hover .icon-links-label,
a:focus .icon-links-label {
	text-decoration: underline;
}

.author-box h1,
.author-box h2,
.author-box h3 {
	margin: 2em 0 1em;
	padding: 0 0 0.42857em;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.77778em;
	font-weight: 600;
	letter-spacing: 0.07143em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.author-box img {
	float: right;
	margin: 0 0 0.55556em 1em;
}
.author-box p {
	margin: 0.875em 0;
	font-size: 0.88889em;
}

.author-box-links {
	margin: 1em 0;
	padding: 0;
	font-size: 0.77778em;
	letter-spacing: 0.07143em;
	text-align: center;
	text-transform: uppercase;
}
.author-box-links li {
	display: inline;
	list-style: none;
}
.author-box-links a {
	display: inline-block;
	margin: 0.35714em 0.21429em 0.28571em;
	padding: 0.57143em 1.42857em;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.author-box-links a:hover,
.author-box-links a:focus {
	border-color: #c7c7c7;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.image_container {
	position: relative;
	display: inline-block;
	padding: 0.55556em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	background: white;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.image_container.no-border,
.no-border .image_container {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.image_container img {
	display: block;
	width: 100%;
	height: auto;
}
.image_container a {
	position: relative;
	display: block;
}
.image_container a:hover:before,
.image_container a:focus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.image_container a:hover:after,
.image_container a:focus:after {
	font: 0.55556em/1 "Misc Icons";
	content: "\e0cb";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0.5em;
	color: white;
	text-align: center;
	background: #0788ca;
}
.image_container figcaption,
.image_container .caption {
	/* overwrite elements style attribute */
	width: 100% !important;
	padding: 0.28571em 0 0;
	font-size: 0.77778em;
	color: #8a8a8a;
}

.image_container.float_right,
.image_container.float_left {
	float: right;
	width: 43.75% !important;
	margin: 0.44444em 0 0.88889em 6.25%;
}
@media screen and (max-width: 599px) {
	.image_container.float_right,
	.image_container.float_left {
		margin-left: 0;
		float: none !important;
		width: auto !important;
	}
}
.bg_general-fullwidth .image_container.float_right,
.bg_general-fullwidth .image_container.float_left {
	margin: 0.44444em 0 0.88889em 3.84615%;
	width: 26.92308% !important;
}
@media screen and (max-width: 900px) {
	.bg_general-fullwidth .image_container.float_right,
	.bg_general-fullwidth .image_container.float_left {
		margin-left: 6.25%;
		width: 43.75% !important;
	}
}
@media screen and (max-width: 599px) {
	.bg_general-fullwidth .image_container.float_right,
	.bg_general-fullwidth .image_container.float_left {
		margin-left: 0;
		width: auto !important;
	}
}
.no-resize .image_container.float_right,
.bg_general-fullwidth .no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.bg_general-fullwidth .image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.bg_general-fullwidth .no-resize .image_container.float_left,
.image_container.float_left.no-resize,
.bg_general-fullwidth .image_container.float_left.no-resize {
	width: auto !important;
}

.image_container.float_left {
	float: left;
	margin: 0.44444em 6.25% 0.88889em 0;
}
@media screen and (max-width: 599px) {
	.image_container.float_left {
		margin-right: 0;
	}
}
.bg_general-fullwidth .image_container.float_left {
	margin: 0.44444em 3.84615% 0.88889em 0;
}
@media screen and (max-width: 900px) {
	.bg_general-fullwidth .image_container.float_left {
		margin-right: 6.25%;
	}
}
@media screen and (max-width: 599px) {
	.bg_general-fullwidth .image_container.float_left {
		margin-right: 0;
	}
}

.ce_youtube-wrapper {
	position: relative;
	/* ratio 16 to 9 */
	margin: 1.33333em 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-video,
.mejs-audio {
	margin: 1.11111em 0;
}

.ce_gallery > ul.cols_1 > li {
	width: 100%;
}
.ce_gallery > ul.cols_2 > li {
	width: 49.25%;
}
.ce_gallery > ul.cols_3 > li {
	width: 32.33333%;
}
.ce_gallery > ul.cols_4 > li {
	width: 23.875%;
}
.ce_gallery > ul.cols_5 > li {
	width: 18.8%;
}
.ce_gallery > ul.cols_6 > li {
	width: 15.41667%;
}
.ce_gallery > ul.cols_7 > li {
	width: 13%;
}
.ce_gallery > ul.cols_8 > li {
	width: 11.1875%;
}
.ce_gallery > ul.cols_9 > li {
	width: 9.77778%;
}
.ce_gallery > ul.cols_10 > li {
	width: 8.65%;
}
.ce_gallery > ul.cols_11 > li {
	width: 7.72727%;
}
.ce_gallery > ul.cols_12 > li {
	width: 6.95833%;
}
@media screen and (max-width: 599px) {
	.ce_gallery {
		/* doubled class for specificity */
	}
	.ce_gallery.ce_gallery > ul > li {
		width: auto;
	}
}
.ce_gallery.no-resize > ul > li {
	width: auto;
}
.ce_gallery > ul {
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.ce_gallery > ul:before {
	content: "";
	display: table;
}
.ce_gallery > ul:after {
	content: "";
	display: table;
	clear: both;
}
.ce_gallery > ul > li {
	float: left;
	width: 23.875%;
	margin: 1.5% 0 0 1.5%;
}
@media screen and (max-width: 599px) {
	.ce_gallery > ul > li {
		margin-right: 0;
		margin-left: 0;
	}
}
.ce_gallery > ul > li.col_first {
	clear: left;
	margin-left: 0;
}
.ce_gallery > ul > li.col_last {
	/* for rounding failures */
	margin-right: -1%;
}
.ce_gallery > ul > li > .image_container {
	width: 100%;
}
.ce_gallery img {
	width: 100%;
	height: auto;
}

.enclosure,
.ce_downloads {
	margin: 1.6875em 0;
	padding: 1.25em 1.875em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	font-size: 0.88889em;
	background: white;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6 {
	margin: -1.75em -2.58333em 1.66667em;
	padding: 0.66667em 1.66667em;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.08333em;
	color: white;
	text-transform: uppercase;
	background: #3d566e;
}
.enclosure h1:before,
.enclosure h2:before,
.enclosure h3:before,
.enclosure h4:before,
.enclosure h5:before,
.enclosure h6:before,
.ce_downloads h1:before,
.ce_downloads h2:before,
.ce_downloads h3:before,
.ce_downloads h4:before,
.ce_downloads h5:before,
.ce_downloads h6:before {
	font: 1.16667em/1 "Misc Icons";
	content: "\e06d";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 0.07143em;
	float: right;
}
.enclosure ul,
.enclosure p,
.ce_downloads ul,
.ce_downloads p {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ce_accordion .toggler {
	padding: 0.33333em 0;
	border-bottom: 1px solid #dedede;
	outline: none;
	font-size: 1em;
	color: #0788ca;
	cursor: pointer;
}
.ce_accordion .toggler:before {
	font: 0.77778em/1 "Misc Icons";
	content: "\e009";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 0.42857em;
	float: right;
	color: white;
	background: #0788ca;
}
.ce_accordion .toggler:hover {
	text-decoration: underline;
}
.ce_accordion .toggler:hover:before {
	font-size: 1em;
	top: 0.22222em;
	left: 0.11111em;
}
.ce_accordion .toggler.ui-accordion-header-active:before {
	content: "\e00c";
}

/* ===========================================
 * Slider styles
 * ======================================== */
.rsts-skin-testimonials.rsts-main {
	position: relative;
	margin: 1.5em 0;
}
.rsts-skin-testimonials .rsts-header {
	border-bottom: 1px solid #e8e8e8;
}
.rsts-skin-testimonials .rsts-header h1,
.rsts-skin-testimonials .rsts-header h2,
.rsts-skin-testimonials .rsts-header h3,
.rsts-skin-testimonials .rsts-header h4,
.rsts-skin-testimonials .rsts-header h5,
.rsts-skin-testimonials .rsts-header h6 {
	margin: 0;
	padding: 0.14286em 0 0.64286em;
	font-size: 0.77778em;
	font-weight: 600;
	color: #8a8a8a;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}
.rsts-skin-testimonials .rsts-prev,
.rsts-skin-testimonials .rsts-next {
	position: absolute;
	right: 1.33333em;
	bottom: 0.66667em;
	overflow: hidden;
	text-indent: -99em;
	line-height: 0;
}
.sidebar .rsts-skin-testimonials .rsts-prev,
.sidebar .rsts-skin-testimonials .rsts-next {
	bottom: 0.33333em;
}
.rsts-skin-testimonials .rsts-prev:after,
.rsts-skin-testimonials .rsts-next:after {
	font: 0.44444em/1 "Misc Icons";
	content: "\e018";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	padding: 0.75em;
	color: white;
	background: #0788ca;
}
.rsts-skin-testimonials .rsts-next {
	right: 0;
}
.rsts-skin-testimonials .rsts-next:after {
	content: "\e019";
}
.rsts-skin-testimonials .rsts-nav {
	position: absolute;
	right: -5px;
	top: 2px;
	line-height: 0;
}
.rsts-skin-testimonials .rsts-nav ul {
	margin: 0;
	padding: 0;
}
.rsts-skin-testimonials .rsts-nav li {
	display: inline;
}
.rsts-skin-testimonials .rsts-nav a {
	float: left;
	width: 17px;
	height: 17px;
	overflow: hidden;
	outline: none;
	padding: 5px;
	text-indent: -99em;
}
.rsts-skin-testimonials .rsts-nav a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #dedede;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.rsts-skin-testimonials .rsts-nav a:hover:after,
.rsts-skin-testimonials .rsts-nav a.active:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	width: 11px;
	height: 11px;
	margin: -2px;
}
.rsts-skin-testimonials .rsts-nav-prev,
.rsts-skin-testimonials .rsts-nav-next {
	display: none !important;
}

.rsts-skin-light .rsts-nav {
	position: absolute;
	bottom: 20px;
	margin: 0;
	width: 100%;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */
.fixed-note {
	position: fixed;
	display: table;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 3.33333em;
	padding: 0.66667em 1.11111em 0.66667em 4.44444em;
	border-top: 1px solid #dedede;
	z-index: 99;
	background-color: white;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
	.fixed-note {
		position: relative;
	}
}
@media screen and (max-width: 599px) {
	.fixed-note {
		display: block;
		padding-left: 1.11111em;
	}
}
.fixed-note:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 0.83333em;
	font-size: 2em;
	color: #0788ca;
}
@media screen and (max-width: 900px) {
	.fixed-note:before {
		top: 0.66667em;
		margin-top: 0;
	}
}
@media screen and (max-width: 599px) {
	.fixed-note:before {
		position: static;
	}
}
.fixed-note h1,
.fixed-note h2,
.fixed-note h3 {
	font-size: 0.83333em;
	margin: 0.4em 0;
}
.fixed-note p {
	font-size: 0.77778em;
	margin: 0.42857em 0;
}
@media screen and (max-width: 599px) {
	.fixed-note p {
		font-size: 0.88889em;
	}
}

.fixed-note-column {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0.55556em;
}
.fixed-note-column:last-child {
	text-align: right;
}
@media screen and (max-width: 900px) {
	.fixed-note-column:last-child {
		text-align: left;
	}
}
@media screen and (max-width: 900px) {
	.fixed-note-column {
		display: block;
		margin: 0.66667em 0;
		padding: 0;
	}
}

.fixed-note-link,
.fixed-note-button {
	white-space: nowrap;
}

.fixed-note-button {
	margin: 0;
}

.fixed-note-closed {
	position: fixed;
	right: 1.66667em;
	bottom: 0;
	z-index: 99;
	padding: 0.44444em 0.66667em;
	color: white;
	text-decoration: none;
	background: #3d566e;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1122px) {
	.fixed-note-closed {
		right: 0;
	}
}
@media screen and (max-width: 900px) {
	.fixed-note-closed {
		position: absolute;
		top: 0.66667em;
		right: 50%;
		bottom: auto;
		margin-right: -0.88889em;
		padding: 0.22222em 0.66667em;
	}
}
@media screen and (max-width: 599px) {
	.fixed-note-closed {
		right: 0.66667em;
		margin-right: 0;
	}
}
.fixed-note-closed:hover,
.fixed-note-closed:focus {
	background-color: #2b3c4d;
}
.fixed-note-closed:before {
	font: 100%/1 "Misc Icons";
	content: "\e0a6";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
}
.fixed-note-closed > span {
	display: none;
}

.back a:before,
.previous a:before,
.next a:after {
	font: 0.66667em/1 "Misc Icons";
	content: "\e018";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: -0.16667em;
	margin-right: 0.5em;
	vertical-align: middle;
}

.next a:after {
	content: "\e019";
	margin-right: 0;
	margin-left: 0.5em;
}

.pagination > p {
	text-align: center;
}
.pagination ul {
	list-style-type: none !important;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination li a,
.pagination li span {
	padding: 4px 12px;
	background-color: white;
}
.pagination li .current {
	border-bottom: 1px solid #e8e8e8;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.news-image-teaser {
	position: relative;
	margin: 2em 0;
	padding: 0 0 0 12.5%;
}


@media screen and (max-width: 599px) {
	.news-image-teaser {
		padding-left: 0;
	}
}
.news-image-teaser.-no-date {
	padding-left: 0;
}
.news-image-teaser h2 {
	margin: 0 0 0.25em;
	padding: 0 0 0.3125em;
	border-bottom: 1px solid #dedede;
	font-size: 1.77778em;
	font-weight: normal;
	line-height: 1.1875;
	color: #3d566e;
}
@media screen and (max-width: 599px) {
	.news-image-teaser h2 {
	/*	margin-right: 18.75%;*/
	}
}
.news-image-teaser time {
	position: absolute;
	/**top: 0.19444em;*/
	/*left: 0;*/
	/*width: 9.375%;*/
    top: 15px;
    /*right: 15px;
    padding: 5px 20px 5px 20px;*/
    right: 3%;
    padding: 0.9% 20px 0.9% 20px;
	border: 1px solid #dedede;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1;
	color: #8a8a8a;
	text-align: center;
	background: white;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    
   
    
    /*right: 15px;*/
    /*padding: 5px 20px 5px 20px; 2,65*/
    /*top: 1%;*/
    

}
@media screen and (max-width: 599px) {
	.news-image-teaser time {
        top: 10px;
		/*left: auto;
		right: 0;
		width: 15.625%;*/
	}
}
.news-image-teaser time:before {
	/*font: 0.69444em/1 "Misc Icons";
	content: "\e06b";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	margin: -1px -1px 0.08em -1px;
	padding: 0.72em 0;
	color: white;
	background: #0788ca;*/
    
 /*   content: "";
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 7px solid #e53f51;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: -7px;
  display: inline-block;*/
}
.news-image-teaser time b {
	display: block;
	margin: -0.19048em 0 0.2381em;
	font-size: 0.58333em;
	font-weight: inherit;
	text-transform: uppercase;
}
.news-image-teaser time i {
	display: none;
}
.news-image-teaser img {
	display: block;
	width: 100%;
	height: auto;
}
.news-image-teaser p {
	margin: 0.66667em 0;
	color: #8a8a8a;
}
.news-image-teaser .news-image-teaser-info {
	margin: 0.57143em 0 1em;
	font-size: 0.77778em;
	color: inherit;
}
.news-image-teaser .news-image-teaser-more {
	font-size: 0.88889em;
	text-transform: uppercase;
}

.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
	display: none;
}
.mod_calendar th.current {
	border-right: 0;
	border-left: 0;
	text-align: center;
}
.mod_calendar th.current:before {
	font: 16px/1 "Misc Icons";
	content: "\e037";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 6px;
}
.mod_calendar th.previous {
	border-right: 0;
}
.mod_calendar th.next {
	border-left: 0;
	text-align: right;
}
.mod_calendar th.label {
	font-size: 0.66667em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.07143em;
}
.mod_calendar td {
	vertical-align: top;
	width: 14.28571%;
}
.mod_calendar td.today {
	font-weight: 600;
	background-color: #dedede;
}
.mod_calendar .event {
	font-size: 0.66667em;
}
.mod_calendar .minicalendar td {
	padding: 0.16667em;
	text-align: center;
}

.mod_eventlist .event > h2 {
	margin-top: 0;
	font-size: 1.55556em;
}

.mod_faqlist ul {
	list-style: none;
	padding-left: 0;
}
.mod_faqlist li:before {
	font: 100%/1 "Misc Icons";
	content: "\e0f7";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.44444em;
}

.mod_faqreader .info {
	font-size: 0.77778em;
	color: #8a8a8a;
}

.mod_login form p.error {
	float: none;
	width: auto;
	margin: 1em 0;
}
.mod_login input {
	width: 80%;
}
.mod_login table {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mod_login table td {
	border: 0;
	padding: 0.33333em 0;
}

.mod_search {
	margin: 1.5em 0;
}
.mod_search form input {
	vertical-align: middle;
}
.mod_search form input[type="search"] {
	width: 74.375%;
	margin: 0;
	padding-top: 0.61111em;
	padding-bottom: 0.5em;
}
.mod_search form input[type="submit"] {
	width: 25%;
	margin: 0 -2% 0 0;
}
.mod_search .relevance {
	float: right;
	margin-top: 0.71429em;
	font-size: 0.58333em;
}
.mod_search .header {
	padding-bottom: 0.27778em;
	border-bottom: 1px solid #dedede;
	color: #8a8a8a;
}
.mod_search .highlight {
	padding: 0 0.22222em;
	font-weight: 600;
	background: #cde7f4;
}
.mod_search .url {
	padding-bottom: 1.42857em;
	border-bottom: 1px dotted #dedede;
	font-size: 0.77778em;
	color: #8a8a8a;
}
.mod_search .url:before {
	font: 100%/1 "Misc Icons";
	content: "\e0b5";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.35714em;
}
.mod_search .url .filesize {
	font-size: 0.85714em;
}

.comment_default {
	margin: 1.6875em 0;
	padding: 1.25em 6.25% 0;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	font-size: 0.88889em;
	background: white;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment_default .info {
	margin-top: 0;
	border-bottom: 1px solid #dedede;
}
.comment_default .reply {
	margin-left: 6.66667%;
}
.comment_default .reply .info {
	font-weight: 600;
}

.ce_comments .form {
	margin-top: 3.33333em;
}
.ce_comments .form .widget {
	margin-top: 1.33333em;
}

.mod_sitemap ul {
	padding-left: 0;
	list-style-type: none;
}
.mod_sitemap ul li li {
	padding: 0.1875em 0 0.1875em 1.75em;
	font-size: 0.88889em;
}
.mod_sitemap ul li li.submenu ul {
	margin: 0;
}
.mod_sitemap > ul > li:before {
	font: 100%/1 "Misc Icons";
	content: "\e083";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.55556em;
	color: #0788ca;
}

/* ===========================================
 * Footer styles
 * ======================================== */
.page-footer {
	clear: both;
	margin: 0 3.57143%;
}
@media screen and (max-width: 900px) {
	.page-footer {
		margin-right: 5.55556%;
		margin-left: 5.55556%;
	}
}

.footer-navigation-wrapper {
	/* clearfix */
	overflow: hidden;
	margin: 3.33333em 0 0;
	padding: 1.83333em 0;
	border-top: 1px solid #dedede;
	font-size: 0.66667em;
	font-weight: 600;
	color: #8a8a8a;
	text-transform: uppercase;
}
@media screen and (max-width: 599px) {
	.footer-navigation-wrapper {
		font-size: 0.8em;
	}
}

.footer-navigation {
	float: left;
}
@media screen and (max-width: 900px) {
	.footer-navigation {
		float: none;
	}
}
.footer-navigation ul {
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	display: inline;
}
.footer-navigation li:after {
	content: " ";
}
.footer-navigation a,
.footer-navigation li > span {
	margin-right: 1.5em;
	color: inherit;
}

.footer-info {
	float: right;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
	.footer-info {
		margin-top: 1em;
		float: none;
	}
}
.footer-info p {
	margin: 0;
}
.footer-info a {
	color: inherit;
}
.footer-info .rocksolid-copyright {
	font-style: normal;
	color: #b8b8b8;
}
.footer-info .rocksolid-copyright:before {
	content: "\2022";
	display: inline-block;
	margin: 0 0.66667em;
	color: #8a8a8a;
}





body {

    background: url("../../files/Bilder/bg_voll_601.jpg") repeat-y left top fixed;

    background-size: cover;

    color:#000;

    



}



a {

    /*color:#CA6607;

    color: #CD5E12;

    

    color: #d07000;

    color: #c77000;*/

    color: #D67700;

}



/* #433721  #523600  #331D00  #8C5000  #AB6200  #BD6D00  #B96300*/

/* melanie fiona 4am  usher  wale  matrimony  rocko hustle nas*/



.page {

    max-width: 1280px;

    background: url("../../files/Bilder/bg_head.jpg") no-repeat left top;

    background-size: contain;

    /*background:none;*/

    border:0;



}



p.info {

    font-style: italic;

    margin-top: 0;

    margin-bottom: 12px;

}







.footer-navigation-wrapper {

    margin-top:0;

    border:none;



}



.page-footer {

  clear: both;

  padding: 0 3.57143%;

  padding-top: 3%;

  

  margin: 0;

  /*background: url("../../files/files/Bilder/bg95.jpg") repeat-y left top;

  background-size: contain;*/

} 



.page-header {

    margin: 0;

    /*background-color: #006eb7;*/

    /*background: url("../../files/Bilder/bg1.jpg") no-repeat left top;*/

    

}



.header-navigation {

    color: #fff;

    padding-right: 10px;

    font-size: 14px;

    font-weight:bold;

    top: 0.80em;

    right:34px;

    right:50px;

}



.main-navigation-search {

    top: -3px;    

    z-index: 1;

    height: auto;

    border:none;

    box-shadow:none;

    background:none;

    



}





.mobile-search {

    /*top: -3px;    */

    z-index: 1;

    height: auto;

    border:none;

    box-shadow:none;

    background:none;

    



}



.mobile-search input {

	float: right;

	width: 10.25em;

    width: 60%;

	/*margin: 0.5625em 4em 0 -10.3125em;*/

    color: black;

    /*background: silver;*/

    background: gainsboro;

    margin: 10px;

    margin-left:0;

	padding-top: 0.25em;

	padding-bottom: 0.1875em;

	border: 1px solid #dedede;

    border: 1px solid silver;

	font-size: 0.88889em;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

	-webkit-transition: margin-left 0.2s ease-out;

	-moz-transition: margin-left 0.2s ease-out;

	-o-transition: margin-left 0.2s ease-out;

	transition: margin-left 0.2s ease-out;

}





.main-navigation-search button {

  

  /*width: 2.55556em;*/

  font: 18px/1.5 "Source Sans Pro", sans-serif;

  

  font-size: 14px;

  font-weight: bold;

  letter-spacing: 0.08333em;

  top:3px;

  margin-right: 10px;

  width: 3.15556em;

  width: 48px;

  height: 38px;

  color:white;

  text-transform: uppercase;

  

}



.mobile-search button {

 

  font-size: 14px;

  

  width: 76px;

  color:silver;

  background: inherit;

  border: none;

  box-shadow: none;

  padding: 10px;

  padding-right:0;

  padding-left:0;

  margin-top:0;

  

  

}

.ce_player {
    max-width: 500px;
    /*max-height: 400px;*/
    /*min-width: 200px;*/
   /* min-height: 200px;*/
}


.header-navigation li.last:after {

  content: " • ";

  margin: 0 0.16667em;

}



.main-navigation-search input {

  

 

}



.main-navigation-search button:hover, .main-navigation-search button:focus, .main-navigation-search button:active {

  color: white;

  border:none;

  box-shadow: none;

  

  outline: none;

  background: none;

}



.mobile-search button:hover, .mobile-search button:focus, .mobile-search button:active {

  

  border:none;

  box-shadow: none;

  text-decoration: none;

  outline: none;

  background: none;

}





  

button, .button, input[type="submit"], input[type="reset"], input[type="button"] {



       /* background: -webkit-linear-gradient(#EA8602, #8C5000);

        background: -moz-linear-gradient(#EA8602, #8C5000);

        background: -o-linear-gradient(#EA8602, #8C5000);

        background: linear-gradient(#EA8602, #8C5000);*/

        background: -webkit-linear-gradient(#F39e2b, #Bb6423);

        background: -moz-linear-gradient(#F39e2b, #Bb6423);

        background: -o-linear-gradient(#F39e2b, #Bb6423);

        background: linear-gradient(#F39e2b, #Bb6423);

        border: none;

        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;



}  



button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {

   /* background: -webkit-linear-gradient(#EA8602, #8C5000);

    background: -moz-linear-gradient(#EA8602, #8C5000);

    background: -o-linear-gradient(#EA8602, #8C5000);

    background: linear-gradient(#EA8602, #8C5000);*/

    background: -webkit-linear-gradient(#F39e2b, #Bb6423);

    background: -moz-linear-gradient(#F39e2b, #Bb6423);

    background: -o-linear-gradient(#F39e2b, #Bb6423);

    background: linear-gradient(#F39e2b, #Bb6423);

     border: none;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;





}



button:active, .button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {

   /* background: -webkit-linear-gradient(#EA8602, #8C5000);

    background: -moz-linear-gradient(#EA8602, #8C5000);

    background: -o-linear-gradient(#EA8602, #8C5000);

    background: linear-gradient(#EA8602, #8C5000);*/

    background: -webkit-linear-gradient(#F39e2b, #Bb6423);

    background: -moz-linear-gradient(#F39e2b, #Bb6423);

    background: -o-linear-gradient(#F39e2b, #Bb6423);

    background: linear-gradient(#F39e2b, #Bb6423);

     border: none;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 1px 1px #DA7D06, inset -1px 0 #DA7D06;



}







.mod_search form input[type="submit"] {

   width: auto; }

   

@media screen and (max-width: 399px) {



    .mod_search form input[type="search"] {

        width: 66.5%;

    } 

}



@media screen and (max-width: 310px) {



    .mod_search form input[type="search"] {

        width: 100%;

        margin-bottom: 20px;

    } 

    

}



  



.content-wrapper {

    background: url("../../files/Bilder/bg-sgbbm.jpg") repeat left top;



}



.image_container {

    padding:0;



}



.layout_full .image_container {

    border:none;

    background:none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow:none;



}



#logo_big img {



    /*width: 100%;*/

    margin-bottom: -7px;

}



#logo_big .image_container a:hover:before, .image_container a:focus:before {

    

    background: none;

}



#logo_big .image_container a:hover:after, .image_container a:focus:after {

    content: "";

    display: none;

    padding: 0;

    

}



#logo_small img {



    margin-bottom: -7px;

}







.tag-line {

    padding-bottom: 0;

    overflow: hidden;

    /*margin-bottom: -2px;*/

}





td.button {

    display: table-cell;

}



#spielplan .datum {



    font-size:0.85em;

}







#spielplan input {

    width: 124px;

}



#spielplan-ausgabe input {

    width: 124px;

}



.main-content ul, .main-content ol {

    padding-left: 1.88889em;

}



.pagination ul {

    padding:0;

    margin-top: 0;

}



.pagination li {

   margin-top: 12px;

}



.pagination li .current {

    border:none;



}



.main-content h2 {

  font-size: 1.2em;

  margin-bottom: 0.5em;

  line-height: 1.1875

}



.main-content h3 {

    

  font-size: 1.3em;

  font-weight: bold;

}



#events h3 {

    margin-top: 0;

    clear: both;



}



#events-list h3 {

    margin-top: 0;

    clear: both;



}



.teaser-boxes {

    margin:0;

    



}



#medien h2 {



    margin-top: 0;

    margin-bottom: 0.5em;

    font-weight: bold;

    line-height: 1.0;

    font-size: 1.1em;

    

    color: #D67700;

}



#medien h3 {



    margin-top: 0.4em;

    margin-bottom: 0.5em;

    font-weight: bold;

    line-height: 1.0;

    font-size: 1.35em;

    padding-bottom: 5px;

    color: #000;

    /*color:#CA6607;*/

}



.main-content .mod_article {

    background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  padding: 3%;

  /* margin-top: 3%; */

  margin-bottom: 3%;

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3); 



}



.main-content #news  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;

  -webkit-box-shadow: none;

    -moz-box-shadow: none;

    -goog-ms-box-shadow: none;

    box-shadow: none;



}



.main-content #news-uebersicht  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;

  -webkit-box-shadow: none;

    -moz-box-shadow: none;

    -goog-ms-box-shadow: none;

    box-shadow: none;



}



.main-content #news-details  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;



}



.main-content #news-herren  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;



}



.main-content #news-damen  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;



}



.main-content #news-jugend  {

    background: none;

  background-size: cover;

  padding: 0;

  /* margin-top: 3%; */

  margin-bottom: 0;



}





.image_container.float_left {

  

  margin: 0.44444em 3.25% 0.88889em 0;

  width: auto;

}



.image_container.float_right {

  

  margin: 0.44444em 0 0.88889em 3.25%;

  width: auto;

}



.image_container figcaption, .image_container .caption {

 

  padding: 0.28571em 0.28571em 0;

  

  

}



.sidebar .newsletter-box {

    padding: 6.25%;

    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3); 

    

    

}



.newsletter-box .formbody {



    width:auto;

}



.newsletter-box { 

    color:#000;

    background-color:#fff;

    background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  border:none;

      box-shadow: none;

      /*226 134 35 1*/

      

      /*-webkit-box-shadow: 5px 5px 7px rgba(226, 134, 35, .9);*/



}



.newsletter-box:before {



    float:none;

    margin:0;

    height:auto;

    width:auto;



}



.newsletter-box .formbody input {

   

     border-color: #dedede; 

}



.newsletter-box .formbody {

    margin:0;



}



.newsletter-box .formbody button {

    padding-top: 0.78em;

}



p.newsp {



    margin-top:0;

    margin-bottom 0.5em;



}







.blockcontent {

/*    padding-left: 10px*/

  background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  /*padding: 5.545%;*/

  padding: 6.75%;

  padding: 4%;

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

      

     

   

}



.dunk {

/*    padding-left: 10px*/

  background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  /*padding: 5.545%;*/

  padding: 5.75%;

  font-size:17px;

  /*padding: 4%;*/

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

      

     

   

}



.dunk a {

    color: #000;

}



.mod_poll {

/*    padding-left: 10px*/

  background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  /*padding: 5.545%;*/

  padding: 6.75%;

  padding: 4%;

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

      

     

   

}



.mod_cameraslideshow_show {

  display: table;

  

  width:100%;

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

      

      

}



.camera_wrap {



  background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

  background-size: cover;

  /*padding: 5.545%;*/

  /*padding: 6.75%;*/

  



}



.sidebar > .block {

  margin: 0;

}







.camera_wrap img {

  /* max-width: none!important; */

  max-width: 100%;

  padding: 6.75%;

  padding: 4%;

}



.vorschau_team {

    /*font-size: 18px;*/

   

}



.vorschau_datum {

    font-size: 16px;

    font-weight: bold;

       

}



.event_datum {

    font-size: 16px;

    font-weight: bold;

       

}



.vorschau_datum a {

     color: #000;

}



.vorschau_normal a {

     color: #000;

     font-size:17px;

}



@media screen and (max-width: 599px) {



    .vorschau_normal a {

     

     font-size:15px;

    }

}



.vorschau_halle {

    font-size: 16px;

    font-style: italic;

    margin-bottom: 2px;

    

}



.event_halle {

    font-size: 16px;

    font-style: italic;

    padding-bottom: 10px;

    

}



.vorschau_halle a {

     color: #000;

}



.event_picture {

    width: 100%;

    float:left;

    margin-right: 3%;

   

}







.eventlist_picture {

    

    /*width: 40%;

    min-width:230px;

    float:left;

    margin-right: 3%;*/

   

}



.eventlist_picture img {

    

    width: 40%;

    min-width:230px;

    float:left;

    margin-right: 3%;

   

}



.vorschau_event {

    margin-bottom: 0.75em;



}



.event_description {

    width: 100%;

    float:left;

    position: relative;

    

    

}



.eventlist_description {

    /*width: 50%;

    float:left;

    position: relative;*/

    

    

}



@media screen and (max-width: 475px) {



    .eventlist_picture img {   

   

    float:none;

   

    }

}



@media screen and (max-width: 300px) {



    .eventlist_picture img {

    width: 100%;

    min-width: 0;

    max-width:230px;

   

    }



}



.event_contact {

    

    clear:both;

   

}



#events hr {

    margin: 0.63333em 0;



}



#events-list hr {

    margin: 0.63333em 0;



}



.event_filter {

    font-size: 1.2em;

    /*margin-bottom: 10px;*/



}



@media screen and (max-width: 299px) {



    .event_filter {

        font-size: 1.1em;

}

   

}



.event_more {



    clear:both;

    

    margin-bottom: 10px;



}



.next_date {

    float: right;

    text-align:right;

    



}



.prev_date {

    clear:both;

    text-align:left;

    float:left;



}



.ce_dlh_googlemaps {



    height:400px;



}



.mod_gd_googledirections input[type="submit"] {

  margin-top: 0; 

}



.mod_gd_googledirections {

  overflow-x: scroll;

}









.blockcontent table {



    margin: 0;

    padding: 0;

    border: 0; 

    webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none; 

}



.blockcontent table td {



    

    padding: 0;

    border: 0; 

     

}



/*-------------------*/

.main-navigatio {

  /*font-size: 0.88889em;*/

  font-weight: 600;

  color: #636363;

  font-size: 1.0em;

  

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

  

 

}





.main-navigatio a {

  /*float: none;*/

  padding: 0.75em 1.375em;

  border-left: 1px solid #dedede;

  color: inherit;



}



.main-navigatio span {

  /*float: none;*/

  padding: 0.75em 1.375em;

  border-left: 1px solid #dedede;

  color: inherit;

  /*background:white;*/



}



.main-navigatio  .level_2 span {

    padding: 0.55em 1.375em;



}



.main-navigatio  .level_3 span {

    padding: 0.55em 1.375em;



}



.main-navigatio ul {

  margin: 0;

  padding: 0;

  list-style: none;

  overflow: hidden;

  display: block;

  

}



.main-navigatio li {

  display: inline-block;

  /*background: #eee;*/

  margin-right: -3px;

  /*border: 1px solid #ccc;*/



}



.main-navigatio li a {

  display: block;

  /*padding: 1em;*/

  text-decoration: none;

  outline: none;

}



.main-navigatio li span {

  display: block;

  /*padding: 1em;*/

  text-decoration: none;

}









.main-navigatio .level_2 {

  position: absolute;

	z-index: 1002;

  left: auto;

  max-height: 0;

  height: 670px;   /*moo*/

  

}



.main-navigatio .level_2 a {

  /*float: none;*/

  padding: 0.55em 1.375em;

  

  color: inherit;



}











.main-navigatio .submenu:hover .level_2 {

  max-height: 700px;

  display:block;

  padding: 0 1em 1em;

  margin-left: -1em;

 /* min-width: 10em;*/

}







/*.main-navigatio .schulmenu .submenu:hover .level_2 {

    max-height: 700px;

    display: block;

    padding: 0 1em 1em;

    margin-left: -1em;

    padding-left: 350px;

    margin-left: -350px;

}*/



.main-navigatio .level_2 li {

    display: block;

    background: #eee; 

    min-width: 150px;

    position: relative; 

    margin-right: 150px;

    border-bottom: 1px solid #fff;

}



.main-navigatio .schulmenu .level_2 li {

    display: block;

    background: #eee; 

    min-width: 150px;

    position: relative; 

    margin-right: 450px;

    border-bottom: 1px solid #fff;

    

}



.main-navigatio .schulmenu .level_3 li {

    display: block;

    background: #eee; 

    min-width: 336px;

    position: relative; 

    margin-right: 10px;

    border-bottom: 1px solid #fff;

}









.main-navigatio .level_1 li:hover {

    

    background: #fff; 

}



.main-navigatio .level_2 li:hover {

    

    background: #E5E5E5; 

}



.main-navigatio .level_3 li:hover {

    

    background: #DBDBDB; 

}



.main-navigatio .level_3 {

  position: absolute;

	z-index: 1002;

  left: auto;

  max-height: 0;

  height: 1600%;   /*moo*/

  left:100%;

  

  top:0;

  

  

}



@media screen and (max-width: 1079px) {



.main-navigatio .schulmenu .level_3 {

  position: absolute;

	z-index: 1002;

  left: auto;

  max-height: 0;

  height: 1200%;

  left:100%;

  left:-1px;

  top:48px;

  

  

}

}



@media screen and (max-width: 950px) {



    .main-navigatio .schulmenu .level_3 {

        top:42px;    

    }

    

    .main-navigatio .schulmenu .level_3 li {

   

        min-width: 300px;

    }



}



@media screen and (max-width: 820px) {



    .main-navigatio .schulmenu .level_3 {

        top:38px;    

    }

    

    .main-navigatio .schulmenu .level_3 li {

   

        min-width: 264px;

    }



}









.main-navigatio .level_2 .submenu:hover .level_3 {

  max-height: 800px;

  padding: 0 1em 1em;

  margin-left: -1em;

  min-width: 150px;

  

}



.main-navigatio .level_3 li {

    display: block;

    background: #eee; 

    min-width: 155px;

    margin-left: 1px;

}







.main-content fieldset label:after {

  

  white-space: normal;

}







.main-content {



    margin: 3%;

    margin-top:0;



}







.main-content .newsletter-box {



    padding:0;



}



.main-content .mod_article .news-image-teaser {



    background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

    background-size: cover;

    /*background: url("../../files/Bilder/bg4.png") repeat left top;

    background-size: contain;*/

    

    padding: 3%;  

   /* margin-top: 3%;*/

    margin-top: 10px;

    padding-top: 4%;

    margin-bottom: 3%;

    overflow: auto;

    

    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

      

 

    



}



.main-content .mod_article #news-team .news-image-teaser {



    background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

    background-size: cover;

    /*background: url("../../files/Bilder/bg4.png") repeat left top;

    background-size: contain;*/

    background:none;

    /*padding: 3%; */ 

    padding: 0;

    padding-top: 1%;

    /*border: 1px solid #EAE9E9;*/

   /* margin-top: 3%;*/

    /*margin-top: 10px;*/

    /*padding-top: 4%;*/

    margin-bottom: 4%;

    overflow: auto;

            

    -webkit-box-shadow: none;

        -moz-box-shadow: none;

    -goog-ms-box-shadow: none;

    box-shadow: none;

      

 

    



}



#news-team .news-image-teaser time {



    top: 0;

    right: 0;



}







.main-content .mod_article .news-image-teaser img {



    margin-right: 20px;

    float: left;

    /*max-width: 280px;*/

    margin-top: 6px;

    width: auto;

    max-height: 280px;

    /*width:38%;*/

    /*height:187px;*/



}



.main-content .mod_article .news-image-teaser p {

    /*margin: 10px 0 0 0;*/

    color: #000;

    margin-bottom: 0;

    



}



p.news-image-teaser-more {



    display: inline;

}



.main-content .mod_article .news-image-teaser .news-image-teaser-more {

     

  font-size: 0.88889em;

  text-transform: uppercase;

  /*margin-left: 10px;*/

  



}



.main-content .mod_article .news-image-teaser a {



    /*color: #9DDAFA;*/



}















.ce_tabcontrol {}



.tabcontrol_tabs {  /*background-color: #006eb7;*/  background-color: #8C5000; 

    /*background: -webkit-linear-gradient(#B36602, #714102);

    background: -moz-linear-gradient(#B36602, #714102);

    background: -o-linear-gradient(#B36602, #714102);

    background: linear-gradient(#B36602, #714102);*/

    background: -webkit-linear-gradient(#E88202, #8C5102);

    background: -moz-linear-gradient(#E88202, #8C5102);

    background: -o-linear-gradient(#E88202, #8C5102);

    background: linear-gradient(#E88202, #8C5102);/* #04559B;*/ /*#0571CD;*/ /*#006eb7;*/   margin-top: -3%;  margin-left: -3%;  margin-right: -3%; -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, .3);

        -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 0px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 0px 5px 7px rgba(0, 0, 0, .3);}



.tabcontrol_tabs a, .tabcontrol_tabs a:hover, .tabcontrol_tabs a:active, .tabcontrol_tabs a:focus, .tabcontrol_tabs a:visited  { color:white; text-decoration:none;}



.tabcontrol_tabs ul, .tabcontrol_tabs li { margin: 0; padding: 0; list-style-type: none; /*display: table-cell;*/ }



.tabcontrol_tabs ul {  display: table-cell; }



.tabcontrol_tabs li {}



.tabcontrol_tabs li.tabs { float: left; padding: 10px; vertical-align: middle; text-align: center; cursor: pointer; color: #fff; border-right: 1px solid;   padding-left: 20px;

  padding-right: 20px; background-color: #8C5000; 

  background: -webkit-linear-gradient(#E88202, #8C5102);

    background: -moz-linear-gradient(#E88202, #8C5102);

    background: -o-linear-gradient(#E88202, #8C5102);

    background: linear-gradient(#E88202, #8C5102);/*#04559B;*/ /*#0571CD;*/ /*background: url("../../files/Bilder/bg4.png") repeat left top;*/}

  

@media screen and (max-width: 470px) {



.tabcontrol_tabs li.tabs { padding-left: 10px;

  padding-right: 10px; /*border: 1px solid white;

    border-bottom: none;*/}

  

  /*.tabcontrol_tabs { background:none};*/

  .tabcontrol_tabs ul {border-left: 1px solid white;

    }  



}



@media screen and (max-width: 420px) {



.tabcontrol_tabs li.tabs { padding-left: 10px;

  padding-right: 10px; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 360px) {



.tabcontrol_tabs li.tabs { padding-left: 7px;

  padding-right: 7px; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 330px) {



.tabcontrol_tabs li.tabs { padding-left: 6px;

  padding-right: 6px; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 312px) {



.tabcontrol_tabs li.tabs { padding-left: 5px;

  padding-right: 5px; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 302px) {



.tabcontrol_tabs li.tabs { padding-left: 5px;

  padding-right: 5px; font-size: 0.85em; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 270px) {



.tabcontrol_tabs li.tabs { padding-left: 5px;

  padding-right: 5px; font-size: 0.8em; }

  

  /*.tabcontrol_tabs { background:none};*/





}



@media screen and (max-width: 260px) {



.tabcontrol_tabs li.tabs { padding-left: 5px;

  padding-right: 5px; font-size: 0.75em; }

  

 .tabcontrol_tabs ul {border: none;

    }   

  

  /*.tabcontrol_tabs { background:none};*/





}



.tabcontrol_tabs li.selected { background: none;

  background-color: #523600; 

  /*background: -webkit-linear-gradient(#523600, #8E5102);

    background: -moz-linear-gradient(#523600, #8E5102);

    background: -o-linear-gradient(#523600, #8E5102);

  background: linear-gradient(#523600, #8E5102);*/

  background: -webkit-linear-gradient(#6B4700, #B76801);

    background: -moz-linear-gradient(#6B4700, #B76801);

    background: -o-linear-gradient(#6B4700, #B76801);

    background: linear-gradient(#6B4700, #B76801);/*#8C5000;*/ /*#393838;*/ /*#A04503;*/ /*#6B3A02;*/ /*#8C4D04;*/ /*background-color: #353535;*/ color: #fff; /*background: url("../../files/Bilder/bg5.png") repeat left top;*/ }



.tabcontrol_panes { /*padding: 20px;*/ padding-top: 3%;/*border: 1px solid #ccc;*/ clear: both;}



.tabcontrol_panes .panes {}











#mobile-icon2 a {

    text-decoration:none;

    padding-top: 11px;

  padding-bottom: 11px;

}



/*#mobile-facebook a {

    text-decoration:none;

}

#mobile-twitter a {

    text-decoration:none;

}*/



#mobile-icon a {

    text-decoration:none;

    z-index: 1030;

    position: absolute;

    right: 0;

    top: 0;

    width: 40px;

     height: 40px;

}



.news-image-teaser h2 {

    font-size: 1.2em;

    font-weight: bold;

    margin-right: 75px;

    margin-bottom: 14px;

    margin-top: 0;

}



.main-content h1 {

   font-size: 1.2em;

   margin-top:0;

   margin-top: 0.40em;

  color: #222F3C;

  position:relative;

  padding-bottom:5px;

  line-height: 1.0;

}



.image_container a:hover:after, .image_container a:focus:after {



    background: #EE982A;

    background: #D67700;

}



a:hover .teaser-boxes-item-image:after, a:focus .teaser-boxes-item-image:after {

    background: #EE982A;

    background: #D67700;

}



h1#news-team {

    font-size: 1.35em;

}



.mod_newsreader {



    background: url("../../files/Bilder/back_logo_long.jpg") repeat left top;

    background-size: cover;

    /*background: url("../../files/Bilder/bg4.png") repeat left top; 

    background-size: contain;*/

    

    padding: 3%;  

    padding-top: 4%;

   /* margin-top: 3%;*/

    margin-top: 10px;

    margin-bottom: 3%;

    overflow: overlay;

    position: relative;



}





.layout_full time {

	position: absolute;

	/**top: 0.19444em;*/

	/*left: 0;*/

	/*width: 9.375%;*/

    top: 15px;

    /*right: 15px;*/

    /*padding: 5px 20px 5px 20px; 2,65*/

    /*top: 1%;*/

    right: 3%;

    padding: 0.9% 20px 0.9% 20px;

	border: 1px solid #dedede;

	font-size: 1.3em;

	font-weight: 600;

	line-height: 1;

	color: #8a8a8a;

	text-align: center;

	background: white;

	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));

	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));

	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));

	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

}







.layout_full time b {

	display: block;

	margin: -0.19048em 0 0.2381em;

	font-size: 0.58333em;

	font-weight: inherit;

	text-transform: uppercase;

}

.layout_full i {

	display: none;

}





.layout_full h1 {

    font-size: 1.2em;

    font-weight: bold;

    margin-right: 75px;

    margin-bottom: 14px;

    margin-top: 0;

   /* color: #0788ca;

    color: #CA6607;

    color: #CD5E12;

    color: #d07000;

    color: #c77000;*/

    color: #D67700;

    

  padding: 0 0 0.3125em;

  border-bottom: 1px solid #dedede;

   line-height: 1.1875;

}



.mod_newslist hr {

    margin: 0.2em 0 0.5em 0;

    height: 2px;

}



.headline h1 {







    font-size: 1.8em;

    /*color: #222F3C;*/

    position: relative;

    padding-bottom: 5px;

    line-height: 1.0;

    font-weight: bold;

    margin-top: 0.75em;

  margin-bottom: 0.39em;

  overflow:hidden;

  

  /*color: #E5E7EA;*/

  color: #fff;

  

  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 5px 7px rgba(0, 0, 0, .3); 

    border-top: 1px solid #dedede;

    border-left: 1px solid #dedede;

    border-right: 1px solid #dedede;

    background-color: #c77000; /*#d07000;*/ /*#D67700;*/ /*#CD5E12;*/

   /* background: -webkit-linear-gradient(#EA8602, #8C5000);

    background: -moz-linear-gradient(#EA8602, #8C5000);

    background: -o-linear-gradient(#EA8602, #8C5000);

    background: linear-gradient(#EA8602, #8C5000);*/

   /* background: -webkit-linear-gradient(#F19A03, #BF6D02);

    background: -moz-linear-gradient(#F19A03, #BF6D02);

    background: -o-linear-gradient(#F19A03, #BF6D02);

    background: linear-gradient(#F19A03, #BF6D02);*/

    background: -webkit-linear-gradient(#F39e2b, #Bb6423);

    background: -moz-linear-gradient(#F39e2b, #Bb6423);

    background: -o-linear-gradient(#F39e2b, #Bb6423);

    background: linear-gradient(#F39e2b, #Bb6423);

    padding: 5px;

    padding-left: 10px;

    padding-bottom: 8px;

    font-size: 1.4em;

    

}



.pagination li {

    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    -goog-ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, .3);

    box-shadow: 5px 7px 7px rgba(0, 0, 0, .3);

}



/*AD0A0A*/ /*D2D2C5;*/  /*D9DBDD*/ /*farbe F86C0B F77208;*/



.page-header .headline h1 {



    display:none;

    

}









.headline h1:after {

  content: "";

  width: 100%;

  height: 2px;

  background: url("../../files/Bilder/back_logo_long.jpg") repeat-x left top;

  position: absolute;

  bottom: 0;

  left: 0;

  

 

}









p.back {



    margin-top: 0;

    

}









.bg_general-sidebar-left .main-content {

	float: right;

	margin-right: 3%;

	margin-left: 0;

    width: 63%;

}



.sidebar {

	position: relative;

	float: right;

	width: 28%; /*32.14286%*/

	margin: 0 0 3% 0;

}



.sidebar img {

    max-width: 100%;



}



.bg_general-sidebar-left .sidebar {

	float: left;

	margin-right: 0;

	margin-left: 3%;

   

}



.sidebar h3 {

    margin-top: 0;

    margin-bottom: 0.3em;

    font-weight: bold;

    line-height: 1.1875;

    font-size: 1.2em;



}











@media screen and (min-width: 731px) {

/*	#logo_small {

		display: none;

	}

    #logo_big  {

		display: block;

	}  */  

    #header-navigation {

      display: block;

    

    }

    

    #mobile-icon {

      display: none;

    

    }

    #mobile-icon2 {

      display: none;

    

    }

}



    #logo_small {

		display: none;

	}

    #logo_big  {

		display: block;

	}    



/*@media screen and (min-width: 600px) {

	#logo_small {

		display: none;

	}

    #logo_big  {

		display: block;

	}    

   

}*/





@media screen and (max-width: 730px) {

/*		#logo_small {

		display: block;

        overflow: hidden;

        width: 750px;

	}

    #logo_small img {

		

        margin-top: 40px;

        margin-bottom: -7px;

        

	}

    #logo_big  {

		display: none;

	}    */

    

    #logo_big img {

       /* border-top: 1px solid #ADADAD; background: linear-gradient(#6B4701, #AB7000);  background: linear-gradient(#D47A03, #8C5000);

       background: linear-gradient(#EA8602, #8C5000);  background: linear-gradient(#B36602, #714102);  background: linear-gradient(#523600, #8E5102);*/

    }

    

    #header-navigation {

      display: none;

    

    }

    

    .main-navigation-wrapper {

  

        border: none;

    }

    

    #mobile-icon {

      display: block;

      position: fixed;

     

      padding-right: 0;

      top: 0;

      z-index: 1030;

      width: 40px;

    height: 40px;

    }

    

    #mobile-icon2 {

      display: block;

      position: fixed;

     

      padding-right: 45px;

      text-decoration:none;

      

      top: 0;

      background: url("../../files/Bilder/bg_head.jpg") no-repeat left top;

      /*background-size: contain;*/

      /*background: url("../../files/Bilder/bg1.jpg") no-repeat left top;*/

      background-size: cover;

      

      height: 40px;

      width: 100%;

      z-index: 1030;

      padding-top: 10px;

      text-align: right;

    

    }

    

    

    

    .mm-list a.mm-subopen {

    width:100%;

    

    }

    

    .header-navigation {

      /*display: none;*/

      padding-right: 45px;

      position: absolute;

      right:0px;

    

    }

    

    

    

    .page-header {

       /* background: url("../../files/Bilder/logo.jpg") no-repeat left top;*/

        

    }

    

    .main-navigatio {

		display: none;

	}

  

}





@media screen and (max-width: 599px) {

	/*	#logo_small {

		display: block;

        overflow: hidden;

        width: 600px;

	}

    #logo_small img {

		

        margin-top: 40px;

        margin-bottom: -7px;

        

	}

    #logo_big  {

		display: none; #A25F08   #A96002  #BB6B03  #D07704  #D27703 #D07603  #D67700 #C77511  #D27A10

	}    */

    

    #logo_big img {

        margin-top: 40px;

        margin-bottom: -7px;

        

    

    }

    

}







.even {

    background-color: #fafafa;



}



#medien .even {

      background: none;



}



.ce_photoalbums2 .even{



    background: none;

}



table th {



    background:none;



}



#trainingszeiten caption {



    text-align:left;

    margin-bottom: 10px;

    font-weight:bold;

    font-size:1.1em;

}



@media screen and (max-width: 350px) {

     

    #trainingszeiten {

        font-size:14px;



    }

}



@media screen and (max-width: 310px) {

     

    #trainingszeiten {

        font-size:13px;

        overflow-x:scroll;



    }

}



/*#team {

    -moz-hyphens: auto;

   -o-hyphens: auto; 

   -webkit-hyphens: auto;

   -ms-hyphens: auto;

   hyphens: auto;

}*/



#team table th {



    background:none;



}



#team .col_0, #team .head_0 {



    text-align: center;

    max-width:25px;

}



#trainer .col_0 {



    width: 15%;

}



.ce_table caption {

  text-align: left;

  margin-bottom: 10px;

  font-weight: bold;

  font-size: 1.1em;

}



#team caption {



    text-align:left;

    margin-bottom: 10px;

    font-weight:bold;

    font-size:1.1em;

}



#trainer caption {

  text-align: left;

  margin-bottom: 10px;

  font-weight: bold;

  font-size: 1.1em;

}



#trainerliste caption {

  text-align: left;

  margin-bottom: 10px;

  font-weight: bold;

  font-size: 1.1em;

}







#trainerliste .col_0, #trainerliste .head_0 {

    width: 46%;  

}



#trainerliste .col_1, #trainerliste .head_1 {

    width: 30%;  

}



#trainerliste .col_2, #trainerliste .head_2 {

    width: 24%; 

}



#vorstand .col_0, #vorstand .head_0 {

    width: 32%;  

}



#vorstand .col_1, #vorstand .head_1 {

    width: 50%;  

}



#vorstand .col_2, #vorstand .head_2 {

    width: 18%; 

    min-width: 45px;

}



.image_container.float_right, .image_container.float_left {

    

   /* width: 53.75% !important;*/

}



.layout_full .image_container img {

    display: block;

    /* width: 100%; */

    height: auto;

    /*max-height: 530px;*/

    max-width:100%;

    width: auto;

    /*    overflow: hidden;*/

        width: 100%;

}



@media screen and (max-width: 599px) {

     

    #team {

        font-size:13px;



    }

    #trainer {

        font-size:13px;



    }

    

    .image_container.float_right, .image_container.float_left

    {

        margin:0;

    }

    

    .layout_full .image_container img {

    

    max-height: 620px; 

    width: auto;

    width: 100%;

    }

}



@media screen and (max-width: 360px) {

    .layout_full .image_container img {

    

    max-height: 620px; 

    width: auto;

    width: 100%;

    }     

   

}





@media screen and (max-width: 399px) {

     

    #team {

       /* font-size:12px;*/



    }

    #trainer {

        /*font-size:12px;*/



    }

    

    /*#team .col_4, #team .head_4 {



        display:none;

    }*/

    

    /*.herren1 .col_4, .herren1 .head_4 {



        display:none;

    }*/

}



@media screen and (max-width: 315px) {

     

    #vorstand {

        font-size:13px;



    }

}



@media screen and (max-width: 280px) {

     

    #vorstand, #trainerliste {

        overflow-x:scroll;

        font-size:13px;



    }

}







@media screen and (max-width: 299px) {

     

    #team {

        overflow-x:scroll;



    }

    #trainer {

        overflow-x:scroll;



    }

}



#partner .teaser-boxes-item {

    font-size: 1.0em;

    color: #000;

    

}



#schulen .ce_text{

    font-size: 0.8888889em;

    color: #000;

    

}



#partner .teaser-boxes-item p {

    margin: 0;

}



#archiv .teaser-boxes-item {

    font-size: 1.0em;

    color: #000;

    

}



#archiv .teaser-boxes-item p {

    margin: 0;

}



#archiv .bg-column {

    margin-top: 0;

    margin-bottom: 0.5em;

}



#archiv section.teaser-boxes {

    margin-bottom: 1.0em;



}



#partner p {

    margin-top: 0.3em;

    margin-bottom: 0.9em;

}



#partner .bg-column {

    margin-top: 2.25%;

}



@media screen and (max-width: 900px) {



    #partner .bg-column {

        margin-top: 2.25%;

    }

}



@media screen and (max-width: 599px) {



    #partner .bg-column, #partner .bg_general-fullwidth .bg-column {

         margin-top: 0; 

    }

    

    

}



@media screen and (max-width: 599px) {



    #partner .bg-column.-medium-first-row, #partner .bg_general-fullwidth .bg-column.-medium-first-row {

        margin-top: 0;

        margin-bottom:0;

    }

    

    #partner .teaser-boxes-item-image {

        

        margin: 1.6em 0 0.5em;

    }

    

    #partner .-small-first-row .teaser-boxes-item-image {

        margin: 0.5em 0 0.5em;

    }

    

    #partner .teaser-boxes-item-image img {

        max-width:326px;

    

    }

}

#team .teaser-boxes h1 {

  text-align: left;

  margin-bottom: 10px;

  font-weight: bold;

  font-size: 1.1em;
  
  border:none;
  
  letter-spacing: normal;
  
  text-transform: none;

}



#team .bg-column {

    margin-top: 2.25%;
    margin-right: 3.25%;

}

#team .bg-column.-large-col-3-1 {
    width: 31.16667%;
}

#team .bg-column.-large-last {

    margin-right: -5px;

}

#team .teaser-boxes-item h3 {

 
  font-weight: normal;
  margin-bottom: 5px;

  font-size: 20px;
  color: #000;

}



@media screen and (max-width: 900px) {



    #team .bg-column {

        margin-top: 2.25%;
        

    }

    #team .bg-column.-medium-col-3-1 {
        width: 31.16667%;
    }
    
    #team .bg-column.-large-last {

        margin-right: 3.25%;

    }
    
    #team .bg-column.-medium-last {

    margin-right: -5px;

    }

}

       

@media screen and (max-width: 599px) {



    #team .bg-column, #team .bg_general-fullwidth .bg-column {

         margin-top: 0; 

    }
    
    #team .bg-column {

        margin-top: 2.25%;
        margin-right: 3.25%;

    }

    #team .bg-column.-small-col-2-1 {
        width: 48.375%;
    }
    
    #team .teaser-boxes-item h3 {

        font-size: 15px;
 
    }
    
    #team .bg-column.-medium-last {

        margin-right: 3.25%;

    }
    
     #team .bg-column.-small-last {

    margin-right: -5px;

    }


    

    

}







.tab_center {

    text-align: center;

}



#tabelle_team_mobile {

    

    font-size:14px;

}







@media screen and (max-width: 380px) {



	#tabelle_team_mobile {font-size:13px;}

  

}



@media screen and (max-width: 299px) {



	#tabelle_team_mobile {font-size:11px;}

    #games_mobile {font-size:12px;}

    #gamesteam_mobile {font-size:12px;}

  

}



#tabelle_team {

    font-size: 16px;

}



#statistik_team {

    font-size: 16px;

}



@media screen and (max-width: 1180px) {

    #statistik_team {

        font-size: 15px;

    }

  

}



@media screen and (max-width: 1080px) {

    #statistik_team {

        font-size: 13px;

    }

  

}



@media screen and (max-width: 950px) {

    #statistik_team {

        font-size: 12px;

    }

  

}



@media screen and (max-width: 899px) {

    #statistik_team {

        font-size: 14px;

    }

  

}



@media screen and (max-width: 700px) {

    #statistik_team {

        font-size: 12px;

    }

  

}



@media screen and (max-width: 599px) {

    #statistik_team {

        overflow-x: scroll;

    }

    

   

  

}



#tabelle_team_mobile table {



    margin-top: 0.33333em;

}



#tabelle_team table th, #tabelle_team table td {



    

       /* border: none;

        border-bottom: 1px solid #e8e8e8;

        padding-left: 0;

        padding-right: 0;*/

    



}



@media screen and (max-width: 1150px) {

	#games {

		font-size: 15px;

	}  

    

    #gamesteam {

		font-size: 15px;

	}  

  

}



@media screen and (max-width: 1000px) {

	#games {

		font-size: 14px;

	}  

    

    #gamesteam {

		font-size: 14px;

	}  

  

}



@media screen and (max-width: 950px) {

	#games {

		/*font-size: 15px;*/

	}  

    

    .main-navigatio {

		margin-right: 0;

		font-size: 0.885em;

	}  

}



@media screen and (max-width: 900px) {



    .bg_general-fullwidth .main-content {



    margin: 3%;



    }

    

    .bg_general-sidebar-left .main-content {

	float: none;

	margin-right: 3%;

	margin-left: 3%;

    width: auto;

    }

    

    .sidebar {

		float: none;

		clear: both;

		width: auto;

		margin-right: 3%;

		margin-left: 3%;

	}



.bg_general-sidebar-left .sidebar {

		float: none;

		margin-right: 3%;

		margin-left: 3%;

        width: auto;

	}

    

    .blockcontent {

      width: 48.5%;

      /*float: left;*/

      padding: 3%;

      margin-bottom: 3%;

    }

    

    .dunk {

      width: 48.5%;

      /*float: left;*/

      padding: 4%;

      margin-bottom: 3%;

    }

    

        

    .sidebar .newsletter-box {

        padding: 3.75%;

        margin-bottom: 3%;

    

    }

    

    .mod_cameraslideshow_show {

    display: table;

  

     width:100%;

     /*width: 48.5%;*/

      /*float: left;*/

      /*padding: 3%;*/

      margin-bottom: 3%;

}



    .camera_wrap img {

  

  

        padding: 3%;

    }



    /*.headline {

        width:48.5%;

        

    }*/

    

    .f_right {

        float:right;

        width: 48.5%;

        margin-bottom: 3%;

    

    }

    

    .f_right .blockcontent, .f_right .dunk

    {

        width:100%;

    }

    

    .f_right .headline

    {

        width:100%;

    }

    

    .f_left {

        float:left;

        width: 48.5%;

        margin-bottom: 3%;

    

    }

    

    .f_left .blockcontent, .f_left .dunk

    {

        width:100%;

    }

    

    .f_left .headline

    {

        width:100%;

    }

    

    input[type="checkbox"], input[type="radio"], input[type="image"] {

        width: 23px !important;

        height: 30px !important;

 

        }

        

    /*.sidebar h1 {

        max-width: 45.5%;

    

    }*/



	

}











@media screen and (max-width: 899px) {

	#games_mobile {

		display: block;

	}

    #games  {

		display: none;

	}

 

}



@media screen and (max-width: 820px) {

  

    .main-navigatio {

		margin-right: 0;

		/*font-size: 0.75333em;*/

        font-size: 0.795em;

	} 

    

    .main-content .mod_article .news-image-teaser img {



    /*float: none;

    max-width: 320px;

    margin-right: 0;*/



    }     

}



@media screen and (max-width: 640px) {

  

    .main-navigatio {

		margin-right: 0;

		font-size: 0.72333em;

	} 



}







@media screen and (max-width: 599px) {



    #gamesteam_mobile {

		display: block;

	}

    #gamesteam  {

		display: none;

	}

    

    #tabelle_team_mobile {

    

    display: block;

    }

    

    #tabelle_team {

    

    display: none;

    }

    

    body {

    background: none;

    

    }

    

    .page-header {

     /*  background: url("../../files/Bilder/bg-sgbbm.jpg") repeat left top;*/

    }



    

    .main-content .mod_article .news-image-teaser img {



    float: none;

    /*max-width: 320px;*/

    margin-right: 0;

    margin-bottom:6px;

    



    }     

    

    .layout_full time {

	

    top: 10px;

    }

    

    

    input[type="checkbox"], input[type="radio"], input[type="image"] {

        width: 30px !important;

        height: 40px !important;

 

        }

        

    .blockcontent {

      width: auto;

      float:none;

      /*padding:3%;*/

    }   

    

    .dunk {

      width: auto;

      float:none;

      font-size:15px;

      /*padding:3%;*/

    }  

    

    .sidebar .newsletter-box {

        padding: 3.75%;

    

    }

    

    

    .main-content button, .main-content input[type="submit"] {

        width: auto;

    }

    

    

    .mod_cameraslideshow_show {

        display: table;

  

        width:100%;

     

      float: none;

      

    }

    

    .headline {

        width:100%;

        

    }

    

    .f_right {

        float:none;

        width:100%;

        margin-bottom: 0;

        max-width: 342px;

    

    }

    

    .f_left {

        float:none;

        width:100%;

        margin-bottom: 0;

        max-width: 342px;

    

    }

    

    

    

    .sidebar img {

        

        max-width: 320px;

    }

    

    .camera_wrap img {

  

      max-width: 100%;

      padding: 3%;

    }

    

    /*.sidebar h1 {

        max-width: 100%;

    

    }*/

    

    .page-footer {

  

    background: url("../../files/Bilder/bg95.jpg") repeat-y left top;

    background-size: cover;

    } 

    

    body {

        background:none;

    

    }

    

    .vorschau_team {

        font-size: 17px;

   

    }

}



@media screen and (max-width: 399px) {



    .sidebar img {

        max-width: 100%;

        

    }

}





@media screen and (min-width: 900px) {

	#games_mobile {

		display: none;

	}

    #games {

		display: block;

	}    

}



@media screen and (min-width: 600px) {

	#gamesteam_mobile {

		display: none;

	}

    #gamesteam {

		display: block;

	}  

    #tabelle_team_mobile {

    

    display: none;

    }

    

    #tabelle_team {

    

    display: block;

    }  

}







.header-navigation a.icon-facebook,

.header-navigation li > span.icon-facebook {

	overflow: hidden;

	text-indent: -99em;

	line-height: 0;

    color:transparent;

}

.header-navigation a.icon-facebook:before,

.header-navigation li > span.icon-facebook:before {

	font: 1.25em/1 "Misc Icons";

	content: "\e075";

      color: white;

	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;

	text-rendering: geometricPrecision;

	text-indent: 0;

	display: inline-block;

	position: relative;

	line-height: 1;

	display: inline-block;

}



.mm-menu a.icon-facebook,

.mm-menu li > span.icon-facebook {

	overflow: hidden;

	/*text-indent: -99em;

	line-height: 0;*/

    color:transparent;

}



.mm-menu a.icon-facebook:before,

.mm-menu-navigation li > span.icon-facebook:before {

	font: 1.25em/1 "Misc Icons";

	content: "\e075";

      color: white;

      color: inherit;

        color: silver;

	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;

	text-rendering: geometricPrecision;

	text-indent: 0;

	display: inline-block;

	position: relative;

	line-height: 1;

	display: inline-block;

}





.header-navigation .icon-facebook:before {

	content: "";

 

}



.header-navigation .icon-pinnwand:before {

	content: "";

 

}





.header-navigation a.icon-twitter,

.header-navigation li > span.icon-twitter {

	overflow: hidden;

	text-indent: -99em;

	line-height: 0;

    color:transparent;

}





.header-navigation a.icon-twitter:before,

.header-navigation li > span.icon-twitter:before {

	font: 1.25em/1 "Misc Icons";

	content: "\e132";

      color: white;

	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;

	text-rendering: geometricPrecision;

	text-indent: 0;

	display: inline-block;

	position: relative;

	line-height: 1;

	display: inline-block;

}



.mm-menu a.icon-twitter,

.mm-menu li > span.icon-twitter {

	overflow: hidden;

	/*text-indent: -99em;

	line-height: 0;*/

    color:transparent;

}



.mm-menu a.icon-twitter:before,

.mm-menu li > span.icon-twitter:before {

	font: 1.25em/1 "Misc Icons";

	content: "\e132";

      color: white;

      color: inherit;

        color: silver;

	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;

	text-rendering: geometricPrecision;

	text-indent: 0;

	display: inline-block;

	position: relative;

	line-height: 1;

	display: inline-block;

}



.mm-list > li > a, .mm-list > li > span {

    color: silver;

    

}



.mm-menu.mm-black .mm-list > li > a.mm-subclose {

  background: rgba(255, 255, 255, 0.18);

  /* color: rgba(255, 255, 255, 0.3); */

  color: silver;

}   



.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.14);

}



.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {

  

  border-color: silver;

}



#mobile-facebook {

      display: block;

      position: fixed;

     

      padding-right: 45px;

      text-decoration:none;

      

      top: 0;

      /*background: url("../../files/Bilder/bg1.jpg") no-repeat left top;*/

      background-size: cover;

      height: 40px;

      width: 100%;

      z-index: 1030;

      padding-top: 10px;

      text-align: right;

    

    }



.icon-menu:before {

  

  

  font: 1.7em/1 "Misc Icons"; /*3.8 1.7*/

  content: "\e06f";

  -webkit-font-smoothing: antialiased;

  font-smoothing: antialiased;

  text-rendering: geometricPrecision;

  text-indent: 0;

  display: inline-block;

  position: relative;

  

  display: block;

  

  padding:8px;

 

}







.invisible {

  border: 0;

  clip: rect(0 0 0 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px;

}







.sponsor {

    display:none;

}



.ce_share {

    margin: 10px 0;



}





@media print  {



.ce_share {



    display:none;

}





#mobile-icon2, #mobile-icon {



    display:none;

}



.headline h1, .mod_newsslideshow, .tabcontrol_tabs, .sidebar .newsletter-box, .pagination li, .main-content .mod_article, .main-content .mod_article, .blockcontent, .dunk, .mod_cameraslideshow_show, .main-navigatio, .main-content .mod_article .news-image-teaser{

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    -goog-ms-box-shadow: none;

    box-shadow: none;

}



.mod_cameraslideshow_show {

    display: none;

}





.sponsor {

    display:block;

}



.main-navigatio {

    font-size:13px;



}



.tabcontrol_tabs li.tabs {

    padding-left:13px;

    padding-right:13px;

}



}








