body {
	font-family: 'Open Sans', sans-serif;
	background-color:#fafafa;

}

h1, h2, h3 {
	
	letter-spacing: -0.8px;
	
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

p { font-family: Georgia; }

html {
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   
}


#button {
  display: inline-block;
  background-color: #153960;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 150px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 40px;
  color: #fff;
	padding-right: 5px;
	padding-top:5px;
	text-align: center;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
	text-decoration: none;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


.uyeIsim {
	
	font-size: 18px;
	font-weight: 400;
	color:#737373;
}

.uyeTitle {
	
	color:#737373;
	font-weight: 300;
	font-size: 12px;
}

.uyeSirket {
	color:#737373;
	font-weight: 300;
	font-size: 12px;
}

.uyeBorder{
	border: 1px solid #f1f1f1;
	background-color:#ffffff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-bottom:20px;
}

.uyeBorder:hover {
	
	transform: scale(1.04);
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 9999;
	
}


.uyeBorder img {
	
	border-radius: 10px;
	margin-top:20px;
	margin-bottom:10px;
	overflow: hidden;
	
	
}



.uyeList {
	
	/* border:1px solid #aa509f; */
	border-radius: 20px;
	padding:20px;
	text-align: center;
	
}

.uyeList h3 {
	
	font-weight: 800;
	
}

.subimg { margin-bottom:30px; }

.panel-title {
	
	font-size: 20px;
	text-decoration: none;
	
}

.padding30 {
	
	padding:30px;
	
}


.padding50 {
	
	padding:50px;

	
}


.bigTitle {
	
	font-weight: 700;
	color:#153960;
	font-size: 25px;
	margin-bottom:20px;
	
}


.takvim {
	
	padding:20px;
	border-radius: 5px !important;
	margin-bottom:20px;
	    background-image: url(../img/shape-dark-06.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 700px;
}

.takvim p {
	color:#ffffff !important;
	font-size: 14px !important;
}

.takvim h2 {
	
	font-size: 18px !important;
	color:#ffffff !important;
	
}


.margin-bottom {
	
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #f1f1f1;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	z-index: 0;
	
}


.margin-bottom:hover {
		
	background-color: #ffffff;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	z-index: 9999;
}

.chart {
  width: 100%; 
  min-height: 450px;
}

.subBack { margin-bottom:20px; }


.subBack a {
	
	display: inline-block;
	background-color:#ececec;
	border:1px solid #cecdcb;
	padding:20px;
	border-radius: 5px;
	font-weight: 800;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
}

.subBack a:hover {
	
	text-decoration: none;
	
}


.headerTutucu a { color:#ffffff; text-decoration: none; }

.headerTutucu {
	
	background-color:#17385f;
	height: 336px;
	background-image: url("../img/header.jpg");
	
	background-repeat: no-repeat;
	background-position: left;
	background-size:cover;
	padding-top:40px;
}


.headerTutucu h1 {
	
	color:#ffffff;
	font-weight: 300;
	font-size: 45px;
}

.headerTutucu h1 span {
	
	font-weight: 900;
}


.headerTutucu h1::after {
	display: block;
	content: "";
	width: 200px;
	margin-top:10px;
	margin-bottom:20px;
	height: 10px;
	border-radius: 20px;
	background-color:#ffffff;
}


.headerTutucu p { 

	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size: 18px;
	font-weight: 300;
	max-width: 400px;
	
}


.header {
	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	background-color: #ffffff;
	margin-top:-70px;
	background-image: url("../img/aifd-pattern.png");
	background-position: top -20px right 30px;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
}


.basiliKitap { margin-top:30px; }

.basiliKitap:hover { cursor: pointer; }


.sidebarContainer {
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	padding-left:50px;
	padding-right: 50px;
	padding-top:20px;
	padding-bottom:50px;
	border-radius: 5px;
	border:1px solid #f0f0f0;
	background-color: #ffffff;
	background-image: url("../img/sidebar-menu-footer-bg.png");
	background-position: right -50px bottom;
	background-repeat:no-repeat;
	padding-bottom:150px;
}

.sidebarContainer h1 {
	
	font-weight: 800;
	color:#153960;
	font-size: 25px;
	margin-bottom:30px;
}

.sidebarContainer ul {
	
	padding:0px;
	margin:0px;	
}

.sidebarContainer ul li {
	
	border-bottom:2px solid #f2f2f2;
	list-style: none;
	margin-bottom:8px;
	padding-bottom:8px;
	
}


.sidebarContainer ul li:nth-last-child(1){
	border:none;
}

.sidebarContainer ul li a {
	
	color:#172743;
	font-size: 18px;
	font-weight: 400;
}

.sidebarContainer ul li a:hover {
	text-decoration: none;
}


.mainContainer {
	
	margin-top:-100px;
	
}


.containerCol {
	
	margin-top:150px;
	
	
}

.containerColTutucu {
	
	padding-left:50px;
	padding-right:0px;
	
}

.shadow {
	
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-color: #ffffff;
}

.shadow:hover {
	
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.1);
	

	
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}


.twoCol {
	
	-webkit-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 25px 4px rgba(0,0,0,0.05);
	border-radius: 5px;
	background-color:#ffffff;

}

.left { margin-right: 25px; }
.right { margin-left:25px; }

.padding {
	
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:30px;
	
}

.padding10 {
	
	padding:10px;
	
}

.containerColTutucu h2 {
	
	font-weight: 800;
	font-size: 22px;
	color:#4079b4;
	line-height: 30px;
	margin-bottom: 20px;
}


.containerColTutucu p {
	
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color:#212121;
}

.containerColTutucu ul {
	
	margin-top:5px;
	margin-bottom:5px;
	
}

.containerColTutucu ul li {
	
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color:#656565;
	margin-bottom:10px;
	font-family: Georgia; 
}


.lnk {
	
	background-color:#aeccf8 !important;
	font-size: 12px;
	color:#ffffff !important;
	text-decoration: none;
	padding-left:18px;
	padding-right: 18px;
	padding-top:8px;
	padding-bottom:8px;
	border-radius: 20px;
	font-weight: 600;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.lnk:hover {
	
	text-decoration: none;
	
	
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	
	
}


.g1 {
	position: absolute;
	left:0px;
	bottom:0px;
}

.g2 {
	position: absolute;
	right:0px;
	bottom:0px;
}

.containerRow {
	
	margin-bottom:40px;
}

.containerRow h2 {
	
	color:#153960;
}

.sub h2 { margin-top:0px; }

.imgBG {
	
	background-image: url("../img/thumbbg.png");
	background-repeat: no-repeat;
	background-size:cover;
	padding-top:80px;
	padding-bottom: 80px;
	
}


.imgBG h2 {
	
	color:#153960;
	max-width: 350px;
	margin:0 auto;
	margin-bottom:30px;
}

.dortluGrid {
	
	margin-top:20px;
	margin-bottom:20px;
	font-weight: 300;
	color:#656565;
	
}

.dortluGrid span {
	
	display: block;
	font-size: 30px;
	color:#7e0087;
	font-weight: 400;
}

.yuzde {
	
	display: block;
	font-size: 30px;
	color:#7e0087;
	font-weight: 400;
}

.footer {
	
	padding-top:50px;
	min-height: 150px;
	background-image: url("../img/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#f7f4ed;
	margin-top:100px;
	
	
}


.aifdhidden { visibility: hidden; }

.visible { visibility: visible; }

.twoCol h2 {
	
	color:#153960;
	font-size: 19px;
	margin-bottom:5px;
}

subtitle {

	display: block;
	font-size: 13px;
	color:#707070;
	margin-bottom:15px;
	font-family: Georgia;
	font-size: 17px;
	
}


.twoCol a {
	background-color:#ffffff;
}

.twoCol p {
	margin-top:10px;
	margin-bottom:20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color:#656565;
}

.renk1 {
	
	background-color:#aa519f;
	background-image: url("../img/shape-dark-06.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 400px;
}

.renk2 {
	
	background-color:#5b71ad;
	background-image: url("../img/shape-dark-06.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 400px;
}



.hamburger { display: none; }


.subMenu a {
	
	color:#172e4e;
	display: block;
	border-bottom: 1px solid #aeccf8;
	padding-bottom:10px;
	padding-top:10px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.subMenu a:hover {
	
	background-color:#aeccf8;
	text-decoration: none;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	padding-left:15px;
	
}

.subMenu ul {
	
	padding:20px;
	padding-left:0px;
}


.subMenu ul li {

	list-style: none;
}


/*
* Media Queries
*******************/

@media only screen and (max-width : 1200px) {
	
	
	
	
}

@media only screen and (max-width : 992px) {
	
	
	.containerCol {
		
		margin-top:50px;
	}
	
	
	.headerTutucu {
	
	background-color:#17385f;
	height: 280px;
	background-image: url("../img/header.jpg");
	
	background-repeat: no-repeat;
	background-position: top 0px right -550px;
	background-size:cover;
	padding-top:40px;
}
	
	.headerTutucu {
		
		padding-left:20px;
		padding-right: 20px;
		
	}
	
	.headerTutucu h1 {
	
		color:#ffffff;
		font-weight: 300;
		font-size: 30px;
	}

	.headerTutucu h1 span {

		font-weight: 900;
	}


	.headerTutucu h1::after {
		display: block;
		content: "";
		width: 200px;
		margin-top:10px;
		margin-bottom:20px;
		height: 10px;
		border-radius: 20px;
		background-color:#ffffff;
	}

	
	.hamburger { 
		display:block !important;
		position: absolute; 
		right: 20px;
		top:20px;
	}
	
	.inner-wrapper-sticky {
		
		z-index: 99999;
		top:0px !important;
	}
	
	.menu { display: none; padding-bottom: 50px; }
	
	.menuspan { font-size: 10px; color:#8c8c8c; }
	
	.sidebarContainer {
		
		margin-bottom:50px;
		background-color:#ffffff;
		padding-bottom:0px;
		padding-top:10px;
		padding-left:20px;
		border-radius:0px;
		
		
	}
	
	
	.sidebarContainer h1 {
		
		font-size: 16px;
		
	}
	
	
	.headerLogoContainer {
		padding-left:20px;
		padding-right: 20px;
		
	}
	
		
	.containerColTutucu {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.right {
		margin-left: 0px;
		margin-top:30px;
	}
	
	.left {
		margin-right: 0px;
	}
	
	.mainContainer {
		margin-top: 50px;
		padding-left:20px;
		padding-right:20px;
	}
	
	.footer {
		padding-left:50px;
		padding-right:50px;
	}
	
	.g1 {
		display: none;
	}
	
	.g2 {
		display: none;
	}
	
	.header {

		background-image: url(../img/aifd-pattern.png);
		background-position: top 60px right -10px;
		background-size: 100px;
	}
	
	.renk1 {
		background-size: 950px;
	}

	.renk2 {
		background-size: 950px;
	}
	
	.desktopMenu { display: none !important; }
	
	.mobileMenu { display: block !important; }
	
	.headerTutucu {
		background-position: top 0px right -50px;
	}
	
}


@media only screen and (max-width: 767px) {

	.renk1 {
		background-size: 550px;
	}

	.renk2 {
		background-size: 550px;
	}
	
}


@media only screen and (max-width : 580px){
	


}


@media only screen and (max-width : 520px) {
	
}


@media only screen and (max-width : 480px) {


}

@media only screen and (max-width : 370px){


}

@media only screen and (max-width : 320px) {


}


@media only screen and (min-width : 1200px) {



}

@media only screen and (min-width : 1360px) {


}

@media only screen and (min-width : 1439px) {


}

@media only screen and (min-width : 1599px) {



}


