body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.bg-red {
	background-color: #545454;
	color: #FFFFFF !important;
	font-size: 20px;
}
.top-ss {
	font-size: 30px;
}
h1 {
	font-size: 30px;
}
a.bg-red {
	color: #ffffff !important;
}
a.bg-red:hover {
	color: #efefef !important;
}
a {
	color: #BF0A30;
}
a:hover {
	color: #9b0a29;
}
img {
	border: 6px solid #BF0A30;
	border-radius: 3%;
}
img:hover {
	border: 6px solid #002868;
	border-radius: 3%;
}
.stin {
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.btn-booking {
	background-color: #BF0A30;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
.btn-booking:hover {
	background-color: #9b0a29;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
.btn-directly {
	background-color: #002868;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
.btn-directly:hover {
	background-color: #001a45;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
footer {
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
footer span.copyright {
	font-size: 15px;
	line-height: 20px;
	text-transform: none;
}
footer ul.quicklinks {
	font-size: 90%;
	line-height: 20px;
	margin-bottom: 0;
	text-transform: none;
}
ul.social-buttons {
	margin-bottom: 0
}
ul.social-buttons li a {
	font-size: 30px;
	line-height: 60px;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #c60b1e;
}
ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover {
	background-color: #9b0a29;
}
.bg-footer {
	background-color: #001a45;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #eee;
}
    .insta {
      border: 0px;
    }
    .insta:hover {
      border: 0px;
    }