.main_menu_area .navbar .navbar-nav li {
    margin-right: 15px;
}

.dropdown-item {
	line-height:22px !important;
	padding:10px !important;
}

@media (max-width: 991px){
	.main_menu_area .navbar .navbar-nav.justify-content-end {
		display: block;
		margin-left: 0px;
	}
}

.list-group-item {
    border: none;
    padding: .25rem 0;
}

.header-top a.ba{
 color:#a1bcc1;
}



/* magnific popup için modal düzenleme */
.modal { z-index:250;}
.modal-backdrop { z-index:240; }
/* magnific popup için modal düzenleme */

/* tur otel ana kategori listeleme */
.card-sl {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 8px 8px 0px 0;
}

.card-action {
	position: absolute;
	right:25px;
	top:120px;
	z-index: 2;
	color: #E26D5C;
	background: #fff;
	border-radius: 100%;
	padding: 10px 17px;
	font-size: 15px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action-button {
	position: absolute;
    right: 25px;
    top: 140px;
    z-index: 2;
    color: #ffffff;
    background: #0060ad;
    border-radius: 3px;
    padding: 0 5px;
    opacity: 85%;
    font-size: 12px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 1px 2px 0 rgb(0 0 0 / 19%);
}

.card-action:hover {
	color: #fff;
	background: #E26D5C;
	-webkit-animation: pulse 1.5s infinite;
}

.card-action-button:hover {
	color: #fff;
	background: #E26D5C;
	-webkit-animation: pulse 1.5s infinite;
}

.card-heading {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding:10px;
	text-align: center;
}
.card-title {
	font-size:16px;
	margin-bottom:8px;
}

.card-body {
	padding:0.5rem;
}

.card-text {
	background: #fff;
	font-size: 16px;
	color: #636262;
	text-align: center;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.card-button {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 100%;
	background-color: #1F487E;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

.card-button:hover {
	text-decoration: none;
	background-color: #1D3461;
	color: #fff;
}

@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}

	100% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}

/* owl durumları */

.owl-prev, .owl-next {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
}
.owl-prev { left: 0px; }
.owl-next { right: -10px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

.card {
	-webkit-box-shadow: 0px 0px 14px 0px #919191; 
	box-shadow: 0px 0px 14px 0px #919191;
	margin:20px;
}
@media (min-width: 991px){
	.card-horizontal {
		display: flex;
		flex: 1 1 auto;
	}
}
@media (max-width: 991px){
	.card-horizontal img { width:100% !important; }
}

@media (min-width: 991px){
	.cizgibaslik{ margin:10px 0 30px 0; }
	.cizgibaslik h2 {
		width: 100%; 
		text-align: center; 
		border-bottom: 2px solid #eee; 
		line-height: 0.1em;
		margin: 10px 0 20px; 
	} 
	.cizgibaslik h2 span { 
		background:#fff; 
		padding:0 10px; 
		color:#000;
	}
}
@media (max-width: 991px){
	.cizgibaslik{ margin:0; }
	.cizgibaslik h2 {
		width: 100%; 
		text-align: center; 
	} 
	.cizgibaslik h2 span { 
		background:#fff; 
		color:#000;
	}
}

/* tur listeleme - buradan aşağısı şu an kulanılmıyor. kaldırılabilir. */
.dark {
	background: #110f16;
  }
  
  .light {
	background: #f3f5f7;
  }
  
  a, a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
  }
  
  #pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
  }
  
  /* Cards */
  .postcard {
	flex-wrap: wrap;
	display: flex;
	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
	border-radius: 10px;
	margin: 0 0 2rem 0;
	overflow: hidden;
	position: relative;
	color: #ffffff;
  }
  .postcard.dark {
	background-color: #18151f;
  }
  .postcard.light {
	background-color: #e1e5ea;
  }
  .postcard .t-dark {
	color: #18151f;
  }
  .postcard a {
	color: inherit;
  }
  .postcard h1, .postcard .h1 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
  }
  .postcard .small {
	font-size: 80%;
  }
  .postcard .postcard__title {
	font-size: 1.75rem;
  }
  .postcard .postcard__img {
	max-height: 180px;
	width: 100%;
	object-fit: cover;
	position: relative;
  }
  .postcard .postcard__img_link {
	display: contents;
  }
  .postcard .postcard__bar {
	width: 50px;
	height: 10px;
	margin: 10px 0;
	border-radius: 5px;
	background-color: #424242;
	transition: width 0.2s ease;
  }
  .postcard .postcard__text {
	padding: 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
  }
  .postcard .postcard__preview-txt {
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	height: 100%;
  }
  .postcard .postcard__tagbox {
	display: flex;
	flex-flow: row wrap;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	justify-content: center;
  }
  .postcard .postcard__tagbox .tag__item {
	display: inline-block;
	background: rgba(83, 83, 83, 0.4);
	border-radius: 3px;
	padding: 2.5px 10px;
	margin: 0 5px 5px 0;
	cursor: default;
	user-select: none;
	transition: background-color 0.3s;
  }
  .postcard .postcard__tagbox .tag__item:hover {
	background: rgba(83, 83, 83, 0.8);
  }
  .postcard:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(-70deg, #424242, transparent 50%);
	opacity: 1;
	border-radius: 10px;
  }
  .postcard:hover .postcard__bar {
	width: 100px;
  }
  
  @media screen and (min-width: 769px) {
	.postcard {
	  flex-wrap: inherit;
	}
	.postcard .postcard__title {
	  font-size: 2rem;
	}
	.postcard .postcard__tagbox {
	  justify-content: start;
	}
	.postcard .postcard__img {
	  max-width: 300px;
	  max-height: 100%;
	  transition: transform 0.3s ease;
	}
	.postcard .postcard__text {
	  padding: 3rem;
	  width: 100%;
	}
	.postcard .media.postcard__text:before {
	  content: "";
	  position: absolute;
	  display: block;
	  background: #18151f;
	  top: -20%;
	  height: 130%;
	  width: 55px;
	}
	.postcard:hover .postcard__img {
	  transform: scale(1.1);
	}
	.postcard:nth-child(2n+1) {
	  flex-direction: row;
	}
	.postcard:nth-child(2n+0) {
	  flex-direction: row-reverse;
	}
	.postcard:nth-child(2n+1) .postcard__text::before {
	  left: -12px !important;
	  transform: rotate(4deg);
	}
	.postcard:nth-child(2n+0) .postcard__text::before {
	  right: -12px !important;
	  transform: rotate(-4deg);
	}
  }
  @media screen and (min-width: 1024px) {
	.postcard__text {
	  padding: 2rem 3.5rem;
	}
  
	.postcard__text:before {
	  content: "";
	  position: absolute;
	  display: block;
	  top: -20%;
	  height: 130%;
	  width: 55px;
	}
  
	.postcard.dark .postcard__text:before {
	  background: #18151f;
	}
  
	.postcard.light .postcard__text:before {
	  background: #e1e5ea;
	}
  }
  /* COLORS */
  .postcard .postcard__tagbox .green.play:hover {
	background: #79dd09;
	color: black;
  }
  
  .green .postcard__title:hover {
	color: #79dd09;
  }
  
  .green .postcard__bar {
	background-color: #79dd09;
  }
  
  .green::before {
	background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }
  
  .green:nth-child(2n)::before {
	background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }
  
  .postcard .postcard__tagbox .blue.play:hover {
	background: #0076bd;
  }
  
  .blue .postcard__title:hover {
	color: #0076bd;
  }
  
  .blue .postcard__bar {
	background-color: #0076bd;
  }
  
  .blue::before {
	background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }
  
  .blue:nth-child(2n)::before {
	background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }
  
  .postcard .postcard__tagbox .red.play:hover {
	background: #bd150b;
  }
  
  .red .postcard__title:hover {
	color: #bd150b;
  }
  
  .red .postcard__bar {
	background-color: #bd150b;
  }
  
  .red::before {
	background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }
  
  .red:nth-child(2n)::before {
	background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }
  
  .postcard .postcard__tagbox .yellow.play:hover {
	background: #bdbb49;
	color: black;
  }
  
  .yellow .postcard__title:hover {
	color: #bdbb49;
  }
  
  .yellow .postcard__bar {
	background-color: #bdbb49;
  }
  
  .yellow::before {
	background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
  
  .yellow:nth-child(2n)::before {
	background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
  
  @media screen and (min-width: 769px) {
	.green::before {
	  background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
	}
  
	.green:nth-child(2n)::before {
	  background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
	}
  
	.blue::before {
	  background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
  
	.blue:nth-child(2n)::before {
	  background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
  
	.red::before {
	  background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
	}
  
	.red:nth-child(2n)::before {
	  background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
	}
  
	.yellow::before {
	  background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
	}
  
	.yellow:nth-child(2n)::before {
	  background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
	}
  }