@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');
/* font-family: 'Petit Formal Script', cursive; */
body{
    font-family: 'MyriadProRegular', sans-serif;
    /*font-family: 'HoratioD-Ligh'; font-size: 20px; font-weight: bold;*/
    /*background-image: url("../images/bg.png");
    background-repeat: repeat;*/        
    background-color: #f6ecd9;
}

.fotolist div a img {
	max-height:175px;
	
}
.kutu {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(186,186,186,0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(186,186,186,0.5);
    box-shadow: 0px 0px 5px 2px rgba(186,186,186,0.5);
}
.clear{
    clear:both;
}
/* Navbar */
.navbar-default {
  background-color: #095360;
  /*border-color: #e9e9e9;*/
}
.navbar-default .navbar-brand {
  color: #353d41;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #353d41;
}
.navbar-default .navbar-text {
  color: #353d41;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  transition: all 0.5s ease 0s;
  /*border-left: 1px solid #ebeef2;*/
  padding-left: 26px;
  padding-right: 26px;
  /*padding-bottom: 3px;*/
  border-bottom: 3px solid #095360;
  /*font-weight: bold;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 3px solid #fff;
  /*background-color: #f4f4f4;*/
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #f4f4f4;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #353d41;
  transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #353d41;
  background-color: #fcfcfc;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #fcfcfc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #353d41;
  background-color: #fcfcfc;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #353d41;
  background-color: #f4f4f4;
  border-top: 3px solid #822134;
}
.navbar-default .navbar-toggle {
  border-color: #fcfcfc;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f7f7f7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #274c00;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ccc;
}
.navbar-default .navbar-link {
  color: #274c00;
}
.navbar-default .navbar-link:hover {
  color: #274c00;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #ebeef2;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #274c00;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #274c00;
    background-color: #9fcd41;
  }
}

/* Slider */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    /*height: 730px;*/
    /*height: auto;*/
}

/* Footer */
#footer {
    background-color: #095360;
    min-height: 250px;
    /*margin-top: 40px;*/
    /*border-bottom: 1px solid #e3e1e1;
    border-top: 1px solid #e3e1e1;*/
    color: #fdfdfd;
    padding-bottom: 10px;
}

#bottom_footer {
    min-height: 50px;
    background-color: #133d44;
    color: #1a7585;
    font-size: 14px;
    padding-top: 10px;
    font-family: 'Open Sans Regular';
}

 .caption {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0,0,0,0.25);
  color:white;
  text-align: center;
}



/* Tam orta */
/*.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 90%; left: 0; bottom: 0; right: 0;
}
.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 1200px;
  max-width: 1300px;
}*/

@media only screen and (max-width: 479px) {
  /*make media objects stack at phone sizes*/
  .media-left, .media-right, .media-body {
    display: block;
    width: 100%;
  }
 
  .media-left img {
    width: 100%;
  }
 
  .media-heading {
    margin-top: 15px;
  }
}

.jumbotron.vertical-center {
  margin-bottom: 0;
  /*height: 100%;*/
  background: none;
}

.vertical-center {
  min-height: 100%;  
  /*min-height: 100vh;*/ 
  min-height: 275px;

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	/*color: rgba(0, 0, 0, 0.35);*/
	/*font-size: 12px;*/
	margin: 8px 0px;
}
/*.hr-sect::before,*/
.hr-sect::after {
	content: "";
	flex-grow: 1;
	/*background: rgba(0, 0, 0, 0.35);*/
    background-color: #e3e9e9;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 16px;
}

#sliderkutu {
    margin-top: -60px;
}

#carousel-example-generic .carousel-indicators {
    bottom: 80px;
}

/* Mobile */

@media (max-width: 767px) {
    #sliderkutu {
        margin-top: 15px;
    }    
    #carousel-example-generic .carousel-indicators {
        bottom: 0px;
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    #footer_iletisim {
        width: 66.66666667%;
        float: left;      
    }
    #footer_link {
        width: 33.33333333%;
        float: left;   
    }
}

@media (max-width: 767px) and (orientation:portrait) {
    
}