.destination { background-color:#f7f7f7; padding-top:10px; }
.destination .destination-box .hd-type19 { padding-top: 30px; }
.destination .destination-list { margin: 0; padding: 0; width: 320px; }
.destination .destination-list li {
	list-style-type: none;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	padding-right: 10px;
}
.destination .destination-list li a {
	font-size: 12px;
	line-height: 15px;
	color: #495d97;
	font-family:'avenirnext_demibold';
}
.destination .destination-list li a:hover { color: #9b9b9b; }
.destination .destination-box {
	background: url('../images/destination-map.png') no-repeat  right center;
	background-size: 78% auto;
	height: 528px;
}
.image-gallary { background-color: #ffffff; padding: 35px 0px 10px; }
.image-gallary .image-box { position: relative; overflow: hidden; }
.image-gallary .image-box a:before,
.image-gallary .image-box a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.1);
}
.image-gallary .image-box a:before { top: 0; left: 0; }
.image-gallary .image-box a:after { right: 0; bottom: 0; }
.image-gallary .image-box a:hover:before,
.image-gallary .image-box a:hover:after {
	/*background-color: rgba(255, 255, 255, 0.2);*/
    width:0;
    height:0;
}
.image-gallary .image-box:hover a img {
	-webkit-transform: scale(1.1) ;
   -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
     -o-transform: scale(1.1) ;
        transform: scale(1.1) ;
}
.image-gallary .image-box a {position:relative; display: block; line-height: 122px; overflow: hidden; height: 125px; text-align: center; }
.image-gallary .image-box a img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
/* .image-gallary .image-box a.btn-eye {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	height: auto;
}
.image-gallary .image-box a.btn-eye span {
	font-size: 25px;
	line-height: 27px;
	color: #363636;
	padding: 5px 6px;
	border: 1px solid #363636;
	border-radius: 100%;
}
.image-gallary .image-box:hover a.btn-eye { opacity: 1; z-index: 2; } */
.image-gallary .destination-name {
	display: inline-block;
	color: #4a4a4a;
	padding: 15px 0px;
	font-size: 12px;
	line-height: 14px;
	font-family:'avenirnext_demibold';
}
@media (min-width: 992px) and (max-width: 1199px){
	.destination .destination-box { background-size: 70% auto; }
	.image-gallary .image-box a { height: 102px; }
}
@media (min-width: 768px) and (max-width: 991px){
	.destination .destination-box { background-size: 65% auto; height: 450px; }
	.image-gallary .image-box a { height: 105px; }
}
@media (max-width: 767px){
	.destination .destination-box { background-size: 58% auto; height: 350px; }
	.image-gallary .destination-name {display: block;text-align: center;}
}
@media (min-width: 481px) and (max-width: 767px){
	.image-gallary .image-box a { height: 102px; line-height: 99px; }
	.destination .destination-box .hd-type19 { font-size: 30px; line-height: 35px; }
}
@media (max-width: 480px){
	.image-gallary .destination-name {display: block;text-align: center;}
	.destination { background-color: #495d97; padding: 0px 0px 15px; }
	.destination .destination-box .hd-type19 { font-size: 25px; line-height: 30px; color: #ffffff; }
	.destination .destination-box { background: url('../images/destination-map1.png') no-repeat center center; background-size: 100% auto; height: auto; }
	.destination .destination-list { width: 100%; }
	.destination .destination-list li a { color: #ffffff; }
	.image-gallary { text-align: center; }

}