@font-face {
	font-family: "museo";
	src: url("../fonts/museo.otf");
}
body {
	padding-top: 80px;
	font-family: "museo";
}
#modalDialog {
	padding-right: 0;
}
#modalDialog button {
	float: none;
	right: 15px;
	top: 15px;
	position: absolute;
}
.modal-dialog {
	width: 400px;
}

.btn-danger {
	background-color: #ed1c24;
}
.btn-danger:hover {
	background-color: red;
}

/* Navigation Styling Starts */

.navbar {
	border-radius: 0;
}
.navbar-brand {
	height: auto;
}
.navbar-brand img {
	width: 80%;
}
.navbar-nav li.active a {
	background: none !important;
	color: #ed1c24 !important;
}
.navbar-nav a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "museo";
	/*font-family: "impact", "museo";*/
	padding: 36px 15px !important;
	letter-spacing: .4px;
}
.navbar-nav a:hover {
	color: #ed1c24 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navbar-toggle {
	margin-top: 30px;
}

/* Navigation Styling Ends */

#content {
	padding: 50px 0;
}
#content h1 {
	text-transform: uppercase;
}
#booking-form {
	padding: 20px 0;
}
#booking-form label {
	line-height: 45px;
	margin: 0;
	font-size: 15px;
	color: #6c6c6c;
	font-weight: 100 !important;
	letter-spacing: .3px;
	text-transform: uppercase;
}
#booking-form input, #booking-form select {
	height: 45px;
	line-height: 45px;
	margin-bottom: 16.2px;
}
#booking-form button {
	float: none;
	display: block;
	margin: 10px auto;
	padding: 10px 55px;
}
span.text-danger {
	color: #ed1c24;
}
footer {
	padding: 40px 0;
	background: #3d3d3d;
}
#footer-nav {
	margin: 30px 0;
}
#footer-nav a {
	font-size: 20px;
	color: #ffffff;
}
#footer-nav a:hover {
	text-decoration: none;
	color: #d2d2d2;
}
footer ul.list-inline li {
	margin-bottom: 10px;
}
footer ul.list-inline img:hover {
	opacity: .7;
}
/*.footer-details h2 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	margin-top: 5px;
}*/
.footer-details h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
  text-transform: lowercase;
}
.footer-details h3 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.footer-details a {
	color: #ffffff;
}
.footer-details a:hover {
	text-decoration: none;
	color: #d2d2d2;
}
.copyright {
	color: #ffffff;
	margin: 20px;
}
.alert {
	margin: 20px 0 5px;
}
.booking_links a {
	display: block;
	padding: 20px 0;
	border: 2px solid #ed1c24;
	text-transform: uppercase;
	color: #ed1c24;
	margin-bottom: 10px;
	font-size: 17px;
}
.booking_links a:hover {
	background-color: #ed1c24;
	border-color: #ed1c24;
	color: #ffffff;
}
/*.text-danger {
	color: #ed1c24;
}*/
.text-danger {
  color: #000000;
}
.booking_links a.btn-danger {
	background-color: #ed1c24;
	color: #ffffff;
}
.text-default {
	color: #414141;
}
.business-form .booking_description {
	padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 210px;
	}
	.navbar-header, #collapse {
		float: none;
		text-align: center;
	}
	.navbar-brand, ul.navbar-nav {
		display: inline-block;
		float: none !important;
	}
	.navbar-brand {
		margin: 15px 0;
	}
	.navbar-brand img {
		width: 100%;
	}
	.navbar-nav a {
		padding-top: 5px !important;
	}
}
@media (max-width: 767px) {

	.navbar-nav a {
		padding: 12px !important;
		border-bottom: 1px solid #38373c;
	}
	.navbar-nav li:last-child a{
		border-bottom: none;
	}
	#booking-form div, .booking_links div {
		padding: 0;
	}
	.modal-dialog {
		margin:20% auto;
	}
	#booking-form.padding-xs div.col-xs-12, #booking-form.padding-xs .booking_links div.col-xs-12 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 500px) {
	.modal-dialog {
		width: 95%;
	}
}