@charset "UTF-8";
/* font-family: 'Work Sans', sans-serif;*/
/* font-family: 'Lora', serif;*/
/*$szurke: #303030;*/
/*#d6ebf5;*/
/* fonts */
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0; }

html, body {
  font-family: 'Work Sans', sans-serif;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%; }

header, .container, .calltoaction {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

::-moz-selection {
  /* Code for Firefox */
  color: #FFF;
  background: #f37284; }

::selection {
  color: #FFF;
  background: #f37284; }

.main {
  width: 100%;
  height: 84px;
  background-color: #fff; }

.social, .mail {
  width: 180px;
  position: relative;
  font-size: 14px;
  cursor: pointer; }

.main .social, .main .mail {
  padding-top: 30px;
  height: 84px;
  padding-bottom: 30px;
  color: #5b5f64; }

.social {
  float: left;
  font-family: 'Glyphter'; }

.main .social {
  letter-spacing: 16px; }

.mail a, nav a {
  font-family: 'Work Sans', sans-serif;
  text-decoration: none; }

.mail a {
  float: right; }

.logo {
  width: calc(100% - 360px);
  float: left;
  background-image: url("../img/logo.png");
  background-size: 273px 63px;
  height: 84px;
  background-position: center center;
  background-repeat: no-repeat; }

.mail {
  float: left; }

.line {
  width: 100%;
  height: 54px;
  background-color: #f37284;
  font-weight: 600;
  text-transform: uppercase;
  color: #5b5f64; }

nav {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 53px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer; }

nav a {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  line-height: 53px;
  text-align: center; }

nav a:first-child {
  padding-left: 0; }

nav a:last-child {
  padding-right: 0; }

nav a:link,
nav a:visited {
  color: #fff; }

nav a:hover, nav a.active {
  transition: .5s;
  -webkit-filter: drop-shadow(0px 0px 5px white); }

.mail a,
.mail a:visited,
.mail a:link,
.lead, .rolam, .idezetek, .kapcsolat,
.calltoaction {
  color: #5b5f64; }

.lead, .calltoaction, .rolam, .idezetek, .kapcsolat {
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -0.5px; }

.lead, .calltoaction, .rolam, .idezetek, .kapcsolat {
  margin-bottom: 35px;
  margin-top: 70px;
  margin-bottom: 70px; }

.calltoaction, .footertext {
  text-align: center; }

em {
  font-family: 'Lora', serif;
  font-weight: bold; }

.gallery {
  font-family: 'Work Sans', sans-serif;
  text-decoration: none;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer; }
  .gallery__container {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px; }
  .gallery__menu, .gallery__almenu {
    width: 100%;
    /* height: 55px; */
    margin-left: 15px;
    width: calc(100% - 30px);
    /*margin-right: 15px;*/ }
  .gallery__menu ul, .gallery__almenu ul {
    padding: 0;
    width: calc(100% - 30px); }
  .gallery__menu ul li, .gallery__almenu ul li {
    list-style: none;
    font-weight: bold;
    font-size: 15px; }
  .gallery__menu ul li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    color: #5b5f64; }
  .gallery__almenu ul li {
    margin-left: 0;
    margin-right: 15px;
    display: inline-block;
    /*display: none;*/
    line-height: 55px;
    text-align: center;
    color: #5b5f64; }
  .gallery__menu ul li:first-child {
    margin-left: 0; }
  .gallery__menu ul li:last-child {
    margin-right: 0; }
  .gallery__menu ul li:active, .gallery__menu .active {
    border-bottom: 2px solid #f37284;
    top: 0px;
    height: 55px;
    color: #f37284;
    cursor: pointer; }
  .gallery__almenu ul li:active, .gallery__almenu .active {
    color: #f37284;
    cursor: pointer; }
  .gallery__menu ul li:hover {
    color: #f37284;
    cursor: pointer; }
  .gallery__almenu ul li:hover {
    color: #f37284;
    cursor: pointer; }
  .gallery__almenu {
    display: none; }
  .gallery__line {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-left: 15px solid white;
    border-right: 15px solid white;
    height: 2px;
    background-color: #e8e8e8;
    position: relative;
    top: -2px;
    z-index: -2; }
  .gallery__frames {
    display: inline-block;
    background-color: #e9d3d7;
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    background-size: cover;
    background-position: center; }
    .gallery__frames:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .gallery__frames:after {
      content: '';
      display: table;
      clear: both; }
  .gallery__frames:hover {
    background-color: #f37284;
    transition: .5s; }
  .gallery__navi {
    margin: 5px; }
  .gallery__button {
    color: #5b5f64;
    border-left: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    display: inline-block;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 9px;
    padding-bottom: 9px; }
  .gallery__button:last-child {
    border-right: 2px solid #e8e8e8; }
  .gallery__button.active {
    background-color: #f37284;
    color: #fff;
    border-bottom: 2px solid #e8e8e8; }
  .gallery__button:hover {
    background-color: #f37284;
    transition: 1s; }
  .gallery__priceframe {
    width: 100%;
    height: 24px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    transition: 1s; }
  .gallery__price {
    position: relative;
    bottom: 3px;
    height: 20px;
    min-width: 69px;
    background-color: #92a660;
    font-size: 13px;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    text-align: center; }
  .gallery__selected {
    opacity: 0; }
  .gallery__kosarba {
    bottom: 49px; }
  .gallery__kosarba, .gallery__selected {
    position: relative;
    height: 20px;
    background-image: url("../img/kosar.png");
    background-repeat: no-repeat;
    background-position: 60px, 0px;
    min-width: 85px;
    background-color: #92a660;
    font-size: 13px;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    background-size: 21px; }
  .gallery__selected {
    bottom: 27px; }
  .gallery__kosarba:hover {
    background-color: #647b29;
    cursor: pointer; }
  .gallery__description {
    position: absolute;
    height: 60px;
    top: 0px;
    width: calc(100% - 20px);
    background-repeat: no-repeat;
    min-width: 94px;
    /*background-color: $z├Âld;*/
    font-size: 13px;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px; }
  .gallery__x {
    position: absolute;
    height: 22px;
    top: 0px;
    width: 14px;
    color: #fff;
    right: 0px;
    cursor: pointer;
    display: none; }
  .gallery__infoframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    float: right;
    display: block;
    transition: 1s;
    opacity: 0; }
    .gallery__infoframe:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .gallery__infoframe:after {
      content: '';
      display: table;
      clear: both; }
  .gallery__infoframe:hover {
    background-color: rgba(243, 114, 132, 0.5);
    opacity: 1; }
    .gallery__infoframe:hover:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .gallery__infoframe:hover:after {
      content: '';
      display: table;
      clear: both; }
  .gallery__selectedframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    float: right;
    display: block;
    transition: 1s;
    opacity: 1; }
    .gallery__selectedframe:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .gallery__selectedframe:after {
      content: '';
      display: table;
      clear: both; }

/* Dropdown */
/* */
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(1, 1, 1, 0.8);
  transition: 1s; }
  .popup__frame {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    height: 56.25vw;
    /*max-height: 100vh;*/
    max-width: 150.00vh;
                     /* 3/2 = 1.5
/*max-width: 177.78vh; /* 16/9 = 1.778 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .popup__frame:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .popup__frame:after {
      content: '';
      display: table;
      clear: both; }
  .popup__photo {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.popup .gallery__infoframe {
  /*:hover*/
  background-color: rgba(243, 114, 132, 0);
  opacity: 1; }

.popup .gallery__description {
  /*:hover*/
  background-color: rgba(243, 114, 132, 0);
  text-shadow: 0px 0px 17px black;
  opacity: 1; }
  .popup .gallery__description:before {
    content: '';
    float: left;
    padding-bottom: 66.6666666667%; }
  .popup .gallery__description:after {
    content: '';
    display: table;
    clear: both; }

.button {
  padding: 7px 18px 7px 18px;
  background-color: #f37284;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer; }
  .button__calltoaction:hover {
    background-color: #ff2e4b;
    transition: .5s; }

.calltoaction .button__calltoaction {
  margin-top: 25px; }

.kosarbanvan, .selectedkosarbanvan {
  background-color: #fe7800;
  min-width: 103px;
  background-position: 79px, 0px;
  opacity: 1; }

.kosarbanvan:hover {
  background-color: #de6d08; }

.footer {
  background-color: #303030;
  width: 100%; }
  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    color: #fff;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .footer__column {
    padding-top: 50px;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    padding-bottom: 25px; }
  .footer__column .social {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
    float: none;
    display: contents;
    letter-spacing: 8px; }
  .footer__column strong, .footer__column em {
    margin-bottom: 15px;
    display: block; }
  .footer__column em {
    color: #a1a1a1;
    font-weight: 400; }
  .footer__logo {
    width: 70%;
    background-image: url("../img/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    filter: brightness(4.75); }
    .footer__logo:before {
      content: '';
      float: left;
      padding-bottom: 23.2558139535%; }
    .footer__logo:after {
      content: '';
      display: table;
      clear: both; }
  .footer__frames {
    width: 20%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    /*background-color: #e9d3d7;*/
    background-image: url("img/meghivo.jpg"); }
    .footer__frames:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .footer__frames:after {
      content: '';
      display: table;
      clear: both; }
  .footer__frames:hover {
    background-color: #f37284;
    transition: .5s;
    cursor: pointer; }
  .footer__column {
    width: 33.33%; }
  .footer__column.lastuploads {
    display: none; }

.tag {
  margin: 5px 10px 5px 0px;
  background-color: #f37284;
  display: inline-block;
  color: #fff;
  padding: 2px 7px 2px 7px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase; }

.tag:hover {
  background-color: #ff2e4b;
  transition: .5s;
  cursor: context-menu; }

.wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px; }

.footer {
  height: 300px; }

.push {
  height: 50px; }

.rolam, .idezetek, .kapcsolat {
  display: none; }

.idezetek hr {
  height: 2px;
  background-color: #e8e8e8;
  border: 0; }
.idezetek em {
  margin-bottom: 20px;
  display: block;
  text-align: center; }
.idezetek__leftbox, .idezetek__rightbox {
  width: 50%;
  text-align: center;
  display: inline-table;
  font-size: 15px; }
.idezetek__leftbox {
  padding-right: 15px; }
.idezetek__rightbox {
  padding-left: 15px; }

.hideblock {
  display: none; }

.showblock {
  display: block !important; }

.showblockinline {
  display: block; }

.kapcsolat em {
  padding-bottom: 30px;
  display: block;
  font-size: 28px; }

.input-contact {
  margin-top: 35px; }

textarea, input {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  resize: none;
  display: block; }

textarea::-moz-selection, input::-moz-selection {
  color: #f37284;
  background: #fff; }

textarea::-moz-selection, input::-moz-selection {
  color: #f37284;
  background: #fff; }

.input-contact #mail-address {
  margin-left: 15px; }

.input-contact #mail-text {
  height: 200px;
  padding-top: 15px; }

.input-contact input, textarea {
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f37284;
  border: none; }

.grid-6 {
  width: 50%;
  display: flex; }

.grid-12 {
  width: 100%;
  display: flex; }

.grid-6, .grid-12 {
  float: left;
  position: relative;
  min-height: 1px; }

.input-holder {
  display: inline-block;
  width: 100%; }

.grocery {
  width: 100%;
  background-color: #f37284;
  display: inline-block;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 10px; }
  .grocery__frame {
    width: 130px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-family: "Lora";
    font-weight: bold;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .grocery__photo {
    width: 100%;
    background-position: center;
    background-size: cover; }
    .grocery__photo:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .grocery__photo:after {
      content: '';
      display: table;
      clear: both; }

@media (max-width: 1024px) {
  .footer {
    display: flex;
    height: auto; }
    .footer__column {
      width: 33.33%; }
    .footer__column.copyright {
      display: block; }
    .footer__column.lastuploads {
      display: none; }
    .footer__column.tagclouds {
      display: block; }
    .footer__column.lastuploads, .footer__column.footermobile, .footer body {
      display: none; }
    .footer__logo {
      width: 75%; } }
@media (max-width: 768px) {
  .social, .mail, .mobilehide {
    display: none; }

  .logo {
    width: 100%; }

  .gallery__frames {
    width: calc(50% - 10px); }
  .gallery__menu {
    display: inline-block;
    border-bottom: 2px solid #e8e8e8;
    /*border-top: 2px solid $vilagosszurke;*/
    padding-bottom: 15px;
    display: inline-block;
    height: auto; }
  .gallery__menu ul {
    width: 100%; }
  .gallery__menu ul li, .gallery__almenu ul li {
    margin-left: 0;
    margin-right: 25px;
    line-height: 55px;
    text-align: center;
    height: 38px; }
  .gallery__menu ul li:first-child {
    margin-left: 0; }
  .gallery__menu ul li:last-child {
    margin-right: 15px; }
  .gallery__menu ul li:active, .gallery .active {
    border-bottom: 0px solid #f37284;
    color: #f37284;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    height: 38px; }
  .gallery__button.active {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px; }
  .gallery__menu ul li:hover {
    color: #f37284;
    cursor: pointer; }
  .gallery__line {
    height: 0px; }
  .gallery .active {
    border-bottom: 0; }
  .gallery__infoframe {
    /*:hover*/
    opacity: 0; }
  .gallery__infoframe:hover {
    /*:hover*/
    background-color: rgba(243, 114, 132, 0);
    opacity: 0; }
    .gallery__infoframe:hover:before {
      content: '';
      float: left;
      padding-bottom: 66.6666666667%; }
    .gallery__infoframe:hover:after {
      content: '';
      display: table;
      clear: both; }
  .gallery__container {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px; }
  .gallery__almenu ul {
    width: 100%; }

  .idezetek__leftbox, .idezetek__rightbox {
    width: 100%;
    padding: 0; }

  .popup .gallery__infoframe:hover {
    /*:hover*/
    background-color: rgba(243, 114, 132, 0);
    opacity: 1; }

  .grid-6 {
    width: 100%;
    display: flex;
    margin-left: 0; }

  .input-contact #mail-address {
    margin-left: 0; }

  .footer {
    display: flex;
    height: auto; }
    .footer__column {
      width: 50%; }
    .footer__column.copyright {
      display: block; }
    .footer__column.lastuploads, .footer__column.tagclouds, .footer__column.footermobile {
      display: none; }
    .footer__column.contactme {
      display: block; }
    .footer__logo {
      width: 75%; } }
/* FONTS */
@font-face {
  font-family: 'glyphter';
  src: url("fonts/glyphter.eot");
  src: url("fonts/glyphter.eot?#iefix") format("embedded-opentype"), url("fonts/glyphter.woff") format("woff"), url("fonts/glyphter.ttf") format("truetype"), url("fonts/glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='icon-']:before {
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1px;
  position: relative; }

.icon-insta:before {
  content: '\0041'; }

.icon-fb:before {
  content: '\0042'; }

.icon-flickr:before {
  content: '\0043'; }

.icon-mail:before {
  content: '\0045'; }

.icon-local:before {
  content: '\0046'; }

/*# sourceMappingURL=style.css.map */
