
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
html, body {
  overflow-x: hidden;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 16px;
  word-wrap: normal;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #001f47 !important;
  margin: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.text-center {
  text-align: center
}
b, strong {
  font-weight: 700
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 15px;
}
.main-container {
  min-height: 900px
}
.main {
  padding-top: 100px
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0
}
.section-title {
  margin: 0 0 40px 0;
}
p {
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 25px;
  letter-spacing: 0.5px
}
.elementor-heading-title {
  padding: 0;
  line-height: normal !important
}
h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 40px;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-shadow: 0px 0px 26px rgba(0, 163, 255, 0.5);
	padding-left: 100px
}
h1::before {
  content: '';
  width: 80px;
  height: 1px;
  display: block;
  background: linear-gradient(96.71deg, #002556 5.33%, #E9450B 97.46%);
  position: absolute;
  left: 0px;
  top: 30px;
}

.block-title h1 {
     padding-left: 100px;
  float: left;
  position: relative
}
.front-page-main-title h1::before {
  display: none;
  padding-left: 0 !important
}
h2 {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px
}
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em
}
.block-title h2 {
  font-weight: 300;
  font-size: 30px;
  padding-left: 100px;
  float: left;
  position: relative
}
.block-title h2::before {
  content: '';
  width: 80px;
  height: 1px;
  display: block;
  background: linear-gradient(96.71deg, #002556 5.33%, #E9450B 97.46%);
  position: absolute;
  left: 0px;
  top: 20px;
}
.block-title.width-380 h2 {
  max-width: 380px
}
hr {
  border: 0;
  border-bottom: 1px solid #334155;
  margin-top: 30px;
  margin-bottom: 30px;
}
ul {
  list-style: none;
}
/* Számozás list elem ::before*/
section ol {
  list-style: none;
  counter-reset: li
}
section ol li {
  counter-increment: li
}
section ol li::before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
/*List ::before*/
section ul {
  padding-left: 30px
}
section ul li {
  position: relative
}
section ul li::before {
  content: '';
  background-color: #fff;
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td, th {
  border: 1px solid #fff;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2
}
th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #149e57;
  border-color: #fff !important;
  color: white;
}
img {
  max-width: 100%;
  height: auto;
}
::placeholder {
  color: #475569;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #475569;
  font-weight: 300
}
:-moz-placeholder {
  color: #475569;
  font-weight: 300
}
::-moz-placeholder {
  color: #475569;
  font-weight: 300;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #475569;
  font-weight: 300
}
.searchSidebar .search-field::placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
/**
 * 5.0 - Forms
 */
input {
  filter: none;
}
input:focus {
  outline: none
}
button, input[type="button"], input[type="submit"] {
  background: #000;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #000;
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"], input[type="number"], textarea {
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 16px
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  outline: 0;
  outline-offset: 0;
}
*:focus {
  outline: none;
}
.button, .button:focus, .button:active, .button:visited, .elementor-widget-button .elementor-button {
  background-color: #E9450B;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 32px;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 2px solid #E9450B;
}
.button:hover, .elementor-widget-button .elementor-button:hover {
  color: #fff;
  background-color: #E9450B;
  opacity: 0.8;
  text-decoration: none;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-weight: 400
}
.elementor-element.elementor-button-info .elementor-button:hover {
  background-color: #fff;
  color: #E9450B;
  opacity: 1
}
.elementor-element.elementor-button-success .elementor-button {
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding: 8px 24px;
  letter-spacing: 1px
}
.elementor-element.elementor-button-success .elementor-button:hover {
  background-color: #fff;
  color: #E9450B;
  opacity: 1
}
.wpcf7-form p {
  margin: 0
}
a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #fff;
  text-decoration: none
}
a:focus, a:active, a:visited {
  outline: 0;
  text-decoration: none;
  color: #fff
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.pt0 {
  padding-top: 0
}
.pb0 {
  padding-bottom: 0
}
.pl0 {
  padding-left: 0
}
.pr0 {
  padding-right: 0
}
.mt0 {
  margin-top: 0
}
.mb0 {
  padding-bottom: 0
}
.mr0 {
  padding-right: 0
}
.ml0 {
  padding-left: 0
}
/*MENU*/
.main-navigation {
  height: auto;
  text-align: right;
  float: right
}
.mobile-menu-button {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 23px;
    
}
.mobile-menu .menuContainer {
  padding: 0 0 10px 0;
  clear: both;
  background-color: #001F47;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #334155;
  padding-bottom: 8px;
  padding-top: 8px
}
.mobile-menu ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul li a {
  display: block;
  color: #fff;
  padding: 0 15px;
  text-align: center;
}
.primary-menu {
  margin: 0;
  padding: 0
}
.primary-menu li {
  display: inline-block;
  margin: 0 0 0 30px;
  vertical-align: top;
}
.primary-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0px;
  display: block;
  letter-spacing: 1.5px;
	line-height: 80px;
position: relative;
}
.primary-menu li a:hover {
  color: #fff;
  text-decoration: none;
  margin-top: -5px
}
.primary-menu li a:hover::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #F78157;
	bottom: 24px;
position: absolute;
}
.primary-menu li.current_page_item a {
  color: #ef7e1c;
}
.primary-menu li:hover > .sub-menu {
  display: block;
}
.primary-menu li.current_page_item .sub-menu a {
  color: #1b498a;
}
.primary-menu li.current_page_item .sub-menu li:hover > a {
  color: #fff;
}
.sub-menu {
  position: absolute;
  background-color: #FFFFFF;
  padding: 0;
  z-index: 10;
  margin: 0;
  width: 180px;
  display: none;
  -webkit-box-shadow: 0px 14px 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 14px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 14px 10px 4px rgba(0, 0, 0, 0.1);
}
.sub-menu > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
  float: none;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  line-height: normal
}
.sub-menu .sub-menu {
  left: 180px;
  top: 0px;
  background-color: #fff;
  position: absolute
}
.sub-menu li a {
  font-size: 13px;
  text-align: left;
  width: 100%;
  display: block;
  height: auto;
  padding: 8px 12px 8px 12px;
  line-height: 20px
}
.sub-menu li:hover {
  background-color: #ef7e1c;
}
.sub-menu li:hover > a {
  color: #fff;
}
/*HEADER*/
a.shopping-cart {
  float: right;
}
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #001F47;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}
.site-header.sticky.animated {
  animation: slide-down 0.7s;
}
@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-header {
  border-bottom: 1px solid #000;
  background-color: #000;
  color: #fff;
  line-height: 30px
}
.main-header {
  overflow: hidden;
  height: 80px;
}
.bottom-header {
  border-top: 1px solid #ccc;
  line-height: 30px
}

.main-menu {
  float: right;
  position: relative;

}
.languages {
  float: right
}
.woo-header {
  float: right
}
.header-social {
  float: right
}
/*BOOTSTRAP SLIDER*/
#slider.carousel .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0);
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  text-align: center
}
.pagination .screen-reader-text {
  display: none
}
.pagination .page-numbers {
  padding: 0 5px
}
.pagination .page-numbers.current {
  color: #fd5b1a;
  font-weight: 700
}
/*TO TOP*/
.totop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: none;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 50px
}
.totop.sticky {
  animation: slide-down 0.7s;
  display: block
}
@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*IFRAME MAKE RESPONSIVE 16:9*/
.responsiveVideo {
  padding-top: 56.25%;
  background-color: yellow;
  position: relative;
}
.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*SEARCH*/
.searchButton {
  float: right;
  cursor: pointer
}
.searchOverlayClose {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 30px;
  color: #fff;
  z-index: 1005;
  cursor: pointer
}
.searchOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 1000;
  display: none
}
.searchOverlay .search-form {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70%
}
.searchOverlay .search-field {
  font-weight: 400;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  height: 60px;
  padding: 0 20px !important;
}
.searchOverlay .search-submit {
  position: absolute;
  display: block;
  z-index: 1001;
  height: 60px !important;
  width: 60px;
  top: 0px;
  cursor: pointer;
  right: 0px;
  border: 0;
  background: transparent
}
.searchOverlay .search-form .fa-search {
  position: absolute;
  right: 20px;
  color: #fff;
  z-index: 1002;
  font-size: 22px;
  top: 17px;
  pointer-events: none
}
.searchNormal {
  display: none;
  position: relative;
  float: right;
  width: 200px;
  padding-top: 30px
}
.searchNormal .search-form {
  background: transparent;
  line-height: normal;
  position: relative
}
.searchNormal .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: #ef7e1c;
  padding: 0;
  line-height: 40px;
  text-align: center
}
.searchNormal .search-form .fa-search {
  position: absolute;
  right: 10px;
  color: #fff;
  z-index: 1002;
  font-size: 18px;
  top: 10px;
  pointer-events: none
}
.searchNormal .search-field {
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px
}
.a-invisible {
  visibility: hidden
}
/*Accordion*/
.panel-heading {
  position: relative
}
.panel-title a::after {
  content: "\f107";
  color: #fff;
  top: 7px;
  right: 20px;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px
}
.panel-title a[aria-expanded="true"]::after {
  content: "\f106";
}
.panel-default > .panel-heading {
  background-color: #000;
  border-color: #000;
}
.panel-default > .panel-heading a {
  color: #fff;
  display: block
}
.panel-default > .panel-heading a:hover {
  color: #fff;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-default {
  border-color: #fff;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/*Tags*/
.tags a {
  display: inline-block;
  margin-right: 5px
}
/* Featured blog*/
.featured-blog img {
  width: 100%
}
.featured-blog .bg-fill-container {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%
}
.featured-blog .bg-fill-container > .bg-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.featured-blog .bg-fill-container:hover > .bg-fill {
  transform: scale(1.1);
}
.featured-blog .bg-fill-container .title {
  color: #fff;
  z-index: 2;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.featured-blog .bg-fill-container:hover .title {
  transform: translateY(-20%);
}
.featured-blog .bg-fill-container .text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  pointer-events: none
}
.featured-blog h3 {
  margin-bottom: 10px
}
.featured-blog .pic {
  margin-bottom: 10px
}
.featured-blog .datum {
  margin-bottom: 10px
}
.featured-blog .category {
  margin-bottom: 10px
}
.featured-blog .comments {
  margin-bottom: 10px
}
.featured-blog .author {
  margin-bottom: 10px
}
.featured-blog .excerpt {
  margin-bottom: 10px
}
.featured-blog .tags {
  margin-bottom: 10px
}
/*SHARE*/
.shareBox ul {
  padding: 0
}
.shareBox li {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px
}
.social-list li::before {
  display: none
}
/*SINBGLE BLOG*/
.headerImage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative
}
.headerImage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1
}
.subpage-header-title {
  position: absolute;
  color: #fff;
  font-size: 40px;
  z-index: 2
}
.single-blog .badge-inner {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
  padding: 10px
}
.single-blog .singleImage {
  position: relative;
  display: block;
  margin-bottom: 20px
}
/*FOOTER*/
.site-footer {
  color: #fff;
  padding: 75px 0 50px 0;
  overflow: hidden;
  clear: both
}
.site-footer .footerMenu a:hover, .site-footer .footerMenu .current-menu-item a {
  color: #E9450B;
}
.site-info {
  padding-bottom: 25px;
  color: #475569;
  font-size: 14px;
  overflow: hidden;
}
.footer-border {
  border-top: 1px solid #475569;
  padding-bottom: 25px
}
.footer-logo {
  display: block;
  margin-bottom: 25px;
    clear: both;
    overflow: hidden
}
.footer-logo img {
  max-width: 170px
}

.footer-logo .logoLive {
    transform: scale(1.4);
transform-origin: top left;
margin-bottom: 25px;
}
.footer-contact, .footer-contact a {
  font-size: 14px;
  color: #94A3B8
}
.footer-contact {
  margin-bottom: 30px
}
.footerMenu ul {
  padding: 0;
}
.footerMenu li {
  margin-bottom: 15px
}
.footerMenu a {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #94A3B8
}
.footer-widget {
  padding: 0
}
.footer-widget h4 {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px
}
.footer-social a {
  display: inline-flex;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.footer-social a:hover {
  border: 2px solid rgba(233, 69, 11, 1);
}
/*SELECT2*/
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.select2-container {
  width: 100% !important;
}
.select2-dropdown {
  border: 1px solid #d1d1d1;
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--single {
  padding: 0 15px;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  height: 50px;
  margin-bottom: 15px;
  box-sizing: border-box;
  width: 100% !important;
  position: relative
}
.wpcf7 .select2-container--default .select2-selection--single {
  margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 50px;
  font-family: 'GothamLight'
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 50px;
  background-color: #ef7e1c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  background-image: url("../images/select_arrow.png");
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
.sidebarBox {}
.sidebar {
  width: 100%;
  padding-left: 15px;
}
.sidebar .widget {
  margin-bottom: 50px
}
.sidebar .widget h4 {
  margin-bottom: 20px
}
.sidebar .widget li {
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 1px
}
.sidebar .widget li .post-date {
  display: block;
  color: #475569
}
.sidebar li.cat-item a {
  color: #E9450B;
  font-weight: 400;
  letter-spacing: 1px
}
/*SIDEBAR SEARCH*/
.searchSidebar .search-form {
  background: transparent;
  line-height: normal;
  position: relative
}
.searchSidebar .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: #E9450B;
  padding: 0;
  line-height: 40px;
  text-align: center
}
.searchSidebar .search-form .fa-search {
  position: absolute;
  right: 10px;
  color: #fff;
  z-index: 1002;
  font-size: 18px;
  top: 10px;
  pointer-events: none
}
.searchSidebar .search-field {
  border: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
/*MODAL*/
.modal {
  text-align: center
}
.modal-content {
  border-radius: 0 !important;
}
.modal-header {
  padding: 25px 30px 10px 30px
}
.modal-header .close {
  position: absolute;
  background-color: #1b498a;
  font-size: 15px;
  text-align: center;
  right: -10px;
  top: -10px;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  box-shadow: 0;
  line-height: 30px
}
.modal-header .close:hover {
  background-color: #ef7e1c;
}
.modal-body {
  padding: 30px
}
/*CONTACT FORM*/
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%
}
.wpcf7-form p {
  margin: 0
}
.wpcf7-form br {
  display: none
}
/* CHECKOUT style*/
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox span::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid;
}
.checkbox span::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.checkbox span {
  position: relative;
  padding-left: 22px;
}
.checkbox span::before, .checkbox span::after {
  position: absolute;
  left: 0;
} /*Outer-box*/
.checkbox span::before {
  top: 1px;
} /*Checkmark*/
.checkbox span::after {
  left: 4px;
  top: 5px;
}
/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + span::after {
  content: none;
} /*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + span::after {
  content: "";
}
/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + span::before {
  outline: rgb(59, 153, 252) auto 5px;
}
/*WOO required star*/
span.required::before, span.required::after {
  display: none
}
span.required {
  padding: 0
}
.sub-page {
  padding-top: 100px;
}
label {
  font-weight: 400
}
.wpcf7-acceptance {
  font-size: 16px
}
html .acceptance label {
  font-weight: 400 !important
}
.wpcf7-acceptance {
  margin-top: 20px
}
.wpcf7-acceptance a {
  text-decoration: underline !important
}
.wpcf7-acceptance a:hover {
  text-decoration: none !important
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0
}
.wp-acceptance .wpcf7-list-item label {
  display: flex;
}
.newsletter .wpcf7-list-item {
  margin-left: 0
}
.newsletter .wpcf7-list-item-label {
  display: flex;
}
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  max-width: 28px;
  height: 28px;
  border: none;
  border-radius: none;
  display: grid;
  place-content: center;
  float: left;
  width: 40px;
  margin-right: 10px;
}
input[type="checkbox"]:checked {
  background-color: #E9450B;
}
input[type="checkbox"]::before {
  content: '';
  transform: rotate(45deg);
  height: 16px;
  width: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute !important;
  left: 9px;
  top: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
input[type="checkbox"]:checked::before {
  opacity: 1;
}
html .wpcf7-submit {
  font-size: 16px;
  width: 100%;
  color: #fff;
  font-weight: 400 !important;
  border: none;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #E9450B;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px
}
html .wpcf7-submit:hover, html .wpcf7-submit:focus, html .wpcf7-submit:visited {
  color: #fff !important;
  border: none;
  background-color: #E9450B;
  opacity: 0.8;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #E9450B;
  clear: both;
}
.szolgaltatasok-blokk section .elementor-container .elementor-column {
  padding: 15px;
}

.szolgaltatasok-blokk.mobile section .elementor-container .elementor-column {
  padding: 5px;
}

    
.szolgaltatasok-blokk .elementor-inner-section {
  /*width: 33.33% !important*/
}
.szolgaltatasok-blokk section .elementor-container .elementor-widget-wrap {
 /* background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  height: 125px;
  display: flex;
  align-content: space-around;
  padding: 17px 0;
  position: relative;
  transition: all 0.3s ease-in-out;*/
}
.szolgaltatasok-blokk section .elementor-container .elementor-widget-wrap img {
  transition: all 0.3s ease-in-out;
}
.szolgaltatasok-blokk section .elementor-container .elementor-widget-wrap:hover {
   /*opacity: 0.6*/
}
.szolgaltatasok-blokk section .elementor-container .elementor-widget-wrap:hover img {
  /*transform: scale(1.1)*/
}
.no-bg .elementor-widget-wrap {
  background: none !important;
}
.szolgaltatasok-blokk section .elementor-container .elementor-widget-wrap .elementor-widget {
  margin-bottom: 0
}
.szolgaltatasok-blokk .premium-modal-trigger-btn {
    height: 125px;
    flex-direction: column
}

.szolgaltatasok-blokk .premium-modal-trigger-btn:hover {
transform: scale(1.1);
     transition: transform 0.1s;
}

 .szolgaltatasok-blokk .premium-modal-trigger-btn svg {
  margin-right: 0px !important;
     margin-bottom: 15px
}

.szolgaltatasok-blokk .szemekHtmlBlokk {
text-align: center;
    opacity: 0.6
}


.szolgaltatasok-blokk .onlyEye {
   margin-top: -70px;
    position: absolute;
left: 50%;
transform: translateX(-50%);
}

.szolgaltatasokSubpageBlokk .premium-modal-trigger-btn span,
.szolgaltatasokSubpageBlokk  .elementor-button .elementor-button-text
{
    min-width: 90px;
    text-align: left
}

.szolgaltatasokSubpageBlokk .elementor-button.elementor-size-xs {
    padding: 10px 18px!important;
}


.icon-last-mobile {
  display: none
}
.clickable {
  display: flex;
  height: 100%
}
.clickable .elementor-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.clickable .elementor-button:hover {
  background-color: transparent
}
.partnereink-blokk section .elementor-container .elementor-column {
  padding: 15px;
}
.partnereink-blokk section .elementor-container .elementor-widget-wrap {
  background: none;
  border-radius: 4px;
  height: 125px;
  display: flex;
  align-content: center;
  padding: 17px 0;
}
.partnereink-blokk section .elementor-container .elementor-widget-wrap .elementor-widget {
  margin-bottom: 0
}
.border-bottom .elementor-container {
  border-bottom: 1px solid #334155;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hirbox {
  border-bottom: 1px solid #334155;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden
}
.hirbox .thumbnailBox {
  width: 190px;
  float: left;
}
.hirbox .thumbnailBox img {
  border-radius: 4px
}
.hirbox .content {
  width: calc(100% - 410px);
  float: left;
  padding-left: 30px
}
.hirbox .gomb {
  float: left;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hirbox .gomb-mobile {
  display: none !important
}
.resultBox {
  border-bottom: 1px solid #334155;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.resultBox .thumbnailBox {
  width: 190px;
  float: left;
}
.resultBox .thumbnailBox img {
  border-radius: 4px
}
.resultBox .content {
  width: calc(100% - 410px);
  float: left;
  padding-left: 30px
}
.resultBox .gomb {
  float: left;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hir_button {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../images/play-button.png");
  background-size: cover;
  cursor: pointer
}
.hir_button:hover {
  background-image: url("../images/play-button-hover.png");
}
.metaInfo {
  padding-bottom: 20px
}
.metaInfo .datum {
  font-weight: 400;
  color: #475569;
  padding-right: 15px
}
.metaInfo .kategoria {
  padding-right: 15px
}
.metaInfo .kategoria a {
  font-weight: 400;
  color: #E9450B
}
.metaInfo .kategoria a:hover {
  color: #fff
}
.metaInfo .author {
  color: #475569;
}
.rolunk-blokk .elementor-inner-section .elementor-container .elementor-column {
  padding: 15px;
}
.rolunk-blokk .elementor-inner-section .elementor-container .elementor-column.text-column {
  padding-left: 0
}
.rolunk-blokk .elementor-inner-section .elementor-container {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  display: flex;
  align-content: space-around;
  padding: 0;
}
.rolunk-blokk .elementor-widget.elementor-widget-image {
  margin-bottom: 15px !important
}
.elementor-widget-container {
  line-height: 25px;
  letter-spacing: 0.5px
}
.premium-modal-box-modal .premium-modal-box-modal-dialog {
  background-color: transparent !important;
  border-radius: 5px !important;
  border: none !important
}
.premium-modal-box-modal-header {
  padding: 15px !important
}
.premium-modal-box-modal-title img {
  margin-right: 10px;
}
.partnerek p:last-child {
  margin-bottom: 0
}
#alphabetical-posts .separateLetter {
  font-size: 64px;
  font-weight: 700
}
#alphabetical-posts .blokk {
  overflow: hidden
}
#alphabetical-posts .letters {
  padding: 0
}
#alphabetical-posts .letters li {
  display: inline-block;
  margin: 0;
  width: 35px;
}
#alphabetical-posts .letters li::before {
  display: none !important
}
#alphabetical-posts .letters a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
#alphabetical-posts .letters-wrap {
  overflow: hidden;
  margin-bottom: 60px;
  padding: 20px 0
}
#alphabetical-posts .letters a:hover {
  font-weight: 700
}
#alphabetical-posts .posts {
  margin-top: 4em;
    position: relative
}


#alphabetical-posts .posts .item {
  margin-bottom: 4em;
}
#alphabetical-posts .posts .item a {
  text-decoration: none;
  font-size: 14px;
}
#alphabetical-posts .posts .list > div {
  padding: 0 0 40px 0;
}
#alphabetical-posts .list h3 {
  margin: 0;
  font-weight: 700
}
.glossary-title {
  font-weight: 700
}
.glossary-content {
  line-height: 1.4
}
.glossary-item {
  margin-bottom: 50px
}
hr.glossary-separator {
  margin-top: 20px;
  margin-bottom: 80px;
}
.letters-wrap.ragados {
  position: fixed;
  top: 80px;
  background-color: #063065;
  width: 100%;
  z-index: 200;
}

.gotosection {
    position: absolute;
    margin-top: -180px
}

.search-in-place .label {
    display: none!important
}


.search-in-place-box-container .search-submit {
    background: #E9450B;
border: 0;
border-radius: 3px;
border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
color: #fff;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
position: absolute;
top: 0;
right: 15px;
height: 50px;
padding: 0 10px;
}

.search-in-place-box-container.hide-search-button button, .search-in-place-box-container.hide-search-button input[type="button"], .search-in-place-box-container.hide-search-button input[type="submit"] {
  display: block!important;
}

.premium-modal-box-modal .premium-modal-box-modal-dialog {
    top:100px!important
}

.swiper-wrapper {
	background-color: rgba(0,0,0,0.7);
}