footer .container{
	border:0;
}

.destination-detail .carousel{
	display:inline-block;
	max-width:100%;
}
.destination-detail .carousel-indicators {
    bottom: auto;
    left: auto;
    right: 23px;
    text-align: right;
    top: 21px;
    z-index: 2;
}
.destination-detail .carousel-indicators li {
    border-radius: 0;
    height: 10px !important;
    margin: 0 0 0 2px !important;
    width: 10px !important;
	background:none;
}
.destination-detail .carousel-indicators li.active {
	background-color:#ffffff;
}
.destination-detail .video{
	border:2px solid #eeeeee;
	height:300px;
}
.destination-detail .video iframe{
	border:0;
	height:100%;
	width:100%;
}
.destination-detail .long-desc {
    color: #a3a6af;
}
.destination-detail ul{
	padding-left:15px;
}
.destination-detail li{
	margin-bottom:5px;
	list-style-type:disc;
}
.detailtyp-tab.tab-typ2 .nav-tabs{
	padding-left:0;
}
.detailtyp-tab .tab-content{
	border:1px solid #dddddd;
	border-width:0 1px 1px;
	padding:10px;
}
@media(max-width:991px){
	.destination-detail .carousel-inner .item img{
		width:100%;
	}
}
@media(max-width:767px){
	.contentarea{
		background-color:transparent;
		box-shadow:none;
		border:none;
	}
}



