/**
 * Minimal overrides — base look comes from vendored theme.css (copied from bestwestern).
 * DO NOT override uk-grid / absolute navbar / engine positioning.
 */

/* FontAwesome (theme.css warp path was broken; fonts live in media/fonts) */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
		url("../fonts/fontawesome-webfont.woff") format("woff"),
		url("../fonts/fontawesome-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class*="uk-icon-"] {
	font-family: FontAwesome !important;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

/* line-height:1 breaks vertical centering on .uk-icon-button (42px disks) */
[class*="uk-icon-"]:not(.uk-icon-button) {
	display: inline-block;
	line-height: 1;
}

.uk-icon-star:before {
	content: "\f005";
}

.uk-icon-angle-double-down:before {
	content: "\f103";
}

.uk-icon-phone:before {
	content: "\f095";
}

.uk-icon-fax:before {
	content: "\f1ac";
}

.uk-icon-envelope:before {
	content: "\f0e0";
}

.bw-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 10000;
	background: #002674;
	color: #fff;
	padding: 0.75rem 1rem;
}

.bw-skip-link:focus {
	left: 1rem;
	top: 1rem;
}

/* Hide module titles (prod showtitle=0) */
.bw-module-title,
.moduletable > h3 {
	display: none !important;
}

/* Language switcher — match prod select */
.tm-language .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tm-language .mod-languages {
	float: right;
}

.tm-language .mod-languages .pretext {
	float: left;
	margin-right: 2px;
	margin-top: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(42, 42, 42, 0.7);
}

.tm-language .mod-languages .pretext p {
	margin: 0;
	color: rgba(42, 42, 42, 0.7);
}

.tm-language .mod-languages select.inputbox,
.tm-language .mod-languages form select {
	width: auto;
	min-width: 0;
	max-width: 3.2em;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	color: rgba(42, 42, 42, 0.7) !important;
	-webkit-text-fill-color: rgba(42, 42, 42, 0.7);
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}

.tm-language .mod-languages select.inputbox option {
	color: #2a2a2a;
	-webkit-text-fill-color: #2a2a2a;
}

/* Menu: match prod (hide Accueil, no wrap) */
.tm-nav .mod-menu > li.default > a.hide-me,
.tm-nav .mod-menu > li.item-116,
.tm-nav ul.nav > li.item-116 {
	display: none !important;
}

.tm-nav .mod-menu,
.tm-nav ul.nav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.tm-nav .mod-menu > li,
.tm-nav ul.nav > li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.tm-nav .mod-menu > li > a,
.tm-nav ul.nav > li > a {
	display: inline-block;
	padding: 0 7px;
	line-height: 40px;
	color: rgba(42, 42, 42, 0.94);
	font-family: "CostaStd-Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
}

.tm-nav .mod-menu > li > a::after,
.tm-nav ul.nav > li > a::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 7px;
	right: 7px;
	height: 1px;
	background: #27aae1;
	opacity: 0;
	transform: translateY(-8px);
	transition: 0.3s;
}

.tm-nav .mod-menu > li > a:hover::after,
.tm-nav .mod-menu > li.active > a::after,
.tm-nav .mod-menu > li.current > a::after,
.tm-nav ul.nav > li.active > a::after,
.tm-nav ul.nav > li.current > a::after {
	opacity: 1;
	transform: translateY(0);
	height: 2px;
}

.tm-nav .mod-menu > li.active > a,
.tm-nav .mod-menu > li.current > a {
	color: #27aae1;
}

/* Booking CTA — match prod btn-light-blue */
#tm-top-engine input.dispo.uk-button,
.engine-box input.dispo.uk-button,
body.btn-light-blue .uk-button.dispo {
	background: #27aae1 !important;
	color: #ffffff !important;
	border: 0 !important;
}

#tm-top-engine input.dispo.uk-button:hover,
.engine-box input.dispo.uk-button:hover,
body.btn-light-blue .uk-button.dispo:hover,
body.btn-light-blue .uk-button.dispo:focus {
	background: #48b7e5 !important;
	color: #ffffff !important;
}

.tm-nav .mod-menu ul {
	display: none;
}

.desc-logo .hotel-name {
	font-family: "CostaStd-Regular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #424242;
	line-height: 1.1;
	text-align: center;
}

.tm-nav-logo .desc-logo span.stared,
.desc-logo .stared {
	width: 100%;
	display: block;
	line-height: 17px;
	letter-spacing: normal;
	font-size: 16px;
	color: inherit;
}

.tm-nav-logo .desc-logo span.stared em,
.tm-nav-logo .desc-logo span.stared i,
.desc-logo .stared em,
.desc-logo .stared i {
	color: #7e7c7c;
	font-size: 14px;
	margin: 0 1px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: optimizeLegibility;
}

.tm-nav-logo .desc-logo span.stared:before,
.desc-logo .stared:before {
	display: inline-block;
	margin: 0 5px 5px 0;
	height: 1px;
	content: " ";
	background-color: #999;
	width: 42px;
	vertical-align: middle;
}

.tm-nav-logo .desc-logo span.stared:after,
.desc-logo .stared:after {
	display: inline-block;
	margin: 0 0 5px 5px;
	height: 1px;
	content: " ";
	background-color: #999;
	width: 42px;
	vertical-align: middle;
}

.desc-logo .hotel-slogan,
.tm-nav-logo .desc-logo .hotel-slogan {
	color: #424242;
	font-size: 18px;
	margin-top: 0;
	text-align: center;
}

/* Fullscreen hero — home only (inner pages use seven-height via theme.css) */
.is-home #tm-slideshow .tm-slideshow-fullscreen,
.is-home #tm-slideshow .uk-slidenav-position,
.is-home #tm-slideshow .uk-slideshow,
.is-home #tm-slideshow .uk-slideshow > li {
	height: 100vh;
	min-height: 100vh;
}

.is-home #tm-slideshow .uk-slideshow img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

.is-home #tm-slideshow .uk-cover-background {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* Inner-page heroes — 74vh (prod seven-height); beat UIkit inline heights */
body:not(.is-home) #tm-slideshow .tm-slideshow-fullscreen.seven-height .uk-slideshow,
body:not(.is-home) #tm-slideshow .tm-slideshow-fullscreen.seven-height .uk-slidenav-position,
body:not(.is-home) #tm-slideshow .tm-slideshow-fullscreen.seven-height .uk-slideshow > li {
	height: 74vh !important;
	min-height: 74vh !important;
}

body:not(.is-home) #tm-slideshow .tm-slideshow-fullscreen.seven-height .uk-slideshow img,
body:not(.is-home) #tm-slideshow .tm-slideshow-fullscreen.seven-height .uk-cover-background {
	width: 100%;
	height: 74vh !important;
	object-fit: cover;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}

/* Rooms/contact half-slideshow reinforcement (theme.css already sets 60vh) */
body:not(.is-home) #tm-slideshow.half-slideshow .uk-slideshow img,
body:not(.is-home) #tm-slideshow.half-slideshow .uk-cover-background {
	width: 100%;
	height: 60vh;
	object-fit: cover;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}

/* Article body — match prod typography hooks */
body:not(.is-home) .uk-article .tm-article-content {
	overflow: hidden;
}

body:not(.is-home) .uk-article .tm-article-content > :last-child {
	margin-bottom: 0;
}

body:not(.is-home) #tm-main .tm-content {
	padding-top: 20px;
	padding-bottom: 40px;
}

/* Ensure scroll arrow sits above slideshow */
#tm-to-bottom {
	position: absolute;
	z-index: 12;
	bottom: 2%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 45px;
}

#tm-to-bottom a {
	color: #c51426;
	text-decoration: none;
}

#tm-contact-band {
	position: relative;
	padding: 0;
}

#tm-contact-band .in-contact-band {
	position: absolute;
	z-index: 10;
	top: 10%;
	right: 6%;
	background: #ffffff;
	color: #2a2a2a !important;
	padding: 30px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

#tm-contact-band .in-contact-band,
#tm-contact-band .in-contact-band p,
#tm-contact-band .in-contact-band span,
#tm-contact-band .in-contact-band a,
#tm-contact-band .in-contact-band h3,
#tm-contact-band .in-contact-band .uk-panel-title,
#tm-contact-band .in-contact-band em {
	color: #2a2a2a !important;
}

#tm-contact-band .in-contact-band a:hover {
	color: #27aae1 !important;
}

#tm-contact-band .in-contact-band .uk-panel-title {
	display: block !important;
	margin: 0 0 12px;
	color: #003c7f !important;
	text-transform: uppercase;
	font-size: 20px;
}

#tm-contact-band .in-contact-band .uk-icon-phone,
#tm-contact-band .in-contact-band .uk-icon-fax,
#tm-contact-band .in-contact-band .uk-icon-envelope,
#tm-contact-band .in-contact-band .uk-icon-phone:before,
#tm-contact-band .in-contact-band .uk-icon-fax:before,
#tm-contact-band .in-contact-band .uk-icon-envelope:before {
	font-family: FontAwesome !important;
	color: #003c7f !important;
	font-style: normal !important;
	width: 1.2em;
	display: inline-block;
}

#tm-contact-band > .uk-container {
	position: relative;
	max-width: 100%;
	padding: 0;
}

.bw-home-map {
	width: 100%;
	height: 600px;
	min-height: 600px;
	background: #d8dde2;
}

.bw-map-infowindow {
	min-width: 220px;
	color: #2a2a2a;
	font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
}

.bw-map-infowindow .uk-icon-phone,
.bw-map-infowindow .uk-icon-fax,
.bw-map-infowindow .uk-icon-envelope {
	font-family: FontAwesome !important;
	margin-right: 4px;
	color: #003c7f;
}

#tm-contact-band .mapPanel {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 18%;
	transform: translateX(-50%);
	background: #fff;
	color: #2a2a2a;
	padding: 20px;
	min-width: 280px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#tm-contact-band .mapPanel[hidden] {
	display: none !important;
}

#tm-contact-band .mapPanel input {
	width: 100%;
	margin: 6px 0;
	padding: 8px;
	border: 1px solid #b6bec0;
}

/* Footer ISO — 4 columns: logo | mentions | menu-col-a | menu-col-b */
#tm-footer.tm-block-footer {
	padding: 20px 0;
	clear: both;
}

#tm-bottom-c.tm-block-bottom-c {
	padding-top: 40px;
	padding-bottom: 30px;
}

#tm-bottom-c .icons-logo_footer {
	text-align: center;
}

#tm-bottom-c .icons-logo_footer .hotel-name,
#tm-bottom-c .icons-logo_footer .hotel-slogan,
#tm-bottom-c .icons-logo_footer .desc-logo {
	color: #fff;
	text-align: center;
}

#tm-bottom-c .icons-logo_footer .desc-logo {
	display: block;
	width: 100%;
}

#tm-bottom-c .icons-logo_footer .stared {
	display: block;
	color: #b6bec0;
}

#tm-bottom-c .custom_style,
#tm-bottom-c .tm-bottom-c {
	color: #fff;
}

#tm-bottom-c .tm-bottom-c > .uk-panel {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
}

#tm-bottom-c .tm-bottom-c::after {
	content: "";
	display: table;
	clear: both;
}

#tm-bottom-c.tm-block-bottom-c::after {
	content: "";
	display: table;
	clear: both;
}

#tm-bottom-c .custom_style ul,
#tm-bottom-c .custom_style .mod-menu,
#tm-bottom-c .custom_style .uk-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #b6bec0;
}

#tm-bottom-c .custom_style ul.last,
#tm-bottom-c .tm-bottom-c > .uk-panel:first-child ul {
	border-right: 1px solid #b6bec0;
}

#tm-bottom-c .tm-bottom-c > .uk-panel:last-child ul {
	border-right: 1px solid #b6bec0;
}

#tm-bottom-c .custom_style ul li,
#tm-bottom-c .custom_style .mod-menu > li,
#tm-bottom-c .custom_style .uk-nav > li {
	display: inline-block !important;
	vertical-align: top;
	width: 50% !important;
	float: none !important;
	box-sizing: border-box;
	padding: 2px 8px 2px 0;
	margin: 0;
	list-style: none;
}

/* Mentions column: one link full width */
#tm-bottom-c .custom_style ul.last li,
#tm-bottom-c .tm-bottom-c > .uk-panel:first-child ul li {
	width: 100% !important;
	display: block !important;
}

/* Hide Accueil + Plan du site (prod) */
#tm-bottom-c .custom_style ul li a.hide-me,
#tm-bottom-c .custom_style ul li.uk-active,
#tm-bottom-c .custom_style .mod-menu > li.item-116,
#tm-bottom-c .custom_style .mod-menu > li.default,
#tm-bottom-c .tm-bottom-c > .uk-panel:first-child ul li:first-child {
	display: none !important;
}

#tm-bottom-c .custom_style a,
#tm-bottom-c .custom_style .mod-menu > li > a,
#tm-bottom-c .custom_style .uk-nav > li > a {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 13px;
	line-height: 1.8;
	padding: 0;
}

#tm-bottom-c .custom_style .mod-menu > li > a::after,
#tm-bottom-c .custom_style ul.nav > li > a::after {
	display: none !important;
}

#tm-bottom-c .custom_style a:hover {
	color: #27aae1 !important;
}

#tm-footer .bottom-footer {
	position: relative;
	text-align: center;
}

#tm-footer .bottom-footer ul {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}

#tm-footer .bottom-footer ul li {
	display: inline-block;
	margin: 0 12px;
	list-style: none;
}

#tm-footer .bottom-footer a {
	color: #ffffff;
}

#tm-footer .bottom-footer a:hover {
	color: #767a7e;
}

#tm-footer .bottom-footer p {
	font-size: 12px;
	color: rgba(199, 213, 227, 0.55);
	margin: 6px 0;
}

#tm-footer .tm-totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #003c7f;
	border: 1px solid #27aae1;
	text-decoration: none;
}

#tm-footer .tm-totop-scroller::after {
	content: "\f077";
	font-family: "FontAwesome";
}

@media (max-width: 767px) {
	#tm-bottom-c .tm-bottom-c > .uk-panel {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#tm-bottom-c .custom_style ul,
	#tm-bottom-c .custom_style .mod-menu,
	#tm-bottom-c .custom_style .uk-nav {
		border-right: none;
		border-bottom: 1px solid #b6bec0;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	#tm-bottom-c .tm-bottom-c > .uk-panel:last-child ul {
		border-bottom: none;
	}

	#tm-bottom-c .custom_style ul li,
	#tm-bottom-c .custom_style .mod-menu > li {
		width: 50% !important;
	}

	#tm-bottom-c .custom_style ul.last li,
	#tm-bottom-c .tm-bottom-c > .uk-panel:first-child ul li {
		width: 100% !important;
	}
}

/* Custom homepage bands (legacy Widgetkit replacements, if any remain) */
.bw-band {
	display: grid;
	gap: 24px;
	align-items: center;
}

@media (min-width: 960px) {
	.bw-band-split {
		grid-template-columns: 1.15fr 0.85fr;
	}
}

.bw-band-media img {
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 260px;
	max-height: 420px;
}

.bw-discover {
	display: inline-block;
	margin-top: 12px;
	color: #27aae1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.bw-cards {
	display: grid;
	gap: 20px;
}

@media (min-width: 960px) {
	.bw-cards {
		grid-template-columns: 1fr 1fr;
	}
}

.bw-card {
	position: relative;
	min-height: 280px;
	overflow: hidden;
	background: #003c7f;
}

.bw-card img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	display: block;
}

.bw-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent 25%, rgba(0, 38, 116, 0.88));
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}

.bw-card-overlay h2,
.bw-card-overlay p {
	color: #fff !important;
	margin: 0 0 8px;
}

.bw-contact-card {
	display: grid;
	gap: 24px;
}

@media (min-width: 960px) {
	.bw-contact-card {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.bw-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
	margin: 20px 0;
}

.bw-gallery-grid figure {
	margin: 0;
	overflow: hidden;
}

.bw-gallery-grid img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.bw-gallery-grid a.bw-gallery-link {
	display: block;
	cursor: zoom-in;
}

.bw-gallery-grid a.bw-gallery-link:hover img {
	transform: scale(1.04);
}

.bw-visite-360 {
	margin: 24px 0 32px;
}

.bw-visite-360 iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 450px;
	border: 0;
}

#bw-contact-map,
.bw-page-map {
	width: 100%;
	height: 600px;
	min-height: 420px;
	background: #e8eef3;
}

.bw-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	padding: 24px 72px;
}

.bw-lightbox[hidden] {
	display: none !important;
}

.bw-lightbox img {
	max-width: min(1200px, 86vw);
	max-height: 86vh;
	object-fit: contain;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
	user-select: none;
}

.bw-lightbox-close,
.bw-lightbox-prev,
.bw-lightbox-next {
	position: absolute;
	border: 0;
	border-radius: 0;
	background: #003c7f;
	color: #fff;
	cursor: pointer;
	line-height: 1;
}

.bw-lightbox-close {
	top: 16px;
	right: 20px;
	width: 42px;
	height: 42px;
	font-size: 28px;
}

.bw-lightbox-prev,
.bw-lightbox-next {
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 64px;
	font-size: 36px;
}

.bw-lightbox-prev {
	left: 16px;
}

.bw-lightbox-next {
	right: 16px;
}

.bw-lightbox-prev:hover,
.bw-lightbox-next:hover,
.bw-lightbox-close:hover {
	background: #27aae1;
}

.bw-lightbox-counter {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.04em;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.bw-lightbox {
		padding: 56px 56px 64px;
	}

	.bw-lightbox-prev,
	.bw-lightbox-next {
		width: 40px;
		height: 52px;
		font-size: 30px;
	}
}

body.bw-lightbox-open {
	overflow: hidden;
}

.bw-btn {
	display: inline-block;
	background: #27aae1 !important;
	color: #fff !important;
	padding: 10px 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 700;
}

/* Offcanvas fallback (when mmenu unavailable) */
.bw-offcanvas[hidden],
.bw-offcanvas-backdrop[hidden] {
	display: none !important;
}

.bw-offcanvas-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 27, 76, 0.55);
	z-index: 1100;
}

.bw-offcanvas {
	position: fixed;
	inset: 0 auto 0 0;
	width: min(320px, 88vw);
	z-index: 1200;
}

.bw-offcanvas-panel {
	height: 100%;
	background: #2a2a2a;
	color: #fff;
	padding: 20px;
	overflow-y: auto;
}

.bw-offcanvas-panel a {
	color: #fff;
}

.bw-offcanvas-close {
	float: right;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}

.bw-offcanvas-nav ul {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.bw-offcanvas-nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bw-offcanvas-nav a {
	display: block;
	padding: 14px 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

body.bw-nav-open {
	overflow: hidden;
}

.is-home #tm-main .blog-featured {
	min-height: 0;
}

.is-home #tm-main:not(.has-sidebars) {
	padding: 0;
}

.is-home #tm-main:not(.has-sidebars) .tm-content {
	padding: 0;
	border: 0;
	background: transparent;
}

@media (max-width: 959px) {
	.tm-nav {
		display: none !important;
	}

	.bw-nav-toggle {
		display: inline-block !important;
		margin-top: 28px;
	}
}

@media (min-width: 960px) {
	.bw-nav-toggle {
		display: none !important;
	}
}

/* Flush header to top of viewport (remove 24px stuck-navbar offset) */
.tm-navbar.stuck-navbar {
	top: 0 !important;
}

#tm-top-engine-wrapper.stuck-navbar {
	top: 100px !important;
}

/* Social bar — match prod hover (blue disk + white glyph, no underline) */
#tm-socialbar .tm-social-icons .uk-icon-button {
	line-height: 42px;
	margin: 4px;
	vertical-align: middle;
}

#tm-socialbar .tm-social-icons .uk-icon-button,
#tm-socialbar .tm-social-icons .uk-icon-button:before {
	color: #13202e;
	text-decoration: none;
}

#tm-socialbar .tm-social-icons .uk-icon-button:hover,
#tm-socialbar .tm-social-icons .uk-icon-button:focus,
#tm-socialbar .tm-social-icons .uk-icon-button:active {
	background-color: #003c7f;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#tm-socialbar .tm-social-icons .uk-icon-button:hover:before,
#tm-socialbar .tm-social-icons .uk-icon-button:focus:before,
#tm-socialbar .tm-social-icons .uk-icon-button:active:before {
	color: #ffffff;
}

#tm-socialbar .tm-social-toggle:hover,
#tm-socialbar .tm-social-toggle:focus {
	background-color: #48b7e5;
	color: #ffffff;
}
