/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
Stylesheet
-------------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


/* Main
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400!important;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word!important;
}

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

.mobile {
  display: none;
}

#mobile {
  display: none;
}

/* Navigation
   ========================================================================== */

.menu main {
  border: 0!important;
}

#menu {
  border: 0!important;
  font-size:0px;
}

.n2 {
    text-align:center;
}

#menu li:last-child {
    border-right: none;
}

.navibar {
  text-transform: uppercase;
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

.navibar a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}

#menu ul ul {
  display: none;
}

#menu ul li:hover > ul {
  display: none;
}

#menu ul ul li {
  display: none;
}

#menu ul ul li:hover {
  display: none;
}


/* TopBar
   ========================================================================== */
.n3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 70%;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.n4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 80%;
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-wrapper {
  position: relative;
  top: 100px;
  left: 180px;
  width: 500px;
}

.sitetitle {
  font-family: 'Yanone Kaffeesatz', sans-serif!important;
  font-weight: 700!important;
  letter-spacing: 2px;
  font-size: 25px;
  text-transform: uppercase;
}

.siteslogan {
  font-family: 'Roboto Condensed', sans-serif!important;
  letter-spacing: 0px!important;
  font-weight: 700!important;
  font-size: 12px!important;
  text-transform: uppercase;
}

#bar {
  width: 100%;
}

/* Regular Link Class
   ========================================================================== */

a:link {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:visited {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:active {
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* Wrapper/Container
   ========================================================================== */
#wrapper{
    margin:0 auto;
    width: 1200px;
}

#container{
    z-index:1; 
    width:1200px;
    margin:0 auto;
}

/* ContentSize
   ========================================================================== */
#content {
    width:97.9%;
    padding-top:5px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:12px;
    font-size:100%;
    margin-top:5px;
}

/* H5 Class
   ========================================================================== */

h5 {
        text-transform:uppercase;
        text-align:center;
        padding-left:0px;
        padding-right:0px;
        padding-top:8px;
        padding-bottom:8px;
        width:100%;
        margin-bottom:0px;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
}



h5 a:link {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

h5 a:hover {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: underline;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}


h5 a:active {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

h5 a:visited {
        padding:5px;
        margin-bottom:1px;
	font-size: 11px;
        letter-spacing:0px;
        text-decoration: none;
        text-transform:uppercase;
        -webkit-transition: opacity 0.3s linear;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

/* Footer
   ========================================================================== */
#footer {
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 70%;
  padding: 5px;
  text-decoration: none;
}

#footer ul {
  padding: 8px 16px;
  list-style: none;
}

#footer ul li {
  display: inline;
}

#footer ul li+li:before {
  padding: 8px;
  content: "/\00a0";
}

#footer a:link {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:hover {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#footer a:visited {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.clearfooter {
  height: 5px;
  clear: both;
}

.clear {
  clear: both;
}


/* Slideshow
   ========================================================================== */

.bss-slides {
  position: relative;
  display: block;
  border: 0px!important;
}

.bss-slides:focus {
  outline: 0;
}

.bss-slides figure {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bss-slides figure:first-child {
  position: relative;
}

.bss-slides figure img {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bss-slides .bss-show {
  z-index: 2;
}

.bss-slides .bss-show img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.bss-slides figcaption {
  position: absolute;
  font-family: sans-serif;
  font-size: .8em;
  bottom: .75em;
  right: .35em;
  padding: .25em;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .25);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.bss-slides .bss-show figcaption {
  z-index: 3;
  opacity: 1;
}

.bss-slides figcaption a {
  color: #fff;
}

.bss-next, .bss-prev {
  color: #fff;
  position: absolute;
  background: #000;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 4;
  font-size: 2em;
  margin-top: -1.2em;
  opacity: .3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bss-next:hover, .bss-prev:hover {
  cursor: pointer;
  opacity: 1;
}

.bss-next {
  right: 0px;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bss-prev {
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bss-fullscreen {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,.4) url(../img/arrows-alt_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  opacity: .3;
}

.bss-fullscreen:hover {
  opacity: .8;
}

:-webkit-full-screen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:full-screen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-webkit-full-screen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:fullscreen .bss-fullscreen {
  background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}