@font-face {
    font-family: 'bw_mitga';
    font-display: auto;
    src: url('bwmitga-black.eot');
    src: url('../fonts/bwmitga-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bwmitga-black.woff2') format('woff2'),
         url('../fonts/bwmitga-black.woff') format('woff'),
         url('../fonts/bwmitga-black.ttf') format('truetype'),
         url('../fonts/bwmitga-black.svg#bw_mitgablack') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'bw_mitga';
    font-display: auto;
    src: url('../fonts/bwmitga-bold.eot');
    src: url('../fonts/bwmitga-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bwmitga-bold.woff2') format('woff2'),
         url('../fonts/bwmitga-bold.woff') format('woff'),
         url('../fonts/bwmitga-bold.ttf') format('truetype'),
         url('../fonts/bwmitga-bold.svg#bw_mitgabold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'bw_mitga';
    font-display: auto;
    src: url('../fonts/bwmitga-light.eot');
    src: url('../fonts/bwmitga-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bwmitga-light.woff2') format('woff2'),
         url('../fonts/bwmitga-light.woff') format('woff'),
         url('../fonts/bwmitga-light.ttf') format('truetype'),
         url('../fonts/bwmitga-light.svg#bw_mitgalight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'bw_mitga';
    font-display: auto;
    src: url('../fonts/bwmitga-regular.eot');
    src: url('../fonts/bwmitga-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bwmitga-regular.woff2') format('woff2'),
         url('../fonts/bwmitga-regular.woff') format('woff'),
         url('../fonts/bwmitga-regular.ttf') format('truetype'),
         url('../fonts/bwmitga-regular.svg#bw_mitgaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*** Animation ***/
@keyframes logofadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes logofadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes logofadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes logofadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes logofadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/*** Alap鲴elmez鳥k **/
noscript {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    font-size: 36px;
    text-align: center;
    line-height: 54px;
}
::-moz-selection { /* Code for Firefox */
	color: #333333;
  background: #e0e0e0;
}
::selection {
	color: #333333;
  background: #e0e0e0;
}
.uppercase {
	text-transform: uppercase;
}
.small, p.small, div.small p, .small a {
  font-size: 0.85em !important;
}
.smaller, p.smaller, div.smaller p, .smaller a {
  font-size: 0.7em !important;
}
.bigger {
  font-size: 1.3em;
}
.centeredm {
  vertical-align: middle !important;
}
.centeredt, .tcentered {
  text-align: center !important;
}
.centeredm {
  margin: 0 auto !important;
}
.centeredtm {
  text-align: center !important;
  margin: 0 auto !important;
}
.centercell {
  display: table-cell !important;
  float:none !important;
  vertical-align: middle !important;
}
.centercell img {
  margin-top: 0px;
}
.w98 {
  width: 98% !important;
}
.margin0 {
  margin: 0px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin25 {
  margin: 25px !important;
}
.margintb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margintb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.margintb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.margint0 {
  margin-top: 0px !important;
}
.marginb0 {
  margin-bottom: 0px !important;
}
.margint10 {
  margin-top: 10px !important;
}
.marginb10 {
  margin-bottom: 10px !important;
}
.margint25 {
  margin-top: 25px !important;
}
.marginb25 {
  margin-bottom: 25px !important;
}
.margint50 {
  margin-top: 50px !important;
}
.marginb50 {
  margin-bottom: 50px !important;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.padding0 {
  padding: 0 !important;
}
.padding10 {
  padding: 10px !important;
}
.padding25 {
  padding: 25px !important;
}
.paddingtb10{
 padding-top: 10px !important;
 padding-bottom: 10px !important;
}
.paddingtb25{
 padding-top: 25px !important;
 padding-bottom: 25px !important;
}
.paddingtb50{
 padding-top: 50px !important;
 padding-bottom: 50px !important;
}
.paddingt0 {
  padding-top: 0px !important;
}
.paddingb0 {
  padding-bottom: 0px !important;
}
.paddingt10 {
  padding-top: 10px !important;
}
.paddingb10 {
  padding-bottom: 10px !important;
}
.paddingt25 {
  padding-top: 25px !important;
}
.paddingb25 {
  padding-bottom: 25px !important;
}
.paddingt50 {
  padding-top: 50px !important;
}
.paddingb50 {
  padding-bottom: 50px !important;
}
.font25 {
	font-size: 0.25em;
	line-height: 1.5em;
}
.font50 {
	font-size: 0.5em;
	line-height: 1.5em;
}
.font75 {
	font-size: 0.75em;
	line-height: 1.5em;
}
.font100 {
	font-size: 1em;
	line-height: 1.5em;
}
.font125 {
	font-size: 1.25em;
	line-height: 1.5em;
}
.font150 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.font175 {
	font-size: 1.75em;
	line-height: 1.5em;
}
.font200 {
	font-size: 2em;
	line-height: 1.5em;
}
.font225 {
	font-size: 2.25em;
	line-height: 1.5em;
}
.font250 {
	font-size: 2.5em;
	line-height: 1.5em;
}
.font275 {
	font-size: 2.75em;
	line-height: 1.5em;
}
.font300 {
	font-size: 3em;
	line-height: 1.5em;
}
.tleft, .leftt {
    text-align: left !important;
}
.tright, .rightt {
    text-align: right !important;
}

.borderbottom {
  border-bottom: 1px solid #ddd;
}
.pirossav {
  background-color: #f2dede;
}
.zoldsav {
  background-color: #dff0d8;
}
.sargasav {
  background-color: #fcf8e3;
}
.keksav {
  background-color: #d9edf7;
}
.narancssav {
  background-color: #FF9900;
}
.whitebutton, .redbutton, .type1 {
	cursor: pointer;
}
.whitebutton {
	border-color: #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 16px;
    border-style: solid;
}
.whitebutton:hover {
	border-color: #cc0000 !important;
	border-color: rgba(204,0,0,0.6) !important;
    background-color: #cc0000 !important;
    background-color: rgba(204,0,0,0.6) !important;
    color: #ffffff !important;
}

.redbutton, .type1 {
	border-color: #cc0000 !important;
	border-color: rgba(204,0,0,0.6)!important;
    background-color: transparent !important;
    color: #cc0000 !important;
    color: rgba(204,0,0,0.6) !important;
    font-size: 16px;
    border-style: solid;
}
.redbutton:hover, .type1:hover {
	border-color: #cc0000 !important;
	border-color: rgba(204,0,0,0.6) !important;
    background-color: #cc0000 !important;
    background-color: rgba(204,0,0,0.6) !important;
    color: #FFFFFF !important;
}
.whitebutton.teli:hover,.redbutton.teli:hover  {
	border-color: #fff !important;
    background-color: #fff !important;
    color: #cc0000 !important;
    color: rgba(204,0,0,0.6) !important;
}
/*** Alap鲴elmez鳥k vége **/


/* Fixbox */
#sp-page-builder #fixbox, #fixbox, #sp-page-builder #fixboxbuttons, #fixboxbuttons {
	position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 999;
    cursor: pointer;
  	padding-top: 0;
  	padding-bottom: 0;
  	max-width: 110px;
}
#fixbox .sppb-row-container, #fixboxbuttons .sppb-row-container {
    width: auto;
    margin: 0;
    padding: 0;
}
#sp-page-builder #fixbox  > .sppb-row-container > .sppb-section-title {
	display: inline-block;
    margin: 0;
    padding: 0.5em;
    background: #5f89c5;
    background: rgba(95,137,197,0.6);
    color: #fff;
    transform: rotate(-90deg);
    margin-right: -2em;
}
#sp-page-builder #fixbox > .sppb-row-container > .sppb-section-title.fixopened {
	transform: rotate(0deg);
	margin-right: 0;
}
#sp-page-builder #fixbox  > .sppb-row-container > .sppb-section-title.sppb-text-center:after {
	display: none;
}
#sp-page-builder #fixbox  > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	margin: 0;
}
#fixbox > .sppb-row-container > .sppb-row {
	display: none;
    text-align: center;
    width: 120px;
/* height: 126px; */
    margin-top: 0;
    margin-left: 0;
    position: relative;
    background-color: #5f89c5;
    background-color: rgba(95,137,197,0.6);
    cursor: default;
}
#fixbox .sppb-btn-custom {
	border-color: #ffffff !important;
    color: #ffffff !important;
}
#fixbox .sppb-btn-custom:hover {
	border-color: #eaeaea !important;
    background-color: #eaeaea;
    color: #000 !important;
}
#fixboxbuttons > .sppb-row-container > .sppb-row {
    text-align: center;
 /*   width: 120px;
    height: 126px; */
    margin-top: 0;
    margin-left: 0;
    position: relative;
  /*  background-color: #cc0000; */
    cursor: default;
}
/*
#fixboxbuttons .sppb-btn-custom {
	border-color: #ffffff !important;
    color: #ffffff !important;
}
#fixboxbuttons .sppb-btn-custom:hover {
	border-color: #eaeaea !important;
    background-color: #eaeaea;
    color: #000 !important;
} */
#fixboxbuttons a {
	font-size: 12px;
	line-height: 1.5em;
 /*   padding: 1em 0.5em; */
}
#fixboxbuttons i {
	display: block;
	font-size: 2.5em;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}
/* Fixbox vége */





/*** Topmenü ***/
.navbar-default .navbar-nav > li span {
	cursor: pointer;
}
.t3-megamenu .row {
	
}
.t3-megamenu .mega-inner {
    padding: 10px 0 0;
}
.t3-megamenu .t3-module {
    margin-bottom: 0;
}
.t3-megamenu .dropdown-menu .mega-nav > li a, .t3-megamenu .mega-nav > li a {
	font-size: 14px;
	text-transform: inherit;
}
.menuhead, .mobilmenu .nav-header, .mobilmenu .nav-stacked.menu > li > a{
    font-size: 13px;
    line-height: 1.5em;
    padding: 8px 0;
    margin: 0;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}
.menuhead:after {
    content: " ";
    margin-top: 0.5em;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #c5c5c5;
    box-shadow: 0 0 10px rgba(197,197,197, 0.5)
}
.menusub {
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.menuitem a, .mobilmenu .dropdown-menu > li > a, .t3-off-canvas .t3-off-canvas-body a {
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuitem a:hover, .mobilmenu .dropdown-menu > li > a:hover, .t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
  /*  text-decoration: underline; */
    color: #cc0000;
    margin-left: 5px;
}
.menusub + .menuitem {
    margin-top: 1em;
}
.menuitem:last-child {
    margin-bottom: 2em;
}
.t3-megamenu .row + .row {
	border-top: inherit;
}
.menuajanlat p {
    margin: 0;
}
.menuajanlat a {
    display: block;
    padding: 1em 0;
    color: #333333;
}
.menuajanlat a:hover {
	color: #cc0000;
	color: rgba(204,0,0,0.6);
}
.menuajanlat a:after {
	content: " ";
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
    display: block;
    height: 1px;
    width: 3em;
}
.menuajanlat a:hover:after {
    background-color: #cc0000;
    background-color: rgba(204,0,0,0.6);
    box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
}
.menuajanlat i {
    font-size: 3em;
    display: block;
    margin-bottom: 0.25em;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuajanlat a:hover i {
	transform: scale(1.15);
}

/*** Topmenü vége ***/

/*** Topmenü 2020 ***/
.havemenu {
	position: relative;
}
/*** Nyilak a menübe
.havemenu:after {
 	font: normal normal normal 36px/1 FontAwesome;
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    content: "\f105";
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #333333;
 }*/
 .megoldasainkmenunew {
 	margin: 0;
 	padding: 0;
 	-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.35);
 }
 .megoldasainkmenunew .mega-inner {
 	padding: 0;
 }
 .megoldasainkmenunew .mega-col-module {
 	padding: 0;
 }
 #mmenu {
 	padding: 0;
 }
 #mmenu .leftmenu, #mmenu .rightmenu {
 	padding-top: 10px;
 }
 #mmenu .rightmenu {
 	padding-left: 0;
 	padding-right: 0;
 }
 #mmenu .altab .havemenu:after {
    font-size: 18px;
    top: calc(50% - 9px);
}  
#mmenu .fomenucim, .fomenualcim {
 	display: block;
 }
 #mmenu .fomenucim {
    font-size: 1.25em;
}
 #mmenu .fomenualcim {
    font-size: 0.85em;
}
#mmenu li span {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
}
#mmenu li span:hover {
	color: inherit !important;
}
 #mmenu .nav-pills > li {
  	margin: 0;
  	list-style: none;
 }
#mmenu .nav-pills > li > a {
	color: #555555;
	border-bottom: 1px solid #C5C5C5;
	display: block;
	padding: 10px;
}
#mmenu .nav-pills > li:last-child a {
  	border-bottom: 0;  	
 }
 #mmenu .nav-pills > li.active > a, #mmenu .nav-pills > li.active > a:hover, #mmenu .nav-pills > li.active > a:focus {
 	color: #000;
 	background-color: #E5E5E5;
 }
#mmenu div.tabimage {
	height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mmenu div.tabimage img {
	padding: 0;
    max-height: 100%;
}
#mmenu .alpanelek {
    text-align: center;
  /*  border-top: 1px solid #333333;*/
    padding-top: 1em;
    position: relative;
}
#mmenu .alpanelek:before {
	content: "";
	position: absolute;
    top: 0;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
    border-top: 1px solid #C5C5C5;
}
#mmenu .alpanelek > [class*="col-"] {
	border-right: 1px solid #C5C5C5;
}
#mmenu .leftmenu:after, #mmenu .tabpanel > .row:first-child > div[class*="col-"]:last-child:before {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 95%;
    border-left: 1px solid #C5C5C5;
}
#mmenu .leftmenu:after {
	left: inherit;
	right: 0;
	height: 100%;
}
#mmenu .alpanelek [class*="col-"] [class*="col-"] {
	padding: 0;
}
#mmenu .alpanelek > [class*="col-"]:last-child {
	border-right: none;
}
#mmenu .alpanelek > [class*="col-"] > div:not(.active) {
    display: none;
}
#mmenu .alpanelek p {
    font-size: 0.55vw;
    letter-spacing: 0.02vw;
    white-space: nowrap;
    color: #000;
}
#mmenu .alpanelek p.menupaneltitle {
	text-align: left;
	font-size: 0.85em;
}
#mmenu .alpanelek img {
	height: 50px;
	padding: 0;
	margin: auto;
 }
#mmenu .h50{
	height: 50px;
}
#mmenu .altab li a {
    font-size: 0.8em;
}
#mmenu .admenu {
	max-height: 490px;
    overflow: hidden;
}
#mmenu .admenu img {
	width: 100%;
}
#mmenu .tab-content>.active, #mmenu .tab-pane.active {
    display: contents;
}

/*** Topmen� 2020 vége ***/

/*** Topmenü 2024 ***/
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -50%;
    right: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-weight: bold;
}
.sp-module-content .mod-languages ul.lang-inline {
	margin-left: 10px;
}
.sp-megamenu-parent .sp-mega-group>li>a {
	text-transform: inherit;
}
#mmenu li hr.menuhr{
	
}
#mmenu li span.menuinfohead {
	font-size: 14px;
	font-style: italic;
	display: inline-block;
}
#mmenu li span.menuinfo{
	font-size: 12px;
    line-height: 16px;
    display: block;
    padding-bottom: 10px;
}
/*** Topmenü 2024 vége ***/



/*** Mobil men� fel�l�s ***/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	background-color: inherit;
}
.dropdown-menu > li > a {
	font-size: 14px;
}
.mobilmenu .nav-stacked.menu > li.active > a {
	color: #FFF;
}
.mobilmenu .nav-stacked.menu > li.active {
    background: #CC0000;
    background: rgba(204,0,0,0.6);
    padding-left: 0.5em;
}
.mobilmenu .item-115 > span.nav-header {
	display: none;
}
.off-canvas-toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 5%;
    top: 50%;
    margin-top: -25px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
	display: none;
}
.t3-off-canvas-header:before {
    display: inline-block;
    content: 'F�men�';
    font-weight: 600;
    margin-top: 0.25em;
    text-transform: uppercase;
}
.t3-off-canvas .t3-off-canvas-header h2 {
	display: none;
}
.t3-off-canvas .close {
    background-color: #CC0000;
    background-color: rgba(204,0,0,0.6);
    color: #FFFFFF;
    opacity: 0.75;
}
.t3-off-canvas .close:hover {
    opacity: 0.5;
}
/*** Mobil men� fel�l�s vége ***/

/*** Mobil menü 2024 ***/
.offcanvas-menu .menu-child li {
    padding: 10px;
}
/*** Mobil menü 2024 vége ***/


/**** Formok ****/
/* Mailmaster-Marketingszoftverek stílus */
.mmform-container {
}
.mmform-container h2 {
  margin-bottom: 25px !important;
}
.mmform-container .form-desc {
}
fieldset.datafields, fieldset.submitpart, fieldset.titlepart, fieldset.thankyoupart {
	border: none;
	margin: 0;
  /*  padding: 20px 40px 0; */
}
fieldset.datafields {
	padding-top: 0px;
}
fieldset.submitpart {
/*	padding-bottom: 40px; */
}
div.formrowcontainer {
	float: left;
    padding: 0px 0px 20px;
    width: 100%;
}
div.fieldcontainer input.number, div.fieldcontainer input.date {
	width: 101px;
}
div.fieldcontainer input.time {
	width: 50px;
}
div.fieldcontainer select,div.fieldcontainer input[type='file'] {
	width: 99%;
	padding: 5px;
}
div.error-container {
	color: Red;
	display: none;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
}

/* Cikkbe Êpített form */
.insideform {
  margin-bottom: 50px;
}
.insideform.oborderedform {
  border: 1px solid #be3432;
  border-radius: 15px;
}
/* ÿnålló oldalon lÊvſ form */
.outformcontainer {
  min-height: 100%;
  min-height: 100vh;
  background-size:cover !important;
}
#outformlogo, #simpleformlogo {
  /*display: inline-block;
  margin: 25px;
  padding: 10px;*/
    display: block;
    margin: 0;
    padding: 2em 0;
    text-align: center;
}
.ssp #outformlogo, .ssp #simpleformlogo {
/*  display: inline-block;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 1em;
  left: 0.75em;*/
    display: inline-block;
    margin: 0;
    padding: 2em 0;
    width: 100%;
    text-align: center;
}
#outformlogo {
  background: rgba(255,255,255,0.6);
  border-radius: 15px;
}
.simpleforminfo {
  font-family: 'Open Sans',Sans-serif;
}
.simpleforminfo p {
  font-weight: 300;
}
.outforminfo, .simpleforminfo {
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.ssp .outforminfo, .ssp .simpleforminfo {
  padding: 20px 0 0;
}
.outforminfo > *, .simpleforminfo > * {
  padding-left: 20px;
  padding-right: 20px;
}
.outforminfo, .outsideform {
  width:60%;
  max-width: 900px;
  background: rgba(255,255,255,0.7);
  border: 1px solid #fff;
  color: #000;
}
.ssp .outforminfo, .ssp .outsideform {
	width:100%;
  	max-width: none;	
}
.outsideform {
  margin: 0 auto 50px; 
}
.ssp .outsideform {
 /* margin: 0px auto 50px;*/
}
.outsideform a.submitbutton {
  border: 1px solid #fff;
}
.outsideform a.submitbutton:hover {
  background: #fff;
  border-color: #be3432;
}
/* Közös formázások */
.insideform, .outforminfo, .outsideform {
/*  border: 1px solid #be3432;   */
  border-radius: 15px;
}
.outsideform.simpleform, .simpleform {
  border-radius: 0;
}
.insideform .submitcontainer, .outsideform .submitcontainer{
  text-align: center;
}
.insideform a.submitbutton, .outsideform a.submitbutton, button.submitbutton {
	min-height: 40px;
	padding: 7px 15px;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-size: 14px;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.insideform img, .outsideform img {
  display: inline-block !important;
  padding: 0 10px;
}

/** Freshsales formok **/
.freshform {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.9);
}


/** Blog külsők **/
.blog .page-header h1, .article-details .article-header h1, .article-details .article-header h2 {
	color: #000;
}


/** Blog külsők vége **/

/*** Start t᢬ạt addon ***/
table.startprice tbody.ui-state-default, table.startprice .ui-widget-content {
	border: 0 !important;
	color: inherit !important;
	background: inherit !important;
}
table.startprice {
	text-align: center;
	width: 100%;
	border-top: 1px solid #99A3A4;
	margin: 20px auto;
}
table.startprice th, table.startprice td {
	text-align: center;	
}
table.startprice .tablacsik {
	background-color: rgba(0,0,0,0.05);
}
table.startprice tbody tr td{
	width: 20%;
	border-left: 1px solid #99A3A4;
	padding: 10px;
	vertical-align: middle;
}
table.startprice tbody tr td:first-child {
	text-align: left;
}
table.startprice tbody tr td:last-child {
	border-right: 1px solid #99A3A4;
}
table.startprice.negyoszlop tbody tr td:nth-child(1){
	width: 40%;
}
table.startprice .category {
	cursor: pointer;
}
table.startprice .subcategory tr td {
	font-size: 90%;
	padding: 0;
	line-height: 1.5em;
}
table.startprice .subcategory tr td:first-child {
	padding: 5px 5px 5px 2em;
    font-weight: normal;
}
table.startprice .pricehead {
	color: #fff;
	line-height: 1.2em;
	font-size: 1.8em;
}
table.startprice .pricehead td, table.startprice .pricehead th {
    padding: 0.5em;
}
table.startprice .pricehead:first-child {
	font-size: 17px;
    line-height: 25px;
}
/*table.startprice .pricehead:nth-child(2) {
	font-size: 1.8em;
}*/
table.startprice .pricehead:nth-child(2) span.oldar{
	font-size: 16px;
	text-decoration: line-through;
	display: block;
}
.closetable tr {
	background: transparent !important;
}
.closetable tr td {
	border-bottom: 1px solid #99A3A4;
}
.closetable tr td:first-child {
	border-bottom: 0;
	border-left: 0;
	border-top: 1px solid #99A3A4;
	background-color: transparent !important;
}
.closetable p {
	margin: 1.5em 0;
	padding: 0;
}
.closetable p a {
	padding: 1em 2em;
	text-decoration: none;
	color: #fff;
}
table.bborder {
	border-bottom: 1px solid;
}
/* ܧyvitel sz�k */
table.sugyvitel .pricehead td:nth-child(1), table.sugyvitel .pricehead th:nth-child(1){
	background-color: #99A3A4;
}
table.sugyvitel .pricehead td:nth-child(2), table.sugyvitel .pricehead th:nth-child(2), table.sugyvitel .tablebutton1{
	background-color: #c3d69b;
}
table.sugyvitel .pricehead td:nth-child(3), table.sugyvitel .pricehead th:nth-child(3), table.sugyvitel .tablebutton2{
	background-color: #b9d08b;
}
table.sugyvitel .pricehead td:nth-child(4), table.sugyvitel .pricehead th:nth-child(4), table.sugyvitel .tablebutton3{
	background-color: #afc97a;
}
table.sugyvitel .pricehead td:nth-child(5), table.sugyvitel .pricehead th:nth-child(5), table.sugyvitel .tablebutton4{
	background-color: #9bbb59;
}
table.sugyvitel .pricehead:nth-child(2) td:nth-child(1){
	background-color: #a3acac;
}
table.sugyvitel .pricehead:nth-child(2) td:nth-child(2), table.sugyvitel .tablebutton1:hover{
	background-color: #c8daa4;
}
table.sugyvitel .pricehead:nth-child(2) td:nth-child(3), table.sugyvitel .tablebutton2:hover{
	background-color: #bfd496;
}
table.sugyvitel .pricehead:nth-child(2) td:nth-child(4), table.sugyvitel .tablebutton3:hover{
	background-color: #b6ce87;
}
table.sugyvitel .pricehead:nth-child(2) td:nth-child(5), table.sugyvitel .tablebutton4:hover{
	background-color: #a4c169;
}
/* Kont�sz�k */
table.skontir .pricehead td:nth-child(1), table.skontir .pricehead th:nth-child(1){
	background-color: #99A3A4;
}
table.skontir .pricehead td:nth-child(2), table.skontir .pricehead th:nth-child(2), table.skontir .tablebutton1{
	background-color: #aacde3;
}
table.skontir .pricehead td:nth-child(3), table.skontir .pricehead th:nth-child(3), table.skontir .tablebutton2{
	background-color: #6aa6ce;
}
table.skontir .pricehead td:nth-child(4), table.skontir .pricehead th:nth-child(4), table.skontir .tablebutton3{
	background-color: #2980b9;
}
table.skontir .pricehead:nth-child(2) td:nth-child(1){
	background-color: #a3acac;
}
table.skontir .pricehead:nth-child(2) td:nth-child(2), table.skontir .tablebutton1:hover{
	background-color: #b2d1e5;
}
table.skontir .pricehead:nth-child(2) td:nth-child(3), table.skontir .tablebutton2:hover{
	background-color: #78aed2;
}
table.skontir .pricehead:nth-child(2) td:nth-child(4), table.skontir .tablebutton3:hover{
	background-color: #3d8cbf;
}


/* jQuery UI overrides datepicker */
.ui-datepicker {
	width: auto !important;
}
/* Inaktivᬶa, mert az accordiont is ᴳzinezi
.ui-widget-content {
  border: 1px solid #be3432 !important;
  color: #be3432 !important;
}
.ui-widget-header {
  border: 1px solid #be3432 !important;
  background: #be3432 !important;
  color: #fff !important;
}
*/
/*
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png") !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_f98f0f_256x240.png") !important;
} */

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    top: 3.5em !important;
}
/* Inaktivᬶa, mert az accordiont is ᴳzinezi
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #be3432 !important;
  background: #be3432 !important;
  color: #fff !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #be3432 !important;
  background: #fff !important;
  color: #be3432 !important;
} 
*/

/* Mailmaster overrides */
.ketchk #containermssys_kereskedo, .ketchk #containermssys_szolgaltato, .ketchk #containermssys_gyarto, .ketchk #containermssys_osszeszerelo, .ketchk #containermssys_ugyvedi_iroda, .ketchk #containermssys_kozigazgatas, .ketchk #containermssys_konyvelo_iroda, .ketchk #containermssys_egyedi_ceg_konyvelese, .ketchk #containermssys_tervezo, .ketchk #containermssys_kivitelezo, .ketchk #containermssys_agrarkereskedelem, .ketchk #containermssys_agrarintegrator, .ketchk #containermssys_chkegyeb {
  width: 50%;
}

.haromchk #containermssys_kereskedo, .haromchk #containermssys_szolgaltato, .haromchk #containermssys_gyarto, .haromchk #containermssys_osszeszerelo, .haromchk #containermssys_ugyvedi_iroda, .haromchk #containermssys_kozigazgatas, .haromchk #containermssys_konyvelo_iroda, .haromchk #containermssys_egyedi_ceg_konyvelese, .haromchk #containermssys_tervezo, .haromchk #containermssys_kivitelezo, .haromchk #containermssys_agrarkereskedelem, .haromchk #containermssys_agrarintegrator, .haromchk #containermssys_chkegyeb {
  width: 33.3333333333%;
}

/* Easy company spec formok */
.easydays .insideform {
  width: 100%;
  max-width: 800px;
}
.easyform {
  text-align: left;
}
.easyform h2, .easyform p {
  text-align: center;
}
.easyform #containerelfogadja_az_aszf_et {
  text-align: center;
  margin-top: 25px;
}
.formlabel {
	font-weight: 600;
}

/* -----Mailmaster formok vége----- */

/* Verzioblokk */
.verziocontainer {
    padding-bottom: 50px;
}
.verziocontainer .row {
	display: flex;
 	align-items: center;
  	justify-content: center;
}
.verzioopen{
	display: block;
}
.verzioopen.verhidden, .verhide, .vcathide {
	display: none;
}

.verzioblokk {
	border-bottom: 1px solid #f2f2f2;
/*	margin-bottom: 0.5em;
	padding-bottom: 0.5em;*/
}
.szurkeblokk .verzioblokk {
	border-bottom: 1px solid #ccc;
}
.verzioblokk:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.verzioblokk .row div:nth-child(3){
	font-size: 1.1em;
	line-height: 1.25em;
	background-color: #f5f5f5;
}
.verzioblokk .row div:last-child {
	text-align: right;
}.verzioblokk .row div:last-child span.buttons {
	padding-right: 0;	
}
.verzioblokk .collblokk {
	padding: 1em 1.5em;
    background: #f5f5f5;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.verzioblokk .collblokk p {
	margin-bottom: 1em;
	font-size: 1.15em;
}
.verzioblokk .collblokk p:last-child {
	margin-bottom: 0;
}
/*.verzioblokk a.type1, .openall.type1 {
	font-size: 1em;
}
.verzioblokk a.type1{
	padding: 0 1em;
}
.openall.type1 {
	padding: 0.25em 1em;
}
.verzioblokk, .verzioblokk span.buttons, .openallbutton{
	font-size: 0.85em;	
}*/
.verziocontainer p.openallbutton{
	margin: 0;
}
/*.szurkeblokk .verzioblokk .collblokk {
	background: #ffffff;
}*/
.verzioblokkfej .row {
    background: #f2f2f2;
    padding: 1em 0;
    justify-content: flex-start;
}
.verzioblokk .row > div {
    padding: 1em;
}
/*.szurkeblokk .verzioblokkfej .row {
    background: #fff;
}*/
.mflex {
	display: flex;
    align-items: center;
    justify-content: center;
}
#verfilters.navbar-fixed-bottom {
	/*background: #28324e;*/
	background-color: #cc0000;
    color: white;
    padding: 1em 0;
}
#verfilters.navbar-fixed-bottom .chzn-container-single .chzn-drop {
	top: auto;
    bottom: 100%;
}
#verfilters select {
		padding: 0.5em;
		height: auto;
		background-color: #FFF;
}
.chzn-container {
	margin-bottom: 0;
}
.chzn-container-single .chzn-single {
	border-radius: 0;
	border: 1px solid #f2f2f2;
	background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
}
.chzn-container-single .chzn-single span {
	font-weight: bold;
}
.chzn-container .chzn-results {
	background-color: #f2f2f2;
}

.type1 {
	cursor: pointer;
}
.type1 {
	background-color: #ffffff !important;
    color: #cc0000 !important;
    color: rgba(204,0,0,0.6) !important;
    border: 1px solid #cc0000 !important;
    border: 1px solid rgba(204,0,0,0.6) !important;
    font-size: 16px;
    padding: 6px 12px;
}
.type1:hover {
	background-color: #cc0000 !important;
	background-color: rgba(204,0,0,0.6) !important;
    color: #ffffff !important;
    border-color: #cc0000 !important;
    border-color: rgba(204,0,0,0.6) !important;
}
@media (min-width: 1200px) {
	#verfilters.navbar-fixed-bottom {
		right: 0;
	    left: inherit;
	    top: inherit;
	    bottom: 110px;
	    max-width: 110px;
      position: fixed;
	}
	#verfilters.navbar-fixed-bottom .mflex {
		display: block;
	}
	#verfilters select {
		width: 100%;
		font-size: 0.85em;
	}
	#verfilters .modulvalaszto {
	    margin-bottom: 0.75em;
	    display: block;
	}
	#verfilters .col-lg-12:nth-child(3) .modulvalaszto {
	    margin-top: 1.2em;
	}


}
/* Verzioblokk vége */


/* Ügyfélkapu CSS */
#ufblokk {
	margin: auto;
}
select#jogosult {
    display: inline-block;
    width: auto !important;
    min-width: inherit;
}
#verziotitle {
	color: inherit;
}
input#ufkapuinput {
	width: auto !important;
	margin: 25px auto 0;
}
.ukaputitle {
	font-size: 2.25em;
}
.ukaputitle b {
	font-weight: 400;
	font-size: inherit;
}
.verselector {
	padding: 25px 0;
}
.verselector > p {
    display: inline-block;
    font-weight: 600;
    margin-right: 1em;
    font-size: 1.25em;
}
.infolejar {
	background-color: #CC0000;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
}
.figyelem {
    font-weight: 600;
}
.expkey {
	font-family: Arial, Helvetica, sans-serif;
}

/* Ügyfélkapu Vide�k */
.vidwrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 20px 0;
}
.vidwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-player {
	display: block;
	width: 100%;
	/* assuming that the video has a 16: 9 ratio */
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

img.youtube-thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	height: auto
}

div.play-button {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/kapu/css/play.png") no-repeat;
}

.youtube-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* Ügyfélkapu CSS vége */

/* Footerlinkek */
.footerlinks {
	
}
.footerlinks ul {
    list-style-type: none;
}
.footerlinks li.origi {
    border-right: 1px solid #9A9AA5;
    padding: 0 10px;
    display: inline;
    font-size: 12px;
}
.footerlinks li.origi-right {
    padding: 0 10px;
    display: inline;
    font-size: 12px;
}
.footerlinks a {
    font-size: 0.9em;
}
/* Footerlinkek vége */

@media (max-width: 1199px) {
	#sp-page-builder #fixbox, #fixbox, #sp-page-builder #fixboxbuttons, #fixboxbuttons {
		bottom: 10vh;
	}
}
@media (max-width:992px) {
	#sp-page-builder #fixbox, #fixbox, #sp-page-builder #fixboxbuttons, #fixboxbuttons {
		position: relative;
		height: inherit;
		bottom: inherit;
		right: inherit; 
		max-width: inherit;
	}
}
@media (max-width:767px) {
	.sppb-addon-tab li {
		display: block;
		float: none;
	}
	.sppb-nav-tabs>li>a {
		border: 1px solid #e5e5e5;
	}
}
@media (max-width: 400px) {
    .logo-image {
    	height: inherit;
    	max-width: 110px;
	}
}
@media (min-width: 1199px) {

}
