@import url("http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,200");
/*
Style 1
*/
/* font */
/* module color gradients */
/* font color */
/* font hover color */
/* font size */
/* line height  */
/* border color */
/* border strength */
/* border style */
/* gap size */
/* background color */
/*

Theme Name: Favourite
Theme URL: http://demo.favthemes.com/favourite/
Description: Responsive and Customizable Joomla! Template 
Author: FavThemes
Author URI: http://www.favthemes.com
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html



/* 1. GENERAL CSS  
--------------------------------------------------------------------------------------------------------------------- */
/* line 17, ../sass/_template.scss */
* {
  box-sizing: border-box;
} 

/* line 22, ../sass/_template.scss */
body {
  line-height: 1.5;
}

/* line 29, ../sass/_template.scss */
a {
  text-decoration: none;
}

/* 1.1 Reset */
/* line 38, ../sass/_template.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 45, ../sass/_template.scss */
html, body, div {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 53, ../sass/_template.scss */
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 59, ../sass/_template.scss */
a:hover, a:active {
  outline: 0;
}

/* line 65, ../sass/_template.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 73, ../sass/_template.scss */
sup {
  top: -0.5em;
}

/* line 78, ../sass/_template.scss */
sub {
  bottom: -0.25em;
}

/* line 83, ../sass/_template.scss */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../sass/_template.scss */
hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid white;
}

/* line 99, ../sass/_template.scss */
strong {
  font-weight: bold;
}

/* line 104, ../sass/_template.scss */
em {
  font-style: italic;
}

/* line 109, ../sass/_template.scss */
abbr {
  font-size: 90%;
  cursor: help;
}

/* line 115, ../sass/_template.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* Removes scrollbar in IE */
/* line 121, ../sass/_template.scss */
address {
  display: block;
  margin-bottom: 1em;
  line-height: 1em;
  font-style: normal;
}

/* line 129, ../sass/_template.scss */
small {
  font-size: 100%;
}

/* line 134, ../sass/_template.scss */
cite {
  font-style: normal;
}

/* line 139, ../sass/_template.scss */
fieldset, img, iframe {
  border: 0;
}

/* line 144, ../sass/_template.scss */
ul, ol, dl, blockquote, pre, fieldset, figure, .custom {
  margin: 1.143em 0;
}

/* line 149, ../sass/_template.scss */
ul li {
  list-style: none;
}

/* 1.2 Clearfix */
/* line 158, ../sass/_template.scss */
.clearfix {
  *zoom: 1;
}

/* line 162, ../sass/_template.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 168, ../sass/_template.scss */
.clearfix:after {
  clear: both;
}

/* 1.3 Headings */
/* line 177, ../sass/_template.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 0.857em;
  text-rendering: optimizelegibility;
}

/* line 186, ../sass/_template.scss */
h1 {
  font-size: 1.5em;
}

/* line 191, ../sass/_template.scss */
h2 {
  font-size: 1.375em;
}

/* line 196, ../sass/_template.scss */
h3 {
  font-size: 1.25em;
}

/* line 201, ../sass/_template.scss */
h4 {
  font-size: 1.125em;
}

/* line 206, ../sass/_template.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
}

/* line 212, ../sass/_template.scss */
h6 {
  font-size: 1em;
}

/* 1.4 Paragraph */
/* line 221, ../sass/_template.scss */
p {
  margin: 0 0 1.143em 0;
}

/* 2. RESPONSIVE GRID  
--------------------------------------------------------------------------------------------------------------------- */
/* line 232, ../sass/_template.scss */
.container {
  padding-left: 4%;
  padding-right: 4%;
}

/* line 238, ../sass/_template.scss */
.row {
  width: 98%;
  max-width: 1020px;
  min-width: 727px;
  margin: 0 auto;
  *zoom: 1;
}

/* line 247, ../sass/_template.scss */
.row:before, .row:after {
  display: table;
  content: "";
}

/* line 252, ../sass/_template.scss */
.row:after {
  clear: both;
}

/* line 259, ../sass/_template.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  margin-left: 1.1%;
  margin-right: 1.1%;
  float: left;
  min-height: 1px;
}

/* line 268, ../sass/_template.scss */
.row .onecol {
  width: 6.14%;
}

/* line 273, ../sass/_template.scss */
.row .twocol {
  width: 14.4%;
}

/* line 278, ../sass/_template.scss */
.row .threecol {
  width: 22.84%;
}

/* line 283, ../sass/_template.scss */
.row .fourcol {
  width: 31.2%;
}

/* line 288, ../sass/_template.scss */
.row .fivecol {
  width: 39.44%;
}

/* line 293, ../sass/_template.scss */
.row .sixcol {
  width: 47.8%;
}

/* line 298, ../sass/_template.scss */
.row .sevencol {
  width: 56.24%;
}

/* line 303, ../sass/_template.scss */
.row .eightcol {
  width: 64.52%;
}

/* line 308, ../sass/_template.scss */
.row .ninecol {
  width: 72.86%;
}

/* line 313, ../sass/_template.scss */
.row .tencol {
  width: 81.2%;
}

/* line 318, ../sass/_template.scss */
.row .elevencol {
  width: 89.54%;
}

/* line 323, ../sass/_template.scss */
.row .twelvecol {
  width: 97.8%;
}

/* line 329, ../sass/_template.scss */
.last {
  margin-right: 0px;
}

/* IE Styles */
/* line 337, ../sass/_template.scss */
.lt-ie8 .onecol, .lt-ie8 .twocol, .lt-ie8 .threecol, .lt-ie8 .fourcol, .lt-ie8 .fivecol, .lt-ie8 .sixcol, .lt-ie8 .sevencol, .lt-ie8 .eightcol, .lt-ie8 .ninecol, .lt-ie8 .tencol, .lt-ie8 .elevencol, .lt-ie8 .twelvecol {
  margin-left: .92%;
  margin-right: .92%;
}

/* line 343, ../sass/_template.scss */
.lt-ie7 .container, .lt-ie7 .row {
  display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 354, ../sass/_template.scss */
  body {
    -webkit-text-size-adjust: none;
  }

  /* line 360, ../sass/_template.scss */
  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 371, ../sass/_template.scss */
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol,
  .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* 4. LAYOUT CSS
--------------------------------------------------------------------------------------------------------------------- */
/* 4.1 Logo --------------------------------------------------------------------------------------------------------- */
/* line 394, ../sass/_template.scss */
#logo {
  height: 56px;
  margin: 0.14em 0;
}

/* line 400, ../sass/_template.scss */
#logo img {
  opacity: 0.7;
}

/* line 405, ../sass/_template.scss */
#logo img:hover {
  opacity: 0.9;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 421, ../sass/_template.scss */
  #logo {
    text-align: center;
  }
}
/* 4.2 Header ------------------------------------------------------------------------------------------------------- */
/* line 434, ../sass/_template.scss */
#header {
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 448, ../sass/_template.scss */
  #header {
    margin: 2.5em 0 1.5em;
    border: none;
    padding: 0;
  }
}
@media handheld, only screen and (max-width: 480px) {
  /* line 463, ../sass/_template.scss */
  #header {
    margin: 2em 0 1em;
    border: none;
    padding: 0;
  }
}
/* 4.3 Main divs ----------------------------------------------------------------------------------------------------- */
/* line 478, ../sass/_template.scss */
#container {
  border-top: 10px solid black;
}

/* line 483, ../sass/_template.scss */
#advertwrap h3 {
  margin-top: 1em;
}

/* line 488, ../sass/_template.scss */
#advert .moduletable {
  margin: 0;
}

/* line 493, ../sass/_template.scss */
#breadcrumbs {
  margin-bottom: 1.5em;
}

/* line 498, ../sass/_template.scss */
#maincontent ul {
  padding: 0 10px;
}

/* line 503, ../sass/_template.scss */
#maincontent ul li {
  padding-left: 1.4em;
  line-height: 1.8em;
}

/* line 509, ../sass/_template.scss */
#maincontent ul.actions {
  padding: 0;
}

/* line 514, ../sass/_template.scss */
#maincontent ul.actions li {
  background: none;
  padding-left: 0;
  line-height: 0;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 527, ../sass/_template.scss */
  #container {
    border-top: none;
  }
}
/* 4.4 Topnav -------------------------------------------------------------------------------------------------------- */
/* line 541, ../sass/_template.scss */
#topnav .moduletable {
  float: left;
  margin: 0;
}

/* line 547, ../sass/_template.scss */
#topnav .moduletable h3 {
  margin-top: 1em;
}

/* line 552, ../sass/_template.scss */
#topnav .moduletable p {
  margin-bottom: 1em;
}

/* line 557, ../sass/_template.scss */
#topnav .moduletable p img, #topnav .moduletable img {
  vertical-align: middle;
}

/* line 563, ../sass/_template.scss */
#topnav .moduletable .menu li {
  background: none;
  padding-left: 0;
}

/* line 569, ../sass/_template.scss */
#topnav ul {
  margin: 0;
  padding: 0;
}

/* line 575, ../sass/_template.scss */
#topnav ul li {
  float: left;
  list-style: none;
  font-size: 0.8em;
}

/* line 582, ../sass/_template.scss */
#topnav ul li a {
  display: block;
  padding: 0 10px;
  margin: 0 0 0 20px;
  line-height: 2.6em;
}

/* line 590, ../sass/_template.scss */
#topnav ul li.active a, #topnav ul li a:hover, #topnav ul li:hover a, #topnav ul li.sfHover a {
  text-decoration: none;
}

/* line 595, ../sass/_template.scss */
#topnav1 .moduletable {
  float: left;
}

/* line 600, ../sass/_template.scss */
#topnav2 .moduletable {
  float: right;
}

/* Topnav Mobile */
/* line 609, ../sass/_template.scss */
#topnav1-mobile .moduletable, #topnav2-mobile .moduletable {
  overflow: hidden;
}

/* line 614, ../sass/_template.scss */
#topnav1-mobile .moduletable h3, #topnav2-mobile .moduletable h3 {
  padding: 10px 17px;
  margin: 10px 0 15px 0;
}

/* line 620, ../sass/_template.scss */
#topnav1-mobile .moduletable .menu li, #topnav2-mobile .moduletable .menu li {
  background: none;
  padding-left: 0;
}

/* line 626, ../sass/_template.scss */
#topnav1-mobile .moduletable ul, #topnav2-mobile ul {
  margin: 1em 0 0;
  padding: 0;
}

/* line 632, ../sass/_template.scss */
#topnav1-mobile ul li, #topnav2-mobile ul li {
  float: left;
  list-style: none;
  font-size: 0.8em;
}

/* line 639, ../sass/_template.scss */
#topnav1-mobile ul li a, #topnav2-mobile ul li a {
  display: block;
  padding: 0.5em 1em;
  margin: 0 1em 0 0;
  line-height: 1.5em;
  text-align: center;
}

/* line 649, ../sass/_template.scss */
#topnav1-mobile ul li.active a, #topnav1-mobile ul li a:hover, #topnav1-mobile ul li:hover a, #topnav1-mobile ul li.sfHover a,
#topnav2-mobile ul li.active a, #topnav2-mobile ul li a:hover, #topnav2-mobile ul li:hover a, #topnav2-mobile ul li.sfHover a {
  text-decoration: none;
}

/* line 655, ../sass/_template.scss */
.lt-ie9 #topnav1-mobile, .lt-ie9 #topnav2-mobile {
  display: none;
}

@media (min-width: 768px) {
  /* line 664, ../sass/_template.scss */
  #topnav1-mobile, #topnav2-mobile {
    display: none;
  }
}
/* Date */
/* line 676, ../sass/_template.scss */
#showdate {
  font-size: 0.8em;
  line-height: 2.6em;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 688, ../sass/_template.scss */
  #topnav, #topnav ul, #topnavwrap.container {
    display: none;
  }
}
/* 4.5 Main navigation ----------------------------------------------------------------------------------------------- */
/* line 701, ../sass/_template.scss */
#nav {
  z-index: 100;
  position: relative;
  margin-top: 2px;
  margin-bottom: 10px;
  height: 2.5em;
  float: right;
}

/* line 711, ../sass/_template.scss */
#nav .moduletable {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  overflow: visible;
}

/* line 720, ../sass/_template.scss */
#nav .moduletable .menu li {
  background: none;
}

/* line 725, ../sass/_template.scss */
#nav ul {
  margin: 0;
  padding: 0;
  float: right;
}

/* line 732, ../sass/_template.scss */
#nav ul li {
  float: left;
  list-style: none;
  height: 2.5em;
  position: relative;
}

/* line 740, ../sass/_template.scss */
#nav ul li a {
  display: block;
  padding: 0 10px;
  margin: 0 0 0 20px;
  line-height: 3.3em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 753, ../sass/_template.scss */
#nav ul li.active a, #nav ul li a:hover, #nav ul li:hover a, #nav ul li.sfHover a {
  text-decoration: none;
}

/* line 758, ../sass/_template.scss */
.lt-ie8 #nav {
  float: none;
}

/* Subnav */
/* line 766, ../sass/_template.scss */
#nav li ul {
  border: 1px solid #bbbbbb;
  border-bottom: none;
  width: 210px;
  position: absolute;
  left: -999em;
}

/* line 775, ../sass/_template.scss */
#nav li ul ul {
  margin: -38px 0 0 210px;
}

/* line 780, ../sass/_template.scss */
#nav li:hover ul, #nav li.sfHover ul {
  left: 0px;
}

/* line 785, ../sass/_template.scss */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {
  left: -999em;
}

/* line 790, ../sass/_template.scss */
#nav li li {
  padding: 0;
  height: auto;
  width: 210px;
  border-left: none;
}

/* line 798, ../sass/_template.scss */
#nav li li a, #nav li li.active a, #nav li li a:hover {
  height: 36px;
  line-height: 1;
  border-bottom: 1px solid #bbbbbb;
  margin: 0;
  padding-left: 20px;
}

/* line 807, ../sass/_template.scss */
#nav li li.active a, #nav li li li.active a, #nav li li li li.active a, #nav li li li li li.active a, #nav li li a:hover, #nav li li li a:hover, #nav li li li li a:hover, #nav li li li li li a:hover {
  margin-right: 0;
}

/* line 812, ../sass/_template.scss */
#nav li li a, #nav li.active li a {
  font-weight: normal;
}

/* line 817, ../sass/_template.scss */
#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {
  left: 0;
}

/* line 822, ../sass/_template.scss */
#nav select {
  display: none;
}

/* line 827, ../sass/_template.scss */
.lt-ie8 #nav ul li li:hover, .lt-ie8 #nav ul li li.hover {
  position: static;
}

/* line 832, ../sass/_template.scss */
.lt-ie9 #navbar, .lt-ie9 #nav-mobile, .lt-ie9 #topnav-mobile, .lt-ie9 #backtotop-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1100px) {
  /* line 842, ../sass/_template.scss */
  #nav {
    margin-top: 8px;
  }

  /* line 847, ../sass/_template.scss */
  #nav ul li a {
    font-size: 1.0em;
    margin: 0 0 0 14px;
  }

  /* line 853, ../sass/_template.scss */
  #nav li li a, #nav li li.active a, #nav li li a:hover {
    padding-left: 14px;
  }

  /* line 858, ../sass/_template.scss */
  #nav ul li li a {
    margin: 0;
  }
}
@media (min-width: 768px) {
  /* line 871, ../sass/_template.scss */
  #navbar, #nav-mobile, #backtotop-mobile {
    display: none;
  }
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 886, ../sass/_template.scss */
  #nav, #nav ul {
    display: none;
  }

  /* line 892, ../sass/_template.scss */
  #navbar {
    margin-left: 4%;
    margin-right: 4%;
  }

  /* line 898, ../sass/_template.scss */
  a.nav-mobile {
    float: right;
    text-decoration: none;
    padding: 0 10px;
    margin: 8px;
    font-size: 0.8em;
    line-height: 2em;
    height: 2em;
  }

  /* line 913, ../sass/_template.scss */
  #nav-mobile {
    margin: 0 20px;
    padding: 0;
  }

  /* line 919, ../sass/_template.scss */
  #nav-mobile .moduletable {
    padding: 0;
  }

  /* line 924, ../sass/_template.scss */
  #nav-mobile ul {
    padding: 5px 0;
  }

  /* line 929, ../sass/_template.scss */
  #nav-mobile li a {
    display: block;
    padding: 0 0px;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
  }

  /* line 944, ../sass/_template.scss */
  #nav-mobile .moduletable ul li, #nav-mobile ul {
    background: none;
    padding: 0;
  }

  /* line 950, ../sass/_template.scss */
  #nav-mobile ul, ol {
    margin: 0;
  }

  /* line 956, ../sass/_template.scss */
  #nav-mobile ul ul, #nav-mobile ul ul ul, #nav-mobile ul ul ul ul {
    padding: 1px 0;
  }

  /* line 961, ../sass/_template.scss */
  #nav-mobile ul li li a {
    margin-left: 20px;
    padding-left: 20px;
  }

  /* line 967, ../sass/_template.scss */
  #nav-mobile ul li li li a {
    margin-left: 40px;
  }

  /* line 972, ../sass/_template.scss */
  #nav-mobile ul li li li li a {
    margin-left: 60px;
  }

  /* line 977, ../sass/_template.scss */
  #nav-mobile ul li li li li li a {
    margin-left: 80px;
  }

  /* line 983, ../sass/_template.scss */
  #backtotop-mobile {
    text-align: center;
    padding-top: 10px;
  }
}
/* 4.6 Slide -------------------------------------------------------------------------------------------------------- */
/* line 996, ../sass/_template.scss */
#slidewrap {
  margin-top: 1.5em;
}

/* line 1001, ../sass/_template.scss */
#slide .moduletable li {
  background: none;
}

/* line 1006, ../sass/_template.scss */
#slide .moduletable li ul {
  margin-bottom: 1em;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 1017, ../sass/_template.scss */
  #slidewrap {
    margin-top: 0;
  }

  /* line 1022, ../sass/_template.scss */
  #slide .moduletable li ul {
    margin-bottom: 0;
  }
}
/* 4.7 Intro -------------------------------------------------------------------------------------------------------- */
/* line 1035, ../sass/_template.scss */
#intro {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

/* line 1042, ../sass/_template.scss */
#intro p {
  font-size: 1.25em;
  text-align: center;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 1054, ../sass/_template.scss */
  #intro {
    border-top: 1px solid #cccccc;
    padding-bottom: 0;
  }

  /* line 1060, ../sass/_template.scss */
  #intro p {
    font-size: 1em;
  }
}
/* 4.8 Promo -------------------------------------------------------------------------------------------------------- */
/* line 1073, ../sass/_template.scss */
#promo p.hello {
  text-align: center;
  font-size: 3.125em;
  line-height: 1em;
  margin-bottom: 26px;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1085, ../sass/_template.scss */
  #promo p.hello {
    text-align: center;
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  /* line 1101, ../sass/_template.scss */
  #promo p.hello {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0;
  }
}
/* 4.9 Top -------------------------------------------------------------------------------------------------------- */
/* line 1117, ../sass/_template.scss */
#top {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1em 0 0.5em;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 1140, ../sass/_template.scss */
  #top {
    border-top: none;
    border-bottom: none;
  }
}
/* 4.10 Footer -------------------------------------------------------------------------------------------------------- */
/* line 1158, ../sass/_template.scss */
#footer .moduletable h3 {
  margin-top: 1em;
}

/* line 1163, ../sass/_template.scss */
#footer .moduletable li {
  background: none;
  padding-left: 0;
  padding-bottom: 10px;
}

/* line 1170, ../sass/_template.scss */
#footer .moduletable li a {
  font-size: 1em;
}

/* line 1179, ../sass/_template.scss */
#footer .moduletable a, #footer .moduletable p a {
  font-size: 1em;
}

/* 4.11 Copyright -------------------------------------------------------------------------------------------------------- */
/* line 1192, ../sass/_template.scss */
#copyright .moduletable {
  margin-top: 0.5em;
  margin-bottom: 0;
}

/* line 1198, ../sass/_template.scss */
#copyright .moduletable h3 {
  margin-top: 1em;
}

/* line 1203, ../sass/_template.scss */
#copyright .moduletable p {
  margin-bottom: 0;
}

/* line 1208, ../sass/_template.scss */
#copyright ul {
  float: right;
  margin: 0;
  padding: 1.2em 0 0;
}

/* line 1215, ../sass/_template.scss */
#copyright ul li {
  float: left;
  list-style: none;
  background: none;
}

/* line 1222, ../sass/_template.scss */
#copyright ul li a {
  display: block;
}

/* line 1227, ../sass/_template.scss */
#copyright ul li.active a, #copyright ul li a:hover, #copyright ul li:hover a, #copyright ul li.sfHover a {
  text-decoration: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 1238, ../sass/_template.scss */
  #copyright {
    margin-bottom: 4em;
  }

  /* line 1243, ../sass/_template.scss */
  #copyright .moduletable {
    text-align: center;
  }

  /* line 1248, ../sass/_template.scss */
  #copyright ul {
    float: none;
    margin: 0;
    padding: 0;
  }

  /* line 1255, ../sass/_template.scss */
  #copyright2 .moduletable, #copyright ul li {
    float: none;
    margin-top: 0;
    text-align: center;
  }
}
/* 4.12 Backtotop -------------------------------------------------------------------------------------------------------- */
/* line 1270, ../sass/_template.scss */
#backtotop {
  margin-top: 1.7em;
}

/* line 1275, ../sass/_template.scss */
#backtotop img {
  float: right;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  /* line 1286, ../sass/_template.scss */
  #backtotop {
    display: none;
  }
}
/* 4.13 Styles Module -------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  /* line 1302, ../sass/_template.scss */
  #styles {
    width: 70px;
    top: 121px;
    left: 0;
    position: fixed;
  }

  /* line 1310, ../sass/_template.scss */
  #styles .moduletable {
    border: 1px solid #bbbbbb;
    margin-top: 0;
    padding-bottom: 0;
  }

  /* line 1317, ../sass/_template.scss */
  #styles .moduletable h3 {
    border: none;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 1em;
  }

  /* line 1325, ../sass/_template.scss */
  #styles p {
    margin-bottom: 5px;
    text-align: center;
  }

  /* line 1332, ../sass/_template.scss */
  #styles-mobile {
    display: none;
  }
}
/* Mobile */
@media (min-width: 420px) and (max-width: 767px) {
  /* line 1347, ../sass/_template.scss */
  #styleswrap {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  /* line 1354, ../sass/_template.scss */
  #styles-mobile {
    border: 1px solid #bbbbbb;
    padding-left: 4%;
    padding-right: 4%;
  }

  /* line 1361, ../sass/_template.scss */
  #styles-mobile p {
    display: inline;
  }

  /* line 1366, ../sass/_template.scss */
  #styles-mobile .moduletable {
    padding-top: 12px;
    padding-bottom: 4px;
    margin: 0;
  }

  /* line 1373, ../sass/_template.scss */
  #styles-mobile a {
    padding-right: 6px;
  }

  /* line 1378, ../sass/_template.scss */
  #styles {
    display: none;
  }
}
@media (max-width: 419px) {
  /* line 1391, ../sass/_template.scss */
  #styles {
    display: none;
  }

  /* line 1396, ../sass/_template.scss */
  #styles-mobile {
    display: none;
  }
}
/* IE */
/* line 1408, ../sass/_template.scss */
.lt-ie9 #styles {
  width: 70px;
  top: 158px;
  left: 0;
  position: fixed;
}

/* line 1416, ../sass/_template.scss */
.lt-ie9 #styles .moduletable {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1422, ../sass/_template.scss */
.lt-ie9 #styles .moduletable h3 {
  border: none;
  text-align: center;
  padding: 7px 0;
}

/* line 1429, ../sass/_template.scss */
.lt-ie9 #styles p {
  margin-bottom: 5px;
  text-align: center;
}

/* line 1435, ../sass/_template.scss */
.lt-ie9 #styles-mobile {
  display: none;
}

/* line 1441, ../sass/_template.scss */
.lt-ie9 #styles-mobile {
  display: none;
}

/* 5. JOOMLA! CSS  
--------------------------------------------------------------------------------------------------------------------- */
/* 5.1 Joomla! Content CSS -------------------------------------------------------------------------------------------------------- */
/* Article */
/* line 1457, ../sass/_template.scss */
.blog, .blog-featured, .item, .item-page {
  text-align: justify;
  display: block;
  overflow: hidden;
}

/* line 1464, ../sass/_template.scss */
.item, .blog-featured, .items-leading, .item-page {
  margin-bottom: 1em;
}

/* Article Title */
/* line 1473, ../sass/_template.scss */
.blog h2.title, .blog-featured h2.title, .item h2.title, .item-page h2.title {
  font-size: 2em;
  line-height: 1.2em;
  padding-top: 0.7em;
  margin-top: 0;
}

/* line 1485, ../sass/_template.scss */
.blog h2.title a:hover, .blog-featured h2.title a:hover, .item h2.title a:hover, .item-page h2.title a:hover {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Article Icons */
/* line 1498, ../sass/_template.scss */
ul.actions {
  list-style: none;
  margin: 20px 0 10px;
  padding-left: 0;
  overflow: hidden;
}

/* line 1506, ../sass/_template.scss */
ul.actions li {
  float: left;
  padding-right: 7px;
}

/* Article Ratings */
/* line 1516, ../sass/_template.scss */
.content_rating {
  line-height: 18px;
  display: block;
}

/* line 1522, ../sass/_template.scss */
.content_vote {
  line-height: 10px;
  display: block;
}

/* line 1528, ../sass/_template.scss */
.content_vote .button {
  margin: 0 0 0 10px;
}

/* Article Details */
/* line 1537, ../sass/_template.scss */
dl.article-info {
  margin: 0 0 1.143em 0;
}

/* line 1542, ../sass/_template.scss */
dt.article-info-term {
  display: none;
}

/* line 1547, ../sass/_template.scss */
dl.article-info dd {
  margin: 0;
  font-size: 0.8em;
}

/* Archived Articles */
/* line 1557, ../sass/_template.scss */
.archive {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1566, ../sass/_template.scss */
.archive h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* line 1577, ../sass/_template.scss */
.archive h2 a:hover {
  text-decoration: none;
}

/* line 1582, ../sass/_template.scss */
.archive ul {
  margin: 0;
  padding: 0;
}

/* line 1588, ../sass/_template.scss */
.archive ul li {
  list-style: none;
  background-image: none!important;
  padding-left: 0!important;
}

/* line 1595, ../sass/_template.scss */
.archive legend {
  padding: 0 10px;
  font-weight: bold;
}

/* line 1601, ../sass/_template.scss */
.archive select {
  padding: 5px;
  width: 140px;
}

/* line 1607, ../sass/_template.scss */
.archive fieldset {
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
  padding: 0 10px 10px 10px;
}

/* line 1614, ../sass/_template.scss */
.archive button.button {
  padding: 0.5em 1em;
  margin: 1em;
  font-size: 0.9em;
}

/* List Categories */
/* line 1625, ../sass/_template.scss */
.categories-list {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1634, ../sass/_template.scss */
.categories-list ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 1641, ../sass/_template.scss */
.categories-list li {
  background: url(../images/system/arrow.png) no-repeat 0 9px;
  padding-left: 1.4em;
  line-height: 1.8em;
}

/* line 1648, ../sass/_template.scss */
.categories-list dl {
  padding: 0;
  margin: 0;
}

/* line 1654, ../sass/_template.scss */
.categories-list dl dt, .categories-list dl dd {
  display: inline;
}

/* line 1659, ../sass/_template.scss */
.categories-list dl dd {
  font-style: italic;
  margin-left: 10px;
}

/* Category Description */
/* line 1669, ../sass/_template.scss */
.cat-children h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
}

/* line 1676, ../sass/_template.scss */
.cat-children ul {
  padding-left: 0;
  margin: 0;
}

/* line 1682, ../sass/_template.scss */
.cat-children li {
  background: url(../images/system/arrow.png) no-repeat 0 9px;
  padding-left: 1.4em;
  line-height: 1.8em;
}

/* line 1689, ../sass/_template.scss */
.cat-children dl {
  padding: 0;
  margin: 0;
}

/* line 1695, ../sass/_template.scss */
.cat-children dl dt, .cat-children dl dd {
  display: inline;
}

/* line 1700, ../sass/_template.scss */
.cat-children dl dd {
  font-style: italic;
  margin-left: 10px;
}

/* Category List */
/* line 1710, ../sass/_template.scss */
.category-list {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 1718, ../sass/_template.scss */
.category-list fieldset {
  padding-left: 0;
}

/* line 1723, ../sass/_template.scss */
.category-list h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* Create Article */
/* line 1734, ../sass/_template.scss */
.edit.item-page {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1743, ../sass/_template.scss */
legend {
  padding: 0 10px;
  font-weight: bold;
}

/* Titles */
/* line 1749, ../sass/_template.scss */
.edit form#adminForm fieldset {
  border: 1px solid #bbbbbb;
  margin-top: 0;
  padding: 0 10px 10px 10px;
}

/* Borders */
/* line 1756, ../sass/_template.scss */
.formelm, .formelm-area {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 1762, ../sass/_template.scss */
.formelm label, .formelm-area label {
  display: block;
  width: 150px;
  float: left;
}

/* line 1769, ../sass/_template.scss */
.formelm input, .formelm-area input {
  padding: 5px;
  width: 250px;
}

/* line 1775, ../sass/_template.scss */
.formelm select, .formelm-area select {
  padding: 5px;
  width: 262px;
}

/* line 1781, ../sass/_template.scss */
.formelm img {
  margin-left: 5px;
  vertical-align: middle;
}

/* line 1787, ../sass/_template.scss */
#editor-xtd-buttons {
  margin: 20px 0 20px 0;
  padding: 0;
}

/* Buttons */
/* line 1793, ../sass/_template.scss */
.button2-left {
  margin: 0 6px 0 0;
}

/* line 1798, ../sass/_template.scss */
.button2-left a, .button2-left span {
  display: block;
  height: 22px;
  padding: 0 24px 0 6px;
  line-height: 22px;
  font-size: 11px;
}

/* line 1807, ../sass/_template.scss */
.formelm-buttons {
  text-align: right;
  margin-bottom: 10px;
}

/* line 1813, ../sass/_template.scss */
.formelm-buttons button {
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 0.9em;
}

/* line 1820, ../sass/_template.scss */
.button2-left .readmore a {
  padding: 0 24px 0 12px;
  font-size: 11px;
  margin: 0;
}

/* News Feeds in a Category */
/* line 1831, ../sass/_template.scss */
.newsfeed-category {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 1839, ../sass/_template.scss */
.newsfeed-category h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* line 1854, ../sass/_template.scss */
.newsfeed-category fieldset, .newsfeed-category legend {
  padding-left: 0;
}

/* Single News Feed */
/* line 1863, ../sass/_template.scss */
.newsfeed.redirect-ltr {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 1871, ../sass/_template.scss */
.newsfeed.redirect-ltr h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* Login Form */
/* line 1890, ../sass/_template.scss */
.login {
  text-align: justify;
  display: block;
  overflow: hidden;
}

/* line 1897, ../sass/_template.scss */
.login-fields {
  margin: 10px 0;
}

/* line 1902, ../sass/_template.scss */
.login-fields label {
  display: block;
  width: 150px;
  float: left;
}

/* line 1909, ../sass/_template.scss */
.login-fields input {
  padding: 5px;
  width: 250px;
}

/* line 1915, ../sass/_template.scss */
.login-fields select {
  padding: 5px;
  width: 262px;
}

/* line 1921, ../sass/_template.scss */
.logout {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1930, ../sass/_template.scss */
.logout button.button {
  margin-top: 0;
}

/* line 1935, ../sass/_template.scss */
.login button.button {
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 0.9em;
}

/* line 1942, ../sass/_template.scss */
.login ul {
  padding-left: 0;
}

/* line 1947, ../sass/_template.scss */
.login li {
  line-height: 1.5em;
}

/* User Profile */
/* line 1956, ../sass/_template.scss */
.profile {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1965, ../sass/_template.scss */
.profile legend {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 1974, ../sass/_template.scss */
.profile dt {
  font-weight: bold;
}

/* line 1979, ../sass/_template.scss */
.profile dd {
  margin-left: 0;
}

/* Edit Your Profile */
/* line 1988, ../sass/_template.scss */
.profile-edit {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1997, ../sass/_template.scss */
.profile-edit dd {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 2003, ../sass/_template.scss */
.profile-edit legend {
  padding: 0 10px;
  font-weight: bold;
}

/* line 2009, ../sass/_template.scss */
.profile-edit label {
  display: block;
  width: 200px;
  float: left;
}

/* line 2016, ../sass/_template.scss */
.profile-edit input {
  padding: 5px;
  width: 250px;
}

/* line 2022, ../sass/_template.scss */
.profile-edit select {
  padding: 5px;
  width: 262px;
}

/* line 2028, ../sass/_template.scss */
.profile-edit fieldset {
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 10px 10px 10px;
}

/* line 2036, ../sass/_template.scss */
.profile-edit span.optional {
  font-style: italic;
}

/* Registration Form */
/* line 2045, ../sass/_template.scss */
.registration {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2054, ../sass/_template.scss */
.registration dd {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 2060, ../sass/_template.scss */
.registration legend {
  padding: 0 10px;
  font-weight: bold;
}

/* line 2066, ../sass/_template.scss */
.registration label {
  display: block;
  width: 200px;
}

/* line 2072, ../sass/_template.scss */
.registration input {
  padding: 5px;
  width: 250px;
}

/* line 2078, ../sass/_template.scss */
.registration select {
  padding: 5px;
  width: 262px;
}

/* line 2084, ../sass/_template.scss */
.registration fieldset {
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 20px 10px;
}

/* line 2092, ../sass/_template.scss */
#jform_spacer-lbl {
  width: 300px;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}

/* line 2100, ../sass/_template.scss */
.registration button.validate {
  padding: 0.5em 1em;
  margin: 1em 1em 1em 0;
  font-size: 0.9em;
}

/* Username Reminder */
/* line 2111, ../sass/_template.scss */
.remind {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2120, ../sass/_template.scss */
.remind label {
  display: block;
  width: 150px;
  float: left;
}

/* line 2127, ../sass/_template.scss */
.remind input {
  padding: 5px;
  width: 250px;
}

/* line 2133, ../sass/_template.scss */
.remind fieldset {
  margin: 20px 0;
  padding: 0;
}

/* line 2139, ../sass/_template.scss */
.remind dd {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 2145, ../sass/_template.scss */
.remind button.validate {
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 0.9em;
}

/* Password Reset */
/* line 2156, ../sass/_template.scss */
.reset {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2165, ../sass/_template.scss */
.reset label {
  display: block;
  width: 150px;
  float: left;
}

/* line 2172, ../sass/_template.scss */
.reset input {
  padding: 5px;
  width: 250px;
}

/* line 2178, ../sass/_template.scss */
.reset fieldset {
  margin: 20px 0;
  padding: 0;
}

/* line 2184, ../sass/_template.scss */
.reset dd {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 2190, ../sass/_template.scss */
.reset button.validate {
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 0.9em;
}

/* Wrapper */
/* line 2201, ../sass/_template.scss */
#blockrandom {
  max-width: 100%;
  max-height: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Contacts in a Category */
/* line 2213, ../sass/_template.scss */
.contact-category {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 2221, ../sass/_template.scss */
.contact-category h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* Single Contact */
/* line 2232, ../sass/_template.scss */
.contact {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 2240, ../sass/_template.scss */
.contact h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* line 2255, ../sass/_template.scss */
.contact h3 {
  font-size: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #777777;
  margin: 10px 0;
}

/* line 2263, ../sass/_template.scss */
.contact-image {
  display: none;
}

/* line 2268, ../sass/_template.scss */
.contact-street, .contact-suburb, .contact-state, .contact-postcode, .contact-country {
  display: block;
}

/* line 2273, ../sass/_template.scss */
.contact address {
  padding: 0 0 6px 25px;
}

/* line 2278, ../sass/_template.scss */
.contact img {
  float: left;
}

/* line 2283, ../sass/_template.scss */
.contact-telephone, .contact-fax {
  padding: 0 0 0 10px;
  font-style: italic;
}

/* line 2289, ../sass/_template.scss */
.contact-contactinfo p {
  margin: 5px 0;
}

/* line 2294, ../sass/_template.scss */
.contact-position {
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 2300, ../sass/_template.scss */
.contact-misc {
  padding: 0 0 0 30px;
}

/* line 2305, ../sass/_template.scss */
.contact-links ul {
  padding: 0;
}

/* line 2310, ../sass/_template.scss */
.contact-links ul li {
  list-style: none;
}

/* line 2316, ../sass/_template.scss */
.contact-form legend {
  padding: 0 10px;
  font-weight: bold;
}

/* line 2322, ../sass/_template.scss */
.contact-form label {
  display: block;
  width: 200px;
  float: left;
}

/* line 2329, ../sass/_template.scss */
.contact-form input {
  padding: 5px;
  width: 250px;
}

/* line 2335, ../sass/_template.scss */
.contact-form select {
  padding: 5px;
  width: 262px;
}

/* line 2341, ../sass/_template.scss */
.contact-form fieldset {
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 10px 10px 10px;
}

/* line 2349, ../sass/_template.scss */
.contact-form dd {
  margin: 15px 0;
  vertical-align: middle;
}

/* line 2355, ../sass/_template.scss */
.contact textarea {
  margin: 20px 0;
}

/* line 2360, ../sass/_template.scss */
#jform_contact_email_copy {
  width: 20px;
}

/* Featured Contacts */
/* line 2373, ../sass/_template.scss */
.blog-featured fieldset, .blog-featured legend {
  padding-left: 0;
}

/* Smart Search */
/* line 2382, ../sass/_template.scss */
.finder {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 2390, ../sass/_template.scss */
.finder label {
  display: block;
  width: 200px;
}

/* line 2396, ../sass/_template.scss */
.finder input {
  padding: 5px;
  width: 250px;
}

/* line 2402, ../sass/_template.scss */
.finder fieldset {
  background: none;
  padding-left: 0;
}

/* line 2408, ../sass/_template.scss */
.finder .button {
  margin-left: 10px;
}

/* Search Form */
/* line 2417, ../sass/_template.scss */
.search {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 2425, ../sass/_template.scss */
.search legend {
  padding: 0 10px;
  font-weight: bold;
}

/* line 2431, ../sass/_template.scss */
.search input {
  padding: 5px;
  width: 250px;
}

/* line 2437, ../sass/_template.scss */
.search .phrases-box input, .search .only input {
  width: 20px;
}

/* line 2442, ../sass/_template.scss */
.search select {
  padding: 5px;
  width: 262px;
}

/* line 2448, ../sass/_template.scss */
.search fieldset {
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 14px 10px;
}

/* line 2456, ../sass/_template.scss */
.search fieldset.word {
  border: none;
}

/* line 2461, ../sass/_template.scss */
.ordering-box {
  padding-top: 10px;
}

/* line 2466, ../sass/_template.scss */
dt.result-title {
  font-size: 16px;
  margin: 10px 0 0;
}

/* line 2472, ../sass/_template.scss */
dd.result-category, dd.result-created {
  margin: 7px 0;
  font-style: italic;
}

/* line 2478, ../sass/_template.scss */
dd.result-text {
  margin-left: 0;
}

/* line 2483, ../sass/_template.scss */
.search button.button {
  padding: 0.5em 1em;
  margin: 1em;
  font-size: 0.9em;
}

/* Web Links in a Category */
/* line 2494, ../sass/_template.scss */
.weblink-category {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 2502, ../sass/_template.scss */
.weblink-category h2 {
  font-size: 1.85em;
  line-height: 2.775em;
  margin-top: 0;
}

/* Submit Web Link */
/* line 2513, ../sass/_template.scss */
.edit {
  text-align: justify;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Pagination */
/* line 2526, ../sass/_template.scss */
.pagination {
  margin: 20px 0;
  padding: 10px 0;
  clear: both;
}

/* line 2533, ../sass/_template.scss */
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 2541, ../sass/_template.scss */
.pagination li {
  background-image: none!important;
  display: inline;
  padding: 5px 10px !important;
  text-align: center;
  margin: 0 4px;
  font-size: 1em;
}

/* line 2555, ../sass/_template.scss */
p.counter {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1em;
}

/* line 2563, ../sass/_template.scss */
.pagenav {
  padding: 2px;
  clear: both;
}

/* Breadcrumbs */
/* line 2572, ../sass/_template.scss */
#breadcrumbs {
  font-size: 0.8em;
}

/* line 2577, ../sass/_template.scss */
#breadcrumbs .moduletable {
  margin-bottom: 0;
  padding: 0;
}

/* line 2584, ../sass/_template.scss */
.breadcrumbs {
  overflow: hidden;
  padding-bottom: 10px;
}

/* line 2590, ../sass/_template.scss */
.breadcrumbs .showHere {
  margin-left: 0;
  padding-left: 0;
}

/* line 2596, ../sass/_template.scss */
.breadcrumbs a, .breadcrumbs span {
  padding: 0 7px;
  margin: 0 5px;
}

/* line 2602, ../sass/_template.scss */
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  text-decoration: none;
}

/* Date */
/* System Messages */
/* line 2620, ../sass/_template.scss */
#system-message ul li {
  font-weight: normal;
}

/* line 2625, ../sass/_template.scss */
#system-message dd.message ul {
  background: white url(../images/system/notice-info.png) no-repeat left center;
}

/* line 2630, ../sass/_template.scss */
#system-message dd.error ul {
  background: white url(../images/system/notice-alert.png) no-repeat left center;
}

/* line 2635, ../sass/_template.scss */
#system-message dd.notice ul {
  background: white url(../images/system/notice-note.png) no-repeat left center;
}

/* Tables */
/* line 2644, ../sass/_template.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2650, ../sass/_template.scss */
th, td {
  padding: 1px;
}

/* line 2655, ../sass/_template.scss */
table.category {
  font-size: 1em;
  margin: 10px 10px 20px 0px;
  width: 99%;
}

/* line 2662, ../sass/_template.scss */
table.category th, table.category td {
  border: 1px solid #bbbbbb;
  padding: 5px 20px;
  text-align: left;
}

/* line 2669, ../sass/_template.scss */
table.category td {
  padding: 5px;
}

/* line 2674, ../sass/_template.scss */
table.category th {
  padding: 5px;
  text-align: left;
}

/* line 2680, ../sass/_template.scss */
table.category th a img {
  padding: 2px 10px;
}

/* line 2685, ../sass/_template.scss */
td.num {
  vertical-align: top;
  text-align: left;
}

/* line 2691, ../sass/_template.scss */
td.hits {
  vertical-align: top;
  text-align: center;
}

/* line 2697, ../sass/_template.scss */
td p {
  margin: 0;
  line-height: 1.3em;
}

/* Read More */
/* line 2707, ../sass/_template.scss */
.readmore a {
  margin: 1.143em 0;
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
}

/* line 2715, ../sass/_template.scss */
a.readmore:link, a.readmore:visited {
  line-height: 1.2em;
  text-decoration: none;
}

/* line 2721, ../sass/_template.scss */
a.readmore:hover, a.readmore:active, a.readmore:focus {
  text-decoration: none;
}

/* line 2726, ../sass/_template.scss */
.readmore a:hover, .readmore a:active, .readmore a:focus {
  text-decoration: none;
}

/* line 2732, ../sass/_template.scss */
.newsflash a.readmore:link, .newsflash a.readmore:visited {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.857em;
  font-size: 1em;
}

/* 5.2 Joomla! Modules CSS -------------------------------------------------------------------------------------------------------- */
/* Moduletable */
/* line 2747, ../sass/_template.scss */
.moduletable, .moduletable_text, .moduletable_menu {
  text-align: justify;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2755, ../sass/_template.scss */
.moduletable h3, .moduletable_menu h3, .moduletable_text h3 {
  font-size: 1em;
  padding: 12px 22px 10px;
  margin-top: 0;
  margin-bottom: 1.6em;
}

/* line 2764, ../sass/_template.scss */
.moduletable .custom h3 {
  border: none;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 0.857em;
  font-size: 1.25em;
}

/* line 2773, ../sass/_template.scss */
.moduletable .bannergroup, .moduletable .random-image, .moduletable .syndicate-module, .moduletable .latestnews, .moduletable ul.mostread, .moduletable .newsflash, .moduletable #blockrandom.wrapper {
  padding: 0.2em 0;
  display: block;
}

/* line 2779, ../sass/_template.scss */
.moduletable_menu ul {
  padding-bottom: 20px;
}

/* Menu */
/* line 2788, ../sass/_template.scss */
.moduletable ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 2796, ../sass/_template.scss */
.moduletable ul ul, .moduletable ul ul ul, .moduletable ul ul ul ul {
  margin: 0.7em 0 0;
}

/* line 2801, ../sass/_template.scss */
.moduletable li {
  background: url(../images/system/arrow.png) no-repeat 0 7px;
  list-style: none;
  line-height: 1.5em;
  text-align: left;
  padding-left: 1.4em;
  padding-bottom: 7px;
}

/* line 2811, ../sass/_template.scss */
#nav .moduletable li {
  background: none;
  padding-left: 0;
}

/* Button, Input */
/* line 2821, ../sass/_template.scss */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 2828, ../sass/_template.scss */
button, input {
  *overflow: visible;
  line-height: normal;
}

/* line 2834, ../sass/_template.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2840, ../sass/_template.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 2846, ../sass/_template.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2854, ../sass/_template.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 2860, ../sass/_template.scss */
button, .button, input.button {
  padding: 10px 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Search */
/* line 2875, ../sass/_template.scss */
.moduletable .search {
  padding: 0.2em 0;
}

/* line 2880, ../sass/_template.scss */
.moduletable .search h1 {
  font-size: 1em;
  padding: 7px 20px;
  margin-top: 0;
}

/* line 2887, ../sass/_template.scss */
.moduletable .search input {
  max-width: 170px;
  width: 100%;
}

/* line 2893, ../sass/_template.scss */
.moduletable .search label {
  display: none;
}

/* line 2898, ../sass/_template.scss */
.moduletable .search input.button {
  width: 40px;
  margin-left: 10px;
}

/* Smart Search */
/* line 2908, ../sass/_template.scss */
.moduletable .finder input {
  max-width: 170px;
  width: 100%;
}

/* News Feeds */
/* line 2918, ../sass/_template.scss */
li.newsfeed-item {
  background: none;
  padding-left: 0;
}

/* line 2924, ../sass/_template.scss */
ul.newsfeed {
  margin-bottom: 0;
}

/* Latest News */
/* line 2932, ../sass/_template.scss */
ul.latestnews {
  margin-bottom: 0;
}

/* Articles Most Read */
/* line 2941, ../sass/_template.scss */
ul.mostread {
  margin-bottom: 0;
}

/* Syndicate News */
/* line 2950, ../sass/_template.scss */
.syndicate-module {
  padding-bottom: 0.4em !important;
}

/* Latest Users */
/* line 2959, ../sass/_template.scss */
ul.latestusers {
  margin-bottom: 0;
}

/* Login */
/* line 2968, ../sass/_template.scss */
#login-form fieldset {
  padding: 0;
}

/* line 2973, ../sass/_template.scss */
#login-form label {
  width: 170px;
  float: left;
}

/* line 2979, ../sass/_template.scss */
#login-form input {
  padding: 5px;
}

/* line 2984, ../sass/_template.scss */
#login-form input.button {
  padding: 10px 20px;
}

/* line 2989, ../sass/_template.scss */
#form-login-remember label {
  width: auto;
}

/* line 2994, ../sass/_template.scss */
input#modlgn-remember.inputbox {
  margin-left: 5px;
}

/* line 2999, ../sass/_template.scss */
#login-form input.button {
  padding: 0.5em 1em;
  margin: 1em 1em 1em 0;
}

/* News Flash */
/* line 3009, ../sass/_template.scss */
.newsflash h4 {
  font-weight: bold;
  margin-top: 0;
}

/* Feed Display */
/* line 3019, ../sass/_template.scss */
.feed p, .feed h4, h5.feed-link {
  text-align: left;
}

/* line 3024, ../sass/_template.scss */
h5.feed-link {
  line-height: 21px;
  margin-top: 20px;
}

/* Articles Category */
/* line 3034, ../sass/_template.scss */
ul.category-module h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/* Weblinks */
/* line 3046, ../sass/_template.scss */
.weblinks p {
  font-size: 14px;
  margin: 0;
}

/* line 3051, ../sass/_template.scss */
.weblinks {
  margin: 10px 0;
}

/* line 3056, ../sass/_template.scss */
.weblinks ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 3063, ../sass/_template.scss */
.weblinks li {
  padding-left: 1.4em;
  line-height: 1.8em;
}

/* line 3069, ../sass/_template.scss */
table.weblinks {
  font-size: 1em;
  margin: 10px 10px 20px 0px;
  width: 99%;
}

/* line 3076, ../sass/_template.scss */
table.weblinks td {
  border-collapse: collapse;
}

/* line 3081, ../sass/_template.scss */
table.weblinks td {
  padding: 7px;
}

/* line 3086, ../sass/_template.scss */
table.weblinks th {
  padding: 7px;
  text-align: left;
}

/* Languages */
/* line 3096, ../sass/_template.scss */
.mod-languages select {
  padding: 5px;
  width: auto;
}

/* Statistics */
/* line 3106, ../sass/_template.scss */
.stats-module dd {
  margin-left: 0;
  padding: 0 0 4px 0;
}

/* line 3112, ../sass/_template.scss */
.stats-module dt {
  font-weight: bold;
  line-height: 2em;
}

/* User Menu */
/* line 3122, ../sass/_template.scss */
.moduletable_menu ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 3129, ../sass/_template.scss */
.moduletable_menu li {
  padding-left: 1.4em;
  line-height: 1.8em;
}

/* 5.4 Component -------------------------------------------------------------------------------------------------------- */
/* line 3138, ../sass/_template.scss */
#componentPage {
  margin-top: 40px;
}

/* 5.5 Error -------------------------------------------------------------------------------------------------------- */
/* line 3147, ../sass/_template.scss */
#error {
  margin-top: 40px;
}

/* line 3152, ../sass/_template.scss */
#errorTitle h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 20px 0 40px;
}

/* line 3159, ../sass/_template.scss */
#errorBox ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 3166, ../sass/_template.scss */
#errorBox ul li {
  padding: 0;
  margin: 20px 0;
}

/* line 3172, ../sass/_template.scss */
#errorBox li a {
  padding: 7px 10px;
}

/* 5.6 Print -------------------------------------------------------------------------------------------------------- */
/* line 3181, ../sass/_template.scss */
#componentPage {
  filter: none !important;
  -ms-filter: none !important;
}

/* line 3187, ../sass/_template.scss */
#componentPage h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  padding-top: 30px;
}

/* 6. TYPOGRAPHY 
--------------------------------------------------------------------------------------------------------------------- */
/* 6.1 Blockquote --------------------------------------------------------------------------------------------------- */
/* line 3213, ../sass/_template.scss */
blockquote {
  background: url(../images/quotes.png) no-repeat 0 16px;
  padding: 10px 20px 10px 86px;
  font-size: 1.3em;
  line-height: 1.3em;
}

/* line 3221, ../sass/_template.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* 6.2 Pre, Code --------------------------------------------------------------------------------------------------- */
/* line 3230, ../sass/_template.scss */
code, pre {
  padding: 9px;
  margin: 10px 0;
  line-height: 18px;
  font-size: 12px;
}

/* line 3241, ../sass/_template.scss */
pre {
  display: block;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

/* 6.3 Drop Caps --------------------------------------------------------------------------------------------------- */
/* line 3254, ../sass/_template.scss */
p.dropcap:first-letter {
  font-size: 5em;
  line-height: 0.9em;
  float: left;
  padding-right: 0.3em;
}

/* 6.4 Inline Labels --------------------------------------------------------------------------------------------------- */
/* line 3266, ../sass/_template.scss */
span.label-red, span.label-blue, span.label-green, span.label-grey, span.label-orange {
  padding: 2px 6px;
  font-size: 14px;
}

/* 6.5 List Icons --------------------------------------------------------------------------------------------------- */
/* line 3321, ../sass/_template.scss */
ul.list-arrow, ul.list-check, ul.list-plus, ul.list-line {
  list-style-type: none;
  padding-left: 0;
  margin: 1.143em 0;
}

/* line 3328, ../sass/_template.scss */
ul.list-check li, ul.list-plus li, ul.list-line li {
  padding-left: 1.6em;
  line-height: 1.8em;
}

/* line 3334, ../sass/_template.scss */
ul.list-arrow li {
  padding-left: 1em;
  line-height: 1.8em;
}

/* 6.6 Box Icons --------------------------------------------------------------------------------------------------- */
/* line 3356, ../sass/_template.scss */
.simple-box, .info-box, .success-box, .warning-box, .error-box {
  padding: 8px 35px 8px 14px;
  margin: 15px 0;
}

/* 6.7 Buttons --------------------------------------------------------------------------------------------------- */
/* Default Button */
/* line 3391, ../sass/_template.scss */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

/* line 3397, ../sass/_template.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 3401, ../sass/_template.scss */
.btn:hover {
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 3406, ../sass/_template.scss */
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3412, ../sass/_template.scss */
.btn.active, .btn:active {
  background-image: none;
}

/* Button Warning */
/* Button Danger */
/* Button Success */
/* Button Info */
/* Button Inverse */
/* 6.8 Bubbles --------------------------------------------------------------------------------------------------- */
/* Bubble Red */
/* line 3482, ../sass/_template.scss */
.bubble-red {
  position: relative;
  padding: 15px;
  margin: 10px 0;
}

/* line 3489, ../sass/_template.scss */
.bubble-red:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
}

/* Bubble Blue */
/* line 3502, ../sass/_template.scss */
.bubble-blue {
  position: relative;
  padding: 15px;
  margin: 10px 0;
}

/* line 3509, ../sass/_template.scss */
.bubble-blue:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
}

/* Bubble Green */
/* line 3522, ../sass/_template.scss */
.bubble-green {
  position: relative;
  padding: 15px;
  margin: 10px 0;
}

/* line 3529, ../sass/_template.scss */
.bubble-green:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
}

/* Bubble Grey */
/* line 3542, ../sass/_template.scss */
.bubble-grey {
  position: relative;
  padding: 15px;
  margin: 10px 0;
}

/* line 3549, ../sass/_template.scss */
.bubble-grey:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
}

/* Bubble Orange */
/* line 3562, ../sass/_template.scss */
.bubble-orange {
  position: relative;
  padding: 15px;
  margin: 10px 0;
}

/* line 3569, ../sass/_template.scss */
.bubble-orange:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
}

/* 6.9 Image Styles --------------------------------------------------------------------------------------------------- */
/* line 3583, ../sass/_template.scss */
.img-right, .img-left, .img-rounded {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Image Right */
/* line 3595, ../sass/_template.scss */
.img-right {
  float: right;
  margin: 10px 0 10px 50px;
}

/* Image Left */
/* line 3605, ../sass/_template.scss */
.img-left {
  float: left;
  margin: 10px 50px 10px 0;
}

/* Image Rounded */
/* line 3615, ../sass/_template.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* Image Circle */
/* line 3628, ../sass/_template.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* Image Polaroid */
/* line 3640, ../sass/_template.scss */
.img-polaroid {
  padding: 4px;
  border: 1px solid #cccccc;
  -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);
}

/* Image Border */
/* line 3655, ../sass/_template.scss */
.img-border {
  padding: 0.5em;
}

/* Image Shadow */
/* line 3664, ../sass/_template.scss */
.img-shadow {
  -webkit-box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}

/* line 1, ../sass/_basics.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: none;
}

/* line 13, ../sass/_basics.scss */
p {
  line-height: 2;
}

/* line 17, ../sass/_basics.scss */
a {
  color: #d9534f;
  text-decoration: none;
  padding: 0px;
}

/* line 23, ../sass/_basics.scss */
h1, h2, h3 {
  line-height: 1;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  margin: 0px;
  padding: 14px 16px 12px;
  text-shadow: 1px 1px 1px white;
}

/* line 35, ../sass/_basics.scss */
input {
  padding: 6px;
}
/* line 37, ../sass/_basics.scss */
input[type=text], input[type=email], input textarea {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  outline: none;
  border: 1px solid #bbbbbb;
}
/* line 45, ../sass/_basics.scss */
input[type=checkbox], input[type=radio] {
  margin-right: 10px;
  width: auto;
}
/* line 50, ../sass/_basics.scss */
input[type=button], input[type=submit], input .btn {
  padding: background-position 0.1s linear;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(top, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462, #51a351);
  background: -o-linear-gradient(top, #62c462, #51a351);
  background: linear-gradient(top, #62c462, #51a351);
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.09804);
  border-right-color: rgba(0, 0, 0, 0.09804);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.09804);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 66, ../sass/_basics.scss */
input[type=button]:hover, input[type=submit]:hover, input .btn:hover {
  background: #51a351;
  color: white;
  border: 1px solid #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.09804);
  border-right-color: rgba(0, 0, 0, 0.09804);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.09804);
}

/* line 78, ../sass/_basics.scss */
select {
  padding: 6px;
}

/* line 82, ../sass/_basics.scss */
.button, button {
  padding: background-position 0.1s linear;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(top, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462, #51a351);
  background: -o-linear-gradient(top, #62c462, #51a351);
  background: linear-gradient(top, #62c462, #51a351);
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.09804);
  border-right-color: rgba(0, 0, 0, 0.09804);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.09804);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 98, ../sass/_basics.scss */
.button:hover, button:hover {
  background: #51a351;
  color: white;
  border: 1px solid #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.09804);
  border-right-color: rgba(0, 0, 0, 0.09804);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.09804);
}

/* line 1, ../sass/_modules.scss */
.moduletable-footer {
  margin-top: 27px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  background: none;
}
/* line 9, ../sass/_modules.scss */
.moduletable-footer > h3 {
  font-weight: normal;
  line-height: 1;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 18px;
  padding: 0;
  text-shadow: 0 0 1px black;
  background: none;
}
/* line 24, ../sass/_modules.scss */
.moduletable-footer input[type=text], .moduletable-footer input[type=email] {
  padding: 3px;
  color: #bbb;
  line-height: 1.5;
  background: rgba(11, 11, 11, 0.7);
  border: 1px solid #222222;
}
/* line 33, ../sass/_modules.scss */
.moduletable-footer div.custom-footer {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: right;
  vertical-align: text-bottom;
  text-align: right;
  color: #666;
  padding-top: 0;
}
/* line 42, ../sass/_modules.scss */
.moduletable-footer ul {
  padding-left: 0px;
}
/* line 45, ../sass/_modules.scss */
.moduletable-footer ul li a {
  padding: all 200ms linear;
  display: block;
  padding: 2px;
  line-height: 1.5;
  width: 100%;
  color: white;
  text-shadow: 1 1 1px black;
  font-size: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 55, ../sass/_modules.scss */
.moduletable-footer ul li a:hover {
  color: #d9534f;
}
/* line 61, ../sass/_modules.scss */
.moduletable-footer ul li a img {
  height: 50px;
}

@media (max-width: 767px) {
  /* line 69, ../sass/_modules.scss */
  .moduletable-footer {
    padding-bottom: 10px;
  }
  /* line 71, ../sass/_modules.scss */
  .moduletable-footer > h3 {
    text-align: center;
  }
  /* line 75, ../sass/_modules.scss */
  .moduletable-footer ul {
    text-align: center;
  }
  /* line 80, ../sass/_modules.scss */
  .moduletable-footer div.custom-footer {
    margin-bottom: 20px;
  }
}
/* line 85, ../sass/_modules.scss */
.moduletable-normal {
  border: 1px solid #bbbbbb;
  margin-top: 9px;
}
/* line 89, ../sass/_modules.scss */
.moduletable-normal > h3:first-child {
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 95, ../sass/_modules.scss */
.moduletable-normal > div {
  padding: 9px;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
/* line 103, ../sass/_modules.scss */
.moduletable-normal p:last-child {
  margin: 0px;
}

/* line 109, ../sass/_modules.scss */
.moduletable-downloads {
  padding: 0 !important;
  margin: 9px;
  border: 1px solid #bbbbbb;
  overflow: auto;
}
/* line 115, ../sass/_modules.scss */
.moduletable-downloads div.promo {
  float: left;
  padding: 27px;
  width: 50%;
  text-align: center;
}
/* line 122, ../sass/_modules.scss */
.moduletable-downloads div.item {
  width: 50%;
  float: left;
  overflow: auto;
  padding: 0px !important;
}
/* line 128, ../sass/_modules.scss */
.moduletable-downloads div.item p {
  margin: 0px;
  margin-bottom: 3px;
  text-align: left;
}
/* line 133, ../sass/_modules.scss */
.moduletable-downloads div.item p:last-child {
  margin-bottom: 20px !important;
}
/* line 138, ../sass/_modules.scss */
.moduletable-downloads div.item a {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  /* line 143, ../sass/_modules.scss */
  .moduletable-downloads div.item {
    width: 100%;
    clear: both;
  }
}
/* line 149, ../sass/_modules.scss */
.moduletable-downloads .information {
  margin: 6px;
}
/* line 153, ../sass/_modules.scss */
.moduletable-downloads img {
  float: left;
  width: 150px;
  margin: 6px;
}
/* line 159, ../sass/_modules.scss */
.moduletable-downloads h2 {
  text-overflow: ellipse;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 167, ../sass/_modules.scss */
.moduletable-downloads > div {
  padding: 9px;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* line 176, ../sass/_modules.scss */
.moduletable-social-media {
  margin-top: 9px;
}
/* line 178, ../sass/_modules.scss */
.moduletable-social-media > div {
  text-align: center;
}

/* line 183, ../sass/_modules.scss */
.moduletable-facebook {
  margin-top: 9px;
}
/* line 186, ../sass/_modules.scss */
.moduletable-facebook > h3:first-child {
  font-weight: bold;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f7f7f7), color-stop(90%, #fbfbfb));
  background: -webkit-linear-gradient(bottom, #f7f7f7 0%, #fbfbfb 90%);
  background: -moz-linear-gradient(bottom, #f7f7f7 0%, #fbfbfb 90%);
  background: -o-linear-gradient(bottom, #f7f7f7 0%, #fbfbfb 90%);
  background: linear-gradient(bottom, #f7f7f7 0%, #fbfbfb 90%);
}
/* line 194, ../sass/_modules.scss */
.moduletable-facebook > div {
  background: white;
  color: #4099FF;
  text-align: center;
  padding: 9px;
}

/* line 202, ../sass/_modules.scss */
.moduletable-normal2 {
  border: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  margin-top: 9px;
}
/* line 207, ../sass/_modules.scss */
.moduletable-normal2 > div {
  padding: 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
/* line 214, ../sass/_modules.scss */
.moduletable-normal2 > div li {
  line-height: 1.5;
}
/* line 220, ../sass/_modules.scss */
.moduletable-normal2 > form {
  padding: 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
/* line 226, ../sass/_modules.scss */
.moduletable-normal2 > form fieldset {
  margin: 0px;
}
/* line 230, ../sass/_modules.scss */
.moduletable-normal2 > form p {
  margin: 0px;
}
/* line 234, ../sass/_modules.scss */
.moduletable-normal2 > form ul {
  padding: 0px;
}
/* line 238, ../sass/_modules.scss */
.moduletable-normal2 > form input[type=text], .moduletable-normal2 > form input[type=password] {
  width: 100%;
}
/* line 244, ../sass/_modules.scss */
.moduletable-normal2 p:last-child {
  margin: 0px;
}

/* line 250, ../sass/_modules.scss */
.moduletable-payments {
  border: 1px solid #bbbbbb;
  margin-top: 9px;
  background: white;
}
/* line 255, ../sass/_modules.scss */
.moduletable-payments div.payments-hint {
  margin: 3px;
  width: auto;
  height: 25px;
  background: url("../images/site/payments.jpg");
  background-size: 100% 100%;
}

/* line 264, ../sass/_modules.scss */
.moduletable-banner {
  height: 340px !important;
  /*	.custom-banner {
  		img {
  			height: 340px;
  		}
  	}*/
}
/* line 274, ../sass/_modules.scss */
.moduletable-banner .slideshowck-banner {
  height: inherit;
}
/* line 278, ../sass/_modules.scss */
.moduletable-banner img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 283, ../sass/_modules.scss */
  .moduletable-banner {
    height: 113px !important;
  }
}
/* line 288, ../sass/_modules.scss */
.moduletable-youtube {
  margin-top: 9px;
}
/* line 291, ../sass/_modules.scss */
.moduletable-youtube > h3:first-child {
  border: 1px solid #bbbbbb;
}

/* line 296, ../sass/_modules.scss */
.moduletable-news {
  border: 1px solid #bbbbbb;
  margin-top: 9px;
}
/* line 300, ../sass/_modules.scss */
.moduletable-news .basic_h {
  padding-top: 43px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
/* line 306, ../sass/_modules.scss */
.moduletable-news .item {
  margin: 0px;
}
/* line 308, ../sass/_modules.scss */
.moduletable-news .item > div {
  padding: 0px;
}
/* line 312, ../sass/_modules.scss */
.moduletable-news .item img.left {
  margin: 0px;
  margin-bottom: 9px;
  max-width: initial;
}
/* line 319, ../sass/_modules.scss */
.moduletable-news .item a {
  padding: 0px;
  display: block;
  overflow: auto;
  height: auto;
  width: auto;
}
/* line 327, ../sass/_modules.scss */
.moduletable-news .item h4 {
  padding: 0px 9px;
  margin: 0px;
  text-align: left;
  line-height: 1.15;
}
/* line 332, ../sass/_modules.scss */
.moduletable-news .item h4 a {
  height: 38px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 340, ../sass/_modules.scss */
.moduletable-news .item .xs_intro {
  padding: 9px;
  text-align: left;
  line-height: 1.5;
  padding-top: 3px;
}
/* line 350, ../sass/_modules.scss */
.moduletable-news #txmod_222 .pane {
  height: 315px;
}
/* line 352, ../sass/_modules.scss */
.moduletable-news #txmod_222 .pane .item {
  height: 315px;
}
/* line 355, ../sass/_modules.scss */
.moduletable-news #txmod_222 .pane .item img {
  width: 100%;
  max-width: initial;
  height: auto;
}
/* line 365, ../sass/_modules.scss */
.moduletable-news #txmod_248 .pane {
  height: 200px;
}
/* line 367, ../sass/_modules.scss */
.moduletable-news #txmod_248 .pane .item {
  height: 200px;
}
/* line 369, ../sass/_modules.scss */
.moduletable-news #txmod_248 .pane .item img {
  margin: 9px;
  max-width: initial;
  height: auto;
}
/* line 378, ../sass/_modules.scss */
.moduletable-news #txmod_248 .pane .item h4 {
  padding-top: 9px;
}
/* line 382, ../sass/_modules.scss */
.moduletable-news #txmod_248 .pane .item a {
  display: initial;
}
/* line 389, ../sass/_modules.scss */
.moduletable-news .navi {
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  overflow: auto;
  height: auto;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 405, ../sass/_modules.scss */
.moduletable-news .navi a {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border: 1px solid #bbbbbb;
}
/* line 412, ../sass/_modules.scss */
.moduletable-news .navi a:hover {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d7d7d7), color-stop(90%, #dbdbdb));
  background: -webkit-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -moz-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -o-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  border: 1px solid #aaaaaa;
}
/* line 417, ../sass/_modules.scss */
.moduletable-news .navi a.active {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d7d7d7), color-stop(90%, #dbdbdb));
  background: -webkit-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -moz-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -o-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  border: 1px solid #aaaaaa;
}
/* line 425, ../sass/_modules.scss */
.moduletable-news .scroller {
  background: white;
}
/* line 428, ../sass/_modules.scss */
.moduletable-news .scroller .item {
  border-right: 1px solid #bbbbbb;
}
/* line 431, ../sass/_modules.scss */
.moduletable-news .scroller .item:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  /* line 439, ../sass/_modules.scss */
  ul.moduletable-downloads {
    text-align: center;
  }
  /* line 442, ../sass/_modules.scss */
  ul.moduletable-downloads li.showOnHover {
    display: block;
  }
  /* line 446, ../sass/_modules.scss */
  ul.moduletable-downloads img {
    float: none;
    width: 100%;
    margin: 9px auto;
  }
}
/* line 3, ../sass/_navigation.scss */
#navigationwrap #nav {
  z-index: 5000;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border: 1px solid #bbbbbb;
  max-height: 56px;
}

/* line 11, ../sass/_navigation.scss */
#navigationwrap.stickit, #navigationwrap.stickit-end {
  z-index: 5000;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  max-height: 56px;
}
/* line 18, ../sass/_navigation.scss */
#navigationwrap.stickit #nav, #navigationwrap.stickit-end #nav {
  border: 0;
}

/* line 23, ../sass/_navigation.scss */
#navbar {
  margin: 0px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  height: auto;
}
/* line 30, ../sass/_navigation.scss */
#navbar a {
  font-family: 'Yanone Kaffeesatz',Arial,Helvetica,sans-serif;
  font-size: 18px;
  display: block;
  margin: 0;
  padding: 14px 16px 12px;
  line-height: 1.5;
  text-align: center;
  height: auto;
  width: 100%;
  color: black;
  background: transparent;
}
/* line 43, ../sass/_navigation.scss */
#navbar a:hover {
  color: white;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background: #d9534f;
}

@media (max-width: 767px) {
  /* line 53, ../sass/_navigation.scss */
  #navbar {
    border: 1px solid #bbbbbb;
    padding: 0;
    margin: 0 4%;
    margin-top: 5px;
  }
}
/* line 62, ../sass/_navigation.scss */
#nav-mobile {
  width: 95%;
  margin: 0px;
  overflow: visible;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
/* line 70, ../sass/_navigation.scss */
#nav-mobile ul {
  overflow: visible;
  float: initial;
}
/* line 74, ../sass/_navigation.scss */
#nav-mobile ul li {
  border: 0;
  overflow: visible;
  height: auto;
  margin-left: 0px;
}
/* line 79, ../sass/_navigation.scss */
#nav-mobile ul li a {
  text-transform: uppercase;
  font-weight: normal;
  overflow: auto;
  margin: 0px;
  padding: 18px 25px;
  font-family: 'Yanone Kaffeesatz',Arial,Helvetica,sans-serif;
  line-height: 1;
  background: white;
  height: initial;
  color: black;
  border: 0;
}
/* line 93, ../sass/_navigation.scss */
#nav-mobile ul li ul {
  overflow: visible;
  border: none;
  margin: 0px;
  color: black;
  background: white;
}
/* line 100, ../sass/_navigation.scss */
#nav-mobile ul li ul li {
  padding-left: 54px;
}
/* line 104, ../sass/_navigation.scss */
#nav-mobile ul li ul li a {
  margin: 0;
  border: 0;
  height: auto;
  color: black;
  line-height: 1;
}
/* line 111, ../sass/_navigation.scss */
#nav-mobile ul li ul li a:last-child {
  border-bottom: 0;
}
/* line 119, ../sass/_navigation.scss */
#nav-mobile ul li:hover ul {
  background: white;
  border: none;
  margin: 0px;
}
/* line 124, ../sass/_navigation.scss */
#nav-mobile ul li:hover ul li a {
  margin: 0px;
  line-height: 1;
  color: black;
  border: none;
}
/* line 130, ../sass/_navigation.scss */
#nav-mobile ul li:hover ul li a:hover {
  background: #d9534f;
  color: white;
}
/* line 138, ../sass/_navigation.scss */
#nav-mobile ul li:hover > a {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 148, ../sass/_navigation.scss */
#nav-mobile ul li.active ul {
  background: white;
  border: none;
  margin: 0px;
}
/* line 153, ../sass/_navigation.scss */
#nav-mobile ul li.active ul li a {
  line-height: 1;
  color: black;
}
/* line 157, ../sass/_navigation.scss */
#nav-mobile ul li.active ul li a:hover {
  background: #d9534f;
  color: white;
}
/* line 165, ../sass/_navigation.scss */
#nav-mobile ul li.active ul li.active a {
  background: #d9534f;
  color: white;
}
/* line 173, ../sass/_navigation.scss */
#nav-mobile ul li.active > a {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 187, ../sass/_navigation.scss */
#nav-mobile ul li.alias-parent-active ul li.active a {
  background: #d9534f;
  color: white;
}
/* line 195, ../sass/_navigation.scss */
#nav-mobile ul li.alias-parent-active > a {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 205, ../sass/_navigation.scss */
#nav-mobile ul li > a:hover {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}

/* line 218, ../sass/_navigation.scss */
#nav {
  z-index: 5000;
  width: 97.8%;
  margin: 0px;
  overflow: visible;
  height: auto;
  margin-left: 1.1%;
  margin-right: 1.1%;
}
/* line 226, ../sass/_navigation.scss */
#nav .moduletable_topmenu {
  overflow: visible;
  height: auto;
}
/* line 231, ../sass/_navigation.scss */
#nav ul {
  float: left;
}
/* line 234, ../sass/_navigation.scss */
#nav ul li {
  height: auto;
  margin-left: 0px;
}
/* line 238, ../sass/_navigation.scss */
#nav ul li:first-child {
  margin-left: 0px;
}
/* line 242, ../sass/_navigation.scss */
#nav ul li a {
  text-transform: uppercase;
  margin: 0px;
  padding: 18px 25px;
  font-family: 'Yanone Kaffeesatz',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1;
  color: black;
}
/* line 252, ../sass/_navigation.scss */
#nav ul li ul {
  overflow: visible;
  border: 0;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border-top: 1px solid #d9534f;
}
/* line 258, ../sass/_navigation.scss */
#nav ul li ul li {
  border: none;
}
/* line 260, ../sass/_navigation.scss */
#nav ul li ul li a {
  height: auto;
  font-size: 16px !important;
}
/* line 264, ../sass/_navigation.scss */
#nav ul li ul li a:last-child {
  border-bottom: none;
}
/* line 274, ../sass/_navigation.scss */
#nav ul li:hover ul li a {
  line-height: 1;
  color: black;
}
/* line 278, ../sass/_navigation.scss */
#nav ul li:hover ul li a:hover {
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 287, ../sass/_navigation.scss */
#nav ul li:hover > a {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 300, ../sass/_navigation.scss */
#nav ul li.active ul li a {
  line-height: 1;
  color: black;
}
/* line 303, ../sass/_navigation.scss */
#nav ul li.active ul li a:hover {
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 312, ../sass/_navigation.scss */
#nav ul li.active ul li.active a {
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 321, ../sass/_navigation.scss */
#nav ul li.active > a {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 336, ../sass/_navigation.scss */
#nav ul li.alias-parent-active ul li.active a {
  background: #d9534f;
  color: white;
}
/* line 344, ../sass/_navigation.scss */
#nav ul li.alias-parent-active > a {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}
/* line 354, ../sass/_navigation.scss */
#nav ul li > a:hover {
  color: white;
  background: #d9534f;
  padding: 18px 25px;
  margin: 0px;
  height: auto;
}

/* line 1, ../sass/_shop.scss */
.checkoutStep {
  display: none;
}

/* line 5, ../sass/_shop.scss */
.accept-tos {
  margin: 9px 0px;
  padding: 9px;
  border: 1px solid #c09853;
}
/* line 10, ../sass/_shop.scss */
.accept-tos .spacer {
  clear: both;
  overflow: auto;
}
/* line 13, ../sass/_shop.scss */
.accept-tos .spacer span:first-child {
  float: left;
  width: 10%;
}
/* line 17, ../sass/_shop.scss */
.accept-tos .spacer span:last-child {
  float: left;
  width: 90%;
}

/* line 24, ../sass/_shop.scss */
.mws-section {
  margin-top: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border: 1px solid #bbbbbb;
  border-top: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/* line 33, ../sass/_shop.scss */
.mws-section h4.vm-title, .mws-section h1.vm-title, .mws-section ul#tabs {
  height: auto !important;
  overflow: auto !important;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px !important;
  color: black;
  font-size: 16px !important;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 50, ../sass/_shop.scss */
.mws-section h3 {
  text-transform: none;
}
/* line 54, ../sass/_shop.scss */
.mws-section .btn-small, .mws-section .btn-large, .mws-section .btn-medium {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 58, ../sass/_shop.scss */
.mws-section .mws-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*		> form {
  			border-left: $main-border-stroke $main-border-style $main-border-color;
  			border-right: $main-border-stroke $main-border-style $main-border-color;
  		}*/
}
/* line 61, ../sass/_shop.scss */
.mws-section .mws-content .spacer {
  padding: 0px;
}
/* line 65, ../sass/_shop.scss */
.mws-section .mws-content #big-product-image, .mws-section .mws-content .product-image, .mws-section .mws-content .thumbnail img, .mws-section .mws-content #thumbnails img {
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 69, ../sass/_shop.scss */
.mws-section .mws-content div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/* line 74, ../sass/_shop.scss */
.mws-section .mws-content .textarea {
  min-width: 100% !important;
  max-width: 100% !important;
}
/* line 85, ../sass/_shop.scss */
.mws-section .mws-content .adminForm span.grouped {
  clear: both;
  overflow: auto;
}
/* line 88, ../sass/_shop.scss */
.mws-section .mws-content .adminForm span.grouped span {
  display: block;
  float: left;
  width: 50% !important;
  overflow: visible;
}
/* line 95, ../sass/_shop.scss */
.mws-section .mws-content .adminForm span.grouped input[type=checkbox] {
  padding-top: 5px;
}
/* line 101, ../sass/_shop.scss */
.mws-section .mws-content .order-comment textarea.comment-textarea {
  width: 100%;
}
/* line 106, ../sass/_shop.scss */
.mws-section .mws-content .product-field .field-display {
  width: 100%;
}
/* line 111, ../sass/_shop.scss */
.mws-section .mws-content input {
  padding: 6px;
  height: auto;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
  margin: 0px;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 122, ../sass/_shop.scss */
.mws-section .mws-content input[type=checkbox], .mws-section .mws-content input[type=radio] {
  width: auto;
  margin-bottom: 0px;
}
/* line 127, ../sass/_shop.scss */
.mws-section .mws-content select {
  width: 100% !important;
}
/* line 132, ../sass/_shop.scss */
.mws-section .mws-content .vm-shopper-details .spacer {
  padding: 9px;
}
/* line 137, ../sass/_shop.scss */
.mws-section .mws-content #form-login {
  overflow: auto;
}
/* line 140, ../sass/_shop.scss */
.mws-section .mws-content #form-login .username {
  padding: 9px;
  float: left;
}
/* line 145, ../sass/_shop.scss */
.mws-section .mws-content #form-login input.btn {
  margin-top: 9px;
  display: block;
  float: left;
  width: auto;
}
/* line 155, ../sass/_shop.scss */
.mws-section .mws-content .logged-in .spacer {
  border-top: 1px solid #bbbbbb;
}
/* line 160, ../sass/_shop.scss */
.mws-section .mws-content .spacer {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 163, ../sass/_shop.scss */
.mws-section .mws-content .spacer > .btn {
  margin: 9px;
}
/* line 168, ../sass/_shop.scss */
.mws-section .mws-content .item-column {
  padding: 9px;
}
/* line 172, ../sass/_shop.scss */
.mws-section .mws-content .orderby-displaynumber-area {
  padding: 9px;
}
/* line 177, ../sass/_shop.scss */
.mws-section .mws-content #userForm .message {
  padding: 9px;
}
/* line 182, ../sass/_shop.scss */
.mws-section .mws-content .manufacturer {
  margin: 0px;
}
/* line 187, ../sass/_shop.scss */
.mws-section .mws-content #com-form-login ul.user-actions {
  padding: 0px;
}
/* line 189, ../sass/_shop.scss */
.mws-section .mws-content #com-form-login ul.user-actions li {
  padding: 0px;
}
/* line 195, ../sass/_shop.scss */
.mws-section .mws-content form[name=vm_paypal_form] {
  margin: 9px;
}
/* line 199, ../sass/_shop.scss */
.mws-section .mws-content div.vm-login-form {
  padding: 9px;
}
/* line 203, ../sass/_shop.scss */
.mws-section .mws-content .product {
  padding: 0px;
}
/* line 206, ../sass/_shop.scss */
.mws-section .mws-content .product .spacer {
  padding: 0px;
}
/* line 211, ../sass/_shop.scss */
.mws-section .mws-content .vmorder-done {
  margin: 9px;
}
/* line 215, ../sass/_shop.scss */
.mws-section .mws-content .shipment-confirm {
  padding: 9px;
}
/* line 218, ../sass/_shop.scss */
.mws-section .mws-content .shipment-confirm a {
  margin: 0px;
}
/* line 223, ../sass/_shop.scss */
.mws-section .mws-content .output-billto, .mws-section .mws-content .output-shipto {
  margin: 0px;
  padding: 9px;
}
/* line 228, ../sass/_shop.scss */
.mws-section .mws-content .payment-confirm {
  padding: 9px;
}
/* line 231, ../sass/_shop.scss */
.mws-section .mws-content .payment-confirm a {
  margin: 0px;
}
/* line 236, ../sass/_shop.scss */
.mws-section .mws-content ul#thumbnails {
  margin-top: 9px;
  padding: 0px;
  text-align: right;
  width: auto;
  height: auto;
}
/* line 243, ../sass/_shop.scss */
.mws-section .mws-content ul#thumbnails li {
  border: 0;
  width: auto;
  height: auto;
  padding: 0px;
}
/* line 249, ../sass/_shop.scss */
.mws-section .mws-content ul#thumbnails li img {
  height: 50px;
  width: 50px;
}
/* line 257, ../sass/_shop.scss */
.mws-section .mws-content .PricesalesPrice span.PricesalesPrice {
  font-size: 22px;
  text-shadow: 0px 0px 5px #eeeeee;
  font: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
}
/* line 265, ../sass/_shop.scss */
.mws-section .mws-content .first-row .login {
  border: none;
  margin: 0;
}
/* line 271, ../sass/_shop.scss */
.mws-section .mws-content .price-summary {
  padding: 9px;
  font-size: 10px;
}
/* line 275, ../sass/_shop.scss */
.mws-section .mws-content .price-summary .spacer {
  font-size: 10px;
}
/* line 279, ../sass/_shop.scss */
.mws-section .mws-content .price-summary .checkout-button-area {
  margin-top: 9px;
}
/* line 284, ../sass/_shop.scss */
.mws-section .mws-content .order-comment {
  padding: 9px;
}
/* line 288, ../sass/_shop.scss */
.mws-section .mws-content .userfield-address {
  padding: 9px;
}
/* line 292, ../sass/_shop.scss */
.mws-section .mws-content .continue-button {
  display: none;
}
/* line 296, ../sass/_shop.scss */
.mws-section .mws-content .product-area {
  padding: 9px;
}
/* line 300, ../sass/_shop.scss */
.mws-section .mws-content .product-name a {
  line-height: 1.5;
}
/* line 305, ../sass/_shop.scss */
.mws-section .mws-content .button-area {
  padding: 9px;
}
/* line 307, ../sass/_shop.scss */
.mws-section .mws-content .button-area .spacer {
  padding: 0px;
}
/* line 310, ../sass/_shop.scss */
.mws-section .mws-content .button-area .spacer button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  margin-bottom: 6px;
}
/* line 318, ../sass/_shop.scss */
.mws-section .mws-content input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 322, ../sass/_shop.scss */
.mws-section .mws-content .empty-cart {
  border-top: 1px solid #bbbbbb;
}
/* line 324, ../sass/_shop.scss */
.mws-section .mws-content .empty-cart .spacer {
  overflow: auto;
}
/* line 327, ../sass/_shop.scss */
.mws-section .mws-content .empty-cart .invoice-stripes-top {
  display: none;
}
/* line 328, ../sass/_shop.scss */
.mws-section .mws-content .empty-cart .invoice-stripes-bottom {
  display: none;
}
/* line 333, ../sass/_shop.scss */
.mws-section .mws-content .product-prices strong a {
  padding: 0px;
}
/* line 338, ../sass/_shop.scss */
.mws-section .mws-content .image-area {
  padding: 9px;
}
/* line 342, ../sass/_shop.scss */
.mws-section .mws-content .coupon-field-area {
  padding: 9px;
}
/* line 344, ../sass/_shop.scss */
.mws-section .mws-content .coupon-field-area input[type=text] {
  width: 47.5%;
  float: left;
}
/* line 349, ../sass/_shop.scss */
.mws-section .mws-content .coupon-field-area input[type=submit] {
  width: 47.5%;
  margin-left: 5%;
  float: left;
}
/* line 356, ../sass/_shop.scss */
.mws-section .mws-content #average-rating img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 360, ../sass/_shop.scss */
.mws-section .mws-content .product-description {
  padding: 9px;
}
/* line 362, ../sass/_shop.scss */
.mws-section .mws-content .product-description span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 0px;
  color: black;
  font-size: 12px !important;
}
/* line 372, ../sass/_shop.scss */
.mws-section .mws-content .product-centered .product-thumbnail {
  padding: 9px;
  margin: 0px;
}
/* line 379, ../sass/_shop.scss */
.mws-section .mws-content .orderby .orderlist-container .activeOrder {
  padding: 0px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 382, ../sass/_shop.scss */
.mws-section .mws-content .orderby .orderlist-container .activeOrder a {
  padding: 6px;
}
/* line 389, ../sass/_shop.scss */
.mws-section .mws-content div.addtocart-area {
  margin-top: 0;
  padding-top: 0;
}
/* line 394, ../sass/_shop.scss */
.mws-section .mws-content .addtocart-button-area {
  display: block;
  float: left;
  width: 70%;
  margin: 0px;
  padding: 9px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 402, ../sass/_shop.scss */
.mws-section .mws-content .addtocart-button-area input#addtocart {
  width: 100%;
  padding: 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 1.5;
  font-size: 12px;
}
/* line 412, ../sass/_shop.scss */
.mws-section .mws-content .quantity .spacer {
  overflow: auto;
  clear: both;
}
/* line 417, ../sass/_shop.scss */
.mws-section .mws-content .quantity input[type=text] {
  font-weight: normal;
  margin: 0;
  margin-top: 6px;
  text-align: right;
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: auto;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 6px;
  width: 50%;
  float: left;
}
/* line 432, ../sass/_shop.scss */
.mws-section .mws-content .quantity input[type=submit] {
  margin: 0px;
  margin-left: 10%;
  margin-top: 9px;
  width: 40%;
  width: auto;
  float: left;
}
/* line 442, ../sass/_shop.scss */
.mws-section .mws-content span.quantity-field {
  display: block;
  float: left;
  width: 20%;
  margin: 0px;
  padding: 9px;
  padding-left: 0px;
}
/* line 449, ../sass/_shop.scss */
.mws-section .mws-content span.quantity-field input.quantity-input {
  font-weight: normal;
  text-align: right;
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: auto;
  width: 100%;
  margin: 0;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 6px;
}
/* line 463, ../sass/_shop.scss */
.mws-section .mws-content span.quantity-controls {
  display: block;
  float: left;
  width: 10% !important;
  margin: 0px;
  padding: 9px;
  padding-left: 0px;
  width: auto;
  overflow: hidden;
}
/* line 474, ../sass/_shop.scss */
.mws-section .mws-content span.quantity-controls input {
  display: block;
}
/* line 479, ../sass/_shop.scss */
.mws-section .mws-content .icons-navigation-area, .mws-section .mws-content .back-to-category {
  float: none;
  padding: 0px;
  text-align: right;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border-top: 1px solid #bbbbbb;
}
/* line 487, ../sass/_shop.scss */
.mws-section .mws-content .icons-navigation-area a, .mws-section .mws-content .back-to-category a {
  background: transparent;
  color: black;
  margin: 0px;
  padding: 9px;
  height: 100%;
  border: none;
  margin-right: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 2;
  border-left: 1px solid #bbbbbb;
}
/* line 499, ../sass/_shop.scss */
.mws-section .mws-content .icons-navigation-area a:hover, .mws-section .mws-content .back-to-category a:hover {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* line 508, ../sass/_shop.scss */
.mws-section .mws-content #product-information {
  padding: 9px;
}
/* line 510, ../sass/_shop.scss */
.mws-section .mws-content #product-information .spacer {
  border: 1px solid #bbbbbb;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 515, ../sass/_shop.scss */
.mws-section .mws-content #product-information .spacer > h1 {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 528, ../sass/_shop.scss */
.mws-section .mws-content #product-information .spacer br {
  display: none;
}
/* line 532, ../sass/_shop.scss */
.mws-section .mws-content #product-information .spacer > div {
  padding: 9px;
  margin: 0px;
}
/* line 540, ../sass/_shop.scss */
.mws-section .mws-content .product-short-description {
  padding: 9px;
  margin: 0px;
  line-height: 1;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 552, ../sass/_shop.scss */
.mws-section .mws-content .product-short-description .spacer {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  padding: 0px !important;
  margin: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 563, ../sass/_shop.scss */
.mws-section .mws-content .product-image-area {
  padding: 9px;
}
/* line 565, ../sass/_shop.scss */
.mws-section .mws-content .product-image-area .spacer {
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}

/* line 574, ../sass/_shop.scss */
ul.vmaccordionmenu {
  margin: 0px;
  padding: 0px;
}
/* line 578, ../sass/_shop.scss */
ul.vmaccordionmenu li {
  border-top: 1px solid #bbbbbb;
}
/* line 582, ../sass/_shop.scss */
ul.vmaccordionmenu li a {
  padding: all 200ms linear;
  display: block;
  width: 100%;
  font-size: 12px;
  padding-bottom: 9px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 9px;
  color: black;
}
/* line 592, ../sass/_shop.scss */
ul.vmaccordionmenu li a:hover {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* line 601, ../sass/_shop.scss */
#vmCartModule {
  padding: 0px;
}
/* line 603, ../sass/_shop.scss */
#vmCartModule .vm_cart_products {
  clear: both;
}
/* line 606, ../sass/_shop.scss */
#vmCartModule .vm_cart_products .container {
  margin: 0px;
  padding: 9px;
}
/* line 611, ../sass/_shop.scss */
#vmCartModule .vm_cart_products .product_row {
  line-height: 1.5;
}
/* line 616, ../sass/_shop.scss */
#vmCartModule .total_products {
  padding: 9px;
  border-top: 1px solid #bbbbbb;
  float: initial;
  overflow: hidden;
}
/* line 623, ../sass/_shop.scss */
#vmCartModule .total {
  font-weight: normal;
  margin: 0px;
  padding: 9px;
  overflow: auto;
  float: initial !important;
  font-size: 12px;
  clear: both;
}
/* line 634, ../sass/_shop.scss */
#vmCartModule .show_cart {
  clear: both;
  overflow: auto;
  width: 100%;
}
/* line 638, ../sass/_shop.scss */
#vmCartModule .show_cart a {
  text-align: center;
  width: 100%;
  padding: 5px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  color: black;
  border-top: 1px solid #bbbbbb;
}
/* line 646, ../sass/_shop.scss */
#vmCartModule .show_cart a:hover {
  background: #d9534f;
  color: white;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* line 655, ../sass/_shop.scss */
.vmgroup-normal2 {
  text-align: center;
}
/* line 657, ../sass/_shop.scss */
.vmgroup-normal2 .vmproduct-normal2 {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  clear: both;
  overflow: visible;
  margin: auto;
}
/* line 663, ../sass/_shop.scss */
.vmgroup-normal2 .vmproduct-normal2 > div {
  float: left;
  overflow: visible;
  margin: 6px 20px;
}
/* line 669, ../sass/_shop.scss */
.vmgroup-normal2 .vmproduct-normal2 a {
  overflow: visible;
  width: 170px;
  display: block;
}
/* line 675, ../sass/_shop.scss */
.vmgroup-normal2 .vmproduct-normal2 img {
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}

/* line 1, ../sass/_forum.scss */
#Kunena {
  margin-left: 1px;
  margin-right: -1px;
}
/* line 5, ../sass/_forum.scss */
#Kunena * {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  color: black !important;
}
/* line 11, ../sass/_forum.scss */
#Kunena a, #Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
  color: #d9534f !important;
}
/* line 15, ../sass/_forum.scss */
#Kunena * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizelegibility !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: none;
}
/* line 22, ../sass/_forum.scss */
#Kunena img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/_forum.scss */
#Kunena p {
  line-height: 2 !important;
}
/* line 31, ../sass/_forum.scss */
#Kunena a {
  color: #d9534f !important;
  text-decoration: none !important;
  padding: 0px !important;
}
/* line 37, ../sass/_forum.scss */
#Kunena .ksth {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  border-bottom: 1px solid #bbbbbb !important;
}
/* line 42, ../sass/_forum.scss */
#Kunena h1, #Kunena h2, #Kunena h3 {
  line-height: 1 !important;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: black !important;
  text-transform: uppercase !important;
  margin: 0px !important;
  padding: 14px 16px 12px !important;
  text-shadow: 1px 1px 1px white !important;
}
/* line 54, ../sass/_forum.scss */
#Kunena .kcol-last {
  border-bottom: 0 !important;
}
/* line 58, ../sass/_forum.scss */
#Kunena input {
  padding: 6px !important;
}
/* line 60, ../sass/_forum.scss */
#Kunena input[type=text], #Kunena input[type=email], #Kunena input textarea {
  width: auto !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  outline: none !important;
  border: 1px solid #bbbbbb !important;
}
/* line 68, ../sass/_forum.scss */
#Kunena input[type=checkbox], #Kunena input[type=radio] {
  margin-right: 10px !important;
  width: auto !important;
}
/* line 73, ../sass/_forum.scss */
#Kunena input[type=button], #Kunena input[type=submit], #Kunena input .btn {
  padding: background-position 0.1s linear;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(top, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462, #51a351);
  background: -o-linear-gradient(top, #62c462, #51a351);
  background: linear-gradient(top, #62c462, #51a351);
  color: white !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  border: 1px solid #bbbbbb !important;
  border-top-color: rgba(0, 0, 0, 0.09804) !important;
  border-right-color: rgba(0, 0, 0, 0.09804) !important;
  border-bottom-color: rgba(0, 0, 0, 0.24706) !important;
  border-left-color: rgba(0, 0, 0, 0.09804) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px !important;
}
/* line 89, ../sass/_forum.scss */
#Kunena input[type=button]:hover, #Kunena input[type=submit]:hover, #Kunena input .btn:hover {
  background: #51a351 !important;
  color: white !important;
  border: 1px solid #bbbbbb !important;
  border-top-color: rgba(0, 0, 0, 0.09804) !important;
  border-right-color: rgba(0, 0, 0, 0.09804) !important;
  border-bottom-color: rgba(0, 0, 0, 0.24706) !important;
  border-left-color: rgba(0, 0, 0, 0.09804) !important;
}
/* line 101, ../sass/_forum.scss */
#Kunena select {
  padding: 6px !important;
}
/* line 105, ../sass/_forum.scss */
#Kunena .button, #Kunena button {
  padding: background-position 0.1s linear;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(top, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462, #51a351);
  background: -o-linear-gradient(top, #62c462, #51a351);
  background: linear-gradient(top, #62c462, #51a351);
  color: white !important;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  border: 1px solid #bbbbbb !important;
  border-top-color: rgba(0, 0, 0, 0.09804) !important;
  border-right-color: rgba(0, 0, 0, 0.09804) !important;
  border-bottom-color: rgba(0, 0, 0, 0.24706) !important;
  border-left-color: rgba(0, 0, 0, 0.09804) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 121, ../sass/_forum.scss */
#Kunena .button:hover, #Kunena button:hover {
  background: #51a351 !important;
  color: white !important;
  border: 1px solid #bbbbbb !important;
  border-top-color: rgba(0, 0, 0, 0.09804) !important;
  border-right-color: rgba(0, 0, 0, 0.09804) !important;
  border-bottom-color: rgba(0, 0, 0, 0.24706) !important;
  border-left-color: rgba(0, 0, 0, 0.09804) !important;
}
/* line 131, ../sass/_forum.scss */
#Kunena .kcredits {
  display: none;
}
/* line 135, ../sass/_forum.scss */
#Kunena td.kbuttonbar-left {
  padding: 9px !important;
}
/* line 137, ../sass/_forum.scss */
#Kunena td.kbuttonbar-left .kmessage-editmarkup-cover {
  padding: 3px !important;
  margin-bottom: 3px;
}
/* line 143, ../sass/_forum.scss */
#Kunena #ktop {
  border: 0 !important;
}
/* line 147, ../sass/_forum.scss */
#Kunena div.kblock {
  border: 0 !important;
  border-bottom: 1px solid #bbbbbb !important;
}
/* line 152, ../sass/_forum.scss */
#Kunena .kfooter {
  display: none;
}
/* line 157, ../sass/_forum.scss */
#Kunena table.klist-actions td, #Kunena .klist-actions-bottom td {
  padding: 6px !important;
}
/* line 162, ../sass/_forum.scss */
#Kunena .klist-markallcatsread {
  padding: 6px !important;
}
/* line 166, ../sass/_forum.scss */
#Kunena .klist-bottom {
  padding: 0px !important;
}
/* line 170, ../sass/_forum.scss */
#Kunena div.kbody {
  overflow: auto;
  padding: 0px !important;
}
/* line 175, ../sass/_forum.scss */
#Kunena .select-toggle {
  height: 0px !important;
}
/* line 179, ../sass/_forum.scss */
#Kunena .kavatar-lg {
  border-color: #c3c3c3 !important;
}
/* line 183, ../sass/_forum.scss */
#Kunena form#jumpto {
  margin: 0px !important;
  padding: 6px !important;
}
/* line 188, ../sass/_forum.scss */
#Kunena .kcontenttablespacer {
  height: 0px !important;
  line-height: 0px !important;
  padding: 0px !important;
}
/* line 194, ../sass/_forum.scss */
#Kunena div.kpbox {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
}
/* line 198, ../sass/_forum.scss */
#Kunena .kcenter {
  border-top: 1px solid #bbbbbb !important;
}
/* line 202, ../sass/_forum.scss */
#Kunena td.kcol-first, #Kunena td.kcol-mid {
  border: 0 !important;
}
/* line 210, ../sass/_forum.scss */
#Kunena div.kmsg-header {
  padding: 0px !important;
  border: 0 !important;
  border: none !important;
  position: relative;
}
/* line 216, ../sass/_forum.scss */
#Kunena div.kmsg-header span.ktoggler {
  margin: 9px;
  overflow: auto !important;
  top: 0px !important;
  right: 0px !important;
  display: block !important;
  height: AUTO !important;
  position: absolute !important;
  background: #999;
}
/* line 227, ../sass/_forum.scss */
#Kunena div.kmsg-header h2 {
  height: auto;
  overflow: auto;
  border: 1px solid #bbbbbb !important;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
}
/* line 233, ../sass/_forum.scss */
#Kunena div.kmsg-header h2 a, #Kunena div.kmsg-header h2 span {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  color: black !important;
}
/* line 241, ../sass/_forum.scss */
#Kunena .klist-actions-forum {
  height: auto !important;
  margin: 0px !important;
}
/* line 246, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row {
  height: auto !important;
  width: auto !important;
  margin: 0px !important;
}
/* line 250, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row .kicon-button {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)) !important;
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
  background: linear-gradient(top, #ffffff, #e6e6e6) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  margin: 0px !important;
  border-color: rgba(0, 0, 0, 0.14902);
  border-style: solid;
  border-width: 1px;
  margin-right: 6px !important;
}
/* line 260, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row .kicon-button:last-child {
  margin-right: 0px !important;
}
/* line 263, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row .kicon-button > span {
  padding: 0px !important;
  background: none !important;
}
/* line 266, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row .kicon-button > span span {
  text-transform: none !important;
  padding: 6px !important;
  margin: 0px 6px !important;
  width: auto;
  height: auto;
}
/* line 273, ../sass/_forum.scss */
#Kunena div.kmessage-buttons-row .kicon-button > span span:hover {
  text-decoration: none !important;
}
/* line 281, ../sass/_forum.scss */
#Kunena td.klist-actions-forum {
  padding: 9px;
  padding-top: 0px;
}
/* line 284, ../sass/_forum.scss */
#Kunena td.klist-actions-forum div.kmessage-buttons-row {
  margin-top: 9px;
}
/* line 289, ../sass/_forum.scss */
#Kunena div.userlist-jump {
  padding: 9px !important;
}
/* line 295, ../sass/_forum.scss */
#Kunena #kuserlist-bottom ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: false !important;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: auto;
  width: auto;
  padding: 6px 9px !important;
  border: 1px solid #bbbbbb !important;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  margin-right: 3px !important;
}
/* line 303, ../sass/_forum.scss */
#Kunena #kuserlist-bottom ul li a {
  color: #d9534f !important;
  margin: 0px !important;
  border: 0 !important;
  background: transparent !important;
}
/* line 310, ../sass/_forum.scss */
#Kunena #kuserlist-bottom ul li span {
  margin: 0px;
  padding: 0px;
}
/* line 315, ../sass/_forum.scss */
#Kunena #kuserlist-bottom ul li.active {
  margin: 0px !important;
  margin-right: 3px !important;
}
/* line 322, ../sass/_forum.scss */
#Kunena #kuserlist-bottom ul li:last-child {
  margin-right: 0px !important;
}
/* line 330, ../sass/_forum.scss */
#Kunena td.klist-pages-all ul {
  padding: 0px !important;
}
/* line 334, ../sass/_forum.scss */
#Kunena td.klist-pages-all li {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 21px;
  height: auto;
  width: auto;
  padding: 6px 9px !important;
  border: 1px solid #bbbbbb !important;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  margin-right: 3px !important;
}
/* line 343, ../sass/_forum.scss */
#Kunena td.klist-pages-all li a {
  color: #d9534f !important;
  margin: 0px !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 21px;
}
/* line 351, ../sass/_forum.scss */
#Kunena td.klist-pages-all li span {
  margin: 0px;
  padding: 0px;
  line-height: 21px;
}
/* line 357, ../sass/_forum.scss */
#Kunena td.klist-pages-all li.active {
  margin: 0px !important;
  margin-right: 3px !important;
}
/* line 364, ../sass/_forum.scss */
#Kunena td.klist-pages-all li:last-child {
  margin-right: 0px !important;
}
/* line 370, ../sass/_forum.scss */
#Kunena .kheader {
  padding: 0px !important;
  border: 0 !important;
  position: relative;
}
/* line 375, ../sass/_forum.scss */
#Kunena .kheader span.ktoggler {
  margin: 9px;
  overflow: auto !important;
  top: 0px !important;
  right: 0px !important;
  display: block !important;
  height: AUTO !important;
  position: absolute !important;
  background: #999;
}
/* line 386, ../sass/_forum.scss */
#Kunena .kheader h2 {
  height: auto;
  overflow: auto;
  border: 1px solid #bbbbbb !important;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
}
/* line 392, ../sass/_forum.scss */
#Kunena .kheader h2 a, #Kunena .kheader h2 span {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  color: black !important;
}

/* Background */
/* line 19, ../sass/style.scss */
#container {
  background: url("../images/site/siteback.jpg") fixed left top no-repeat;
  padding-bottom: 9px;
}

/* line 26, ../sass/style.scss */
#headercontainer {
  background: transparent;
  background: black url("../images/header_background.jpg") fixed left top no-repeat;
}

/* line 33, ../sass/style.scss */
#footerarea {
  -webkit-box-shadow: inset 0px 15px 20px 0px black;
  -moz-box-shadow: inset 0px 15px 20px 0px black;
  box-shadow: inset 0px 15px 20px 0px black;
  overflow: hidden;
  background: black url("../images/footer_background.jpg") left no-repeat;
}

/* GENERAL CSS  
--------------------------------------------------------------------------------------------------------------------- */
/* line 44, ../sass/style.scss */
#system-message > dd > ul {
  border: 1px solid #0055bb;
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 50, ../sass/style.scss */
#system-message dd.message ul {
  background: #CCCCFF;
}

/* line 54, ../sass/style.scss */
a[name] {
  padding: 0;
}

/* line 59, ../sass/style.scss */
.moduletable {
  margin: 0px;
  margin-top: 9px;
}

/* line 64, ../sass/style.scss */
.custom {
  margin: 0px;
}

/* line 68, ../sass/style.scss */
#container {
  border: 0px;
}

/* line 72, ../sass/style.scss */
.website-logo {
  height: 100px;
}

/* line 76, ../sass/style.scss */
.nav-pills li {
  padding: 0px;
}

/* line 80, ../sass/style.scss */
a.block {
  display: block;
  margin: 0px;
  margin-bottom: 9px;
  text-align: center;
}
/* line 86, ../sass/style.scss */
a.block .videos {
  /*background: url('../images/logo/videos_background.jpg');*/
  background: url("../images/logo/videos.png") no-repeat center center;
  margin: auto;
  height: 128px;
  width: 128px;
}
/* line 94, ../sass/style.scss */
a.block .bilder {
  /*		background: url('../images/logo/bilder_background.jpg');*/
  background: url("../images/logo/gallerie.png") no-repeat center center;
  margin: auto;
  height: 128px;
  width: 128px;
}
/* line 102, ../sass/style.scss */
a.block .downloads {
  /*background: url('../images/logo/downloads_background.jpg');*/
  background: url("../images/logo/download.png") no-repeat center center;
  margin: auto;
  height: 128px;
  width: 128px;
}
/* line 110, ../sass/style.scss */
a.block h2 {
  font-size: 56px;
}

/* LAYOUT CSS
--------------------------------------------------------------------------------------------------------------------- */
/* line 118, ../sass/style.scss */
#header {
  text-align: left;
}

/* line 122, ../sass/style.scss */
#header {
  margin: 0px;
  padding: 10px 0px;
  border: none;
  margin-left: 1.1%;
  margin-right: 1.1%;
  text-align: left;
  background: transparent;
}

/* line 132, ../sass/style.scss */
#backtotop {
  margin: 5px;
}

/* line 136, ../sass/style.scss */
.magnifyarea img {
  max-width: initial;
}

/* Top -------------------------------------------------------------------------------------------------------- */
/* Footer -------------------------------------------------------------------------------------------------------- */
/* line 147, ../sass/style.scss */
#footerwrap {
  background: transparent;
}

/* Slider -------------------------------------------------------------------------------------------------------- */
/* line 153, ../sass/style.scss */
#slidewrap {
  margin: 0px;
  /*	 background: #f7f7f7; @include background(linear-gradient(bottom, $module-gradient-bottom-color 0%, $module-gradient-top-color 90%));
  	border-bottom: $module-border-stroke $module-border-style $module-border-color; */
}

/* line 158, ../sass/style.scss */
#slidewrap .custom-banner {
  line-height: 0;
  overflow: hidden;
}

/* line 163, ../sass/style.scss */
#slidewrap .flexslider {
  margin: 0px;
  padding-bottom: 0px;
  background: transparent !important;
}

/* line 169, ../sass/style.scss */
#slidewrap .flex-control-nav {
  position: initial;
  display: table;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 179, ../sass/style.scss */
#slidewrap .flex-control-nav li {
  display: table-cell;
  background: transparent;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 186, ../sass/style.scss */
#slidewrap .flex-control-nav li a {
  width: 100%;
  height: 2px !important;
  margin: 0px;
  padding: 0px;
  background: transparent;
  display: block;
}

/* line 195, ../sass/style.scss */
#slidewrap .flex-control-nav li a.active {
  background: #d9534f;
}

/* Joomla! Modules CSS -------------------------------------------------------------------------------------------------------- */
/* line 203, ../sass/style.scss */
#advertwrap {
  width: 100%;
  overflow: auto;
}

/* FB Activities */
/* line 210, ../sass/style.scss */
#fb-root {
  padding: 0 !important;
  margin: 0 !important;
  color: blue;
}

/* line 216, ../sass/style.scss */
.mod_fbplugins_likebutton-facebook {
  text-align: center;
}
/* line 218, ../sass/style.scss */
.mod_fbplugins_likebutton-facebook span {
  margin: auto;
}

/* line 223, ../sass/style.scss */
.mod_fbplugins_likebox-facebook, .mod_fbplugins_comments, .fb_edge_widget_with_comment, .mod_fbplugins_comments-normal {
  margin: 0px;
  padding: 0px !important;
  overflow: auto;
}
/* line 227, ../sass/style.scss */
.mod_fbplugins_likebox-facebook div, .mod_fbplugins_comments div, .fb_edge_widget_with_comment div, .mod_fbplugins_comments-normal div {
  width: 100% !important;
}
/* line 229, ../sass/style.scss */
.mod_fbplugins_likebox-facebook div span, .mod_fbplugins_comments div span, .fb_edge_widget_with_comment div span, .mod_fbplugins_comments-normal div span {
  width: 100% !important;
}
/* line 231, ../sass/style.scss */
.mod_fbplugins_likebox-facebook div span iframe, .mod_fbplugins_comments div span iframe, .fb_edge_widget_with_comment div span iframe, .mod_fbplugins_comments-normal div span iframe {
  width: 100% !important;
  border: none !important;
}

/* JEvents */
/* line 241, ../sass/style.scss */
table.cal_table {
  border: none;
}
/* line 244, ../sass/style.scss */
table.cal_table tr a {
  display: block;
  padding: 9px;
}
/* line 248, ../sass/style.scss */
table.cal_table tr a.addjevent {
  display: none;
}
/* line 253, ../sass/style.scss */
table.cal_table tr .eventfull {
  margin: 3px;
  border: #bbbbbb 1px solid;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 257, ../sass/style.scss */
table.cal_table tr .eventfull .eventstyle {
  border: none;
  padding: 0px;
}
/* line 261, ../sass/style.scss */
table.cal_table tr .eventfull .eventstyle a {
  padding: 3px;
}
/* line 267, ../sass/style.scss */
table.cal_table tr:first-child {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border: none;
}
/* line 270, ../sass/style.scss */
table.cal_table tr:first-child td {
  background: transparent;
  border: 0px;
  border-bottom: #bbbbbb 1px solid;
  border-right: #bbbbbb 1px solid;
  color: black;
  font-size: 10px;
}
/* line 278, ../sass/style.scss */
table.cal_table tr:first-child td:last-child {
  border-right: 0;
}
/* line 282, ../sass/style.scss */
table.cal_table tr:first-child td:first-child {
  border-left: 0;
}
/* line 286, ../sass/style.scss */
table.cal_table tr:first-child td span {
  color: black;
}
/* line 292, ../sass/style.scss */
table.cal_table tr td {
  background: white;
  border-bottom: #bbbbbb 1px solid;
  border-right: #bbbbbb 1px solid;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
}
/* line 300, ../sass/style.scss */
table.cal_table tr td a.cal_daylink {
  font-size: 30px;
  font-weight: normal;
}
/* line 306, ../sass/style.scss */
table.cal_table tr td.cal_td_today {
  border-left: none;
  border-top: none;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 312, ../sass/style.scss */
table.cal_table tr td.cal_td_weeklink {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 314, ../sass/style.scss */
table.cal_table tr td.cal_td_weeklink a {
  font-weight: bold;
  color: black !important;
}
/* line 321, ../sass/style.scss */
table.cal_table tr td.cal_td_dayshasevents a.cal_daylink {
  display: none;
}
/* line 326, ../sass/style.scss */
table.cal_table tr td.cal_td_daysoutofmonth {
  background: #ccc;
}
/* line 330, ../sass/style.scss */
table.cal_table tr td:last-child {
  border-right: 0;
}
/* line 334, ../sass/style.scss */
table.cal_table tr td:first-child {
  border-left: 0;
}

/* line 343, ../sass/style.scss */
table.mod_events_monthyear {
  width: 100% !important;
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
  color: black;
  border-top: #bbbbbb 1px solid;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 351, ../sass/style.scss */
table.mod_events_monthyear td {
  padding: 0px !important;
  display: inline-block;
}
/* line 355, ../sass/style.scss */
table.mod_events_monthyear td a {
  padding: 6px;
}
/* line 366, ../sass/style.scss */
table.mod_events_monthyear div, table.mod_events_monthyear a {
  float: left;
  font-weight: normal !important;
  display: block;
  height: 100%;
  padding: 6px;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  color: black !important;
}
/* line 374, ../sass/style.scss */
table.mod_events_monthyear div:hover, table.mod_events_monthyear a:hover {
  color: #d9534f !important;
}
/* line 381, ../sass/style.scss */
table.mod_events_monthyear div {
  padding: 6px 9px;
  color: black;
}
/* line 384, ../sass/style.scss */
table.mod_events_monthyear div:hover {
  color: #d9534f !important;
}
/* line 391, ../sass/style.scss */
table.mod_events_table {
  width: 100% !important;
  border: none;
  margin: 0px;
  margin-bottom: 1px;
}
/* line 398, ../sass/style.scss */
table.mod_events_table td a {
  padding: 6px;
}
/* line 403, ../sass/style.scss */
table.mod_events_table .mod_events_dayname {
  border-top: #bbbbbb 1px solid;
  border-bottom: #bbbbbb 1px solid;
}
/* line 406, ../sass/style.scss */
table.mod_events_table .mod_events_dayname .mod_events_td_dayname {
  padding: 6px;
  border: none;
  color: black;
  background: transparent;
}
/* line 414, ../sass/style.scss */
table.mod_events_table td.mod_events_td_daynoevents {
  padding: 0px !important;
}
/* line 416, ../sass/style.scss */
table.mod_events_table td.mod_events_td_daynoevents a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
/* line 421, ../sass/style.scss */
table.mod_events_table td.mod_events_td_daynoevents a:hover {
  font-weight: bold;
  color: #d9534f;
}
/* line 428, ../sass/style.scss */
table.mod_events_table td.mod_events_td_daywithevents {
  border: none;
  padding: 0px !important;
}
/* line 431, ../sass/style.scss */
table.mod_events_table td.mod_events_td_daywithevents a {
  border: none;
  font-weight: bold;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  border: 1px solid #d71724;
  background: #d9534f;
}
/* line 443, ../sass/style.scss */
table.mod_events_table td.mod_events_td_dayoutofmonth {
  margin: 2px;
  padding: 0px !important;
}
/* line 448, ../sass/style.scss */
table.mod_events_table td.mod_events_td_todaynoevents {
  padding: 0px !important;
  border: none;
}
/* line 451, ../sass/style.scss */
table.mod_events_table td.mod_events_td_todaynoevents a.mod_events_daylink {
  font-weight: bold;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  border: #bbbbbb 1px solid;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}

/* main content */
/* line 467, ../sass/style.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  min-height: 0px;
}

/* Tabs, etc. */
/* line 474, ../sass/style.scss */
.jwts_tabberlive {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 479, ../sass/style.scss */
ul.jwts_tabbernav {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9)) !important;
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%) !important;
}

/* line 489, ../sass/style.scss */
ul.jwts_tabbernav li {
  width: 33.3% !important;
  background: none !important;
  padding: 0px !important;
  display: inline-block !important;
}

/* line 496, ../sass/style.scss */
ul.jwts_tabbernav li:last-child {
  width: 33.4% !important;
}

/* line 500, ../sass/style.scss */
ul.jwts_tabbernav li a {
  width: 100% !important;
  text-transform: uppercase;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  background: none !important;
  padding: 14px 16px 12px !important;
  text-align: center !important;
  display: block !important;
  border: none !important;
  color: black !important;
  border: 1px solid transparent !important;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  margin-bottom: -1px !important;
}

/* line 516, ../sass/style.scss */
ul.jwts_tabbernav li.jwts_tabberactive a, ul.jwts_tabbernav li.jwts_tabberactive a:hover {
  background: #d9534f !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #d9534f !important;
  color: white !important;
}

/* line 523, ../sass/style.scss */
ul.jwts_tabbernav li a:hover {
  color: white !important;
  background: #d9534f !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* line 529, ../sass/style.scss */
.jwts_clr {
  display: none;
}

/* line 533, ../sass/style.scss */
.jwts_tabberlive div.jwts_tabbertab {
  margin: 0px !important;
  border: none !important;
  border-top: 1px solid #bbbbbb !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 539, ../sass/style.scss */
.jwts_tabberlive div.jwts_tabbertab a {
  padding: 0;
}
/* line 543, ../sass/style.scss */
.jwts_tabberlive div.jwts_tabbertab a.button {
  padding: 6px 12px;
}

/* line 549, ../sass/style.scss */
div.sp_social ul {
  text-align: left;
  padding: 6px 0 !important;
  float: left !important;
}

/* line 556, ../sass/style.scss */
#vipervideopro {
  overflow: auto;
  padding: 0px !important;
}
/* line 560, ../sass/style.scss */
#vipervideopro #videowrapper {
  height: auto;
  overflow: auto;
  width: 100% !important;
}
/* line 567, ../sass/style.scss */
#vipervideopro #vipervideo {
  width: 70% !important;
  height: 500px !important;
  border: 0px;
}
/* line 572, ../sass/style.scss */
#vipervideopro #vipervideo iframe {
  width: 100% !important;
  height: 100% !important;
}
/* line 578, ../sass/style.scss */
#vipervideopro .gallery {
  margin: 0px !important;
  background: none;
  padding: 0px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  width: 100% !important;
}
/* line 586, ../sass/style.scss */
#vipervideopro .gallery .holder {
  z-index: 2000;
  width: 100% !important;
}
/* line 590, ../sass/style.scss */
#vipervideopro .gallery .holder ul {
  text-align: left;
}
/* line 593, ../sass/style.scss */
#vipervideopro .gallery .holder ul li a {
  padding: 0px;
}
/* line 597, ../sass/style.scss */
#vipervideopro .gallery .holder ul li div {
  padding: 0px;
  color: black;
}
/* line 604, ../sass/style.scss */
#vipervideopro .gallery .holder ul li img {
  border: 0;
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 611, ../sass/style.scss */
#vipervideopro .gallery .holder ul li:hover div {
  color: #d9534f;
}
/* line 622, ../sass/style.scss */
#vipervideopro .gallery a.prev {
  position: absolute;
  z-index: 3000;
  width: 64px;
  height: 64px !important;
  left: 0px;
  bottom: 45px;
  padding: 0px;
  background: transparent url("../images/icons/right_arrow.png") center center;
}
/* line 632, ../sass/style.scss */
#vipervideopro .gallery a.prev span {
  display: none;
}
/* line 637, ../sass/style.scss */
#vipervideopro .gallery a.next {
  background: transparent url("../images/icons/left_arrow.png") center center;
  position: absolute;
  width: 64px;
  height: 64px !important;
  z-index: 3000;
  right: 0px;
  bottom: 45px;
  padding: 0px;
}
/* line 647, ../sass/style.scss */
#vipervideopro .gallery a.next span {
  display: none;
}

/* Module variations */
/* line 664, ../sass/style.scss */
#maincontent {
  margin: 0 9px;
}
/* line 667, ../sass/style.scss */
#maincontent .clearfix {
  display: inherit;
}

/* line 672, ../sass/style.scss */
.item-page {
  background: white;
  border: 1px solid #bbbbbb;
  margin: 0px;
  margin-top: 9px;
}
/* line 679, ../sass/style.scss */
.item-page h2.title, .item-page > h1:first-child {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 692, ../sass/style.scss */
.item-page h2 {
  padding-left: 0px;
}
/* line 696, ../sass/style.scss */
.item-page .img-fulltext-right {
  float: left;
}
/* line 700, ../sass/style.scss */
.item-page .img-fulltext-left {
  float: left;
}
/* line 704, ../sass/style.scss */
.item-page > div {
  background: white;
  padding: 9px;
}
/* line 708, ../sass/style.scss */
.item-page > div p, .item-page > div span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
}
/* line 713, ../sass/style.scss */
.item-page > div p:last-child, .item-page > div span:last-child {
  margin: 0px;
}
/* line 721, ../sass/style.scss */
.item-page.soundcloud {
  border: none;
  background: transparent;
}
/* line 725, ../sass/style.scss */
.item-page.soundcloud > div {
  padding: 0px;
  background: transparent;
}
/* line 730, ../sass/style.scss */
.item-page.soundcloud iframe {
  height: 508px;
}

/* line 736, ../sass/style.scss */
.registration, .profile {
  background: white;
  border: 1px solid #bbbbbb;
  margin: 0px;
  margin-top: 9px;
}
/* line 743, ../sass/style.scss */
.registration form > div, .profile form > div {
  padding: 9px;
}
/* line 747, ../sass/style.scss */
.registration > a, .profile > a {
  padding: background-position 0.1s linear;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(top, #62c462, #51a351);
  background: -moz-linear-gradient(top, #62c462, #51a351);
  background: -o-linear-gradient(top, #62c462, #51a351);
  background: linear-gradient(top, #62c462, #51a351);
  color: #fff;
  padding: 6px 12px;
  margin: 9px;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.09804);
  border-right-color: rgba(0, 0, 0, 0.09804);
  border-bottom-color: rgba(0, 0, 0, 0.24706);
  border-left-color: rgba(0, 0, 0, 0.09804);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 765, ../sass/style.scss */
.registration fieldset, .profile fieldset {
  border: none;
  padding: 0;
  margin: 0px;
  overflow: auto;
}
/* line 770, ../sass/style.scss */
.registration fieldset legend, .profile fieldset legend {
  line-height: 1;
  margin: 0px;
  width: 100%;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 784, ../sass/style.scss */
.registration fieldset dl, .profile fieldset dl {
  margin: 0px;
  padding: 9px;
}

/* line 791, ../sass/style.scss */
.category-list {
  background: white;
  border: 1px solid #bbbbbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  margin-top: 9px;
}
/* line 792, ../sass/style.scss */
.category-list .title {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 810, ../sass/style.scss */
.category-list > h1:first-child {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 822, ../sass/style.scss */
.category-list fieldset.filters {
  padding: 6px;
  width: 100%;
  margin: 0px !important;
  display: block;
  text-align: right;
}
/* line 829, ../sass/style.scss */
.category-list fieldset.filters select {
  margin-left: 6px;
  padding: 6px;
  outline: none;
}
/* line 834, ../sass/style.scss */
.category-list fieldset.filters select option {
  padding: 3px;
}
/* line 840, ../sass/style.scss */
.category-list .cat-items {
  background: white;
  padding: 0px;
  margin: 0px;
}
/* line 845, ../sass/style.scss */
.category-list .cat-items table.category {
  margin: 0px;
  width: 100%;
  border: none;
}
/* line 851, ../sass/style.scss */
.category-list .cat-items table.category tr:first-child td {
  border-top: 0;
}
/* line 856, ../sass/style.scss */
.category-list .cat-items table.category td {
  border-left: none;
  border-right: none;
}
/* line 860, ../sass/style.scss */
.category-list .cat-items table.category td.list-date {
  text-align: right;
}
/* line 868, ../sass/style.scss */
.category-list .pagination {
  margin: 0px;
  padding: 0px;
}
/* line 871, ../sass/style.scss */
.category-list .pagination .counter {
  display: none;
}
/* line 875, ../sass/style.scss */
.category-list .pagination ul {
  padding: 0px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 878, ../sass/style.scss */
.category-list .pagination ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: "false";
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #bbbbbb;
  margin: 0px;
  padding: 0px !important;
  background: transparent !important;
}
/* line 885, ../sass/style.scss */
.category-list .pagination ul li a {
  display: block;
  padding: 6px 12px;
  color: #d9534f;
}
/* line 889, ../sass/style.scss */
.category-list .pagination ul li a:hover {
  color: white;
  background: #d9534f !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* line 896, ../sass/style.scss */
.category-list .pagination ul li span {
  display: block;
  padding: 6px 12px !important;
  color: black;
}
/* line 902, ../sass/style.scss */
.category-list .pagination ul li:first-child {
  border-left: 1px solid #bbbbbb;
}

@media (max-width: 767px) {
  /* line 911, ../sass/style.scss */
  .category-list ul {
    padding: 0px !important;
    float: none;
    width: 100%;
  }
  /* line 916, ../sass/style.scss */
  .category-list ul li {
    display: block;
    width: 100%;
    border: 0 !important;
  }
  /* line 922, ../sass/style.scss */
  .category-list ul li a, .category-list ul li span {
    text-align: center;
    border: 0 !important;
  }
  /* line 927, ../sass/style.scss */
  .category-list ul li a:hover {
    color: white;
    background: #d9534f;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
}
/* line 937, ../sass/style.scss */
.reset, .remind {
  padding: 9px;
}

/* line 941, ../sass/style.scss */
.reset, .remind, .contact, .login {
  background: white;
  border: 1px solid #bbbbbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 9px;
}
/* line 948, ../sass/style.scss */
.reset > h1:first-child, .remind > h1:first-child, .contact > h1:first-child, .login > h1:first-child {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 960, ../sass/style.scss */
.reset > h2, .reset > h3, .reset .contact-address, .reset .contact-form, .remind > h2, .remind > h3, .remind .contact-address, .remind .contact-form, .contact > h2, .contact > h3, .contact .contact-address, .contact .contact-form, .login > h2, .login > h3, .login .contact-address, .login .contact-form {
  margin: 9px;
  padding: 0px;
  border: none;
}
/* line 966, ../sass/style.scss */
.reset #contact-form fieldset, .remind #contact-form fieldset, .contact #contact-form fieldset, .login #contact-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 970, ../sass/style.scss */
.reset #contact-form fieldset legend, .remind #contact-form fieldset legend, .contact #contact-form fieldset legend, .login #contact-form fieldset legend {
  display: none;
}
/* line 975, ../sass/style.scss */
.reset input, .remind input, .contact input, .login input {
  width: auto;
}
/* line 979, ../sass/style.scss */
.reset span, .remind span, .contact span, .login span {
  line-height: 1.5;
}
/* line 983, ../sass/style.scss */
.reset h2, .remind h2, .contact h2, .login h2 {
  text-align: center;
}
/* line 985, ../sass/style.scss */
.reset h2 span, .remind h2 span, .contact h2 span, .login h2 span {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif !important;
}
/* line 990, ../sass/style.scss */
.reset textarea, .remind textarea, .contact textarea, .login textarea {
  width: 100%;
  margin: 6px 0;
}

/* line 996, ../sass/style.scss */
.jeventpage {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: white;
  overflow: auto;
  height: auto;
  border: 1px solid #bbbbbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 9px;
}
/* line 1008, ../sass/style.scss */
.jeventpage:first-child {
  border-bottom: none;
}
/* line 1012, ../sass/style.scss */
.jeventpage:last-child {
  margin-top: 0px;
  border-top: none;
}
/* line 1017, ../sass/style.scss */
.jeventpage br {
  display: none;
}
/* line 1021, ../sass/style.scss */
.jeventpage .event_legend_container {
  display: none;
}
/* line 1025, ../sass/style.scss */
.jeventpage #cal_title {
  display: none;
}
/* line 1029, ../sass/style.scss */
.jeventpage > h2:first-child {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  color: black;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 1042, ../sass/style.scss */
.jeventpage fieldset {
  margin: 0px;
  padding: 0px;
}
/* line 1046, ../sass/style.scss */
.jeventpage fieldset legend {
  display: none;
}
/* line 1051, ../sass/style.scss */
.jeventpage table.ev_table {
  margin: 0 auto;
  width: 100%;
  border: none;
}
/* line 1056, ../sass/style.scss */
.jeventpage table.ev_table .ev_td_left {
  text-align: center;
  max-width: 40%;
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
}
/* line 1063, ../sass/style.scss */
.jeventpage table.ev_table a.addjevent {
  padding: 0;
}
/* line 1067, ../sass/style.scss */
.jeventpage table.ev_table .ev_td_right {
  border-top: 1px solid #bbbbbb;
}
/* line 1071, ../sass/style.scss */
.jeventpage table.ev_table ul.ev_ul {
  margin: 0px !important;
}
/* line 1074, ../sass/style.scss */
.jeventpage table.ev_table ul.ev_ul li {
  border: none;
}
/* line 1079, ../sass/style.scss */
.jeventpage table.ev_table .cal_td_daysnames {
  color: black;
  background: none;
  border-bottom: 1px solid #bbbbbb;
}
/* line 1086, ../sass/style.scss */
.jeventpage table.contentpaneopen {
  margin: 9px;
}
/* line 1089, ../sass/style.scss */
.jeventpage table.contentpaneopen br {
  display: inherit;
}
/* line 1093, ../sass/style.scss */
.jeventpage table.contentpaneopen h2 {
  margin: 0px;
  padding-left: 0px;
}
/* line 1097, ../sass/style.scss */
.jeventpage table.contentpaneopen p {
  margin-bottom: 9px;
}
/* line 1103, ../sass/style.scss */
.jeventpage .list-footer {
  border-top: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  width: 100%;
  margin: 0px;
  clear: both;
  overflow: auto;
}
/* line 1111, ../sass/style.scss */
.jeventpage .list-footer .limit {
  display: block;
  text-align: right;
  float: left;
  padding: 2px;
}
/* line 1117, ../sass/style.scss */
.jeventpage .list-footer .limit select {
  margin-left: 6px;
  padding: 5px;
  outline: none;
}
/* line 1122, ../sass/style.scss */
.jeventpage .list-footer .limit select option {
  padding: 3px;
}
/* line 1128, ../sass/style.scss */
.jeventpage .list-footer .counter {
  float: left;
  display: none;
}
/* line 1133, ../sass/style.scss */
.jeventpage .list-footer ul {
  float: right;
  margin: 0px;
  padding: 0px !important;
  display: block;
  text-align: right;
  overflow: auto;
  height: auto;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 1143, ../sass/style.scss */
.jeventpage .list-footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 1px solid #bbbbbb;
  padding: 0px !important;
  margin: auto;
  background: transparent;
  color: black;
}
/* line 1151, ../sass/style.scss */
.jeventpage .list-footer ul li a, .jeventpage .list-footer ul li span {
  display: block;
  padding: 6px 12px !important;
}
/* line 1156, ../sass/style.scss */
.jeventpage .list-footer ul li a:hover {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* line 1165, ../sass/style.scss */
.jeventpage p {
  display: block;
}
/* line 1169, ../sass/style.scss */
.jeventpage a.ev_link_row {
  color: #d9534f;
  font-weight: normal;
}
/* line 1176, ../sass/style.scss */
.jeventpage > p {
  margin: 0px;
  width: 100%;
  display: block;
  border-top: 1px solid #bbbbbb;
  text-align: right;
  overflow: auto;
  height: auto;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
}
/* line 1186, ../sass/style.scss */
.jeventpage > p a {
  margin-right: -1px;
  border-left: 1px solid #bbbbbb;
  padding: 9px;
  background: transparent;
  color: black;
  display: inline-block;
}
/* line 1193, ../sass/style.scss */
.jeventpage > p a:hover {
  color: white;
  background: #d9534f;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  /* line 1204, ../sass/style.scss */
  .jeventpage .list-footer .limit {
    float: none;
    border-bottom: 1px solid #bbbbbb;
  }
  /* line 1209, ../sass/style.scss */
  .jeventpage .list-footer ul {
    float: none;
    width: 100%;
  }
  /* line 1213, ../sass/style.scss */
  .jeventpage .list-footer ul li {
    display: block;
    width: 100%;
    border: 0;
  }
  /* line 1219, ../sass/style.scss */
  .jeventpage .list-footer ul li a, .jeventpage .list-footer ul li span {
    text-align: center;
  }
  /* line 1223, ../sass/style.scss */
  .jeventpage .list-footer ul li a:hover {
    color: white;
    background: #d9534f;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
}
/* line 1234, ../sass/style.scss */
.stickem-container {
  position: relative;
}

/* line 1238, ../sass/style.scss */
.stickit {
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 1244, ../sass/style.scss */
.stickit-end {
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 1250, ../sass/style.scss */
#fancybox-wrap {
  z-index: 11000;
  width: auto !important;
}

/* line 1254, ../sass/style.scss */
#fancybox-overlay {
  z-index: 10000;
}

/* line 1258, ../sass/style.scss */
#fancybox-close {
  z-index: 12000;
}

/* line 1262, ../sass/style.scss */
#fancybox-content {
  z-index: 11000;
  border: 1px solid #bbbbbb !important;
}
/* line 1266, ../sass/style.scss */
#fancybox-content p {
  display: none;
}
/* line 1270, ../sass/style.scss */
#fancybox-content a, #fancybox-content div {
  display: block;
  width: 50%;
  line-height: 1;
  margin: 0px;
  float: left;
  padding: 14px 16px 12px;
  color: black;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 1285, ../sass/style.scss */
#fancybox-content a {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
/* line 1288, ../sass/style.scss */
#fancybox-content a:first-child {
  text-align: left;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
/* line 1294, ../sass/style.scss */
#fancybox-content a:last-child {
  text-align: right;
  border-right: 1px solid #bbbbbb;
}
/* line 1300, ../sass/style.scss */
#fancybox-content a:hover {
  color: white;
  background: #d9534f !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* line 1306, ../sass/style.scss */
#fancybox-content h4 {
  line-height: 1;
  margin: 0px;
  padding: 14px 16px 12px;
  overflow: auto;
  color: black;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-shadow: 0 0 1px white;
  text-transform: uppercase;
}
/* line 1318, ../sass/style.scss */
#fancybox-content div {
  background: white;
  line-height: 1;
  margin: 0px;
  padding: 9px;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/* line 1328, ../sass/style.scss */
#fancybox-content > div {
  padding: 0px;
}

/* line 1333, ../sass/style.scss */
#mbCenter {
  width: auto !important;
  height: auto !important;
}

/* line 1338, ../sass/style.scss */
div.sp_simple_youtube {
  width: 100%;
  padding: 0px;
}
/* line 1342, ../sass/style.scss */
div.sp_simple_youtube iframe {
  width: 100% !important;
}

/* line 1347, ../sass/style.scss */
.droppicsgallery {
  margin-bottom: 9px;
}
/* line 1350, ../sass/style.scss */
.droppicsgallery img {
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 1354, ../sass/style.scss */
.droppicsgallery a {
  padding: 0;
}

@media (max-width: 767px) {
  /* line 1361, ../sass/style.scss */
  #header {
    text-align: center;
  }

  /* line 1365, ../sass/style.scss */
  #copyright {
    margin: 0px;
  }

  /* line 1370, ../sass/style.scss */
  .moduletable-partner menu, .moduletable-footer menu {
    text-align: center;
  }

  /* line 1375, ../sass/style.scss */
  .moduletable-downloads .showOnHover {
    text-align: center;
  }

  /* line 1379, ../sass/style.scss */
  .moduletable-downloads img {
    float: none;
    margin: 6px auto;
  }

  /* line 1384, ../sass/style.scss */
  .moduletable-downloads div.promo {
    float: none;
    width: 100%;
    text-align: center;
  }

  /* line 1390, ../sass/style.scss */
  #vipervideopro .gallery .holder ul {
    text-align: center;
  }

  /* line 1394, ../sass/style.scss */
  .product-image-area, .product-information-area, .shipto, .billto {
    float: initial;
    width: 100%;
    margin-bottom: 9px;
  }

  /* line 1400, ../sass/style.scss */
  .confirm-area .shipment-confirm, .confirm-area .payment-confirm {
    float: initial;
    width: 100%;
    margin-bottom: 9px;
  }

  /* line 1406, ../sass/style.scss */
  .magnifyarea {
    display: none;
  }

  /* line 1410, ../sass/style.scss */
  #maincontent {
    margin: 0;
  }

  /* line 1414, ../sass/style.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 1417, ../sass/style.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 1420, ../sass/style.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 1423, ../sass/style.scss */
  .hidden-phone {
    display: none !important;
  }

  /* line 1427, ../sass/style.scss */
  #container {
    background: white !important;
  }

  /* line 1431, ../sass/style.scss */
  #footerarea {
    background: black !important;
  }
}
@media (min-width: 768px) {
  /* line 1439, ../sass/style.scss */
  .hidden-desktop {
    display: none !important;
  }

  /* line 1442, ../sass/style.scss */
  .visible-desktop {
    display: inherit !important;
  }

  /* line 1445, ../sass/style.scss */
  .visible-phone {
    display: none !important;
  }

  /* line 1448, ../sass/style.scss */
  .hidden-phone {
    display: inherit !important;
  }
}
/* line 1453, ../sass/style.scss */
.ic_marquee0 {
  min-width: 200px;
  min-height: 200px;
}

/* line 1458, ../sass/style.scss */
.featureCarousel {
  background: transparent;
  text-align: center;
}
/* line 1461, ../sass/style.scss */
.featureCarousel .feature {
  overflow: visible !important;
  border: none;
  width: auto;
  height: auto;
}
/* line 1468, ../sass/style.scss */
.featureCarousel .feature img {
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 1472, ../sass/style.scss */
.featureCarousel .feature a {
  overflow: visible !important;
  display: block;
  overflow: auto;
  height: auto;
  width: auto;
  padding: 0px;
}
/* line 1484, ../sass/style.scss */
.featureCarousel .blipsContainer li {
  border: none;
}
/* line 1488, ../sass/style.scss */
.featureCarousel .blipsContainer div.blip {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-indent: -9999px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e9e9e9), color-stop(90%, #f9f9f9));
  background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -moz-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: -o-linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  background: linear-gradient(bottom, #e9e9e9 0%, #f9f9f9 90%);
  border: 1px solid #bbbbbb;
}
/* line 1497, ../sass/style.scss */
.featureCarousel .blipsContainer div.blip.blipSelected {
  background: #f7f7f7;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d7d7d7), color-stop(90%, #dbdbdb));
  background: -webkit-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -moz-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: -o-linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  background: linear-gradient(bottom, #d7d7d7 0%, #dbdbdb 90%);
  border: 1px solid #aaaaaa;
}
