@charset "utf-8";

html, body {
    height:100%;
}

@font-face {

    /*font-family: 'bauhaus_93regular';*/
	font-family: 'Open Sans', Calibri, sans-serif;
    src: url('fonts/bauhs93-webfont.woff2') format('woff2'),
    url('fonts/bauhs93-webfont.woff') format('woff'),
    url('fonts/bauhs93.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'bauhaus_93regular', 'Futura', sans-serif;
    font-weight: normal;
    font-style: normal;
	margin: 0;
	padding: 0;
	color: #1f1f1f;
	background-color: #fefefe;
	font-size: 100%;
	background-attachment: fixed !important;
	position:static;
}

a:link, a:visited, a:active {
	
}
a:hover {
	
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'bauhaus_93regular', 'Futura', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size: 1.5rem;	
        /*font-weight: bold;*/
}

h2 { 
	font-size: 1.2rem;
}

h3 { 
	font-size: 1.1rem;
}

h4 { 
    font-size: 1.0rem;
    border-bottom: solid 1px #cacaca;
    /*background: #cacaca;
    opacity: 0.65;
    filter: alpha(opacity=65);*/
}

iframe {
    margin: 0.5rem;
    width: 425px;
    height: 425px;
}

input[type="text"], input[type="password"], input[type="email"], select {
  margin: 0;
}

textarea {
	margin-bottom: 0px;
}

.mt-20 {
	margin-top: 20px;
}

.form .row.first {
  padding-top: 0.5rem;
}

.form .row {
  padding-bottom: 0.5rem;
}

.form .row.last {
  padding-bottom: 1.2rem;
}

label {
  line-height: 1.5;
}

#content {
	margin: 0 auto;
    height: 100%;
}

.row {
    max-width: none;
}

.inner-content {
    max-width: 62.5rem;
    background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0;
    padding: 20px 40px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    margin-top: 50px;
}

.admin-content {
    max-width: none;
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
}

.inner-content h1, .admin-content h1 {
    text-align: center;
   /* background: #019fef;*/
    color: #fefefe;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 50px; 
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
    margin: 1rem 0 2rem;
    
    background: rgb(1,159,239); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(1,159,239,1) 0%, rgba(1,125,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(1,159,239,1) 0%,rgba(1,125,205,1) 100%);
    background: linear-gradient(to bottom, rgba(1,159,239,1) 0%,rgba(1,125,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019fef', endColorstr='#017dcd',GradientType=0 );
}

#outer {height: 100%; width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for quirk explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%; position: static;}

#inner {position: relative; /*top: -50%*/} /* for quirk explorer only */
/* optional: #inner[id] {position: static;} */

.header {

}

.panel {
	border-color: #a2c8f3;
}

.panel.callout {
	border-color: #4eb9e8;
	padding: 0.8rem 1rem;
	background: rgba(226, 250, 255, 0.45) none repeat scroll 0 0;
}

.panel.callout:last-child {
	margin-bottom: 0px;
}

.title {
    font-size: 1.5rem;
    text-align: center;
    /*margin-top: 0.75rem;*/
    margin-bottom: 0px;
    position: relative;
    /*font-weight: bold;*/
}

.title span {
    display: none;
}

#title-ball {
    position: absolute;
    left: 44%;
    top: 20%;
    max-height:100%;
    z-index: 10;
}

#title-i {
    position: absolute;
    left: 46.5%;
    top: -2px;
    max-height:100%;
    opacity: 0;
    z-index: 10;
}

.main-subtitle {
	font-size: 1.20rem;
}

.panel.callout h2.article-title {
	margin: 2rem auto;
}

.menu-container {

}

.menu {
    font-size: 1.25rem;
    margin-bottom: 0px;
	font-weight: bold;
}

.menu li {
    margin-left: 0.25rem;
    float: left;
}

.menu li a {
    padding: 0.7rem;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #f7e011;/*rgb(1, 125, 205);*/
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.menu a.active {
	/*background: #47b8ea;*/
	color: #000;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}

.menu a:hover {
    color: #000;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}

#main-menu {
    background: transparent;
    margin-top: 35px;
}

#main-menu li {
    display: block;
    text-align: right;
    float: none;
}

#main-menu li a {
    padding-right: 5px;
}

.title-bar.hamburger {
    padding: 0px;
    position: relative;
    z-index: 10;
}

.hamburger {
    background: transparent;
    float: right;
    margin-right: 0px;
}

.hamburger button {
    cursor:pointer;
    float: right;
    line-height: 39px;
    font-size: 18px;
    padding: 0px 10px;
    color: #ffec3e;/*rgb(1, 125, 205);*/
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.languages-container {
	padding-right: 0px;
}

.languages {
	font-size: 1.1rem;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;*/
	padding: 10px 5px 0px;
    z-index: 10;
}

.languages a {
	padding: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    opacity: 0.8;
    margin: 0 5px;
	background-position: center;
}

.languages a span {
    display: none;
}

.languages a.hu {
    background-image: url('../images/icons8-hungary-48.png');
}

.languages a.ro {
    background-image: url('../images/icons8-romania-48.png');
}

.languages a.active {
    opacity: 1;
}

.u-list {
	list-style-type: none;
	margin-top: 1.25rem;
	margin-left: 0px;
	font-size: 1.10rem;
}

.u-list p {
	font-size: 1.10rem;	
}

.button {
    background-color: #017fcf;
}

.button[disabled] {
	background-color: #9b9b9b;
}

.button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus {
	background-color: #8b8b8b;
}

.footer {
	text-align: center;
	border-top: solid 1px #66adcc;
	padding: 10px;
	margin-top: 3rem;
	font-size: 1rem;
}

.column.small-centered {
	margin-left: auto;
	margin-right: auto;
	float: none !important; 
}

.phone-prefix {
	width: 4rem;
}

.alert-box {
	font-size: 1rem;
}

.close-button {
	top:.6rem;
	font-size:1.5rem;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  opacity: 0
}


.page_loader {
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: #eee;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 99;
}

.sk-fading-circle {
  margin: 0px auto;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 100;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #008cba;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* Grid to manage things */
.grid table {
  border: 2px solid #42b983;
  border-radius: 3px;
  background-color: #fff;
}

.grid th {
  background-color: #42b983;
  color: rgba(255,255,255,0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid td {
  background-color: #f9f9f9;
}

.grid th, .grid td {
  min-width: 120px;
  padding: 10px 20px;
}

.grid th.active {
  color: #fff;
}

.grid th.active .arrow {
  opacity: 1;
}

.grid .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.grid .arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.grid .arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

.video_bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.buttons {
    float:right;
}

.buttons .button {
    line-height: 1.8;
    padding: 0.5em;
    margin-bottom: 0;
    height: 42px;
}

.buttons .fa-facebook-official {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    float:left;
}

.header-container {
	position: relative;
    background: rgba(255, 255, 255, 0.36) none repeat scroll 0 0;
    padding-bottom: 60px;
    padding-top: 5px;
    /*padding-top: 400px;*/
}

.search {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.search-input {
    width: auto;
    display: inline;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px black;
}

.search-submit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #6b6b6b;
    cursor: pointer;
    width: 0;
}

.social-media-header {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0px;
}

.social-media-container {
    display: inline-block;
    background: rgba(255, 255, 255, 0.36) none repeat scroll 0 0;
    padding: 5px 10px;
}

.social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    display: inline-block;
}

.social-media ul li {
    padding: 10px;
    margin: 0;
    display: inline-block;
}

.social-media span {
    display: none;
}

.social-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.social-media a.facebook {
    background: url('../images/facebook-35.png') no-repeat center center;
}

.social-media a.twitter {
    background: url('../images/twitter-35.png') no-repeat center center;
}

.social-media a.youtube {
    background: url('../images/youtube-35.png') no-repeat center center;
}

.social-media a.instagram {
    background: url('../images/instagram-35.png') no-repeat center center;
}

.social-media .copyright {
    font-size: 1rem;
}

.home-mi, .menu a.home-mi {
    padding-top: 5px;
}

.home-mi img {
	width: 25px;
    height: 25px;
    margin-top: 5px;
}

.footer {
    background: rgba(255, 255, 255, 0.36) none repeat scroll 0 0;
}

.ico-lnk img {
    width: 25%;
}

.top {
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    position: fixed;
    bottom:20px;
    right: 2%;
    z-index: 100;
    display: block;
    font-size: 35px;
    line-height: 0.9;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5) ;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.5) ;
}

.top i {
    top: 3px;
    position: absolute;
}

#message-sent {
    text-align: center;
    font-size: 1.5rem;
	margin-top: 15px;
}

.ball-animation {
    animation: animationFrames linear 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames linear 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames linear 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames linear 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames linear 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
    0% {
        transform:  translate(0px,0px)  rotate(0deg) ;
    }
    100% {
        transform:  translate(668px,-815px)  rotate(45deg) ;
    }
}

@-moz-keyframes animationFrames{
    0% {
        -moz-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    100% {
        -moz-transform:  translate(668px,-815px)  rotate(45deg) ;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    100% {
        -webkit-transform:  translate(668px,-815px)  rotate(45deg) ;
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    100% {
        -o-transform:  translate(668px,-815px)  rotate(45deg) ;
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    100% {
        -ms-transform:  translate(668px,-815px)  rotate(45deg) ;
    }
}

.i-animation{
    animation: iAnimatinoFrames linear 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: iAnimatinoFrames linear 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: iAnimatinoFrames linear 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: iAnimatinoFrames linear 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: iAnimatinoFrames linear 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes iAnimatinoFrames{
    0% {
        opacity:0;
        transform:  translate(0px,384px)  ;
    }
    74% {
        opacity:0.25;
        transform:  translate(0px,NaNpx)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes iAnimatinoFrames{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,384px)  ;
    }
    74% {
        opacity:0.25;
        -moz-transform:  translate(0px,NaNpx)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes iAnimatinoFrames {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,384px)  ;
    }
    74% {
        opacity:0.25;
        -webkit-transform:  translate(0px,NaNpx)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes iAnimatinoFrames {
    0% {
        opacity:0;
        -o-transform:  translate(0px,384px)  ;
    }
    74% {
        opacity:0.25;
        -o-transform:  translate(0px,NaNpx)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes iAnimatinoFrames {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,384px)  ;
    }
    74% {
        opacity:0.25;
        -ms-transform:  translate(0px,NaNpx)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
}

@media screen and (max-width: 39.9375em) {

}