.btn.btn-book{
	padding: 5px 10px;
}
.block-special{
	margin-bottom: 30px;
}

.social-icons{
	font-size: 20px;
}

.row-term{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.row-term .progress{
	margin-bottom: 5px;
}
.row-term .progress.progress-alt{
	margin-top: 12px;
}
.term-info{
	text-align: left;
	color: #898989;
}
.term-title{
	font-size: 16px;
	text-align: left;
	margin: 10px 0px;
}
.progress-bar-muted{
	background-color: #ccc;
}

.termsContent{}
.termsContent p{
	margin-bottom: 10px;
}
.termsContent h3{
	text-transform: none;
	margin-bottom: 5px;
}

.countdown{
	display: flex;
	justify-content: center
}
.countdown .countdown_part{
	border-left: 1px solid #ccc;
	padding: 0px 10px;
}
.countdown .countdown_part.first{
	border-left: 0px;
}
.leaf{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url('../images/texture.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-heading{
	font-size: 30px;
}

