body {
	background-color: #fff;
	color: #666;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	padding-top: 110px
}

hr {
	border-top: 1px solid #e7e7e7
}

h1 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #00a7e1;
	font-size: 30px;
	text-transform: uppercase
}

h2 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #24c6e0;
	font-size: 30px;
	text-transform: uppercase
}

h3 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #666;
	font-size: 25px
}

p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 17px;
	line-height: 30px
}

@media (max-width:767px) {
	p {
		line-height: 25px
	}
}

.btn-default {
	color: #031d40;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #031d40;
	border-radius: 8px;
	padding: 15px 20px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20px
}

.btn-default i {
	font-size: 24px
}

.btn-default:hover {
	color: #fff;
	background-color: #24c6e0;
	border: 2px solid #24c6e0
}

.btn-info {
	color: #00a7e1;
	background-color: #fff;
	border: none;
	padding: 15px 20px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20px
}

.btn-info i {
	font-size: 24px
}

.btn-info:hover {
	color: #fff;
	background-color: #031d40;
	border: none
}

.btn-danger {
	color: #031d40;
	background-color: #fff;
	border: none;
	padding: 15px 20px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20px
}

.btn-danger i {
	font-size: 24px
}

.btn-danger:hover {
	color: #fff;
	background-color: #00a7e1;
	border: none
}

a {
	color: #666;
	transition: ease .3s
}

a:hover {
	color: #666
}

.alert {
	margin-top: 20px
}

.hts-section {
	padding: 80px 0 100px 0
}

@media (max-width:767px) {
	.hts-section {
		padding: 30px 0 50px 0
	}
}

.hts-ligne-50 {
	padding-top: 50px
}

.hts-ligne-30 {
	padding-top: 30px
}

.hts-ligne-15 {
	padding-top: 15px
}

.hts-section-light {
	background-color: #f7f7f7;
	padding: 50px 0
}

.hts-section-dark {
	background-color: #031d40;
	padding: 50px 0
}

.hts-section-dark p {
	color: #fff
}

.hts-section-dark a {
	color: #fff
}

.hts-section-dark h2 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #00a7e1;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: center
}

.hts-section-dark .col-sm-6 h2 {
	text-align: left;
	padding-bottom: 0
}

.hts-section-gyro {
	background-color: #00a7e1
}

.hts-section-gyro h1,
.hts-section-gyro p {
	color: #fff
}

.hts-section-gyro-pro {
	background-color: #031d40
}

.hts-section-gyro-pro h1,
.hts-section-gyro-pro p {
	color: #fff
}

@media (max-width:767px) {
	.hts-section-dark h2 {
		text-align: left;
		padding-bottom: 0
	}
}

.hts-section-boat {
	position: relative;
	isolation: isolate;
	background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), url(img/fond_bateau.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 360px 0 50px 0;
	background-size: cover
}

.hts-section-boat:before {
	display: none
}

.hts-section-boat > .col-sm-12 {
	position: relative;
	z-index: 1
}

.hts-section-boat-seakeeper {
	background: url(img/fond_bateau-seakeeper.jpg) no-repeat top center;
	padding: 380px 0 30px 0;
	background-size: cover
}

.hts-section-boat span {
	color: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 100px;
	display: table;
	line-height: 80px;
	text-shadow: 0 0 20px rgba(3, 29, 64, 0.3)
}

.hts-section-boat p {
	color: #fff;
	text-shadow: 0 1px 4px rgba(0,0,0,.65)
}

@media (max-width:991px) {
	.hts-section-boat {
		padding: 100px 0
	}
	.hts-section-boat span {
		font-size: 50px;
		line-height: 40px
	}
}

@media (max-width:767px) {
	.hts-section-boat span {
		font-size: 46px;
		line-height: 1.3
	}
	.hts-section-boat p {
		margin-top: 14px;
		font-size: 16px;
		line-height: 1.5
	}
	.hts-section-videos iframe {
		height: 160px
	}
}

.hts-section-app {
	background-color: #f7f7f7
}

.hts-section-app-bg {
	background: url(img/seakeeper-app.png) no-repeat;
	background-position: right 0 bottom -20px;
	background-size: contain;
	padding: 80px 0 100px 0
}

@media (max-width:991px) {
	.hts-section-app-bg {
		background-image: none;
		padding: 30px 0 0 0
	}
}

.hts-section-plus {
	padding: 30px 0;
	background-color: #00a7e1;
	color: #fff;
	font-size: 20px
}

.hts-section-plus a {
	padding: 15px 20px;
	border: 3px solid #fff;
	color: #fff;
	background-color: #00a7e1;
	display: table
}

.hts-section-plus a:hover {
	border: 3px solid #031d40;
	background-color: #fff;
	color: #031d40;
	text-decoration: none
}

.hts-section-plus strong {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif
}

@media (max-width:991px) {
	.hts-section-plus {
		padding: 15px 0
	}
}

.hts-section-video {
	height: 693px
}

.video-section {
	position: relative;
	overflow: hidden
}

.video-section .pattern-overlay {
	position: relative;
	z-index: 2;
	min-height: 693px
}

#wrapper_mbYTP_bgndVideo {
	opacity: .5
}

.video-section .buttonBar {
	display: none
}

.player {
	font-size: 1px
}

.hts-home-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 105px;
	left: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none
}

@media (max-width: 767px) {
	.hts-home-video {
		bottom: 234px
	}
}

.hts-home-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	transform: translate(-50%, -50%)
}

.video-section > .pattern-overlay {
	position: relative;
	z-index: 1
}

@media (max-width:1199px) {
	.hts-section-video {
		height: auto
	}
}

.hts-rea a {
	position: relative;
	width: 100%;
	margin: 15px auto;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	transition: all .3s ease 0s;
	display: block;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
}

.hts-rea .titre {
	color: #031d40;
	transition: all .3s ease 0s;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
	display: block
}

.hts-rea .type {
	color: #00a7e1;
	transition: all .3s ease 0s;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: block;
	letter-spacing: 2px
}

.hts-rea a:hover {
	background-color: #00a7e1;
	text-decoration: none
}

.hts-rea a:hover span {
	color: #fff
}

.hts-rea a img {
	transition: all .7s ease 0s
}

.hts-rea a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.hts-rea .zoom {
	overflow: hidden
}

.hts-gyro-prix {
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700
}

.hts-gyro-contact {
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #fff
}

@media (max-width:991px) {
	.hts-section-gyro .hts-img-gyro,
	.hts-section-gyro-pro .hts-img-gyro {
		margin-top: 20px
	}
}

.hts-gyro-taille {
	padding: 10px;
	color: inherit
}

.hts-gyro-taille-ok {
	padding: 10px;
	border: 1px solid #00a7e1;
	border-radius: 4px;
	color: inherit
}

.hts-gyro-taille img,
.hts-gyro-taille-ok img {
	display: block;
	width: var(--boat-size);
	height: 90px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center bottom
}

.hts-suitability-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center
}

.hts-suitability-grid .hts-gyro-taille,
.hts-suitability-grid .hts-gyro-taille-ok {
	display: flex;
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	min-height: 145px;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	scroll-snap-align: center
}

.hts-suitability-grid a:hover,
.hts-suitability-grid a:focus {
	color: #00a7e1;
	text-decoration: none
}

.hts-gyro-taille-txt {
	padding-top: 10px;
	display: block
}

.hts-gyro-taille-txt-ok {
	padding-top: 10px;
	display: block;
	color: #00a7e1
}

@media (max-width:1199px) {
	.hts-suitability-grid {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		cursor: grab;
		user-select: none;
		scroll-snap-type: x mandatory;
		scroll-padding: 0 32px;
		padding: 0 32px 12px;
		margin-left: 0;
		margin-right: 0
	}
	.hts-suitability-grid::-webkit-scrollbar {
		display: none
	}
	.hts-suitability-grid.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none
	}
	.hts-suitability-grid .hts-gyro-taille,
	.hts-suitability-grid .hts-gyro-taille-ok {
		display: flex;
		flex: 0 0 220px;
		max-width: 220px
	}
}

@media (max-width:767px) {
	.hts-suitability-grid {
		scroll-padding: 0 18px;
		padding-left: 18px;
		padding-right: 18px
	}
	.hts-suitability-grid .hts-gyro-taille,
	.hts-suitability-grid .hts-gyro-taille-ok {
		flex-basis: 180px;
		max-width: 180px
	}
}

.hts-home-slide {
	background: url(img/fond_accueil.jpg) no-repeat center center;
	background-size: 100% 100%
}

.hts-home-page .hts-section-video {
	height: auto;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden
}

.hts-home-page .hts-section-video > .row {
	margin-right: 0;
	margin-left: 0
}

.hts-home-page .video-section {
	width: 100%;
	padding-top: 0
}

.hts-home-page .video-section .pattern-overlay {
	min-height: 0
}

@media (min-width: 1200px) {
	html:has(.hts-home-page) {
		scrollbar-width: none
	}
	html:has(.hts-home-page)::-webkit-scrollbar {
		display: none
	}
	.hts-home-page .hts-section-video {
		margin-top: 0
	}
}

@media (min-width: 2000px) {
	.hts-home-page .hts-section-video {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw)
	}
}

.hts-home-slide-icon {
	background: linear-gradient(to top, #0391d3, #2cb1c6);
	opacity: .9;
	text-align: center;
	color: #fff;
	font-size: 17px;
	padding: 25px 0
}

.hts-home-page .hts-home-slide-icon {
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 25px
}

.hts-home-page .hts-home-slide-icon > .container {
	transform: none
}

.hts-home-page .hts-section-video + .hts-section-dark {
	position: relative;
	z-index: 2;
	margin-top: 0
}

.hts-home-slide-icon .col-sm-3 {
	padding: 25px 0
}

.hts-home-slide-icon i,
.hts-home-slide-icon img {
	padding-bottom: 15px
}

.hts-home-slide-titre {
	padding-bottom: 50px
}

.hts-home-slide-titre span {
	color: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 100px;
	display: table;
	line-height: 80px;
	text-shadow: 0 0 5px rgba(3, 29, 64, 0.8)
}

.hts-home-slide-titre-top {
	letter-spacing: 4px;
	border-top: 10px solid #fff;
	padding-top: 15px;
	margin-top: 110px
}

.hts-home-page .hts-home-slide-titre-top {
	margin-top: 120px
}

.hts-home-slide-titre-bottom {
	border-bottom: 10px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 30px
}

@media (max-width:991px) {
	.hts-home-page .video-section {
		padding-top: 0
	}
	.hts-home-page .hts-home-slide-icon {
		margin-top: 0;
		padding-top: 25px;
		padding-bottom: 25px
	}
	.hts-home-page .hts-home-slide-icon > .container {
		transform: none
	}
	.hts-home-slide-titre span {
		font-size: 50px;
		line-height: 50px
	}
	.hts-home-slide-titre-top {
		margin-top: 50px;
		letter-spacing: 2px
	}
	.hts-home-page .hts-home-slide-titre-top {
		margin-top: 62px
	}
}

@media (min-width: 768px) {
	.hts-home-page .video-section,
	.hts-home-page .video-section > .pattern-overlay {
		min-height: calc(100vh - 110px)
	}
	.hts-home-page .video-section > .pattern-overlay {
		display: flex;
		flex-direction: column
	}
	.hts-home-page .hts-home-slide-titre {
		display: flex;
		width: 100%;
		flex: 1 1 auto;
		float: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 35px 15px
	}
	.hts-home-page .hts-home-slide-titre-top {
		margin-top: 0
	}
	.hts-home-page .hts-home-slide-icon {
		display: flex;
		width: 100%;
		min-height: 105px;
		flex: 0 0 105px;
		float: none;
		align-items: center;
		padding: 0
	}
	.hts-home-page .hts-home-slide-icon > .container {
		width: 100%
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3 {
		display: flex;
		height: 72px;
		padding: 8px 18px;
		align-items: center;
		justify-content: center;
		gap: 12px;
		border-left: 1px solid rgba(255,255,255,.28);
		text-align: left
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3:first-child {
		border-left: 0
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3 br {
		display: none
	}
	.hts-home-page .hts-home-slide-icon i {
		font-size: 38px
	}
	.hts-home-page .hts-home-slide-icon img {
		width: auto;
		height: 38px
	}
	.hts-home-page .hts-home-slide-icon i,
	.hts-home-page .hts-home-slide-icon img {
		padding-bottom: 5px
	}
	.hts-home-page .hts-home-slide-icon strong {
		display: block;
		max-width: 190px;
		font-size: 12px;
		line-height: 15px;
		text-align: left
	}
}

@media (max-width: 767px) {
	.hts-home-page .hts-home-slide-titre {
		display: flex;
		height: calc(100vh - 213px);
		min-height: 360px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 15px
	}
	.hts-home-page .hts-home-slide-titre-top {
		margin-top: 0
	}
	.hts-home-page .hts-home-slide-icon > .container {
		display: flex;
		width: 100%;
		flex-wrap: wrap
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3 {
		display: flex;
		width: 50%;
		min-height: 92px;
		padding: 10px 12px;
		align-items: center;
		gap: 9px;
		border: 0;
		text-align: left
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3:nth-child(even) {
		border-left: 1px solid rgba(255,255,255,.28)
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3:nth-child(n+3) {
		border-top: 1px solid rgba(255,255,255,.2)
	}
	.hts-home-page .hts-home-slide-icon .col-sm-3 br {
		display: none
	}
	.hts-home-page .hts-home-slide-icon i {
		font-size: 34px
	}
	.hts-home-page .hts-home-slide-icon img {
		width: auto;
		height: 34px
	}
	.hts-home-page .hts-home-slide-icon i,
	.hts-home-page .hts-home-slide-icon img {
		padding-bottom: 4px
	}
	.hts-home-page .hts-home-slide-icon strong {
		display: block;
		max-width: 150px;
		font-size: 11px;
		line-height: 14px
	}
}
@media (max-width:400px) {
	.hts-home-slide-titre span {
		font-size: 30px;
		line-height: 40px
	}
	.hts-home-slide-titre-top {
		margin-top: 30px;
		letter-spacing: 2px
	}
	.hts-home-page .hts-home-slide-titre-top {
		margin-top: 42px
	}
}

.hts-section-contact {
	background-color: #f7f7f7
}

.hts-section-contact .col-sm-3 {
	margin-top: 30px
}

.hts-section-contact .col-sm-8 {
	margin-top: 30px
}

.hts-section-contact i {
	color: #24c6e0
}

.hts-header-top {
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	color: #aaa;
	font-size: 12px;
	z-index: 999
}

.hts-header-top i {
	color: #00a7e1;
	margin: 0 5px
}

.hts-header-top .col-lg-6 {
	padding: 0
}

.hts-header-top a {
	color: #aaa;
	text-decoration: none
}

.hts-header-top a:hover {
	color: #00a7e1
}

a.hts-drap {
	margin-right: 10px
}

@media (min-width:1200px) {
	.hts-coordonnees {
		text-align: right
	}
}

@media (max-width:767px) {
	.hts-coordonnees {
		margin: 0 -30px
	}
}

.hts-footer {
	color: #fff;
	border-top: 5px solid #24c6e0;
	background-color: #00a7e1;
	padding: 50px 0;
	font-size: 12px
}

.hts-footer a {
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 15px
}

.hts-footer .col-md-3 {
	text-align: right
}

.hts-footer a:hover {
	color: #031d40;
	text-decoration: none
}

@media (max-width:991px) {
	.hts-footer,
	.hts-footer .col-md-3 {
		text-align: center
	}
	.hts-footer a {
		display: inline-block
	}
	.hts-footer i {
		margin-top: 15px
	}
}

.navbar-brand {
	padding: 15px 0 0 15px
}

.hts-navbar-brand {
	padding: 0 0 0 15px;
	margin: 15px 0 0 15px !important;
	border-left: 1px solid #e7e7e7
}

.navbar {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 0;
	margin: 0;
	padding: 0;
	height: 80px;
	margin-top: 30px;
	z-index: 99
}

.navbar-nav>li>a {
	padding: 0;
	padding: 0 15px;
	line-height: 80px;
	font-size: 16px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #031d40
}

.navbar-nav>li>a.omega {
	padding: 0 0 0 15px
}

.navbar-nav>li>a:hover {
	color: #00a7e1
}

.navbar-nav>li.active a {
	color: #00a7e1
}

.navbar-nav>li>a:link,
.navbar-nav>li>a:visited,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
	background: none
}

.dropdown-menu {
	background-color: #f7f7f7;
	border: none;
	font-size: 12px
}

.mega-dropdown-menu .container {
	padding: 20px 0;
	
}

a.hts-nav-gyro {
	display: table-cell;
}
.hts-nav-gyro span {
	display: block;
	text-align: center;
	padding: 5px 11px 5px 11px;
	border:solid 0px #333;
}
.hts-nav-gyro span em {
	display: block;
	font-style: normal;
}

a.hts-nav-video {
	display: block;
}
.hts-nav-video span {
	display: block;
	padding: 0px 0 15px 30px;
	text-align: center;
	font-size:17px;
	border-bottom: dotted 1px #cccccc;
	color: #031d40;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.hts-nav-gyro img {
	margin: 0 auto;
	display: block
}
.seakeeper1 img {
	width: 13%
}
.seakeeper2 img {
	width: 18%
}

.seakeeper3 img {
	width: 22%
}

.seakeeper4 img {
	width: 25%
}

.seakeeper45 img {
	width: 28%
}

.seakeeper5 img {
	width: 30%
}
.seakeeper6 img {
	width: 32%
}
.seakeeper75 img {
	width: 34%
}
.seakeeper105 img {
	width: 37%
}
.seakeeper14 img {
	width: 39%
}
.seakeeper9 img {
	width: 35%
}

.seakeeper16 img {
	width: 40%
}
.seakeeper18 img {
	width: 42%
}

.seakeeper26 img {
	width: 45%
}

.seakeeper35 img {
	width: 50%
}
.seakeeper5hd img {
	width: 33%
}
.seakeeper7hd img {
	width: 36%
}

.seakeeper12hd img {
	width: 40%
}

.seakeeper20hd img {
	width: 45%
}

.seakeeper30hd img {
	width: 50%
}
.seakeeper40 img {
	width: 52%
}

.hts-nav-gyro-type {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	background: linear-gradient(to right, #00a7e1, #031d40)
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0
}

.mega-dropdown {
	position: static !important
}

.mega-dropdown-menu {
	padding: 0;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none
}

.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 18px;
	font-weight: bold
}

@media (max-width:991px) {
	a.hts-nav-gyro {
		display: block
	}
	.hts-nav-gyro span {
		text-align: left;
		padding: 5px 0 5px 30px
	}
	.hts-nav-gyro span em {
		display: inline;
	}
	
	a.hts-nav-video {
		display: block;
		padding:0;
	}
	.hts-nav-video span {
		text-align: left;
		padding: 5px 0 5px 30px !important;
		font-size:inherit;
		border-bottom: none;
		color: inherit;
		font-family: inherit;
	}
	
	.dropdown-menu {
		font-size: 14px;
		padding-bottom: 15px
	}
	.mega-dropdown-menu .container {
		padding: 0
	}
	.hts-nav-gyro-type,
	.hts-nav-gyro img {
		display: none
	}
}

@media (max-width:991px) {
	.navbar .container {
		padding: 0;
		margin: 0 auto
	}
	.navbar .navbar-header {
		padding: 0;
		margin: 0
	}
	.navbar .navbar-collapse {
		width: 100%;
		margin: -1px 0 0 0;
		padding: 0
	}
	.navbar .navbar-nav {
		width: 100%;
		margin: 0
	}
	.navbar ul.nav {
		width: 100%;
		background-color: #f7f7f7
	}
	.navbar .nav>li {
		border-bottom: 1px solid #e7e7e7
	}
	.navbar-nav>li>a {
		line-height: 40px;
		text-align: left
	}
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #f7f7f7
}

.navbar-nav .dropdown-menu>li>a:hover {
	background-color: #f7f7f7
}

@media (max-width:991px) {
	.navbar-nav .dropdown-menu>li>a:hover {
		background-color: #e7e7e7
	}
}

.navbar-toggle {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 78px
}

@media (max-width: 991px) {
	.navbar .nav > li.hts-mobile-home-row {
		display: flex;
		align-items: center
	}
	.navbar .nav > li.hts-mobile-home-row > a {
		width: 58px;
		flex: 0 0 58px;
		text-align: center
	}
	.hts-mobile-languages {
		display: flex !important;
		align-items: center;
		gap: 8px;
		margin-right: 15px;
		margin-left: auto
	}
	.hts-mobile-languages a {
		display: flex;
		width: 30px;
		height: 28px;
		align-items: center;
		justify-content: center;
		border: 1px solid transparent;
		border-radius: 4px;
		opacity: .62
	}
	.hts-mobile-languages a.active {
		border-color: #00a7e1;
		background: rgba(0,167,225,.08);
		opacity: 1
	}
	.hts-mobile-languages img {
		display: block;
		max-width: 18px;
		height: auto
	}
}

/* Floating sizing form */
.hts-floating-form {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1050;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 6px 16px 6px 9px;
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 25px;
	background: #08a9d9;
	color: #fff;
	text-decoration: none;
	filter: drop-shadow(0 8px 18px rgba(0, 39, 76, .28));
	transition: transform .2s ease, background-color .2s ease;
}
.hts-floating-form:hover,
.hts-floating-form:focus {
	background: #06335d;
	color: #fff;
	text-decoration: none;
	outline: none;
	transform: translateY(-2px);
}
.hts-floating-form__ruler {
	position: relative;
	display: flex;
	width: 29px;
	height: 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 3px;
	font-size: 12px;
}
.hts-floating-form__ruler:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 1px;
	height: 5px;
	background: #fff;
	box-shadow: 5px 0 0 #fff, 10px 0 0 #fff, 15px 0 0 #fff, 20px 0 0 #fff;
}
.hts-floating-form__label {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2px;
}

@media (max-width: 767px) {
	.hts-floating-form {
		right: 10px;
		bottom: 10px;
		gap: 7px;
		min-height: 36px;
		padding: 5px 12px 5px 8px;
	}
	.hts-floating-form__label {
		font-size: 11px;
	}
	.hts-floating-form__ruler {
		width: 26px;
		height: 16px;
		font-size: 11px;
	}
}
