#image-container{
      list-style-type: none;
}
#imageContainer img{
	height: 120vh;
	display:grid;
	place-items:center;
	margin:auto;
	    }
.arkaplan{
	opacity: 0.2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
.baslik{
	text-decoration: none;
	color: #333333 !important;
	text-align: center !important;
}
.container{
	position: relative;
}
.site-heading{
	margin-top: -10px;
	margin-right: 30%;
}
.subheading{
	margin-bottom: -250px;
	letter-spacing: 3px;
}
a{
	text-decoration: none !important;
	color: wheat !important;
}

a:hover{
	color: #CC9966 !important;
}
#tarih{
	text-align: right;
}
	    
.sureler{
	display: grid;
	position: relative;
}
.sure{
	display: contents;
}
.sure a {
	color: #333333 !important;
}
.sure a:hover {
	color: #CC9966 !important;
}
.sure .btn{
	margin-bottom: 25px;
	padding: 15px;
}
	    
/* Banner */

#banner {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background-image: url(" ");
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 6em 0 2em 0 ;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 0 !important;
	cursor: default;
	height: 60vh;
	
	max-height: 32em;
	min-height: 22em;
	position: relative;
	top: -3.25em;
	justify-content: center;
}

#banner:after {
	-moz-transition: opacity 2.5s ease;
	-webkit-transition: opacity 2.5s ease;
	-ms-transition: opacity 2.5s ease;
	transition: opacity 2.5s ease;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	pointer-events: none;
	background-color: #242943;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#banner h1 {
	font-size: 3.25em;
}

#banner > .inner {
	-moz-transition: opacity 1.5s ease, -moz-transform 0.5s ease-out, -moz-filter 0.5s ease, -webkit-filter 0.5s ease;
	-webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease, -webkit-filter 0.5s ease;
	-ms-transition: opacity 1.5s ease, -ms-transform 0.5s ease-out, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
	transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
	position: relative;
	z-index: 2;
}

#banner > .inner .image {
	display: none;
}

#banner > .inner header {
	width: auto;
}

#banner > .inner header > :first-child {
	width: auto;
}

#banner > .inner header > :first-child:after {
	max-width: 100%;
}

#banner > .inner .content {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}

#banner > .inner .content p {
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

#banner.major {
	height: 75vh;
	min-height: 30em;
	max-height: 50em;
}

#banner.major.alt {
	opacity: 0.75;
}

#banner.style1:after {
	background-color: #6fc3df;
}

#banner.style2:after {
	background-color: #ebc8a0;
	opacity: 0.65;
	box-shadow: 2px 5px 2px #fae7d2;
}

#banner.style3:after {
	background-color: #ec8d81;
}

#banner.style4:after {
	background-color: #e7b788;
}

#banner.style5:after {
	background-color: #8ea9e8;
}

#banner.style6:after {
	background-color: #87c5a4;
}

body.is-preload #banner:after {
	opacity: 1.0;
}

body.is-preload #banner > .inner {
	-moz-filter: blur(0.125em);
	-webkit-filter: blur(0.125em);
	-ms-filter: blur(0.125em);
	filter: blur(0.125em);
	-moz-transform: translateX(-0.5em);
	-webkit-transform: translateX(-0.5em);
	-ms-transform: translateX(-0.5em);
	transform: translateX(-0.5em);
	opacity: 0;
}

@media screen and (max-width: 1280px) {

	#banner {
		background-attachment: scroll;
	}
	/* img{
		margin-left: auto;
	} */
	.indirname{
		margin-left: auto;
	}
	
	.dosyaindir{
	    text-align: center;
	    margin-top: 35px !important;
	    padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {

	#banner {
		padding: 5em 0 1em 0 ;
		height: auto;
		margin-bottom: -2.75em;
		max-height: none;
		min-height: 0;
		top: -2.75em;
		margin-right: -10px;
	}

	#banner h1 {
		font-size: 2em;
	}

	#banner > .inner .content {
		display: inline-block;
	}
	#banner.major {
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.site-heading{
		margin: 0px auto;
	}
/*	img{
		margin-left: 40%;
	} */
	
	.dosyaindir{
	    text-align: center;
	    margin-top: 35px !important;
	    padding-bottom: 15px;
	}
    .menucontainer{
	margin-left: 0px !important;
	margin-top: 5px !important;
    }
    .container{
    padding-left: 25px !important;
    }
    .sure .btn{
	margin-top: 15px;

    }
    .baslikdiv{
    display: block !important;
    text-align: center;
    }
    .pagination{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 480px) {

	#banner {
		padding: 6em 0 2em 0 ;
		margin-right: -10px;
	}

	#banner > .inner .content p br {
		display: none;
	}

	#banner.major {
		padding: 8em 0 4em 0 ;
	}

	.site-heading{
		margin: 0px auto;
	}

/* 	img{
		margin-left: 40%;
	} */
	.dosyaindir{
	    text-align: center;
	    margin-top: 35px !important;
	    padding-bottom: 10px;
	}
    .menucontainer{
	margin-left: 0px !important;
	margin-top: 5px !important;
    }
    .container{
    padding-left: 25px !important;
    }
    .sure .btn{
	margin-top: 15px;
    }
    .baslikdiv{
    display: block !important;
    text-align: center;
    }
    
}
/* Banner */


/*Menu*/
html, body{
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	height:100%;
}
body{
	background:rgba(0, 0, 0, 0.5); 
}

.menucontainer{
	position: relative;
	display: inline-block;
	max-width:80px;
	max-height: 210px;
	background:rgba(0, 0, 0, 0.75);
	margin-left: 5%;
	margin-top: 50%;
	border:1px solid #111;
	border-radius:4px;
	box-shadow:0px 4px 5px rgba(0, 0, 0, 0.75);
}
.link{
	font-size:16px;
	font-weight:300;
	text-align:center;
	position:relative;
	height:40px;
	line-height:40px;
	margin-top:10px;
	overflow:hidden;
	width:90%;
	margin-left:5%;
	cursor:pointer;
}
.link:after{
	content: '';
	position:absolute;
	width:80%;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	bottom:50%;
	left:-100%;
	transition-delay: all 0.5s;
	transition: all 0.5s;
}
.link:hover:after,
.link.hover:after{
	left:100%;
}
.link .text{
	text-shadow:0px -40px 0px rgba(255, 255, 255, 1);
	transition:all 0.75s;
	transform:translateY(100%) translateZ(0);
	transition-delay:all 0.25s;
}
.link:hover .text,
.link.hover .text{
	text-shadow:0px -40px 0px rgba(255, 255, 255, 0);
	transform:translateY(0%) translateZ(0) scale(1.1);
	font-weight:600;
}
/* Menu*/