 /* CSS Document */
button:focus {outline:none !important;}
*:focus {
    outline: none !important;
}
.spRektor{
	box-shadow: 3px 8px 13px rgba(0, 0, 0, 0.70);
	
}
.BoxActive{ 
background-color: white; 
z-index: 99; 
position: absolute; 
max-height: 320px; 
width: 350px; 
overflow-y:auto;
box-shadow: 5px 14px 25px  rgba(0,0,0,0.40);
border-radius: 5px;
top: 65px;
right: 30px;
}
.BoxMobActive{
background-color: white; 
z-index: 99;  
max-height: 320px; 
margin-top: 10px!important;
overflow-y:auto;
box-shadow: 5px 14px 25px  rgba(0,0,0,0.40);
}
.BoxActive a{
	font-size: 11px;
}
.BoxMobActive a{
	font-size: 10px;
}
.BoxActive a:hover{
	text-decoration: none;
	
}
.BoxActive a:hover .colorBox1{
	color: rgb(71,192,187);
	
}
.BoxActive a:hover .colorBox2{
	color: rgba(41,89,174,1.00);
	
}
.BoxActive .colorBox1{
	color: rgba(41,89,174,1.00);
}
.BoxActive .colorBox2{
	color: rgb(71,192,187);
}
.BoxMobActive a:hover{
	text-decoration: none;
	
}
.BoxMobActive .colorBox1{
	color: rgba(41,89,174,1.00);
}
.BoxMobActive .colorBox2{
	color: rgb(71,192,187);
}
.carousel-caption h2{
	
	padding: 10px;
	background-image: -webkit-linear-gradient(to right,rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image: -o-linear-gradient(to right,rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(to right,rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,0.3), rgba(0,0,0,0));
	border-radius:5px;
}
.carousel-caption p{
	font-family: 'Open Sans', sans-serif!important;
}
.navbar .nav-link{
	font-family: 'Sen', sans-serif !important;cursor: pointer;
}
.carousel-inner1{
	width: 100%;
	height:350px;
	background-image: url("../img/innerpage.jpg");
	background-attachment: fixed;
}
.inner-subpage{
	width: 100%;
	height:350px;
	color:white;
	background-color: rgb(37,64,143,0.40);
	
}
.inner-submainpage{
	width: 100%;
	min-height:240px;
	color:white;
	background-color: rgb(0,0,0,0.50);
	
}
@media (min-width: 950px) {
  .carousel-caption h2{
	width:55%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px){
 	.spLogo{
	   width: 380px!important;
	}
}
.tr-bg-color{
	background: rgba(0,0,0,0.4);
}
nav{
	position: absolute!important;
	width:100%;
	z-index: 2;
}
.openMenu{
	position: absolute;
    width: 100%;
    height: 0;
	display: block;
	left:0;
    top: 75px;
    overflow: hidden;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    background: url("../img/backmenu.png") repeat white;
    -webkit-transition: all .4s ease .15s;
    -moz-transition: all .4s ease .15s;
    -o-transition: all .4s ease .15s;
    -ms-transition: all .4s ease .15s;
    transition: all .4s ease .15s;
	z-index:3;
	
}

.main-menu > li:hover > .openMenu{
	height: auto;
    overflow: visible;
	display: block;
}


.subMenu{
	float:left;
	width:33%;
	padding:2.5% 0 2% 2%;
}
.subMenu > h3{
	margin: 10px 0 10px 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: 22px;
    font-weight: bold;
	color:rgb(37,64,143);
    font-size: 16px;
    
}
.subMenu > ul{
	margin:0;
	padding:0;
}
.subMenu > ul > li{
	list-style-type: none;
}
.subMenu  a{
	display: block;
    line-height: 24px;
    color: #333;
    font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 300;
    font-size: 13px;
}
.subMenu  a:hover{
    color: rgb(71,192,187);
	text-decoration: none;
    margin-left:2px;
}
.subMenuSpecial > h3{
	  font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    
}
.subMenuSpecial a{
	display: block;
    line-height: 24px;
    color: rgb(71,192,187);
    font-weight: bold;
	
}
.subMenuSpecial a:hover{
    color: rgb(37,64,143);
   
	
}
.logoYYU{
	position: absolute;
	z-index: 4;
	
}
/*mobile menu*/


.nav-drill {
  margin-top: 75px;
  -webkit-transform: translateX(100%);
   transform: translateX(100%);
	border-left: 1px solid #ccc;
	
}

.nav-is-toggled .nav-drill {
  -webkit-transform: translateX(0);
   transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: -webkit-box;
  display: flex;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 80%;
  min-height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.45s;
  transition: 0.45s;

}
.nav-drill  .nav-items {
  -webkit-box-flex: 0;
    flex: 0 0 100%;
	list-style-type: none;
	
}
.nav-item-1{
	margin-left: -18px;
	padding-right: 5px;
}
.nav-item-2{
	margin-left: -18px;
	padding-right: 5px;
}
.nav-item-3{
	margin-left: -18px;
	padding-right: 5px;
}
.nav-drill .nav-item:not(:last-child) {
  border-bottom:1px solid  #ddd;
	
}
.nav-drill .nav-link-sp {
  display: block;
  padding: 1rem 0.4rem !important;
  background-color: #fff;
  color: rgb(37,64,143)!important;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
	
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
   transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
	margin-bottom: 100px;
	
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: 1px solid  #ddd;
	
}
.nav-expand-content .nav-link-sp {
  background-color: #fff;
}
.nav-expand-content .nav-back-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #555!important;
  margin-left:-10px;
}

.nav-expand-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
	width: 100%;

}
.nav-expand-link::after {
  -webkit-box-flex: 0;
   flex: 0 1 auto;
  
}
.nav-expand.active > .nav-expand-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
	 
}
.nav-expand .nav-expand-content {
  background-color: #fff;
	
}
.nav-expand .nav-expand-content .nav-link-sp {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link-sp {
  background-color: #fff;
}
.nav-color-link{
	color: #000 !important;
}

.middle-menu{
	width: 100%;
	height:auto;
	padding: 6px 0 6px 0;
	/*background-color:#5F0308; veya #6D0208 tercih ettiğim renk*/ 
	/*background-color:#2A4173; mavi renk*/
	background-color: #1B9DA0;
}

.middle-box{
	height: 90px;
	color:#E3E3E3;
	padding: 23px;
	font-size: 0.7rem;
	text-align: center;
	
}
.middle-box2{
	height: 90px;
	color:#E3E3E3;
	padding: 23px;
	font-size: 0.7rem;
	text-align: center;
	
}
.middle-menu  a{
	color:white;
}
.middle-menu  a:hover{
	text-decoration: none;
	color: #DCDCDC;
}
@media (max-width: 1199.98px) { 
	.link-middle{
	width:100%;
	}
}
@media (min-width: 1200px) { 
	.link-middle{
	 width:12.5%;
	}
}
.link-middle a{
	text-decoration: none;
	
}

.odabasLink > .middle-box{background:  rgba(206,20,50,0.2);}
.studentLink > .middle-box{background:  rgba(206,20,50,0.3);}
.yuzemLink > .middle-box{background:  rgba(206,20,50,0.4);}
.kaliteLink > .middle-box{background:  rgba(206,20,50,0.5);}
.contactLink > .middle-box{background:  rgba(206,20,50,0.6);}
.bidLink > .middle-box{background:      rgba(206,20,50,0.7);}
.libraryLink > .middle-box{background:  rgba(206,20,50,0.8);}
.portalLink > .middle-box{background:  rgba(206,20,50,0.9);}
.odabasLink > .middle-box:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.studentLink > .middle-box:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.kaliteLink > .middle-box:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
 .contactLink> .middle-box:hover{
	 background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.bidLink > .middle-box:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.libraryLink > .middle-box:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.portalLink > .middle-box:hover{
	background: rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}

@media (max-width:1700px) {
	.middle-box {
		font-size: 0.6rem;
	}
.middle-box2 {
		font-size: 0.6rem;
	}
}
@media (max-width:1200px) {
	.middle-box > i {
		padding-bottom: 0!important;
	}
.middle-box2 {
		font-size: 0.6rem;
	}
}

@media (min-width:992px) {
.sp-mar{
	margin-left: 75px !important;
}
}
@media (max-width:1200px) {
	.middle-box {
		width:100%;
		height:50px;
		text-align: left;
		padding:0;
		font-size: 0.5rem;
	}
	.middle-box > div{
		margin-left: 70px;
		font-size:11px;
		line-height:1px;
		text-align:left;
		margin-top:-10px;
	}
		.middle-box2 {
		width:100%;
		height:50px;
		text-align: left;
		padding:0;
		font-size: 0.5rem;
	}
	.middle-box2 > div{
		margin-left: 70px;
		font-size:11px;
		line-height:1px;
		text-align:left;
		margin-top:-10px;
	}	
	.iconS{
		padding:18px 0 0 30px;
	}
	.middle-menu {
		height:auto;
	}
	.mobile-i {
		padding-right: 12px;
		padding-top: 16px;
	}
}
	
.middle-box:hover {
	cursor:pointer;
	
}
.middle-box2:hover {
	cursor:pointer;
	
}
/* middle-menu for mobile new code  */
.middle-menu_mobile{
	width: 100%;
	height:auto;
	padding: 6px 0 6px 0;
	/*background-color:#5F0308; veya #6D0208 tercih ettiğim renk*/ 
	/*background-color:#2A4173; mavi renk*/
	background-color: rgb(206,20,50);
}

.middle-box-menu{
	height: 90px;
	color:#E3E3E3;
	padding: 23px;
	font-size: 0.7rem;
	text-align: center;
	
}
.middle-menu_mobile  a{
	color:white;
}
.middle-menu_mobile  a:hover{
	text-decoration: none;
	color: #DCDCDC;
}

.odabasLink > .middle-box-menu{background:  rgba(0, 0, 0,0.2);}
.studentLink > .middle-box-menu{background:  rgba(0, 0, 0,0.3);}
.yuzemLink > .middle-box-menu{background:  rgba(0, 0, 0,0.4);}
.kaliteLink > .middle-box-menu{background:  rgba(0, 0, 0,0.5);}
.contactLink > .middle-box-menu{background:  rgba(0, 0, 0,0.6);}
.bidLink > .middle-box-menu{background:      rgba(0, 0, 0,0.7);}
.libraryLink > .middle-box-menu{background:  rgba(0, 0, 0,0.8);}
.portalLink > .middle-box-menu{background:  rgba(0, 0, 0,0.9);}
.odabasLink > .middle-box-menu:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.studentLink > .middle-box-menu:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.kaliteLink > .middle-box-menu:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
 .contactLink> .middle-box-menu:hover{
	 background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.bidLink > .middle-box-menu:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.libraryLink > .middle-box-menu:hover{
	background:  rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}
.portalLink > .middle-box-menu:hover{
	background: rgba(206, 20, 50, 0.3);
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;}

@media (max-width:1700px) {
	.middle-box-menu {
		font-size: 0.6rem;
	}

}
@media (max-width:1200px) {
	.middle-box-menu > i {
		padding-bottom: 0!important;
	}

}
@media (max-width:1200px) {
	.middle-box-menu {
		width:100%;
		height:50px;
		text-align: left;
		padding:0;
		font-size: 0.5rem;
	}
	.middle-box-menu > div{
		margin-left: 70px;
		font-size:11px;
		line-height:1px;
		text-align:left;
		margin-top:-10px;
	}	
	
	.middle-menu_mobile {
		height:auto;
	}
}

	
.middle-box-menu:hover {
	cursor:pointer;
	
}
/* middle menu for mobile end */
.secret-menu{
	width: 100%;
	height: auto;
	color: #fff;
	background-color:rgb(206,20,50);
	padding: 10px 0 5px 0;
	border-top: 4px solid black;
}
.secret-menu ul{
	padding: 0;
	
}
.secret-menu  ul  li  a{
	color: antiquewhite;
}
.secret-menu  ul  li  a:hover{
	color: #24D1D5;
}
.fastLink {
	
	background:rgb(0,0,0);/*for IE*/
    background: transparent;/*for IE*/
    background:rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
	/*for IE*/
	width: 160px;
	height: 70px;
	color: aliceblue;
	padding: 10px;
	text-align: center;
	margin:3px 3px 0 2px;
	cursor:pointer;
	font-size: 11px;
}
.fastLink:hover{
	background:rgb(0,0,0);/*for IE*/
    background: transparent;/*for IE*/
    background:rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
	/*for IE*/
}
@media (max-width:900px) {
	.fastLink {
	width: 130px;
	height: 80px;
	margin:3px 3px 0 6px;
	font-size: 11px;
}

}

@media (max-width:320px) {
	.fastLink {
	width: 110px;
	height: 80px;
	margin:3px 3px 0 2px;
	font-size: 11px;
}

}

@media (max-width:412px) {
	.fastLink {
	width: 160px;
	height: 80px;
	margin:3px 3px 0 2px;
	font-size: 11px;
}

}

.secretLink a{
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
}.secretLink a:hover{
	text-decoration: none;
	
}
.announcment{
	width: 100%;
	background: url("../img/ann/mevlutzemin.png") repeat;
	background-clip: border-box;
	padding: 15px;
	height: auto;
	border-bottom: 1px solid #ddd;
}
 .ann-title{
	width: 100%;
	border-width:0 0 1px 4px;
	border-style: solid;
	border-color: #ddd #ddd #ddd rgb(206,20,50);
	font-family: 'Sen', sans-serif;
	font-weight: bold;
	padding: 10px 15px 5px 15px;
	color: #555;
}
.ann-title a{
	color: #666;
	font-size: 16px;
	font-weight: 600;
}
.ann-title a:hover{
	color: rgb(206,20,50);
	text-decoration: none;
}
.sp-arrow{
	font-size:18px !important;
}
@media (max-width: 575.98px) {
	.sp-arrow{
	font-size:21px !important;
	}
	.sp-arrow-m{
		margin-right: -20px;
	}
	.olcu{
		width:50%;
	
	}
	
}

.ann-date{
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	text-align: center;
	border:1px solid rgb(206,20,50);
	padding: 4px 4px; 
	float: left;
	margin-right: 10px;
	line-height: 18px;
	font-size: 13px;
	width: 65px;
	background-color: rgb(206,20,50);
}

.ann-link{
	color: #444;
	font-size: 14px;
	font-weight: 600;
	
}
.ann-link:hover{
	color:#555;
	text-decoration: none;
}
.ann-link:hover .ann-date{
	background-color:#fff;
	color: #444;
	font-weight: 600;
	border:1px solid #888;
}
.ann-link div{
	margin-top:3px;
}
@media (max-width:800px) {
	.ann-date{
	padding: 3px 4px;
	font-size: 13px;
	margin-right: 10px;
}

.ann-link div{
	margin-top:0;
}
	.ann-link{

	font-size: 12px;
    }
	
}
.allLink a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.allLink a:hover{
	color: #1B9DA0;
}
.bidding{
	width: 100%;
	padding: 15px;
	height: auto;
	border-bottom:1px solid #555;
}
.bidLink a{
	color: #DBDBDB;
	font-size: 14px;
}
.bidLink a:hover{
	color: #ED6466;
	text-decoration: none;
}
.bid-title2 a{
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
.bid-title2 a:hover{
	color: darkred;
	text-decoration: none;
}

.bid-title{
	width: 100%;
	border-width:1px 1px 1px 4px;
	border-style: solid;
	border-color: #333 #333 #333 darkred;
	background-image: linear-gradient(to right,rgba(236, 236, 236, 0.8), rgba(236, 236, 236, 0));
	font-family: 'Sen', sans-serif;
	font-weight: bold;
	padding: 10px 15px 0 15px;
	color: #555;
}
.bid-title a{
	color: #DBDBDB;
	font-size: 16px;

}
.bid-title a:hover{
	color: #ED6466;
	text-decoration: none;
}

.bid-date{
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	text-align: center;
	border:1px solid rgb(71,192,187);
	background-color: rgb(71,192,187);
	padding: 8px 10px; 
	float: left;
	margin-right: 10px;
	line-height: 18px;
	font-size: 12px;
	width: 65px;
}
 .bid-link:hover .bid-date{
	background-color: #fff !important;
	color:rgb(71,192,187) !important;
	 border:1px solid rgb(71,192,187);
	 font-weight: bold;
}
.bid-link{
	color: #444;
	font-size: 14px;
	font-weight: 500;
}

.bid-link:hover{
	color: #1B9DA0;
	text-decoration: none;
}

.bid-link div{
	margin-top:0;
}
.news-title{
	width: 100%;
	border-width:1px 1px 1px 4px;
	border-style: solid;
	border-color: #ddd #ddd #ddd #1B9DA0;
	background-color: rgba(236, 236, 236, 0.8);
	font-family: 'Sen', sans-serif;
	font-weight: bold;
	padding: 10px 15px 0 15px;
	color: #555;
}
.news-title a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.news-title a:hover{
	color: #2A4173;
	text-decoration: none;
}
.news-title2{
	width: 140px;
	background-color: rgba(255, 255, 255, 1);
	font-family: 'Sen', sans-serif;
	font-weight: bold;
	color: #555;
}
.news-title2 a{
	color: #666;
	font-size: 14px;
	font-weight: 600;
}
.news-title2 a:hover{
	color: #2A4173;
	text-decoration: none;
}
.news-content{
	width: 100%;
	height:auto;
	
	
}
.news-content img{
	width: 100%;
	height: 140px;
}

.news-content h6 a{
	font-family:'Open Sans', sans-serif ;
	font-size: 13px;
	font-weight: bolder;
	color:#555 ;
	line-height: 20px;
	
}
.news-content h6 a:hover{
	
	color: rgb(37,64,143);
	text-decoration: none;
	
}
.news-text{
	font-family:'Sen', sans-serif ;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
.news-date{
	font-family: 'Quicksand', sans-serif;
	color: rgb(37,64,143);
	font-weight: bolder;
	font-size: 12px;
}
.news{
	width: 100%;
	padding: 15px 5px;
	height: auto;
	
}
.activity{
	width: 100%;
	padding: 0;
	height: auto;
}
@media (max-width:850px) {
	.news-content img{
	width: 100%;
	}
	.news{
	padding: 15px 0;
	
}
}
/*tab panel 2*/
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabsYY {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
	background:#fffffff6;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12);
	padding: 1rem;
	border-top: 1px solid #ddd;
}
  
 
/* tab panel end*/
footer.page-footer {
    overflow: hidden;
	background-color: rgb(37,64,143);
    font-size: .8rem;
    color: white;
	font-family: 'Open Sans', sans-serif;
	height: 330px;
}

.footer-area {
  background-color: #15213a;
  padding: 17px 0;
  text-align: center;
	bottom: 0;
}
  .footer-area p {
    font-size: 12px;
    margin-bottom: 0;
	color: #A7A7A7;}

@media (min-width: 992px) { 
   footer.page-footer {
	background-image:url(../img/RektorlukSuliyet.png);
	background-repeat:no-repeat;
	 background-size:500px; 
	background-position: center 15px;
}

}
@media (max-width: 991.98px) { 
   footer.page-footer {
	background-image: url(../img/RektorlukSuliyet.png);
	background-repeat: no-repeat;
	 background-size: 400px; 
	background-position: center 15px;
}

}

.color-light{
	color:rgba(255,255,255,.7);
}
.Sen{
font-family: 'Sen', sans-serif!important;
}
.openSans{
	font-family: 'Open Sans', sans-serif!important;
}
.Lato{
	font-family: 'Lato', sans-serif!important;
}
.Playfair{
	font-family: 'Playfair Display', serif!important;
}
.Quicksand{
	font-family: 'Quicksand', sans-serif!important;
}

/* Rektörlük Kart Ayarları*/

.NameTable{
	margin-top:-50%;
	color: #CACACA;
	font-weight: bold;
	font-size: 16px;
}
.NameTableCard{
	color: #333;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Sen', sans-serif;
	padding:10px 0 10px 20px!important;
}
@media (max-width:700px){
	.NameTable{
	margin-top:-60%;
	font-size: 14px;
    }
   .NameTableCard{
	font-size: 12px;
     }
}
.sp th,.sp td{
	padding: 0.40rem;
}

.spShadow{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12);
}
.spShadow2{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12)
}
.spShadowImg{
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.30);
}
.allLinkCard a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.allLinkCard a:hover{
	color: crimson;
}
.allLinkCard2 a{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	
}
.allLinkCard2 a:hover{
	color: rgb(71,192,183);
}
.allLinkCard3 a{
	color: #E6E6E6;
	font-size: 12px;
	font-weight: bold;
	
}
.allLinkCard3 a:hover{
	color: crimson;
}
.card-body{
	padding: 0.4rem  0.2rem 0.4rem 0.5rem!important;
}
.card-subtitle{
		font-size: 12px;
	}
.btn-card-text a{
	color: #444;
	font-weight: bold;
	font-size: 12px;
}
.btn-card-text a:hover{
	color: #1B9DA0;
	text-decoration: none;
}
@media (max-width:600px){
	.spTable{
	 font-size: 12px;
     }
	.allLinkCard a{
	font-size: 12px;
		font-weight: 600;
}

	.allLinkCard2 a{
	    font-size: 12px;
		font-weight: 600;
}
	.card-subtitle{
		font-size: 12px;
	}

	.btn-card-text{
		font-size: 10px!important;
	}
	.list-link a{
		font-size: 12px!important;
	}
	
}
.bg-dark2{
	background-color: #fff !important;
	
}
.spHover:hover, .bg-dark2:hover{
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.30);
}

.borderTopSp{
	border-top: 5px solid rgb(206,20,50);
}
@media (min-width:1200px){
   .cardContact{
	 width:75%;
   }
	#yonerge, #kanunlar{
		width:93%!important;
	}
	.list-group.vertical-steps .list-group-item a{
		font-size: 12px !important;
	}
	.cal-table {
		width: 80%;
	}
}
@media (max-width:1000px){
   .cardContact{
	 width:100%;
   }
	.list-group.vertical-steps .list-group-item a{
	font-size: 0.8rem !important;	
  }
}
.main-title{
	font-family: 'Open Sans', sans-serif!important;
	color:#1B9DA0;
	font-size: 1.5rem;
	
}
.main-p{
	font-family: 'Open Sans', sans-serif!important;
	color:#444;
	line-height: 1.8rem;
	padding:15px;
	text-align: justify;
}
.content-title{
	font-family: 'Open Sans', sans-serif!important;
	color:#1B9DA0;
	font-size: 1.3rem;
	font-weight: 500;
}
.content-p{
	font-family: 'Open Sans', sans-serif!important;
	color:#444;
	line-height: 1.6rem;
	padding:15px;
	text-align: justify;
	font-weight: 500;
	font-size: 14px;
}
.sub-line{
	width:100%;
	border-bottom: 1px dashed #ddd;
	margin:0 15px 10px 15px;
}
.content-line{
	width:100%;
	border-bottom: 1px solid #ddd;
	margin:0 15px 10px 15px;
}
/* for location*/
.location-border{
	border-left: 1px solid #ddd; 
	width: 100%;
	border-top:3px solid #1B9DA0;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.btn-card{
	width:75%;
	height: 100px;
	line-height: 80px;
	color:#EFEFEF!important;
}
.btn-card-text{
	color:#666;
	font-size: 12px;
	font-weight: bold;
}
.list-link a{
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.list-link a:hover{
	color: #1B9DA0;
	text-decoration: none;
}
/* accordion for akademi page*/
.panel-group{
	width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
	margin-top: -6px !important;
	
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #333;
  
	
}
.panel-default > .panel-heading i {
  
  color: #333;
 
	
}

.panel-title {
  font-family: 'Sen', sans-serif!important;
	border-bottom:1px solid #ddd;
}

.panel-title > a {
  font-size: 1rem;
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}
.panel-body{
  margin-bottom:1.5rem;
	padding-left: 1.3rem;
  }
.more-less {
  float: right;
  color: #E6E6E6;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:2px solid #1B9DA0;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:21px;
  padding-right:0px;
  padding-bottom:20px;
  padding-top:0px;
	font-size: 12px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
  border-left:2px solid transparent;
  padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color:#1B9DA0;
  color:#fff;
  content: counter(step-counter);
  display:inline-block;
  float:left;
  height:25px;
  line-height:25px;
  margin-left:-35px;
  text-align:center;
  width:25px;
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a{
  display:block;
  overflow:hidden;
  padding-top:2px;
	color:#444;
	 font-family: 'Open Sans', sans-serif!important;
	font-weight: 600;
	
}
.list-group.vertical-steps .list-group-item a:hover{
	text-decoration: none;
	color:rgb(71,192,187);
}
.fs-12{
	font-size: 0.9rem;
	color:#444;
	font-family: 'Sen', sans-serif!important;
	font-weight: 600;
}
/* for calendar*/
.cal-table {
	
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	box-shadow:  0 6px 25px rgba(0, 0, 0, 0.35); 
}	

.cal-table th {
	background:#1B9DA0;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
}

.cal-table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
	
}

.cal-table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.cal-table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.cal-table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.cal-table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.cal-table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

.cal-table tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

.cal-table tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
.cal-table  tr{
	font-weight: 500;
}
/*food list page*/
.card-food{
	box-shadow:  0 6px 16px rgba(0, 0, 0, 0.35);
	padding: 0;
	width: 100%;
	margin-bottom:1.4rem;
}
.card-food-left{
	width: 30%;
	height: 180px;
	float: left;
	margin:0;
	padding: 12px;
	font-size: 12px;
	font-weight: bold;
}
.card-food-right{
	width: 70%;
	height: 100%;
	float: left;
	margin:0;
	font-size: 14px;
	font-weight: 600;
	word-wrap: break-word;
	padding: 0;
	
}
.card-food li{
	padding: 15px 10px 15px 7px;
}
@media (max-width:1000px){
  .card-food-right{
	font-size: 12px;
}
	.sp-size{
	 width:100%;
	}
	.sonlandir{
    width: 180px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
}
@media (min-width:1000px){
	.sp-size{
	  width:30%;
	}
}
.ani-text {
      animation: aniText 2s linear infinite;
      color: red;
      font-size: 12px;
      font-weight: bold;
      font-family: sans-serif;
}
@keyframes aniText {  
    20% { opacity: 0; }
}
.sp-text{
	font-family:'Open Sans', sans-serif !important;
	font-size:12px;
	font-weight: 600;
	color: #444;
}
.sp-calendar{
	border-left: 4px solid #1B9DA0;
	
	padding:5px;
	width: 70px;
	height: 70px;
	text-align: center;
	color:#333;
	right: 0;
	font-weight: 700;
	font-size: 12px;
}
.photosBox img{
	height: 11rem;
	width: 100%;
	margin-bottom:1.3rem;
}
.photosTheme img{
	height: 28rem;
	margin-bottom:1.3rem;
	width: 900px;
}
.photosTheme2 img{
	height: 15rem;
	margin-bottom:1.3rem;
	width: 900px;
}
@media (max-width: 575.98px) { 
		.photosTheme img{
		height: auto;
		width: 100%;
		}
		
}
/* Pagination*/

.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #333;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
	font-weight: 500;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}

.modal-3 a {
  margin-left: 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.modal-3 a:hover {
  background-color:#345190;
	color: #fff;
	font-weight: 400;
}
.modal-3 a.active, .modal-3 a:active {
  background-color:  #345190;
   color: #fff;
	font-weight: 400;
}
/*scroll buton*/
.upstairs {
	position: fixed;
  background-color: rgb(71,192,187);
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  right: 8px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	z-index: 100;
	display: none;
}
  .upstairs:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.7);
}
  @media (max-width: 767px) {
      .upstairs {
      bottom: 30px;
      right: 15px; 
	} 
}
/*tab panel new*/
.tabsMain {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabsMain [class^="tab"] label,
  .tabsMain [class*=" tab"] label {
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1em;
    padding: 0.6rem 0;
    text-align: center; }
  .tabsMain [class^="tab"] [type="radio"],
  .tabsMain [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	 -webkit-border-radius: 0!important; 
      -moz-border-radius: 0!important; 
        border-radius: 0!important; 
		padding:0!important;
	  height: 0!important;
	  outline: none!important;
}
    .tabsMain [class^="tab"] [type="radio"]:hover, .tabsMain [class^="tab"] [type="radio"]:focus,
    .tabsMain [class*=" tab"] [type="radio"]:hover,
    .tabsMain [class*=" tab"] [type="radio"]:focus {
      }
    .tabsMain [class^="tab"] [type="radio"]:checked,
    .tabsMain [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid rgb(71,192,187);
      -webkit-border-radius: 0!important; 
      -moz-border-radius: 0!important; 
        border-radius: 0!important; 
		padding:0!important;
		outline: none!important;
		height: 0!important;
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

    .tabsMain [class^="tab"] [type="radio"]:checked + div,
    .tabsMain [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1;
	}
    .tabsMain [class^="tab"] [type="radio"] + div,
    .tabsMain [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0 1.1rem;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; 
}
  .tabsMain .tab-2 {
    width: 50%; }
    .tabsMain .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabsMain .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabsMain .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabsMain .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }


.page-contents {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
	
}
@media (max-width: 1199.98px) {
	.p-setting{
		margin-top:20px;
	}
	
}
@media (min-width: 576px) and (max-width: 1199.98px) { 
	.p-setting{
		padding:0;
	}
}
/*senato uyeleri*/
.ImgSize img{
	width: 110px;
	height: 120px;
}
.main-color{
	background-color: #2A4173;
}
.main-color-t{
	background-color: #1B9DA0;
}
.main-color-t th{
	font-weight: 400!important;
}
.color-blue{
	color: #2A4173;
}.color-t{
	color:#333;
}
.btn-lib{
	background-color:#333;
	color:white;
}
.btn-lib:hover{
	background-color:#147577;
	color:white;
}
.see-all a{
	color: rgb(71,192,187) !important;
	font-size: 12px;
	font-weight: bold;
}
.see-all a:hover{
	text-decoration: underline;
	color: rgb(37,64,143) !important;
}
.numbers{
	width: 100%;
	min-height:240px;
	background-image: url("../img/student.jpg");
	background-size: cover;
	background-attachment: fixed;
	color:white;
	font-family: 'Sen', sans-serif;
	font-size: 14px;
}
.stu-number{
	font-size: 24px;
	color:rgb(71,192,187);
	text-shadow: 2px 2px 2px #222;
}
.videoYyu{
	background: url(../img/tablet.png) no-repeat;
	background-position: 8px 0px;
	width: 100%;
	height: 350px;
	
}
.video-mb{
	width: 100%;
	height: auto;
	padding: 10px;
}
.inner-mb-video{
	
}
.inner-video{
	width: 100%;
	height: auto;
	padding-top:16px;
	padding-left: 10px;
}

/*Social media animation start*/
.menu-button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  /*border-radius: 50%;*/
   border-radius: 10%;
  background-color: rgb(206,20,50);
  color: #FFFFFF;
  font-size: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu-button:hover {
  background: rgb(71,192,187);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu-button a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
   right: 50px;
  top: 10px;
  background: #27358B;
}
.menu-button a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
   right: 30px;
  top: 50px;
  background: #55acee;
}
.menu-button a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 20px;
  top: 80px;
  background: #3F3F3F;
}
.menu-button a:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
   right: 0px;
  top: 90px;
  background: #B90A0D;
}
.menu-button:hover a {
  opacity: 1;
  width: 40px;
  height: 40px;
}
.menu-button:hover a:nth-child(2) {
  right: 100px;
  top: 10px;
}
.menu-button:hover a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3548BD;
}
.menu-button:hover a:nth-child(3) {
   right: 80px;
  top: 50px;
}
.menu-button:hover a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #157CCA;
}
.menu-button:hover a:nth-child(4) {
   right: 50px;
  top: 80px;
}
.menu-button:hover a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #323232;
}
.menu-button:hover a:nth-child(5) {
   right: 7px;
   top: 90px;
}
.menu-button:hover a:nth-child(5):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #EE0C10;
}
/*Social media animation end */

/*Personel persons start*/
.outer-div,
.inner-div {
  min-height: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;

}

.outer-div {
  -webkit-perspective: 900px;
          perspective: 900px;
  -webkit-perspective-origin: 50% calc(50% - 18em);
          perspective-origin: 50% calc(50% - 18em);
}

.inner-div {
  margin: 50px auto;
  font-weight: 400;
  color: #071011;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.inner-div:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent;
}
.inner-div:hover .social-icon {
  opacity: 1;
  top: 0;
}
.inner-div:hover .front__face-photo, .inner-div:hover .front__footer {
  opacity: 0;
}

.front,
.back {
  position: relative;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.front {
  cursor: pointer;
  height: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.front__bkg-photo {
  position: relative;
  height: 150px;
  width:100%;
  background: url("../img/carousel-3.jpg") no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.front__bkg-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.front__face-photo {
  position: relative;
  top: -90px;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #fff;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  z-index: 3;
}

.personel-photo {
  position: relative;
  top: 15px;
  left: 25px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  z-index: 3;
}

.front__text {
  position: relative;
  top: -55px;
  margin: 0 auto;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.front__text .front__text-header {
  font-weight: 600;
	font-size: 14px;
}
.front__text .front__text-para {
  position: relative;
	font-size: 12px;
  top: -5px;
  color: #000;
  letter-spacing: 0.4px;
  font-weight: 400;
 
}
.front__text .front-icons {
  position: relative;
  top: 0;
  
  margin-right: 6px;
  color: gray;
}
.front__text .front__text-hover {
  position: relative;
  top: 10px;
  font-size: 10px;
  color: #ff434c;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid rgba(71,192,187,1.00);;
  padding: 8px 15px;
  border-radius: 30px;
  background: rgba(71,192,187,1.00);
  color: #fff;
  box-shadow: 0 11px 20px -12px rgba(0, 0, 0, 0.6);
}

.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2D6970;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.social-media-wrapper {
  font-size: 36px;
}
.social-media-wrapper .social-icon {
  position: relative;
  top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.7, 0.1, 1.9);
  transition: all 0.4s cubic-bezier(0.3, 0.7, 0.1, 1.9);
}
.social-media-wrapper .social-icon:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.social-media-wrapper .social-icon:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.social-media-wrapper .social-icon:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}


.fab {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.fab:hover {
  top: -5px;
}
/* Personel persons end */
.photoYYUGallery img, .photoActivity img, .photoYYUNews img{
	height: 11rem;
	width: 100%;
	margin-bottom:1.3rem;
}
.thumb2 img:hover{
	
}
.thumb2{overflow:hidden}
.thumb2 img{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	width:100%;
}

.thumb2:hover img{
	transform:scale(1.05) rotate(-0.2deg);
	-webkit-box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.5);
}

.sub-social{
	font-size: 16px!important;
}
.sub-social a{
	color: white!important;
}
.sub-social-f:hover{
	color: #A5BCD8!important;
}
.sub-social-t:hover{
	color: skyblue!important;
}
.sub-social-i:hover{
	color: burlywood!important;
}
.sub-social-y:hover{
	color: red!important;
}

@media (max-width: 767.98px) { 
	.sizeTable{
		font-size: 11px;
	}
}
.sizeTable{
	font-size: 13px;
}
.dergi{
	text-align: center;
}
.dergi img{
	margin-top: 25px;
	max-height: 330px;
}
@media (min-width: 1200px) { 
	.dergi img{
	max-width: 50%;
	margin-top: 25px;
    }
	.dergi tr:not(:last-child){
	border-bottom: 1px dashed #E9E9E9;
    }
}
.dergi td{
	border-top:none!important;
	padding-bottom: 30px;
}
@media (max-width: 1199.98px) { 
	.dergi tr:not(:last-child){
	border-bottom: 1px dashed #E9E9E9;	
    }
}

.dergi a{
	color:rgb(71,192,187);
}
.dergi a:hover{
	color:rgb(37,64,143);
	text-decoration: none;
}

@keyframes blinking {
     0% { background: rgba(71, 192, 187, 1); }
     25% { background: rgba(71, 192, 187, 0.25); }
     50% { background: rgba(71, 192, 187, 0.50); }
     75% { background: rgba(71, 192, 187, 0.75); }
     100% { background: rgba(71, 192, 187, 0); }
 }


@keyframes animated-border {
  0% {  
     border-top: 3px solid;
     border-color: rgb(255,255,255);
  }
  100% {
	 border-top: 3px solid;
     border-color: rgb(0,0,0,0.6);
  }
}

.blinking {
  -webkit-animation: animated-border 3s linear infinite;
  -moz-animation: animated-border 3s linear infinite;
  -ms-animation: animated-border 3s linear infinite;
  -o-animation: animated-border 3s linear infinite;
  animation: animated-border 3s linear infinite;
  color: white;
}

.blinking-animation {
  -webkit-animation: blinking 6s linear infinite;
  -moz-animation: blinking 6s linear infinite;
  -ms-animation: blinking 6s linear infinite;
  -o-animation: blinking 6s linear infinite;
  animation: blinking 6s linear infinite;
  color: white;
}

@keyframes blink {  
  0% { color: rgb(206,20,50) }
  100% { color: gray; }
}
@-webkit-keyframes blink {
  0% { color: rgb(206,20,50) }
  100% { color: gray; }
}
.yanipsonme {
  -webkit-animation: blink 6s linear infinite;
  -moz-animation: blink 6s linear infinite;
  animation: blink 6s linear infinite;
}