@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
}
/*TYPOGRAPHY -------------------------*/

a {
	text-decoration: none;
}
.text-link {
	color: #3d5162;
	transition: all .3s ease;
}
.text-link:hover {
	text-decoration: underline;
}
p {
	color: #747474;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
}
strong {
	font-weight: 700;
}
h1 {
	font-size: 110px;
	line-height: 100px;
	color: #3d5162;
}
h2 {
	font-size: 100px;
	color: #3d5162;
	line-height: 100px;
}
h3 {
	font-size: 80px;
	color: #3d5162;
}
h4 {
	font-size: 35px;
	color: #3d5162;
}
h5 {
	font-size: 30px;
	color: #3d5162;
}
/*MEDIA QUERIES  -------------------------*/

@media screen and (max-width:1044px) {
	h1 {
		font-size: 90px;
		line-height: 80px;
	}
	h2 {
		font-size: 70px;
		line-height: 70px;
	}
	h3 {
		font-size: 50px;
		line-height: 50px;
		color: #3d5162;
	}
	h4 {
		font-size: 30px;
	}
	
	.route-title h3:before {
		top:25px;
	}
}
@media screen and (max-width:600px) {
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 60px;
		line-height: 55px;
	}
	h2 {
		font-size: 50px;
		line-height: 50px;
	}
}
/*BUTTONS  -------------------------*/

button, .button {
	border: none;
	padding: 20px 25px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	background-color: transparent;
	transition: all .3s ease;
}
.button--border-dark {
	border: 1px solid #3d5162;
	color: #3d5162;
}
.button--border-dark:hover {
	background-color: #3d5162;
	color: #fff;
}
.button--border-light {
	border: 1px solid #fff;
	color: #fff;
}
.button--border-light:hover {
	background-color: #fff;
	color: #87bbbc;
}
.button--light {
	background-color: #fff;
	color: #3d5162;
}
.button--light:hover {
	background-color: #c7874a;
	color: #fff;
}
.button--dark {
	background-color: #3d5162;
	color: #fff;
}
.button--dark:hover {
	background-color: #87bbbc;
}
.align-center {
	text-align: center;
	clear: both;
}
.button--color {
	background-color: #c7874a;
	color: #fff;
}
.button--color:hover {
	background-color: #d99351;
}
.header-book-small {
	margin: 20px 0 20px 0;
}

/*MEDIA QUERIES  -------------------------*/

@media screen and (max-width:600px) {
	button, .button {
		padding: 15px 20px;
	}
}

/*FORMS -------------------------*/

input, select, textarea {
	width: 100%;
	height: 55px;
	border: none;
	background-color: transparent;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #747474;
	padding: 10px;
}
input[type=checkbox], input[type=radio] {
	width: 20px;
	height: 20px;
	line-height: normal;
	vertical-align: middle;
}
select {
	padding: 0 10px;
}
label {
	color: #747474;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 10px;
	display: block;
}
textarea {
	height: 200px;
}
/*HEADER -------------------------*/

.header-top-with-bg {
	background-color: #3d5162;
	margin-bottom: 100px;
}
.header-top-with-bg--no-mar {
	margin-bottom: 0;
}
.header-contact-right-col {
	display: flex;
	align-items: center;
}
.header-contact-info {
	margin-right: 15px;
}
/*HERO*/

.hero-overlay {
	background-color: rgba(2, 2, 2, 0.4);
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-1 {
	background-image: url(../images/rent-a-boat-axopar28-zadar-croatia-hero-1.jpg);
	background-size: cover;
	height: 100vh;
	width: 100%;
	background-position: center;
}
.hero-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-weight: 700;
	text-align: right;
}
.hero-txt small {
	font-size: 60px;
	margin-bottom: -20px;
	display: block;

}
.hero-txt strong {
	font-size: 150px;
	display: block;
	position: relative;
	float: left;
}
.hero-txt strong:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -17px;
	height: 80px;
	width: 540px;
	background-color: #c7874a;
	z-index: -1;
}
.hero-txt p {
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	width: 500px;
	line-height: 49px;
	float: right;
	text-align: left;
	margin-top: 45px;
	display: block;
}
.header-social-media {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 70%;
	transform: translateY(-70%);
}
.header-social-media a {
	display: block;
	margin-bottom: 10px;
}
.header-social-media svg {
	fill: #fff;
	width: 50px;
	height: auto;
	transition: all .3s ease;
}
.header-social-media a:hover svg {
	fill: #d6d7d8;
}
.header-social-media-line {
	width: 2px;
	height: 50px;
	background-color: #fff;
	display: block;
}
.header-social-media-txt {
	color: #fff;
	writing-mode: vertical-rl;
	margin-top: 10px;
	letter-spacing: 1px;
}
/*HEADER-TOP-WRAPPER*/

.header-top-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
	overflow: visible;
}
.header-top-with-bg-wrapper {
	padding: 25px 20px;
}
.header-logo svg {
	width: 300px;
	height: auto;
}
.header-top-right-col {
	display: flex;
	align-items: center;
}
.header-nav {
	display: flex;
}
.header-nav a {
	color: #fff;
	margin-right: 40px;
	font-size: 20px;
	font-weight: 500;
	transition: all .3s ease;
	position: relative;
	padding-bottom: 22px;
}
.header-nav li:last-child a {
	margin-right: 0;
}
.header-nav a:before {
	content: "";
	width: 100%;
	height: 0px;
	background-color: #fff;
	position: absolute;
	bottom: -20px;
	left: 0;
	transition: all .3s ease;
}

.header-top-with-bg .header-nav a {padding-bottom: 32px;}

.header-top-with-bg .header-nav a:before {/*bottom:-31px;*/ bottom:-10px;}


.header-nav a.header-nav-with-subnav:before {content:none;}

.header-nav a:hover:before, .header-nav a.active:before {
	height: 10px;
}
.menu-small {
	display: none;
}
/*SUB NAV*/

.sub-nav {
	background-color: rgba(255, 255, 255, 0.6);
	/*padding: 15px 0 15px 0;*/
	position: absolute;
	top: 123px;
	display: none;
	z-index:200;
}
.sub-nav a {
	color: #3d5162;
	font-size: 15px;
	padding: 15px 150px 15px 20px;
	margin: 0;
	display: block;
}
.sub-nav a:hover {
	background-color: rgba(61, 81, 98, 0.6);
	color: #ffffff;
}
.sub-nav a:before {
	content: none;
}
.sub-nav li:first-child {
	/*margin-bottom: 10px;*/
	border-bottom: 1px dotted #3d5162;
	/*padding: 0 20px 10px 20px;*/
}

.sub-nav-filled { 
	top:98px;
	background-color: rgba(61, 81, 98, 0.6);
	border-top:10px solid #fff;
}

.sub-nav-filled li:first-child {border-bottom:1px dotted #fff;}

.sub-nav-filled a {
	color:#fff;
	padding: 15px 150px 15px 20px !important;
} 
.sub-nav-filled a:hover {
	background-color: rgba(61, 81, 98, 0.6);
	color: #ffffff;
}


/*HEADER-SCROLL*/

.header-scroll {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.header-scroll span {
	margin-top: 5px;
	display: block;
}
.header-scroll svg {
	width: 12px;
	height: auto;
}
.header-scroll-content {
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(0px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(0px);
	}
}
/*HEADER-CONTACT*/

.header-contact-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	color: #747474;
}
.header-contact a {
	color: #747474;
	transition: all .3s ease;
}
.header-contact a:hover {
	opacity: 0.8;
}
.header-contact svg {
	fill: #747474;
	width: 30px;
	height: auto;
	margin-left: 5px;
}
/*HEADER-LANG*/

.lang {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}
.index-lang {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 14px;
}
.index-lang a {
	color: #fff;
	font-weight: 700;
	transition: all .3s ease;
}
.index-lang a:hover {
	opacity: 0.8;
}
.menu-small-lang {
	margin-bottom: 20px;
}
.menu-small-lang a {
	background-color: #3d5162;
	color: #fff;
	padding: 7px;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.hero-txt .container {
		padding-right: 110px;
	}
	.hero-txt strong {
		float: right;
		font-size: 110px;
		line-height: 80px;
	}
	.hero-txt strong:before {
		height: 40px;
	}
	.hero-txt small {
		margin-bottom: 0;
	}
	.hero-txt p {
		margin-top: 35px;
	}
}
@media screen and (max-width:1100px) {
	.header-top-wrapper {
		position: relative;
		overflow: visible;
		padding-top: 30px;
	}
	.header-nav, .header-book, .lang, .index-lang, .header-contact-left-col {
		display: none;
	}
	.header-contact-right-col {
		width: 100%;
		justify-content: space-between;
	}
	.menu-small {
		display: block;
	}
	.menu-small-pasive {
		display: flex;
		flex-direction: column;
		width: 40px;
		height: 30px;
		justify-content: space-between;
	}
	.menu-small-pasive span {
		display: block;
		background-color: #fff;
		height: 5px;
		width: 100%;
		position: relative;
		transform: rotate(0);
		top: 0;
		left: 0;
		opacity: 1;
		transition: none 0.5s ease;
		transition-property: transform, top, left, opacity;
	}
	.close span:nth-child(1) {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	.close span:nth-child(2) {
		opacity: 0;
	}
	.close span:nth-child(3) {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	.menu-small-active {
		background-color: rgba(255, 255, 255, 0.95);
		position: absolute;
		width: 100%;
		left: 0;
		top: 103px;
		height: auto;
		z-index: 200;
		overflow: visible;
		padding: 20px 0 0px 0;
		text-align: center;
		border-bottom: 10px solid #3d5162;
		display: none;
	}
	.menu-small__item {
		border-bottom: 1px dotted #3d5162;
		/*padding-bottom: 15px;*/
		/*margin: 0 20px 15px 20px;*/
		position: relative;
	}
	.menu-small__item:last-child {
		border-bottom: none;
	}
	.menu-small__item a {
		color: #3d5162;
		font-size: 18px;
		display: block;
		padding: 12px 0 12px 0;
	}
	.menu-small__item a.open {
		color: #ffffff;
		background-color: rgba(61, 81, 98, 0.8);
	}
	.menu-small__item span {
		display: block;
	}
	.menu-small__item--with-arrow {
		/*margin-bottom: -5px;*/
	}
	.menu-small__item .arrow-down {
		border: solid #3d5162;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
		top: 14px;
		right: 15px;
		transition: none 0.3s ease;
		transition-property: transform;
	}
	.menu-small__item a.open .arrow-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-small__item-sub-div a {
		background-color: rgba(77, 102, 123, 0.8);
		color: #ffffff;
		border-top: 1px dotted #ffffff;
		font-size: 15px;
	}
	.menu-small__item-sub-div {
		display: none;
	}
	.menu-small__item-sub-first {
		/*margin: 15px 0 15px 0;*/
	}
}
@media screen and (max-width:1024px) {
	.header-top-with-bg {
		margin-bottom: 50px;
	}
	.header-top-with-bg--no-mar {
		margin-bottom: 0;
	}
}
@media screen and (max-width:880px) {
	.hero-txt small {
		font-size: 40px;
	}
	.hero-txt strong {
		font-size: 80px;
	}
	.hero-txt strong:before {
		width: 280px;
	}
	.hero-txt p {
		font-size: 30px;
		line-height: 35px;
		margin-top: 20px;
		text-align: right;
	}
}
@media screen and (max-width:600px) {
	.header-contact {
		display: none;
	}
	.header-small {
		background-color: #3d5162;
		padding-bottom: 40px;
	}
	.header-social-media {
		display: none;
	}
	.header-logo svg {
		width: 220px;
	}
	.hero-txt strong {
		font-size: 60px;
		line-height: 50px;
		margin-top: 10px;
	}
	.hero-txt p {
		width: 100%;
		font-size: 25px;
		line-height: 28px;
	}
	.header-top-wrapper {
		padding-top: 15px;
	}
	.hero-txt .container {
		padding-right: 20px;
	}
	.header-scroll {
		padding: 15px 0;
		font-size: 12px;
	}
	.header-top-with-bg-wrapper {
		padding: 15px 20px;
	}
	.menu-small-active {
		top: 70px;
	}
}
/*CONTENT  -------------------------*/

/*ABOUT*/

.about {
	margin-top: 180px;
}
.about-content-top {
	display: flex;
}
.about__title {
	width: 60%;
}
.about__txt1 {
	width: 70%;
	margin-bottom: 30px;
}
.about-content-bottom {
	display: flex;
	align-items: center;
	overflow: visible;
}
.about-content-bottom .grid_5 {
	width: 45%;
	margin-top:20px;
}
.about-content-bottom .grid_7 {
	width: 55%;
}
.about-content-bottom {
	position: relative;
}
.about-content-bottom-wrap {
	max-width: 515px;
	float: right;
	padding: 0 70px 0 20px;
}
.about-images {
	position: relative;
	max-width: 1170px;
}
.about-images-1 {
	margin-left: -30px;
	width: 120%;
}

.about__txt2 {
	position: relative;
	padding-top: 50px;
	margin-bottom: 80px;
}
.about__txt2:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #3d5162;
	height: 8px;
	width: 70%;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:2000px) {
	.about-images-2 {
		right: -50%;
	}
}
@media screen and (max-width:1755px) {
	.about-images-1 {
		width: 100%;
	}
	.about-images-2 {
		right: -30%;
		width: 90%;
	}
}
@media screen and (max-width:1514px) {
	.about {
		margin-top: 100px;
	}
	.about-images-2 {
		width: 80%;
		bottom: -220px;
		right: -10%;
	}
}
@media screen and (max-width:1266px) {
	.about-images-2 {
		width: 70%;
		bottom: -160px;
		right: -20px;
	}
}
@media screen and (max-width:1024px) {
	.about {
		margin-top: 50px;
	}
	.about-content-top, .about-content-bottom {
		flex-direction: column;
	}
	.about__title, .about__txt1 {
		width: 100%;
	}
	.about__txt1 {
		margin-bottom: 0;
	}
	.about__title {
		margin-bottom: 30px;
	}
	.about-content-bottom .grid_5 {
		width: 100%;
		margin-top: 20px;
	}
	.about-content-bottom-wrap {
		max-width: 100%;
		padding: 0;
	}
	.about__txt2::before {
		content: none;
	}
	.about__txt2 {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.about-images {
		display: none;
	}
}
/*BOATS*/

.boats {
	margin-top: 150px;
	position: relative;
}
/*.boats:before {content:""; background-color:#87bbbc; height:20px; width:100%; position:absolute; }*/

.boats img {
	display: block;
}
.boats-title {
	max-width: 500px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.boats-container {
	display: flex;
	max-width: 2090px;
	margin: 0 auto;
	justify-content: center;
	padding: 0 15px;
}

.boat-1, .boat-2 {
	position: relative;
	overflow: hidden;
}
.boats-info {
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 15px;
	position: absolute;
	bottom: -77px;
	left: 0;
	transition: all .3s ease-out;
}
.boats-info p {
	color: #fff;
	font-size: 25px;
	line-height: 1.3;
}
.boats-info-button {
	margin-top: 20px;
}
.boat-link:hover .boats-info {
	bottom: 0;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1024px) {
	.boats {
		margin-top: 80px;
	}
	.boats-container {
		flex-direction: column;
		padding: 0 15px;
	}
	.boat-link {
		width: 100%;
	}
	.boat-1 {
		margin: 0;
	}
	.boat-2 {
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width:600px) {
	.boats-info {
		padding: 10px;
		bottom: -65px;
	}
	.boats-info p {
		font-size: 20px;
	}
	.boats-info-button {
		margin-top: 10px;
	}
}

/*ROUTES*/

.route-title {
	color: #3d5162;
	margin: 0px 0 50px 0;
	text-align: center;
	position: relative;
}
.route-title h3:before {
	content: "";
	display: block;
	background-color: #3d5162;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 50px;
	z-index: -1;
}
.route-title h3 span {
	background-color: #fff;
	padding: 0 20px;
}
.route-title small {
	font-size: 25px;
	color: #747474;
	font-weight: 300;
}
.route-info {
	margin: 50px 0;
}
.route-info__item {
	display: flex;
	align-items: center;
	border-bottom: 1px #747474 dashed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.route-info__item:last-child {
	border-bottom: none;
}
.route-info-num {
	background-color: #c7874a;
	folor: #fff;
	font-weight: 700;
	padding: 15px;
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
}
.route-map {
	height: 500px;
}
.route-subtitle {
	background-color: #87bbbc;
	display: block;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.route-subtitle--no-mar {
	margin-bottom: 0;
}
.routes {
	clear: both;
	margin: 180px auto 0 auto;
}
.routes .container {
	margin-bottom: 50px;
}
.routes-title {
	max-width: 400px;
}
.routes-title small {
	font-size: 30px;
	font-weight: 300;
	color: #87bbbc;
	border-bottom: 8px solid #3d5162;
	position: absolute;
	line-height: normal;
	bottom: 15px;
	margin-left: 20px;
	padding: 0 15px 10px 15px;
}
.routes-content {
	display: flex;
}
.routes-text__content-title {
	font-size: 45px;
	line-height: normal;
	margin: 0!important;
	color: #3d5162;
	font-weight: 700;
}
.routes-text__content-subtitle {
	margin: 0!important;
	color: #3d5162;
	font-size: 30px;
	line-height: normal;
}
.routes-text__content h4 {
	font-weight: 400;
}
.routes-content .grid_6 {
	width: 50%;
	background-color: #faf8f8;
	background-position: center;
}
.routes-img {
	height: 800px;
	background-size: cover;
	background-position: center;
}
.routes-img-1 {
	background-image: url(../images/zadar-croatia-boat-routes-img-2.jpg);
}
.routes-img-2 {
	background-image: url(../images/zadar-croatia-boat-routes-img.jpg);
}
.routes-text {
	position: relative;
	padding: 80px 0;
	display: flex;
	align-items: center;
}
.routes-text__content {
	/*max-width: 595px;*/
	padding: 50px 80px 50px 60px;
	float: left;
	color: #3d5162;
	position: relative;
}
.routes-text-right-side {
	justify-content: flex-end;
}
.routes-text__content-right-side {
	border-right: 10px solid #3d5162;
}
.routes-text__content-left-side {
	border-left: 10px solid #3d5162;
}
.routes-text__content p {
	margin: 50px 0 70px 0;
	max-width: 700px;
}
.routes-dot-nav {
	display: block;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.routes-dot-nav a {
	background-color: #fff;
	margin-bottom: 10px;
	float: left;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.routes {
		margin-top: 150px;
	}
	.routes-img {
		height: 660px;
	}
	.routes-text {
		padding: 0;
	}
	.routes-text__content p {
		margin: 30px 0;
	}
	.routes-text__content:before {
		height: 230px;
	}
}

@media screen and (max-width:1044px) {

	.route-title h3:before {
		top:25px;
	}
}

@media screen and (max-width:1024px) {
	.routes {
		margin-top: 80px;
	}
	.routes-title small {
		bottom: 5px;
	}
}
@media screen and (max-width:970px) {
	.routes-content {
		flex-direction: column;
	}
	.routes-content--reverse {
		flex-direction: column-reverse;
	}
	.routes-content .grid_6 {
		width: 100%;
	}
	.routes-img {
		height: 360px;
		background-position: bottom;
	}
	.routes-text__content {
		max-width: 100%;
		padding: 40px 20px;
	}
	.routes-text__content p {
		max-width: 100%;
	}
	.routes-text__content:before {
		content: none;
	}
	.routes-title small {
		position: relative;
		display: block;
		border: none;
		margin: 15px 0 0 0;
		padding: 0;
	}
	.routes-title {
		max-width: 100%;
	}
	.bx-pager {
		display: flex;
	}
	.routes-text__content-left-side, .routes-text__content-right-side {
		border: none;
	}
}

/*TIPS*/

.tips {
	text-align: center;
	margin-top: 150px;
}
.tips-title {
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 90px;
}
.tips-content {
	overflow: hidden;
	max-width:1740px; display:flex; margin:0 auto;
}

.tips-content-row { display:flex; width:50%;}

.tips-content__item {
	width:50%; padding:0 20px;
}

.tips-content__title {
	margin: 30px 0;
}
.tips-btn {
	margin-top: 80px;
}
.tips-content__icon svg {
	height: 70px;
	width: 70px;
	fill: #c7874a;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.tips {
		margin-top: 80px;
	}
	
}

@media screen and (max-width:1024px) {
	.tips-content {flex-direction:column;}
	.tips-content-row {margin-bottom:40px; width:100%;}
}

@media screen and (max-width:768px) {
	.tips-content__title {
		margin: 10px 0;
	}
	.tips-title {
		max-width: 100%;
		margin-bottom: 50px;
	}
}


@media screen and (max-width:485px) {
	.tips-content__item {width:100%; padding-bottom:40px;}
	.tips-content-row {display:block; margin-bottom:0;}
	.tips-btn {margin-top: 40px;}

}


/*FAQ -------------------------*/

.faq-line {
	background-color: #3d5162;
	width: 80%;
	height: 7px;
	display: block;
	margin: 10px 0px 0 0;
}
.faq-item {
	display: flex;
	margin-bottom: 70px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-title {
	font-size: 24px;
	color: #3d5162;
	margin-bottom: 20px;
	display: block;
}
._jq_question {
	cursor: pointer;
}
.faq-answer {
	display: none;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.faq-item {
		margin-bottom: 60px;
	}
}
@media screen and (max-width:500px) {
	.faq-item {
		margin-bottom: 40px;
	}
	.faq-item-left-col {
		display: none;
	}
	.faq-item-right-col {
		width: 100%
	}
}
/*BOAT -------------------------*/

/*BOAT GALLERY

.boat-gallery {
	margin-bottom: 100px;
}

.boat-gallery-list {
	overflow: hidden;
	margin-bottom: 70px;
	text-align: center;
}

.boat-gallery-item {
	width: 33.33%;
	padding-right:10px;
}*/

.boat-gallery {
	padding: 0 20px;
}
.boat-gallery-info {
	display: none;
}

/*BOAT INTRO*/

.boat-intro {
	overflow: hidden;
	margin: 80px 0;
}
.boat-intro-highlight {
	display: block;
	font-size: 24px;
	color: #3d5162;
	font-weight: 700;
	margin-top: 10px;
}
/*BOAT DETAILS*/

.boat-details {
	overflow: hidden;
	display: flex;
	/*margin-top: 100px;*/
}
.boat-details-left-col {
	width: 45%;
	padding: 30px;
	background-color: #fafafa;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.boat-details-right-col {
	width: 55%;
}
.boat-details-right-col {
	background-color: #f4f4f4;
}
.boat-details-info {
	max-width: 685px;
	padding: 30px 30px;
}
.boat-details-info-list__item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.boat-details-info-list__item:last-child {
	border-bottom: none;
}
.boat-details-info-list-left-col {
	font-weight: 500;
}
.boat-details-info-list-right-col {
	text-align: right;
}
.boat-details-remark {
	font-style: italic;
	text-align: right;
	margin-top: 10px;
}
.boat-details-remark p {
	color: #87bbbc;
}
/*BOAT CALENDAR*/

.boat-calendar {
	margin-top: 100px;
	position: relative;
	padding: 0 40px;
}
.boat-calendar-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	position: relative;
}
.calendar {
	width: 45%;
	/*border-radius: 5px;*/
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	padding: 0 25px 10px 25px;
	box-sizing: border-box!important;
}
.calendar-box {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin: 0px 0 0px 0;
	text-transform: uppercase;
	text-align: center;
	background-color: #747474;
	padding: 20px;
}
.calendar span {
	font-size: 18px;
	font-weight: 300;
	color: #6f6f6f;
	text-align: center;
	/*width: 65px;*/
	width: 14.28%;
	height: 77px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ebe9e9;
	border-right: 1px solid #ebe9e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: #f8f8f8;
}
span.calendar-day {
	height: 65px;
	justify-content: center;
}
.calendar-date {
	font-size: 80%;
	display: block;
	background-color: #3d5162;
	width: 100%;
	color: #fff;
	padding: 5px 0px;
	font-weight: 700;
}
.calendar-price {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 300;
}
.calendar span.no-right-border {
	border-right: none;
}
.calendar span.no-bottom-border {
	border-bottom: none;
}
.calendar span.date-occupied .calendar-date {
	background-color: #c94c4c;
	color: #fff;
}
.calendar span.date-not-available .calendar-date {
	background-color: #a2a2a2;
	color: #fff;
}
.calendar-legend {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 0 20px;
}
.calendar-content {
	display: flex;
	justify-content: center;
}
.calendar-legend__item {
	font-size: 17px;
	display: flex;
	align-items: center;
	color: #46413b;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 15px;
}
.calendar-legend__item:last-child {
	margin-right: 0;
}
.cube-grey {
	background-color: #a2a2a2;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
.cube-red {
	background-color: #c94c4c;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
.cube-blue {
	background-color: #3d5162;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
._jq_kalendar_datum_odb {
	cursor: pointer;
}
._jq_kalendar_datum_odb:hover, .calendar span.active, ._jq_kalendar_datum_odb:hover .calendar-date, .calendar span.active .calendar-date {
	background-color: #87bbbc;
	color: #ffffff;
}
.arrow-nav__left svg, .arrow-nav__right svg {
	width: 30px;
	height: auto;
	fill: #3d5162;
}
.arrow-nav__left, .arrow-nav__right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 400;
	opacity: 0.8;
	transition: all .3s ease;
}
.arrow-nav__left {
	left: 0px;
}
.arrow-nav__right {
	right: 0px;
}
.arrow-nav__left:hover, .arrow-nav__right:hover {
	opacity: 1;
}
.boat-calendar-btn {
	text-align: center;
	margin-top: 50px;
}
.booking-calendar-title {
	margin: 90px auto 0px auto;
	text-align: center;
}

.choose-boat img {
	display:block;
}

.choose-boat {
	margin-bottom: 80px;
}

.choose-boat-title {
	text-align: center;
	margin-bottom: 30px;
}

.boats-info--without-button {
	bottom:0;
	transition:all .3s ease;
	
}

.boats-info--without-button p {
	font-size:22px;
}

.choose-boat-link:hover .boats-info--without-button {
	background:rgba(0,0,0,0.5)
}



/*MEDIA QUERIES -------------------------*/


@media screen and (max-width:1024px) {
	.choose-boat-link {
		width:100%;
		float:none;
	}
}



@media screen and (max-width:1366px) {
	.boat-gallery-list {
		margin-bottom: 30px;
	}
	.boat-gallery {
		/*margin-bottom: 60px;*/
	}
	.boat-intro .grid_6 {
		width: 100%;
	}
	.boat-intro h2 {
		margin-bottom: 30px;
	}
	.boat-details {
		flex-direction: column-reverse;
		/*margin-top: 50px;*/
	}
	.boat-details-left-col, .boat-details-right-col, .boat-details-info {
		width: 100%;
		max-width: 100%;
	}
	.boat-details-left-col {
		text-align: center;
	}
	.boat-details-left-col img {
		float: none;
	}
}
@media screen and (max-width:1200px) {
	._jq_kalendar_datum_odb:hover {
		background-color: #f8f8f8;
		color: #6f6f6f;
	}
	._jq_kalendar_datum_odb:hover .calendar-date {
		background-color: #3d5162;
		color: #fff;
	}
}
@media screen and (max-width:1024px) {
	.boat-intro {
		margin: 60px 0;
	}
}
@media screen and (max-width:768px) {
	.boat-gallery {
		overflow-x: scroll;
	}
	.boat-gallery-list {
		width: 1060px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:600px) {
	.boat-intro {
		margin: 40px 0;
	}
	.boat-gallery div a, .route-gallery div a {
		display: none;
	}
	.boat-gallery div a:nth-child(-n+1), .route-gallery div a:nth-child(-n+1) {
		display: block;
		position: relative;
	}
	.boat-gallery-info {
		display: block;
		width: 100%;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 10px;
		position: absolute;
		bottom: 4px;
		left: 0;
		transition: all .3s ease-out;
	}
	.boat-gallery-info p {
		color: #fff;
		font-size: 20px;
		line-height: 1.3;
	}
	.calendar-legend__item {
		font-size: 13px;
	}
	.cube-red, .cube-blue, .cube-grey {
		margin-right: 7px;
	}
}
/*CONTACT -------------------------*/

/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1024px) {
	.contact .grid_6 {
		width: 100%
	}
	.contact h2 {
		margin-bottom: 30px;
	}
}
/*ROUTE DETAILS -------------------------*/

.route-details {
	margin-top: 0;
	display: flex;
}
.route-details h4 {
	color: #3d5162;
	position: relative;
}
.route-details h4:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	background-color: #3d5162;
	height: 8px;
	width: 40%;
}
.route-details-text {
	left: 0;
	width: 60%;
	padding: 80px 0;
	background-color: #f9f7f7;
}
.route-details-text__content {
	max-width: 765px;
	padding: 0 30px 0 60px;
	float: left;
	color: #fff;
}
.route-details-text:before {
	content: none;
}
.route-details-info {
	margin-top: 90px;
}
.route-details-info li {
	border-bottom: 1px #747474 dashed;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.route-details-info li:last-child {
	border-bottom: none;
}
.route-2 {
	margin-top: 20px;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.route-details {
		flex-direction: column;
	}
	.route-details-img, .route-details-text {
		width: 100%;
	}
	.route-details-text__content {
		max-width: 1170px;
	}
	.route-details-img {
		height: 350px;
	}
}
@media screen and (max-width:1024px) {
	.route-details-text {
		padding: 40px 0;
	}
	.route-details-text__content {
		padding: 0px 20px;
		width: 100%;
	}
}
/*BOOKING -------------------------*/

.booking-calendar-boat-title {
	text-align: center;
	margin-bottom: 25px;
}
.booking-calendar-remark {
	text-align: center;
	font-weight: 700;
}
.booking-calendar-remark p {
	color: #3d5162;
}
.booking-info-title {
	background-color: #3d5162;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.booking-extras-title {
	background-color: #87bbbc;
}
.booking-extras-list, .booking-calc-list {
	padding: 0 20px;
}
.booking-extras-list__item {
	color: #747474;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 5px;
	/*display: flex;*/
	align-items: center;
}
.booking-extras-list__item input {
	margin-right: 5px;
}
.booking-info {
	margin-top: 60px;
}
.booking-calc__item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid gray;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.booking-calc__item--last {
	border-bottom: none;
	font-weight: 700;
}
.price-total {
	font-weight: 700;
	color: #000;
}
.booking-summary__title, .booking-data__title, .booking-payment-title {
	margin-bottom: 0px;
	background-color: #87bbbc;
	color: #fff;
	padding: 20px;
	font-size: 25px;
}
.booking-summary small {
	color: #87bbbc;
	font-size: 15px;
}
.booking-data__title {
	margin-bottom: 40px;
}
.booking-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #747474;
	padding: 20px;
}
.booking-summary {
	background-color: #f9f7f7;
}
.booking-summary-row__left-col {
	flex: 1;
	text-align: left;
}
.booking-summary-middle-col {
	flex: 1;
	text-align: center;
}
.booking-summary-row__right-col {
	flex: 1;
	text-align: right;
}
.booking-summary-row:last-child {
	border-bottom: none;
	color: #c7874a;
}
.booking-summary__price {
	text-align: right;
}
.booking-summary__total-price {
	font-size: 20px;
	color: #000;
	padding: 30px 20px;
}
.booking-data {
	background-color: #f8f8f8;
	overflow: hidden;
	margin-top: 40px;
	padding: 0 0 40px 0;
}
.booking-data-form {
	padding: 0px 20px;
}
.booking-data h5 {
	margin-bottom: 40px;
	color: #000;
}
.booking-data-form li {
	margin-bottom: 15px;
}
.booking-data-form strong {
	font-size: 18px;
	color: #3d5162;
}
.booking-summary-btn {
	margin-top: 40px;
	text-align: right;
}
.booking-summary-btn a:first-child {
	margin-right: 10px;
}
.booking-checkbox {
	display: flex;
	align-items: center;
}
.booking-checkbox label {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 0 5px;
	line-height: normal;
}
.booking-payment {
	margin-top: 40px
}
.payment-options {
	margin-top: 30px;
}
.payment-options__item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed #747474;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.payment-options__title {
	font-size: 20px;
	color: #3d5162;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.payment-options__title img {
	height: 50px;
	margin-right: 10px;
}
.payment-left-col {
	margin-right: 20px;
	padding-top: 4px;
}
.payment-options__info {
	margin-top: 10px;
	display: block;
}
.payment-options__icon svg {
	width: 40px;
	height: auto;
}
.payment-options__info p {
	font-size: 16px;
	line-height: 1.6;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1200px) {
	.arrow-nav {
		display: none;
	}
	.calendar-container {
		overflow-x: scroll;
		padding-bottom: 40px;
	}
	.boat-calendar-wrapper {
		width: 1223px;
		justify-content: flex-start;
	}
	.calendar {
		width: 505px;
	}
	#_jq_kalendar_slider {
		display: flex;
	}
	.calendar:first-child {
		padding: 0;
	}
}
@media screen and (max-width:800px) {
	.booking-extras, .booking-calc {
		width: 100%;
	}
	.booking-extras {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:768px) {
	.booking-data-form .grid_4 {
		width: 100%;
		margin-right: 0;
	}
	.booking-data-form .grid_4:nth-child(even) {
		margin-right: 2.5%;
	}
	.booking-summary-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.booking-summary-row__left-col {
		width: 100%;
	}
	.booking-summary__total-price .booking-summary-row__left-col {
		margin-bottom: 10px;
	}
	.payment-option-cards {
		margin-top: 10px;
	}
	.payment-options__title {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.booking-summary-middle-col {
		margin-top: 5px;
	}
}
@media screen and (max-width:560px) {
	.calendar {
		width: 300px;
		padding: 0;
		margin-right: 20px;
	}
	.calendar span {
		font-size: 16px;
		height: 60px;
	}
	span.calendar-day {
		height: 40px;
	}
	.calendar-price {
		font-size: 13px;
	}
	.calendar-box {
		padding: 15px;
		font-size: 17px;
	}
	.calendar-container {
		padding-bottom: 0;
	}
}

/*STORIES -------------------------*/

.stories-main-container {overflow:visible;}
.stories-main-title {margin-bottom:30px;} 
.stories-highlight {overflow:hidden; display:flex; align-items:center;max-width:1740px; margin:0 auto 60px auto; padding:0 20px 0px 0;}

.stories-list-item {margin-bottom:60px;}
.stories-list-title  {margin:20px 0 15px 0;}
.stories-list-tags a {color:#d99351;font-weight:700; margin-right:10px;} 
.stories-list-button {margin-top:20px;}


.stories-post {position:relative;}
.stories-post:before {content:""; position:absolute; top:-59px; width:240px; height:15px; background-color:#c7874a; left:50%; transform: translateX(-50%);}
.stories-post-main-img {background-size:cover; background-position:bottom; width:100%; height:700px; margin-top:-100px; margin-bottom:50px; position:relative;}
.stories-post-main-img-overlay {background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.01) 1%,rgba(0,0,0,.5) 100%); height:100%;}
.stories-post-title {margin-bottom:30px; color:#fff; position:absolute; bottom:20px; left:0; right:0; text-align:center; font-size:45px;  }

.stories-post img {display:block;}
.stories-post-images-double {display:flex;}
.stories-post-images-double img:first-child {margin-right:2.5%;}


/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1024px) {
	.stories-highlight {flex-direction:column; padding:0 20px; margin:0 auto 50px auto;}
	.stories-highlight .grid_8, .stories-highlight .grid_4 {width:100%; float:none; margin-right:0;}
	.stories-post-main-img {margin-top:-50px;}
}

@media screen and (max-width:800px) {
	.stories-list-item {float:none; width:100%; margin:0 0 50px 0;}
}

@media screen and (max-width:600px) {
.stories-post-main-img {height:450px;}
}



/*CONTACT BUTTONS -------------------------*/

.contact-buttons {position:fixed; right:10px; bottom:10px; z-index:1000; display:none;}
.contact-buttons a {margin-left:10px;}
.contact-buttons svg {width:40px; height:40px;  border-radius:50%;}

/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:485px) {
	.contact-buttons {display:block;}
}



/*FOOTER -------------------------*/

.footer {
	margin-top: 200px;
}
/*FOOTER INSTAGRAM*/

.footer-instagram-wrapper {
	display: flex;
	margin-bottom: 60px;
	padding: 0 28px;
}
.footer-instagram {
	text-align: center;
}
.footer-instagram-title {
	display: block;
	color: #3d5162;
	font-size: 55px;
	margin-bottom: 60px;
}
.footer-instagram-wrapper .grid_3 {
	width: 24.775%;
	margin-right: 28px;
}
.footer-instagram-wrapper .grid_3:last-child {
	margin-right: 0;
}
.footer-instagram-wrapper .grid_3 div {
	padding-top: 100%;
}
/*FOOTER CONTENT*/

.footer-content {
	background-color: #87bbbc;
	padding: 80px 0px 4px 0;
	clear: both;
}
.footer-content h5, .footer-content p, .footer-content a {
	color: #fff;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-content h5 {
	margin-bottom: 25px;
}
.footer-content p {
	font-size: 18px;
	line-height: 1.6;
}
.footer-social-media svg {
	fill: #fff;
	width: 40px;
	height: auto;
}
.footer-social-media a {
	margin-right: 7px;
	transition: all .3s ease;
}
.footer-social-media a:hover {
	opacity: 0.8;
}
.location-icon svg {
	width: auto;
	fill: #fff;
	height: 18px;
}
.location-icon {
	transition: all .3s ease;
}
.location-icon:hover {
	opacity: 0.8;
}
/*FOOTER BOTTOM*/

.footer-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom {
	background-color: #3d5162;
	padding: 12px 0;
	color: #b0b6bb;
	font-size: 16px;
	margin-top: -5px;
}
.footer-bottom a {
	color: #b0b6bb;
	transition: all .3s ease;
}
.footer-bottom a:hover {
	opacity: 0.8;
}
.footer-bottom-left-col {
	display: flex;
}
.footer-bottom-links {
	margin-right: 30px;
}
.footer-bottom-links a {
	border-right: 1px solid #b0b6bb;
	padding-right: 10px;
	margin-right: 10px;
}
.footer-bottom-links a:last-child {
	border-right: none;
}
.footer-bottom-right-col span img {
	height: 35px;
	margin-left: 5px;
}
.footer-weather {
	margin-top: 70px;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1366px) {
	.footer {
		margin-top: 100px;
	}
}
@media screen and (max-width:1024px) {
	.footer-bottom-wrapper {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 15px;
	}
	.footer-bottom-right-col {
		margin-top: 15px;
	}
	.footer-bottom-left-col {
		width: 100%;
		justify-content: space-between;
	}
	.footer-instagram-title {
		margin-bottom: 30px;
		font-size: 40px;
	}
	.footer-instagram-wrapper {
		margin-bottom: 30px;
	}
	.footer-instagram-wrapper .grid_3 {
		margin-right: 15px;
	}
}
@media screen and (max-width:768px) {
	.footer-bottom-left-col {
		flex-direction: column;
	}
	.footer-bottom-links {
		margin-bottom: 5px;
	}
	.footer-content .grid_3 {
		width: 48.7%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer-instagram-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
		padding: 0;
	}
	.footer-instagram-wrapper .grid_3 {
		width: 47.5%;
		margin-right: 2.5%;
	}
	.footer-instagram-wrapper .grid_3:nth-child(even) {
		margin-right: 0;
	}
	.footer-instagram-wrapper .grid_3:nth-child(-n+2) {
		margin-bottom: 2.5%;
	}
}
@media screen and (max-width:500px) {
	.footer-content {
		padding: 40px 0 20px 0;
	}
	.footer-content .grid_3 {
		width: 100%;
		margin-right: 0;
	}
	.footer-bottom-links a {
		display: block;
		border-right: none;
		margin-bottom: 10px;
	}
	.footer-logos-list__item {
		margin: 0 10px;
	}
}
/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #3d5162;
	z-index: 99999999;
}
.cookies-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	display: none;
}
.cookies p {
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding-bottom: 0;
}
.cookies p a {
	text-decoration: underline;
	color: #fff;
}
.cookies p a:hover {
	opacity: 0.8;
}
.cookies a.button {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 40px;
	background-color: #fff;
	color: #3d5162;
	text-transform: uppercase;
	transition: all .3s ease;
}
.cookies a.button:hover {
	background-color: #c7874a;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:700px) {
	.cookies-wrap {
		flex-direction: column;
	}
	.cookies p {
		text-align: center;
	}
	.cookies a.button {
		margin: 20px 0 0 0;
	}
}
/*POSTAVLJANJE UREĐAJA*/

#tablet {
	display: none;
}
#smartphone {
	display: none;
}
/******MEDIA QUERIES******/

@media screen and (max-width: 1200px) {
	#desktop {
		display: none;
	}
	#smartphone {
		display: none;
	}
	#tablet {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	#desktop {
		display: none;
	}
	#smartphone {
		display: block;
	}
	#tablet {
		display: none;
	}
}