/* PULSE ----------------------------------------------- */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 15, 16, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(13, 15, 16, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 15, 16, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(13, 15, 16, 0.7);
    box-shadow: 0 0 0 0 rgba(13, 15, 16, 0.7); }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(13, 15, 16, 0);
    box-shadow: 0 0 0 20px rgba(13, 15, 16, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(13, 15, 16, 0);
    box-shadow: 0 0 0 0 rgba(13, 15, 16, 0); } }
/* PULSE:END ------------------------------------------- */
/* SHINE ----------------------------------------------- */
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/* SHINE:END ------------------------------------------- */
/* --- BASICS ------------------------------------------ */
body {
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-size: 12pt;
  line-height: 1.6;
  background-color: #fff;
  font-weight: 400;
  margin: 0 auto;
  background: #fff url("../images/headbg.jpg") fixed;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }

a, a:focus, a:visited {
  color: #2fa4c5;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none;
  color: #141414; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

button:active, button:focus {
  outline: none;
  border: none; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 27pt;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px; }

.main-container {
  padding-top: 30px;
  padding-bottom: 30px; }

.form-group {
  margin-bottom: 0px; }

.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.path-frontpage #distromain, .path-frontpage #distrohead > .col-sm-12, .path-frontpage #pageheadtitle {
  display: none; }

.page-node-type-page .region-content, .page-node-type-article .region-content, .page-node-type-partner .region-content {
  max-width: 740px;
  margin: 0 auto; }

#backtotop {
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 20px;
  background-size: cover;
  font-size: 0px;
  text-indent: -19000px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7) url(../svgs/arrows/arrow_up_white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 14px 17px;
  border: 1px solid transparent;
  border-radius: 100%;
  z-index: 3;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#backtotop:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #2fa4c5 url(../svgs/arrows/arrow_up_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px 18px;
  border-color: #2fa4c5; }

.modal-body {
  padding-top: 25px;
  padding-bottom: 5px; }

.modal-header, .modal-footer {
  border: 0px; }

.modal-header {
  padding-bottom: 20px; }

.modal-footer {
  margin-top: -10px;
  padding-top: 0px; }

.modal-body {
  padding-top: 0px;
  padding-bottom: 0px; }

.modal-header .close {
  margin-top: 0px;
  margin-right: 15px; }

#hidden_region {
  display: none !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  text-indent: -19000px !important; }

.region-header nav.tabs {
  margin: 0 auto;
  display: table;
  border-bottom: 0px; }

.region-header nav.tabs ul.nav-tabs {
  border-bottom: 0px; }

.region-header nav.tabs ul.nav-tabs > li > a:hover {
  border-bottom: 0px;
  padding-bottom: 10px;
  background: #f3f3f3; }

#distromain {
  background: #fff; }

#distrocontainer {
  margin: 0 auto;
  padding: 0px;
  overflow: hidden; }

/* --- BASICS:END -------------------------------------- */
/* --- BUTTONS ----------------------------------------- */
a.distro_btn {
  display: table;
  border-radius: 60px;
  padding: 11px;
  padding-bottom: 12px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  color: #fff;
  background: #2fa4c5;
  border: 1px solid #2fa4c5;
  margin-top: 30px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn a {
  display: table;
  border-radius: 60px;
  padding: 12px;
  padding-bottom: 13px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  color: #fff;
  background: #2fa4c5;
  border: 1px solid #2fa4c5;
  margin-top: 30px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn:hover {
  color: #141414;
  border-color: #141414;
  background: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn a:hover {
  color: #141414;
  border-color: #141414;
  background: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn_alter {
  display: table;
  border-radius: 60px;
  padding: 14px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  color: #141414;
  background: transparent;
  border: 1px solid #141414;
  margin-top: 30px;
  margin-top: 6px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn_alter a {
  display: table;
  border-radius: 60px;
  padding: 12px;
  padding-bottom: 13px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  color: #141414;
  background: transparent;
  border: 1px solid #141414;
  margin-top: 30px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn_alter:hover {
  color: #fff;
  border-color: #141414;
  background: #141414;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn_alter a:hover {
  color: #fff;
  border-color: #141414;
  background: #141414;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn.light, a.distro_btn_alter.light {
  color: #fff;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn.light a, .distrobtnalter.light a {
  color: #fff;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn.light:hover {
  border-color: #2fa4c5;
  border: 1px solid #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtn.light a:hover {
  border-color: #2fa4c5;
  border: 1px solid #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn_alter.light {
  border-color: #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtnalter.light a {
  border-color: #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

a.distro_btn_alter.light:hover {
  background: #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.distrobtnalter.light a:hover {
  background: #2fa4c5;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

/* --- BUTTONS:END ------------------------------------- */
/* --- PAGER ------------------------------------------- */
ul.pagination {
  display: table;
  margin: 0 auto; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #2fa4c5;
  border-color: #2fa4c5; }

.pagination > li > a, .pagination > li > span {
  color: #2fa4c5; }

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #141414;
  background: #f3f3f3; }

/* --- PAGER:END --------------------------------------- */
/* --- FORMS ------------------------------------------- */
.form-control {
  border: 1px solid #141414;
  border-radius: 0px;
  color: #141414;
  min-height: 45px; }

.form-tel, .allow-dropdown {
  width: 100%; }

label {
  margin-bottom: 0px; }

.form-item {
  margin-bottom: 20px; }

div.js-form-item {
  margin-bottom: 20px !important; }

.fieldgroup {
  margin-bottom: 0px; }

form button.btn-primary {
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 10px 40px 10px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

form button.btn-primary:hover {
  border-color: #2fa4c5;
  background: #2fa4c5; }

.btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary {
  border-color: #2fa4c5;
  background: #2fa4c5;
  -webkit-box-shadow: none;
  box-shadow: none; }

input::placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

input:-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

input::-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

textarea::placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

textarea:-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

textarea::-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  color: #141414 !important;
  left: 15px;
  position: absolute; }

input {
  overflow: visible;
  position: relative;
  z-index: 0; }

#webform-submission-kapcsolatfelveteli-urlap-node-1-add-form #edit-telefonszam--wrapper legend, #webform-submission-kapcsolatfelveteli-urlap-add-form #edit-telefonszam--wrapper legend {
  display: none; }

.a2a_kit {
  display: table;
  margin: 0 auto;
  margin-top: 15px; }

/* --- FORMS:END --------------------------------------- */
/* --- BOTTOMFORM -------------------------------------- */
#bottomformseparator {
  width: 100%;
  height: 250px; }

#bottomform {
  padding-top: 50px;
  background-image: url("../images/formbottom_behind.png");
  background-repeat: no-repeat;
  background-position: center top; }

#bottomform .region {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px 40px 40px 40px;
  display: table;
  margin-bottom: -260px;
  position: relative;
  z-index: 3; }

#bottomform h2.block-title {
  text-align: center; }

#bottomform #edit-actions-submit {
  float: none;
  margin: 0 auto;
  border-color: #2fa4c5;
  background: #2fa4c5; }

.form-required:after {
  display: none; }

#edit-telefonszam--wrapper legend:first-child {
  display: none; }

label.control-label {
  margin-top: 8px;
  margin-left: 5px;
  display: block;
  position: absolute;
  z-index: 2;
  background: transparent;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 0.15s ease-out 0.2s;
  -moz-transition: all 0.15s ease-out 0.2s;
  -o-transition: all 0.15s ease-out 0.2s;
  transition: all 0.15s ease-out 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

div.floatfocused label.control-label {
  margin-top: -14px;
  border-color: #2fa4c5;
  background: #2fa4c5;
  font-size: 10pt; }

article[data-history-node-id="74"] {
  margin: 0 auto;
  font-size: 15pt !important;
  text-align: center;
  padding: 50px;
  width: 90%;
  min-height: 240px;
  max-width: 760px;
  color: #fff;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }

.page-node-74 .main-container, .page-node-74 .main-container .col-sm-12 {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  min-height: 0px;
  max-height: 0px; }

.page-node-74 #distrofooter {
  padding-top: 240px; }

/* --- BOTTOMFORM:ALTER -------------------------------- */
#distrofooter .webform-submission-form input, #distrofooter .webform-submission-form textarea {
  background: none;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  padding-left: 35px;
  box-shadow: none; }

#distrofooter #block-urlap {
  margin: 0 auto;
  max-width: 740px;
  margin-bottom: 70px; }

#distrofooter .webform-submission-form label.control-label {
  margin-left: 35px; }

#distrofooter .webform-submission-form .form-item {
  position: relative; }

#distrofooter .webform-submission-form .form-item:before {
  -webkit-transition: all 0.15s ease-out 0.2s;
  -moz-transition: all 0.15s ease-out 0.2s;
  -o-transition: all 0.15s ease-out 0.2s;
  transition: all 0.15s ease-out 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

#distrofooter .webform-submission-form .form-item.floatfocused:before {
  color: #2fa4c5;
  margin-top: -22px;
  margin-left: 0px; }

#distrofooter .webform-submission-form .form-item-nev:before {
  display: block;
  content: "\f007";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 9px; }

#distrofooter .webform-submission-form .form-item-e-mail-cim:before {
  display: block;
  content: "\f0e0";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 9px; }

#distrofooter .webform-submission-form .form-item-telefonszam-phone:before {
  display: block;
  content: "\f095";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 9px; }

#distrofooter .webform-submission-form .form-item-uzenet:before {
  display: block;
  content: "\f27a";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 9px; }

#distrofooter #block-urlap .webform-button--submit {
  margin: 0 auto;
  background-color: #2fa4c5;
  border-color: #2fa4c5; }

#distrofooter #block-urlap .webform-button--submit:hover {
  background-color: transparent; }

/* --- BOTTOMFORM:END ---------------------------------- */
/* --- FULLWS ------------------------------------------ */
#fullwfrontsecond {
  overflow: hidden !important; }

.fullw {
  width: 100%;
  display: table;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  background: #fff; }

#fullw2 {
  background: transparent;
  padding: 0px;
  overflow: visible;
  z-index: 2;
  position: relative;
  margin-bottom: -100px; }

#fullw3 {
  color: #fff;
  font-weight: 200;
  background: fixed;
  padding-top: 45px; }

#fullw4 {
  background: #dc967b;
  color: #fff;
  font-weight: 200;
  padding-top: 60px;
  padding-bottom: 85px; }

#fullw6 {
  background: url(../images/secondbg.jpg) fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

#fullw12 {
  background: #dc967b;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 80px; }

/* --- FULLWS:END -------------------------------------- */
/* --- FRONT ------------------------------------------- */
.path-frontpage h2.block-title {
  text-align: center; }

/* --- FRONT:END --------------------------------------- */
/* --- FULLFRONTFIRST ---------------------------------- */
#fullwfrontfirst {
  background: transparent;
  min-height: 74vh;
  margin-top: -70px;
  padding-top: 200px; }

#fullwfrontfirst {
  color: #fff; }

.frontmessage .frontmessage_title {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 33pt;
  font-weight: 700;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #141414; }

.frontmessage_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #141414; }

.frontmessage_cta {
  margin-top: 20px;
  display: table; }

.frontmessage_ctaline {
  display: table;
  width: 100%; }

.frontmessage_cta_btns {
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.frontmessage_ctaout {
  display: table;
  position: relative; }

#frontmessage_cta1 {
  float: left;
  margin-right: 20px;
  margin-top: 5px; }

#frontmessage_cta12 {
  float: left;
  margin-top: 6px;
  font-weight: 400;
  font-size: 12pt; }

#frontmessage_cta2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 13px;
  color: #fff; }

#frontmessage_cta2:before {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-left: -107px;
  margin-top: 15px; }

#frontmessage_cta2:after {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-left: 80px;
  margin-top: -12px; }

#frontmessage_cta3 {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -20px;
  font-size: 0px;
  text-indent: -19000px;
  margin-top: 60px;
  z-index: 1; }

#frontmessage_cta3:before {
  display: block;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  text-indent: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 25px; }

#frontmessage_cta3:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

#frontmessage_img {
  background: url(../images/sample_pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  min-height: 330px;
  width: 100%;
  margin-top: 10px; }

/* --- FULLFRONTFIRST:END ------------------------------ */
/* --- FULLFRONTSECOND --------------------------------- */
#fullwfrontsecond {
  position: relative;
  z-index: 1;
  background: url(../images/secondbg.jpg) fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 190px; }

.whyusfront .whyusfront_title {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 27pt;
  font-weight: 700;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1; }

.whyusfront_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.whyusfront_cta {
  margin-top: 20px;
  display: table; }

.whyusfront_cta_btns {
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#whyusfront_cta1 {
  margin-right: 20px;
  display: block;
  float: left;
  text-align: center;
  margin-top: 0px; }

.whyusfront_cta_hoverarrow {
  display: inline-block; }

#whyusfront_cta2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #141414;
  display: block;
  float: left;
  line-height: 54px; }

#whyusfront_cta3 {
  display: block;
  float: left;
  width: 60px;
  height: 1px;
  background: #141414;
  margin-left: 10px;
  margin-top: 27px;
  font-size: 0px;
  text-indent: -19000px; }

#whyusfront_cta3:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  background: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-left: 50px;
  margin-top: -4px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.whyusfront_cta_hoverarrow:hover #whyusfront_cta3 {
  width: 80px; }

.whyusfront_cta_hoverarrow:hover #whyusfront_cta3:after {
  margin-left: 70px; }

#whyusfront_img {
  background: url(../images/team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 330px;
  width: 100%;
  border-left: 7px solid #2fa4c5; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:last-child {
  margin-bottom: 0px; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .col .propocolinner {
  display: table;
  min-height: 130px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:nth-child(1) .col:nth-child(1) .propocolinner {
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 20px; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:nth-child(1) .col:nth-child(2) .propocolinner {
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:nth-child(2) .col:nth-child(1) .propocolinner {
  background: rgba(0, 0, 0, 0.15); }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:nth-child(2) .col:nth-child(2) .propocolinner {
  background: rgba(0, 0, 0, 0.1); }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row .col .propocolinner:hover {
  background: rgba(0, 0, 0, 0.28) !important; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 img {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto; }

#views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .views-field-title a {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: -7px; }

/* --- FULLFRONTSECOND:END ----------------------------- */
/* --- CIMLAPAJANLO ------------------------------------ */
.view-cimlap-ajanlo-blokk .col {
  overflow: hidden; }

.view-cimlap-ajanlo-blokk .views-field-field-cimlap-ajanlo-kepe {
  overflow: hidden; }

.view-cimlap-ajanlo-blokk .col img {
  max-height: 200px;
  width: 100%;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-cimlap-ajanlo-blokk .col:hover img {
  transform: scale(1.1); }

.view-cimlap-ajanlo-blokk .col .views-field-title {
  padding: 30px;
  height: 100%;
  width: 100%;
  margin-top: -200px; }

.view-cimlap-ajanlo-blokk .views-field-title a {
  width: auto;
  display: table;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  line-height: 140px;
  position: relative;
  color: #fff;
  font-size: 15pt;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-cimlap-ajanlo-blokk .views-field-title a:hover {
  border-color: #000;
  color: #000; }

.view-id-cimlap_ajanlo_blokk .row {
  margin: 0 auto;
  padding: 0px; }

.view-id-cimlap_ajanlo_blokk .row .col {
  margin: 0 auto;
  padding: 0px; }

.views-field-field-cimlap-ajanlo-szovege {
  background: #fff;
  padding: 0px;
  margin: 0 auto; }

.view-cimlap-ajanlo-blokk .col .views-field-field-cimlap-ajanlo-szovege {
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-cimlap-ajanlo-blokk .col:hover .views-field-field-cimlap-ajanlo-szovege {
  background: #2fa4c5; }

.views-field-field-cimlap-ajanlo-szovege a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 200; }

/* --- CIMLAPAJANLO:END -------------------------------- */
/* --- OUR NUMBERS V1 ---------------------------------- */
#block-nehanyszamrolunk h2 {
  text-align: center; }

#distronums {
  display: table;
  margin: 0 auto;
  text-align: center; }

.distronumscol {
  float: left;
  display: block; }

.distronumscircle {
  background: #fff;
  border-radius: 500px;
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  margin: 20px; }

.distronum {
  font-weight: 700;
  color: #141414;
  font-size: 25pt;
  line-height: 130px;
  text-align: center;
  width: 100%; }

.distronumtext {
  color: #fff;
  font-weight: 400;
  margin-top: 35px; }

.distronumtext:before {
  margin: 0 auto;
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: rgba(230, 230, 230, 0.8);
  position: sticky;
  margin-top: -70px;
  margin-bottom: 15px; }

/*  --- OUR NUMBERS V1:END -------------------------------- */
/* --- OUR NUMBERS V2 ---------------------------------- *

#block-nehanyszamrolunk h2 {
    text-align: center;
}

#distronums {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid $light-fontcolor;
}

.distronumscol {
    float: left;
    display: block;
    width: 25%;
}

.distronumscol:after {
    display: block;
    content: '';
    width: 1px;
    height: 45px;
    background-color: $light-fontcolor;
    position: absolute;
    top: 0px;
}

.distronumscol:first-child:after {
    display: none;
}

.distronumscol:last-child {
    border-right: 0px;
}

.distronumscircle {
    display: table;
    margin: 0px;
    margin-left: 55px;
}

.distronum {
    font-weight: 700;
    color: $light-fontcolor;
    font-size: $hero-fontsize;
    width: 100%;
    position: relative;
    z-index: 1;
}

.distronum:after {
    display: block;
    content:'';
    height: 24px;
    background: rgba(0,0,0,0.2);
    min-width: 120px;
    position: absolute;
    margin-left: -15px;
    margin-top: -26px;
    z-index: -1;
}

.distronumtext {
    font-size: $minihero-fontsize;
    color: $light-fontcolor;
    font-weight: 500;
    text-align: left;
    margin-left: 55px;
}

-- OUR NUMBERS V2:END ------------------------------ */
/* --- TESTIMONIALS ------------------------------------ */
#block-views-block-ajanlolevel-blokk-block-1 {
  font-size: 11pt; }

#block-views-block-ajanlolevel-blokk-block-1 .slick-slide li {
  float: left;
  width: 31%;
  margin-left: 1.15%;
  margin-right: 1.15%;
  display: block;
  text-align: center;
  background: rgba(82, 165, 189, 0.1);
  border-radius: 3px;
  padding: 15px;
  padding-top: 30px;
  margin-bottom: 40px; }

#block-views-block-ajanlolevel-blokk-block-1 .views-field-title {
  font-weight: 700;
  margin-top: 10px;
  font-size: 12pt;
  margin-bottom: -5px; }

#block-views-block-ajanlolevel-blokk-block-1 .views-field-field-ajanlo-kepe img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: -50px;
  margin-top: 5px; }

nav.slick__arrow button {
  margin: 0 auto;
  margin: 3px;
  padding: 0px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 0px;
  border: 0px;
  background: #2fa4c5;
  color: #fff; }

nav.slick__arrow {
  display: table;
  margin: 0 auto;
  padding: 0px;
  margin-top: 20px; }

nav.slick__arrow button.slick-prev:before {
  position: absolute;
  margin-top: -12px;
  margin-left: 11px;
  display: block;
  content: "\f0d9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px; }

nav.slick__arrow button.slick-next:before {
  position: absolute;
  margin-top: -12px;
  margin-left: 13px;
  display: block;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px; }

/* --- TESTIMONIALS:END -------------------------------- */
/* --- PARTNERS ---------------------------------------- */
#block-views-block-partnerek-blokk-block-1 ul {
  display: table;
  margin: 0 auto; }

#block-views-block-partnerek-blokk-block-1 ul li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0px;
  margin: 0 auto; }

#block-views-block-partnerek-blokk-block-1 ul li a {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

#block-views-block-partnerek-blokk-block-1 ul li a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* --- PARTNERS:END ------------------------------------ */
/* --- FRONTSZOLG -------------------------------------- */
#block-cimlapszolgaltatasokbevezeto {
  padding-right: 45px; }

#block-cimlapszolgaltatasokbevezeto .block-title {
  text-align: left; }

#block-cimlapszolgaltatasokbevezeto .field--name-body {
  text-align: justify; }

#fullw_sec5 h2 {
  text-align: left; }

.frontszolghead {
  display: table;
  width: 100%;
  margin-bottom: 15px; }

.frontszolghead .views-field-field-szolgaltatas-ikonja {
  float: left;
  width: 78px;
  margin-right: 16px;
  border-radius: 100%; }

.frontszolghead .views-field-field-szolgaltatas-ikonja:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f3f3f3;
  top: -10px;
  left: 2px; }

.frontszolghead .views-field-title {
  margin-top: 3px;
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px); }

.frontszolghead .views-field-title a {
  color: #141414;
  font-size: 15pt;
  font-weight: bold;
  line-height: 1.2;
  display: table;
  width: 100%; }

#views-bootstrap-cimlap-szolgaltatasok-block-1 .views-field-body {
  display: table;
  width: 100%; }

#views-bootstrap-cimlap-szolgaltatasok-block-1 .col {
  margin-bottom: 35px; }

#views-bootstrap-cimlap-szolgaltatasok-block-1 .col:hover .frontszolghead .views-field-field-szolgaltatas-ikonja:before {
  display: none; }

#views-bootstrap-cimlap-szolgaltatasok-block-1 .col:hover .frontszolghead .views-field-field-szolgaltatas-ikonja {
  animation: pulse 1.3s infinite; }

/* --- FRONTSZOLG:END ---------------------------------- */
/* --- FRONTARG ---------------------------------------- */
#fullw15 section .blockinner {
  background: #f3f3f3;
  padding: 30px;
  border-left: 3px solid #dc967b;
  padding-top: 10px;
  padding-bottom: 30px;
  min-height: 230px; }

#fullw15 section .blockinner h2.block-title {
  text-align: left;
  font-size: 15pt; }

#fullw15 section:first-child .blockinner {
  background: transparent;
  padding: 0px;
  border: 0px;
  text-align: center;
  font-size: 27pt;
  min-height: 0px; }

#fullw15 section:first-child .blockinner h2.block-title {
  text-align: center;
  font-size: 27pt; }

/* --- FRONTARG:END ------------------------------------ */
/* --- FRONTINFO --------------------------------------- */
#fullw16 section .blockinner {
  background: #f3f3f3;
  padding: 30px; }

#fullw16 section:first-child .blockinner {
  background: transparent;
  padding: 0px;
  border: 0px;
  text-align: center;
  font-size: 27pt;
  min-height: 0px; }

#fullw16 section:first-child .blockinner h2.block-title {
  text-align: center;
  font-size: 27pt;
  margin-bottom: 70px; }

#fullw16 .inf_icon {
  display: table;
  background: #f3f3f3;
  border: 3px solid #dc967b;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }

#fullw16 #block-inf1 .inf_icon:before {
  display: block;
  content: "\f05a";
  color: #dc967b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 27pt;
  text-align: center;
  line-height: 94px; }

#fullw16 #block-inf2 .inf_icon:before {
  display: block;
  content: "\f3c5";
  color: #dc967b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 27pt;
  text-align: center;
  line-height: 94px; }

#fullw16 #block-inf3 .inf_icon:before {
  display: block;
  content: "\f3cd";
  color: #dc967b;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 27pt;
  text-align: center;
  line-height: 94px; }

/* --- FRONTINFO:END ----------------------------------- */
/* --- MENU -------------------------------------------- */
.navbar-header .logo {
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 140px;
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-box-shadow: 0px 43px 58px -34px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 43px 58px -34px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 43px 58px -34px rgba(0, 0, 0, 0.3); }

.navbar-header .logo:hover {
  background: #ecf1f5; }

.navbar-header .logo img {
  max-height: 110px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.navbar-header .region-navigation a.name {
  display: none; }

.stickynav-active .logo {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  height: 85px; }

.stickynav-active .logo img {
  max-height: 66px; }

#distronav {
  display: table;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  border-left: 7px solid #2fa4c5; }

#navbar {
  position: relative;
  background: none;
  border: 0px;
  margin: 0 auto;
  min-height: 0px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#distronav.stickynav-active {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff; }

#distronav a.navbar-brand {
  display: none; }

#navbar-collapse {
  float: right;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#block-bootstrapdistro-main-menu {
  float: left; }

#navbar-collapse section {
  float: left; }

.navbar-default .navbar-nav > li > a {
  line-height: 21px;
  padding: 30px 22px 27px 22px;
  color: #141414;
  font-weight: 400;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.stickynav-active .navbar-default .navbar-nav > li > a {
  padding: 18px 14px 18px 14px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  border-color: #2fa4c5;
  background: none; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  border-color: #dc967b;
  background: none; }

.dropdown-menu {
  background: #fff;
  padding: 0px;
  border: 0px;
  border-radius: 0px; }

.dropdown-menu > li > a {
  color: #fff;
  font-size: 12pt;
  font-weight: 200;
  line-height: 44px; }

.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  outline: 0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff; }

.region-navigation-collapsible {
  float: left;
  margin-right: 15px; }

/* --- MENU:END ---------------------------------------- */
/* --- HEAD -------------------------------------------- */
#distrohead {
  display: table;
  width: 100%;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px; }

.path-frontpage #distrohead {
  margin-bottom: -70px; }

h1.page-header {
  text-align: center;
  border: 0px;
  color: #141414;
  padding: 0px;
  margin: 0 auto;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 990px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 31pt; }

.breadcrumb {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 50px; }

.breadcrumb, .breadcrumb a, .breadcrumb > .active {
  background: none;
  color: #141414;
  font-weight: 200;
  font-size: 11pt; }

.breadcrumb > li + li:before {
  color: #141414;
  font-weight: 200; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15); }

#betterheader {
  display: table;
  width: 100%;
  background: #fff url("../images/headbg.jpg") fixed;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 81px;
  padding-bottom: 0px;
  margin-top: -81px; }

/* --- HEAD:END ---------------------------------------- */
/* --- HOTCONTACTS ------------------------------------- */
#navhotcontacts {
  float: right;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.stickynav-active #navhotcontacts {
  margin-top: 7px; }

#navbar .views-field-field-telefonszam .field-content a, #navbar .views-field-field-terkep-linkje-1 .field-content a, #navbar .views-field-field-e-mail-cim-1 .field-content a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2fa4c5;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14pt;
  margin-left: 1px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#navbar .views-field-field-telefonszam .field-content a:hover, #navbar .views-field-field-terkep-linkje-1 .field-content a:hover, #navbar .views-field-field-e-mail-cim-1 .field-content a:hover {
  background: #dc967b; }

#navbar .views-field-field-telefonszam .field-content a:before {
  display: block;
  content: "\f3cd";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

#navbar .views-field-field-terkep-linkje-1 .field-content a:before {
  display: block;
  content: "\f3c5";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

#navbar .views-field-field-e-mail-cim-1 .field-content a:before {
  display: block;
  content: "\f0e0";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

#block-views-block-hot-phone-block-1 .views-field-field-telefonszam-1, #block-views-block-hot-address-block-1 .views-field-field-kapcsolatiegyseg-cim, #block-views-block-hot-email-block-1 .views-field-field-e-mail-cim-2 {
  display: none; }

/* --- HOTCONTACTS:END --------------------------------- */
/* --- NAVEXTRA ---------------------------------------- */
#navigation_extra {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  opacity: 0;
  margin-right: -170px;
  margin-left: -15px;
  line-height: 42px;
  width: 0px;
  height: 0px;
  background: #2fa4c5;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.stickynav-active #navigation_extra {
  opacity: 1;
  right: 14px;
  margin-right: 0px;
  height: 42px;
  width: 170px;
  margin-top: 7px; }

#navigation_extra a {
  display: block;
  background: #2fa4c5;
  color: #fff;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  height: 100%;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#navigation_extra a:hover {
  background: #dc967b; }

.stickynav-active #navbar-collapse {
  padding-right: 170px; }

/* --- NAVEXTRA:END ------------------------------------ */
/* --- FOOTER ------------------------------------------ */
#distrofooter {
  background: url("../images/footerbg.jpg") fixed;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 11pt; }

#distrofooter footer {
  border: 0px;
  margin-top: 0px; }

#distrofooterlogo {
  margin: 0 auto;
  width: 190px;
  height: 110px;
  display: table;
  margin-bottom: 25px;
  background: url(../images/kozuleti_logo_footer.png);
  background-repeat: no-repeat;
  background-size: contain; }

#block-lablecszoveg .field--name-body {
  display: table;
  margin: 0 auto;
  max-width: 740px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

#block-lablecelerhetosegeklink-2 a {
  background: transparent;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 23px;
  background: #dc967b;
  border-color: #dc967b; }

#block-lablecelerhetosegeklink-2 a:hover {
  background: #c67e62; }

.view-footer-facebook-link a {
  display: table;
  margin: 0 auto;
  background: url(../svgs/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  text-indent: -19000px;
  width: 165px;
  height: 33px; }

.view-footer-google-maps-link a {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../svgs/googlemap.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  text-indent: -19000px;
  width: 140px;
  height: 25px; }

#block-bootstrapdistro-footer {
  display: table;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  margin-top: 70px; }

#block-bootstrapdistro-footer .menu--footer {
  margin: 0 auto;
  display: table; }

#block-bootstrapdistro-footer .menu--footer li {
  display: inline-block; }

#block-lableccopyright .field--name-body {
  text-align: center;
  margin-top: 20px;
  font-size: 10pt;
  font-weight: 200; }

#block-lableccopyright .field--name-body a {
  color: #fff;
  font-weight: 200; }

#block-lableccopyright .field--name-body a:hover {
  color: #2fa4c5;
  font-weight: 400; }

#block-bootstrapdistro-footer .nav > li > a {
  padding: 15px 15px;
  color: #fff;
  font-weight: 200; }

#block-bootstrapdistro-footer .nav > li > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

/* --- FOOTER:END -------------------------------------- */
/* --- FOOTER SECOND ----------------------------------- */
#distrofooter_sec {
  background: #fff;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 12pt; }

#distrofooter_sec a {
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#distrofooter_sec a:hover {
  color: #2fa4c5; }

#distrofooter_sec footer {
  border: 0px; }

#distrofooter_sec h2.block-title {
  font-size: 25px;
  display: table;
  width: 100%;
  text-align: left; }

#distrofooter_sec .footersec_col li {
  padding-top: 8px;
  padding-bottom: 8px; }

#block-views-block-social-icon-links-block-1 {
  display: table;
  width: 100%; }

#block-views-block-social-icon-links-block-1 .view-content .views-row {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 230px; }

#block-views-block-social-icon-links-block-1 .view-content .views-field {
  display: inline-block;
  width: 25%; }

#block-views-block-social-icon-links-block-1 .view-content .views-field a {
  margin: 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  background: #2fa4c5;
  border-radius: 100%;
  font-size: 0px;
  text-indent: -19000px;
  position: relative;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#block-views-block-social-icon-links-block-1 .view-content .views-field a:hover {
  background: rgba(0, 0, 0, 0.3); }

#block-views-block-social-icon-links-block-1 .views-field-field-facebook-oldal-linkje a:before {
  display: block;
  content: "\f39e";
  color: #fff;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 18px;
  text-indent: 0px;
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 9px; }

#block-views-block-social-icon-links-block-1 .views-field-field-instagram-oldal-linkje a:before {
  display: block;
  content: "\f16d";
  color: #fff;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 21px;
  text-indent: 0px;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 7px; }

#block-views-block-social-icon-links-block-1 .views-field-field-terkep-linkje a:before {
  content: "\f3c5";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  text-indent: 0px;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 9px; }

#block-views-block-social-icon-links-block-1 .views-field-field-e-mail-cim a:before {
  display: block;
  content: "\f0e0";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  text-indent: 0px;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 9px; }

#secfooter_info {
  margin: 0 auto;
  display: table;
  width: 94%;
  padding-left: 20px;
  border-left: 2px solid #fff;
  font-size: 11pt; }

#distrofooter_sec #distrofooterlogo {
  margin-left: 0px;
  margin-top: 15px; }

#distrofooter_sec ul {
  list-style: none; }

#distrofooter_sec ul li {
  position: relative; }

#distrofooter_sec ul li:before {
  content: '';
  background: #2fa4c5;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 17px;
  border-radius: 100%;
  z-index: 1; }

#distrofooter_sec ul.menu--footer li:before {
  display: none !important; }

/*
#distrofooter_sec ul li:nth-child(odd):before {
  background: $light-fontcolor;
}
*/
/* --- FOOTER SECOND:END ------------------------------- */
/* --- VIDEO MODAL ------------------------------------- */
#exampleModal {
  background: rgba(0, 0, 0, 0.8) !important; }

#exampleModal .modal-dialog-centered, #exampleModal .modal-content, #exampleModal .modal-header {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  filter: alpha(opacity=100);
  opacity: 1; }

#exampleModal .modal-body {
  padding: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  filter: alpha(opacity=100);
  opacity: 1; }

#exampleModal button.close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  right: -28px;
  top: 8px; }

/* --- VIDEO MODAL:END --------------------------------- */
/* --- MUNKATARSAK ------------------------------------- */
#fullw11 {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: visible; }

.view-munkatarsak .row .col {
  display: block;
  width: 23%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  background: rgba(245, 245, 245, 0.85);
  text-align: center;
  padding: 30px;
  box-shadow: 0 9px 70px -28px rgba(0, 0, 0, 0.3); }

.view-munkatarsak .row .col:hover {
  background: #fff; }

.view-munkatarsak .views-field-field-munkatars-kepe img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-munkatarsak a {
  color: #141414; }

/* --- MUNKATARSAK:END --------------------------------- */
/* --- PARAGRAPHS -------------------------------------- */
.paragraph--type--kepgeleria {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px; }

.paragraph--type--kepgeleria .field--item {
  float: left;
  width: 20%;
  margin: 0 auto; }

.paragraph--type--kepgeleria .field--item img {
  display: block;
  width: 100%;
  margin: 0 auto; }

.paragraph--type--kepgeleria .field--item a {
  position: relative;
  overflow: hidden;
  display: block; }

.paragraph--type--kepgeleria .field--item a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.paragraph--type--kepgeleria .field--item a:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

.field--name-field-torzs .paragraph--type--diavetites, .field--name-field-torzs .paragraph--type--video-audio, .field--name-field-torzs .paragraph--type--kepgaleria, .field--name-field-torzs .paragraph--type--szoveg, .field--name-field-torzs .paragraph--type--tablazat, .field--name-field-torzs .paragraph--type--csatolmanyok, .field--name-field-torzs .paragraph--type--szeparator {
  margin-top: 15px;
  margin-bottom: 15px; }

.field--name-field-torzs .paragraph--type--kep .field--name-field-kep {
  margin-bottom: 15px;
  margin-top: 15px; }

.paragraph--type--kep .field--name-field-kep {
  position: relative;
  overflow: hidden;
  display: block; }

.paragraph--type--kep .field--name-field-kep:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.paragraph--type--kep .field--name-field-kep:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

table .file-icon, table .file-size, table .file-link {
  margin-right: 20px;
  color: #2fa4c5; }

.paragraph--type--csatolmanyok .field--name-field-csatolmanyok span:before {
  color: #2fa4c5; }

.paragraph--type--diavetites nav.slick__arrow {
  display: table;
  margin: 0 auto;
  padding: 0px;
  margin-top: -6px; }

.paragraph--type--diavetites nav.slick__arrow button.slick-prev:before, .paragraph--type--diavetites nav.slick__arrow button.slick-next:before {
  margin-top: -9px;
  color: #fff; }

.paragraph--type--diavetites .slick-prev, .paragraph--type--diavetites .slick-next {
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.paragraph--type--diavetites .slick-prev:hover, .paragraph--type--diavetites .slick-prev:focus, .paragraph--type--diavetites .slick-next:hover, .paragraph--type--diavetites .slick-next:focus {
  color: #fff;
  outline: none;
  background: #2fa4c5; }

.paragraph--type--tablazat caption {
  text-align: center;
  font-weight: 700;
  font-size: 15pt;
  color: #141414; }

.paragraph--type--csatolmanyok table tr td {
  vertical-align: middle !important; }

.paragraph--type--hivatkozas-gomb .field--name-field-hivatkozas-gomb a {
  display: table;
  margin: 0 auto;
  display: block;
  border: 1px solid #141414;
  color: #141414;
  width: 220px;
  margin: 0 auto;
  padding: 10px 25px 10px 25px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.paragraph--type--hivatkozas-gomb .field--name-field-hivatkozas-gomb a:hover {
  color: #fff;
  border-color: #2fa4c5; }

.paragraph--type--szeparator {
  display: table;
  width: 100%;
  height: 0px;
  border: 2px dashed #2fa4c5; }

/* --- PARAGRAPHS:END ---------------------------------- */
/* --- PAGE: CONTACT ----------------------------------- */
.path-kapcsolat .contactpage-infoboxes {
  display: table;
  margin-left: -1%;
  margin-right: -1%;
  position: relative;
  z-index: 2; }

.path-kapcsolat .contactpage-infoboxes > div {
  background: #fff;
  color: #fff;
  float: left;
  width: 31.333333%;
  margin-left: 1%;
  margin-right: 1%;
  min-height: 140px;
  margin-bottom: 2%;
  text-align: center;
  padding: 25px; }

.path-kapcsolat .contactpage-infoboxes > div a {
  color: #fff; }

.path-kapcsolat .contactpage-infoboxes .views-field {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.path-kapcsolat .contactpage-infoboxes .views-field .field-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.path-kapcsolat .contactpage-infoboxes p {
  padding: 0px;
  margin: 0px; }

.views-field-field-terkep-beagyazasa {
  left: 0;
  right: 0;
  overflow: auto;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -30px;
  margin-top: -180px;
  position: relative; }

.views-field-field-terkep-beagyazasa:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.53) 35%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(35%, rgba(255, 255, 255, 0.53)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.53) 35%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.53) 35%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.53) 35%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.53) 35%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.views-field-field-terkep-beagyazasa:after {
  content: "";
  display: block;
  background: transparent;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -54px;
  animation: pulse 1.3s infinite; }

.views-field-field-terkep-beagyazasa .field-content iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 700px;
  min-height: 700px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.views-field-field-terkep-beagyazasa:hover .field-content iframe {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.views-field-field-terkep-beagyazasa .field-content {
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-bottom: 40%;
  position: relative;
  height: 100%;
  max-height: 700px;
  min-height: 700px; }

.views-field-field-terkep-beagyazasa .field-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff; }

.view-kapcsolat .views-row {
  padding: 0px;
  background: #fff;
  display: block;
  margin-bottom: -125px;
  position: relative; }

.view-kapcsolat .view-content > div:only-child .views-field-title {
  display: none !important; }

.view-kapcsolat .view-content .views-field-title h2 {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  z-index: 2;
  line-height: 70px; }

.view-kapcsolat .views-field-field-munkatars {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-top: -250px;
  position: relative;
  z-index: 3;
  margin-bottom: 150px; }

.view-kapcsolat .views-field-field-munkatars .field-content {
  margin-left: -1%;
  margin-right: -1%; }

.view-kapcsolat .views-field-field-munkatars article.munkatars {
  display: block;
  width: 23%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  background: rgba(245, 245, 245, 0.85);
  text-align: center;
  padding: 30px;
  box-shadow: 0 9px 70px -28px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-kapcsolat .views-field-field-munkatars article.munkatars:hover {
  background: #fff; }

.view-kapcsolat .views-field-field-munkatars article.munkatars h2, .view-kapcsolat .views-field-field-munkatars article.munkatars h2 a {
  color: #141414;
  text-align: center;
  font-size: 12pt;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: 400;
  padding: 0px;
  margin: 0 auto; }

.view-kapcsolat .views-field-field-munkatars article.munkatars .field--name-field-munkatars-kepe img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100px;
  margin-bottom: 15px;
  margin-top: 15px; }

.view-kapcsolat .views-field-field-munkatars article.munkatars a {
  color: #141414; }

.view-kapcsolat .views-field-field-munkatars .field--name-body {
  display: none; }

/* --- PAGE: CONTACT:END ------------------------------- */
/* --- PAGE:FAQ ---------------------------------------- */
.view-gyakorikerdesek {
  max-width: 740px;
  margin: 0 auto;
  max-height: 600px;
  overflow: hidden; }

.ui-accordion .ui-accordion-header-active {
  border: 1px solid #dddddd !important; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 12px;
  border: 1px solid #f3f3f3 !important;
  border-radius: 0px !important;
  background: #f3f3f3 !important;
  padding-left: 46px !important;
  outline: 0;
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-size: 12pt;
  line-height: 1.3;
  font-weight: 500; }

span.ui-accordion-header-icon {
  width: 30px;
  height: 30px;
  color: #141414;
  font-size: 12pt;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 8px;
  top: 11px; }

span.ui-accordion-header-icon:before {
  display: block;
  content: "+";
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-size: 19pt;
  line-height: 30px;
  font-weight: 200;
  width: 30px;
  height: 30px;
  text-indent: initial;
  text-align: center;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.ui-accordion-header-active span.ui-accordion-header-icon {
  background: #fff; }

.ui-accordion-header-active span.ui-accordion-header-icon:before {
  content: "-";
  color: #2fa4c5;
  line-height: 27px; }

.ui-accordion .ui-accordion-header-active {
  border: 1px solid #d8d8d8 !important; }

.ui-accordion-content {
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-size: 12pt;
  line-height: 1.6;
  font-weight: 400; }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: none; }

/* --- PAGE:FAQ:END ------------------------------------ */
/* --- PAGE: PARTNERS ---------------------------------- */
.view-partnerek .col {
  margin-bottom: 25px; }

.view-partnerek .col .views-field-field-partner-logoja {
  position: relative;
  overflow: hidden;
  background: rgba(82, 165, 189, 0.1);
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px; }

.view-partnerek .col .views-field-field-partner-logoja .field-content {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  min-height: 200px; }

.view-partnerek .col .views-field-field-partner-logoja .field-content a {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  min-height: 20px; }

.view-partnerek .col .views-field-field-partner-logoja .field-content a img {
  margin: 0 auto;
  display: block; }

#logobefog {
  background: #f3f3f3;
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -77px;
  padding: 25px;
  display: table;
  min-height: 200px; }

.page-node-type-partner .field--name-field-partner-logoja {
  display: table-cell;
  vertical-align: middle; }

.page-node-type-partner .field--name-field-partner-logoja img {
  display: table-cell;
  vertical-align: middle; }

.page-node-type-partner .field--name-field-partner-linkje a {
  display: table;
  margin: 0 auto;
  margin-top: 20px; }

.page-node-type-partner #distrohead {
  padding-bottom: 40px; }

/* --- PAGE: PARTNERS:END ------------------------------ */
/* --- PAGE: ESEMENYEK --------------------------------- */
#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 {
  max-width: 740px;
  background: #f3f3f3;
  margin: 0 auto;
  padding: 25px; }

#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 h2, .view-esemenyek h2 {
  text-align: center;
  font-weight: 300;
  font-size: 27pt;
  margin-bottom: 30px; }

#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-row, .view-esemenyek .views-row {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #141414; }

#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-row:last-child, .view-esemenyek .views-row:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px; }

#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-field-title, .view-esemenyek .views-field-title {
  font-weight: 700;
  font-size: 15pt; }

#block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-field-field-esemeny-idopontja time {
  color: #fff;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px; }

.eventleft {
  float: left;
  width: 23%;
  display: table; }

.eventright {
  float: left;
  width: 77%;
  display: table; }

.views-field-field-esemeny-kepe {
  margin-right: 20px;
  position: relative;
  overflow: hidden; }

.view-esemenyek {
  max-width: 740px;
  margin: 0 auto;
  padding: 25px; }

.view-esemenyek .views-field-field-esemeny-idopontja time {
  background: #f3f3f3;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px; }

.views-field-field-esemeny-idopontja, .views-field-field-esemeny-helyszine {
  display: inline-block; }

.views-field-field-esemeny-helyszine {
  margin-left: 10px;
  font-weight: 600; }

.page-node-type-esemeny .field--name-field-esemeny-kepe img {
  display: block;
  margin: 0 auto;
  margin-top: -90px; }

.page-node-type-esemeny .field--name-field-esemeny-idopontja time {
  color: #fff;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: -10px;
  display: table;
  position: relative;
  z-index: 1; }

.page-node-type-esemeny .field--name-field-esemeny-helyszine {
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 25px;
  text-align: center; }

.page-node-type-esemeny article .content {
  max-width: 740px;
  margin: 0 auto; }

/* --- PAGE: ESEMENYEK:END ----------------------------- */
/* --- PAGE: ROLUNK MONDTAK ---------------------------- */
#views-bootstrap-ajanlolevel-page-1 .col {
  float: left;
  width: 31%;
  margin-left: 1.15%;
  margin-right: 1.15%;
  display: block;
  text-align: center;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 15px;
  padding-top: 30px;
  margin-bottom: 50px;
  font-size: 11pt; }

#views-bootstrap-ajanlolevel-page-1 .col .views-field-title {
  font-weight: 700;
  margin-top: 10px;
  font-size: 12pt;
  margin-bottom: -5px; }

#views-bootstrap-ajanlolevel-page-1 .views-field-field-ajanlo-kepe img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: -50px;
  margin-top: 5px; }

/* --- PAGE: ROLUNK MONDTAK:END ------------------------ */
/* --- PAGE: REFERENCIAK ------------------------------- */
.view-referenciak .views-row {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }

.view-referenciak .views-field-title a {
  color: #141414;
  font-size: 16pt;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block; }

.view-referenciak .views-field-view-node {
  width: 100%;
  border-bottom: 1px dotted #141414;
  margin-bottom: 20px;
  min-height: 19px;
  margin-top: 9px; }

.view-referenciak .views-row .views-field-view-node .field-content {
  background: #fff;
  position: absolute;
  padding-right: 8px; }

.view-referenciak .views-field-view-node a {
  background: #fff;
  padding: 7px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -2px;
  display: block;
  border: 1px solid #141414;
  text-align: center;
  color: #141414;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-referenciak .views-field-view-node a:hover {
  background: #141414;
  border: 1px solid #fff;
  color: #fff; }

.view-referenciak .preinfo {
  position: relative;
  z-index: 2; }

.view-referenciak .views-row-odd .preimage {
  float: left; }

.view-referenciak .views-row-odd .preinfo {
  float: right; }

.view-referenciak .views-row-even .preimage {
  float: right; }

.view-referenciak .views-row-even .preinfo {
  float: left; }

.view-referenciak .views-row-odd .preinfo .preinfo-inner {
  margin-left: -150px;
  padding: 30px;
  box-shadow: 0 9px 129px -28px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-top: 9%; }

.view-referenciak .views-row-even .preinfo-inner {
  margin-right: -150px;
  padding: 30px;
  box-shadow: 0 9px 129px -28px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-top: 9%; }

.view-referenciak .views-row .views-field-field-referencia-kepe {
  position: relative;
  overflow: hidden; }

.page-node-type-referencia article .content {
  max-width: 740px;
  margin: 0 auto; }

.page-node-type-referencia .field--name-field-referencia-kepe {
  margin-top: -70px;
  margin-bottom: 20px; }

.page-node-type-referencia .field--name-field-referencia-kepe img {
  width: 100%;
  margin: 0 auto;
  display: block; }

/* --- PAGE: REFERENCIAK:END --------------------------- */
/* --- PAGE: SZOLGALTATASOK ---------------------------- */
.view-szolgaltatasok .views-row {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }

.view-szolgaltatasok .views-field-title a {
  color: #141414;
  font-size: 16pt;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block; }

.view-szolgaltatasok .views-field-view-node {
  width: 100%;
  border-bottom: 1px dotted #141414;
  margin-bottom: 20px;
  min-height: 19px;
  margin-top: 9px; }

.view-szolgaltatasok .views-row .views-field-view-node .field-content {
  background: #fff;
  position: absolute;
  padding-right: 8px; }

.view-szolgaltatasok .views-field-view-node a {
  background: #fff;
  padding: 7px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -2px;
  display: block;
  border: 1px solid #141414;
  text-align: center;
  color: #141414;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-szolgaltatasok .views-field-view-node a:hover {
  background: #141414;
  border: 1px solid #fff;
  color: #fff; }

.view-szolgaltatasok .preinfo {
  position: relative;
  z-index: 2; }

.view-szolgaltatasok .views-row-odd .preimage {
  float: left; }

.view-szolgaltatasok .views-row-odd .preinfo {
  float: right; }

.view-szolgaltatasok .views-row-even .preimage {
  float: right; }

.view-szolgaltatasok .views-row-even .preinfo {
  float: left; }

.view-szolgaltatasok .views-row-odd .preinfo .preinfo-inner {
  margin-left: -150px;
  padding: 30px;
  box-shadow: 0 9px 129px -28px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-top: 9%; }

.view-szolgaltatasok .views-row-even .preinfo-inner {
  margin-right: -150px;
  padding: 30px;
  box-shadow: 0 9px 129px -28px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-top: 9%; }

.view-szolgaltatasok .views-row .views-field-field-szolgaltatas-kepe {
  position: relative;
  overflow: hidden; }

.page-node-type-szolgaltatas article .content {
  max-width: 740px;
  margin: 0 auto; }

.page-node-type-szolgaltatas .field--name-field-szolgaltatas-kepe {
  margin-top: -77px;
  margin-bottom: 20px; }

.page-node-type-szolgaltatas .field--name-field-szolgaltatas-kepe img {
  width: 100%;
  margin: 0 auto;
  display: block; }

/* --- PAGE: SZOLGALTATASOK:END ------------------------ */
/* --- PAGE: HIREK ------------------------------------- */
.view-hirek .views-row {
  display: table;
  width: 100%;
  margin-bottom: 40px; }

.view-hirek .newsleft {
  float: left;
  display: block;
  width: 30%; }

.view-hirek .newsright {
  float: right;
  display: block;
  width: 67%; }

.view-hirek .views-row .views-field-field-image {
  position: relative;
  overflow: hidden; }

.view-hirek .views-field-field-tags a {
  font-size: 12px;
  display: inline-block;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 3px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
  color: #141414;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-hirek .views-field-field-tags a:hover {
  background: #fff; }

.view-hirek .views-row .views-field-title a {
  color: #141414;
  font-weight: 700;
  font-size: 25px; }

.view-hirek .views-row .views-field-created .field-content {
  background: #fff;
  position: absolute;
  padding-right: 8px;
  margin-top: -1px; }

.view-hirek .views-row .views-field-created {
  width: 100%;
  border-bottom: 1px dotted #141414;
  margin-bottom: 20px;
  min-height: 12px; }

.view-hirek .views-row .views-field-view-node .field-content {
  background: #fff;
  position: absolute;
  padding-right: 8px;
  margin-top: -1px; }

.view-hirek .views-row .views-field-view-node .field-content a {
  background: #fff;
  padding: 7px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  border: 1px solid #141414;
  text-align: center;
  color: #141414;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.view-hirek .views-row .views-field-view-node .field-content a:hover {
  background: #141414;
  border: 1px solid #fff;
  color: #fff; }

.view-hirek .views-row .views-field-view-node {
  width: 100%;
  border-bottom: 1px dotted #141414;
  margin-bottom: 20px;
  min-height: 19px;
  margin-top: 9px; }

#block-views-block-hir-kategoriak-block-1 {
  background: #f3f3f3; }

#block-views-block-hir-kategoriak-block-1 h2.block-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #141414;
  padding-top: 35px;
  padding-bottom: 16px; }

#block-views-block-hir-kategoriak-block-1 .views-row {
  display: block;
  margin: 0px;
  border-bottom: 1px solid #fff; }

#block-views-block-hir-kategoriak-block-1 .views-row:last-child {
  border-bottom: 0px; }

#block-views-block-hir-kategoriak-block-1 .views-row .views-field-name a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  display: block; }

#block-views-block-hir-kategoriak-block-1 .views-row .views-field-name a:hover {
  color: #141414; }

#block-views-block-hir-kategoriak-block-1 .views-row {
  display: block;
  position: relative; }

#block-views-block-hir-kategoriak-block-1 .views-row .taxname {
  display: block;
  position: relative; }

#block-views-block-hir-kategoriak-block-1 .views-row .taxcount {
  border-left: 1px dotted #141414;
  text-align: center;
  width: 40px;
  line-height: 39px;
  right: 0px;
  top: 0px;
  position: absolute; }

.page-node-type-article .field--name-field-image {
  margin: 0 auto;
  margin-top: -90px;
  display: table;
  width: 100%;
  margin-bottom: 20px; }

.page-node-type-article .field--name-field-tags {
  margin: 0 auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px; }

.page-node-type-article .field--name-field-tags .field--item {
  display: inline-block;
  margin: 3px; }

.page-node-type-article .field--name-field-tags .field--item a {
  border-radius: 3px;
  background: #2fa4c5;
  color: #fff;
  padding: 7px;
  padding-left: 35px;
  padding-right: 35px; }

.page-node-type-article .field--name-field-tags {
  margin: 0 auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px; }

#distro_authorbox {
  margin: 0 auto;
  display: table; }

#distro_authorbox:before {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: #2fa4c5;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px; }

#distro_authorbox .field--name-user-picture img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px; }

#distro_authorbox .author {
  text-align: center; }

#distro_authorbox .author {
  font-size: 0px;
  line-height: 10px;
  padding-top: 5px; }

#distro_authorbox .author span {
  display: table;
  margin: 0 auto;
  font-size: 12pt; }

.view-taxonomy-term .row .col {
  margin-bottom: 25px; }

.view-taxonomy-term .row .col .views-field-field-image {
  float: left;
  max-width: 180px;
  margin-right: 15px; }

.view-taxonomy-term .row .col .views-field-title a {
  font-size: 14pt;
  font-weight: bold;
  color: #141414;
  margin-top: 10px;
  display: block; }

.view-taxonomy-term .row .col .views-field-view-node a {
  font-size: 13pt;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

/* --- PAGE: HIREK:END --------------------------------- */
/* --- PAGE: TERMEKEK ---------------------------------- */
#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket {
  background: #f3f3f3;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 10px;
  display: table;
  width: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .views-field-title a {
  display: table;
  width: 100%;
  color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  min-height: 80px;
  line-height: 1.3;
  font-weight: 600; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .prodticketinfo {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* third-bgcolor colours with cssgradient.io */
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 20%); }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .prodticketinfo .views-field-view-node a {
  display: table;
  width: 100%;
  opacity: 0;
  margin-bottom: -25px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket:hover .prodticketinfo .views-field-view-node a {
  opacity: 1;
  height: 25px;
  margin-bottom: 0px; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket:hover .prodticketinfo {
  margin-top: -50px;
  padding-top: 25px; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .prodticketinfo .views-field-field-termek-ara {
  font-size: 15pt; }

#views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .views-field-field-termek-kepe {
  position: relative;
  overflow: hidden; }

#block-termekkategoriaoldalleiras {
  display: table;
  width: 100%;
  margin-top: 70px;
  padding-top: 70px;
  background-image: url("../images/sep_arrow.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.view-akcios-termekek .views-row {
  background: #f3f3f3;
  margin-bottom: 25px;
  padding: 10px;
  display: table;
  width: 100%; }

.view-akcios-termekek .views-row .views-field-field-termek-kepe {
  float: left;
  width: 21.6%;
  margin-right: 1.5%; }

.view-akcios-termekek .prodticketinfo {
  float: left;
  width: 76.9%; }

.view-akcios-termekek .views-field-field-akcios-szoveg {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: table;
  margin-bottom: 20px; }

.view-akcios-termekek .views-field-title a {
  width: 100%;
  color: #141414;
  line-height: 1.3;
  font-weight: 600; }

.view-akcios-termekek .views-field-field-termek-ara {
  font-size: 15pt; }

.page-node-type-termek .productmain {
  display: table;
  width: 100%;
  margin-top: 20px;
  padding-top: 70px;
  background-image: url("../images/sep_arrow.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.page-node-type-termek .productmain .field--name-body {
  max-width: 740px;
  margin: 0 auto; }

.page-node-type-termek .mainprod_info {
  display: table;
  width: 100%; }

.page-node-type-termek .field--name-field-termek-kepe img {
  display: block;
  float: right;
  width: 100%;
  max-width: 300px; }

.page-node-type-termek .field--name-field-ertekesitesi-erv .field--item {
  margin: 12px;
  margin-left: 42px;
  font-size: 14pt;
  position: relative; }

.page-node-type-termek .field--name-field-ertekesitesi-erv .field--item:before {
  display: block;
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 100;
  color: #2fa4c5;
  font-size: 34px;
  text-indent: 0px;
  position: absolute;
  z-index: 1;
  left: -43px;
  top: -13px; }

.page-node-type-termek .field--name-field-termek-ara {
  color: #2fa4c5;
  font-size: 25px;
  font-weight: 700;
  display: table;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: #f3f3f3;
  width: 100%;
  max-width: 270px;
  text-align: center;
  margin-bottom: 5px; }

.page-node-type-termek .field--name-field-ertekesitesi-erv {
  margin-top: 50px; }

.page-node-type-termek .field--name-field-termekkategoria a {
  color: #141414;
  cursor: not-allowed;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 10pt;
  float: left;
  display: block; }

.page-node-type-termek .field--name-field-cikkszam {
  color: #141414;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-transform: uppercase;
  font-size: 10pt;
  float: left;
  display: block; }

.page-node-type-termek .field--name-field-termekkategoria {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #141414;
  float: left;
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.proddata {
  display: table;
  margin-bottom: 10px; }

/* --- PAGE: TERMEKEK:END ------------------------------ */
/* --- PAGE: BOLTOK ------------------------------------ */
.view-boltok .row .col .shopiteminner {
  background: #f3f3f3;
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  display: table; }

.view-boltok .row .col .shopiteminner .views-field-field-image {
  float: left;
  width: 46%;
  margin-right: 4%; }

.view-boltok .row .col .shopiteminner .views-field-title a {
  width: 100%;
  color: #141414;
  line-height: 1.3;
  font-weight: 600; }

.view-boltok .row .col .shopiteminner .views-field-title {
  margin-top: 20px; }

.view-boltok .views-field-field-image {
  position: relative;
  overflow: hidden; }

.view-kiemelt-boltok .views-row {
  display: table;
  background: #f3f3f3;
  margin-bottom: 25px;
  padding: 20px;
  width: 100%; }

.view-kiemelt-boltok .views-row .views-field-field-image {
  float: left;
  width: 48.5%;
  margin-right: 20px; }

.view-kiemelt-boltok .views-row .views-field-title a {
  width: 100%;
  color: #141414;
  font-size: 27pt;
  line-height: 1.3;
  font-weight: 700; }

.view-kiemelt-boltok .views-row .views-field-title {
  margin-top: 15px; }

.view-kiemelt-boltok .views-row .views-field-field-nyitvatartas {
  margin-top: 25px;
  margin-bottom: 25px; }

.view-kiemelt-boltok .views-row .views-field-view-node a {
  display: table;
  border-radius: 60px;
  padding: 12px;
  padding-bottom: 13px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  font-size: 15pt;
  font-weight: 700;
  color: #fff;
  background: #2fa4c5;
  border: 1px solid #2fa4c5;
  margin-top: 30px;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.view-kiemelt-boltok .views-row .views-field-view-node a:hover {
  color: #141414;
  border-color: #141414;
  background: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.page-node-type-boltok .region-content {
  max-width: 740px;
  margin: 0 auto; }

.page-node-type-boltok .field--name-field-terkep-beagyazasa {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-height: 250px;
  margin-top: 15px;
  margin-bottom: -150px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: grayscale(100%);
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  -o-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.page-node-type-boltok .field--name-field-terkep-beagyazasa:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: grayscale(0%); }

.page-node-type-boltok .field--name-field-terkep-beagyazasa iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 250px; }

.page-node-type-boltok .shopmore {
  display: block; }

.page-node-type-boltok .mainshop_info {
  display: table;
  width: 100%;
  background: #f3f3f3;
  padding: 20px;
  padding-top: 35px;
  padding-bottom: 35px; }

.page-node-type-boltok .mainshop_info .field--name-field-image img {
  width: 100%; }

.page-node-type-boltok .shopright {
  padding-top: 20px; }

/* --- PAGE: BOLTOK:END -------------------------------- */
#block-views-block-ajanlolevel-blokk-block-1 h2.block-title {
  margin-bottom: 35px; }

#block-views-block-cimlap-ajanlo-blokk-block-1 {
  max-width: 1140px;
  margin: 0 auto; }

#navigation_extra .views-field-field-telefonszam .field-content a:before {
  display: none; }

.form-control {
  border: 0px; }

/* 
=================================================================================
RESPONSIVE
=================================================================================
*/
@media (min-width: 992px) {
  /* --- MENU -------------------------------------------- */
  .dropdown:hover > .dropdown-menu {
    display: block !important; }

  /* --- MENU:END ---------------------------------------- */ }
@media (max-width: 1200px) {
  #block-frontuzenet {
    float: none;
    width: 100%; }

  .navbar-default .navbar-nav > li > a {
    padding-left: 14px;
    padding-right: 14px; }

  #block-bootstrapdistro-main-menu li.first {
    display: none !important; }

  /* --- FULLFRONTFIRST ---------------------------------- */
  #frontmessage_img {
    margin-top: 45px; }

  /* --- FULLFRONTFIRST:END ------------------------------ */
  /* --- FRONTSZOLG -------------------------------------- */
  .view-cimlap-szolgaltatasok .col {
    float: none;
    width: 100%;
    margin-bottom: 60px; }

  .frontszolghead .views-field-field-szolgaltatas-ikonja {
    margin-right: 26px; }

  .frontszolghead .views-field-title {
    margin-top: 18px;
    float: left;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px); }

  /* --- FRONTSZOLG:END ---------------------------------- */
  /* --- FRONTARG ---------------------------------------- */
  #fullw15 section .blockinner {
    min-height: 275px; }

  /* --- FRONTARG:END ------------------------------------ */
  /* --- MENU -------------------------------------------- */
  .stickynav-active .navbar-default .navbar-nav > li > a {
    padding: 18px 13px 18px 13px; }

  /* --- MENU:END ---------------------------------------- */
  /* --- NAVEXTRA ---------------------------------------- */
  #navigation_extra {
    display: none !important; }

  .stickynav-active #navbar-collapse {
    padding-right: 0px; }

  /* --- NAVEXTRA:END ------------------------------------ */
  /* --- PAGE: TERMEKEK ---------------------------------- */
  .view-akcios-termekek .views-field-field-akcios-szoveg {
    margin-bottom: 5px; }

  .view-akcios-termekek .views-row .views-field-field-termek-kepe {
    float: left;
    width: 21.5%;
    margin-right: 1.5%; }

  .view-akcios-termekek .prodticketinfo {
    float: left;
    width: 77%; }

  /* --- PAGE: TERMEKEK:END ------------------------------ */
  /* --- PAGE: BOLTOK ------------------------------------ */
  .view-kiemelt-boltok .views-row .views-field-title {
    margin-top: 0px; }

  .view-kiemelt-boltok .views-row .views-field-field-nyitvatartas {
    margin-top: 5px;
    margin-bottom: 5px; }

  .view-kiemelt-boltok .views-row .views-field-view-node a {
    margin-top: 15px; }

  /* --- PAGE: BOLTOK:END -------------------------------- */ }
@media (max-width: 1170px) {
  .view-id-cimlap_ajanlo_blokk .row .col {
    width: 50%; }

  #views-bootstrap-cimlap-ajanlo-blokk-block-1 {
    max-width: 800px;
    margin: 0 auto; }

  .view-cimlap-ajanlo-blokk .col .views-field-title {
    margin-top: -202px; } }
@media (max-width: 1024px) {
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 ul li.grid--3, #block-views-block-partnerek-blokk-block-1 ul li.grid--4 {
    display: none; }

  /* --- PARTNERS:END ------------------------------------ */ }
@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-color: #fff;
    background: none; }

  .navbar-header .logo img {
    max-height: 80px; }

  #distronav .container > .navbar-header .region-navigation a.logo {
    max-height: 80px; }

  /* --- FULLFRONTFIRST ---------------------------------- */
  #fullwfrontfirst {
    padding-top: 190px;
    padding-bottom: 110px; }

  #fullwfrontfirst .col-sm-6 {
    float: none;
    width: 100%; }

  #fullwfrontfirst .region-fullwfrontfirst {
    display: -webkit-grid;
    display: grid; }

  #block-frontkep {
    -webkit-order: 1;
    order: 1; }

  #block-frontuzenet {
    -webkit-order: 2;
    order: 2; }

  #frontmessage_img {
    background-size: cover;
    margin-top: 0px; }

  .frontmessage .frontmessage_title, .frontmessage_text {
    text-align: center; }

  .frontmessage_ctaout {
    margin: 0 auto; }

  .frontmessage_cta {
    margin-top: 20px;
    display: table; }

  /* --- FULLFRONTFIRST:END ------------------------------ */
  /* --- FULLFRONTSECOND --------------------------------- */
  #fullwfrontsecond .col-sm-6 {
    float: none;
    width: 100%; }

  #whyusfront_img {
    background-size: cover; }

  .whyusfront .whyusfront_title, #whyusfront_text {
    text-align: center; }

  .whyusfront_cta {
    margin: 0 auto;
    margin-top: 20px; }

  #views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 .row:nth-child(2) .col:nth-child(1) .propocolinner {
    margin-bottom: 20px; }

  #views-bootstrap-cimlap-ajanlo-blokk-masolata-block-1 {
    margin-top: 10px;
    margin-bottom: 40px; }

  /* --- FULLFRONTSECOND:END ----------------------------- */
  /* --- FRONTARG ---------------------------------------- */
  #fullw15 section .blockinner {
    min-height: 400px; }

  /* --- FRONTARG:END ------------------------------------ */
  /* --- OUR NUMBERS V1 ---------------------------------- */
  #fullw4 .container {
    width: 100%; }

  /*   --- OUR NUMBERS V1:END ------------------------------ */
  /* --- OUR NUMBERS V2 ---------------------------------- 
  
      #fullw4 .container {
          width: 100%;
      }
  
  --- OUR NUMBERS V2:END ------------------------------ */
  /* --- MENU -------------------------------------------- */
  body {
    padding-top: 0px !important; }

  #distronav {
    position: relative;
    width: 100%;
    z-index: 9999; }

  #distronav.stickynav-active {
    position: relative;
    width: 100%;
    z-index: 9999; }

  #navbar {
    width: 100%;
    float: none; }

  #navbar nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .navbar-nav > li {
    float: none;
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }

  .collapse.in {
    display: block !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  #navbar-collapse {
    float: none;
    border: 0px;
    box-shadow: none; }

  .region-navigation-collapsible {
    float: none;
    width: 100%;
    display: table; }

  .navbar-header, .navbar-header a.logo {
    float: none !important;
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px; }

  .stickynav-active .logo img {
    max-height: 48px; }

  button.navbar-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    border: 0px;
    border-radius: 0px;
    height: 62px;
    width: 62px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.15s ease-out 0.4s;
    -moz-transition: all 0.15s ease-out 0.4s;
    -o-transition: all 0.15s ease-out 0.4s;
    transition: all 0.15s ease-out 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s; }

  .collapsed #toggleinner {
    margin-top: -11px; }

  #toggleinner {
    display: table;
    margin: 0 auto;
    position: relative;
    margin-top: -5px;
    width: 28px;
    height: 0px; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none; }

  button.navbar-toggle .sr-only {
    display: none; }

  .navbar-default button.navbar-toggle span.icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 28px;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

  button.navbar-toggle span.icon-bar:nth-child(2) {
    width: 0px;
    display: none; }

  button.navbar-toggle span.icon-bar:nth-child(5) {
    width: 0px;
    display: none; }

  button.navbar-toggle {
    margin-top: 0px; }

  button.collapsed {
    height: 62px;
    width: 62px;
    padding: 0px;
    margin: 0px; }

  button.collapsed span.icon-bar:nth-child(2) {
    top: 0px;
    width: 28px;
    display: block; }

  button.collapsed span.icon-bar:nth-child(3), button.collapsed span.icon-bar:nth-child(4) {
    top: 6px;
    width: 28px; }

  button.collapsed span.icon-bar:nth-child(5) {
    top: 16px;
    width: 28px;
    display: block; }

  button.navbar-toggle span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  button.navbar-toggle span.icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .navbar-header button.collapsed span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  .navbar-header button.collapsed span.icon-bar:nth-child(4) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  #distronav .container > .navbar-header {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px; }

  #distronav .container > .navbar-header .region-navigation a.logo {
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .stickynav-active .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    padding: 25px 13px 25px 13px;
    text-transform: uppercase;
    font-weight: 700; }

  .stickynav-active #navbar-collapse {
    padding-right: 15px;
    padding-left: 15px; }

  .stickynav-active #navhotcontacts, #navhotcontacts {
    margin: 0 auto;
    float: none;
    margin-top: 25px;
    margin-bottom: 60px;
    display: table; }

  #navbar .views-field-field-telefonszam .field-content a, #navbar .views-field-field-terkep-linkje-1 .field-content a, #navbar .views-field-field-e-mail-cim-1 .field-content a {
    margin-left: 6px;
    margin-right: 6px; }

  #block-bootstrapdistro-main-menu {
    margin-top: 25px; }

  ul.menu li.open ul.dropdown-menu > li > a {
    font-weight: 300;
    font-size: 11pt;
    color: #fff; }

  #block-bootstrapdistro-main-menu .stickynav-active ul.menu li.open ul.dropdown-menu, #block-bootstrapdistro-main-menu ul.menu li.open ul.dropdown-menu {
    padding-bottom: 20px; }

  ul.menu li.open ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff; }

  ul.menu li.open ul.dropdown-menu a {
    font-size: 10pt;
    text-align: center; }

  /* --- MENU:END ---------------------------------------- */
  /* --- FOOTER SECOND ----------------------------------- */
  #distrofooter_sec .footersec_col {
    width: 50%; }

  #distrofooter_sec h2.block-title {
    padding-left: 25px; }

  #distrofooter_sec #distrofooterlogo {
    margin-left: 25px;
    margin-top: 15px; }

  /* --- FOOTER SECOND:END ------------------------------- */
  /* --- MUNKATARSAK ------------------------------------- */
  .view-munkatarsak .row .col {
    width: 48%;
    margin-bottom: 20px; }

  /* --- MUNKATARSAK:END --------------------------------- */
  /* --- PAGE: CONTACT ----------------------------------- */
  .path-kapcsolat .contactpage-infoboxes > div {
    min-height: 180px; }

  .view-kapcsolat .views-field-field-munkatars article.munkatars {
    width: 48%;
    margin-bottom: 20px; }

  /* --- PAGE: CONTACT:END ------------------------------- */
  /* --- PAGE: HIREK ------------------------------------- */
  .path-hirek aside, .path-hirek .main-container section.col-sm-9 {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .path-hirek aside {
    margin-top: 50px; }

  .path-hirek .inner-wrapper-sticky {
    position: inherit !important;
    transform: none !important;
    width: 100% !important;
    left: 0px !important;
    top: 0px !important; }

  .path-hirek #secondsideinner {
    position: inherit !important; }

  /* --- PAGE: HIREK:END --------------------------------- */
  /* --- PAGE: TERMEKEK ---------------------------------- */
  .view-akcios-termekek .views-row {
    padding: 30px; }

  .view-akcios-termekek .views-field-field-akcios-szoveg {
    margin-bottom: 5px; }

  .view-akcios-termekek .views-row .views-field-field-termek-kepe {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 350px; }

  .view-akcios-termekek .prodticketinfo {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin-top: 25px; }

  .view-akcios-termekek .views-field-field-akcios-szoveg {
    margin: 0 auto;
    margin-bottom: 5px; }

  /* --- PAGE: TERMEKEK:END ------------------------------ */
  /* --- PAGE: BOLTOK ------------------------------------ */
  .view-kiemelt-boltok .views-row .views-field-field-image {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 15px; }

  .view-kiemelt-boltok .views-row {
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .view-kiemelt-boltok .views-row .views-field-view-node a {
    margin: 0 auto;
    margin-top: 15px; }

  /* --- PAGE: BOLTOK:END -------------------------------- */ }
@media (max-width: 850px) {
  /* --- OUR NUMBERS V1 ---------------------------------- */
  #distronums {
    width: 390px;
    margin: 0 auto; }

  /*    --- OUR NUMBERS V1:END ------------------------------ */
  /* --- OUR NUMBERS V2 ---------------------------------- 
  
      #distronums { 
          max-width: 400px;
          border: 0px;
      }
      .distronumscol {
          float: left;
          display: block;
          width: -webkit-calc(50% - 1px);
          width:    -moz-calc(50% - 1px);
          width:         calc(50% - 1px);
          padding-top: 10px;
          padding-bottom: 30px;
      }
      .distronumscol:nth-child(1), .distronumscol:nth-child(3) {
          border-right: 1px solid $light-fontcolor;
      }
      .distronumscol:nth-child(1), .distronumscol:nth-child(2) {
          border-bottom: 1px solid $light-fontcolor;
      }
      .distronumscol:after {
          display: none;
      }
      .distronumscircle {
          margin: 0 auto;
          text-align: center;
      }
      .distronum:after {
          min-width: 120px;
          margin: 0 auto;
          margin-top: -27px;
          position: relative;
          display: table;
          z-index: -1;
      }
      .distronumtext {
          text-align: center;
          margin: 0 auto;
      }
  
   --- OUR NUMBERS V2:END ------------------------------ */ }
@media (max-width: 768px) {
  /* --- BOTTOMFORM -------------------------------------- */
  #bottomform {
    padding-top: 30px; }

  /* --- BOTTOMFORM:END ---------------------------------- */
  /* --- CIMLAPAJANLO ------------------------------------ */
  .view-id-cimlap_ajanlo_blokk .row .col {
    float: left;
    width: 50%; }

  /* --- CIMLAPAJANLO:END -------------------------------- */
  /* --- TESTIMONIALS ------------------------------------ */
  #block-views-block-ajanlolevel-blokk-block-1 {
    margin: 0 auto;
    max-width: 630px; }

  #block-views-block-ajanlolevel-blokk-block-1 .slick-slide li {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 55px; }

  /* --- TESTIMONIALS:END --------------------------------- */
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 {
    margin: 0 auto;
    max-width: 630px; }

  /* --- PARTNERS:END ------------------------------------ */
  /* --- FRONTSZOLG -------------------------------------- */
  #block-cimlapszolgaltatasokbevezeto .block-title {
    text-align: center; }

  #block-cimlapszolgaltatasokbevezeto {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    width: 100%;
    margin-bottom: 60px; }

  #block-views-block-cimlap-szolgaltatasok-block-1 {
    float: none;
    width: 100%; }

  #views-bootstrap-cimlap-szolgaltatasok-block-1 .col {
    margin-bottom: 35px; }

  #block-views-block-cimlap-szolgaltatasok-block-1 .frontszolghead {
    margin: 0 auto;
    width: auto;
    position: relative; }

  #block-views-block-cimlap-szolgaltatasok-block-1 .views-field-body {
    margin: 0 auto;
    text-align: center;
    max-width: 560px;
    margin-top: 15px; }

  #frontszolglink {
    margin: 0 auto; }

  .frontszolghead .views-field-field-szolgaltatas-ikonja:before {
    left: -13px; }

  /* --- FRONTSZOLG:END----------------------------------- */
  /* --- FRONTARG ---------------------------------------- */
  #fullw15 section .blockinner {
    min-height: 30px; }

  #fullw15 section {
    margin-bottom: 25px; }

  #fullw15 section:last-child {
    margin-bottom: 0px; }

  /* --- FRONTARG:END ------------------------------------ */
  /* --- FRONTINFO --------------------------------------- */
  #fullw16 section {
    margin-bottom: 70px; }

  #fullw16 section:last-child {
    margin-bottom: 0px; }

  /* --- FRONTINFO:END ----------------------------------- */
  /* --- FOOTER SECOND ----------------------------------- */
  #distrofooter_sec .footersec_col {
    width: 50%;
    float: left; }

  /* --- FOOTER SECOND:END ------------------------------- */
  /* --- PARAGRAPHS -------------------------------------- */
  .paragraph--type--kepgeleria .field--item {
    float: left;
    width: 25%;
    margin: 0 auto; }

  /* --- PARAGRAPHS:END ---------------------------------- */
  /* --- PAGE: CONTACT ----------------------------------- */
  .path-kapcsolat .contactpage-infoboxes > div {
    width: 48%; }

  /* --- PAGE: CONTACT:END ------------------------------- */
  /* --- PAGE: ROLUNK MONDTAK ---------------------------- */
  #views-bootstrap-ajanlolevel-page-1 .col {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%; }

  #views-bootstrap-ajanlolevel-page-1 .row {
    display: -webkit-box; }

  /* --- PAGE: ROLUNK MONDTAK:END ------------------------ */
  /* --- PAGE: REFERENCIAK ------------------------------- */
  .view-referenciak .preimage, .view-referenciak .preinfo {
    float: none; }

  .view-referenciak .preinfo {
    margin: 0 auto; }

  .view-referenciak .preinfo .preinfo-inner {
    margin: 0 auto !important;
    margin-top: -65px !important;
    width: 90%; }

  .view-referenciak .views-row {
    margin-bottom: 30px; }

  .view-referenciak .views-row .views-field-view-node .field-content {
    background: #fff;
    position: relative;
    padding: 0px;
    max-width: 120px;
    margin: 0 auto;
    display: table;
    margin: 0 auto;
    margin-bottom: -20px; }

  /* --- PAGE: REFERENCIAK:END --------------------------- */
  /* --- PAGE: SZOLGALTATASOK ---------------------------- */
  .view-szolgaltatasok .preimage, .view-szolgaltatasok .preinfo {
    float: none; }

  .view-szolgaltatasok .preinfo {
    margin: 0 auto; }

  .view-szolgaltatasok .preinfo .preinfo-inner {
    margin: 0 auto !important;
    margin-top: -65px !important;
    width: 90%; }

  .view-szolgaltatasok .views-row {
    margin-bottom: 30px; }

  .view-szolgaltatasok .views-row .views-field-view-node .field-content {
    background: #fff;
    position: relative;
    padding: 0px;
    max-width: 120px;
    margin: 0 auto;
    display: table;
    margin: 0 auto;
    margin-bottom: -20px; }

  /* --- PAGE: SZOLGALTATASOK:END ------------------------ */
  /* --- PAGE: HIREK ------------------------------------- */
  .view-hirek .newsleft, .view-hirek .newsright {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }

  .view-hirek .newsleft img {
    width: 100%; }

  .view-hirek .newsright {
    margin-top: 10px; }

  .view-hirek .views-row {
    margin-bottom: 50px; }

  .view-hirek .views-field-body {
    text-align: justify; }

  /* --- PAGE: HIREK:END --------------------------------- */
  /* --- PAGE: TERMEKEK ---------------------------------- */
  .page-node-type-termek .field--name-field-termek-kepe img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 300px; }

  .page-node-type-termek .productright {
    display: table;
    margin: 0 auto; }

  .page-node-type-termek .field--name-field-ertekesitesi-erv {
    margin-top: 20px; }

  /* --- PAGE: TERMEKEK:END ------------------------------ */ }
@media (max-width: 767px) {
  /* --- MENU -------------------------------------------- */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-weight: 300;
    font-size: 11pt;
    color: #fff !important;
    line-height: 44px; }

  /* --- MENU:END ---------------------------------------- */ }
@media (max-width: 660px) {
  /* --- FRONT ------------------------------------------- */
  .path-frontpage h2.block-title {
    font-size: 27pt; }

  /* --- FRONT:END --------------------------------------- */
  /* --- FULLFRONTFIRST ---------------------------------- */
  #frontmessage_cta1, #frontmessage_cta12 {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; }

  /* --- FULLFRONTFIRST:END ------------------------------ */
  /* --- OUR NUMBERS V1 ---------------------------------- */
  .distronumscol {
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
    margin: 20px; }

  .distronumscircle {
    display: table;
    margin: 0 auto; }

  /*  --- OUR NUMBERS V1:END ------------------------------ */
  /* --- TESTIMONIALS ------------------------------------ */
  #block-views-block-ajanlolevel-blokk-block-1 {
    max-width: 480px; }

  /* --- TESTIMONIALS:END --------------------------------- */ }
@media (max-width: 642px) {
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 {
    margin: 0 auto;
    max-width: 540px; }

  #block-views-block-partnerek-blokk-block-1 ul li.grid--2 {
    display: none; }

  #block-views-block-partnerek-blokk-block-1 ul li a {
    padding-left: 25px;
    padding-right: 25px; }

  /* --- PARTNERS:END ------------------------------------ */ }
@media (max-width: 600px) {
  #fullw2 {
    background: #fff;
    padding: 25px; }

  /* --- FULLFRONTSECOND --------------------------------- */
  #whyusfront_cta1 {
    float: none;
    margin: 0 auto;
    min-width: 230px; }

  #whyusfront_cta2 {
    margin: 0 auto;
    text-align: center;
    float: none; }

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

  #whyusfront_cta3 {
    display: none; }

  /* --- FULLFRONTSECOND:END ----------------------------- */
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 {
    max-width: 460px; }

  /* --- PARTNERS:END ------------------------------------ */
  /* --- FOOTER SECOND ----------------------------------- */
  #distrofooter_sec .footersec_col {
    margin: 0 auto;
    width: 90%;
    max-width: 300px;
    float: none;
    margin-bottom: 50px; }

  #distrofooter_sec #distrofooterlogo {
    margin: 0 auto;
    margin-top: 15px; }

  #distrofooter_sec #footersec_col4, #distrofooter_sec #footersec_col4 h2.block-title {
    text-align: center; }

  /* --- FOOTER SECOND:END ------------------------------- */
  /* --- PAGE: ROLUNK MONDTAK ---------------------------- */
  #views-bootstrap-ajanlolevel-page-1 .col {
    width: 86%;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px; }

  #views-bootstrap-ajanlolevel-page-1 .row {
    display: block; }

  /* --- PAGE: ROLUNK MONDTAK:END ------------------------ */ }
@media (max-width: 550px) {
  /* --- CIMLAPAJANLO ------------------------------------ */
  .view-id-cimlap_ajanlo_blokk .row .col {
    float: none;
    width: 100%; }

  /* --- CIMLAPAJANLO:END -------------------------------- */ }
@media (max-width: 500px) {
  /* --- OUR NUMBERS V2 ---------------------------------- 
  
      #distronums {
          margin-top: 30px;
      }
      .distronumscol {
          float: none;
          margin: 0 auto;
          width: 100%;
          border: 0px !important;
      }
  
   --- OUR NUMBERS V2:END ------------------------------ */
  /* --- TESTIMONIALS ------------------------------------ */
  #block-views-block-ajanlolevel-blokk-block-1 {
    max-width: 430px; }

  /* --- TESTIMONIALS:END --------------------------------- */
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 {
    max-width: 420px; }

  /* --- PARTNERS:END ------------------------------------ */
  /* --- MUNKATARSAK ------------------------------------- */
  .view-munkatarsak .row .col {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
    float: none; }

  /* --- MUNKATARSAK:END --------------------------------- */
  /* --- PAGE: CONTACT ----------------------------------- */
  .view-kapcsolat .views-field-field-munkatars article.munkatars {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
    float: none; }

  .path-kapcsolat .contactpage-infoboxes {
    margin: 0 auto;
    width: 100%; }

  .path-kapcsolat .contactpage-infoboxes > div {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
    float: none;
    min-height: 114px; }

  /* --- PAGE: CONTACT:END ------------------------------- */
  /* --- PAGE: ESEMENYEK --------------------------------- */
  #block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-row, .view-esemenyek .views-row {
    text-align: center; }

  .eventleft {
    float: none;
    width: 90%;
    display: table;
    margin: 0 auto; }

  .eventright {
    float: none;
    width: 90%;
    display: table;
    margin: 0 auto; }

  .views-field-field-esemeny-kepe, .views-field-field-esemeny-kepe img {
    margin: 0 auto; }

  .views-field-field-esemeny-idopontja, .views-field-field-esemeny-helyszine {
    display: table;
    margin: 0 auto; }

  .views-field-field-esemeny-idopontja {
    margin-top: 10px;
    margin-bottom: 2px; }

  /* --- PAGE: ESEMENYEK:END ----------------------------- */
  /* --- PAGE: HIREK ------------------------------------- */
  .view-hirek .views-row .views-field-view-node .field-content {
    position: relative;
    padding: 0px;
    max-width: 120px;
    margin: 0 auto;
    display: table;
    margin: 0 auto;
    margin-bottom: -20px; }

  .view-taxonomy-term .row .col {
    margin-bottom: 40px;
    text-align: center; }

  .view-taxonomy-term .row .col .views-field-field-image {
    float: none;
    max-width: 220px;
    margin: 0 auto; }

  /* --- PAGE: HIREK:END --------------------------------- */
  /* --- PAGE: BOLTOK ------------------------------------ */
  .view-boltok .row .col .shopiteminner .views-field-field-image {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .view-boltok .row .col .shopiteminner .views-field-title {
    margin-top: 10px; }

  /* --- PAGE: BOLTOK:END -------------------------------- */ }
@media (max-width: 450px) {
  /* --- TESTIMONIALS ------------------------------------ */
  #block-views-block-ajanlolevel-blokk-block-1 {
    max-width: 290px; }

  /* --- TESTIMONIALS:END --------------------------------- */
  /* --- PARTNERS ---------------------------------------- */
  #block-views-block-partnerek-blokk-block-1 {
    max-width: 290px; }

  /* --- PARTNERS:END ------------------------------------ */
  /* --- FRONTSZOLG -------------------------------------- */
  .frontszolghead .views-field-title {
    margin-top: 2px; }

  /* --- FRONTSZOLG:END ---------------------------------- */
  /* --- PARAGRAPHS -------------------------------------- */
  .paragraph--type--kepgeleria .field--item {
    float: left;
    width: 50%;
    margin: 0 auto; }

  /* --- PARAGRAPHS:END ---------------------------------- */
  /* --- PAGE: TERMEKEK ---------------------------------- */
  #views-bootstrap-termekek-utvonala-page-1 .row .col {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px; }

  /* --- PAGE: TERMEKEK:END ------------------------------ */ }
#bottomform .region, article[data-history-node-id="74"], .paragraph--type--hivatkozas-gomb .field--name-field-hivatkozas-gomb a:hover, .path-kapcsolat .contactpage-infoboxes > div, #block-bootstrapdistro-views-block-jovobeli-esemenyek-blokk-block-1 .views-field-field-esemeny-idopontja time, .page-node-type-esemeny .field--name-field-esemeny-idopontja time {
  background: #3e879c;
  background: -webkit-linear-gradient(45deg, #3e879c 0%, #2fa4c5 100%);
  background: linear-gradient(45deg, #3e879c 0%, #2fa4c5 100%); }

body, #fullw3, #betterheader {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/megabg.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/megabg.jpg); }

.view-partnerek .col .views-field-field-partner-logoja::before, .views-field-field-esemeny-kepe::before, .view-referenciak .views-row .views-field-field-referencia-kepe::before, .view-szolgaltatasok .views-row .views-field-field-szolgaltatas-kepe::before, .view-hirek .views-row .views-field-field-image::before, #views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket .views-field-field-termek-kepe:before, .view-akcios-termekek .views-field-field-termek-kepe:before, .view-boltok .views-field-field-image:before, .view-kiemelt-boltok .views-field-field-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.view-partnerek .col .views-field-field-partner-logoja:hover::before, .views-field-field-esemeny-kepe:hover::before, .view-referenciak .views-row .views-field-field-referencia-kepe:hover::before, .view-szolgaltatasok .views-row .views-field-field-szolgaltatas-kepe:hover::before, .view-hirek .views-row .views-field-field-image:hover::before, #views-bootstrap-termekek-utvonala-page-1 .row .col .prodticket:hover .views-field-field-termek-kepe:before, .view-akcios-termekek .views-row:hover .views-field-field-termek-kepe:before, .view-boltok .col:hover .views-field-field-image:before, .view-kiemelt-boltok .views-row:hover .views-field-field-image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

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