@charset "UTF-8";

@keyframes fadeInRight {
  0% {
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*bg, img*/

@keyframes kenburnsTop {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}

@keyframes fadeInRight {
  0% {
    margin-left: 50px;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*bg, img*/

@keyframes kenburnsTop {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}

/*background color szivárgás megelőzése*/

/**
* @param first: top-left, bottom-right
* @param second: top-right, bottom-left
*/

/**
* @param first: top-left, bottom-right
* @param second: top-right, bottom-left
* @param third: top-right, bottom-left
*/

/*Ezt csak media query-ben használjuk (SASS limitáció miatt), egyéb esetben a placeholdert származtassuk ami alatta van.*/

/*Blur PGR*/

/*Clipping text ...*/

/*Media query zoom*/

/*zoom25*/

/*zoom33*/

/*zoom50*/

/*zoom67*/

/*zoom75*/

/*zoom80*/

/*zoom90*/

/*responsive device*/

/* iPads (landscape) ----------- */

/* iPads (portrait) ----------- */

/* Mobil (landscape) ----------- */

/*scrollbar*/

/* full width when container has limited width */

/* pgr alkalmazások dropdown */

/*bw osztály propertyk mixinben */

body:not(#main) footer {
  margin-top: 100px;
}

footer {
  background: #EAEAEA;
  font-size: 15px;
  color: #707070;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  footer div.container {
    padding-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  footer div.container {
    font-size: 9px;
    height: 100px;
  }
}

footer div.container div.row.footerMenu {
  min-height: 90px;
}

@media screen and (max-width: 991px) {
  footer div.container div.row.footerMenu {
    display: none;
  }
}

footer div.container div.row.footerMenu ul,
footer div.container div.row.footerMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer div.container div.row.footerMenu ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

footer div.container div.row.footerMenu li {
  float: left;
  border-right: 2px solid #707070;
  margin: 35px 0;
  padding: 0 13px;
}

footer div.container div.row.footerMenu li:last-child {
  border-right: none;
}

footer div.container div.row.footerMenu li a {
  font-size: 15px;
  color: #707070;
  transition: color 0.3s ease-in-out;
}

footer div.container div.row.footerMenu li a:hover {
  color: #fff;
  text-decoration: none;
}

footer div.container div.row.footerLogo {
  text-align: center;
  min-height: 52px;
}

footer div.container div.row.footerLogo a {
  display: inline-block;
  width: 100px;
  height: 52px;
  text-indent: -9999px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  background: url(/assets/img/kite_logo_szurke.png) center center no-repeat;
  background-size: 100px auto;
}

footer div.container div.row.footerLogo a:hover {
  opacity: 1;
}

footer div.container div.row.footerSocial {
  min-height: 80px;
}

footer div.container div.row.footerSocial ul,
footer div.container div.row.footerSocial li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer div.container div.row.footerSocial ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

footer div.container div.row.footerSocial li {
  float: left;
}

footer div.container div.row.footerSocial li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 80px;
  margin: 0 11px;
  font-family: "babilon_icons" !important;
  font-size: 45px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  transition: color 0.3s ease-in-out;
}

footer div.container div.row.footerSocial li a span {
  display: none;
}

footer div.container div.row.footerSocial li a:hover {
  text-decoration: none;
  color: #fff;
}

footer div.container div.row.footerSocial li a.instagram:before {
  content: "Ü";
}

footer div.container div.row.footerSocial li a.facebook:before {
  content: "Ó";
}

footer div.container div.row.footerSocial li a.youtube:before {
  content: "Q";
}

footer div.container div.row.footerInfo {
  min-height: 80px;
}

footer div.container div.row.footerInfo p {
  line-height: 28px;
  text-align: center;
  margin: 0;
}

footer div.container div.row.footerInfo p span {
  margin: 0 15px;
}

footer div.container div.row.footerInfo p span:nth-child(even) {
  color: #707070;
}

footer div.container div.row.footerInfo p span .footerHighLight {
  color: #2B9226;
}

@media screen and (max-width: 991px) {
  footer div.container div.row.footerInfo p span {
    float: left;
    width: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  footer div.container div.row.footerInfo p span:last-child {
    position: relative;
    bottom: 20px;
    margin-left: 25%;
  }
}

@media screen and (max-width: 425px) {
  footer div.container div.row.footerInfo p span:last-child {
    bottom: 27px;
  }
}

@media screen and (max-width: 320px) {
  footer div.container div.row.footerInfo p span:last-child {
    width: 20%;
    margin-left: 40%;
  }

  footer div.container div.row.footerInfo p span:last-child img {
    width: 90%;
  }
}

footer div.container div.row.footerInfo p a {
  color: #2B9226;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

footer div.container div.row.footerInfo p a:hover {
  text-decoration: none;
  opacity: 1;
}

body.app div.wrapper {
  min-height: calc(100% - 80px);
}

body.public div.wrapper {
  min-height: calc(100% - 304px);
}

body.public footer {
  padding: 0 0 10px 0;
}



/*# sourceMappingURL=footer.css.map*/