/* BODY */

body {
  font-family: "Raleway", sans-serif;
  line-height: 1.8em;
  font-size: 16px;
}

.hero-call-to-action-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-call-to-action {
  display: flex;
  margin: 10px;
  padding: 10px 15px 10px 20px;
  align-items: center;
  margin-top: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.call-to-action {
  min-width: 250px;
  text-align: left;
}

.call-to-action h1 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

.call-to-action p {
  font-size: 16px;
  margin: 0;
}

.call-to-action.category {
  border-left: 1px solid #333;
  padding-left: 15px;
}

.call-to-action.booking {
  margin-right: 10px;
}

.hero-call-to-action i {
  font-size: 32px;
}

.hero-call-to-action i:before {
  cursor: pointer;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-share span {
  vertical-align: middle;
  margin-right: 10px;
}

.SocialMediaShareButton {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}

#map {
  height: 600px;
}

#map img {
  max-width: none;
}

.map_wrapper {
  position: relative;
}

.full_width_map {
  width: 100%;
  height: 800px !important;
}

.white-fade {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 50;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(1, white)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0),
    white
  );
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
}

/* HEADER */

.top-banner {
  background-color: #333;
  padding: 7px;
  height: 50px;
}

.top-banner > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex {
  display: flex;
  position: relative;
  flex: 1;
  padding: 0;
  align-items: center;
}

.align-right {
  justify-content: flex-end;
}

.align-left {
  justify-content: flex-start;
}

.dropdown.language .dropdown-toggle i {
  color: #999;
  padding: 2px 4px;
}

.dropdown.language .dropdown-toggle {
  text-decoration: none;
  padding: 10px;
  white-space: nowrap;
}

.dropdown.language [class^="icon-"]:before,
[class*=" icon-"]:before {
  cursor: pointer;
}

.dropdown.language img {
  width: 20px;
  height: auto;
  padding-right: 5px;
}

.dropdown.language .dropdown-menu {
  background-color: #333;
  left: -10px;
  box-shadow: none;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  min-width: 140px;
}

.dropdown.language .dropdown-menu > li > a {
  color: #eee;
  line-height: 30px;
}

.dropdown.language .dropdown-menu > li > a:hover,
.dropdown.language .dropdown-menu > li > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
}

.search {
  pointer-events: auto;
  max-width: 450px;
  width: 100%;
  flex-shrink: 1 !important;
  margin: 0 10px;
}

.search-form {
  width: 100%;
  padding: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: all 250ms;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
}

.search-form:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.search-form i {
  display: inline-block;
  position: absolute;
  font-size: 17px;
  color: #999;
  width: 20px;
  text-align: center;
  left: 15px;
  top: 15px;
}

.search-form input {
  display: block;
  margin: 0;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
  padding: 25px;
  font-size: 16px;
  color: #eee;
  margin-left: 30px;
  padding-right: 30px;
  padding-left: 20px;
}

.search-form input:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.white-popup {
  overflow-y: scroll;
  padding: 70px;
  height: 90%;
}

.menu .menu-button a {
  display: table;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
  color: #999;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  transition: all 250ms;
}

.menu .menu-button a:hover {
  color: #fff;
  text-decoration: none;
}

.menu .menu-button a i {
  font-size: 22px;
  display: table-cell;
  padding-bottom: 0;
  width: 35px;
  text-align: right;
  vertical-align: middle;
}

.menu .menu-button a span {
  display: table-cell;
  vertical-align: middle;
}

.header-menu {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px;
  font-size: 15px;
  display: none;
}

.header-menu,
.header-menu a {
  color: #ccc;
}

.header-menu h3,
.header-menu h3 a {
  color: #eee;
}

.header-menu h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 30px;
}

.header-menu h3:first-child {
  margin-top: 10px;
}

.header-menu h3 i {
  margin-right: 8px;
}

.header-menu h3 a:hover {
  text-decoration: none;
}

.header-menu .nav > li > a {
  line-height: 1.8em;
  margin-left: 20px;
  display: inline-block;
}

.header-menu .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.header-menu .norsk_okoturisme {
  display: block;
  margin-top: 50px;
}

.header-menu .norsk_okoturisme img {
  border-radius: 40px;
  padding: 2px;
  background-color: #fff;
  height: 32px;
  width: 32px;
  margin-right: 5px;
}

.top-link-banner {
  height: 150px;
  z-index: 10;
}

.hero-menu a {
  margin: 5px 25px;
  font-size: 20px;
  text-align: center;
  color: #333;
  border-bottom: 3px solid #999;
  transition: all 0.25ms;
  position: relative;
}

.hero-menu a:hover {
  text-decoration: none;
  border-bottom: 3px solid #ccc;
}

.hero-menu a:active {
  text-decoration: none;
}

.header-logo {
  width: 100px;
  text-align: center;
}

.header-logo img {
  height: 90px;
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
}

/* SEARCH/NAV */

.hero-headline {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.hero-headline h2 {
  font-weight: normal;
  max-width: 700px;
  margin: auto;
  font-size: 21px;
  line-height: 30px;
}

.hero-map {
  height: 500px !important;
  position: relative;
}

.hero-map-canvas {
  margin-top: 70px;
  margin-bottom: 30px;
}

.hero-map-canvas #map {
  height: 500px !important;
  position: relative;
}

.map-controllers {
  z-index: 9;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.body-fp .category-header-front {
  display: none;
}

.marker_content {
  text-align: center;
}

.marker_content img {
  width: 75px;
  height: auto;
  display: block;
  margin: 5px auto;
}

.marker_content a.account_name {
  color: #333;
  text-decoration: none;
  font-size: 20px !important;
  line-height: 1.4em;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: bold;
}

.set_of_categories {
  font-size: 10px;
  color: #aaa;
}

.well-map {
  display: inline-block !important;
  padding: 2px !important;
  float: none;
  margin: 5px !important;
}

/* SLIDER */

.information-label {
  background-color: #ffc;
  display: inline-block;
  margin: auto;
  padding: 5px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-style: italic;
}

/*frontpage*/
.hero-video {
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.hero-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.hero-video-container iframe,
.hero-video-container object,
.hero-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-images {
  margin: 20px 0 60px;
  text-align: center;
  position: relative;
}

.hero-images .welcome {
  text-align: center;
  margin-bottom: 40px;
}

.hero-images .company {
  display: none;
}

.hero-images .company:first-child {
  display: block;
}

.hero-images .image {
  position: relative;
}

.hero-images .image a {
  cursor: pointer;
}

.hero-images .image a:hover {
  text-decoration: none;
}

.hero-images .slider-controllers {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-images .slider-controllers .slider-button {
  font-size: 100px;
  padding: 30px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-shadow: 0 0 3px #000;
  opacity: 0;
  transition: opacity 100ms;
  height: calc(100% - 50px);
  position: relative;
  width: 15%;
  box-sizing: border-box;
  pointer-events: all;
}

.hero-images .slider-controllers .slider-button i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.hero-images .slider-controllers .previous-slide i {
  left: 20px;
}

.hero-images .slider-controllers .next-slide i {
  right: 20px;
}

.hero-images .slider-controllers .slider-button i::before {
  cursor: pointer;
}

.hero-images .slider-controllers .slider-button:hover {
  opacity: 0.5;
}

.hero-images .slider-controllers .previous-slide {
  float: left;
}

.hero-images .slider-controllers .next-slide {
  float: right;
}

.hero-images p.photographer {
  color: #666;
  font-size: 12px;
}

.hero-images .company-details {
  text-align: center;
}

.hero-images .logo img {
  width: auto;
  max-height: 75px;
  max-width: 150px;
}

.hero-images .company-details h1 {
  font-size: 35px;
}

.hero-images .company-details p.lead {
  font-size: 19px;
  line-height: 1.6em;
}

.hero-images .action-link {
  color: #333;
  font-size: 35px;
  font-family: "Playfair Display";
  font-style: italic;
  border-bottom: 3px solid #999;
  transition: all 250ms;
}

.hero-images .action-link i {
  color: #999;
  margin-left: 5px;
}

.hero-images a.action-link:hover {
  text-decoration: none;
  border-bottom: 3px solid #ccc;
}

.hero-images .hero-index-introduction {
  text-align: center;
  margin-top: 80px;
}

.hero-images .hero-index {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 20px;
  justify-content: center;
}

.hero-images .hero-index a {
  flex: 0 0 25%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.hero-images .hero-index a:hover {
  text-decoration: none;
}

.hero-images .hero-index a.active {
  background-color: #000;
}

.hero-images .hero-index a i {
  visibility: hidden;
  position: absolute;
  font-size: 22px;
  left: 15px;
  top: 10px;
  color: #fff;
}

.hero-images .hero-index a.active i {
  visibility: visible;
}

.hero-images .hero-index a:hover i {
  visibility: visible;
  color: #999;
}

.hero-images .hero-index img {
  opacity: 1;
  transition: opacity 100ms ease-in;
}

.hero-images .hero-index .active img {
  opacity: 0.2;
}

.hero-images .hero-index a:hover img {
  opacity: 0.4;
  transition: opacity 0 ease-in;
}

/*categories*/

.category-header {
  padding: 0 40px;
}

.category-header h1 {
  color: #333;
  text-align: center;
}

.category-header p {
  color: #666;
  font-size: 19px !important;
  text-align: center;
  padding: 10px 0;
}

/*specific category*/

.category-box {
  margin-bottom: 20px;
  position: relative;
}

.category-box > a {
  display: block;
  text-align: center;
}

.category-box > a:hover {
  text-decoration: none;
}

.category-box h3 {
  color: #333;
  font-size: 40px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.category-box .photoCopy {
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  text-align: right;
}

.category-box .photoCopy a {
  color: #666;
}

/* FRONT PAGE ELEMENTS */

.newsletter,
.promoted-giftcard {
  padding: 35px;
  border: 3px solid #999;
  background-color: #f6f6f6;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 60px;
}

.newsletter > h1,
.promoted-giftcard > h1 {
  margin-bottom: 30px;
  font-size: 40px;
}

.newsletter > p,
.promoted-giftcard > p {
  width: 80%;
  font-size: 17px;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.newsletter form {
  text-align: left;
}

.newsletter .newsletter-input {
  width: 100%;
  padding: 8px 0px 8px 8px !important;
}

.newsletter .newsletter-submit {
  height: 37px;
}

.promoted-giftcard .icon {
  text-align: center;
  font-size: 60px;
}

.list_logo {
  margin: 0 auto;
  text-align: center;
}

.list_logo img {
  max-width: 64px;
  max-height: 64px;
}

/* VISUAL NAVIGATION */

.thumbnail {
  text-align: center;
  margin-bottom: 8px;
}

/* MEMBER PAGE */

.article_text {
  overflow: hidden;
  position: relative;
  line-height: 1.8em;
}

.article_text .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(1, white)
  );
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  min-height: 160px;
  display: none;
}

.article_text .read-more a {
  margin-top: 110px;
  display: block;
}

.external-members {
  margin: 20px;
}

.external-members a {
  margin: 0px 10px;
}

.external-members img {
  max-height: 40px;
  max-width: 40px;
  margin-top: 5px;
}

.external-members .description {
  font-size: 12px;
  font-style: italic;
  padding-right: 10px;
  color: #999;
}

.fylke {
  display: inline;
}

.by_county,
.by_letter {
  margin-left: 10px;
  text-align: center;
}

.by_county .btn,
.by_letter .btn {
  margin: 4px;
}

.back {
  margin-top: 10px;
  display: block;
}

.page-header {
  border: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.page-header h1 {
  line-height: 50px;
}

.goto-website {
  float: right;
  margin-top: 10px;
}

.article p,
.article li {
  font-size: 15px;
  line-height: 1.8em;
}

p.lead {
  font-size: 21px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8em;
}

.category-header p.lead {
  margin-bottom: 15px;
}

.member-content p.lead {
  text-align: left;
  margin-bottom: 20px;
}

.member-content .map {
  text-align: center;
  margin-top: 15px;
}

.member-content .map img {
  border: 2px solid #e3e3e3;
}

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

.member-contact p {
  margin-bottom: 0;
  font-size: 12px;
}

.member-contact h4 {
  margin-top: 0;
}

.member-contact .contact-label {
  margin: 25px 0 10px 0;
  font-style: italic;
  font-size: 16px;
}

.member-contact .contact-label:first-child {
  margin-top: 0px;
}

.member-contact .social-links {
  margin-bottom: 10px;
}

.member-contact .social-links i {
  font-size: 21px;
}

.member-contact .social-links a {
  border-radius: 30px;
  min-height: 30px;
  min-width: 20px;
  padding-top: 11px;
}

.member-contact .table,
.set_of_categories .table {
  font-size: 12px;
  margin-top: 20px;
}

.member-contact .table-label,
.set_of_categories .table-label {
  text-align: right;
  font-style: italic;
}

.member-contact .table td,
.set_of_categories .table td {
  border: none;
}

.set_of_categories .table-label {
  white-space: nowrap;
  font-size: 10px;
  padding-top: 15px;
}

.set_of_categories .table {
  margin: 0;
}

.sausage-set {
  display: none;
}

#accounts .media:first-child {
  margin-bottom: 30px;
}

#accounts .media,
.media .media {
  margin-bottom: 30px;
}

#accounts .media .media-body {
  margin-left: 90px;
}

#accounts .media-heading a {
  color: #333;
}

h1 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

/*CATEGORIES*/

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

.category-list > li {
  margin-bottom: 15px;
  line-height: 1em;
}

.category-list a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 12px;
}

.category-list .thumbnail {
  font-size: 14px;
  color: #333;
  padding: 0;
  margin-bottom: 8px;
  background-color: #eeeeee;
}

.category-list .thumbnail i {
  font-size: 50px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 12px;
}

.category-list a:hover > .thumbnail {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  color: #000;
}

.category-autocom {
  font-size: 24px;
  background-color: #fff;
  color: #666;
  padding: 4px;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 15px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.9;
}

.categories li:nth-child(5n + 1) {
  clear: both;
}

.related-categories li:nth-child(4n + 1) {
  clear: both;
}

.related-categories .thumbnail i {
  font-size: 40px;
}

/* FOOTER */

.footer {
  margin-top: 60px;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 14px;
}

.footer,
.footer a {
  color: #666;
}

.footer h3 {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: normal;
}

.footer h3,
.footer h3 a {
  color: #333;
}

.footer h3 a:hover {
  color: #000;
  text-decoration: none;
}

.footer .signature {
  text-align: center;
  margin-top: 20px;
}

.footer .signature h4 {
  margin-top: 40px;
}

.footer .signature .tagline {
  font-weight: normal;
  font-size: 13px;
  font-style: italic;
}

.footer .signature a {
  text-decoration: underline;
}

.footer .social-links i {
  font-size: 20px;
}

.footer .social-links a {
  min-width: 40px;
  display: inline-block;
  border-radius: 20px;
  background-color: #eee;
  text-align: center;
  min-height: 30px;
  padding-top: 8px;
}

.footer .social-links a:hover {
  text-decoration: none;
  background-color: #ccc;
}

.footer-newsletter,
.footer-newsletter .input-append {
  margin-bottom: 0px;
}

.footer #mce-EMAIL {
  width: 180px;
}

.footer .partners a {
  margin-right: 10px;
  display: inline-block;
}

.footer .partners img {
  max-height: 45px;
  max-width: 45px;
}

.footer .multiple_links,
.footer .nav > li > a,
.footer address {
  line-height: 1.8em;
  margin-left: 20px;
}

.footer .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000;
}

.footer .nav {
  margin-bottom: 0;
}

.footer address {
  margin-bottom: 0;
}

.footer .logos {
  text-align: center;
  margin-top: 30px;
}

.footer .hanen {
  margin-bottom: 20px;
}

.footer .hanen img {
  width: 120px;
  height: 120px;
}

.footer i {
  width: 25px;
  text-align: center;
}

input {
  font-family: inherit !important;
}

.content_header_image {
  height: 225px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  background-position: 50% 50%;
}

.well {
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 31px;
  color: #555555;
  padding: 22px 22px 18px 22px;
  font-size: 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}

/* Tumblr */

.tumblr_news {
  text-align: left;
}

.tumblr_title,
.tumblr_link {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 40;
}

ol.tumblr_posts {
  list-style: none;
  margin: 0;
  position: relative;
}

ol.tumblr_posts li:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 20px;
  padding-bottom: 60px;
  border-bottom: 10px solid #fff;
}

ol.tumblr_posts img {
  display: block;
  margin: auto;
  max-height: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ol.tumblr_posts li {
  position: relative;
  margin-left: 0;
  margin-bottom: 25px;
  color: #666;
  padding: 0px;
  display: block;
  line-height: 22px;
  width: 25%;
  float: left;
  padding: 20px;
  margin-right: 15px;
  height: 400px;
  overflow: hidden;
  border: 3px solid rgba(221, 221, 221, 0.2);
  font-size: 13px;
}

ol.tumblr_posts li:hover,
.goto_news:hover {
  cursor: pointer;
  background-color: #fcfcfc;
}

ol.tumblr_posts li:last-child {
  margin-right: 0;
}

ol.tumblr_posts li:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.goto_news {
  position: relative;
  margin-left: 20px;
  margin-bottom: 25px;
  display: block;
  line-height: 22px;
  width: 18%;
  float: left;
  padding: 20px;
  height: 300px;
  overflow: hidden;
  border: 3px solid rgba(221, 221, 221, 0.2);
  font-size: 190px;
  color: #999;
  text-align: center;
  padding-top: 120px !important;
}

img.tumblr_photo {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}

.tumblr_news_full {
  width: 100%;
}

figure.tmblr-full {
  margin: 0;
}

.tumblr_news_full ol.tumblr_posts {
  margin: 0 auto;
  font-size: 13px;
  max-height: none;
  overflow: auto;
}

.tumblr_news_full ol.tumblr_posts li {
  height: auto;
  float: left;
  width: 26%;
  max-height: none;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.tumblr_news_full ol.tumblr_posts li p {
  padding-left: 5px;
  padding-right: 5px;
}

.tumblr_news_full ol.tumblr_posts .tumblr_title,
.tumblr_link {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300 !important;
}

.tumblr_news_full ol.tumblr_posts img {
  min-width: 100%;
  max-height: none !important;
}

.tumblr_news_full ol.tumblr_posts li:hover {
  cursor: inherit;
  background-color: transparent;
}

.tumblr_news_full ol.tumblr_posts li:before {
  display: none !important;
}

.events_and_news {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.events_and_news_header {
  color: #333;
  font-weight: normal;
  font-size: 35px;
  line-height: 25px;
}

.events_and_news_header i {
  display: block;
  font-size: 50px;
}

.events_and_news p.lead {
  margin-bottom: 20px;
}

.link {
  display: inline-block;
}

.btn-group > .btn + .btn,
.btn-group > .tooltip + .btn {
  margin-left: -1px;
}

.btn {
  background-image: none !important;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fff;
}

.member_page_heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.member_page_logo {
  display: inline;
  max-width: 110px;
  padding-bottom: 20px;
}

.logo_and_heading {
  display: table;
  margin: auto;
  text-align: center;
}

.name_heading {
  float: none;
  display: block;
  text-align: center;
}

.name_heading h1 {
  font-size: 50px;
  margin-top: 15px;
  margin-left: 0;
  float: none;
  line-height: 45px;
}

.name_heading h1 a {
  color: inherit;
  text-decoration: none;
}

.extra-categories {
  font-size: 16px !important;
}

.extra-category {
  white-space: nowrap;
}

.extra-category i {
  font-size: 18px !important;
  padding: 5px;
}

.tooltip-inner {
  max-width: none;
}

.ui-corner-all {
  min-height: 29px;
}

.ui-widget {
  font-family: inherit;
}

.ui-autocomplete-search .icon-search {
  margin-right: 20px;
  font-size: 18px;
  padding-left: 15px;
}

.ui-menu-item {
  min-height: 37px;
}

.ui-menu-item img {
  margin-right: 15px;
  background-color: #fff;
  padding: 3px;
  border-radius: 30px;
  height: 32px;
  width: 32px;
  opacity: 0.9;
}

.ui-menu-divider {
  display: none;
}

.ui-widget-content {
  background-color: #eee;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.ui-autocomplete-category:first-child {
  margin-top: -5px;
}

.ui-menu-item:last-child {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.ui-autocomplete-category {
  font-size: 19px;
  zoom: 1;
  float: left;
  clear: left;
  width: auto;
  color: #666;
  padding: 30px 10px 10px 30px;
  font-style: italic;
}

.ui-menu .ui-menu-item:last-child a {
  color: #666;
  padding-top: 10px;
}

.ui-menu .ui-menu-item a.ui-state-focus {
  min-height: 29px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #222;
  background-image: none;
  text-shadow: none;
}

.ui-menu .ui-menu-item a {
  padding: 4px 20px 4px 35px;
  color: #333;
  height: 56px;
  box-sizing: border-box;
  line-height: 38px;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
}

.temabilde {
  display: block;
  margin: 20px auto;
}

.contact {
  text-align: center;
  font-size: 12px;
}

.contact img {
  margin-bottom: 10px;
}

.contact-table {
  font-size: 12px;
}

.contact-table td:nth-child(5),
.contact-table td:nth-child(6) {
  white-space: nowrap;
}

.temaruter {
  background-size: 100%;
  background-repeat: no-repeat;
}

.temaruter li a {
  min-height: 300px;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.temaruter li a div {
  padding: 20px;
  padding-top: 10px;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0,
    transparent
  );
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0,
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, transparent);
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0,
    transparent
  );
}

.temaruter li a:hover {
  background-color: transparent;
}

.temaruter li a:hover div {
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0,
    transparent
  );
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0,
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent);
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0,
    transparent
  );
}

.reiseruter {
  background-image: url("https://res.cloudinary.com/hanen/image/upload/c_fill,h_600,w_1000/HANEN_kart_wskvh0.png");
  background-size: cover;
}

.reiseruter li a {
  border: 0 !important;
  padding: 10px 25px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    transparent
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, transparent);
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    transparent
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0,
    transparent
  );
}

.reiseruter li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.reiseruter li {
  margin-bottom: 0px;
}

/* REISERUTER */

.card-group .card a {
  color: inherit;
  text-decoration: none;
}

.card-group {
  list-style: none;
  margin: 0;
  position: relative;
  padding-left: 25px;
  margin-left: 100px;
  margin-right: 100px;
}

.card-group .card {
  display: block;
  line-height: 18px;
  width: 30%;
  float: left;
  margin-right: 15px;
  height: 500px;
  overflow: hidden;
  border: 3px solid rgba(221, 221, 221, 0.2);
  font-size: 13px;
  position: relative;
  pointer-events: auto;
  margin-top: 40px;
}

.card-group .card:hover .card-hover {
  visibility: visible;
  cursor: hand;
}

.card-group .card:hover .card-body {
  position: absolute;
  z-index: 99;
  top: 175px;
  background-color: #fff;
  left: 0;
  right: 0;
}

.card-header {
  line-height: 1.4em;
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.card-hover {
  height: 100%;
  width: 100%;
  visibility: hidden;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 10;
}

.card-hover-header {
  display: block;
  margin-top: 70px;
}

.card-hover-header i {
  font-size: 44px;
}

.card-center-cropped {
  width: 100%;
  height: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.card-center-cropped img {
  min-height: 60%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.section-divider-hanen {
  border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  opacity: 0.7;
}

.section-divider-hanen img {
  max-height: 60px;
  max-width: 6 0px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  margin-bottom: -18px;
}

.rute-section {
  margin-bottom: 15px;
}

.rute-section-large {
  margin-bottom: 40px;
  margin-top: 40px;
}

.rute-section-header {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.rute-section-header-btn {
  right: 0;
  top: 0;
  margin-top: 15px;
}

.rute-content p {
  line-height: 2em;
  margin-bottom: 20px;
  font-size: 16px;
}

.rute-content-quote-cointainer-right {
  margin-top: 15px;
}

.rute-content-quote-cointainer-left {
  margin-top: 15px;
}

.rute-content-quote-icon {
  text-align: center;
  display: block;
  font-size: 400%;
  color: #ddd;
}

.rute-content-quote-cointainer-right p,
.rute-content-quote-cointainer-left p {
  line-height: 175%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
  font-weight: 100;
  border-bottom: 10px solid #ddd;
  padding-bottom: 20px;
}

.rute-nav-head {
  margin-top: 20px;
}

.rute-nav-element {
  margin-right: 15px;
  font-size: 17px;
  text-align: center;
}

.rute-nav-element a {
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.card-group li:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 20px;
  padding-bottom: 60px;
  border-bottom: 10px solid #fff;
  pointer-events: none;
}

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

.centered-pills ul.nav-pills {
  display: inline-block;
}

.centered-pills li {
  display: inline;
}

.centered-pills a {
  float: left;
}

* html .centered-pills ul.nav-pills {
  display: inline;
}

/* IE6 */

* + html .centered-pills ul.nav-pills {
  display: inline;
}

/* IE7 */

.hanen-reiseruter.nav-stacked > li > a {
  padding: 15px;
  color: inherit;
}

.rute-nav-head .nav-pills > li > a {
  padding: 15px;
}

.ildsjelene {
  padding: 0 80px;
}

.only_show {
  float: right;
  color: #000;
  margin-right: 10px;
  padding-top: 6px;
  font-size: 12px;
  font-style: italic;
}

/* Makes sure buttons with color has color (i've change .btn to have a white background color) */

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  *background-color: #0044cc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  *background-color: #f89406;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  *background-color: #bd362f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  *background-color: #51a351;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  background-color: #49afcd;
  *background-color: #2f96b4;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  *background-color: #222222;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.dropdown-menu.right {
  left: auto;
  right: 0px;
}

.dropdown-menu.right::before {
  left: auto !important;
  right: 9px;
}

.dropdown-menu.right::after {
  left: auto !important;
  right: 10px;
}

.destination span {
  height: 25px !important;
  padding-top: 7px !important;
}

.goto_link {
  margin-bottom: 30px;
}

.goto_link a {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333;
  text-shadow: none;
}

.goto_link a:hover {
  background-color: #f9f9f9;
  color: #000;
}

.goto_link a i {
  font-size: 20px;
  margin-right: 5px;
}

.alert {
  margin-top: 10px;
}

.page li {
  line-height: 1.8em;
}

.new_row {
  margin-left: 0 !important;
}

.logo_and_name .list_logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.logo_and_name h3 {
  margin-top: 0;
  text-align: center;
  line-height: 28px;
}

.logo_and_name h3 small {
  line-height: 20px;
  display: block;
}

.logo_and_name h3 a {
  color: #333;
}

.logo_and_name h3 a:hover {
  text-decoration: none;
}

.logo_and_name {
  margin-bottom: 40px;
  text-align: center;
}

.logo_and_name p {
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

.nearby_map {
  margin-top: 20px;
}

.map_search {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 120px;
  opacity: 0.9;
}

.map_search #search_button {
  width: 75px;
}

.map_search #place_search,
.map_search #to_search {
  width: 400px;
  font-size: 17px;
  height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 900;
}

.map_search .from {
  margin-bottom: 0;
}

.map_search #to_search {
  border-top: 0;
  display: none;
}

.map_search #direction_button {
  padding-left: 12px;
  padding-right: 12px;
}

.map_search button:focus {
  outline: 0;
}

.map_search input {
  padding-left: 15px;
}

.partner-logo {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}

.partner {
  margin-bottom: 50px;
}

.partner p {
  margin-left: 130px;
}

.askHANEN {
  position: fixed;
  bottom: -5px;
  right: 40px;
  font-size: 23px;
  z-index: 9999;
}

.askHANEN img {
  height: 40px;
  width: 40px;
}

.askHANEN_content {
  position: fixed;
  bottom: -10px;
  right: 40px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px #ccc;
  z-index: 9999;
  max-height: 550px;
}

.askHANEN_content iframe {
  height: 550px;
}

#close_askHANEN {
  position: absolute;
  top: 10px;
  right: 10px;
}

.feature-categories {
  margin-bottom: 30px;
}

.featured-category {
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.category-icon {
  text-align: center;
  padding-top: 20px;
  font-size: 60px;
}

h1.category-header {
  padding: 0px 10px;
  text-align: center;
  font-size: 35px;
  margin: 0;
}

p.category-description {
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.see-relevant-companies-button {
  text-align: center;
  margin: 15px 0 30px;
}

.features-companies {
  padding-bottom: 30px;
}

.featured-company {
  position: relative;
  height: 430px;
  overflow: hidden;
}

.featured-company-logo {
  position: absolute;
  background-color: #fff;
  height: 75px;
  width: 75px;
  padding: 5px;
  left: 10px;
  margin-top: -75px;
}

h2.featured-company-name {
  padding: 0 15px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold !important;
  margin: 15px 0 5px 0;
}

p.features-company-description {
  padding: 0 15px;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  font-weight: 100;
}

.goto-company {
  text-align: center;
  margin: 15px 0 0;
  padding: 0 15px 0 15px;
}

.see-all-cateogries-button {
  text-align: center;
  margin: 15px 0;
}

.hide-numbers-from-private-parties {
  width: 50px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.sub-category {
  margin-bottom: 40px;
}

.category-information {
  position: relative;
  height: 250px;
  vertical-align: middle;
  overflow: hidden;
}

.lokalmat {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
  border: 5px solid #ccc;
  background-color: #f8f8f8;
  padding: 40px;
}

.go-rural-ad {
  text-align: center;
}

.go-rural-ad .image {
  margin: auto;
  display: block;
}

.go-rural-ad .image img {
  width: auto;
  height: 400px;
}

.giftcard,
.sok_jobb {
  text-align: center;
}

#wufoo-s1tav75d0sx171p,
#wufoo-w1aq3jpt0g2h0ad,
#wufoo-w1xjzibo14ugw62 {
  border: 1px solid #ccc;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
}

.giftcard .smallprint {
  font-size: 13px;
  line-height: 20px;
}

.footer p {
  line-height: 1.5;
}

.image-caption {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 1.6em;
  padding: 10px;
  background-color: #f8f8f8;
}

.center-padding {
  display: block;
  text-align: center;
  padding: 10px;
}

.smartbanner {
  line-height: 1.2em;
}

/* App */

.landingsside-app h1 {
  margin-bottom: 20px;
}

.landingsside-app h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
  font-weight: 100;
}

.last-ned {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 40px;
}

.last-ned p {
  font-size: 20px;
  margin-bottom: 5px;
}

.last-ned .knapper {
  margin-bottom: 20px;
}

.last-ned .knapper a {
  display: inline-block;
}

.last-ned .knapper img {
  max-height: 50px;
}

.landingsside-app .hero-bilde {
  text-align: center;
}

.sub-menu {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 10px;
  text-align: center;
  background-color: #eee;
}

.sub-menu-label {
  font-size: 20px;
  color: #333;
  margin-right: 15px;
  top: 4px;
  position: relative;
  font-family: "Playfair Display";
}

.sub-menu-label,
.sub-menu nav {
  display: inline-block;
}

.sub-menu nav a {
  font-size: 17px;
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.sub-menu nav a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.sub-menu nav a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: -1px;
}

.sub-menu-nav-text {
  float: right;
  text-align: left;
  line-height: 16px;
  margin-top: 4px;
}
.sub-menu-nav-text span {
  display: block;
  font-size: 12px;
}

.tema h1 a,
.tema h2 a,
.tema h3 a,
.tema h4 a,
.tema h5 a,
.tema h6 a,
.tema a h1,
.tema a h2,
.tema a h3,
.tema a h4,
.tema a h5,
.tema a h6 {
  color: #000;
}

.tema h2 {
  margin-top: 2em;
}

.tema .underside {
  border-left: 5px solid #eee;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
}

.tema p.ingress {
  font-size: 21px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.8em;
}

.tema blockquote em {
  line-height: 1.7em;
}

.tema .hovedbilde {
  display: block;
  margin: 0 auto 2em auto;
}

.tema .hovedbilde img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.tema .hovedbilde .bildetekst {
  font-size: 14px;
  text-align: center;
  margin: auto;
  max-width: 80%;
}

.tema p img {
  display: block;
  margin: auto;
}

.tema a.action {
  display: inline-block;
  border: 1px solid #ddd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
  background-color: #006dcc;
  color: #fff;
  margin-bottom: 2em;
}

.tema a.action:hover {
  background-color: #3f86e9;
  text-decoration: none;
}

.tema a.action::after {
  content: ">";
  padding-left: 0.5em;
}

@media (max-width: 1200px) {
}

/* Laptop */

@media (max-width: 1024px) {
  .rute-content-quote-cointainer-right p,
  .rute-content-quote-cointainer-left p {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .hero-images {
    top: -290px;
    position: relative;
    margin-bottom: -200px;
    overflow: hidden;
  }

  .hero-headline {
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 90%
    );
  }

  .top-link-banner {
    background: rgb(255 255 255 / 0.6);
    padding-top: 20px;
  }

  .hero-images .image a {
    z-index: -10;
  }
}

/* Tablet */

@media (max-width: 768px) {
  .header-menu a.btn {
    margin-top: 10px;
  }
  .hero-headline h1 {
    font-size: 14px;
  }
  .call-to-action {
    min-width: 200px;
  }

  .hero-headline h2 {
    font-size: 25px;
  }
  .hero-video {
    margin-left: -20px;
    margin-right: -20px;
  }
  .hero-images {
    margin-top: 10px;
  }
  .hero-images .hero-index-introduction {
    margin-top: 60px;
  }
  .footer {
    margin-top: 0;
  }
  .card-group {
    margin-left: 0;
    margin-right: 0;
  }
  .rute-content-quote-cointainer-right p,
  .rute-content-quote-cointainer-left p {
    font-size: 17px;
  }
  .card-header {
    font-size: 25px;
  }
  .card-center-cropped {
    height: 40%;
  }
  .name_heading {
    float: none;
    display: block;
    text-align: center;
  }
  .name_heading h1 {
    float: none;
    font-size: 50px;
    line-height: 55px;
  }
  .member_page_logo {
    float: none;
  }
  p.lead {
    font-size: 19px;
  }
  ol.tumblr_posts li {
    padding: 10px;
    width: 26%;
  }
  .header-menu h3 {
    font-size: 23px;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .footer .row .span3 {
    width: 40%;
    float: left;
  }
  .footer .row .span3:nth-child(1) {
    margin-left: 15%;
  }
  .footer .row .span3:nth-child(3) {
    clear: both;
    margin-top: 40px;
    margin-left: 15%;
  }
  .footer .row .span3:nth-child(4) {
    margin-top: 40px;
  }
  .card-group .card {
    width: 45%;
  }
}

@media (max-width: 599px) {
  .footer .row .span3 {
    text-align: center;
    margin-top: 30px;
  }
  .hero-menu a {
    margin: 5px 10px;
    font-size: 17px;
  }
  .card-group .card {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .top-banner,
  .sub-menu,
  .header-menu,
  .top-link-banner,
  .hero-images,
  .map_wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .map_search {
    display: none;
  }
}

/* Mobile L */

@media (max-width: 525px) {
  .hero-headline h2 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .hero-headline h1 {
    font-size: 14px;
  }
  .call-to-action {
    min-width: 130px;
  }
  .sub-menu-label {
    display: none;
  }
  #event_frontpage,
  .tumblr_news {
    display: none;
  }
  .hero-images .hero-index a {
    flex: 0 0 50%;
  }
  .top-banner {
    height: 45px;
  }
  .header-menu .span4 {
    margin: 0 30px;
  }
  .hero-images {
    margin-top: 0;
  }
  .hero-menu a {
    margin: 5px 10px;
    font-size: 17px;
  }
  .menu .menu-button a span {
    display: none;
  }
  .top-link-banner {
    height: 100px;
  }
  .header-logo img {
    height: 70px;
  }
  .header-logo {
    width: 90px;
  }
  .search-form input {
    padding: 20px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .search-form i {
    top: 10px;
    left: 10px;
  }
  .hero-images .welcome {
    margin-bottom: 20px;
  }
  .ui-autocomplete-category {
    padding: 20px 10px 10px 15px;
    font-size: 15px;
  }
  .ui-menu .ui-menu-item a {
    font-size: 14px;
    padding: 4px 20px 4px 15px;
    height: 46px;
    line-height: 28px;
  }
  .ui-menu-item img {
    height: 22px;
    width: 22px;
  }
  .category-autocom {
    height: 22px;
    width: 22px;
    font-size: 16px;
  }
  .ui-menu-item:last-child {
    margin-top: 10px;
  }
  .information-label {
    padding: 2px 40px;
    font-size: 14px;
  }
  .hero-images .company-details {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-images .company-details p.lead {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .hero-images .action-link {
    font-size: 30px;
  }
  .hero-images .image img {
    box-shadow: none;
  }
  .hero-images .logo img {
    max-height: 50px;
  }
  .hero-images .company-details h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .hero-images .company-details .county {
    margin-bottom: 10px;
  }
  .hero-map-canvas {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .hero-map-canvas #map {
    box-shadow: none;
  }
  .newsletter,
  .promoted-giftcard {
    margin-bottom: 20px;
  }
  .promoted-giftcard .icon {
    font-size: 40px;
  }
  .newsletter > h1,
  .promoted-giftcard > h1 {
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 0;
  }
  .newsletter > p,
  .promoted-giftcard > p {
    width: 100%;
    font-size: 15px;
  }
  h1 {
    font-size: 38px;
  }
  p.lead {
    font-size: 18px;
    line-height: 1.6em;
  }
  .category-box h3 {
    font-size: 28px;
  }
  .newsletter form {
    text-align: center;
  }
  .footer .row .span3:first-child {
    margin-top: 0;
  }
  .askHANEN {
    font-size: 20px;
  }
  .askHANEN img {
    height: 30px;
    width: 30px;
  }
  .map-page {
    padding: 0;
  }
  .map_search {
    left: 80px;
  }
  .map_search #place_search,
  .map_search #to_search {
    width: 360px;
    height: 44px;
  }
  .member_page_logo {
    max-width: 70px;
  }
  .name_heading h1 {
    font-size: 40px;
    margin-top: 15px;
    margin-left: 0;
    line-height: 45px;
  }
  .tumblr_news_full ol.tumblr_posts li {
    line-height: 22px;
    font-size: 13px;
    width: 100%;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .tumblr_news_full ol.tumblr_posts .tumblr_title,
  .tumblr_link {
    font-size: 18px;
    line-height: 24px;
  }
  ol.tumblr_posts img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .card-group {
    padding-left: 0;
  }
  .card-group .card {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    border: 3px solid rgba(221, 221, 221, 1);
  }
  .section-divider-hanen {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .rute-section-header-btn {
    position: relative;
  }
  .card-body p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0;
  }
  .card-group li:before {
    background: none;
  }
  .rute-content-quote-cointainer-right p {
    padding: 20px;
  }
  .rute-content p {
    line-height: 1.6em;
    font-size: 16px;
  }
  .rute-nav-head {
    display: none;
  }
  body .ms-partialview-template {
    min-height: 330px;
  }
  body .master-slider {
    margin-left: -42px;
    margin-right: -42px;
  }
  body .ms-skin-default .ms-nav-prev {
    left: 50px;
  }
  body .ms-skin-default .ms-nav-next {
    right: 50px;
  }
  .nearby_map {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-header h1 {
    overflow: hidden;
  }
  .landingsside-app h1 {
    margin-bottom: 0;
  }
  .landingsside-app h2 {
    font-size: 22px;
  }
}

/* Mobile M */

@media (max-width: 375px) {
  .header-logo img {
    height: 60px;
  }
  .header-logo {
    width: 70px;
  }
  .hero-menu a {
    font-size: 15px;
  }
  .top-link-banner {
    height: 80px;
  }
  .category-header p {
    font-size: 17px !important;
  }
}

/* Mobile S */

@media (max-width: 320px) {
  .header-logo img {
    height: 50px;
  }
  .hero-headline h1 {
    font-size: 22px;
  }
  .hero-headline h2 {
    font-size: 14px;
    line-height: 1.8em;
  }
  .information-label {
    font-size: 12px;
  }
  .hero-images .company-details h1 {
    font-size: 20px;
  }
  .hero-images .logo img {
    max-height: 40px;
  }
  .hero-images .company-details p.lead {
    font-size: 16px;
  }
  .hero-images .action-link {
    font-size: 25px;
  }
  .marker_content a.account_name {
    font-size: 16px !important;
    line-height: 1.6em;
  }
  .marker_content img {
    display: block;
    margin: 0 auto;
  }
  .askHANEN {
    font-size: 16px;
  }
  .askHANEN img {
    height: 20px;
    width: 20px;
  }
}
