
/* portfoyNo */
.portfoyNo {
	margin: 30px;
}
.portfoyNo div {
	float: left;
	width: 54%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.portfoyNo div:last-child {
	margin-right: 0;
	width: 36%;
}
.portfoyNo div.listele {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.portfoyNo input[type=text], .portfoyNo input[type=password] {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	outline: none;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #f2f2f2;
	position: relative;
}
.portfoyNo label.error {
	background: #ee403f url(../images/kapat2.png) no-repeat center center;
	clear: both;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -10px;
	text-indent: -9999px;
	-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;
	z-index: 99;
}
[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;
}

.portfoyNo input::-webkit-input-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.portfoyNo input:-moz-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.portfoyNo input::-moz-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.portfoyNo input:-ms-input-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.portfoyNo input:focus{border-color:#24a4f6}

.portfoyNo .buton.action:hover {
	background-color: #1578c5;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-appearance: none;
}

.portfoyNo .buton.action {
	background-color: #ff0000;
	-webkit-appearance: none;
}

.portfoyNo .buton {
	background-color: #ff0000;
	-webkit-appearance: none;
	width: 100%;
	border: none;
	height: 50px;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	font-size:15px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



/* [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: #eff4f6 url(../images/bg.jpg) no-repeat top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.boyut {
	width: 1170px;
}

header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
}

/* Top */
.top { width: 100%; height: 50px; background: #363636; }

/* topSol */
.top .topSol { float:left; }
.top .topSol ul { float:left; margin-left: -30px; }
.top .topSol ul li { float:left; margin-left: 30px; }
.top .topSol ul li a { font-size: 12px; display: block; color: #fff; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height: 50px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.top .topSol ul li a.tv { background:url(../images/tv.png) no-repeat right 14px; padding-right: 28px; display:block; }
.top .topSol ul li a.beniArayin { background:url(../images/beniara.png) no-repeat right 16px; padding-right: 28px; display:block; }
.top .topSol ul li a:hover { color: #0eaaff }

/* topSag */
.top .topSag { float:right; }
.top .topSag ul { float:left; margin-left: -30px; }
.top .topSag ul li { float:left; margin-left: 30px; }
.top .topSag ul li a { font-size: 13px; display: block; color: #fff; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height: 50px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.top .topSag ul li a.uye-ol { background:url(../images/uye-ol.png) no-repeat left center; padding-left: 25px; }

.top .topSag ul li.sifremi-unuttum { display: block; }
.top .topSag ul li a.sifremi-unuttum { background:url(../images/sifremi-unuttum.png) no-repeat left center; padding-left: 25px; }
.top .topSag ul li a:hover { color: #0eaaff }

.top .topSag ul li.uye-girisi { display: none }
.top .topSag ul li a.uye-girisi { background:url(../images/sifremi-unuttum.png) no-repeat left center; padding-left: 25px; }

/* siziArayalim */
.siziArayalim {
	width: 100%;
	height: 100px;
	background: #aaa;
	display: none;
}
.siziArayalim .siziArayalimForm {
	position: relative;
}
.siziArayalimKapat {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background:url(../images/kapat3.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
/* siziArayalimForm */
.siziArayalim .siziArayalimForm #siziArayalimForm {
	line-height: 100px;
}
.siziArayalim .siziArayalimForm #siziArayalimForm div {
	float: left;
	width: 28%;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
}
.siziArayalim .siziArayalimForm #siziArayalimForm input[type=text], .siziArayalim .siziArayalimForm #siziArayalimForm input[type=password] {
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	outline: none;
	position: relative;
	z-index: 1;
	background: #fff;
	border: none;
	position: relative;
}
.siziArayalim .siziArayalimForm #siziArayalimForm label.error {
	background: #ee403f url(../images/kapat2.png) no-repeat center center;
	clear: both;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	text-indent: -9999px;
	-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;
	z-index: 99;
}
[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;
}

.siziArayalim .siziArayalimForm #siziArayalimForm input::-webkit-input-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.siziArayalim .siziArayalimForm #siziArayalimForm input:-moz-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.siziArayalim .siziArayalimForm #siziArayalimForm input::-moz-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.siziArayalim .siziArayalimForm #siziArayalimForm input:-ms-input-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.siziArayalim .siziArayalimForm #siziArayalimForm input:focus{border-color:#24a4f6}

.siziArayalim .siziArayalimForm #siziArayalimForm .buton.action:hover {
	background-color: #1578c5;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-appearance: none;
}

.siziArayalim .siziArayalimForm #siziArayalimForm .buton.action {
	background-color: #df4848;
	-webkit-appearance: none;
}

.siziArayalim .siziArayalimForm #siziArayalimForm .buton {
	background-color: #df4848;
	-webkit-appearance: none;
	border: none;
	height: 40px;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	font-size:12px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.anaSol .blog { 
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float:left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}


.anaSol .blog .blogic { 
padding: 30px;
  display: inline-block;
}
.anaSol .blog .blogic ul {

  	}
.anaSol .blog .blogic ul li { 
	background:url(../images/kirmizi-ok.png) no-repeat left 5px;
	padding-left: 20px;
	padding-bottom: 16px;
}
.anaSol .blog .blogic ul li span {
	font-size: 14px;
	color: #565656;
	padding-bottom: 5px;
	display: block;
	line-height: 20px;
}
.anaSol .blog .blogic ul li h1 {
	font-size: 13px;
	color: #888;
	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;
}
.anaSol .blog .blogic 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;
}	
.anaSol .blog .blogic ul li a { 
	display: block;
}
.anaSol .blog .blogic .tumu {
	text-align: center;
	border: 1px solid #f2f2f2;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-top: 10px;
}
.anaSol .blog .blogic .tumu a {
	font-size: 13px;
	color: #fff;
	background: #ff0000;
	text-align:center;
	display: block;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.anaSol .blog .blogic .tumu:hover, .anaSol .blog .blogic .tumu a:hover {
	background: #338CD6;
	color: #fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}

/* slider */

  .banner {
    background-color: #e7e5e5;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    display: table;
    max-height: 924px;
    height: 510px;
    text-align: center;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9;
  }
  .banner section {
    position: relative;
    width: 100%;
    height: 100% !important;
  }
  .banner figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: table;
    height: 100%;
  }
  .banner figure img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    position: fixed;
    left: 0;
    top: 0;
  }
  .rsBullets {
    display: table;
    margin: 0 auto !important;
    padding-top: 10px;
  }
  .rsBullets:before {
    clear: both;
  }
  .rsBullets .rsBullet {
    float: left;
    cursor: pointer;
  }
  .rsBullets .rsBullet span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-right: 5px;
    background-color: #ccc;
  }
  .rsBullets .rsBullet.rsNavSelected span {
    background-color: #222;
  }
  .rsBullets .rsBullet:last-child span {
    margin-right: 0;
  }
  .rsArrow {
    position: absolute;
    z-index: 90;
    /* bottom: 115px; */
    bottom: 130px;
    padding: 0;
    float: left;
    background: url("../images/arrowSprite.png") 0 0;
    width: 30px;
    height: 30px;
  }
  .rsArrow:hover {
    opacity: 0.6;
  }
  .rsArrow.rsArrowLeft {
    left: 100px;
  }
  .rsArrow.rsArrowRight {
    left: 170px;
    background-position: 0 -30px;
  }
  .homeBoxess .rsArrow.rsArrowLeft {
    background-position: -96px -57px;
    right: auto;
    left: -18px;
  }
  .homeBoxess .rsArrow.rsArrowRight {
    background-position: -114px -57px;
    right: -18px;
  }
  .homeBoxess .rsArrow {
    bottom: auto;
    top: 40%;
    width: 18px;
    height: 37px;
  }
  .banner .rsABlock {
    position: relative;
    display: block;
    left: auto;
    top: auto;
  }
  .banner .numbers {
    position: absolute;
    z-index: 50;
    /* bottom: 184px; */
    bottom: 130px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 2px;
    display: none;
  }
  /* banner */

  .banner .txt {
    font-size: 80px;
    color: #fff;
    font-family: 'pf_din_text_comp_promedium';
		top: -50px;
    font-weight: 400;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    z-index: 10;
    position: relative;
    line-height: 100px;
  }
  .banner .button {
    margin-top: 2%;
  }
  .banner .arrow {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    width: 24px;
    height: 24px;
    margin: auto;
    left: 0;
    right: 0;
    background-image: url(../img/down_arrow.png);
    transition: all ease 0.3s;
  }
  .banner .arrow:hover {
    bottom: 25px;
  }
  .banner .arrow a {
    display: block;
    height: 24px;
    text-indent: -9999px;
  }
  .buton {
    width: 100%;
  }
  .buton a {
    background: #d2232a;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    margin-top: 30px;
    cursor: pointer;
    float: none;
    height: 50px;
    line-height: 52px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    font-family: 'Gotham Narrow';
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .buton a:hover {
    background: #fff;
    color: #d2232a;
  }
  .buton a.fikirdep {
    background: #d2232a url(../images/fikir.png) no-repeat left 25px center;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 25px 0 55px;
    margin-top: 30px;
    cursor: pointer;
    float: none;
    height: 50px;
    line-height: 52px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    font-family: 'Gotham Narrow';
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .buton a.fikirdep:hover {
    background: #fff url(../images/fikir2.png) no-repeat left 25px center;
    color: #d2232a;
  }

#main {
	background: #eff4f6;
	width: 100%;
	float: left;
	padding-bottom: 40px;
	z-index: 11;
}

/* altLinkler */
.altLinkler {
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.altLinkler ul {
	padding: 30px;
	display: inline-block;
	margin-top: -15px;
}
.altLinkler ul li {
	float: left;
	margin-top: 15px;
	width: 270px;
	font-size: 12px;
	color: #666;
	display: inline-block;
}
.altLinkler ul li a {
	font-size: 13px;
	color: #888;
	line-height: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin: 0 20px 0 0;
}
.altLinkler ul li a:hover {
	color: #222;
}






/* topAlt */
.topAlt {
	float: left;
	width: 100%;
	height: 100px;
	background: #fff;
}
.topAlt .topAltSol {
	float: left;
}

.topAlt .topAltSol .logoiki {
	background:url(../images/logo2.png) no-repeat center;
	width: 310px;
	height: 100px;
	float: left;
}


.topAlt .topAltSol .logo {
	background:url(../images/logo.png) no-repeat center;
	width: 310px;
	height: 100px;
	float: left;
}
.topAlt .topAltSol .logo a {
	display: block;
	height: 100px;
	text-indent: -9999px;
}
.topAlt .topAltSol .telefon {
	padding-top: 32px;
	padding-left: 50px;
	float: left;
}
.topAlt .topAltSol .telefon p {
	font-size: 13px;
	color: #888;
	padding-bottom: 5px;
}
.topAlt .topAltSol .telefon h1 {
	font-size: 21px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	background:url(../images/phone.png) no-repeat left center;
	padding-left: 30px;
}

.topAlt .topAltSol .telefon h1 span {
	font-size: 15px;
    vertical-align: top;
    padding-right: 5px;
    display: inline-block;
    line-height: 17px;
}


.topAlt .topAltSol .eposta {
	padding-top: 32px;
	padding-left: 50px;
	float: left;
}
.topAlt .topAltSol .eposta p {
	font-size: 13px;
	color: #888;
	padding-bottom: 5px;
}
.topAlt .topAltSol .eposta h1 {
	font-size: 21px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 4px;
	background:url(../images/mail.png) no-repeat left 7px;
	padding-left: 30px;
}

/* uyeGirisYapildi */
.uyeGirisYapildi {
	float: right;
	line-height: 136px;
}
.uyeGirisYapildi ul {
	float: left;
	margin-left: -20px;
}
.uyeGirisYapildi ul li {
	float: left;
	margin-left: 20px;
}
.uyeGirisYapildi ul li a {
	font-size: 14px;
	color: #565656;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uyeGirisYapildi ul li a:hover {
	color: #df4848;
}
.uyeGirisYapildi ul li a.profil {
	background: url(../images/profil.png) no-repeat left center;
	padding-left: 35px;
}
.uyeGirisYapildi ul li a.panel {
	background: url(../images/panel.png) no-repeat left center;
	padding-left: 35px;
}
.uyeGirisYapildi ul li a.cikis {
	background: url(../images/cikis.png) no-repeat left center;
	padding-left: 35px;
}

/* uyeGiris */
.topAlt #girisForm {
	float: right;
	padding-top: 32px;
}
.topAlt #girisForm div {
	float: left;
	width: 120px;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
}
.topAlt #girisForm input[type=text], .topAlt #girisForm input[type=password] {
	border: 1px solid #eee;
	height: 36px;
	line-height: 36px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #9d9d9d;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
}
.topAlt #girisForm label.error {
	background: #ee403f url(../images/kapat2.png) no-repeat center center;
	clear: both;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	-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;
}

.topAlt #girisForm input::-webkit-input-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.topAlt #girisForm input:-moz-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.topAlt #girisForm input::-moz-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.topAlt #girisForm input:-ms-input-placeholder{ color: #999; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.topAlt #girisForm input:focus{border-color:#24a4f6}

.topAlt #girisForm .buton.action:hover {
	background-color: #1578c5;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-appearance: none;
}

.topAlt #girisForm .buton.action {
	background-color: #ff0000;
	-webkit-appearance: none;
}

.topAlt #girisForm .buton {
	background-color: #ff0000;
	-webkit-appearance: none;
	border: none;
	height: 36px;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	margin-top: 0px;
	width: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	font-size:12px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* menu */
.menu {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0px 8px 10px -5px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 8px 10px -5px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px -5px rgba(0,0,0,.2);
	position: relative;
	z-index: 99;
}
.menu ul {
	margin-left: -40px;
    margin-right: -60px;
}
.menu ul li {
	float: left;
	border-right: 1px solid #f2f2f2;
}
.menu ul li:last-child {
	border: none;
}
.menu ul li a {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	display: block;
	padding: 0 42px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu ul li a:hover {
	background: #df4848;
	color: #fff;
}
.menu ul li a.secili {
	background: #df4848;
	color: #fff;
}

/* detayliArama */
.detayliArama {
  position: absolute;
  bottom: -270px;
  width: 100%;
  height: 380px;
  background: #fff;
  box-shadow: 0px 0px 15px 2px rgba(0,0,0,.2);
  z-index: 10;
}

.aramaMenu {
	height: 110px;
	line-height: 110px;
}
.aramaMenu li {
	float: left;
	height: 110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	line-height: normal;
}
.aramaMenu li.secili {
	border-bottom: 0;
}
.aramaMenu li.secili:hover {
	background: none;
}
.aramaMenu li.secili:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ffb400;
}
.aramaMenu li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #f2f2f2;
}
.aramaMenu li:hover {
	background: #f9f9f9;
}
.aramaMenu li a {
	display: block;
	width: 100%;
	min-height: 100%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aramaMenu li .ikon {
	width: 60px;
	height: 110px;
	display: inline-block;
}
.aramaMenu li .ikon.harita {
	background:url(../images/ikon1.png) no-repeat center;
	background-size: 60px;
}
.aramaMenu li .ikon.konut {
	background:url(../images/ikon2.png) no-repeat center;
	background-size: 60px;
}
.aramaMenu li .ikon.isyeri {
	background:url(../images/ikon3.png) no-repeat center;
	background-size: 60px;
}
.aramaMenu li .ikon.arsa {
	background:url(../images/ikon4.png) no-repeat center;
	background-size: 60px;
}
.aramaMenu li .baslik {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_prolight';
	display: inline-block;
	line-height: 110px;
	padding-left: 30px;
	font-weight: bold;
	vertical-align: top;
}

/* aramaDetay */
.aramaDetay {
	width: 100%;
	float: left;
}
.aramaDetay .aramaDetayPad {
	padding: 40px;
}

/* siziArayalim */
.siziArayalim {
	width: 100%;
	height: 100px;
	background: #aaa;
	display: none;
}
.siziArayalim .siziArayalimForm {
	position: relative;
}
.siziArayalimKapat {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background:url(../images/kapat3.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.isyeriAramaForm, .konutAramaForm, .arsaAramaForm {
	display: none;
}

/* araForm */
.araForm {
	margin-right: -20px;
}
.araForm div {
	float: left;
	width: 31.4%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.araForm div.listele {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.araForm input[type=text], .araForm input[type=password] {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
	border: 1px solid #f2f2f2;
	position: relative;
}
.araForm select {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
	border: 1px solid #f2f2f2;
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: transparent url(../images/selectOk.png)	 no-repeat right center;
	border-radius: 0;
}
.araForm label.error {
	background: #ee403f url(../images/kapat2.png) no-repeat center center;
	clear: both;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -10px;
	text-indent: -9999px;
	-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;
	z-index: 99;
}
[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;
}

.araForm input::-webkit-input-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.araForm input:-moz-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.araForm input::-moz-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.araForm input:-ms-input-placeholder{ color: #888; position:relative; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.araForm input:focus{border-color:#24a4f6}

.araForm .buton.action:hover {
	background-color: #1578c5;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-appearance: none;
}

.araForm .buton.action {
	background-color: #ff0000;
	-webkit-appearance: none;
}

.araForm .buton {
	background-color: #ff0000;
	-webkit-appearance: none;
	width: 100%;
	border: none;
	height: 50px;
	color: white;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	outline: none;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	font-size:15px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* vitrin */
.vitrin {
	margin-top: 40px;
}
.vitrin ul {
	margin-left: -30px;
	margin-top: -30px;
}
.vitrin ul li {
	float: left;
	width: 260px;
	height: 406px;
	background: #fff;
	margin: 30px 0 0 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.vitrin ul li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.vitrin ul li .ilanResim {
	width: 260px;
}
.vitrin ul li .ilanResim img {
	width: 100%;
	height: 180px;
}
.vitrin ul li .ilanAciklama {
}
.vitrin ul li .ilanAciklama .ilanAciklamaPad {
	padding: 30px;
}
.vitrin ul li .ilanAciklama .ilanAciklamaPad .durum {
}
.vitrin ul li .ilanAciklama .ilanAciklamaPad .durum h1 {
	font-size: 15px;
	color: #565656;
	padding-bottom: 10px;
}
.vitrin ul li .ilanAciklama .ilanAciklamaPad .durum p {
	font-size: 14px;
	color: #24a4f6;
	background:url(../images/pin.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
}
.vitrin ul li .ilanAciklama .ilanAciklamaPad .aciklama {
	margin-top: 20px;
	font-size: 13px;
	color: #888;
	line-height: 20px;
}
.vitrin ul li .ilanFiyat {
	width: 100%;
	border-top: 2px dashed #eff4f6;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.vitrin ul li .ilanFiyat:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #eff4f6;
	left: -10px;
	top: -10px;
	box-shadow: inset -5px 0px 10px -4px rgba(0,0,0,0.06);
}
.vitrin ul li .ilanFiyat:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #eff4f6;
	right: -10px;
	top: -10px;
	box-shadow: inset 5px 0px 10px -4px rgba(0,0,0,0.06);
}
.vitrin ul li .ilanFiyat h1 {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
}

/* footer */
footer {
	float:left;
	background: #fff;
	width: 100%;
	max-width: 100%;
	position: relative;
	border-bottom: 10px solid #363636;
	z-index: 11;
	margin-top: 50px;
}

footer .foot {
	float:left;
	width: 100%;
	max-width: 100%;
	height: 200px;
	background: #fff;
	padding-top: 40px;
	position: relative;
	margin-bottom: 10px;
}

footer .foot .foot-sol {
	float:left;
}
footer .foot .foot-sol nav#basliklar {
	margin-left: -60px;
	float:left;
}
footer .foot .foot-sol nav#basliklar ul {
	margin-left: 60px;
	float:left;
}
footer .foot .foot-sol nav#basliklar ul h1 {
	font-size: 22px;
	color: #df4848;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 15px;
	text-transform: uppercase;
}
footer .foot .foot-sol nav#basliklar ul li {
}
footer .foot .foot-sol nav#basliklar ul li a {
	font-size: 13px;
	color: #888;
	line-height: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .foot .foot-sol nav#basliklar ul li a:hover {
	color: #24a4f6;
}


footer .foot .foot-sag {
	float:right;
}
footer .foot .foot-sag .foot-telefon {
	float: right;
}
footer .foot .foot-sag .foot-telefon .telefon-resim {
	float:left;
	margin-right: 20px;
}
footer .foot .foot-sag .foot-telefon .telefon-numara {
	float:left;
	margin-top: 0px;
}
footer .foot .foot-sag .foot-telefon .telefon-numara h1 {
	font-size: 18px;
	color: #df4848;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 3px;
}
footer .foot .foot-sag .foot-telefon .telefon-numara h2 {
	font-size: 37px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
}

footer .foot .foot-sag .foot-telefon .telefon-numara h2 span {
    font-size: 20px;
    vertical-align: top;
    padding-right: 5px;
    display: inline-block;
    line-height: 28px;

}


footer .foot .foot-sag .foot-adres {
	float:right;
	margin-top: 20px;
}
footer .foot .foot-sag .foot-adres p {
	font-size: 12px;
	color: #565656;
}

footer .foot .foot-sag nav#foot-sosyal {
	margin-top: 20px;
	float: right;
}
footer .foot .foot-sag nav#foot-sosyal ul {
	float: left;
	margin-left: -4px;
}
footer .foot .foot-sag nav#foot-sosyal ul li {
	background:url(../images/social-sprite.png) no-repeat;
	width: 30px;
	height: 30px;
	float:left;
	margin-left: 4px;
}
footer .foot .foot-sag nav#foot-sosyal ul li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}
footer .foot .foot-sag nav#foot-sosyal ul li.fb {
	 background-position: 0 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.fb:hover {
	 background-position: 0 -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.tw {
	 background-position: -30px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.tw:hover {
	 background-position: -30px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.in {
	 background-position: -60px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.in:hover {
	 background-position: -60px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.gp {
	 background-position: -90px 0;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
footer .foot .foot-sag nav#foot-sosyal ul li.gp:hover {
	 background-position: -90px -30px;
	 transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#iq {
background: url(../images/iq.png) no-repeat;
width: 19px;
height: 74px;
position: fixed;
right: 0;
margin: 2;
bottom: 0;
text-indent: -99999px;
margin-right: 10px;
margin-bottom: 50px;
z-index: 999;
}

#iq  a { display: block; height: 74px; }

/* icerik */
.icerik {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.icerik .icerikSol {
	width: 330px;
	float: left;
}
.icerik .icerikSol .solMenu {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
	margin-bottom: 40px;
}
.icerik .icerikSol .solMenu ul {
	padding: 30px;
}
.icerik .icerikSol .solMenu ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.icerik .icerikSol .solMenu ul li:last-child {
	border: none;
}
.icerik .icerikSol .solMenu ul li a {
	font-size: 14px;
	color: #888;
	display: block;
	padding: 20px 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-left: 20px;
}
.icerik .icerikSol .solMenu ul li a:hover {
	background: #363636;
	color: #fff;
}
.icerik .icerikSol .solMenu ul li a.secili {
	background: #363636;
	color: #fff;
}

/* hizliArama */
.hizli {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float: left;
	  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.hizli .arama {
padding: 30px;
display: inline-block;
}

.hizli.teklif {
padding: 30px;
box-sizing: border-box;
}
.hizli.teklif .arama {
padding: 0;
display: inline-block;
width: 100%;
}

.hizli .arama .form{ float:left; width: 100%; font-size:11px;  }
.hizli .arama .form .c1{ width:90px; height:50px; }
.hizli .arama .form .c2{ width:100%; margin-bottom: 10px; overflow: hidden; position: relative;}
.hizli .arama .form .c3{ width:90px; height:50px; margin-left: 10px; }
.hizli .arama .form .c4{ width: 100%; margin-bottom: 10px;  overflow: hidden; position: relative;}
.hizli .arama .form .c5{ width: 100%; height:50px; border: 1px solid #f1f1f1;  margin-bottom: 10px;}
.hizli .arama .form .c6{ width: 100%; border: 1px solid #f1f1f1;  margin-bottom: 10px;}
.hizli .arama .form .c6 .wf { width: 100%; float:left; }
.hizli .arama .form label{ display:block; margin-bottom:3px; font-weight:bold;}
.hizli .arama .form span{ display:block; margin-bottom:6px; font-weight:bold;}
.hizli .arama .btn-row { float: left; margin-top: 5px; width: 100%; }
.hizli .arama .btn-row a.lnkSearch { color: #000; font-size: 10px;  }
.hizli .arama .btn-row a.lnkSearch:hover {opacity: 0.7 }

.fiyat1 { width: 127px !important;margin-right:8px; }
@-moz-document url-prefix() {
    .fiyat1 { width: 84px !important;margin-right:8px; }
}
@-moz-document url-prefix() {
    .fiyat2 { width: 85px !important;}
}
.fiyat2 { width: 127px !important;}

form#hizliara input[type=text] {
	width: 100%;
font-size: 14px;
color: #7e869e;
height: 50px;
line-height: 50px;
text-indent: 15px;
border: 1px solid #f2f2f2;
background: none;
outline:none;
box-sizing: content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}

form#hizliara select {
	width: 100% !important;
font-size: 14px;
color: #888;
line-height: 50px;
height: 50px;
border: 1px solid #f2f2f2;
background: transparent url(../images/selectOk.png)	no-repeat right center;
text-indent: 15px;
outline:none;
box-sizing: content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-appearance: none;
text-overflow: '';
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input:-moz-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input::-moz-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}

@-moz-document url-prefix() {
    form#hizliara select {
		height: 24px;
        padding: 7px 0 3px 0;
   }
}
@-moz-document url-prefix() {
form#hizliara select { text-indent: 3px; }
}

.icbtn {
display: inline-block;
width: 100%;
height: 50px;
line-height: 50px;
color: #fff;
background-color: #ff0000;
border: none;
font-size: 14px;
cursor:pointer;
text-align: center;
outline: none;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.icbtn:hover {
background: #1578c5;
}

.sabtn {
display: inline-block;
width: 224px;
height: 40px;
line-height: 40px;
color: #fff;
background-color: #df4848;
border: none;
font-size: 12px;
cursor:pointer;
text-align: center;
outline: none;
}
.sabtn:hover {
background: #e5681f;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}

.icerik .sayfa {
	float: right;
	width: 800px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.icerik .sayfa .sayfaPad {
	padding: 30px;
}
.icerik .sayfa .sayfaPad h1 {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 30px;
}
.icerik .sayfa .sayfaPad h2 {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_prolight';
	padding-bottom: 30px;
	padding-top: 10px;
}
.icerik .sayfa .sayfaPad h3 {
	font-size: 20px;
	color: #565656;
	font-family: 'pf_din_text_comp_prolight';
	padding-bottom: 5px;
	padding-top: 1px;
}
.icerik .sayfa .sayfaPad a.cizgili {
  font-size: 14px;
  color: #df4848;
  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 .sayfa .sayfaPad p {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding-bottom: 20px;
}
.icerik .sayfa .sayfaPad p.buyuk {
	font-size: 15px;
	line-height: 21px;
}

/* 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-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px !important;
	color: #343434;
	line-height: 20px !important;
}
nav#haber ul li span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #df4848;
	background: url(../images/detay.png) no-repeat left center;
	padding-left: 14px;
	text-decoration:underline;
}
/* end haberler */

/* 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: 13px !important;
  border: 1px solid #f2f2f2;
  -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: #df4848 !important;
  border-color: #fff;
  background-color: #df4848;
  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: #df4848 !important;
  color: #fff !important;
  background-color: #df4848;
}

/* 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 #df4848;
  background: #df4848; }

/* iletisim formu */
.iletisim-formu {
	width: 100%;
	background: #fff url(../images/formCizgi.png) repeat-y left;
	float: left;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	  position: relative;
	  margin-bottom: 30px;
}
.iletisim-formu.ikForm {
	background: #fff;
}
.iletisim-formu.ikForm .form {
	width: initial;
}
.iletisim-formu .formResim {
	width: 370px;
	height: 100%;
	position: absolute;
	right: 0;
}
.iletisim-formu .formResim img {
	width: 100%;
	height: 100%;
}
.iletisim-formu .form {
	position: relative;
	padding:  40px;
	width: 290px;
	float: left;
}
.iletisim-formu .form.adres {
	width: initial;
}
.iletisim-formu .form .f {
	margin-bottom: 14px;
	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:#ef1d26}
.iletisim-formu .form .f .guvenlik-kodu {
	position: absolute;
	right: 5px;
	top: 34px;
	width: 70px;
}
.iletisim-formu .form #gonder {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border: none;
	background: #fff;;
	outline: none;
	text-indent: 10px;
	background-color: #df4848;
	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: #363636;
	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: #ef1d26;
	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: #ef1d26;
	border-width: 4px;
	margin-left: -4px;
}

/* iletisim */
nav#bilgiler {
	display: inline-block;
	width: 100%;
}
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 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;
}

/* isBasvuruFormu */
.icerik .sayfa .sayfaPad .Form {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu {
	height: 90px;
	width: 100%;
	margin-bottom:43px;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul {
	width: 100%;

	position: absolute;

	height: 90px;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul li {
	height: 100px;
	width: 143px;
	float: left;
	display:table;
	border-right:1px solid #444;
	background-position:center 20px;
	background-repeat:no-repeat;
	background-color:#363636;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul li:last-child {
	border: none;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 33px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 48px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul .person a.Selected:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul .phone a.Selected:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul .instruction a.Selected:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul .work a.Selected:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormTopMenu ul .refences a.Selected:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: #ff0000;
}

.icerik .sayfa .sayfaPad .Form .FormDetail {
	margin-left: -10px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Valid {
	width: 355px;
	height: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: 100;
	color: #343434;
	font-size: 14px;
	float: left;
	position: relative;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .Valid:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 16px;
	background:url(../images/Validate.png) no-repeat;
	width: 19px;
	height: 19px;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .Valid .ContText {
	width: 355px;
	height: 50px;
	background: transparent;
	line-height: 40px\9;
	text-indent: 20px;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	color: #343434;
	padding: 0;
	border: none;
	outline: none;
	font-size: 13px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Valid .ContText.input-validation-error {
	box-shadow: inset 0px 0px 0px 3px #ef1d26;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .ValidDrp {
	width: 355px;
	height: 50px;
	margin-bottom: 10px;
	font-weight: 100;
	color: #343434;
	font-size: 13px;
	background-image: url(../images/DrpArrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-left: 10px;
	background-color: #f4f4f4;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .ValidDrp span,.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValidDrp span {
	font-size: 13px;
	color: #888;
	height: 50px;
	display: block;
	position: absolute;
	line-height: 40px;
	overflow: hidden;
	text-indent: 20px;
	margin-top: 5px;
	font-weight:100;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ValidDrp select {
	width: 355px;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #343434;
	font-size: 14px;
	text-indent: 20px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaNext {
	height: 50px;
	width: 150px;
	float: right;
	margin-top: 17px;
	margin-bottom:13px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaNext .Next {
	color: #fff;
	float: right;
	background-color: #737574;
	height: 50px;
	width: 150px;
	margin-left: 13px;
	text-align: left;
	text-indent: 21px;
	font-size: 14px;
	cursor: pointer;
	background-image: url(../images/access_icon.png);
	background-repeat: no-repeat;
	background-position: 109px center;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaNext .Next .textnext {
	color: #fff;
	float: left;
	margin-right: 13px;
	text-align: left;
	text-indent: 21px;
	font-size: 14px;
	cursor: pointer;
    font-weight:100;
    margin-top: 18px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaNext:hover .Next {
	background-color: #ff0000;

}
.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValid {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-weight: 100;
	color: #343434;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValid .ContText {
	width: 100%;
	height: 50px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: transparent;
	line-height: 40px\9;
	text-indent: 20px;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	color: #343434;
	border: none;
	outline: none;

}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaBefore {
	height: 50px;
	width: 150px;
	float: left;
	margin-top: 17px;
	margin-bottom:13px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaBefore .Before {
	color: #fff;
	float: left;
	background-color: #737574;
	height: 50px;
	width: 150px;
	text-align: right;
	padding-right:30px;
	font-size: 14px;
	cursor: pointer;
	background-image: url(../images/before_icon.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaBefore .Before .textbefore {
	color: #fff;
	float: right;
	margin-right: 13px;
	text-align: left;
	text-indent: 21px;
	font-size: 14px;
	cursor: pointer;
    font-weight:100;
    margin-top: 18px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonAreaBefore:hover .Before {
	background-color: #ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form h2 {
	margin-bottom: 13px;
	margin-left: 10px;
    font-size: 16px;
    color: #231f20;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight:bold;
	padding: 10px 0;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form span {
	font-size: 14px;
    color: #343434;

    font-weight:bold;
	}

.icerik .sayfa .sayfaPad .Form .FormDetail form .Valid .LevelText {
	width: 300px;
	height: 50px;
	background: transparent;
	line-height: 40px\9;
	text-indent: 20px;
	color: #343434;
	background-color:#f4f4f4;
}

.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValidArea {
	width: 100%;
	margin-bottom: 13px;
	float: left;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValidArea .ContText {
	color: #343434;
	font-size: 13px;
	width: 100%;
	height: 180px !important;
	padding-left: 30px;
	padding-top: 20px;
	background-color:#f4f4f4;
	background-repeat:no-repeat;
	border: none;
	outline: none;
	resize: none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValidDrp {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	font-weight: 100;
	color: #343434;
	font-size: 13px;
	background-image: url(../images/DrpArrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-left: 10px;
	background-color: #f4f4f4;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .BigValidDrp select {
		width: 100%;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #343434;
	font-size: 14px;
	text-indent: 20px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonArea {
	height: 50px;
	width: 150px;
	float: right;
	margin-top: 17px;
	margin-bottom: 13px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonArea .Send {
	color: #fff;
	float: right;
	background-color: #737574;
	height: 50px;
	width: 150px;
	margin-right: 13px;
	text-align: left;
	text-indent: 21px;
	font-size: 14px;
	cursor: pointer;
	background-image: url(../images/access_icon.png);
	background-repeat: no-repeat;
	background-position: 109px center;
	border: none;
	outline: none;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .ButtonArea:hover .Send {
	background-color:#ff0000;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Message {
	clear: both;
	float: left;
	width: 613px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 50px;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #FFF;
	line-height: 50px;
	text-indent: 50px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Message.Success {
	background-color: #ff0000;
	background-image: url(../images/FormSucces.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Message span {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .Message.Error {
	background-color: #737574;
	background-image: url(../images/formEror.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section {
	float: left;
	width: 150px;
	margin-top: 17px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section .RangeBg {
	background: transparent url(../images/slider-bg.jpg) no-repeat;
	border: none;
	height: 50px;
	width: 150px !important;
	position: relative;
	float: left;
	margin-bottom: 10px;
	border-radius: 0px !important;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section .RangeBg #slider-range-max {
	background: transparent;
	border-radius: 0px !important;
	border: none;
	height: 50px;
	width: 120px !important;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section .RangeBg a.ui-slider-handle {
	top: 0 !important;
	background: transparent url(../images/slider-handler.jpg) 0 0 no-repeat  !important;
	border: none !important;
	width: 40px !important;
	height: 50px !important;
	margin: 0 !important;
	outline: none;
	border-radius: 0px !important;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section .RangeBg .FormSecure {
    position: absolute;
margin-top: -30px;
margin-left: 165px;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section > .securi {
	font-size: 14px;
	color: #343434;
	font-style: normal;
	font-weight: 100;
	white-space: nowrap;
    margin-bottom:0px !important;
}
.icerik .sayfa .sayfaPad .Form .FormDetail form .section > .securi2 {
	font-size: 14px;
	color: #343434;
	font-style: normal;
	font-weight: 100;
	white-space: nowrap;
      margin-bottom:0px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input:-moz-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input::-moz-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}

/* kayit */
.siteForm {
	width:100%;
}
.siteForm .siteForm-detay { }
.siteForm .siteForm-detay p { font-size: 14px; color: #6a7276; padding-bottom: 10px;}
.siteForm .siteForm-detay p a { font-size: 14px; color: #6a7276; }
.siteForm .siteForm-detay p a:hover { color: #403e3e; }
.siteForm .siteForm-detay div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.siteForm .siteForm-detay input[type=text], .siteForm .siteForm-detay input[type=password] {
	border: 1px solid #f2f2f2;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	margin-bottom: 10px;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
}
.siteForm .siteForm-detay select {
	border: 1px solid #f2f2f2;
	height: 50px;
	line-height: 50px;
	text-indent: 12px;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	margin-bottom: 10px;
	outline: none;
}
.siteForm .siteForm-detay textarea {
	border: 1px solid #f2f2f2;
	height: 100px;
	line-height: 20px;
	padding: 15px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	outline: none;
	resize: none;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.siteForm .siteForm-detay label.error {
	background: #ee403f url(../images/kapat2.png) no-repeat center center;
	clear: both;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 8px;
	text-indent: -9999px;
	-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 .siteForm-detay input::-webkit-input-placeholder{ color: #888; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;  position:relative}
.siteForm .siteForm-detay input:-moz-placeholder{ color: #888; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; position:relative}
.siteForm .siteForm-detay input::-moz-placeholder{ color: #888; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; position:relative}
.siteForm .siteForm-detay input:-ms-input-placeholder{ color: #888; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; position:relative}
.siteForm .siteForm-detay input:focus{border-color:#fcb514}

.siteForm .siteForm-detay a.share {
	float: left;
	margin-top: 14px;
	margin-right: 4px;
}

.siteForm .siteForm-detay .send-email input[type=submit] {
	height: 60px;
}

.siteForm .siteForm-detay .send-email input {
	float: left;
}

.siteForm .siteForm-detay .buton.action:hover {
	background-color: #ecaa13;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-appearance: none;
}

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

.siteForm .siteForm-detay .buton {
	background-color: #fcb514;
	-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%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	font-size:14px;
	text-align: center;
}

/* password */
.strength_meter {
	position: absolute !important;
	left: 0px;
	top: 1px;
	width: 100% !important;
	height: 48px;
	z-index: 0;
	padding-right: 0px;
	float: initial !important;
}
.button_strength {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	display:none;
}
.strength_meter div {
	width: 0%;
	height: 48px;
	text-align: right;
	color: #000;
	line-height: 48px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-right: 0px;
	float: initial !important;
	position: initial !important;
}
.strength_meter div p {
	background: #2ecc71;
	clear: both;
	color: #fff !important;
	font-size: 13px !important;
	text-align: center;
	border-radius: 100px;
	display: block;
	position: absolute;
	line-height: normal !important;
	right: -108px;
	top: 7px;
	padding: 8px !important;
	width: 74px;
}
.strength_meter div p:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(206, 209, 213, 0);
	border-right-color: #2ecc71;
	border-width: 4px;
	margin-top: -4px;
}
.veryweak {
	background-color: #FFA0A0;
	border-color: #F04040!important;
	width: 25%!important;
}
.weak {
	background-color: #FFB78C;
	border-color: #FF853C!important;
	width: 50%!important;
}
.medium {
	background-color: #FFEC8B;
	border-color: #FC0!important;
	width: 75%!important;
}
.strong {
	background-color: #C3FF88;
	border-color: #8DFF1C!important;
	width: 100%!important;
}


/* URUNLER */
#urunler{width:100%;height:auto; float: left; margin: 30px 0; }
.baslikUrun { float: right; width: 100%; }
.baslikUrun h1{float:left;}
.siralama{width:auto;float:right;}
.siralama .kat {
width: 46px;
height: 46px;
background: #ff0000 url(../images/icon-kare.png) no-repeat center center;
border: 2px solid #ff0000;
float: left;
cursor: pointer;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.siralama .kat:hover,.siralama .kataktif {
width: 46px;
height: 46px;
background: url(../images/icon-kare2.png) no-repeat center center;
border: 2px solid #ff0000;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.siralama .liste {
width: 46px;
height: 46px;
background: #ff0000 url(../images/icon-list.png) no-repeat center center;
border: 2px solid #ff0000;
float: left;
margin: 0px 10px 0 5px;
cursor: pointer;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.siralama .liste:hover,.siralama .listeaktif {
width: 46px;
height: 46px;
background: url(../images/icon-list2.png) no-repeat center center;
border: 2px solid #ff0000;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.siralama .drpSiralama{
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	font-size: 13px;
	width: 140px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s ease;
	color: #888;
	outline: none;
	position: relative;
	z-index: 1;
	background: none;
	border: 1px solid #f2f2f2;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url(../images/selectOk.png)	no-repeat right center;
	border-radius: 0;
}

#urunler .urun-vitriniki {
	float: left;
	margin-left: -30px;
	margin-top: -30px;
}
#urunler .urun-vitriniki .urun2{position:relative;width:224px;height:373px;float:left; margin-top: 30px; margin-left: 30px; cursor:pointer;   border: 1px solid #f2f2f2;}
#urunler .urun-vitriniki .urun2:hover {
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.08);
}
#urunler .urun-vitriniki .urun2.otoUrun { height: 410px; }

#urunler.ilgiliUrunler {
	margin-bottom: 30px;
	margin-top: 10px;
	float: left;
	text-align: left;
}
#urunler.ilgiliUrunler h1 {
  font-size: 24px;
  color: #282a2a;
  font-family: 'kg_turning_tablesregular';
  padding-bottom: 20px;
  line-height: 34px;
  text-align: center;
}
#urunler.ilgiliUrunler .urun-vitriniki .urun2{position:relative;width:195px;height:373px;float:left; margin-top: 20px; cursor:pointer; background: #fff; box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.09);}
#urunler.ilgiliUrunler .urun-vitriniki .urun2 .uresim .icresim .enicresim {
  max-width: 160px;
  max-height: 140px;
}

#urunler .urun-vitriniki .urun2 .yeni-urun {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	border-radius: 50%;
	color: #fff;
	display: table;
}
#urunler .urun-vitriniki .urun2 .yeni-urun span {
	display: table-cell;
	vertical-align: middle;
	font-family: 'kg_turning_tablesregular';
}
#urunler .urun-vitriniki .urun2 .yeni-urun.renkbir {
background: url(../images/renkBgbir.png) no-repeat;
}
#urunler .urun-vitriniki .urun2 .yeni-urun.renkiki {
background: url(../images/renkBgiki.png) no-repeat;
}
#urunler .urun-vitriniki .urun2 .yeni-urun.renkuc {
background: url(../images/renkBguc.png) no-repeat;
color: #b2b131;
}
#urunler .urun-vitriniki .urun2 .yeni-urun.renkdort {
background: url(../images/renkBgdort.png) no-repeat;
}

#urunler .urun-vitriniki .urun2 .yeni-urun.solust { top: 20px !important; left: 20px !important; }
#urunler .urun-vitriniki .urun2 .yeni-urun.sagust { top: 20px !important; right: 20px !important; }
#urunler .urun-vitriniki .urun2 .yeni-urun.solalt { bottom: 20px !important; left: 20px !important; }
#urunler .urun-vitriniki .urun2 .yeni-urun.sagalt { bottom: 20px !important; right: 20px !important; }

#urunler .urun-vitriniki .urun2 .haftalik {
	background: #d15941;
	width: 100%;
	height: 60px;
	display: table;
	position: relative;
}
#urunler .urun-vitriniki .urun2 .haftalik:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background: url(../images/haftalikRepeat.png) repeat;
	width: 100%;
	height: 3px;
}
#urunler .urun-vitriniki .urun2 .haftalik .sol {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding-left: 10px;
	line-height: 18px;
}
#urunler .urun-vitriniki .urun2 .haftalik .sol h1 {
	font-size: 12px;
	color: #f5e7d3;
	font-family: 'kg_turning_tablesregular';
}
#urunler .urun-vitriniki .urun2 .haftalik .sol p {
	font-size: 10px;
	color: #fff;
	line-height: inherit;
	padding: 0;
}
#urunler .urun-vitriniki .urun2 .haftalik .sag {
	position: absolute;
	right: 10px;
	top: 0;
	background:url(../images/birAyBg.png) no-repeat;
	width: 34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	display: table;
}
#urunler .urun-vitriniki .urun2 .haftalik .sag h1 {
	font-size: 10px;
	color: #f5e7d3;
    font-family: 'kg_turning_tablesregular';
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*#urunler .urun-vitrin .urun:hover .uresim{border:solid 1px #fdf1f2;}*/
#urunler .urun-vitriniki .urun2:hover .urunadi a{color:#ff0000;}
#urunler .urun-vitriniki .urun2 .uresim{width:100%;height:170px;position: relative; overflow: hidden;text-align:center}
#urunler .urun-vitriniki .urun2 .uresim .icresim{#position: absolute; #top: 50%;#left:50%;}
#urunler .urun-vitriniki .urun2 .uresim .icresim a { display: block; }
#urunler .urun-vitriniki .urun2 .uresim .icresim .enicresim{width:100%; height: 170px; #position: relative; #top: -50%;#left:-50%;}
#urunler .urun-vitriniki .urun2 .urunadi {
	margin: 20px;
}
#urunler .urun-vitriniki .urun2 .urunadi a {
	font-size: 15px;
	color: #565656;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
#urunler .urun-vitriniki .urun2 .urunadi a:hover{color:#ff0000;}
#urunler .urun-vitriniki .urun2 .urunadi span {
	font-size: 14px;
	color: #24a4f6;
	background: url(../images/pin.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
}
#urunler .urun-vitriniki .urun2 .aciklama {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
  line-height: 20px;
  padding: 0 20px 20px 20px;
}
#urunler .urun-vitriniki .urun2 .ilanFiyat {
	width: 100%;
	border-top: 1px dashed #f2f2f2;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
#urunler .urun-vitriniki .urun2 .ilanFiyat h1 {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	float: none;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: 0;
}

#urunler .urun-vitriniki .urun2 .firsaturunu { width:35px; height:37px; position:absolute; top:74px; left:0px; }
#urunler .urun-vitriniki .urun2 .yeniurun { width:35px; height:37px; position:absolute; top:0px; left:0px; }
#urunler .urun-vitriniki .urun2 .indirimli { width:35px; height:37px; position:absolute; top:0px; right:0px; }
#urunler .urun-vitriniki .urun2 .hizligonderi { width:35px; height:37px; position:absolute; bottom:80px; right:0px; }
#urunler .urun-vitriniki .urun2 .ucretsizgonderi { width:35px; height:37px; position:absolute; bottom:80px; left:0px; }

/* YATAY SIRALAMA */
#urunler .urun-vitrin {
	float: left;
}
#urunler .urun-vitrin .urun {
width: 100%;
height: 120px;
margin-bottom: 30px;
background: #fff;
border: 1px solid #f2f2f2;
position: relative;
float: left;
margin-left: 0;
}
#urunler .haftanin-vitrin .urun {
width: 100%;
height: 140px !important;
margin-bottom: 20px;
background: #fff;
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.06);
position: relative;
float: left;
margin-left: 0;
}
#urunler .urun-vitrin .urun:hover {
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.09);
}
#urunler .urun-vitrin .urun:hover .uresim{}
#urunler .urun-vitrin .urun:hover .urunadi a{
display: block;
}

#urunler .urun-vitrin .urun .haftalik {
	background: #d15941;
	width: 100%;
	height: 60px;
	display: table;
	position: relative;
}
#urunler .urun-vitrin .urun .haftalik:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background: url(../images/haftalikRepeat.png) repeat;
	width: 100%;
	height: 3px;
}
#urunler .urun-vitrin .urun .haftalik .sol {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding-left: 10px;
	line-height: 18px;
}
#urunler .urun-vitrin .urun .haftalik .sol h1 {
	font-size: 12px;
	color: #f5e7d3;
	font-family: 'kg_turning_tablesregular';
}
#urunler .urun-vitrin .urun .haftalik .sol p {
	font-size: 10px;
	color: #fff;
	line-height: inherit;
	padding: 0;
}
#urunler .urun-vitrin .urun .haftalik .sag {
	position: absolute;
	right: 10px;
	top: 0;
	background:url(../images/birAyBg.png) no-repeat;
	width: 34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	display: table;
}
#urunler .urun-vitrin .urun .haftalik .sag h1 {
	font-size: 10px;
	color: #f5e7d3;
    font-family: 'kg_turning_tablesregular';
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#urunler .urun-vitrin .urun .uresim{width:140px;height:120px;#position: relative; overflow: hidden;text-align:center;float:left; background: #fff;  }
#urunler .urun-vitrin .urun .uresim .icresim{#position: absolute; #top: 50%;#left:50%;}
#urunler .urun-vitrin .urun .uresim .icresim a { display: block; }
#urunler .urun-vitrin .urun .uresim .icresim .enicresim{max-width:100%;max-height:100%; width: 140px; height: 120px; #position: relative; #top: -50%;#left:-50%;}
#urunler .urun-vitrin .urun .urunadi {
	width: 250px;
	margin: 0 auto;
	margin-top: 22px;
	float: left;
	margin-left: 20px;
}
#urunler .urun-vitrin .urun .urunadi a{
	font-size: 15px;
	color: #565656;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
#urunler .urun-vitrin .urun .urunadi span {
	font-size: 14px;
	color: #24a4f6;
	background: url(../images/pin.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
#urunler .urun-vitrin .urun .urunadi a:hover{color:#ff0000;}

#urunler .urun-vitrin .urun .aciklama {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
  line-height: 20px;
  padding: 0 20px 20px 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 400px;
}

#urunler .urun-vitrin .urun .ilanFiyat {
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;

}
#urunler .urun-vitrin .urun .ilanFiyat h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #565656;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#urunler .urun-vitrin .urun .firsaturunu { width:35px; height:37px; position:absolute; top:10px; right:220px; }
#urunler .urun-vitrin .urun .yeniurun { width:35px; height:37px; position:absolute; top:10px; right:260px; }
#urunler .urun-vitrin .urun .indirimli { width:35px; height:37px; position:absolute; top:10px; right:180px; }
#urunler .urun-vitrin .urun .hizligonderi { width:35px; height:37px; position:absolute; top:10px; right:140px; }
#urunler .urun-vitrin .urun .ucretsizgonderi { width:35px; height:37px; position:absolute; top:10px; right:100px; }

#urunler .urun-vitrin .urun .yeni-urun { display: none }

#urunler .urun-vitrin .urun .tukendi { display: none }

#urunler .urun-vitrin .urun .tukendi {
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
	display: table;
	top: 50%;
	margin-top: -52px;
	left: 50%;
	margin-left: -52px;
	background: url(../images/tukendiBg.png) no-repeat;
}
#urunler .urun-vitrin .urun .tukendi span {
	display: table-cell;
	vertical-align: middle;
    font-family: 'kg_turning_tablesregular';
}

.benzeriSiralama {
	position: absolute;
	right: 40px;
	top: 15px;
}
.benzeri {
	float: none !important;
	margin: 0 !important;
}
.benzeri .urun-vitriniki .urun2 {
  position: relative;
  width: 218px !important;
}



/* uyari */
.uyari {
	width: 100%;
	height: 400px;
	background: #fff;
	display: table;
	text-align:center;
}
.uyari .onay {
	display: table-cell;
	vertical-align: middle;
	height: 480px;
}
.uyari .onay h2 {
	font-size: 18px;
	color: #565656;
	margin-top: 20px;
	margin-bottom: 10px;
}
.uyari .onay p {
	font-size: 14px;
	color: #888;
	line-height: 20px;
}
.uyari .onay a {
	font-size: 20px;
	color: #565656;
	border: 1px solid #f2f2f2;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'pf_din_text_comp_promedium';
}
.uyari .onay a:hover {
	background: #df4848;
	color: #fff;
}

/* portfoynav */
nav#portfoy-nav {
	width: 100px;
	height: 30px;
	margin-top: 0px;
	position:absolute;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(251, 191, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(251, 191, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#020635, endColorstr=#020635);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
nav#portfoy-nav ul { float:left; padding: 7px 0 0 11px; margin-left: -5px; }
nav#portfoy-nav ul li { float:left; margin-left: 5px; font-size: 12px; color: #FFF; font-weight: bold; line-height: 16px; }
nav#portfoy-nav ul li a { display: block; height: 16px; text-indent: -9999px; }
nav#portfoy-nav ul li.v1 { background:url(../images/iptal.png) no-repeat; width: 16px; height: 16px; }
nav#portfoy-nav ul li.v2 { background:url(../images/hafta.png) no-repeat; width: 16px; height: 16px; }
nav#portfoy-nav ul li.v3 { background:url(../images/guncelle.png) no-repeat; width: 16px; height: 16px; }
nav#portfoy-nav ul li.v4 { background:url(../images/sil.png) no-repeat; width: 16px; height: 16px; }
nav#portfoy-nav ul li.v5 { background:url(../images/vitrin.png) no-repeat; width: 16px; height: 16px; }

/* vitrin panel */
nav#vitrin-panel {
	width: 100%;
	height: 50px;
	position:absolute;
	z-index:9999;
	border-radius: 4px 4px 0 0;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(251, 191, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(251, 191, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#020635, endColorstr=#020635);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
nav#vitrin-panel ul { float:left; padding: 9px 0 0 20px; margin-left: -20px; margin: 0; }
nav#vitrin-panel ul li { float:left; margin-left: 20px; font-size: 12px; color: #FFF; font-weight: bold; line-height: 16px; margin-top: 0; }
nav#vitrin-panel ul li:hover {
	box-shadow: none;
}
nav#vitrin-panel ul li a { display: block; height: 32px; text-indent: -9999px; }
nav#vitrin-panel ul li.v1 { background:url(../images/iptal-b.png) no-repeat; width: 32px; height: 32px; }
nav#vitrin-panel ul li.v2 { background:url(../images/hafta-b.png) no-repeat; width: 32px; height: 32px; }
nav#vitrin-panel ul li.v3 { background:url(../images/guncelle-b.png) no-repeat; width: 32px; height: 32px; }
nav#vitrin-panel ul li.v4 { background:url(../images/sil-b.png) no-repeat; width: 32px; height: 32px; }
nav#vitrin-panel ul li.v5 { background:url(../images/vitrin.png) no-repeat; width: 32px; height: 32px; }

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

.detay .detayUst {
	width: 100%;
	float: left;
	
}

/* detayKategori */
.detay .detayUst nav#detayKategori {
	border: 1px solid #f2f2f2;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 30px;
	float: left;
	width: 100%;
}

.detay .detayUst nav#detayKategori {
    background: #fff;
    height: 50px;
    margin-bottom: 0px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.detay .detayUst nav#detayKategori ul {
	line-height: 50px;
}
.detay nav#detayKategori ul li {
	float: left;
	border-right: 1px solid #f2f2f2;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.detay nav#detayKategori ul li:hover {
	background: #444;
}
.detay .detayUst nav#detayKategori ul li a {
	font-size: 13px;
	color: #999;
	padding: 0 20px;
	display: block;
}
.detay .detayUst nav#detayKategori ul li a:hover {
	color: #fff;
}
.detay .detayUst nav#detayKategori ul li a.secili {
	font-weight: bold;
}

/* detayBaslik */
.detayBaslik {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.detayBaslik .baslik {
	float: left;
	font-size: 20px;
	color: #565656;
	width: 80%;
	line-height: 30px;
	font-weight: bold;
}
.detayBaslik .fiyat {
	float: right;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
	width: 20%;
	text-align: right;
	line-height: 30px;
}

/* ilanResim */
.hero-unit {
  text-align: center;
  border-radius: 0;
  margin: 0;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #338cd6 59%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(59%,#338cd6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hero-unit h1, .hero-unit p.white { color: white; }
.hero-unit h1 img { vertical-align: bottom; }
.hero-unit p { margin-top: 30px; }
.film_roll_wrapper img {
  margin-left: 5px;
  margin-right: 5px;
  width: 600px;
  height: 400px;
	opacity: 0.2;
  /*transition: all 1s ease;*/
}
@media (max-width: 580px) {
  .film_roll_wrapper img {
    margin: 0;
    box-shadow: none;
  }
}
.film_roll_wrapper .active img {
	opacity: 1;
}
.film_roll_container {
  position: relative;
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* ilanAciklama */
.detayilanAciklama {
	width: 100%;
	background: #fff;
	  margin-top: 30px;
}
.detayilanAciklama .detayaciklama {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    padding: 30px;
}
.detayilanAciklama .detayaciklama h1 {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	padding-bottom: 20px;
}

/* detaySol */
.detaySol {
	float: left;
	width: 330px;
	margin-top: 30px;
}

.danisman {
	width: 100%;
	background: #fff;
}
.danisman .danismanPad {
	padding: 30px;
}
.danisman .danismanPad h1 {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	padding-bottom: 20px;
}
.danisman .danismanPad p.telefon {
	background: url(../images/telefon-icon.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 0;
}
.danisman .danismanPad p.faks {
	background: url(../images/sfax.png) no-repeat left center;
	padding-left: 25px;
	padding-top: 0;
}
.danisman .danismanPad p {
	font-size: 13px;
	color: #888;
	display: block;
	line-height: 20px;
	padding-top: 20px;
}
.danisman .danismanPad a {
	font-size: 13px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #ff0000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	box-sizing: border-box;
	margin-top: 20px;
}
.danisman .danismanPad a:hover {
	background:  #1578c5;
}

#mesajGonder {
	padding: 10px;
	display: none;
	width: 420px;
}
#mesajGonder h1 {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 20px;
}

/* paylas butonlar */
.paylasButonlar {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.paylasButonlar h1 {
	font-size: 18px;
	color: #6d6d6d;
	padding-bottom: 30px;
	font-weight: 600;
}
.paylasButonlar ul {
	padding: 0;
	margin-left: -12px;
}
.paylasButonlar ul a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.paylasButonlar ul a.facebook {
	background: #3b5998 url(../images/facebook.png) no-repeat center center;
}
.paylasButonlar ul a.facebook:hover {
	background: #355089 url(../images/facebook.png) no-repeat center center;
}
.paylasButonlar ul a.twitter {
	background: #2ba0d6 url(../images/twitter.png) no-repeat center center;
}
.paylasButonlar ul a.twitter:hover {
	background: #2894c6 url(../images/twitter.png) no-repeat center center;
}
.paylasButonlar ul a.googleplus {
	background: #d34836 url(../images/googleplus.png) no-repeat center center;
}
.paylasButonlar ul a.googleplus:hover {
	background: #c44333 url(../images/googleplus.png) no-repeat center center;
}
.paylasButonlar ul a.yazdir {
	background: #15B8D1 url(../images/yazdir.png) no-repeat center center;
}
.paylasButonlar ul a.yazdir:hover {
	background: #11A6BD url(../images/yazdir.png) no-repeat center center;
}

/* tavsiyeEt */
.detaySol .teklifVer a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #df4848;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.detaySol .teklifVer a:hover {
	background:  #1578c5;
}

#teklifVerForm {
	padding: 30px;
	display: none;
	width: 420px;
}
#teklifVerForm h1 {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom: 20px;
}

/* detaySag */
.detaySag {
	float: right;
	width: 800px;
	margin-top: 30px;
}

.detaySag .ozellikler {
	display: inline-block;
	background: #fff;
}
.detaySag .ozellikler .baslik {
	padding: 20px 30px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.detaySag .ozellikler .baslik h1 {
	font-size: 16px;
	font-weight: bold;
	color: #565656;
}

.detaySag ul.params-list {
  padding: 20px 30px;
  margin-bottom: 10px;
	display: inline-block;
}
.detaySag ul.params-list li {
  width: 50%;
  padding: 10px 0;
  float: left;
}
.detaySag small {
  display: block;
  font-size: 13px;
  color: #888;
  padding-bottom: 10px;
}
.detaySag ul.params-list li :not(small) {
  font-size: 14px;
  color: #565656;
  font-weight: bold;
}
.detaySag span {
  display: block;
  font-size: 14px;
  color: #565656;
  font-weight: bold;

}

.detaySag .om-offer-features {
    margin-bottom: 10px;
    background: #fff;
    font-size: 16px;
    color: #888;
}

.detaySag .om-offer-features .baslik {
  padding: 20px 30px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.detaySag .om-offer-features .baslik h4 {
	font-size: 16px;
	font-weight: bold;
	color: #565656;
	line-height: 1;
}
.detaySag .om-offer-features .features-list {
  padding: 30px;
  font-size: 0;
}
.detaySag .om-offer-features .features-list ul {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.detaySag .om-offer-features .features-list ul:first-child {
  margin-left: 0;
}
.detaySag .om-offer-features .features-list ul li {
  padding: 0 0 0 24px;
  background: url(../images/yes.png) no-repeat left center;
  margin-bottom: 20px;
}

/* detay panel */
nav#detay-panel {
  float: left;
  background: #fff;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
nav#detay-panel ul { float:left; padding: 10px 0px 0 30px; margin-left: -64px; }
nav#detay-panel ul li { float: left; margin-left: 64px; }
nav#detay-panel ul li a { font-size: 12px; color: #888;}
nav#detay-panel ul li a:hover { color: #565656; }
nav#detay-panel ul li a.vitrinyap { background:url(../images/metre.png) no-repeat left center; padding-left: 25px; }
nav#detay-panel ul li a.iptal { background:url(../images/iptal.png) no-repeat left center; padding-left: 25px; }
nav#detay-panel ul li a.hafta { background:url(../images/hafta.png) no-repeat left center; padding-left: 25px; }
nav#detay-panel ul li a.guncelle { background:url(../images/guncelle.png) no-repeat left center; padding-left: 25px; }
nav#detay-panel ul li a.sil { background:url(../images/sil.png) no-repeat left center; padding-left: 25px; }

/* hizliAc */
.hizliAc {
	display: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	text-align: center;
	margin-bottom: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

/* anaSol */
.anaSol {
	width: 300px;
	float: left;
	margin-top: 30px;
}
.abaslik {
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}
.abaslik h1 {
	font-size: 22px;
	color: #565656;
	font-family: 'pf_din_text_comp_prolight';
	text-transform: uppercase;
}

.anaSol .portfoy {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float:left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.anaSol .portfoy .port {
	padding: 30px;
  display: inline-block;
}
.anaSol .portfoy .port nav#satilik { width: 120px; }
.anaSol .portfoy .port nav#satilik ul { }
.anaSol .portfoy .port nav#satilik ul li { font-size: 10px; font-weight: bold; color: #888; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.anaSol .portfoy .port nav#satilik ul li a { color: #888; font-size: 13px; font-weight: normal; }
.anaSol .portfoy .port nav#satilik ul li a:hover { color: #565656; }
.anaSol .portfoy .port nav#satilik ul h2 { font-size: 12px; font-weight:bold; color: #565656; margin-bottom: 14px;}

.anaSol .portfoy .port nav#kiralik { width: 100px; }
.anaSol .portfoy .port nav#kiralik ul { }
.anaSol .portfoy .port nav#kiralik ul li { font-size: 10px; font-weight: bold; color: #888; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.anaSol .portfoy .port nav#kiralik ul li a { color: #888; font-size: 13px; font-weight: normal; }
.anaSol .portfoy .port nav#kiralik ul li a:hover { color: #565656; }
.anaSol .portfoy .port nav#kiralik ul h2 { font-size: 12px; font-weight:bold; color: #565656; margin-bottom: 14px;}

.anaSol .portfoy .port nav#arsa { width: 100px; margin-top: 20px; }
.anaSol .portfoy .port nav#arsa ul { }
.anaSol .portfoy .port nav#arsa ul li { font-size: 10px; font-weight: bold; color: #888; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.anaSol .portfoy .port nav#arsa ul li a { color: #888; font-size: 13px; font-weight: normal; }
.anaSol .portfoy .port nav#arsa ul li a:hover { color: #565656; }
.anaSol .portfoy .port nav#arsa ul h2 { font-size: 12px; font-weight:bold; color: #565656; margin-bottom: 14px;}

.anaSol .haftanin {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float:left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.anaSol .haftanin1 {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float:left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.anaSol .haftanin .portfoyu 1{
	padding: 30px;
}
.anaSol .haftanin1 img.resim { width: 100%; height: 120px;  }

.anaSol .haftanin .portfoyu {
	padding: 30px;
}
.anaSol .haftanin img.resim { width: 100%; height: 160px;  }
.anaSol .haftanin h1 img.baslik { padding: 10px 24px 0 0; float:right; }
.anaSol .haftanin h2 { font-size: 14px; color: #565656; font-weight: bold; padding-top: 20px; padding-bottom: 15px; }
.anaSol .haftanin p { font-size: 13px; color: #565656; padding-bottom: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.anaSol .haftanin span { color: #888; }

.anaSol .haftanin .hafta-btn {
	display: inline-block;
	width: 100%;
	text-align:center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #ff0000;
	border: none;
	font-size: 13px;
	font-weight:bold;
	outline: none;
	margin-top: 10px;
}

.anaSol .haftanin .hafta-btn:hover{ background-color:#1578c5; color:#fff;}


.anaSol .kredi {
	width: 100%;
	  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
	background-color: #fff;
	float:left;
	margin-bottom: 30px;
}
.anaSol .kredi .hesap {
	padding: 30px;
}
.anaSol .kredi h1 img.baslik { padding: 10px 0 0 24px; }

.anaSol .kredi .hesap .anaform {
	font-size:13px;
	color: #888;
	width: 100%;
	height: 50px;
	border: 1px solid #f2f2f2;
	text-indent: 15px;
	outline: none;
	margin-bottom: 10px;
	line-height: 50px;
}

.anaSol .kredi .hesap span.BlackLink { font-size: 12px; font-weight: bold; color: #000; padding-left: 2px; }
.anaSol .kredi .hesap span.BlackLinkk { font-size: 10px; font-weight: bold; color: #000; padding-left: 2px; }
.anaSol .kredi .hesap #caption { background:#d9f2ff; width: 100%; margin-top: 10px; height: 80px; }

.hsp-btn, .hsp-btn-mini-search, .hsp-btn-mini {
color: #fff;
background-color: #E69400;
border-color: #CC8400;
}

.hsp-btn {
	display: inline-block;
	width: 100%;
	text-align:center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #ff0000;
	border: none;
	font-size: 13px;
	font-weight:bold;
	outline: none;
	margin-top: 0px;
	cursor: pointer;
}

.hsp-btn:hover{ background-color:#1578c5; color:#fff;}

#icerik .ic .icsol .kredi {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	float:left;
	margin-top: 20px;
}
#icerik .ic .icsol .kredi .hesap { }
#icerik .ic .icsol .kredi h1 img.baslik { padding: 10px 0 0 24px; }

#icerik .ic .icsol .kredi .hesap .anaform {
font-size:12px;
color: #7e869e;
width: 100%;
height: 34px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #f1f1f1;
-webkit-box-shadow: inset 1px 1px rgba(0,0,0,.12);
-moz-box-shadow: inset 1px 1px rgba(0,0,0,.12);
box-shadow: inset 1px 1px rgba(0,0,0,.12);
border: 0;
text-indent: 10px;
outline: none;
margin-bottom: 10px;
line-height: 34px;
}

#icerik .ic .icsol .kredi .hesap span.BlackLink { font-size: 12px; font-weight: bold; color: #000; padding-left: 2px; }
#icerik .ic .icsol .kredi .hesap span.BlackLinkk { font-size: 10px; font-weight: bold; color: #000; padding-left: 2px; }
#icerik .ic .icsol .kredi .hesap #caption { background:#d9f2ff; width: 100%; margin-top: 10px; height: 80px; border-radius: 4px; }

.anaSol .doviz {
width: 100%;
background-color: #fff;
margin-bottom: 20px;
float:left;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
}
.anaSol .doviz .dovizic {
padding: 30px;
}


/* satis */
.satis {
}
.satis ul {
}
.satis ul li {
	width: 100%;
	height: 160px;
	border: 1px solid #eee;
	float: left;
	margin-bottom: 20px;
}
.satis ul li .foto {
	float: left;
	width: 200px;
	height: 160px;
}
.satis ul li .foto img {
	width: 200px;
	height: 160px;
}
.satis ul li .aciklamalar {
	float: left;
	width: 400px;
	margin: 20px;
}
.satis ul li .aciklamalar h3 {
	font-size: 15px;
	color:#222;
	font-weight: bold;
	padding-bottom: 10px;
}
.satis ul li .aciklamalar p {
	font-size: 12px;
	color: #888;
	line-height: 18px;
}
.satis ul li .satisbilgi {
	float: left;
	width: 100%;
	margin-left: -10px;
}
.satis ul li .satisbilgi p {
	font-size: 12px;
	color: #888;
	padding-left: 24px;
	float: left;
	line-height: normal !important;
	padding-bottom: 0 !important;
	margin-left: 10px;
	margin-bottom: 10px;
}
.satis ul li .satisbilgi p.tel {
	background: url(../images/stel.png) no-repeat left center;
}
.satis ul li .satisbilgi p.fax {
	background: url(../images/sfax.png) no-repeat left center;
}
.satis ul li .satisbilgi p.cep {
	background: url(../images/scep.png) no-repeat left center;
}
.satis ul li .satisbilgi p.mail {
	background: url(../images/smail.png) no-repeat left center;
}


 .mygallery {
    width: 600px;
    padding: 30px;
    background: #fff;
    float: left;
    overflow: hidden;
  }
  .tn3-in-image {
    cursor: pointer;
    height: 100% !important;
    top: 0 !important;
  }
  .tn3-full-image {
    height: 100% !important;
    top: 0 !important;
  }
  .tn3-full-image img {
    height: 100% !important;
  }


  /* detayOzellikler */

  .detayOzellikler {
    float: right;
    background: #fff;
    width: 540px;
    height: 560px;
    font-family: 'Open Sans', sans-serif;
  }
  .detayOzellikler .baslik {
    padding: 30px 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  .detayOzellikler .baslik h1 {
    font-size: 20px !important;
    color: #232323 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
  }
  .detayOzellikler ul.params-list {
    padding: 30px;
    display: inline-block;
  }
  .detayOzellikler ul.params-list li {
    width: 50%;
    padding: 10px 0;
    float: left;
  }
  .detayOzellikler small {
    display: block;
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
  }
  .detayOzellikler ul.params-list li:not(small) {
    font-size: 15px;
    color: #666;
    font-weight: 400;
  }
  .detayOzellikler span {
    display: block;
    font-size: 15px;
    color: #565656;
    font-weight: 600;
  }