/* Color scheme */

/*-------- 3.1 Preloader --------*/
[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #008bd2;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
/*-------- 1.2 Buttons --------*/
	.w-100{
		width: 100%;
	}
	a.button_intro_2,
	.button_intro_2 {
		background: #008bd2;
	}
	a.button_intro_2:hover,
	.button_intro_2:hover {
		color: #008bd2 !important;
	}
	a.btn_full,
	.btn_full {
		background: #008bd2;
	}
	a.btn_full:hover,
	.btn_full:hover {
		background: #333;
	}
	a.btn_1,
	.btn_1 {
		background: #008bd2;
	}
	a.btn_1:hover,
	.btn_1:hover {
		background: #333;
	}
	a.btn_1_outline,
	.btn_1_outline {
		color: #008bd2;
		border: 2px solid #008bd2;
	}
	a.btn_1_outline:hover,
	.btn_1_outline:hover {
		background: #333;
		border: 2px solid #333;
		color: #fff;
	}
	/*General links color*/
	a {
		color: #008bd2;
	}
	a:hover,
	a:focus {
		color: #333;
	}
/*============================================================================================*/
/* MENU */
/*============================================================================================*/

	ul#tools_top li a.search-overlay-menu-btn:hover {
		color: #008bd2;
	}
	/*First level styles */			
	.main-menu > ul > li:hover > a {background-color:#008bd2;}

@media only screen and (min-width: 992px) {
	
	/* Submenu style*/
	.main-menu ul ul li:hover > a {background-color:#f9f9f9;color:#008bd2;}
	/* Megamenu */
	.main-menu ul li.megamenu .menu-wrapper {border-top: 2px solid #008bd2;}
}

@media only screen and (max-width: 991px) {
	#header_menu{background:#008bd2 url(../img/pattern_3.png) repeat;}
	.main-menu ul li a:hover,
	a.show-submenu:hover,
	a.show-submenu:focus,
	a.show-submenu-mega:hover,
	a.show-submenu-mega:focus{color:#008bd2 !important;background-color:#f9f9f9;}	
}
/*============================================================================================*/
/* end MENU */
/*============================================================================================*/

	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span {
		color:#0d00d2;
	}
	#top_line {
		background: #008bd2 url(../img/pattern_3.png) repeat;
	}
	
	#tickets.table tr.total_row {
		color: #008bd2;
	}
	
	#tickets.table td input#total {
		color: #008bd2;
	}
	
	.indent_title_in i {
		color: #008bd2;
	}
	
	.bloglist ul li a:hover,
	.bloglist h4 a:hover {
		color: #008bd2;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #008bd2;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background-color: #008bd2 !important;
		border-color: #008bd2 !important;
		color: #ffffff !important;
	}
	.list_tours ul li a .price_list {
	color: #0d00d2;
	}
	.list_tours ul li a .price_list:hover {
		color: #0d00d2;
	}
	.short_info strong {
		background-color: #0d00d2;
	}
	.price_grid {
		background-color: #008bd2;
	}
	.banner {
		background: #008bd2 url(../img/pattern_3.png) repeat;
	}
	.panel-title a .indicator {
		color: #008bd2;
	}
	.box_style_2 h3{
		background-color:#008bd2;
	}
	.box_style_2 h3 span{
	color: #FF9;
}


/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.bg_red {
	background-color:#cc0000 !important;
}

.price-info{
	margin-top : 1.5rem;
	border-top : 1px solid rgba(255, 255, 255, .2)
}

.price-right-info>h5,.price-right-info>p{
	color : #fff
}

.turYanBilgi{
    margin-bottom: 20px;
}

.turYanBilgi p{
    margin: 0px;
}

.turYanBilgiEleman{
	margin-bottom : 1rem; 
}

.turYanBilgiElemanSol{
	display: inline-block
}

.turYanBilgiElemanSol>p{
	display: inline-block;
}

.turYanBilgiElemanSag{
	display: inline-block;
	float: right;
}

.tarihBilgi{
	display: inline-block;
	margin : 10px
}

.tarihBilgi>h5{
	color : #fff;
	font-weight: 700;
}