.navbar-inverse .navbar-nav>li>a {
  color: gray;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: white !important;
}

.social-media-border {
  border-radius: 50%;
  border: 1px solid #fff;
  padding-top: 10px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.social-media-border:hover {
  background-color: white;
  color: black;
  box-shadow: 1px 1px 1px #ccc;
}

.social-media-border:hover img {
  filter: brightness(0) invert(0);
}

.navbar-inverse {
  width: 100%;
  height: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
}

.navbar-right {
  margin-right: 0;
}

/*
.ana {
  display: flex;
}

.glob {
  margin-top: -23px;
  margin-left: 90px;
  font-size: 9;
  color: gray;
  z-index: 10;
}
*/

.box {
  display: inline-block;
  height: 40px;
  width: 150px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  position: relative;
  top: 60%;
  left: 32%;
  z-index: -1;
  border-radius: 5px;
  padding-top: 8px;
  font-size: 16px;
}

.box:hover {
  background-color: rgba(256, 256, 256, 0.5);
  box-shadow: 0px 0px 8px 0px;
}

.ml {
  margin-left: 20px;
}

.hover12:hover .box {
  z-index: 1!important;
}

.mtp {
  margin-top: 50px;
}

.p {
  @media ( maks - genişlik: 767px) {
    ...
  }
}

.iconimg {
  display: none;
}

/* The controlsy */

.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-top: 90px;
}

.carousel-control.right {
  right: -12px;
}

/* The indicators */

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

/* The colour of the indicators */

.carousel-indicators li {
  background: #cecece;
}

.carousel-indicators .active {
  background: #428bca;
}

#parent {
  width: 103%;
  border: 1px solid black;
  overflow: hidden;
}

#child {
  height: 91%;
  overflow: auto;
}

.imgfit {
  filter: grayscale(0.5) blur(5px)
