@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto Slab', serif;
*/
body, html {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:400;
	height:100%;
	width:100%;
	color:#626262;
	background-color:#fff;
}
a {
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#1e1e1e;	
}a:hover {
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#000;	
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 117, 25, 0.7);
  border: 0px none #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff6600;
}
::-webkit-scrollbar-thumb:active {
  background: #ff6600;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #FFFFFF;
}
::-webkit-scrollbar-track:active {
  background: #FFFFFF;
}
::-webkit-scrollbar-corner {
  background: transparent;
}.sayfam {
	/*display:none;*/
}.yukleniyor {
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#ff7519;
	z-index:90;
}
@keyframes logo {
	0% {
		opacity:1;
	} 25% {
		-ms-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	} 50% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	} 75% {
		-ms-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	} 100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.orta_cizgi{
	position:fixed;
	width:1px;
	height:100%;
	left:50%;
	background-color:#000;
	-ms-transform:translate(0,50%);
	-webkit-transform:translate(0,50%);
	-o-transform:translate(0,50%);
	-moz-transform:translate(0,50%);
	transform:translate(0,50%);
	z-index:999999;
	display:none;
}
.yukleniyor {
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#231f20;
	z-index:90;
}
.yuklecer{
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:224px;
	background-color:#231f20;
	margin-left:-150px;
	margin-top:-112px;
	/*animation:logo 2s infinite;*/
	opacity:1;
	-webkit-transition:ease 0.2s;
	-moz-transition:ease 0.2s;
	transition:ease 0.2s;
}
.yuklecer img{
	position:relative;
	display:table;
	margin:0px auto;
}
.x{
	clear:both;
}
.popup {
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
	z-index:89;
	display:none;
}.popup_ic {
	position:relative;
	display:table;
	margin:2% auto;
}.popup_ic img{
	width:80% !important;
	height:auto !important;
	margin:auto 10%;
	border-radius:6px;
	box-shadow:0px 0px 4px #888;
}.popup_kapat {
	position:absolute;
	right:-14px;
	top:-24px;
	font-size:18px;
	color:#FFF;
	cursor:pointer;
}
.yukleniyorx{
	position:absolute;
	top:0px;bottom:0px;left:-5px;right:-5px;
	background-color:rgba(255,255,255,0.7);
	-webkit-transition:ease 0.3s;
	-moz-transition:ease 0.3s;
	-o-transition:ease 0.3s;
	transition:ease 0.3s;
	display:none;
}
.yukle_gif{
	position:absolute;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-38px;
	width:100px;
	height:76px;
	background-image:url(../img/yukle.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-transition:ease 0.3s;
	-moz-transition:ease 0.3s;
	-o-transition:ease 0.3s;
	transition:ease 0.3s;
}
.kayit_sonuc{
	font-size:13pt;
	font-weight:600;
	color:#626262;
	width:100%;
	text-align:center;
}
.abonesonuc{
	font-size:13pt;
	font-weight:600;
	color:#626262;
	width:100%;
	text-align:center;
}
.buyut_maske {
	position:fixed;
	left:0px;
	right:0px;
	top:50%;
	bottom:50%;
	overflow:hidden;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	z-index:99999;
}.bm_kapat{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}.resim_yukle {
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:32px;
	height:32px;
	background-image:url(../images/teklif-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:10;
}.buyuk_resim_item {
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	background-color:#FFF;
	opacity:0;
	border-radius:4px;
	padding:6px;
	text-align:left;
	z-index:10;
}.slider_kapat {
	position:absolute;
	right:20px;
	top:20px;
	width:32px;
	height:32px;
	background-image:url(../img/kapat.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:10;
}.sag_git_btn {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	width:50%;
	cursor:pointer;
	background-image:url(../img/sol.png);
	background-position:right center;
	background-repeat:no-repeat;
}.sol_git_btn {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:50%;
	cursor:pointer;
	background-image:url(../img/sag.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.sol{
	position:relative;
	width:63%;
	float:left;
	margin-right:7%;
	display:table;
}
.sag{
	position:relative;
	width:30%;
	float:left;
	display:table;
}
.yblog{
	position:relative;
	width:100%;
	margin:0px;
	margin-bottom:20px;
	display:table;
}
.ybaslik{
	position:relative;
	width:100%;
	line-height:40px;
	font-size:14pt;
	font-weight:600;
	margin-bottom:10px;
}
.yblocks{
	position:relative;
	width:100%;
	display:table;
	margin:10px 0px;
}
.yblock{
	position:relative;
	width:96%;
	padding:0px 2%;
	line-height:40px;
	font-size:12pt;
	color:#282828;
	border-bottom:1px dashed #282828;
	margin-bottom:10px;
	-webkit-transition:ease 0.3s;
	-moz-transition:ease 0.3s;
	-o-transition:ease 0.3s;
	transition:ease 0.3s;
}
.yblock:hover{
	color:#f3632c;
	border-color:#f3632c;
}
.tag{
	position:relative;
	display:table;
	padding:5px;
	background-color:#000;
	color:#fff;
	line-height:20px;
	font-size:11pt;
	float:left;
	margin:2px 0px;
	margin-right:5px;
}
h1.baslik{
	position:relative;
	display:table;
	line-height:40px;
	font-size:22pt;
	font-weight:700;
	color:#282828;
	margin:10px auto;
}
h2.anabaslik{
	position:relative;
	width:100%;
	display:table;
	font-size:32pt;
	line-height:22pt;
	font-weight:600;
	color:#86754d;
	text-align:center;
}
.buyut-maske {
	position:fixed;
	left:0px;
	right:0px;
	top:50%;
	bottom:50%;
	overflow:hidden;
	opacity:0.7;
	background-color:rgba(0,0,0,0.8);
	z-index:99999;
}.buyut-yukle {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:32px;
	height:32px;
	background-image:url(../img/bload.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}.buyut-yer {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color:#FFF;
	opacity:0;
	border-radius:4px;
	padding:6px;
	text-align:left;
}.buyut-sag {
	position:absolute;
	top:0px;
	bottom:80px;
	right:0px;
	width:30%;
	cursor:pointer;
}.buyut-sol {
	position:absolute;
	top:0px;
	bottom:80px;
	left:0px;
	width:30%;
	cursor:pointer;
}.buyut-kapat {
	position:absolute;
	right:20px;
	top:20px;
	width:32px;
	height:32px;
	background-image:url(../img/kapat.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}.buyut-yardim-sag {
	position: absolute;
	top: 50%;
	right: -64px;
	width: 64px;
	height: 64px;
	transform:translateY(-50%);
	background-image:url(../img/sag.png);
}.buyut-yardim-sol {
	position: absolute;
	top: 50%;
	left: -64px;
	width: 64px;
	height: 64px;
	transform:translateY(-50%);
	background-image:url(../img/sol.png);
}
.masaustu{
	display:table;
}
.mobil{
	display:none;
}
@media only screen and (max-width:1400px) {
	
}
@media only screen and (max-width:1100px) {
	.masaustu{
		display:none;
	}
	.mobil{
		display:table;
	}
}
@media only screen and (max-width:800px) {
	
	.popup_kapat{
		top:0px;
		right:0px;
	}
}
@media only screen and (max-width:700px) {
	.sol{
		width:90%;
		margin:10px 5%;
	}
	.sag{
		width:90%;
		margin:10px 5%;
	}
}
@media only screen and (max-width:600px) {
	h1{
		font-size:14pt;
		line-height:28pt;
	}
	h2{
		font-size:14pt;
		line-height:28pt;
	}
	h1.baslik{
		line-height:40px;
		font-size:20pt;
	}
}

@media only screen and (max-width:450px) {
	h1{
		font-size:12pt;
		line-height:22pt;
	}
	h2{
		font-size:12pt;
		line-height:22pt;
	}
	h1.baslik{
		line-height:30px;
		font-size:14pt;
	}
	.popup_ic img{
		width:90 !important;
		height:auto !important;
	}
}
@media only screen and (max-width:350px) {
	
}