/*
 *	### Body
 */

body {
	background: #fff;
	font-family: 'Nunito', sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fec845;
	text-decoration: none;

}

/*!
* Copyright (c) 2017, Froala (https://www.froala.com/),
* with Reserved Name: Froala Design Blocks.
* https://github.com/froala/design-blocks
* Code and documentation copyright 2018 Froala Labs. Code released under the Froala Open Web Design License.
* https://github.com/froala/design-blocks/blob/master/LICENSE
*/

.fdb-block {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	position: relative;
	overflow: hidden;
	padding: 4.5rem 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* Parallax */

.section-parallax [class*="parallax-"] {
	height: 400px;
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.section-parallax.parallax-food {
	height: 480px;
}

.section-parallax .parallax-bg {
	background-image: url('../images/parallax.jpg');
}


.section-parallax .parallax-easter {
	background-image: url('../images/parallax-easter.jpg');
}

.section-parallax .parallax-details {
	background-image: url('../images/parallax-details.jpg');
}

.section-parallax .parallax-gdpr {
	background-image: url('../images/parallax-gdpr.jpg');
}


.section-parallax .parallax-room-detail {
	background-image: url('../images/parallax-room-detail.jpg');
}


.section-parallax .parallax-about {
	margin-top: 0;
}

.section-parallax .parallax-nature {
	background-image: url('../images/parallax-nature.jpg');
}


.section-parallax .parallax-reservations {
	background-image: url('../images/parallax-reservations.jpg');
}

.section-parallax .parallax-conference {
	background-image: url('../images/parallax-conference.jpg');
}

.section-parallax .parallax-restaurant {
	background-image: url('../images/parallax-restaurant.jpg');
}

.section-parallax .parallax-restaurant-clasic {
	background-image: url('../images/parallax-restaurant-clasic.jpg');
}

.section-parallax .parallax-contact {
	background-image: url('../images/parallax-contact.jpg');
}

.section-parallax .parallax-gallery,
.section-parallax .parallax-food {
	background-image: url('../images/parallax-gallery.jpg');
}

.section-parallax .parallax-menu {
	background-image: url('../images/parallax-menu.jpg');
}

.section-parallax h2 {
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: 700;
}

.section-parallax h3 {
	color: #dd962f;
}

.section-parallax p {
	color: #fff;
}

.section-parallax [class*="parallax-"] .card {
	background: rgba(0, 0, 0, 0.5);
}

.section-parallax [class*="parallax-"] .card p {
	color: #fff;
}

.section-parallax .subheading {
	color: #f7f7f7;
	font-size: 1.25rem;
}

/*
 * Image gallery carousel
 */

.owl-carousel {
	padding: 0 10px;
}

.owl-carousel .item {
	margin: 5px;
}

.owl-carousel .item img {
	display: block;
	width: 100%;
	height: auto
}

.owl-carousel,
.owl-theme .owl-controls {
	margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 42.5%;
	margin: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #000;
	font-size: 1.5rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -15px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -15px;
}


.zoom {
	transition: transform 0.2s ease;
}

.zoom:hover {
	transform: scale(1.2);
}

.fdb-block .fdb-touch {
	z-index: 2;
	border-top: solid 0.3125rem #313131;
}

.fdb-block .fdb-box {
	overflow: hidden;
	border-radius: 0.25rem;
	box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
	padding: 3.75rem 2.5rem;
	background: #ffffff57;
	color: #444;
}

.fdb-block h2 {
	font-weight: 700;
	font-size: 2rem;
}

.fdb-block h3 {
	font-size: 1.5rem;
}

.fdb-block p {
	font-size: 1em;
}

.fdb-block p.heading {
	font-size: 2rem;
}

.fdb-block .fdb-heading {
	margin-bottom: 2em;
}

.fdb-block .fdb-heading h2 {
	color: #0ebf5d;
}

.fdb-block .fdb-heading h3 {
	margin-bottom: 0;
	color: #3d766d;
}

.fdb-block .fdb-heading .lead {
	margin-bottom: 0;
	font-size: 1.2rem;
}

/*
* Floating blocks
*/

.fdb-block .col-fill-left {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.fdb-block .col-fill-left + div {
	position: relative;
	z-index: 2;
}

.fdb-block .col-fill-right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.fdb-block .col-fill-right + div {
	position: relative;
	z-index: 2;
}


/*
*	### Header
*/

header {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 100;
}

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;

	padding: 5px 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	/*background: rgba(255, 255, 255, 1); */
	background: url("bk.jpg");
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

#navigation.navbar-fixed-top {
	background-color: rgba(255, 255, 255, 0.95);
}

.navbar-fixed-top .navbar {
	padding-right: 0;
	padding-left: 0;
}

.navbar {
	mask-image: linear-gradient(90deg, rgb(255 255 255) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%)
}

.navbar-brand {
	position: relative;
	z-index: 101;
	/*width: 200px;*/
}

.navbar-brand img {
	/*position: absolute;
	top: -32px;*/
}

#navigation.navbar-fixed-top .navbar-brand img {
	height: 75px;
}

.navbar-nav {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
}

.navbar-nav .nav-item a {
	color: #490808;
	font-weight: 700;
	font-size: 1.25rem;
}

.navbar-nav .nav-item a:hover {
	color: #6d0909;
}

.navbar-nav .nav-item.active a {
	color: #dd962f;
}

.navbar-nav .nav-link {
	display: inline-block;
}

.navbar-nav > li {
	align-self: center;
}

.navbar-nav > li:not(.nav-item-lang) {
	flex: 1 1 auto;
}

.navbar-nav .nav-item.nav-item-lang:first-child,
.navbar-nav .nav-item.nav-item-lang:first-of-type {
	padding-left: 20px;
}

.navbar-nav .nav-item-lang .nav-link {
	padding: 0 0.25rem;
}

.navbar-nav .nav-item-lang .nav-link:first-child {
	padding-left: 0;
}

/*
*	### Main
*/

main[role="main"] {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #fff;
}


/*
 * Slideshow
 */

.slideshow-overlay {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #00000091 /*#000000c2*/
}

.slideshow-video,
.slideshow-image {
	position: relative;
	z-index: 0;
}

.slideshow-video {
	max-height: 660px;
}

.slideshow-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.slideshow p {
	color: #fff;
	line-height: 1;
	font-size: 1.875rem;
}

.slideshow .slideshow-caption-buttons {
	margin-top: 3em;
}

.slideshow .btn.btn-sm {
	padding: 8px 15px !important;
	color: #fff;
	font-size: 0.875rem;
}

.slideshow .btn {
	/*opacity: 0.7;*/
}

.slideshow .btn-call {
	background: #edae44;
}

.slideshow .btn-submit {
	background: #83a846;
}


/*
* Carousel
*/

.carousel-item {
	/*height: 100vh;*/
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-item p.lead {
	font-weight: 700;
	font-size: 1.75rem;
}

.carousel-item p {
	color: #fff;
}

.carousel-caption {
	bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.carousel-item {
		max-height: 350px;
		height: 100vh;
	}

	.carousel-item img {
		height: 100%;
	}

	.carousel-caption p:not(.lead):not([class*="mt"]) {
		display: none;
	}

	.carousel-caption p.lead {
		line-height: 1;
	}

	.carousel-caption [class*="mt"] {
		margin-top: 0.5rem !important;
	}
}


/*
* ### Section
*/

section {
	position: relative;
	clear: both;
	background: url("bk.jpg");
}

section p,
section ul li {
	line-height: 1.5;
	color: #3e3e3e;
}

/* Gradient heading */

.gradient {
	display: inline-block;
	color: #f9a508;
	text-align: left;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(left, #f8f069 0%, #dd962f 100%)
}

/*
*	Section : Breadcrumbs
*/
.section-breadcrumbs {
	margin: 0;
	padding: 2rem 0;
}

.section-breadcrumbs .breadcrumb {
	margin: 4rem 0;
	border: 0;
	padding: 0;
	background: none;
}

.section-breadcrumbs .breadcrumb span {
	color: #abaaaa;
}

.section-breadcrumbs .breadcrumb li a:hover span {
	color: #71dac9;
}

/*
*	Section : Content
*/

.section-content h2,
.section-content h3 {
	margin-bottom: 32px;
}

.section-content p,
.section-content ul li {
	line-height: 1.75;
	font-size: 1rem;
}

.section-content p:not(:last-child) {
	margin-bottom: 15px;
}

.section-content ul {
	margin: 0;
	padding: 0;
}

.section-content ul li {
	list-style-type: square;
	margin-left: 1.5em;
}

.section-content .row:not(:last-child),
.section-content ul {
	margin-bottom: 25px;
}

.page-content p {
	font-size: 1.125rem;
}

/*
*	Section : Checked list
*/

.section-content ul.checked li {
	position: relative;
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}

.section-content ul.checked li:before {
	position: absolute;
	top: .4em;
	left: 0;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	content: "\f00c";
	color: #4873c0;
}

/*
* Image gallery carousel
*/

.owl-carousel {
	padding: 0 10px;
}

.owl-carousel .item {
	margin: 5px;
}

.owl-carousel .item img {
	display: block;
	width: 100%;
	height: auto
}

.owl-carousel,
.owl-theme .owl-controls {
	margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 42.5%;
	margin: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #000;
	font-size: 1.5rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -15px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -15px;
}


/*
*	Section : Location and concept
*/

.section-location-concept {
	background: #f8f9f9;
}

.section-location-concept p {
	color: #08432f;
}


/*
* Section: Room facilities
*/

.section-room-facilities {

}


/*
* Section: Offers
*/

.section-offers h1 {
	color: #fff;
}

.section-offers p {
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}


/*
 * Floating blocks
 */

.section-filler p {
	font-size: 1.125rem;
}


/*
* Section: FAQs
*/

.section-faqs #accordion .card,
.section-faqs #accordion .card:last-child .card-header {
	border: none;
}

.section-faqs #accordion .card-header {
	border-bottom-color: #edeff0;
	padding: 0;
	background: transparent;
}

.section-faqs .btn {
	width: 100%;
	padding: 8px 0 !important;
	white-space: normal;
	text-align: left;
}

.section-faqs .btn.btn-section {
	display: inline-block;
	width: auto;
	padding: 0.5rem !important;
}

.section-faqs .btn-link:hover,
.section-faqs .btn-link:focus {
	text-decoration: none;
}

.section-faqs #accordion .card-body {
	padding: 1.25rem 0;
}

.section-faqs #accordion .card-body p {
	font-size: 1rem;
}

.section-faqs #accordion .card-body p:last-child {
	margin-bottom: 0;
}

/*
* Section: Form
*/

.fdb-block.section-form .fdb-box {
	overflow: inherit;
	padding: 1.75rem 1.5rem;
}

.fdb-block.section-form .reservation-details p {
	margin-bottom: 0;
}


/*
* Bootstrap box
*/

.bs-box {
	position: relative;
	display: flex;
}

.bs-box a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bs-box-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: auto;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	background: #3c3c3c;
}

.bs-box-wrapper:not([data-no-effect]):after,
.bs-box-wrapper:not([data-no-effect]):before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	border-right: 3px solid rgba(255, 255, 255, 0.25);
	border-left: 3px solid rgba(255, 255, 255, 0.2);
	transition: all 0.25s ease;
	-webkit-transition: all .35s ease;
	content: "";
}

.bs-box-wrapper img {
	width: 100%;
	height: auto;
}

.bs-box-wrapper:before {
	transform: skew(45deg) translateX(-155%);
	-webkit-transform: skew(45deg) translateX(-155%);
}

.bs-box-wrapper:hover:before {
	transform: skew(45deg) translateX(-55%);
	-webkit-transform: skew(45deg) translateX(-55%);
}

.bs-box-wrapper:after {
	transform: skew(45deg) translateX(155%);
	-webkit-transform: skew(45deg) translateX(155%);
}

.bs-box-wrapper:hover:after {
	transform: skew(45deg) translateX(55%);
	-webkit-transform: skew(45deg) translateX(55%);
}

.bs-box-wrapper img {
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.bs-box-wrapper:not([data-no-effect]):hover img {
	opacity: 0.5;
}

.bs-box-wrapper .bs-box-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.5);
	-webkit-transform: translate(-50%, -50%) scale(.5);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.bs-box-wrapper:hover .bs-box-content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.bs-box-wrapper .bs-title,
.bs-box-wrapper .bs-description {
	margin: 0;
	border: 2px solid #fff;
	padding: 15px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.125rem;
}

.bs-box-wrapper .bs-description {
	display: block;
	margin-top: 15px;
	padding: 5px 10px;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.875rem;
}


/*
* Form
*/

/*
* Buttons
*/

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 8px 20px !important;
	font-weight: 400;
	font-size: 18px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn.btn-sm {
	padding: 4px 24px !important;
}

.btn.btn-md {
	padding: 8px 36px !important;
}

.btn.btn-lg {
	padding: 18px 48px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	border: 2px solid #f8f069;
	background: #dd962f;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: #f8f069 !important;
	background: #f8f069 !important;
}

.btn-primary.btn-outline {
	border: 2px solid #f8f069;
	background: transparent;
	color: #f8f069;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
	background: #dd962f;
	color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #edffe3;
	border-color: #edffe3;
}

/*
 * Animation button
 */

[class*="btn-"] .arrow-animation {
	position: relative;
	display: inline-block;
	transition: all 250ms ease-out;
	will-change: transform;
	color: #fff;
}

[class*="btn-"]:hover .arrow-animation,
[class*="btn-"]:focus .arrow-animation {
	-webkit-transform: translate3d(-16px, 0, 0);
	transform: translate3d(-16px, 0, 0);
}

[class*="btn-"] .arrow-animation i {
	position: absolute;
	opacity: 0;
	width: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

[class*="btn-"]:hover .arrow-animation i,
[class*="btn-"]:focus .arrow-animation i {
	opacity: 1;
	right: -32px;
}

/*
 * Buttons colors
 */

.btn-primary-effect {
	border: 0;
	background: #f8f069;
	background: linear-gradient(90deg, #f8f069 0%, #dd962f 100%);
	color: #fff;
}

.btn-primary-effect:hover {
	background: #dd962f;
	background: linear-gradient(90deg, #dd962f 0%, #f8f069 100%);
	color: #fff;
}

.btn-outline-primary .arrow-animation {
	color: #dd962f;
}

.btn-outline-primary:hover .arrow-animation {
	color: #fff;
}

.btn-outline-dark .arrow-animation {
	color: #3c464b;
}

.btn-outline-dark:hover .arrow-animation {
	color: #fff;
}

/*
* Custom text
*/

.custom-text {
	color: #da922a;
}


/*
* Horizontal line
*/

hr {
	border-top-style: dotted;
}

/*
* Form
*/

.form-control {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: transparent;
	font-size: 1rem;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

select.form-control {
	position: relative;
	padding: 0 .75rem;
}

.form-control:active,
.form-control:focus {
	border-color: #f8f069;
	outline: none;
	box-shadow: none;
}

/*
* Section form
*/

.section-form .col {
	position: relative;
}

.section-form .form-control[readonly][class*='datepicker'] {
	background-color: transparent;
}

.section-form .col label {
	font-size: 0.875rem;
}

/*
* Captcha
*/

.frm__captcha > * {
	display: inline-block;
	vertical-align: middle;
}

.frm__captcha input {
	width: 100px;
	font-size: 0.875rem;
}

/*
* Section: Contact
*/

.section-contact {
	padding-top: 0;
}

/*
*	### Helpers
*/

/*
* Clearfix
*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

/*
* Divider
*/

hr {
	border-top: 1px solid #ccc;
	text-align: center;
}

hr::after {
	display: inline-block;
	position: relative;
	top: -18px;
	padding: 0 10px;
	background: #fff;
	color: #ccc;
}

/*
* Overflow
*/

.overflow-block {
	overflow: hidden;
}

/*
* Equals row columns height
*/

.row-equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row-equal > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

/*
* OpenStreetMap
*/

.OpenStreetMap {
	height: 25em;
	/*filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);*/
	filter: brightness(0.7) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.8);
}

.OpenStreetMap.olMap {
	margin-bottom: 0 !important;
}

.OpenStreetMap .olMapViewport {
	z-index: 0;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: auto;
}

.leaflet-tile-container {
	pointer-events: auto;
}

.leaflet-bar,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	border: 1px solid #c5c5c5;
	box-shadow: none !important;
}

/*
* Hidden email address
*/

.hiddenemail {
	color: #000;
}

.hiddenemail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.hiddenemail:hover {
	color: #000;
	cursor: pointer;
}

/*
* Responsive tables
*/

.rwd__tbl {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rwd__tbl_cell {
	display: table-cell;
}


/*
*	### Footer
*/

footer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

footer .container {
	min-height: 300px;
}

footer h4 {
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
}

footer p {
	margin-bottom: 0;
	line-height: 1.85;
}

footer p,
footer span {
	color: #fff;
}

footer.fdb-block p {
	font-size: 0.875rem;
}

footer p > span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	padding: 5px;
	background: #ffc107;
	text-align: center;
	border-radius: 100%;
}

footer a {
	font-size: 1rem;
}

footer a,
footer .hiddenemail {
	color: #ffc107;
}

footer a.selected,
footer a:hover,
footer .hiddenemail:hover {
	color: #fff;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
}

footer ul li + li {
	margin-top: 10px;
}

/*
* Back to top
*/

#back-to-top {
	position: fixed;
	right: 1rem;
	bottom: 5rem;
	z-index: 99999;
	display: none;
}

#back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	transition: all 0.25s;
	background: #4873c0;
	color: #fff;
	font-size: 1.5rem;
}

#back-to-top i:hover {
	background: #725635;
	color: #fff;
	cursor: pointer;
}

/*
*	### Media Queries
*/

@media only screen and (max-width: 767px) {
	/*
	 *	### Header
	 */
	.navbar-toggler i {
		font-size: 1.75rem;
	}

	.navbar-expand-md .navbar-collapse {
		padding-top: 0;
	}

	.navbar-collapse.collapsing .navbar-nav > li,
	.navbar-collapse.collapse .navbar-nav > li {
		align-self: flex-start;
	}

	.navbar-brand img {
		position: relative;
		top: auto;
		height: 60px;
	}

	/*
	 * Floating blocks
	 */
	.section-filler .col-fill-left,
	.section-filler .col-fill-right {
		max-width: 540px !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	/*
	 *	### Header
	 */
	.navbar-right {
		float: left !important;
		margin-right: 0;
	}

	.navbar-brand img {
		height: 75px;
	}

	.navbar-nav .nav-item-lang .nav-link {
		padding-left: 0;
	}
}

@media screen and (max-width: 992px) {
	/*
	* Header
	*/
	.navbar-toggler i {
		font-weight: 700;
		font-size: 2rem;
		color: #f9a508;
	}

	.navbar-toggler:focus {
		outline: none;
	}

	/*
	 * Floating blocks
	 */
	.section-filler {
		padding-bottom: 0;
	}

	.section-filler > div:first-child {
		display: flex;
		flex-flow: column;
	}

	.section-filler .col-fill-left,
	.section-filler .col-fill-right {
		position: relative;
		order: 2;
		width: 100%;
		max-width: 720px;
		height: 300px;
		margin: 0 auto;
	}

	.section-filler .col-fill-left {
		order: 1;
	}

	.section-filler .col-fill-right {
		order: 2;
	}

	.section-filler .container {
		order: 1;
	}

	.section-filler .container [class*='col'] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	/*
	 *	### Footer
	 */
	footer .row > div:not(:last-child) {
		margin-bottom: 2em;
	}

	footer .px-5 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}
