<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 40px;
}
h2 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 130%;
	margin-bottom: 30px;
}
h3 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 25px;
}
h4 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 20px;
}
h5 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 20px;
}
h6 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
}

a {
	cursor: pointer; /* for anchors without href attribute */
}

.text-center ul {
	list-style-type: none;
	padding-left: 0;
}
.text-center ul &gt; li:before {
	content: "â˘";
	display: block;
	font-size: 30px;
	line-height: 15px;
	margin-top: 10px;
}

.text-center img, .text-justify img {
	margin: 5px;
}
.text-justify h1, .text-justify h2, .text-justify h3, .text-justify h4, .text-justify h5, .text-justify h6 {
	text-align: left;
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
	}
}



header {
	background-color: #000000;
}
.navbar-default {
	background-color: #000000;
	border-width: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: auto;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-brand {
	height: 72px;
}
.navbar-nav &gt; li &gt; a {
	line-height: 42px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-width: 0;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #ffffff;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #44dac0;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background-color: transparent;
	color: #44dac0;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
	background-color: #000000;
	color: #44dac0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #44dac0;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
		color: #eeeeee;
	}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
		color: #44dac0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
		color: #44dac0;
		background-color: #000000;
	}
}
@media (min-width: 768px) {
	.dropdown-menu {
		padding: 0;
		border-color: #44dac0;
		border-width: 5px 0 5px;
		box-shadow: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.dropdown-menu &gt; li &gt; a {
		background-color: #44dac0;
		color: #ffffff;
		padding: 3px 15px;
		transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
		background-color: #69e1cd;
		color: #ffffff;
		margin-left: 5px;
		padding-left: 10px;
	}
	.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
		background-color: #69e1cd;
		color: #ffffff;
		margin-left: 5px;
		padding-left: 10px;
	}
	.dropdown:hover &gt; ul {
		display: block;
	}
	.dropdown:hover &gt; ul:before, .dropdown.open &gt; ul:before {
		content: "";
		position: absolute;
		top: -25px;
		left: 25px;
		border: solid 10px transparent;
		border-bottom-color: #44dac0;
		z-index: 1;
	}
}
#logo {
	position: relative;
	top: 13px
}
.navbar-nav.navbar-right &gt; li &gt; a {
	line-height: 160%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #44dac0;
	padding-left: 38px;
	background-image: url(../img/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.navbar-nav.navbar-right &gt; li &gt; a small {
	font-size: 14px;
	font-weight: normal;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* footer */
.footer-top {
	background-color: #44dac0;
	position: relative;
	padding-top: 115px;
	margin-top: 95px;
	padding-bottom: 35px;
	color: #ffffff;
}
#dr-pukancsik-janos {
	background-image: url(../userfiles/munkatarsak/dr-pukancsik-janos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #ffffff;
	width: 160px;
	height: 160px;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: -85px;
}
#dr-pukancsik-david {
	background-image: url(../userfiles/munkatarsak/dr-Pukancsik-David.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	border: 5px solid #ffffff;
	width: 160px;
	height: 160px;
	position: absolute;
	left: 50%;
	margin-left: 15px;
	top: -85px;
}
.footer-top a {
	color: #ffffff;
}
.footer-top .name {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-top p {
	margin-bottom: 0;
}
.footer-top .phone {
	font-weight: bold;
	font-size: 25px;
}
.footer-top .email {
	margin-bottom: 10px;
}
.footer-top .address small {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-bottom {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
.footer-bottom .container {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* /footer */


#home-bg {
	max-width: 738px;
	margin: 0 auto;
}
#home-bg .bgimg {
	background-image: url(../img/home-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 71%
}

.pastel {
	background-color: #f7e8e7;
	position: relative;
}
#services-bg {
	max-width: 480px;
	margin: 0 auto;
}
#services-bg .bgimg {
	background-image: url(../img/service-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 70.2%;
}
.pastel .title {
	position: absolute;
	top: 50%;
	width: 80%;
	left: 10%;
	font-size: 50px;
	font-weight: lighter;
	text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
	.pastel .title { font-size: 35px; }
}
@media only screen and (max-width: 480px) {
	.pastel .title { font-size: 25px; }
}


#featured .row {
	padding-top: 20px;
}
#featured .row &gt; div {
	margin-bottom: 25px;
}
#featured .title {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#featured .img {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#featured .mellnagyobbitas .img {
	background-image: url(../img/kiemelt-mellnagyobbitas.jpg);
}
#featured .mellfelvarras .img {
	background-image: url(../img/kiemelt-mellfelvarras.jpg);
}
#featured .hasplasztika .img {
	background-image: url(../img/kiemelt-hasplasztika.jpg);
}
#featured .zsirleszivas .img {
	background-image: url(../img/kiemelt-zsirleszivas.jpg);
}
#featured .arcplasztika .img {
	background-image: url(../img/kiemelt-arcplasztika.jpg);
}


/* galery */
.galery {
	background-color: #44dac0;
	padding-top: 20px;
}
.galery .title {
	font-size: 20px;
	text-transform: uppercase;
}
.galery .title span {
	cursor: pointer;
}
.galery .title span span {
	font-weight: bold;
}
.galery .row.title {
	margin-bottom: 10px;
}
.galery .opener {
	font-size: 35px;
}
.galery .opener i {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
}
.galery .opener.open i {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.galery img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.galery .content {
	display: none;
}
.galery-gap {
	height: 90px;
}
.galery4 .row.title {
	font-size: 16px;
	text-transform: uppercase;
}
.galery4 .row.title .pull-right {
	font-weight: bold;
}
.galery .container {
	max-width: 760px;
}
/* /galery */



#contact_form input:not(.btn) {
	margin-bottom: 15px;
}

.page-colleagues {
	padding-top: 50px;
	text-align: left;
}
.page-colleagues h3 {
	margin: 0;
}
.colleagues-1 {
	margin: 0;
	font-size: 12px;
	margin-bottom: 10px;
}
.colleagues-2 {
	font-size: 12px;
	margin-bottom: 15px;
}</pre></body></html>