/*
Theme Name: FINANCEHOUSE
*/

html {
	box-sizing: border-box;
	background-color: #d1a60f;
}
body {
	font-size: 18px;
	color: black;
	border: 10px solid #d1a60f!important;
	/* padding: 10px!important; */
	box-sizing: border-box;
	/* width: calc(100vw - 40px); */
	background-color: #d1a60f!important;
	background-color: white!important;
}
*, *:before, *:after {
	box-sizing: inherit;
}
ol, ul {
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ol, li, ul, dl, dd, blockquote, figure, body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
#mhead {
	position: absolute;
	width: 100%;
	width: calc(100% - 20px);
	text-align: center;
	z-index: 9999;
	/* height: 110px; */
	/* position: relative; */
	transition: all .3s;
	font-size: 0;
	text-align: left;
	left: 10px;
	/* background-color: white; */
}

.home #mhead {/* background-color:transparent; */}
#site-navigation {
	/* position: absolute; */
}
#mhead:hover {
	/* background-color: black; */
	/* background-color: white; */
	/* background-color: rgba(255,255,255,0.8); */
}
.mwidth {
	padding: 10px 30px;
	/* max-width:1200px; */
	margin: 0px auto;
	text-align: left;
	font-size: 0;
}
.logo {
	background-image: url(https://fh.matoremes.sk/wp-content/uploads/2021/11/logo.svg);
	width: 225px;
	height: 50px;
	/* max-width: 160px; */
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all .3s;
	vertical-align: middle;
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .6s forwards;
	-moz-animation: contactTop 520ms ease-out .6s forwards;
	-ms-animation: contactTop 520ms ease-out .6s forwards;
	animation: contactTop 520ms ease-out .6s forwards;
	margin: 20px 20px;
	vertical-align: middle;
	margin-left: 30px;
	padding: 0;
}

.logo {
	/* background-image: url(https://fh.matoremes.sk/wp-content/uploads/2021/11/logo3.svg); */
}

.logo i {
	height: 14px;
	display:block;
	/* margin-left: 30px; */
	width: 30px;
	margin-left: 0px;
	background-color: white;
	/* margin: 1px; */
	transition: all .3s ease-in-out;
} 

.logo i:nth-child(3) {
		margin-top: 1px;
		/* height: 12px; */
		-webkit-animation: contactTopW 1s ease-out .6s forwards;
		-moz-animation: contactTopW 1s ease-out .6s forwards;
		-ms-animation: contactTopW 1s ease-out .6s forwards;
		animation: contactTopW 1s ease-out .6s forwards;
}


.logo i:nth-child(2) {
		margin-top: 0px;
		-webkit-animation: contactTopW 1s ease-out .9s forwards;
		-moz-animation: contactTopW 1s ease-out .9s forwards;
		-ms-animation: contactTopW 1s ease-out .9s forwards;
		animation: contactTopW 1s ease-out .9s forwards;
}


.logo i:nth-child(1) {
		margin-top: 4px;
		-webkit-animation: contactTopW 1s ease-out 1.2s forwards;
		-moz-animation: contactTopW 1s ease-out 1.2s forwards;
		-ms-animation: contactTopW 1s ease-out  1.2s forwards;
		animation: contactTopW 1s ease-out  1.2s forwards;
}






@-webkit-keyframes contactTopW {
0% {
		width: 30px;
		margin-left:0px;
	}
    

    				25% {
		width: 0px;
		margin-left:30px;
		
	}


		50% {
			width: 30px;
		margin-left:0px;
	}

				100% {
		width: 0px;
		margin-left:30px;
		
	}
}
@-moz-keyframes contactTopW {
0% {
		width: 30px;
		margin-left:0px;
	}
    

    				25% {
		width: 0px;
		margin-left:30px;
		
	}


		50% {
			width: 30px;
		margin-left:0px;
	}

				100% {
		width: 0px;
		margin-left:30px;
		
	}
}
@keyframes contactTopW {
0% {
		width: 30px;
		margin-left:0px;
	}
    

    				25% {
		width: 0px;
		margin-left:30px;
		
	}


		50% {
			width: 30px;
		margin-left:0px;
	}

				100% {
		width: 0px;
		margin-left:30px;
		
	}
}



#site-navigation:before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url();
	display: inline-block;
	position: absolute;
	left: 26px;
	top: 40px;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0;
}
.page #main {
	background-color: #0076ff;
}
.hero-video {
	font-size: 0;
	min-height: 100vh;
	background-color: white;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100vw;
	width: calc(100vw - 20px);
	overflow: hidden;
	transition: all .4s;
	/* width: 50%; */
	/* left: 50%; */
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .2s forwards;
	-moz-animation: contactTop 520ms ease-out .2s forwards;
	-ms-animation: contactTop 520ms ease-out .2s forwards;
	animation: contactTop 520ms ease-out .2s forwards;
	/* left: 0; */
	/* right: 0; */
	/* background-color: red; */
}
.page .hero-video {
	max-height: 50vh;
	min-height: 50vh;
	height: 50vh;
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .6s forwards;
	-moz-animation: contactTop 520ms ease-out .6s forwards;
	-ms-animation: contactTop 520ms ease-out .6s forwards;
	animation: contactTop 520ms ease-out .6s forwards;
	background-color: #0076ff;
}
.home .hero-video:after {
	content: "";
	opacity: 0;
	position: absolute;
	z-index: 9;
	width: 89%;
	height: 60vh;
	background-image: url();
	background-repeat: no-repeat;
	bottom: -30%;
	/* bottom: -200%; */
	right: -200%;
	transition: all 1.4s;
	right: -55%;
	opacity: 0;
}


.finished-video-1 .hero-video:after {
	opacity: 1;
	bottom: -30%;
	right: -40%;
}
body.home {
	background-color: #d1a60f!important;
}
.hero-video:before {
	transition: all 1.5s;
	content: "";
	background-color: black;
	width: 50%;
	height: 100vh;
	height: 100%;
	position: absolute;
	/* left: 50%; */
	/* z-index: 1; */
	/* opacity: .6; */
	margin-right: 0;
	right: 0;
}
.finished-video-1 .hero-video:before {
	width: 100%;
	/* background-color: red; */
	background-color: #0076ff;
}
.home .hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 50%;
	min-height: 100%;
	-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	/* width: 100%; */
	/* max-width: 1400px; */
	z-index: 0;
	transition: all .8s;
	/* opacity: .7; */
	/* border: 20px solid white; */
	/* max-width: 50%; */
}




.menu-toggle {
	display: none;
}
.menu-scroll-down {
	display: none
}
.navigation-top {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	width: calc(100% - 145px);
	text-align: right;
	transition: all .3s;
	/* float: right; */
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out 1.6s forwards;
	-moz-animation: contactTop 520ms ease-out 1.6s forwards;
	-ms-animation: contactTop 520ms ease-out 1.6s forwards;
	animation: contactTop 520ms ease-out 1.6s forwards;
}

#site-navigation {text-align:right;display:inline-block;text-align:right;width: calc(100% - 285px);vertical-align: middle;transition: all .3s;padding-right: 20px;overflow: hidden;padding: 0px 0px;}

#site-navigation ul {
	list-style-type: none
}
#site-navigation ul li {
	display: inline-block;
}
.over-video {
	top: 30vh;
	position: absolute;
	text-align: left;
	/* color: white; */
	left: 0;
	right: 0;
	/* min-height: 70vh; */
	z-index: 9;
	max-width: 50%;
	/* margin: 0px auto; */
	transition: all .4s;
	z-index: 33;
	padding-left: 60px;
}
.over-video h1 {
	/* font-weight: bold; */
	font-size: 2.3rem;
	line-height: 3.0rem;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .6s forwards;
	-moz-animation: contactTop 520ms ease-out .6s forwards;
	-ms-animation: contactTop 520ms ease-out .6s forwards;
	animation: contactTop 520ms ease-out .6s forwards;
	font-family: 'Playfair Display', serif;
	padding-top: 65px;
}
.over-video p {
	font-size: 1.3rem;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .8s forwards;
	-moz-animation: contactTop 520ms ease-out .8s forwards;
	-ms-animation: contactTop 520ms ease-out .8s forwards;
	animation: contactTop 520ms ease-out .8s forwards;
}
.over-video .btn {
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .8s forwards;
	-moz-animation: contactTop 520ms ease-out .8s forwards;
	-ms-animation: contactTop 520ms ease-out .8s forwards;
	animation: contactTop 520ms ease-out .8s forwards;
}
.btn {
	color: #d1a60f;
	transition: all .3s;
	font-weight: bold;
	background-color: white;
	border-radius: 30px;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 15px 40px;
	display: inline-block;
	margin: 10px 0px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.over-video .btn.ghost {box-shadow:none; margin-left:20px}


.btn:hover {
	box-shadow: 4px 9px 30px rgb(0 0 0 / 35%);
	background-color: #d1a60f;
	background-color: black;
	color: white;
}
.over-video h1 em {
	font-family: 'Caveat', cursive;
	font-size: 4rem;
	/* margin-right: 9px; */
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	transition: all .5s;
	/* max-width: 190px; */
	vertical-align: middle;
	margin-left: -4px;
	padding-right: 0px;
	margin-top: -9px;
}
@-webkit-keyframes contactTop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes contactTop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes contactTop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#mhead:after {
	content: "";
	background-color: white;
	width: 100%;
	height: 110px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all 1.5s;
	width: 0;
}
.finished-video-1 #mhead:after {
	width: 100%;
}
.finished-video-1 #mhead a {
	color: black
}
a {
	text-decoration: none;
	display: block;
	padding: 12px 20px;
	transition: all .4s;
	color: black;
	font-size: .95rem;
	/* font-weight: bold; */
	/* max-width: 200px; */
}
#mhead a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .87rem;
	/* border-radius: 20px; */
	/* background-color: red; */
}

#mhead ul a {
    border-radius: 20px;
    /* background-color: black; */
    transition: all .3s;
    margin-right:20px;
    }
.page-template-default #mhead ul a {color:black}

#mhead:hover a, .page #mhead a {
	/* color: black */
}
#mhead a:hover, #mhead .current_page_item a {
	color: #d1a60f!important;
	/* background-color: white; */
}

#mhead a:hover {background-color:white}


.logo:hover, #mhead:hover .logo, .finished-video-1 .logo, .page .logo {
	/* background-image: url(); */
}
#colophon {
	padding: 30px;
	/* color: white; */
	font-size: 0;
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out 1.6s forwards;
	-moz-animation: contactTop 520ms ease-out 1.6s forwards;
	-ms-animation: contactTop 520ms ease-out 1.6s forwards;
	animation: contactTop 520ms ease-out 1.6s forwards;
	padding-bottom: 10px;
}
.page #colophon {
	color: black
}
.home #colophon {
	position: absolute;
	bottom: 0;
	z-index: 99;
	/* width: 100vw; */
	color: white;
}
#colophon .copyright {
	display: inline-block;
	vertical-align: middle;
	font-size: .497rem;
	width: 50%;
	padding-right: 40px;
	color: black;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
}
#colophon div.f {
	display: inline-block;
	vertical-align: middle;
	/* font-size:1rem; */
	width: 50%;
	text-align: right;
}
a.i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url();
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .4s;
}
a.f {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url();
	/* margin-right: 20px; */
	/* background-repeat: no-repeat; */
	background-position: center;
	background-size: contain;
	transition: all .4s;
	background-repeat: no-repeat;
}
.page #colophon {
	/* border-top:1px solid black; */
	margin: 0px 0px;
	/* background-color: black; */
	/* color: white; */
	padding-top: 0;
}
.page a.i {
	background-image: url();
}
.page a.f {
	background-image: url();
}
#colophon a:hover {
	opacity: .5
}
.page #content {
	/* max-width: 980px; */
	/* margin: 50px auto; */
	overflow: hidden;
}
.page video {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	/* width:100% */
	/* left: 50%; */
	/*opacity:0;
-webkit-animation: contactTop 520ms ease-out .6s forwards;
-moz-animation: contactTop 520ms ease-out .6s forwards;
-ms-animation: contactTop 520ms ease-out .6s forwards;
animation: contactTop 520ms ease-out .6s forwards;*/
}
.page video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 1;
	transition: all .5s;
	width: 100%;
}
}
.page.finished-video-1 .hero-video:before {
	width: 100%;
}
.page.finished-video-1 video {
	opacity: 0;
}
.page .over-video {
	top: 20vh;
	text-align: center;
	/* margin-top: -100px; */
	padding: 0;
	position: absolute;
}
.contnt-page .entry-title {
	display: none
}
.contnt-page {
	/* max-width:980px; */
	text-align: center;
	padding: 20px 80px;
	background-color: #0076ff;
	text-align: left;
	color: white;
	margin: 0px auto;
	-webkit-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
}
.contnt-page:before, .contnt-page:after {
	content: '';
	display: block;
	top: 0px;
	left: -1px;
	right: -1px;
	bottom: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.contnt-page:before {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.68, 0, .265, 1);
	transition: transform 1.2s cubic-bezier(.68, 0, .265, 1);
	transition: transform 1.2s cubic-bezier(.68, 0, .265, 1), -webkit-transform 1.2s cubic-bezier(.68, 0, .265, 1);
}
.contnt-page:before {
	z-index: 2;
	background: #000;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.contnt-page:after {
	z-index: 3;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.68, 0, .265, 1);
	transition: transform .8s cubic-bezier(.68, 0, .265, 1);
	transition: transform .8s cubic-bezier(.68, 0, .265, 1), -webkit-transform .8s cubic-bezier(.68, 0, .265, 1);
	background: #ffffff;
}
.In .contnt-page:before, .In .contnt-page:after {
	-webkit-transform: translate3d(100%, 0, 0)!important;
	transform: translate3d(100%, 0, 0)!important;
}
.page .hero-video:after {
	transition: all 1.5s;
	content: "";
	background-color: #0076ff;
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 9;
	left: 0;
	-webkit-animation: contactTop2 520ms ease-out .6s forwards;
	-moz-animation: contactTop2 520ms ease-out .6s forwards;
	-ms-animation: contactTop2 520ms ease-out .6s forwards;
	animation: contactTop2 520ms ease-out .6s forwards;
}
@-webkit-keyframes contactTop2 {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
@-moz-keyframes contactTop2 {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
@keyframes contactTop2 {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
.entry-content {
	opacity: 0;
	-webkit-animation: contactTop 520ms ease-out .8s forwards;
	-moz-animation: contactTop 520ms ease-out .8s forwards;
	-ms-animation: contactTop 520ms ease-out .8s forwards;
	animation: contactTop 520ms ease-out .8s forwards;
	max-width: 900px;
	margin: 20px auto;
	/* min-height: 56vh; */
	margin-top: 10px;
	padding: 60px;
	font-size: .79rem;
	line-height: 1.5rem;
}


.cols {}
.cols strong {display:block;font-size: .79rem;padding: 20px 0px;text-transform: uppercase;}
.cols a {color: #d1a60f;padding:0px;border-bottom: 1px solid;font-weight: bold;display: inline;transition: all .4s;}
.cols a:hover {color:black}

.entry-header {padding-top:150px;text-align:center;/* font-family: 'Playfair Display', serif; */}
.entry-header h1 {font-family: 'Playfair Display', serif;color: #d1a60f;}
.entry-content ul {
	/* list-style-type: circle; */
	list-style-position: outside;
	/* margin-left: 20px; */
	background-color: rgba(0,0,0,0.03);
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-radius: 10px;
}
.entry-content li, .entry-content li span {
	margin-bottom: 10px;
	font-size: .79rem;
}

.clicked .lines-button {
	right: 0px;
	position: absolute;
	width: 93px;
	/* text-align: center; */
	top: -10px;
	background: #50bdad;
	margin-right: initial;
}
.lines-button:before {
	/* content:"Menu"; */
	position: absolute;
	margin-left: -70px;
	color: white;
	font-size: 1rem;
	text-transform: lowercase;
	margin-top: -3px;
}
/* ====================== lines button ==================================================*/

.lines-button {
	padding: 0;
	/*! transition: .7s; */
	cursor: pointer;
	user-select: none;
	/* border-radius: .57143rem; */
	/* */
	background: transparent;
	border: none;
	position: absolute;
	/* z-index: 999999999999999991; */
	outline: none;
	margin-left: 0;
	/*! padding-top: 16px; */
	width: 50px;
	/*! height: 8vh; */
	min-height: 50px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	float: right;
	transition: all .5s;
	z-index: 9;
	/* margin-top: 17px; */
	right: 15px;
	/* top: 12px; */
	/* display: block!important; */
}
.lines-button:hover {
	opacity: 1;
	/* border-bottom: 1px solid #4ABDAB; */
	/* background: white; */
}
.lines-button:active {
	transition: 0;
}
.clicked .lines, .clicked .lines:before, .clicked .lines:after {
	background: #fff;
}
.lines {
	display: inline-block;
	width: 36px;
	height: 2px;
	background: rgba(40, 40, 40, 1);
	background: #d1a60f;
	border-radius: .28571rem;
	/*! transition: .5s; */
	position: relative;
	right: 7px;
	/* top: -4px; */
	/* box-shadow: 1px 1px rgba(0,0,0,0.4); */
}
.lines:before, .lines:after {
	display: inline-block;
	width: 31px;
	height: 2px;
	/* background: #176ef8; */
	background: #d1a60f;
	border-radius: .28571rem;
	transition: .3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: .28571rem center;
	transform-origin: .28571rem center;
	/* background: rgba(40,40,40,1); */
	right: 40px;
	/* box-shadow: 1px 1px rgba(0,0,0,0.4); */
}
.lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:before {
	width: 36px;
}
.lines-button:hover .lines:after {
	width: 36px;
}
.lines-button.closed {
	/* -webkit-transform: scale3d(0.8,0.8,0.8); */
	/* transform: scale3d(0.8,0.8,0.8); */
}
.lines-button.arrow.closed .lines:before, .lines-button.arrow.closed .lines:after {
	top: 0;
	width: 2.22222rem;
}
.lines-button.arrow.closed .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.closed .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.closed {
	-webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
	transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.closed .lines:before, .lines-button.minus.closed .lines:after {
	-webkit-transform: none;
	transform: none;
	top: 0;
	width: 4rem;
}
.lines-button.x.closed .lines {
	background: transparent;
	box-shadow: 0px 0px 0px;
}
.lines-button.x.closed .lines:before, .lines-button.x.closed .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 22px;
	margin-left: 3px;
}
.lines-button.x.closed .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	background-color: black;
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.closed .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	background-color: black;
	color: black;
}
.lines-button.x2 .lines {
	transition: background .3s .5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease;
}
.lines-button.x2.closed .lines {
	transition: background .3s 0 ease;
	background: transparent;
}
.lines-button.x2.closed .lines:before, .lines-button.x2.closed .lines:after {
	transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease;
	top: 0;
	width: 4rem;
}
.lines-button.x2.closed .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.closed .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.closed {
	/* left: 50%; */
	margin-left: -27px;
	/* position: fixed; */
	z-index: 9999;
	/* background-color: white; */
	/* border-radius: 100%; */
	padding-left: 18px;
	/* box-shadow: 1px 1px 100px rgba(0,0,0,0.5); */
}
.lines-button.closed:hover {}
.lines-button.closed:hover .lines:before, .lines-button.closed:hover .lines:after {
	/* background-color:#0bdbc0; */
}
.lines-button.closed:before {
	/* content:"zatvor menu"; */
	margin-left: -110px;
	margin-top: -5px;
	text-align: left;
	/* color: white; */
}
/**/

._01 {
	-webkit-animation: contactTop3 720ms ease-in 3.6s forwards;
	-moz-animation: contactTop3 720ms ease-in 3.6s forwards;
	-ms-animation: contactTop3 720ms ease-in 3.6s forwards;
	animation: contactTop3 720ms ease-in 3.6s forwards;
	*/
}
._02 {
	-webkit-animation: contactTop3 720ms ease-in 4.6s forwards;
	-moz-animation: contactTop3 720ms ease-in 4.6s forwards;
	-ms-animation: contactTop3 720ms ease-in 4.6s forwards;
	animation: contactTop3 720ms ease-in 4.6s forwards;
	*/
}
.finished-video-1 #mhead:before {
	opacity: 0;
	-webkit-animation: contactTop4 720ms ease-in 1.6s forwards;
	-moz-animation: contactTop4 720ms ease-in 1.6s forwards;
	-ms-animation: contactTop4 720ms ease-in 1.6s forwards;
	animation: contactTop4 720ms ease-in 1.6s forwards;
}
@-webkit-keyframes contactTop3 {
	0% {
		max-width: 0;
		padding-right: 0px;
	}
	100% {
		max-width: 200px;
		padding-right: 15px;
	}
}
@-moz-keyframes contactTop3 {
	0% {
		max-width: 0;
		padding-right: 0px;
	}
	100% {
		max-width: 200px;
		padding-right: 15px;
	}
}
@keyframes contactTop3 {
	0% {
		max-width: 0;
		padding-right: 0px;
	}
	100% {
		max-width: 200px;
		padding-right: 15px;
	}
}
@-webkit-keyframes contactTop4 {
	0% {
		opacity: 0;
		top: 40px;
	}
	100% {
		opacity: 1;
		top: 109px;
	}
}
@-moz-keyframes contactTop4 {
	0% {
		opacity: 0;
		top: 40px;
	}
	100% {
		opacity: 1;
		top: 109px;
	}
}
@keyframes contactTop4 {
	0% {
		opacity: 0;
		top: 40px;
	}
	100% {
		opacity: 1;
		top: 109px;
	}
}
.page.finished-video-1 .over-video {
	top: 16vh;
	transform: scale(1.5);
}
video {
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	opacity: .5;
}


.contact-info {text-align:center;padding: 0px 0px 40px 0px;}
.contact-info a {transition: all .3s; text-align:left;transform-origin: center;border: 1px solid rgba(255,255,255,0.2);border-radius: 10px;margin: 30px 30px;}
.contact-info a:hover {box-shadow:1px 1px 40px rgba(0,0,0,0.19); border-color:rgba(255,255,255,0.0)}


a.phone {font-size: 1rem;/* margin: 20px auto; */display: inline-block;vertical-align: middle;/* padding-left: 0px; *;/* max-width: 380px; *//* text-align: center; */}
a.phone:before {content:"";display: inline-block;width: 50px;height: 34px;background-position:center;background-repeat:no-repeat;margin-right:20px;background-image:url();/* float:left; */background-size: 33px;/* margin-left: -80px; */vertical-align: middle;}
a.phone div {display:inline-block; vertical-align:middle;}
a.phone span {display:block;font-size: .58rem;padding-top: 1px;color: black;text-transform: uppercase;letter-spacing: 2px;}


a.email {font-size: 1rem;/* margin: 20px auto; */display: inline-block;vertical-align: middle;/* padding-left: 0px; *;/* max-width: 380px; *//* text-align: center; *//* font-weight: bold; */}
a.email:before {content:"";display: inline-block;width: 50px;height: 34px;background-position:center;background-repeat:no-repeat;margin-right:20px;background-image:url();/* float:left; */background-size: 41px;/* margin-left: -80px; */vertical-align: middle;}
a.email div {display:inline-block; vertical-align:middle;}
a.email span {display:block;font-size: .58rem;padding-top: 1px;color: black;text-transform: uppercase;letter-spacing: 2px;}



.home #mhead a {/* color: black; */}


.home .hero-video h1:before {content:"";background-color: #d1a60f;/* background-color:rgba(0,0,0,0.1); */width: 7px;height:40vh;z-index: -1;position:absolute;right: 0;top: 30vh;position: fixed;left: 50%;/* margin-left: -20px; */transition: all .5s ease-in-out;width: 50%;left: 0;top: 0;height: 100vh;width:7px;left:50%;height: 30vh;margin-left:-7px;top: 35vh;}

.home .hero-video .over-video:hover h1:before {height:0;
top:50vh}








#slider.clients .gallery-cell {
    width: 210px;
    border:30px solid white;
    background-size:contain;
    height: 140px;
    margin:0px;
    background-repeat:no-repeat;
    background-position:center;
    filter: grayscale(100%);
}

#slider.clients .gallery-cell:hover {
	  filter: grayscale(0%);
}



#slider.clients .gallery-cell.is-selected {
	  filter: grayscale(0%);
}

#slider.clients .gallery-cell.c1 {
    background-image:url(https://slovclean.sk/wp-content/uploads/2021/02/logo.svg);
}

#slider.clients .gallery-cell.c2 {
    background-image: url(https://www.hotelmamas.sk/wp-content/uploads/2018/10/logo3.svg);
}

#slider.clients .gallery-cell.c3{
    background-image:url(https://pumpfitness.sk/wp-content/uploads/2019/12/pump-logo.svg);
}

#slider.clients .gallery-cell.c4 {
    background-image: url(https://presskam.sk/wp-content/uploads/2020/09/logo-presskam.svg);
}



#slider.clients .gallery-cell.c5 {
    background-image: url(https://kancelarie-optimum.sk/wp-content/themes/optimum/img/logo-racianska.svg);
}

#slider.clients .gallery-cell.c6 {
    background-image: url(https://pvserviceplus.cz/wp-content/uploads/2021/10/logo.svg);
}


#slider.clients .gallery-cell.c7 {
    background-image: url(https://pumpcarwash.sk/wp-content/uploads/2020/08/logo-pcw-2.svg);
}



#slider.clients .gallery-cell.c8 {
    background-image: url(https://colab.sk/wp-content/uploads/2019/04/logo-colab-1.svg);
}

#slider.clients .gallery-cell.c9 {
    background-image: url(https://inskolka.sk/wp-content/uploads/2019/08/logo.svg);
    background-size: 61%;
}




#slider.clients > p {margin-bottom: 10px;font-size: .8rem;text-align: center;max-width: 470px;line-height: 1.58rem;}


/*------------*/

/*------------*/





.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-viewport:before {content: "";left: 0;top: 0px;position: absolute;width: 170px;height: 100%;z-index: 99;background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);}
.flickity-viewport:after {content: "";right: 0;top: 0px;position: absolute;width: 170px;height: 100%;z-index: 99;background: linear-gradient(90deg, rgba(255, 255, 255,0)  0%, rgb(255, 255, 255) 100%);}


.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {left: 10px;display: none;}
.flickity-prev-next-button.next {right: 10px;display: none;}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #5a6771;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
  background: #d1a60f;
}

.gallery-cell {
  width: 100%;
  height: 200px;
  margin-right: 0px;
  /* background: #8C8; */
  counter-increment: gallery-cell;
  text-align: center;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /* content: counter(gallery-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}


#slider h2 {/* font-size: 3.5rem; *//* line-height: 3rem; *//* color: #a7e520; */margin: 25px 0px;/* text-transform: uppercase; */text-align: center;}
#slider p {/* max-width:60%; *//* max-width: 410px; */margin:0px auto;}

#slider.clients h2 {
    font-size: 1.5rem;
    /* line-height: 3rem; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    font-family: 'Playfair Display', serif;
    color: #d1a60f;
}
/*------------*/


.home .clients {display:none}
.clients {padding-bottom:40px;max-width: 90%;margin: 0px auto;opacity: 0;-webkit-animation: contactTop 520ms ease-out .8s forwards;-moz-animation: contactTop 520ms ease-out .8s forwards;-ms-animation: contactTop 520ms ease-out .8s forwards;animation: contactTop 520ms ease-out .8s forwards;border-top: 1px solid rgba(0,0,0,0.1);padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.page  #colophon .copyright {
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 0;
}




.page-id-12 .entry-content {font-size:0;}
.cols {display:inline-block; vertical-align:middle; width:50%; font-size:1rem; vertical-align:top}


#colophon .copyright {}

#page {
    /* padding: 0px 10px; */
    /* box-sizing: border-box; */
    /* overflow: hidden; */
    /* width: 100vw; */
    position: relative;
    display: block;
    }

input, textarea, select {
    width: 100%;
    font-family: inherit;
    /* padding: 15px 15px; */
    border-radius: 0;
    font-size: 1rem;
    margin-bottom: 2px;
    max-width: 500px;
    -webkit-appearance: none;
    appearance: none;
    color: black;
    background-color: transparent;
    outline: 0px;
    /* border: 0; */
    border: 2px solid black;
    /* box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 8px; */
    font-weight: bold;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s ease-in-out;
    display: inline;
    box-sizing: border-box;
    line-height: 1.5rem;
    font-size: .8rem;
    padding: 10px 5px;
    border-radius: 0px;
    /* background-color: black; */
}

input[type=submit] {
    padding: 10px 22px;
    background-color: black;
    color: white;
    margin-top: 24px;
    text-transform: uppercase;
}

body .wpcf7-not-valid-tip {
    font-size: .57rem;
    line-height: 1rem
}

body .wpcf7 form .wpcf7-response-output {
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px;
}







label {font-size:.89rem}



a.asseco-spin {
    margin-top: 10vh;
    max-width: 340px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

a.asseco-spin small {transition: all .3s;display:inline-block;max-width: 63px;vertical-align:middle;font-size: .567rem;text-transform: uppercase;line-height: .62rem;}
a.asseco-spin i {background-position:center;background-image:url(https://fh.matoremes.sk/wp-content/uploads/2021/11/asseco-2.svg); background-size:contain; width:130px; height:40px; display:inline-block; background-repeat:no-repeat; vertical-align:middle;}
a.asseco-spin:hover small {color:#d1a60f}


.aseco {}
.aseco h2 {text-align:center}
.a-michal {margin: 40px 20px;text-align: center;}
.a-michal strong {
    font-size: 1.1rem;
    /* max-width: 100px; */
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.a-michal strong small {font-weight:normal;font-size:.8rem;display:block;}
.a-michal em {}
.a-michal:before {content:"";display:block;width:100px;height:100px;display:inline-block;vertical-align:middle;background-image:url(https://fh.matoremes.sk/wp-content/uploads/2021/11/michal.jpeg);background-repeat:no-repeat;background-size:cover;margin-right:30px;border-radius: 50%;background-position: -4px 5px;background-color: black;}
.a-michal blockquote {font-size:.9rem; font-weight:bold; margin:20px 0px}




 .entry-content table {display:block;margin:20px auto;border-collapse:collapse;border:0;max-width:800px;text-align:left;width: 100%;}
.entry-content table td {padding: 6px 10px;border:0;transition: all .3s;/* width: 25%; */display: table-cell;vertical-align: middle;border-bottom: 1px solid rgba(0,0,0,0.08);}
.entry-content table tr td:nth-child(1) {font-weight:bold;font-size:.6rem;padding-left:20px;width: 4%;text-align: left;/* border-bottom: 1px solid; */}
.entry-content table tr td:nth-child(2) {width: 60%;font-size: .7rem;line-height: 1.198rem;}
.entry-content table tr td:nth-child(3) {width:12%}
.entry-content table tr td:nth-child(4) {width:11%}

 .entry-content table tr td:nth-child(2) strong {
    /* color: #43b1e6; */
    font-style: normal;
    /* font-family: 'Kristi', cursive; */
    font-size: 1.12384rem;
    font-family: 'Playfair Display', serif;
    color: #d1a60f;
    padding: 22px 0px;
    display: block;
    line-height: 1.4rem;
    font-weight: normal;
    color: black;
    text-align: left;
    }
 .entry-content table tr td:nth-child(4) {font-weight:bold;font-size: .86rem;}
.entry-content table tr td:nth-child(3) {font-size: .6rem;/* width: 8%; */line-height: .9rem;/* display: inline-block; */}
.entry-content table tr:hover td {background-color:rgba(0,0,0,0.1); border-bottom:1px solid transparent}













@media only screen and (min-width: 880px) {
	.contact-info a {transform: scale(1.1014);}
}



a.arrow-top {display:none}

@media only screen and (min-width: 121px) and (max-width: 880px) {
.entry-content table td {display:inline-block;border-bottom: 0;}
.entry-content table tr td:nth-child(2), .entry-content table tr td:nth-child(4) {font-size:.6rem;/* border: 0; */}
	.home .hero-video h1:before {display:none}
	.contact-info a {margin:30px 10px; display:block;}
	.logo {
		margin-left: 30px;
		margin-top: 8px;
		/* background-image: url(https://fh.matoremes.sk/wp-content/uploads/2021/11/logo.svg); */
	}
	#mhead {
		/* height: 80px; */
		/* position: relative!important; */
		background-color: white;
		width: 100%;
		left: 0;
	}

	.shrink #mhead {
		background-color: #ffffff!important;
	}


	
	#mhead .navigation-top a {
		line-height: 40px;
		padding-left: 15px;
	}
	.lines-button {
		display: block!important;
		margin-top: 8px;
		position: absolute;
		top: 4px;
		right: 15px;
	}
	.navigation-top li {
		display: block!important;
	}
	.sub-menu li {
		width: 100%;
		text-align: left;
		max-width: 100%;
	}
	.navigation-top {
		display: block;
		float: none;
		/* padding-top: 0px; */
		max-height: 0px;
		/* padding-bottom: 20px; */
		/* overflow: hidden; */
		/* padding-right: 40px; */
		/* padding-left: 40px; */
		/* padding-top: 40px; */
		width: initial;
		/* padding: 0; */
		text-align: left;
		/* padding-top: 59px; */
		opacity: 1;
		visibility: visible;
		background-color: white;
		padding: 0px 20px;
		animation: none;
		transition: all .4s;
		overflow: hidden;
	}
	.shrink .navigation-top {
		max-height: 900px;
		/* padding-right: 40px; */
		/* padding-left: 40px; */
		/* padding-top: 0; */
		/* width: initial; */
		/* padding: 0; */
		/* text-align: left; */
		padding-top: 40px;
		padding-bottom: 40px;
		/* padding-left: 20px; */
		/* padding-top: 100px; */
		/* opacity: 1; */
		/* visibility: visible; */
		box-shadow: 31px 71px 50px rgba(0, 0, 0, 0.3);
	}
	.mwidth {
		padding: 0
	}
	.over-video {
		padding: 30px;
		/* position: relative; */
		top: 30px;
		display: block;
		top: 30%;
		max-width: 100%;
		/* left: 0; */
		margin-left: 0;
	}
.hero-video {width:100%;height:auto;min-height:initial;/* max-height: 50vh; */position: relative;background-color: black;}
	.home .hero-video video {width:100%;height: auto;min-width: initial;min-height: initial;-webkit-transform: initial;-moz-transform: initial;-ms-transform: initial;transform: initial;position: relative;top: initial;left: initial;position: relative;}
	.page .over-video {
    top: 12vh;
    /* font-size: 0; */
    /* padding: 0; */
}
	.finished-video-1 .over-video {
		top: 0;
	}
	.page.finished-video-1 .over-video {
		top: 11vh;
		transform: scale(1.5);
	}
	.over-video h1 {
		font-size: 1.7rem;
		line-height: 2rem;
		/* position: absolute; */
		/* top: -250px; */
		left: 0;
		right: 0;
		/* margin-top: -10px; */
		padding-top: 24px;
		color: white;
	}
	.page .over-video h1 {
		font-size: 1.7rem;
		line-height: 2rem;
		/* position: absolute; */
		/* top: -250px; */
		left: 0;
		right: 0;
		/* margin-top: -290px; */
		margin-bottom: 0;
	}
	.over-video h1 em {
		font-size: 2rem
	}
	.over-video p {
		font-size: 1rem
	}
	.btn {
		padding: 10px 20px;
		font-size: 1rem
	}
	html #content .hero-video {
		height: auto;
		/* min-height: auto; */
		background-color: #0076ff;
	}
	html #content .hero-video video {
		width: 100%;
		top: 110px;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		min-height: initial;
		position: relative;
		height: initial;
		display: block;
		/* background-color: red; */
	}
	html .page #content video {
		top: 0;
		left: 0;
	}
	html .page #content .hero-video {
		min-height: auto;
	}
	.contnt-page {
		padding: 20px 20px 20px 20px;
	}
	.logo {
		/* width: 140px; */
		/* height: 40px; */
	}
	#mhead:before {
		opacity: 0;
		-webkit-animation: contactTop4 720ms ease-in 1.6s forwards;
		-moz-animation: contactTop4 720ms ease-in 1.6s forwards;
		-ms-animation: contactTop4 720ms ease-in 1.6s forwards;
		animation: contactTop4 720ms ease-in 1.6s forwards;
	}
	.boxes div {
    margin: 0px auto;
    display: block;
}
	html body.home #colophon, #colophon {
		padding: 0;
		position: relative;
		width: 100%;
		/* background-color: #d1a60f; */
		border-top: 1px solid rgba(255,255,255,0.3);
	}

	#colophon .copyright {width:100%;padding: 20px;border: 0;font-size: .5rem;}
	#site-navigation {display:block;width: 100%;text-align: left;padding: 10px;max-height: 0;/* max-height: 400px; */padding: 0;}
	.shrink #site-navigation {max-height:400px;padding-bottom: 40px;}
	#site-navigation ul li {display:block}
	.home #site-navigation a {color:black;padding: 20px 26px;}
	.hero-video:before {display:none}
	.entry-content {padding:20px}
	.logo {margin-top:15px;margin-left: 15px;transform-origin: left;transform: scale(0.8);}
    a.asseco-spin {border-top:1px solid white;padding-left:0;padding-top: 5px;}
    a.asseco-spin small {color:white; }
    a.asseco-spin i {background-position:center;background-image:url(https://fh.matoremes.sk/wp-content/uploads/2021/11/asseco-3.svg);width: 100px;}
    .over-video .btn.ghost {margin-left:3px}
    .a-michal strong:before {display:block; margin:10px auto}
    .a-michal em {display:block}
    .entry-header {padding-top: 110px;}
    .cols {display:block; width:initial}

}



@media screen and (min-width: 621px)and (max-width: 880px){
   .over-video {position:absolute;}
   .finished-video-1 .over-video {
    top: 86px;
}

#mhead .navigation-top a {
		line-height: 10px;
		padding-left: 15px;
	}
	.page .over-video {top: 14vh;}
	.page.finished-video-1 .over-video {top: 17vh;}



}


