/*
*|===========================================
*|
*| Fonts
*|
*|===========================================
*/

/* Webfont: DaxPro-Bold */@font-face {
    font-family: 'DaxPro-Bold';
    src: url('fonts/DaxPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro-Bold.svg#DaxPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: DaxPro-BoldItalic */@font-face {
    font-family: 'DaxPro-BoldItalic';
    src: url('fonts/DaxPro-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro-BoldItalic.svg#DaxPro-BoldItalic') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: DaxPro-Italic */@font-face {
    font-family: 'DaxPro-Italic';
    src: url('fonts/DaxPro-Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro-Italic.svg#DaxPro-Italic') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: DaxPro-Medium */@font-face {
    font-family: 'DaxPro-Medium';
    src: url('fonts/DaxPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro-Medium.svg#DaxPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: DaxPro-MediumItalic */@font-face {
    font-family: 'DaxPro-MediumItalic';
    src: url('fonts/DaxPro-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro-MediumItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro-MediumItalic.svg#DaxPro-MediumItalic') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: DaxPro */@font-face {
    font-family: 'DaxPro';
    src: url('fonts/DaxPro.eot'); /* IE9 Compat Modes */
    src: url('fonts/DaxPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/DaxPro.woff') format('woff'), /* Modern Browsers */
         url('fonts/DaxPro.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/DaxPro.svg#DaxPro') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



/*
*|===========================================
*|
*| HTML
*|
*|===========================================
*/


html{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body{
	margin: 0px;
	padding: 0px;
}

.block{
	display: block;
}
.inline{
	display: inline-flex;
	width: 90%;	
}
@media only screen and (max-width:769px){
	.mobile-center{
		text-align: center !important;
	}
	.mobile-p-l-r-none{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
/*
*|===========================================
*|
*| BASIC STYLE
*|
*|===========================================
*/


/* Colors STYLE */
.bg-green{
	background-color: #adcc22;
}
.bg-light-green{
	background-color: #f0f390;
}
.bg-dark-blue{
	background-color: #122d5f;
}
.bg-blue{
	background-color: #a5c5db;
}
.bg-light-blue{
	background-color: #cce2f6;
}
.color-white{
	color: #ffffff;
}
.color-dark-blue{
	color: #004494;
}
.color-darker-blue{
	color: #192c5d;
}
.color-dark-green{
	color: #578e12;
}


/* Fonts STYLE */
.regular-font{
	font-family: 'DaxPro' !important;
}
.italic-font{
	font-family: 'DaxPro-Italic' !important;
}
.bold-font{
	font-family: 'DaxPro-Bold' !important;
}
.bold-italic-font{
	font-family: 'DaxPro-BoldItalic' !important;
}
.medium-font{
	font-family: 'DaxPro-Medium' !important;
}
.medium-italic-font{
	font-family: 'DaxPro-MediumItalic' !important;
}
/* PADDING STYLE */
.p-none{ padding: 0;}
.p-t-5{ padding-top: 5px;}
.p-t-10{ padding-top: 10px;}
.p-t-20{ padding-top: 20px;}
.p-t-30{ padding-top: 30px;}
.p-t-40{ padding-top: 40px;}
.p-t-50{ padding-top: 50px;}
.p-b-5{ padding-bottom: 5px;}
.p-b-10{ padding-bottom: 10px;}
.p-b-20{ padding-bottom: 20px;}
.p-b-30{ padding-bottom: 30px;}
.p-b-40{ padding-bottom: 40px;}
.p-b-50{ padding-bottom: 50px;}
.p-l-r-40{ padding-left: 40px; padding-right: 40px; }
.p-l-r-30{ padding-left: 30px; padding-right: 30px; }
.p-l-r-20{ padding-left: 20px; padding-right: 20px; }

@media only screen and (max-width:992px){
	.p-l-r-40{ padding-left: 15px; padding-right: 15px; }
	.p-l-r-30{ padding-left: 15px; padding-right: 15px; }
	.p-l-r-20{ padding-left: 15px; padding-right: 15px; }
}
/* MARGIN STYLE */
.m-none{ margin: 0;}
.m-t-10{ margin-top: 10px;}
.m-t-20{ margin-top: 20px;}
.m-t-30{ margin-top: 30px;}
.m-t-40{ margin-top: 40px;}
.m-t-50{ margin-top: 50px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-50{ margin-bottom: 50px;}


/* TEXT STYLE */
h1{
	font-size: 32px !important;
}
h2{
	font-size: 30px !important;
}
h3{
	font-size: 21px !important;
}
h4{
	font-size: 34px !important;
}
h5{
	font-size: 22px !important;
}
p{
	font-size: 17px !important;
}
ul li{
	font-size: 17px !important;
}
span{
	font-size: 16px !important;
}
label{
	font-size: 16px !important;
}
small{
	font-size: 15px !important;
}

ul.red-dot {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.red-dot li {
 
}

ul.red-dot li::before {
  font-size: 20px !important;
  content: "•  ";
  color: red; /* or whatever color you prefer */
}




@media only screen and (max-width:992px){
	h1{
		font-size: 30px !important;
	}
	h2{
		font-size: 25px !important;
	}
	h3{
		font-size: 18px !important;
	}	
	h4{
		font-size: 34px !important;
	}
	h5{
		font-size: 22px !important;
	}
	p{
		font-size: 17px !important;
	}
	ul li{
		font-size: 17px !important;
	}
	span{
		font-size: 16px !important;
	}
	label{
		font-size: 16px !important;
	}
	small{
		font-size: 15px !important;
	}
}

/* Navigation STYLE */

a.navigation-item{
	color: #fff; 
	font-family: "DaxPro";
	font-size: 18px;
	padding: 15px;
	line-height: 60px;
}
a.navigation-item:hover{
	color: #004393; 
	text-decoration: none !important;
}
a.link{
	text-decoration: none !important;
}
ul.navigation-ul{
	padding: 0;
	margin: 0;
	padding: 15px;
	list-style: none;
}
ul.navigation-ul li{
	display: inline-block;	
}
ul.navigation-ul li{
	border-right: 1px solid white; 
}
ul.navigation-ul li:last-child{
	border-right: 0px solid white; 
}
sup{
	font-size: 16px !important;
}

@media (max-width: 1200px) {
	a.navigation-item{
		font-size: 14px;
	}
}

@media (max-width: 1000px) {
	a.navigation-item{
		font-size: 10px;
	}
}

/*
*|===========================================
*|
*| HEADER STYLE
*|
*|===========================================
*/

@media only screen and (max-width:992px){
	.page-container{
		padding: 0px !important;
	}
}

.page-shadow{
	width: 100%;
	height: auto;
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.52); /* drop shadow */
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.52); /* drop shadow */
	box-shadow: 0 0 12px 0 rgba(0,0,0,.52); /* drop shadow */
	padding: 0px;
	margin: 0px !important;
}
 
.header-box{
	position: relative;
	width: 100%; 
	height: 660px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and  (min-width:992px) and (max-width:1200px){

	.header-box{
		position: relative;
		width: 100%; 
		height: 560px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
	}

}
@media only screen and  (min-width:768px) and (max-width:992px){

	.header-box{
		position: relative;
		width: 100%; 
		height: 460px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
	}

}
@media only screen and  (min-width:555px) and (max-width:768px){

	.header-box{
		position: relative;
		width: 100%; 
		height: 430px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain !important;
	}
}
@media only screen and  (min-width:0px) and (max-width:555px){

	.header-box{
		position: relative;
		width: 100%; 
		height: 440px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover !important;
	}
}
.header-box  .leaf-box {
	position: absolute;
	width: 100%;
	height: 211px;
	left: 0px;
	right: 0px;
	bottom: -10px;
	background-image: url('images/leaf.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 28px;
	
}

.header-box .leaf-box .text{
	padding-top: 135px;
	text-align: right;
	padding-right: 130px;
	color: #00468f;
}


.header-box .leaf-box .text .red{
	color: #f5001b;
}

@media only screen and (max-width:1200px){
	.header-box  .leaf-box {
		font-size: 25px;
	}
	.header-box .leaf-box .text{
		padding-top: 145px;
		padding-right: 100px;
	}
}

@media only screen and (max-width:992px){
	.header-box  .leaf-box {
		position: absolute;
		width: 100%;
		height: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-image: none;
		width: 100%;
		min-height: 108px;
		background-color: #adcb21; /* layer fill content */
		-moz-box-shadow: inset 0 0 40px #1d752b; /* inner shadow */
		-webkit-box-shadow: inset 0 0 40px #1d752b; /* inner shadow */
		box-shadow: inset 0 0 40px #1d752b; /* inner shadow */
		
	
	}

	.header-box .leaf-box .text{
		padding: 30px 30px 30px 30px;
		text-align: center;
		font-size: 22px;
	}
}

.navigation{
	height: 90px;
	background-color: rgba(173,204,34,0.85);
}

/*
*|===========================================
*|
*| Leguti megbetegedesek STYLE
*|
*|===========================================
*/

.leguti-cover-img{
	display: block;
	position: absolute;
	width: 250px !important;
	height: auto !important;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.leguti-cover-img-full-width{
	display: none;
	height: 250px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.leguti-img-1{
	background-image: url('images/leguti-megbetegedesek-1.png');	
}
.leguti-img-2{
	background-image: url('images/leguti-megbetegedesek-2.png');	
}
.leguti-img-3{
	background-image: url('images/leguti-megbetegedesek-3.png');	
}
.leguti-img-4{
	background-image: url('images/leguti-megbetegedesek-4.png');	
}
.leguti-img-5{
	background-image: url('images/leguti-megbetegedesek-5.png');	
}
.leguti-img-6{
	background-image: url('images/leguti-megbetegedesek-6.png');	
}
.leguti-img-7{
	background-image: url('images/leguti-megbetegedesek-7.png');	
}

.leguti-img-1-m{
	background-image: url('images/leguti-megbetegedesek-1-m.png');	
}
.leguti-img-2-m{
	background-image: url('images/leguti-megbetegedesek-2-m.png');	
}
.leguti-img-3-m{
	background-image: url('images/leguti-megbetegedesek-3-m.png');	
}
.leguti-img-4-m{
	background-image: url('images/leguti-megbetegedesek-4-m.png');	
}
.leguti-img-5-m{
	background-image: url('images/leguti-megbetegedesek-5-m.png');	
}
.leguti-img-6-m{
	background-image: url('images/leguti-megbetegedesek-6-m.png');	
}
.leguti-img-7-m{
	background-image: url('images/leguti-megbetegedesek-7-m.png');	
}


.leguti-content{
	width: calc(100% - 250px);
	position: relative;
	left: 250px;
}
@media only screen and (max-width:998px){
	.leguti-cover-img{
		display: none;
	}
	.leguti-cover-img-full-width{
		display: block;
	}
	.leguti-content{
		width: 100%;
		position: relative;
		left: 0px;
	}
}


/*
*|===========================================
*|
*| MOBIL
*|
*|===========================================
*/

.display-mobile {
	display: none;
}

@media (max-width:770px) {
	.display-720 {
		display: block;
	}
	.display-720-none{
		display: none;
	}
}

#offcanvas,
.nav-btn {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'DaxPro' !important;
	-webkit-font-smoothing: antialiased;
}

.nav-btn {
	font-size: 20.5px;
	font-size: 1.28125rem;
	font-family: 'DaxPro' !important;
}

.nav-btn {
	padding: 0;
	border: 0;
	outline: none;
	white-space: nowrap;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 39px;
	z-index: 100;
	margin-top: 10px;
	margin-right: 10px;
	background-color: rgb(173, 204, 34);
	padding: 10px;
}

.nav-btn:hover,
.nav-btn:focus {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

.nav-btn .desc {
	color: #fff;
	margin-right: 6px;
	text-transform: uppercase;
}

.nav-btn .icon {
	display: inline-block;
	position: relative;
	top: -1px;
}

.nav-btn .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	margin-top: 3px;
	background-color: #ffffff !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#offcanvas {
	display: none;
}

#nav-open-btn {
	height: auto;
}

#offcanvas {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	width: 280px;
	background: #191919;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: inset 1em 0 1em -0.5em rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1em 0 1em -0.5em rgba(0, 0, 0, 0.5);
	box-shadow: inset 1em 0 1em -0.5em rgba(0, 0, 0, 0.5);
}

#nav-close-btn {
	position: absolute;
	right: 18px;
	top: 8px;
	background: url(images/close.png) center center no-repeat;
	z-index: 2;
	width: 50px;
	height: 50px;
	display: block;
}

#nav-close-btn:focus,
#nav-close-btn:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

#offcanvas .offcanvas-nav {
	position: relative;
	margin-top: 33px;
}

#offcanvas ul {
	list-style: none;
	padding: 0;
}

#offcanvas li {
	position: relative;
	font-weight: bold;
}

#offcanvas li a {
	display: block;
	color: #888;
	padding: .6em 1em .4em 1.6em;
	font-size: 20px;
}

#offcanvas li a:hover {
	color: #fff;
	text-decoration: none;
}

#offcanvas li a.active,
#offcanvas li a.activeSelected {
	color: #fff;
}

#offcanvas ul ul {
	margin-bottom: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#offcanvas ul ul li,
#offcanvas ul ul li:last-child {
	border-bottom: none;
	border-top: none;
}

#offcanvas ul ul li a {
	text-transform: none;
	font-weight: normal;
}

.js #offcanvas {
	right: 0;
}

.js #pageWrapper {
	left: 0;
	z-index: 100;
	position: relative;
}

.nav-offcanvas-open {}

.nav-offcanvas-open #pageWrapper {
	position: relative;
	left: -280px;
	overflow: hidden;
	height: 100%;
}

.nav-offcanvas-open #nav-open-btn {
	right: 300px;
}

.js #pageWrapper {
	z-index: 100;
}

.js #pageWrapper,
.js #nav-open-btn {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 330ms ease-in-out;
	-moz-transition: -moz-transform 330ms ease-in-out;
	-ms-transition: -ms-transform 330ms ease-in-out;
	transition: transform 330ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.js.nav-offcanvas-open {
	overflow: hidden;
}

.js.nav-offcanvas-open #offcanvas {
	overflow-y: auto;
}

js.nav-offcanvas-open #pageWrapper {
	left: 0;
}

.js.nav-offcanvas-open #nav-open-btn {
	right: 39px;
}

.js.nav-offcanvas-open #pageWrapper,
.js.nav-offcanvas-open #nav-open-btn {}

@-webkit-keyframes animHideNav {
	99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes animHideNav {
	99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.hideNav {
	opacity: 0;
}

.nav-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
	font-family: 'DaxPro' !important;
}

.js.nav-offcanvas-open #nav-open-btn {
	right: 20px;
}

#nav-open-btn .desc {
	display: none;
}

#nav-open-btn .icon-bar {
	background-color: #2e4b75;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#offcanvas {
	background: #a6cc3c;
	-webkit-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.2);
	box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.2);
}

#offcanvas li {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-family: 'DaxPro' !important;
}

#offcanvas li a {
	color: #fff;
}

#offcanvas li a:hover {
	text-decoration: underline;
	color: #004393; 
}

#offcanvas .hide-mobile {
	display: none;
}


