@charset 'UTF-8';
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 14, 2015 */
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_regular-webfont.eot');
  src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_regular-webfont.woff2') format('woff2'), url('../fonts/bariol_regular-webfont.woff') format('woff'), url('../fonts/bariol_regular-webfont.ttf') format('truetype'), url('../fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_bold-webfont.eot');
  src: url('../fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_bold-webfont.woff2') format('woff2'), url('../fonts/bariol_bold-webfont.woff') format('woff'), url('../fonts/bariol_bold-webfont.ttf') format('truetype'), url('../fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
  font-weight: bold;
  font-style: bold;
}
html,
body {
  background-color: #cbb29e;
  -webkit-font-smoothing: antialiased;
  color: #513824;
  font-family: "Bariol", sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
body {
  padding: 34px;
  box-sizing: border-box;
}
@media (min-width: 1020px) {
  body {
    padding: 105px;
  }
}
#main-container {
  width: 100%;
  height: 100%;
  border: 3px solid #513824;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#wrapper {
  height: 100%;
  overflow-y: auto;
}
.part {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  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);
}
.part.active {
  display: inline-block;
  z-index: 3;
}
.part.hide {
  display: inline-block;
  z-index: 2;
}
.part.show {
  opacity: 1;
}
.btn {
  cursor: pointer;
}
.btn-lang {
  font-size: 30px;
  background: #fff;
  border: 3px solid #513824;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 140px;
  height: 46px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.btn-lang:hover {
  color: #FFF;
  background-color: #624c3a;
}
.btn-instructions {
  font-size: 40px;
  font-weight: bold;
  background: #fff;
  border: 3px solid #513824;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.btn-instructions:hover {
  color: #FFF;
  background-color: #624c3a;
}
.btn-home {
  font-size: 40px;
  font-weight: bold;
  border: 3px solid #513824;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 64px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background: #ffffff url("../images/home-2.png") no-repeat right top;
  background-size: contain;
}
.btn-home:hover {
  color: #FFF;
  background-color: #624c3a;
}
.btn-home:hover,
.btn-home:active {
  background-image: url("../images/home-2-hover.png");
  background-size: contain;
}
@media (max-height: 600px) {
  body {
    padding: 15px;
  }
  .part.active {
    display: inline-block;
    z-index: 3;
  }
  .part.hide {
    display: none;
    z-index: 2;
  }
  .part.show {
    opacity: 1;
  }
}
/*@media (max-height: 600px){
	html, body{
		display: table;
		height: auto;
	}

	#main-container {
		display: table;
		width: 100%;
		height: auto;
		border: 3px solid @darkBlue;
		box-sizing: border-box;
		position: relative;
		//overflow-x: hidden;

		#wrapper{
			display: table;
			width: @width*3;

			.part {
				display: table-cell;
				position: static;
				width: @width;
				height: auto;
				//opacity: 0;
				.transition(opacity 0.3s  @quadOut);

				&.active {
					display: inline-block;
					//z-index: 3;
				}

				&.hide {
					display: none;
					//z-index: 2;
				}

				&.show {
					display: inline-block;
				}
			}
		}
	}

	

}*/
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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.corner {
  position: absolute;
  width: 10%;
  height: 10%;
  pointer-events: none;
}
.corner.corner-top-left {
  background: transparent url("../images/up-left.png") no-repeat left top;
  background-size: contain;
  top: 20px;
  left: 20px;
}
.corner.corner-top-right {
  background: transparent url("../images/up-right.png") no-repeat right top;
  background-size: contain;
  top: 20px;
  right: 20px;
}
.corner.corner-bottom-left {
  background: transparent url("../images/down-left.png") no-repeat left bottom;
  background-size: contain;
  bottom: 20px;
  left: 20px;
}
.corner.corner-bottom-right {
  background: transparent url("../images/down-right.png") no-repeat right bottom;
  background-size: contain;
  bottom: 20px;
  right: 20px;
}
#choices .corner,
#game .corner {
  height: calc(100% - 40px);
}
#choices .corner.corner-top-left,
#game .corner.corner-top-left {
  background-position: left center;
}
#choices .corner.corner-top-right,
#game .corner.corner-top-right {
  background-position: right center;
}
#screensaver .content {
  max-width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  display: inline-block;
  display: block;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#screensaver .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#screensaver .content .half {
  white-space: normal;
  display: inline-block;
}
#screensaver .content .half.left {
  vertical-align: middle;
  width: 25%;
  margin-right: 5%;
}
#screensaver .content .half.right {
  vertical-align: middle;
  width: 70%;
}
#screensaver .content .bonhomme {
  display: inline-block;
  background: transparent url("../images/bonhomme.png");
  background-size: 100% 100%;
  width: 246px;
  height: 347px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
}
#screensaver .content .intro-title h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0px;
}
#screensaver .content .intro-title p {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 30px;
}
#screensaver .content .btn-lang {
  margin-left: 20px;
  margin-right: 20px;
}
#screensaver .content .btn-lang:hover {
  color: #FFF;
  background-color: #624c3a;
}
#screensaver .content .btn-lang.fr {
  float: right;
}
#screensaver .content .btn-lang.en {
  float: left;
}
@media (max-width: 1120px) {
  #screensaver .content .intro-title h1 {
    font-size: 40px;
  }
  #screensaver .content .intro-title p {
    font-size: 20px;
  }
  #screensaver .content .btn {
    float: none;
    display: inline-block;
    font-size: 20px;
    width: 120px;
    height: 36px;
    margin-top: 20px;
  }
}
@media (max-width: 860px) {
  #screensaver .content {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #screensaver .content {
    width: 85%;
  }
  #screensaver .content .intro-title h1 {
    font-size: 26px;
  }
  #screensaver .content .intro-title p {
    font-size: 14px;
  }
  #screensaver .content .btn {
    font-size: 18px;
    width: 50%;
    height: 33px;
  }
  #screensaver .content .btn-lang.fr {
    float: none;
    margin-bottom: 10px;
  }
  #screensaver .content .btn-lang.en {
    float: none;
  }
}
#choices .header {
  width: 100%;
  border-bottom: 3px solid #513824;
  box-sizing: border-box;
  height: 15%;
  position: relative;
}
#choices .header h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#choices .content {
  display: inline-block;
  display: block;
  max-width: 1520px;
  height: 74%;
  margin: 0 auto;
  box-sizing: border-box;
}
#choices .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#choices .content table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 30px;
}
#choices .content table tr {
  width: 100%;
  height: 46.9%;
}
#choices .content table .choice {
  width: 33%;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 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);
  -ms-transition: opacity 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);
}
#choices .content table .choice:hover {
  opacity: 0.75;
}
#choices .content table .choice span {
  position: relative;
  z-index: 2;
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#choices .content table .choice img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#choices .footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 3px solid #513824;
  box-sizing: border-box;
  height: 11%;
}
#choices .footer .back-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 310px;
  height: 100%;
  border-right: 3px solid #513824;
  background: #ffffff url(../images/back-arrow.png) 30px center no-repeat;
  font-size: 30px;
  text-align: center;
  display: table;
}
#choices .footer .back-btn span {
  display: table-cell;
  vertical-align: middle;
}
#choices .footer .language-switcher {
  position: absolute;
  right: 164px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#choices .footer .btn-instructions {
  position: absolute;
  right: 346px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 1400px) {
  #choices .header {
    height: 10%;
  }
  #choices .header h1 {
    font-size: 40px;
  }
  #choices .content {
    height: 80%;
  }
  #choices .footer {
    height: 10%;
  }
  #choices .footer .back-btn {
    font-size: 26px;
    width: 260px;
    background-size: 20px;
  }
  #choices .footer .back-btn:hover {
    color: #FFF;
    background-color: #624c3a;
  }
  #choices .footer .language-switcher {
    right: 164px;
  }
  #choices .footer .language-switcher .btn {
    font-size: 24px;
    height: 40px;
  }
  #choices .footer .language-switcher span:hover {
    color: #FFF;
    background-color: #624c3a;
  }
  #choices .footer .btn-instructions {
    font-size: 34px;
    right: 246px;
    width: 50px;
    height: 50px;
  }
  #choices .footer .btn-instructions:hover {
    color: #FFF;
    background-color: #624c3a;
  }
}
@media (max-width: 1280px) {
  #choices .content table .choice span {
    font-size: 24px;
  }
}
@media (max-width: 1150px) {
  #choices .header h1 {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  #choices .header h1 {
    font-size: 20px;
    left: 20%;
  }
  #choices .content table {
    display: block;
    overflow-y: auto;
  }
  #choices .content table tbody {
    display: block;
  }
  #choices .content table tr {
    display: block;
  }
  #choices .content table .choice {
    display: block;
    max-width: 392px;
    /* max-height: 284px; */
    width: 90%;
    height: 284px;
    margin: 20px auto;
  }
  #choices .content table .choice span {
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #choices .footer {
    height: 10%;
  }
  #choices .footer .back-btn {
    font-size: 18px;
    width: 120px;
    background-position: 15px center;
    background-size: 10px;
  }
  #choices .footer .language-switcher {
    right: 100px;
  }
  #choices .footer .language-switcher .btn {
    font-size: 18px;
    height: 30px;
    width: 100px;
  }
  #choices .footer .btn-home {
    right: 10px;
  }
  #choices .footer .btn-instructions {
    font-size: 18px;
    right: 130px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  #choices .header h1 {
    font-size: 16px;
  }
  #choices .footer .back-btn {
    font-size: 18px;
    width: 100px;
    background-position: 10px center;
    background-size: 10px;
  }
  #choices .footer .language-switcher {
    right: 80px;
  }
  #choices .footer .language-switcher .btn {
    font-size: 18px;
    height: 30px;
    width: 85px;
  }
  #choices .footer .btn-home {
    right: 10px;
  }
  #choices .footer .btn-instructions {
    font-size: 18px;
    right: 100px;
    width: 30px;
    height: 30px;
  }
}
#game .header {
  width: 100%;
  border-bottom: 3px solid #513824;
  box-sizing: border-box;
  height: 15%;
  position: relative;
}
#game .header h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#game .header h1 span {
  font-weight: normal;
}
#game .content {
  display: inline-block;
  display: block;
  height: 74%;
  margin: 0 auto;
  box-sizing: border-box;
  width: 955px;
}
#game .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#game .content .slider-ui {
  height: 100%;
  width: 100%;
  padding: 3% 0;
  margin: 0;
  display: none;
}
#game .content .slider-ui.hide {
  display: none;
}
#game .content .slider-ui.shown {
  display: block;
}
#game .content .slider-ui .slick-prev,
#game .content .slider-ui .slick-next {
  z-index: 99;
  top: 0;
  width: 93px;
  height: 93px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -46px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .content .slider-ui .slick-prev:before,
#game .content .slider-ui .slick-next:before {
  content: "";
}
#game .content .slider-ui .slick-prev:hover,
#game .content .slider-ui .slick-next:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 860px) {
  #game .content .slider-ui .slick-prev,
  #game .content .slider-ui .slick-next {
    width: 50px;
    background-size: 20px;
  }
}
#game .content .slider-ui .slick-prev {
  left: -120px;
  background-image: url("../images/arrow-left.png");
}
#game .content .slider-ui .slick-next {
  right: -120px;
  background-image: url("../images/arrow-right.png");
}
#game .content .slider-ui .slick-slide {
  text-align: center;
}
#game .content .slider-ui .slick-slide .image-holder {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: 80%;
}
#game .content .slider-ui .slick-slide .image-holder .zoom {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/zoom.png");
  position: absolute;
  z-index: 10;
  background-size: contain;
  pointer-events: none;
  bottom: 10px;
  right: 10px;
}
#game .content .slider-ui .slick-slide .description,
#game .content .slider-ui .slick-slide .credit {
  display: inline-block;
  text-align: left;
  width: 100%;
}
#game .content .slider-ui .slick-slide .description {
  margin-top: 15px;
}
#game .content .slider-ui .slick-slide .description span {
  font-size: 20px;
}
#game .content .slider-ui .slick-slide .credit {
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
}
#game .content .slider-ui .slick-slide img {
  /* max-height: 540px; */
  height: 45vh;
  cursor: hand;
}
#game .footer {
  position: absolute;
  bottom: 0px;
  height: 11%;
  width: 100%;
  border-top: 3px solid #513824;
  box-sizing: border-box;
  background-color: #cbb29e;
}
#game .footer .back-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 310px;
  height: 100%;
  border-right: 3px solid #513824;
  background: #eee8e2 url(../images/back-arrow.png) 30px center no-repeat;
  font-size: 30px;
  text-align: center;
  display: table;
}
#game .footer .back-btn:hover {
  color: #FFF;
  background-color: #624c3a;
}
#game .footer .back-btn span {
  display: table-cell;
  vertical-align: middle;
}
#game .footer .language-switcher {
  position: absolute;
  right: 164px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#game .footer .language-switcher span:hover {
  color: #FFF;
  background-color: #624c3a;
}
#game .footer .btn-instructions {
  position: absolute;
  right: 346px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 1400px) {
  #game .header {
    height: 10%;
  }
  #game .header h1 {
    font-size: 40px;
  }
  #game .content {
    height: 80%;
  }
  #game .content .slider-ui .slick-prev,
  #game .content .slider-ui .slick-next {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
  #game .footer {
    height: 10%;
  }
  #game .footer .back-btn {
    font-size: 26px;
    width: 260px;
    background-size: 20px;
  }
  #game .footer .language-switcher {
    right: 164px;
  }
  #game .footer .language-switcher .btn {
    font-size: 24px;
    height: 40px;
  }
  #game .footer .btn-instructions {
    font-size: 34px;
    right: 246px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  #game .content {
    width: 100%;
  }
  #game .content .wrapper {
    overflow-y: auto;
    height: 100%;
    width: 80%;
    padding: 0 10%;
  }
  #game .content .slider-ui .slick-prev {
    left: -80px;
  }
  #game .content .slider-ui .slick-next {
    right: -80px;
  }
}
@media (max-width: 1150px) {
  #game .header h1 {
    font-size: 32px;
  }
  #game .content .slider-ui .slick-prev,
  #game .content .slider-ui .slick-next {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  #game .content .slider-ui .slick-prev {
    left: -40px;
  }
  #game .content .slider-ui .slick-next {
    right: -40px;
  }
}
@media (max-width: 800px) {
  #game .content .slider-ui .slick-prev {
    left: -30px;
  }
  #game .content .slider-ui .slick-next {
    right: -30px;
  }
  #game .content .slider-ui .slick-slide img {
    margin: 0 auto;
    /* max-height: 540px; */
  }
}
@media (max-width: 680px) {
  #game .header h1 {
    font-size: 20px;
    left: 20%;
  }
  #game .footer {
    height: 10%;
  }
  #game .footer .back-btn {
    font-size: 18px;
    width: 120px;
    background-position: 15px center;
    background-size: 10px;
  }
  #game .footer .language-switcher {
    right: 100px;
  }
  #game .footer .language-switcher .btn {
    font-size: 18px;
    height: 30px;
    width: 100px;
  }
  #game .footer .btn-home {
    right: 10px;
  }
  #game .footer .btn-instructions {
    font-size: 18px;
    right: 130px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  #game .header h1 {
    font-size: 16px;
  }
  #game .footer .back-btn {
    font-size: 18px;
    width: 100px;
    background-position: 10px center;
    background-size: 10px;
  }
  #game .footer .language-switcher {
    right: 80px;
  }
  #game .footer .language-switcher .btn {
    font-size: 18px;
    height: 30px;
    width: 85px;
  }
  #game .footer .btn-home {
    right: 10px;
  }
  #game .footer .btn-instructions {
    font-size: 18px;
    right: 100px;
    width: 30px;
    height: 30px;
  }
}
#instructions {
  background-color: #cbb29e;
  -webkit-font-smoothing: antialiased;
  font-family: "Bariol", sans-serif;
  width: 100%;
  height: 100%;
  padding: 34px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  color: #000000;
}
#instructions #instructions-container {
  width: 100%;
  height: 100%;
  border: 3px solid #513824;
  box-sizing: border-box;
  position: relative;
}
#instructions #instructions-container #instructions-text {
  background: #fff;
  width: 860px;
  height: 600px;
  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%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 140px 80px 0 330px;
  box-sizing: border-box;
}
#instructions #instructions-container #instructions-text h1 {
  font-size: 60px;
  margin: 0px 0px 60px;
  padding: 0;
}
#instructions #instructions-container #instructions-text span {
  font-size: 24px;
}
#instructions #instructions-container #instructions-text .btn-close-instructions {
  font-size: 30px;
  background: #fff;
  border: 3px solid #513824;
  color: #513824;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 140px;
  height: 46px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -70px;
}
#instructions #instructions-container #instructions-text .btn-close-instructions:hover {
  color: #FFF;
  background-color: #624c3a;
}
@media (max-width: 900px) {
  #instructions #instructions-container #instructions-text {
    width: 98%;
    height: 98%;
    padding: 10%;
  }
  #instructions #instructions-container #instructions-text h1 {
    font-size: 40px;
    margin: 0px 0px 40px;
  }
  #instructions #instructions-container #instructions-text span {
    font-size: 20px;
  }
  #instructions #instructions-container #instructions-text .btn-close-instructions {
    font-size: 20px;
    width: 100px;
    height: 36px;
    bottom: 20px;
    margin-left: -50px;
  }
}
@media (max-width: 580px) {
  #instructions #instructions-container #instructions-text h1 {
    font-size: 32px;
    margin: 0px 0px 10px;
  }
  #instructions #instructions-container #instructions-text span {
    font-size: 16px;
  }
}
.big-img-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.big-img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.big-img-container .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #513824;
  background-color: rgba(81, 56, 36, 0.75);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf513824, endColorstr=#bf513824)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf513824, endColorstr=#bf513824);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.big-img-container.opened {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.big-img-container.opened img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
