/* Generated by less 2.5.1 */
@charset "UTF-8";
/* VAR */
/* BRAND */
/* DEFAULT */
/* ANIM */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes logobar1 {
  0% {
    height: 14px;
    margin-top: 25px;
  }
  50% {
    height: 30px;
    margin-top: 17px;
  }
  100% {
    height: 14px;
    margin-top: 25px;
  }
}
@keyframes logobar2 {
  0% {
    height: 32px;
    margin-top: 16px;
  }
  50% {
    height: 22px;
    margin-top: 21px;
  }
  100% {
    height: 32px;
    margin-top: 16px;
  }
}
@keyframes logobar3 {
  0% {
    height: 22px;
    margin-top: 21px;
  }
  50% {
    height: 32px;
    margin-top: 16px;
  }
  100% {
    height: 22px;
    margin-top: 21px;
  }
}
@keyframes logobar4 {
  0% {
    height: 16px;
    margin-top: 24px;
  }
  50% {
    height: 28px;
    margin-top: 18px;
  }
  100% {
    height: 16px;
    margin-top: 24px;
  }
}
@keyframes logobar5 {
  0% {
    height: 22px;
    margin-top: 21px;
  }
  50% {
    height: 24px;
    margin-top: 20px;
  }
  100% {
    height: 22px;
    margin-top: 21px;
  }
}
@keyframes hangsav {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -98%;
  }
}
/* FRAME */
body {
  background: #f4fbfd;
  text-rendering: optimizeLegibility;
}
#page {
  animation: fadein 0.5s;
}
#content {
  padding-top: 10em;
}
.jumbotron {
  background: transparent;
  padding: 0;
}
.right {
  float: right;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
/* FONTOK */
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h2,
body h3,
body h4,
body strong,
body span {
  font-weight: 700;
}
body a {
  color: #26348b;
  font-size: 1em;
  transition: 0.5s ease;
}
body a span {
  font-weight: 500;
}
body a:hover {
  text-decoration: none;
  color: #26348b;
  transition: 0.5s ease;
}
/* Gombok */
.btn {
  font-size: 1em;
  color: #26348b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: 1px solid #26348b;
  border-radius: 0.5em;
  margin: 0.25em 0 0.25em 0;
  transition: 0.5s ease;
}
.btn:after {
  content: "\f061";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.75em;
  transition: 0.5s ease;
}
.btn:hover {
  background: #26348b;
  color: #ffffff;
  transition: 0.5s ease;
}
.btn:hover:after {
  color: #ffffff;
  padding: 0 0.75em 0 0.5em;
  transition: 0.5s ease;
}
#header .navbar {
  background: rgba(244, 251, 253, 0.95);
  max-height: 10em;
  border: none;
  padding: 1em 0;
  margin-bottom: 0;
  transition: 0.5s ease;
}
#header .navbar #menubox {
  float: right;
  padding: 0;
}
#header .navbar #menubox .navbar-nav {
  width: 100%;
  margin-top: 2em;
}
#header .navbar #menubox .navbar-nav li {
  margin: 0;
  float: right;
}
#header .navbar #menubox .navbar-nav li a {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 1.15em;
  padding: 0.5em 0.65em;
}
#header .navbar #menubox .navbar-nav li:hover a {
  color: #26348b;
}
#header .navbar #menubox .navbar-nav li.active a {
  background: transparent;
}
#header .navbar #menubox .navbar-nav li.active:after {
  width: 100% !important;
  margin-left: 0 !important;
  opacity: 1 !important;
}
#header .navbar #menubox .navbar-nav li.menu-icon {
  font-size: 1.2em;
  margin-top: -0.1em;
}
#header .navbar #menubox .navbar-nav li.menu-icon a {
  padding: 0.5em 0.25em;
}
#header .navbar #menubox .navbar-nav li.menu-icon:hover a {
  color: #26348b;
}
#header .navbar #menubox .navbar-nav li.menu-icon:nth-child(3) a {
  margin-left: 1em;
}
#header .navbar #menubox .navbar-nav li.menu-txt:after {
  content: "";
  display: block;
  width: 50%;
  height: 2.5em;
  margin-left: 25%;
  margin-top: -2.6em;
  border-radius: 0.25em;
  background: rgba(38, 52, 139, 0.1);
  opacity: 0;
  transition: 0.5s ease;
}
#header .navbar #menubox .navbar-nav li.menu-txt:hover:after {
  opacity: 1;
  width: 100%;
  margin-left: 0;
  transition: 0.5s ease;
}
#header .navbar .navbar-brand {
  animation: fadein 2s;
}
#header .navbar .navbar-brand .logobar {
  display: block;
  width: 10px;
  border-radius: 3px;
  background: #26348b;
  float: left;
  margin: 0 4px 0 0;
}
#header .navbar .navbar-brand .logobar#logobar1 {
  height: 14px;
  margin-top: 25px;
  animation: logobar1 1s infinite;
  animation-delay: 0s;
}
#header .navbar .navbar-brand .logobar#logobar2 {
  height: 32px;
  margin-top: 16px;
  animation: logobar2 1s infinite;
  animation-delay: 0.2s;
}
#header .navbar .navbar-brand .logobar#logobar3 {
  height: 22px;
  margin-top: 21px;
  animation: logobar3 1s infinite;
  animation-delay: 0.4s;
}
#header .navbar .navbar-brand .logobar#logobar4 {
  height: 16px;
  margin-top: 24px;
  animation: logobar4 1s infinite;
  animation-delay: 0.6s;
}
#header .navbar .navbar-brand .logobar#logobar5 {
  height: 22px;
  margin-top: 21px;
  animation: logobar5 1s infinite;
  animation-delay: 0.8s;
}
@media (min-width: 992px) and (max-width: 3000px) {
  body.sticky #header .navbar {
    box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.15);
    padding-top: 0;
    transition: 0.5s ease;
  }
}
#footer {
  padding: 3em;
}
#footer p {
  color: #000000;
  font-size: 0.9em;
  font-weight: 500;
}
#footer a {
  color: #000000;
  font-size: 1em;
  font-weight: 500;
}
#footer a:hover {
  color: #000000;
  font-size: 1em;
  font-weight: 500;
}
.carousel .item img {
  margin: auto;
}
.carousel .carousel-control {
  background-image: none;
  padding-top: 40%;
}
.carousel .carousel-control i {
  color: #26348b;
  text-shadow: none;
}
.section {
  margin: 0;
}
.section .container {
  opacity: 0;
  overflow: visible;
}
.section .container h1 {
  font-size: 5.5em;
  color: #26348b;
  letter-spacing: -0.05em;
  line-height: 0.9em;
  margin-bottom: 0.25em;
}
.section .container h2 {
  font-size: 3em;
  color: #26348b;
  letter-spacing: -0.05em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
}
.section .container h4 {
  font-size: 2em;
  color: #000000;
  line-height: 1em;
}
.section .container p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  text-align: justify;
}
.section .container .opacity {
  opacity: 0;
}
.section.show .container {
  opacity: 1;
  animation: fadein 1s;
  transition: 1s ease;
}
.section.show .opacity {
  opacity: 1;
  animation: fadein 1s;
}
.section#section1 .container {
  background: url(../images/section1.png) right 5em no-repeat;
  padding: 10em 0;
}
.section#section1 .container .hangsav {
  overflow: hidden;
}
.section#section1 .container .hangsav img {
  animation: hangsav linear 10s infinite;
}
.section#section1.show .container {
  background-position: right 0;
}
.section#section2 {
  margin: -7em 0 0 0;
}
.section#section2 .container {
  background: url(../images/section2.png) left 5em no-repeat;
  padding: 5em 0 6em 0;
}
.section#section2 .container ul li {
  font-size: 1.2em;
  font-weight: 700;
  color: #26348b;
  line-height: 1.3em;
  padding-bottom: 1em;
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0;
}
.section#section2 .container ul li:before {
  font-family: FontAwesome;
  font-size: 1.8em;
  color: #26348b;
  margin-left: -45px;
  position: absolute;
}
.section#section2 .container ul li:nth-child(1):before {
  content: "\f0c0";
}
.section#section2 .container ul li:nth-child(2):before {
  content: "\f0a1";
}
.section#section2 .container ul li:nth-child(3):before {
  content: "\f1eb";
}
.section#section2.show .container {
  background-position: left 0;
}
.section#section3 .container {
  background: url(../images/section3.png) 80% 5em no-repeat;
  padding: 1em 0;
}
.section#section3.show .container {
  background-position: 80% 0;
}
.section#section4 .container {
  padding: 1em 0;
}
.section#section4 .container .info {
  padding-top: 4em;
}
.section#section4 .container .soundcloud {
  padding-top: 1.5em;
}
.section#section4 .container .kapcsolat {
  background: #26348b;
  color: #ffffff;
  border-radius: 1em;
  margin-top: 1em;
  padding-bottom: 0.75em;
}
.section#section4 .container .kapcsolat h2 {
  color: #ffffff;
}
.section#section4 .container .kapcsolat a {
  color: #ffffff;
}
.prezi .modal-dialog {
  width: 75%;
  margin: 2em auto 0 auto;
}
.prezi .modal-dialog .modal-content {
  background: #26348b;
  color: #ffffff;
}
.prezi .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.prezi .modal-dialog .modal-content .modal-header img {
  margin-top: -0.45em;
}
.prezi .modal-dialog .modal-content .modal-header h4 {
  font-size: 1.8em;
  color: #ffffff;
  text-transform: uppercase;
}
.prezi .modal-dialog .modal-content .modal-header button {
  color: #ffffff;
}
.prezi .modal-dialog .modal-content .modal-body {
  height: 500px;
  padding: 0 !important;
}
.prezi .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.prezi .modal-dialog .modal-content .modal-footer .btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.prezi .carousel {
  padding: 0;
}
.prezi .carousel .carousel-inner .item {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.prezi .carousel .carousel-inner .item .info {
  height: 500px;
  background: rgba(38, 52, 139, 0.75);
  padding: 1em 2em;
}
.prezi .carousel .carousel-control {
  width: 5%;
  padding-top: 17.5%;
}
