@charset "UTF-8";
/* CSS Document */

/* ================ BXSLIDER START ================ */
.bxslider-home-con { /* Main div containing sliders, allow bxslider css customising */
	width: 600px;
	margin-bottom: 15px;
}
.bxslider-ss { /* Needed for bxsilder to initiate */
	height: 338px;
}
ul.bxslider-ss { /* Reset for images to fit bxslider */
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ================ BXSLIDER END ================ */



/* ================ MASONRY START ================ */
#content, #content_restaurants, #content_banquet, #content_weddings {
	width: 610x; /* extra 15x to accommodate for right spacing of last image*/
	margin: 0 auto;
}
.item {
	display: block;
	float: left;
	width: 190px; /* [script.js] columnWidth: 190 + 10 (space between) */
	margin-bottom: 10px;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}
.item img {
	width: 190px;
	height: auto;
}
/* ================ MASONRY END ================ */



/* ================ PRETTYPHOTO START ================ */
.tlgcr_main {
	margin: 0 auto;
	width: 600px;
	margin-top: 15px;
}
div.tlgcr_main ul li { 
	display: inline;
}
.os-image {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
.rs-image {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 2px;
}
.pp_social { /* Hide social media */
	display: none;
}
/* ================ PRETTYPHOTO END ================ */



/* ================ TABIFY START ================ */
.menu { 
	padding: 0;
	margin: 5px 0 0 -5px;
	font-size: 14px;
	font-weight: 400;
}
.menu li { 
	display: inline-block;
	border-right: 1px solid #999;
}
.menu li:last-of-type {
	border: 0;
}
.menu li a { 
	padding: 0 5px;
	float:left;
	text-decoration: none;
	color: #999;
}
.menu li.active a {
	color: #000;
}
.content { 
	margin: 25px 0 0 0;
	width: 600px;
}
/* ================ TABIFY END ================ */



/* ================ FROALA EDITOR START ================ */
img.fr-fin.fr-tag {
	max-width: 600px; /* Limit width of text editor image */
}
/* ================ FROALA EDITOR END ================ */