html {
	float:left;
	margin: 0px;
	padding:0px;
	width:100%;
	min-height:100%;
}
body {
	float:left;
	margin: 0px;
	padding:0px;
	width:100%;
	min-height:100%;
	font-family: 'Nunito Sans', sans-serif;
	color:#1a1a1a;
	font-size:20px;
	line-height:24px;
	background-color:#fff;
}
a {
	font-size:14px;
	line-height:18px;
	font-weight:800;
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
img {
	border:0px;
}
*:focus {outline:0;}
.disabled {
	opacity:0.5;
	filter: alpha(opacity=0.5);
}
h1 {
	font-size:60px;
	line-height:60px;
}
h2 {
	font-size:40px;
	line-height:44px;
}
h3 {
	font-size:30px;
	line-height:40px;
	font-weight:800;
}
h4 {
	font-size:22px;
	line-height:26px;
}
h5 {
	font-size:18px;
	line-height:20px;
}
.orta {
	width:1440px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.ustalan {
	float:left;
	width:100%;
	height:130px;
	background-color:#ffffff;
	position:fixed; 
		top:0px; 
		left:0px; 
		right:0px; 
    
}
.ustalan .ustbant {
	float:left;
	width:100%;
	height:50px;
	padding-left:330px;
	padding-right:40px;
	background-color:#ffffff;
	box-sizing: border-box;
}
.ustalan .ustbant .sosyal {
	float:left;
	margin-top:10px;
}
.ustalan .ustbant .sosyal a {
	margin:0px;
	padding:0px;
	color:#1a1a1a;
	text-decoration:none;
	margin-right:10px;
	font-weight:400;
	background-color:#fff;
	border-radius:50%;
	float:left;
	width:30px;
	height:30px;
	text-align:center;
}
.ustalan .ustbant .sosyal a i {	
	font-size:14px;
	line-height:30px;
}
.ustalan .ustbant .sosyal a:hover {
	background-color:#ffc50c;
}
.ustalan .ustbant .cizgi {
	opacity:0.5;
	background-color:#6e6e73;
	float:right;
	width:1px;
	height:50px;
	margin-right:30px;
}
.ustalan .ustbant .tmail {
	float:right;
	padding:0px;
	margin:0px;
	margin-right:30px;
	margin-top:10px;
	padding-left:30px;
	font-size:15px;
	line-height:30px;
	font-weight:400;
	color:#111111;
	background-image: url(../images/temail.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
}
.ustalan .ustbant .ttel {
	float:right;
	padding:0px;
	margin:0px;
	margin-right:30px;
	margin-top:10px;
	padding-left:30px;
	font-size:15px;
	line-height:30px;
	font-weight:400;
	color:#111111;
	background-image: url(../images/ttel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
}
.ustalan .ustbant .tmail:hover, .ustalan .ustbant .ttel:hover {
	color:#ffc50c;
}
.ustalan .ustbant .dilbar {
	float:right;
	display:inline;
	position:relative;
	margin-top:10px;
	background-size:auto 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor:pointer;
	padding-bottom:3px;
	color:#fff;
}
.ustalan .ustbant .dilbar:hover {
	color:#ffc50c;
}
.ustalan .ustbant .dilbar:hover .dillist {
	display:inline;
	opacity:1;
}
.ustalan .ustbant .dilsec {
	float:left;
	font-size:12px;
	line-height:30px;
	font-weight:400;
	padding-right:24px;
	background-image: url(../images/dilok.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 100%;
}
.ustalan .ustbant .dillist {
	opacity:0;
	position:absolute;
	float:left;
	font-weight:600;
	right:0px;
	top:23px;
	box-sizing: border-box;
	display:none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ustalan .ustbant .dillist a {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	text-decoration:none; 
	font-size:12px;
	line-height:15px;
	padding:5px 10px;
	font-weight:400; 
	color:#9e9e9e;
	border:1px solid #56565a;
	background-color:#1a1a1a;
	margin-left:0px;
}
.ustalan .ustbant .dillist a:hover, .ustalan .ustbant .dillist .secili {
	color:#ffffff;
	background-color:#1a1a1a;
}
.ustalan .logo {
	margin:0px;
	padding:0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center center;
	float: left;
	display: inline;
	width: 500px;
	height: 350px;
	position:absolute;
	top:0px;
	left:0px;
}
.ustalan .menu {
	float:left;
	display:inline;
	width:100%;
	padding-left:330px;
	padding-right:40px;
	margin-top:30px;
	box-sizing: border-box;
}
.ustalan .menu a {
	margin:0px;
	padding:0px;
	float:left;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin-right:30px;
    color: #56565a;
	border-bottom:2px solid #ffffff;
    text-decoration: none;
}
.ustalan .menu a:hover, .ustalan .menu .secili {
	color:#1a1a1a;
	border-bottom:2px solid #8c8c8c;
}
.ustalan .menu .sagbut {
	margin-top:-10px;
	float:right;
	margin-right:0px;
	padding:10px 25px;
	background-color:#3b2f91;
	color:#fff;
}
.ustalan .menu .sagbut:hover, .ustalan .menu .sagbut.secili {
	background-color:#ee5e22;
	color:#fff;
	border-bottom:none;
}
.menu2 {
	display:none;
}
.banneralan {
	float:left;
	display:block;
	width: 100%;
	height:550px;
	position:relative;
}
.owl-carousel.banner {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:100%;
	height:550px;
	position:relative;
}
.banner .owl-wrapper-outer, .banner .owl-wrapper, .banner .owl-item {
	height:100%;
}
.banner .desen {
	float:left;
	width:40%;
	height:550px;
	background-image: url(../images/desen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.banner .bannerres {
	float:left;
	display:inline;
	position:absolute;
	z-index:0;
	top:0px;
	right:0px;
	width:60%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bannerspot {
	float:left;
	display:table;
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:40%;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
}
.bannerspot span {	
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.bannerspot .baslik {
	color:#000;
	font-size:30px;
	line-height:35px;
	font-weight:900;
}
.bannerspot .spot {
	color:#000;
	font-size:50px;
	line-height:55px;
	font-weight:900;
}
.bannerspot  a {
	float:left;
	margin-top:10px;
	color:#dddddd;
	background-color:#1a1a1a;
	border:1px solid #1a1a1a;
}
.bannerspot a:hover {
	background-color:#dddddd;
	color:#1a1a1a;
}
.banner .owl-controls {
	float:right;
	display:inline;
	position:absolute;
	top: -40px;
	right:0px;
	width:63%;
	margin-left:auto;
	margin-right:auto;
}
.banner .owl-buttons {
	float:left;
	display:inline;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.banner.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls .owl-page:hover span {
	background-color: #000000 !important;
    border: 1px solid #000000;
}
.anahizmetler {
	float:left;
	width:100%;
}
.anahizmetler .anahizmetbar {
	margin:0px;
	padding:0px;
	float:left;
	width:25%;
	height:225px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-left:-1px;
	text-align:center;
	position:relative;
	text-decoration:none;
}
.anahizmetler .anahizmetbar h2.baslik {
	float:left;
	width:100%;
	text-align:left;
	color:#1a1a1a;
	text-decoration:none;
	margin-top:100px;
	margin-bottom:20px;
}
.anahizmetler .anahizmetbar a {
	float:left;
	background-color:#dddddd;
	border:1px solid #dddddd;
	color:#1a1a1a;
}
.anahizmetler .anahizmetbar a:hover {
	background-color:#1a1a1a;
	color:#dddddd;
}
.anahizmetler .anahizmetbar .cubuk {
	position:absolute;
	z-index:-1;
	top:calc(15% - 1px);
	left:calc(45% - 90px);
	width:220px;
	height:220px;
	background-image: url(../images/cubuk1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 1s;
}
.anahizmetler .anahizmetbar .cubuk1 {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.anahizmetler .anahizmetbar:hover .cubuk {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.anahizmetler .anahizmetbar:hover .cubuk1 {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);	
}
.anahizmetler .anahizmetbar h4.baslik {
	float:left;
	width:100%;
	text-align:center;
	margin-top:175px;
	color:#1a1a1a;
	text-decoration:none;
}
.anahizmetler .anahizmetbaru {
	float:right;
	width:100%;
	height:360px;
	position:relative;
}
.anahizmetler .anahizmetbaru .resim {
	position:absolute;
	bottom:0px;
	left:0px;
	float:left;
	width:55%;
	height:100%;
	max-height:320px;
	min-height:290px;
	overflow:hidden;
	text-align:left;
}
.anahizmetler .anahizmetbaru .resim img {
	position:absolute;
	right:0px;
	bottom:0px;
	height:100%;
}
.anahizmetler .anahizmetbaru .bilgi {
	float:right;
	width:40%;
	margin-top:40px;
}
.anahizmetler .anahizmetbaru h2.baslik {
	float:left;
	text-align:left;
	color:#1a1a1a;
	text-decoration:none;
	margin-top:100px;
	margin-bottom:20px;
}
.anahizmetler .anahizmetbaru a {
	float:left;
	clear:left;
	background-color:#dddddd;
	border:1px solid #dddddd;
	color:#1a1a1a;
}
.anahizmetler .anahizmetbaru a:hover {
	background-color:#1a1a1a;
	color:#dddddd;
}
.anahakkimizda {
	float:left;
	width:100%;
	height:460px;
	margin-top:70px;
	background-color:#fafafa;
}
.anahakkimizda .bilgi {
	float:left;
	display:table;
	width:45%;
	height:460px;
	font-size:35px;
	line-height:40px;
	font-weight:700;
	box-sizing: border-box;
}
.anahakkimizda .bilgi span {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.anahakkimizda .bilgi a {
	float:left;
	clear:both;
	margin-top:20px;
	background-color:#1a1a1a;
	border:1px solid #1a1a1a;
	color:#dddddd;
}
.anahakkimizda .bilgi a:hover {
	background-color:#dddddd;
	color:#1a1a1a;
}
.anahakkimizda .resim {
	float:right;
	width:50%;
	height:100%;
	background-image: url(../images/orta.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
}
.anahakkimizda .resim .cubuk {
	position:absolute;
	z-index:1;
	top:220px;
	left:-70px;
	width:210px;
	height:20px;
	background-image: url(../images/cubuk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ananedenbiz {
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
	border-top:1px solid #e5e5e5;
}
.ananedenbiz .ananedenbizbar {
	padding:0px;
	margin:0px;
	float:left;
	display:table;
	width:20%;
	height:164px;
	background-position:center 20px;
	background-repeat:no-repeat;
	border-right:1px solid #e5e5e5;
	margin-left:-1px;
	text-align:center;
	position:relative;
	text-decoration:none;
}
.ananedenbiz .ananedenbizbar span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.ananedenbiz .ananedenbizbar h2.baslik {
	float:left;
	width:70%;
	text-align:left;
	color:#1a1a1a;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:10px;
}
.ananedenbiz .ananedenbizbar a {
	float:left;
	background-color:#dddddd;
	border:1px solid #dddddd;
	color:#1a1a1a;
}
.ananedenbiz .ananedenbizbar a:hover {
	background-color:#1a1a1a;
	color:#dddddd;
}
.ananedenbiz .ananedenbizbar h5.baslik {
	float:left;
	display:table;
	width:70%;
	height:40px;
	text-align:center;
	color:#1a1a1a;
	padding:0px;
	margin:0px;
	margin-top:94px;
	margin-left:15%;
	padding-bottom:10px;
	text-decoration:none;
}
.ananedenbiz .ananedenbizbar h5.baslik span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.anaulkeler {
	float:left;
	width:100%;
	height:500px;
	margin-bottom:70px;
	background-color:#fafafa;
}
.anaulkeler .ulkebaslik {
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:700;
	margin-bottom:10px;
}
.anaulkeler .bilgi {
	float:right;
	display:inline-table;
	width:45%;
	height:500px;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	box-sizing: border-box;
}
.anaulkeler .bilgi span {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.anaulkeler .bilgi .table {
	margin-bottom:0px;
}
.anaulkeler .resim {
	float:left;
	width:50%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
}
.anaulkeler .resim .cubuk {
	position:absolute;
	z-index:1;
	top:220px;
	right:-70px;
	width:140px;
	height:20px;
	background-image: url(../images/cubuk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.anablog {
	float:left;
	width:100%;
	margin-top:50px;
	padding-bottom:30px;
	background-image: url(../images/desen.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.anablog .spot {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:30px;
}
.owl-carousel.anahaberanm  {
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.owl-carousel.anahaberanm  .owl-item {
	margin-right:30px;
}
.anahaberanm  .anahaberbar {
	text-align:left;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
    box-sizing: border-box;
}
.anahaberanm  .anahaberbar .tarih {
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	padding-top:10px;
}
.anahaberanm  .anahaberbar .baslik {
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	font-weight:800;
}
.anahaberanm  .anahaberbar .resim {
	float:left;
	width:100%;
}
.anahaberanm  .anahaberbar .resim img {
	width:100%;
}
.anahaberanm  .anahaberbar a {
	float:left;
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#56565a;
	border-bottom:1px solid #56565a;
	font-weight:400;
	text-decoration:none;
	margin-top:10px;
}
.anahaberanm  .anahaberbar a:hover {
	color:#1a1a1a;
}
.anahaberler .owl-theme .owl-controls {
	text-align:left;
	padding-bottom:20px;
}
.anasektorler {
	float:left;
	width:100%;
	background-color:#3B2F91;
	color:#FFF;
	background-image:url(../images/sektorback.png);
	background-repeat:repeat-y;
	background-size:100%;
	position:relative;
}
.anasektorler .spot {
	float:left;
	width:100%;
    box-sizing: border-box;
	padding-right:250px;
	font-size:30px;
	line-height:40px;
	font-weight:500;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:60px;
}
.anasektorler .sektorler {
	float:left;
	width:1152px;
}
.anasektorler .sektorres {
	float:left;
	width:288px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
}
.anasektorler .sektorres img {
	float:left;
	width:100%;
	height:100%;
	object-fit:cover;
}
.anasektorler .sektorbar {
	float:left;
	width:288px;
	margin-bottom:50px;
	padding-left:80px;
	padding-right:50px;
    box-sizing: border-box;
}
.anasektorler .sektorbar .icon {
	float:left;
	width:50px;
}
.anasektorler .sektorbar .icon img {
	float:left;
	width:100%;
}
.anasektorler .sektorbar .baslik {
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	padding-top:10px;
}
.altbanner {
	float:left;
	width:100%;
	height:212px;
	background-image: url(../images/desen.jpg);
	background-position:center;
	position:relative;
}
.altbanner h1 {
	font-weight:800;
	width:100%;
	padding:0px;
	margin:0px;
	padding-top:76px;
	padding-bottom:76px;
	color:#000;
}
.altbanner .resim {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:212px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.icerik .img {
    max-width: 100%;
    display: block;
    height: auto;
}
.img {
    max-width: 100%;
    display: block;
    height: auto;
}
.table .img {
    max-width: 100%;
    display: block;
    height: auto;
}
.icerik {
	float:left;
	width:90%;
	margin-left:5%;
	padding-top:40px;
	padding-bottom:40px;
}
.icerik2 {
	width:100%;
	margin-left:0px;
}
.icerik .maddeler {
	float:left;
	margin-top:20px;
	width:100%;
}
.icerik .maddeler .maddebar {
	float:left;
	padding-left:30px;
	width:50%;
    box-sizing: border-box;
	margin-top:20px;
	font-weight:800;
	background-image: url(../images/cek.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nedenbiz {
	float:left;
	width:100%;
	margin-top:50px;
	border-top:1px solid #e5e5e5;
}
.nedenbiz .nedenler {
	float:left;
	width:50%;
}
.nedenbiz .nedenbizbar {
	float:right;
	display:table;
	width:calc(33.333333% - 1px);
	height:219px;
	background-position:center 30px;
	background-repeat:no-repeat;
	border:1px solid #e5e5e5;
	margin-left:-1px;
	margin-top:-1px;
	text-align:center;
	position:relative;
	text-decoration:none;
}
.nedenbiz .nedenbizbar span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.nedenbiz .nedenbizbar h5.baslik {
	float:left;
	display:table;
	width:70%;
	height:40px;
	text-align:center;
	color:#1a1a1a;
	padding:0px;
	margin:0px;
	margin-top:104px;
	margin-left:15%;
	padding-bottom:10px;
	text-decoration:none;
}
.nedenbiz .nedenbizbar h5.baslik span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.nedenbiz .resim {
	float:right;
	width:50%;
	height:440px;
	background-image: url(../images/hakkimizda.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
}
.igs {
	float:left;
	width:100%;
	padding-top:40px;
	background-image: url(../images/desen.jpg);
	background-position:center;
}
.siparis {
	float:left;
	width:100%;
	border-top:1px solid #e5e5e5;
}
.siparis .resim {
	float:left;
	width:50%;
	height:440px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.siparis .bilgi {
	float:left;
	padding-left:80px;
	padding-top:80px;
	width:50%;
	box-sizing: border-box;
}
.siparis .bilgi .logo {
	float:left;
	width:50%;
	height:80px;
	background-image: url(../images/arvento_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
}

.siparis .bilgi a {
	float:left;
	clear:left;
	margin-top:20px;
	background-color:#3b2f91;
	border:1px solid #3b2f91;
	color:#ffffff;
}
.siparis .bilgi a:hover {
	background-color:#ffffff;
	color:#3b2f91;
}
.althizmetler .anahizmetbar {
	border:1px solid #e5e5e5;
	width:calc(14.3% - 2px);
	height:175px;
	margin-top:-1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	background:none;
}
.althizmetler .anahizmetbar .ic {
	background-position:center -20px;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
}
.althizmetler .anahizmetbar h4.baslik {
	margin:0px;
	padding:0px;
	height:40px;
	display:inline-table;
	margin-top:125px;
	font-size:15px;
	line-height:20px;
}
.althizmetler .anahizmetbar h4.baslik .baslikic {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.althizmetler .anahizmetbar .ic .cubuk {
	opacity:0;
}
.althizmetler .anahizmetbar:hover .ic {
	opacity:1;
}
.althizmetler .anahizmetbar:hover .ic .cubuk {
	opacity:0;
}
.althizmetler .secili {
	border-bottom:1px solid #ffffff;
}
.althizmetler .secili .ic {
	opacity:1;
}
.althizmetler .secili .ic .cubuk {
	opacity:0;
}
.hizmetresimli {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.hizmetaltres {
	float:left;
	width:100%;
	height:430px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.ikbilgi .spot {
	padding-bottom:30px;
}
.ikbilgi h3 {
	padding:0px;
	margin:0px;
}
.ikbilgi h3 a {
	margin:0px;
	padding:0px;
	font-size:30px;
	line-height:40px;
	color:#3b2f91;
	text-decoration:underline;
}
.formalan {
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:40px;
	margin-top:40px;
	border-top:1px solid #e5e5e5;
}
.ikform {
	float:left;
	display:inline;
	width:100%;
	position:relative;
	box-sizing: border-box;
}
.ikform .inputalan {
	float:left;
	width:48%;
	margin-bottom:0px;
}
.ikform .sag {
	float:right;
}
.ikform .inputalan .inbaslik {
	float:left;
	width:100%;
	font-weight:900;
	font-size:18px;
	line-height:18px;
}
.ikform .inputalan input, .ikform .inputalan select, .ikform .inputalan textarea {
	float:left;
	display:inline;
	position:relative;
	z-index:1;
	font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    border: none;
    padding:10px;
	padding-top:14px;
	padding-bottom:14px;
    font-size: 15px;
	line-height:18px;
	font-weight:600;
	background-color:#e5e5e5;
	box-sizing: border-box;
	margin-top:5px;
}
.ikform .inputalan select {
	padding-top:12px;
	padding-bottom:12px;
}
.ikform .inputalanu {
	width:100%;
	text-align:center;
}
.ikform .inputalanu .inbaslik {
	text-align:left;
}
.ikform .inputalanu input, .ikform .inputalanu textarea {
	width:100%;
	text-align:left;
}
.ikform .inputalan textarea {
	height:80px;
}
.ikform .inputalan .btn-dosya {
    position: absolute;
    top: 10px;
    right: 5px;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
	font-size:13px;
	line-height:20px;
	background-color:#3b2f91;
}
.ikform .inputalan .btn-dosya:hover {
	background-color: #ffffff;
    color: #3b2f91;
}
.ikform .inputalan .btn-dosya input {
	cursor:pointer;
	padding:0px;
	margin:0px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.ikform .inputalan .butlar {
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index:2;
    cursor: pointer;
}
.ikform .inputalan .butlar .btn-danger {
	width:30px;
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	padding:0px;
}
.ikform .inputalan .butlar .btn-danger i {
	line-height:26px;
}
.ikform .gonder {
	display:inline-block;
	margin-top:0px;
	background-color:#2EBA73;
	border:1px solid #2EBA73;
	color:#ffffff;
	cursor:pointer;
}
.ikform .gonder:hover {
	background-color:#ffffff;
	color:#3b2f91;
}
.ikform label {
    font-size: 14px;
	line-height:18px;
    font-weight: 400;
	margin:0px;
	padding:0px;
    position: relative;
    padding-left: 20px;
	margin-bottom:20px;
}
.ikform .inputalan label input {
	float:left;
	width:auto;
    position: absolute;
    top: 3px;
    left: 0px;
	margin:0px;
	padding:0px;
}
.help-block {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	height:20px;
	text-align:left;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
    font-size: 12px;
	float:left;
	width:100%;
}
.help-block .list-unstyled {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
#results{float:left;width:100%;position:fixed;top:10px;left:0;z-index:1002;box-sizing:border-box;display:none;padding-right:10px;padding-left:10px}
.iletisimbilgi, .iletisimform {
	float:left;
	width:50%;
	padding-top:50px;
	padding-bottom:50px;
}
.iletisimbilgi .telefon {
	background-image: url(../images/tel_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:30px;
	line-height:30px;
	font-weight:600;
	float:left;
	clear:left;
	margin-top:15px;
	padding-left:34px;
}
.iletisimbilgi .faks {
	background-image: url(../images/faks_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:30px;
	line-height:30px;
	font-weight:600;
	float:left;
	clear:left;
	margin-top:15px;
	padding-left:34px;
}
.iletisimbilgi .email {
	margin:0px;
	padding:0px;
	background-image: url(../images/email_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:30px;
	line-height:30px;
	font-weight:600;
	float:left;
	clear:left;
	color:#1a1a1a;
	margin-top:15px;
	padding-left:34px;
	text-decoration:underline;
}
.haberbar {
	margin:0px;
	padding:0px;
	float:left;
	width:calc(33.333333% - 1px);
	border:1px solid #e5e5e5;
	margin-top:-1px;
	margin-left:-1px;
	padding:50px;
	box-sizing: border-box;
	text-decoration:none !important;
}
.haberbar .resim {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.haberbar .resim img {
	width:100%;
}
.haberbar .tarih, .icerik .htarih {
	width:100%;
	text-align:right;
	font-size:12px;
	color:#56565a;
	text-decoration:none;
}
.haberbar .baslik, .icerik .hbaslik {
	font-size:22px;
	line-height:25px;
	height:50px;
	overflow:hidden;
	color:#56565a;
	font-weight:600;
	padding-top:5px;
	text-decoration:none;
}
.haberbar .baslik {
	float:left;
	width:100%;
}
.haberbar .bilgi, .icerik .hbilgi {
	font-size:16px;
	line-height:20px;
	font-weight:400;
	margin-top:5px;
	color:#56565a;
	height:80px;
	padding-top:5px;
	overflow:hidden;
	text-decoration:none;
}
.haberbar .bilgi a, .icerik .hbilgi a {
	padding:0px;
	margin:0px;
}
.icerik .hbilgi {
	height:auto;
	padding-bottom:20px;
}
.haberbar .link {
	margin:0px;
	padding:0px;
	float:left;
	font-size:16px;
	line-height:16px;
	color:#56565a;
	border-bottom:1px solid #56565a;
	font-weight:400;
	text-decoration:none;
	margin-top:10px;
}
.haberbar .link:hover {
	color:#1a1a1a;
}
.icerik .gerialan {
	float:left;
	width:100%;
	margin-top:-30px;
}
.icerik .geri {
	margin:0px;
	padding:0px;
	float:right;
	font-size:16px;
	line-height:16px;
	color:#56565a;
	border-bottom:1px solid #56565a;
	font-weight:400;
	text-decoration:none;
}
.icerik .geri:hover {
	color:#1a1a1a;
}
.dhaber {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top:50px;
	padding-bottom:5px;
}
.haberbar2 {
	width:calc(20% - 1px);
	padding:30px;
}
.resimalan {
	float:left;
	width:100%;
}
.resimalan .resim {
	position:relative;
	float:left;
	width:50%;
	height:440px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.resimalan .resimb {
	position:relative;
	float:left;
	width:100%;
	height:540px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.resimalan .resim .cubuk {
	position:absolute;
	z-index:1;
	top:220px;
	left:-70px;
	width:140px;
	height:20px;
	background-image: url(../images/cubuk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.resimler {
	float:left;
	width:calc(100% + 30px);
	padding-top:5px;
	padding-bottom:50px;
	margin-right:0px;
	margin-left:-15px;
	margin-right:-15px;
	
}
.resimlerkisa {
	float:left;
	width:40%;
	padding-top:5px;
	padding-bottom:50px;
	margin-left:0px;
	margin-right:20px;
	
}
.resimler .resim {
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	width:25%;
	padding:15px;
}
.resimler .resim img {
	width:100%;
}
.resimlerkisa .resim {
	width:100% !important;
	padding:0px;
}
.harita {
	float:left;
	width:100%;
	height:500px;
	margin-top:40px;
}
.nolar {
	float: left;
	display: inline;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}
.nolar a {
	margin:0px;
	padding:0px;
	display:inline-block;
	font-size: 30px;
    line-height: 30px;
	font-weight:800;
    color: #1a1a1a;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	text-decoration: none;
	width:30px;
	height:30px;
}
.nolar a:hover, .nolar .thumbActive {
	color:#3b2f91;
}
.nolar .nok {
	width:30px;
	height:30px;
}
.altresim {
	float:left;
	width:100%;
	height:200px;
	background-image: url(../images/altresim.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.altbar {
	float:left;
	width:100%;
	background-color:#1a1a1a;
	padding-top:90px;
	position:relative;
	background-image: url(../images/altbar.jpg);
	background-position: center center;
	position:relative;
	z-index:2;
}
.altbar .altlogoalan {
	float:left;
	margin-right:80px;
}
.altbar .altlogo {
	margin:0px;
	padding:0px;
	float:left;
	width:174px;
	height:41px;
	background-image: url(../images/altlogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.altbar .tiologo {
	float:left;
	clear:left;
	width:200px;
	height:auto;
	margin-top:80px;
}
.altbar .altmenu {
	float:left;
	margin-left:100px;
	position:relative;
}
.altbar .altmenu .cubuk {
	position:absolute;
	z-index:-1;
	top:-100px;
	right:20px;
	width:140px;
	height:20px;
	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.altbar .altmenu a {
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	margin-bottom:10px;
	text-decoration:none;
	color:#56565a;
}
.altbar .altmenu a:hover, .altbar .altmenu .secili {
	color:#56565a;
}
.altbar .altilt {
	float:right;
}
.altbar .tel {
	float:left;
	color:#56565a;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	text-decoration:none;
}
.altbar .email {
	margin:0px;
	padding:0px;
	float:left;
	clear:left;
	color:#56565a;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	margin-top:15px;
	text-decoration:none;
}
.altbar .email:hover {
	color:#070707;
}
.altbar .altbilgi {
	font-size:14px;
	line-height:33px;
	color:#56565a;
	float:left;
	width:100%;
	text-align:left;
	margin-top:60px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #262626;
}
.altbar .altbilgi span {
	float:left;
	margin-left:354px;
}
.altbar .altbilgi .maya {
	margin:0px;
	padding:0px;
	float:right;
	display:inline;
	background-image: url(../images/maya_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	width:42px;
	height:33px;
}
.altbar .belgeler {
	margin-top:20px;
	float: left;
    margin-left: 100px;
    position: relative;
}
.altbar .belgeler a {
	float:left;
	clear:none;
	padding:0px;
	margin:0px;
	margin-right:5px;
}
.altbar .belgeler a:last-child {
	margin-right:0px;
}
/* Set Google Fonts */
/* Set Colors */
/* CSS Reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

