
header .desktop {
 display: inherit;
 
}
header .mobile {
 display: none;
 
}


@media screen and (max-width: 992px) {

header .desktop {
 display: none;
 
}
header .mobile {
 display: inherit;
 
}

}

/* TABS */

.nav-tabs {
    border-bottom:0px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00d689;
    background-color: #fff0;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 800;
    border: 0px;
    opacity: 1;
}
.nav-tabs 
a.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00d689;
    text-decoration: none;
    font-weight: 800;
    opacity: 0.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
a.nav-link:hover {
 border: 0px;
}

.navbar-default .navbar-nav>li.green>a {
 color: #00d78a;
 font-weight: 800;
 padding: 40px 0px;
}


.navbar-default .navbar-nav>li.orange>a {
    color: #ee9d2e !important;
    font-weight: 400;
}


/* LOGO */

.navbar-brand {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    width: auto;
    padding: 0px 0%;
    float: left;
    width: 34px;
    height: fit-content;
    margin-left: 3%;
}

footer .navbar-brand {
 line-height: normal !important;
 height: 70px;
}

a.navbar-brand::visited {
 opacity: 100%;
}

.navbar-brand img {
 width: 100%;
    height: 100%;
}
.brand-container {
	text-align: center;
  padding: 0px 0px;
}


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

.navbar {
  padding: 0px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
}

.width-fluid {
  padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
/* Images */
body.home .navbar-brand img {
	    width: auto;
    height: 100%;
    display:inline;
       -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     
}
.navbar-brand>img {
    width: auto;
    height: 100%;
    display:inline;
       -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     filter: invert(0);
}





.item img {
	width: 100%;
}

.whiteout {

}

/* Header Iconx */

nav .header-icons {
 float: right;
 display: block;
 height: 100px;
 padding-right: 10px;
}
nav .header-icons a {
 padding: 0px 5px;
}

.header-icons li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}

/*--------------------------------------------------------------
# Navigation!
--------------------------------------------------------------*/
/* PRIMARY */


.menu-primary-menu-container {
 display: block;
 float: right;
 width: 100%;
}
.menu-primary-menu-container ul {
 line-height: 25px;
}
#menu-primary-menu {
     display: flex;
    justify-content: space-around;
}



.menu-primary-menu-container ul li {
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 37px;
    width: 100%;
    float: right;
    font-family: 'Montserrat', sans-serif;
}

.menu-primary-menu-container ul li.booking { 
background-color: var(--gold);
color: white;
}

.menu-top-menu-container {
    width: auto;
    display: inline-block;
    float: right;
    vertical-align: middle;
    /* background-color: red; */
    line-height: 100px;
    margin-right: 30px;
    
}


li.menu-item a {
 	  color: var(--dark);
   width: 100%;
    padding: 4% 0%;
    background: white;
}

li.current_page_item  a {
  background-color: var(--dark);
   color: white;
}
li.menu-item:hover {
 background-color: var(--gold);
 color: white;
 cursor: pointer;
 opacity: 1;
}
li.menu-item:hover a {
 color: white;
 background-color: var(--gold);
 opacity: 1;
}

.menu-primary-menu-container ul li.cur_item a {
 background-color: : var(--gold) !important;
}

li.menu-item.booking a {
 color: white;
 background-color: var(--gold);
}
li.menu-item.booking a:hover {
  background-color: var(--dark);
  opacity: 1;
}


.mobile li.menu-item a {
 	  color: white;
   width: 100%;
    padding: 2% 0%;
    background: transparent;
    font-size: 2.2em;
}
/*
nav a,
nav a:visited {
	  color: var(--dark);
   width: 100%;
padding: 4% 0%;
background: white;
}
nav a:active,
nav a:hover {
  background-color: : var(--gold);
  opacity: 1;
  color: white;
}*/

nav li.cur_item a {
 color: white;
 background-color: var(--gold);
}
.menu-primary-menu-container ul li.booking nav a,
.menu-primary-menu-container ul li.booking nav a:visited {
 color: white;
 background-color: : var(--gold);
}

/* Mobile */
#menu-mobile-menu li {
   padding-bottom: 8px;
   
 
}
#menu-mobile-menu li a {
   letter-spacing: 3px;
   font-weight: 600;
   text-align: left;
   
 
}

#menu-mobile-menu li.booking {
   padding: 12px 20px;
   text-align: center;
   margin-bottom: 18%;
   border: 1px solid white;
   letter-spacing: 2px;
}

#menu-mobile-menu li.booking a{
   text-align: center;
   font-weight: 400;
   font-size: 17px;
}

#menu-mobile-menu li.mobile-sec {
     padding-bottom: 0px;
 
}
#menu-mobile-menu li.sec-top {
    margin-top: 30px !important;
 }
#menu-mobile-menu li.mobile-sec a {
    font-size: 15px;
    color: var(--gold);
    margin-bottom: 5px;
    padding-bottom: 0px;
 
}
@media (min-width: 1440px) {
 
.menu-primary-menu-container ul li {
    font-size: 1em;
}

}
@media (min-width: 1240px) {
 
.menu-primary-menu-container ul li {
    font-size: 1em;
}

}

@media (min-width: 992px) {
 
li.menu-item.booking a:hover {
  background-color: var(--gold);
  opacity: 1;
}

}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


a {
	color: var(--dark);
  /*font-weight: 700;*/

}

a:visited {
	color: var(--gold);
}

a:hover,
a:focus,
a:active {
	color: var(--gold);
 opacity: 0.7;
}

a:focus {
	outline:0px thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.swipera  {
	color: white;
}
/* Top menu */



a.readmore {
 font-weight: 600;
}

a.readmore .fas {
 margin-left: 1px;
 transition: all 0.35s ease-in-out;
 
}

a.readmore:hover .fas {
 
 transition: all 0.35s ease-in-out;
 margin-left: 5px;
 
}

#start-slider a,
#start-slider a:visited {
 color: white;
  font-weight: 600;

}


/* Bottom menu */

.bottom-menu {
    z-index: 999;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: fixed;
    /*background-color: black;*/
    /*background-color: #8fb0d8;*/
		background-color: #7d0f4f;
    bottom: 0px;
    margin-top: 15px;
		left: 0px;
}
/* Toggle cellphone X */


.navbar-default {
	background-color: transparent;
    border-color: transparent;
    z-index: 9;
    position: relative;
    width: 100%;
	border: 0px; border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
}
.navbar-header .container {
 padding: 0px;
}

#navbar {
padding-top: 120px;
    height: 100vh !important;
    background-color: var(--gold);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 998;
    width: 100hw;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 85px;
    padding-right: 85px;
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.navbar-push-right {
 opacity: 0;
}
#navbar a {
 text-transform:none;
 text-align: left;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    letter-spacing: 0px;

}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff !important;
	opacity: 0.5;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:active {
    color: #fff !important;
    background-color: transparent;
		
	
}

.guiding a {
   color: #ea2323 !important;
    font-weight: 800;
    font-size: 32px;
    padding: 20px 0 !important;
}

/* ---- */

.navbar-toggle {
  border: none;
  background: transparent !important;
  padding: 13px 10px 13px 10px;
}
.navbar-toggle .icon-bar+.icon-bar {
}

/*.navbar-toggle .icon-bar {
	display: block;
    width: 35px;
    height: 2px;
    border-radius: 1px;
}*/
.navbar-toggle .icon-bar {
    display: block;
    width: 45px;
    height: 2px;
    border-radius: 1px;
    }
.navbar-toggle:hover {
    background: transparent !important;
	padding: 13px 8px 13px 12px;
}
.navbar-toggle.active {
	position: absolute;
	right: 0px;
}

.navbar-toggle.active .icon-bar {
    width: 45px !important;
    transition: width 0.2s !important;
}


.navbar-toggle.collapsed  {
    margin: 0;
    z-index: 111;

}

.navbar-toggle.active {
 position: relative;
}
.navbar-toggle.collapsed .middle-bar2 {
 
margin-bottom: -3px;
}
.navbar-toggle.collapsed .top-bar {
transform: rotate(0deg);
    opacity: 1;
    background-color: white;
  margin-bottom: 7px;
}
.navbar-toggle.collapsed .middle-bar {
 display: inherit;
 width: 32px;
 opacity: 1;
 transform: rotate(0);
    background-color: white;
 transition: all 0.2s ease-in-out;
}
.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
    /*height: 8px;*/
    opacity: 1;
    background-color: white;
  margin-top: 7px;
}

.navbar-toggle.active .top-bar {
  opacity: 0;
   /* transform: rotate(45deg) !important;
    transform-origin: 55% 0% !important;
    z-index: 9999;
    background-color: white;
    height: 3px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;*/
}
.navbar-toggle:hover .middle-bar {
 width: 45px;
}

.navbar-toggle.active .middle-bar {
    opacity: 1 !important;
    transform: rotate(-45deg) !important;
    background-color: white;
}
.navbar-toggle.active .middle-bar2 {
    opacity: 1 !important;
    transform: rotate(45deg) !important;
    display: inherit;
    color: var(--gold);
    background: var(--gold);
    transform-origin: 55% 0% !important;
    background-color: white;
    
}
.navbar-toggle.active .bottom-bar {
 opacity: 0;
   /* transform: rotate(-45deg) !important;
    transform-origin: 40% 0% !important;
    z-index: 9999;
    background-color: white;
    height: 3px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;*/
}

.navwhite {
	background-color: #fff;
    position: fixed;
    width: 100%;
		display: block;
}

.navwhite .navbar-header {
		background-color: #fbf5e5;
    position: fixed;
    width: 100%;
}

.navwhite .navbar-brand {
	display: block;
	padding-left: 70px;
}
.colorfix header {
 background: black;
}
.colorfix .navbar-header {
  width: 100%;
		top: 0px;
}

header.colorfix {
    position: fixed;
    background-color: white;
    /* dominant-baseline: central; */
    width: 100%;
    top:0px;
    left: 0px;
    z-index: 999;
}


li.menu-item {
  position: relative;
}



 li.menu-item:current {
	color: red;
}

.produkt-menu .sub-menu li.menu-item {
    position: relative;
    list-style: none;
		font-weight: 300;
    text-transform: uppercase;
		font-size: 13px;
		padding-bottom: 3px;
}




/* Footer */
.colophon-span p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
}


ul.nav-footer {

 list-style: none;
 display: inline;
 margin: 0px;
 padding: 0px 0px 20px 0px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	width: max-content;
	margin-bottom: 30px;
 text-align: left;

}

ul.nav-footer li {

}

ul.nav-footer li a {

    color: white !important;
    font-size: 1.3em;
    padding-bottom: 7%;
    display: block;
}

ul.nav-footer li a:hover {
 color: white !important;
 opacity: 0.7;
}

ul.nav-footer li a:visited {
  color: white !important;
 opacity: 1;
}


body.home .start-footer {
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 999;
  width: 100%;
  padding: 0px;
  padding-left: 30px;
}

.start-footer {
  position: absolute;
  bottom: 40px;
  right: 0px;
  z-index: 999;
  width: 100%;
  padding: 0px;
  padding-left: 30px;
}

.nav-footer {
    padding: 00px;
		text-align: left;
}

.nav-footer
ul {
  list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}
.nav-footer
ul li {
   border-right: 1px solid #000 !important;
  display: inline;
			text-transform: uppercase;

  
}
.nav-footer 
ul li a {
 
    padding: 0px 10px 0px 10px;

}

.nav-footer 
ul li:last-child {
	border-right: 0px solid #000 !important;
}

.start-footer ul.nav-footer-start li a {
  color: white;
  border-right: 1px solid #ffffff !important;
}

.start-footer ul.nav-footer-start li:last-child  a {
    border-right: 0 !important;
    
}

ul.nav-footer li a:visited {
  color: white;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
        font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}


.dropdown-item {
display: block;
    width: 100%;
    padding: 0px;
    clear: both;
    font-size: 22px;
    /* font-weight: 800; */
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: center;
    color: white;
    /* text-transform: uppercase; */
    /* padding-left: 40px; */
    font-family: 'Libre Baskerville', serif;
}

.dropdown-toggle::after {
    display: none;
}

a.dropdown-item,
a.dropdown-item:visited {
  opacity: 0.8;
	color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    opacity: 0.7;
    text-decoration: none;
    background-color: transparent;
		color: white;
}
/* Push Menu css */
.navbar-push {
		padding-left: 45px;
    padding-right: 45px;
    margin-left: 0;
    margin-right: 0;
}

nav.navbar {
	    height: fit-content;
    padding: 0px;
    padding: 0px 0px 0px 0px;
}

.mobile .mobileheader {
    
    padding: 20px 20px;
 
}

.mobile ul.top-nav {
 margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 10px;
}

.mobile ul.top-nav li {
   line-height: normal;
   padding: 2% !important;
}
@media screen and (max-width: 9999px) {
    .push-canvas {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        overflow-x: hidden;
        position: relative;
        right: 0;
    }
    
    .push-canvas.pushed-left {
        right: 0%;
    }
    
    .push-canvas.pushed-right {
        right: 0%;
    }
    
    .navbar-push {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        position: fixed;
        max-width: 470px;
        top: 0;
        width: 90%;
    }
    
    .navbar-push.navbar-push-left {
        left: 0%;
    }
    
    .navbar-push.navbar-push-right {
        right:-550px;
        opacity: 0;
    }
    
    .navbar-push.navbar-push-right.in {
        right: 0;
        opacity: 1;
    }
    
    .navbar-push.navbar-push-left.in {
        left: 0;
    }
}

@media screen and (max-width: 992px) {
 
  header {
  background-color: transparent;
 }
 
    .push-canvas {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        overflow-x: hidden;
        position: relative;
        right: 0;
    }
    
    .push-canvas.pushed-left {
        right: -0px;
    }
    
    .push-canvas.pushed-right {
        right: 0px;
    }
				.header-icons li {
				list-style: none;
				/* float: left; */
				display: inline-block;
				padding-top: 20px;
		}
    .navbar-push {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        height: 100%;
        position: fixed;
        width: 100%;
        top: 0;
				overflow-y:scroll;
    }
    
    .navbar-push.navbar-push-left {
        left: 0px;
    }
    
    .navbar-push.navbar-push-right {
        right: -100%;
    }
    
    .navbar-push.navbar-push-right.in {
        right: 0;
    }
    
    .navbar-push.navbar-push-left.in {
        left: 0%;
    }
    ul.nav-footer {
     margin-bottom: 0px; 
    }
      ul.nav-footer li a {
       padding-bottom: 2% !important;
   }
}

@media screen and (max-width: 520px) {
 
 .navbar-brand {
    height: auto;
}
 
 ul.nav-footer {

 display: inline-grid;

}
header.colorfix {
    height: 90px;
}
.navbar-brand {
    width: auto;
}

.menu-top-menu-container {
 display: none;
}

.navbar-header .container {
 padding: 20px;
}

ul.nav-footer li {
       display: inline;
       text-align: left;
       padding-right: 0px;
       border-right: 0px solid #000;
       margin-right: 10px;
       line-height: 21px;
   }
   
 .menu > div {
 margin-bottom: 0px;
 padding-bottom: 0px;
}
ul.nav-footer {
 margin-bottom: 0px;
 padding-bottom: 0px;
}
 ul.nav-footer li a {
    padding-bottom: 10px !important;
}
    
		.body {
			padding-left: 30px;
		}
    .push-canvas {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        overflow-x: hidden;
        position: relative;
        right: 0;
    }
		
		nav.navbar {
     padding: 0px;
}

nav .header-icons {
    float: right;
    display: block;
    height: 50px;
    padding-right: 10px;
}
		
.navbar-brand {
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* display: none; */
    color: #fff;
    height: 50px;
    width: 190px;
    /* padding: 0px 10px; */
    /* margin: -5px 0px 10px 0px; */
    border-right: 0px solid white;
    float: left;
    line-height: normal;
    margin-right: 0px;
    padding: 10px;
}

.navbar-brand>img {
    width: 100%;
    height: 100%;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


    
    .push-canvas.pushed-left {
        right: 0%;
    }
    
    .push-canvas.pushed-right {
        right: 0%;
    }
    
    .navbar-push {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        height: 100%;
        position: fixed;
        width: 100%;
        top: 0;
    }
		
		.navbar-push.navbar-push-left {
    left: 0%;
}
    

    
    .navbar-push.navbar-push-right {
        right: -100%;
    }
    
    .navbar-push.navbar-push-right.in {
        right: 0;
    }
    
    .navbar-push.navbar-push-left.in {
        left: 0;
    }
}


@media (max-width: 9999px) {
  .navbar-header {
		float: none;
    text-align: center;
    position: ;
    width: 100%;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: block!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 0px 7px 0px 0px;
  }
	
	.navbar ul:before {

	}
  
  .navbar ul {
    margin: 0px;
    padding: 0px;
		
  }
		  .navbar ul ul {
    margin: 0px;
		padding-bottom: 20px;
		
  }
	  .navbar ul ul ul{
    margin: 0px;
		padding-bottom: 20px;
		
  }
  .navbar-nav>li {
      float: none;
						padding-bottom: 20px;

  }
  .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .collapse.in{
      display:block !important;
  }
}

.navbar-brand-mobile {
	display: none;
}

.scrolldown {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    color: white;
    left: 50%;
    padding: 10px 0px 10px;
    font-size: 20px;
}

.burgertext {
	float: right; color: #black; padding: 15px 5px 15px 15px; font-size: 20px; font-weight: 500;
}

.menu-desktop-menu-container {
	padding: 0px 0px 20px 0px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar ul.nav-desktop {
	padding: 0px 0px 20px 0px;
}
 .navbar ul.nav-desktop{
    margin: 0px;
    padding-bottom: 20px;
    list-style: none;
    display: inline;
		
}

.nav-desktop li.menu-item {
    position: relative;
    display: inline;
}


.nav-desktop li.menu-item a {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    padding: 10px 10px;
		
}

.nav-desktop li.menu-item a:hover {
    color: #ea8215;
		
}


/* Desktop nav */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
		.menu-desktop-menu-container {
		display: none;
	}
		.menu-desktop-menu-se-container {
		display: none;
	}


.navbar-toggle.collapsed {

    display: unset;
}
.start-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  padding: 20px 20px !important;text-align: center
}

.start-footer .footer-left {
  text-align: center;
}

.bottom-menu {
display: none;
}




.navbar-brand>img {
width: auto;
    height: 100%;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.introtext-wrap .navbar-brand>img {
    width: 200px;
}



}

.headersearch {
	float: right; color: black; padding: 0px 15px 5px 15px; font-size: 20px;
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
#navbar {
	padding-top: 120px;
 padding-left: 55px;
 padding-right: 55px; 
 width: 100%;
	
}
.navbar-push-right {
 opacity: 0;
}
.navbar-push-right.in {
 opacity: 1;
}
    .navbar-push {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        height: 100%;
        position: fixed;
            width: 100vw;
        top: 0;
    }
		
	ul#menu-primary-menu, ul#menu-primary-menu-se {	
    height: 100vh;
	}		

   .nav-link {
    display: block;
    padding: 40px 20px;
    /*font-size: 16px !important;*/
}

.navbar-push {

    padding-right: 40px;
    padding-left: 40px;
    margin-left: 0;
    margin-right: 0;

}
.burgertext {
	display: none;
}
.navbar-brand {
}
.navbar-brand-mobile {
    height: 60px;
    float: left;
    padding: 12px 7px 12px 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
		display: block;
}

.navbar-brand-mobile>img {
    width: auto;
    height: 100%;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headersearch {
	float: right; color: black; padding: 5px 15px 5px 15px; font-size: 20px;
}

.headersearch {
    margin-top: 0px;
    width: 100%;
}

.search-wrap {
	    border-top: 1px solid gray;
    padding-top: 16px;
}

.headersearch form {
	width: 80%;
}
.headersearch form label {
	width: 100%;
}

.headersearch i {
    font-size: 16px;
    padding-left: 5px;
    margin-right: 15px;
    float: right;
    vertical-align: middle;
    padding-top: 0px;
    font-size: 23px;
}

.headersearch form input[type="search"].search-field {
	width: 100%;
	background-color: transparent;
}

.introtext-wrap .navbar-brand>img {
    width: 120px;
    margin-bottom: 30px;
}

#menu-mobile-menu li a {
  font-size: 20px;
margin-bottom: 0px;

}

#menu-mobile-menu li.mobile-sec a {
  font-size: 13px;
  color: var(--gold);
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.dropdown-item {
    font-size: 18px;
    text-align: center;
}




.start-footer {
  position: absolute; bottom: 0px; left: 0px; padding: 20px !important; z-index: 999;
}
.menutype {
 color: white;
display: inline;
float: left;
margin-left: -60px;
line-height: 20px;
}

.navbar-toggle.collapsed {
position: fixed;
    transform: rotate(-90deg);
    top: 23%;
    background-color: var(--gold) !important;
    right: -15px;
    width: 120px;
    padding-left: 20px !important;
    padding-right: 15px !important;
    width: auto;
    height: 50px;
    margin-bottom: 25px;
}
.navbar-toggle.collapsed.active {
 transform: rotate(0deg);
 top: 2%;
 right: 2%;
}

.colorfix .navbar-toggle.collapsed {
	margin-top: 0px;
}


.navbar-toggle.collapsed.active .menutype {
	display: none;
}

}

