.container-fluid{
	padding:0;
}

.no-border {
    border: 0;
    box-shadow: none; 
}

.share-buttons ul{
	list-style:none;
}

.share-buttons li {
	display:inline-block;
	font-size:2rem;
	padding-right:2rem;
}

.image-gallery a{
	height: 200px;
}

.modal-dialog{
	z-index:4000;
}

.sidebar{
	margin-top:5rem;
}

.booking th{
	width:100px;
}
.hero-banner{
    width:100%;
    position: relative;
    overflow: hidden;
    height:50vh;
}

.hero-banner .slider-wrapper{
    width:100%;
    height:20%;
}

.hero-banner .slider-wrapper .image-slider{
    width:100%;
    height:50vh;
}

.slick-dots{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{ display:inline-block;
    text-align: -webkit-match-parent;
    }

.slick-dots li button::before {
    font-family: fontawesome;
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: 0.25;
    color: darkslategray;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button {
   font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.navbar {
    background-color:  rgba(0, 0, 0, 0.5);
}
.navbar ul{
    list-style: none;
    font-weight: 600;
	margin-bottom:0;
}

.navbar ul li{
    display: inline-block;
	padding:20px 0;
}

.navbar ul li:hover{
    background-color:  rgba(0, 0, 0, 0.5);
}

.navbar ul li a{
    color: white;
    font-size: 1.5rem;
	padding:20px 20px;
	 text-decoration: none;
}

.navbar ul li a:hover{
    font-size: 1.5rem;
    text-decoration: none;

}

.site-header{
    position: relative;
    overflow: hidden;
}

.site-header .transparent{
    position: absolute;
    bottom: 40%;
    text-align: center;
    width: 100%;
    z-index: 3000;
    
}
.site-header .transparent h1{
    font-size: 5rem;
    color:#e2e2e2;
} 

.post-meta{
    font-weight:bold;
}


.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left h4{
	color:#fff;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center .address{
    width:200px;

}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-distributed .footer-support{
	font-weight: 200;
	color:#fff;
}
.footer-distributed .footer-bmaa img{
	width:300px;
	margin-bottom:20px;
}

.widget{
	position: relative;
	overflow: hidden;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

    .footer-distributed .footer-center i.fa-map-marker{
        display: none;
    }
}

.panel .table>thead>tr>th, .panel .table>tbody>tr>th, .panel .table>tfoot>tr>th, .panel .table>thead>tr>td, .panel .table>tbody>tr>td, .panel .table>tfoot>tr>td {
	border:none !important;
}

.js .home .panel, .js .latest-news{
	opacity: 0;
}

.no-js .home .panel, .no-js .latest-news{
	opacity: 1;
}

.panel-heading{
	background: none !important;
	border:none !important;
}

.panel-heading h3{
	font-size:32px;
}

.home-title{
	display: inline-block;
}

.home-rss{
	padding-top: 40px;
		display: inline-block;
}

.news .page-header h1{
	display:inline-block;
}

.news .page-header #rss-wrapper{
	padding-top:40px;
	float:right;
}

.news .news-summary{
	display: none;
}

.js .image-gallery .thumbnail{
	display: none;
}

