html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
@-ms-viewport{
    width: device-width;
}
body {
	margin: 0;
	font-family: 'Metropolis', serif;
	-webkit-text-size-adjust: 100%;
}
main .bg {
	width: 100vw;
	height: 100vh;
	background: url('/images/bg.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

main .bg .m-ly {
	display: none;
}

#hm {
	background: #596f9e;
	position: fixed;
	right: -600px;
	top:0;
	height: calc(100% - 130px);
	width: 520px;
	padding: 90px 40px 40px 40px;
	z-index: 10;
	text-align: left;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
#hm.acik {
	right: 0;
}
#hm a {
	display: block;
	padding: 10px 35px;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
}
#hm .sm {
	text-align: center;
	position: absolute;
	bottom:20px;
	width: calc(100% - 80px);
}
#hm .sm a {
	display: inline-block;
	font-size: 18px;
	padding: 10px;
}
#tentacle {
	display: none;
		display: none !important;
}

/* hamburger menu */
#mmalan {
	width: 70px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
	margin-left: 85px;
}
#mm {
	width: 50px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 20;
}
#mm span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #ffffff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
body.stpu #mm span {
	background: #000000;
}
#mm span:nth-child(1) {
  top: 0px;
}

#mm span:nth-child(2) {
  top: 14px;
}

#mm span:nth-child(3) {
  top: 28px;
}




#mm.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mm.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#mm.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* hamburger menu */



header {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
	z-index: 10;
	
}
header.mbg {
	background: #596f9e;
}

header .logoi {
	/*display: none;*/
}
header .logoimg {
	display: none;
}
header.mbg .logoimg {
	display: inline-block;
	position: absolute;
}
header.mbg .logoi {
	display: none;
	position: absolute;
}

header nav {
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}
header nav a {
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	padding: 0 10px;
}
header nav .logo {
	font-size: 70px;
	vertical-align: middle;
}

header nav .sol, header nav .sag {
	display: inline-block;
}

header nav .sol {
	width: 80px;
}
header nav .sag {
	width: calc(100% - 80px);
	vertical-align: middle;
	text-align: right;
}
header nav .sag a i {
	font-size: 28px;
	vertical-align: middle;
	line-height: 30px;
}


main .bg .db {
	text-align: center;
	font-size: 50px;
	width: 100%;
	bottom: 70px;
	position: absolute;
}
main .bg .db .y {
	color: #ffffff;
	display: inline-block;
	animation: pulse .5s ease-in 6 alternate;
	-webkit-animation: pulse .5s ease-in 6 alternate;
	
}


main h3 {
	display: block;
	text-align: center;
	margin-top: 95px;
	font-size: 60px;
	font-weight: 300;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
main .cizgi {
	display: block;
	text-align: center;
	padding: 20px 0;
}
main .cizgi span {
	display: inline-block;
	width: 130px;
	height: 10px;
	background: #596f9e;
}

main .ara {
	display: block;
	width: 100%;
	height: 100px;
}
main .ayaz {
	margin: 0 auto;
	text-align: center;
	color: #414141;
}

main .ayaz .per {
	display: inline-block;
	width: 320px;
	margin: 20px 85px;
}
main .ayaz .per img {
	width: 100%;
	border-radius: 50%;
	margin-bottom: 50px;
}
main .ayaz .per .name {
	font-weight: 700;
	font-size: 32px;
}
main .ayaz .per .c {
	font-size: 22px;
	font-weight: 300;
}
main .ayaz .per .m {
	margin-top: 30px;
	display: inline-block;
	text-decoration: none;
	color: #414141;
	font-size: 22px;
}

main .ayaz .aralink {
	text-decoration: none;
	color: #414141;
	font-size: 20px;
}
main .ayaz .aralink span {
	text-decoration: underline;
}
main .ayaz .aralink i {
	font-size: 40px;
	margin-right: 25px;
	vertical-align: middle;
}

.works {
	display: flex;
	flex-wrap: wrap;
}
.works .item {
	flex: 1 1 33%;
	background: #e0ddd5;
	color: #171e42;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
	height: auto;
	min-height: 100%;
}
.works .item.aktif {
	transform: scale(2);
	z-index: 20;
	opacity: 0;
}
.te-bg {
	position: fixed;
	z-index: 100;
	background: rgba(0,0,0,.75);
	width: 100%;
	height: 100vh;
	display: table;
	left:0;
	top:0;
}
.te-bg-w {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.te-bg .kapat {
	cursor: pointer;
	background: #596f9e;
	color: #ffffff;
	position: fixed;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 50px;
	padding: 15px 10px;
	border-radius: 0 0 0 2px;	
}
.te-bg .v-cont {
	/*width: calc(100vw - 80px);
	margin-left:40px;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;*/
	display: inline-block;
	width: 1280px;
	height: 720px;
	max-width: 100%;
}
.te-bg .video {
/*	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	width: 100%;
	height: 100%;
}


.works .item .p-btn {
	position: absolute;
	width: calc(100% - 20px);
	height: 100%;
	background: rgba(0,0,0,.25);
	z-index: 2;
	color: #ffffff;
	text-align: center;
	display: table;
	font-size: 100px;
	border: 10px solid #e5e5e5;
	opacity: 0;
}
.works .item .p-btn .row {
	display: table-cell;
	vertical-align: middle;
}
.works .item img {
	z-index: 1;
	width: 100%;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
.works .item:hover img {
	transform: scale(1.1);
}
.works .item:hover .p-btn {
	opacity: 1;
}
.works .item:active img {
	transform: scale(1);
}
.works .item .title {
	position: absolute;
	bottom: 50px;
	left: 0;
	color: #ffffff;
	text-align: center;
	width: 100%;
	z-index: 5;
}
.works .item .title .name {
	font-size: 22px;
	line-height: 28px;
}
.works .item .title .desc {
	font-size: 18px;
	line-height: 20px;
}

.vancouver {
	width: calc(100% - 40px);
	background: url("/images/vancouver_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding: 230px 20px;
	text-align: center;
}
.vancouver img {
	width: calc(100% - 80px);
	max-width: 1000px;
}
.ref {
	text-align: center;
}
.ref a {
	text-decoration: none;
	display: inline-block;
}
.ref a img {
	vertical-align: middle; 
}

/*#wos video {
	height: auto !important;
}*/
#wos .videoalan {
	width: 100%;
	position: relative;
}
#wos .videoalanust {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60vw;
	font-size: 10vw;
	cursor: pointer;
}
#wos .baslatus {
	color: rgba(255,255,255,.75);
	animation: yanson .5s ease-in 6 alternate;
	-webkit-animation: yanson .5s ease-in 6 alternate;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
}
#wos .videoalanust:hover .baslatus {
	color: #ffffff;
}

#wos .videoalan img {
	width: 100%;
}


@keyframes yanson { 0% { transform: scale(.8); } 100% { transform: scale(1); } }
@-webkit-keyframes yanson { 0% { -webkit-transform: scale(.8); } 100% { -webkit-transform: scale(1); } }




#lkit .ad {
    display: block;
    width: 100%;
    text-align: center;
}
#lkit .ad .satir {
    display: inline-block;
    padding: 0 70px;
    vertical-align: top;
    color: #414141;
}
#lkit .ad .satir p {
    font-size: 26px;
    line-height: 36px;
}
#lkit .ad .satir strong {
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    color: #000000;
}
#lkit .ad .satir.social a {
    margin: 0 15px;
    text-decoration: none;
}
#lkit .ad .satir.link a {
    font-size: 26px;
    line-height: 36px;
    text-decoration: none;
    color: #414141;
    display: block;
}

#harita {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #596f9e;
}
#harita .yazi {
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
}
#map {
    height: 265px;
    width: 100%;
}

/*.gcik-y {
	transform: rotateX(90deg) scale(0);
	transform-origin: top;
}*/
.gcik-o {
	transform: translateY(140px);
	opacity: 0;
}

@keyframes pulse { 0% { transform: translateY(0); } 100% { transform: translateY(20px); } }
@-webkit-keyframes pulse { 0% { -webkit-transform: translateY(0); } 100% { -webkit-transform: translateY(20px); } }


@media (min-width: 320px) and (max-width: 480px) {

	main .bg {
		background: url('/images/bg_mobil.jpg');
		min-height: 100%;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
	}
	header {
		background: #596f9e;
	}
	header nav .sag a, header nav .sol a {
		display: none;
	}
	#mmalan {
		width: 90px;
	}
	main .bg .m-ly {
		position: absolute;
		display: block;
		width: 100%;
		margin-top: 30vh;
		font-size: 40vw;
		text-align: center;
		color: #ffffff;
	}
	main .bg .m-ly img {
		width: 50%;
	}
	#hm {
		width: calc(100% - 80px);
		text-align: center;
		right: -100%;
	}
	#tentacle {
		background: url("/images/tentacle.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 140px;
		min-height: 93px;
		display: inline-block;
		position: absolute;
		top: 106px;
		left: 10px;
	}

	main .ayaz .per {
		display: inline-block;
		width: calc(100% - 40px);
		margin: 20px 20px;
	}


	.works .item {
		flex: 1 1 50%;
	}

	main .ayaz {
		width: 300px;
	}
	main .ayaz p {
		font-size: 20px;
		line-height: 28px;
	}
	.ref a {
		margin: 20px 80px;
	}
	.ref a img {
		height: 75px;
	}
	.te-bg .v-cont {
		width: 300px;
		height: 200px;
	}

	main h3 {
		font-size: 40px;
	}
	main .ayaz p {
		font-size: 16px;
		line-height: 26px;
	}

}

@media (min-width: 481px) and (max-width: 767px) {

	main .bg {
		background: url('/images/bg_mobil.jpg');
		min-height: 100%;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
	}
	header {
		background: #596f9e;
	}
	header nav .sag a, header nav .sol a {
		display: none;
	}
	#mmalan {
		width: 90px;
	}
	main .bg .m-ly {
		position: absolute;
		display: block;
		width: 100%;
		margin-top: 30vh;
		font-size: 40vw;
		font-size: 40vw;
		text-align: center;
		color: #ffffff;
	}
	main .bg .m-ly img {
		width: 50%;
	}
	#hm {
		width: calc(100% - 80px);
		text-align: center;
		right: -100%;
	}
	#tentacle {
		background: url("/images/tentacle.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 140px;
		min-height: 93px;
		display: inline-block;
		position: absolute;
		top: 106px;
		left: 10px;
	}




	.works .item {
		flex: 1 1 50%;
	}
	
	
	
	main .ayaz {
		width: 460px;
	}
	main .ayaz p {
		font-size: 24px;
		line-height: 30px;
	}
	
	.ref a {
		margin: 20px 80px;
	}
	.ref a img {
		height: 75px;
	}
	.te-bg .v-cont {
		width: 440px;
		height: 300px;
	}
	
	main h3 {
		font-size: 40px;
	}
	main .ayaz p {
		font-size: 16px;
		line-height: 26px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/*##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px*/
	header nav {
		width: 700px;
	}	
	main .ayaz {
		width: 500px;
	}
	main .ayaz p {
		font-size: 26px;
		line-height: 32px;
	}
	.ref a {
		margin: 20px 80px;
	}
	.ref a img {
		height: 75px;
	}
	.te-bg .v-cont {
		width: 720px;
		height: 400px;
	}

}



@media (min-width: 768px) and (max-width: 1024px) {
	/*##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px*/
	header nav {
		width: 700px;
	}	
	main .ayaz {
		width: 500px;
	}
	main .ayaz p {
		font-size: 26px;
		line-height: 32px;
	}

	.ref a {
		margin: 20px 80px;
	}
	.ref a img {
		height: 75px;
	}
	
	header nav .sag {
		width: calc(100% - 220px);
	}
	header nav .sol {
		width: 220px;
	}
	header nav .sol a {
		padding: 0;
	}
	.logo .logoimg {
		height: 40px;
		top: 50px;
		vertical-align: middle;
	}
	#mmalan {
		margin-left: 35px;
	}
	.te-bg .v-cont {
		width: 720px;
		height: 400px;
	}

}

@media (min-width: 1025px) and (max-width: 1280px) {
	.logo .logoimg {
		top: 45px;
		height: 50px;
	}

	header nav {
		width: 990px;
	}	
	main .ayaz {
		width: 700px;
	}
	main .ayaz p {
		font-size: 28px;
		line-height: 34px;
	}

	.ref a {
		margin: 0 60px;
	}
	.ref a img {
		height: 75px;
	}
	.te-bg .v-cont {
		width: 720px;
		height: 400px;
	}
}



@media (min-width: 1281px) and (max-width: 1564px) {
	.logo .logoimg {
		top: 45px;
		height: 50px;
	}
	header nav {
		width: 1200px;
	}	
	main .ayaz {
		width: 1140px;
	}
	main .ayaz p {
		font-size: 32px;
		line-height: 36px;
	}

	.ref a {
		margin: 0 50px;
	}
	.ref a img {
		height: 85px;
	}

}

@media (min-width: 1565px) {
	.logo .logoimg {
		top: 45px;
		height: 50px;
	}
	header nav {
		width: 1560px;
	}
	main .ayaz {
		width: 1140px;
	}
	main .ayaz p {
		font-size: 32px;
		line-height: 36px;
	}

	.ref a {
		margin: 0 90px;
	}
	.ref a img {
		height: 150px;
	}

}