/* common simple classes */

body {
  position:relative;
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.hidden {
  display:none;
}

.spam_check {
  display:none;
}

.uppercase {
  text-transform:uppercase;
}

/* GMCMS components */

#logged_overlay {
  /*position:absolute;*/
  position:fixed;
  bottom:0;
  left:0;
  z-index:1000;
  opacity:.7;
  width:100%;
  font-size:12px;
  text-align: center;
  margin:0;
}


/* bootstrap comp 3 to 2 with navbar .divider-vertical */

.navbar .divider-vertical {
height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}


/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('content/fonts/flexslider-icon.eot');
  src: url('content/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('content/fonts/flexslider-icon.woff') format('woff'), url('content/fonts/flexslider-icon.ttf') format('truetype'), url('content/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: inline-block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}


.jssocials-shares {
  margin: 0 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.6em 0.3em 0; }

.jssocials-share a:hover, .jssocials-share a:focus {
  text-decoration: none;
}

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .2em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }


@charset "UTF-8";
@font-face {
  font-family: 'Aleo';
  src: url("content/fonts/Aleo-Bold.eot");
  /* IE9 Compat Modes */
  src: url("content/fonts/Aleo-Bold.eot?#iefix") format("embedded-opentype"), url("content/fonts/Aleo-Bold.woff") format("woff"), url("content/fonts/Aleo-Bold.ttf") format("truetype"), url("content/fonts/Aleo-Bold.svg#cf3693393c8e71a04fe36f498577ada0") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Aleo';
  src: url("content/fonts/Aleo-Regular.eot");
  /* IE9 Compat Modes */
  src: url("content/fonts/Aleo-Regular.eot?#iefix") format("embedded-opentype"), url("content/fonts/Aleo-Regular.woff") format("woff"), url("content/fonts/Aleo-Regular.ttf") format("truetype"), url("content/fonts/Aleo-Regular.svg#2a06578e352ec0eaf941819fd2998aaf") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

body {
  background-color: #000;
  font-family: 'Aleo', Arial, sans-serif;
  font-size: 15px; }

h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700; }

h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 400; }

h4 {
  font-size: 20px; }

#follower {
  right: 0;
  z-index: 500;
  top: 200px;
  position: fixed;
  width: 90px;
  background-color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: block; }
  #follower ul {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none; }
    #follower ul li {
      padding: 8px;
      border-bottom: 1px solid #000;
      line-height: 11px; }
      #follower ul li:hover {
        background-color: #ee242c; }
        #follower ul li:hover a {
          color: #fff; }
    #follower ul li:last-child {
      border-bottom: none; }
    #follower ul li:nth-child(1) {
      border-top-left-radius: 5px; }
    #follower ul li:nth-child(3) {
      border-bottom-left-radius: 5px; }
  #follower a {
    color: #000;
    font-size: 12px;
    text-decoration: none; }
    #follower a img {
      display: block;
      margin: 0 auto 3px auto; }

#content-zone ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #content-zone ul li {
    padding-left: 1em;
    text-indent: -.7em; }
    #content-zone ul li:before {
      content: "• \00a0";
      color: #ee242c; }

.wallpaper {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }
  .wallpaper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%; }

.inner {
  padding: 0 80px;
  position: relative; }

#public {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  #public h2 {
    text-align: center; }

#logo {
  background-image: url(content/design/logo.png);
  background-repeat: no-repeat;
  display: block;
  height: 107px;
  background-size: contain;
  background-position: center center; }

#top {
  background-color: rgba(0, 0, 0, 0.8); }
  #top .right-top-colomn {
    color: #fff;
    margin-top: 40px; }
  #top a {
    color: #fff; }
  #top .lock-icon {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px; }
  #top .social-icons a {
    margin-right: 14px;
    display: inline-block; }
  #top .langs a {
    padding: 3px 5px;
    color: #646464; }
    #top .langs a:hover {
      color: #fff;
      text-decoration: none; }
    #top .langs a.active {
      color: #fff; }

nav {
  position: relative;
  z-index: 100;
  background-image: -moz-linear-gradient(90deg, black 0%, #2e2e2e 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, #2e2e2e 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, #2e2e2e 100%);
  height: 56px; }
  nav#pronav {
    background-image: -moz-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%);
    background-image: -webkit-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%);
    background-image: -ms-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%); }
  nav #outernav {
    position: absolute;
    display: block;
    width: 100%; }
  nav #mobilenav {
    display: none; }
  nav #navigation {
    display: table;
    list-style: none;
    padding: 0;
    width: 100%;
    position: relative; }
    nav #navigation li {
      display: table-cell;
      width: 25%;
      padding: 0;
      text-align: center; }
      nav #navigation li a {
        position: relative;
        padding: 14px 0;
        font-weight: 400;
        font-size: 20px;
        display: block;
        color: #fff; }
        nav #navigation li a:before {
          position: absolute;
          top: -4px;
          content: "";
          display: inline-block;
          background-repeat: no-repeat;
          width: 60px;
          height: 60px;
          margin-left: -60px;
          text-align: center; }
        nav #navigation li a.menu_100:before {
          background-image: url(content/design/menu-programme.png); }
        nav #navigation li a.menu_101:before {
          background-image: url(content/design/menu-access.png); }
        nav #navigation li a.menu_102:before {
          background-image: url(content/design/menu-info.png); }
        nav #navigation li a.menu_103:before {
          background-image: url(content/design/menu-arena.png); }
      nav #navigation li .submenus {
        background-color: #e2d0d0;
        width: 100%;
        display: none;
        padding: 10px 0 0 0;
        margin: 0;
        position: absolute;
        left: 0; }
        nav #navigation li .submenus a {
          padding-left: 130px;
          text-align: left;
          font-size: 20px;
          background-repeat: no-repeat;
          display: block;
          background-color: #fff;
          color: #000;
          height: 141px; }
          nav #navigation li .submenus a:hover {
            text-decoration: none; }
        nav #navigation li .submenus.arena a {
          color: #fff;
          left: 0;
          background-position: 0 5px;
          padding-right: 10px;
          margin-right: -5px;
          margin-right: -5px;
          border-right: 5px solid #fff;
          border-left: 5px solid #fff; }
          nav #navigation li .submenus.arena a span {
            position: absolute;
            left: 0;
            top: 20px;
            padding: 2px 6px;
            background-color: rgba(0, 0, 0, 0.7); }
        nav #navigation li .submenus.infos a {
          text-decoration: none;
          padding: 4px 0 0 0;
          width: 100%;
          text-align: center; }

#drawer {
  position: relative;
  margin-top: -10px;
  background-color: #e2d0d0;
  border-radius: 0 0 0 6px;
  padding: 8px; }

#sub-navigation {
  padding: 0 0 5px 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background-color: #e2d0d0;
  display: inline-block; }
  #sub-navigation:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(content/design/border-fix.png);
    left: -8px; }
  #sub-navigation li {
    display: inline; }
    #sub-navigation li:after {
      content: " |";
      color: #acaaa7; }
    #sub-navigation li:last-child:after {
      content: ""; }
    #sub-navigation li a {
      font-style: 16px;
      padding: 5px 15px 5px 45px;
      background-image: url(content/design/arrow-down.png);
      background-repeat: no-repeat;
      background-position: 15px 8px;
      display: inline-block;
      color: #000; }

#home-carousel {
  margin-bottom: 40px;
  margin-top: 100px; }
  #home-carousel .owl-item {
    overflow: hidden; }
  #home-carousel.owl-theme .owl-controls .owl-nav {
    display: none; }
  #home-carousel.owl-theme .owl-controls .owl-dots {
    margin-top: -40px auto 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  #home-carousel .label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 4px 30px 10px 50px;
    top: 16px;
    left: -30px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    z-index: 100;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg); }
  #home-carousel h4 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }
  #home-carousel .date {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ee242c;
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }

#events-carousel {
  margin-top: 20px; }
  #events-carousel .change {
    width: 64px;
    height: 64px;
    display: block;
    background-image: url(content/design/event-arrow.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center; }
    #events-carousel .change:hover {
      background-color: #ee242c; }
  #events-carousel .next {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  #events-carousel .event-item {
    overflow: hidden;
    position: relative;
    color: #000;
    text-decoration: none;
    width: 226px;
    padding: 3px;
    background-color: #fff;
    display: block;
    height: 420px; }
    #events-carousel .event-item img {
      max-height: 310px;
      transition: all .2s ease-in-out; }
    #events-carousel .event-item:hover img {
      transform: scale(1.05); }
    #events-carousel .event-item .status {
      z-index: 200;
      color: #fff;
      position: absolute;
      left: -75px;
      top: -12px;
      padding: 40px 0 5px 0;
      width: 200px;
      text-align: center;
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg);
      background-color: #9da49e;
      /* New */
      /* Complete */
      /* Canceled */
      /* Postponed */
      /* Addition */ }
      #events-carousel .event-item .status.status_1 {
        background-color: #b20dd0; }
      #events-carousel .event-item .status.status_2 {
        background-color: #9da49e; }
      #events-carousel .event-item .status.status_3 {
        background-color: #ed1c24; }
      #events-carousel .event-item .status.status_4 {
        background-color: #ed1c24; }
      #events-carousel .event-item .status.status_6 {
        background-color: #9da49e; }
  #events-carousel h4 {
    margin: 10px 5px 0 5px;
    font-weight: 700; }
  #events-carousel .subtitle {
    font-size: 16px;
    margin: 0 5px 0 5px; }
  #events-carousel .date {
    margin: 0 5px 0 5px;
    color: #ee242c;
    position: absolute;
    bottom: 10px;
    font-style: 16px; }
  #events-carousel .owl-nav {
    margin: 0; }
  #events-carousel .owl-nav {
    background-color: transparent; }
  #events-carousel .owl-nav .owl-prev,
  #events-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto !important; }
  #events-carousel .owl-nav .owl-prev {
    left: -100px; }
  #events-carousel .owl-nav .owl-next {
    right: -100px; }
  #events-carousel .owl-nav .owl-dots {
    display: none !important; }

#home-search .form-group {
  width: 100%; }

#home-search label {
  color: #fff;
  font-size: 16px; }

#home-search #searchField {
  width: 70%;
  margin: 0 20px; }

#home-search .arrow-link {
  font-size: 20px; }

.arrow-link {
  display: inline-block;
  font-size: 15px;
  padding: 3px 15px 3px 30px;
  border-radius: 2px;
  background-position: 10px center;
  background-color: #ee242c;
  color: #fff;
  background-image: url(content/design/white-arrow-mini.png);
  background-repeat: no-repeat;
  border-right: 2px solid #e26469;
  border-bottom: 2px solid #e26469;
  text-decoration: none;
  font-weight: normal; }
  .arrow-link:hover {
    color: #000;
    text-decoration: none; }
  .arrow-link:focus {
    color: inherit;
    text-decoration: none; }

.download-link {
  display: inline-block;
  font-size: 15px;
  padding: 3px 15px 3px 40px;
  border-radius: 2px;
  background-position: 10px center;
  background-color: #ee242c;
  color: #fff;
  background-image: url(content/design/download-icon.png);
  background-repeat: no-repeat;
  border-right: 2px solid #e26469;
  border-bottom: 2px solid #e26469;
  text-decoration: none;
  font-weight: normal; }
  .download-link:hover {
    color: #000;
    text-decoration: none; }
  .download-link:focus {
    color: inherit;
    text-decoration: none; }

button.arrow-link {
  font-weight: normal !important;
  border: none; }
  button.arrow-link:hover, button.arrow-link:focus {
    color: #fff;
    background-position: 10px center;
    background-color: #ee242c;
    background-image: url(content/design/white-arrow-mini.png); }

.arrow-link-white {
  display: inline-block;
  font-size: 15px;
  padding: 3px 15px 3px 30px;
  border-radius: 2px;
  background-position: 10px center;
  background-color: #fff;
  color: #ee242c;
  background-image: url(content/design/red-arrow-mini.png);
  background-repeat: no-repeat;
  border-right: 2px solid #e26469;
  border-bottom: 2px solid #e26469; }
  .arrow-link-white:hover {
    color: #000;
    text-decoration: none; }

.arrow-button {
  min-height: 25px;
  background-color: transparent;
  border: none;
  color: #fff;
  background-image: url(content/design/arrow-button.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: 4px; }
  .arrow-button.download {
    color: #fff;
    padding: 3px 0 3px 25px;
    position: relative;
    background-image: none; }
    .arrow-button.download:before {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      left: -10px;
      background-image: url(content/design/arrow-button.png);
      background-repeat: no-repeat;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .arrow-button.download:hover {
      color: #fff;
      text-decoration: underline; }

.border-dots-right {
  background-image: url(content/design/vertical-dots.png);
  background-repeat: repeat-y;
  background-position: right center; }

.h-dots {
  height: 1px;
  border: none;
  background-image: url(content/design/horizontal-dots.png);
  background-repeat: repeat-x; }
  .h-dots.dark {
    background-image: url(content/design/horizontal-dots-dark.png); }

.v-dots {
  width: 1px;
  border: none;
  background-image: url(content/design/vertical-dots.png);
  background-repeat: repeat-y; }

.center {
  text-align: center; }

.red {
  color: #ee242c; }

#pro {
  padding: 50px 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  #pro h2 {
    text-align: center; }

#request-form {
  margin: 0;
  padding: 15px;
  display: block;
  background-color: #fff; }
  #request-form .form-control {
    width: 95%; }
  #request-form #inputMessage {
    height: 200px; }

#bottom {
  background-color: #000; }

footer {
  margin-top: 40px;
  background-color: #191919;
  padding: 15px 50px;
  color: #666; }
  footer h4 {
    color: #fff; }
  footer #newletterField {
    width: 150px;
    margin-right: 10px; }

.red-list {
  padding: 0;
  list-style: none; }
  .red-list li {
    background-image: url(content/design/red-button-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 7px 0 7px 8px;
    margin-bottom: 5px; }
    .red-list li a {
      text-decoration: none;
      font-size: 15px;
      display: inline-block;
      color: #666; }
      .red-list li a:hover {
        color: #fff; }
      .red-list li a:before {
        vertical-align: middle;
        margin-right: 20px;
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px; }
    .red-list li a.car:before {
      background-image: url(content/design/icon-car.png); }
    .red-list li a.public:before {
      background-image: url(content/design/icon-train.png); }
    .red-list li a.gmap:before {
      background-image: url(content/design/icon-google-marker.png); }

#home-faq {
  padding: 0;
  list-style-type: none; }
  #home-faq li {
    text-decoration: none;
    margin-bottom: 8px; }
    #home-faq li a {
      color: #666; }
      #home-faq li a:hover {
        color: #fff;
        text-decoration: none; }

#page h1 {
  margin-top: 0; }

#page .breadcrumbs {
  height: 30px;
  margin-top: 50px;
  color: #fff; }
  #page .breadcrumbs a {
    display: inline-block;
    margin-left: 8px;
    color: #fff; }
    #page .breadcrumbs a:after {
      background-image: url(content/design/white-arrow-mini.png);
      width: 12px;
      height: 12px;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      content: "";
      margin: 0 0 0 18px; }
    #page .breadcrumbs a:last-child:after {
      display: none; }

#page .programme-header {
  background-image: url(content/design/pattern.png);
  padding: 30px 50px; }
  #page .programme-header .subtitle {
    font-size: 25px;
    color: #fff;
    line-height: 25px; }

#page .page-content {
  background-color: #3f3b3b; }
  #page .page-content h4 {
    font-weight: 700; }

#programme-nav {
  position: relative;
  display: block;
  background-image: url(content/design/pattern.png);
  padding: 10px 50px; }
  #programme-nav .box {
    background-color: #3f3b3b;
    padding: 8px; }
  #programme-nav .search-control {
    margin-bottom: 10px; }
  #programme-nav #search-box .arrow-button, #programme-nav #archive-box .arrow-button {
    margin-top: 5px; }

#calendar {
  display: block;
  position: relative;
  margin-top: 20px; }
  #calendar a {
    color: #fff;
    text-decoration: none;
    text-align: center; }
  #calendar .all a, #calendar .year a {
    font-size: 30px;
    padding: 10px 15px;
    white-space: nowrap;
    margin-right: 20px;
    text-align: center; }
  #calendar .month a {
    font-size: 16px;
    padding: 10px 30px;
    vertical-align: middle;
    display: block;
    text-align: center; }
  #calendar .year a {
    padding: 10px 35px; }
  #calendar .item .active {
    background-color: #3f3b3b; }
  #calendar .change {
    width: 15px;
    height: 20px;
    display: block;
    background-image: url(content/design/event-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    #calendar .change:hover {
      background-color: transparent; }
  #calendar .next {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #calendar .owl-nav {
    margin: -20px 0 0 0; }
  #calendar .owl-nav .owl-nav {
    background-color: transparent;
    width: 100%;
    margin: -20px 0 0 0; }
  #calendar .owl-nav .owl-prev, #calendar .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto !important;
    background-color: transparent; }
  #calendar .owl-nav .owl-prev {
    left: 0;
    top: 5px; }
  #calendar .owl-nav .owl-next {
    right: 0;
    top: 5px; }
  #calendar .owl-nav .owl-dots {
    display: none !important; }

.calendar-button {
  white-space: nowrap;
  background-color: #3f3b3b;
  color: #fff;
  padding: 5px 15px 10px 15px;
  margin-top: 15px;
  font-size: 25px; }
  .calendar-button.inactive {
    background-color: #222; }

.reset-search {
  color: #fff;
  margin-top: 20px;
  display: inline-block; }
  .reset-search:hover {
    color: #fff; }

.no-results {
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 60px 0;
  display: none;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 0;
  right: 0; }

.past-button {
  display: none; }

#events-range {
  display: block;
  padding: 0 30px;
  margin-bottom: 20px; }

#related a {
  text-decoration: none;
  color: #000; }

#related .related-inner {
  background-image: url(content/design/pattern.png);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 25px; }

#grid {
  background-color: #3f3b3b;
  padding: 15px 0 0 15px;
  width: 100%;
  min-height: 225px;
  height: auto;
  display: block; }
  #grid a {
    color: #000; }

.grid-item {
  position: relative;
  overflow: hidden;
  float: left;
  color: #000;
  padding: 5px;
  width: 321px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff; }
  .grid-item .date {
    color: #ee242c;
    margin-top: 10px; }
  .grid-item .time {
    margin: 5px 0; }
  .grid-item .poster {
    display: inline-block;
    height: 180px;
    width: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    transition: all .2s ease-in-out; }
  .grid-item:hover .poster {
    transform: scale(1.08); }
  .grid-item h4 {
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 0; }
  .grid-item .status {
    color: #fff;
    position: absolute;
    left: -79px;
    top: -12px;
    padding: 40px 0 5px 0;
    width: 200px;
    text-align: center;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    background-color: #9da49e;
    /* New */
    /* Complete */
    /* Canceled */
    /* Postponed */
    /* Addition */ }
    .grid-item .status.status_1 {
      background-color: #b20dd0; }
    .grid-item .status.status_2 {
      background-color: #9da49e; }
    .grid-item .status.status_3 {
      background-color: #ed1c24; }
    .grid-item .status.status_4 {
      background-color: #ed1c24; }
    .grid-item .status.status_6 {
      background-color: #9da49e; }

#loadmore {
  display: block;
  padding: 6px;
  text-align: center;
  background-color: #ee242c; }
  #loadmore.disabled {
    background-color: #a00c12; }

#visual-zone {
  background-color: #fff;
  padding: 50px 50px 30px 50px; }
  #visual-zone iframe {
    height: 500px; }

#content-zone {
  padding: 10px 40px 20px 40px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0; }
  #content-zone .dashed h4 {
    margin-top: 15px;
    font-weight: bold; }
    #content-zone .dashed h4:after {
      margin-top: 15px;
      content: "";
      display: block;
      height: 1px;
      border: none;
      background-repeat: repeat-x;
      background-image: url(content/design/horizontal-dots-dark.png); }

.photo_title {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-family: 'Aleo', Arial, sans-serif !important;
  margin-right: 15px; }

.photo_subtitle {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-family: 'Aleo', Arial, sans-serif !important; }

.photo_date {
  color: #ee242c;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Aleo', Arial, sans-serif !important;
  margin-right: 15px; }

#gallery-zone {
  padding: 20px 20px 20px 20px;
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  #gallery-zone .gallery-item {
    margin-bottom: 40px;
    position: relative; }
    #gallery-zone .gallery-item .gallery-cover {
      -webkit-background-size: cover;
      background-size: cover; }
    #gallery-zone .gallery-item .zoom-icon {
      overflow: auto;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 300;
      display: none; }
    #gallery-zone .gallery-item a {
      position: relative;
      display: block; }
      #gallery-zone .gallery-item a:before {
        content: " ";
        z-index: 200;
        display: none;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5); }
      #gallery-zone .gallery-item a:hover:before {
        display: block; }
  #gallery-zone .label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding: 4px 30px 10px 80px;
    bottom: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    z-index: 100;
    white-space: normal;
    max-width: 100%; }
  #gallery-zone h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #fff; }
  #gallery-zone .date {
    font-size: 15px;
    font-weight: 700;
    color: #ee242c; }
  #gallery-zone .gallery-info {
    text-align: center;
    width: 60px;
    height: 50px;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 10px; }
    #gallery-zone .gallery-info .counter {
      padding-top: 5px;
      padding-bottom: 10px;
      font-family: "Aleo";
      font-size: 16px;
      font-weight: 700; }

#page-gallery {
  height: 380px; }
  #page-gallery.free-height {
    height: inherit; }
    #page-gallery.free-height .owl-item {
      height: inherit; }
  #page-gallery .owl-item {
    height: 330px; }
  #page-gallery .item {
    width: 100%;
    height: 330px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #page-gallery .owl-nav {
    margin: -20px 0 0 0; }
  #page-gallery .owl-nav .owl-nav {
    background-color: transparent;
    width: 100%;
    margin: -20px 0 0 0; }
  #page-gallery .owl-nav .owl-prev, #page-gallery .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto !important;
    background-color: transparent; }
  #page-gallery .owl-nav .owl-prev {
    left: -7px;
    top: -70px; }
  #page-gallery .owl-nav .owl-next {
    right: -7px;
    top: -70px; }
  #page-gallery .owl-nav .owl-dots {
    display: none !important; }
  #page-gallery .change {
    width: 64px;
    height: 64px;
    display: block;
    background-image: url(content/design/event-arrow.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center; }
    #page-gallery .change:hover {
      background-color: #ee242c; }
  #page-gallery .next {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }

#slideshow {
  height: 650px;
  padding: 50px 50px 10px 50px; }
  #slideshow.vip {
    background-color: #fff; }
  #slideshow .item {
    width: 100%;
    height: 550px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #slideshow .owl-nav {
    margin: -20px 0 0 0; }
  #slideshow .owl-nav .owl-nav {
    background-color: transparent;
    width: 100%;
    margin: -20px 0 0 0; }
  #slideshow .owl-nav .owl-prev, #slideshow .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto !important;
    background-color: transparent; }
  #slideshow .owl-nav .owl-prev {
    left: 43px;
    top: 5px; }
  #slideshow .owl-nav .owl-next {
    right: 43px;
    top: 5px; }
  #slideshow .owl-nav .owl-dots {
    display: none !important; }
  #slideshow .change {
    width: 64px;
    height: 64px;
    display: block;
    background-image: url(content/design/event-arrow.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center; }
    #slideshow .change:hover {
      background-color: #ee242c; }
  #slideshow .next {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }

.page-tabs {
  margin-top: 15px; }
  .page-tabs .tab-pane {
    background-color: #f3f3f3;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .page-tabs .nav-tabs li {
    padding-left: 0 !important;
    text-indent: inherit !important; }
    .page-tabs .nav-tabs li a {
      background-color: #0d0d0d;
      color: #fff;
      border-radius: 0;
      margin-right: 1px; }
    .page-tabs .nav-tabs li:before {
      content: "" !important; }
    .page-tabs .nav-tabs li.active a {
      color: #0d0d0d;
      background-color: #f3f3f3; }

#files .page-tabs .nav-tabs li a {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ce1218 0%, #ed1d24 100%);
  background-image: -moz-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%);
  background-image: -webkit-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%);
  background-image: -ms-linear-gradient(90deg, #ce1218 0%, #ed1d24 100%); }

#files .page-tabs .nav-tabs li.active a {
  color: #0d0d0d;
  background-color: #f3f3f3;
  background-image: none; }

#event-body {
  padding: 30px 50px;
  color: #b1b0b0; }
  #event-body a {
    color: #fff; }
  #event-body h4 {
    color: #fff;
    border-bottom: 1px dotted #9c9c9c;
    padding-bottom: 15px;
    margin-top: 25px; }
  #event-body .date-column {
    background-color: #000;
    padding: 10px 12px;
    height: 100px; }
  #event-body .hour-column {
    padding-top: 15px;
    background-color: #535050;
    color: #b1b0b0;
    height: 100px; }
    #event-body .hour-column .hour {
      background-image: url(content/design/icon-clock.png); }
    #event-body .hour-column .doors {
      background-image: url(content/design/icon-doors.png); }
    #event-body .hour-column div {
      background-repeat: no-repeat;
      background-position: left center;
      padding: 5px 0 5px 40px; }
    #event-body .hour-column span {
      color: #fff; }
  #event-body #performances .date {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
  #event-body #performances .day {
    color: #b1b0b0;
    font-size: 18px; }
  #event-body #performances .year {
    color: #fff;
    font-size: 18px; }
  #event-body #performances .performance {
    margin-top: 20px; }
    #event-body #performances .performance:after {
      content: "";
      display: block;
      clear: both; }
  #event-body .buy-ticket {
    color: #fff; }
  #event-body #tickets_info strong, #event-body #tickets_info b, #event-body #configuration_info strong, #event-body #configuration_info b {
    color: #fff; }
  #event-body #tickets {
    margin-top: 15px; }
    #event-body #tickets .seller {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px; }
      #event-body #tickets .seller:hover {
        text-decoration: none; }
      #event-body #tickets .seller .logo {
        background-color: #fff;
        height: 56px;
        display: inline-block;
        padding: 3px 20px;
        border-radius: 0 6px 6px 0;
        margin-left: -5px; }
      #event-body #tickets .seller .arrow {
        position: relative;
        border-radius: 6px 0 0 6px;
        display: inline-block;
        width: 50px;
        height: 56px;
        background-image: -moz-linear-gradient(90deg, #bbbbbb 0%, #e2e2e2 100%);
        background-image: -webkit-linear-gradient(90deg, #bbbbbb 0%, #e2e2e2 100%);
        background-image: -ms-linear-gradient(90deg, #bbbbbb 0%, #e2e2e2 100%); }
      #event-body #tickets .seller .tip {
        width: 7px;
        height: 13px;
        position: absolute;
        background-image: url(content/design/seller-arrow.png);
        top: 22px;
        left: 22px; }
  #event-body #artist-slideshow .flex-control-nav li {
    margin-right: 4px; }
  #event-body #artist-slideshow .flex-direction-nav a {
    left: 0; }
  #event-body .arrow-link {
    font-size: 14px; }
  #event-body .status {
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #9da49e;
    /* New */
    /* Complete */
    /* Canceled */
    /* Postponed */
    /* Addition */ }
    #event-body .status.status_1 {
      background-color: #b20dd0; }
    #event-body .status.status_2 {
      background-color: #9da49e; }
    #event-body .status.status_3 {
      background-color: #ed1c24; }
    #event-body .status.status_4 {
      background-color: #ed1c24; }
    #event-body .status.status_6 {
      background-color: #9da49e; }
  #event-body .stutus-subscribe {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
    padding: 3px 10px 3px 30px;
    border-radius: 2px;
    background-position: 10px center;
    background-color: #fff;
    color: #ee242c;
    background-image: url(content/design/red-arrow-mini.png);
    background-repeat: no-repeat;
    border-right: 2px solid #e26469;
    border-bottom: 2px solid #e26469; }
    #event-body .stutus-subscribe:hover {
      color: #000;
      text-decoration: none; }
  #event-body .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
  #event-body .swiper-slide {
    background-size: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #event-body .gallery-top {
    height: 450px;
    width: 100%;
    margin-top: 50px; }
  #event-body .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0; }
  #event-body .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4; }
  #event-body .gallery-thumbs .swiper-slide-active {
    opacity: 1; }
  #event-body .modal-content {
    background-color: #3f3b3b; }
    #event-body .modal-content .error {
      border: 2px solid #f00; }
  #event-body .modal-header {
    border: none; }
    #event-body .modal-header h4 {
      border: none;
      padding: 0;
      margin-top: 0; }
  #event-body .close {
    color: #fff; }
  #event-body #alert-message {
    display: none;
    color: #fff;
    font-weight: bold; }

#partners {
  background-color: #000; }
  #partners .partner {
    text-align: center;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1); }
    #partners .partner:hover {
      filter: none; }

ul.categories li {
  display: inline-block; }
  ul.categories li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
    background-color: #000;
    margin-right: 6px;
    margin-bottom: 8px;
    text-decoration: none; }
    ul.categories li a.active, ul.categories li a:hover {
      color: #000;
      background-color: #fff; }

#faq {
  padding: 20px 0;
  position: relative; }
  #faq .list-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0 !important;
    right: 0; }
  #faq .question {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 35px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #000;
    text-decoration: none;
    outline: none; }
    #faq .question .answer {
      position: relative;
      border-top: 1px dotted #000;
      display: none;
      padding: 15px 0;
      font-weight: normal;
      font-size: 15px; }
    #faq .question:hover {
      text-decoration: none; }

.subpages .list-item {
  background-color: #f3f3f3; }

.subpages .page-title {
  padding-bottom: 15px;
  padding-right: 35px;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #000;
  text-decoration: none; }
  .subpages .page-title:hover {
    text-decoration: none; }

.subpages .hidden-page {
  border-top: 1px dotted #000;
  display: none;
  padding: 15px 0; }

.list-item {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 15px 0 15px;
  background-color: #fff;
  z-index: 80;
  background-repeat: no-repeat;
  background-position: right 10px top 10px; }
  .list-item.plus {
    background-image: url(content/design/plus.png); }
  .list-item.minus {
    background-image: url(content/design/minus.png); }

#subpage {
  background-color: #272424;
  color: #fff;
  padding: 20px 50px 20px 50px; }
  #subpage h4 {
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #fff; }

.tech-info {
  margin-bottom: 15px; }
  .tech-info .tech-title {
    font-size: 20px; }
  .tech-info .tech-content {
    font-size: 15px;
    color: #b1b0b0; }
  .tech-info .testimonial-content {
    padding-top: 10px;
    font-size: 17px;
    color: #b1b0b0;
    /*		&:before {
			left: 10px;
			content: "“";
			font-size: 85px;
			color: #fff;

			display: inline-block;
			line-height: 20px;
			margin-top: 20px;
			top: 0;
			position: absolute;
		}
		&:after {
			content: "”";
			font-size: 85px;
			color: #fff;
			line-height: 20px;
			float: right;
		}*/ }
  .tech-info .testimonial-name {
    font-size: 16px;
    color: #fff; }
  .tech-info .testimonial-job {
    font-size: 15px;
    color: #ee242c; }

#numbers {
  padding: 20px 50px 20px 50px;
  background-color: #fff;
  color: #000; }
  #numbers .item {
    padding: 20px;
    text-align: center;
    background-color: #f3f3f3;
    color: #000;
    font-weight: 700;
    height: 148px; }
    #numbers .item .number {
      font-size: 48px; }
    #numbers .item .description {
      font-size: 20px;
      line-height: 20px; }

#visibility {
  margin-top: 20px;
  padding: 20px 50px 20px 50px; }
  #visibility.vip {
    margin-top: 0;
    background-color: #fff; }
    #visibility.vip h2 {
      color: #000;
      margin-bottom: 20px; }

#access-pro {
  background-color: #ee242c;
  color: #fff;
  text-align: center;
  padding: 20px 50px 20px 50px; }

.partner-logo {
  margin-bottom: 35px; }

.icon {
  line-height: 25px;
  color: #000;
  font-weight: bold;
  background-position: left center;
  background-image: url(content/design/arrow-button.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none; }
  .icon:hover {
    color: #000;
    text-decoration: none; }

.clear {
  clear: both; }

/* ----------------------------- */
/* == Menu */
/* ----------------------------- */
.menu-wrapper {
  position: relative;
  z-index: 10;
  font-family: 'Economica', sans-serif;
  font-size: 1.857em;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #b92120;
  /* the hidden link for RWD nav */
  /* the rest of the menu lvl 1 */
  /* current links */
  /* submenu ! */
  /* unhide the 2nd level */ }
  .menu-wrapper .menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center; }
  .menu-wrapper .menu > li {
    position: relative;
    padding: 0.7em  0;
    display: inline-block; }
  .menu-wrapper ul.menu,
  .menu-wrapper a.menu-link {
    border-top: 1px dashed #dd4949;
    border-bottom: 1px dashed #dd4949; }
  .menu-wrapper a.menu-link {
    display: none;
    padding: 0.7em  0;
    background: #b92120; }
  .menu-wrapper a {
    display: block;
    position: relative;
    padding: 0 0.5em;
    margin: 0 0.2em;
    line-height: 1.3em;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .menu-wrapper a:hover {
      border-bottom: 1px solid #b92120;
      transition: all 0.5s; }
  .menu-wrapper .menu > .current-menu-item > a,
  .menu-wrapper .menu > .current-menu-ancestor > a {
    position: relative;
    z-index: 12;
    background: #f5d4d4;
    color: #b92120;
    border-bottom: 1px solid transparent; }
    .menu-wrapper .menu > .current-menu-item > a:hover,
    .menu-wrapper .menu > .current-menu-ancestor > a:hover {
      background: #fffdfd; }
      .menu-wrapper .menu > .current-menu-item > a:hover:after,
      .menu-wrapper .menu > .current-menu-ancestor > a:hover:after {
        border-top-color: #fffdfd; }
    .menu-wrapper .menu > .current-menu-item > a:after,
    .menu-wrapper .menu > .current-menu-ancestor > a:after {
      top: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #f5d4d4;
      border-width: 5px;
      left: 50%;
      margin-left: -5px; }
  .menu-wrapper li + li a:before {
    content: "*";
    position: absolute;
    left: -0.5em;
    top: 0.2em;
    color: white;
    opacity: 0.8;
    font-family: Arial, Verdana, sans-serif; }
  .menu-wrapper .sub-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 18px 0 0 -0.7em;
    padding: 3px 0 0 0;
    position: absolute;
    max-height: 0em;
    overflow: hidden;
    list-style: none outside none;
    text-align: left;
    text-transform: none; }
    .menu-wrapper .sub-menu li {
      display: block;
      background: #9b1c1b;
      margin-left: 0.7em;
      margin-right: 0.7em; }
    .menu-wrapper .sub-menu a {
      margin: 0;
      white-space: nowrap;
      line-height: 1.8em;
      border: none; }
      .menu-wrapper .sub-menu a:hover {
        background: #781515; }
    .menu-wrapper .sub-menu li:last-child {
      padding-bottom: 0.26em; }
      .menu-wrapper .sub-menu li:last-child a {
        border-bottom: 1px dashed #dd4949; }
  .menu-wrapper li:hover .sub-menu {
    max-height: 30em;
    transition: max-height 0.5s; }

nav #navigation ul.menu-faq-categories {
  padding: 5px 10px;
  width: 100%;
  display: block;
  position: relative; }
  nav #navigation ul.menu-faq-categories li {
    margin: 0 5px 5px 0;
    position: relative;
    float: left;
    background-color: #dbdbdb;
    padding: 3px 5px;
    width: auto;
    font-size: 14px;
    display: inherit;
    border-radius: 2px; }

.pro-menu {
  position: relative;
  margin-top: -10px;
  background-color: #e2d0d0;
  display: none; }
  .pro-menu a {
    display: block; }
  .pro-menu .row {
    padding: 10px 20px;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px; }
  .pro-menu .message {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    position: relative;
    height: 120px;
    display: table-cell;
    vertical-align: middle; }
  .pro-menu .message-arrow {
    position: absolute;
    right: 0;
    top: 50%; }
  .pro-menu .label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding: 4px 10px 10px 10px;
    font-size: 16px;
    top: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    z-index: 100;
    /*		-webkit-transform: perspective(200px) rotateX(-15deg);
		-o-transform: perspective(200px) rotateX(-15deg);
		-moz-transform: perspective(200px) rotateX(-15deg);
		-webkit-transform-origin: 0% 50%;
		-moz-transform-origin: 0% 50%;
		-o-transform-origin: 0% 50%;
		transform-origin: 0% 50%;*/ }

#bottom-pro {
  margin-top: 20px; }
  #bottom-pro .inner-content {
    padding: 14px 40px;
    background-color: #272424; }
  #bottom-pro a {
    color: #fff;
    text-decoration: none; }

.mobilemenu {
  display: block;
  color: #fff;
  font-size: 25px;
  padding-top: 10px;
  text-decoration: none;
  padding-bottom: 11px; }
  .mobilemenu:hover {
    color: #fff;
    text-decoration: none; }

.list-group {
  border-radius: 0; }

.list-group.list-group-root {
  border-radius: 0;
  padding: 0;
  overflow: hidden; }
  .list-group.list-group-root .list-group {
    margin-bottom: 0; }
  .list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0; }

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0; }

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px; }

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px; }

.list-group-item .glyphicon {
  margin-right: 5px; }

.bold {
  font-weight: 700; }

#home-video {
  width: 820px; }

#alert {
  margin-top: 70px;
  background-color: #f00;
  color: #fff;
  padding: 10px 20px; }
  #alert a {
    color: #fff;
    text-decoration: underline; }

.files-listing li {
  text-indent: 0 !important;
  font-family: 'Aleo', Arial, sans-serif;
  font-size: 15px; }
  .files-listing li .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px; }
  .files-listing li:before {
    content: "" !important;
    margin-top: 25px;
    padding-top: 25px;
    display: block;
    height: 1px;
    border: none;
    background-repeat: repeat-x;
    background-image: url(content/design/horizontal-dots-dark.png); }

#contacts {
  margin-top: 30px; }
  #contacts a {
    color: #000; }
  #contacts .photo {
    width: 225px;
    height: 225px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px; }
  #contacts h4 {
    margin-top: 10px;
    font-weight: normal !important; }
    #contacts h4:after {
      content: "" !important;
      margin-top: 10px;
      padding-top: 20px;
      display: block;
      height: 1px;
      border: none;
      background-repeat: repeat-x;
      background-image: url(content/design/horizontal-dots-dark.png); }
  #contacts .name {
    font-weight: normal !important;
    font-size: 20px;
    text-align: left; }
  #contacts .job {
    color: #b92120; }
  #contacts .phone {
    padding-left: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(content/design/phone-icon.png); }
  #contacts .mail {
    padding-left: 25px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(content/design/mail-icon.png);
    margin-bottom: 30px; }

#prestations .prestation {
  text-align: center; }
  #prestations .prestation h4 {
    margin-top: 40px; }

#services {
  padding: 10px 40px 20px 40px;
  margin-left: 0;
  margin-right: 0;
  background-color: #282425; }
  #services h4 {
    color: #fff; }
  #services p {
    color: #b1b0b0; }

.prestations-photos {
  background-color: #fff;
  padding: 20px 50px 20px 50px; }

@media only screen and (max-width: 1500px) {
  #follower {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 0; }
  #home-search #searchField {
    width: 60%; }
  #home-search .arrow-link {
    font-size: 16px;
    padding: 5px 15px 5px 30px; }
  #grid .grid-item {
    width: 392px; }
  #follower {
    display: none; } }

@media only screen and (max-width: 992px) {
  #home-search #searchField {
    width: 65%; }
  #home-search .arrow-link {
    text-align: center; }
  #grid .grid-item {
    width: 282px; }
  #event-body .gallery-top {
    margin-top: 0; }
  #follower {
    display: none; } }

@media only screen and (max-width: 768px) {
  #home-video {
    width: 100%; }
  #slideshow {
    height: 350px;
    padding: 15px; }
    #slideshow .item {
      height: 320px; }
  .no-mobile {
    display: none; }
  .inner {
    padding: 0; }
  #page .breadcrumbs {
    margin-top: 20px;
    height: inherit;
    margin-bottom: 10px; }
  nav #mobilenav {
    display: block; }
  nav #outernav {
    display: none; }
  #top .right-top-colomn {
    margin: 0; }
  #page .programme-header {
    padding: 10px; }
    #page .programme-header h1 {
      font-size: 30px; }
  #logo {
    background-size: contain;
    width: 100%;
    background-position: -15px center; }
  #visual-zone {
    padding: 10px; }
  #content-zone {
    padding: 10px; }
  footer {
    padding: 15px; }
    footer #newletterField {
      display: inline-block;
      width: 60%; }
  .owl-controls {
    display: none; }
  #programme-nav {
    padding: 10px 10px; }
  #grid .grid-item {
    width: 95%; }
  #home-carousel {
    margin-bottom: 10px;
    margin-top: 20px; }
  #home-search #searchField.form-control {
    display: inline-block; } }

@media only screen and (max-width: 480px) {
  #slideshow {
    height: 260px;
    padding: 15px; }
    #slideshow .item {
      height: 230px; }
  .page-tabs .nav-tabs li a {
    padding: 5px 8px; }
  #page .programme-header h1 {
    font-size: 25px; }
  #top .social-icons a {
    margin-right: 10px; }
  #event-body {
    padding: 20px 10px; }
  #events-carousel .event-item {
    width: auto; }
    #events-carousel .event-item img {
      width: auto;
      margin: 0 auto; } }

@media only screen and (max-width: 320px) {
  #home-search #searchField {
    width: 50%; } }


