html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #eee;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color: #0a98d4;
}
img {
	border: 0;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
}
html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}
.row {
	clear: both;
	width: 100%;
	overflow-x: hidden;
}
.headerback {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
}
.headerbg {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 1;
}
.headertop {
	position: relative;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header {
	position: relative;
	top: 0px;
	left: 0px;
}
.m1 {
	float: left;
	background-color: transparent;
	height: 70px;
	line-height: 70px;
	text-align: right;
	padding-right: 1.0%;
}
.m2 {
	float: left;
	background-color: transparent;
	height: 70px;
}
.m3 {
	padding-left: 0.5%;
	float: left;
	background-color: transparent;
	height: 70px;
	line-height: 70px;
	text-align: left;
}
.m1 a {
	color: #333;
	padding-right: 25px;
}
.m3 a {
	color: #333;
	padding-left: 25px;
}

.under_menu
{
height:70px;
}


#home_slider_desktop
{
display:block;
}
#home_slider_mobile
{
display:none;
}

.menu {
	z-index: 999;
	overflow: hidden;
	color: white;
	background-color: white;
	font-family: 'Oswald', sans-serif;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu a {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.menu a:hover {
	color: #0a98d4;
}
.menu .row {
	overflow: hidden;
//	height: 70px;
	max-width:1200px;
	margin:0 auto;
}
.mp1 {
	float: left;
	width: 20%;
//	height: 70px;
	color: red;
}
.mp2 {
	float: left;
	width: 80%;
	height: 70px;
}
.pattern {
	height: 10px;
	width: 100%;
	background-color: #0a98d4;
}

.container {
	width: 1200px;
	min-height: 361px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	display: block;
}

.container2 {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:30px 40px 0 40px;
}

.container-nb {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.r1 {
	width: 60%;
	height: 300px;
	float: left;
}
.r2 {
	width: 36%;
	float: left;
	height: 300px;
	padding: 2%;
	font-family: titillium web;
}
.r2 hr {
	height: 1px;
	background-color: #333;
	border: 0px;
}
.r2 h1 {
	font-weight: 700;
}
.th-photo {
	width: 32%;
	height: auto;
	overflow-y: hidden;
	float: left;
	border: 2px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
}
.th-photo:hover {
	opacity: 0.8;
}
.footer {
	min-height: 100px;
}
.footertop {
	min-height: 200px;
	background-color: lightblue;
}
.footerbottom {
	height: 60px;
	background-color: #0a98d4;
	line-height: 60px;
	text-align: center;
	font-family: titillium web;
}
.footerinput {
	border-radius: 30px 0px 0px 30px;
	border-top-right-radius-: 0px;
	width: 70%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.footerbutton {
	padding: 10px;
	border-radius: 0px 30px 30px 0px;
	background-color: #0a98d4;
	height: 40px;
	margin-left: -5px;
	color: white;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	font-family: titillium web;
	text-align: center;
}
.footerbutton:hover {
	background-color: red;
}
.fastmenu {
}
.fastmenu a {
	font-family: titillium web;
	margin-left: 4px;
	margin-top: 20px;
	display: inline-block;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}
.social img {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}
.social img:hover {
	opacity: 0.7;
}
.fastmenu a:hover {
	color: black;
	text-decoration: underline;
}

.logo
{
height:70px;
}


a {
	color: #0a98d4;
}
.menu06 {
}
.menucontainer {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.menucontainer-bg {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.lang {
	position: fixed;
	top: 25px;
	right: 30px;
	width: 30px;
	height: 19px;
	background-color: #333;
	overflow: hidden;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius: 2px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	text-align: center;
	-webkit-transition: all 500ms ease-out .1s;
	-moz-transition: all 500ms ease-out .1s;
	-o-transition: all 500ms ease-out .1s;
			transition: all 500ms ease-out .1s;
}
.lang:hover {
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
			box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
}



.title {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-bottom: -30px;
	margin-top: 25px;
	font-family: 'titillium web';
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1.5px;
}
.m4 {
	display: none;
	padding:6px 10px 0 0; 
	height: 35px;
	width: 15%;
	float: left;
	line-height: 35px;
	font-size: 25px;
	color:#444;
	cursor: pointer;
}
.m4 i {
	padding: 5px 8px;
	background-color: white;
	border-radius: 4px;
	border: 0px solid #aaa;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.m4 i:hover {
	background-color: black;
	color: white;
}
.foo-1 {
	width: 50%;
	float: left;
}
.foo-2 {
	width: 50%;
	float: left;
}
.foo-3 {
	float: right;
}
.bar {
	max-width: 1200px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background: #f6f8f8;
	padding: 40px;
	border-radius: 4px;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 80px;
}
.title hr {
	border: 0px;
	background-color: #ddd;
	height: 1px;
	width: 10%;
}
.st {
	width: 24.50%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.st2 {
	width: 33.3%;
	float: left;
	//padding-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.st2:hover{

	opacity: 0.7;
}
.proje {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	background-color: white;
	margin-top: 40px;
	box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.htext {
}
.htext h2 {
	font-size: 24px;
	font-family: titillium web;
	color: #333;
	font-weight: 700;
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
}
.htext p {
	font-family: titillium web;
	line-height: 25px;
}
.projeblok {
	border-radius:20px;
	background-color:#fff;
    box-shadow: 5.5px 9px 15px 0px rgb(0 0 0 / 20%);
	width: 520px;
	margin: 0px 20px 40px 20px;
	overflow: hidden;
	float: left;
	overflow: hidden;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

.projeblok_home {
	border-radius:20px;
	background-color:#fff;
    box-shadow: 5.5px 9px 15px 0px rgb(0 0 0 / 20%);
	width: 370px;
	margin: 0px 15px 40px 15px;
	overflow: hidden;
	float: left;
	overflow: hidden;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

.pr-title {
	width: 100%;
	height: 60px;
	border-radius:0 0 15px 15px;
	bottom: 0px;
	z-index: 3;
	left: 0px;
	background-color: #0a98d4;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	font-family: 'titillium web';
}

.pr-title_home {
	width: 100%;
	height: 40px;
	border-radius:0 0 12px 12px;
	bottom: 0px;
	z-index: 3;
	left: 0px;
	background-color: #0a98d4;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-family: 'titillium web';
}


.projeblok:hover {
	box-shadow: 1px 1px 15px #333;
}

.proje-title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'titillium web';
	font-size: 24px;
	color:#333;
	font-weight:700;
}
.pr-bg {
	width: 100%;
}
.mmenu {
    z-index:1300;
	display: none;
	width: 100%;
	padding: 0%;
	min-height: 200px;
	background-color: #333;
	border-bottom: 2px solid #0a98d4;
}
.mmenu ul {
	margin: 0px;
	padding: 0px;
}
.mmenu ul li a {
	font-family: titillium web;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #eee;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.prow {
	width: 32%;
	float: left;
	min-height: 475px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	border-radius: 4px;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	background-color: #fff;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.bgimage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bgimage img {
}
.active {
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 124124;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
}
.prow:hover + .active {
	z-index: 1 !important;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 124124;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(117,117,117,0);
	-moz-box-shadow: 0px 2px 5px 0px rgba(117,117,117,0);
	box-shadow: 0px 2px 5px 0px rgba(117,117,117,0);
}
.prow:hover {
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 124124;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
	box-shadow: 0px 2px 5px 0px rgba(117,117,117,1);
}
.proje_text {
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 4;
	width: 80%;
	height: 150px;
	padding-top: 10px;
	padding: 10%;
	font-family: titillium web;
	font-size: 16px;
	line-height: 22px;
}
.proje-baslik {
	position: absolute;
	top: 130px;
	right: 0px;
	z-index: 120;
	/*min-width: 40%;*/
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background-color: #0a98d4;
	text-align: center;
	line-height: 40px;
	color: white;
	font-family: 'titillium web';
}
.etkinliktext {
	width: 47%;
	float: left;
	padding: 1%;
}
.ektinlikbaslik {
	font-family: 'titillium web';
	font-weight: 600;
	font-size: 20px;
	color: #333;
	width: 100%;
	text-align: center;
}
.etkinliktexticerik {
	width: 80%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: titillium web;
	line-height: 30px;
	font-size: 17px;
	text-align: center;
}
.studyo-row {
	margin-bottom: 50px;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 4px;
	padding: 20px;
	padding-top: 20px;
}
.etkinliktext hr {
	width: 60%;
	border: 0px;
	height: 1px;
	background-color: #ddd;
	margin-top: 30px;
}
.etkinlik-row {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 20px;
	background-color: white;
	border-radius: 4px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.mobile-proje {
	width: 90%;
	padding: 5%;
	min-height: 500px;
	background-color: white;
}
.mobile-etkinlik {
	width: 90%;
	padding: 5%;
	background-color: white;
}

.iletisim span {
	display: block;
	margin-bottom: 10px;
}
.iletisim textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #b5b5b5;
	font-family: titillium web;
	padding: 17px;
}
.btnsmt {
	margin-bottom: 20px;
	padding: 20px;
	width: 140px;
	border-radius: 4px;
	color: white;
	background-color: #0a98d4;
	font-family: titillium web;
	cursor: pointer;
	margin-bottom: 100px;
}
.iletisimform {
	width: 80%;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.ekipcol {
	width: 19.5%;
	height: 300px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 3%;
	margin-top: 30px;
	cursor: pointer;
	padding-top: 20px;
}
.ekipcol:hover {
	border: 1px solid #ddd;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
}
.ekipimage {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin-left: 13px;
}
.ekiptitle {
	text-align: center;
	width: 100%;
	height: 100px;
	line-height: 1.5;
}
.ekipimage img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
}
.ekiptitle p {
	position: relative;
	top: 50%;
	transform: translateY(-100%);
}
div.ekiptitle > p:nth-child(1) {
	font-family: 'titillium web';
	font-size: 18px;
}
div.ekiptitle > p:nth-child(2) {
	font-family: titillium web;
	font-size: 17px
}
.mekibimiz {
	width: 87.5%;
	background-color: white;
	min-height: 620px;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	padding-bottom: 10px;
}
.mekipitem {
	width: 100%;
	height: 157px;
	margin-bottom: 5px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #eee;
	overflow: hidden;
}
.mekipitemtext {
	text-align: center;
	height: 158px;
	background-color: #eee;
	overflow: hidden;
}
.mekipitemtext p {
	position: relative;
	top: 40%;
	line-height: 1.5;
	transform: translateY(-50%);
}
.mekipitemtext p:nth-child(1) {
	font-family: 'titillium web';
	font-size: 18px;
}
.mekipitemtext p:nth-child(2) {
	font-family: titillium web;
	font-size: 18px;
}
.ekiprow2 {
	width: 47%;

    box-shadow: 5.5px 9px 15px 0px rgb(0 0 0 / 20%);
	
	margin-bottom: 40px;
	border-radius: 20px;
	float: left;
	margin-left: 2%;
	background-color: #fff;
	overflow: hidden;
	transition: all 1s ease-out;
}
.ekiprowimage{
	width: 38%;
	float: left;
	overflow: hidden;
	margin-bottom: -3px;
}
.ekiprowimage img{
	width: 100%;
	height: 100%;
}
.ekipcontent{
	width: 52%;
	padding: 5%;
	font-family: 'titillium web';
	float: left;
	height: 100%;
	min-height: 100%;
}
.ekiprow2:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.ekipcol-l{
	width: 30%;float: left;min-height: 100px;text-align: left;
}
.ekipcol-r{
	width: 66%;margin-left: 2%;float: left;min-height: 100px;background-color: white;padding: 1%;
}
.duyurubox{
	width: 100%;
	background-color: #fff;
	height: 70px;
	min-height: 70px;
	margin:10px 10px 10px 0px;
	border-radius: 1px;
	border:1px solid #0a98d4;
	line-height: 70px;
	cursor: pointer;
	font-family: titillium web;
}
.duyuru-lighter{
	width: 1%;
	float: left;
	background-color: #0a98d4;
	height: 100%;
	min-height: 100%;
}
.duyuru-baslik{
	padding-left: 2%;
	padding-right: 1%;
	width: 97%;

}
.duyuruicerik{
	border-top: 15px solid #0a98d4;
	display: none;
	width: 90%;height: auto;
	line-height: 30px;
	padding: 5%;
}
.duyurudown{
	width: 2%;float: right;
	text-align: center;
	height: 70px;
	
}

.oyunbox{
	font-family: titillium web;
	font-weight: 500;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	width: 24% ;float: left;background-color: #0a98d4;margin-right : 1%;margin-bottom:12px;height: 280px;border-radius: 4px;border:2px solid #0a98d4;
}	
.oyunbox:hover{
	background-color: red;
	border-color: red;
}
.hakkimizdarow{
	max-width: 1130px;padding-left:70px;height: auto;margin-left: auto;margin-right: auto;
}
.etkinlikspanbutton{
	display: block;padding: 15px;height: 10px;border-radius: 4px;width: 110px;float: right;border:1px solid #0a98d4;text-align: center;line-height: 10px;margin-top: 20px;font-family: 'titillium web'
	;margin-top:60px;margin-right: 56px;
}
.etkinlikspanbutton:hover{
	background-color: #0a98d4;
	color: white;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.etkinlikrow{

	min-height: 300px;
	background-color: #fff;
	border-radius: 4px;
	border:1px solid #0a98d4;
	padding: 20px;
	overflow: hidden;
	margin-top: 10px;

}
.etkinlikrowl{
	width: 100%;
	height: 300px;

	float: left;
}
.etkinlikrowl img{
	width: 100%;
	display: block;
	position: relative ; top: 50% ; transform: translateY(-50%);
}
.etkinlikrowr{
	float: right;
	width: 100%;
	padding-top: 4px;
	margin-top: 45px;

}
.devambutton{
	padding: 10px;width: 150px;height: 60px;border-radius: 4px;border:1px solid #0a98d4;font-family: 'titillium web';transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.devambutton:hover{
	background-color: #0a98d4;color: white;
}

.e1{
	width: 28.0%;
	min-height: 100px;

	float: left;
	padding-left: 2%;
	padding-bottom: 40px;
}
.e2{
	width: 59.8%;
	min-height: 100px;
	border-left: 1px solid #ddd;
	float: left;
	padding: 5%;
	padding-top: 0;

}
.etkinlikborder{
	border:1px solid #ddd;
	height: auto;
	border-radius: 4px;
	margin-bottom:70px;
}
.ebaslik{
	display: block;
	width: 77%;
	margin-top: 20px;
	color: #333 !important;
	font-family: 'titillium web';
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-size: 23px;
}
.e2baslik{
	display: block;
	width: 77%;
	margin-top: 20px;
	color: red !important;
	font-family: 'titillium web';
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-size: 23px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
.e1 ul{
	margin:0px;padding: 0px;
	margin-top: 20px;

}
.e1 ul li a{
	color: #333;
	line-height: 40px;
	text-transform: capitalize;
	display: block;
	font-family: 'titillium web';

}
.e1 ul li a:hover{
	color: red;
}

.e2 p{
	display: block;
	font-family: titillium web !important;
	line-height: 25px !important;
}
.e2 li{
	
	font-family: titillium web !important;
	line-height: 25px !important;
	list-style-type: circle;
}
.kariyerL{
	width: 30%;
	min-height: 300px;

	float: left;
	padding-top: 20px;

}
.kariyerR{
	width: 63.9%;
	min-height: 300px;
	padding:3%;
	float: left;overflow: hidden;
	border-left:1px solid rgba(0, 0, 0, 0.3);;
}
.kariyerL span{
	line-height: 25px;
	font-size: 17px;
	font-weight: 300;
}
.kariyerR input{
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	border:1px solid #333;
	padding-left: 5px;
	color: #333;
}
.kariyerR textarea{
	border:1px solid #333;
}


.swiper-container3 {
	width: 100%;
	height: 100%;
	min-height: 300px;

}



.karakteritem{
	background-color: #0a98d4;
	margin-bottom: 40px;
	border-radius: 10px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;


}
.karakteritem img{
	width:60% !important;
	position: absolute;
	top: -40px;
	left: -20px;
}
.karakteritem span{
	position: absolute;
	right: 25px;
	top: 10px;
	font-family: 'titillium web';
	display: block;
	border-bottom: 2px solid #64abca;
	padding-bottom: 4px;
}
.karakter{
	width: 31%;float: left;min-height: 350px;background-color: #0a98d4;margin-right: 2.3%;margin-bottom:20px;
	border-radius: 4px;
	position: relative;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	cursor: pointer;

} 
.karakter:hover{
	transform: scale(1.2);
	z-index: 214;
	background-color: #005173;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.karakter img{
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.karakter:hover img{
	transform: scale(2);
	position: relative;

	left: 0px;

}
.karaktericon{
	position: absolute;
	top: -40px;
	left: 20px;
}
.karakteradi{
	position: absolute;top: 20px;
	right: 20px;
	font-family: 'titillium web';
	font-size: 24px;
	color: white;
}
.karakteraciklamasi{
	position: absolute;
	bottom: 40px;
	color: white;
	font-family: titillium web;
	width: 73%;
	line-height: 30px;
	right: 10px;
	text-align: right;
	height: 150px;
}

.mobile-karakter{
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	display: none;
	min-height: 250px;
	margin-bottom: 5px;
	font-family: titillium web;
	border-bottom: 2px solid #0a98d4;
}
.mk1{
	float: left;
	width: 40%;
	min-height: 250px;
	overflow: hidden;

}
.mk2{
		float: left;
	width: 56%;
	min-height: 250px;
	padding-left: 4%;
}
.mk1 img{
height: 200px;
width: auto;

}
.mk2 h1{
	font-size: 23px;
	display: block;margin-top: 15px;margin-bottom: 5px;
}
.mk2 p{
	line-height: 18px;
}
@media only screen and (max-width: 416px) {
		.footerinput {
				width: 60% !important;
				font-family: titillium web;
			}
			.foo-1 h3{
				width: 80% !important;
				margin-right: auto;margin-left: auto;
				line-height: 25px;
			}
}
@media only screen and (max-width: 1100px) {
.st {
	width: 32%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.foo-1 {
				width: 99% !important;
				clear: both;
				padding: 1%;
			}
			.foo-2 {
				width: 99% !important;
				clear: both;
				padding: 1%;
			}
			.foo-3 {
				width: 99% !important;
				clear: both !important;
				padding: 1%;
				margin-top: 40px;
			}
			.container-nb {
				height: auto;
				width: 100% !important;
			}
			.foo-1, .foo-2, .foo-3 h3 {
				font-size: 15px;
			}
			.foo-1, .foo-2, .foo-3 {
				margin-top: 15px;
			}
			.footertop {
				height: 400px;
			}
			.foo-1{
				text-align: center;
			}
			.footerinput {
				width: 80%;
				font-family: titillium web;
			}
			.fastmenu {
				width: 100% !important;
				float: left;
				text-align: center !important;
			}
			.foo-3 {
				text-align: center;
			}
	
}







@media only screen and (min-width: 947px) {
	
	.mp {
		display: none;
	}
	.mobile-etkinlik {
		display: none;
	}




}

@media only screen and (max-width: 947px) {
	.proje-title-left{
		margin-left: 4px !important;
	}
	.duyuru-baslik{
		width: 92% !important;
	}
	.duyurubox{
		width: 96% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
		.mobile-karakter{
		display: inherit;
	}
	.karakter{
		display: none;
	}
	.projeblok{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		//height: 250px;
	}
	.projeblok_home{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		//height: 250px;
	}
	.e1{
		display: none;
	}
	.e2{
		width: 100%;
	}

	.etkinlikrow{
		width: 90%;margin-left: auto;margin-right: auto;}

		.etkinlikrowl{width: 100%;float: none;}
		.etkinlikrowr{width: 100%;float: none;}



		.hakkimizdarow{
			max-width: 1130px;padding-left:10px;height: auto;margin-left: auto;margin-right: auto;
		}
		.oyunbigtitle{
			margin-left: 5%;
		}
		.oyunbox{
			width: 90%;float: none;background-color: #0a98d4;margin-right : auto;margin-left:auto;margin-bottom:12px;height: 280px;border-radius: 4px;border:2px solid #0a98d4;
		}

		.ekipcol-l{
			width: 100%;
			margin-bottom: 20px;
		}
		.ekipcol-r{
			width: 100%;
		}

		.ekiprow2 {
			float: none;
			width: 96%;
			margin-left: auto;
			margin-right: auto;
		}
		.mekibimiz {
			display: inherit;
		}
		.pattern {
			height: 10px;
		}
		.htext {
			padding: 10%;
		}
		.dproje {
			display: none;
		}
		.m1, .m3 {
			display: none;
		}
		.mp2 {
			width: 100%;
		}
		.m2 img {
		}
		.m4 {
			display: inherit;
		}
		.container-nb {
			height: auto;
		}
		.menu {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		.fastmenu {
			width: 100% !important;
			float: left;
			text-align: center !important;
		}
		.foo-3 {
			text-align: center;
		}
		.foo-1 {
			text-align: center;
		}
	}

	/*600px küçük ise*/
	@media only screen and (max-width: 900px) {
	    
#home_slider_desktop
{
display:none;
}
#home_slider_mobile
{
display:block;
}

.logo
{
height:50px;
}

.menu
{
height:50px;
}

.under_menu
{
height:50px;
}

.lang {
	top: 15px;
	right: 15px;

}


		.e1{
			display: none;
		}
		.e2{
			width: 100%;
		}
		.etkinlikrow{
			width: 90%;margin-left: auto;margin-right: auto;}
			.etkinlikrowl{width: 100%;float: none;}
			.etkinlikrowr{width: 100%;float: none;}
			.oyunbox{
				width: 90%;float: none;background-color: #0a98d4;margin-right : auto;margin-left:auto;margin-bottom:12px;height: 280px;border-radius: 4px;border:2px solid #0a98d4;
			}
			.ekipcol-l{
				width: 100%;
				margin-bottom: 20px;
			}
			.ekipcol-r{
				width: 100%;
			}

			.ekiprow2 {
				float: none;
				width: 96%;
				margin-left: auto;
				margin-right: auto;
			}
			.mekibimiz {
				display: inherit;
			}
			.pattern {
				height: 10px;
			}
			.foo-1 {
				text-align: center;
			}
			.htext {
				margin-left: 20px;
			}
			.dproje {
				display: none;
			}
			.st {
				width: 90%;
				margin-left: auto;
				margin-right: auto;
			}
			.r1 {
				width: 100%;
				clear: both;
			}
			.r2 {
				width: 100%;
				clear: both;
			}
			.menu {
				width: 100%;
				margin-left: auto;
				margin-right: auto;
			}
			.m1, .m3 {
				display: none;
			}
			.m2 {
				width: 50%;
			}
			.m2 img {
				margin-left: 15px;
			}
			.m4 {
				display: inherit;
			}
			.foo-1 {
				width: 99% !important;
				clear: both;
				padding: 1%;
			}
			.foo-2 {
				width: 99% !important;
				clear: both;
				padding: 1%;
			}
			.foo-3 {
				width: 99% !important;
				clear: both !important;
				padding: 1%;
				margin-top: 40px;
			}
			.container-nb {
				height: auto;
				width: 100% !important;
			}
			.foo-1, .foo-2, .foo-3 h3 {
				font-size: 15px;
			}
			.foo-1, .foo-2, .foo-3 {
				margin-top: 15px;
			}
			.footertop {
				height: 400px;
			}
			.footerinput {
				width: 80%;
				font-family: titillium web;
			}
			.fastmenu {
				width: 100% !important;
				float: left;
				text-align: center !important;
			}
			.foo-3 {
				text-align: center;
			}
			.mp2 {
				display: none;
			}
			.mp1 {
				width: 70%;
				text-align: left;
			}
			.mp2 img {
				margin-left: 15px;
			}
			.mp3 {
				display: none;
			}
		}

		/* Küçük ekranlar */

		/*FullHD*/
		@media only screen and (min-width: 1400px) {
			.th-photo {
				width: 26%;
			}
			.th-photo img {
				width: 211px;
				height: 138px;
			}
			.r2 {
				line-height: 1.5;
			}
			.cover {
				width: 50%;
			}
			.coverblock {
				width: 43%;
			}
		}
		@media only screen and (min-width: 700px) {
			.proje-mobile-bar{
				height: 440px;
			}	
		}
		/*Full hd*/
.galeribtn{
	padding: 8px;border:1px solid #0a98d4;border-radius: 4px;
		transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	font-weight: 600;
}
.galeribtn:hover{
	padding: 8px;border:1px solid #0a98d4;border-radius: 4px;color: white;background-color: #0a98d4;
}