body {
	font-family: 'Roboto', sans-serIf;
	font-size: 16px;
	line-height: 1.5em;

	padding-top: 25px;
	letter-spacing: 0.02em;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff url('img/large_background.jpg') center center no-repeat;
	background-position: fixed;
	background-size: cover;
}

@media screen and (max-width: 1023px) {
	.background {
		background: #fff;
	}
}

.page-title {
	background-position: center center;
}

p {
	line-height: 1.2em;
}

.ph-calendar-date.booking-full {
	background: #ff0000;
}

.main-box .outer-container {
}
.main-header .main-box .logo-box {
	position: relative;
	width: 100%;
	text-align: center;
}
.main-menu {
}
.main-header .main-box .logo-box .logo {
	display: inline-block;
}
.logo img {
	width: 300px;
	display: inline-block;
	height: auto;
}
@media screen and (max-width: 1100px) {
	max-width: 500px;
}
@media only screen and (max-width: 1023px) {
	.header-style-two {
		background: none;
	}
}

.main-footer {
	margin-top: 15px;
}
.main-footer .auto-container {
}
.kc_col_container {
	padding: 25px 0;
}

.header-style-two .main-menu .navigation > li > a {
	padding: 20px 15px;
	text-transform: uppercase;
}

.kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
	margin-left: 0;
	margin-right: 0;
}

.kc_row.kc_row_inner {
	width: 100%;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
}
.main-header .main-box {
	transition: background-color 0.5s ease;
	background-color: none;
}
body.scrolled-header .main-header .main-box {
	transition: background-color 0.5s ease;
	background-color: rgba(255,255,255,0.95);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
body.scrolled-header .logo-box {
	margin-top: 0px;
}
body.scrolled-header .logo-box .logo img {
	width: auto;
	height: 80px;
}

.main-footer {
	background: #245985;
}
.main-footer .footer-bottom {
	background: #245985;
}

.services-section-two {
	width: 100%;
	position: relative;
	text-align: center;
}
.services-section-two .inner-container {
	display: flex;
	flex-wrap: nowrap;	
	justify-content: center;
}
.services-block-two {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 15px;
}
@media screen and (max-width: 1140px) {
	.services-section-two {
		padding: 0 0 5px;
	}
	.services-section-two .inner-container {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.services-section-two {
		padding: 30px 0 0 0;
	}
	.services-section-two .inner-container {
		flex-wrap: wrap;
		margin-top: 0px;
	}
	.services-block-two  {
		float: none;
		width: 80vw;
		margin: 0 auto 15px auto;
	}	
}
.services-block-two .inner-box .lower-box {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.services-block-two .inner-box .lower-box h3 { 
	color: #fff;
	text-shadow: 0 0 5px #000;
	transition: text-shadow 0.25s ease;
}
.services-block-two .inner-box:hover .lower-box h3 { 
	text-shadow: none;
}
.center-video {
	text-align: center;
}
.center-video video {
	display: inline-block;
}
.product-text .kc-container {
	padding-left: 0;
	padding-right: 30px;
}

.kc-row-container.kc-container .kc-wrap-columns {
	width: 100%;
}

/* lang switcher */

.lang-switch {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1000;
}
.lang-switch ul {
	display: block;
	padding: 0;
	margin: 0;
}
.lang-switch li {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}
.lang-switch li:last-child {
	margin-right: 0;
}

/* contact form */

span.wpcf7-list-item  {
	display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
	background: #eeeeee;
	padding: 3px 10px;
}
.wpcf7-form input[type=submit] {
	padding: 3px 10px;
	font-weight: bold;
}
.wpcf7-form label.fixed {
	width: 165px;
}

/* products */

div.item-price {
	display: none;
}

.post-share-options {
	display: none;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
}

.ph-calendar-month, .booking-info-wraper {
	background: #325881;
}
.ph-calendar-days li, .ph-calendar-weekdays li {
	color: #000;
}
.ph-calendar-date.booking-full {
	padding: 0;
}
.selected-date {
	 border: 0px;
}
.timepicker-selected-date {
	border: 0px;
}
.woocommerce button.button,  {
	background: #325881;
}
.woocommerce button.button.alt, .woocommerce a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #place_order {
	background: #325881;
	color: #fff;
}
.woocommerce button.button.alt:hover, .woocommerce a.button:hover, .woocommerce #place_order:hover {
	background: #76a3eb;
}
.woocommerce button.button.alt.disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
	background: #eeeeee;
	color: #fff;
}
.woocommerce button.button.alt.disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
	background: #eeeeee;
	color: #fff;
}
.woocommerce .woocommerce-message::before {
	color: #76a3eb;
	
}
.woocommerce-cart td.product-thumbnail, .woocommerce-cart th.product-thumbnail  {
    display: none;
}
@media (max-width: 767px){
    .woocommerce .cart.shop_table .product-name {
        display: block !important;
    }
}

/* header cart */

.main-box .auto-container .outer-container {
	position: relative;
}


.main-footer p {
	color: #fff !important;
}
.main-footer .footer-title h2 {
	color: #fff !important;
}

section.kc_row .kc-container {
	background: rgba(255, 255, 255, 0.9);
	padding: 35px 25px;
	overflow: hidden;
}

ul {
}
ul li {
	list-style: disc;
	margin-left: 2em;
}

h1 {
	margin-bottom: 0;
	text-align: center;
}
h2 {
	margin: 30px 0 15px;
}
h1 {
	margin-top: 25px;
	letter-spacing: 0.1em;
}
h1 .subtitle {
	font-size: 24px;
	font-weight: 600;
}
h1 .powered-by {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.page-wrapper {
}
.logo-box {
	margin-top: 50px;
}
.logo-box .logo img {
	width: 300px;
	height: auto;
}
.kc-css-896873 {
	text-align: center;
}

.menu-primary-menu-container {
	
}
.menu-primary-menu-container ul {
	list-style: none;
	display: block;
	text-align: center;
}
.menu-primary-menu-container ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	margin: 0 10px;
}
.menu-primary-menu-container ul li a:hover {
	text-decoration: none;
	color: #636363;
}



.rrp-star {
	position: absolute;
	left: 75%;
	top: 50px;
	width: 150px;
	height: 150px;
	background: url('img/star.svg') center center no-repeat;
	background-size: 150px 150px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 0 0 5px;
	transform: rotate(15deg);

}
@media screen and (max-width: 1023px) {
	.rrp-star {
		width: 75px;
		height: 75px;
		top: 20px;
		left: auto;
		right: 5%;
		background-size: 75px 75px;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 0 0;
	}
}

.specs p {
	margin-top: 2em;
}