@font-face {
        font-family: 'Adequate-ExtraLight';
        src: url(Adequate-ExtraLight.ttf);
}

@font-face {
        font-family: 'zrnic-rg';
        src: url(zrnic-rg.ttf);
}

@font-face {
        font-family: 'Cuprum';
        src: url(Cuprum-Regular.ttf);
}

@font-face {
        font-family: 'arial';
        src: url(arial.ttf);
}


@font-face {
  font-family: 'Adequate-ExtraLight';
  src: url('Adequate-ExtraLight.eot'); /* IE9 Compat Modes */
  src: url('Adequate-ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Adequate-ExtraLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('Adequate-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */
       url('Adequate-ExtraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Adequate-ExtraLight.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Cuprum';
  src: url('Cuprum-Regular.eot'); /* IE9 Compat Modes */
  src: url('Cuprum-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Cuprum-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('Cuprum-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('Cuprum-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Cuprum-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'arial';
  src: url('arial.eot'); /* IE9 Compat Modes */
  src: url('arial.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('arial.woff2') format('woff2'), /* Super Modern Browsers */
       url('arial.woff') format('woff'), /* Pretty Modern Browsers */
       url('arial.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('arial.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'zrnic-rg';
  src: url('zrnic-rg.eot'); /* IE9 Compat Modes */
  src: url('zrnic-rg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('zrnic-rg.woff2') format('woff2'), /* Super Modern Browsers */
       url('zrnic-rg.woff') format('woff'), /* Pretty Modern Browsers */
       url('zrnic-rg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('zrnic-rg.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@charset "utf-8";


@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Cuprum);


html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-family: "Cuprum", sans-serif;
	min-width: 260px;
	background-color:#fff;
}

/* Add Footer at the end of the page */
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 56px;    /* Footer height */
}

/* ------------------------ */



/* SIDE NAVIGATION BAR
 ------------------------------------------------------- */

.openbtn {
	 position: absolute;
	 left: 30px;
	 top: 15px;
	 cursor: pointer;
	 color: #333;
	 font-size: 24px;
	 
	 position: fixed;
	 z-index: 2;
}

.openbtn:hover { color: #666; text-decoration: none; font-weight: none }
 
 .sidenav {
  	height: 100%;
  	width: 0;
  	position: fixed;
  	z-index: 2;
  	top: 0;
  	left: 0;
  	background-color:rgba(0,0,0,0.8);
  	overflow-x: hidden;
  	transition: 0.5s;
  	padding-top: 120px;
}

/* SIDE NAVIGATION BAR
 ------------------------------------------------------- */
.sidenav a {
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  color: #999;
  display: block;
  transition: 0.3s;
  font-family: "Cuprum";
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

 
 
 .menu {
  line-height: 1;
  margin: 0 auto 3em;
}

.menu_list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_item {
  display: block;
  margin: 1em 0;
}

.menu_link,  .menu_link2 {
  font-size: 24px;
  font-weight:200;
  display: block;
  padding: 8px 8px 8px 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}

.menu_link2 {
  font-size: 18px;
  padding: 0px 0px 8px 64px;
  margin-left: 48px;
}

b {
	margin-left: 20px;
	font-weight:200;
}


/* ------------------------------------------------------- */







/* HEADER
 ------------------------------------------------------- */
.header_container {
	width: 100%;
	height: 104px;
	display: inline-block;	
}

.header_top {
	width: 100%;
	height: 38px;
	display:inline-block;
	padding-top: 20px;	
}

.lang_en, .lang_tr {
	position: relative;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	height: 20px;	
}

h1 {
	font-family: "Cuprum", sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	color: #999;
	display:inline;
	vertical-align:top;
}

.header_text {
	position: fixed;
	width: 100%;
	font-family: "Cuprum", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#5a5a5a;
	display: inline-block;
	text-align:center;
	margin: auto;
	margin-top: -10px;
	
	position: absolute;
}

span1 {
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(229,103,47);
}

.logo_container {
	width: 120px;
	margin: auto;
  	perspective: 600;
}

.overlay_logo_small {	
	position: absolute;
	width: 120px;
	height: 97px;
	top: 30px;	
	z-index: 2;

  	transform-style: preserve-3d;
  	transition: all 1s ease-in-out;	
}

.overlay_logo_small_bg {	
	position: absolute;
	width: 120px;
	height: 97px;
	top: 30px;	
	z-index: 2;
	background-color:#fff;
}
	

.overlay_logo_small:hover {
  transform: rotateY(180deg);
}

.overlay_logo_small .side {
  backface-visibility: hidden;
  /*border-radius: 6px;*/
  position: fixed;
  overflow: hidden;
}
.overlay_logo_small .back {
  transform: rotateY(180deg);
}






.header_nav {
	width: 100%;
	height: 46px;	
	background-image:url(images/nav_bg_grey_small.jpg);
	background-repeat:no-repeat;
	margin-top: -5px;
}


.menu_container_left{
  width: 40%;
  float:left; 
}

.menu_container_right{
  width: 40%;
  float: right;
}

ul2 {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 46px;
}



li2 {
  font-size: 16px;
  font-weight:lighter;
  display: flex;
}

li2 a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
}

li2 a:hover:not(.active) {
  background-color: rgba(0,0,0,0.2);
   height: 100%;
}



 /* POPUP UNDER CONSTRUCTION için*/

.overlay_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay_popup:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  margin-top: 100px;
  padding: 60px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 2s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: "arial", sans-serif;
  text-align:center;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #CCCCCC;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}









/* MENU
 ------------------------------------------------------- */








/* CONTACT (ILETISIM)
 ------------------------------------------------------- */

 /* Contact Form Styling */
.col2.column2,  .sec2contactform input[type="text"], .sec2contactform input[type="email"],  .sec2contactform textarea,  .sec2contactform h3 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }


.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

 
input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

/* Contact Form Styling */
.contactPage_container {
	padding: 0 50px 0px;
}

.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 {   /* Contact Us yazısının özellikleri */
	display: block;
	margin-top: 0px;   
	margin-bottom: 90px; 
}

.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 45px;
	display: inline-block;
	margin: 0px;
}

.section1 h2 {
	font-size: 32px;
	color: #5792CF;
	color: #66B0E0;
	color: #00ADDA;
	font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}

.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
    resize:none;
}

.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #A44DD8;
	background: #66B0E0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

input[type="submit"] {
  border-width: 0 0 0 0;
  border-radius:5px;
  border-bottom-color: #374d78;
  font-weight: 300;
    box-shadow: 1px 1px 4px #ccc;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
  float:right;
}

.section2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #5792CF;
	color: #66B0E0;
}

.map {
	width: 100%;
	min-height: 300px;
	height: 475px;
	margin: auto;
	margin-top:24px;
	display: flex;
	overflow: hidden;
}

u {
	color: #111;
}




/* @media querries */

@media screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.container {
		padding: 0 30px 70px;
	}
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	
	.map {
		height: 350px;
		margin-top:0px;
	}
}
@media screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 16px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.section1 h2 {
		font-size: 24px;
	}	
}










/* ABOUT US (HAKKIMIZDA)
 ------------------------------------------------------- */
.aboutPage_container {
	padding: 0px;
	padding-top: 0px;
}

.about_caption, .activity_caption, .products_caption, .contact_caption {
	width:auto;
	height: auto;
	margin: auto;	
	font-family: "Cuprum", sans-serif;
	font-size: 36px;
	color:#000;
	display: block;
	text-align:left;
	padding-top: 120px;
	padding-left: 15%;
}

.aboutCompany_container {
	display: inline-block;
	padding-bottom: 5%;
	background: white; /* For browsers that do not support gradients */
  	
	/*background: -webkit-linear-gradient(top, white 40%, #f7f7f7 60%); /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(bottom, white 40%, #f7f7f7 60%); /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(bottom, white 40%, #f7f7f7 60%); /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(to bottom, white 40%, #f7f7f7 60%); /* Standard syntax */
	
	 background: -webkit-linear-gradient(top, white 50%, #f7f7f7 50%); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(bottom, white 50%, #f7f7f7 50%); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom, white 50%, #f7f7f7 50%); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to bottom, white 50%, #f7f7f7 50%); /* Standard syntax */
		
	margin-top: 50px;
}

.about_text {
	display: inline-block;
	width: 60%;
	vertical-align:top;
}

span3 {
	display: block;
	margin-left: 30%;
	margin-right: 5%;
	margin-top: 60px;
	font-size: 18px;
	text-align:justify;
}

.aboutimage {
	background:url(images/aboutimage.jpg) no-repeat center top;
	background-size:cover;
	height: 350px;
	width: 35%;
	float: right;
	margin-right: 3%;
	display: inline-block;
	vertical-align:top;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}


.missionvision_container {
	height: 500px;
	background:url(images/mission_vission_bg.jpg) no-repeat center top;
	background-size:cover;
	margin: auto;
	margin-top: 120px;
	/*max-width: 90%; */
}

.mission_container, .vision_container {
	width: 48%;
	display: inline-block;
	vertical-align:top;
}

.vision_container {
	float: right;
	margin-top: 180px;

}


.mission_caption, .vision_caption {
	width:auto;
	height: auto;
	margin: auto;	
	font-family: "Cuprum", sans-serif;
	font-size: 32px;
	color:#000;
	display: block;
	text-align:left;
	padding-top: 60px;
	padding-left: 10%;
}



span4 {
	color: white;
}

span5 {
	display: inline-block; 
	margin-top: 60px;
	font-size: 18px;
	text-align:justify;
	margin-left: 10%;
	margin-righr: 5%;
	width: 85%;
}

.mission_text, .vision_text { 
	display: inline-block;
	vertical-align:top;
}




@media screen and (max-width: 1160px) {
	
.vision_container {
	margin-top: 150px;

}

}




@media screen and (max-width: 768px) {

.about_caption, .activity_caption, .products_caption, .contact_caption {
	font-size: 32px;
}
	
.aboutCompany_container {
	display: block;	
}

.about_text {
	display: block;
	width: 100%;
}

.aboutimage {
	display: block;
	width: 100%;
	float: none;
	margin: auto;
	width: 90%;
	margin-top: 30px;
}

span3 {
	margin-left: 10%;
}

.missionvision_container {
	background:url(images/mission_vission_bg2.jpg) no-repeat center top;
	height: 550px;
}

.mission_container, .vision_container {
	width: 100%;
	margin-top: 0px;	
}

.mission_caption, .vision_caption {
	font-size: 24px;
	padding-top: 60px;
}

.vision_caption {
	float: right;
	margin-right: 5%;
}

span5 {
	font-size: 17px;
	
}

}


@media screen and (max-width: 450px) {

.missionvision_container {
	height: 570px;
} 
	
.about_caption, .activity_caption, .products_caption, .contact_caption {
	font-size: 26px;
}	

span5 {
	font-size: 16px;	
}

}

@media screen and (max-width: 380px) {

.missionvision_container {
	height: 570px;
}

span5 {
	font-size: 15px;	
}

}

@media screen and (max-width: 350px) {

.missionvision_container {
	height: 600px;
}


}








/* ACTIVITIES (FAALİYETLER)
 ------------------------------------------------------- */
.activityPage_container {
	padding: 0px;
	padding-top: 0px;	
} 
 
/* Mühendislik ve Üretim Faaliyetleri*/
.engineering_container, .production_container {
	height: 784px;
	background:url(images/Faaliyetler_ARGE_bg.jpg) no-repeat center top;
	background-size:cover;
	margin: auto;
	margin-top: 120px;	
	/*max-width: 90%; */
}


.production_container {
	height: 850px;
	background:url(images/Faaliyetler_Production_bg5.jpg) no-repeat center top;
	background-size:cover;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 0px;
	/*max-width: 90%; */
}

.engineering_text_container, .production_text_container {
  	height:inherit;
  	width: 450px;
  	position:relative;
  	background-color:rgba(255,255,255,0.85);
}

.engineering_text_container {
	float:left;
	margin-left: 60%;
}

.production_text_container {
	float:right;
	margin-right: 60%;
}

.engineering_caption_number, .production_caption_number {
	width:auto;
	height: auto;
	margin: auto;	
	font-family: "arial", sans-serif;
	font-size: 150px;
	color:#bebebe;
	display: block;
	text-align:left;
	margin-top: 64px;
	padding-left: 36px;	
}

.engineering_caption_text, .production_caption_text {
	width:auto;
	height: auto;
	margin: auto;	
	font-family: "Adequate-ExtraLight", sans-serif;
	font-family: "zrnic-rg", sans-serif;
	font-size: 42px;
	color:#000;
	display: block;
	text-align:left;
	margin-top: 0px;
	padding-left: 36px;
}

span2 {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(229,103,47);
}

ul3, ul4 {
  width: auto;
  position: absolute;
  margin-top: 90px;
  margin-left: 120px;
}

ul4 {
  margin-left: 36px;
}

li3 {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  text-align: left;
  animation: fadeIn 0.5s linear;
  animation-fill-mode: both;
}
li3:nth-child(1) {
  animation-delay: 0.25s;
}
li3:nth-child(2) {
  animation-delay: 0.5s;
}
li3:nth-child(3) {
  animation-delay: 0.75s;
}
li3:nth-child(4) {
  animation-delay: 1s;
}
li3:nth-child(5) {
  animation-delay: 1.25s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}

c {
	margin-left: 20px;
	font-weight:200;
	font-size: 24px;	
}







/* @media querries */

@media screen and (max-width: 1140px) {
.production_text_container {
	float: left;
	margin-left: 0px;
}

.engineering_text_container {	
	float: right;
	margin-right: 0px;
}

}

@media screen and (max-width: 960px) {
	
.engineering_text_container, .production_text_container {
	width: 400px;
}
.engineering_caption_number, .production_caption_number {
	font-size: 120px;
}

.engineering_caption_text, .production_caption_text {
	font-size: 36px;
}

c {
	font-size: 20px;	
} 

ul3 {
  margin-left: 64px;
}

}

@media screen and (max-width: 768px) {
	
.engineering_container, .production_container {
	background-size:cover;
  	width: 100%;
  	height: 400px;	
}

.production_container {
	margin-top: 500px;
}
	
.engineering_text_container, .production_text_container {
  	background-color:rgba(255,255,255,0);
	margin-top: 260px;
	width:100%;
}

.activityPage_container {
	min-height: 2100px;
	overflow: hidden;
}

}






/* MAIN PAGE (ANASAYFA)
 ------------------------------------------------------- */






/* PRODUCTS and SERVICES (ÜRÜNLER ve HİZMETLER)
 ------------------------------------------------------- */
 
 .productsPage_container {
	padding: 0px;
	padding-top: 0px;
} 
 

.products_container {
	height: 500px;
	background:url(images/products_bg.jpg) no-repeat center top;
	background-size:cover;
	margin: auto;
	margin-top: 120px;	
	/*max-width: 90%; */
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}


.products_text_container {
  	height:inherit;
  	width: 800px;
  	position:relative;
  	background-color:rgba(255,255,255,0.85);
	float:right;
	margin-right: 30px;
}





/* @media querries */

@media screen and (max-width: 1140px) {
.products_text_container {
	float: right;
	margin-right: 0px;
}

}


@media screen and (max-width: 768px) {
	
.products_container {
	background-size:cover;
  	width: 100%;
}


.products_text_container {
	width:100%;
}


}


@media screen and (max-width: 560px) {
	
.products_container {
	height: 600px;
}


}
 
@media screen and (max-width: 350px) {
	
.products_container {
	height: 660px;
}

c {
	font-size: 18px;
} 

}










/* FOOTER
 ------------------------------------------------------- */

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;            /* Footer height */
  background: #1A1E25;
  color: #868c96;
}

footer p {
    padding: 0px 0;
    text-align: center;
}

footer img {
    width: 24px;
}




@media only screen and (max-width: 360px){
	
.header_text {
	opacity: 0;
}

}

@media only screen and (max-width: 480px){
	
ul2, li2 {
  display: none;
}

}


@media only screen and (max-width: 760px){
	
.overlay_logo, .overlay_logo_bg {	
	display: none;
}

li2 {
  font-size: 14px;
}

}



@media only screen and (min-width: 761px){
	
.openbtn {
	 top: 10px;
	 font-size: 30px;
}

.header_container {
	height: 120px;
}

span1 {
  padding-bottom: 1px;
}

.header_top {
	height: 38px;
	padding-top: 26px;	
}

.lang_en, .lang_tr {
	margin-right: 20px;
}

h1 {
	font-size: 18px;
}

.header_text {
	font-size: 18px;
	font-weight: normal;
	text-align:right;
	margin-left: 61%;
	margin-top: -10px;	
	max-width: 30%;
	float: right;
	display: inline;
}

.logo_container {
	width: 150px;
	margin: auto;
}

.overlay_logo_small, .overlay_logo_small_bg {	
	display: none;
}

.overlay_logo {	
	position: absolute;
	width: 150px;
	height: 132px;
	top: 20px;	
	z-index: 2;

  	transform-style: preserve-3d;
  	transition: all 1s ease-in-out;
}

.overlay_logo_bg {	
	position: absolute;
	width: 150px;
	height: 132px;
	top: 20px;	
	z-index: 2;
	background-color:#fff;
}

.overlay_logo:hover {
  transform: rotateY(180deg);
}

.overlay_logo .side {
  backface-visibility: hidden;
  border-radius: 6px;
  position: fixed;
  overflow: hidden;
}
.overlay_logo .back {
  transform: rotateY(180deg);
}


.header_nav {
	width: 100%;
	height: 56px;	
	background-image:url(images/nav_bg_grey.jpg);
	background-repeat:no-repeat;
	margin-top: -5px;
}	
	
ul2 {
  height: 56px;
}	
	
	
li2 {
  font-size: 18px;
}

li2 a {
  padding: 16px 16px;
}	
	
}


@media only screen and (min-width: 860px){

.header_text {
	font-size: 17px;
	font-weight: normal;
	text-align:right;	
	min-width: 90%;
	margin-left: 1.9em;
	margin-top: 0px;
}

}






@media only screen and (min-width: 960px){

.header_text {
	font-size: 19px;
}
}











/* ANASAYFA
 ------------------------------------------------------- */


.carousel {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: rotateHue infinite 20s linear;
  animation: rotateHue infinite 20s linear;
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
@-webkit-keyframes 
rotateHue { 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 20% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 25% {
 -webkit-filter: hue-rotate(90deg);
 filter: hue-rotate(90deg);
}
 45% {
 -webkit-filter: hue-rotate(90deg);
 filter: hue-rotate(90deg);
}
 50% {
 -webkit-filter: hue-rotate(180deg);
 filter: hue-rotate(180deg);
}
 70% {
 -webkit-filter: hue-rotate(180deg);
 filter: hue-rotate(180deg);
}
 75% {
 -webkit-filter: hue-rotate(270deg);
 filter: hue-rotate(270deg);
}
 95% {
 -webkit-filter: hue-rotate(270deg);
 filter: hue-rotate(270deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
@keyframes 
rotateHue { 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 20% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 25% {
 -webkit-filter: hue-rotate(90deg);
 filter: hue-rotate(90deg);
}
 45% {
 -webkit-filter: hue-rotate(90deg);
 filter: hue-rotate(90deg);
}
 50% {
 -webkit-filter: hue-rotate(180deg);
 filter: hue-rotate(180deg);
}
 70% {
 -webkit-filter: hue-rotate(180deg);
 filter: hue-rotate(180deg);
}
 75% {
 -webkit-filter: hue-rotate(270deg);
 filter: hue-rotate(270deg);
}
 95% {
 -webkit-filter: hue-rotate(270deg);
 filter: hue-rotate(270deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}

.carousel__shutters {
  position: absolute;
  height: 150vmax;
  width: 150vmax;
  left: calc(50% - 75vmax);
  top: calc(50% - 75vmax);
  pointer-events: none;
  z-index: 2;
  -webkit-animation: rotateFrame 10s linear infinite;
  animation: rotateFrame 10s linear infinite;
}
@-webkit-keyframes 
rotateFrame { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
}
@keyframes 
rotateFrame { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
}

.carousel__shutters:before, .carousel__shutters:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-color: #2d5ba7;
  pointer-events: auto;
}

.carousel__shutters:before {
  bottom: 50%;
  -webkit-animation: openTop 5s infinite;
  animation: openTop 5s infinite;
}
@-webkit-keyframes 
openTop { 0% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
 animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
}
 40% {
 -webkit-transform: translate3d(-50%, -65vmax, 0);
 transform: translate3d(-50%, -65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 70% {
 -webkit-transform: translate3d(-50%, -65vmax, 0);
 transform: translate3d(-50%, -65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
}
@keyframes 
openTop { 0% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
 animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
}
 40% {
 -webkit-transform: translate3d(-50%, -65vmax, 0);
 transform: translate3d(-50%, -65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 70% {
 -webkit-transform: translate3d(-50%, -65vmax, 0);
 transform: translate3d(-50%, -65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
}

.carousel__shutters:after {
  top: 50%;
  -webkit-animation: openBottom 5s infinite;
  animation: openBottom 5s infinite;
}
@-webkit-keyframes 
openBottom { 0% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
 animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
}
 40% {
 -webkit-transform: translate3d(-50%, 65vmax, 0);
 transform: translate3d(-50%, 65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 70% {
 -webkit-transform: translate3d(-50%, 65vmax, 0);
 transform: translate3d(-50%, 65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
}
@keyframes 
openBottom { 0% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
 animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
}
 40% {
 -webkit-transform: translate3d(-50%, 65vmax, 0);
 transform: translate3d(-50%, 65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 70% {
 -webkit-transform: translate3d(-50%, 65vmax, 0);
 transform: translate3d(-50%, 65vmax, 0);
 animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
}

.carousel__slides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #2d5ba7;
}

.carousel__slide {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: showHideSlide infinite 20s steps(1);
  animation: showHideSlide infinite 20s steps(1);
}
@-webkit-keyframes 
showHideSlide { 0% {
 opacity: 1;
 pointer-events: auto;
 z-index: 1;
}
 25% {
 opacity: 0;
 pointer-events: none;
 z-index: -1;
}
 100% {
 opacity: 0;
 pointer-events: none;
 z-index: -1;
}
}
@keyframes 
showHideSlide { 0% {
 opacity: 1;
 pointer-events: auto;
 z-index: 1;
}
 25% {
 opacity: 0;
 pointer-events: none;
 z-index: -1;
}
 100% {
 opacity: 0;
 pointer-events: none;
 z-index: -1;
}
}

.carousel__slide:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.carousel__slide:nth-child(1) .carousel__slideBg { background-image: url(images/turksat.jpg); }

.carousel__slide:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.carousel__slide:nth-child(2) .carousel__slideBg { background-image: url(images/turbine2.jpg); }

.carousel__slide:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.carousel__slide:nth-child(3) .carousel__slideBg { background-image: url(images/aircraft.jpg); }

.carousel__slide:nth-child(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.carousel__slide:nth-child(4) .carousel__slideBg { background-image: url(images/circuit.jpg); }

.carousel__slideBg {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #2d5ba7;
  background-blend-mode: hard-light;
  opacity: 1;
  z-index: -1;
  -webkit-animation: bgInOut 5s infinite;
  animation: bgInOut 5s infinite;
}
@-webkit-keyframes 
bgInOut { 0% {
 -webkit-transform: rotate(-45deg) scale(1.1);
 transform: rotate(-45deg) scale(1.1);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 33% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 66% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
 animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
 100% {
 -webkit-transform: rotate(45deg) scale(0.9);
 transform: rotate(45deg) scale(0.9);
}
}
@keyframes 
bgInOut { 0% {
 -webkit-transform: rotate(-45deg) scale(1.1);
 transform: rotate(-45deg) scale(1.1);
 -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
 animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
 33% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 66% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
 animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
 100% {
 -webkit-transform: rotate(45deg) scale(0.9);
 transform: rotate(45deg) scale(0.9);
}
}

.carousel__slideContent1, .carousel__slideContent2, .carousel__slideContent3, .carousel__slideContent4 {
  position: absolute;
  top: 30%;
  left: 30%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: white;
  font-family: "Cuprum", sans-serif;
  line-height: 0.9;
  letter-spacing: -0.025em;
  z-index: 2;
  opacity: 1;
  text-shadow: 0 0 0.5em rgba(179, 64, 26, 0.25);
  mix-blend-mode: lighten;
}


.carousel__slideContent2 {
  top: 70%;
  left: 75%;
}

.carousel__slideContent3 {
  top: 80%;
  left: 25%;
}

.carousel__slideContent4 {
  top: 30%;
  left: 25%;
}


.carousel__slideContent1 span, .carousel__slideContent2 span, .carousel__slideContent3 span, .carousel__slideContent4 span {
  display: block;
  font-size: 10vmin;
}

.button {
  font-family: 'Adequate-ExtraLight', sans-serif;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2vmin;
  display: inline-block;
  position: relative;
  border: 3px solid white;
  box-shadow: -0.5vmin 0.5vmin 0 rgba(255, 255, 255, 0.5);
  background: transparent;
  margin-top: 5vmin;
  mix-blend-mode: lighten;
  color: white;
  padding: 2vmin 2vmin 1.8vmin 2vmin;
  letter-spacing: 0.1em;
  text-shadow: none;
  line-height: 1;
  -webkit-transform: translate3d(0.5vmin, -0.5vmin, 0);
  transform: translate3d(0.5vmin, -0.5vmin, 0);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.button:hover {
  -webkit-transform: translate3d(1vmin, -1vmin, 0);
  transform: translate3d(1vmin, -1vmin, 0);
  box-shadow: -1vmin 1vmin 0 rgba(255, 255, 255, 0.5);
  background: white;
  color: black;
}

.button:active {
  -webkit-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
  box-shadow: 0px 0px 0 rgba(255, 255, 255, 0.5);
}



@media only screen and (max-width: 1200px){
	
.carousel__slideContent1, .carousel__slideContent2, .carousel__slideContent3, .carousel__slideContent4 {
  top: 50%;
  left: 50%;
}

}

