#captcha_example{
  margin: 0 auto;
  width: fit-content;
}
.active_city .flight-block {
  border: 2px solid #c51214;
}
.active_city .flight-block h3 {
  color: #323232;
}
.active_city .flight-block:after {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.map_address_container .map_address_container_item{
	display:none;
}
.map_address_container .map_address_container_item a {
		color: #323232;
}
.map_address_container .map_address_container_item.active{
	display:block;
}
.mt10{
	margin-top: 10px;
}
.places{
	padding: 0 20px;
	/*margin-top: 20px;*/
}
.places p{
	margin: 0px;
}
.places .red_text{
	background-color: #c51214;
	color: #fff;    
	width: 100%;
	display: inline;
	padding: 4px;
}

.places .orange_text{
		background-color: #ec6591;
    color: #fff;    
    width: 100%;
    display: inline;
    padding: 4px;
}
.card-green .places .orange_text{
	background-color: #5dd865ed;
}
.card-yellow .places .orange_text{
	background-color: #f5d210;
}
.card-orange .places .orange_text{
	background-color: #f97649;
}
.card-blue .places .orange_text{
	background-color: #73aff4;
}
.chooseTypeAll{
	width:100%;
	margin-bottom: 20px;
}
.chooseTypeAll a{
		display: block;
		margin: 0 auto;
    width: 270px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #c51214;
    background-color: #c51214;
    z-index: 1;
}
.chooseTypeAll a:before{
	content: '';
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #ae1012;
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
	z-index: -1;
}
.chooseTypeAll a:hover:before{
	width: 100%;
}
.centerText{
	text-align: center;
}
.tour_about_text{
	margin-top: 20px;
}
.tabs ul li a.green{
	background-color: #5dd865ed;
    border-color: #5dd865ed;
}
.card-green .card-title,
.card-green .img-wrap span,
.card-green .card-title{
	background-color: #5dd865ed;
}
.card-green .img-wrap span{
	background: #5ECE66;
}
.card-green ul li span{
	color: #5dd865ed;
}
.tabs ul li a.green.active, .tabs ul li a.green:hover {
    color: #5dd865ed;
    background-color: #fff;
}

.content-image img{
    max-width: 100%;
    height: auto;
}
.content-text ol li{
	color: #c51214;
}


@media only screen and (max-width: 1440px) {
	.places {
		font-size: 14px;
		margin-bottom: 10px;
		margin-left: -10px;
	}
	.pagination-custom ul li:last-child a:after {
			right: 16px!important;
	}
}
