html,
body {
  overflow-x: hidden;
  font-family: 'HelveticaNeueLT Com 45 Lt';
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
#bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: #002b4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002b4d 31%, #37586c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002b4d 31%, #37586c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002b4d 31%, #37586c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b4d', endColorstr='#37586c', GradientType=0);
  /* IE6-9 */
  float: left;
}
#space {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(space4.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  float: left;
}
#space2 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(space4.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  padding-top: 65px;
  float: left;
}
header {
  width: 100%;
  height: 50px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#menu_bg {
  width: 100%;
  max-width: 1000px;
  min-height: 50px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#menu {
  width: 100%;
  max-width: 800px;
  height: 50px;
  position: relative;
  display: block;
  float: right;
}
#menu a {
  margin: 0;
  padding: 14px;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
#menu a:hover {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
.active {
  border-bottom: #FFF solid 1px;
  border-top: #FFF solid 1px;
}
#language {
  width: 80px;
  height: 30px;
  position: absolute;
  top: -55px;
  right: 30px;
}
#language a {
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  float: left;
  display: inline-block;
}
#language .lang_acti {
  color: #002b4d;
  background-color: #ffffff;
}
#language a:hover {
  color: #002b4d;
  background-color: #ffffff;
}
@media screen and (max-width: 930px) {
  #menu {
    display: none;
  }
}
.logo {
  width: 140px;
  height: 120px;
  position: absolute;
  top: -25px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
#intro {
  width: 100%;
  max-width: 1000px;
  min-height: 30px;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
  display: block;
}
#intro h5 {
  margin-top: 100px;
  padding: 0;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 10px;
}
#intro p {
  padding-top: 50px;
  padding-left: 10px;
  margin: 0;
  font-family: 'HelveticaNeueLT Com 45 Lt';
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
}
#in1 {
  width: 360px;
  min-height: 50px;
  position: relative;
  margin: 0;
  display: inline-block;
  float: left;
}
#in1 h1 {
  width: 360px;
  margin-top: 100px;
  font-size: 60px;
  line-height: 62px;
  color: #ffffff;
  font-family: 'HelveticaNeueLT Com 35 Th';
  font-weight: 300;
}
#tablet {
  width: 100%;
  max-width: 300px;
  height: 85px;
  position: absolute;
  margin: 0;
  font-family: 'HelveticaNeueLT Com 45 Lt';
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 90px;
  background-image: url(tablet.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 22%;
  font-size: 22px;
  z-index: 20;
  margin-top: 180px;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
#tablet font {
  font-size: 39px;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
}
#tablet:hover {
  color: rgba(255, 255, 255, 0.5);
  background-position: 5px 5px;
  background-size: 20%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
#in2 {
  width: 640px;
  height: 640px;
  position: relative;
  margin: 0;
  display: inline-block;
  float: left;
  background-image: url(spiral.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
#in2 a {
  padding: 0;
  margin: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
#in2 a:hover {
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
#s01 {
  width: 70px;
  height: 70px;
  background-image: url(s01.svg);
  background-size: 90%;
  left: 255px;
  top: 10px;
}
#k01 {
  width: 70px;
  height: 70px;
  background-image: url(gyek.png);
  background-size: 90%;
  left: 255px;
  top: 10px;
}
#s02 {
  width: 70px;
  height: 70px;
  background-image: url(s02.svg);
  background-size: 90%;
  left: 490px;
  top: 102px;
}
#s03 {
  width: 70px;
  height: 70px;
  background-image: url(s03.svg);
  background-size: 90%;
  left: 153px;
  top: 105px;
}
#s04 {
  width: 84px;
  height: 84px;
  background-image: url(s04.svg);
  background-size: 90%;
  left: 401px;
  top: 165px;
}
#s05 {
  width: 54px;
  height: 54px;
  background-image: url(s05.svg);
  background-size: 90%;
  left: 40px;
  top: 183px;
}
#s06 {
  width: 70px;
  height: 70px;
  background-image: url(s06.svg);
  background-size: 90%;
  left: 217px;
  top: 196px;
}
#s07 {
  width: 128px;
  height: 128px;
  background-image: url(s07.svg);
  background-size: 90%;
  left: 255px;
  top: 250px;
}
#s08 {
  width: 54px;
  height: 54px;
  background-image: url(s08.svg);
  background-size: 90%;
  left: 399px;
  top: 290px;
}
#s09 {
  width: 54px;
  height: 54px;
  background-image: url(s09.svg);
  background-size: 90%;
  left: 131px;
  top: 254px;
}
#s10 {
  width: 70px;
  height: 70px;
  background-image: url(s10.svg);
  background-size: 90%;
  left: 499px;
  top: 310px;
}
#s11 {
  width: 70px;
  height: 70px;
  background-image: url(s11.svg);
  background-size: 90%;
  left: 10px;
  top: 270px;
}
#s12 {
  width: 54px;
  height: 54px;
  background-image: url(s12.svg);
  background-size: 90%;
  left: 432px;
  top: 360px;
}
#s13 {
  width: 54px;
  height: 54px;
  background-image: url(s13.svg);
  background-size: 90%;
  left: 240px;
  top: 378px;
}
#s14 {
  width: 84px;
  height: 84px;
  background-image: url(s14.svg);
  background-size: 90%;
  left: 79px;
  top: 368px;
}
#s15 {
  width: 84px;
  height: 84px;
  background-image: url(s15.svg);
  background-size: 90%;
  left: 502px;
  top: 421px;
}
#s16 {
  width: 70px;
  height: 70px;
  background-image: url(s16.svg);
  background-size: 90%;
  left: 270px;
  top: 443px;
}
#s17 {
  width: 54px;
  height: 54px;
  background-image: url(s17.svg);
  background-size: 90%;
  left: 442px;
  top: 516px;
}
#s18 {
  width: 54px;
  height: 54px;
  background-image: url(s18.svg);
  background-size: 90%;
  left: 264px;
  top: 559px;
}
.video {
  width: 100%;
  min-height: 50px;
  height: auto;
  margin: 0 auto;
  float: left;
  position: relative;
  display: block;
}
.wrapper {
  width: 100%;
  min-height: 600px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
}
.wrapper2 {
  width: 100%;
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  float: left;
  padding: 0;
  padding-bottom: 50px;
}
.videos_bg {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 43px;
  display: block;
}
.videos {
  width: 48%;
  height: auto;
  min-height: 315px;
  position: relative;
  margin: 0 auto;
  padding: 1%;
  float: left;
  display: inline-block;
}
.videos iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 315px;
  display: block;
}
.szolg_bg {
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.szolg {
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  height: auto;
  position: relative;
  float: left;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.sz1 {
  margin-top: 80px;
}
.szolg_img {
  /*max-width:214px;*/
  width: 20.4%;
  max-height: 214px;
  height: auto;
  position: relative;
  float: left;
  padding-left: 1%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.szolg_img2 {
  /*max-width:214px;*/
  width: 14%;
  max-height: 160px;
  height: auto;
  position: relative;
  float: left;
  margin-left: 78.6%;
}
.szolg_img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.szolg_img2 img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.szolg_text {
  /*max-width:786px;*/
  width: 78.6%;
  height: auto;
  float: left;
}
.szolg_text2 {
  /*max-width:786px;*/
  width: 78.6%;
  margin-top: -140px;
  height: auto;
  float: left;
}
.szolg_text h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  text-transform: uppercase;
  padding-left: 50px;
  padding-top: 30px;
}
.szolg_text h3 {
  min-height: 200px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding-left: 50px;
}
.szolg_text2 h3 {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding-left: 50px;
}
.date {
  /*width:100px;*/
  width: 115px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4px;
  margin-left: 10px;
  background-color: #FFF;
}
.year {
  font-weight: 600;
  font-size: 20px;
  color: #001121;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  padding: 0px 10px;
  float: left;
  border-right: #001121 solid 2px;
}
.month {
  font-weight: 600;
  font-size: 20px;
  color: #001121;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  float: left;
  padding: 0px 10px;
}
.d1 h3 {
  padding: 0px 30px 50px 140px;
  margin-right: 30px;
  border-bottom: 1px solid #FFF;
}
.rol_text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 0 10px;
}
.rol_text i {
  font-style: italic;
}
.rol_text strong {
  font-weight: 600;
}
.rol_text h6 {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  text-transform: uppercase;
  padding: 50px 20px 10px 0px;
  margin: 0;
}
.rol_text b {
  text-decoration: underline;
}
.rol_text a {
  color: #ffffff;
}
.rol_text a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.dl {
  background-image: url(download_pdf.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 35px;
  padding: 40px 0px;
  margin: 20px 0;
}
.dl a {
  padding: 40px 45px;
}
#kap_bg {
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  margin-top: 50px;
}
.kap {
  width: 60%;
  max-width: 1000px;
  min-height: 50px;
  font-size: 18px;
  line-height: 20px;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 60px;
  padding-top: 30px;
  margin-left: 10px;
  margin-top: -20px;
  color: #ffffff;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 45px;
}
.i1 {
  background-image: url(cim.svg);
}
.i2 {
  background-image: url(gps.svg);
}
.i3 {
  background-image: url(mob.svg);
}
.i4 {
  background-image: url(tel.svg);
}
.i5 {
  background-image: url(mai.svg);
}
.i6 {
  background-image: url(ado.svg);
}
.i7 {
  background-image: url(pen.svg);
}
#video {
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
}
#video iframe {
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin-top: 50px;
}
#fasticons_bg {
  width: 100%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  float: left;
  margin-top: 130px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#fasticon {
  max-width: 1000px;
  width: 100%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
#fasticon a {
  width: 25%;
  height: auto;
  position: relative;
  display: inline-block;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 300;
  padding-top: 100px;
  margin-top: 40px;
  color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
#aja {
  background-image: url(aja.svg);
}
#any {
  background-image: url(any.svg);
}
#sza {
  background-image: url(szal.svg);
}
#kis {
  background-image: url(kis.svg);
}
#fasticon a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-size: 45%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
#fn_bg {
  width: 100%;
  min-height: 120px;
  height: auto;
  position: relative;
  display: block;
  float: left;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.2);
}
#fn {
  width: 100%;
  max-width: 1000px;
  min-height: 120px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
#fn a {
  width: 30%;
  min-height: 120px;
  float: left;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url(ajanlat.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 160px;
  padding-left: 15%;
  padding-top: 80px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
#fn a font {
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  font-weight: 600;
}
#fn a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-position: 10px center;
  background-size: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
.open {
  width: 50%;
  float: left;
  color: #ffffff;
  font-size: 24px;
  margin-top: 30px;
}
.open h2 {
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 32px;
  padding-top: 20px;
}
/*--------------------------------------------------------Gondoltad volna-----*/
#nmail-bg {
  width: 100%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
#nmail {
  max-width: 1000px;
  width: 90%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 24px;
}
.n-title h5 {
  text-align: center;
  font-size: 38px;
  color: #fff;
  padding-top: 80px;
  font-family: 'HelveticaNeueLT Com 35 Th';
  text-transform: uppercase;
}
.button {
  max-width: 150px;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
  color: #000000;
  font-family: 'HelveticaNeueLT Com 35 Th';
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  text-transform: uppercase;
  border: 0;
  border: none;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 40px;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#gondoltad_bg {
  width: 100%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
#gondoltad {
  max-width: 1000px;
  width: 100%;
  min-height: 200px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
.gon {
  width: 33%;
  color: #fff;
  font-size: 70px;
  line-height: 72px;
  font-family: 'HelveticaNeueLT Com 67 MdCn';
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 0px;
  padding: 0;
  padding-top: 55px;
}
.gon p {
  padding-left: 10px;
}
.counter {
  width: 20%;
  display: inline-block;
  background-size: 50px;
}
.gon font {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'HelveticaNeueLT Com 45 Lt';
  text-transform: none;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
#gondoltad span {
  font-size: 50px;
  color: #fff;
  display: inline-block;
  font-family: 'HelveticaNeueLT Com 35 Th';
  position: relative;
  font-weight: 100;
  text-align: center;
  padding-top: 80px;
  top: -30px;
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40%;
}
#gondoltad2 {
  max-width: 1000px;
  width: 100%;
  min-height: 50px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: -40px;
}
.gond_text {
  width: 20%;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.zero {
  width: 33%;
}
/*.elso{
	margin-top:-40px;
	left:424px;
}
.masodik{
	margin-top:-40px;
	left:620px;
}
.harmadik{
	margin-top:-40px;
	left:833px;
}*/
@media only screen and (max-width: 1024px) {
  #gondoltad span {
    font-size: 33px;
  }
}
#urhajos {
  width: 350px;
  height: 350px;
  top: -20px;
  right: 0;
  margin: 30px;
  position: absolute;
  -webkit-animation-name: urhajos;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: urhajos;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes urhajos {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes urhajos {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
/*--------------------------------------------------------Gondoltad volna-----*/
#map_bg {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: -120px;
  margin-top: 50px;
}
#map {
  width: 90%;
  max-width: 1000px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  display: block;
}
footer {
  width: 100%;
  min-height: 300px;
  position: relative;
  display: block;
  float: left;
  margin: 0 auto;
  /*margin-top:-400px;*/
}
.footbg {
  width: 100%;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url(foot_bg.svg);
  background-position: center top;
  background-repeat: repeat-x;
}
.foot {
  width: 100%;
  min-height: 250px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.footinfo {
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
}
.fastinfo {
  width: 330px;
  height: 200px;
  position: absolute;
  right: 20px;
  margin-top: 10px;
  padding-top: 10px;
}
.fastinfo a {
  width: 200px;
  height: 40px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 14px;
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
.fastinfo a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-position: 0px center;
  background-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
.fi2 {
  width: 60px;
  height: 220px;
  position: absolute;
  right: 0;
  margin-top: 0px;
}
.fi2 a {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 12px;
  float: left;
  margin: 5px 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
.fi2 a:hover {
  background-size: 40px;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
.ph {
  background-image: url(ph.svg);
}
.ml {
  background-image: url(ml.svg);
}
.mp {
  background-image: url(mp.svg);
}
.fb {
  top: 5px;
  background-image: url(fb.svg);
}
.go {
  background-image: url(go.svg);
}
.up {
  background-image: url(up.svg);
}
.fi3 {
  width: 200px;
  height: 220px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.fi3 h3 {
  font-size: 14px;
  border-bottom: #FFF solid 1px;
  color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 0px;
  font-family: 'HelveticaNeueLT Com 35 Th';
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fi3 a {
  width: 300px;
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  padding-left: 0px;
  float: left;
  color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
}
.fi3 a:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1020px) {
  #in1 {
    width: 100%;
  }
  #in1 h1 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
  #in2 {
    width: 100%;
  }
  #in2icons {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #tablet {
    width: 220px;
    height: 85px;
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    padding-left: 90px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #fasticon a {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .szolg_text2 {
    margin-top: -125px;
  }
  #urhajos {
    display: none;
  }
  #fn {
    max-width: 250px;
    min-height: 120px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #fn a {
    width: 100%;
    float: left;
    background-size: 140px;
    padding-left: 130px;
    padding-top: 50px;
    margin-left: -30px;
  }
  #fn a:hover {
    background-size: 120px;
  }
  .open {
    width: 100%;
    float: left;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  #gondoltad {
    max-width: 300px;
  }
  .gon {
    width: 100%;
    text-align: center;
  }
  .counter {
    margin: 0;
    padding: 0;
    background-size: 50px;
  }
  #gondoltad span {
    width: 97px;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    top: 0px;
  }
  .gond_text {
    width: 33.33%;
    font-size: 14px;
    display: inline-block;
    float: left;
    top: 40px;
  }
  .zero {
    display: none;
  }
}
@media screen and (max-width: 794px) {
  .szolg_text2 {
    margin-top: -110px;
  }
}
@media screen and (max-width: 694px) {
  .szolg_text2 {
    margin-top: -95px;
  }
}
@media screen and (max-width: 650px) {
  #in2 {
    background-size: 300px;
    height: 330px;
  }
  #in2icons {
    max-width: 280px;
    height: 330px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #s01 {
    width: 37px;
    height: 37px;
    left: 128px;
    top: 0px;
  }
  #s02 {
    width: 37px;
    height: 37px;
    left: 241px;
    top: 50px;
  }
  #s03 {
    width: 37px;
    height: 37px;
    left: 59px;
    top: 51px;
  }
  #s04 {
    width: 46px;
    height: 46px;
    left: 193px;
    top: 85px;
  }
  #s05 {
    width: 29px;
    height: 29px;
    left: 8px;
    top: 73px;
  }
  #s06 {
    width: 37px;
    height: 37px;
    left: 94px;
    top: 101px;
  }
  #s07 {
    width: 64px;
    height: 64px;
    left: 116px;
    top: 133px;
  }
  #s08 {
    width: 29px;
    height: 29px;
    left: 193px;
    top: 152px;
  }
  #s09 {
    width: 29px;
    height: 29px;
    left: 47px;
    top: 133px;
  }
  #s10 {
    width: 37px;
    height: 37px;
    left: -17px;
    top: 143px;
  }
  #s11 {
    width: 37px;
    height: 37px;
    left: 247px;
    top: 164px;
  }
  #s12 {
    width: 29px;
    height: 29px;
    left: 214px;
    top: 190px;
  }
  #s13 {
    width: 29px;
    height: 29px;
    left: 101px;
    top: 200px;
  }
  #s14 {
    width: 46px;
    height: 46px;
    left: 20px;
    top: 196px;
  }
  #s15 {
    width: 46px;
    height: 46px;
    left: 248px;
    top: 224px;
  }
  #s16 {
    width: 37px;
    height: 37px;
    left: 124px;
    top: 235px;
  }
  #s17 {
    width: 29px;
    height: 29px;
    left: 216px;
    top: 271px;
  }
  #s18 {
    width: 29px;
    height: 29px;
    left: 120px;
    top: 296px;
  }
  .szolg_text {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
  }
  .szolg_img {
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .szolg_text h2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .szolg_text h3 {
    padding: 0 10px;
  }
  .szolg_text2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
  }
  .szolg_img2 {
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    height: auto;
    position: relative;
    margin: 0 auto;
    float: none;
    display: none;
  }
  .d1 h3 {
    padding: 50px 10px 50px 10px;
    margin-right: 30px;
  }
  #fasticons_bg {
    margin-top: 200px;
  }
  #fasticon {
    max-width: 1000px;
    width: 100%;
    min-height: 350px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #fasticon a {
    width: 50%;
    background-size: 30%;
  }
  #fasticon a:hover {
    background-size: 35%;
  }
  #map_bg {
    height: 400px;
    margin-bottom: -160px;
  }
  #map {
    height: 400px;
  }
  .fastinfo {
    width: 210px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    right: 0;
  }
  .fi2 {
    width: 150px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    right: 0;
    margin-top: 0px;
  }
  .fb {
    top: 0px;
  }
  .fi2 a {
    margin: 0 5px;
  }
  .fi3 {
    width: 200px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    left: 0px;
    top: 0px;
  }
  .n-title h5 {
    font-size: 30px;
  }
}
#file-upload-row .clearfix {
  *zoom: 1;
}
#file-upload-row .clearfix:before,
#file-upload-row .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#file-upload-row .clearfix:after {
  clear: both;
}
#file-upload-row .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#file-upload-row .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#file-upload-row .btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
#file-upload-row .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
#file-upload-row .fileupload {
  margin-bottom: 9px;
}
#file-upload-row .fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
#file-upload-row .fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
#file-upload-row .fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
#file-upload-row .fileupload .btn {
  vertical-align: middle;
}
#file-upload-row .fileupload-exists .fileupload-new,
#file-upload-row .fileupload-new .fileupload-exists {
  display: none;
}
#file-upload-row .fileupload-inline .fileupload-controls {
  display: inline;
}
#file-upload-row .fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#file-upload-row .thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#file-upload-row .fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
#file-upload-row .control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
#file-upload-row .control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
#file-upload-row .control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
#file-upload-row .control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
#file-upload-row .control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
#file-upload-row .control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
#file-upload-row .control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
#file-upload-row .control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
#file-upload-row .control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
       textarea:focus, input:focus, select:focus, submit:focus, button:focus {
                outline: none;
            }
            .subscribes-input-wrapper {
                background-color:#fff;
                border:1px solid rgb(47,81,103);
                border-radius:25px;
                min-height:50px;
                padding-left:20px;
                margin:20px 0 20px 0;
                padding-top:1px;
                    max-width: 50%;
    margin-left: auto;
    margin-right: auto;       
            }
            .subscribes-input {
                height:48px; 
                border:0;
                width:90%;
                font-weight:bold;
                font-size:24px;
                color:rgb(47,81,103);
                text-transform:uppercase;
                line-height:48px;
                text-align:center
            }
            .subscribe-button {     
                float:right;
                right:1px;
                color:rgb(47,81,103);
                background-color:#fff;
                border:2px solid rgb(47,81,103);
                border-radius:50px;
                font-size:18pt;
                height:46px;
                margin:2px;
                width:46px;
            }
            .subscribe-text  {
                color:white;
                font-size:18px;
                text-align:center
            } 
            .subscribe-heading {
                font-weight: 600;
                font-size: 36px;
                letter-spacing: 2px;
                color: #ffffff;
                font-family: 'HelveticaNeueLT Com 67 MdCn';
                text-transform: uppercase;
            }
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}