@font-face {
  font-family: "VisbyCF light";
  src: url("fonts/VisbyCF-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "VisbyCF light";
  src: url("fonts/VisbyCF-LightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "VisbyCF";
  src: url("fonts/VisbyCF-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VisbyCF";
  src: url("fonts/VisbyCF-RegularOblique.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "VisbyCF light";
  src: url("fonts/VisbyCF-Bold.otf") format("opentype");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "VisbyCF light";
  src: url("fonts/VisbyCF-BoldOblique.otf") format("opentype");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: "VisbyCF bold";
  src: url("fonts/VisbyCF-Bold.otf") format("opentype");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "VisbyCF bold";
  src: url("fonts/VisbyCF-BoldOblique.otf") format("opentype");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: "Alexandroupoli";
  src: url("fonts/Alexandroupoli.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
	background-color: #22294b;
	color: #fbfbff;
	font-family: 'VisbyCF light', sans-serif;
}

h1 {
	font-family: 'Playfair Display', serif;
}

a,
a:hover {
	color: #fe60aa;
}

.iti__country-name,
.iti__dial-code {
	color: #29293b;
  font-weight: 300;
  font-size: 14px;
}

#header-logo {
	background-image: url('../images/logo_color.png');
	background-repeat: no-repeat;
	background-position: 2.5em center;
	background-size: 12em;
	height: 6em;
	width: 100%;
	display: block;
}

.main-menu-wrap {
	background-color: #22294b;
	position: fixed;
	z-index: 1000;
	right: 0;
	left: 0;
	top: 0;
	transition: all .2s ease 0s;
}

.main-menu-wrap.sticky {
	position: fixed;
	box-shadow: 0 8px 20px -1px rgba(0,0,0,.48);
}

#main-menu {
	float: right;
}

#main-menu a.menu-item {
	height: 6em;
	line-height: 6em;
	display: inline-block;
	min-width: 8em;
	padding: 0 1em;
	color: #fbfbff;
	text-align: center;
	border-bottom: 4px solid transparent;
	text-decoration: none;
	transition: border .25s ease-in-out, color .25s ease-in-out;
}

#main-menu a.menu-item:hover,
#main-menu a.menu-item.active {
	border-color: #fe60aa;
	color: #fe60aa;
	font-weight: 700;
}

#main-menu a.get-in-touch,
.main-cta-btn {
	display: inline-block;
	min-width: 8em;
	padding: 0 1em;
	color: #fbfbff;
	text-align: center;
	text-decoration: none;
	background-color: #fe60aa;
	height: 3em;
	line-height: 3em;
	border-radius: 25px;
	transition: all .25s ease-in-out;
	margin-right: 4em;
}

#main-menu a.get-in-touch:hover,
.main-cta-btn:hover,
.secondary-cta-btn:hover {
	background-color: #fbfbff;
	color: #fe60aa;
	text-decoration: none;
}

#main-menu div.language-switcher{
	display: inline-block;
}

#main-menu div.language-switcher button{
	background: none !important;
	border: none !important;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon:before {
 	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.flag-icon-cz {
	background-image: url(../images/flags/cz.svg);
}
.flag-icon-de {
	background-image: url(../images/flags/de.svg);
}
.flag-icon-es {
	background-image: url(../images/flags/es.svg);
}
.flag-icon-fr {
	background-image: url(../images/flags/fr.svg);
}
.flag-icon-en {
	background-image: url(../images/flags/en.svg);
}
.flag-icon-hr {
	background-image: url(../images/flags/hr.svg);
}
.flag-icon-it {
	background-image: url(../images/flags/it.svg);
}
.flag-icon-nl {
	background-image: url(../images/flags/nl.svg);
}
.flag-icon-ru {
	background-image: url(../images/flags/ru.svg);
}
.flag-icon-sl {
	background-image: url(../images/flags/sl.svg);
}
.flag-icon-sk {
	background-image: url(../images/flags/sk.svg);
}

.secondary-cta-btn {
	display: inline-block;
	min-width: 8em;
	padding: 0 1em;
	color: #fbfbff;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #fbfbff;
	height: 3em;
	line-height: 3em;
	border-radius: 25px;
	transition: all .25s ease-in-out;
	margin-right: 4em;
}

#footer {
	background-color: #22294b;
}

#footer #footer-logo {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12em;
	height: 6em;
	width: 14em;
	display: block;
	margin-left: 4em;
	margin-top: 4em;
	position: relative;
}

#footer #footer-logo::after {
	content: " ";
	width: 5em;
	height: 2px;
	background-color: #fe60aa;
	display: inline-block;
	position: absolute;
	right: -6em;
	top: 50%;
}

#footer h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1em;
	color: #fbfbff;
	margin-top: 4em;
}

#footer a {
	color: #fe60aa;
	font-size: .8em;
	text-decoration: none;
	font-weight: 300;
}

#footer span {
	color: #fbfbff;
	font-size: .8em;
	font-weight: 300;
	display: inline-block;
}

#footer span.footer-logo-text {
	padding-left: 4.5em;
}

#footer div.footer_images {
	margin-top: 4em;
}

#footer div.footer_images img {
	width:100px;
	margin: 1em;
}

#footer div.footer_images_big {
	margin-top: 4em;
}

#footer div.footer_images_big img {
	width:180px;
	margin: 1em;
}

#footer .footer-spacer {
	width: 94%;
	height: 1px;
	background-color: #fbfbff;
	margin: 4em 0;
	margin-left: 3em;
	opacity: .5;
}

#footer span.footer-copyright {
	margin-bottom: 4em;
	display: block;
}

.hidden-cta-btn {
	color: #fe60aa;
	font-weight: 700;
	opacity: 0;
	transition: all .25s ease-in-out;
}

.main-cta-btn i,
.hidden-cta-btn i {
	padding-left: .5em;
}

.menu_button {
	position: fixed;
	top: 2em;
	right: 2em;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 10002;
	transition: opacity 0.25s ease;
	display: none;
}

.menu_button:hover {
	opacity: 0.7;
}

.menu_button.active .top {
	transform: translateY(10px) translateX(0) rotate(45deg);
	background: #fbfbff;
}

.menu_button.active .middle {
	opacity: 0;
	background: #fbfbff;
}

.menu_button.active .bottom {
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #fbfbff;
}

.menu_button span {
	background: #fbfbff;
	border: none;
	border-radius: 8px;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
}

.menu_button span:nth-of-type(2) {
	top: 10px;
}

.menu_button span:nth-of-type(3) {
	top: 20px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, width 0.35s;
	z-index: 101;
}

.overlay:before {
	content: "";
	background-color: #22294b;
	opacity: .9;
	left: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	transition: left 0.35s ease;
}

.overlay:after {
	content: "";
	background-color: #22294b;
	opacity: .9;
	right: -55%;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	transition: all 0.35s ease;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.overlay.open:before {
	left: 0;
}

.overlay.open:after {
	right: 0;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.overlay nav {
	display: none;
	position: relative;
	height: 70%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2em;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-align: left;
	z-index: 100;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin-left: 1em;
	display: inline-block;
	position: relative;
	height: 100%;
	margin-top: 4em;
}

.overlay ul::before {
	content: " ";
	position: absolute;
	top: -8em;
	left: 0;
	height: 0;
	width: 2px;
	background-color: #fbfbff;
	z-index: 2;
	transition: height .25s ease-in-out;
}

.overlay.open ul::before {
	height: 8em;
}

.overlay ul li {
	display: block;
	height: 2em;
	position: relative;
	opacity: 0;
}

.overlay ul li a {
	display: inline-block;
	position: relative;
	color: #fbfbff;
	text-decoration: none;
	overflow: hidden;
	width: auto;
	padding-right: 4em;
}

.overlay ul li a:hover::after,
.overlay ul li a:focus::after,
.overlay ul li a:active::after,
.overlay ul li a.active::after {
	width: 3em;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active,
.overlay ul li a.active {
	color: #fe60aa;
}

.overlay ul li a::after {
	content: "";
	position: absolute;
	bottom: 35%;
	right: 0;
	width: 0%;
	height: 2px;
	background: #fe60aa;
	transition: 0.35s;
}

.overlay div.language-switcher{
	display: inline-block;
}

.overlay div.language-switcher button{
	background: none !important;
	border: none !important;
}

.overlay div.language-switcher .dropdown-menu a{
	color: #fe60aa;
}

.tab-nav {
	margin: 1em 0;
	width: 100%;
	float: left;
}

.tab-nav span {
	float: left;
	cursor: pointer;
	margin-right: 2em;
	transition: all .25s linear;
	border-bottom: 2px solid #fbfbff;
}

.tab-nav span.active {
	color: #fe60aa;
	font-weight: 700;
	border-color: #fe60aa;
}

.tab-content {
	display: none;
	float: left;
	width: 100%;
}

.tab-content.visible {
	display: block;
}

#get-in-touch {
	background-image: url('../images/get-in-touch-3-min.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 30em;
}

#get-in-touch .cover-white {
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .85;
}

#get-in-touch .content-box {
	padding: 4em;
}

#get-in-touch .content-box h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 2em;
	margin-bottom: .5em;
	color: #29293b;
	margin-top: 1em;
	display: inline-block;
	position: relative;
}

#get-in-touch .content-box h3::after {
	content: " ";
	width: 4em;
	height: 2px;
	background-color: #fe60aa;
	display: inline-block;
	position: absolute;
	left: 110%;
	top: 50%;
}

#get-in-touch .content-box h4 {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 1em;
	color: #29293b;
}

#get-in-touch .content-box form input,
#get-in-touch .content-box form textarea {
	border-radius: 5px;
	border: 1px solid #29293b;
	background-color: transparent;
	color: #29293b;
	width: 100%;
	padding: 0 1em;
}

#get-in-touch .content-box form input {
	height: 3.5em;
	line-height: 3.5em;
}

#get-in-touch .content-box form textarea {
	min-height: 10em;
	margin-top: 2em;
	padding: 1em;
	resize: none;
}

#get-in-touch .content-box form button {
	border: none;
	margin: 2em 0;
}

.modal {
	color: #29293b;
	text-align: center;
}

.modal .modal-dialog .modal-content {
	border-radius: 8px;
	padding: 1em;
}

.modal .modal-dialog .modal-content .modal-header {
	position: relative;
	border: none;
}

.modal .modal-dialog .modal-content .modal-header::after {
	left: 0;
	bottom: 0;
	width: 3em;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	content: " ";
}

.modal .modal-dialog .modal-content .modal-body {
	position: relative;
}

.modal .modal-dialog .modal-content .modal-body::before {
	left: 0;
	top: 0;
	width: 2px;
	height: 6em;
	background-color: #ccc;
	position: absolute;
	content: " ";
}

.modal .modal-dialog .modal-content .modal-body::after {
	right: 0;
	bottom: 0;
	width: 2px;
	height: 6em;
	background-color: #ccc;
	position: absolute;
	content: " ";
}

.modal .modal-dialog .modal-content .modal-body h1 {
	font-size: 2em;
	font-weight: 800;
	margin-top: .5em;
	margin-bottom: .5em;
}

.modal .modal-dialog .modal-content .modal-body p {
	margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 1.2em;
}

.modal .modal-dialog .modal-content .modal-footer {
	position: relative;
	border: none;
}

.modal .modal-dialog .modal-content .modal-footer::after {
	right: 0;
	top: 0;
	width: 3em;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	content: " ";
}

.modal .modal-dialog .modal-content .modal-footer button {
	border: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.modal-backdrop {
	background-color: #22294b;
}

.modal-backdrop.show {
	opacity: .85;
}

/*.daterangepicker {
	color: #ccc !important;
}*/

.form_error_msg {
	display: none;
	color: #dc3545;
}

.form_error_field {
	border-color: #dc3545 !important;
	color: #dc3545 !important;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@media screen and (max-width: 992px) {
	#header-logo {
		background-image: url('../images/logo_white.png');
		background-position: 15px;
		background-size: 10em;
	}

	#main-menu {
		display: none;
	}

	#footer {
		padding: 0 1.5em;
	}

	#footer #footer-logo {
		margin-left: -.5em;
		margin-top: 2em;
	}

	#footer #footer-logo::after {
		right: -6em;
	}

	#footer span.footer-logo-text {
		padding-left: 0em;
	}

	#footer .footer-spacer {
		margin: 2em 0;
		margin-left: 0;
		width: 100%;
	}

	#footer h3 {
		margin-top: 2em;
	}

	#footer span.footer-copyright {
		margin-bottom: 2em;
	}

	.overlay nav {
		display: block;
	}

	.menu_button {
		display: block;
	}

	#get-in-touch .content-box {
		padding: 2em;
	}

	#get-in-touch .content-box::after {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #fbfbff;
		opacity: .75;
		z-index: 1;
	}

	#get-in-touch .content-box>* {
		position: relative;
		z-index: 2;
	}

	#get-in-touch .content-box form input,
	#get-in-touch .content-box form textarea {
		margin-top: 1.5em;
		margin-bottom: 0;
	}

	/* Clear images on mobile */
	img.note-float-right, img.note-float-left
	{
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}
}

._block_link{
	position:absolute !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

._title_link{
	color:inherit !important;
}

.carousel-control-next, .carousel-control-prev{z-index: 100;}
.single-yacht-img{position:relative;}
.single-yacht-img > ._block_link{z-index: 1;}

@media screen and (min-width: 993px) {
	img.note-float-right{margin-left:1em;}
	img.note-float-left{margin-right:1em;}
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
	#main-menu a.menu-item{padding:0 1.3em;min-width: 0;}
}


.p-color{color: #fe60aa;}
.p-background{background-color: #fe60aa;}
.s-color{color: #22294b;}
.p-background{background-color: #22294b;}

.__captcha {
	padding:20px 0;
}
.__captcha > img {
	border: 1px solid #fe60aa !important;
  border-radius: 5px;
  margin-right: 10px;
}
.__captcha > input {
	margin-top:10px !important;
	width:150px !important;
	height:40px !important;
}
