
/* Header */

.header_vessel {
	height: 200px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin-bottom: 57px;
}

	/* Header brand */

	.header_brand_vessel {
		height: 200px;
		padding: 100px 0 0 15px;
	}

		.header_brand_link {
			height: 43px;
			width: 49px;
			margin: 0 0 0 3px;
			display: inline-block;
		}

		.header_brand_link:focus img {
			opacity: .5;
		}

			.header_brand_icon {
				width: 155px;
				height: auto;
			}

	/* Header Links */

		.header_links_vessel ul {
			list-style: none;
			margin: 110px 0 0 -71px;
			text-align: center;
		}

			.header_links_vessel ul li {
				display: inline-block;
				margin: 0 52px 0 0;
			}

				.header_links {
					color: #561a4c;
					font-size: 15px;
				}

				.header_links:focus {
					opacity: .5 !important;
				}

	/* Header button */

		.header_button {
			background-color: #81d5df;
			border: 2px solid #561a4c;
			padding: 7px 43px;
			border-radius: 42px;
			font-size: 17px;
			color: #561a4c;
			font-weight: bold;
			margin: 99px 0 0 75px;
		}

		.header_button:hover,
		.header_button:focus {
			background-color: #92dbe4;
		}

		.header_button:visited {
			background-color: #81d5df;
		}

		.header_button_account {
			position: relative;
			width: 145px;
			padding: 7px 47px 7px 52px;
		}

		.header_button_account:before {
			background-image: url('../assets/icons/account.svg');
			background-size: 17px 17px;
			position: absolute;
			width: 17px;
			height: 17px;
			top: 11px;
			left: 20px;
			content: '';
		}

/* Breakpoints */

@media (max-width: 1199.98px) {

	.header_button {
		float: right;
	}
}

@media (max-width: 991.98px) {

	.header_brand_link_mobile {
		display: none;
	}

	.header_links_vessel ul {
		margin: 110px auto 0;
	}

		.header_links_vessel ul li {
			margin: 0 15px 0 0;
		}
}

@media (max-width: 767.98px) {

	.header_links_vessel ul {
		display: none;
	}
}
