/* ----- Change language ----- */

.change-lang {
	position: absolute;
	top: 24px;
	right: 0;
	z-index: 1000;
    margin: 7px;
}

.change-lang a {
	padding: 3px;
    width: 30px;
    display: inline-block;
}

@media screen and (max-width: 1100px) {
	.change-lang {
		position: absolute;
		top: 28px;
		right: 110px;
		z-index: 1000;
		margin: 7px;
	}
}

@media screen and (min-width: 1100px) {
	.inline-menu {
		margin-right: 40px;
	}
}

/* ----- END: Change language ----- */



/* ----- Change breakpoint ----- */

@media screen and (max-width: 1100px) {
	nav.inline-menu {
		display: none;
	}

	.open-menu-btn.sf-bar-menu-button-right {
		display: block;
	}
		
	.sf-drawer.drawer-navigation {
		display: block;
	}
}

/* ----- END: Change breakpoint ----- */



/* ----- Sticky top ----- */

.top-menu-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    /*border-bottom: 1px solid #eee;*/
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.top-menu-wrapper .component-dropdown {
    z-index: 1000;
    margin-bottom: 0;
}

.top-menu-wrapper + div {
	margin-top: 130px;
}

.top-menu-wrapper + .color_block {
	margin-top: 90px;
}

/* Animate meny */

.top-menu {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.top-menu .inline-menu,
.top-menu a,
#logo a.image-logo,
#logo a.image-logo img,
.change-lang,
.open-menu-btn,
.top-menu.with-offset #logo-wrapper,
.top-menu.with-offset #logo {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-menu.with-offset {
	height: 50px;
}

.top-menu.with-offset .inline-menu {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (min-width: 1100px) {
	.top-menu.with-offset a {
		font-size: 12px;
	}
}

.with-offset #logo a.image-logo {
    top: 1px
}

.with-offset #logo a.image-logo img {
    width: 110px;
}

.with-offset .change-lang {
	top: 9px;
}


/* ---  Mobile menu --- */

.with-offset .open-menu-btn {
	padding: 3px 10px;
	top: 10px;   
	right: 10px;
}

.top-menu.with-offset #logo-wrapper,
.top-menu.with-offset #logo {
	height: 50px;
}

@media screen and (max-width: 1100px) {
	.with-offset .change-lang {
		top: 7px;
		right: 75px;
	}
}

/* ----- END: Sticky top ----- */

/* ----- Wide img tall w two buttons ----- */

.columns.wide_image_tall_two_btn {
	max-width: 100%;
	padding: 0;
}

.columns.wide_image_tall_two_btn .intro-buttons .sf-btn {
    margin: 15px;
}

/* ----- END: Wide img tall w two buttons ----- */









