@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;600&display=swap');
:root {
--yellow: rgb(247 148 29);
var-yellow: rgb(247 148 29);
	--ltgrey: rgb(147 147 147);
var-ltgrey: rgb(147 147 147);
	--bggrey:#A1A1A1;
	var-bggrey: #A1A1A1;
	--bggrey:#A1A1A1;
	var-dkgrey:#4e4e4e;
	--dkgrey:#4e4e4e;
}
html {
	scroll-behaviour:smooth;
}
body {
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:0px;line-height:150%;
	overflow-x: clip;
}
#outWrapper {
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

#homepage #banner .bContent {
	position: absolute;
    color: #fff;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 5px 5px 10px rgb(0 0 0 / 80%);
}
	#banner .mod-custom {
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#homepage #banner .mod-custom {
	    position: relative;
    margin-bottom: -6px;
	height:auto;
}
#homepage .siteBody {
	display:none;
}
.imageWrap img {
	margin-bottom:10px;
	float:left;
	width:100%;
	height:auto;
}
.suggestions hr {
	margin: 60px 0px 20px 0px;
}
.imageWrap {
	margin-top: 75px;
}

.footer {
	background-color:var(--dkgrey);
	display:block;
	margin:0px;
	padding:40px 0px;
	width:100%;
	min-height:300px;
}
.siteBody, .availability {
	width: 100%;
    padding: 120px;
    max-width: 1400px;
    margin: auto;
}
.footerTitle .mod-custom {
	display: block;
    width: 100%;
        padding: 20px 120px 10px 120px;
    border-bottom: solid 2px var(--yellow) !important;
    float: left;
}
.testimonials {
	background-color: var(--bs-green);
    padding: 60px;
    border-radius: 30px;
    position: relative;
    margin: 0px;
    color: #fff;
    background-image: url(/images/speech-bg.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: top center;
}
.footerRight {
	display: flex;
    justify-content: flex-end;
}
.fWrapper {
	padding: 20px 120px 20px 120px;
}
.footerCentre, .footerCredits {
	color:#ffffff;
}
.footerCredits p {
	font-size:12px;
}
.bContent .yButton {
	padding: 20px;
    border-radius: 50%;
    background-color: var(--yellow);
    height: 100px;
    width: 100px;
    display: flex;
    text-decoration: none;
	position:relative;
	margin: 100px auto 0px auto;
	opacity:1;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.bContent .yButton:hover, .bContent a.wfpopup:hover {
	opacity:.7;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.bContent a.wfpopup {
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
  font-family: FontAwesome;
  src: url(/font-awesome/fontawesome-webfont.eot?v=4.3.0);
  src: url(/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(/font-awesome/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(/font-awesome/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(/font-awesome/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0)
}
.fa-play:before {
    color: #fff;
    text-decoration: none !important;
    font-style: normal;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-40%, -50%);
	font-family: FontAwesome;
	font-size: 58px;
	text-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
#btnjQ3_0, #btnjQ3_1 {
	position: relative;
background-image: url("/images/icon-calender.png");
background-size: 60%;
background-repeat: no-repeat;
background-position: center;
	border-color: #565e64;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color:#00000012;
    border-color: #565e64;
}

.tCentre {
	width:70%;
	text-align:center;
	color:#ffffff;
}
.tRight {
	color: #ffffff;
    text-decoration: none;
    font-size: 18px;
	width:15%;
	padding-right: 150px;
	    padding-top: 6px;
}
.tRight hr {
	border: solid 1px var(--yellow);
    opacity: 1;
    margin: 0px 0px 5px 0px;
}
.tRight a {
	color:#ffffff;
	text-decoration:none;
}
.tRight a:hover {
	color: var(--yellow);
	text-decoration:none;
}
.tRight img {
	height:28px;
}
.tRight p {
	font-size:22px;
	line-height:100%;
}
.moBile, .mobile {
		display:none !important;
	}
a.pdf-download {
	position:relative;
	padding-left:32px;
}
a.pdf-download:before {
	content:"";
	position:absolute;
	left:0px;
	width:25px;
	height:25px;
	background-image:url("/images/pdf-download.png");
	background-size:100%;
	background-repeat:no-repeat;
}
.anchor {
	width:100%;
	height:2px;
	float:left;
}

@media(max-width:1200px) {
	.tRight {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    width: 15%;
    padding-right: 10px;
}
}
@media(max-width:991px) {
		#banner .mod-custom {
    height: 200px;
}
	#homepage #banner .bContent {
    top: 210px;
		height:auto;
}
	.bContent .yButton {
    padding: 20px;
    border-radius: 50%;
    background-color: var(--yellow);
    height: 60px;
    width: 60px;
    display: flex;
    text-decoration: none;
    position: relative;
    margin: 30px auto 0px auto;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
	.footerCentre, .footerCredits {
    padding-top: 40px;
}
	.footerRight {
    display: flex;
    justify-content: center;
		padding-top: 40px;
}
	.fa-play:before {
    font-size: 32px;
}
	.tRight {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    padding-right: 0px;
}
	.deskTop {
	display:none;
}
	.moBile {
		display:block;
	}
	.siteBody {
    padding: 120px 10px;
}
	.moBile, .mobile {
		display:block !important;
	}
div.rentalot_inner {
    width: 80%;
}
	table.rentalot {
    width: 100%;
}

}
@media(max-width:767px) {
	#homepage #banner .bContent {
    top: 50%;
}
	/*#banner .mod-custom {
    height: 400px;
}*/
	.siteBody {
    padding: 80px 10px 120px 10px;
}
	
}
/*****************************************************************TYPE******************************************************************************/
#homepage #banner .bContent h2 {
	font-size: 6vw;
    font-weight: 300;
}
#homepage #banner .bContent p {
	font-size: 2.1vw;
}
#homepage #banner .bContent .vPlay {
	font-size: 20px;
}
.tCentre h2 {
	margin-bottom:0px;
	margin-top:5px;
}
a {
	color: var(--bs-red);
	text-decoration:none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
a:hover, a:focus {
	color:var(--ltgrey);
	text-decoration:none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
p {
	line-height:150%;
}
.siteBody h1, .siteBody .h1, .siteBody h2, .siteBody .h2, .siteBody h3, .siteBody .h3, .siteBody h4, .siteBody .h4, .siteBody h5, .siteBody .h5, .siteBody h6, .siteBody .h6 {
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
h3.fTitleLeft {
	float:left;
	color:var(--yellow);
	font-size:22px;
}
h3.fTitleRight {
	float:right;
	color:var(--yellow);
	font-size:22px;
}
p.icon {
	position: relative;
    padding-left: 72px;
    margin: 30px 0px;
}
p.no-smoking:before {
	content:"";
	position:absolute;
	background-image:url("/images/icon-no-smoking.png");
	background-position:center center;
	height:64px;
	width:64px;
	left:0px;
	top:-5px;
}
p.no-dogs:before {
	content:"";
	position:absolute;
	background-image:url("/images/icon-no-dogs.png");
	background-position:center center;
	height:64px;
	width:64px;
	left:0px;
	top:-5px;
}
.com-content-article__body ul {
	list-style:none;
	margin-bottom:40px;
}
.com-content-article__body ul li {
	position:relative;
	padding-left: 50px;
	margin-bottom:20px;
}
.com-content-article__body ul li:before {
	content:"";
	position:absolute;
	width:32px;
	height:32px;
	background-image:url("/images/icon-tick.png");
	background-size:100%;
	background-position:center center;
	left:0px;
	top:-3px;
}
#tandcs .com-content-article__body ul {
	list-style:disc;
}
#tandcs .com-content-article__body ul li {
	position:relative;
	padding-left: 0px;
}
#tandcs .com-content-article__body ul li:before {
	display:none;
}
/************************************************************Panels******************************************************************************/
.pLeft, .pRight {
	width:50%;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	min-height:600px;
}
.imageLeft, .imageRight {
	border-bottom: 1px solid var(--yellow);
    display: flex;
    border-top: 1px solid var(--yellow);
	width:100%;
	max-width:100%;
}
.bottom .imageLeft, .bottom .imageRight {
	border-top: 2px solid var(--yellow);
	display:flex;
}
.imageLeft .pLeft img {
	position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80%;
	width:auto;
	z-index:20;
}
.imageRight .pRight img {
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: 80%;
	width:auto;
	z-index:20;
}
.imageLeft .pLeft .yBlock {
	width:80%;
	height:80%;
	position:absolute;
	left:0px;
	top:0px;
	background-color: var(--yellow);
	z-index:10;
}
.imageRight .pRight img, .imageRight .pRight img {
	max-width:80%;
}
.imageRight .pRight .yBlock {
	width:80%;
	height:80%;
	position:absolute;
	right:0px;
	top:0px;
	background-color: var(--yellow);
	z-index:10;
}
.imageLeft .mod-custom, .imageRight .mod-custom {
	width:100%;
}
.pContent {
	width: 60%;
    display: block;
    margin: 90px auto 0px auto;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #000000;
    background-color: var(--yellow);
}.btn-primary:hover {
    color: #000000;
	background-color: var(--yellow);
	filter: grayscale(1);
}
.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-radius: 0rem;
}
.statement a {
	color:#ffffff !important;
}
@media(max-width:991px) {
	.pLeft, .pRight {
    width: 100%;
		min-height: 400px;
}
	.pContent {
    width: 85%;
}
	h3.fTitleLeft {
    float: none;
    text-align: center;
}
}
@media(max-width:767px) {
	.imageLeft .pLeft img, .imageRight .pRight img {
    height: auto;
	width:85%;
}
}

/**************************************************************NAVIGATION***************************************************************************/
button.nav-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0,0,0,.0);
    border: none;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translate(0%,-50%);
	color:#fff;
	opacity:1;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
button.nav-button:before {
    content: "\f0c9";
    display: inline-block;
    font-size: 42px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--yellow);
	    padding-right: 10px;
	opacity:1;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
button.nav-button:hover, button.nav-button:hover {
	opacity:.5;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
header {
	position: absolute;
    height: 80px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    border-bottom: 1px solid var(--yellow);
	display:flex;
	background-color:#878787;
	-webkit-box-shadow: 0 20px 20px 1px rgba(0,0,0,.3);
box-shadow: 0 20px 20px 1px rgba(0,0,0,.3);
}
iframe header, .iframe header {
	display:none;
}
header.withBanner  {
	background:transparent;
	-webkit-box-shadow: 0 20px 20px 1px rgba(0,0,0,0);
box-shadow: 0 20px 20px 1px rgba(0,0,0,0);
}
#navWrap {
	width:15%
}
#mod-custom113 {
	width:184px;
	float:right;
}
.vPlay {
	font-size:16px;
}
.pContent h2 {
	padding-bottom:40px;
	position:relative;
	z-index:20;
}
.pContent h2:after {
	content:"";
	height:40px;
	width:30%;
	position:absolute;
	left:-20px;
	top:-20px;
	background-color: var(--yellow);
	z-index: -1;
	
}
.nav-dropdown.down {
    left: 0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nav-dropdown {
    position: absolute;
    width: 250px;
    min-height: 200px;
    z-index: 1000;
    background-color: rgba(0,0,0,.2);
    top: 150px;
    left: -350px;
    padding: 20px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nav-dropdown.down {
    left: 0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nav-dropdown {
    position: absolute;
    width: 350px;
    min-height: 200px;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    top: 150px;
    left: -350px;
    padding: 20px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
ul.navbar-nav li a, ul.navbar-nav li span {
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 8px 12px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.footer ul.navbar-nav li a, ul.navbar-nav li span {
    color: rgba(255,255,255,1);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 8px 12px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
ul.navbar-nav li a:before, ul.navbar-nav li span:before {
    content: "";
    width: 4px;
    height: 18px;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 9px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 0 5px 2px rgb(255 255 255, 0);
    box-shadow: 0 0 5px 2px rgb(255 255 255,0);
}
.footer ul.navbar-nav li a:before, ul.navbar-nav li span:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 9px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 0 5px 2px rgb(255 255 255, 0);
    box-shadow: 0 0 5px 2px rgb(255 255 255,0);
}
ul.navbar-nav li a:hover, ul.nav-link li a:focus, ul.navbar-nav li span:hover, ul.nav-link li span:focus {
    color: rgb(255 255 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
ul.navbar-nav li a:hover:before, ul.navbar-nav li a:focus:before, ul.navbar-nav li span:hover:before, ul.navbar-nav li span:focus:before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 0 5px 2px rgb(255 255 255);
    box-shadow: 0 0 5px 2px rgb(255 255 255 / 0%);
}
.formError {
    font-size: 14px !important;
}
@media(max-width:1200px) {
	button.nav-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0,0,0,.0);
    border: none;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%,-50%);
    color: #fff;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
	
}
@media(max-width:991px) {
	header {
    position: absolute;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    border-bottom: 1px solid var(--yellow);
    flex-direction: column;
    align-items: center;
    background-color: #878787;
    -webkit-box-shadow: 0 20px 20px 1px rgb(0 0 0 / 30%);
    box-shadow: 0 20px 20px 1px rgb(0 0 0 / 30%);
}
	header.withBanner {
    background: rgba(0,0,0, .5);
    -webkit-box-shadow: 0 20px 20px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 20px 20px 1px rgb(0 0 0 / 0%);
}
	#mod-custom113 {
    width: 184px;
    float: none;
    margin: auto;
}
	header {
		position:relative;
	}
	.navbar-nav {
    margin: auto;
    text-align: center;
}
}
@media(max-width:767px) {
	
}
	
	
/****************************************************************TESTIMONIALS**********************************************************/
.ruxin_testimonials_slider .pic, .ruxin_testimonials_slider .post {
	display:none;
}
.theme3 .testimonial .testimonial-title {
    font-size: 20px;
    color: var(--dkgrey);
    text-transform: capitalize;
    display: inline-block;
}
.theme3 .testimonial .description {
    font-size: 24px;
    color: #555;
    line-height: 150%;
}
.ruxin_testimonials_slider .testimonial {
	position:relative;
}
.ruxin_testimonials_slider .testimonial:before {
	position:absolute;
	content:"";
	background-image: url("/images/speechmarks-opening.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	width:5vw;
	height:5vw;
	z-index:-1;
	opacity:.2;
}
.ruxin_testimonials_slider .testimonial:after {
	position:absolute;
	content:"";
	background-image: url("/images/speechmarks-closing.png");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	width:5vw;
	height:5vw;
	z-index:-1;
	opacity: .2;
    right: -80px;
    top: 0px;
}
@media(max-width:991px) {
		.theme3 .testimonial .testimonial-content {
    padding: 70px;
    margin-left: 30px;
}
	.ruxin_testimonials_slider .testimonial:after {
    height: 8vw;
		width: 8vw;
    right: 10px;
		top: 30px;
}
	.ruxin_testimonials_slider .testimonial:before {
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 30px;
}
}

/**************************************************************AVAILABILITY***************************************************************************/
.availability table {
	width:100%;
}
.availability .col-lg-2 {
	padding:0px 2px 2px 0px;
}
td.Datesheading, td.heading {
	background-color:var(--yellow);
	color:#000;
}
.DatesAvailable {
	background-color:#9DFFAC;
	color:#000;
}
.DatesBooked {
	background-color:#FFDDDE;
	color:#000;
}
.moduletable.availability {
	padding: 0px 60px 20px 60px;
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
}
#frontend-bcfj .legend, #frontend-module-bcfj .legend {
    column-count: 3;
}
.date-text[style="background-color:#b76400"]{
	color:#ffffff;
	position:relative;
}

@media(max-width:1199px) {
	.moduletable.availability {
	padding: 0px 20px 100px 20px;
    width: 100%;
    max-width: 100%;
}
	.bcfj-calendar, #bcfj-calendar-131, .bcfjgroupavailability {
		max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
	}
}
@media(max-width:991px) {
	.bcfj-calendar, #bcfj-calendar-131, .bcfjgroupavailability {
		max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 676px;;
	}
}
@media(max-width:676px) {
	.bcfj-calendar, #bcfj-calendar-131, .bcfjgroupavailability {
		max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
	}
}
