@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');
body{font-family: 'Montserrat', sans-serif;}
*:focus {
    outline: none;
}
.SliderContent {
    width: 100%;
    height: 100vh;
	position: absolute;
	background-image: url("../images/Background.jpg");
	background-position: center;
    background-size: cover;
	
}
.SliderContentPage {
    width: 100%;
    height: 25vh;
	position: absolute;
	BACKGROUND-POSITION: center;
	
}
.Kapsam {  }
.Header{position: relative;top: 0;z-index: 1905}
.ThinMenu {
    text-align: right;
	overflow: hidden;
}
.ThinMenu li {
    display: inline-block;
	color: #C1C1C1
}
.ThinMenu li a{
    display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 25px;
	font-weight: 400;
	transition: all .25s ease-in;

}
.ThinMenu li a:hover{
	color: #4298b3;


}
.MediaMenu {
    text-align: right;
	overflow: hidden;
}
.MediaMenu li {
    display: inline-block;
	color: #C1C1C1
}
.MediaMenu li a{
    display: block;
	color:#fff;
	text-decoration: none;
	padding: 5px;
	background-color: #4298b3;
	width: 35px;
	text-align: center;
	font-size: 15px;
	transition: all .25s ease-in;

}

.MediaMenu li a:hover{
	color:#4298b3;
	background-color: #fff;
	transition: all .25s ease-in;

}
.BoldMenu {
    text-align: right;
	overflow: hidden;
}
.BoldMenu li {
    display: inline-block;
	color: #C1C1C1
}
.BoldMenu li ul{display: none;
    position: absolute;
    top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */
    left: 0;}


.BoldMenu li > ul {
    top: auto;
    left: auto;
	    background-color: #3a3939a3;

}
.BoldMenu li:hover ul {
  display: block;
}

.BoldMenu li:hover ul, .BoldMenu li.over ul{
    display: block;
  }

.BoldMenu li a{
    display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 20px;
	font-weight: 600;
	transition: all .25s ease-in;
}
.BoldMenu li a:hover{
	color: #4298b3;

}
.BoldMenu li ul li{
    display: block;
	text-align: left
}

.BoldMenu li ul li a{
    display: block;
    color: #c7c7c7;
    font-size: 13px;
    text-decoration: none;
    padding: 20px;
    font-weight: 600;
}
.BoldMenu li ul div {
color: #3a3939a3;
    position: ABSOLUTE;
    top: -21px;
    font-size: 3em;
    line-height: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
    LEFT: 12PX;
}
.Logo {
    width: 175px;
    height: 218px;
    float: left;
    background-image: url("../images/imzalogo.png");
}
.MenuContent {
    width: 880px;
    height: 218px;
    float: right;
}



.Content{width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
	top: 1%;}
.Content .Box {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    list-style: none;
}
.Content .Bin {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    list-style: none;
}
.Box {width: 1000px; margin: 0 auto; text-align: center;}
.Box li{display: inline-block;}

.Box li a {
    width: 325px;
    display:inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
	line-height: 74px;
	float: left;
	
}

.Space{margin-top: 660px}
.Space800{margin-top: 800px;    min-height: 100vh;}
.Space50{margin-top: 50px}
.Blue{background-color:#00A0E3;}
.Yellow{background-color:#4298b3;}
.Orange{background-color:#EF7F1A;}
.Content h1 {
    font-size: 2em;
    font-weight: 900;
    color: #27333a;
}

.ProjeListUL{width:100%; text-align:center;}
.ProjeListUL li{float:none; display:inline-block;}
.ImageFrame{
	width: 648px;
    height: 432px;
    overflow: hidden;
    border: 5px solid #c1c1c1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
	
	}
.ImageFrameNav{
	width: 150px;
    height: 150px;
    background-color: antiquewhite;
    overflow: hidden;
    border: 5px solid #efefef;
	
	}
.slider-nav{margin-top:15px; }
.NewsBig{
    width: 585px;
    height: 470px;
    float: left;
    background-color: #fff;
    margin: 4px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	transition: all .25s ease-in;
}
.NewsBig:hover {
    background-color: #fecc00;
}
.Content .NewsBig .NewPic {
    width: 585px;
    height: 400px;
    overflow: hidden;
}
.NewsBig .NewPic img {
    height: auto;
    width: 100%;
    overflow: hidden;
}
.Content .NewsBig .NewsTitle {
	position: relative;
    z-index: 99;
    top: -150px;
    font-size: 2em;
    font-weight: 900;
    color: #FFF;
    padding-left: 30px;
    height: 150px;
    background-image: url(../images/grayback.png);
    padding-top: 20px;
}
.Content .NewsBig .NewsFooter {
    position: relative;
    top: -150px;
}
.NewsBig .NewsFooter a {
display: inline-block;
    float: right;
    color: #fff;
    text-decoration: none;
    background-color: #fecc00;
    width: 215px;
    text-align: center;
    font-size: 1.3em;
    line-height: 70px;
	-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 30px;
border-bottom-right-radius: 10px;
}
.NewsBig .NewsFooter .Calendar {
	padding: 20px;
	    font-size: 20px;
    display: inline-block;
    float: left;
	color: #fff;
}
.NewsSmall{
    width: 280px;
    height: 230px;
    float: left;
    background-color: #fff;
    margin: 4px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	transition: all .25s ease-in;
}
.NewsSmall:hover {
    background-color: #fecc00;
	
}
.Content .TextIntro {
	line-height: 48px;
    text-align: right;
    font-size: 2em;
    margin-top: 15px;
    padding: 45px;
    margin-bottom: 15px;
    border-top: 4px dotted #e6e6e6;
    font-weight: 900;
    color: #e6e6e6;
}
.TextIntroPage {
	line-height: 48px;
    text-align: right;
    font-size: 2em;
    margin-top: 15px;
    padding: 45px;
    margin-bottom: 15px;
    /* border-top: 4px dotted #e6e6e6; */
    font-weight: 900;
    color: #e6e6e62b;
    position: relative;
    top: 117px;
}

.Content .NewsSmall .NewPic {
    width: 280px;
    height: 190px;
    overflow: hidden
}
.NewsSmall .NewPic img {
    height: auto;
    width: 100%;
    overflow: hidden;
}
.Content .NewsSmall .NewsTitle {
	position: relative;
    z-index: 99;
    top: -71px;
    font-size: 1em;
    font-weight: 900;
    color: #FFF;
    padding-left: 30px;
    height: 71px;
    background-image: url("../images/GrayBack280.png");
    padding-top: 20px;
}
.Content .NewsSmall .NewsFooter {
    position: relative;
    top: -71px;
}
.NewsSmall .NewsFooter a {
display: inline-block;
    float: right;
    color: #fff;
    text-decoration: none;
    background-color: #fecc00;
       width: 140px;
    text-align: center;
    font-size: 1em;
    line-height: 40px;
	-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 30px;
border-bottom-right-radius: 10px;
}
.NewsSmall .NewsFooter .Calendar {
	    padding: 7px;
    font-size: 16px;
    display: inline-block;
    float: left;
	color: #fff;
}
.yellow{color: #4298b3;font-size: 25px;margin-right: 10px;}
.ContentLeft{    width: 60%;
    float: left;}
.ContentRight{    width: 35%;
float: right;}
.Kapsam .Footer {
    width: 100%;
	height: 300px;
	background-color: #303e46;
	margin-top: 45px;
	background-image: url(../images/Pat1.png);
    background-repeat: repeat;

}
.Kulupler {
    width: 140px;
    height: 140px;
    padding: 5px;
    text-align: center;
	display: block;
}
div .Kulupler .fas {
	    font-size: 5em;
    padding: 10px;
    color: #fff;
}
.Content .ContentRight .BoxtoBox {
    margin: 0 auto;
    width: 400px;
    text-align: center;

}
.ContentRight .BoxtoBox li {
    display: inline-block;
    float: none;
}
.BoxtoBox li .Box1 {
    width: 185px;
    height: 185px;
    display: inline-block;
    margin: 6px 3px;
    background-color: #fecc00;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 900;
    overflow: hidden;
	background-blend-mode: multiply;
	line-height: 185px;
	transition: all .25s ease-in;
}

.BoxtoBox li .Box1:hover {

    background-color: #fff;

}

.clear {
    clear: both;
}
.pixels230 {
    width: 230px;
    float: left;
	height: 150px;
    margin-top: 25px;
}
.SocialMediaFooter {
    height: 50px;
    background-color:#4298b3;
	margin-top:30px;
}


.center{width: 90%; margin: 0px auto;}


.FooterMenu li a {
color: #FFF;
    line-height: 23px;
    text-decoration: none;
    font-size: 12px;
	transition: all .25s ease-in;

}
.FooterMenu li a:hover {
	color:#4298b3

}

.Content .pixels230 b {
	font-size: 1em;
    color: #c1c1c1;
    line-height: 31px;
    font-weight: 600;
}
.Footer .Content .OnKayitFormMain {
	HEIGHT: 50PX;
    BACKGROUND-COLOR: #ef7f1a;
    position: relative;
    top: -25px;
    color: #fff;
    line-height: 50px;
    padding-left: 32px;
    font-size: 1.5em;
    font-weight: 600;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.SocialMediaFooter .Content .BiziTakipEdinList {
	    position: relative;
    top: -65px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
.BiziTakipEdinList li {
    display: inline-block;
    float: none;
}
.SocialMediaFooter .Content .BiziTakipEdin {
	    background-image: url(../images/BiziTakipEdin.png);
    width: 250px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: -65px;
    background-position: center;
    background-repeat: no-repeat;
}

.BiziTakipEdinList li a{
  display: block;
    padding: 15px;
    background-color: #718490;
    color: #fff;

    width: 65px;
    height: 65px;
   
}

.BiziTakipEdinList li a:hover{
	color:#4298b3;
	background-color: #fff;
	transition: all .25s ease-in;

}
[data-popup] {
  position: relative;
	
}
[data-popup]:before, [data-popup]:after {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: .15s ease opacity, .15s ease transform;
  will-change: opacity transform;
  content: "";
		display: block;
	width: 325px;
}
[data-popup]:hover:before, [data-popup]:hover:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10px);
  opacity: 0.8;
}
[data-popup]:hover:before {
  bottom: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: white;
  font-size: 14px;
  line-height: 20px;
	font-weight: 400;
  text-align: center;
  content: attr(data-popup);
  white-space:normal;

}
[data-popup]:hover:after {
  top: 0;
  height: 0;
  width: 0;
  border: solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  content: "";
	
}
.ProjeList{
	    width: 240px;
    min-height: 450px;
    display: block;
    background-color: whitesmoke;
    margin: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    transition: all .25s ease-in;
	text-decoration:none;
	color:#333;
	    border-bottom: 4px solid #718490;
	}
	.ProjeList:hover{
	   
    background-color: #303e46;
   	color:#FFF;
	border-bottom: 4px solid #718490;
	}
	.Margin70{margin-top:70px;}
	.ProjeList .ProjeInfo table tr td strong{font-weight:600;}
	.ProjeList .Baslik{display:block; text-align:center; font-size:16px;Line-height:40px;}
	.ProjePicture{width:240px;height:240px; overflow:hidden;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;    margin: 10px auto;}
.ProjePicture img{width:100%;height:100%;}
.ProjeInfo table{    font-size: 14px;
    line-height: 30px;}
	.HaberList{
	display: block;
    text-decoration: none;
    width: 350px;
    height: 253px;
    background-color: whitesmoke;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    transition: all .25s ease-in;
	    font-weight: 600;
    text-align: center;
	color:#303e46;
	margin:5px;
}
.HaberList:hover{
    background-color: #303e46;
	color:whitesmoke;
}
.HaberBaslik{font-size:14px;}
.HaberPicture{width: 350px;
    height: 175px;
    overflow: hidden;
    padding:5px;
    margin: 0px auto;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.HaberPicture img{width:100%;height:100%;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;    overflow: hidden;
}
.Devam{display: block;
    width: 200px;
    margin: 0px auto;
    background-color: #718490;
    color: #fff;
    line-height: 29px;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

	
/*Slider*/
.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Slider */
.slider {
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* each slide backgound color */  
.slide1 {
  left: 0;
}
.slide2 {
  left: 100%
}
.slide3 {
  left: 200%
}

.slider > div {
  text-align: center;
}
/* Slider inner slide effect */
.Content-Header h3 {
    font-size: 2em;
    color: #303e46;}
	.Justify{    font-size: 14px;
    color: #303e46;
    line-height: 26px;
    padding-top: 35px;}
	.Justify b{font-weight:600;}
  
.slider h2 {
  color: #4298b3;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 120%;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
.slider h1 {
  color: #Fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 120%;
}
.slider h4 {
  color: #Fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 70px;
}
.slider .button {
  color: #FFF;
  padding: 5px 30px;
  background: rgba(255,255,255,0.3);
  text-decoration: none;
  opacity: 0;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.slider h2, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
/* Next and Preive arrow */ 
.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 55;
}
.control label {
  z-index: 0;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  color: #FFF;
  cursor: pointer;
  opacity: 0.2;
}
.control label:hover {
  opacity: 0.5;
}
.next {
  right: 1%;
}
.previous {
  left: 1%;
}
/* Slider Pagger */ 
.slider-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1000;
}
.slider-pagination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255,255,255,0.2);
  margin: 0 2px;
  border: solid 1px rgba(255,255,255,0.4);
  cursor: pointer;
}
/* Slider Pagger arrow event */
.slide-radio1:checked ~ .next .numb2, 
.slide-radio2:checked ~ .next .numb3, 
.slide-radio3:checked ~ .next .numb4, 
.slide-radio2:checked ~ .previous .numb1, 
.slide-radio3:checked ~ .previous .numb2, 
.slide-radio4:checked ~ .previous .numb3 {
  display: block;
  z-index: 1
}
/* Slider Pagger event */
.slide-radio1:checked ~ .slider-pagination .page1, 
.slide-radio2:checked ~ .slider-pagination .page2, 
.slide-radio3:checked ~ .slider-pagination .page3, 
.slide-radio4:checked ~ .slider-pagination .page4 {
  background: rgba(255,255,255,1)
}
/* Slider slide effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.slide-radio1:checked ~ .slide1 h2,  
.slide-radio2:checked ~ .slide2 h2,  
.slide-radio3:checked ~ .slide3 h2,  
.slide-radio4:checked ~ .slide4 h2,  
.slide-radio1:checked ~ .slide1 .button,  
.slide-radio2:checked ~ .slide2 .button,  
.slide-radio3:checked ~ .slide3 .button,  
.slide-radio4:checked ~ .slide4 .button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.FooterMenu li a {
}


@media only screen and (max-width: 767px) {
.slider h2 {
  font-size: 20px;
}
.slider > div {
  padding: 0 2%
}
.control label {
  font-size: 35px;
}
.slider .button {
  padding: 0 15px;
}
}
.Dot {
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: #d2d2d2;
    margin: 15px auto;
}
.TextPage strong{font-weight: 600;}
.TextPage{line-height: 25px;}
.PersonelList {
	text-align: center;
	width: 850px;
	list-style-type: none;
	margin:0px auto;
}
.PersonelList li {
	display: inline-block;
	float: none;
}
.PersonelList li a {
	height: 310px;
    width: 260px;
	text-decoration: none;
	display: block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f3f3f3;
	border-bottom-width: 5px;
	border-bottom-color: #fdcc02;
	border-bottom-style: solid;
	color: #414141;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}


.PersonelList li a:Hover {
	color: #FFF;
	background-color: #FDCC02;
	border-bottom-color: #414141;
}

.PersonelList li a .List-Img {
	margin: 10px;
	height: 240px;
	width: 240px;
	overflow: hidden;
}
.PersonelList li a .List-Img img {
	height: 100%;
	width: 100%;
	margin-top:10px;
}
.PersonelList li a .PersonelList-Text span {
	font-size: 12px;
	font-style: italic;
	color: #666;
}.TextPage h3 {
	text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

}
.LogoPicture {
	height: 400px;
	width: 1000px;
	overflow: hidden;
}
.LogoPicture img {
	height: 100%;
	width: 100%;
}
.PersonelList2 {
	text-align: center;
	width: 850px;
	list-style-type: none;
	margin:0px auto;
}
.PersonelList2 li {
	display: inline-grid;
	float: none;
}
.PersonelList2 li a {
	height: 600px;
	width: 300px;
	text-decoration: none;
	display:block;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f3f3;
    border-bottom-width: 5px;
    border-bottom-color: #fdcc02;
    border-bottom-style: solid;
    margin: 0px 10px;
	color:#414141;
		transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	
}
.PersonelList2 li a:Hover {
	color: #FFF;
	background-color: #FDCC02;
	border-bottom-color: #414141;
}

.PersonelList2 li a .List-Img {
    height: 200px;
    width: 200px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;

}
.PersonelList2 li a .List-Img img {
	height: 100%;
	width: 100%;
}
.PersonelList2 li a .PersonelList-Text{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.Sayfa-cm-920 .PageHeader {
	background-color: #fff;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4298b3;
	font-size:14px;
}
.FormBaslik {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	line-height: 44px;
	padding-left: 15px;
}
.input {
	padding: 10px;
	width: 80%;
	background-color: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display:block;
	    color:#fff ;
    font-weight: bold;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(173, 173, 173, 0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(173, 173, 173, 0.75);
	box-shadow: 0px 0px 7px 0px rgba(173, 173, 173, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #fdcc02;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '*';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.label {
  display: block;
  line-height: 30px;
  width:300px;
  float:left;
}
.Center {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


.btn:hover {
  background: #fff;
  text-decoration: none;
  color:#FFF;
}.btn {
	text-align: center;
	display: block;
	width: 125px;
	background-color: #4298b3;
	font-weight: bold;
	color: #424242;
	margin-right: auto;
	margin-left: auto;
	  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #474747;
  border:none;
  line-height:35px;
}
.PageContent .Slider #wowslider-container1 .ws_images ul li a {
	display: block;
}
.Sayfa-cm-920 .text .FormLabel {
	font-weight: bold;
	color: #fff;
}
.inputSinavForm {
	width: 97%;
	display: block;
	line-height: 24px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
}
.inputSinavForm2 {
	width: 30%;
	line-height: 24px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
}
.SinavKurallari {
	float: left;
	height: 500px;
	width: 500px;
	background-color: #FFF;
	border: 1px dotted #595959;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.SinavDetay {
	float: right;
	height: 500px;
	width: 250px;
}
.PersonelList3{
	height: 500px;
	width: 250px;
	text-decoration: none;
	display: block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #4298b3;
	border-bottom-width: 5px;
	border-bottom-color: #fdcc02;
	border-bottom-style: solid;
	color: #414141;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	text-align: center;
}.SinavBasvuruText {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
}
.GuvenlikKodu {
    background-color: #efdc8f;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 9px;
}
.Red {
	color: #F00;
	padding: 5px;
}
.KayitOK {
	font-size: 15px;
	color: #424242;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}.TextPage .EtkinlikList {
	text-align: center;
	width: 100%;
}
.EtkinlikList li a .EtkinlikResim {
	height: 250px;
	width: 350px;
	overflow: hidden;
}

.TextPage .EtkinlikList li{
	    display: inline-block;
    float: none;}
	.TextPage .EtkinlikList li a{
		width: 350px;
    display: inline-table;
    background-color: #fafafa;
    margin: 5px;
    height: 400px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(220 220 220);
-moz-box-shadow: 0px 0px 10px 0px rgb(220 220 220);
box-shadow: 0px 0px 10px 0px rgb(220 220 220);
text-decoration:none;
color:#fff;
    border-radius: 9px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.TextPage .EtkinlikList li a:hover{
		
    background-color: #dcdcdc;

}
.Kapsam .Content .TextPage .EtkinlikList li a .EtkinlikBaslik {
	    font-size: 1em;
    font-weight: 600;
    padding: 8px;
	    display: contents;
}
.Kapsam .Content .TextPage .EtkinlikList li a .EtkinlikDate {
	font-size: 15px;
    width: 35%;
    text-align: left;
    display: block;
    float: left;
    padding: 8px;
}
.Kapsam .Content .TextPage .EtkinlikList li a .EtkinlikKategori {
	font-size: 15px;
    width: 64%;
    text-align: right;
    display: block;
    float: left;
    padding: 8px;
}
.Kapsam .Content .TextPage .EtkinlikList li a .Butontext {
	color: #cccccc;
    font-size: 14px;
}
.Kapsam .Content .Yanbaslik {
	    text-align: right;
    display: block;
    text-transform: uppercase;
}
.Kapsam .Content .TextPage .PageLeft {
	float: left;
	width: 900px;
}
.Kapsam .Content .TextPage .PageRight {
	float: right;
	width: 270px;
}
.Kapsam .Content .TextPage .PageLeft .ContentPic {
	padding: 5px;
	height: 400px;
	width: 700px;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(220 220 220);
-moz-box-shadow: 0px 0px 10px 0px rgb(220 220 220);
box-shadow: 0px 0px 10px 0px rgb(220 220 220);
border-radius:20px;
	
}
.Kapsam .Content .TextPage .PageLeft .ContentPic img {
	border-radius:20px;
	height: 100%;
	width: 100%;
	overflow:hidden;	
	
}
.Gallery ul {
	text-align: center;
	width: 100%;
}
.Gallery ul li {
	display: inline-block;
	float: none;
}
.Gallery ul li a {
    display: block;
    margin: 5px;
    height: 100px;
    width: 100px;
    border: 3px solid #fecc00;
    border-radius: 50%;
    overflow: hidden;
}
.Gallery ul li a img {
	height: 100%;
	width: 100%;
	overflow: hidden;
}.Kapsam .Content .TextPage .PageLeft .Gallery {
	    TEXT-ALIGN: center;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}
.Kapsam .Content .TextPage .PageRight .SonEklenenler {
display: block;
    text-align: center;
    line-height: 44px;
    background-image: url(../images/orangeback.png);
    font-weight: 600;
    color: #522605;
    FONT-SIZE: 14PX;
}
.Kapsam .Content .TextPage .PageRight .Yanlist {
	background-color: #CCC;
	text-align: center;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4f4;
    text-align: center;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
}
.Kapsam .Content .TextPage .PageRight .Yanlist a{
	display: block;
    padding: 4px;
    border-bottom: 2px dotted #e6e6e6;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: initial;}
	.Kapsam .Content .TextPage .PageRight .Yanlist a:hover{
    color: #000;
    }.Kapsam .Content .text .UyariMesaji {
		    text-align: center;
    line-height: 50px;
    height: 300px;
}
.Sayfa-cm-920 .text .FormLabel {
	font-weight: bold;
	color: #fff;
}
.inputSinavForm {
	width: 97%;
	display: block;
	line-height: 24px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
}
.inputSinavForm2 {
	width: 30%;
	line-height: 24px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
}
.SinavKurallari {
	float: left;
	height: 500px;
	width: 500px;
	background-color: #FFF;
	border: 1px dotted #595959;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.SinavDetay {
	float: right;
	height: 500px;
	width: 250px;
}
.PersonelList3{
	height: 500px;
	width: 250px;
	text-decoration: none;
	display: block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #4298b3;
	border-bottom-width: 5px;
	border-bottom-color: #fdcc02;
	border-bottom-style: solid;
	color: #414141;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	text-align: center;
}.SinavBasvuruText {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
}
.GuvenlikKodu {
    background-color: #efdc8f;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 9px;
}
.Red {
	color: #F00;
	padding: 5px;
}
.KayitOK {
	font-size: 15px;
	color: #424242;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.text h3 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 14px;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}
.PersonelList2 {
	text-align: center;
	width: 850px;
	list-style-type: none;
	margin:0px auto;
}
.PersonelList2 li {
	display: inline-grid;
	float: none;
}
.PersonelList2 li a {
	height: 600px;
	width: 300px;
	text-decoration: none;
	display:block;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f3f3;
    border-bottom-width: 5px;
    border-bottom-color: #fdcc02;
    border-bottom-style: solid;
    margin: 0px 10px;
	color:#414141;
		transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	
}
.PersonelList2 li a:Hover {
	color: #FFF;
	background-color: #FDCC02;
	border-bottom-color: #414141;
}

.PersonelList2 li a .List-Img {
    height: 200px;
    width: 200px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;

}
.PersonelList2 li a .List-Img img {
	height: 100%;
	width: 100%;
}
.PersonelList2 li a .PersonelList-Text{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.SinavText {
	line-height:35px;
	
}
.SinavText2 {
	line-height:30px;
	
}.Kapsam .Content .text .PageLeftContent {
	width: 500px;
    height: 500px;
    float: left;

}
.Kapsam .Content .text .PageRightContent {
	width: 500px;
    height: 500px;
    float:right;

}
.Map {
	height: 500px;
	width: 500px;
}
/*----------  7. Contact info  ----------*/

.contact-info-box {
    display: table;

    width: 100%;
}

.contact-info-box .contact-info-cell {
    display: table-cell;

    width: 36px;

    vertical-align: top;
}

.contact-info-box .contact-info-cell + .contact-info-cell {
    width: auto;
    padding-left: 20px;
}

.contact-info-box .wrapper-icons {
width: 50px;
    height: 50px;
    text-align: center;
    color: #4298b3;
    border: 2px solid #edf2f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contact-info-box .wrapper-icons .icons {
    font-size: 14px;
    line-height: 45px;
}

.contact-info-box .wrapper-info .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;

    margin: 0 0 10px 0;

    

    color: #fff;
}

.contact-info-box .wrapper-info .text {
    font-size: 14px;

    display: block;

    margin-bottom: 0;

    color: #61728d;
}

.contact-info-box .wrapper-info .text .text-bold {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding-left: 5px;
    white-space: nowrap;
    color: #AD0C33;
	letter-spacing:-0.03em;
}
.contact-info-box .wrapper-info .text .text-bold:hover {text-decoration:underline;}

.contact-info-box .wrapper-info .link:hover {
    color: #bf1e2e;
	text-decoration:underline;
}

.list-contact-info {
    font-size: 0;

    padding:30px 15px;

    background-color: #ffffff;
}

.list-contact-info .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;

    display: block;

    margin: 40px 0 25px 0;

    text-align: center;
    

    color: #fff;
}

.list-contact-info .item {
    display: inline-block;

    width: 33%;
    padding: 0 10px;

    vertical-align: top;
}

.list-contact-info .contact-info-box .wrapper-info .text .text-bold {
    padding-left: 0;
}
.wrapper-info{line-height: 30px;}.Kapsam .Content .text .PageRightContent .list-contact .contact-info-box .contact-info-cell .wrapper-info b u {
	font-weight: 600;
}
.GalleryPic{width:100%; text-align:center;}
.GalleryPic li{display:inline-block; float:none;}
.GalleryPic li a{
	width: 300px;
    height: 300px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fec000;}
	.GalleryPic li a:hover{
	   border: 2px solid #ef7f1a;}
	
	.BasariResim { border-radius: 50%;
    overflow: hidden;
    width: 296px;
    height: 296px;

}
.MobileNews {display:none}
.LogoFooter{    width: 230px;
    float: left;
	height: 230px;margin-top:-13px;}
	
	
	
	#nav {
		display:none;
	width: 60em; /* 1000 */
	font-weight: 400;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -30em; /* 30 480 */
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #000 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #fec000;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

			#nav > ul {
	height: 3.75em; /* 60 */
	background-color:#303e46;
}
#nav > ul > li {
	width: 25%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1em;
    line-height: 3.5em;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #718490;
}
/* second level */

				#nav li ul {
	background-color: #6d1717;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1em; /* 20 */
	border-top: 1px solid #500d0d;
	padding: 0.75em; /* 15 (20) */
	text-decoration:none;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #e15a1f;
}
 @media only screen and ( max-width:768px ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
	display:block
}
}
 @media only screen and ( max-width:768px ) /* 640 */ {

#nav {
	position: relative;
	top: auto;
	left: auto;
	display:block;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #718490;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

			#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	text-decoration: none;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #292727;
	text-decoration: none;
}
/* second level */

				#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
}
	
