@import url('https://fonts.googleapis.com/css?family=Oxygen&display=swap');

body{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	font-family: 'Oxygen', sans-serif;
	font-size:16px;

}


@media only screen and (max-width : 991px) {
    .navbar-transparent {
        background-color:transparent !important;
        border-color:transparent;
        background-image:none;
        box-shadow:none;
    }
}

@media only screen and (min-width : 992px) {
    .navbar-transparent {
        background-color:transparent !important;
        border-color:transparent;
        background-image:none;
        box-shadow:none;
        //margin-top: 25px;
		margin:0px;
		padding-left:0px
    }
    
    .navbar-nav > li > a, .nav > li > a {
		font-family: 'Oxygen', sans-serif;
        text-decoration: none;
        color: #333!important;
		font-size:16px!important;
		font-weight:normal!important;
		font-size:14px!important;
      }
    
    .navbar-nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
        box-shadow: 0px 1px 0px #fff;
		
      }

      
}

.bg-image-blur {
  /* The image used */
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Full height */
 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.anaIcons{padding:10px;font-size:18px;color:#fff;text-decoration:none;border:1px solid #fff;margin:0px;height:150px;background-color:#333; background-position: bottom right;background-repeat:no-repeat;}
.anaIcons:hover{background-color:#666;color:#fff;text-decoration:none}

.faaliyetImg{display:block;width: 100%;padding-bottom:66%;border:0px solid #ccc;border-radius: 10px;margin-bottom: 10px;background-size: contain;background-repeat: no-repeat;background-position: center;}
.faaliyetBaslik{display:block;width: 100%;}
.faaliyetA{text-decoration:none;color:#333}
.faaliyetA:hover{text-decoration:none;color:#000}

.bizdenHaberlerA{display:block;width: 100%;color:#333;margin-bottom:15px;text-align:justify}
.bizdenHaberlerA:hover{text-decoration:none;color:#666}

.faaliyetSpan{display: inline-block;vertical-align: middle;line-height: normal;font-size:24px;color:#fff;}

.carousel-control-prev {
    width: 10%;
}
.carousel-control-next {
    width: 10%;
}

.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 10px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #ccc;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 24px;
    height: 10px;
    margin: 5px;
    background-color: #5d5a5a;
}

.carousel-indicators {
    z-index: 1;
    bottom: 25px;
}