﻿@charset "utf-8";
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

a img { 
outline: none; 
}


::-moz-selection { background: #f5bb0c; color: #fff; text-shadow: none; }
::selection { background: #f5bb0c; color: #fff; text-shadow: none; }


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background-color: #fff;
	background-image: url(../assets/Preloader_3.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.m-top{
margin-top: 5px;
}

.letter-mid{
  letter-spacing: 0 !important;
}



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light.woff2') format('woff2'),
        url('../fonts/roboto-light.woff') format('woff'),
        url('../fonts/roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-lightitalic.eot');
    src: url('../fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-lightitalic.woff2') format('woff2'),
        url('../fonts/roboto-lightitalic.woff') format('woff'),
        url('../fonts/roboto-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/robotoregular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular.woff2') format('woff2'),
        url('../fonts/roboto-regular.woff') format('woff'),
        url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-medium.eot');
    src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-medium.woff2') format('woff2'),
        url('../fonts/roboto-medium.woff') format('woff'),
        url('../fonts/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold.woff2') format('woff2'),
        url('../fonts/roboto-bold.woff') format('woff'),
        url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.header-dis1{
	min-height: 228px;
	height: auto;
	background-image: url(../assets/header-bg-fluid.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	z-index: 999999;
    right: 0;
    left: 0;
}
.header-dis2{
	height: 228px;

}

.slider-out {
	width: 100%;
	height: 100%

}

.slider-dis{
	width: 100%;
		}

.siyah{
background-color: rgba(0, 0, 0, 0.6);
padding: 5px;	
}

.kucuk{
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px; 
}

.logo{
	position:relative;
	z-index:999;
	padding-top: 39px;
}

.deneme{
background-color: #ccc;	
	
}



.menu-dis{
	min-height: 40px;
	height: auto;
	z-index: 999;
	margin-top: 56px;
	position: relative;
	padding-top: 5px;
}

.menu-dis:after {
  content:""; 
  background: #f5bb0c;
  position: absolute; 
  top: 0; 
  right: 7px; 
  height: 2px; 
  width: 100%;
}


	
	
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #menu-button {
  display: none;
}
.cssmenu {
	width: auto;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	font-weight: 300;
}

.cssmenu > ul > li {
  float: left;
}
.cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu.align-right > ul > li {
  float: right;
}
.cssmenu.align-right ul ul {
  text-align: right;
}
.cssmenu > ul > li > a {
	font-size: 1.063em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding-top: 11px;
	padding-right: 9px;
	padding-bottom: 11px;
	padding-left: 9px;
}

.cssmenu > ul > li:nth-child(5) > a {
	padding-right: 0px;
}


.cssmenu > ul > li:hover > a,
.cssmenu > ul > li.active > a {
  color: #f5bb0c;
}
.cssmenu > ul > li.has-sub > a {
  padding-right: 15px;
}

.cssmenu.second > ul > li.has-sub > a {
  padding-right: 9px;
}

.cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #f5bb0c;
  border-right: 1px solid #f5bb0c;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f5bb0c;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu.align-right li:hover > ul {
  right: 0;
}
.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.cssmenu ul li:hover > ul > li {
  height: 32px;
}
.cssmenu ul ul li a {
	width: 230px;
	font-size: 13px;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: rgba(0, 0, 0, .5);
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #e3a724;
}
.cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .cssmenu {
	margin-left: 0;
    width: 100%;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
  }
  .cssmenu.align-center > ul,
  .cssmenu.align-right ul ul {
    text-align: left;
  }
  .cssmenu ul li,
  .cssmenu ul ul li,
  .cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .cssmenu ul li a,
  .cssmenu ul ul li a {
    width: 100%;
    color: #000;
    font-size: 13px;
  }
  .cssmenu > ul > li,
  .cssmenu.align-center > ul > li,
  .cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  .cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  .cssmenu ul ul li:hover > a,
  .cssmenu ul ul li a:hover {
    color: #000000;
  }
  .cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .cssmenu > ul > li.has-sub > a::after,
  .cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  .cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  .cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -9px;
    display: block;
    height: 40px;
    width: 50px;
    cursor: pointer;
  }
  .cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  .cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  .cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  
  .menu-dis:after {
  display: none;
	
}
}

.clear{
clear: both;	
}

.hakkimizda-dis{
margin-top: 40px;
padding-top: 30px;	
}


.hakkimizda-dis h4{
	font-family: "Roboto";
	font-size: 1.563em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-right: 0;
	color: #414A52;
	letter-spacing: 8px;
	font-weight: 500;
  // word-wrap:break-word;
}


.hakkimizda-dis h4:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}

.hakkimizda-dis p{
font-family: "Roboto";
font-size: 1.063em;
line-height: 1.688em;
color: #414A52;
font-weight: normal;
}

p strong{
font-family: "Roboto";
font-weight: 500;
}



.hizmetlerimiz-dis{

	margin-top:60px;	
}



.hizmetlerimiz-dis h5{
	font-family: "Roboto";
font-weight: 500;
	font-size: 1.563em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-right: 0;
	color: #414A52;
	letter-spacing: 8px;
}


.hizmetlerimiz-dis h5:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}


.hizmet-margin{
margin-top:20px;
}

.hizmet-thumb{
	
}

.hizmet-exp-dis{
padding-top:18px;
}

.hizmet-exp-dis h6{
font-family: "Roboto";
font-weight: normal;
color: #414A52;
font-size: 1.500em;
margin-bottom: 10px;
}
.hizmet-exp-dis p{
font-family: "Roboto";
font-weight: 300;
color: #414A52;
font-size: 1.125em;
}

.devami-butonu{
	
}


.devami-butonu a{
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 14px;
	line-height: 11px;
	padding-left: 12px;
	text-transform: uppercase;
	background-image: url(../assets/arrow_read_more.png);
	background-repeat: no-repeat;
	background-position: 0 50%;	
	color: #414A52;
}


.footer{
margin-top: 90px;
margin-bottom: 40px;	
}

.footer-menu{
	width: 100%;

}

.footer-menu ul li{
	list-style-type: none;	
	font-family: 'Roboto';
	font-weight: 300;
	float:left;
}

.footer-menu ul li a{	
	font-size: 14px;
	text-decoration: none;
	color: #9b9b9b;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #ccc;
}


.footer-menu ul li a:hover{	
	font-size: 14px;
	text-decoration: none;
	color: #333;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #ccc;
}


.footer-menu ul li:first-child > a{
padding-left: 0;	
}
.footer-menu ul li:last-child > a{
border-right: 0;	
}

.footer-line{
	background-color: #ccc;
	height: 1px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 15px;
}


.footer p{
font-family: "Roboto";
font-weight: 300;
font-size: 12px;	
color: #9b9b9b;
}

.icon-1{
font-size: 14px;
padding-top: 5px;
margin-right: 5px;	
	
}

.footer-logo{
	padding-top: 15px;
	}
	
.ust-bg{
	background-image: url(../images/bg/hakkimizda.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}

.ust-bg2{
	background-image: url(../images/bg/oduller-yayinlar.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-bg3{
	background-image: url(../images/bg/projeler.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-bg4{
	background-image: url(../images/bg/iletisim.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-bg5{
	background-image: url(../images/bg/bilimsel-calismalar.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-bg6{
	background-image: url(../images/bg/metal.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-bg7{
    background-image: url(../images/bg/aluminyum-cephe.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}

.ust-bg8{
    background-image: url(../images/bg/celik-cam-yapilar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}

.ust-bg9{
    background-image: url(../images/bg/cam-yapilar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}

.ust-bg10{
    background-image: url(../images/bg/gelisim.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}

.ust-bg11{
    background-image: url(../images/bg/freeform-yapilar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.64%; /* (img-height / img-width * container-width) */                /* (853 / 1280 * 100) */
}


.ust-banner{
	width: 100%;
	background-repeat: no-repeat;
}



.ornek-referanslar{
margin-top: 80px;	
}



.heading{
	position: relative;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #414A52;
	margin-right: 0;
	padding-left: 50px;
}
.heading span{
	position: relative;
	z-index: 1;
	background: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

.heading::after {
    content: " ";
    position: absolute;
    z-index: 0;
    bottom: 11px;
    left: 0;
    width: 15%;
    height: 1px;
    background-color: #333;
}


img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}


.img-thumb-holder{
width: 100%;
}

.img-thumb-holder:hover h6{
color: #f5bb0c;
}



.img-thumb-holder h6{
font-family: "Roboto";
font-weight: 500;
color: #414A52;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  padding-top: 8px;
	
}


.project-name{
font-size: 1.375em;
    text-transform: uppercase;
}

.country{
font-size: 1.188em;
    text-transform: uppercase;
	
}

.devami-2{
	margin-top:25px;
	
}

.devami-butonu2{
	background-color: #f2f2f2;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.devami-butonu2 a{
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 16px;
	line-height: 11px;
	padding-left: 12px;
	text-transform: uppercase;
	background-image: url(../assets/arrow_read_more.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #414A52;
}


.exp-box{
	height:230px;
	background-color: #333;	
}

.exp-img{
	min-height: 230px;	
}

.no-margin{
margin: 0 !important;
padding: 0 !important;
	
}


/**********HOVER EFFECT***********/


.grid {
	position: relative;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1em;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 900px;
	min-height: 200px;
	max-height: 300px;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 300px;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.438em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
    cursor: default;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-family: "Roboto";
font-weight: 500;
	font-size: 1.500em;
}

.grid figure h2 span {
	font-family: "Roboto";
font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	padding-bottom: 4em;
	padding-left: 1.250em;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}



/*****************HOVER EFFECT**********************/


.yayinlar-dis{
margin-top: 40px;
padding-top: 30px;	
}


.yayinlar-dis h4{
	font-family: "Roboto";
font-weight: 500;
	font-size: 1.563em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-right: 0;
	color: #414A52;
	letter-spacing: 8px;
}


.yayinlar-dis h4:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}


.yayinlar-dis h6{
	font-family: "Roboto";
font-weight: normal;
	font-size: 1.375em;
	text-transform: uppercase;
	color: #414A52;
}

.yayinlar-dis a{
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
	font-size: 1.188em;
	text-decoration: none;
}


.link-box{
word-wrap: break-word; 
margin-bottom: 20px;	
}


.bilimsel-dis{
margin-top: 40px;
padding-top: 30px;	
}


.bilimsel-dis h4{
	font-family: "Roboto";
font-weight: 500;
	font-size: 1.563em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-right: 0;
	color: #414A52;
	letter-spacing: 8px;
}


.bilimsel-dis h4:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}


.bilimsel-dis h5{
	font-family: "Roboto";
font-weight: 500;
	font-size: 1.375em;
	
	color: #414A52;
}

.bilimsel-dis h5:after{
display:block;
width:10%;
height:2px;
margin-top:15px;
content:'';
background-color:#ccc;
}



.bilimsel-dis p{
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 1.063em;
    line-height: 1.688em;
    color: #414A52;

}

.bilimsel-in{
margin-bottom: 65px;	
}



.gelisim-dis{
  margin-bottom: 25px;
  padding-top: 15px; 
  clear: both;
}

.gelisim-ust{
  margin-top: 40px;
  margin-bottom: 25px;
  padding-top: 30px; 
}
.gelisim-ust h4{
  font-family: "Roboto";
font-weight: 500;
  font-size: 1.563em;
  text-transform: uppercase;
  margin-top: 7px;
  margin-right: 0;
  color: #414A52;
  letter-spacing: 8px;
}


.gelisim-ust h4:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}


.gelisim-ust h5{
  font-family: "Roboto";
font-weight: 500;
  font-size: 1.500em;
  color: #414A52;
  margin-bottom: 20px;
}

.gelisim-ust h5:after{
display:block;
width:10%;
height:2px;
margin-top:10px;
content:'';
background-color:#ccc;
}

.gelisim-ust p{
  font-family: 'Roboto';
  font-size: 1.063em;
    line-height: 1.688em;
    color: #414A52;
    font-weight: normal;

}

.gelisim-dis h4{
  font-family: "Roboto";
font-weight: 500;
  font-size: 1.563em;
  text-transform: uppercase;
  margin-top: 7px;
  margin-right: 0;
  color: #414A52;
  letter-spacing: 8px;
}


.gelisim-dis h4:after{
display:block;
width:30px;
height:2px;
margin-top:15px;
content:'';
background-color:#f5bb0c;
}


.gelisim-dis h5{
  font-family: "Roboto";
font-weight: 500;
  font-size: 1.500em;
  color: #414A52;
  margin-bottom: 20px;
}

.gelisim-dis h5:after{
display:block;
width:10%;
height:2px;
margin-top:10px;
content:'';
background-color:#ccc;
}

.gelisim-dis p{
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 1.063em;
    line-height: 1.688em;
    color: #414A52;

}

.gelisim-in{
margin-bottom: 35px;
}

.gelisim-dis .outer{
  background-color: #f1f1f1;
  padding: 10px;
}

.gelisim-dis h6{
  font-family: "Roboto";
font-weight: 500;
  font-size: 17px;
}

.gelisim-dis .uyari{
  background-color: #f2dede;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gelisim-dis .uyari .glyphicon{
  color: #a94442;
  font-size: 15px;
}

.gelisim-dis .uyari .metin{
  margin-left: 10px;
  font-family: 'Roboto';
  font-weight: normal;
  color: #a94442;
  font-size: 15px;
}

/*-------------- Form --------------*/
.form-dis {
  padding-top: 15px;
  padding-bottom: 15px;
}
  .form-dis h5 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #9b7b4e;
    letter-spacing: 1px; }
  .form-dis p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px; }
  .form-dis #iletisim-formu {
    /* WebKit, Blink, Edge */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10-11 */ }
    .form-dis #iletisim-formu ::-webkit-input-placeholder {
      /* Chrome */
      color: #000; }
    .form-dis #iletisim-formu :-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    .form-dis #iletisim-formu ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000;
      opacity: 1; }
    .form-dis #iletisim-formu :-moz-placeholder {
      /* Firefox 4 - 18 */
      color: #000;
      opacity: 1; }
    .form-dis #iletisim-formu .form-control {
      line-height: 1.42857143;
      color: #000;
      border-radius: 0;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-size: 16px;
      border: none;
      border-bottom: 1px solid #f2f2f2;
      opacity: 1;
      margin-bottom: 5px;
      background: #fff; 
      height: 43px;}
      .form-dis #iletisim-formu .form-control:focus {
        border: none;
        outline: none;
        border-bottom: 1px solid rgba(170, 127, 110, 0.7);
        box-shadow: none; }
    .form-dis #iletisim-formu label {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: normal;
      color: #505050; }
      .form-dis #iletisim-formu label .gerekli {
        color: #ffffff;
        line-height: 23px; }
    .form-dis #iletisim-formu textarea {
      height: 100px;
      max-width: 100%;
      resize: none; }
    .form-dis #iletisim-formu .btn-default {
      color: #ffffff;
      background-color: #585858;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      cursor: pointer;
      width: 100%;
      border: none;
      padding: 10px;
      border-radius: 0;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .form-dis #iletisim-formu .btn-default span{
        margin-right: 10px;
      }
      .form-dis #iletisim-formu .btn-default:hover {
        background-color: #14242F;
        color: #fff; }
    .form-dis #iletisim-formu .parsley-errors-list {
      color: #bd6969; }
      .form-dis #iletisim-formu .parsley-errors-list li {
        list-style-type: none;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 15px; }

/*-------------- #Form --------------*/

/*---------- Sweet Alert ---------------*/
.swal2-popup {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal; }

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #585858 !important; }
  .swal2-popup {
    font-size: 1.4rem !important;
}


video {
            max-width: 100%;
            height: auto;
          }

          iframe,
          embed,
          object {
            width: 100%;
          }
          .vendor {
            padding: 2%;
            background: #dcb749;
          }

          .unsupported {
            background: #fddfde;
          }


.hidden {
  display: none;
}

.morelink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: 20px;
  font-size: 13px;
  color: #ececec;
}

.morelink:after {
  content: '';
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 6px;
  margin-left: 10px;
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
  transform-origin: bottom;
}

.morelink.less:after {
  margin-left: 7px;
  transform: rotate(135deg);
}

.devami-butonu3{
	background-color: #f2f2f2;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.devami-butonu3 a{
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 14px;
	line-height: 11px;
	padding-left: 12px;
	text-transform: uppercase;
	background-image: url(../assets/arrow_read_more.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #414A52;
}

.filtr-item {
    padding: 10px;
}

.item-desc {
	font-family: 'Roboto';
	font-weight: normal;
	background-color: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
	bottom: 0.813em;
	left: 1.125em;
	right: 1.125em;
	padding-top: 0.938em;
	padding-right: 0.938em;
	padding-bottom: 0.938em;
	padding-left: 0.938em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
	font-family: 'Roboto';
	font-weight: normal;
    color: #fff;
	font-size: 13px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 1.6rem;
}
.simplefilter li {
    background-color: #585858;
}
.simplefilter li.active {
    background-color: #212121;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}

.search-row h3{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  color: #fff;
  padding: 1rem 1.6rem;
  background-color: #585858;
}

.filtr-search{
  border: 2px solid #f5bb0c;
  padding: 0.7rem 1.6rem !important;
  font-family: "Roboto";
font-weight: normal;
}


/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem
}

.projeler-dis{
margin-top: 40px;
padding-top: 30px;	
}

.dil{
    margin-top: 68px;
    margin-left: -17px;
}


.sticky-social-toggle{
 color:red;
  left: 0;
  position: fixed;
  top:370px;
  cursor:pointer;
  opacity:0.4;
}

.sticky-social-toggle:hover{
 opacity:1;

}
.sticky-social-toggle img{
  width:100%;
}

.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  }

/*************************************************************** 
Sticky social Media Icons
***************************************************************/

/* entypo */
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}

#sticky-social {
  left: 0;
  position: fixed;
  top: 250px;
  z-index: 100 !important;
}

#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  font: 16px "Roboto", sans-serif;
  font-weight: normal;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

#sticky-social a span {
  line-height: 35px;
  left: -170px;
  position: absolute;
  text-align: center;
  width: 170px;
}

#sticky-social a:hover span {
  left: 100%;
}

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
  background: #0077B5;
}

#sticky-social a[class*="instagram"],
#sticky-social a[class*="instagram"]:hover,
#sticky-social a[class*="instagram"] span {
  background: #e4405f;
}

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span {
  background: #cc2127;
}

.entypo-linkedin:before {
  content: url(../images/linkedin.png);
}

.entypo-instagram:before {
  content: url(../images/instagram.png);
}

.entypo-youtube:before {
  content: url(../images/youtube.png);
}
.icerik-in + [data-readmore-toggle] { 
  padding-top: 7px;
  padding-bottom: 15px;
  font-size: 1.063em;
  font-family: "Roboto";
  font-weight: normal;
  text-decoration: underline;
}