body {
	font-family: 'Montserrat', sans-serif;
}

#anaMenu {
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(255,255,255,0.95);
}
#anaMenu .navbar-toggler {
	padding: 0.75rem;
	font-size: 0.75rem;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	font-weight: 700;
}
#anaMenu .navbar-brand {
	color: #ffc800;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
#anaMenu .navbar-brand img {
	height: 1.5rem;
}
#anaMenu .navbar-nav .nav-item .nav-link {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.95rem;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.0625em;
}
#anaMenu .navbar-nav .nav-item .nav-link.active, #anaMenu .navbar-nav .nav-item .nav-link:hover {
	color: #ffc800;
}

@media (min-width: 992px) {
	#anaMenu {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border: none;
		background-color: rgba(255,255,255,1);
    box-shadow: 0px 3px 6px -3px #000000;
    -webkit-box-shadow: 0px 3px 6px -3px #000000; 
    -moz-box-shadow: 0px 3px 6px -3px #000000; 
    -o-box-shadow: 0px 3px 6px -3px #000000; 
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #anaMenu .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #anaMenu .navbar-brand img {
    height: 4.5rem;
    transition: height 0.3s ease-in-out;
  }
  #anaMenu.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(255,255,255,1);
  }
  #anaMenu.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #anaMenu.navbar-shrink .navbar-brand svg,
  #anaMenu.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #anaMenu .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #anaMenu .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
/* SLIDER */

.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
  height: 100vh;
}*/
@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}
@media (max-width: 425px) {
  .carousel-item {
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.bolum {
	padding: 6rem 0;
  margin-bottom: 5px;
}

.bolum h2.section-heading, .bolum .section-heading.h2 {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
.bolum h3.section-subheading, .bolum .section-subheading.h3 {
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-bottom: 4rem;
}

/* Neden Cam Bölümü */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #422e5d;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 35px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 20px 20px 20px 80px;
  text-align: center;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: floralwhite;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  color: #422e5d;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 20px 20px 20px 80px;
  text-align: center;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: #422e5d;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
  color: #422e5d;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 35px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 20px;
    text-align: center;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
    color: #422e5d;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    color: #422e5d;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 20px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
    color: #422e5d;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 20px;
  }
}
/* Neden Cam Bölümü */

/* Sosyal Medya Yüzen Menü */
.fl-fl {
  background: #ffc800;
  text-transform: uppercase;
  padding: 0px 4px;
  width: 165px;
  position: fixed;
  right: -135px;
  font-size: 10px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa-brands {
  font-size: 20px;
  color: #fff;
  padding: 0px 0;
  width: 20px;
  margin-left: 3px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: super !important;
}

.float-ig {
  top: 47%;
}

.float-wp {
  top: 53%;
}
/* Sosyal Medya Yüzen Menü */
/* İletişim Bölümü */
section#iletisim {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#iletisim .section-heading {
  color: #fff;
}
section#iletisim form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#iletisim form#contactForm .form-group input,
section#iletisim form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#iletisim form#contactForm .form-group input.form-control {
  height: auto;
}
section#iletisim form#contactForm .form-group-textarea {
  height: 100%;
}
section#iletisim form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#iletisim form#contactForm p.help-block {
  margin: 0;
}
section#iletisim form#contactForm .form-control:focus {
  border-color: #ffc800;
  box-shadow: none;
}
section#iletisim form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#iletisim form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#iletisim form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#iletisim form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.filtrealani {
  float: left;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.goster {
  display: block;
}

/* Style the buttons */
.dugme {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}
@media (max-width: 767px) {
.dugme {
  border: none;
  outline: none;
  padding: 12px 10px;
  background-color: #f1f1f1;
  cursor: pointer;
}
}

/* Add a light grey background on mouse-over */
.dugme:hover {
  background-color: #ffc800;
}

/* Add a dark background to the active button */
.dugme.aktif {
  background-color: #ffc800;
  color: white;
}

#filtrebolumu {text-align: center; margin: 30px auto;}

/* Ürünler */
#urunler .portfolio-item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#urunler .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#urunler .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#urunler .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#urunler .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 0.8;
}
#urunler .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: transparent;
}
#urunler .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#urunler .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem auto;
  max-width: 60vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}