/* --- TEXTBANNER ---*/
.slot--texbar #texbar-button {
    display: none;
}
.slot--texbar .texbar {
    background: #b3000c;
		color: white;
}
.slot--texbar #texbar span {
    line-height: 10px;
}
.slot--texbar #texbar {
    min-height: 45px;
}
.azalea--back-to-top-link-text {
		display: none;
}

.tws-top-menu .navbar-nav > li > a,
.tws-top-menu .navbar-nav .tws-top-menu--sub-item a {
    text-transform: capitalize;
}

body .page-canvas {
    max-width: none;
}

.tws-top-menu > .container-fluid > .navbar-collapse {
    max-width: none;
}
.azalea--footer,
.azalea--footer .container {
    max-width: none;
}

/* Centrera loggan i desktopvy */
@media (min-width: 768px) {
  .azalea--header-wrapper {
  	height: 123px;
  }
  .slot--logo {
    width: 400px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

	.tws-social-icons--list {
		width: 100%;
    height: 100%;
		}