.travel-container{
	margin: 25px 0 45px 0;
	
	.travel-col{
		text-align: center;
	}
	.travel-col i.fa{
		height: 200px;
		width: 200px;
		background-color: #c6c6c6;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		line-height: 200px;
		vertical-align: middle;
		font-size: 100px;
		margin-bottom: 20px;
	}
	.travel-col i.fa-plane{
		font-size: 120px;
	}
	.travel-title{
		font-size: 20px;
		font-weight: 900;
		text-transform: uppercase;
		color: #777;
		margin-bottom: 15px;
	}
	.travel-link{
		cursor: pointer;
		display: inline-block;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #c6c6c6;
		padding: 5px 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		margin-bottom: 25px;
	}
	.collapse-info{
	}
	.collapse-info.in{
	}
	.info-container{
		border:1px solid #ddd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 10px;
		background-color: #eeeeee;
		margin-bottom: 25px;
	}
	.info-container p{
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.info-container a{
		color: #666;
	}
	.info-container a b{
		color: #333;
		font-family: 'Lora', serif;
		font-size: 16px;
	}
	.travel-dropdown{
		overflow: visible;
		text-align: center;
		display: inline-block;
		padding-bottom: 25px;
	}
	.dropdown-menu{
		left: 5px;
	}
	.travel-link:hover{
		color: #fff;
		text-decoration: none;
		background-color: #c6a6aa;
	}
	.section-title{
		font-size: 28px;
		text-align: center;
		font-style: italic;
		font-family: 'Lora', serif;
		margin-bottom: 25px;
	}
	.section-text{
		font-size: 16px;
		margin-bottom: 45px;
		line-height: 1.5em;
		text-align: center;
		font-style: italic;
	}
	.todo-list{
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
		font-weight: 300;
		color: #bbb;
	}
	.todo-list a{
		display: inline-block;
		margin: 0 0px;
		font-weight: bold;
		font-size: 20px;
		text-decoration: none;
		padding: 5px 15px;
	}
	.todo-list a.active{
		background-color: #cf9ea6;
		color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.todo{
		margin-bottom: 20px;
	}
	.todo-title{
		font-size: 24px;
		font-weight: 200;
		text-align: center;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #999;
	}
	
	.location{
		overflow: auto;
		margin-bottom: 25px;
	}
	.location-image{
		float:left;
		width: 150px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		-ms-behavior: url(/assets/backgroundsize.min.htc);
		height: 150px;
		width: 150px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-right: 25px;
	}
	.location-name{
		font-size: 24px;
		font-family: 'Lora', serif;
		font-weight: 500;
	}
	@media (max-width: 768px) {
		.location-image{
			float:none;
			text-align: center;
			margin: 0 auto 10px auto;
		}
		.location-text{
			float:none
		}
		.todo-list a{
			font-size: 16px;
		}
	}
}