
/* SIDE NAV */
.sideNavBtn {
	color: #1f36c7;
	font-size:25px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0rem;
    left: 0;
    background-color: #07104ae0;
    overflow-x: hidden;
    padding-top: 15px;
    transition: 0.5s;
	z-index: 300;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
	color: #1f36c7;
	background-color: #fff;
}

.sidenav .sideNavCloseBtn {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 28px;
    padding: 0 15px;
    line-height: 28px;
}

.sidenav .sideNavCloseBtn:hover{
	background-color:transparent;
	color: #fff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.promoAppForm  a { color: inherit!important; text-decoration: underline; }
.promoAppForm  a:hover { color: inherit!important; text-decoration: none; }

.promo-boxrow {}
.promo-boxrow .stepImg { text-align: center; }
.promo-boxrow .stepContainer {
    text-align: center;
    margin-bottom: 15px;
}



.promo-boxrow .step {
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 50px;
    border-radius: 50%;
}
.promo-boxrow .img { text-align: center; }
.promo-boxrow .img img { text-align: center; }
.promo-boxrow .desc { text-align: center; font-weight:bold;  }
.promo-boxrow .stepImg > img {
    width: 100%;
	max-width:150px;
    display: inline-block;
}

.pizeImg {}
.pizeName {
  padding-top: 15px;
  font-size: 18px;
}

.prodImg {}
.prodName { padding-top:15px; }

.shopImg {}
.shopName { padding-top:15px; }

.product-carousel {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 25px;
}

.product-carousel .owl-stage{
    display: flex;
}

.product-carousel .item { 
	height: 17rem;
	text-align:center;
}
.product-carousel .item .imgDiv {
	height: 13rem;
	text-align:center;
}
.product-carousel .item img {
    display: inline;
    max-width: 100%;
    max-height: 13rem;
}

.product-carousel .item div {
    height: 2rem;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    margin: 3px 0;
    color: #ffffff;
	font-family: "Open Sans", sans-serif;
}

.owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.owl-prev {
	position: absolute;
	left: 0; 
	color: #ffffff!important;
	font-size: 33px!important;
	background-color: transparent;
	border: none;
}

.owl-next {
	position: absolute;
	right: 0;
	color: #ffffff!important;
	font-size: 33px!important;	
	background-color: transparent;
	border: none;
}


header.promohead .promohead-img {
  min-height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promohead-img { max-width: 100%; }

.promoHeadTitle {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.promoSectionTitle {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.promoSectionTitleTxt {
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 10px;
}

.promo-menu {
    width: 100%;
    justify-content: space-around;
}

.promoAppForm .col1 { padding:2rem 3rem; }
.promoAppForm .col2 { padding:0; }
.promoAppForm .col3 { padding:2rem 3rem; }
.promoAppForm .appfileBlock {
    display: block;
	width: 100px;
	border: 1px solid;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-right: 3px;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
	padding-bottom: 3rem;
}
.faq-section h5 {
  font-size: 20px;
  padding: 10px 0px;
  margin-top: 10px;
  cursor: pointer;
}
.faq-title h5 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}
.faq-title h5::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: transparent;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #ffffff;
	color: #ffffff;
	background-color: #ed1c24;
}

.faq .card h5{
	color: #ffffff;
	background-color: #ed1c24;
}

.faq .card .card-header {
  padding: 0px 15px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	padding-left: 10px;
}

faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #E91E63;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 30px;
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 750px) {
	header.promohead .promohead-img {
		min-height: 15px;
	}
}
@media (max-width: 570px) {
	.navbar-nav .nav-link { padding-left:15px; }
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}
	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

#calendar-containercalendar-container{  }
#calendar-container .fc-scrollgrid {
  font-family: "Open Sans", sans-serif;
}
#calendar-container .fc-scrollgrid a { text-decoration: none; } 
#calendar-container .fc-scrollgrid a.active { font-weight:600; color: #000; } 
#calendar-container .fc-header-toolbar { font-size:14px; margin-bottom: 0; padding:15px 15px; color: #ffffff;  }
#calendar-container .fc-toolbar-title{ font-size:14px; color: #ffffff;  }
#calendar-container .fc-daygrid-day-events{ display:none; }
#calendar-container .fc-daygrid-day-number{ display:inline; margin:0; width:100%;text-align:center; cursor:pointer; background-color:#ed1c24; color: #ffffff;}
#calendar-container .fc-daygrid-day-number:hover { text-decoration:none; font-weight:bold; cursor:pointer; }
#calendar-container .fc-col-header-cell-cushion {  }
#calendar-container .fc-next-button { background-color:#ed1c24; color: #ffffff; }
#calendar-container .fc-prev-button { background-color:#ed1c24; color: #ffffff;  }
#calendar-container .fc-col-header-cell-cushion { background-color:#ed1c24; color: #ffffff;  }
#calendar-container .fc-button-primary { background-color:#c60609ff!important; color: #ffffff!important;  }

#calendar-container .fc-daygrid-day-frame {
  position: relative;
  height: 35px;
  padding-top: 7px;
}

#calendar-table { overflow: auto; padding:15px; max-height: 700px; }
#calendar-table h5 { font-size: 1rem; }

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
}

.appFormFieldTitle {
  font-size: 18px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 7px 0 0 8px;
    height: 38px;
    border: 1px solid #aaa;
    border-radius: 0px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: #fff;
        background-clip: border-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
	font-size: 14px;
}

.appFormErrMsgLine {
    color: #fff;
    background-color: #b50606;
    font-size: 13px;
}

a { color: }


#regLoginSelect { list-style-type: none;padding: 0;margin: 0; }
#regLoginSelect li {width: 100%;}
#regLoginSelect li span.active {  background-color: #fff; color: #b6090b; box-shadow: 1px 0px 10px #fff; margin-bottom: 5px; }
#regLoginSelect li span:hover { background-color: #fff; color: #b6090b; box-shadow: 1px 0px 10px #fff; margin-bottom: 5px; }
#loginFormPanel input {
  background-color: #b6090b;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 0rem;
  padding-left: 15px;
  padding-right: 15px;
}
#loginFormPanel select {
    background-color: #b6090b;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 5rem;
    padding: 10px 15px;
    text-align: center;
    height: 50px;
    margin-right: 5px;
}
#loginFormPanel input:autofill {
	background-color: #b6090b!important;
}
#loginFormPanel input:-webkit-autofill  {
	background-color: #b6090b!important;
}

#loginFormPanel input:-moz-placeholder-shown {
    background-color: #b6090b;
}

#loginFormPanel input:focus {
	background-color: #b6090b;
	color: #fff;  
}

#loginFormPanel input::-webkit-input-placeholder { color: white; }
#loginFormPanel input:-moz-placeholder { color: white; }
#loginFormPanel input::-moz-placeholder { color: white; }
#loginFormPanel input:-ms-input-placeholder { color: white; }
#loginFormPanel input::placeholder { color: white; }


#regFormPanel select {
  background-color: #b6090b;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem;
  margin-right: 15px;
  height: 50px;
}

#regFormPanel input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 1rem;
}

#regFormPanel input:focus {
	background-color: transparent;
	color: #fff;  
}
#regFormPanel input::-webkit-input-placeholder { color: white; }
#regFormPanel input:-moz-placeholder { color: white; }
#regFormPanel input::-moz-placeholder { color: white; }
#regFormPanel input:-ms-input-placeholder { color: white; }
#regFormPanel input::placeholder { color: white; }
#phone36 {
	border:none;
	background-color:transparent;
	color:#fff;
}

#loginFormPanel .btn-warning { text-decoration:none!important; background-color: #fff;color: #790f01 !important;border-radius: 3rem;padding: 10px 15px;}
#loginFormPanel .btn-warning:hover { text-decoration:none; background-color: #790f01;color: #fff !important;border: 0px solid #000;border-radius: 3rem;padding: 10px 15px;}
#loginFormPanel .btn-success { background-color: #000;color: #fff;border: 1px solid #000;border-radius: 3rem;padding: 10px 15px;}
#loginFormPanel .btn-success:hover  { background-color: #ed1c24;color: #fff;border: 0px solid #000;border-radius: 3rem;padding: 10px 15px;}

#regFormPanel .btn-primary { background-color: #000;color: #fff;border: 1px solid #000;border-radius: 3rem;padding: 10px 15px;}
#regFormPanel .btn-primary:hover  { background-color: #ed1c24;color: #fff;border: 0px solid #000;border-radius: 3rem;padding: 10px 15px;}

.promoMainMenuPanel  { 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 777;
	box-shadow: 1px 1px 5px #fff;
}
#promoMainMenu .nav-link { text-decoration:none; border-bottom: 1px solid transparent; }
#promoMainMenu .nav-link:hover { border-bottom: 1px solid #fff; }

.newpasspanel input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 1rem;
}

.newpasspanel input:focus {
	background-color: transparent;
	color: #fff;  
}
.newpasspanel input::-webkit-input-placeholder { color: white; }
.newpasspanel input:-moz-placeholder { color: white; }
.newpasspanel input::-moz-placeholder { color: white; }
.newpasspanel input:-ms-input-placeholder { color: white; }
.newpasspanel input::placeholder { color: white; }


.newpasspanel .btn-warning { text-decoration:none!important; background-color: #fff;color: #790f01 !important;border-radius: 3rem;padding: 10px 15px;}
.newpasspanel .btn-warning:hover { text-decoration:none; background-color: #790f01;color: #fff !important;border: 0px solid #000;border-radius: 3rem;padding: 10px 15px;}
.newpasspanel .btn-success { background-color: #000;color: #fff;border: 1px solid #000;border-radius: 3rem;padding: 10px 15px;}
.newpasspanel .btn-success:hover  { background-color: #ed1c24;color: #fff;border: 0px solid #000;border-radius: 3rem;padding: 10px 15px;}

.character-input { width:35px;text-align:center;font-size: 25px; }

.nyitofulKod{ text-align:center; }
.nyitofulKod1{ 
	display:inline-block;
	text-align:center;
	margin:15px;
}
.nyitofulKod2 {
	display:inline-block;
	text-align:center;
	margin:15px;
}


.custom-file-upload {
  background-color: #000;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
}

input:autofill -moz-autofill-background { background-color:transparent; }

[class*="icheck-"] > input:first-child + label::before,
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 0px;
	margin-left: -29px;
	background-color: #fff;
}

.messagePanelLayer {}
.messagePanelLayer .messagePanelInner {}

.nyertesekMenu {
  display: flex;
  justify-content: space-evenly;
  min-height: 70px;
  flex-wrap: wrap;
}
.nyertesekMenu > div { margin: 5px 5px; }
.nyertesekMenu > div > a {
  background-color: #fff;
  color: red;
  padding: 15px;
  border-radius: 5rem;
  text-decoration: none;
  font-weight: 600;
  max-width: 300px;
  display: inline-block;
  margin-bottom: 15px;
}
.nyertesekMenu > div > a:hover { background-color: #000; color: #fff; }
.nyertesekMenu > div > a.active { background-color: #000; color: #fff; }
.nyertesekPanel {
	border: 1px solid #fff;
	margin: 0;
	border-radius: 15px;
	background-color: #fff;
	color: #000;
	padding: 10px 15px;
	box-shadow: 0px 0px 15px #fff;
}

.napiNyertesekPanelLink {
	background-color: red;
	padding: 5px 5px;
	border-radius: 5rem;
	padding: 15px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	min-width: 130px;
	margin-bottom: 15px;
}

.napiNyertesekPanelLink:hover{
	background-color: #000;
	color:#fff;
}

.napiNyertesekPanelLink.active{
	background-color: #000;
	color:#fff;
}

.hetLink {
	font-size:13px;
	margin-bottom:10px;
	padding: 5px;
}

.hetLink > a {
	font-size:13px;
	color: #000;
}

.hetLink.active{
	font-weight: bold;
	color:#fff;
	background-color: #c60609;
}
.hetLink.active a{
	font-weight: bold;
	color:#fff;
	background-color: #c60609;
}

.messagePanelLayer {position: fixed;background-color: rgba(0,0,0,0.7);top: 0;left: 0;right: 0;bottom: 0;z-index: 999; overflow: auto; }
.messagePanelLayer .messagePanelInner {
	background-color: #fff;position: absolute;
	top: 2rem;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	left: 0;right: 0;
	border-radius: 15px;color: #000;padding: 15px;box-shadow: 0px 0px 15px #fefffe;}

#regform_phone {
  min-width: 180px;
}
input,
input::placeholder {
    font-size: 13px;
}



@media only screen and (max-width: 576px) {
	#napiAjandekLinkLista {
		flex-wrap: wrap; 
	}
	#napiAjandekLinkLista > div { flex-grow: 1; }
 	.character-input {
		width: 40px;
		text-align: center;
		font-size: 20px;
		padding: 10px 5px;
	}
	#regLoginSelectPanel { box-shadow: none;padding-right: 0; }
	#regLoginSelect li span { border-radius: 5rem; display: inline-block;width: 100%;text-align: center;padding: 10px 15px; background-color: #b6090b; color: #fff; margin-bottom: 5px; }
	.loginBtnPanel { display:flex; flex-wrap: wrap; justify-content: center; flex-direction: column-reverse;}
}


@media only screen and (min-width: 576px) and (max-width: 992px) {
	#napiAjandekLinkLista {
		flex-wrap: wrap; 
	}
	#napiAjandekLinkLista > div { flex-grow: 1; }
	.character-input {
	  width: 35px;
	  text-align: center;
	  font-size: 25px;
	}
	#regLoginSelectPanel { box-shadow: none;padding-right: 0; }
	#regLoginSelect li span { border-radius: 5rem; display: inline-block;width: 100%;text-align: center;padding: 10px 15px; background-color: #b6090b; color: #fff; margin-bottom: 5px; }
	.loginBtnPanel { display:flex; flex-wrap: wrap; justify-content: center; flex-direction: column-reverse;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#napiAjandekLinkLista {
		flex-wrap: wrap;
	}
	#napiAjandekLinkLista > div { flex-grow: 1; }
	.character-input {
	  width: 35px;
	  text-align: center;
	  font-size: 25px;
	}
	#regLoginSelectPanel { box-shadow: 5px 0 5px -5px rgba(255,255,255,1);padding-right: 0; }
	#regLoginSelect li span { border-radius: 5rem 0 0 5rem; display: inline-block;width: 100%;text-align: right;padding: 10px 15px; background-color: #b6090b; color: #fff; margin-bottom: 5px; }
	.loginBtnPanel { display:flex; flex-wrap: wrap; justify-content: space-between; }
}

@media only screen and (min-width: 1200px) {
	#napiAjandekLinkLista {
		flex-wrap: wrap;
	}
	#napiAjandekLinkLista > div { flex-grow: 1; }
	.character-input {
	  width: 35px;
	  text-align: center;
	  font-size: 25px;
	}
	#regLoginSelectPanel { box-shadow: 5px 0 5px -5px rgba(255,255,255,1);padding-right: 0; }
	#regLoginSelect li span { border-radius: 5rem 0 0 5rem; display: inline-block;width: 100%;text-align: right;padding: 10px 15px; background-color: #b6090b; color: #fff; margin-bottom: 5px; }
	.loginBtnPanel { display:flex; flex-wrap: wrap; justify-content: space-between; }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.winnerPopup a { color: #000; }
.winnerPopup a:hover { color: #000; }