@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
/* line 3, ../sass/_common.scss */
#body {
  background: #fff;
  font: 15px "Open Sans", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
/* line 11, ../sass/_common.scss */
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 17, ../sass/_common.scss */
#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a, #body h6 a {
  font-weight: inherit;
}
/* line 18, ../sass/_common.scss */
#body h1 {
  font-size: 30px;
  line-height: 50px;
}
/* line 19, ../sass/_common.scss */
#body h2 {
  font-size: 24px;
  line-height: 30px;
}
/* line 20, ../sass/_common.scss */
#body h3 {
  font-size: 18px;
  line-height: 34px;
}
/* line 21, ../sass/_common.scss */
#body h4 {
  font-size: 16px;
  line-height: 30px;
}
/* line 22, ../sass/_common.scss */
#body h5 {
  font-size: 14px;
  line-height: 24px;
}
/* line 23, ../sass/_common.scss */
#body h6 {
  font-size: 12px;
  line-height: 21px;
}
/* line 25, ../sass/_common.scss */
#body p {
  margin: 0 0 15px 0;
  line-height: 1.8;
}
/* line 26, ../sass/_common.scss */
#body p img {
  margin: 0;
}
/* line 28, ../sass/_common.scss */
#body em {
  font-style: italic;
}
/* line 29, ../sass/_common.scss */
#body strong {
  font-weight: bold;
  color: #404040;
}
/* line 30, ../sass/_common.scss */
#body small {
  font-size: 80%;
}
/* line 31, ../sass/_common.scss */
#body a:hover {
  color: #888;
}
/* line 32, ../sass/_common.scss */
#body p a, #body p a:visited {
  line-height: inherit;
}
/* line 33, ../sass/_common.scss */
#body ul, #body ol {
  margin: 0;
}
/* line 34, ../sass/_common.scss */
#body ul {
  list-style: none outside;
}
/* line 35, ../sass/_common.scss */
#body ol {
  list-style: decimal;
}
/* line 37, ../sass/_common.scss */
#body img {
  max-width: 100%;
  height: auto;
}
/* line 42, ../sass/_common.scss */
#body p {
  margin: 0 0 15px 0;
  line-height: 24px;
}
/* line 47, ../sass/_common.scss */
#body a {
  color: #00B0BE;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 56, ../sass/_common.scss */
#body a:hover {
  color: #888;
}

@media only screen and (min-width: 768px) {
  /* line 63, ../sass/_common.scss */
  #body .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 3, ../sass/_header.scss */
#body .nc-header .nc-logo {
  padding: 10px 0px;
}

/* line 1, ../sass/_banner.scss */
#body .nc-banner {
  margin-top: -2px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h1 {
  color: #fff;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h2 {
  color: #fff;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h3 {
  color: #fff;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h4 {
  color: #fff;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h5 {
  color: #fff;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-banner .tp-caption h6 {
  color: #fff;
}
/* line 8, ../sass/_banner.scss */
#body .nc-banner .tp-caption p {
  color: #fff;
}
/* line 12, ../sass/_banner.scss */
#body .nc-banner .tp-caption strong a {
  border: 1px solid #e6bd4c;
  background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-color: #FCCC73;
  color: #754c00;
  text-shadow: 1px 1px 0px #ffebb7;
  filter: dropshadow(color=#ffebb7, offx=1, offy=1);
  padding: 5px 14px;
  font-size: 14px;
}
/* line 25, ../sass/_banner.scss */
#body .nc-banner .tp-caption strong a:hover {
  background: #fbd684;
}
/* line 29, ../sass/_banner.scss */
#body .nc-banner .tp-caption h1 strong a {
  font-size: 40px;
}
/* line 30, ../sass/_banner.scss */
#body .nc-banner .tp-caption h2 strong a {
  font-size: 34px;
}
/* line 31, ../sass/_banner.scss */
#body .nc-banner .tp-caption h3 strong a {
  font-size: 28px;
}
/* line 32, ../sass/_banner.scss */
#body .nc-banner .tp-caption h4 strong a {
  font-size: 24px;
}
/* line 33, ../sass/_banner.scss */
#body .nc-banner .tp-caption h5 strong a {
  font-size: 18px;
}

/* line 2, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb {
  border: 1px solid #e2e2e2;
  border-left: none;
  border-right: none;
  margin-top: -1px;
  background-image: linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
  background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
  background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
  background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
  background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
  background-color: #fafafa;
  padding: 28px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h1 {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h2 {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h3 {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h4 {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h5 {
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-breadcrumb .nc-title h6 {
  margin: 0px;
  padding: 0px;
}
/* line 21, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb {
  margin-top: 5px;
  font-size: 13px;
  text-align: right;
}
/* line 26, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul {
  padding: 0px;
  margin: 0px;
}
/* line 29, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li {
  color: #000;
  margin: 0 0 0 5px;
  line-height: 18px;
}
/* line 33, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li a {
  color: #666;
  font-weight: 600;
  font-size: 12px;
}
/* line 38, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li::after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  color: #cccccc;
  margin: 0px 0px 0px 9px;
}
/* line 45, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li:first-child {
  color: #999;
}
/* line 47, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li:first-child::after {
  content: "";
  margin: 0;
}
/* line 52, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li:last-child {
  padding: 0;
  background: 0;
  color: #999;
}
/* line 56, ../sass/_breadcrumb.scss */
#body .nc-breadcrumb #website_breadcrumb ul li:last-child::after {
  content: "";
  margin: 0;
}
@media only screen and (max-width: 768px) {
  /* line 2, ../sass/_breadcrumb.scss */
  #body .nc-breadcrumb {
    padding: 15px 0px;
  }
  /* line 66, ../sass/_breadcrumb.scss */
  #body .nc-breadcrumb #website_breadcrumb {
    float: left !important;
  }
  /* line 69, ../sass/_breadcrumb.scss */
  #body .nc-breadcrumb #website_breadcrumb ul li {
    font-size: 14px;
  }
  /* line 71, ../sass/_breadcrumb.scss */
  #body .nc-breadcrumb #website_breadcrumb ul li:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }
}

/* line 3, ../sass/_menu.scss */
#body .shadow {
  -webkit-box-shadow: 0 8px 6px -6px #eee;
  -moz-box-shadow: 0 8px 6px -6px #eee;
  box-shadow: 0 8px 6px -6px #eee;
}

/* line 9, ../sass/_menu.scss */
#body .navbar-default {
  background: transparent;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}
/* line 16, ../sass/_menu.scss */
#body .navbar-default .glyphicon {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../sass/_menu.scss */
  #body .navbar-default .container-fluid, #body .navbar-default .navbar-collapse {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 9, ../sass/_menu.scss */
  #body .navbar-default {
    margin-top: 0px;
  }
}
/* line 29, ../sass/_menu.scss */
#body .navbar-default .navbar-toggle {
  background: transparent;
  color: #555;
}
/* line 39, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li {
  border: none;
}
/* line 41, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li > a {
  background: transparent;
  font-size: 14px;
  padding: 31px 12px 28px 12px;
  margin: 0 5px;
  color: #888;
  display: block;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 992px) {
  /* line 41, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav > li > a {
    padding: 31px 12px 28px 12px;
  }
}
/* line 56, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li:last-child {
  border: none;
}
/* line 59, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li.active > a, #body .navbar-default ul.navbar-nav > li:hover > a {
  background: transparent;
  border-bottom: 1px solid #555;
  color: #555;
}
/* line 64, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav > li.active > a {
  font-weight: bold;
}
/* line 70, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav.hover > li:hover > .dropdown-menu {
  display: block;
}
/* line 76, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu {
  padding: 0px;
  margin: 0px;
  margin-top: -3px;
  border: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 76, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav .dropdown-menu {
    padding-left: 10px;
  }
}
/* line 84, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li {
  border-bottom: #333;
}
/* line 87, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li > a {
  text-transform: uppercase;
  color: #222;
  padding: 13px 0;
  margin: 0 10px;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
}
/* line 96, ../sass/_menu.scss */
#body .navbar-default ul.navbar-nav .dropdown-menu > li > a:hover {
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-weight: normal;
}
/* line 110, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu {
  position: relative;
}
/* line 117, ../sass/_menu.scss */
#body .navbar-default .navbar-nav.hover .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 122, ../sass/_menu.scss */
#body .navbar-default .navbar-nav .menu-level-2 {
  margin-left: 0px;
}
/* line 128, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  float: right;
  min-width: 340px;
  border: 0px;
}
/* line 138, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
}
/* line 143, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
}
/* line 148, ../sass/_menu.scss */
#body .navbar-default .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
@media only screen and (max-width: 769px) {
  /* line 153, ../sass/_menu.scss */
  #body .navbar-default .dropdown-submenu > .dropdown-menu {
    float: none;
    margin-top: 0px;
  }
  /* line 158, ../sass/_menu.scss */
  #body .navbar-default .dropdown-submenu > .dropdown-menu li a {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 170, ../sass/_menu.scss */
  #body .navbar-default ul.navbar-nav > li > a {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent;
  }
}

/* line 2, ../sass/_search.scss */
#body main .search_form {
  margin-top: 20px;
}
/* line 4, ../sass/_search.scss */
#body main .search_form .form-group, #body main .search_form .input-group {
  width: 100%;
}
/* line 7, ../sass/_search.scss */
#body main .search_form .form-group {
  border: 1px solid #d8d8d8;
  outline: none;
  border-radius: 2px;
  box-sizing: border-box;
  font: 13px "Open Sans",sans-serif;
  padding: 4px 0px 4px 24px;
}
/* line 15, ../sass/_search.scss */
#body main .search_form .form-group input {
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/* line 23, ../sass/_search.scss */
#body main .search_form .form-group input:focus {
  border: none;
}
/* line 27, ../sass/_search.scss */
#body main .search_form .form-group .search-submit {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  left: -20px;
  top: 8px;
}

/* line 1, ../sass/_main.scss */
#body .nc-content {
  margin-top: 15px;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h1 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h2 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h3 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h4 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h5 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_mixin.scss */
#body .nc-content h6 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 20px 0 20px 0;
}
/* line 10, ../sass/_main.scss */
#body .nc-content ul {
  padding-left: 0px;
}
/* line 12, ../sass/_main.scss */
#body .nc-content ul li {
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 15, ../sass/_main.scss */
#body .nc-content ul li::before {
  content: "";
  font-family: FontAwesome;
  position: relative;
  color: #2da0ce;
  margin: 0px 7px 0px 0px;
}
/* line 25, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu {
  list-style: none outside;
}
/* line 27, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li {
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}
/* line 31, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li::before {
  content: '';
  margin: 0px;
  padding: 0px;
}
/* line 36, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li a {
  color: #888;
  display: block;
  padding: 9px 0;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 42, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li a::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #c0c0c0;
  margin-right: 10px;
}
/* line 49, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li a:hover {
  color: #444;
}
/* line 52, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li a.active {
  color: #444;
}
/* line 54, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li a.active::before {
  color: #444;
}
/* line 61, ../sass/_main.scss */
#body .nc-content ul#website_sub_menu li ul.nested_level li > a {
  padding-left: 25px;
}

/* line 26, ../sass/gallery/base.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 33, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher {
  padding-bottom: 10px;
}
/* line 36, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher select {
  display: inline-block;
  width: auto;
  min-width: 200px;
}
/* line 41, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_switcher label {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}
/* line 53, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_description {
  margin: 20px 0px;
}
/* line 56, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_files {
  margin-bottom: 20px;
}
/* line 59, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file {
  margin-bottom: 10px;
}
/* line 62, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image {
  position: relative;
}
/* line 65, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image a {
  display: block;
}
/* line 68, ../sass/gallery/base.scss */
.website_gallery_component .website_gallery_preview .website_gallery_file .website_gallery_file_image a img {
  max-width: 100%;
  max-height: 100%;
}

/* Zoom & Goto buttons */
/* line 11, ../sass/gallery/navbar.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 17, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav {
  display: inline-block;
  width: 100%;
  background: #efefef;
  list-style: none;
  margin: 30px 0px;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 5px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, #fff 2px 32px 19px -15px inset, rgba(0, 0, 0, 0.05) 0px 3px 0px;
}
/* line 30, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li {
  display: inline-block;
  width: auto;
  background-image: none;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 43, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li a {
  text-decoration: none;
  color: #333;
  padding: 11px 15px;
  border-left: 1px solid #e2e2e2;
  -moz-box-shadow: #fff -1px 0px 0px 0px;
  -webkit-box-shadow: #fff -1px 0px 0px 0px;
  box-shadow: #fff -1px 0px 0px 0px;
}
/* line 52, ../sass/gallery/navbar.scss */
.website_gallery_component .gallery-nav li.active a {
  color: #428BCA;
}
/* line 64, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .fetch-one {
  margin: 10px 0px;
}
/* line 66, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .fetch-one h1 {
  margin-bottom: 20px;
}
/* line 73, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image {
  position: relative;
  text-align: center;
}
/* line 77, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image img {
  max-width: 100%;
}
/* line 80, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  padding: 5px;
  background-color: #fff;
  opacity: 0.7;
}
/* line 89, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside .glyphicon, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go .glyphicon {
  color: #428BCA;
  font-size: 30px;
}
/* line 94, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.outside {
  top: 20%;
}
/* line 97, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image a.gallery-go {
  bottom: 20%;
}
/* line 101, ../sass/gallery/navbar.scss */
.website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image:hover a.outside, .website_gallery_component.gallery_navbar .website_gallery_preview .website_gallery_file_image:hover a.gallery-go {
  display: block;
}

/* Zoom & Goto buttons */
/* line 9, ../sass/gallery/carousel.scss */
.website_gallery_component {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 19, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-control {
  background: none;
}
/* line 22, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner {
  position: relative;
}
/* line 24, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.gallery-go {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  background-color: #fff;
  opacity: 0.5;
}
/* line 33, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside .glyphicon, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.gallery-go .glyphicon {
  color: #428BCA;
  font-size: 30px;
}
/* line 38, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner a.outside {
  top: 10%;
}
/* line 42, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner:hover a.outside, .website_gallery_component.gallery_carousel .website_gallery_carousel .carousel-inner:hover a.gallery-go {
  display: block;
}
/* line 48, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_file_title {
  text-align: center;
}
/* line 52, ../sass/gallery/carousel.scss */
.website_gallery_component.gallery_carousel .website_gallery_file_description {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}

/* line 25, ../sass/gallery/category.scss */
.website_gallery_category_tree {
  margin-bottom: 15px;
}
/* line 28, ../sass/gallery/category.scss */
.website_gallery_category_tree .website_gallery_category_header {
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  text-transform: none;
  text-align: left;
}
/* line 38, ../sass/gallery/category.scss */
.website_gallery_category_tree .website_gallery_category_header a {
  color: #000;
  font-weight: bold;
}
/* line 44, ../sass/gallery/category.scss */
.website_gallery_category_tree ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
/* line 49, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li {
  padding: 0 0 0 10px;
  background-image: none;
}
/* line 52, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a {
  display: block;
  padding: 5px 0 0 10px;
  cursor: pointer;
  background-image: url(../images/menu_bullet.png);
  background-position: left 9px;
  background-repeat: no-repeat;
}
/* line 60, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a span {
  display: block;
  padding: 2px 5px;
}
/* line 65, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li a.active span {
  font-weight: bold;
  color: rgba(0, 163, 238, 0.95);
}
/* line 71, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li ul {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 78, ../sass/gallery/category.scss */
.website_gallery_category_tree ul li.active {
  font-weight: bold;
}

/* line 84, ../sass/gallery/category.scss */
.website_gallery_category_content {
  margin-bottom: 20px;
}
/* line 88, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item {
  height: 460px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  /* line 88, ../sass/gallery/category.scss */
  .website_gallery_category_content .website_gallery_item {
    height: 380px;
  }
}
/* line 97, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 170px;
}
/* line 106, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure img {
  max-width: 100%;
  min-width: 230px;
  z-index: 8;
}
/* line 112, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin: -10px;
  margin-bottom: 0;
  z-index: 9;
}
/* line 119, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
}
/* line 130, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom i.glyphicon {
  display: table-cell;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  font-size: 55px;
  color: #fff;
  width: 100%;
  height: 100%;
}
/* line 141, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom:hover {
  text-indent: 0;
}
/* line 143, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item figure figcaption a.zoom:hover i.glyphicon {
  opacity: 0.7;
  background-color: #fff;
  color: #00A3EE;
}
/* line 153, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item .title {
  font-weight: bold;
  font-size: 16px;
}
/* line 158, ../sass/gallery/category.scss */
.website_gallery_category_content .website_gallery_item .description {
  margin-bottom: 30px;
}
/* line 164, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product .website_gallery_item {
  padding-bottom: 20px;
}
/* line 167, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 160px;
}
/* line 173, ../sass/gallery/category.scss */
.website_gallery_category_content.website_gallery_category_product figure img {
  max-width: 100%;
}
@media only screen and (max-width: 520px) {
  /* line 179, ../sass/gallery/category.scss */
  .website_gallery_category_content .col-vs-12 {
    width: 100%;
  }
}

/* line 187, ../sass/gallery/category.scss */
.slider-thumbs ul {
  padding: 20px 0px;
}
/* line 188, ../sass/gallery/category.scss */
.slider-thumbs ul li {
  background: none;
  max-width: 150px;
}
/* line 191, ../sass/gallery/category.scss */
.slider-thumbs ul li:first-child {
  padding-left: 0px;
}

/* line 3, ../sass/_download.scss */
#body main .website_asset {
  overflow: hidden;
  background: none repeat scroll 0 0 #FBFBFB;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/_download.scss */
#body main .website_asset ul {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 15, ../sass/_download.scss */
#body main .website_asset ul li {
  background-image: none;
  border-bottom: 1px solid white;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 22, ../sass/_download.scss */
#body main .website_asset ul li::before {
  content: '';
  margin: 0px;
  padding: 0px;
}
/* line 27, ../sass/_download.scss */
#body main .website_asset ul li .website_description {
  padding: 10px 0px;
  float: left;
  width: 100%;
}
/* line 29, ../sass/_download.scss */
#body main .website_asset ul li .website_description div {
  float: left;
  padding: 0px 10px;
}
/* line 34, ../sass/_download.scss */
#body main .website_asset ul li .website_description a, #body main .website_asset ul li .website_description a:hover, #body main .website_asset ul li .website_description a.website_icon {
  float: right;
  margin-right: 15px;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
}
/* line 37, ../sass/_download.scss */
#body main .website_asset ul li .website_description .icon {
  width: 24px;
}
/* line 41, ../sass/_download.scss */
#body main .website_asset ul li ul {
  padding-left: 10px;
}

/** Person **/
/* line 3, ../sass/_ansatte.scss */
#body div.website_person_container {
  width: 100%;
  padding-top: 20px;
  clear: both;
}
/* line 4, ../sass/_ansatte.scss */
#body div.website_person_container .website_person {
  clear: both;
}
/* line 5, ../sass/_ansatte.scss */
#body div.website_person_file.website_person_full {
  width: 95%;
  clear: both;
}
/* line 6, ../sass/_ansatte.scss */
#body div.website_person_file.website_person_divide {
  padding-right: 1%;
  width: 30%;
}
/* line 8, ../sass/_ansatte.scss */
#body div.website_person_file .func {
  color: #888;
}
/* line 9, ../sass/_ansatte.scss */
#body div.website_person .website_person_file {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
/* line 10, ../sass/_ansatte.scss */
#body div.website_person .website_person_file img {
  padding: 2px;
  margin-bottom: 10px;
  max-width: 100%;
}
/* line 12, ../sass/_ansatte.scss */
#body div.website_person .website_person_file .website_person_file_desc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 13, ../sass/_ansatte.scss */
#body div.website_person .website_person_file .website_person_file_image {
  padding: 0px 10px;
}
/* line 15, ../sass/_ansatte.scss */
#body div.website_person_file.website_person_divide .website_person_file_image {
  padding: 0px;
  padding-right: 5px;
}
/* line 17, ../sass/_ansatte.scss */
#body .website_person_name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
/* line 18, ../sass/_ansatte.scss */
#body img.website_person_img {
  border: 4px solid #ddd;
}
/* line 19, ../sass/_ansatte.scss */
#body .website_person_description {
  padding-top: 50px;
}
/* line 20, ../sass/_ansatte.scss */
#body .website_person_info {
  padding: 20px 0px;
}
/* line 21, ../sass/_ansatte.scss */
#body .website_person_info p {
  padding: 0px;
  margin: 0px;
}
/* line 23, ../sass/_ansatte.scss */
#body .website_person_info p.website_person_return {
  font-weight: bold;
  padding-top: 25px;
}
/* line 24, ../sass/_ansatte.scss */
#body .website_partner_func {
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  display: block;
  font-size: 16px;
}
/* line 29, ../sass/_ansatte.scss */
#body .website_person_file_desc img {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 0 10px #ddd;
  -moz-box-shadow: 1px 0 10px #ddd;
}
/* line 36, ../sass/_ansatte.scss */
#body .website_person_file_desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/_ansatte.scss */
#body .website_person_file_desc ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 48, ../sass/_ansatte.scss */
#body .website_person_file_desc ul li:before {
  content: none;
  margin: 0px;
}
/* line 52, ../sass/_ansatte.scss */
#body .website_person_file_desc ul li h3 {
  margin: 0px;
  padding: 0px;
  color: #404040;
  font-size: 14px;
}
/* line 57, ../sass/_ansatte.scss */
#body .website_person_file_desc ul li h3 a {
  color: #404040;
}
/* line 59, ../sass/_ansatte.scss */
#body .website_person_file_desc ul li h3 a:hover {
  color: inherit;
}
/* line 71, ../sass/_ansatte.scss */
#body .ansatte-person-image img {
  max-width: 100%;
  height: auto;
}

/* line 2, ../sass/_footer.scss */
#body footer .nc-footer {
  background: #383838;
  color: #a4a4a4;
  padding: 60px 0 40px 0;
  margin: 45px 0 0 0;
}
/* line 9, ../sass/_footer.scss */
#body footer .nc-footer-bottom {
  background: #2c2c2c;
  color: #a4a4a4;
  color: #777;
  padding: 15px 0;
}
/* line 37, ../sass/_mixin.scss */
#body footer h1 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h1 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h1 a:hover {
  color: #888;
}
/* line 37, ../sass/_mixin.scss */
#body footer h2 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h2 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h2 a:hover {
  color: #888;
}
/* line 37, ../sass/_mixin.scss */
#body footer h3 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h3 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h3 a:hover {
  color: #888;
}
/* line 37, ../sass/_mixin.scss */
#body footer h4 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h4 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h4 a:hover {
  color: #888;
}
/* line 37, ../sass/_mixin.scss */
#body footer h5 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h5 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h5 a:hover {
  color: #888;
}
/* line 37, ../sass/_mixin.scss */
#body footer h6 {
  color: #fff;
  border-bottom: 1px solid #444444;
  padding: 25px 0 8px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
}
/* line 23, ../sass/_footer.scss */
#body footer h6 a {
  color: #3f8faf;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
/* line 31, ../sass/_footer.scss */
#body footer h6 a:hover {
  color: #888;
}
/* line 37, ../sass/_footer.scss */
#body footer p strong {
  color: #fff;
}
/* line 42, ../sass/_footer.scss */
#body footer ul {
  list-style: none outside;
  margin: 0px;
  padding: 0px;
}
/* line 46, ../sass/_footer.scss */
#body footer ul li {
  line-height: 18px;
  border-bottom: 1px solid #444;
  padding: 9px 0px;
}
/* line 50, ../sass/_footer.scss */
#body footer ul li::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}
/* line 61, ../sass/_footer.scss */
#body footer ul li a:hover, #body footer ul li a:focus:hover, #body footer ul li a:visited:hover {
  color: #fff;
}
/* line 69, ../sass/_footer.scss */
#body footer .nc-footer-bottom ul.nc-social {
  float: right;
  margin: 0;
}
/* line 73, ../sass/_footer.scss */
#body footer .nc-footer-bottom ul.nc-social li a {
  border: none;
  padding: 0px;
}
/* line 76, ../sass/_footer.scss */
#body footer .nc-footer-bottom ul.nc-social li a::before {
  content: "";
}
@media only screen and (max-width: 768px) {
  /* line 83, ../sass/_footer.scss */
  #body footer .nc-footer-bottom ul.nc-social {
    float: left;
  }
}

/* line 1, ../sass/_textarea.scss */
#body div.block-well {
  background: #fcfcfc;
  border: 1px solid #e4e4e4;
  padding: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h1 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h2 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h3 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h4 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h5 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 37, ../sass/_mixin.scss */
#body div.block-well h6 {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 16, ../sass/_textarea.scss */
#body div.block-well strong a, #body div.block-well input.submit-buttom {
  border: 1px solid #e6bd4c;
  background-image: linear-gradient(to top, #fccc73 0%, #fae198 100%);
  background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-color: #FCCC73;
  color: #754c00;
  text-shadow: 1px 1px 0px #ffebb7;
  filter: dropshadow(color=#ffebb7, offx=1, offy=1);
  padding: 5px 14px;
  font-size: 14px;
}
/* line 29, ../sass/_textarea.scss */
#body div.block-well strong a:hover, #body div.block-well input.submit-buttom:hover {
  background: #fbd684;
}

/*
newsletter form using most of form styles
*/
/* line 5, ../sass/_newsletter.scss */
.website_component_newsletter {
  border-radius: 5px;
  border: 1px solid #aaa;
  background-color: #eee;
}
/* line 11, ../sass/_newsletter.scss */
.website_component_newsletter .title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 17, ../sass/_newsletter.scss */
.website_component_newsletter .form-group {
  padding: 0 10px;
}
/* line 19, ../sass/_newsletter.scss */
.website_component_newsletter .form-group.buttons {
  border-top: 1px solid #aaa;
}

/* line 2, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-title {
  text-align: center;
  margin-top: 20px;
}
/* line 6, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper {
  clear: both;
  margin: 0 0;
  padding: 20px 0;
}
/* line 12, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-image {
  float: left;
  margin: 0 20px 0 0;
  width: 115px;
}
/* line 17, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-image a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 23, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-image a img {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 6px;
  border: 0;
  max-width: 100%;
}
/* line 35, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-header {
  overflow: hidden;
}
/* line 37, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-header .item-name {
  padding-right: 6px;
  font-weight: normal;
}
/* line 40, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-header .item-name h3 {
  font-size: 18px;
  padding: 0;
  margin: 10px 0 8px;
  padding: 0px;
  float: left;
  line-height: 100%;
}
/* line 49, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-header .item-price {
  float: right;
  padding: 0;
  margin: 11px 0 0 0;
  font-size: 14px;
}
/* line 54, ../sass/_restaurant.scss */
#body .restaurant-wrapper .restaurant-item-wrapper .item-header .item-price .display-single-price {
  margin: 0px 5px;
}
/* line 66, ../sass/_restaurant.scss */
#body .restaurant-wrapper .nav-tabs li::before {
  content: '';
}

/* line 4, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post h2 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
/* line 8, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post h2 > a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  font-size: 18px;
  color: #444;
  margin: 0 0 15px 0;
  display: block;
}
/* line 16, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post h2 > a:hover {
  color: #606060;
}
/* line 21, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post .website_blog_date {
  color: #888;
  display: block;
}
/* line 25, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post .website_blog_author {
  color: #888;
}
/* line 29, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post .website_blog_post_texts_header {
  margin-top: 20px;
}
/* line 32, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post .les_mer {
  border: 1px solid #e6bd4c;
  background-image: linear-gradient(to top, #fccc73 0%, #fae198 100%);
  background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
  background-color: #FCCC73;
  color: #754c00;
  padding: 5px;
  margin: 5px 0px;
  text-shadow: 1px 1px 0px #ffebb7;
  filter: dropshadow(color=#ffebb7, offx=1, offy=1);
}
/* line 47, ../sass/_blogg.scss */
#body .website_blog_list .website_blog_post .website_post_tags {
  margin-top: 20px;
}
/* line 55, ../sass/_blogg.scss */
#body .website_blog_article .website_news_gallery .img-thumbnail {
  margin-bottom: 20px;
}
/* line 59, ../sass/_blogg.scss */
#body .website_blog_article h2 {
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0px;
}
/* line 64, ../sass/_blogg.scss */
#body .website_blog_article h2 > a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  font-size: 18px;
  color: #444;
  margin: 0 0 15px 0;
  display: block;
}
/* line 72, ../sass/_blogg.scss */
#body .website_blog_article h2 > a:hover {
  color: #606060;
}
/* line 77, ../sass/_blogg.scss */
#body .website_blog_article .website_blog_author_name {
  color: #888;
}
/* line 80, ../sass/_blogg.scss */
#body .website_blog_article .website_blog_date {
  color: #888;
}
/* line 84, ../sass/_blogg.scss */
#body .website_blog_article .website_blog_short {
  margin-top: 20px;
}
/* line 95, ../sass/_blogg.scss */
#body #website_blog_tabs ul.nav-tabs > li::before {
  content: '';
}
/* line 103, ../sass/_blogg.scss */
#body #website_blog_tabs .tab-content .website_blog_box ul {
  margin-top: 20px;
}
/* line 106, ../sass/_blogg.scss */
#body #website_blog_tabs .tab-content .website_blog_box ul li::before {
  content: '';
  margin: 0px;
}
/* line 110, ../sass/_blogg.scss */
#body #website_blog_tabs .tab-content .website_blog_box ul li span {
  display: none;
}
/* line 111, ../sass/_blogg.scss */
#body #website_blog_tabs .tab-content .website_blog_box ul li > a {
  color: #888;
  display: block;
  padding: 9px 0;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 117, ../sass/_blogg.scss */
#body #website_blog_tabs .tab-content .website_blog_box ul li > a::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: silver;
  margin-right: 10px;
}
/* line 132, ../sass/_blogg.scss */
#body .website_blog_categories h2 {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  margin-top: 30px;
}
/* line 139, ../sass/_blogg.scss */
#body .website_blog_categories ul {
  margin-top: 20px;
}
/* line 142, ../sass/_blogg.scss */
#body .website_blog_categories ul li::before {
  content: '';
  margin: 0px;
}
/* line 146, ../sass/_blogg.scss */
#body .website_blog_categories ul li span {
  display: none;
}
/* line 147, ../sass/_blogg.scss */
#body .website_blog_categories ul li > a {
  color: #888;
  display: block;
  padding: 9px 0;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
}
/* line 153, ../sass/_blogg.scss */
#body .website_blog_categories ul li > a::before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: silver;
  margin-right: 10px;
}

/* line 3, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
/* line 10, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading {
  background: none;
  margin-bottom: 1.5em;
  min-height: 24px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
/* line 18, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading h4 {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  font-size: 15px;
}
/* line 23, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading h4 .glyphicon {
  position: absolute;
  left: 0px;
  top: 2px;
  background: #016F45;
  color: #fff;
  font-size: 14px;
  padding: 3px 3px 4px 4px;
  border-radius: 4px;
}
/* line 34, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading .glyphicon-minus {
  display: block;
  background: #016F45;
  border-radius: 4px;
  transition-property: background, border-radius;
  transition-duration: .2s, 1s;
  transition-timing-function: linear;
}
/* line 42, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading .glyphicon-plus {
  display: none;
}
/* line 45, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading.collapsed .glyphicon-minus {
  display: none;
}
/* line 46, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading.collapsed .glyphicon-plus {
  display: block;
  background: #016F45;
  border-radius: 4px;
  transition-property: background, border-radius;
  transition-duration: .2s, 1s;
  transition-timing-function: linear;
}
/* line 57, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading:hover h4 {
  color: #016F45;
}
/* line 60, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading:hover .glyphicon-plus {
  background: #1dc182;
  border-radius: 50%;
}
/* line 67, ../sass/_faq.scss */
#body .nc-faq-container .panel.panel-default .panel-heading:hover .glyphicon-minus {
  background: #1dc182;
  border-radius: 50%;
}

/* line 82, ../sass/_faq.scss */
#body .faq-categories-container form.search-form {
  margin-bottom: 20px;
}
/* line 87, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item {
  padding: 0px;
  background: #fff;
}
/* line 88, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item::before {
  content: '';
  margin: 0px;
}
/* line 94, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item > a {
  padding: 10px;
  display: block;
}
/* line 98, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item.active {
  background-color: #337ab7;
}
/* line 100, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item.active > a {
  color: #fff;
}
/* line 104, ../sass/_faq.scss */
#body .faq-categories-container ul.list-group .list-group-item:hover {
  border-color: #337ab7;
}

/* line 4, ../sass/_yamm.scss */
#body .yamm .nav, #body .yamm .collapse, #body .yamm .dropup, #body .yamm .dropdown {
  position: static;
}
/* line 8, ../sass/_yamm.scss */
#body .yamm .dropdown.standard-dropdown {
  position: relative;
}
/* line 10, ../sass/_yamm.scss */
#body .yamm .dropdown.standard-dropdown > ul li {
  background: #fff;
}
/* line 16, ../sass/_yamm.scss */
#body .yamm .container {
  position: relative;
}
/* line 20, ../sass/_yamm.scss */
#body .yamm .dropdown-menu {
  left: auto;
}
/* line 22, ../sass/_yamm.scss */
#body .yamm .dropdown-menu.mgm-dropdown-menu {
  left: 0px;
  width: 100%;
}
/* line 28, ../sass/_yamm.scss */
#body .yamm .yamm-content {
  padding: 20px 30px;
}
/* line 32, ../sass/_yamm.scss */
#body .yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* line 39, ../sass/_yamm.scss */
#body .yamm {
  z-index: 1000;
  background: transparent;
  border-radius: 0px;
  border: none;
}
/* line 44, ../sass/_yamm.scss */
#body .yamm .yamm-content {
  background-color: white;
}
/* line 47, ../sass/_yamm.scss */
#body .yamm .yamm-content h3, #body .yamm .yamm-content h4 {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 5px 0;
  margin: 10px 0 10px 0;
  font-size: 18px;
  line-height: 34px;
}
/* line 55, ../sass/_yamm.scss */
#body .yamm .yamm-content h4 {
  font-size: 16px;
}
/* line 56, ../sass/_yamm.scss */
#body .yamm .yamm-content h5 {
  color: #888;
  padding: 3px 0px;
  margin: 0px;
}
/* line 94, ../sass/_yamm.scss */
#body .yamm .yamm-content .thumbnail {
  border: none;
  margin-bottom: 0px;
}
/* line 98, ../sass/_yamm.scss */
#body .yamm .yamm-content .thumbnail .caption h3 {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../sass/_yamm.scss */
  #body .yamm .yamm-content {
    background-color: #fff;
    padding: 0px;
  }
}
/* line 114, ../sass/_yamm.scss */
#body .yamm .mgm-dropdown .mgm-icon.mgm-position-top {
  display: block;
  margin-top: -15px;
  text-align: center;
}
/* line 119, ../sass/_yamm.scss */
#body .yamm .mgm-dropdown .mgm-icon.mgm-position-right {
  margin-right: 5px;
}
/* line 125, ../sass/_yamm.scss */
#body .yamm .mgm-dropdown .mgm-text.mgm-text-icon-position-left {
  margin-left: 5px;
}
/* line 131, ../sass/_yamm.scss */
#body .yamm .mgm-dropdown .mgm-text.mgm-text-icon-position-right {
  float: left;
  margin-right: 15px;
}
/* line 135, ../sass/_yamm.scss */
#body .yamm .mgm-dropdown .mgm-text.mgm-hide-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 144, ../sass/_yamm.scss */
  #body .yamm .mgm-dropdown .mgm-icon.mgm-position-top {
    text-align: left;
  }
}
/* line 158, ../sass/_yamm.scss */
#body .yamm .dropdown-menu {
  background: transparent;
}

/* line 166, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu {
  position: relative;
}
/* line 168, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 181, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 194, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
/* line 198, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu .pull-left {
  float: none;
}
/* line 202, ../sass/_yamm.scss */
#body .yamm .dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 214, ../sass/_yamm.scss */
#body .header.fixed {
  position: fixed;
  top: 0;
  z-index: 10001;
}
@media only screen and (max-width: 767px) {
  /* line 214, ../sass/_yamm.scss */
  #body .header.fixed {
    position: inherit;
  }
  /* line 220, ../sass/_yamm.scss */
  #body .header.fixed .mgm-dropdown-menu {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  /* line 233, ../sass/_yamm.scss */
  #body .banner {
    margin-top: 0px;
  }
}

/* line 244, ../sass/_yamm.scss */
#body .yamm .yamm-content .mgm-widget-dictate-page ul {
  padding-left: 0px;
}
/* line 246, ../sass/_yamm.scss */
#body .yamm .yamm-content .mgm-widget-dictate-page ul > li {
  border-bottom: 1px dotted #E1E1E1;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}
/* line 251, ../sass/_yamm.scss */
#body .yamm .yamm-content .mgm-widget-dictate-page ul > li > a {
  transition-timing-function: linear;
  font-size: 14px;
  background-color: #fff;
  color: #777;
  padding: 10px;
  background: #FFF;
  display: block;
  padding: 10px 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
/* line 261, ../sass/_yamm.scss */
#body .yamm .yamm-content .mgm-widget-dictate-page ul > li > a:hover {
  padding-left: 20px;
  background-color: #F4f4f4;
  color: #777;
}

/* line 1, ../sass/gallery/special.scss */
#body .cp-gallery {
  width: 100%;
  background-color: #EEEEEE;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
/* line 7, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery {
  padding-left: 0px;
}
/* line 9, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery .cpg-wrapper {
  overflow: hidden;
}
/* line 11, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery .cpg-wrapper .cpg-item {
  display: inline;
  float: left;
  overflow: hidden;
  width: 8%;
  max-height: 400px;
  text-align: center;
  position: relative;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: solid white;
  border-width: 0 2px 0 0;
  background: #444444;
}
/* line 34, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery .cpg-wrapper .cpg-item img {
  max-width: none;
}
/* line 40, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery .cpg-wrapper .cpg-item .cpg-tag {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  padding: 2px 0.75em;
  background-color: white;
  display: none;
}
/* line 49, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-gallery .cpg-wrapper .cpg-item.active .cpg-tag {
  display: block;
}
/* line 59, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-sidetext ul li:before {
  content: '';
  margin: 0px;
}
/* line 63, ../sass/gallery/special.scss */
#body .cp-gallery .cpg-sidetext ul li a {
  color: #666666;
  font-size: 1.14286em;
  line-height: 1.5em;
  text-decoration: none;
}

/* line 44, ../sass/_product.scss */
#body main .mid-content .col-md-6, #body main .mid-content .col-md-4, #body main .mid-content .col-md-3 {
  border-right: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
/* line 47, ../sass/_product.scss */
#body main .mid-content .col-md-6:hover, #body main .mid-content .col-md-4:hover, #body main .mid-content .col-md-3:hover {
  z-index: 100;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow 0.2s linear,background-color 0.2s linear;
  -moz-transition: -moz-box-shadow 0.2s linear,background-color 0.2s linear;
  -o-transition: -o-box-shadow 0.2s linear,background-color 0.2s linear;
  transition: box-shadow 0.2s linear, background-color 0.2s linear;
}
/* line 59, ../sass/_product.scss */
#body main .mid-content .col-md-6 {
  border-right: none;
  border-bottom: none;
}

/** Person **/
/* line 3, ../sass/_person.scss */
div.website_person_container {
  width: 100%;
  padding-top: 20px;
  clear: both;
}

/* line 4, ../sass/_person.scss */
div.website_person_container .website_person {
  clear: both;
}

/* line 5, ../sass/_person.scss */
div.website_person_file.website_person_full {
  width: 95%;
  clear: both;
}

/* line 6, ../sass/_person.scss */
div.website_person_file.website_person_divide {
  padding-right: 1%;
  width: 30%;
}

/* line 8, ../sass/_person.scss */
div.website_person_file .func {
  font-weight: bold;
}

/* line 9, ../sass/_person.scss */
div.website_person .website_person_file {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

/* line 10, ../sass/_person.scss */
div.website_person .website_person_file img {
  padding: 2px;
  margin-bottom: 10px;
  max-width: 100%;
}

/* line 12, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_desc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 13, ../sass/_person.scss */
div.website_person .website_person_file .website_person_file_image {
  padding: 0px 10px;
}

/* line 15, ../sass/_person.scss */
div.website_person_file.website_person_divide .website_person_file_image {
  padding: 0px;
  padding-right: 5px;
}

/* line 17, ../sass/_person.scss */
.website_person_name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

/* line 18, ../sass/_person.scss */
img.website_person_img {
  border: 4px solid #ddd;
}

/* line 19, ../sass/_person.scss */
.website_person_description {
  padding-top: 50px;
}

/* line 20, ../sass/_person.scss */
.website_person_info {
  padding: 20px 0px;
}

/* line 21, ../sass/_person.scss */
.website_person_info p {
  padding: 0px;
  margin: 0px;
}

/* line 22, ../sass/_person.scss */
.website_person_info a {
  color: #333;
}

/* line 23, ../sass/_person.scss */
.website_person_info p.website_person_return {
  font-weight: bold;
  padding-top: 25px;
}

/* line 24, ../sass/_person.scss */
.website_partner_func {
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  display: block;
  font-size: 16px;
}

/* line 29, ../sass/_person.scss */
.website_person_file_desc img {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 0 10px #ddd;
  -moz-box-shadow: 1px 0 10px #ddd;
}
/* line 36, ../sass/_person.scss */
.website_person_file_desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/_person.scss */
.website_person_file_desc ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}

/* line 54, ../sass/_person.scss */
.ansatte-person-image img {
  max-width: 100%;
  height: auto;
}

/* line 3, ../sass/_portfolio.scss */
#body .portfolio-container .grey-box {
  background-color: #B3B3B3;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 9, ../sass/_portfolio.scss */
#body .portfolio-container h2 {
  font-size: 20px;
}
/* line 14, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  /* line 13, ../sass/_portfolio.scss */
  #body .portfolio-container .portoflio-list .portfolio-list-item {
    height: auto;
  }
}
/* line 21, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item .list-title {
  padding: 5px;
  color: #000;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(245, 130, 30, 0.8);
}
@media only screen and (max-width: 768px) {
  /* line 21, ../sass/_portfolio.scss */
  #body .portfolio-container .portoflio-list .portfolio-list-item .list-title {
    height: 50px;
  }
}
/* line 34, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item h2 {
  text-align: center;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}
/* line 39, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item h2 a {
  color: #000;
  font-size: 16px;
}
/* line 42, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item h2 a:visited {
  color: #1D3365;
}
/* line 45, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item h2 a:hover {
  color: #B3B3B3;
  text-decoration: underline;
}
/* line 51, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item .img-link {
  position: relative;
  display: block;
  width: 380px;
  height: 260px;
  margin: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 51, ../sass/_portfolio.scss */
  #body .portfolio-container .portoflio-list .portfolio-list-item .img-link {
    width: 98%;
  }
}
/* line 61, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item .img-link h3 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 15px 5px;
}
/* line 75, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item .pImage {
  display: block;
}
/* line 78, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item .pDescription {
  display: none;
}
/* line 81, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item.large {
  width: 65%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 81, ../sass/_portfolio.scss */
  #body .portfolio-container .portoflio-list .portfolio-list-item.large {
    width: 100%;
  }
}
/* line 87, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item.large .img-link {
  width: auto;
  height: auto;
  display: none;
}
/* line 92, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item.large .pImage {
  display: none;
}
/* line 95, ../sass/_portfolio.scss */
#body .portfolio-container .portoflio-list .portfolio-list-item.large .pDescription {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
}
/* line 105, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container {
  background: #B3B3B3;
  color: white;
}
/* line 109, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form .screen-render-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* line 113, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form .search-submit {
  display: none;
}
/* line 116, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form label {
  margin: 0px;
}
/* line 119, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form input {
  border: 0;
  border-right: 8px solid transparent;
  background: url(../images/sok.png) no-repeat right center #999999;
  color: white;
  padding: 6px 10px 6px 10px;
  margin: 0;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
/* line 131, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
  font-weight: normal;
}
/* line 135, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
/* line 139, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
/* line 142, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
/* line 145, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form input[type=text] {
  -webkit-appearance: textfield;
  width: 270px;
}
/* line 149, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .search-form input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 154, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 158, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li {
  border-top: 1px solid white;
  color: white;
  padding: 0;
}
/* line 162, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > a {
  color: white;
  padding: 5px 0 5px 10px;
  text-decoration: none;
  display: block;
}
/* line 171, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li::before {
  content: " ";
  color: red;
  margin: 0px;
}
/* line 176, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li.active, #body .portfolio-container .categories .categories-container .portfolio-categories > li:hover {
  background: #1C3264;
}
/* line 179, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 183, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > ul > li {
  background-color: #808080;
  border-top: 1px solid white;
}
/* line 187, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > ul > li > a {
  color: white;
  padding: 2px 0 3px 10px;
  text-decoration: none;
  display: block;
}
/* line 193, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > ul > li::before {
  content: " ";
  margin: 0px;
}
/* line 197, ../sass/_portfolio.scss */
#body .portfolio-container .categories .categories-container .portfolio-categories > li > ul > li.active, #body .portfolio-container .categories .categories-container .portfolio-categories > li > ul > li:hover {
  background: url(../images/prosjekter_selected.png) no-repeat left center #808080;
  border-left: 0;
  padding-left: 10px;
  background: #1C3264;
}

/* line 214, ../sass/_portfolio.scss */
#body .portfolio-container .portfolio-list-categories ul {
  margin: 15px 0px;
}
/* line 218, ../sass/_portfolio.scss */
#body .portfolio-container .portfolio-list-categories ul > li > button.active {
  color: #fff;
  background-color: #F4821F;
  border-color: #F4821F;
}

/* line 29, ../sass/style.scss */
#body {
  margin-top: 0px !important;
}
/* line 31, ../sass/style.scss */
#body .nc-logo-container {
  position: relative;
}
/* line 33, ../sass/style.scss */
#body .nc-logo-container .nc-logo {
  position: absolute;
  top: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  /* line 33, ../sass/style.scss */
  #body .nc-logo-container .nc-logo {
    top: -45px;
  }
}
/* line 42, ../sass/style.scss */
#body .nc-logo-container .nc-translate {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 42, ../sass/style.scss */
  #body .nc-logo-container .nc-translate {
    top: -60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 31, ../sass/style.scss */
  #body .nc-logo-container {
    margin-top: 60px;
  }
}

/* line 58, ../sass/style.scss */
#body .website_form .submit-buttom {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 11px 0 0 0;
  padding: 9px 20px 12px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
  vertical-align: middle;
  background-color: #777;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

/* line 87, ../sass/style.scss */
#snow {
  background: none;
  font-family: Androgyne;
  background-image: url("../images/snow1a.png"), url("../images/snow2a.png"), url("../images/snow3a.png");
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 400px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
/* line 123, ../sass/style.scss */
#body .navbar-default ul.navbar-nav > li > a {
  color: #121451;
  font-weight: lighter;
  display: block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 130, ../sass/style.scss */
#body .navbar-default ul.navbar-nav > li > a > .fa {
  font-size: 30px;
  margin-bottom: 10px;
  color: #00B0BE;
}

/* line 136, ../sass/style.scss */
#body .nc-header .navbar-default ul.navbar-nav ul.dropdown-menu li a h3 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-align: center;
}

/* line 153, ../sass/style.scss */
#body .nc-header .navbar-default ul.navbar-nav ul.dropdown-menu li a:hover h3 {
  background-color: #00B0BE;
  color: #333;
}

/* line 159, ../sass/style.scss */
#body #ticker li::before, #body ul.no-bird li::before {
  content: " ";
}

/* line 164, ../sass/style.scss */
#body .bx-wrapper {
  margin-bottom: 0px;
}

/* line 170, ../sass/style.scss */
#body .nc-content .logos-inline > div {
  margin: 0px auto;
  width: 600px;
}
@media only screen and (max-width: 767px) {
  /* line 170, ../sass/style.scss */
  #body .nc-content .logos-inline > div {
    margin: auto;
    width: auto;
  }
}
