
label {
    display: inline-block;
    font-size: 14px;
    color: cornflowerblue;
    position: sticky;
    float: left;
    margin-top: -36px;
    margin-left: 5px;
    z-index: 999;
}

/**/

.samreklam {
    color: #8d8d8d;
    font-size: 16px;
	text-align:center;
}

.samrklmftr{

	margin:0px 0px 0px 0px;
	font-size:10px;
	text-align:center;
}

@media (max-width: 768px) {

.samrklmftr{
	display:none;
	overflow:hidden;
}

}

@-webkit-keyframes dancing-dots-jump {
  0% { top: 0; }
  55% { top: 0; }
  60% { top: -10px; }
  80% { top: 3px; }
  90% { top: -2px; }
  95% { top: 1px; }
  100% { top: 0; }
}
@-moz-keyframes dancing-dots-jump {
  0% { top: 0; }
  55% { top: 0; }
  60% { top: -10px; }
  80% { top: 3px; }
  90% { top: -2px; }
  95% { top: 1px; }
  100% { top: 0; }
}

#dancing-dots-text{
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#dancing-dots-text span span {
  -webkit-animation-duration: 1800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: dancing-dots-jump;
  -moz-animation-duration: 1800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: dancing-dots-jump;
  padding: 1px;
  position: relative;
  font-size:50px;
  margin-right:-7px;
}

#dancing-dots-text span span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}

#dancing-dots-text span span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}
/**/
.header-action-area .header-lang-dropdown {
    line-height: 1;
}
.header-action-area .header-lang-dropdown .btn-lang {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-right: 0;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 24px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-action-area .header-lang-dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 30%);
    margin: 0;
    min-width: 60px;
    max-width: 60px;
    overflow: hidden;
    padding: 0;
    left: -6px !important;
    top: 11px !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

/* The actual timeline (the vertical ruler) */
.py-5 {
	background-image: url("../images/Mikronize-Mineraller-Tarihsemiz.jpg");
	height: 100%;
	background-position: top left;
    background-repeat: no-repeat;
    background-size: 70%;
}
.main-timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #ffffff;
  border: 5px solid #566fb3;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.tarihcecard {
    background-color: #ffffffd1;
	color: #000;
	line-height: 21px;
}

.case-single {
    position: relative;
    display: block;
    padding: 0px 0 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/

.iletisimbg{
		background-image: url("../images/backgrounds/Iletisim-header-BG.jpg");
	}
	
.argebg{
		background-image: url("../images/backgrounds/Arge-QualityQntrl-header-BG.jpg");
	}

@media only screen and (max-width: 1200px) {
	.py5desktop {
		display:none;
	}
	.py-5 {
		background:none;
	}
	.iletisimbg{
		background-image: url("../images/backgrounds/Iletisim-header-mobil-BG.jpg");
	}
	.argebg{
		background-image: url("../images/backgrounds/Arge-QualityQntrl-header-BG-mb.jpg");
	}
}

@media only screen and (min-width: 1200px) {
	.py5mobile {
		display:none;
	}
	.iletisimbg{
		background-image: url("../images/backgrounds/Iletisim-header-BG.jpg");
	}
	.argebg{
		background-image: url("../images/backgrounds/Arge-QualityQntrl-header-BG.jpg");
	}
	
}	