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

a {
	text-decoration: none;
}
p {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
}
strong {
	font-weight: 700;
}
h1 {
	font-size: 110px;
	line-height: 100px;
	color: #222222;
}
h2 {
	font-size: 100px;
	color: #222222;
	line-height: 100px;
}
h3 {
	font-size: 80px;
	color: #222222;
}
h4 {
	font-size: 35px;
	color: #222222;
}
h5 {
	font-size: 30px;
	color: #222222;
}
/*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: #222222;
	}
	h4 {
		font-size: 30px;
	}
}
@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--dark {
	background-color: #183b5e;
	color: #fff;
}
.button--dark:hover {
	background-color: #245585;
}

/*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: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 10px;
}
input[type=checkbox], input[type=radio] {
	width: 20px;
	height: 20px;
	line-height: normal;
	vertical-align: middle;
}
select {
	padding: 0 10px;
}
label {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 10px;
	display: block;
}
textarea {
	height: 200px;
}
/*HEADER -------------------------*/

.header-contact-right-col {
	display: flex;
	align-items: center;
}
.header-contact-info {
	margin-right: 15px;
}

/*HEADER-CONTACT*/

.header-contact-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 40px;
}
.header-contact a {
	color: #717171;
	transition: all .3s ease;
	margin-left: 40px;
}
.header-contact a:hover {
	font-weight: 700;
	color: #000000;
}

.logo-txt {
	font-family: 'Prata', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
}

.logo-txt a {
	margin: 0;
	color: #000000;
}

.logo-txt span {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #717171;
	display: flex;
}

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

@media screen and (max-width:1100px) {
	.header-contact-right-col {
		width: 100%;
		justify-content: space-between;
	}
}
@media screen and (max-width:600px) {
	.header-contact-wrapper {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.header-contact-right-col {
		display: none;
	}
	.logo-txt span {
		display: block;
	}
}
/*CONTENT  -------------------------*/

/*BOATS*/
.boat-1 {
	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;
}
/*MEDIA QUERIES -------------------------*/

@media screen and (max-width:1024px) {
	.boat-1 {
		margin: 0;
	}
}

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


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

.faq-line {
	background-color: #183b5e;
	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: #183b5e;
	margin-bottom: 20px;
	display: block;
}
/*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 CALENDAR*/

.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: #222222;
	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: #183b5e;
	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: #c92323;
	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: #c92323;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
.cube-blue {
	background-color: #183b5e;
	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: #245585;
	color: #ffffff;
}
.arrow-nav__left svg, .arrow-nav__right svg {
	width: 30px;
	height: auto;
	fill: #222222;
}
.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;
}


/*MEDIA QUERIES -------------------------*/
@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: #183b5e;
		color: #fff;
	}
}
@media screen and (max-width:600px) {
	.calendar-legend__item {
		font-size: 13px;
	}
	.cube-red, .cube-blue, .cube-grey {
		margin-right: 7px;
	}
}

/*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: #183b5e;
}
.booking-info-title {
	background-color: #183b5e;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.booking-extras-title {
	background-color: #245585;
}
.booking-extras-list, .booking-calc-list {
	padding: 0 20px;
}
.booking-extras-list__item {
	color: #000000;
	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: #245585;
	color: #fff;
	padding: 20px;
	font-size: 25px;
}
.booking-summary small {
	color: #245585;
	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 #000000;
	padding: 20px;
}
.booking-summary {
	background-color: #f2f2f2;
}
.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: #c92323;
}
.booking-summary__price {
	text-align: right;
}
.booking-summary__total-price {
	font-size: 20px;
	color: #000;
	padding: 30px 20px;
}
.booking-data {
	background-color: #f2f2f2;
	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: #183b5e;
}
.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-checkbox label a {
	font-size: 15px;
	line-height: normal;
	color: #183b5e;
	text-decoration: none;
}
.booking-checkbox label a:hover {
	text-decoration: underline;
}
.booking-payment {
	margin-top: 40px
}
.payment-options {
	margin-top: 30px;
}
.payment-options__item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed #000000;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.payment-options__title {
	font-size: 20px;
	color: #183b5e;
	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;
	}
}


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

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

.footer-content {
	background-color: #f2f2f2;
	padding: 120px 0px 80px 0;
	clear: both;
	text-align: center;
}
.footer-content h5, .footer-content p, .footer-content a {
	color: #000000;
}
.footer-content a {
	margin-left: 30px;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-content span {
	font-size: 12px;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	color: #717171;
}
.footer .author {
	font-size: 12px;
	margin-top: 35px;
	color: #717171;
	text-align: right;
}
.footer .author a {
	margin: auto;
}


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

@media screen and (max-width:1366px) {
	.footer {
		margin-top: 100px;
	}
}
@media screen and (max-width:500px) {
	.footer-content {
		padding: 40px 0 20px 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;
	}
}