/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**
 * Alapok importálása
 */
/**
 * Debug layer
 */
.debugLayer {
  border: 1px solid #363636;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 3px;
  box-shadow: 0 0 10px #363636;
  width: 75%;
  height: 30%;
  bottom: 0;
  position: fixed;
  padding: 5px;
  overflow: auto;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
  z-index: 100000;
}
.debugLayer.minimized {
  width: 10px;
  left: 0;
  overflow: hidden;
  font-size: 0;
}
.debugLayer:hover {
  background-color: #000000;
}
.debugLayer li:hover {
  background-color: #eee;
  color: #000;
}
.debugLayer .debugTab {
  width: 100%;
  background-color: #ccc;
}
.debugLayer .debugTab p {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.debugLayer .debugTab p:hover {
  background-color: #eee;
}
.debugLayer .debug-tab.active {
  font-weight: bold;
  background-color: #eee;
}
.debugLayer .debugContentHolder {
  height: 200px;
  overflow: scroll;
  display: none;
  padding: 15px;
}
.debugLayer .debugContent {
  width: 100%;
  display: none;
}
.debugLayer .debugContent hr {
  margin: 5px 0;
  color: #000;
  background: #000;
}
/* Színek */
/* Font stílusok */
/* Resp. méretek */
/* Relative path */
/* Függvények */
/**
 * Reset
 */
* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  background: #ffffff;
  color: #525252;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
a {
  color: #525252;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
img {
  border: 0;
}
p {
  margin: 0;
  padding: 0;
}
table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select,
button {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
}
/**
 * Common használt elemek
 */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.inline {
  display: inline-block;
}
.textUpper {
  text-transform: uppercase;
}
.textBold {
  font-weight: 700;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textSemiBold {
  font-weight: 600;
}
.textLight {
  font-weight: 300;
}
.textGreen {
  color: #525252;
}
.separatorLine {
  border-bottom: 1px solid #eeeeee;
}
.onClick:hover {
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.animate,
i.animate:before {
  transition: all 0.6s ease-in-out;
}
.animate.fast,
i.animate.fast:before {
  transition-duration: 0.2s;
}
/**
 * Gyakori elem formázások
 */
h4 {
  font-size: 24px;
  font-weight: normal;
  padding: 10px;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
}
ul.inline li {
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.decimal {
  list-style-type: none;
  margin-left: 0;
}
ol.decimal > li {
  counter-increment: customlistcounter;
  position: relative;
}
ol.decimal > li:before {
  content: counter(customlistcounter) " ";
  position: absolute;
  top: 1px;
  left: -20px;
}
ol.decimal:first-child {
  counter-reset: customlistcounter;
}
input,
select,
textarea {
  outline: none;
  margin: 0;
  padding: 0;
}
i.iconFacebook {
  background: url('/assets/images/common/icon_facebook.png') no-repeat;
  background-size: 100%;
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
i.iconInstagram {
  background: url('/assets/images/common/icon_instagram.png') no-repeat;
  background-size: 100%;
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
i.iconVimeo {
  background: url('/assets/images/common/icon_vimeo.png') no-repeat;
  background-size: 100%;
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
i.iconMail {
  background: url('/assets/images/common/icon_mail.png') no-repeat;
  background-size: 100%;
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.linkButton {
  background-color: #525252;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  color: #eeeeee;
  text-align: center;
  cursor: pointer;
}
.popoverHolder .popoverBox {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #444444;
  border-radius: 3px;
  z-index: 10001;
}
.popoverHolder .popoverBox .content {
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
}
.popoverHolder .popoverBox .content a {
  color: #ffffff;
  text-decoration: underline;
}
.popoverHolder .popoverBox[data-direction]:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.popoverHolder .popoverBox[data-direction=top]:after {
  border-width: 10px 5px 0 5px;
  border-color: #444444 transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 5px);
}
.popoverHolder .popoverBox[data-direction=bottom]:after {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #444444 transparent;
  top: -10px;
  left: calc(50% - 5px);
}
.popoverHolder .popoverBox[data-direction=right]:after {
  border-width: 5px 10px 5px 0;
  border-color: transparent #444444 transparent transparent;
  top: calc(50% - 5px);
  left: -10px;
}
.popoverHolder .popoverBox[data-direction=left]:after {
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #444444;
  top: calc(50% - 5px);
  right: -10px;
}
.popoverText {
  display: none;
}
.popover .popoverText {
  display: none;
}
form p {
  font-size: 18px;
  font-weight: 700;
  color: #eeeeee;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
form hr {
  border: 0;
  border-bottom: 1px solid #666666;
  margin-bottom: 18px;
}
@media all and (max-width: 1250px) {
  form p {
    font-size: 15px;
    margin: 10px 0 10px 0;
  }
  form hr {
    margin-bottom: 18px;
  }
}
@media all and (max-width: 785px) {
  form p {
    font-size: 15px;
    margin: 10px 0 10px 0;
  }
  form hr {
    margin-bottom: 18px;
  }
}
.pagerContainer {
  margin: 5px 0;
}
.pagerContainer ul li {
  display: inline-block;
  width: auto;
  height: 37px;
  line-height: 35px;
  font-size: 24px;
  margin: 10px;
}
.pagerContainer ul li a.pagerButton {
  width: 150px;
  height: 37px;
  line-height: 35px;
  padding: 10px 15px;
  background-color: #d0eaff;
  color: #acacac;
  text-align: center;
  cursor: pointer;
}
.pagerContainer ul li a.pagerButton.buttonBack {
  float: left;
}
.pagerContainer ul li a.pagerButton.buttonNext {
  float: right;
}
.pagerContainer ul li a.pagerButton.currentPage {
  color: #525252;
  font-weight: 700;
}
.mainWrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mainWrapper .headerContainer {
  width: 100%;
}
.mainWrapper .frontendWrapper {
  width: 100%;
  margin: 0 auto;
}
.mainWrapper .frontendWrapper .content {
  width: 100%;
  margin: 0 auto 100px auto;
}
@media all and (max-width: 1000px) {
  .mainWrapper .frontendWrapper {
    width: 100%;
    padding: 0 0 0 0;
  }
  .mainWrapper .frontendWrapper .content {
    width: 100%;
  }
}
@media all and (max-width: 850px) {
  .mainWrapper .frontendWrapper {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .mainWrapper .frontendWrapper .content {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 850px) {
  .headerContainer {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
}
#popupContainer {
  display: none;
}
.popupMessangerLayer {
  width: 350px;
}
.popupMessangerLayer .header {
  background-color: #525252;
}
.popupMessangerLayer .header p {
  color: #ffffff;
  padding: 10px 0 10px 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.popupMessangerLayer .bottomSection {
  background-color: #ffffff;
  padding: 10px 0;
}
.popupMessangerLayer .bottomSection .purpleButton {
  width: 50%;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
.popupMessangerLayer .messageContainer {
  padding: 20px 15px;
}
.popupMessangerLayer .messageContainer p {
  text-align: center;
  line-height: 18px;
}
.popupConfirmLayer {
  width: 350px;
}
.popupConfirmLayer .head {
  background-color: #525252;
}
.popupConfirmLayer .head p {
  color: #ffffff;
  padding: 10px 0 10px 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.popupConfirmLayer .belowSection {
  padding: 8px 0 13px 0;
}
.popupConfirmLayer .belowSection .buttonHolder {
  width: 48%;
  position: relative;
}
.popupConfirmLayer .belowSection .buttonHolder.left {
  text-align: right;
}
.popupConfirmLayer .belowSection .buttonHolder.left .button {
  position: absolute;
  right: 0;
}
.popupConfirmLayer .belowSection .buttonHolder .button {
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  width: 120px;
}
.popupConfirmLayer .belowSection .buttonHolder .button:hover {
  cursor: pointer;
}
.popupConfirmLayer .messageHolder {
  padding: 20px 0;
  text-align: center;
}
.photoViewerPopup {
  width: 960px;
  background: none;
}
.photoViewerPopup .photoViewContainer {
  width: 100%;
  position: relative;
  box-shadow: 0 0 40px 0 #333;
}
.photoViewerPopup .photoViewContainer .head {
  background: #525252;
  width: 100%;
  margin: 0 auto;
}
.photoViewerPopup .photoViewContainer .head p {
  color: #ffffff;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.photoViewerPopup .photoViewContainer .head .informationBadge {
  position: absolute;
  top: 12px;
  right: 45px;
}
.photoViewerPopup .photoViewContainer .head .closeBadge {
  position: absolute;
  top: 12px;
  right: 15px;
}
.photoViewerPopup .photoViewContainer #photoViewSlider {
  margin: 0 auto;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.65);
  position: relative;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .pagerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .pagerOverlay .pager {
  height: 100%;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .pagerOverlay .pager:hover {
  cursor: pointer;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .pagerOverlay .pager.pagerPrev {
  width: 20%;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .pagerOverlay .pager.pagerNext {
  width: 80%;
}
.photoViewerPopup .photoViewContainer #photoViewSlider.swipe {
  overflow: hidden;
  visibility: hidden;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .swipe-wrap {
  overflow: hidden;
  position: relative;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .swipe-wrap > div {
  float: left;
  position: relative;
  padding: 0 15px;
  z-index: 100;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .swipe-wrap > div.privatePicture .extraContent:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/images/profile/imageLockPrivateBig.png') no-repeat center center transparent;
  z-index: 110;
}
.photoViewerPopup .photoViewContainer #photoViewSlider .swipe-wrap > div > img {
  max-width: 100%;
  max-height: 450px;
}
.photoViewerPopup .photoViewContainer .button {
  position: absolute;
  display: block;
  top: 14px;
  z-index: 3500;
  color: #525252;
  background-color: white;
  line-height: 10px;
  vertical-align: top;
}
.photoViewerPopup .photoViewContainer .button:hover,
.photoViewerPopup .photoViewContainer .button.hovered {
  color: #525252;
  cursor: pointer;
}
.photoViewerPopup .photoViewContainer .button i {
  font-size: 28px;
}
.photoViewerPopup .photoViewContainer .button.leftButton {
  left: 15px;
}
.photoViewerPopup .photoViewContainer .button.rightButton {
  right: 15px;
}
.photoViewerPopup .photoViewContainer .gallerySizeInfo {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.65);
  padding: 21px 0 9px 0;
  position: relative;
}
.photoViewerPopup .photoViewContainer .gallerySizeInfo p {
  color: white;
}
/**
 * Oldal-csoport importok
 */
.headerWrapper {
  height: 170px;
}
@media all and (max-width: 1000px) {
  .headerWrapper {
    height: 150px;
  }
}
@media all and (max-width: 850px) {
  .headerWrapper {
    height: 90px;
  }
}
.headerWrapper .menuHolder {
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 170px;
  z-index: 999;
}
@media all and (max-width: 1000px) {
  .headerWrapper .menuHolder {
    height: 150px;
  }
}
@media all and (max-width: 850px) {
  .headerWrapper .menuHolder {
    height: 90px;
  }
}
.headerWrapper .menuHolder.fixOnTop {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px 0px #999;
  height: 76px;
  transition: height, background-color 200ms;
}
@media all and (max-width: 800px) {
  .headerWrapper .menuHolder.fixOnTop {
    height: 38px;
  }
}
.headerWrapper .menuHolder.fixOnTop div.left.menuItems {
  width: 50%;
  padding: 0;
}
.headerWrapper .menuHolder.fixOnTop div.left.menuItems a {
  font-size: 18px;
  line-height: 76px;
}
@media all and (max-width: 1000px) {
  .headerWrapper .menuHolder.fixOnTop div.left.menuItems a {
    font-size: 15px;
    padding: 0 8px;
  }
}
.headerWrapper .menuHolder.fixOnTop div.left.menuItems a:hover {
  background-color: #d0eaff;
  color: #ffffff;
}
.headerWrapper .menuHolder.fixOnTop .mainLogo {
  display: none;
}
.headerWrapper .menuHolder.responsive {
  height: auto;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px 0px #999;
}
.headerWrapper .menuHolder.responsive div.left.mainLogo {
  display: none;
}
.headerWrapper .menuHolder.responsive div.left.menuItems {
  width: 130px;
  visibility: visible;
  display: flex;
  flex-flow: wrap-reverse !important;
}
.headerWrapper .menuHolder.responsive div.left.menuItems a {
  display: block;
  padding: 14px;
  line-height: normal;
  text-align: left;
}
.headerWrapper .menuHolder.responsive .flagLink {
  display: none;
}
.headerWrapper .menuHolder div.left {
  float: left;
  position: relative;
  width: calc((100% - 300px) / 2);
  height: 100%;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 850px) {
  .headerWrapper .menuHolder div.left {
    width: calc((100% - 150px) / 2);
  }
}
.headerWrapper .menuHolder div.left.mainLogo {
  width: 300px;
}
.headerWrapper .menuHolder div.left.mainLogo a {
  margin: 0 auto 0 auto;
  display: block;
  font-size: 0;
  color: transparent;
  background: url("/assets/images/common/bw_logo.jpg") no-repeat;
  width: 300px;
  height: 214px;
  z-index: 1000;
}
@media all and (max-width: 1000px) {
  .headerWrapper .menuHolder div.left.mainLogo {
    width: 240px;
  }
  .headerWrapper .menuHolder div.left.mainLogo a {
    background-size: 100% 100%;
    width: 240px;
    height: 171px;
  }
}
@media all and (max-width: 850px) {
  .headerWrapper .menuHolder div.left.mainLogo {
    width: 150px;
  }
  .headerWrapper .menuHolder div.left.mainLogo a {
    background-size: 100% 100%;
    width: 150px;
    height: 107px;
  }
}
.headerWrapper .menuHolder div.left.menuItems {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
  padding: 25px 0;
}
.headerWrapper .menuHolder div.left.menuItems:first-of-type {
  flex-flow: row-reverse wrap-reverse;
}
@media all and (max-width: 850px) {
  .headerWrapper .menuHolder div.left.menuItems {
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  .headerWrapper .menuHolder div.left.menuItems {
    visibility: hidden;
  }
}
.headerWrapper .menuHolder div.left a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: -1.2px;
}
.headerWrapper .menuHolder div.left a:hover {
  color: #d0eaff;
  transition: color 0.2s ease-in;
}
@media all and (max-width: 1000px) {
  .headerWrapper .menuHolder div.left a {
    font-size: 16px;
    line-height: 50px;
  }
}
@media all and (max-width: 850px) {
  .headerWrapper .menuHolder div.left a {
    font-size: 16px;
    line-height: 45px;
  }
}
.headerWrapper .menuHolder .icon {
  display: none;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  .headerWrapper .menuHolder .icon {
    display: block;
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 20px;
    padding: 0 10px;
  }
}
.headerWrapper .menuHolder .flagLink {
  background: url("/assets/images/common/flag_hu.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  margin: 3px 0 0 5px;
  z-index: 1000;
  position: absolute;
}
.headImages {
  left: 0;
  right: 0;
  margin: 0 auto 100px auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.headImages .slides {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.headImages .slides img {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.headImages img {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .headImages {
    margin-bottom: 50px;
  }
}
.hwaAwardsContent {
  margin-top: 0;
}
.hwaAwardsContent .hwaAwards {
  width: 100%;
}
.hwaAwardsContent .hwaAwards ul {
  width: 100%;
  max-width: 1250px;
  column-count: 3;
  column-gap: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
.hwaAwardsContent .hwaAwards ul li {
  display: block;
  width: 100%;
  height: auto;
}
.hwaAwardsContent .hwaAwards ul li img {
  width: 100%;
  max-width: 280px;
  height: auto;
  padding: 10px;
  aspect-ratio: 1;
  object-fit: cover;
}
.footImages {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  width: 1024px;
  height: auto;
  position: relative;
}
.footImages img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.footImages span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 2px;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
}
@media all and (max-width: 640px) {
  .footImages span {
    font-size: 18px;
    padding: 5px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 360px) {
  .footImages span {
    font-size: 14px;
    padding: 5px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 1024px) {
  .footImages {
    width: 100%;
  }
}
.scrollDown {
  position: fixed;
  width: 100%;
  height: 100px;
  bottom: 0;
}
.scrollDown:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.4) 100%);
}
.scrollDown a {
  padding-top: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scrollDown a:hover {
  opacity: .5;
}
.scrollDown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.footHolder {
  width: 100%;
  height: auto;
  background-color: #f0f3ff;
  text-align: center;
  padding: 30px 0;
  color: #666666;
}
.footHolder .footerIcons {
  margin-bottom: 20px;
}
.footHolder .footerIcons a {
  margin: 0 15px;
  padding: 0;
}
.footHolder .footerIcons a i {
  font-size: 36px;
}
.footHolder .footerIcons img {
  vertical-align: middle;
}
.footHolder .footerIcons img.mobile {
  display: none;
}
@media all and (max-width: 480px) {
  .footHolder .footerIcons img {
    display: none;
  }
  .footHolder .footerIcons img.mobile {
    display: block;
    margin: 25px auto 0 auto;
  }
}
.coloredRow {
  background-color: #d0eaff;
}
.content {
  font-weight: 300;
  padding: 20px 0;
}
.content:nth-child(even) {
  background-color: #f0f3ff;
}
.content #map {
  width: 320px;
  height: 480px;
}
.content h1,
.content h2,
.content h3 {
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.9px;
}
.content h1 {
  margin-bottom: 50px;
}
.content h1 span {
  background-color: #f0f3ff;
  padding: 2px 30px;
}
.content h2 {
  font-size: 20px;
  text-align: justify;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.content h3 {
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.content.gallery {
  width: 960px !important;
  margin: 100px auto !important;
  padding: 5px 10px;
}
.content.gallery h1 {
  text-align: center;
  margin-bottom: 50px;
}
.content.gallery p.hint {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.content.gallery .galleryIndexes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content.gallery .galleryIndexes a {
  display: inline-block;
  margin: 0 5px 20px 5px;
  padding: 0 0 10px 0;
}
.content.gallery .galleryIndexes a div {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.content.gallery .galleryIndexes a div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content.gallery .galleryIndexes a h2 {
  font-size: 18px;
  text-align: center;
}
.content.gallery .galleryIndexes a p {
  font-size: 14px;
  text-align: center;
  width: 300px;
}
@media all and (max-width: 980px) {
  .content.gallery {
    margin: 50px auto !important;
    width: 100% !important;
  }
}
.content.articlePost {
  width: 1200px !important;
  margin: 100px auto !important;
  padding: 5px 10px;
  font-size: 16px;
}
.content.articlePost h1 {
  text-align: center;
  margin-bottom: 50px;
}
.content.articlePost .articleContent {
  padding: 0 20px;
}
.content.articlePost .articleContent p,
.content.articlePost .articleContent ul > li {
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 20px;
}
.content.articlePost .articleContent a {
  font-weight: 400;
  color: #0d95e8;
}
.content.articlePost .articleContent hr {
  clear: both;
  margin: 30px 0;
}
.content.articlePost .articleContent .reviewRow {
  display: flex;
  margin-bottom: 50px;
  border-bottom: 1px solid #d0eaff;
}
.content.articlePost .articleContent .reviewRow .reviewText {
  font-size: 20px;
  padding: 20px;
}
@media all and (max-width: 850px) {
  .content.articlePost .articleContent .reviewRow {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content.articlePost .articleContent .reviewRow .reviewText {
    font-size: 16px;
  }
}
.content.articlePost .articleContent .moreReviews {
  text-align: center;
}
.content.articlePost .articleContent img {
  margin: 5px 20px;
  padding: 3px;
  border: 0;
}
@media all and (max-width: 640px) {
  .content.articlePost .articleContent img {
    width: 320px;
    height: auto;
    margin: 5px auto !important;
    display: block;
    float: none !important;
  }
}
.content.articlePost .articleContent ul {
  padding: 0 0 0 30px;
}
.content.articlePost .articleContent ul li {
  list-style: disc;
}
@media all and (max-width: 1200px) {
  .content.articlePost {
    margin: 50px auto !important;
    width: 90% !important;
  }
}
@media all and (max-width: 850px) {
  .content.articlePost {
    margin: 50px auto !important;
    width: 100% !important;
  }
}
.content .introList ul {
  margin: 0;
  padding: 0;
}
.content .introList ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2.1px;
  line-height: 22px;
}
.content .photoList {
  width: 100%;
  column-count: 3;
  column-gap: 10px;
  text-align: center;
}
.content .photoList a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 2rem;
  margin-bottom: 30px;
}
.content .photoList a img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  aspect-ratio: 1;
  object-fit: cover;
}
@media all and (max-width: 640px) {
  .content .photoList {
    column-count: 1;
  }
}
.content .mainLink {
  display: block;
  text-align: center;
  margin: 25px 0;
  font-size: 26px;
}
.content .mainLink.withBox {
  background-color: #f0f3ff;
  padding: 10px;
  width: 220px;
  margin: 25px auto;
}
.content .aboutus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 20px 50px;
  width: 1150px;
  margin: 0 auto;
}
.content .aboutus .image {
  padding: 0 20px;
}
.content .aboutus .image img {
  aspect-ratio: 0.75;
  object-fit: cover;
  max-height: 320px;
}
.content .aboutus .text {
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.5rem;
  text-align: justify;
}
@media all and (max-width: 1150px) {
  .content .aboutus {
    width: 90% !important;
  }
}
@media all and (max-width: 950px) {
  .content .aboutus .image img {
    max-height: 240px;
  }
}
@media all and (max-width: 800px) {
  .content .aboutus {
    flex-direction: column;
    gap: 50px;
  }
  .content .aboutus .image {
    text-align: center;
  }
  .content .aboutus .image img {
    width: 75%;
    max-height: fit-content;
  }
  .content .aboutus .text {
    text-align: justify;
  }
}
@media all and (max-width: 640px) {
  .content .aboutus {
    padding: 0;
    flex-direction: column;
    gap: 50px;
  }
  .content .aboutus .text {
    font-size: 18px;
  }
}
.content .reviewList {
  width: 100%;
  overflow: hidden;
  height: auto;
  column-count: 4;
  column-gap: 10px;
  margin-bottom: 50px;
}
.content .reviewList .reviewItem {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 660px;
  align-items: center;
  padding: 0 20px;
}
.content .reviewList .reviewItem .reviewImg {
  margin-bottom: 0px;
}
.content .reviewList .reviewItem .reviewImg .image {
  text-align: center;
}
.content .reviewList .reviewItem .reviewImg .image img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.content .reviewList .reviewItem .reviewContent {
  padding: 0px;
}
.content .reviewList .reviewItem .reviewContent .text {
  font-size: 20px;
  line-height: 1.5rem;
  text-align: justify;
}
.content .reviewList .reviewItem .reviewCite {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  display: block;
}
@media all and (max-width: 1150px) {
  .content .reviewList .reviewItem {
    height: 580px;
    padding: 0 10px;
  }
  .content .reviewList .reviewItem .reviewContent .text {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .content .reviewList {
    column-count: 1;
    width: 90%;
    margin: 0 auto;
  }
  .content .reviewList .reviewItem {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    height: auto;
    border-bottom: 1px dotted silver;
    padding-bottom: 20px;
  }
  .content .reviewList .reviewItem .reviewImg {
    flex: 3;
  }
  .content .reviewList .reviewItem .reviewContent {
    padding-left: 10px;
    flex: 7;
  }
  .content .reviewList .reviewItem .reviewCite {
    font-size: 15px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    flex: 1;
  }
}
@media all and (max-width: 640px) {
  .content .reviewList {
    column-count: 1;
    width: 90%;
    margin: 0 auto;
  }
  .content .reviewList .reviewItem {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    height: auto;
  }
  .content .reviewList .reviewItem:last-child {
    border: 0;
  }
  .content .reviewList .reviewItem .reviewImg {
    flex: 1;
    width: 240px;
    margin-bottom: 30px;
  }
  .content .reviewList .reviewItem .reviewContent {
    padding-left: 0;
    flex: 1;
  }
  .content .reviewList .reviewItem .reviewCite {
    font-size: 18px;
    writing-mode: unset;
    transform: rotate(0deg);
    flex: 1;
  }
}
.content.servicesIntro {
  font-size: 0;
  max-width: 752px !important;
}
.content.servicesIntro div {
  display: inline-block;
  vertical-align: top;
}
.content.servicesIntro .mobile {
  display: none;
}
.content.servicesIntro .servicesGallery {
  background-color: #f1f4ff;
  background-image: url('/assets/images/common/hungarian_wedding_award_dij.webp');
  background-position: center center;
  background-repeat: no-repeat;
  width: 314px;
  height: 412px;
  margin: 0 10px 0 0;
  padding: 0;
}
.content.servicesIntro .servicesGallery p {
  text-align: center;
  padding-top: 15px;
}
.content.servicesIntro .servicesGallery p a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 26px;
}
.content.servicesIntro .servicesRight {
  width: 428px;
}
.content.servicesIntro .servicesRight .servicesBlog {
  width: 209px;
  height: 160px;
  background-color: #0d95e8;
}
.content.servicesIntro .servicesRight .servicesBlog.winterWedding {
  background: url('/assets/images/common/teli_eskuvo_cover_min3.jpg') no-repeat center center;
}
.content.servicesIntro .servicesRight .servicesBlog.fotoBlog {
  background: url('/assets/images/common/fotok_cover_min.jpg') no-repeat center center;
}
.content.servicesIntro .servicesRight .servicesBlog p {
  text-align: center;
  padding-top: 15px;
}
.content.servicesIntro .servicesRight .servicesBlog p a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  display: inline-block;
}
.content.servicesIntro .servicesRight .servicesBlog:first-of-type {
  margin-right: 10px;
}
.content.servicesIntro .servicesAbout {
  width: 359px;
  height: 242px;
  margin: 10px 10px 0 0;
  background: url('/assets/images/common/about_timi_profil2.jpg') no-repeat center center;
}
.content.servicesIntro .servicesAbout p {
  text-align: center;
  padding-top: 15px;
}
.content.servicesIntro .servicesAbout p a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  display: inline-block;
}
.content.servicesIntro .servicesSocial {
  width: 59px;
}
.content.servicesIntro .servicesSocial a {
  margin: 52px 0 0 0;
  padding: 10px 0;
  display: block;
  background-color: #f0f3ff;
  text-align: center;
}
.content.servicesIntro .servicesSocial a i {
  font-size: 36px;
}
@media all and (max-width: 850px) {
  .content.servicesIntro {
    width: 480px !important;
    padding: 20px !important;
  }
  .content.servicesIntro .desktop {
    display: none;
  }
  .content.servicesIntro .mobile {
    display: block;
  }
  .content.servicesIntro .servicesGallery {
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
  }
  .content.servicesIntro .servicesRight {
    width: 100%;
  }
  .content.servicesIntro .servicesRight .servicesBlog {
    width: 100%;
    margin: 0;
  }
  .content.servicesIntro .servicesRight .servicesBlog.winterWedding {
    background: url('/assets/images/common/teli_eskuvo_cover3.jpg') no-repeat center center;
  }
  .content.servicesIntro .servicesRight .servicesBlog.fotoBlog {
    background: url('/assets/images/common/fotok_cover.jpg') no-repeat center -120px;
  }
  .content.servicesIntro .servicesRight .servicesBlog:first-of-type {
    margin-bottom: 10px;
  }
  .content.servicesIntro .servicesAbout {
    width: 100%;
  }
  .content.servicesIntro .servicesSocial {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content.servicesIntro .servicesSocial a {
    margin: 10px;
    padding: 10px;
  }
  .content.servicesIntro .servicesSocial a i {
    font-size: 36px;
  }
}
@media all and (max-width: 850px) {
  .content.servicesIntro {
    width: 100% !important;
  }
}
.content.instagram h2 {
  text-align: center;
}
.content.instagram .instagram_gallery {
  margin: 0 auto;
  padding: 0;
  width: 770px;
}
.content.instagram .instagram_gallery a {
  margin: 1px;
  padding: 0;
  display: inline-block;
  opacity: 0.65;
}
.content.instagram .instagram_gallery a img {
  width: 150px;
}
.content.instagram .instagram_gallery a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
@media all and (max-width: 800px) {
  .content.instagram .instagram_gallery {
    width: 457px;
    height: 150px;
    overflow: hidden;
  }
}
@media all and (max-width: 480px) {
  .content.instagram .instagram_gallery {
    width: 150px;
    height: auto;
  }
  .content.instagram .instagram_gallery a {
    display: block;
  }
}
.contentWide.gallery {
  width: 100% !important;
  margin: 100px auto !important;
  padding: 5px 10px;
}
.contentWide.gallery h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 29px;
  font-weight: 400;
}
.contentWide.gallery p.hint {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.contentWide.gallery .galleryIndexes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentWide.gallery .galleryIndexes a {
  display: inline-block;
  margin: 0 5px 20px 5px;
  padding: 0 0 20px 0;
  background-color: #eeeeee;
}
.contentWide.gallery .galleryIndexes a div {
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.contentWide.gallery .galleryIndexes a div img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contentWide.gallery .galleryIndexes a h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}
.contentWide.gallery .galleryIndexes a p {
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-weight: 300;
}
@media all and (max-width: 980px) {
  .contentWide.gallery {
    margin: 50px auto !important;
    width: 100% !important;
  }
}
.blogListPage {
  width: 100% !important;
  margin: 100px auto !important;
  padding: 5px 10px;
}
.blogListPage h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 29px;
  font-weight: 400;
}
.blogListPage .blogGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.blogCard {
  display: inline-block;
  margin: 0 5px 20px 5px;
  padding: 0 0 20px 0;
  background-color: #eeeeee;
  width: 600px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.blogCard:hover {
  opacity: 0.9;
}
.blogCard .cardImage {
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: relative;
  display: block;
}
.blogCard .cardImage img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.blogCard .cardContent {
  padding: 20px;
  text-align: center;
}
.blogCard .cardContent .cardDate {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  display: block;
}
.blogCard .cardContent h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: none;
  letter-spacing: normal;
}
.blogCard .cardContent h3 a {
  color: #333;
  text-decoration: none;
}
.blogCard .cardContent p {
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
}
.blogCard .cardContent .readMore {
  display: none;
}
@media all and (max-width: 640px) {
  .blogCard {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .blogCard .cardImage {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  .blogCard .cardImage img {
    max-width: 100%;
    height: auto;
    position: static;
  }
}
.blogPostPage .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.blogPostPage .blogLayout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
}
@media all and (max-width: 991px) {
  .blogPostPage .blogLayout {
    grid-template-columns: 1fr;
  }
}
.blogPostPage .blogMain h1 {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.blogPostPage .blogMain .blogMeta {
  margin-bottom: 40px;
  color: #888;
  font-size: 16px;
}
.blogPostPage .blogMain .blogBody {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.blogPostPage .blogMain .blogBody p {
  margin-bottom: 25px;
}
.blogPostPage .blogMain .blogBody a {
  text-decoration: underline;
}
.blogPostPage .blogMain .blogBody img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}
.blogPostPage .blogMain .blogTags {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.blogPostPage .blogMain .blogTags p {
  font-weight: 600;
  margin-bottom: 15px;
}
.blogPostPage .blogMain .blogTags .tag {
  display: inline-block;
  padding: 6px 15px;
  background: #f5f7fa;
  border-radius: 20px;
  margin: 0 8px 8px 0;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blogPostPage .blogMain .blogTags .tag:hover {
  background: #0d95e8;
  color: #fff;
}
.blogPostPage .blogSidebar nav {
  margin-bottom: 50px;
}
.blogPostPage .blogSidebar nav p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d0eaff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blogPostPage .blogSidebar nav .recentPost {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.blogPostPage .blogSidebar nav .recentPost img {
  margin-right: 15px;
  border-radius: 4px;
  object-fit: cover;
}
.blogPostPage .blogSidebar nav .recentPost:hover {
  color: #0d95e8;
}
.blogPostPage .blogSidebar nav .category {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #555;
  transition: padding-left 0.3s ease, color 0.3s ease;
}
.blogPostPage .blogSidebar nav .category:hover {
  padding-left: 10px;
  color: #0d95e8;
}
.blogPostPage .blogSidebar .blogSocialBox {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}
.blogPostPage .blogSidebar .blogSocialBox p {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}
.blogPostPage .blogSidebar .blogSocialBox .socialIcons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.blogPostPage .blogSidebar .blogSocialBox .socialIcons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.blogPostPage .blogSidebar .blogSocialBox .socialIcons a:hover {
  background: #0d95e8;
  color: #fff;
  transform: translateY(-3px);
}
.blogPostFooter {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #d0eaff;
}
.blogPostFooter nav p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.blogPostFooter nav div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.blogPostFooter nav div .recentPost {
  width: 32%;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.blogPostFooter nav div .recentPost img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
  aspect-ratio: 1.6665;
}
.blogPostFooter nav div .recentPost:hover {
  color: #0d95e8;
}
