@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/MuseoSans-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/MuseoSans-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/MuseoSans-300.svg#83308de0ca4237e6cd44fbae61d13495') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-500.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/MuseoSans-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/MuseoSans-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/MuseoSans-500.svg#def45dfa0767cb06d134930a9f004794') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-900.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/MuseoSans-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/MuseoSans-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/MuseoSans-900.svg#99e9df93c781742fabc74f826ab8431f') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900;
}
* {
  font-family: 'Museo Sans';
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}
.flipping-i18n {
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}
.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: transparent;
}
html,
body {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 1920px;
  height: 1080px;
}
.nw {
  white-space: nowrap;
}
#game {
  width: 1920px;
  height: 1080px;
  position: relative;
}
#guide {
  position: absolute;
  left: 55px;
  top: 31px;
  width: 1810px;
  height: 1018px;
  border: 1px #FF11FF solid;
  pointer-events: none;
  z-index: 100;
}
#language-switcher {
  position: absolute;
  background-color: #36404c;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding-left: 55px;
  padding-bottom: 31px;
  width: 185px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#language-switcher:active {
  background-color: #4b596a;
}
.theme-1 #language-switcher {
  background-color: #36404c;
}
.theme-1 #toptitle {
  background-color: #36404c;
}
.theme-1 #screensaver {
  background: #ad1930;
}
.theme-1 #screensaver .spot.type-1 .inner {
  background: transparent url("../images/screensaver_1/gouttes.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-2 .inner {
  background: transparent url("../images/screensaver_1/nuage_nuit.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-3 .inner {
  background: transparent url("../images/screensaver_1/nuage_pluie.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-4 .inner {
  background: transparent url("../images/screensaver_1/nuage_storm.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-5 .inner {
  background: transparent url("../images/screensaver_1/snow.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-6 .inner {
  background: transparent url("../images/screensaver_1/soleil.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-7 .inner {
  background: transparent url("../images/screensaver_1/tornado.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #screensaver .spot.type-8 .inner {
  background: transparent url("../images/screensaver_1/wind.png") no-repeat 0 0;
  background-size: contain;
}
.theme-1 #topmenu .item {
  background-color: #ad1930;
  border-bottom: 10px solid #c14248;
}
.theme-1 #topmenu .item:active {
  background-color: #da1f3c;
}
.theme-2 #language-switcher {
  background-color: #37465b;
}
.theme-2 #toptitle {
  background-color: #37465b;
}
.theme-2 #screensaver {
  background: #71bf4b;
}
.theme-2 #screensaver .spot.type-1 .inner {
  background: transparent url("../images/screensaver_2/gouttes.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-2 .inner {
  background: transparent url("../images/screensaver_2/nuage_nuit.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-3 .inner {
  background: transparent url("../images/screensaver_2/nuage_pluie.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-4 .inner {
  background: transparent url("../images/screensaver_2/nuage_storm.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-5 .inner {
  background: transparent url("../images/screensaver_2/snow.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-6 .inner {
  background: transparent url("../images/screensaver_2/soleil.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-7 .inner {
  background: transparent url("../images/screensaver_2/tornado.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #screensaver .spot.type-8 .inner {
  background: transparent url("../images/screensaver_2/wind.png") no-repeat 0 0;
  background-size: contain;
}
.theme-2 #topmenu .item {
  background-color: #70bf4c;
  border-bottom: 10px solid #3fc1be;
}
.theme-2 #topmenu .item:active {
  background-color: #8ecc72;
}
#screensaver {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0;
  top: 0;
  background: #ad1930;
  z-index: 50;
}
#screensaver #launch-fr,
#screensaver #launch-en {
  display: inline-block;
  position: absolute;
  background: #5d6673;
  width: 290px;
  height: 110px;
  line-height: 110px;
  top: 470px;
  left: 1100px;
  -webkit-box-shadow: #b2bacc 10px 10px 0px;
  -moz-box-shadow: #b2bacc 10px 10px 0px;
  box-shadow: #b2bacc 10px 10px 0px;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screensaver #launch-fr span,
#screensaver #launch-en span {
  margin-left: 20px;
  font-size: 26px;
  text-transform: uppercase;
}
#screensaver #launch-fr:active,
#screensaver #launch-en:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#screensaver #launch-fr {
  left: 520px;
}
#screensaver .spot {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
#screensaver .spot .inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#screensaver .spot#spot-1 {
  left: 200px;
  top: 150px;
}
#screensaver .spot#spot-2 {
  left: 500px;
  top: 800px;
}
#screensaver .spot#spot-3 {
  left: 900px;
  top: 650px;
}
#screensaver .spot#spot-4 {
  left: 1600px;
  top: 200px;
}
#screensaver .spot#spot-5 {
  left: 1600px;
  top: 800px;
}
#screensaver .spot#spot-6 {
  left: 100px;
  top: 650px;
}
#screensaver .spot#spot-7 {
  left: 820px;
  top: 140px;
}
#screensaver .spot.type-1 .inner {
  background: transparent url(../images/screensaver_1/gouttes.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-2 .inner {
  background: transparent url(../images/screensaver_1/nuage_nuit.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-3 .inner {
  background: transparent url(../images/screensaver_1/nuage_pluie.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-4 .inner {
  background: transparent url(../images/screensaver_1/nuage_storm.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-5 .inner {
  background: transparent url(../images/screensaver_1/snow.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-6 .inner {
  background: transparent url(../images/screensaver_1/soleil.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-7 .inner {
  background: transparent url(../images/screensaver_1/tornado.png) no-repeat 0 0;
  background-size: contain;
}
#screensaver .spot.type-8 .inner {
  background: transparent url(../images/screensaver_1/wind.png) no-repeat 0 0;
  background-size: contain;
}
#content {
  position: absolute;
  width: 1920px;
  height: 934px;
  left: 0;
  top: 146px;
}
#content.simple .items {
  display: inline-block;
}
#content.simple .items .item {
  display: inline-block;
  height: 100%;
  width: 100%;
  height: 934px;
}
#content.simple .items .item .big-name {
  position: absolute;
  right: 155px;
  bottom: 381px;
  font-size: 140px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#content.simple .items .item .content-wrapper {
  position: absolute;
  right: 0px;
  bottom: 81px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 135px 30px 30px;
  width: 850px;
  color: #262626;
  -webkit-transition: height, 0.5s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height, 0.5s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height, 0.5s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height, 0.5s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.simple .items .item .content-wrapper .name {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}
#content.simple .items .item .content-wrapper .text-content {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
#content.simple .items .item .content-wrapper .credits {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
#content.simple .owl-controls {
  left: 0;
  margin: 0;
}
#content.simple .owl-controls .owl-prev,
#content.simple .owl-controls .owl-next {
  position: absolute;
  top: 90px;
  margin: 0;
  padding: 0;
  width: 125px;
  height: calc(100% - 90px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.simple .owl-controls .owl-prev.disabled,
#content.simple .owl-controls .owl-next.disabled {
  opacity: 0;
}
#content.simple .owl-controls .owl-prev:active,
#content.simple .owl-controls .owl-next:active {
  background-color: rgba(0, 0, 0, 0.5);
}
#content.simple .owl-controls .owl-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.25) url("../images/arrow-left.png") no-repeat 80px center;
}
#content.simple .owl-controls .owl-next {
  right: 0;
  background: rgba(0, 0, 0, 0.25) url("../images/arrow-right.png") no-repeat 10px center;
}
#content.journal .image,
#content.journal .blurred-image {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.journal .blurred-image {
  z-index: 1;
  opacity: 0;
}
#content.journal .blurred-image.shown {
  opacity: 1;
}
#content.journal .scrollable {
  display: inline-block;
  position: absolute;
  right: 55px;
  width: 590px;
  z-index: 2;
  background-color: rgba(94, 102, 115, 0.8);
  overflow: hidden;
  top: 90px;
  height: 844px;
}
#content.journal .scrollable .wrapper {
  padding: 40px 0px 40px;
}
#content.journal .scrollable p {
  font-size: 18px;
  margin-left: 40px;
  margin-right: 40px;
}
#content.journal .scrollable h2 {
  font-size: 30px;
  padding: 20px 40px;
  background-color: rgba(55, 70, 91, 0.6);
}
#content.journal .scrollable h3 {
  font-size: 28px;
  margin-top: 50px;
  padding: 15px 40px;
  background-color: rgba(55, 70, 91, 0.6);
  font-weight: 500;
}
#content.journal .scrollable img {
  margin: 25px auto;
  display: block;
  max-width: 250px;
  height: auto;
}
#content.journal .additional {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 80px;
  width: 1152px;
  height: 648px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.journal .additional.shown {
  opacity: 1;
}
#content.journal .additional img,
#content.journal .additional video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#content.journal .additional img.portrait {
  width: auto;
  height: 100%;
}
#content.overlays .image,
#content.overlays .blurred-image {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.overlays .navigation.next,
#content.overlays .navigation.prev {
  position: absolute;
  top: 90px;
  margin: 0;
  padding: 0;
  width: 125px;
  height: calc(100% - 90px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.overlays .navigation.next.disabled,
#content.overlays .navigation.prev.disabled {
  opacity: 0;
}
#content.overlays .navigation.next:active,
#content.overlays .navigation.prev:active {
  background-color: rgba(0, 0, 0, 0.5);
}
#content.overlays .navigation.prev {
  left: 0;
  background: rgba(0, 0, 0, 0.25) url("../images/arrow-left.png") no-repeat 70px center;
}
#content.overlays .navigation.next {
  right: 0;
  background: rgba(0, 0, 0, 0.25) url("../images/arrow-right.png") no-repeat 20px center;
}
#content.overlays .item {
  display: none;
}
#content.overlays .item .text {
  position: absolute;
  right: 125px;
  width: 450px;
  z-index: 2;
  background-color: rgba(94, 102, 115, 0.8);
  overflow: hidden;
  top: 90px;
  height: 844px;
}
#content.overlays .item .text.shown .wrapper {
  opacity: 1;
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
}
#content.overlays .item .text .wrapper {
  padding: 40px 0px 40px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.overlays .item .text .wrapper p {
  font-size: 22px;
  margin-left: 40px;
  margin-right: 40px;
}
#content.overlays .item .text .wrapper h2 {
  font-size: 24px;
  padding: 0px 40px 20px;
}
#content.overlays .item .scheme {
  display: inline-block;
  position: absolute;
  width: 1881.6px;
  height: 815.36px;
  left: -229px;
  top: 100px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.overlays .item .scheme.shown {
  opacity: 1;
}
#content.overlays .item.active {
  display: inline-block;
}
#content.overlays .dots {
  display: inline-block;
  position: absolute;
  right: 125px;
  bottom: 50px;
  width: 450px;
  text-align: center;
  z-index: 10;
}
#content.overlays .dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 8px;
  opacity: 0.4;
  -webkit-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#content.overlays .dots .dot.active {
  opacity: 0.9;
}
#topmenu {
  display: inline-block;
  position: absolute;
  width: 1920px;
  height: 90px;
  left: 0px;
  top: 146px;
  font-size: 14px;
  z-index: 10;
  white-space: nowrap;
}
#topmenu .item {
  background-color: #ad1930;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  height: 80px;
  font-size: 20px;
  border-bottom: 10px solid #c14248;
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), line-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), line-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), line-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), line-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 5px;
  text-transform: uppercase;
  line-height: 90px;
  vertical-align: top;
  white-space: normal;
  width: 270px;
}
#topmenu .item:active {
  background-color: #da1f3c;
}
#topmenu .item.selected {
  height: 120px;
  line-height: 130px;
}
#topmenu.scrollable {
  width: 1655px;
  left: 130px;
}
#topmenu.scrollable.group-count-1 .item,
#topmenu.scrollable .group-count-1 .item {
  width: 1620px;
}
#topmenu.scrollable.group-count-2 .item,
#topmenu.scrollable .group-count-2 .item {
  width: 810px;
}
#topmenu.scrollable.group-count-3 .item,
#topmenu.scrollable .group-count-3 .item {
  width: 540px;
}
#topmenu.scrollable.group-count-4 .item,
#topmenu.scrollable .group-count-4 .item {
  width: 405px;
}
#topmenu.scrollable.group-count-5 .item,
#topmenu.scrollable .group-count-5 .item {
  width: 324px;
}
#topmenu.not-scrollable.count-1 .item {
  width: 1810px;
}
#topmenu.not-scrollable.count-1 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-1 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu.not-scrollable.count-2 .item {
  width: 900px;
}
#topmenu.not-scrollable.count-2 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-2 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu.not-scrollable.count-3 .item {
  width: 596.66666667px;
}
#topmenu.not-scrollable.count-3 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-3 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu.not-scrollable.count-4 .item {
  width: 445px;
}
#topmenu.not-scrollable.count-4 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-4 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu.not-scrollable.count-5 .item {
  width: 354px;
}
#topmenu.not-scrollable.count-5 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-5 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu.not-scrollable.count-6 .item {
  width: 295px;
}
#topmenu.not-scrollable.count-6 .item:first-child {
  padding-left: 55px;
  margin-left: 0;
}
#topmenu.not-scrollable.count-6 .item:last-child {
  padding-right: 55px;
  margin-right: 0;
}
#topmenu .owl-prev,
#topmenu .owl-next {
  position: absolute;
  top: 0;
  width: 135px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  text-indent: -9999px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#topmenu .owl-prev:active,
#topmenu .owl-next:active {
  background-color: #747f8f;
}
#topmenu .owl-prev {
  left: -130px;
  background: #5d6673 url("../images/arrow-left.png") no-repeat right 15px top 15px;
}
#topmenu .owl-next {
  right: -135px;
  background: #5d6673 url("../images/arrow-right.png") no-repeat left 15px top 15px;
}
#toptitle {
  display: inline-block;
  position: absolute;
  width: 1920px;
  height: 146px;
  left: 0;
  top: 0;
  background-color: #36404c;
  font-size: 14px;
  vertical-align: bottom;
}
#toptitle .wrapper {
  vertical-align: bottom;
  position: absolute;
  left: 55px;
  top: 31px;
  width: 1810px;
  height: 115px;
  overflow: hidden;
}
#toptitle .wrapper #home {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 44px;
  width: 50px;
  height: 50px;
  -webkit-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#toptitle .wrapper #home .inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent url('../images/home-2.png') no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#toptitle .wrapper #home:active .inner {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#toptitle .wrapper #toptitle-title {
  position: absolute;
  left: 80px;
  bottom: 0px;
  -webkit-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#toptitle .wrapper #toptitle-title h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
#toptitle.hide-home .wrapper #home {
  left: -60px;
  pointer-events: none;
}
#toptitle.hide-home .wrapper #toptitle-title {
  left: 40px;
}
