@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");

.youtubes_text {
  text-align: center;
  color: #fff !important;
  font-size: 16px !important;
  margin-top: -35px !important;
  font-family: "Playfair Display";
  z-index: 3;
  position: relative;
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

.left,
.right {
  width: 25%;
}

.middle {
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .column {
    width: 90%;
    margin: 0 auto !important;
    float: inherit;
  }
}

#alairas {
  font-family: "Homemade Apple", cursive;
}

.main-navigation ul ul {
  background: #fff;
  border: 1px solid #bbb;
  left: -999em;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
}

.main-navigation ul ul a {
  padding: 0.75em 1.25em;
  width: 16em;
}

.main-navigation li li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  right: auto;
}

.quote {
  display: inline-block;
  margin: 1em;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.quote blockquote {
  background-color: #fcfcfc !important;
  border: solid 2px #757575;
  display: inline-block;
  margin: 0;
  padding: 3vw;
  position: relative;
}
.quote blockquote:before {
  background-color: #fcfcfc !important;
  bottom: -10%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -10%;
  transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
  display: block;
  font-style: initial !important;
  text-align: right;
}
.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}

.lds-ring {
  margin: 0 auto;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  opacity: 0;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

html {
  font-size: calc(10px + 0.390625vw);
}

.hamburger-menu {
  display: none;
}

.fejlec {
  display: block !important;
  background: url(hdfilmslogo.webp) no-repeat center !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: #000 !important;
  height: 250px !important;
}

.form {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .youtubes_text {
    margin-top: -15px !important;
  }
  .bemutatkozas span {
    line-height: 50px !important;
  }
  .ptp-pricing-table {
    white-space: normal !important;
  }
  .ptp-col {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #main {
    width: 90 !important;
    margin: 0 auto;
  }
  .fejlec {
    display: block !important;
    background: url(small_logo.webp) no-repeat center !important;
    background-color: rgba(0, 0, 0, 0);
    background-color: #000 !important;
    height: 100px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .hamburger-menu {
    display: initial;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 5%;
    left: 3%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 999;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000 !important;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    z-index: 998;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
    text-align: center;
  }
  .menu__item:hover {
    background-color: #202020 !important;
  }
}

#main {
  width: 95%;
  margin: 0 auto;
}

.fab {
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fas {
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.social a {
  color: #fff !important;
}

.bemutatkozas a {
  color: black !important;
}

.fab:hover {
  color: #fff !important;
}

.fas:hover {
  color: #fff !important;
}

.fejlec {
  margin: auto;
  display: block;
  text-align: center;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

button:hover:not(.mejs-container > button),
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: none;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
}

label {
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.ptp-plan {
  background: white !important;
  font-weight: unset !important;
  letter-spacing: 6px !important;
}

.ptp-price {
  background: white !important;
}

#ptp-101 div.ptp-item-container {
  border-radius: 3px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
#ptp-101 div.ptp-item-container div {
  margin: 0;
}
#ptp-101 div.ptp-plan {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 1em;
  padding: 0.9375em 1.25em;
}
#ptp-101 div.ptp-price {
  font-size: 1.25em;
  padding: 0.9375em 1.25em;
}
#ptp-101 div.ptp-cta {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
#ptp-101 a.ptp-button {
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  background-color: #3498db;
  border-bottom: #2980b9 4px solid;
  margin: 0;
}
#ptp-101 a.ptp-button:hover {
  background-color: #2980b9;
}
div#ptp-101 .ptp-highlight a.ptp-button {
  color: #fff;
  background-color: #e74c3c;
  border-bottom: #c0392b 4px solid;
}
div#ptp-101 .ptp-highlight a.ptp-button:hover {
  background-color: #c0392b;
}
#ptp-101 div.ptp-bullet-item {
  font-size: 0.875em;
  padding: 0.9375em 0.5em 0.9375em 0.5em;
}
#ptp-101 div.ptp-most-popular {
  border-radius: 3px;
  font-size: 0.9em;
}

.ptp-pricing-table {
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.ptp-col {
  padding-left: 0.4em;
  padding-right: 0.4em;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.ptp-one-col {
  width: 50%;
}
.ptp-two-col {
  width: 46.5%;
}
.ptp-three-col {
  width: 31%;
}
.ptp-four-col {
  width: 23.25%;
}
.ptp-five-col {
  width: 18.6%;
}
.ptp-six-col {
  width: 15.5%;
}
.ptp-seven-col {
  width: 13.29%;
}
.ptp-eight-col {
  width: 11.625%;
}
.ptp-nine-col {
  width: 10.3%;
}
.ptp-ten-col {
  width: 9.3%;
}
.ptp-more-col {
  width: auto;
}
div.ptp-item-container {
  margin: 0 0 1.25em 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.6;
  font-family: inherit;
  border: #ddd solid 1px;
}
div.ptp-plan {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  background-color: #ddd;
  color: #333;
}
div.ptp-most-popular {
  padding: 0.3em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 2px;
  background-color: #7f8c8d;
  color: #fff;
}
div.ptp-not-most-popular {
  background: 0;
  padding: 0.3em;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 2px;
}
div.ptp-price {
  text-align: center;
  font-weight: normal;
  font-size: 1.25em;
  background-color: #eee;
  color: #333;
}
div.ptp-bullet-item {
  background-color: #fff;
  text-align: center;
  font-size: 0.875em;
  font-weight: normal;
  color: #333;
  border-bottom: dotted 1px #ddd;
}
div.ptp-cta {
  text-align: center;
  background-color: #f5f5f5;
}
a.ptp-button {
  border-style: solid;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 75%;
  margin: 0 0 1.25em;
  padding-top: 0.75em;
  padding-bottom: 0.8125em;
  font-size: 1em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
@media only screen and (max-width: 765px) {
  .ptp-col {
    width: 100%;
  }
  .ptp-pricing-table {
    white-space: normal;
  }
  .tt-ptp-empty-row {
    display: none;
  }
}

video {
  height: auto;
  object-fit: fill;
  max-width: 680px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}

.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}

.navigation-top a {
  color: #222;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.main-navigation li:hover {
  background-color: #f6f6f6 !important;
  color: #484848;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #767676;
}

.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  text-align: center;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  position: relative;
  display: inline-block;
}

.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1em 1.25em;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Playfair Display";
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.main-navigation a:hover {
  color: #767676;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
  display: block;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.main-navigation ul {
  background-color: #000 !important;
}

.youtubehover {
  position: relative;
  display: inline-block;
}
.youtubehover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(https://davidhona.hu/overlay.png) center center
    no-repeat;
  background-size: auto;
  transition: all 0.2s ease-in-out;
}

.youtubehover:hover::before {
  transform: scale(1.1);
}

.vp-title {
  display: none !important;
}

/* Extra small devices (phones, 600px and down) */

#hasab_main {
  padding-top: 25px;
}

#hasab_header {
  padding-bottom: 50px;
}

#videos2 {
  display: none;
}

.su-row .su-column {
  margin: 0 0 0 0 !important;
}

.su-column-size-1-2 {
  width: 50% !important;
}

.sajt {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (max-width: 1280px) {
  .centered_text_capital {
    padding-top: 15px !important;
  }
  .youtubehover:before {
    background-size: contain;
  }
  .full_center {
    width: 90% !important;
  }
  .site-header {
    margin-bottom: 25px !important;
  }
  #egy_hasab {
    display: inline-block !important;
  }
  #ket_hasab {
    display: none !important;
  }
  .topvimeo {
    margin-top: -100px !important;
    margin-bottom: -50px !important;
  }
  #videos {
    display: none !important;
  }
  #videos2 {
    display: initial !important;
  }
  .custom-header-media {
    display: block !important;
    background: url(small_logo.jpg) no-repeat center !important;
    background-color: #fff !important;
    height: 100px !important;
  }
  .custom-header {
    margin-bottom: 0 !important;
  }
  .panel-image {
    width: 100% !important;
    height: 250px !important;
  }
  .site-header {
    background-color: #fff !important;
  }
  #masthead {
    height: 100px !important;
  }
  .navigation-top {
    display: none;
  }
  #responsive-menu-container {
    width: 100% !important;
  }
  #responsive-menu-search-box {
    display: none !important;
  }
  .single-featured-image-header {
    height: 250px !important;
    width: 100% !important;
  }
  #responsive-menu-container {
    background-color: #fff !important;
  }
  #responsive-menu-wrapper {
    background-color: #fff !important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    background-color: #fff !important;
    font-family: "Noto Serif", serif !important;
    font-size: 16px !important;
  }
  #responsive-menu-button {
    background-color: #232323 !important;
  }
  .fooldal_text {
    width: 90% !important;
  }
  #honapic {
    display: none;
  }
  #videos {
    width: 100%;
    height: 250px !important;
  }

  #left_text {
    position: relative;
    width: 100% !important;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 250px !important;
  }

  #right_video {
    width: 100% !important;
    float: right;
  }

  #right_video img {
    width: 100% !important;
    height: auto !important;
    float: left;
  }

  #right_text {
    width: 100% !important;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 250px !important;
  }

  #left_video {
    width: 100% !important;
    float: left;
  }

  #left_video img {
    width: 100% !important;
    height: auto !important;
    float: right;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1919px) {
  .centered_text_capital {
    padding-top: 100px !important;
  }
  #videos {
    display: none !important;
  }
  #videos2 {
    display: initial !important;
  }
  .single-featured-image-header {
    border: none !important;
    height: auto !important;
    width: 100% !important;
    background-color: #fff !important;
  }
  .panel-image {
    width: 100% !important;
    height: auto !important;
  }
  .custom-header-media {
    display: block !important;
    background: url(hdfilmslogo.jpg) no-repeat center !important;
    background-color: #fff !important;
    height: 250px !important;
  }
  .site-header {
    background-color: #fff !important;
  }
  #honapic {
    position: absolute !important;
    top: 262px !important;
    right: 0px !important;
    margin-left: 0px !important;
  }
  #videos {
    width: 100%;
    height: 250px !important;
  }

  #left_text {
    position: relative;
    width: 100% !important;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 250px !important;
    left: 0px;
  }

  #right_video {
    width: 100% !important;
    float: right;
  }

  #right_video img {
    width: 100% !important;
    height: auto !important;
    float: left;
  }

  #right_text {
    width: 100% !important;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 250px !important;
    left: 0px;
  }

  #left_video {
    width: 100% !important;
    float: left;
  }

  #left_video img {
    width: 100% !important;
    height: auto !important;
    float: right;
  }
}

@media screen and (min-width: 3800px) and (max-width: 100000px) {
  #egy_hasab {
    display: none !important;
  }
  #ket_hasab {
    display: initial !important;
  }
  #videos {
    display: inline-block !important;
  }
  .custom-header-media {
    display: block !important;
    background: url(hdfilmslogo.jpg) no-repeat center !important;
    background-color: #fff !important;
    height: 250px !important;
  }
  .site-header {
    background-color: #fff !important;
  }
  #honapic {
    float: right !important;
    margin-left: 20% !important;
  }
  #left_text {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 551px;
    left: 12.5%;
  }
  #right_text {
    width: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
    left: -12.5%;
    position: relative;
  }
}

@media screen and (min-width: 1920px) and (max-width: 3799px) {
  #videos2 {
    display: none !important;
  }
  #videos {
    display: inline-block !important;
  }
  .custom-header-media {
    display: block !important;
    background: url(hdfilmslogo.jpg) no-repeat center !important;
    background-color: #fff !important;
    height: 250px !important;
  }
  .site-header {
    background-color: #fff !important;
  }
  #honapic {
    float: right !important;
    margin-left: 20% !important;
  }
  #left_text {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 551px;
    left: 0px;
  }
  #right_text {
    width: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
    left: 0px;
    position: relative;
  }
  #centered_text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 100px !important;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 3800px) and (max-width: 5000px) {
  #centered_text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 600px !important;
    padding-bottom: 50px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 !important;
}

h3 {
  color: #fff !important;
}

.ptp-button {
  background-color: #323232 !important;
  color: #fff !important;
}

.ptp-button:hover {
  color: #e0e0e0 !important;
}

#insta {
  display: none !important;
  width: 60% !important;
  margin: 0 auto !important;
  margin-top: 25px !important;
}

.sbi_header_text {
  color: #fff !important;
}

.custom-header-media:before {
  background-color: #fff !important;
}

#html5-watermark {
  display: none !important;
  color: red;
}

body {
  background: #000 !important;
  color: #fff !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  font-family: Arial, sans-serif; /* Példa: Arial betűtípus használata */
}

#honapic {
  width: 541px !important;
  height: 500px !important;
  float: right !important;
  margin-left: 20%;
}

@media screen and (min-width: 2000px) {
  #fooldal_bg {
    background: url(honaproba4k.jpg) !important;
  }
  .fooldal_text {
    width: 50% !important;
    margin-left: 25% !important;
  }
  .single-featured-image-header {
    height: 600px !important;
    background-color: #fff !important;
    margin: 0 auto !important;
  }
  .panel-image {
    height: 600px !important;
    width: 1920px !important;
    background-color: #fff !important;
    background-position: center !important;
    margin: 0 auto !important;
  }
  #honapic {
    position: absolute;
    right: 30%;
  }
}

.single-featured-image-header {
  border: none;
  height: 600px;
  width: 1920px;
  background-color: #fff !important;
}

.panel-image {
  height: 600px;
  width: 1920px;
  background-color: #fff;
}

#fooldal_bg {
  width: 100%;
  height: 500px;
  background: url(honaproba.jpg);
  line-height: 500px;
}

.fooldal_text {
  text-align: justify;
  vertical-align: middle;
  line-height: 1.5;
  width: 100%;
  float: left;
  font-family: "Playfair Display";
  font-size: 20px;
  left: 50%;
  margin-top: 94px;
  margin-left: 25px;
}

.full_center {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 70% !important;
  text-align: center;
}

.custom-header-media {
  display: block;
  width: 100%;
  height: 250px;
  background: url(hdfilmslogo.jpg) no-repeat center;
  background-color: #fff;
}

.custom-header-media:before {
  background: none !important;
}

.entry-header {
  display: none;
}

label {
  font-family: "Playfair Display" !important;
  color: #fff !important;
}

.erdeklodes {
  background-color: #323232;
  border: none;
  color: #ffffff;
  padding: 10px 10px;
  font-size: 24px;
}

.erdeklodes a {
  color: #ffffff;
}

.erdeklodes:hover {
  color: #e0e0e0 !important;
}

#centered_text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 330px;
  padding-bottom: 50px;
}

.centered_text_capital {
  font-family: "Playfair Display";
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.centered_text_noncapital {
  font-family: "Playfair Display";
  color: #000;
}

#videos {
  width: 100%;
  height: 551px;
}

#left_text {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 551px;
}

#right_video {
  width: 50%;
  float: right;
}

#right_video img {
  width: 980px;
  height: 551px;
  float: left;
}

#right_text {
  width: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
}

#left_video {
  width: 50%;
  float: left;
}

#left_video img {
  width: 980px;
  height: 551px;
  float: right;
}

.site-navigation-fixed.navigation-top {
  position: relative !important;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  max-width: 100% !important;
}

.wrap {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-header-media img {
  height: 96px !important;
  position: relative !important;
}
.custom-header {
  height: 96px;
}

/*Computer screen */
@media screen and (min-width: 48em) {
  .twentyseventeen-front-page.has-header-image .custom-header-image {
    height: 96px;
  }
}

/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
  height: 96px;
}

/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
  .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
    height: 140px !important;
  }
}

.custom-header {
  margin-bottom: 72px;
}

.menu-scroll-down {
  visibility: hidden !important;
}

#top-menu {
  text-align: center !important;
  line-height: 40px !important;
  border-top-color: #000 !important;
}

.navigation-top {
  position: relative !important;
  background: #fff !important;
  margin-top: 0px !important;
}

.main-navigation a {
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Playfair Display";
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}

.main-navigation a:hover {
  color: #232323 !important;
}

.panel-content {
  background: #fcfcfc !important;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #fff !important;
  visibility: hidden !important;
}

.entry-content {
  color: #fff !important;
  background-color: #000 !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

h2 .entry-title {
  visibility: hidden !important;
}

.site-content-contain {
  background: #000 !important;
}

.site-info a {
  color: #fff !important;
}

.site-info a:hover {
  color: #434343 !important;
}

#hd,
#rollrk4h {
  width: 100%;
  height: 50px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: uppercase;
  text-align: center;
}

#hd a {
  color: #000 !important;
}

#rollrk4h a {
  color: #000 !important;
}

#kontankt {
  margin-left: 25px;
  margin-right: 25px;
}

#kontankt > label {
  color: #fff;
}

.left {
  float: left;
  width: 50%;
}
.right {
  float: right;
  width: 33%;
}
img {
  max-width: 100%;
  height: auto;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 480px) {
  .left,
  .right {
    float: none;
    width: auto;
  }
}

.header {
  height: 125px;
  margin: 60px 0 -1px 0;
  width: 100%;
}

.header h1 {
  color: #000;
  font-family: "Playfair Display";
  font-size: 54px;
  margin: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase !important;
}

.shadow {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 8px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.shadow:before,
.shadow:after {
  content: "";
  height: 20px;
  position: absolute;
  z-index: -1;
}

.i1:before,
.i1:after {
  bottom: 15px;
  -moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  width: 50%;
}
.i1:before {
  left: 2%;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.i1:after {
  right: 2%;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
.container h1 {
  font-size: 60px;
}
.container img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
  width: auto;
}
.container p {
  color: #727272;
  font-family: "Playfair Display";
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}
.container h2 {
  font-family: "Great Vibes";
  font-size: 33px;
  margin: 20px auto;
  text-align: center;
}
.container h3 {
  font-family: "Muli";
  margin: 0;
  padding: 0;
  text-align: center;
}
.container .register img {
  opacity: 1;
  transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
}
.container .register img:hover {
  opacity: 0.67;
}
@media (max-width: 620px) {
  .container .register img {
    display: block;
    margin: 0 auto;
  }
}
.container .clmn {
  float: left;
  text-align: center;
  width: 49%;
}
@media (max-width: 615px) {
  .container .clmn {
    width: 100%;
  }
}
.container .clmn img {
  border-radius: 50%;
  border: 5px solid #54a892;
  width: 35%;
}
.container .clmn h3 {
  color: #8f8f8f;
  font-family: "Great Vibes";
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
}
.container .us h2 {
  font-size: 53px;
}

.btn {
  color: #000 !important;
  background: transparent;
  border: 2px solid #000;
  border-radius: 4px;
  font-family: "Great Vibes";
  font-size: 30px;
  padding: 7px 20px;
  text-decoration: none;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  margin: 0 auto;
}
.btn:hover {
  border: 2px solid #000;
}
.btn:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  margin-left: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr.center-ball {
  clear: both;
  background: #d0d0d0;
  margin-top: 10px;
}
hr {
  border: 0;
  height: 1px;
  margin: 30px auto;
  max-width: 680px;
  position: relative;
}
hr.center-ball:before {
  background: #d0d0d0;
  border: 2px solid #d0d0d0;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 50%;
  margin: 0 0 0 -3px;
  position: absolute;
  top: -4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
iframe,
object,
embed {
  max-width: 100%;
}

.left .content .social a span {
  color: #fcfcfc !important;
}

.col-full {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.alpha h1 {
  color: #fcfcfc !important;
  border-bottom: 1px solid #fcfcfc;
}

.site-footer {
  position: initial !important;
  background-color: #000 !important;
  color: #fff !important;
}

.content1 {
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #111;
}
.main-content {
  display: flex;
  font-family: "Playfair Display" !important;
}
.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent !important;
}
.box .content {
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before {
  position: absolute;
  content: "";
  top: -15px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15%;
  background: #000;
  top: -10px;
}
.left .content p {
  text-align: justify;
}
.left .content .social {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 20px 0 0 0;
}
.left .content .social a {
  padding: 0 2px;
}
.left .content .social a span {
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
  margin-left: 25px;
}

.text {
  margin-left: 10px;
}

.left .content .social a span:hover {
  background: #000;
}
.center .content .fas {
  font-size: 1.4375rem;
  background: #000;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover {
  background: #f0f0f0;
}
.center .content .text {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone {
  margin: 15px 0;
}
.right form .text {
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg {
  margin-top: 10px;
}
.right form input,
.right form textarea {
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus {
  outline-color: #3498db;
}
.right form input {
  height: 35px;
}
.right form .btn {
  margin-top: 10px;
}
.right form .btn button {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.right form .btn button:hover {
  background: #000;
}
.bottom center {
  padding: 5px;
  font-size: 0.9375rem;
  background: #fcfcfc;
}
.bottom center span {
  color: #656565;
}
.bottom center a {
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover {
  text-decoration: underline;
}
#wps-slider-section #sp-woo-product-slider-15 .wpsf-product-title a {
  color: #d2a44e !important;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box {
    margin: 5px 0;
  }
  .hentry .entry-header {
    display: none !important;
  }
}

#ptp-101 a.ptp-button {
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  /* background-color: #3498db; */
  border-bottom: #fcfcfc 0px solid !important;
  margin: 0;
}

.ptp-button:hover {
  color: #fff !important;
}

.ptp-pricing-table {
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-family: "Playfair Display" !important;
}

@media screen and (max-width: 1279px) {
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 40px;
    border-bottom: 1px solid #212121;
    color: #000 !important;
    background-color: #212121;
    height: 40px;
  }
  .left {
    float: inherit !important;
    width: 90% !important;
    padding-bottom: 15px;
  }
  .right {
    float: inherit !important;
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
    /* padding-top: 149px;*/
  }
  .fooldal_text {
    /* text-align: justify; */
    /* vertical-align: middle; */
    /* line-height: 1.5; */
    width: 100%;
    float: none;
    font-family: "Playfair Display";
    font-size: 20px;
    /* left: 50%; */
    /* margin-top: 94px; */
    /* margin-left: 25px; */
    /* text-align: center; */
    width: 90% !important;
    margin: 0 auto;
  }
  .entry-content {
    color: #000 !important;
    background-color: #fcfcfc !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #centered_text {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .container {
    display: block;
    margin: 0 auto;
    max-width: 680px;
    width: 90% !important;
  }
  .header {
    height: auto !important;
    margin: 0 !important;
    width: 100%;
  }
  .header h1 {
    color: #000;
    font-family: "Playfair Display";
    font-size: 42px !important;
    margin: 0;
    padding-top: 20px;
    text-align: center;
  }
  .centered_text_capital {
    font-size: 24px !important;
  }

  html {
    font-size: 16px !important;
  }
}

.overlay_proba {
  background-image: url(overlay.png);
  background-color: violet;
  background-blend-mode: screen multiply;
}

#responsive-menu-pro-container
  #responsive-menu-pro
  li.responsive-menu-pro-item
  a {
  line-height: 40px;
  border-bottom: 1px solid #212121;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 1);
  height: 40px;
}

.cky-btn-accept {
  background-color: #000 !important;
}

.gdpr-container {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px 12px;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.19), 0 -1px 2px rgba(0, 0, 0, 0.1);
  z-index: 23232;
  width: 100%;
  @media (min-width: 475px) {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: 8px;
    border-radius: 4px;
    width: 100%;
  }
}

.gdpr-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #222;
  a {
    color: #222;
  }
  @media (min-width: 475px) {
    color: #fff;
    a {
      color: #fff;
    }
  }
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  background-color: black;
  color: white;
  padding: 10px 32px;
  border-radius: 2px;
  @media (min-width: 475px) {
    background-color: white;
    color: black;
  }
}

.Divider {
  background-color: var(--Divider-bgColor);
  color: var(--Divider-color);
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.Divider:before {
  border-bottom: var(--Divider-line);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}

.Divider-text {
  z-index: 1;
  font-family: "Playfair Display";
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

:root {
  --Divider-color: #fff;
  --Divider-bgColor: #000;
  --Divider-textPadding: 10px;
  --Divider-line: 1px solid #fff;
}

.social a {
  font-size: 32px;
}

.cky-revisit-bottom-left {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}
