/*-----------------------------------------------------------------------------------
	eskuvo
	About: A shiny new Blocs website.
	Author: Levente Kázsmér
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FEFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'DancingScript-Medium';
	src: url('./fonts/DancingScript-Medium/DancingScript-Medium.ttf');
	src: url('./fonts/DancingScript-Medium/DancingScript-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Montserrat-Regular';
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.ttf');
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'DancingScript-Regular';
	src: url('./fonts/DancingScript-Regular/DancingScript-Regular.ttf');
	src: url('./fonts/DancingScript-Regular/DancingScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ClickerScript-Regular';
	src: url('./fonts/ClickerScript-Regular/ClickerScript-Regular.ttf');
	src: url('./fonts/ClickerScript-Regular/ClickerScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Montserrat-Medium';
	src: url('./fonts/Montserrat-Medium/Montserrat-Medium.ttf');
	src: url('./fonts/Montserrat-Medium/Montserrat-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'DancingScript-SemiBold';
	src: url('./fonts/DancingScript-SemiBold/DancingScript-SemiBold.ttf');
	src: url('./fonts/DancingScript-SemiBold/DancingScript-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'DancingScript-Bold';
	src: url('./fonts/DancingScript-Bold/DancingScript-Bold.ttf');
	src: url('./fonts/DancingScript-Bold/DancingScript-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Montserrat-SemiBold';
	src: url('./fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf');
	src: url('./fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Mulish-Medium';
	src: url('./fonts/Mulish-Medium/Mulish-Medium.ttf');
	src: url('./fonts/Mulish-Medium/Mulish-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Circles Menu Icon */
.navbar-light .menu-icon-circles .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-circles .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%3E%3C/svg%3E");
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat-Regular";
	font-size:18px;
	color:#676767!important;
}
.bloc-divider-t-style{
	height:980px;
	fill:#F4959C;
}
.nav-bar{
	padding-top:20px;
	padding-bottom:10px;
	z-index:9999;
}
.menu{
	color:#FFFFFF!important;
	font-family:"DancingScript-Medium";
	margin-right:30px;
	margin-left:30px;
	font-size:35px;
}
.menu:hover{
	font-family:"DancingScript-Medium";
	color:rgba(255,255,255,0.79)!important;
}
.header-virag-1{
	z-index:99;
	position:relative;
	width:1300px;
	fill:transparent;
	margin-top:-50px;
	margin-bottom:-560px;
}
.content-h3-top{
	font-size:34px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:50px;
}
.content-h2{
	text-transform:uppercase;
	font-size:34px;
	font-family:"Montserrat-Medium";
}
.content-h1{
	font-family:"DancingScript-Regular";
	font-size:140px;
	margin-top:-20px;
	margin-bottom:-10px;
}
.content-h4{
	text-transform:uppercase;
	margin-top:35px;
	margin-right:-40px;
	margin-left:-40px;
	font-family:"Montserrat-Medium";
	font-size:20px;
	text-decoration:none;
	border-style:solid;
	letter-spacing:2px;
	border-width:2px 0px 2px 0px;
}
.number-h2{
	font-family:"DancingScript-Medium";
	font-size:80px;
}
.contact-p{
	font-family:"DancingScript-SemiBold";
	font-size:30px;
}
.content-h5{
	font-family:"ClickerScript-Regular";
	text-decoration:none;
	font-size:50px;
	font-weight:bold;
}
.h4-style{
	width:60%;
	margin-left:-75px;
}
.contact-span{
	font-family:"DancingScript-Bold";
	text-decoration:none;
	font-size:28px;
}
.content-h3-bottom{
	font-size:28px;
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:250px;
}
.bloc-divider-b-fill{
	fill:#F4959C;
	height:980px;
}
.edge-divider{
	z-index:999;
}
.img-flower-style{
	width:1300px;
	margin-bottom:-150px;
}
.bloc-margin-bottom{
	margin-bottom:-260px;
	margin-top:50px;
}
.img-virag-style{
	width:1300px;
}
.h4-szombat-style{
	width:53.48%;
	margin-left:185px;
	margin-right:-70px;
}
.alairas{
	font-family:"DancingScript-Regular";
	font-size:60px;
	color:#FEFFFF!important;
	text-decoration:none;
}
.meghivo-paragraph{
	font-size:24px;
	color:#FEFFFF!important;
}
.meghivo-h4{
	font-size:24px;
	font-family:"Montserrat-SemiBold";
	color:#FEFFFF!important;
}
.alairas-and{
	font-family:"ClickerScript-Regular";
	font-size:45px;
	color:#FEFFFF!important;
	font-weight:bold;
	font-style:italic;
}
.divider{
	height:2px;
	width:80px;
	border-style:solid;
	border-color:#FEFFFF!important;
	border-width:0px 0px 2px 0px;
}
.meghivo-h3{
	margin-bottom:10px;
	font-family:"Montserrat-Medium";
	text-transform:uppercase;
	font-size:28px;
	color:#FEFFFF!important;
}
.idopontok-row{
	margin-top:20px;
}
.idopontok-h4{
	font-size:25px;
	font-family:"Montserrat-Medium";
	color:#FEFFFF!important;
}
.idopontok-h4-2{
	font-size:25px;
	font-family:"Montserrat-Regular";
	color:#FEFFFF!important;
}
.bloc-padding-right{
	padding-right:0px;
	padding-left:25px;
}
.h3-margin-top{
	margin-top:40px;
}
.h4-bloc-4-style{
	font-family:"Montserrat-Regular";
}
.bloc-divider-t-fill{
	fill:#F4959C;
	height:100px;
}
.form-h2{
	font-size:60px;
	font-family:"Montserrat-Medium";
}
.form-paragraph{
	font-size:21px;
}
.form-card{
	background-color:rgba(255,255,255,0.90);
	box-shadow:0px 0px 33px rgba(123,123,123,0.58);
}
.label-style{
	font-family:"Montserrat-Medium";
}
.label-e-mail--style{
	font-family:"Mulish-Medium";
}
.label-bloc-5-style{
	font-family:"Montserrat-Medium";
}
.form-btn{
	color:#FFFFFF!important;
	background-color:#F4959C;
}
.input-style{
	font-family:"Montserrat-Regular";
	height:45px;
}
.form-body{
	padding:20px 30px 30px 30px;
}
.bloc-divider-b-style{
	height:70px;
	fill:#F4959C;
}
.scrollToTop{
	background-color:#F4959C;
	box-shadow:0px 0px 16px rgba(81,82,82,0.53);
	padding:6px 31px 36px 10px;
	border-radius:99px 99px 99px 99px;
}
.scrollToTop:hover{
	background-color:rgba(255,157,166,0.93);
	box-shadow:0px 0px 16px rgba(128,128,128,0.50);
}
.form-btn:hover{
	background-color:rgba(255,157,166,0.90);
	box-shadow:0px 0px 12px rgba(117,117,117,0.53);
}
.select-style{
	height:45px;
}
.meghivo-span{
	font-family:"Montserrat-SemiBold";
}
.lan-h6{
	color:#FEFFFF!important;
	font-family:"Montserrat-SemiBold";
	margin-bottom:40px;
}
.lan-h6-divider{
	border-style:solid;
	border-width:0px 1px 0px 1px;
}
.lan-h6:hover{
	color:rgba(255,255,255,0.80)!important;
}
.line-left{
	border-style:dashed;
	border-width:0px 0px 0px 3px;
}
.img-stlye{
	border-style:_popUpItemAction:;
	border-color:#FEFFFF!important;
	box-shadow:0px 0px 15px rgba(59,59,59,0.77);
}
.card-right{
	height:300px;
	background-color:transparent;
}
.p-style{
	font-size:24px;
	font-family:"Montserrat-Regular";
	color:#332F2B!important;
}
.line-right{
	border-style:dashed;
	border-width:0px 3px 0px 0px;
}
.card-left{
	height:300px;
	background-color:transparent;
}
.emlekeink-h3{
	margin-top:70px;
	font-size:25px;
	font-family:"Montserrat-Regular";
	text-decoration:none;
	color:#332F2B!important;
}
.line-short{
	height:70px;
}
.h3-style{
	font-size:25px;
	color:#332F2B!important;
}
.heart{
	font-size:23px;
}
.emlekeink-h4{
	font-size:22px;
	margin-bottom:100px;
	color:#332F2B!important;
}
.bloc-divider-b-bloc-52-fill{
	fill:#F4959C;
	height:70px;
}
.lightbox-caption{
	color:#FFFFFF!important;
}
.bloc-divider-t-bloc-6-fill{
	fill:#F4959C;
	height:70px;
}
.active-company{
	border-style:solid;
	border-width:0px 0px 2px 0px;
}
.h1-margin-bottom{
	margin-bottom:250px;
}
.ger-h3{
	margin-bottom:50px;
	margin-top:100px;
}
.eng-h3{
	margin-top:100px;
	margin-bottom:50px;
}
.h1-levi-margin-bottom{
	margin-bottom:250px;
}
.question{
	color:#FFFFFF!important;
	font-family:"Montserrat-SemiBold";
	font-size:19px;
}
.answear{
	line-height:30px;
	color:#332F2B!important;
	font-family:"Montserrat-Regular";
	font-size:19px;
}
.container-div-margin-top{
	margin-top:50px;
	margin-bottom:50px;
	box-shadow:0px 0px 30px rgba(121,121,121,0.70);
}
.bloc-divider-t-bloc-161-fill{
	fill:#F4959C;
	height:70px;
}
.faq-links{
	font-family:"Montserrat-Regular";
	color:#92595E!important;
	text-decoration:underline!important;
}
.faq-links:hover{
	color:#CF7E85!important;
}
.bloc-divider-b-bloc-161-style{
	height:70px;
	fill:#F4959C;
}
.faq-card{
	background-color:rgba(255,255,255,0.90);
}
.bloc-divider-t-0-fill{
	fill:#F4959C;
	height:70px;
}
.bloc-divider-b-0-fill{
	fill:#F4959C;
	height:70px;
}
.img-style{
	width:1244px;
	margin-top:-130px;
	margin-bottom:40px;
	padding-top:0px;
}
.bloc-divider-t-30281-fill{
	fill:#F4959C;
	height:70px;
}
.bloc-divider-t-faq-bloc-fill{
	fill:#F4959C;
	height:70px;
}
.contact-h3{
	font-size:30px;
	font-family:"Montserrat-Medium";
	text-decoration:none;
	color:#454445!important;
}
.contact-link{
	font-size:22px;
	margin-bottom:10px;
	color:#454445!important;
	font-family:"Montserrat-Regular";
}
.contact-h4{
	font-size:70px;
	font-family:"DancingScript-Regular";
	color:#454445!important;
}
.row-margin-bottom{
	margin-bottom:-300px;
}
.contact-link:hover{
	color:#CB7C82!important;
}
.contact-bloc{
	z-index:99;
}
.bloc-bloc-166-margin-bottom{
	margin-bottom:40px;
}
.contact-paragraph{
	line-height:35px;
	color:#454445!important;
	font-size:21px;
}
.bloc-0-margin-bottom{
	margin-bottom:15px;
}
.bloc-divider-t-nav-bar-fill{
	fill:#F4959C;
}
.bloc-divider-t-224-fill{
	fill:#F4959C;
}
.video-row{
	margin-bottom:70px;
	z-index:2;
	position:relative;
}
.bloc-divider-b-0-style{
	height:70px;
	fill:#F4959C;
}
.virag-style{
	margin-top:-390px;
	width:1200px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-light-salmon-pink{
	background-color:#F4959C;
}
.bgc-light-salmon-pink-2{
	background-color:rgba(245,149,156,0.70);
}

/* Icon colour styles */

.icon-light-salmon-pink{
	color:#F4959C!important;
	border-color:#F4959C!important;
}

/* Bloc image backgrounds */

.bg-virag-3-halvany{
	background-image:url("img/virag-3-halvany.png");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.menu{
		font-size:33px;
		margin-left:20px;
		margin-right:20px;
	}
	.content-bloc{
		margin-top:-400px;
	}
	.content-h3-top{
		margin-bottom:30px;
		font-size:32px;
		margin-top:60px;
	}
	.content-h3-bottom{
		margin-top:30px;
		font-size:26px;
		margin-bottom:120px;
	}
	.content-h1{
		font-size:130px;
	}
	.content-h5{
		font-size:45px;
	}
	.content-h4{
		margin-right:-50px;
		margin-left:-50px;
	}
	.h4-style{
		width:80.9%;
	}
	.img-flower-style{
		margin-top:-270px;
		margin-bottom:-100px;
		width:1200px;
	}
	.bloc-margin-bottom{
		margin-bottom:-200px;
		margin-top:-120px;
	}
	.bloc-divider-b-fill{
		height:438px;
	}
	.content-h2{
		font-size:30px;
	}
	.number-h2{
		font-size:75px;
	}
	.contact-p{
		font-size:26px;
	}
	.contact-span{
		font-size:26px;
	}
	.bloc-divider-t-style{
		height:770px;
	}
	.h4-szombat-style{
		width:67.98%;
		margin-left:110px;
	}
	.input-style{
		height:50px;
	}
	.select-style{
		height:50px;
	}
	.bloc-bloc-4-margin-bottom{
		margin-bottom:70px;
	}
	.header-virag-1{
		margin-bottom:0px;
	}
	.lan-h6-divider{
		border-left-width:0px;
		border-right-width:0px;
	}
	.lan-h6{
		margin-bottom:30px;
	}
	.h1-margin-bottom{
		margin-bottom:120px;
	}
	.ger-h3{
		margin-bottom:30px;
		margin-top:40px;
	}
	.eng-h3{
		margin-top:40px;
		margin-bottom:30px;
	}
	.h1-levi-margin-bottom{
		margin-bottom:120px;
	}
	.img-style{
		width:747px;
		margin-bottom:-20px;
		margin-top:-70px;
	}
	.contact-bloc{
		z-index:99;
	}
	.bloc-divider-t-224-fill{
		height:70px;
	}
	.virag-style{
		margin-top:-320px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.h4-style{
		width:86.45%;
		float:left;
		margin-left:-40px;
	}
	.bloc-margin-bottom{
		margin-top:-150px;
	}
	.img-flower-style{
		margin-top:-240px;
		margin-bottom:-100px;
	}
	.bloc-divider-b-fill{
		height:290px;
	}
	.content-h1{
		font-size:125px;
	}
	.bloc-divider-t-style{
		height:528px;
	}
	.content-h3-top{
		margin-top:120px;
	}
	.content-h4{
		margin-left:-50px;
		margin-right:-50px;
	}
	.h2-margin-bottom{
		margin-bottom:70px;
	}
	.number-h2{
	}
	.h4-szombat-style{
		width:77.42%;
		margin-left:85px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#F4959C;
	}
	.menu{
		font-size:33px;
	}
	.form-body{
		padding-right:25px;
		padding-left:25px;
		padding-bottom:25px;
	}
	.form-h2{
		font-size:56px;
	}
	.form-paragraph{
		font-size:20px;
	}
	.input-style{
		height:45px;
	}
	.select-style{
		height:45px;
	}
	.img-style{
		width:566px;
		margin-bottom:-30px;
	}
	.nav-bar{
		z-index:999999;
	}
	.contact-bloc{
		z-index:99;
	}
	.bloc-divider-t-224-fill{
		height:70px;
	}
	
}

@media (max-width: 575px){
	.bloc-divider-t-style{
		height:356px;
	}
	.content-h3-top{
		margin-top:180px;
		font-size:29px;
	}
	.content-h4{
		font-size:19px;
		margin:10px 0px 10px 0px;
	}
	.h4-style{
		width:58.15%;
		float:none;
	}
	.bloc-divider-b-fill{
		height:160px;
	}
	.img-flower-style{
		margin-top:-60px;
		margin-bottom:-110px;
		width:280px;
	}
	.header-virag-1{
		margin-top:-90px;
	}
	.content-h1{
		font-size:100px;
	}
	.content-h3-bottom{
		font-size:22px;
		margin-bottom:100px;
	}
	.content-h2{
		font-size:28px;
		margin-top:20px;
	}
	.contact-p{
		margin-top:30px;
		margin-bottom:5px;
		font-size:25px;
	}
	.h2-margin-bottom{
		margin-bottom:50px;
	}
	.h4-szombat-style{
		width:57.78%;
	}
	.number-h2{
		font-size:70px;
	}
	.contact-span{
		font-size:25px;
	}
	.meghivo-h4{
		font-size:22px;
	}
	.meghivo-paragraph{
		font-size:22px;
	}
	.alairas{
		font-size:50px;
	}
	.alairas-and{
		font-size:40px;
	}
	.meghivo-h3{
		font-size:26px;
	}
	.idopontok-h4{
		font-size:22px;
	}
	.idopontok-h4-2{
		font-size:22px;
	}
	.divider{
		width:70px;
		margin-left:auto;
		margin-right:auto;
	}
	.form-body{
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.form-h2{
		font-size:45px;
	}
	.input-style{
		height:50px;
		font-size:14px;
	}
	.select-style{
		height:50px;
	}
	.bloc-padding-left{
		padding-right:0px;
		padding-left:25px;
	}
	.bloc-bloc-4-padding-right{
		padding-right:0px;
		padding-left:25px;
	}
	.h3-bloc-6-style{
		font-size:23px;
	}
	.line-left{
		height:240px;
	}
	.line-right{
		height:240px;
	}
	.line-short{
		height:60px;
	}
	.h3-style{
		font-size:23px;
	}
	.emlekeink-h4{
		font-size:20px;
	}
	.bloc-divider-t-bloc-6-fill{
		height:30px;
	}
	.bloc-divider-t-bloc-161-fill{
		height:30px;
	}
	.bloc-divider-t-0-fill{
		height:30px;
	}
	.bloc-divider-t-faq-bloc-fill{
		height:30px;
	}
	.contact-h3{
		font-size:28px;
	}
	.contact-h4{
		font-size:65px;
	}
	.contact-link{
		font-size:20px;
	}
	.contact-paragraph{
		font-size:19px;
	}
	.img-style{
		margin-bottom:-40px;
		margin-top:20px;
	}
	.nav-bar{
		z-index:99999;
	}
	.contact-bloc{
		z-index:99;
	}
	.bloc-divider-t-224-fill{
		height:30px;
	}
	.virag-style{
		margin-top:-200px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

