@font-face {
    font-family: 'ebgaramond-regular';
    src: url('../fonts/ebgaramond-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ebgaramond-bold';
    src: url('../fonts/ebgaramond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ebgaramond-italic';
    src: url('../fonts/ebgaramond-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


.termsfeed-com---palette-light .cc-nb-reject {
    color: #fff;
    background-color: #000000 !important;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: #003E50 !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: #000000 !important;
    color: #fff !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
    background: #003C4D !important;
    color: #fff;
}


@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html, body {
    font-family: 'ebgaramond-regular';
	background: #000;
	color: #fff;
	font-size: 1.1rem;
	max-width: 1920px;
	margin: auto;
}

b, strong, .strong {
    font-family: 'ebgaramond-bold';	
	font-weight: normal;
}

i, .text-italic {
    font-family: 'ebgaramond-italic';	
}

h2 {
	font-size: 2.25rem;
	margin-bottom: 2rem;
	  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h3 {
	font-size: 1.5rem;
}

.text-sans-serif {
    font-family: 'opensans-regular';	
}

.text-primary {
	color: #8de6ff!important;
}

.bg-primary {
	background-color: #8de6ff!important;
}

.bg-secondary {
	background-color: #004c61!important;
}

.bg-gradient {
	background: #003646;
background: -moz-radial-gradient(center, ellipse cover, #003646 0%, #005066 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #003646), color-stop(100%, #005066));
background: -webkit-radial-gradient(center, ellipse cover, #003646 0%, #005066 100%);
background: -o-radial-gradient(center, ellipse cover, #003646 0%, #005066 100%);
background: -ms-radial-gradient(center, ellipse cover, #003646 0%, #005066 100%);
background: radial-gradient(ellipse at center, #003646 0%, #005066 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003646', endColorstr='#005066', GradientType=1 );
}

.btn-primary {
	background-color: #8de6ff!important;
	border-color: #8de6ff!important;
	color: #000!important;
}

.btn-primary:hover {
	background-color: #004c61!important;
	border-color: #004c61!important;
	color: #fff!important;
}

.btn-rounded {
	font-size: 18px;
	padding: 5px 25px 5px 50px;
	border-radius: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
	box-shadow:1px 1px 10px rgba(141,230,255,0.4), 1px 1px 10px rgba(141,230,255,0.2);
}

#btn-phone {
	background-image: url(../img/icon-phone.png);
}

#btn-mail {
	background-image: url(../img/icon-mail.png);
}

.pt-5rem {
	padding-top:5rem!important;
}

.pb-5rem {
	padding-bottom:5rem!important;
}

.container-nav {
	max-width: 830px;
}

.text-glow {
	text-shadow:1px 1px 10px #fff, 1px 1px 10px #8de6ff;
	transition: all .15s ease-in-out;
}

a.text-glow:hover {
	color: #fff!important;
	text-shadow: 0 0 2px #fff, 0 0 5px #8de6ff, 0 0 7px #8de6ff, 0 0 8px #8de6ff, 0 0 60px #8de6ff, 0 0 9px #8de6ff;
	transition: all .15s ease-in-out;
}

.glow {
	text-shadow:1px 1px 10px #fff, 1px 1px 10px #8de6ff;
}

.glow:hover {
	color: #fff!important;
	text-shadow: 0 0 2px #fff, 0 0 5px #8de6ff, 0 0 7px #8de6ff, 0 0 8px #8de6ff, 0 0 60px #8de6ff, 0 0 9px #8de6ff;
}

.navbar-dark {
	z-index: 999;
}

.navbar-dark .navbar-toggler {
color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}

.navbar-dark .navbar-toggler-icon {
background-image: url("../img/toggler.svg");
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
	max-width: 620px;
margin-left: 60px;
}
}

#header {
	height: 860px;
	padding-top: 20px;
	background-image: url(../img/header-bg2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 110;
}

#top-line {
	margin-top: -60px;
}

#top-line .container{
	background-image: url(../img/logo-full.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 90;
	height: 103px;
	width: 100%;
}

.logo-2 {
	margin-top: -10px;
}

@media (max-width:600px) {
	#header {
	height: 600px;
	background-image: url(../img/header-bg-sm.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#motto {
	margin-top: 200px;
}
}

#section-1 {
	min-height: 860px;
	background-image: url(../img/section-bg-1.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#section-2 {
	min-height: 860px;
	background-image: url(../img/section-bg-2.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.spec-border {
		background-image: url(../img/border.png);
	background-position: center right;
	background-repeat: repeat-y;
}

.slider-elem {
	height: 300px;
	font-size: 1.25rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.slick-prev, .slick-next {
	z-index: 88;
	color: #8de6ff;
	width: 80px;
	height: 300px;
}

.slick-prev:before, .slick-next:before {
font-family: 'slick';
line-height: 1;
font-size: 60px;
opacity: .75;
color: #8de6ff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	text-shadow:1px 1px 10px #004c61, 1px 1px 10px #8de6ff;
}

.slick-prev:before {
	content: url('../img/prev.png');
}

.slick-next:before {
	content: url('../img/next.png');
}

.slick-prev,.slick-prev:hover {
	left: 0px;
	background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}

.slick-next,.slick-next:hover {
	right: 0px;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

#slider-ceges {
	background-image: url(../img/slide-ceges.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider-klasszik {
	background-image: url(../img/slide-klasszik.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider-gyerek {
	background-image: url(../img/slide-gyerek.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider-mikro {
	background-image: url(../img/slide-mikro.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider-konf {
	background-image: url(../img/slide-musor.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slider-csapat {
	background-image: url(../img/slide-csapat.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#candle1 {
	display: block;
	width: 20px;
	height: 27px;
	position: absolute;
margin-top: -61px;
margin-left: 99px;
	background-image: url(../img/candle1.png);
	background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out; 
    -moz-animation: pulse 1s infinite ease-in-out; 
    animation: pulse 1s infinite ease-in-out;
}

#candle2 {
	display: block;
	width: 15px;
	height: 21px;
	position: absolute;
	margin-top: 100px;
	margin-left:40px;
	background-image: url(../img/candle2.png);
	background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out; 
    -moz-animation: pulse 1s infinite ease-in-out; 
    animation: pulse 1s infinite ease-in-out;
}

#candle3 {
	display: block;
	width: 20px;
	height: 26px;
	position: absolute;
	margin-top: 123px;
	margin-left: -45px;
	background-image: url(../img/candle3.png);
	background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out; 
    -moz-animation: pulse 1s infinite ease-in-out; 
    animation: pulse 1s infinite ease-in-out;
}

#candle4 {
	display: block;
	width: 20px;
	height: 26px;
	position: absolute;
	margin-top: 277px;
	margin-left: 82px;
	background-image: url(../img/candle4.png);
	background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out; 
    -moz-animation: pulse 1s infinite ease-in-out; 
    animation: pulse 1s infinite ease-in-out;
}


@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

@media (max-width:1199px) {

	#candle3 {
		margin-left: -135px;
	}

	#candle1{
		margin-left: 10px;
	}
	
	#candle2{
		margin-left: -50px;
	}
	
	#candle4{
		margin-left: -8px;
	}

}

@media (max-width:1179px) {

	#candle3 {
	display: none;
}


}


@media (max-width:991px) {

	#candle2 {
	display: none;
}

	#candle1{
		margin-left: -110px;
		margin-top: -87px;
	}
	
	#candle4{
		margin-left: -127px;
		margin-top: 250px;
	}

}

@media (max-width:940px) {
	#candle4  {
	display: none;
}

}

@media (max-width:880px) {

	#candle1{
	display: none;
}

}

@media (max-width:991px) {
	.spec-border {
		background-image: none;
	}
	

}

@media (max-width:576px) {
	.slick-prev, .slick-next {
		width: 40px;
	}
	
	.slick-prev:before, .slick-next:before {
		font-size: 30px;
		width: 30px;
		height: 30px;
	}
	
	.slick-prev:before {
	content: url('../img/prev-sm.png');
}

.slick-next:before {
	content: url('../img/next-sm.png');
}
}

.ball {
  pointer-events: none;
  position: absolute; 
  width: 10px;
  height: 10px;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: gray;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: .5;
}

@keyframes implode {
  100% {transform: scale(0)}
}

.candles {
	
}

.mz-slider #slider-ceges,
.mz-slider .slick-slide:nth-of-type(n) {
background-image: url("https://zolimagic.hu/css/../img/slide-ceges.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.mz-slider #slider-klasszik,
.mz-slider .slick-slide:nth-of-type(2n) {
background-image: url("https://zolimagic.hu/css/../img/slide-klasszik.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

