
/*main strucrture*/

/*main colors*/
:root {
  --color-font: #000028;
  --color-font1: #bebebe;
  --color-border: #ebebeb;
  --color-bg: #f9fafb;
  --color-bg1: #bebebe;
  --color-link: #ff6a00;
  --color-link-h: #d92727;
  --color-link-invert: #ffffff;
  --color-link-invert-h: #67b0ff;
  --color1: #ff6a00;
  --color1-invert: #ffffff;
  --color2: #000028;
  --color2-invert: #ffffff;
  --color-ok: #8dc640;
  --color-warn: #d9b433;				  
  --color-error: #d93333;				  
}


body { 
	height: 100%;
	font-size: 1rem;
	/*font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
	font-family: 'Work Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	color: var(--color-font);
	background: #ffffff;
	padding-top: 113px;
	line-height: 1.2rem;
}
h1,h2,h3,h4,h5,h6 { 
	color: var(--color-font);
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	/*
	color: #00aeef;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-left: 5px solid  var(--color2);
	padding-left: 1rem;
	*/
}
h1 {
	margin: 2rem 0;
	font-size: 2rem;
}
h4,h5,h6 {
	padding-left: 0;
	border-left: none;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a:link:not(.btn),a:visited:not(.btn) { color: var(--color-font); text-decoration: none; }
a:active:not(.btn),a:hover:not(.btn) { color: var(--color-link); text-decoration: none; }

.innercontent p a:link:not(.btn), .innercontent p a:visited:not(.btn) { color: var(--color-link); text-decoration: none; }
.innercontent p a:active:not(.btn), .innercontent p a:hover:not(.btn) { color: var(--color-link-h); text-decoration: none; }


.c {
	text-align: center;
}

.c1 { color: #c04e36; }
.c2 { color: #a9d04a; }
.c3 { color: #757575; }
.err { color: #ff0000; }
b.err {font-weight: 600;}
.form-control.err{ border: 1px solid #ff8080 ; }
.form-message {
	color: var(--danger);
	font-size: 80%;
}

.note b.err {
	font-weight: 600;
	color: var(--color-font);
}

.note.note-danger {
	margin-bottom: 20px;
	padding: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-color: var(--danger);
	background: #fafafa;
}

.note-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--danger);
}

.aoboxbody { padding: 15px 0px; }
.aoboxbody p { text-align: justify; }

.indent1 { margin-left: 40px; }
.indent2 { margin-left: 80px; }
.indent3 { margin-left: 120px; }

.main { }
.header { }
.logo .fa { font-size: 40px; margin: 10px;}
.maincont { 
	min-height: 400px;
	margin-bottom: 2rem; 
}
.cont { }
.left { float: left; width: 270px; } 
.right { float: left; width: 700px; } 
.footer { 
	padding: 2rem;
    color: var(--color1-invert);
    background: var(--color2);
}

.gmap{
	filter: grayscale(100%) invert(92%) contrast(83%);
	max-width: 100%;
}

/*social*/
.footer a:link,.footer a:visited { color: var(--color1-invert); text-decoration: none; }
.footer a:active,.footer a:hover { color: var(--color1); text-decoration: none; }

.footer .footeraddress {
	padding: 1rem 0;
}
.footer h4 {
		color: var(--color1-invert);
		font-weight: 600;
		margin-bottom: 2rem;
}
.footer .footeraddress span {
	display: block;
	padding: 2px 0;
}

.footer .social{
	padding: 1rem 0;
}
.footer .social .fab{
	color: var(--color1-invert);
	font-size: 2rem;
	padding: 0 0.5rem 0 0;
}
.footer .footercopyr{
	text-align: right;
	padding: 20px 0;
	font-size: 0.85rem;
	vertical-align: middle;
}

.footer .submitdiv {
	margin-top: 2rem;
}

.btn-shop {
	background-color: var(--color1);
	color: var(--color-font);
	font-weight: 600;
	margin: -1rem 0 1rem;
}

/*banner*/
#openblock { padding-top:2;}
#bannerchanger { bottom: 10px; height: 20px; position: absolute; right: 40%; z-index: 12; }
#bannerchanger .bcicon { font-size: 8px; color: #ffffff; cursor: pointer; display: inline-block; margin-left: 40px; overflow: hidden; }
#bannerchanger .bcicon.active { color: var(--color1)}
#bigbanners { /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ white-space: nowrap; overflow: hidden; width: 100%; max-width: 1170px; max-height: 800px; font-size: 0px; line-height: 0px; position: relative; }
#bigbanners > * { display: inline-block; width: 100%; max-width: 1170px; position:relative; vertical-align: top; }
#bigbanners .title { display: none; background-color: rgba(255, 255, 255, 0.8); top: 50px; color: #4f5055; font-family: "Open Sans",Helvetica,Arial,sans-serif; font-size: 30px; height: auto; line-height: 50px; padding: 5px 20px; position: absolute;}
#bigbanners .desc { background-color: rgba(255, 255, 255, 0.8); color: #4f5055; font-size: 13px; height: auto; line-height: 1.4; max-width: 330px; padding: 5px 20px; position: absolute; top: 120px; white-space: normal;}
#bigbanners div.right .title, #bigbanners div.right .desc {right: 0; text-align: right;} 

/*default anim*/
.main,#ddsrespmenu,#side,#cont,.header,.header-wrap,.wrap-logo{
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}


/*separated block*/
.block {
	background-color: #ffffff; 
	margin: 0px auto 10px auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.85);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.85);
	box-shadow:         00px 0px 20px 0px rgba(0, 0, 0, 0.85);		
}
.block  > .row  > [class*="col-"] {
	padding: 0px 40px;
	border: 1px solid #ffffff;
}
.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}



/*navbar*/
.navbar {
	background: var(--color2);
	height: 113px;
}

.navbar .navbar-brand {
	padding: 20px 5px;
}
.navbar .navbar-brand img {
	max-width: 180px;
}

.navbar .navbar-toggler {
	order: 3;
}

.navbar .navbar-toggler .fa {
	color: var(--color1-invert);
	border: none;
}
.navbar .navbar-toggler .fa:hover {
	color: var(--color-link-invert-h);
	border: none;
}
.navbar .navbar-toggler[aria-expanded="false"] .fa {
	transform: rotate(0deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .fa {
	transform: rotate(-90deg);
}

.navbar .navbar-brand img {
	max-height: 80px;
}
.navbar-nav a.nav-link {
	font-size: 1rem;
	color: var(--color-link-invert);
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	margin: 0 0.8rem;
}
.navbar-nav a.nav-link:hover {
	/*color: var(--color-link-invert-h);*/
}
/*menu es almeniu effekt*/
.navbar-nav.wefffect a.nav-link::before, .navbar-nav.wefffect a.dropdown-item::before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.3s;
  opacity: 0;
  background-color:  var(--color1);
}
.navbar-nav.wefffect a.nav-link::before, .navbar-nav.wefffect a.dropdown-item::before{
	left: 0;
}
.navbar-nav.wefffect a.nav-link:hover::before, .navbar-nav.wefffect a.dropdown-item:hover::before{
	width: 100%;
	opacity: 1;
}
.inactive a.nav-link {
	opacity: 0.2;
}
.inactive a.nav-link:hover {
	color: var(--color1-invert) !important;
}

.nav-item.dropdown.show a{
}

.dropdown-menu{
	background: var(--color1);
	font-size: 0.85rem;
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	border: none;
	background: var(--color1);
	left: 13px;
	transition: all 0.3s;
}

a.dropdown-item:link, a.dropdown-item:visited {
	padding: 8px 20px;
	color: var(--color1-invert);
	position: relative;
}
a.dropdown-item:hover, a.dropdown-item:focus {
	color: var(--color-link-invert);
	background-color: rgba(255,255,255,0.1);
}

.nav-item .dropdown-menu {
	background: var(--color2);
	font-size: 1rem;
	border-radius: 0;
	left: 0;
	margin: 0;
	width:100%;
	border-top: 2px solid var(--color1);
}

.nav-item.dropdown .dropdown-menu {
	border-top: 0;
}
.navbar-nav.wefffect .nav-item.dropdown.show a.nav-link:before {
	width: 100%;
	opacity: 1;
}

.dropdown-menu.row.show {
	display: flex;
}

a.dropdown-item.level0 {
	font-weight: 600;
	font-size: 1.05rem;
	text-transform: uppercase;
}

a.dropdown-item.level1 {
	padding-left: 2rem;
	color: var(--color1);
}

a.dropdown-item.level2 {
	padding-left: 3rem;
}

a.dropdown-item.level3 {
	padding-left: 4rem;
}

a.dropdown-item.level4 {
	padding-left: 4.5rem;
}

.nav-item .dropdown-item {
	white-space: initial;
}

.footer.kat1, .navbar.kat1 {
	background-color: #37004f;
}

.footer.kat2, .navbar.kat2 {
	background-color: #00084d;
}

.footer.kat3, .navbar.kat3 {
	background-color: #232323;
}

/*custom caret*/
[data-toggle="dropdown"]:after {
  margin-left: 10px;	
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}

.show [data-toggle="dropdown"]:after {
  content: "\f077";
}
.dropdown-toggle {
  display: flex;
}
.dropdown-toggle:after {
  border: none;
}

.breadcrumb li:not(:last-child):after {
    margin: 0 10px;
    content: "»";
}

/*social*/
.navbar .social {
}
.navbar .social .nav-link{
	margin: 0 0.3rem;
	font-size: 1.5rem;
}
.navbar .social .far {
	color: var(--color1-invert);
}

.breadcrumb {
	background-color: transparent;
	padding: 0.75rem 0;
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: var(--color-font);
}

.breadcrumb a:hover {
	color: var(--color-link);
}

/*products*/

h2.productdir, h2.productdirl {
	font-weight: 600;
	font-size: 1.7rem;
	display: block;
}



/*h2.productdirl a:hover {
	color: initial;
	border-bottom: 3px solid var(--color1);
}*/

h2.productdirl {
	border-bottom: 0 none;
	border-left: 1rem solid var(--color1);
	padding-left: 0.5rem;
}

h2.productdirl a {
 
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent),
    linear-gradient(var(--color1), var(--color1));
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s linear;
}

h2.productdirl a:link, h2.productdirl a:visited {
	color: var(--color-font);
}

h2.productdirl a:hover {
  color: initial;
  background-size: 0 3px, 100% 3px;
}


.productitem2 {
	padding: 1rem;
}

.smallpics {
	overflow: auto;
}

.productpic {
	max-height: 200px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 33%;
}

.productpic a {
	display: block;
	height: 200px;
	overflow: hidden;
	/*opacity: 0;*/
}

.productpic a img {
	transition: transform 5s ease;
}

.productpic a:hover img {
	transform: scale(1.25);
}

.productitem2 .productpic {
	max-height: 100%;
	text-align: center;
}

.productitem2 .productpic img {
	max-height: 100%;
}



.productinfo {
	padding: 2rem 0;
}

.productitem2 .productinfo {
	padding: 0;
}
.productinfo .name {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.productitem2 .productinfo .name {
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 0;
}
.productinfo .ages {
	text-align: center;
}
.productinfo .ages .agestitle {
	font-size: 0.8rem;
}
.productinfo .ages .age {
	padding: 5px 0;
	font-size: 2rem;
	font-weight: 700;
}

.product .szlogen,.product h2 {
	padding: 1rem 0;
	margin: 0.5em 0 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.product h4{
	font-size: 1rem;
	font-weight: 500;
	padding: 1rem 0 0.5rem 0;
}

.product .tartalom {
	padding: 0.5rem 0;
}

.product .tartalom h3 {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: none;
}

.product .file {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.product .file .icon {
	font-size: 2em;
	margin-right: .25em;
}
.product .file .version {
	opacity: 0.75;
}

.product .file .filename {
	font-size: .8em;
	opacity: 0.5;
}

.product .dl {
	margin
}

.product .dl .category {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0.5em 0;
}

h2[data-toggle] {
	position: relative;
	cursor: pointer;
}

h2[data-toggle]:after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	/* font-size: 0.8em; */
	position: absolute;
	right: 0;
	opacity: 0.8;
}

h2[data-toggle].collapsed:after {
	content: "\f078";
}

h2.internal-link {
	position: relative;
}

h2.internal-link:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	/* font-size: 0.8em; */
	position: absolute;
	right: 0;
	opacity: 0.8;
}

/* mainmenu */


.graientbg {
  position: relative;
  height: 300px;
  background-image: linear-gradient(#ff9d2f, #ff6126);
}
.graientbg svg {
	background-image: linear-gradient(#ff9d2f, #ff6126);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
}

.mainmenu_wrapper {
	height: 0;
	/*padding-top: 71.111%;*/
	padding-top: min(calc(100vh - 110px), 71.111%);
	position: relative;
	overflow: hidden;
}

.mainmenu_wrapper .menubg {
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	transition: opacity 200ms ease;
	opacity: 1;
	z-index: 4;
}

.mainmenu_wrapper .menubg.open, .mainmenu_wrapper.active .menubg {
	opacity: 0;
}

.mainmenu_wrapper.active .menubg.open {
	opacity: 1;
}

.mainmenu_wrapper .menuimages {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.mainmenu_wrapper .menuimages .menuimage {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: opacity 500ms ease;
	opacity: 0;
}


.mainmenu {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 0;
	z-index: 5;
	
}

.mainmenu > .item {
	transition: all 200ms ease;
	width: 33%;
	display: flex;
}

.mainmenu > .item > div {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.mainmenu > .item > div > div > div {
	width: 21vw;
	margin: 0 5vw;
	padding: 0 2vw;
	position: relative;
}

.mainmenu.active > .item.active .menulvl1:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2em;
	content: "\f054";
	position: absolute;
	right: -5vw;
	top: 50%;
	transform: translateY(-50%);
}

.mainmenu.active > .item {
	width: 0;
	opacity: 0;
	overflow: hidden;
}

.mainmenu.active > .item.active {
	width: 100%;
	opacity: 1;
}

.mainmenu .item .name {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0.5em;
	cursor: pointer;
}

.mainmenu .item .name:hover {
	text-decoration: underline 2px var(--color1);
}

.mainmenu > .item > .submenu {
	width: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	display: none;
	
}

.mainmenu > .item > .submenu {
	font-size: 90%;
}

.mainmenu > .item > .submenu > div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	overflow: hidden;
	padding: 15vh 0;
}

.mainmenu.active > .item.active > div {
	width: 33%;
	opacity: 1;
}

.mainmenu.active > .item.active .submenu {
	width: 33%;
	opacity: 1;
	display: block;
}

.mainmenu .submenu .item .submenuitems {
	text-transform: uppercase;
	line-height: 2;
}

.mainmenu .submenu .item .submenuitems > .item a {
	color: #fff;
	position: relative;
}

.mainmenu .submenu .item .submenuitems > .item a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 0px;
	height: 2px;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	background-color:  var(--color1);
 }
.mainmenu .submenu .item .submenuitems > .item a:hover:before {
	width: 100%;
	opacity: 1;
}

.mainmenu .submenu .item .submenuitems > .item:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}

.mainmenu .submenu .item .submenuitems, .mainmenu .submenu .item.active .desc {
	display: none;
}

.mainmenu .submenu .item.active .submenuitems {
	display: block;
	margin-right: -6vw;
}

/* hireknyitop kethasab box/nyito_hirek 1.6 20130501*/
.boxnyitohir  { 
	margin: 0  0 2rem 0;
	background-color: #ffffff;
}
/*.nyhirboxl { width: 300px; float: left; padding-right: 20px; border-right: 1px solid #efefef;}
.nyhirboxr { width: 300px; float: left; padding-left: 20px; }*/
.nyhirbox { padding: 2rem;}
.nyhirboxcim  { font-size: 1.3rem; line-height: 22px; margin-bottom: 1rem; font-weight: 600;}
.nyhirboxcim a:link,.nyhirboxcim  a:visited { color: var(--color-font); text-decoration: none; }
.nyhirboxcim a:active, .nyhirboxcim a:hover { color: var(--color-link-h); text-decoration: none; }
.nyhirboxkep { padding: 3px 3px;  margin-left: 10px; float: right;}
.nyhirboxkep img {
	max-width: 200px;
}
.nyhirboxtxt {  line-height: 1.5em; margin-bottom: 10px; text-align: justify; }
.nyhirboxmore { text-align: right;text-transform: uppercase; }
.nyhirmore { float: right; font-weight: normal; text-transform: uppercase; }


/* hirek 1.65 20140305*/
.cikkkepl, .cikkkepr, .cikkkepc { margin: 5px 10px;  text-align: center; position: relative; line-height: 1em;  display: block;}
.cikkkepl img, .cikkkepr img, .cikkkepc img { height: auto; max-width: 100%; }
.cikkkepl{ float: left; margin-left: 0;}
.cikkkepr{ float: right; margin-right: 0;}
.cikkkepc { margin: 5px 0px;}
.cikkkepb img { border: 5px solid #efefef;}
.cikkkepala { font-size: 11px; font-weight: normal; text-align: center; color: #000000; display: block; padding: 5px 5px;}
.cikkkepfo { float: right; margin: 0px 0px 0px 10px; padding: 3px 0px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.cikkkepfo img {
	max-width: 200px;
}

.hirbox {
	margin-bottom: 2rem;
}

.hirbox h2 {
	font-size: 1.5rem;
	font-weight: 600;
}

.hirekcim, .hirekcimfo{ color: #000000; font-weight: bold; font-size: 16px; }
.hirekcimfo{}
.hirekcim a:link,.hirekcim a:visited,.hirekcimfo a:link,.hirekcimfo a:visited { color: var(--color-font); text-decoration: none; }
.hirekcim a:active,.hirekcim a:hover,.hirekcimfo a:active,.hirekcimfo a:hover { color: var(--color-font);  text-decoration: none; }
.hirdatum { color: #6e6e6e; font-weight: normal; margin-bottom: 0.5rem;}
.hircim { margin-bottom: 0; }
.hirlead { font-weight: 600; margin-top: 20px; text-align: justify;  }
.hireklead,.hirleadfo { margin-bottom: 5px; text-align: justify; }
.hirtovabb { text-transform: uppercase; margin: 1rem 0;}
.hirbody { margin: 20px 0px; text-align: justify;  }
.hirforras { text-align: right; }
.hirlink { padding: 10px 30px;}
.hirajanlo,.hirkat { border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; text-align: center; padding:5px;}
.hirajanlo a,.hirkat a { padding: 0px 30px;}
@media (max-width: 768px) {
	.cikkkepl, .cikkkepr, .cikkkepc { margin: 5px 0px; text-align: center; float: none; display: block; }
	.cikkkepl img, .cikkkepr img, .cikkkepc img { display: inline-block; height: auto; max-width: 100%;  }
}

.hirtovabb a:link, .hirtovabb a:visited, .nyhirboxmore a:link, .nyhirboxmore a:visited {
	color: var(--color-link);
}

.hirtovabb a:active, .hirtovabb a:hover, .nyhirboxmore a:active, .nyhirboxmore a:hover {
	color: var(--color-link-h);
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.megjegyzes {
	font-size: 90%;
	opacity: 0.7;
}

.form-hint {
	font-size: 0.8em;
	margin-top: -0.25rem;
	margin-bottom: 0.5rem;
	opacity: 0.75;
}

.control-label {
	font-weight: 500;
}

form[name=ticketform] {
	max-width: 600px;
}

.adv-select {
	position: relative;
}

.adv-select-input {
	display: none;
}

.adv-select .adv-select-options {
	
	max-height: 300px;
	width: 100%;
	min-width: 200px;
	overflow: auto;
	background-color: #fff;
	transition: none;
	border: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	margin: -1px 0 0 0;
	font-size: 1em;
}

.adv-select .adv-select-selected {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.adv-select.show .adv-select-selected, .adv-select .adv-select-selected:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.adv-select.adv-select-error .adv-select-selected {
	color: #495057;
	background-color: #fff;
	border-color: #ff8080;
	outline: 0;
	
}
.adv-select.adv-select-error.show .adv-select-selected { 
	box-shadow: 0 0 0 .2rem rgba(255,0,0,.25);
}

.adv-select [data-toggle="dropdown"]:after {
	content: "";
	margin: 0;
}

.adv-select .adv-select-selected label > div:last-child {
	
}

.adv-select .adv-select-selected label > div:last-child:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}


.adv-select .adv-select-image > img {
	height: 60px; 
	margin-right: .5rem;
}

.adv-select label {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}


.adv-select .adv-select-option {
	padding: 0;
	white-space: initial;
}

.adv-select .adv-select-option label {
	padding: 0.25rem;
}


.adv-select .adv-select-text {
	flex: 1;
	
}

.adv-select .adv-select-desc {
	font-size: 0.8em;
	opacity: 0.6;
	
}

.adv-select input:checked + label {
	background-color: #f8f9fa;
}

.adv-select .adv-select-option label:focus, .adv-select .adv-select-option:hover label {
	background-color: highlight;
	color: highlighttext;
}

.ticket h2 {
	font-weight: 600;
	font-size: 1.5rem;
}

.ticket label {
	font-weight: 600;
}

.ticket_events, .ticket_event_form {
	margin-top: 2rem;
}

.profilebt {
	display: block;
	padding: 0.5rem;
	background-color: #0000280f;
}

.profilebt .title {
	padding: 0.5rem 0;
}


.profilebt span {
	display: block;
}

.profilebt .fa, .profilebt .fas {
	padding: 0.5rem 0;
	font-size: 2rem;
} 

.gyik h2, .gyik h3 {
	font-size: 1.2rem;
	font-weight: 600;
}

.gyik h2 {
	margin: 0;
}

.gyik h3 {
	text-transform: initial;
	margin-bottom: 0.5rem;
}

.gyik .kerdes {
	margin-bottom: 2rem;
}

.gyik .card {
	margin-bottom: 1rem;
}

/* talalati oldal */
.tallapozot {  /*border-bottom: 1px solid var(--color-border);*/ }
.tallapozob { /*border-top: 1px solid var(--color-border);*/ margin-top: 10px;}
.talbox { margin: 1rem 0px 0px 0px; padding: 5px;}
.talcim { font-size: 1.2rem; color: var(--color1); font-weight: 500;}
.talbody { }
.tallink { color: var(--color1); font-style: italic;}
.taltipus { opacity: 0.6; margin: .25rem 0 .5rem;}
.talkiem { font-weight: 600; }
.talcim a:link,.talcim a:visited { color: var(--color-link); text-decoration: underline; }
.talcim a:active,.talcim a:hover { color: var(--color-link-h);  text-decoration: underline; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--color-link);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--color-link-h);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--color-link);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}


#topsearchform .btn {
	color: var(--color-link-invert);
}

#topsearchform .dropdown-item img {
	max-width: 50px;
	display: inline-block;
	margin-right: 1rem;
}

#search_text {
	background: rgba(255, 255, 255, 0.2);
	border: 0 none;
	color: var(--color-link-invert);
}

#search_text.form-control:focus {
	box-shadow: none;
}

.dropdown-menu.search {
	width: 280px;
	display: block;
	background: var(--color2);
	border-radius: 0;
	padding: 0 0 .5rem 0;
	left: 0;
}

.dropdown-menu.search .dropdown-item {
	padding: 0;
}

.dropdown-menu.search a {
	font-weight: normal !important;
	text-transform: none;
	color: var(--color-link-invert);
	padding: .25rem .5rem;
}

.dropdown-menu.search .dropdown-header {
	text-align: center;
	font-size: 90%;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 2px;
	color: var(--color-link-invert);
}

.dropdown-menu.search li>a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.dropdown-menu.search .active a {
	background-color: var(--color-link);
}

.dropdown-menu.search>li>a:hover, .dropdown-menu.search>li>a:focus, .dropdown-menu.search>li>a:active {
	background-color: var(--color-link-h) !important;
	color: #fff !important;
}

.dropdown-menu.search li>a .hl {
	font-weight: 500;
	text-decoration: underline var(--color-link);
}

/*test*/
.res-test {
  background-color: red;
  color: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .res-test {
    background-color: darkviolet;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .res-test {
    background-color: darkcyan;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .res-test {
    background-color: mediumpurple;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .res-test {
    background-color: orange;
  }
}
@media (min-width: 1200px) {
  .res-test {
    background-color: red;
  }
}

/*sprites*/
.sprite { display:inline-block; overflow:hidden; margin:0px; padding:0px; background: transparent url(images/sprites.png) no-repeat scroll;  }
.sprite { width:28px; height:28px; background-position: 0px 0px; }
.sprite:hover { width:28px; height:28px; background-position: 0px -28px; }

.navbar .navbar-lang {
	min-width: 100px;
	margin-left: 1rem;
	padding: 20px 5px;
	text-align: center;
	display: inline-block;
}

.navbar .navbar-lang img {
	max-width: 1.5rem;
}

.navbar .navbar-lang > a {
	color: var(--color-font1);
}

/*dds responsive menu*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar {
	border: 0px;
	margin-bottom: 0px;
	min-height: 80px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


/*centered menu*/
#ddsrespmenu.center  .navbar-collapse.collapse  {
	display: inline-block !important;
}
#ddsrespmenu.center  .navbar { text-align: center;}
#ddsrespmenu.center  .navbar-header {
	float: none;
}


#ddsrespmenu .navbar .navbar-nav > li > a:hover,
#ddsrespmenu .navbar .navbar-nav > li > a:focus,
#ddsrespmenu .navbar .dropdown:hover > a{
	color: #ffffff;
	background-color: #333333;
}
#ddsrespmenu .nav .open > a,#ddsrespmenu .nav .open > a:hover,#ddsrespmenu .nav .open > a:focus {
    background-color: #333333;
    border-color: #333333;
}

#ddsrespmenu .navbar .navbar-nav > li > a {
    color: #757575; 
	font-weight: normal;
    padding-bottom: 35px;
    padding-top: 35px;	
}
#ddsrespmenu .navbar .navbar-nav > li > .dropdown-menu {
	border: none;
	background-color: #333333;
	box-shadow: 0 5px 10px rgba(0,0,0,0.176);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.176);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.176);
}

#ddsrespmenu .navbar .dropdown-menu {
	border-top: none;
}
#ddsrespmenu .navbar .dropdown.hdown:hover > .dropdown-menu {
	display: block;
}
#ddsrespmenu .dropdown-menu > li > a {
    color: #ffffff;
}
#ddsrespmenu .dropdown-menu .divider {
	background-color: #7e7e7e;
	margin: 5px 20px;
}

#ddsrespmenu .dropdown-menu { min-width: 300px; }
#ddsrespmenu .dropdown-menu > li > a:hover,#ddsrespmenu .dropdown-menu > li > a:focus {
    background-color: #000000;
    text-decoration: none;
}

/*level2*/
#ddsrespmenu .lev2 {
    font-size: 14px;
    list-style: none outside none;
    padding: 5px 0;
}
#ddsrespmenu .lev2 > li > a {
	color: #ffffff;
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px 3px 30px;
    white-space: nowrap;
}
#ddsrespmenu .lev2 > li > a:hover,#ddsrespmenu .lev2 > li > a:focus {
    background-color: #000000;
    text-decoration: none;
}


/*smallmenu*/
#ddsrespmenu .navbar-toggle {
	float: left;
}
#ddsrespmenu .navbar-default {
	border: none;
	background: none;
}
#ddsrespmenu .navbar-toggle {
	float: none;
	width: 45px;
	height: 35px;
	background-color: #a9d04a;
	border-color: #a9d04a;
	margin-left: 10px;
}
#ddsrespmenu .navbar-toggle:focus,
#ddsrespmenu .navbar-toggle:hover {
	background-color: #c04e36;
	border-color: #c04e36;
}
#ddsrespmenu .navbar-toggle .icon-bar {
	background-color: #757575;
}
#ddsrespmenu .navbar-toggle:focus .icon-bar,
#ddsrespmenu .navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}

/*ddsrepmenu*/
@media only screen and (max-width: 991px) {
	.navbar .navbar-toggle { 
		margin: 25px 10px;
	}
	#ddsrespmenu .navbar-nav {
		/*display: none;*/
	}
	#ddsrespmenu .navbar .navbar-nav > li > a {
		padding-bottom: 5px;
		padding-top: 5px;	
	}	
	.navbar-collapse.collapse {
		right: -2000px;
		display:none;
		z-index: 10;	
	}
	.navbar-toggle { 
		display: block;
	}

	.navbar, .navbar-header {
		/*position: static;*/
	}
	.navbar-collapse {
		background-color: black;
		position: absolute;
		right: -500px;
		max-width: 450px;
		width: 100%;
		transition: right 250ms ease;
		top: 113px;
		max-height: calc(100vh - 113px);
		overflow: auto;
	}
	.navbar-collapse.in, .navbar-collapse.show {
		right: 0;
		display: block;
	}
	
	.navbar-nav .nav-link {
		padding: 1rem;
	}
	
	.footer {
		padding: 1rem;
	}
	.navbar-collapse .dropdown-menu {
		font-size: 0.8rem;
	}
	.navbar-collapse .dropdown-menu .dropdown-item.level0 {
		font-size: 0.9rem;
	}
}




/*bs addon*/
/* phones, up to 480px */
@media screen and (max-width: 480px) {
	.productinfo .shortdesc {
		padding: 1rem 0;
	}
}
/* phones, up to 767px */
@media (max-width: 767px) {
}
/* tablets, 768px and up */
@media (min-width: 768px) {
}
/* tablets, 768px to 991 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* desktops, 992px and up */
@media (min-width: 992px) {
	.navbar .dropdown-menu {
		max-height: calc(100vh - 113px);
		overflow: auto;
	}
	
}
/* desktops, 992px to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* desktops, 1200px and up */
@media (min-width: 1200px) {
}
/*only print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

/*xm bs patch*/
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
 
@media (max-width: 480px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11 {
float: left; }
 
.col-ms-1 {
width: 8.33333%; }
 
.col-ms-2 {
width: 16.66667%; }
 
.col-ms-3 {
width: 25%; }
 
.col-ms-4 {
width: 33.33333%; }
 
.col-ms-5 {
width: 41.66667%; }
 
.col-ms-6 {
width: 50%; }
 
.col-ms-7 {
width: 58.33333%; }
 
.col-ms-8 {
width: 66.66667%; }
 
.col-ms-9 {
width: 75%; }
 
.col-ms-10 {
width: 83.33333%; }
 
.col-ms-11 {
width: 91.66667%; }
 
.col-ms-12 {
width: 100%; }
 
.col-ms-push-1 {
left: 8.33333%; }
 
.col-ms-push-2 {
left: 16.66667%; }
 
.col-ms-push-3 {
left: 25%; }
 
.col-ms-push-4 {
left: 33.33333%; }
 
.col-ms-push-5 {
left: 41.66667%; }
 
.col-ms-push-6 {
left: 50%; }
 
.col-ms-push-7 {
left: 58.33333%; }
 
.col-ms-push-8 {
left: 66.66667%; }
 
.col-ms-push-9 {
left: 75%; }
 
.col-ms-push-10 {
left: 83.33333%; }
 
.col-ms-push-11 {
left: 91.66667%; }
 
.col-ms-pull-1 {
right: 8.33333%; }
 
.col-ms-pull-2 {
right: 16.66667%; }
 
.col-ms-pull-3 {
right: 25%; }
 
.col-ms-pull-4 {
right: 33.33333%; }
 
.col-ms-pull-5 {
right: 41.66667%; }
 
.col-ms-pull-6 {
right: 50%; }
 
.col-ms-pull-7 {
right: 58.33333%; }
 
.col-ms-pull-8 {
right: 66.66667%; }
 
.col-ms-pull-9 {
right: 75%; }
 
.col-ms-pull-10 {
right: 83.33333%; }
 
.col-ms-pull-11 {
right: 91.66667%; }
 
.col-ms-offset-1 {
margin-left: 8.33333%; }
 
.col-ms-offset-2 {
margin-left: 16.66667%; }
 
.col-ms-offset-3 {
margin-left: 25%; }
 
.col-ms-offset-4 {
margin-left: 33.33333%; }
 
.col-ms-offset-5 {
margin-left: 41.66667%; }
 
.col-ms-offset-6 {
margin-left: 50%; }
 
.col-ms-offset-7 {
margin-left: 58.33333%; }
 
.col-ms-offset-8 {
margin-left: 66.66667%; }
 
.col-ms-offset-9 {
margin-left: 75%; }
 
.col-ms-offset-10 {
margin-left: 83.33333%; }
 
.col-ms-offset-11 {
margin-left: 91.66667%; } }

@media (min-width: 480px) and (max-width: 768px) {
.container {
	max-width: 748px; } 
}
