/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,700,900');
html {
	height: 100% !important;
}
body {
	margin:0px;
	font-family: 'Raleway', Sans-serif !important;
	height: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700 !important;
}
h4, h5, h6{
	font-weight: 400 !important;
}
#logo {
	width:134px;
	left:calc(50% - 67px);
	text-align:center;
	margin:5px 0px 8px 0px;
	position:relative;
	z-index:99998;
}
.top-bar{
	position:absolute;
	top:0px;
	width:100%;
	height:40px;
	padding-right:calc(50% - 460px);
	text-align:right;
	font-family: 'Raleway', Sans-serif;
	border-bottom: 1px solid rgba(93,118,131,0.3);
	z-index:99997;
}
.top-bar i{
	width:39px;
	height:39px;
	text-align:center;
	padding:12px 12px 12px 8px;
	border-right: 1px solid rgba(93,118,131,0.3);
	color:rgba(93,118,131,1.0);
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.top-bar .fa-facebook:hover{
	color: #3e5c9a;
	background-color: #fff;
}
.top-bar .fa-twitter:hover{
	color: #1da1f2;
	background-color: #fff;
}
.top-bar .fa-instagram:hover{
	color: #eb1f42;
	background-color: #fff;
}
.top-bar .top-btn{
	width:39px;
	height:39px;
	padding:12px;
	font-size:13px;
	border-right: 1px solid rgba(93,118,131,0.3);
}
.top-bar .top-btn a{
	color:rgba(93,118,131,1.0);
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.top-bar .top-btn a:hover{
	color: #fdb94d;
	text-decoration:none;
}

header .btn-toggle {
    display: none;
}
/*
-------------------------- Menu --------------------------
*/

.menu {
	width:100%;
	background-color: rgb(245,245,245);
	border-bottom: 3px solid #fdb94d;
	height:50px;
	position:relative;
	z-index:9999;
}
.menubar{
	width:inherit;
	margin:auto;
	display: flex;
}
.menubar ul{
	list-style:none;
	position:relative;
	float:left;
	margin:auto;
	padding:0;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	text-transform: uppercase;
	align-self: center;
}
.menubar ul a{
	display:block;
	color:rgba(93,118,131,1.0);
	text-decoration:none;
	padding: 14px 16px 14px 16px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.menubar ul li a:hover{
	color:#fdb94d;
}
.menubar ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
.menubar ul i{
	display:none;
}
.menubar ul ul{
	display:none;
	position:absolute;
	left:0px;
	padding:2px 0px;
	margin: 0px 0px 0px;
}
.menubar ul ul li{
	width:220px;
	background-color: rgba(238,241,242,1.0);	
}
.menubar ul ul ul{
	top:0;
	left:100%;
	margin: 0px 2px;
}
.menubar ul ul ul li{
	width:200px;
}
.menubar ul li:hover > ul{
	display:block;
}
/*
-------------------------- Slide --------------------------
*/
#sli {
	width:100%;
	height:350px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	top:0px;
	box-shadow: 0px 5px 10px rgba(0,0,0, 0.0);
}
.kuslar, .kuslar img{
	width:73%;
	right:0px;
	position:absolute;
	opacity: 0.5;
}
#slider{
	float:inherit;
	display:list-item;
}
.item {
	width:100%;
	position:absolute;
	display:none;
}
.item img{
	width:100%;
	margin-top:-10%;
}
.item .content{
	position:absolute;
	top:70px;
	left:calc(50% - 430px);
	opacity:0.0
}
.item .content h1{
	color:#fff;
	text-transform:uppercase;
	text-shadow: 2px 2px 8px rgba(0,0,0, 0.6);
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:48px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.item .content p{
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:18px;
	margin-top:-10px;
	width:300px;
	text-shadow: 2px 2px 8px rgba(0,0,0, 0.6);
	opacity: 1.0;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.item .content p:hover, h1:hover{
	opacity: 0.6;
}
.slide-nav {
	position:absolute;
	height:17px;
	width:100%;
	top:325px;
	text-align:center;
}
.slide-nav-button{
	display:inline-block;
	width:150px;
	height:5px;
	background-color:#fff;
	margin:3px;
	opacity:0.6;
	cursor:pointer;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.slide-nav-button:hover{
	opacity:1.0;
}
.slide-nav-active{
	display:inline-block;
	width:150px;
	height:5px;
	background-color:#fdb94d;
	margin:3px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
#yukleme{
	width:0%;
	height:3px;
	left:0px;
	top:347px;
	position:absolute;
	background-color:#fdb94d;
	display:inline;
}
#sol{
	left:10px;
	position:absolute;
	top:calc(50% - 50px);
	cursor:pointer;
	opacity: 0.6;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
#sag{
	right:10px;
	position:absolute;
	top:calc(50% - 50px);
	cursor:pointer;
	opacity: 0.6;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
#sag:hover, #sol:hover{
	opacity: 1.0;
}
/*
-------------------------- Galeri --------------------------
*/
#galeri{
	width:100%;
	height:450px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	top:0px;
	box-shadow: 0px 5px 10px rgba(0,0,0, 0.0);
}
 .galeri-item {
	width:100%;
	position:absolute;
	opacity: 0.0;
	left: calc(100% - 945px);
}
 .galeri-item img{
	width:945px;
}
 .galeri-nav{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:5px 0px;
	text-align:left;
	background: rgba(0,0,0,0.0);
}
.galeri-nav img{
	height: 100px;
}
 .galeri-nav-button{
	display:inline-block;
	width:100px;
	height:100px;
	background-color:#fff;
	margin:10px 10px 0px 0px;
	opacity:0.6;
	overflow: hidden;
	cursor:pointer;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
 .galeri-nav-button:hover{
	opacity:1.0;
}
 .galeri-nav-active{
	display:inline-block;
	width:100px;
	height:100px;
	overflow: hidden;
	background-color:#fdb94d;
	margin:10px 10px 0px 0px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
/*
-------------------------- breadcumbs --------------------------
*/
.crumb{
	width:100%;
}
.breadcrumbs{
	padding:2px 0px;
	margin:10px 0px;
	list-style:none;
	border-bottom: 1px solid rgba(93,118,131,0.5);
	font-size:12px;
}
.breadcrumbs>li{
	display:inline-block;
}
.breadcrumbs>li+li:before{
	padding:0 5px;
	color:#ccc;
	content:"/";
}
.breadcrumbs a{
	color:rgba(93,118,131,1.0);
	text-decoration:none;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.breadcrumbs a:hover{
	color:#fdb94d;
	text-decoration:none;
}
.breadcrumbs>.active{
	color:rgba(93,118,131,0.8);
}

/*
-------------------------- faaliyetler --------------------------
*/
.faaliyetler{
	width: 100%;
	background-color: rgb(235,235,235);
	text-align: center;
}
.faaliyetler .col-xs-4{
	padding:0px 10px !important;
}
.faaliyetler .kutu{
	background-color:#fdb94d;
	margin: 20px 0px;
	color:white;
	opacity:1.0;
	text-align:center;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.faaliyetler .kutu:hover{
	opacity:0.8;
}
.faaliyetler .kutu h5{
	font-weight: 400 !important;
	margin: 0px !important;
	padding: 15px;
}
.faaliyetler .kutu a{
	color:#fff;
	text-decoration: none;
}
.faaliyetler .kutu img{
	width:100%;
}

/*
-------------------------- Ogrencilerimiz --------------------------
*/
.ogrencilerimiz{
	width: 100%;
}
.ogrencilerimiz .kutu{
	margin: 20px 0px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.ogrencilerimiz .kutu h4{
	font-weight: 400 !important;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(93,118,131,0.5);
}
.ogrencilerimiz .ogr h6{
	font-weight: 700 !important;
}
.ogrencilerimiz .ogr p{
	font-family: 'Raleway', Sans-serif !important;
	font-size:12px;
}
.ogrencilerimiz .ogr{
	border-bottom: 1px dashed rgba(93,118,131,0.3);
}

.ogrencilerimiz .stp{
	margin: 25px 0px;
	opacity:1.0;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.ogrencilerimiz .stp:hover{
	opacity:0.8;
}
.ogrencilerimiz .stp img{
	width:100%;
}

/*
-------------------------- Dostlar --------------------------
*/
.dostlar{
	width: 100%;
}
.dostlar .kutu{
	border-bottom: 1px solid rgba(93,118,131,0.5);
	padding: 10px 0px 15px 0px;
	text-align:center;
}
.dostlar h4{
	font-weight: 400 !important;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(93,118,131,0.5);
}
.dostlar img{
}

/*
-------------------------- Bağış-Gonüllü-Bize Katılın --------------------------
*/
.bgk{
	width: 100%;
	background-color: rgb(235,235,235);
	margin-top: 20px;
	padding: 0px;
}
.bgk .kutu{
	text-align: center;
	height: 120px;	
	opacity:1.0;
	margin:0px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.bgk .kutu:hover{
	opacity:0.8;
}
.bgk .bagis{
	background-color: #d67171;
	border-color: #fff;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}
.bgk .gonullu{
	background-color: #5ea887;
}
.bgk .katil{
	background-color: #d6b385;
	border-color: #fff;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}
.bgk img{
	float: left;
	margin: 12px;
}
.bgk h4{
	font-weight: 700 !important;
	color: #fff;
	padding: 42px 0px;
}
.icerik{
	margin: 15px 0px 0px;
}
/*
-------------------------- kurumsal sayfa navigasyon --------------------------
*/
.kurumsal-nav{
	position: absolute;
	background: rgba(245,245,245,1.0);
	margin: 0px 0px 0px;
	padding: 10px 0px;
	min-height: 100% !important;
    height: 100%;
}
.kurumsal-nav ul{
	list-style: none;
	padding: 0px;
}
.kurumsal-nav ul ul{
	list-style: none;
	padding: 0px 10px 0px;
}
.kurumsal-nav li{
	display: block;
}
.kurumsal-nav li a{
	font-weight:500;
	line-height: 25px;
	color:rgba(93,118,131,1.0);
	text-decoration:none;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}
.kurumsal-nav li a:hover{
	color:#fdb94d;
}
.kurumsal-nav li ul a{
	font-weight:200;
}
.kurumsal-icerik{
	min-height: 800px;
}
.kurumsal-icerik h3{
	font-size: 18px;
	font-weight: 600 !important;
	color:rgba(93,118,131,1.0);	
	margin: 10px 0px 0px;
}
/*
-------------------------- kurumsal sayfa yönetim kurulu --------------------------
*/
.yonetim .row{
	text-align: left;
}
.yonetim img{
	width: 120px;
	height: 150px;
	margin: 10px 0px 0px;
}
.yonetim h3{
	font-size: 18px;
	font-weight: 600 !important;
	color:rgba(93,118,131,1.0);	
}
.yonetim h5{
	font-size: 15px;
	font-weight: 500 !important;
	color:rgba(93,118,131,1.0);	
	margin: 5px 0px 0px;
}
.yonetim span{
	font-size: 12px;
	font-weight: 300 !important;
	color:rgba(93,118,131,1.0);	
}
.yonetim table{
	margin: 20px 0px;
}
.yonetim table td{
	vertical-align: top;
	text-align: left;
}
/*
-------------------------- faaliyet sayfa yönetim kurulu --------------------------
*/
.faaliyet .kutu{
	background:rgba(245,245,245,1.0);
	padding: 10px;
	margin: 0px 0px 20px 0px;
	height: 200px;
	opacity: 1.0;
	border-radius: 5px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.faaliyet .kutu:hover{
	opacity: 0.8;
}
.faaliyet h3{
	font-size: 18px;
	font-weight: 600 !important;
	color:rgba(93,118,131,1.0);	
}
.faaliyet a:hover{
	text-decoration: none;
}
.faaliyet-nav a{
	color: rgba(93,118,131,1.0);
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}
.faaliyet-nav a:hover{
	text-decoration: none;
	color:#fdb94d;
}
.faaliyet-nav{
	position: absolute;
	background: rgba(245,245,245,1.0);
	margin: 0px 0px 0px;
	padding: 10px 0px;
}
.faaliyet-nav p{
	color: rgba(93,118,131,1.0);
	border-bottom: 1px solid rgba(93,118,131,0.2);
	padding: 0px 0px 10px 0px;
}
/*
-------------------------- footer --------------------------
*/
footer{
	width:100%;
	background-color:#5d7683;
	font-size:13px;
	border-top: 1px solid #fff;
}
footer .logo{
	margin:20px 0px;
	height:220px;
}
footer .kutu{
	border-left: 1px solid #fff;
	margin:20px 0px;
	height:220px;
}
.gridbox {
	position: absolute;
    display: block;
    -webkit-column-width: 8em;
    -moz-column-width: 8em;
    -o-column-width: 8em;
    -ms-column-width: 8em;
    column-width: 8em;
    /* aesthetics, adjust to taste */
	width: 28em;
	height: 140px;
	left: 0px;
}
.gridbox li {
    display: block;
    width: 140px;
    margin: 0em;
    line-height: 1.5em;
    color: #fdb94d;
    text-align: left;
}
.gridbox li a{
	color: #fff;
	text-decoration:none;
	margin-bottom:5px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.gridbox h5{
	color: #fdb94d;
	margin:0px !important;
	padding: 0px 0px 5px;
}

footer .kutu a:hover{
	color: #fdb94d;
}
footer address{
	margin:20px 0px;
	color:#fff;
	border-left: solid 1px #fff;
	height: 220px;
}
footer address h5{
	color: #fdb94d;
	margin:0px !important;
}
.copyright{
	width:100%;
	background-color:#4a5e69;
	color:#fff;
	padding:30px;
	text-align:center;
}
/*
-------------------------- Sayfa --------------------------
*/
.bant{
	width:100%;
	height:200px;
	background-color:#475e6b;
	background-image:url(../images/bant_ortak_programlarimiz.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:81px 0px;
}
.bant h1{
	color:#fff;
	text-transform:uppercase;
	text-shadow: 2px 2px 8px rgba(0,0,0, 0.6);
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:38px;
	margin:0px !important;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.bant h1:hover{
	opacity:1.0;
}
/*
-------------------------- İletisim --------------------------
*/
.comments-area {
  margin-top: 60px;
}
.comments-area .comment-reply-title {
  text-transform: uppercase;
}
.comments-area .comment-notes {
  margin-bottom: 30px;
}
.comments-area .col-6 {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.row-comment {
  margin: 0 -10px;
}
.comment-form p {
  margin-bottom: 20px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form textarea {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px;
  vertical-align: top;
}
.comment-form textarea {
  height: 150px;
}
.comment-form input[type=submit] {
  padding: 13px 45px;
	background-color: #fdb94d;
	border: 0px;
	color:#fff;
	font-weight: 700;
}
.list-comments {
  margin-top: 60px;
}
.list-comments h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.list-comments ul {
  list-style: none;
  padding-left: 0;
}
.list-comments li {
  overflow: hidden;
  padding-bottom: 40px;
}
.list-comments .children {
  padding-left: 70px;
}
.list-comments .user-image {
  float: left;
  height: 100%;
}
.list-comments .comment-right {
  margin-left: 70px;
}
.list-comments .comment-right .comment-info {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
.list-comments .comment-right .comment-info a {
  font-weight: bold;
  margin-left: 10px;
  color: #999;
}
.list-comments .comment-right .comment-info a:hover {
  color: #1e73be;
}
/*Contact Page*/
.form-info {
  padding: 70px 0;
}
.form-info h4 {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.form-info .contact-info li {
  padding: 7px 0;
}
.form-info .contact-info ul{
  list-style: none;
  padding-left: 0;
}
.form-info .contact-info i {
  margin-right: 3px;
}
.form-info .col-4{
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.error {
  display: none;
}
p .error {
  color: red;
  font-size: 12px;
}
div.error {
  padding: 10px;
  border: 2px solid yellow;
}
#ajaxsuccess {
  display: none;
  padding: 10px;
  border: 2px solid green;
  font-size: 18px;
}
#google_map {
  height: 400px;
	border: solid #fdb94d;
	border-width: 1px 0px 0px 0px;
}
/*
-------------------------- Bagis --------------------------
*/
.bagis-icerik{
}
.bagis-baslik{
	height: 300px;
	position: relative;
	padding: 200px 0px 0px 0px;
}
.bagis-metin{
	position: relative;
	margin: 20px 0px 0px 0px;
	max-width: 400px;
}
.bagis-iban{
	position: relative;
	margin: 50px 0px 0px 0px;
	border-top: 1px solid rgb(150,150,150);
	max-width: 500px;
}
.bagis-baslik h1{
	position: relative;
	font-size: 60px;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
.bagis-baslik h1:hover{
	opacity: 1.0;
}
.bagis-bilgileri{
	margin: 80px 0px;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgb(150,150,150);
	display: list-item;
	float: inherit;
	padding: 2px 0px;
	list-style-type: none;
}
.bagis-yapan, .kredi-karti-bilgileri, .bagis-tutari{
	margin: 15px 0px 20px 0px;
	padding-bottom: 10px;
	width: 100%;
	display:none;
	position: relative;
	opacity: 0;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.bagis-sonuc{
	margin: 15px 0px 20px 0px;
	padding-bottom: 10px;
	width: 100%;
	height: 300px;
	position: relative;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}

.bagis-icerik .bagisci{
	width: 150px;
	font-weight: 400;
	margin: 0px 6px 0px 0px;	
}
.bagis-icerik .tarih{
	width: 80px;
	font-weight: 400;
	margin: 0px 4px 0px 0px;
}
.bagis-icerik .tarih-baslik{
	width: 100%;
	font-weight: 400;
	margin: 0px 4px 5px 0px;
}
.bagis-icerik .kartno{
	width: 100%;
	font-weight: 400;
	margin: 0px 4px 0px 0px;
}
.bagis-icerik .kartad{
	width: 100%;
	font-weight: 400;
	margin: 0px 4px 0px 0px;
}
.bagis-icerik .cekilen{
	font-size: 24px;
	font-weight: 600;
	color: red;
}
.bagis-btn, .bagis-btn:hover, .bagis-btn:visited, .bagis-btn:link{
	padding: 15px 45px;
	background-color: #fdb94d;
	border: 0px;
	color:#fff;
	font-weight: 700;
	text-decoration: none;
}
.bagis-btn-geri, .bagis-btn-geri:hover, .bagis-btn-geri:visited, .bagis-btn-geri:link{
	padding: 15px 45px;
	background-color: #ebebeb;
	
	color:#5e7583;
	font-weight: 700;
	text-decoration: none;
}

#BagisYap{
 	padding: 13px 45px;
	background-color: #fdb94d;
	border: 0px;
	color:#fff;
	font-weight: 700;
}

.bagis-icerik select[id=bagis-sec]{
	width: 100%;
	border: 2px solid #fdb94d;
}
.bagis-icerik input[type=text],.bagis-icerik input[type=email],.bagis-icerik textarea,.bagis-icerik input[type=number], .bagis-icerik select{
	height: 40px;
 	background: #fff;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
	border: 1px solid rgb(150,150,150);
  	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
  	vertical-align: top;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.babalar, .nakdi{
	display: none;
}
.babalar input[id=miktar-baba]{
	width: 100px;
	border: 1px solid #5ea887;
	font-size: 16px;
	font-weight: 600;
}
.babalar input[id=gonderici], .babalar input[id=alici]{
	width: 160px;
}
.babalar label{
	width: 170px;
	font-weight: 400;
	margin: 0px;
}
.bagis-yapan input[type=text], .bagis-icerik input[type=email]{
	width: 100%;
}
.bagis-icerik input[id=adi], .bagis-icerik input[id=soyadi], .bagis-icerik input[id=tel], .bagis-icerik input[id=tc], .bagis-icerik input[type=email]{
	width: 150px;
}
.bagis-icerik textarea{
	height: 70px;
	width: 100%;
	resize: none;
}
.bagis-icerik input[id=kartno]{ 
  	width: 160px;
}
.bagis-icerik input[id=cvc]{
	width: 50px;
}
.bagis-icerik input[type=text]:focus,.bagis-icerik input[type=email]:focus,.bagis-icerik textarea:focus, .bagis-icerik input[type=number]:focus{
	border: 1px solid #fdb94d;
	outline: none;
}
.bagis-icerik select:focus{
	border: 2px solid #fdb94d;
	outline: none;
}
.bagis-icerik input[id=miktar-diger]{
	width: 170px;
}
.bagis-icerik input[id=miktar-diger]:disabled{
	background: rgb(220,220,220);
}
.bagis-icerik .etiket{
	position: relative;
	cursor: pointer;
	padding-left: 30px;
    margin: 0px 10px 25px 0px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-msuser-select: none;
}
.bagis-icerik .etiket-diger{
	position: relative;
	cursor: pointer;
	padding-left: 30px;
    margin: 0px 10px 10px 0px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-msuser-select: none;
}
.bagis-icerik .etiket input[type=radio], .bagis-icerik .etiket-diger input[type=radio]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.bagis-icerik .miktar-radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
	border: 1px solid rgb(150,150,150);
    border-radius: 50%;	
}
.bagis-icerik .etiket:hover input ~ .miktar-radio, .bagis-icerik .etiket-diger:hover input ~ .miktar-radio{
    background-color: #ccc;
}
.bagis-icerik .etiket input:checked ~ .miktar-radio, .bagis-icerik .etiket-diger input:checked ~ .miktar-radio{
    background-color: #fff;
	border: 6px solid #fdb94d;
}

.bagis-icerik .gizli-etiket{
	position: relative;
	cursor: pointer;
	padding-left: 8px;
    margin: 5px 10px 8px 0px;
	font-weight: 400;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-msuser-select: none;
}
.bagis-icerik .gizli input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.bagis-icerik .gizli-radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
	border: 1px solid rgb(150,150,150);
}
.bagis-icerik .gizli-etiket:hover input ~ .gizli-radio{
    background-color: #ccc;
}
.bagis-icerik .gizli-etiket input:checked ~ .gizli-radio{
    border: 0px;
	background-image: url("../images/check.gif");
}
.bagis-icerik .hata{
	color: red;
	font-weight: 700;
}


/*
-------------------------- Responsive --------------------------
*/
@media (max-width: 919px) {
	
#logo img{
	width:125px;
	height:120px;
}
/*
-------------------------- Menu --------------------------
*/
.top-bar{
	display:none;
	position:relative;
	width:100%;
	height:40px;
	right:0px;
	padding:0px;
	margin:0px;
	text-align:right;
	border-bottom: 2px solid #fdb94d;
	background-color:#dbe0e2;
}
.top-bar span:hover{
	color: #5d7683;
	background-color:rgba(93,118,131,0.2);
}
header .btn-toggle {
    display: block;
	right:15px;
	position:absolute;
    width: 45px;
    height: 40px;
    background: transparent;
    border: none;
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 20px;
	z-index: 99999;
	color: #5d7683;
}
.menu {
	display:none;
}
.menubar{
	width:auto;
	margin:auto;
	display:inherit;
}
.menubar .drop{
	display:block;
}
.menubar ul{
	float:none;
}
.menubar ul i{
	display:block;
}
.menubar ul li{
	position:relative;
	float:none;
	border-bottom: 1px solid rgba(93,118,131,0.1);
	background-color: rgb(250,250,250);
}
.menubar ul ul{
	position:relative;
	display:none;
	padding:0px;
}
.menubar ul ul li{
	width:100%;
	padding-left:0px;
}
.menubar ul ul ul{
	position:relative;
	padding:0px;
	left: 0px;
}
.menubar ul ul ul li{
	width:100%;
	padding-left:10px;
	background: rgba(93,118,131,0.1);
}
.menubar ul li ul{
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.menubar ul li:hover > ul{
	display:none;
}
.golge{
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	min-height: 100%;
	z-index: 9999;
	top:135px;
	display:none;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
.faaliyet .kutu{
	height: 165px;
}
.faaliyet h3{
	font-size: 14px;
}
/*
-------------------------- Slide --------------------------
*/
#sli {
	height:250px;
}
.kuslar, .kuslar img{
	height:250px;
}
.item {
	width:100%;
	display:none;
	height:250px;
}
.item img{
	width:100%;
	margin-top:-10%;
}
.item .content{
	position:absolute;
	top:50px;
	left:40px;
}
.item .content h1{
	font-size:38px;
}
.item .content p{
	font-size:14px;
	width:300px;
}
.slide-nav {
	top:226px;
}
.slide-nav-button{
	width:100px;
	height:5px;
}
.slide-nav-active{
	width:100px;
	height:5px;
}
#yukleme{
	top:247px;
}
#sol, #sol img{
	left:5px;
	height:60px;
	top:calc(50% - 30px);
}
#sag, #sag img{
	right:5px;
	height:60px;
	top:calc(50% - 30px);
}
.kurumsal-nav{
	display: none;
}
}
@media (max-width: 768px) {
	
/*
-------------------------- Slide --------------------------
*/
#sli {
	height:200px;
}
.item img{
	width:100%;
	height:250px;
}
.kuslar, .kuslar img{
	display:none;
}
.slide-nav {
	display:none;
}
.item .content{
	top:15px;
}
.item .content h1{
	font-size:30px;
	width:300px;
}
.item .content p{
	font-size:14px;
	width:250px;
}
#yukleme{
	display:none;
}
#sol, #sol img{
	left:5px;
	height:60px;
	top:70px;
}
#sag, #sag img{
	right:5px;
	height:60px;
	top:70px;
}

footer .logo{
	height:126px;
}
footer .kutu{
	display:none;
}

.faaliyetler .col-xs-4{
	padding:0px 5px !important;
}
.faaliyetler .kutu{
	margin: 10px 0px;
}
.faaliyetler .kutu h5{
	font-weight: 400 !important;
	font-size:12px !important;
	margin: 0px !important;
	padding: 5px 0px;
}

.bgk img{
	margin-left:calc(50% - 25px);
	width:50px;
}
.bgk h4{
	padding: 70px 0px;
}

.dostlar img{
	width:20%;
}

footer .logo{
	margin:20px 0px;
	text-align:center;
}
footer .logo img{
	margin-left:calc(50% - 65px);
}
footer address{
	text-align:center;
}
.bant{
	height:150px;
	padding:61px 0px;
}
.bant h1{
	color:#fff;
	text-transform:uppercase;
	text-shadow: 2px 2px 8px rgba(0,0,0, 0.6);
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:28px;
	margin:0px !important;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}
#galeri{
	width:100%;
	height:450px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	top:0px;
	box-shadow: 0px 5px 10px rgba(0,0,0, 0.0);
}
.faaliyet-nav{
	background: rgba(245,245,245,0.0);
	border-top: 1px solid rgba(93,118,131,0.2);
}
/*
-------------------------- Galeri --------------------------
*/
#galeri{
	height:350px;
}
 .galeri-item {
	left: calc(100% - 720px);
}
 .galeri-item img{
	width:720px;
}
}
@media (max-width: 425px){
#galeri{
	height:190px;
}
 .galeri-item {
	left: calc(100% - 395px);
}
 .galeri-item img{
	width:395px;
}
.galeri-nav img{
	height: 50px;
}
 .galeri-nav-button, .galeri-nav-active{
	width:50px;
	height:50px;
	margin:5px 5px 0px 0px;
}
}