@charset "UTF-8";
/* CSS Document */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


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

/* Carousel base class */
.carousel {
  max-height: 500px;
}
/* Resim veya Slide iç divin ayarı*/
.carousel-caption {
	top: 50%;
	left: 50%;
	display: block;
	position: absolute;
	width: 512px;
	margin-left: -460px;
	margin-top: -103px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-style:italic;
	line-height: 68px;
	font-weight: 700;
	color: #fff;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
	max-width:100% !important;
    display:block;
	}

.carousel-indicators{
	margin-bottom: 25px;
	}	
	/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.c-fade .carousel-control {
  z-index: 3;
}
 

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 767px) {
.carousel-inner{
  width:100%;
  max-height: 200px !important;
}

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /*===== Slider icindeki Baslık / paragraf !!!!!!! yazı ======*/
  .carousel-caption p {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.4;
	color: #58585A;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
	
.carousel-inner{
  width:100%;
  max-height: 150px !important;
}
.carousel-indicators{
	display:none;
	overflow: hidden;
}	
	}
@media only screen and (min-width: 480px) {
	
.carousel-inner{
  width:100%;
  max-height: 250px !important;
}
.carousel-indicators{
	overflow: hidden;
}	
	}
@media (min-width: 992px) {
.carousel-inner{
  width:100%;
  max-height: 400px !important;
}
  .featurette-heading {
    margin-top: 120px;
  }
  
}