.text-red {
	color: #F00;
	font-weight: bold
}
#content {
	background-color: #EDF4F9
}
header {
	padding-top: 20px;
	background-image: -webkit-linear-gradient(270deg, rgba(207, 238, 234, 1.00) 0%, rgba(41, 121, 109, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(207, 238, 234, 1.00) 0%, rgba(41, 121, 109, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(207, 238, 234, 1.00) 0%, rgba(41, 121, 109, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(207, 238, 234, 1.00) 0%, rgba(41, 121, 109, 1.00) 100%);
}
header h1 {
	text-align: center;
	font-weight: bold;
	color: #FFFDDD;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 4em;
	line-height: 1.2;
	text-shadow: 1px 2px 4px #A2A2A2;
	letter-spacing: 10px
}
p, li{ font-size:16px;}
h2,h3{ font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif}
em {
	font-weight: bold;
	font-size: 1.1em
}
.text-success{ color:#2F7E72}
#usefultip {
	padding-bottom: 30px
}
#usefultip p {
	margin-top: 10px;
	font-size: 1.2em
}
#payment_hours p {
	padding: 20px;
	border: 1px solid #333;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 1.2em;
	border-radius: 10px;
	font-weight: bold
}
.img-thumbnail {
	margin-right: 5px;
	margin-bottom: 10px
}
#servicearea img {
	border-radius: 10px;
	border: 1px solid #333
}
#servicearea {
	margin-bottom: 20px
}
footer {
	padding: 10px;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-color: #EDF4F9
}
@media (min-width: 992px) and (max-width: 1199px) {
	header {
		height: auto
	}
	header h1 {
		font-size: 3em
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header {
		height: auto
	}
	header h1 {
		font-size: 2.5em
	}
}
@media (max-width: 767px) {
	header h1 {
		font-size: 2em
	}
	header {
		height: auto
	}
	footer {
		background-position: bottom
	}
}