/* DESTINOS
-----------------------*/
.destination{
	margin-top: 0;
	}
.destination-list{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
    padding: 25px 25px 5px 25px;
	}
.destination-list h3{
	font-size: 1.400rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	}
.destination-card{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 25px;
	}
.destination-card h2{
	font-size: 1.800rem;
	margin-bottom: 40px;
	color: #666;
	}
.destination-card h2 .ims-text-bold{
	font-size: 2.600rem;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #aaa;
	color: #03594c;
	}
.destination-card h2 span{
	font-size: 2.600rem;
	text-transform: uppercase;
	margin-right: 10px;
	}
.destination-card h3 {
  color: #03594c;
  }
.destination-card  .tab-content{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 25px;
	margin-top: 15px;
	}
.destination-card img{
	width: 100%;
	margin-bottom: 20px;
	}
.destination-card .hotels-list {
	border: 1px solid #ccc;
	display: table;
	width: 100%;
	margin-top: 25px;
  }
.destination-card .hotels-list:first-child{
	margin-top: 0;
  }
.destination-card .hotels-list .data{
	padding: 20px 20px 20px 0;
	}
.destination-card .hotels-list .image{
	padding: 20px 20px 0 20px;
	background: #eee; 
	}
.destination-card .hotels-list img{
	width: 100%;
	margin-bottom: 20px;
	}
	/*media queries*/
@media (max-width: 767px) {
	.destination-card .hotels-list .data{
		padding: 20px;
		}
  }
@media (max-width: 480px) {
	.destination-card h2 .ims-text-bold{
		display: none;
	}
	.destination-card .nav.nav-pills > li {
		display: block;
		float: none;
		}
	.destination-card .nav.nav-pills > li > a {
		margin: -1px 0 0 0;
		padding: 10px 15px;
		}
  }