/* [1] Ortak Siniflar */
.ortala {margin: 0px auto}
.db {display:block}
.dib {display:inline-block}
.fl {float:left}
.fr {float:right}
.tc {text-align: center}
.tl {text-align:left}
.tr {text-align:right}
.pa {position:absolute}
.pr {position:relative}
.pf {position:fixed}
.temizle {clear:both; }
.radius {border-radius:4px;}
b { font-weight: bold; }
caption, th { text-align:left;}
strong {font-weight: bold;}

/* [2] Katmanlar */
.la {z-index:1}
.lb {z-index:2}
.lc {z-index:3}
.ld {z-index:4}
.le {z-index:5}
.lf {z-index:6}
.lg {z-index:7}
.lh {z-index:8}
.li {z-index:9}
.lj {z-index:10}

body {
	background: #dadfe1;
	font-family:Arial, Helvetica, sans-serif;
}


.vitrin ul li .resim img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.boyut {
	width: 1170px;
}

header {
}

/* top */

header .top {
	width: 100%;
	height: 30px;
	background: #231f20;
}
header .top .topSag { 
	float: right;
	line-height: 30px;
}
header .top .topSag .uye {
	float: left;
}
header .top .topSag .uye a {
	font-size: 12px;
	color: #fff;
	font-family: 'ralewaysemibold';
	margin-left: 20px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .top .topSag .uye a.panel {
	background: url(../images/panel.png) no-repeat left center;
	padding-left: 25px;
}
header .top .topSag .uye a.cikis {
	background: url(../images/cikis.png) no-repeat left center;
	padding-left: 25px;
}
header .top .topSag .uye a:hover {
	color: #ccc;
}

header .top .topSag .sosyal {
	float: left;
	margin-left: 20px;
}
header .top .topSag .sosyal ul {
	margin-left: -5px;
	float: left;
}
header .top .topSag .sosyal ul li {
	float: left;
	margin-left: 5px;
}
header .top .topSag .sosyal ul li a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 5px;
}
header .top .topSag .sosyal ul li.facebook a {
	background-image:url(../images/sosyalSprite.png);
	background-color: #2158b4;
	background-position: 0 0;
}
header .top .topSag .sosyal ul li.facebook a:hover {
	background-color: #123b99;
}
header .top .topSag .sosyal ul li.twitter a {
	background-image:url(../images/sosyalSprite.png);
	background-color: #00aeff;
	background-position: 0 -20px;
}
header .top .topSag .sosyal ul li.twitter a:hover {
	background-color: #0092ff;
}
header .top .topSag .sosyal ul li.google a {
	background-image:url(../images/sosyalSprite.png);
	background-color: #d17446;
	background-position: 0 -40px;
}
header .top .topSag .sosyal ul li.google a:hover {
	background-color: #be542c;
}
header .top .topSag .sosyal ul li.instagram a {
	background-image:url(../images/sosyalSprite.png);
	background-color: #975b15;
	background-position: 0 -60px;
}
header .top .topSag .sosyal ul li.instagram a:hover {
	background-color: #783d0b;
}
header .top .topSag .sosyal ul li.linkedin a {
	background-image:url(../images/sosyalSprite.png);
	background-color: #57b6ca;
	background-position: 0 -82px;
}
header .top .topSag .sosyal ul li.linkedin a:hover {
	background-color: #259eb8;
}

/* menuContent */
header .menuContent {
	width: 100%;
	height: 100px;
	background: #fff url(../images/menuBg.png) repeat top center;
	position: relative;
	z-index: 99991;
}
header .menuContent .logo {
	background: url(../images/logo.png) no-repeat;
	width: 220px;
	height: 140px;
	float: left;
	top: -40px;
	position: absolute;
	z-index: 9999;
}
header .menuContent .logo a {
	display: block;
	height: 140px;
	text-indent: -9999px;
}

header .menuContent .menu {
	float: right;
	line-height: 100px;
	margin-right: -20px;
}
header .menuContent .menu > ul {
}
header .menuContent .menu > ul > li {
	float: left;
	position: relative;
}
header .menuContent .menu > ul > li > a {
	font-size: 16px;
	color: #343434;
	font-family: 'ralewaysemibold';
	padding: 0 20px;
	background: url(../images/menuCizgi.png) no-repeat right center;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .menuContent .menu > ul > li > a:hover {
	background: #ed1c24 url(../images/menuCizgi2.png) no-repeat right center;
	color: #fff;
}
header .menuContent .menu > ul > li > a.secili {
	background: #ed1c24 url(../images/menuCizgi2.png) no-repeat right center;
	color: #fff;
}
header .menuContent .menu > ul > li > a.secildi {
	background: #ed1c24 url(../images/menuCizgi2.png) no-repeat right center !important;
	color: #fff;
}
header .menuContent .menu > ul > li:last-child > a {
	background: none;
}
header .menuContent .menu > ul > li:last-child > a:hover {
	background: #ed1c24;
	padding-right: 20px;
}

.perde {
	background: rgba(35,31,32,.6);
	left: 0;
	transition: .1s;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
}

.subMenu {
	width: 300px;
	background: #fff url(../images/menuBg.png) repeat;
	position: absolute;
	z-index: 101;
	top: 100px;
	display: none;
}
.subMenu li {
	line-height: normal;
	border-bottom: 1px solid #eee;
}
.subMenu li:last-child {
	border-bottom: none;
}
.subMenu li a {
	display: block;
	padding: 14px 20px;
	color: #666;
	font-size: 14px;
	line-height: normal;
	font-family: 'ralewaysemibold';
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.subMenu li a:hover {
  background: #231f20;
  color: #fff;
}

/* slider */
.slideshow {
	position:relative;
	width:100%;
	overflow:hidden;
}

.slideshow .slides {
	margin:0;
	padding:0;
	list-style:none;
}
.slideshow .slides li {
	position:relative;
	display:none;
}
.slideshow img {
	display:block;
	margin:0 auto;
	width:auto;
	height: 420px;
}
.slideshow .box {
    position: absolute;
    top: 80px;
    width: 420px;
    right: 0;
    height: 100px;
    z-index: 101;
    text-align: right;
}
.slideshow .box h2 {
	margin:0;
	font-size: 48px;
	line-height: 56px;
    font-family: 'ralewaymedium';
	padding-left: 40px;
	color: #fff;
}
.slideshow .box a {
    font-family: 'ralewaysemibold';
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    background: #ed1c24;
    display: inline-block;
    margin-top: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slideshow .box a:hover {
	background: #232323;
}

.sliderOklar {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 88;
}

@-moz-document url-prefix() { 
  .sliderOklar {
     width: 1171px;
	 margin-left: -586px;
  }
}
/* end slider */

/* main */
.main {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.main .sol {
	float: left;
	width: 300px;
}

/* kategori */
.main .sol .kategori {
	float: left;
	width: 100%;
	background: #6c7a89;
}
.main .sol .kategori h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #232323;
	color: #fff;
	font-size: 16px;
    font-family: 'ralewaysemibold';
}
.main .sol .kategori ul {
	padding: 30px;
	display: inline-block;
}
.main .sol .kategori ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.main .sol .kategori ul li:last-child {
	margin-bottom: 0;
}
.main .sol .kategori ul li a {
	font-size: 14px;
	color: #fff;
    font-family: 'ralewaymedium';
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 100%;
	min-height: 100%;
}
.main .sol .kategori ul li a:hover {
	color: #ccc;
}

/* haberler */
.main .sol .haberler {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
}
.main .sol .haberler > h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #232323;
	color: #fff;
	font-size: 16px;
    font-family: 'ralewaysemibold';
}
.main .sol .haberler ul {
	padding: 30px;
}
.main .sol .haberler ul li { 
	background:url(../images/kirmizi-ok.png) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 16px;
}
.main .sol .haberler ul li span.tarih {
	font-size: 12px;
	color: #909090;
    font-family: 'ralewayregular';
	padding-bottom: 3px;
	display: block;
}
.main .sol .haberler ul li h1 {
	font-size: 14px;
	color: #909090;
    font-family: 'ralewayregular';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.main .sol .haberler ul li h1:hover { 
	color: #000; 
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}	
.main .sol .haberler ul li a { 
	display: block;
}
.main .sol .haberler .tumu {
	height: 50px;
	line-height: 50px;
	background: #ed1c24;
	width: 100%;
	margin-top: 10px;
}

.main .sol .haberler .tumu a {
	font-size: 14px;
	color: #fff;
    font-family: 'ralewaymedium';
	text-align:center;
	display: block;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.main .sol .haberler .tumu:hover,
.main .sol .haberler.tumu a:hover {
	background: #232323;
	color: #fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}

/* uyeGirisi */
.main .sol .uyeGirisi {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
}
.main .sol .uyeGirisi > h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #232323;
	color: #fff;
	font-size: 16px;
    font-family: 'ralewaysemibold';
}
.main .sol .uyeGirisi .giris { float:left; padding: 30px; width: 100%; }
.main .sol .uyeGirisi .giris p { font-size: 14px;  color: #6a7276; padding-bottom: 10px;}
.main .sol .uyeGirisi .giris p.kisa { font-size: 12px;  color: #ced1d5; font-family: 'gssorumediummedium'; margin-bottom: 8px; line-height: 18px; }
.main .sol .uyeGirisi .giris p a { font-size: 14px; color: #6a7276; }
.main .sol .uyeGirisi .giris p a:hover { color: #403e3e; } 
.main .sol .uyeGirisi .giris div {
	float: left;
	width: 100%;
	position: relative;
}
.main .sol .uyeGirisi .giris input[type=text], .main .sol .uyeGirisi .giris input[type=password] {
	border: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	margin-bottom: 10px;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
    font-family: 'ralewaymedium';
	-webkit-appearance: none;
}
.main .sol .uyeGirisi .giris input[type="text"]:disabled {
	background-color: #f8f8f8;
	color: #bebebe;
	-webkit-appearance: none;
}
.main .sol .uyeGirisi .giris select {
	border: 1px solid #ced1d5;
	height: 50px;
	line-height: 50px;
	text-indent: 12px;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #919dac;
	margin-bottom: 10px;
	outline: none;
    font-family: 'ralewaymedium';
}
.main .sol .uyeGirisi .giris textarea {
	border: 1px solid #efefef;
	height: 100px;
	line-height: 20px;
	padding: 15px;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	outline: none;
	resize: none;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	overflow: hidden;
    font-family: 'ralewaymedium';
}
.main .sol .uyeGirisi .giris label.error {
	background: #ee403f;
	clear: both;
	height: 28px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 8px;
    font-family: 'ralewaymedium';
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.main .sol .uyeGirisi .giris input::-webkit-input-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.main .sol .uyeGirisi .giris input:-moz-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.main .sol .uyeGirisi .giris input::-moz-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.main .sol .uyeGirisi .giris input:-ms-input-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.main .sol .uyeGirisi .giris input:focus{border-color:#ed1c24}

.main .sol .uyeGirisi .giris a.share {
	float: left;
	margin-top: 14px;
	margin-right: 4px;
}

.main .sol .uyeGirisi .giris .send-email input[type=submit] {
	height: 50px;
}

.main .sol .uyeGirisi .giris .send-email input {
	float: left;
}

.main .sol .uyeGirisi .giris .buton.action:hover {
	background-color: #232323;
	color: #fff;
	-webkit-appearance: none;
}

.main .sol .uyeGirisi .giris .buton.action {
	background-color: #ed1c24;
	-webkit-appearance: none;
}

.main .sol .uyeGirisi .giris .buton {
	background-color: #ed1c24;
	-webkit-appearance: none;
	border: none;
	height: 50px;
	font-weight: 600;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	margin-top: 0px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size:14px;
	text-align: center;
    font-family: 'ralewaymedium';
}

.uyeAlt {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.uyeAlt a {
	font-size: 14px;
	color: #666;
    font-family: 'ralewaymedium';
    display: block;
    width: 100%;
    height: 16px;
    margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.uyeAlt a:hover {
	color: #232323;
}
.uyeAlt a.unuttum {
	background: url(../images/unuttum.png) no-repeat left center;
	padding-left: 25px;
}
.uyeAlt a.yeniuye {
	background: url(../images/yeniuye.png) no-repeat left center;
	padding-left: 25px;
	margin-bottom: 0;
}

/* linkler */
.main .sol .linkler {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
}
.main .sol .linkler > h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #232323;
	color: #fff;
	font-size: 16px;
    font-family: 'ralewaysemibold';
}
.main .sol .linkler ul {
	padding: 30px;
	display: inline-block;
}
.main .sol .linkler ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.main .sol .linkler ul li a {
	font-size: 14px;
	color: #909090;
	display: block;
	background: url(../images/nokta.png) no-repeat left center;
	padding-left: 20px;
    font-family: 'ralewayregular';
}

/* sag */
.main .sag {
	float: left;
	width: 840px;
	margin-left: 30px;
}

/* baslik */
.anaBaslik {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #232323;
	margin-bottom: 30px;
}
.anaBaslik h1 {
    padding-left: 30px;
    background: #232323;
    color: #fff;
    font-size: 16px;
    font-family: 'ralewaysemibold';
    float: left;
}

.listeSecenek {
	float: right;
}
.listeSecenek a {
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #6c7a89;
	background-position: center;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.listeSecenek a:hover {
	background-color: #434343;
}
.listeSecenek .bir {
	background-image: url(../images/list1.png);
	background-repeat: no-repeat;
}
.listeSecenek .iki {
	margin-left: 1px;
	background-image: url(../images/list2.png);
	background-repeat: no-repeat;
}
.listeSecenek .aktif {
	background-color: #ed1c24;
}

.listeSecenek.icerikSecenek a {
	width: 40px;
	height: 40px;
}
}

/* vitrin */
.vitrin {
	float: left;
	width: 100%;
}

.vitrin ul {
	margin-left: -30px;
}

.vitrin.vitrinicerik {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.vitrin.vitrinicerik li {
	width: 250px;
    height: 430px;
	border: 1px solid #e1e1e1;
}
.vitrin.vitrinicerik ul li .resim {
	width: 190px;
	height: 150px;
	
}
.vitrin.vitrinicerik ul li .detay h1 {
	min-height: 81px;
}

.vitriniki.vitrinicerik li {
	width: 100%;
    height: 210px;
	border: 1px solid #e1e1e1;
}
.vitriniki.vitrinicerik ul li .detay {
    width: 528px;
}
.vitriniki.vitrinicerik ul li .detay  p {
    padding-bottom: 2px !important;
}
.vitriniki.vitrinicerik ul li .detay h1 {
	min-height: inherit;
}

.vitrin ul li {
	float: left;
	width: 260px;
	height: 410px;
	background-color: #fff;
	margin-left: 30px;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.vitrin ul li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.vitrin ul li a {
	display: block;
	width: 100%;
	min-height: 100%;
}
.vitrin ul li .resim {
	width: 200px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border: 2px solid #ed1c24;
}
.vitrin ul li .detay {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.vitrin ul li .detay h1 {
	color: #666;
    font-family: 'ralewaysemibold';
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 15px;
}
.vitrin ul li .detay p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
    font-family: 'ralewaysemibold';
}
.vitrin ul li .detay p span {
    font-family: 'ralewaybold';
    color: #232323;
}
.vitrin ul li a .yeni {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 11px;
	color: #fff;
    font-family: 'ralewaysemibold';
    line-height: 34px;
    background: #ed1c24;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
}
.vitrin ul li .resim .durumu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	font-size: 12px;
	color: #fff;
    font-family: 'ralewaysemibold';
    line-height: 34px;
    background: rgba(237,28,36,0.8);
    text-align: center;
    text-transform: uppercase;
}

/* vitriniki */
.vitriniki {
	float: left;
	width: 100%;
	overflow: hidden;
}

.vitriniki ul {
	margin-left: 0px;
}
.vitriniki ul li {
	float: left;
	width: 100%;
	height: 230px;
	background-color: #fff;
	margin-left: 0px;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.vitriniki ul li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.vitriniki ul li a {
	display: block;
	width: 100%;
	min-height: 100%;
}
.vitriniki ul li .resim {
	float: left;
	width: 200px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.vitriniki ul li .detay {
	float: left;
	width: 550px;
	margin-top: 0;
	margin-left: 30px;
}
.vitriniki ul li .detay h1 {
    color: #666;
    font-family: 'ralewaysemibold';
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 15px;
    background: #f1f1f1;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vitriniki ul li .detay p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
    font-family: 'ralewaysemibold';
}
.vitriniki ul li .detay p span {
    font-family: 'ralewaybold';
    color: #232323;
    float: left;
    width: 100px;
}
.vitriniki ul li a .yeni {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: inherit;
	top: inherit;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 11px;
	color: #fff;
    font-family: 'ralewaysemibold';
    line-height: 34px;
    background: #ed1c24;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
}
.vitriniki ul li .resim .durumu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	font-size: 12px;
	color: #fff;
    font-family: 'ralewaysemibold';
    line-height: 34px;
    background: rgba(237,28,36,0.8);
    text-align: center;
    text-transform: uppercase;
}


/* adres */
.adres {
	float: left;
	width: 100%;
	background: #ed1c24;
}
.adres div h1 {
	font-size: 16px;
	color: #fff;
	padding:  38px 0;
    font-family: 'ralewaymedium';
    display: block;									
}

/* footer */
footer {
	float: left;
	width: 100%;
	background: #262626;
	padding: 60px 0;
}
footer .footSol {
	float: left;
}
footer .footSol ul {
	margin-left: -120px;
}
footer .footSol ul li {
	float: left;
	margin-left: 120px;
}
footer .footSol ul li h1 {
	font-size: 16px;
    font-family: 'ralewaysemibold';
    color: #fff;
    padding-bottom: 15px;
}
footer .footSol ul li a {
	font-size: 14px;
	color: #808080;
	display: block;
    font-family: 'ralewayregular';
    line-height: 28px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .footSol ul li a:hover {
	color: #fff;
}

footer .footSag {
	float: right;
}
footer .footSag .copy {
	text-align: right;
}
footer .footSag .copy p {
	font-size: 14px;
	color: #808080;
	padding-bottom: 15px;
    font-family: 'ralewaysemibold';
}
footer .footSag .copy p a {
    font-size: 14px;
    color: #808080;
    padding-bottom: 15px;
    font-family: 'ralewaysemibold';
}
footer .footSag .eposta {
	font-size: 14px;
	color: #fff;
    font-family: 'ralewaysemibold';
    background: url(../images/eposta.png) no-repeat left center;
    padding-left: 35px;
    margin-top: 30px;
    float: right;
}

footer .footSag .sosyal {
	float: right;
	width: 100%;
	margin-top: 30px;
    text-align: right;
}
footer .footSag .sosyal a {
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left: 24px;
}
footer .footSag .sosyal a:hover {
	opacity: 1;
}
footer .footSag .sosyal a.fb {
	background-position: 0 center;
	background-image: url(../images/socialSprites.png);
	width: 8px;
}
footer .footSag .sosyal a.tw {
	background-position: -16px center;
	background-image: url(../images/socialSprites.png);
	width: 16px;
}
footer .footSag .sosyal a.li {
	background-position: -40px center;
	background-image: url(../images/socialSprites.png);
	width: 16px;
}
footer .footSag .sosyal a.in {
	background-position: -64px center;
	background-image: url(../images/socialSprites.png);
	width: 17px;
}
footer .footSag .sosyal a.yo {
	background-position: -89px center;
	background-image: url(../images/socialSprites.png);
	width: 17px;
}

/* icerik */
.icerik {
	width: 100%;
	float: left;
	background: #e7e5e5;
}
.icerik .icerikPad {
	padding: 40px;
	display: inline-block;
}
.icerik .icerikMenu {
	width: 300px;
	min-height: 400px;
	background: #6c7a89;
	float: left;
	position: relative;
	margin-bottom: 30px;
	z-index: 0;
    margin-top: 30px;
}
.icerik .icerikMenu > ul {
	padding: 30px;
}
.icerik .icerikMenu > ul > li {
	line-height: normal;
}
.icerik .icerikMenu > ul > li:first-child {
	border-top: none;
}
.icerik .icerikMenu > ul > li:last-child {
	border-bottom: none;
}
.icerik .icerikMenu > ul > li > a {
	display: block;
	padding: 14px 30px;
	color: #fff;
	font-size: 15px;
	line-height: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: url(../images/sagOk.png) no-repeat 10px center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.icerik .icerikMenu > ul > li > a.secili {
	background: #231f20 url(../images/sagOk.png) no-repeat 10px center;
}
.icerik .icerikMenu > ul > li > a:hover {
	background: #231f20 url(../images/sagOk.png) no-repeat 10px center;
	color: #fff;
}
.icerik .icerikMenu > ul > li .altMenu {
	margin-bottom: 20px;
	display: none;
}
.icerik .icerikMenu > ul > li .altMenu li {
	width: 100%;
}
.icerik .icerikMenu > ul > li .altMenu li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icerik .icerikMenu > ul > li .altMenu li a:hover {
	background: #232323;
	color: #fff;
}

/* icerikSayfa */
.icerik .icerikSayfa {
	width: 870px;
	float: right;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
    margin-top: 30px;
	z-index: 10;
	min-height: 480px;
}
.icerik .icerikSayfa .icerikSayfaPad {
	padding: 30px;
}
.icerik .icerikSayfa .icerikSayfaPad .baslik {
	float: left;
	width: 100%;
}
.icerik .icerikSayfa .icerikSayfaPad h1.bslk {
	font-size: 24px;
	text-transform: uppercase;
	color: #232323;
    font-family: 'ralewaysemibold';
	padding-bottom: 30px;
	display: inline-block;
}
.icerik .icerikSayfa .icerikSayfaPad p {
	font-size: 14px;
	color: #888;
	line-height: 22px;
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.icerik .icerikSayfa .icerikSayfaPad h2 {
	font-size: 14px;
	color: #231f20;
	line-height: 22px;
	padding-bottom: 10px;
	font-weight: 600;
	padding: 20px 0;
}
.icerik .icerikSayfa .icerikSayfaPad a.cizgili {
	font-size: 14px;
	color: #ed1c24;
	line-height: 22px;
	padding-bottom: 10px;
	text-decoration:underline;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icerik .icerikSayfa .icerikSayfaPad a.cizgili:hover {
	color: #231f20;
}
.icerik .icerikSayfa .icerikSayfaPad p.buyuk {
	font-size: 16px;
	line-height: 24px;
}

/* numara */
.numara {
text-align: center;
padding-bottom: 20px;
margin-top: 50px;
clear: both;
}
.numara ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numara li {
  display: inline;
}
.numara a {
  margin: 1px 2px;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none !important;
  color: #909090 !important;
  font-size: smaller !important;
  border: 2px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.numara a:first-child, .paginate a.first {
  margin-left: 0;
}
.numara a:last-child, .paginate a.last {
  margin-right: 0;
}
.numara a:hover, .paginate a:focus {
  border-color: #ed1c24 !important;
  border-color: #fff;
  background-color: #ed1c24;
  color: #fff !important;
}
.numara a.more:hover, .paginate a.more:focus {
	color: #000 !important;
}
.numara a.more {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
.numara a.active {
  border-color: #ed1c24 !important;
  color: #fff !important;
  background-color: #ed1c24;
}

/* haberler */
nav#haber {
	margin-top: 0px;
}
nav#haber ul li .oval {
	background: url(../images/news_bg.png) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: -75px;
}
nav#haber ul {
	padding-left: 26px;
}
nav#haber ul li {
	position: relative;
	padding-left: 50px;
	border-left: 1px solid #e7ebec;
	padding-bottom: 40px;
}
nav#haber ul li a {
	display: block;
}
nav#haber ul li:last-child { padding-bottom: 0; }
nav#haber ul li h1 {
	padding-bottom: 10px !important;
	padding-top: 12px;
	text-transform:none !important;
	display: inline-block;
	font-size: 16px !important;
	color: #343434;
	line-height: 20px !important;
}
nav#haber ul li span {
	line-height: 18px;
	font-size: 14px;
	color: #ed1c24;
	background: url(../images/detay.png) no-repeat left center;
	padding-left: 14px;
	text-decoration:underline;
}
/* end haberler */

/* haber resim */
#news_images {
  width: 223px;
  padding: 7px 0 0 7px;
  margin: 0 0 20px 30px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  background: url("../images/images-bg.png") no-repeat scroll 0 0 transparent; }

#news_images ul.slides_container li {
  width: 223px;
  height: 152px;
  float: left; }

#news_images ul.slides_container li img {
	border-radius: 0px;
}
#news_images ul.pagination {
  width: 223px;
  height: 10px;
  margin: 10px 0;
  display: block; 
 }

#news_images ul.pagination li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 4px 4px 0;
  float: left;
  background: #fff;
  border: 2px solid #e1e1e1;
 }

#news_images ul.pagination li a {
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: -100px; }

#news_images ul.pagination li.current {
  border: 2px solid #ed1c24;
  background: #ed1c24; }
  
/* iletisim formu */
.iletisim-formu {
	width: 100%;
	background: #fff url(../images/formCizgi.png) repeat-y left;
	position: relative;
}
.iletisim-formu.ikForm {
	background: #fff;
}
.iletisim-formu.ikForm .form {
	width: initial;
}
.iletisim-formu .form {
	position: relative;
	padding:  0 0 0 40px;
	width: initial;
}
.iletisim-formu .form.adres {
	width: initial;
}
.iletisim-formu .form .f {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	position: relative;
}
.iletisim-formu .form .f span {
	font-size: 14px;
	color: #888;
	display: block;
}
.iletisim-formu .form .f input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	outline: none;
	text-indent: 10px;
	margin-top: 10px;
	color: #888;
	font-size: 14px;
	padding: 0;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.05);
}
.iletisim-formu .form .f input::-webkit-input-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input:-moz-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input::-moz-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input:-ms-input-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input:focus, .iletisim-formu .form .f textarea:focus {border-color:#ed1c24}
.iletisim-formu .form .f .guvenlik-kodu {
	position: absolute;
	right: 5px;
	top: 34px;
	width: 70px;
}
.iletisim-formu .form #gonder {
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	display: block;
	border: none;
	background: #fff;;
	outline: none;
	background-color: #ed1c24;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	border-radius: 0px;
	-webkit-appearance: none;
}
.iletisim-formu .form #gonder:hover {
	background: #231f20;
	color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.iletisim-formu .form .f textarea {
	width: 100%;
	height: 60px;
	line-height: 20px;
	border: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	outline: none;
	text-indent: 10px;
	font-size: 14px;
	margin-top: 13px;
	padding: 10px 0 0 0;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.05);
}

.iletisim-formu .form label.error {
	background: #ed1c24;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
	margin-top: 10px;
	display: block;
	position: relative;
}
.iletisim-formu .form label.error:after {
	bottom: 100%;
	left: 4%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(35, 35, 35, 0);
	border-bottom-color: #ed1c24;
	border-width: 4px;
	margin-left: -4px;
}

/* iletisim */
nav#bilgiler { 
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
nav#bilgiler ul { }
nav#bilgiler ul li {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}
nav#bilgiler ul h1 {
	font-size: 18px;
	color: #232323;
	padding-bottom: 20px;
    font-family: 'ralewaybold';
    text-transform: uppercase;
}
nav#bilgiler ul li:last-child {
	padding: 0;
	margin: 0;
}
nav#bilgiler ul li:last-child { border: none }
nav#bilgiler ul li img {
	float:left; 
	margin-right: 20px;
	width: 34px;
}
nav#bilgiler ul li p {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
	line-height: 20px !important;
	padding: 7px 0 0 0 !important;
	margin: 0 !important;
	float: left;
	width: 90%;
}
.haritamap {
	width: 100% !important;
	height: 500px;
}


/* siteForm */
.siteForm { float:left; width: 100%; }
.siteForm div {
	float: left;
	width: 100%;
	position: relative;
}
.siteForm input[type=text], .siteForm input[type=password] {
	border: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	margin-bottom: 10px;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
    font-family: 'ralewaymedium';
	-webkit-appearance: none;
}
.siteForm input[type="text"]:disabled {
	background-color: #f8f8f8;
	color: #bebebe;
	-webkit-appearance: none;
}
.siteForm select {
	border: 1px solid #ced1d5;
	height: 50px;
	line-height: 50px;
	text-indent: 12px;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #919dac;
	margin-bottom: 10px;
	outline: none;
    font-family: 'ralewaymedium';
}
.siteForm textarea {
	border: 1px solid #efefef;
	height: 100px;
	line-height: 20px;
	padding: 15px;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	outline: none;
	resize: none;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.05);
	margin-bottom: 20px;
	overflow: hidden;
    font-family: 'ralewaymedium';
}
.siteForm label.error {
	background: #ee403f;
	clear: both;
	height: 28px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 8px;
    font-family: 'ralewaymedium';
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.siteForm input::-webkit-input-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.siteForm input:-moz-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.siteForm input::-moz-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.siteForm input:-ms-input-placeholder{ color: #999; font-family: 'ralewaymedium'; position:relative}
.siteForm input:focus{border-color:#ed1c24}

.siteForm .buton.action:hover {
	background-color: #232323;
	color: #fff;
	-webkit-appearance: none;
}

.siteForm .buton.action {
	background-color: #ed1c24;
	-webkit-appearance: none;
}

.siteForm .buton {
	background-color: #ed1c24;
	-webkit-appearance: none;
	border: none;
	height: 50px;
	font-weight: 600;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	margin-top: 0px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size:14px;
	text-align: center;
    font-family: 'ralewaymedium';
}

/* sayac */
.sayac {
	width: 100%;
	clear: both;
	margin: 30px 0;
	float:left;
	text-align: center;	
}
.sayac .sayac-rakam {
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient(
	 linear,
	 left bottom,
	 left top,
	 color-stop(0.5, #3A3A3A),
	 color-stop(0.5, #444444)
	 );
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 20px;
	text-align: center;
	font-size: 22px;
	color: #fff;
font-family: 'ralewaysemibold';
	display: inline-block;
	border-radius: 4px;
}
.sayac .sayac-yazi {
	display: inline-block;
	font-size: 12px;
	color: #808080;
	margin-left: 10px;
}

/* baslik */
.baslikk {
width: 100%;
margin: 30px 0 30px 0;
float: left;
display: block;
position: relative;
}
.baslikk h1 {
font-size: 18px !important;
color: #565656 !important;
font-family: 'ralewaysemibold';
background: #fff;
float: left;
text-transform:uppercase;
}

/* uyariSayfa */
.uyariSayfa {
  width: 100%;
  float: left;
  text-align: center; 
}
.uyariSayfa .uyari {
  padding: 80px 0;
}
.uyariSayfa .uyari h1 {
  font: 900 150px/1 'Source Sans Pro', Arial, sans-serif; 
  text-transform: uppercase; 
  color: #FCFCFC; 
  text-align: center; 
  letter-spacing: -3px;
  padding-bottom: 30px; 
    width: 100%;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15)
}
.uyariSayfa .uyari p {
  font-size: 14px;
  color: #888;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  padding-bottom: 10px;
}
.uyariSayfa .uyari a {
  height: 50px;
  line-height: 50px;
  background: #ed1c24;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uyariSayfa .uyari a:hover {
  background: #232323;
  color: #fff;
}



.resimUzeri {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #6c7a89;
    color: #fff;
    z-index: 99;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    margin-top: 10px;
		border-radius: 3px;
}

/* istatistik */
.main .istatistik {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
        margin-bottom: 30px;
        display: none;
}
.main .istatistik > h1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #232323;
	color: #fff;
	font-size: 16px;
    font-family: 'ralewaysemibold';
}
.main .istatistik ul {
	padding: 30px;
	display: inline-block;
}
.main .istatistik ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.main .istatistik ul li a {
	font-size: 14px;
	color: #909090;
	display: block;
	background: url(../images/nokta.png) no-repeat left center;
	padding-left: 20px;
    font-family: 'ralewayregular';
}
