﻿@import url('reset.css');
@import url('fontlar.css');
@import url('kurumsal.css');
@import url('iletisim.css');
@import url('mobil.css');
@import url('lightbox.css');
@import url('../javalar/jquery/swiper/swiper.min.css');

/*******************************************************************************************************/
html, body {
	font-family: 'quadon',Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 14px; letter-spacing: 0.04ex;
	padding: 0; margin: 0;
	background-color: #fff;
	transition: all .25s;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering:optimizeLegibility;
}
header, footer, section, div, span, form, ul, li, label, a, :after, :focus, :hover {
	transition: all .25s;
}
a { cursor: pointer; }
input[type=text], input[type=tel], input[type=email] {
	font-family: 'quadon',Arial, Helvetica, sans-serif;
	padding: 1rem;
	border: 1px solid #bebebe;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;	
}
textarea {
	font-family: 'quadon',Arial, Helvetica, sans-serif;
	padding: 1rem;
	border: 1px solid #bebebe;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;	
}
input[type=file] {
    position: absolute;
    padding: 1rem;
    filter: alpha(opacity=0);
    opacity: 0;
}
form *> input[type=file] + label {
	cursor: pointer;
    display: inline-block;
    color: #757575;
	font-size: 1rem;
	padding: 1.05rem 1rem;
	background-color: #f5f5f5;
	border: 1px dashed #ccc;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;	
}
form *> input[type=file] + label:hover {
    color: #06a46a;
    border: 1px dashed #06a46a;
    background-color: rgba(6, 164, 106, 0.04);
}
input[type=button],input[type=submit] {
	cursor: pointer;
	color: #fff;
	letter-spacing: 0.04rem;
	padding: 0.8rem 2rem;
	background-color: #01468e;
	border: 0;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;	
}
input[type=button]:hover,input[type=submit]:hover {
	background-color: #e20013;
}
/*******************************************************************************************************/
#sonuc1 {
	position: fixed; z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(58,65,70,0.8);
}
#sonuc1 > div {
	display: table;
	width: 100%;
	height: 100%;
}
#sonuc1 > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#sonuc1 > div > div > .gonderildi {
	background-color: #06a46a;
}
#sonuc1 > div > div > .gonderildi *> a {
	color: #06a46a;
}
#sonuc1 > div > div > .hatali {
	background-color: #e66150;
}
#sonuc1 > div > div > .hatali	*> a {
	color: #e66150;
}
#sonuc1 > div > div > div {
	display: table;
	max-width: 600px;
	margin: 0 auto;
}
#sonuc1 > div > div > div > div {
	display: table-cell;
	color: #fff;
	font-size: 1.5rem;
	line-height: 160%;
	text-align: center;
	vertical-align: middle;
}
#sonuc1 > div > div > div > div > a {
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.4rem 2rem;
	background-color: #fff;
	border: 2px solid #fff;
}
#sonuc1 > div > div > div > div > a:hover {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
/*******************************************************************************************************/
.header1 {
	position: fixed; z-index: 1000;
	width: 100%;
	height: 70px;
	background-color: #fff;
    box-sizing: border-box;
}
.header1.esnek {
	box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
}
.header1 > div {
	display: table;
	height: 100%;
	max-width: 1200px;
	font-size: 0;
	margin: 0 auto;
}
.header1 > div.arama1 {
	position: absolute; top: 70px; left: 0; right: 0;
	opacity: 0;
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	margin: 0 auto;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
}
.header1 > div.arama1 > form {
	width: 100%; height: 100%;
}
.header1 > div.arama1 *> input {
	width: 100%; height: 100%;
	color: #ccc;
	font-size: 1.5rem;
    padding: 0 2rem;
    background-color: transparent;
    box-sizing: border-box;
	border: 0;
}
.header1 > div.arama1 *> input::-webkit-input-placeholder { color: #ccc; }
.header1 > div.arama1 *> input::-moz-placeholder { color: #ccc; }
.header1 > div.arama1 *> input:-ms-input-placeholder { color: #ccc; }
.header1 > div.arama1 *> input:-moz-placeholder { color: #ccc; }

.header1 > div > div { display: table-cell; vertical-align: middle; }
.header1 > div > div:first-child {
	width: 20%;
}
.header1 > div > div:last-child {
	text-align: right;
}
.header1 > div > div:last-child > nav.menu1 {
	height: 100%;
	vertical-align: middle;
}
.header1 > div > div:last-child > nav.menu1 > ul {
	display: table;
	height: 100%;
    margin: 0 auto;
    margin-right: 70px;
}
.header1 > div > div:last-child > nav.menu1 > ul > li {
	position: relative;
	display: table-cell; height: 100%;
	vertical-align: middle;
	padding: 0 1.2rem;
}
.header1 > div > div:last-child > nav.menu1 > ul > li > a:after {
	content: '';
	height: 6px; bottom: -20px;
	transition: all .25s;
}
.header1 > div > div:last-child > nav.menu1 > ul > li:hover > div {
	display: block;
}
.header1 > div > div:last-child > nav.menu1 > ul > li.on > a:after {
	position: absolute; bottom: -28px; left: 0;
	content: '';
	width: 100%; height: 5px;
	background-color: #e20013;
}
.header1 > div > div:last-child > nav.menu1 > ul > li.on:hover > a:after {
	background-color: #e20013;
}
.header1 > div > div:last-child > nav.menu1 > ul > li:hover > a:after {
	position: absolute; bottom: -28px; left: 0;
	content: '';
	width: 100%; height: 5px;
	background-color: #414141;
}
.header1 > div > div:last-child > nav.menu1 > ul > li > a {
	position: relative;
	color: #414141;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.header1 > div > div:last-child > div.bar1 {
	margin: 0 0 0 50px;
	vertical-align: middle;
}
.header1 > div > div:last-child > div.bar1 > ul {
	position: relative;
	display: table;
	width: 100%; height: 100%;
}
.header1 > div > div:last-child > div.bar1 > ul > li {
	position: relative;
	cursor: pointer;
	display: table-cell; height: 20px;
	color: #414141;
	font-size: 0.75rem;
	user-select: none;
	text-align: left; vertical-align: middle;
}
.header1 > div > div:last-child > div.bar1 > ul > li:hover {
	color: #fff;
	background-color: #414141;
}

.header1 > div > div:last-child > div.bar1 > ul > li:first-child {
	text-align: right;
	border-right: 1px solid #414141;
	padding: 0 6px;
	padding-top: 2px;
}
.header1 > div > div:last-child > div.bar1 > ul > li:first-child:after {
	position: absolute; right: -1px; bottom: 0; z-index: 10;
	content: '';
	width: 1px; height: 4px;
	border-top: 1px solid #fff;
	background-color: #e20013;
}

.header1 > div > div:last-child > div.bar1 > ul > li:last-child:after {
	position: absolute; left: -1px; bottom: 0; z-index: 10;
	content: '';
	width: 1px; height: 4px;
	border-top: 1px solid #fff;
	background-color: #e20013;
}

.header1 > div > div:last-child > div.bar1 > ul > li:first-child > span {
	font-family: 'materialicons';
	font-size: 1rem;
	font-style: normal;
}
.header1 > div > div:last-child > div.bar1 > ul > li:last-child {
	padding: 0 8px;
	border-left: 1px solid #414141;
}
.header1 > div > div:last-child > div.bar1 > ul > li:last-child > a {
	color: #414141;
}
.header1 > div > div:last-child > div.bar1 > ul > li:last-child:hover > a {
	color: #fff;
}
/*******************************************************************************************************/
.icerik1 {
	width: 100%;
	box-sizing: border-box;
}
/*******************************************************************************************************/
.promo1 {
	position: relative;
	width: 100%;
	background-color: #efefef;
}
.swiper-promo {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
/*******************************************************************************************************/
.tanitim1 {
	position: relative; z-index: 10;
	max-width: 1200px;
	font-size: 1rem;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}
.tanitim1 > div:first-child {
	color: #111612;
	font-size: 1rem;
	letter-spacing: 0.06rem;
	line-height: 1.5rem;
}
.tanitim1 > div:first-child > h2 {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 0 0 2rem 0
}
.tanitim1 > div:last-child > ul > li:not(:last-child) {
	border-bottom: 1px solid #044b9d;
}
.tanitim1 > div:last-child > ul > li > a {
	color: #044b9d;
	font-size: 1rem;
	letter-spacing: 0.06rem;
}
.tanitim1 > div:last-child > ul > li > a:hover {
	color: #e20013;
}

/*******************************************************************************************************/
.duyurular1 {
	width: 100%;
	box-sizing: border-box;
	background-color: #414141;
	background-image: url('../icerikler/artalan-duyurular1.png');
	background-repeat: no-repeat; background-position: center top;
}
.duyurular1 > div {
    position: relative;
    max-width: 1200px;
    font-size: 1rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.duyurular1 > div > div {
	vertical-align: top;
	position: relative;
}

.duyurular1 > div > div:first-child > h2 {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
}

.duyurular1 > div > div:first-child > h2:before {
	position: absolute;
	bottom: -1rem;
	width: 70%; height: 5px;
	content: '';
	background-color: #e20013;
}
.swiper-container {
}
.swiper-slide {
	/*display:-webkit-box; display:-ms-flexbox; display:-webkit-flex;*/
	display: block;
	font-size: 18px; text-align: left;
}
.swiper-slide > div:first-child {
}
.swiper-slide > div:first-child > div {
	position: relative;
	width: 100%; height: 150px;
	vertical-align: top;
	background-color: #f5f5f5;
}
.swiper-slide > div:first-child > div > a > img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%; max-height: 100%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transition:all .25s;
}
.swiper-slide > div:last-child {
}
.swiper-slide > div:last-child > * {
	position: relative;
	display: block;
	color: #ccd4e4;
}
.swiper-slide > div:last-child > h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	padding: 0 0 0.6rem 0;
}
.swiper-slide > div:last-child > h4 {
	color: #ccd4e4;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	line-height: 1.6rem;
	padding: 2.2rem 0;
}
.swiper-slide > div:last-child > span {
	color: #8ea2c7;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
}
.swiper-slide > div:last-child > a {
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.swiper-slide > div:last-child > a:hover {
	color: #8ea2c7;
}
.swiper-slide > div:last-child > a:after {
	position: absolute;
	font-family: 'materialicons';
	content: 'play_circle_filled';
	font-size: 1rem;
	margin: 0 0 0 0.6rem;
}

div.gallery {
	
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  background-color:#E30013; color:white; font-weight:bold;
}
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*******************************************************************************************************/
.bilgiler1 {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}
.bilgiler1 > div {
    position: relative;
    max-width: 1200px;
    font-size: 1rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.bilgiler1 > div > div {
	vertical-align: top;
	position: relative;
}
.bilgiler1 > div > div > h2 {
	position: relative;
	display: inline-block;
	color: #000000;
	font-size: 1.2rem;
}
.bilgiler1 > div > div:first-child > h2:before {
	position: absolute;
	bottom: -1rem;
	width: 70%; height: 5px;
	content: '';
	background-color: #e20013;
}
.bilgiler1 > div > div:last-child > h2:before {
	position: absolute;
	bottom: -1rem;
	width: 70%; height: 5px;
	content: '';
	background-color: #e20013;
}
.bilgiler1 > div > div > div.metin1 {
	color: #585858;
	font-size: 1rem;
	letter-spacing: 0.06rem;
	line-height: 140%;
	padding: 3rem 0 0 0;
}
.bilgiler1 > div > div > div.gorsel1 {
	padding: 2rem 0 0 0;
}
.bilgiler1 > div > div > div.tablo1 {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin: 2rem 0 0 0;
}
.bilgiler1 > div > div > div.tablo1 > div:first-child {
	color: #a3a3a3;
	letter-spacing: 0.08rem;
	border-bottom: 1px solid #e0e0e0;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child {
	display: table;
	width: 100%;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div {
	display: table-cell;
	width: 33%;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div > div {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 0 0.4rem 0;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div > span:first-child {
	color: #585858;
	font-size: 0.8rem;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div > span:last-child {
	color: #a3a3a3;
	font-size: 0.8rem;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div > span.yesil:last-child {
	color: #0e8e23;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div > span.kirmizi:last-child {
	color: #e52525;
}
.bilgiler1 > div > div > div.tablo1 > div:last-child > div:not(:last-child) {
	border-right: 1px solid #e0e0e0;
}
/*******************************************************************************************************/
.footer1 {
	position: relative;
	width: 100%;
	background-image: url('../icerikler/artalan-footer1.png'), linear-gradient(#3c3c3c, #7d7d7d);
	background-repeat: no-repeat; background-position: center top;
}
.footer1 > .cizgi1 {
    position: relative;
}
.footer1 > .cizgi1:before {
    position: relative;
    display: block;
    content: '';
    max-width: 1200px;
    height: 20px;
    margin: 0 auto;
    top: -1px;
    background-color: #fff;
}

.footer1 > .linkler {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.footer1 > .linkler > div {
	position: relative;
	height: 100%;
	max-width: 1200px;
	color: #fff;
	font-size: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer1 > .linkler > div > ul {
	display: inline-block;
	vertical-align: top;
	padding: 1rem 0;
}
.footer1 > .linkler > div > ul > li {
	padding: 0.2rem 1rem 0.2rem 0;
}
.footer1 > .linkler > div > ul > li:first-child {
	font-weight: bold;
	padding-bottom: 1.2rem;
}
.footer1 > .linkler > div > ul > li > a {
	color: #e4e4e4;
	font-size: 1rem;
	line-height: 1.4rem;
}
.footer1 > .linkler > div > ul > li > a:hover {
	text-decoration: underline;
}
.footer1 > .copyright {
	position: relative;
	width: 100%;
	background-color: #414141;
}
.footer1 > .copyright > div {
	position: relative; z-index: 100;
	height: 100%;
	max-width: 1200px;
	color: #fff;
	font-size: 0;
	margin: 0 auto;
	padding: 2rem 0;
	background-color: #e20013;
}
.footer1 > .copyright > div > div {
	font-size: 1rem;
}
.footer1 > .copyright > div > div:first-child > ul > li > a {
	color: #fff;
}
.footer1 > .copyright > div > div:first-child > ul > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer1 > .copyright > div > div > ul.sm {
	display: table;
}
.footer1 > .copyright > div > div > ul.sm > li {
	display: table-cell; padding: 0 0.4rem;
}
.footer1 > .copyright > div > div > ul.sm > li > a {
	position: relative;
	color: #fff;
	width: 40px; height: 40px;
}
.footer1 > .copyright > div > div > ul.sm > li > a:after {
	position: relative;
	font-family: 'fontawesome';
	content: attr(data-icon);
	font-size: 2rem;
}
.footer1 > .copyright > div > div > ul.sm > li > a:hover {
	color: #414141;
}
.iletisim1_dt{ float:right; width:60%;}
.map_dt{ float:left; width:100%;}
.logo_text{float:left; margin-left:10px;font-size:11px;}
@media only screen and (max-width: 1280px) {
	div.gallery { float:none; width:95%;}
	.iletisim1_dt{ width:100%;}
	.map_dt{ float:none; width:100%;}
	.logo_text{margin-left:-15px;}
}
/*******************************************************************************************************/