/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0rem;
  color: #5a5a5a;
}

iframe {
  border: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  padding: 20px;
}
.carousel-caption > p:last-child {
  margin-bottom: 0px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #777;
}
.carousel-item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 18rem !important;
}

.navbar-toggler {
  border:none;
  padding:0;
}
.navbar-toggler-right {
  right: 0px;
}

.navbar-toggler-icon {
  font-size:15px;
  vertical-align: top;
}


.error-template {padding: 10% 15px; text-align: center;}
.error-template h1 { font-size:160px;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

#paketler .card a.btn { border-radius: 0 0 3px 3px;}
#paketler .card-body { padding-top: 40px; }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.haberKutu {
  overflow: hidden;
}
.haberKutu:hover {
  box-shadow: #AAA 0 0 5px;
}

.haberKutu .col-sm-1 {
  position: relative;
}
.haberKutu .col-sm-1 i {
  display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sc_ikon {
  border-radius: 15px;
  text-align: left;
  font-size:20px;
  color:#FFF !important;
}

.navbar-brand b {
  font-size:8px;
  display: block;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    line-height: 1.4;
  }
}

@media (max-width: 575px)
{
  .navbar-toggleable-md>.container {
    margin-right:0;
    margin-left:0;
  }

  .haberKutu .col-sm-4 {
    min-height: 100px;
  }

  .haberKutu .col-sm-1 {
    position: relative;
    padding: 15px 0;
  }
  .haberKutu .col-sm-1 i {
    position: relative;
  }
}
