@font-face {
  font-family: "baron_neue_regular";
  src: url("fonts/baron_neue_bold-webfont.eot");
  src: url("fonts/baron_neue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/baron_neue_bold-webfont.woff2") format("woff2"), url("fonts/baron_neue_bold-webfont.woff") format("woff"), url("fonts/baron_neue_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 34, ../../frontend-src/css/sass/_settings.sass */
h1 {
  color: #ebeae5;
  font-size: 54px;
  letter-spacing: 22px;
  margin: 0px;
}

/* line 41, ../../frontend-src/css/sass/_settings.sass */
h2 {
  color: #ebeae5;
  font-size: 32px;
  letter-spacing: 22px;
  margin: 0px;
}

.z-top {
    position: fixed;
    width: 775px;
    height: 30px;
    right: 30px;
    top: 10px;
    z-index: 999;
    padding-top: 7px;
    color: black;
    background: transparent url("../img/lx.png") no-repeat scroll center top;
}


/* line 48, ../../frontend-src/css/sass/_settings.sass */
h3 {
  margin: 0px;
  font-size: 30px;
}

/* line 53, ../../frontend-src/css/sass/_settings.sass */
h4 {
  color: #817f80;
  letter-spacing: 4px;
  margin: 6px;
  line-height: 1.8;
  font-size: 12px;
  font-weight: normal;
}

/* line 61, ../../frontend-src/css/sass/_settings.sass */

/* line 70, ../../frontend-src/css/sass/_settings.sass */
body, h4, p, #faculty-menu .faculty-item h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 73, ../../frontend-src/css/sass/_settings.sass */
h1, h2, h3 {
  font-family: "baron_neue_regular", sans-serif;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

/* line 78, ../../frontend-src/css/sass/_settings.sass */
a,
a:hover,
a:visited {
  text-decoration: none;
  color: #fff;
}

/* line 84, ../../frontend-src/css/sass/_settings.sass */
#menu-toggle, #faculty-menu .faculty-item h3, .button-container, .slide .answer span:hover, .slide .answer span.active,
.slide .answer label:hover,
.slide .answer label.active, .slide .result-cards .result-first, .slide .result-cards .result-second {
  color: #fff;
  letter-spacing: 6px;
  font-size: 11px;
}

/* line 89, ../../frontend-src/css/sass/_settings.sass */
#faculty-menu .faculty-item p, #developers {
  color: #817f80;
  letter-spacing: 6px;
  font-size: 11px;
}

/* line 94, ../../frontend-src/css/sass/_settings.sass */
.slide .answer span,
.slide .answer label {
  color: #a79f9a;
  letter-spacing: 6px;
  font-size: 11px;
}

/* line 99, ../../frontend-src/css/sass/_settings.sass */
.slide .answer-id h3 {
  color: #2b1e35;
  letter-spacing: 6px;
}

/* line 1, ../../frontend-src/css/sass/_shared.sass */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* line 7, ../../frontend-src/css/sass/_shared.sass */
#page-wrapper {
width:100%;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#1a181d url(../images/bg1.jpg) center top;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:-9990;
  background-size:cover;
  
}
#page-wrapper2 {
width:100%;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#1a181d url(../images/bg1.jpg) center center;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:-9990;
  background-size:cover;
  
}
#page-wrapper3 {
width:100%;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#1a181d url(../images/bg.jpg) center center;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:-9990;
  background-size:cover;
  
}

/* line 18, ../../frontend-src/css/sass/_shared.sass */
.logo {
  position: absolute;
  width: 254px;
  height: 40px;
  margin-top: 40px;
  margin-left: 40px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 999;
}
/* line 28, ../../frontend-src/css/sass/_shared.sass */
.logo.en {
  background-image: url("../images/logo-UTB_EN.svg");
}
/* line 30, ../../frontend-src/css/sass/_shared.sass */
.logo.cs {
  background-image: url("../images/logo-UTB_CZ.svg");
}

/* line 33, ../../frontend-src/css/sass/_shared.sass */
.language-switcher {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  width: 120px;
  z-index: 999;
  -moz-animation: fadeIn 1s ease-in;
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}

/* line 44, ../../frontend-src/css/sass/_shared.sass */
.stairs-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/* line 55, ../../frontend-src/css/sass/_shared.sass */
.stairs-wrapper .stars {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 64, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle {
  position: absolute;
  margin: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 5px;
  z-index: 999;
  text-transform: uppercase;
}
/* line 79, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle:hover i:first-child {
  opacity: 1;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 84, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle:hover i:last-child {
  opacity: 1;
  margin-bottom: 2px;
  margin-top: 9px;
}
/* line 90, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle.active .toggle-icon {
  margin-left: 30px;
}
/* line 92, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle.active .toggle-icon i {
  opacity: 0;
}
/* line 96, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle.active .toggle-icon i:first-child {
  opacity: 1;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 102, ../../frontend-src/css/sass/_shared.sass */
#menu-toggle.active .toggle-icon i:last-child {
  opacity: 1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-top: 9px;
}

/* line 110, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu {
  position: fixed;
  height: 100%;
  width: 300px;
  top: 0;
  bottom: 0;
  right: -300px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 899;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 121, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .icon {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 124, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu.active {
  right: 0px;
}
/* line 127, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-menu-wrapper {
  position: relative;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding-bottom: 70px;
}
/* line 135, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-list {
  list-style-type: none;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
}
/* line 142, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-item {
  text-align: center;
}
/* line 146, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-item:last-child .symbol-icon {
  display: none;
}
/* line 149, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-item h3 {
  color: white;
  margin-top: 10px;
}
/* line 154, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .faculty-item p {
  font-family: "Georgia";
  font-size: 13px;
  margin: 3px;
  letter-spacing: 0;
  font-style: italic;
  color: #817f80;
}
/* line 164, ../../frontend-src/css/sass/_shared.sass */
#faculty-menu .language-switcher {
  margin: 10px auto 0px;
  text-align: center;
  display: none;
}

/* line 169, ../../frontend-src/css/sass/_shared.sass */
#developers {
  position: fixed;
  right: 0px;
  bottom: 70px;
  margin: 40px 40px;
  font-size: 10px;
  letter-spacing: 3px;
  z-index: 999;
  text-transform: uppercase;
}

/* line 180, ../../frontend-src/css/sass/_shared.sass */
.max-width-wrapper {
  max-width: 2030px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 187, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper {
  display: none;
}

/* line 190, ../../frontend-src/css/sass/_shared.sass */
.page-content,
.questions-content {
  width: 100%;
  min-height: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 15px 15px 85px 15px;
  top: 0;
  bottom: 0;
}
/* line 204, ../../frontend-src/css/sass/_shared.sass */
.page-content.active,
.questions-content.active {
  z-index: 99;
  display: table;
}

/* line 209, ../../frontend-src/css/sass/_shared.sass */
#forward-navigation-button,
#back-navigation-button,
#result-navigation-button,
#start-navigation-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -53px;
  z-index: 599;
  display: none;
  opacity: 0.2;
  height: 110px;
  width: 110px;
  text-transform: uppercase;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 225, ../../frontend-src/css/sass/_shared.sass */
#forward-navigation-button .button,
#back-navigation-button .button,
#result-navigation-button .button,
#start-navigation-button .button {
  cursor: default;
}
/* line 228, ../../frontend-src/css/sass/_shared.sass */
#forward-navigation-button.active,
#back-navigation-button.active,
#result-navigation-button.active,
#start-navigation-button.active {
  opacity: 1;
}
/* line 230, ../../frontend-src/css/sass/_shared.sass */
#forward-navigation-button.active .button,
#back-navigation-button.active .button,
#result-navigation-button.active .button,
#start-navigation-button.active .button {
  cursor: pointer;
}

/* line 233, ../../frontend-src/css/sass/_shared.sass */
#back-navigation-button {
  left: 20px;
  right: auto;
}

/* line 237, ../../frontend-src/css/sass/_shared.sass */
.slide {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
}
/* line 242, ../../frontend-src/css/sass/_shared.sass */
.slide .table-wrapper {
  position: relative;
  display: block;
}
/* line 246, ../../frontend-src/css/sass/_shared.sass */
.slide h1 {
  display: block;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 253, ../../frontend-src/css/sass/_shared.sass */
.slide h4 {
  display: block;
  position: relative;
  text-transform: uppercase;
}

/* line 258, ../../frontend-src/css/sass/_shared.sass */
.footer {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  text-align: center;
  z-index: 999;
}
/* line 268, ../../frontend-src/css/sass/_shared.sass */
.footer span, .footer a {
  display: inline-block;
  font-size: 11px;
  color: #a79f9a;
  text-transform: uppercase;
  letter-spacing: 6px;
}
/* line 274, ../../frontend-src/css/sass/_shared.sass */
.footer span.active, .footer a.active {
  color: #2b1e35;
}
/* line 277, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status-container {
  position: relative;
  height: 100%;
}
/* line 281, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status {
  padding: 25px 15px 0 15px;
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
/* line 287, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 48px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 295, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li .square {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #a79f9a;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 303, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  display: block;
  margin: 1px;
}
/* line 313, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:before {
  top: 5px;
  left: -50px;
  position: absolute;
  display: block;
  content: "";
  border-bottom: 1px solid #a79f9a;
  width: 49px;
}
/* line 325, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:first-child:before, .footer .question-status li:last-child:before {
  top: 8px;
}
/* line 328, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:first-child .square, .footer .question-status li:last-child .square {
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
}
/* line 333, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:first-child {
  margin-left: 0px;
}
/* line 336, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:first-child:before {
  display: none;
}
/* line 339, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li:first-child .square {
  cursor: pointer;
}
/* line 343, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.full .triangle {
  margin: 1px;
  width: 8px;
  height: 8px;
  background-color: black;
}
/* line 351, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.full:first-child .triangle, .footer .question-status li.full:last-child .triangle {
  margin: 2px;
  width: 12px;
  height: 12px;
}
/* line 357, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.passed .triangle {
  margin: 1px;
  width: 8px;
  height: 8px;
  background-color: #817f80;
}
/* line 365, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.passed:first-child .triangle, .footer .question-status li.passed:last-child .triangle {
  margin: 2px;
  width: 12px;
  height: 12px;
}
/* line 372, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.active .triangle {
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  margin: 1px;
}
/* line 382, ../../frontend-src/css/sass/_shared.sass */
.footer .question-status li.active:first-child .triangle, .footer .question-status li.active:last-child .triangle {
  margin: 2px;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid black;
  border-right: 6px solid black;
}

/* line 389, ../../frontend-src/css/sass/_shared.sass */
.icon {
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-left: 15px;
}
/* line 396, ../../frontend-src/css/sass/_shared.sass */
.icon.toggle-icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-bottom: -2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 403, ../../frontend-src/css/sass/_shared.sass */
.icon.toggle-icon i {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  display: block;
  width: 29px;
  border-bottom: 1px solid #fff;
  background-color: white;
  margin: 6px 0 5px 0;
}
/* line 414, ../../frontend-src/css/sass/_shared.sass */
.icon.symbol-icon {
  width: 30px;
  height: 11px;
  border-top: 1px solid #fff;
  margin-top: 11px;
  margin-left: 0px;
  opacity: 0.5;
}
/* line 422, ../../frontend-src/css/sass/_shared.sass */
.icon.symbol-icon i {
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 432, ../../frontend-src/css/sass/_shared.sass */
.social-media {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #dedbda;
  width: 300px;
  height: 70px;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
/* line 441, ../../frontend-src/css/sass/_shared.sass */
.social-media .fb-like {
  margin-top: 26px;
  display: block;
  overflow: hidden !important;
}

/* line 446, ../../frontend-src/css/sass/_shared.sass */
.button-container {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 454, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button {
  border: 1px solid #fff;
  display: inline-block;
}
/* line 458, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button.utb-button.active, .button-container.utb-button.utb-button:focus, .button-container.utb-button.utb-button:hover, .button-container.utb-button.utb-button:visited {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #2b1e35;
}
/* line 465, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button.utb-button.active .arrow, .button-container.utb-button.utb-button:focus .arrow, .button-container.utb-button.utb-button:hover .arrow, .button-container.utb-button.utb-button:visited .arrow {
  background-position: right center;
}
/* line 468, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button.utb-button.active span, .button-container.utb-button.utb-button.active a, .button-container.utb-button.utb-button:focus span, .button-container.utb-button.utb-button:focus a, .button-container.utb-button.utb-button:hover span, .button-container.utb-button.utb-button:hover a, .button-container.utb-button.utb-button:visited span, .button-container.utb-button.utb-button:visited a {
  color: #2b1e35;
}
/* line 471, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button .button {
  padding: 20px 10px 20px 20px;
  background-image: none;
  width: auto;
  height: auto;
}
/* line 477, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button .button span {
  display: inline-block;
}
/* line 480, ../../frontend-src/css/sass/_shared.sass */
.button-container.utb-button .button .arrow {
  margin-left: 10px;
  margin-right: 10px;
  width: 26px;
  height: 10px;
  display: inline-block;
  background-position: left center;
}
/* line 488, ../../frontend-src/css/sass/_shared.sass */
.button-container .button {
  width: 60px;
  height: 90px;
  display: block;
  margin: 0 auto;
  background-position: left 10px, left 20px;
  background-image: url("../images/kosoctverec-hover.png"), url("../images/kosoctverec-hover.png");
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
/* line 500, ../../frontend-src/css/sass/_shared.sass */
.button-container .button:before {
  position: absolute;
  z-index: 0;
  content: "";
  opacity: 0;
  width: 60px;
  height: 90px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-image: url("../images/kosoctverec-hover.png");
  background-repeat: no-repeat;
  background-position: right 15px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 516, ../../frontend-src/css/sass/_shared.sass */
.button-container .button .arrow {
  width: 26px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}
/* line 526, ../../frontend-src/css/sass/_shared.sass */
.button-container .button .arrow-right {
  background-image: url("../images/arrow-right-black.png");
}
/* line 529, ../../frontend-src/css/sass/_shared.sass */
.button-container .button .arrow-left {
  background-image: url("../images/arrow-left-black.png");
}
/* line 533, ../../frontend-src/css/sass/_shared.sass */
.button-container.active .button {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  background-position: left 15px, left 15px;
}
/* line 538, ../../frontend-src/css/sass/_shared.sass */
.button-container.active:hover .button {
  background-position: left 15px, left 15px;
}
/* line 541, ../../frontend-src/css/sass/_shared.sass */
.button-container.active:hover .button:before {
  opacity: 1;
}
/* line 544, ../../frontend-src/css/sass/_shared.sass */
.button-container.active:hover .button .arrow-left {
  background-position: right center;
}
/* line 547, ../../frontend-src/css/sass/_shared.sass */
.button-container.active:hover .button .arrow-right {
  background-position: right center;
}
/* line 550, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button {
  width: 100%;
}
/* line 553, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button {
  background-position: left center;
  background-image: url("../images/kosoctverec-hover.png");
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  padding-top: 25px;
  padding-left: 3px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
/* line 566, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button:first-child {
  left: 5px;
}
/* line 568, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button:last-child {
  right: 5px;
}
/* line 570, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button:before {
  display: none;
}
/* line 573, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button a {
  color: #757575;
}
/* line 575, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button a.active {
  color: #fff;
}
/* line 579, ../../frontend-src/css/sass/_shared.sass */
.button-container.language-button .button:hover > a {
  color: #fff;
}

/* line 584, ../../frontend-src/css/sass/_shared.sass */
#myCanvasContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 591, ../../frontend-src/css/sass/_shared.sass */
#tags {
  display: none;
  font-size: 70px;
  text-transform: uppercase;
}

/* line 596, ../../frontend-src/css/sass/_shared.sass */
.translate {
  -moz-transform: translate(500px);
  -ms-transform: translate(500px);
  -webkit-transform: translate(500px);
  transform: translate(500px);
}

/* line 599, ../../frontend-src/css/sass/_shared.sass */
#myCanvas {
  cursor: pointer;
}

/* line 603, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper {
  display: none;
}
/* line 606, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .button-container {
  padding: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 613, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .button-container input {
  display: none;
}
/* line 618, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .mobile-content {
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: none;
}
/* line 627, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .mobile-content.active {
  display: table;
}
/* line 630, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide {
  width: 100%;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  opacity: 1;
  text-align: center;
  padding: 50px 20px 70px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 640, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide h1 {
  font-size: 28px;
  letter-spacing: 4px;
}
/* line 644, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide h2 {
  font-size: 26px;
  letter-spacing: 4px;
}
/* line 648, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide h4 {
  font-size: 11px;
  min-height: 75px;
}
/* line 652, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .loading {
  width: 70%;
  position: relative;
  padding-bottom: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
/* line 661, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .loading .loading-img {
  margin-top: 11%;
}
/* line 664, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .result-cards {
  width: 60%;
  padding-bottom: 55%;
}
/* line 668, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .mobile-answer {
  margin-top: 20px;
}
/* line 671, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines {
  background-image: url("../images/answer-planet-small.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 100%;
  padding-top: 25px;
  margin: 20px 0;
}
/* line 680, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line {
  width: 50%;
}
/* line 683, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line span {
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 688, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line.left {
  float: left;
  padding-right: 20px;
}
/* line 691, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line.left span {
  margin-right: 20px;
}
/* line 694, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line.right {
  float: right;
  padding-left: 20px;
}
/* line 697, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide .lines .line.right span {
  margin-left: 20px;
}
/* line 701, ../../frontend-src/css/sass/_shared.sass */
.mobile-wrapper .slide #continue-questions {
  margin-top: 20px;
  opacity: 1;
}

/* line 1, ../../frontend-src/css/sass/_start.sass */
.slide {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  max-height: 100%;
  overflow: hidden;
}
/* line 7, ../../frontend-src/css/sass/_start.sass */
.slide #continue-questions {
  opacity: 0;
}
/* line 10, ../../frontend-src/css/sass/_start.sass */
.slide .loading {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 25%;
  margin: 0 auto 20px;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 19, ../../frontend-src/css/sass/_start.sass */
.slide .loading ::selection {
  background: transparent;
}
/* line 24, ../../frontend-src/css/sass/_start.sass */
.slide .loading img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 38, ../../frontend-src/css/sass/_start.sass */
.slide .loading .loading-img {
  height: 85%;
  margin: 5% auto 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 43, ../../frontend-src/css/sass/_start.sass */
.slide .answer {
  display: block;
  width: 460px;
  height: 460px;
  margin: 30px auto 30px;
  position: relative;
}
/* line 50, ../../frontend-src/css/sass/_start.sass */
.slide .answer ::selection {
  background: transparent;
}
/* line 53, ../../frontend-src/css/sass/_start.sass */
.slide .answer img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 65, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow {
  position: absolute;
  width: 22px;
  height: 460px;
  margin: 0 auto;
  left: 50%;
  margin-left: -11px;
  z-index: 9999;
}
/* line 75, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow:hover img {
  display: none;
}
/* line 78, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow:hover .ui-rotatable-handle {
  opacity: 1;
}
/* line 81, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow .ui-rotatable-handle {
  background-image: url("../images/arrow-animated.gif");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
}
/* line 88, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow.transitions {
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 92, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow img {
  width: 100%;
  height: auto;
}
/* line 97, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-arrow .ui-draggable,
.slide .answer .answer-arrow .ui-rotatable-handle {
  width: 100%;
  height: 50%;
  position: absolute;
  cursor: pointer;
}
/* line 105, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-planet-cente {
  z-index: 10;
}
/* line 108, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-planet-center {
  height: 100px;
  width: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}
/* line 115, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-fog {
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
}
/* line 122, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-fog2 {
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -140px;
}
/* line 129, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-planet-large {
  width: 48px;
  height: 48px;
  top: 80%;
  left: 50%;
  margin-left: -24px;
  transform-origin: 24px -140px;
}
/* line 137, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-planet-small {
  width: 30px;
  height: 30px;
  top: 18%;
  left: 18%;
  margin: -15px 0 0 -15px;
  transform-origin: 165px 165px;
}
/* line 146, ../../frontend-src/css/sass/_start.sass */
.slide .answer span,
.slide .answer label {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 162, ../../frontend-src/css/sass/_start.sass */
.slide .answer input {
  display: none;
}
/* line 165, ../../frontend-src/css/sass/_start.sass */
.slide .answer .line {
  display: block;
  height: 1px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0;
}
/* line 174, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-first {
  width: 150px;
  left: -160px;
}
/* line 178, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-first .answer-button-wrapper {
  display: block;
  float: right;
  position: relative;
}
/* line 183, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-first .line {
  left: 0;
  margin: 10px 5px 0 0px;
  right: 100%;
}
/* line 190, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-first:hover .line {
  right: 0%;
}
/* line 194, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-first.active .line {
  right: 0%;
}
/* line 197, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-second {
  width: 150px;
  right: -160px;
}
/* line 201, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-second .answer-button-wrapper {
  display: block;
  float: left;
  position: relative;
}
/* line 206, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-second .line {
  left: 0;
  margin: 10px 5px 0 0px;
  right: 100%;
}
/* line 212, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-second:hover .line {
  left: 0;
  right: 0%;
}
/* line 217, ../../frontend-src/css/sass/_start.sass */
.slide .answer .answer-second.active .line {
  right: 0%;
}
/* line 221, ../../frontend-src/css/sass/_start.sass */
.slide .answer-id {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -25px;
}
/* line 231, ../../frontend-src/css/sass/_start.sass */
.slide .answer-id h3 {
  margin-top: 10px;
  margin-left: 8px;
}
/* line 239, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards {
  position: relative;
  display: block;
  width: 20%;
  padding-bottom: 20%;
  margin: 0 auto 20px;
}
/* line 247, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
/* line 256, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards .card {
  z-index: 1;
  padding-top: 10%;
  padding-bottom: 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 262, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards .rhombus {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
/* line 268, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards h4 {
  opacity: 0;
}
/* line 271, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards span {
  display: block;
  top: 50%;
  position: absolute;
  width: 100px;
  margin-top: -5px;
  text-transform: uppercase;
}
/* line 279, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards .result-first {
  left: -110px;
  text-align: right;
}
/* line 284, ../../frontend-src/css/sass/_start.sass */
.slide .result-cards .result-second {
  right: -110px;
  text-align: left;
}

/* line 289, ../../frontend-src/css/sass/_start.sass */
#result-text {
  position: relative;
  min-height: 350px;
  max-width: 850px;
  margin: 0 auto;
}

/* line 296, ../../frontend-src/css/sass/_start.sass */
.text-block {
  text-align: center;
  position: relative;
  width: 100%;
  top: 0;
  display: none;
}
/* line 303, ../../frontend-src/css/sass/_start.sass */
.text-block h1 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 307, ../../frontend-src/css/sass/_start.sass */
.text-block p {
  opacity: 0;
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 314, ../../frontend-src/css/sass/_start.sass */
.text-block .next-block {
  opacity: 0;
}
/* line 317, ../../frontend-src/css/sass/_start.sass */
.text-block.active {
  display: block;
}

/* line 323, ../../frontend-src/css/sass/_start.sass */
.questions-content.active .answer label {
  display: block;
}

@-moz-keyframes zoomIn {
  0% {
    top: 0px;
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    top: -300px;
    opacity: 0;
    -moz-transform: scale(5);
    transform: scale(5);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    top: 0px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    top: -300px;
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}
@keyframes zoomIn {
  0% {
    top: 0px;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    top: -300px;
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}
@-moz-keyframes zoomOut {
  0% {
    top: -300px;
    opacity: 0;
    -moz-transform: scale(5);
    transform: scale(5);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    top: -300px;
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5);
  }
  100% {
    top: 0px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    top: -300px;
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes comeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes comeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes comeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes comeOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes comeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes comeOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes headingOneIn {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  80% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-webkit-keyframes headingOneIn {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  80% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes headingOneIn {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  80% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-moz-keyframes headingOneOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 0;
    bottom: 200px;
  }
}
@-webkit-keyframes headingOneOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 0;
    bottom: 200px;
  }
}
@keyframes headingOneOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 0;
    bottom: 200px;
  }
}
@-moz-keyframes headingTwoIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  30% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes headingTwoIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  30% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes headingTwoIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  30% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-moz-keyframes headingTwoOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: 100px;
  }
}
@-webkit-keyframes headingTwoOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: 100px;
  }
}
@keyframes headingTwoOut {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: 100px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes rotatePlanet {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatePlanet {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatePlanet {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes intesityFog {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intesityFog {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intesityFog {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cardRotation {
  0% {
    top: -400px;
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    top: 0px;
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes cardRotation {
  0% {
    top: -400px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    top: 0px;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes cardRotation {
  0% {
    top: -400px;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    top: 0px;
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes cardScale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cardScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cardScale {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes stairs {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes stairs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes stairs {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@-moz-keyframes loadingRotation {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(755deg);
    transform: rotate(755deg);
  }
}
@-webkit-keyframes loadingRotation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(755deg);
    transform: rotate(755deg);
  }
}
@keyframes loadingRotation {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(755deg);
    -ms-transform: rotate(755deg);
    -webkit-transform: rotate(755deg);
    transform: rotate(755deg);
  }
}
/* line 253, ../../frontend-src/css/sass/_animations.scss */
.stars-animation {
  -moz-animation: stairs 9s linear infinite;
  -webkit-animation: stairs 9s linear infinite;
  animation: stairs 9s linear infinite;
}

/* line 257, ../../frontend-src/css/sass/_animations.scss */
.stars-animation-two {
  -moz-animation: stairs 9s linear infinite;
  -webkit-animation: stairs 9s linear infinite;
  animation: stairs 9s linear infinite;
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 262, ../../frontend-src/css/sass/_animations.scss */
.stars-animation-three {
  -moz-animation: stairs 9s linear infinite;
  -webkit-animation: stairs 9s linear infinite;
  animation: stairs 9s linear infinite;
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* line 267, ../../frontend-src/css/sass/_animations.scss */
.loading-rotation {
  -moz-animation: loadingRotation 4s ease-out;
  -webkit-animation: loadingRotation 4s ease-out;
  animation: loadingRotation 4s ease-out;
  -moz-transform: rotate(755deg);
  -ms-transform: rotate(755deg);
  -webkit-transform: rotate(755deg);
  transform: rotate(755deg);
}

@-moz-keyframes cardRhombus {
  0% {
    -moz-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cardRhombus {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cardRhombus {
  0% {
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 287, ../../frontend-src/css/sass/_animations.scss */
.text-block-out {
  opacity: 0;
  -moz-animation: fadeOut 1s ease-out;
  -webkit-animation: fadeOut 1s ease-out;
  animation: fadeOut 1s ease-out;
}

/* line 292, ../../frontend-src/css/sass/_animations.scss */
.text-block-in {
  opacity: 1;
  -moz-animation: fadeIn 1s ease-in;
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}

/* line 298, ../../frontend-src/css/sass/_animations.scss */
.card-animation .card {
  -moz-animation: cardRotation 0.8s ease-out;
  -webkit-animation: cardRotation 0.8s ease-out;
  animation: cardRotation 0.8s ease-out;
}
/* line 302, ../../frontend-src/css/sass/_animations.scss */
.card-animation .rhombus {
  -moz-animation: cardRhombus 0.7s ease-out;
  -webkit-animation: cardRhombus 0.7s ease-out;
  animation: cardRhombus 0.7s ease-out;
}
/* line 306, ../../frontend-src/css/sass/_animations.scss */
.card-animation h2 {
  opacity: 1;
  -moz-animation: headingOneIn 1s ease;
  -webkit-animation: headingOneIn 1s ease;
  animation: headingOneIn 1s ease;
}
/* line 312, ../../frontend-src/css/sass/_animations.scss */
.card-animation .text-block p {
  opacity: 1;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 317, ../../frontend-src/css/sass/_animations.scss */
.card-animation .text-block .next-block {
  opacity: 1;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

/* line 326, ../../frontend-src/css/sass/_animations.scss */
.fade {
  opacity: 1;
}

/* line 330, ../../frontend-src/css/sass/_animations.scss */
.visible {
  display: block;
}

/* line 334, ../../frontend-src/css/sass/_animations.scss */
.hidden {
  display: none;
}

/* line 339, ../../frontend-src/css/sass/_animations.scss */
.rotate-planet {
  -moz-animation: rotatePlanet 10s linear infinite;
  -webkit-animation: rotatePlanet 10s linear infinite;
  animation: rotatePlanet 10s linear infinite;
}

/* line 343, ../../frontend-src/css/sass/_animations.scss */
.rotate-planet-two {
  -moz-animation: rotatePlanet 10s linear infinite;
  -webkit-animation: rotatePlanet 10s linear infinite;
  animation: rotatePlanet 10s linear infinite;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

/* line 348, ../../frontend-src/css/sass/_animations.scss */
.fog-intensity {
  -moz-animation: intesityFog 5s linear infinite;
  -webkit-animation: intesityFog 5s linear infinite;
  animation: intesityFog 5s linear infinite;
}

/* line 352, ../../frontend-src/css/sass/_animations.scss */
.zoom-in-transition {
  opacity: 1;
}
/* line 354, ../../frontend-src/css/sass/_animations.scss */
.zoom-in-transition .table-wrapper {
  -moz-animation: zoomIn 0.5s ease-in;
  -webkit-animation: zoomIn 0.5s ease-in;
  animation: zoomIn 0.5s ease-in;
}

/* line 359, ../../frontend-src/css/sass/_animations.scss */
.zoom-out-transition {
  opacity: 1;
}
/* line 361, ../../frontend-src/css/sass/_animations.scss */
.zoom-out-transition .table-wrapper {
  -moz-animation: zoomOut 1s ease-out;
  -webkit-animation: zoomOut 1s ease-out;
  animation: zoomOut 1s ease-out;
}

/* line 366, ../../frontend-src/css/sass/_animations.scss */
.come-in-transition {
  opacity: 1;
}
/* line 368, ../../frontend-src/css/sass/_animations.scss */
.come-in-transition .table-wrapper {
  -moz-animation: comeIn 1s ease-in-out;
  -webkit-animation: comeIn 1s ease-in-out;
  animation: comeIn 1s ease-in-out;
}

/* line 373, ../../frontend-src/css/sass/_animations.scss */
.come-out-transition {
  opacity: 1;
}
/* line 375, ../../frontend-src/css/sass/_animations.scss */
.come-out-transition .table-wrapper {
  -moz-animation: comeOut 1s ease-out;
  -webkit-animation: comeOut 1s ease-out;
  animation: comeOut 1s ease-out;
}

/* line 380, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition {
  opacity: 1;
}
/* line 383, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition .language-switcher {
  -moz-animation: fadeIn 1s ease-in;
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}
/* line 387, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition .loading {
  opacity: 1;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 395, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition #continue-questions {
  opacity: 1;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* line 401, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition h1 {
  opacity: 1;
  -moz-animation: headingOneIn 1s ease;
  -webkit-animation: headingOneIn 1s ease;
  animation: headingOneIn 1s ease;
}
/* line 407, ../../frontend-src/css/sass/_animations.scss */
.typography-in-transition h4 {
  opacity: 1;
  -moz-animation: headingTwoIn 1s ease;
  -webkit-animation: headingTwoIn 1s ease;
  animation: headingTwoIn 1s ease;
}

/* line 417, ../../frontend-src/css/sass/_animations.scss */
.typography-out-transition .language-switcher {
  -moz-animation: fadeOut 1s ease-out;
  -webkit-animation: fadeOut 1s ease-out;
  animation: fadeOut 1s ease-out;
}
/* line 421, ../../frontend-src/css/sass/_animations.scss */
.typography-out-transition .loading {
  opacity: 0;
  /*@include transition(all 0.8s ease-in-out);*/
}
/* line 426, ../../frontend-src/css/sass/_animations.scss */
.typography-out-transition #continue-questions {
  opacity: 0;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* line 431, ../../frontend-src/css/sass/_animations.scss */
.typography-out-transition h1 {
  opacity: 0;
  -moz-animation: headingOneOut 0.8s ease-in;
  -webkit-animation: headingOneOut 0.8s ease-in;
  animation: headingOneOut 0.8s ease-in;
}
/* line 437, ../../frontend-src/css/sass/_animations.scss */
.typography-out-transition h4 {
  opacity: 0;
  -moz-animation: headingTwoOut 0.8s ease-in;
  -webkit-animation: headingTwoOut 0.8s ease-in;
  animation: headingTwoOut 0.8s ease-in;
}

@media screen and (max-width: 1366px) {
  /* line 3, ../../frontend-src/css/sass/_responsive.sass */
  .social-media {
    right: -260px;
  }
  /* line 5, ../../frontend-src/css/sass/_responsive.sass */
  .social-media.active {
    right: 0;
  }
}
@media screen and (min-width: 2030px) {
  /* line 13, ../../frontend-src/css/sass/_responsive.sass */
  .page-content,
  .questions-content {
    width: 2030px;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  /* line 18, ../../frontend-src/css/sass/_responsive.sass */
  #forward-navigation-button,
  #back-navigation-button,
  #result-navigation-button,
  #start-navigation-button {
    top: 75%;
  }

  /* line 24, ../../frontend-src/css/sass/_responsive.sass */
  .slide .loading {
    padding-bottom: 40%;
  }
  /* line 27, ../../frontend-src/css/sass/_responsive.sass */
  .slide .loading .loading-img {
    margin: 8% auto 10%;
  }
}
@media screen and (max-height: 700px) and (min-width: 1366px) {
  /* line 32, ../../frontend-src/css/sass/_responsive.sass */
  #continue-questions {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
  }
}
@media screen and (max-height: 700px) {
  /* line 39, ../../frontend-src/css/sass/_responsive.sass */
  #continue-questions {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1366px) {
  /* line 48, ../../frontend-src/css/sass/_responsive.sass */
  .slide h1 {
    font-size: 46px;
  }
}
@media screen and (max-height: 680px) {
  /* line 53, ../../frontend-src/css/sass/_responsive.sass */
  .faculty-item .symbol-icon {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 61, ../../frontend-src/css/sass/_responsive.sass */
  .mobile-visible {
    display: block !important;
  }

  /* line 64, ../../frontend-src/css/sass/_responsive.sass */
  #page-wrapper {
    width: 100%;
    min-width: 300px;
  }
  
  #page-wrapper2 {
    width: 100%;
    min-width: 300px;
  }

  #page-wrapper3 {
    width: 100%;
    min-width: 300px;
  }
  /* line 68, ../../frontend-src/css/sass/_responsive.sass */
  .max-width-wrapper {
    display: none;
  }

  /* line 71, ../../frontend-src/css/sass/_responsive.sass */
  .stairs-wrapper {
    display: none;
  }

  /* line 74, ../../frontend-src/css/sass/_responsive.sass */
  .mobile-wrapper {
    display: block;
  }

  /* line 79, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container > span, .footer .question-status-container a {
    display: none;
  }
  /* line 83, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li {
    margin-left: 13px;
  }
  /* line 86, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li:before {
    width: 15px;
    left: -15px;
  }
  /* line 90, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li:first-child,
  .footer .question-status-container .question-status li:last-child {
    display: none;
  }
  /* line 93, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li:first-child:before,
  .footer .question-status-container .question-status li:last-child:before {
    display: none;
  }
  /* line 95, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li:nth-child(2) {
    margin-left: 0px;
  }
  /* line 97, ../../frontend-src/css/sass/_responsive.sass */
  .footer .question-status-container .question-status li:nth-child(2):before {
    display: none;
  }

  /* line 100, ../../frontend-src/css/sass/_responsive.sass */
  #back-navigation-button,
  #forward-navigation-button {
    display: none !important;
  }

  /* line 104, ../../frontend-src/css/sass/_responsive.sass */
  #faculty-menu {
    background-color: black;
    width: 100%;
    right: -100%;
  }
  /* line 109, ../../frontend-src/css/sass/_responsive.sass */
  #faculty-menu .faculty-list {
    padding-top: 80px;
  }

  /* line 112, ../../frontend-src/css/sass/_responsive.sass */
  .logo {
    width: 200px;
    margin-top: 20px;
    margin-left: 10px;
    background-size: 100%;
    position: fixed;
    z-index: 0;
  }

  /* line 120, ../../frontend-src/css/sass/_responsive.sass */
  #menu-toggle {
    position: fixed;
    margin-top: 15px;
    margin-right: 20px;
  }
  /* line 124, ../../frontend-src/css/sass/_responsive.sass */
  #menu-toggle span {
    display: none;
  }

  /* line 126, ../../frontend-src/css/sass/_responsive.sass */
  .social-media {
    display: none;
  }

  /* line 129, ../../frontend-src/css/sass/_responsive.sass */
  #developers {
    display: none;
  }

  /* line 132, ../../frontend-src/css/sass/_responsive.sass */
  #result-text {
    width: 100%;
  }

  /* line 135, ../../frontend-src/css/sass/_responsive.sass */
  .footer {
    display: none;
  }

  /* line 138, ../../frontend-src/css/sass/_responsive.sass */
  .footer-result {
    display: none;
  }

  /* line 142, ../../frontend-src/css/sass/_responsive.sass */
  .text-block h2 {
    width: 100%;
  }
  /* line 144, ../../frontend-src/css/sass/_responsive.sass */
  .text-block p {
    opacity: 1;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
  }
  /* line 150, ../../frontend-src/css/sass/_responsive.sass */
  .text-block .next-block {
    opacity: 1;
    padding: 15px 10px;
  }
  /* line 154, ../../frontend-src/css/sass/_responsive.sass */
  .text-block .next-block .button {
    padding: 0;
    letter-spacing: 4px;
    line-height: 1.5;
  }
}


.z-top {
    position: fixed;
    width: 775px;
    height: 30px;
    right: 30px;
    top: 10px;
    z-index: 999;
    padding-top: 7px;
    color: #000;
    background: transparent url("../images/lx.png") no-repeat scroll center top;
}
