/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 700px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1380px) {
	.container {
		max-width: 1300px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-4,
.col-8,
.col-12,
.col-sm-6,
.col-md-6,
.col-lg-3,
.col-lg-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.33333300%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-right {
	text-align: right;
}

.h-100 {
	height: 100%;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

@media (min-width: 576px) {
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33333300%;
	}
}

@media (min-width: 768px) {
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.33333300%;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}
}


/*============================================
	Fonts
============================================*/

@font-face {
    font-family: 'loraregular';
    src: url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.eot');
    src: url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.eot?#iefix') format('embedded-opentype'), url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.woff2') format('woff2'), url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.woff') format('woff'), url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.ttf') format('truetype'), url('/fileupload/template_hotels/julenhotels/fonts/LoraRegular/lora-regular.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorabold';
    src: url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.eot');
    src: url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.eot?#iefix') format('embedded-opentype'), url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.woff2') format('woff2'), url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.woff') format('woff'), url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.ttf') format('truetype'), url('/fileupload/template_hotels/julenhotels/fonts/LoraBold/lora-bold.svg#lorabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.eot');
    src: url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.woff2') format('woff2'), url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.woff') format('woff'), url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.ttf') format('truetype'), url('/fileupload/template_hotels/julenhotels/fonts/MontserratRegular/montserrat-regular.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*============================================
	Main
============================================*/

:root {
	--main-color: #333;
	--sub-main-color: #424040;
	--lightgrey-color: #5A5A5A;
	--white: #fff;
	--orange: --white;
	--orange-hover: --white;
	--bg-footer: #333;
}

html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Helvetica', serif;
}

body {
	background: var(--sub-main-color);
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

*,
*:before,
*:after {
	box-sizing: border-box
}

a {
	text-decoration: none;
	-webkit-transition: color 200ms ease 0s;
	transition: color 200ms ease 0s
}


/*============================================
	Global
============================================*/

.sr-only {
	overflow: hidden;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0, 0, 0, 0)
}

.space-10 {
	margin-bottom: 10px;
}

.space-30 {
	margin-bottom: 30px;
}

.space-50 {
	margin-bottom: 50px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.image-full-height {
	width: auto;
	max-width: initial;
	height: 100%;
}

.bg-white {
	background-color: var(--white);
}

.list-clean {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.title-5 {
	font-size: 0.875rem;
}

.title-0.white,
.title-1.white,
.title-2.white,
.title-3.white,
.title-5.white,
p.white,
span.white,
.white {
	color: var(--white);
}

.lora-bold {
	font-family: 'lorabold';
}

.montserrat-regular {
	font-family: 'montserratregular';
}

a.link-inherit,
a.link-inherit:hover {
	color: inherit;
}

a.link-inherit:hover {
	opacity: 0.6;
}

.sep {
	height: 4px;
	width: 65px;
	background-color: var(--orange);
}

.sep.grey {
	background-color: var(--lightgrey-color);
}

@media only screen and (min-width: 768px) {
	.space-md-0 {
		margin-bottom: 0;
	}

	.padding-top-md-60 {
		padding-top: 60px;
	}

	.padding-bottom-md-60 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.padding-top-xl-70 {
		padding-top: 70px;
	}

	.padding-bottom-xl-70 {
		padding-bottom: 70px;
	}
}


/*============================================
	Header
============================================*/

.site-header {
	position: relative;
	height: 80px;
	background-color: var(--main-color);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.logo {
	height: 50px;
}

.menu-button-wrapper {
	float: right;
	font-size: 1rem;
	line-height: 1;
	position: relative;
}

.menu-button {
	position: relative;
	color: var(--main-color);
	font-size: inherit;
	font-family: 'montserratregular';
	letter-spacing: 1px;
	line-height: initial;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	height: 50px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.head-item--mail {
	display: inline-block;
	padding-left: 40px;
}

    .head-item--phone::before,
    .head-item--mail::before {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 30px;
        background: url(/fileupload/template_hotels/julenhotels/images/phone-big.png) no-repeat center center;
        background-size: contain;
        content: "";
    }

    .head-item--mail::before {
        background: url(/fileupload/template_hotels/julenhotels/images/mail-big.png) no-repeat center center;
        background-size: contain;
    }

@media (min-width: 768px) {
	.site-header {
		height: 90px;
	}

	.logo {
		height: 55px;
	}
}

@media (min-width: 1200px) {
	.site-header {
		height: 100px;
	}

	.logo {
		height: 60px;
	}
}


/*============================================
	Menu
============================================*/
.menu-item {
	position: relative;
	display: block;
	padding-left: 50px
}

    .menu-item::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 22px;
        height: 18px;
        background: url(/fileupload/template_hotels/julenhotels/images/logo.png) no-repeat center center;
        background-size: contain;
        transform: translateY(-50%);
        content: "";
    }

.menu-item--adress::before {
    background: url(/fileupload/template_hotels/julenhotels/images/map.png) no-repeat center center;
    background-size: contain;
}

.menu-item--phone::before {
    background: url(/fileupload/template_hotels/julenhotels/images/phone.png) no-repeat center center;
    background-size: contain;
}

.menu-item--fax::before {
    background: url(/fileupload/template_hotels/julenhotels/images/fax.png) no-repeat center center;
    background-size: contain;
}

.menu-item--mail::before {
    background: url(/fileupload/template_hotels/julenhotels/images/mail.png) no-repeat center center;
    background-size: contain;
}

.menu-item--web::before {
    background: url(/fileupload/template_hotels/julenhotels/images/web.png) no-repeat center center;
    background-size: contain;
}

@media (min-width: 992px) {
	#main-menu li {
		float: left;
		display: block;
		height: 90px;
		width: 25%;
	}

	#main-menu li a {
		display: block;
		height: 100%;
		line-height: 90px;
		color: var(--main-color);
		font-family: 'montserratregular';
		font-size: 1rem;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	#main-menu li:hover a,
	#main-menu li.current-menu-item a,
	#main-menu li.current-page-ancestor a,
	#main-menu li.current-menu-ancestor a {
		background-color: var(--lightgrey-color);
	}
}

@media (min-width: 1200px) {
	#main-menu li {
		height: 100px;
	}

	#main-menu li a {
		line-height: 100px;

	}
}


/*============================================
	Footer
============================================*/

.site-footer {
	background-color: var(--bg-footer);
}

.logo-footer {
	height: 100px;
}

.credits {
	font-size: 0.6875rem;
}

#footer-menu {
    font-family: "montserratregular";
}

#footer-menu li {
	color: var(--white);
	font-family: "montserratregular";
	font-size: 0.875rem;
	padding-top: 9px;
	padding-bottom: 9px;
	display: block;
	line-height: 1;
	text-transform: none;
}

#footer-menu li a {
	color: var(--white);
	text-transform: none;
	text-decoration: underline;
}

#footer-menu li.menu-item--phone a {
	text-decoration: none;
}

#footer-menu li:hover a,
#footer-menu li.current-menu-item a,
#footer-menu li.current-page-ancestor a,
#footer-menu li.current-menu-ancestor a {
	color: var(--orange);
	text-decoration: none;
}

@media (min-width: 768px) {
	#footer-menu {
		text-align: left;
		margin-top: -8px;
	}
}