
.dropdownMika ul{
    display: none;
    
}

.dropdownMikaUl li a{
    text-transform: none;
    color: #ff3300 !important;
}
.makaleCnt{
    -webkit-box-shadow: 0px 2px 5px 3px rgba(242,242,242,1);
-moz-box-shadow: 0px 2px 5px 3px rgba(242,242,242,1);
box-shadow: 0px 2px 5px 3px rgba(242,242,242,1);
}

/* lightbox*/

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}


}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :30px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

/*spinner**/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.listMika{
    list-style: none;
}
/*duyurular*/
.listMika li {
    width: 100%;
    min-height: 80px;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    cursor: pointer;
    transition: 0.5s;
}
.linkYap{
    transition: 0.5s;
}
.linkYap:hover{
   color: #BC0213;
   
}
.renkVer{
    background-color: #f3f3f3;
}
.tarihMika {
    width: 65px;
    float: left;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin: 0 10px 0 0;
    color: #fff;
    border-right: 5px solid #fff;
}

 .gunMika {
    width: 100%;
    height: 30px;
    float: left;
 
    background: #000;
    font-size: 26px;
    font-weight: 700;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.ayMika {
    width: 100%;
    height: 20px;
    float: left;
    line-height: 20px;
    
    background: #333333;
    padding: 4px 0;
    padding-bottom: 5px !important;
    font-size: 12px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.colorlib-nav-toggle{
    background-color: rgba(255,255,255,0.7);
}
@media(max-width:900px){
    .listMika li {
    width: 100%;
    min-height: 80px;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    cursor: pointer;
    transition: 0.5s;
}
.linkYap{
    transition: 0.5s;
}
.linkYap:hover{
   color: #BC0213;
   
}
.renkVer{
    background-color: #f3f3f3;
}
.tarihMika {
    width: 65px;
    float: left;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin: 0 10px 0 0;
    color: #fff;
    border-right: 5px solid #fff;
}

 .gunMika {
    width: 100%;
    height: 30px;
    float: left;
 
    background: #000;
    font-size: 26px;
    font-weight: 700;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.ayMika {
    width: 100%;
    height: 20px;
    float: left;
    line-height: 20px;
    
    background: #333333;
    padding: 4px 0;
    padding-bottom: 5px !important;
    font-size: 12px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
}
@media(min-width:900px){
    .kursResim{
        max-height: 207px;
        overflow: hidden;
    }
    .makaleYazi{
        min-height: 150px;
        max-height: 150px;
        overflow: hidden;
        
    }
}