﻿/*	GENEL ALAN	*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:1.9;
	font-weight:400;
	background:url(../img/background.webp) repeat #f9fafb;
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:800;
	font-family: 'Saira Condensed', sans-serif;
	color:#333;
}
h1 {
	font-size:24px;
	padding:30px 0 20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #eee;

}
.btn{
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-size:13px;
}
.btn-kayit{
	font-weight:800;
	font-family: 'Saira Condensed', sans-serif;
	font-size:22px;
}
.ta-r{
	text-align:right;
}
.mt-4{
	margin-top:40px;
}
a {
	text-decoration:none;
	cursor:pointer;
}
label{
	font-weight:700;
}

@media (min-width:768px) {

  .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
  }
  
}

small{
	font-size:12px;
	line-height:14px;
	color:#666;
	padding:10px 0 5px 0;
}
.font-red{
	color:#f00;
}
.bold{
	font-weight:700;
}
.iki {
    position: relative;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dikkat{
	color:#F00;
	display:none;
	font-size:12px;
}
.form-control{
	font-size:13px;
}
.loading{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background:rgba(0,0,0, 0.5);
	color:#fff;
	font-size:100px;
	text-align:center;
	padding-top:40vh;
	display:none;
}
.lise-durumu{ 
	display:none;
}

.top-menu{
	height:50px;
	background:#000;
}
.top-menu a{
	line-height:50px;
	margin-right:15px;
	color:#fff;
}

.header {
	padding:20px 0;
}
.header a{
	color:#000;
	border-left:1px solid #ccc;
	font-weight:800;
	font-family: 'Saira Condensed', sans-serif;
	font-size:26px;
	text-decoration:none;
	line-height:80px; 
}
.header a img{
	float:left;
	margin-right:20px;
}

.menu{
	font-weight:800;
	font-family: 'Saira Condensed', sans-serif;
	font-size:24px;
	color:#fff;
	background:#0c8693;
	padding:10px 0;
}
.main {
	margin: 20px auto;
	border:5px solid #f7f7f7;
	border-radius:10px;
	background: #fff;
}
.duyuru {
	border-right:1px solid #eee;
	min-height:550px;
	padding:20px;
		
}
.duyuru h3{
	background:url(../img/bg-heading.png) repeat;
	text-shadow:0 0 10px #fff;
	padding:5px 10px;		
}
.duyurular {
			
}
.duyurular td {
	border-bottom:1px dashed #ddd;
	padding:20px 10px;
}
.duyurular td a{
	font-family: 'Saira Condensed', sans-serif;
	font-size:16px;
}
.duyurular td .tarih{
	font-family: 'Saira Condensed', sans-serif;
	background:url(../img/news-date.png) repeat;
	width:50px;
	height:65px;
	text-align:center;
}
.duyurular td .tarih .gun{
	font-weight:800;
	font-size:24px;
	line-height:32px;
}
.duyurular td .tarih .ay{
	line-height:30px;
}
.icerik{
	text-align:justify;
	line-height:26px;
}

.breadcrumb{
	background:#eee;
	font-family: 'Saira Condensed', sans-serif;
	font-weight:800;
	font-size:13px;
	padding:10px 20px;
	margin-top:-15px;
}
.breadcrumb .breadcrumb-item{
	max-width:180px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.oturum {
	padding:50px 20px;
	min-height:550px;
}
.oturum p{
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}
.oturum .btn{
	font-weight:700;
	font-size:14px;
}
.kayit .section{
	border:1px solid #f1f1f1;
	padding:10px 20px;
	margin-bottom:20px;
}
.kayit h4{
	font-size:18px;
	background:#f1f1f1;
	padding:15px 20px;
	margin:0;
}



.foot-menu{
	background:#0c8693;
	padding:20px 0;
	color:#eee;
	font-size:13px;
}
.foot-menu h5{
	color:#fff;
}
.foot-menu a{
	color:#fff;
}
.foot-menu ul{
	padding-left:15px;
}
.footer{
	background:#000;
	padding:20px 0;
	color:#ccc;
	font-size:13px;
}
.footer a{
	color:#ccc;
}




.image-editor{
	border:1px dashed #eee;
	padding:20px;
	background:#eee;
	min-height:468px;
}
.image-editor label{
	margin:10px 0;
}
.image-editor input[type="file"]{
	border-radius:0 !important;
	box-shadow: none !important;
	border:1px solid #ddd !important;
	border-bottom-width:4px !important;
}
.cropit-preview {
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 10px auto 0 auto;
	width:300px;
	height: 300px;
}

.cropit-preview-image-container {
  cursor: move;
}
.cropit-preview-profil {
	width:250px;
	height:250px;
	margin:10px auto;
}
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 28px;
    width: 15px;
    background: #5cb85c;
    margin-top: -12px;
	cursor:pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}





.select2-selection {
	height:38px !important;
	line-height:36px !important;
	border-radius: 0 !important;
	border:1px solid #ddd !important;
}
.select2-selection__rendered {
	height:38px !important;
	line-height:34px !important;
}
.select2-selection__arrow{
	margin-top:3px;
}
input[type="text"], input[type="email"], textarea{
	border-radius: 0 !important;
	border:1px solid #ddd;
}

.i-checks {
  padding-left: 20px;
  cursor: pointer;
  font-weight:normal;
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #23b7e5;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-checks > span {
  margin-left: -20px;
}

.i-checks > span .active {
  display: none;
}

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}

.i-checks-lg > i {
  width: 30px;
  height: 30px;
}