*{
	box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'robotoregular';
}
:-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'robotoregular';
}
::-moz-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'robotoregular';
}
:-ms-input-placeholder {
  color: #807f7f;
  font-style: italic;
  font-family: 'robotoregular';
}

::-moz-selection {
  color: #fff;
  background: #d74a69;
}
::selection {
  color: #fff;
  background: #d74a69;
}

a, a:hover {
		color: #000;
}

.btn {
	cursor: pointer;
}
.btn-primary {
	background: #000;
	border-color: #000;
}
.btn-primary:hover {
	background: #4e4e4e;
	border-color: #4e4e4e;
}

.jcontainer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1240px;
}

.module.resp_menu {
	margin-top: 40px;
}
.resp_menu-wrap {
	display: none;
}
.resp_menu-wrap .nav-link {
	color: #000 !important;
	font-size: 1em !important;
}
@media all and (min-width:768px){
	.resp_menu-wrap .resp-slogan {
		border-left: 1px solid #000;
	}
}
@media all and (max-width:768px){
	.resp_menu-wrap .module.logo {
		max-width: 300px;
	}
	.resp_menu-wrap .resp-slogan {
		border-top: 1px solid #000;
		margin-top: 15px;
		padding-top: 10px;
	}
}



body:not(.fooldal):not(.etlap) {
	background: url(../images/body-bg-left.png) no-repeat center top, url(../images/body-bg-right.png) no-repeat center bottom 300px;
}

body:not(.fooldal):not(#tinymce) {
	padding-top: 80px;
}
@media all and (min-width:1200px){
	body:not(.fooldal):not(#tinymce) {
		padding-top: 120px;
	}
}

header {
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.2);
}
body.fixedMenu header, body:not(.fooldal) header {
	background: rgba(0, 0, 0, 1);
	min-height: 81px;
}
header .header-a-b-wrap {
  text-align: right;
}
@media all and (max-width:768px){
	header .header-a-b-wrap {
		text-align: center;
	}
}
header .module.kereso {
  display: inline-block;
}
header .module.cart-ajax {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.module.elerhetosegek .icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.module.logo {
  overflow: hidden;
}
.wr-logo {
	max-width: 181px;
}
.wr-slogan {
	border-left: 1px solid #fff;
}
@media all and (min-width:768px){

}
@media all and (max-width:768px){
	header {
		padding: 0;
	}
	.logo-wrap .row .col-12 {
		flex: 0 0 200px;
	}
	.logo-wrap {
		padding: 10px;
	}
}

@media all and (max-width:991px){
	body.hasContentSide main {
		padding-left: 0;
	}
}
body.hasContentSide main .jcontainer {
	padding: 0;
}
aside .jcontainer {
	padding: 0;
}
aside.col {
	display: none;
}
@media all and (min-width: 992px){
	aside.col {
		display: block;
		flex: unset;
		float: left;
		width: 300px;
		z-index: 2;
	}
	main.col {
		width: 100%;
		z-index: 1;
	}
	body.hasContentSide main.col {
		flex: unset;
		float: left;
		margin-left: -300px;
		padding-left: 300px;
	}
}

.module.card-wrap {
	margin-bottom: 20px;
}

.category-module > li:not(:nth-last-of-type(1)), .blog .items-row:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.card.horizontal .card-footer {
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  padding-top: 0;
}
.page-header h1, .page-header h2 {
	margin-bottom: 15px;
	font-size: 120%;
	color: #000;
}
footer {
	background: #2e2e2e url(../images/footer-bg.png) no-repeat center bottom;
	color: #fff;
}
footer a {
	color: #fff;
}

.footer-top {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

.module.footer-logo img {
	max-width: 200px;
}
.module.footer-logo p {
	margin: 0;
}

.footer-bottom {
	padding: 20px 0;
	text-transform: uppercase;
	font-family: robotolight;
	font-size: 0.9em;
}
.footer-bottom .col-12:nth-last-of-type(1) {
	border-left: 1px solid #fff;
}

.item-page .item-image {
	max-width: 50%;
}
@media all and (max-width:768px){
	.item-page .item-image {
		max-width: 100%;
	}
}

.contact-address h4 {
	background: #a08a69 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	line-height: 43px;
	text-align: center;
	width: 40px;
}
.contact-address h4 + div {
  padding-left: 10px;
}
.contact-form label {
	display: none;
}


form label {
	font-weight: bold;
}
form input + label {
	font-weight: normal;
}


.edit.item-page .chzn-container {
  width: 100% !important;
}
.articleBody .img-wrapper, .article_anywhere .img-wrapper {
	display: inline-block;
}
.articleBody .img-wrapper img, .article_anywhere .img-wrapper img {
	height: auto;
	margin: 0;
	max-width: 100%;
	width: 100%;
}


.tip-wrap {
  background: #000 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 80%;
  line-height: 120%;
  padding: 7px 10px;
  z-index: 99999;
}



@media all and (min-width:768px){
	.component-wrap .registration form,
	.component-wrap .user_reset form,
	.component-wrap .profile-edit form {
		margin: 0 auto;
		max-width: 70%;
	}
}
 .component-wrap .registration form legend {
  display: none;
}

.admin_menu-wrap {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.admin_menu-wrap .admin_menu-inner {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	width: 0;
}
.admin_menu-wrap.active .admin_menu-inner {
	width: 200px;
}
.admin_menu-wrap .icon {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: block;
	height: 43px;
	line-height: 43px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
}
.admin_menu-wrap ul li a {
	color: #000;
	display: block;
	padding: 10px 15px;
	position: relative;
}
.admin_menu-wrap ul li a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* magnific popup *******************************************************************************/
.mfp-wrap {
	overflow: auto;
}

.mfp-container {
  padding: 0 10px;
}
.mfp-wrap.ajax .mfp-content {
  background: #fff none repeat scroll 0 0;
  margin: 10px 0;
  max-width: 700px;
}
.mfp-wrap.ajax .mfp-content header {
  background: #789e00 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.mfp-wrap.ajax .mfp-content .item-page {
  padding: 20px;
}
.mfp-wrap.ajax .mfp-content .item-page .article-info {
  display: none;
}
.mfp-wrap.ajax .mfp-content .page-header {
  background: #b8d900 none repeat scroll 0 0 !important;
  margin: -20px;
  padding: 20px;
  margin-bottom: 20px;
}

/* sige gallery *********************************************************************************/
.sige {
    clear: both;
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sige_single {
    list-style-type: none;
    text-align: center;
}
.sige .sige_clr {
    clear: both;
}
.sige_thumb {
    display: inline-block;
}
.sige_thumb img {
    border: 4px solid #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    position: relative;
    width: 100%;
}
.sige_caption {
    clear: both;
    display: block;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sige_small {
    color: #666666;
    font-size: 92%;
    text-align: center;
}
.sige li {
    display: inline-block;
    float: none;
    height: auto;
    max-width: 300px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

/* vsigl gallery **********************************************************************************/
.vsig1_0 {
    text-align: center;
    width: 100% !important;
}
.vsig_top1_0 {
    max-height: 350px;
    width: 100% !important;
		margin-bottom: 20px !important;
}
.vsig_top1_0 img {
    max-height: 350px;
    max-width: 100%;
}
.vsig .thumbs-wrap .vsig_cont {
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}
.vsig_ctrls {
    height: auto;
    padding-top: 10px;
    text-align: center !important;
    width: 100% !important;
		display: table !important;
}
.vsig_ctrls .btn {
    width: 120px;
}


#toTop::before {
	content: "\e90f";
	font-family: icomoon;
	font-size: 35px;
}
#toTop {
  background: #343a40 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 70px;
  line-height: 70px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 70px;
  z-index: 999;
}
#toTop:hover {
	background: #26282b;
}
body.fixed-szechenyi #toTop {
	bottom: 175px
}

/* Galéria modul ============================================================================================================================= */
.galeria_modul .popup-gallery {
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
.galeria_modul .popup-gallery .wrap {
  margin: 0;
  padding: 5px;
  width: 33.33%;
}
@media all and (max-width:768px){
	.galeria_modul .popup-gallery .wrap {
		width: 50%;
	}
}
@media all and (max-width:575px){
	.galeria_modul .popup-gallery .wrap {
		width: 100%;
	}
}
.galeria_modul .popup-gallery a {
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 55%;
  position: relative;
  vertical-align: middle;
}
.galeria_modul .popup-gallery a img {
  display: none;
}
.galeria_modul .popup-gallery a .zoom {
	display: none;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.galeria_modul .popup-gallery a:hover .zoom {
	display: block;
}
.galeria_modul .popup-gallery a .zoom .content {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 89px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.galeria_modul .popup-gallery a .zoom .icon {
  font-size: 50px;
}
.galeria_modul .popup-gallery a .zoom span {
  display: block;
  padding-top: 15px;
  line-height: 100%;
}

.galeria_modul .more_button {
  text-align: center;
  padding-top: 20px;
}




.resp_menu-wrap .moduletable.logo {
    padding-bottom: 20px;
}
.resp_menu-wrap .moduletable.logo a {
    display: inline-block;
}
.resp_menu-wrap .moduletable.logo a img {
    max-width: 100%;
    width: 100%;
}
.resp_menu_button-wrap {
    display: block;
}
.resp_menu_button-wrap button {
    background: #1ea6df none repeat scroll 0 0;
    border: 1px solid #1ea6df;
    color: #fff;
    line-height: 40px;
    margin-bottom: 7px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase;
}
.resp_menu_button-wrap button:hover {
    background: #726659 none repeat scroll 0 0;
}
.resp_menu_button-wrap button i {
    margin-right: 5px;
}
.resp_menu-wrap {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.resp_menu-scroll {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 73%;
}
.resp_menu-inner {
    padding: 20px;
}
.resp_menu-inner .moduletable.logo {
    max-width: 300px;
}
.resp_menu-close {
    background: #fff none repeat scroll 0 0;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    cursor: pointer;
    font-size: 25px;
    height: 70px;
    left: 73%;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    top: 50%;
    width: 40px;
}
.moduletable.resp_menu ul li a, .moduletable.resp_menu ul li span {
    border-bottom: 1px solid #d6d6d6;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 110%;
    height: auto;
    line-height: 100%;
    padding: 10px 0;
    transition: padding 0.3s ease 0s;
    width: 100%;
}
.moduletable.resp_menu ul li a:hover, .moduletable.resp_menu ul li span:hover, .moduletable.resp_menu ul li.active:not(.deeper) > a, .moduletable.resp_menu ul li.active:not(.deeper) > span {
    background: #005648 none repeat scroll 0 0;
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}
.moduletable.resp_menu ul.nav > li > a:hover, .moduletable.resp_menu ul.nav > li > span:hover {
    padding-left: 10px;
    padding-right: 10px;
    transition: padding 0.3s ease 0s;
}
.moduletable.resp_menu ul li.deeper > a::after, .moduletable.resp_menu ul li.deeper > span::after {
    content: "";
    display: inline-block;
    font-family: icomoon;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
}
.moduletable.resp_menu ul li.deeper > a::after, .moduletable.resp_menu ul li.deeper > span::after {
}
.moduletable.resp_menu ul li.deeper.active > a::after, .moduletable.resp_menu ul li.deeper.active > span::after {
    content: "";
}
.moduletable.resp_menu ul.nav > li:nth-last-of-type(1) a, .moduletable.resp_menu ul.nav > li:nth-last-of-type(1) span {
    border: 0 none;
}
.moduletable.resp_menu ul.nav li.deeper:not(.active) ul {
    display: none;
}
.moduletable.resp_menu ul li.deeper ul li a, .moduletable.resp_menu ul li.deeper ul li span {
    padding-left: 15px;
}
.moduletable.resp_menu ul li.deeper ul li.deeper ul li a, .moduletable.resp_menu ul li.deeper ul li.deeper ul li span {
    padding-left: 30px;
}







/* Captcha ============================================================================================================================== */
.osolCaptchaBlock {
  clear: both;
  position: relative;
  width: 100%;
}
.osolCaptchaBlock > .ujkep {
  display: none !important;
}
.osolCaptchaBlock .ellenorzokod {
  text-align: left;
  width: 100%;
}
.osolCaptchaBlock .captcha_kep {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.osolCaptchaBlock .captcha_kep > img {
  max-width: 100%;
}
.osolCaptchaBlock .captcha_kep .ujkep {
  display: none !important;
}
.osolCaptchaBlock .bevitel {
  display: inline-block;
  padding-left: 27px;
  vertical-align: middle;
  width: 50%;
}
.osolCaptchaBlock .bevitel input {
  width: 100%;
}
.osolCaptchaBlock .bevitel .ujkep {
  display: block;
  font-size: 70%;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.osolCaptchaBlock > label {
  display: none !important;
}

#system-message-wrap {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
#system-message::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#system-message {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  font-size: 0;
}
#system-message .alert-wrap {
	display: inline-block;
	font-size: 16px;
	max-width: 600px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 1045;
	margin: 0 -2px;
}
#system-message .alert-wrap .alert {
  border: 0 none;
  border-radius: 0;
  text-align: left;
	margin-bottom: 0;
}
.alert.alert-warning {
	background: #EF4A42;
	color: #fff;
}
.alert.alert-notice {
	background: #5ca9cc;
	color: #fff;
}
.alert.alert-success {
	color: #fff;
	background-color: #5b9c25;
}
.alert.alert-message {
	background-color: #fff;
}

/* Sütik használata infó */
#ca_banner {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: -30%;
  box-shadow: 0 0 40px #444;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 16777270;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
#ca_banner.show {
	bottom: 0;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
}
#ca_banner p {
  color: #fff;
  line-height: 200%;
  margin: 0;
}
#ca_banner p button {
  margin-left: 15px;
}
#ca_banner p .modal {
  position: static;
  display: inline;
  color: #fff;
  text-decoration: underline;
}
#ca_banner p .modal:hover {
  text-decoration: none;
}



.loader-wrap {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  left: 0;
  padding: 5%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
body.loading .loader-wrap {
  display: block;
}
.loader {
  left: 0;
  margin: -92px auto 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader + .txt {
  display: block;
  left: 0;
  padding: 13px 15px 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  font-size: 150%;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}



@media all and (max-width: 768px) {
	table.breakpoint-768 tr th {
			display: none;
	}
	table.breakpoint-768 tr td {
			display: block;
			margin: -1px 0;
			max-width: 100% !important;
			padding: 10px;
			width: 100% !important;
	}
	table.breakpoint-768 tr td[data-title]::before {
			content: attr(data-title) ":";
			font-weight: bold;
			margin-right: 5px;
	}
}



body {
	font-family: 'robotoregular';
}

.content-wrap {
	overflow-x: hidden;
}

.menu .nav-link {
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 4px !important;
	border-bottom: 1px solid transparent;
	font-family: robotobold;
	font-size: 0.85em;
}
@media all and (min-width:1450px){
	.menu .nav-link {
		padding: 10px 8px !important;
		font-size: 1em;
	}
}
@media all and (min-width:1600px){
	.menu .nav-link {
		padding: 10px 15px !important;
	}
}
.menu .nav-item.active .nav-link, .menu .nav-link:hover {
	color: #fff;
	border-color: #fff;
	/* background: #0069D9; */
}
.navbar-nav .dropdown-menu::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent #4c372c transparent;
	position: absolute;
	top: -16px;
	left: 20px;
}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	background: #4c372c;
	color: #fff;
	margin-top: 18px;
	white-space: nowrap;
	min-width: 250px;
}
.navbar-nav .dropdown-menu a {
	color: #fff;
	text-transform: uppercase;
	white-space: normal;
	font-family: robotobold;
	padding: 10px 20px;
}
.navbar-nav .dropdown-menu a:hover {
	color: #4c372c;
}
.navbar-nav .dropdown-menu li:not(:nth-of-type(1)) a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.module > .card {
	/*background: none;
	border: 0;
	padding: 0;
	margin: 0;*/
}

.img-slider-wrap {
	position: relative;
}
#carousel-108 .desc .btn {
	color: #000;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.5);
	font-family: robotobold;
	border-radius: 0;
	border: 2px solid #000;
}
#carousel-108 .desc .btn i {
	font-size: 29px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 8px;
}

.nav-item > a {
	position: relative;
}
/*.nav-item.parent > a::after {
	content: "\f107";
	font-family: icomoon;
	margin-top: -9px;
	position: absolute;
	right: 14px;
	text-indent: 0;
	top: 50%;
	margin-top: -9px;
}
.nav-item.parent.active > a::after {
	content: "\f106";
}*/
.nav-item.just-loading > a::after {
	content: "\e605";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	right: 0;
	animation: 1s linear 0s normal none infinite running spin;
	-webkit-animation: 1s linear 0s normal none infinite running spin;
	display: inline-block;
	margin-top: -13px;
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.items-row .card .introtext {
	line-height: 130%;
}

/* FF bugfix */
.carousel-item {
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}

#mobilValtas-wrapper .jcontainer {
	padding: 0;
}



body.fooldal .body > .content {
	background: url(../images/content-bg-1.png) no-repeat center top;
}


.module.homepage-articles {
	margin-bottom: 50px !important;
}
.module.homepage-articles .card {
	padding: 0;
	border: 0;
	margin: 0;
}
.module.homepage-articles .card .card-footer {
	display: none;
}
.module.homepage-articles .card .card-body {
	text-align: center;
	padding: 0;
	margin-top: 15px;
}
.module.homepage-articles .card .card-img {
	position: relative;
	border-radius: 50%;
	border: 10px solid #fff;
	overflow: hidden;
	background: none !important;
}
.module.homepage-articles .card .card-img a {
	display: block;
}
.module.homepage-articles .card .card-img a::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid #0f0f0f;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.module.homepage-articles .card .card-title h4 a {
	font-family: krinkes_decor_personal_useRg;
	color: #000;
	font-size: 1.4em;
}
@media all and (max-width:991px) {
	.module.homepage-articles {
		max-width: 700px;
		margin: 0 auto;
	}
}

@media all and (max-width:768px) {
	.module.homepage-articles {
		max-width: 480px;
		margin: 0 auto;
	}
}




.module.google_map {
	margin-bottom: 50px;
}



.module .card {
	border: 0;
	border-radius: 0;
	background: none;
}
.module .card .card-header, body:not(.view-article) .page-header, body.page .page-header, .heti-ajanlat-wrap > .title {
	border: 0;
	border-radius: 0;
	background: none;
	text-align: center;
}
.module .card .card-header div, body:not(.view-article) .page-header div, body.page .page-header div, .contact h3, .heti-ajanlat-wrap > .title div {
	text-align: center;
}
.contact h3 {
	display: block;
	font-size: 1em;
}
@media all and (min-width:768px) {
	.contact h3 {
		font-size: 1.5em;
	}
}
@media all and (min-width:768px) {
	.module .card .card-header div, body:not(.view-article) .page-header div, body.page .page-header div, .contact h3 span, .heti-ajanlat-wrap > .title div span {
		background: url(../images/title-item-left.png) no-repeat left center, url(../images/title-item-right.png) no-repeat right center;
		padding: 20px 170px;
		display: inline-block !important;
		text-align: left;
	}
}
.module .card .card-header .title, body:not(.view-article) .page-header div span, body.page .page-header div span, .contact h3 span, .heti-ajanlat-wrap > .title div span {
	font-family: krinkes_decor_personal_useRg;
	font-size: 2.5em;
	display: block;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.module .card .card-header .subtitle {
	display: block;
	margin-top: -28px;
	font-size: 1em;
}
@media all and (min-width:768px) {
	.module .card .card-header .title, body:not(.view-article) .page-header div span, body.page .page-header div span, .heti-ajanlat-wrap > .title div span {
		font-size: 3em;
	}
	.module .card .card-header .subtitle {
		margin-top: -32px;
		font-size: 1.2em;
	}
}


body.view-article:not(.page) .page-header {
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: robotobold;
}

.module.gallery .jcontainer {
	max-width: 100%;
	padding: 0;
}
.module.gallery .card .card-body {
	padding: 0;
}
.module.gallery .card .card-header .subtitle {
	text-indent: 50px;
	margin-right: -30px;
}
.module.gallery ul li.item {
	position: relative;
}
.module.gallery ul li.item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.module.gallery ul li.item a .hover-block {
	position: absolute;
	display: flex;
	top: 20px;
	left: 20px;
	background: rgba(46, 46, 46, 0.9);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	color: #fff;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	opacity: 0;
	transition: all 0.5s;
}
.module.gallery ul li.item a:hover .hover-block {
	opacity: 1;
	transition: all 0.5s;
}
.module.gallery ul li.item a .hover-block .button {
	display: block;
	border: 1px solid #fff;
	padding: 10px 20px;
}
.module.gallery ul li.item a .hover-block .button:hover {
	background: #fff;
	color: rgba(46, 46, 46, 1);
}
.module.gallery ul li.item img {
	width: 100%;
}
.module.gallery .lSSlideOuter .lSPager.lSpg {
	margin-top: 15px !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #000;
	transform: scale(1.6);
	transition: none;
}




body.etlap .content .jcontainer {
	max-width: 100%;
	padding: 0 !important;
}
body.etlap .articleBody .info {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 30px;
	padding: 0 30px;
}
body.etlap .articleBody .info i {
	font-size: 1.5em;
}

body.etlap .menu-wrap > .row {
	padding: 50px 0;
	margin: 0;
}
body.etlap .menu-wrap > .row:nth-of-type(odd) {
	background: #f5f4f4 url(../images/etlap-bg-1.jpg) no-repeat center center;
}
body.etlap .menu-wrap > .row:nth-of-type(even) {
	background: #fff url(../images/etlap-bg-2.jpg) no-repeat center bottom;
}
body.etlap .menu-wrap .caption,
body.etlap .menu-wrap .caption + .content {
	max-width: 1240px;
	margin: 0 auto;
}
body.etlap .menu-wrap .caption {
	text-align: center;
	margin-bottom: 30px;
}
body.etlap .menu-wrap .caption span {
	display: inline-block;
	color: #c1c1c1;
	text-transform: uppercase;
	font-family: robotobold;
	font-size: 1.5em;
}
@media all and (min-width:768px){
	body.etlap .menu-wrap .caption span {
		padding: 0 90px;
		background: url(../images/subtitle-item-left.png) no-repeat center left, url(../images/subtitle-item-right.png) no-repeat center right;
	}
}
body.etlap .menu-wrap .caption + .content {

}
@media all and (min-width:576px){
	body.etlap .menu-wrap .caption + .content .data {
		border-bottom: 2px dotted #000;
		padding-bottom: 15px;
	}
}
body.etlap .menu-wrap .caption + .content .data .title {
	font-family: robotobold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 20px;
}
body.etlap .menu-wrap .caption + .content .data .title sup:hover {
	cursor: pointer;
	color: #a08a69;
}
body.etlap .menu-wrap .caption + .content .price {
	font-family: calling_heartregular;
	color: #a08a69;
	font-size: 3.5em;
	white-space: nowrap;
	line-height: 1;
	width: 100%;
	text-align: center;
}
body.etlap .menu-wrap .levesek .caption + .content .price {
	font-size: 2em;
}
body.etlap .menu-wrap .levesek .caption + .content .price span {
	color: #000;
	font-family: robotoregular;
	font-size: 0.6em;
}
@media all and (max-width:576px){
	body.etlap .menu-wrap .caption + .content .price {
		border-bottom: 2px dotted #000;
		padding-bottom: 15px;
	}
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
sup.modal.inline {
	position: relative !important;
	display: inline;
	top: -.5em;
}




.module.etelkulonlegessegek {
	background: url(../images/body-bg-left.png) no-repeat center top, url(../images/body-bg-right.png) no-repeat center bottom;
}
.module.etelkulonlegessegek .card .card-header .subtitle {
	font-size: 1.3em;
}
@media all and (min-width:768px) {
	.module.etelkulonlegessegek .card .card-header .subtitle {
		text-indent: 100px;
	}
}
@media all and (max-width:768px) {
	.module.etelkulonlegessegek .card .card-header .subtitle {
		margin-top: -20px;
	}
}
.module.etelkulonlegessegek .card .card-body {
	max-width: 1240px;
	margin: 0 auto;
}
.module.etelkulonlegessegek .block_item {
	background: #403f3f;
	color: #fff;
	margin-bottom: 30px;
}
.module.etelkulonlegessegek .block_item .image_block {
	padding-top: 65%;
	background-size: cover;
	background-position: center;
	display: block;
}
.module.etelkulonlegessegek .block_item .name {
	min-height: 80px;
	padding: 10px 10px;
	text-align: center;
	line-height: 1.3;
	font-family: robotolight;
	text-transform: uppercase;
	font-size: 0.9em;
}
.module.etelkulonlegessegek .block_item .row.extra_fields {
	text-align: center;
	padding: 11px 0;
	margin: 0;
	border-top: 1px solid #666565;
}
.module.etelkulonlegessegek .block_item .row.extra_fields .price {
	color: #ffd595;
	font-family: robotobold;
}
.module.etelkulonlegessegek .block_item .row.extra_fields .price .vip {
	color: #ff4e4e;
	line-height: 1.1;
}
.module.etelkulonlegessegek .block_item .row.extra_fields .icons {
	border-left: 1px solid #666565;
}
.module.etelkulonlegessegek .block_item .row.extra_fields .icons i {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: #ffd595;
	color: #403f3f;
	border-radius: 50%;
	line-height: 30px;
	font-size: 20px;
	margin: 0 2px;
}
.module.etelkulonlegessegek .block_item .row.extra_fields .icons i.icon-veszely {
	background: #fff;
	color: #403f3f;
}


body.with-anchors-module .content-top-full-wrap .jcontainer {
	max-width: 100%;
	padding: 0 !important;
}
.module.anchors {
	background: url(../images/anchors-module-bg.jpg) no-repeat center center;
	padding: 20px;
	margin-bottom: 30px;
}
@media all and (min-width:768px){
	.module.anchors .row > div {
		padding: 0 40px;
	}
	/*.module.anchors .row > div:nth-last-of-type(1) {
		border-left: 1px solid #000;
	}*/
}
@media all and (max-width:768px){
	.module.anchors .row > div {
		padding: 20px 0px;
		font-size: 0.8em;
	}
	.module.anchors .row > div:not(:nth-of-type(1)) {
		border-top: 1px solid #000;
	}
}
.module.anchors a > i {
	width: 76px;
	height: 76px;
	background: #fff;
	color: #000000;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 76px;
	font-size: 42px;
	vertical-align: middle;
	margin-right: 20px;
}
.module.anchors a > span {
	font-family: krinkes_decor_personal_useRg;
	color: #000000;
	font-size: 3em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-top: 9px;
}
.module.anchors a:hover {
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.module.anchors a > span i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -14px;
	line-height: 1;
}

.module.newsletter {
	max-width: 1240px;
	margin: 0 auto;
}

.module.newsletter .header-wrap {
	margin-bottom: 20px;
}
.module.newsletter .module-title-wrap {
	font-family: krinkes_decor_personal_useRg;
	font-size: 2.5em;
	line-height: 1;
}
@media all and (min-width:1150px){
	.module.newsletter .module-title-wrap {
		font-size: 3em;
	}
}
.module.newsletter .module-title-wrap i {
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
}
@media all and (max-width:576px){
	.module.newsletter .module-title-wrap i {
		display: block;
		margin-bottom: 20px;
	}
}
.module.newsletter .acymailing_introtext {
	padding: 0;
	font-size: 1.1em;
}
.module.newsletter table tr td {
	padding: 10px;
}
.module.newsletter .acyterms a {
	color: #000;
}
.module.newsletter .inputbox {
	border: 1px solid #000;
	border-radius: 0;
	height: 46px;
	width: 100%;
	max-width: 400px;
}
.module.newsletter .btn {
	height: 46px;
	border-width: 2px;
	text-transform: uppercase;
	font-family: robotobold;
	cursor: pointer;
	border-radius: 0;
}
.module.newsletter  .acymailing_form {
	width: 100%;
	max-width: 100%;
}
@media all and (min-width:768px){
	.module.newsletter  .acymailing_form {
		max-width: 75%;
	}
}
@media all and (max-width:576px){
	.module.newsletter .acymailing_form tr td {
		display: block;
		width: 100%;
	}
	.module.newsletter .inputbox {
		max-width: 100%;
	}
}



.contact > .page-header {
	display: none;
}
.contact-form {
	margin-bottom: 20px;
}
.contact-address.row {
	margin-bottom: 20px;
}


.module.ajanlatkero-rendezvenyek .card-body {
	padding: 0;
	margin-top: 20px;
}
.datepicker td, .datepicker th {
	padding: 6px;
}

.form-check-input {
	margin-left: 0;
}




body.ajanlatok .page-header, body.ajanlatok .articleBody > p {
	display: none;
}
.heti-ajanlat-wrap {
	background: url(../images/heti-ajanlat-bg-1.jpg) no-repeat left top / 25%, url(../images/heti-ajanlat-bg-2.jpg) no-repeat right top / 30%, url(../images/heti-ajanlat-bg-3.jpg) no-repeat left bottom / 30%;
	background-color: #f6f5fa;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	max-width: 1000px;
	margin: 10px auto;
	padding: 40px;
}
.heti-ajanlat-wrap .logo-wrap {
	text-align: center;
	margin-bottom: 50px;
}
.heti-ajanlat-wrap .logo-wrap img {
	max-width: 250px;
}
.heti-ajanlat-wrap > .title {
	font-size: 0.9em;
}
.heti-ajanlat-wrap .date {
	text-align: center;
	font-family: robotobold;
	text-transform: uppercase;
	font-size: 1.5em;
}
.heti-ajanlat-wrap .content .group {
	margin-top: 50px;
}
.heti-ajanlat-wrap .content .group-title {
	text-transform: uppercase;
	font-size: 2em;
	font-family: robotobold;
	color: #a6a6a8;
	margin-bottom: 25px;
}
.heti-ajanlat-wrap .content .group-title .col div {
	border-bottom: 4px dotted #a6a6a8;
}
.heti-ajanlat-wrap .content .group-title .col div span {
	background: #F6F5FA;
	display: inline-block;
	position: relative;
	top: 14px;
	padding-right: 12px;
}
.heti-ajanlat-wrap .content .item {
	font-size: 1.3em;
	margin-bottom: 10px;
}
.heti-ajanlat-wrap .content .item div:not(.price) {
	font-family: robotobold;
	text-transform: uppercase;
}
.heti-ajanlat-wrap .content .item div.price {
	font-family: calling_heartregular;
	color: #a08a69;
	font-size: 1.8em;
	line-height: 1;
}
.heti-ajanlat-wrap .content sup:hover {
	cursor: pointer;
	color: #a08a69;
}
.heti-ajanlat-wrap .info {
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	font-family: robotobold;
	border-bottom: 2px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.heti-ajanlat-wrap .info p {
	margin-bottom: 0px;
}
.heti-ajanlat-wrap .footer {
	font-family: robotobold;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
}
.heti-ajanlat-wrap .footer i {
	display: inline-block;
	width: 30px;
	font-size: 25px;
	vertical-align: middle;
	margin-top: -5px;
}
.heti-ajanlat-wrap .footer p {
	padding-left: 35px;
	font-size: 0.8em;
}
@media all and (max-width:991px) {
	.heti-ajanlat-wrap .content .item > div:nth-last-of-type(1) {
		border-bottom: 1px solid #c0bfbf;
		padding-bottom: 10px;
	}
}




.itallap {
	background-color: #f5f4f4;
	padding: 30px;
}
@media all and (max-width:768px){
	body.etlap .component-wrap {
		padding: 0 !important;
	}
	.itallap {
		padding: 15px;
		margin: 0;
	}
}
.itallap .itallap-wrap {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	/* padding: 20px 0; */
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	margin-top: 10px;
}
.itallap .title-wrap {
	background: url(../images/itallap/bg-5.png) no-repeat left top, url(../images/itallap/bg-2.png) no-repeat right top;
	text-align: center;
	min-height: 225px;
	padding-top: 100px;
}
@media all and (max-width:768px){
	.itallap .title-wrap {
		background: none;
	}
}
@media all and (max-width:600px){
	.itallap .title-wrap {
		font-size: 0.8em;
	}
}
.itallap .title-wrap h1 {
	font-family: krinkes_decor_personal_useRg;
	font-size: 4em;
	color: #a08a69;
	margin: 0;
	margin-bottom: -18px;
}
.itallap .title-wrap h2 {
	font-family: opensans_bold;
	font-size: 2em;
	color: #d3a86d;
	margin: 0;
}
.itallap .content {
	background: url(../images/itallap/bg-6.png) repeat-y left top, url(../images/itallap/bg-3.png) repeat-y right top;
	padding: 0px 90px;
	padding-bottom: 5px;
}
.itallap .content .table-responsive:nth-last-of-type(1) {
	margin-bottom: -120px;
}
.itallap .footer {
	background: url(../images/itallap/bg-7.png) no-repeat left bottom, url(../images/itallap/bg-4.png) no-repeat right bottom;
	height: 222px;
	margin-bottom: 30px;
	margin-top: -35px;
}
@media all and (max-width:768px){
	.itallap .content {
		background: none;
		padding: 0;
	}
	.itallap .footer {
		display: none;
	}
}
.itallap .table-responsive {
	overflow-x: unset;
	border: 0 !important;
}
.itallap table {
	width: 100%;
	margin-bottom: 30px;
}
.itallap table caption {
	padding: 0;
	caption-side: top;
}
.itallap table caption h1 {
	font-family: krinkes_decor_personal_useRg;
	font-size: 3em;
	color: #000;
}
@media all and (max-width:600px){
	.itallap table caption h1 {
		text-align: center;
		font-size: 3em;
	}
}
.itallap table caption p.info {
	font-size: 1em;
	color: #000;
	margin-bottom: -15px;
}
.itallap table tr th {
	font-family: robotobold;
	font-size: 1.8em;
	color: #a08a69;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: normal;
}
@media all and (max-width:600px){
	.itallap table caption p.info {
		text-align: center;
	}
	.itallap table tr th {
		font-size: 1.4em;
	}
}
.itallap table tr td {
	border: 0;
	padding: 10px;
	font-size: 1.1em;
	border: 1px solid #e5e5e5;
}
@media all and (max-width:768px){
	.itallap table tr td:nth-of-type(1) {
		padding-bottom: 0;
		border-bottom: 0;
	}
}
.itallap table tbody tr:not(.table-head):nth-of-type(odd) td {
	background: #e5e5e5;
}
@media all and (min-width:768px){
	.itallap table tbody tr:not(.table-head):nth-of-type(even) td:nth-of-type(1) {
		border-right: 0 !important;
	}
	.itallap table tbody tr:not(.table-head):nth-of-type(even) td:nth-of-type(2) {
		border-left: 0 !important;
	}
}
.itallap table tbody tr td sup {
	color: #a08a69;
	font-weight: bold;
	cursor: pointer;
}
.itallap table tbody tr td sup:hover {
	opacity: 0.8;
}
.itallap table tbody tr td p {
	font-style: italic;
	margin-bottom: 0;
	font-size: 0.9em;
}

.itallap .allergens-wrap {
  background: #a08a69 none repeat scroll 0 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  left: 0;
  margin-top: -181px;
  padding: 20px;
  position: fixed;
  top: 50%;
  width: auto;
}
.itallap .allergens-wrap:not(.show) {
	display: none;
}
.itallap .allergens-wrap .title {
  font-family: opensans_bold_italic;
  font-size: 150%;
  padding-bottom: 15px;
}
.itallap .allergens-wrap .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.itallap .allergens-wrap .close i {
	cursor: pointer;
	color: #fff;
}
.itallap .allergens-wrap ul {
  font-size: 90%;
  line-height: 135%;
  list-style: outside none none;
  margin: 0;
}


.module.ajanlatkero-rendezvenyek .info {
	margin-bottom: 30px;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}
.module.ajanlatkero-rendezvenyek form .menu {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 30px;
}
.module.ajanlatkero-rendezvenyek .row.category-name {
	font-family: krinkes_decor_personal_useRg;
	font-size: 2.5em;
	line-height: 1;
}
.module.ajanlatkero-rendezvenyek .row.category-name:not(:nth-of-type(1)) {
	margin-top: 50px;
}
.module.ajanlatkero-rendezvenyek .row.recommend-item .name {
	font-family: robotobold;
	font-size: 1.2em;
}
.module.ajanlatkero-rendezvenyek .row.recommend-item .price {
	font-family: calling_heartregular;
	color: #a08a69;
	font-size: 2em;
	white-space: nowrap;
	line-height: 1;
	width: 100%;
}



body.borospince .articleBody .info {
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: robotobold;
	margin-bottom: 50px;
	text-align: center;
	color: #c1c1c1;
}
body.borospince .articleBody .borok {
	padding: 0 15px;
}
body.borospince .articleBody .title {
	text-transform: uppercase;
	font-size: 1.7em;
	font-family: robotobold;
	margin-bottom: 35px;
	text-align: left;
	border-bottom: 3px solid #000;
}
body.borospince .articleBody .name {
	font-family: robotobold;
	font-size: 1.1em;
}
body.borospince .articleBody .price {
	font-family: calling_heartregular;
	color: #a08a69;
	font-size: 1.6em;
	white-space: nowrap;
	line-height: 1;
	width: 100%;
	text-align: center;
}


@media all and (min-width:1200px){
	.content-top-full-wrap {
		margin-top: -39px;
	}
}


.banner-wrap img {
  width: 100%;
}
.banner-wrap .tablet, .banner-wrap .mobile {
  display: none;
}
@media all and (max-width:768px){
  .banner-wrap .pc {
    display: none;
  }
  .banner-wrap .tablet {
    display: block;
  }
}
@media all and (max-width:480px){
  .banner-wrap .pc {
    display: none;
  }
  .banner-wrap .tablet {
    display: none;
  }
  .banner-wrap .mobile {
    display: block;
  }
}



.opinions-wrap .item {
	font-style: italic;
	min-height: 240px !important;
}

.opinions-wrap .item .icon-idezet {
	color: #dadada;
	font-size: 40px;
	margin-right: 30px;
	margin-top: 7px;

	/*@include media("<sm") {
		display: none;
	}*/
}
.opinions-wrap .item .icon-idezet + div {
	font-size: 1.2em;
}
.opinions-wrap .item .stars {
	color: #000;
}

.contact-miscinfo-wrap dt {
	display: none;
}

.szechenyi-module {
	max-width: 285px;
}
.szechenyi-module.fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 !important;
	max-width: 230px;
	z-index: 999;
}
@media all and(min-width:768px){
	.szechenyi-module.fixed {
		max-width: 250px;
	}
}
.szechenyi-module, .szechenyi-module p {
	margin: 0 !important;
}
.szechenyi-module a {
	width: 100%;
	display: block;
}
.szechenyi-module a img {
	width: 100%;
	height: auto;
}

.module.footer-logo {

}

.resp-menu-btn-wrap a:hover {
	text-decoration: none;
}