@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: NeoSansPro-Regular;
    src: url(NeoSansPro-Regular.ttf);
}
@font-face {
    font-family: 'NeoSansPro-Regular';
    src: url('NeoSansPro-Regular.eot');
    src: local('NeoSansPro-Regular'), local('NeoSansPro-Regular'),
    url('NeoSansPro-Regular.woff') format('woff'),
    url('NeoSansPro-Regular.svg#NeoSansPro-Regular') format('svg'),
    url('NeoSansPro-Regular.html') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'NeoSansPro-Regular', serif;
  background: url(../images/bg.jpg) repeat-y top center;

}

.wrapper{
	width:100%;
	margin:0;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -138px; //değeri footer yüksekliği kadar veriyoruz;
}

.home-top{
	width:100%;
	height:603px;
	margin:0 auto;
	background:url(../images/home-top.jpg) top center;
	position: relative;
	z-index:5;

}

.header-band{
	width:100%;
	position: relative;
	z-index:6;
	height:75px;
	background: #fff;
	top:45px;
	background: url("../images/head-band.jpg");

}

.center{
	width:1280px;
	margin:0 auto;
}

.header{
	width:1280px;
	float:left;


}
.logo{
	float:left;
	width:124px;
	height: 105px;
	position: relative;
	top:-3px;
}

.menu{
	float:left;
	margin: 0 70px;
	line-height: 75px;

}

.menu ul li{
	float:left;
	padding-right:15px;
	list-style-type: none;

}
.menu ul span.line{
	float:left;
	padding-right: 15px;
	font-size:20px;
	font-weight: lighter;

}

.menu ul li a{
	font-family: 'NeoSansPro-Regular',serif;
	font-size:16px;
	font-weight: normal;
	text-decoration: none;
	color:#000;

}

.lang{
	float:right;
	line-height: 75px;

}

.lang ul li{
	float:left;
	padding-right:15px;
	list-style-type: none;

}
.lang ul span.line{
	float:left;
	padding-right: 15px;
	font-size:20px;
	font-weight: lighter;

}

.lang ul li a{
	font-family: 'NeoSansPro-Regular',serif;
	font-size:16px;
	font-weight: normal;
	text-decoration: none;
	color:#000;
}
.banner-text{
	float:left;
	background:#fff;
	width:430px;
	height:40px;
	position: relative;
	top:372px;

}

.banner-text span{
	float:left;
	padding-left:14px;
	color:#1e8b40;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;

}

.potema{
	float:right;
	position: relative;
	top:401px;
	right:-10px;

}

.container{
	margin:20px auto 80px auto;
	width:1280px;
	min-height:300px;

}

.container .col-1{
	background:#0b3241;
	width: 580px;
	height: 325px;
	padding:13px;
	margin-right:28px;
	position: relative;
	z-index:6;
	float:left;
}

.container .col-1 img{
	width: 553px;
	height: 298px;
	position: absolute;
	z-index:7;


	
}
.container .col-1 .title{
	width: 95%;
	text-align: center;
	position: absolute;
	z-index: 8;
	color: #fff;
	text-shadow: 3px 2px 1px #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 200px;
	top: 56px;;
}

.container .col-2{
	background:#940709;
	width: 580px;
	height: 325px;
	padding:13px;
	margin-right:28px;
	position: relative;
	z-index:6;
	float: right;
}

.container .col-2 img{
	width: 553px;
	height: 298px;
	position: absolute;
	z-index:7;


	
}
.container .col-2 .title{
	width: 95%;
	text-align: center;
	position: absolute;
	z-index: 8;
	color: #fff;
	text-shadow: 3px 2px 1px #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 200px;
	top: 56px;
}

.container .col-3{
	background:#188e3c;
	width:408px;
	height:214px;
	padding:13px;
	position: relative;
	z-index:6;
	float:right;
}

.container .col-3 img{
	width:382px;
	height:192px;
	position: absolute;
	z-index:7;


	
}
.container .col-3 .title{
	position: absolute;
	z-index: 8;
	color: #fff;
	text-shadow: 3px 2px 1px #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 68px 0;
	width: 97%;
}
.footer-ghost {
    height: 138px; //değeri footer yüksekliği kadar veriyoruz.
}

.footer{
	width:100%;
	background: url(../images/footer-bg.jpg) no-repeat bottom center;
	height:138px;
}

.footer span{
	float:left;
	color:#fff;
	font-size:12px;
	margin-top:105px;
	margin-left:28px;
}

.page-top{
	width:100%;
	height:336px;
	margin:0 auto;
	background:url(../images/page-top.jpg) top center;
	position: relative;
	z-index:5;

}

.banner-text-page{
	float:left;
	background:#fff;
	width:50%;
	height:40px;
	position: relative;
	top:120px;
	box-shadow: 5px 2px 20px #000;


}

.banner-text-page span{
	float:left;
	padding-left:14px;
	color:#1e8b40;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;

}

.content{
	margin:20px auto 80px auto;
	width:1280px;
	min-height:300px;
	background: #fff;

}

.content-left{
	width: 332px;
	float:left;
	margin:10px;

}

.content-left ul li.page-title{
	width:332px;
	padding:10px;
	background:#188e3c;
	color:#fff;
	text-transform: uppercase;
	font-size:17px;
	font-weight: bolder;
	list-style-image: none;
	list-style-type: none;
}

.content-left ul li{
	list-style-image: url(../images/clean.png);
	padding:8px;
	border-bottom:1px solid #ccc;
	list-style-position:inside;
}

.content-left ul li a{
	color:#444;
	text-decoration: none;
	font-size:15px;
}


.content-right{
	width:908px;
	float:left;
	margin:10px;

}

.content-right h1{
	color:#0b3241;
	font-size:23px;
}

.content-right p{
	text-align: justify;
	color:#333;
	font-size:14px;
	padding:5px 10px 5px 0px;
	line-height: 24px;
}
.clear { clear: both; }

.contentx{
	margin:20px auto 80px auto;
	width:1280px;
	min-height:300px;
	background: #fff;
	padding:20px;

}

.contentx h1{
	color:#0b3241;
	font-size:23px;
}

.contentx h1{
	color:#0b3241;
	font-size:23px;
}

.contentx p{
	text-align: justify;
	color:#333;
	font-size:14px;
	padding:5px 10px 5px 0px;
	line-height: 24px;
}

.contentx h2{
	color:#940709;
	font-size:19px;
}

.logos{
	float:right;
	margin-top:50px;
}

.logos img{
	margin-right:10px;
}

.Ik-Form{ width: 100%; height: auto; float: left; }
.Ik-Form table tr td { padding: 10px 0;}
.Ik-Form .text{width: 100%; min-height: 30px; padding: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: solid 1px #9e9e9e; }
.Ik-Form .textarea{ height: 100px; }
.Ik-Form .text:focus{ border: solid 1px #1e8b40;}
.Ik-Form .submit{ padding: 10px 20px; cursor: pointer; color: #ffffff; font-weight: bold; background: #1e8b40; float: right; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: solid 1px #1e8b40;}
.Ik-Form .submit:hover{background: #5a8512;}
.Ik-Form .submit:focus{background: #87bc2e;}

.success{ width: 100%; height: auto; padding: 5px 25px; float: left; background: #87bc2e; font-size: 12px; color: #ffffff; font-size: 18px; text-align: center; text-decoration: underline; }
.danger{ width: 100%; height: auto; padding: 5px 25px; float: left; background: #e71b1b; font-size: 12px; color: #ffffff; font-size: 18px; text-align: center; text-decoration: underline; }