@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
	font-family: 'Bookman Old Style';
	src: url('../fonts/BookmanOldStyle-Bold.eot');
	src: url('../fonts/BookmanOldStyle-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BookmanOldStyle-Bold.woff2') format('woff2'),
		url('../fonts/BookmanOldStyle-Bold.woff') format('woff'),
		url('../fonts/BookmanOldStyle-Bold.ttf') format('truetype'),
		url('../fonts/BookmanOldStyle-Bold.svg#BookmanOldStyle-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Bell MT';
	src: url('../fonts/BellMTItalic.eot');
	src: url('../fonts/BellMTItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BellMTItalic.woff2') format('woff2'),
		url('../fonts/BellMTItalic.woff') format('woff'),
		url('../fonts/BellMTItalic.ttf') format('truetype'),
		url('../fonts/BellMTItalic.svg#BellMTItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
		url('../fonts/MyriadPro-Bold.woff') format('woff'),
		url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
		url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Book Antiqua';
	src: url('../BookAntiqua-BoldItalic.eot');
	src: url('../BookAntiqua-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../BookAntiqua-BoldItalic.woff2') format('woff2'),
		url('../BookAntiqua-BoldItalic.woff') format('woff'),
		url('../BookAntiqua-BoldItalic.ttf') format('truetype'),
		url('../BookAntiqua-BoldItalic.svg#BookAntiqua-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

body {
    margin: 0;
		background: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
    color: #000;
}

.header{
	height:237px;
	width:100%;
background: #ffe001; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffe001 0%, #fe4d00 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ffe001 0%,#fe4d00 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ffe001 0%,#fe4d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe001', endColorstr='#fe4d00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
text-align:center;
    position: relative;
    z-index: 999;
}

.logo{
	text-align:center;
    display: inline-block;
    position: relative;
    z-index: 999;	
}

.menus{
	width:1250px;
  margin: 155px auto 0 auto;
  position: relative;
  text-align: left;
}

.menu_cont{
    position: absolute;
    top: 0;
    width: 100%;
}

.menu_cont a{
    font-family: 'Bookman Old Style';
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    position: absolute;
}

.m1{
	left: 0px;
}

.m2{
	left: 172px;
}

.m3{
	left: 840px;
}

.m4{
	left: 1045px;
}

.eu_logo{
	position: absolute;
  right: 0;
  top: 0;
}

.eu_logo3{
	position: absolute;
  left: 0;
  top: 0;
      z-index: 9999;
}

.slide{
	width:100%;
    overflow: hidden;  
}

.slide img{
	width:100%;
}

.clear{
	clear:both;
}

.fo_cikk {
    text-align: left;
    padding-bottom: 90px;
    padding-top: 40px;
}

.fo_cikk p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
}

.fo_cikk h1{
    border-bottom: 3px solid #ffcc51;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
		font-size: 48px;
}

.hivj{
	width:100%;
	background-color: #0078ff;
	color:#fff;
	text-align:center;
	font-size:40px;
	font-family: 'Bell MT';
    height: 147px;
    padding-top: 32px;	
}

.hivj h2{
	font-size:40px;
	font-family: 'Bell MT';
}

.hivj h2 strong{
	font-weight:normal;
	font-family: 'Myriad Pro';
	margin-left: 50px;
}

#map{
	width:100%;
	height:480px;
}

.slide{
	position:relative;
}

.slide_capt {
    display: table;
    left: 50%;
    top: 60%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.slide_capt h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: initial;
    margin: 0px;
    padding-bottom: 40px;
    font-size: 48px;
		font-family: 'Book Antiqua';
    font-style: italic;
    font-weight: bold;		
}

.eu_logo2{
	display:none;
}

.eu_logo33{
	display:none;
}

.btn {
    display: block;
    padding: 6px 12px;
    margin: 0px auto 20px auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
		.ajanlat_wrapp {
			background: #1a1a1a;
			padding-top: 60px;
			display:table;
			width:100%;
			text-align:center;
			padding-bottom: 5px;
		}
		.ajanlat_wrapp h6 {
			font-size: 36px;
			color: #feb404;
			font-weight: 100;
			margin-bottom: 55px;
			line-height: initial;
			margin-top: 0px;
		}
		.ajanlat_wrapp ul {
			display: table;
			text-align:left;
			margin: 0px auto 60px auto;
		}
		.ajanlat_wrapp ul li {
			line-height: 32px;
			font-size: 16px;
			color: #787878;
			list-style-type: none;
		}
		.ajanlat_wrapp ul strong {
			font-size: 16px;
			color: #787878;
			text-transform: uppercase;
			font-weight: 700;
			width: 120px;
			display: inline-block;
		}
		.ajanlat_wrapp .ajanlat_cim {
			font-size: 36px;
			color: #feb404;
			font-weight: 100;
			margin-bottom: 55px;
			line-height: initial;
			text-align: center;
			display: block;
			    font-family: 'Open Sans', Arial, sans-serif;
		}
		.ajanlat_wrapp .ajanlat_mid {
			display: block !important;
			margin: 0px auto !important;
		}
		.ajanlat_wrapp .form_left {
			float: left !important;
		}
		.ajanlat_wrapp .ajanlat_mid .form_left .form-group {
			padding: 0px !important;
			margin-bottom: 20px !important;
		}
		.ajanlat_wrapp .ajanlat_mid form.inlabel p label {
			top: 14px !important;
			left: 10px;
			font-size: 14px !important;
			color: #787878 !important;
			font-weight: 100 !important;
			text-transform: uppercase !important;
		}
		.ajanlat_wrapp .ajanlat_mid .form-control {
			height: 42px !important;
			padding: 0px !important;
			line-height: 42px !important;
			color: #787878 !important;
			background-color: #2b2b2b !important;
			border: 1px solid transparent;
			text-indent: 10px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;					
		}
		.ajanlat_wrapp .ajanlat_mid input.error, textarea.error{
			border:1px solid #feb404 !important;
		}
		.ajanlat_wrapp .ajanlat_mid textarea.form-control {
			height: 166px !important;
			line-height: normal !important;
    text-indent: 0 !important;
    padding: 10px !important;
		}
		.ajanlat_wrapp .ajanlat_mid .textarea-form label{
			left:25px !important;
		}
.ajanlat_wrapp .btn {
    width: 290px;
    height: 42px !important;
    text-align: center !important;
    background: #feb404 !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 50px auto 50px auto !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight: bold !important;
    box-shadow: initial !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
		.ajanlat_wrapp .ajanlat_mid .form-control{
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
		}
		.ajanlat_wrapp .ajanlat_mid .form-control:hover{
			background:#feb404 !important;
			color:#1a1a1a !important;
			border:1px solid #feb404 !important;
		}
		.ajanlat_wrapp .ajanlat_mid .form-control:focus{
			background:#feb404 !important;
			color:#1a1a1a !important;
		}
		.ajanlat_wrapp .ajanlat_mid .form-group:hover label{
			color:#1a1a1a !important;
		}
		.ajanlat_wrapp .btn:hover{
			background:	#000000 !important;
			color:	#ffffff !important;			
		}
		@media (max-width: 500px){
			.ajanlat_wrapp ul {
				text-align: center !important;
			}
			.ajanlat_wrapp ul strong {
				width: auto !important;
			}
		}
		
		.ajanlat_wrapp a {
       color: inherit;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

form.inlabel legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form.inlabel, form.inlabel fieldset input, form.inlabel fieldset textarea, form.inlabel label {

	font-size: 14px;
}

form.inlabel p {position: relative; display: block; overflow: hidden; min-height: 20px;}
form.inlabel p label {position: absolute; top: 12px; left: 10px; font-size:12px; font-family: 'Open Sans', Arial, sans-serif;}
form.inlabel p br {display: none;}


form.inlabel fieldset p input,
form.inlabel fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form.inlabel fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form.inlabel fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form.inlabel fieldset p textarea,
form.inlabel fieldset p input {
	border: solid 1px #ccc;
}
form.inlabel fieldset p label {
	color: #777;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

label.error {
    display: none !important;
    color: red;
}

.ajanlat_mid {
	float:none;
}



@media only screen and (min-width : 1780px) and (max-width : 50000px){
	.m3 {
			left: 817px;
	}
	.m4 {
    left: 996px;
	}
}

@media only screen and (min-width : 1490px) and (max-width : 1779px){
	.menu_cont a {
			font-size: 28px;
	}
	.m2 {
    left: 172px;
}
.m3 {
    left: 809px;
}
.m4 {
    left: 976px;
}
.eu_logo img{
	width: 203px;
}
}
@media only screen and (min-width : 1275px) and (max-width : 1489px){
	.header {
		height: 205px;
	}
	.logo img{
		width: 256px;
	}
	.menus{
		margin: 150px auto 0 auto;
	}
	.menu_cont a {
			font-size: 23px;
	}
	.m1 {
    left: 94px;
}
	.m2 {
    left: 246px;
}
.m3 {
    left: 766px;
}
.m4 {
       left: 914px;
}
.eu_logo img{
	width: 203px;
}
.logo {
    margin-top: 12px;
}
.dnblogo_box{
	top: 205px;
}
}


@media only screen and (min-width : 946px) and (max-width : 1274px){
	.header {
		height: 180px;
	}
	.logo img{
		width: 222px;
	}
	.menus{
		margin: 140px auto 0 auto;
    width: 1000px;
	}
	.menu_cont a {
			font-size: 19px;
	}
	.m1 {
    left: 73px;
}
	.m2 {
    left: 192px;
}
.m3 {
    left: 621px;
}
.m4 {
    left: 734px;
}
.eu_logo3 img{
	width: 350px;
}
.eu_logo img{
	width: 203px;
}
.logo {
    margin-top: 9px;
}
.dnblogo_box{
	top: 180px;
}
}

/*@media only screen and (min-width : 950px) and (max-width : 1117px){
	.header {
		height: 180px;
		text-align:left;
	}
	.logo img{
		width: 222px;
	}
	.menus{
		margin: 85px auto 0 auto;
    width: 500px;
	}
	.menu_cont a {
			font-size: 16px;
	}
	.m1 {
		left: 0px;
}
	.m2 {
    left: 107px;
}
.m3 {
    left: 287px;
}
.m4 {
     left: 393px;
}
.eu_logo img{
	width: 203px;
}
.logo {
    margin-top: 9px;
}
}*/

@media only screen and (min-width : 1px) and (max-width : 945px){
	.header {
    height: 300px;
    text-align: center;
	}
	.logo img{
		width: 185px;
	}
	.menus{
    margin: 160px auto 0 auto;
    width: auto;
		text-align:center;
	}
	.menu_cont a {
    font-size: 16px;
    margin-bottom: 10px;
		position: relative;
    display: block;
	}
	.m1 {
		left: auto;
}
	.m2 {
		left: auto;
}
.m3 {
		left: auto;
}
.m4 {
		left: auto;
}
.eu_logo img{
	width: 203px;
}
.logo {
    margin-top: 9px;
}
.eu_logo{
	display:none;
}
.eu_logo3{
	display:none;
}
.eu_logo2{
	display:block;
	text-align:center;
}
.eu_logo33{
	display:block;
	text-align:center;
}
.hivj h2 strong {
	margin-left: 0;
}
.hivj h2 span {
	display:block;
}
.hivj {
	padding-top: 12px;
}
.dnblogo_box_2{
	display: block !important;
    text-align: center;
}
.dnblogo_box{
	display:none;
}
}

@media only screen and (min-width : 1px) and (max-width : 360px){
.hivj {
	padding-top: 12px !important;
}
}

@media only screen and (min-width : 1px) and (max-width : 440px){
	.eu_logo2 img{
		max-width:100%;
	}
}
@media only screen and (min-width : 600px) and (max-width : 850px){
	.slide_capt h1 {
		font-size: 33px;
	}
	.slide img {
	}
}

@media only screen and (min-width : 1px) and (max-width : 599px){
.hivj h2 {
	font-size:26px;
}
.hivj {
	padding-top: 33px;
}
	.slide_capt h1 {
		font-size: 33px;
	}
	.slide img {
		height:200px;
		width:auto;
	}
}


.dnblogo{
	
}

.dnblogo_box{
	position: absolute;
    left: 50%;
   transform: translateX(-50%);
}

.com_img{
	height:97px;
}

.dnblogo_box_2{
	display:none;
}

.container{
	padding-top: 45px;
}