@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=latin-ext");
@font-face {
  font-family: "Caveat-Regular";
  src: url("../fonts/Caveat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Caveat-Regular.woff") format("woff"), url("../fonts/Caveat-Regular.ttf") format("truetype"), url("../fonts/Caveat-Regular.svg#Caveat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caveat-Bold";
  src: url("../fonts/Caveat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Caveat-Bold.woff") format("woff"), url("../fonts/Caveat-Bold.ttf") format("truetype"), url("../fonts/Caveat-Bold.svg#Caveat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmaticSC-Regular";
  src: url("../fonts/AmaticSC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AmaticSC-Regular.woff") format("woff"), url("../fonts/AmaticSC-Regular.ttf") format("truetype"), url("../fonts/AmaticSC-Regular.svg#AmaticSC-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmaticSC-Bold";
  src: url("../fonts/AmaticSC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AmaticSC-Bold.woff") format("woff"), url("../fonts/AmaticSC-Bold.ttf") format("truetype"), url("../fonts/AmaticSC-Bold.svg#AmaticSC-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  background: url(../images/Background_mobile.jpg) top center repeat-y;
  background-size: 100% auto;
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 576px) {
  body {
    background: url(../images/Background_mobile.jpg) top center repeat-y;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  body {
    background: url(../images/Background.jpg) top center repeat-y;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  body {
    background: url(../images/Background.jpg) top center repeat-y;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  body {
    background: url(../images/Background.jpg) top center repeat-y;
    background-size: 100% auto;
  }
}
body * {
  position: relative;
}

html, body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", sans-serif;
}

.container {
  width: 300px;
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 576px) {
  .container {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 860px;
  }
}

.blue {
  color: #00a8d9;
}

section#header .container .topbox .logo {
  margin-top: 20px;
  float: left;
}
section#header .container .topbox .fbcta {
  float: right;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section#header .container .topbox .fbcta {
    float: left;
  }
}
section#header .container .topbox .fbcta a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
section#header .container .topbox .fbcta a img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
section#header .container .topbox .fbcta a span {
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
section#header .container .header {
  /* Small devices (landscape phones, 576px and up) */
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
section#header .container .header .textbox {
  font-family: "Caveat-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
}
section#header .container .header .textbox span {
  font-family: "Caveat-Bold";
  font-weight: normal;
  font-style: normal;
}
section#header .container .header .headerpix {
  display: none;
}
section#header .container .header .headerpixmobile {
  display: block;
}
@media (min-width: 576px) {
  section#header .container .header .headerpix {
    display: none;
  }
  section#header .container .header .headerpixmobile {
    display: block;
  }
  section#header .container .header .textbox {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    font-size: 30px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  section#header .container .header .headerpix {
    display: block;
  }
  section#header .container .header .headerpixmobile {
    display: none;
  }
  section#header .container .header .textbox {
    top: 50px;
    right: 10px;
    bottom: inherit;
    left: inherit;
    font-size: 37px;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  section#header .container .header .headerpix {
    display: block;
  }
  section#header .container .header .headerpixmobile {
    display: none;
  }
  section#header .container .header .textbox {
    top: 50px;
    right: 145px;
    bottom: inherit;
    left: inherit;
    font-size: 37px;
    line-height: 31px;
  }
}
@media (min-width: 1200px) {
  section#header .container .header .headerpix {
    display: block;
  }
  section#header .container .header .headerpixmobile {
    display: none;
  }
  section#header .container .header .textbox {
    top: 50px;
    right: 145px;
    bottom: inherit;
    left: inherit;
    font-size: 37px;
    line-height: 31px;
  }
}
section#header .container .headline {
  font-family: "AmaticSC-Bold";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 65px;
  line-height: 55px;
  text-align: center;
  margin-top: -20px;
  margin-left: -50px;
}
section#header .container .headline span {
  font-size: 50px;
}
@media (max-width: 767px) {
  section#header .container .headline {
    font-size: 40px;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 0px;
  }
  section#header .container .headline span {
    font-size: 30px;
  }
}
section#header .container .legal {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin: 40px 0 40px -50px;
}
@media (max-width: 767px) {
  section#header .container .legal {
    margin: 40px auto;
  }
}
section#header .container .stickers .stick .sharebutton {
  margin: 20px auto 0;
  display: block;
  width: 140px;
  height: 52px;
  background: url(../images/megosztom_button.png) top center no-repeat;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
section#header .container .stickers .stick .sharebutton:hover {
  background: url(../images/megosztom_button_hover.png) top center no-repeat;
}
section#header .container .stcixker_under {
  margin: 40px auto;
}
section#header .container .stcixker_under p {
  font-family: "Caveat-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}
section#header .container .stcixker_under p span {
  color: #00a8d9;
}
section#header .container .stcixker_under p img {
  margin-right: 20px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  section#header .container .stcixker_under p {
    font-size: 32px;
    line-height: 25px;
  }
}
section#header .container .legal_desc p {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
}
section#header .container .termekek {
  margin: 40px auto;
}
section#header .container .termekek h3 {
  font-family: "AmaticSC-Bold";
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 65px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section#header .container .termekek h3 span {
  font-size: 65px;
}
@media (max-width: 767px) {
  section#header .container .termekek h3 {
    font-size: 35px;
    line-height: 50px;
  }
  section#header .container .termekek h3 span {
    font-size: 47px;
  }
}
section#header .container .termekek .termekslider {
  width: 420px;
  height: 380px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section#header .container .termekek .termekslider {
    width: calc(100% - 80px);
    height: 185px;
  }
}
section#header .container .termekek .termekslider .sliderwrapper {
  width: 420px;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
  height: 100%;
}
section#header .container .termekek .termekslider .sliderwrapper .termek {
  width: 420px;
  height: 380px;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  section#header .container .termekek .termekslider .sliderwrapper .termek {
    width: 20%;
    height: 100%;
  }
}
section#header .container .termekek .termekslider .sliderwrapper .termek img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section#header .container .termekek .termekslider .sliderwrapper .termek img {
    width: 100%;
    height: auto;
  }
}
section#header .container .termekek .left_arrow {
  position: absolute;
  top: 50%;
  left: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  width: 28px;
  height: 52px;
  background: url(../images/left_arrow.png) center center no-repeat;
}
@media (max-width: 767px) {
  section#header .container .termekek .left_arrow {
    width: 20px;
    height: 42px;
    background-size: contain;
    margin-top: 20px;
  }
}
section#header .container .termekek .right_arrow {
  position: absolute;
  top: 50%;
  left: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  width: 28px;
  height: 52px;
  background: url(../images/right_arrow.png) center center no-repeat;
}
@media (max-width: 767px) {
  section#header .container .termekek .right_arrow {
    width: 20px;
    height: 42px;
    background-size: contain;
    margin-top: 20px;
  }
}
section#header .container .termekek .termeknev {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  section#header .container .termekek .termeknev {
    font-size: 14px;
  }
}
section#header .container .termekek .szamlalo {
  color: #ffffff;
  font-family: "Caveat-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section#header .container .termekek .szamlalo {
    font-size: 28px;
  }
}
section#header .container .feliratok h3 {
  font-family: "AmaticSC-Bold";
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 65px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section#header .container .feliratok h3 span {
  font-size: 65px;
}
@media (max-width: 767px) {
  section#header .container .feliratok h3 {
    font-size: 35px;
    line-height: 50px;
  }
  section#header .container .feliratok h3 span {
    font-size: 47px;
  }
}
section#header .container .feliratok .fb_ajanlo p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-top: 40px;
}
section#header .container .feliratok .fb_ajanlo p a {
  color: #ffffff;
  text-decoration: underline;
}
section#header .container .feliratok .sign {
  color: #00a8d9;
  font-family: "Caveat-Bold";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section#header .container .feliratok .sign {
    font-size: 31px;
    line-height: 31px;
  }
}
section#header .container .feliratok .contact {
  color: #ffffff;
  font-family: "Caveat-Bold";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section#header .container .feliratok .contact {
    font-size: 26px;
    line-height: 26px;
  }
}
section#header .container .feliratok .contact a {
  color: #00a8d9;
  font-family: "Caveat-Regular";
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
section#header .lunchbox {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 40px;
}
section#header .lunchbox img {
  width: 710px;
  height: auto;
  position: absolute;
  top: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 767px) {
  section#header .lunchbox {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  section#header .lunchbox img {
    width: 500px;
    height: auto;
    position: absolute;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}

footer {
  background: #0077c0;
  padding: 40px 0px;
}
footer .container h1 {
  color: #ffffff;
  font-family: "AmaticSC-Bold";
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  footer .container h1 {
    font-size: 34px;
  }
}
footer .container .socialbox a {
  margin: 0 10px;
}
footer .container .footermenu {
  margin: 20px auto;
}
footer .container .footermenu ul {
  margin: 0;
  padding: 0;
}
footer .container .footermenu ul li {
  margin: 0 19px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .container .footermenu ul li {
    display: block;
  }
}
footer .container .footermenu ul li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
footer .container p.disclamer {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 14px;
}
footer .container .backtotop {
  cursor: pointer;
}

.clr {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  content: "";
}

.bluebutton {
  padding: 5px 20px 5px 20px;
  background: #00a8d9;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  transition: all, 0.4s;
}
.bluebutton:hover {
  text-decoration: none;
  background: #ffffff;
  color: #082873;
}

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