/* Import Bootstrap 3 grid */
/* @import "bs3-grid.css"; */

/***********/
/* General */
/***********/
.cf:before,.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

.lblBlock
, .rsform-block-luxury-level .lblBlock::before
, .rsform-block-luxury-level .lblBlock::after
{
	-webkit-transition: all 175ms;
	-moz-transition: all 175ms;
	-ms-transition: all 175ms;
	-o-transition: all 175ms;
	transition: all 175ms;
}

/* Vertical center */
.vCenter {
	display: table;
	width: 100%;
}
.vCenter .inner {
	display: table-cell;
	vertical-align: middle;
}

/* RSFroms - Booking Form */
.rsform.custom-padding {
	background-position: 50% 0;
}
#bookingForm {
    margin: 0 auto;
}

#bookingForm .rsform-block-luxury-level .formControls .form-check {
	padding-left: 0;
	margin-right: 0;
}
.rsform-block-luxury-level .form-check + .form-check {
	/* margin-left: 10%; */
}

.rsform-block-luxury-level input {
	display: none;
}

.rsform-block-luxury-level > .formControls {
	display: flex;
	justify-content: space-between;
}
.rsform-block-luxury-level > .formControls > div:last-child {
	display: none !important;
}

.lblBlock {

    display: block;
	position: relative;
	font-family: MedusaGothic;
	background: #3c5b5d;
	border: 1px solid #3c5b5d;
	color: #fff;
	padding: 8px 10px 3px;
	text-align: center;
	margin-bottom: 25px;

	cursor: pointer;
	/*
	width: 145px;
	height: 125px;
	*/

	width: 145px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.lblBlock:hover, .rsform-block-luxury-level input:checked + .lblBlock:hover::before {
	box-shadow: 0 0 5px #3c5b5d;
	border-color: #fff;
}
.rsform-block-luxury-level .lblBlock::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #3c5b5d;
	border: 1px solid #fff;

	position: absolute;
	left: 50%;
	top: -5px;
	transform: translate(-50%,-60%);
	border-radius: 50%;
}
.rsform-block-luxury-level .lblBlock::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900; /* Important */

	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%);
}

.rsform-block-luxury-level .lblBlock::before,
.rsform-block-luxury-level .lblBlock::after {
	opacity: 0;
}
.rsform-block-luxury-level input:checked + .lblBlock::before,
.rsform-block-luxury-level input:checked + .lblBlock::after {
	opacity: 1;
}

.lx-title {
    font-size: 16px;
    letter-spacing: 0.7px;
}

.lx-desc  {
	font-family: Calibri;
	font-size: 14px;
	line-height: 1em;
	margin-top: 7px;
	height: 41px;
	margin-bottom: 1px;
}
.lx-price {
    font-size: 14px;
    font-weight: bold;
}
.lx-pricedesc {
    font-size: 11px;
    line-height: 1.2;
}
.lx-desc .vCenter {
	height: 100%;
}

.lx-title, .lx-desc {
	position: relative;
}
.lx-pricedesc, .lx-desc {
	opacity: 0.7;
}
.lx-title::after, .lx-desc::after {
	content: "";
	display: block;
	height: 1px;

	position: absolute;
	top: auto;
	right: 32px;
	bottom: -2px;
	left: 32px;

	background: #fff;
}

.lx-desc::after {
	left: 0;
	right: 0;
}

/* START Booking Form wrapper GRID */
.formWrap > div {
	float: left;
}
.formWrap .lCol {
    width: 18%;
}
.formWrap .rCol {
    width: 54%;
	margin-left: 5%;
}
/* END Booking Form wrapper GRID */

/* RS From error on input text field - padding for Error icon */
.rsform-input-box[type="text"].is-invalid {
    padding-right: 38px !important;
}

#bookingForm .form-check {
	padding-left: 25px;
}
#bookingForm .form-check.form-check-inline {
	margin-right: 25px;
}
#bookingForm .form-check + .form-check:not(.form-check-inline) {
	margin-top: 5px;
}
#bookingForm .rsFormDesc {
	margin-left: 25px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.2em;
}
.at {
	font-family: Calibri;
	/* Footer E-mail's */
	position: relative;
	top: -2px;
}

.moduletable.copyrght {
    margin-top: 60px;
}

.item-200 .k2-top a[href*="@"] {
    /* color: #464a4a; */
    color: #cccccc;
}
.item-200 .k2-top a[href*="@"]:hover {
    color: #fff;
}
.item-200 .k2-middle {
	display: block;
}
.item-200 .k2-middle-block {
	max-width: 884px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.item-200 .k2-middle-block p:last-child {
	margin-bottom: 0;
}
.mod-icons-grid-swiper {
	position: relative;
}
.mod-icons-grid-swiper .swiper-button-prev {
	transform: translateX(-150%);
}
.mod-icons-grid-swiper .swiper-button-next {
	transform: translateX(150%);
}

.mod-icons-text p {
	margin-bottom: 0;
}
.mod-icons-text p + p {
	margin-bottom: 1.5rem;
}
@media (min-width: 992px){
	.mod-intro ul, .mod-intro ol {
		padding-left: 10%;
	}
}
@media (min-width: 1200px){
	.mod-intro ul, .mod-intro ol {
		padding-left: 15%;
	}
}

.top-social > *:first-child {
	margin-left: -10px;
}
.mg45 {
	font-size: 45px;
	font-family: 'MedusaGothic';
	letter-spacing: 7px;
	line-height: 1.3;
}