/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
@media and (max-width:800px) {
    #strangeOne {
        float:none;
    }

}
/* Type */
@font-face {
    font-family: "GoodWeb-CondBold";
    src: url("fonts/GoodWeb-CondBold.eot");
    src: url("fonts/GoodWeb-CondBold.eot?iefix") format('embedded-opentype'),
        url("fonts/GoodWeb-CondBold.woff") format("woff");
}

@font-face {
    font-family: "GoodWeb-Medium";
    src: url("fonts/GoodWeb-Medium.eot");
    src: url("fonts/GoodWeb-Medium.eot?iefix") format('embedded-opentype'),
        url("fonts/GoodWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: "MoreWeb-Book";
    src: url("fonts/MoreWeb-Book.eot");
    src: url("fonts/MoreWeb-Book.eot?iefix") format('embedded-opentype'),
        url("fonts/MoreWeb-Book.woff") format("woff");
}

@font-face {
    font-family: "GoodWeb-CondBook";
    src: url("fonts/GoodWebPro-CondBook.eot");
    src: url("fonts/GoodWebPro-CondBook.eot?iefix") format('embedded-opentype'),
        url("fonts/GoodWebPro-CondBook.woff") format("woff");
}

@font-face {
    font-family: "MoreWeb-Medium";
    src: url("fonts/MoreWeb-Medium.eot");
    src: url("fonts/MoreWeb-Medium.eot?iefix") format('embedded-opentype'),
        url("fonts/MoreWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: "MoreWeb-Book";
    src: url("fonts/MoreWeb-Book.eot");
    src: url("fonts/MoreWeb-Book.eot?iefix") format('embedded-opentype'),
        url("fonts/MoreWeb-Book.woff") format("woff");
}


body {

}

h1 {
    font-size: 31px;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h2 {
    font-size: 24px;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1:after,
h2:after {
    height: 12px;
    width: 60%;
    content: "";
    border-bottom: 2px solid #000;
    display: block;
}
table {
border: 1px solid #333;
}
tbody {
border-top: 1px solid #333;
}
p, td {
    font-family: "MoreWeb-Book", Arial, sans-serif;
    font-size: 14px;
}

ul, ol, dl {
    margin-left: 20px;
}

strong {
    font-family: "MoreWeb-Medium", Arial, sans-serif;
    font-weight: normal !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 18px;
}

::selection {
    background: #f00;
    color: #fff;
}


.hidden {
    display: none;
}

.hidelarge {
    display: none !important;
}

/* General views */
.views-row-last {
    float: left !important;
}

tbody .views-row-last {
    float: none !important;
}


/* Top nav */
section.topnav {
    position: absolute;
    right: 0;
    top: 11px;
}

section.topnav ul.menu {
    list-style-type: none;
    list-style-image: none;
}

section.topnav ul.menu > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    position: relative;
}

section.topnav > ul.menu > li {
    margin-left: 20px;
}

section.topnav ul.menu > li a {
    padding: 0 0 0 26px !important;
    position: relative;
}

section.topnav > ul.menu > li > a:after {
    width: 18px;
    height: 18px;
    content: "";
    background: #000 url(../images/kode-sprites.png) no-repeat;
    position: absolute;
    left: 0;
    top: 4px;

}

section.topnav ul.menu li a.hours:after {
    background-position: -249px -190px;
}

section.topnav ul.menu li a.hours:hover:after {
    background-color: #f00;
}

section.topnav ul.menu li a.fontsizes:after {
    background-position: -249px -220px;
}

section.topnav ul.menu li a.fontsizes:hover:after {
    background-color: #f00;
}

section.topnav ul.menu li a.language {

}

section.topnav ul.menu li a.language:after {
    background-position: -249px -251px;
}

section.topnav ul.menu li a.language:hover:after {
    background-color: #f00;
}

section.topnav ul.menu li a {
    font-family: "GoodWeb-Medium", Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #000;
}

section.topnav ul.menu > li ul.menu > li a {
    padding-left: 13px !important;
}

section.topnav ul.menu li a:hover {
    color: #f00;
}

section.topnav ul.menu li > ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 9999;
}

section.topnav ul.menu li a + ul li {
    line-height: 1;
}

section.topnav ul.menu li a + ul li a {
    line-height: 1.5;
}

section.topnav ul.menu li a.fontsizes + ul {
    width: 200px;
    height: 88px;
    background: #000;
    top: 29px;
    left: -40px;
}

section.topnav ul.menu li a.fontsizes + ul li {
    padding: 12px 15px 15px 15px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-family: "GoodWeb-CondBook", Arial, sans-serif;
    line-height: 21px;
}

section.topnav ul.menu li a.language + ul {
    padding: 7px 0;
    background: #000;
    top: 29px;
    right: 0px;
    left: -180px;
    height: auto;
    bottom: auto;
}

section.topnav ul.menu li a.language + ul li {
    padding: 4px 0px;
    color: #fff;
    position: static;
    font-size: 16px;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    float: none;
}

section.topnav ul.menu li a.language + ul li a {
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
}

section.topnav ul.menu li:hover > ul {
    display: block;
}

/* top-bar */
.top-bar {
    padding: 25px 0;
    margin-bottom: 0 !important;
    background: none;
}

.top-bar section.navigation {
    float: left;
    margin-top: 36px;
}

.top-bar section.navigation ul {
    padding-top: 16px;
    height: auto;
}

.top-bar section.navigation div.navlinks {
    padding-top: 16px;
}

.top-bar section.navigation div.navlinks a.close,
.top-bar section.navigation div.navlinks div.logo {
    display: none;
}

.top-bar section.navigation div.navlinks ul li {
    margin-left: 50px;
}

.top-bar .navlinks ul.menu li > ul.menu { display: none; }

/* .top-bar .navlinks ul.menu li.expanded > ul.menu { display: inline-block; } */

.top-bar section.navigation div.navlinks ul li a,
.top-bar section.navigation div.navlinks ul li span {
    padding-top: 1px;
}

.top-bar section.navigation div.navlinks ul li a:hover,
.top-bar section.navigation div.navlinks ul li span:hover,
.top-bar section.navigation div.navlinks ul li.active a,
.top-bar section.navigation div.navlinks ul li.active span {
    background: #f00;
    color: #fff;
}

.top-bar ul li.name h1 {
    height: 60px;
}

.top-bar ul li.name h1:after {
    border: none;
}

.top-bar ul li.name h1 a {
  width: 169px;
  height: 74px;
  text-indent: -999em;
  display: block;
}

body.i18n-nb .top-bar ul li.name h1 a {
  background: url(../images/kode_nor.svg) no-repeat;
  background-size: cover;
}

body.i18n-en .top-bar ul li.name h1 a {
  background: url(../images/kode_eng.svg) no-repeat;
  background-size: cover;
}

.top-bar ul > li a:not(.button),
.top-bar ul > li span {
    line-height: 29px;
    height: auto;
    color: #000;
    text-transform: uppercase;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    cursor:pointer;
}

.top-bar ul > li a {
    line-height: 29px;
    height: auto;
    color: #000;
    text-transform: uppercase;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    display: block;
}

.top-bar ul > li:not(.name):hover,
.top-bar ul > li:not(.name).active,
.top-bar ul > li:not(.name):focus {
    background: none;
}

.top-bar ul > li:not(.name):hover a,
.top-bar ul > li:not(.name).active a,
.top-bar ul > li:not(.name):focus a {
    color: #444;
}

/* top-bar search */
section.search {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#search-block-form {
    margin: 0 0 0 0;
    float: right;
    line-height: normal;
}
#search-block-form input {
    margin: 0px;
    display: inline;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
#search-block-form .form-text {
    width: 150px;
    height: 26px;
    background: black;
    border: none;
    float: left;
    color: #fff;
}
#search-block-form .searchstring:focus {
    background: black;
    color: #fff;
}
#search-block-form .form-submit {
    margin-left: -1px;
    width: 27px;
    height: 26px;
    color: #fff;
    border: none;
    float: left;
    cursor: pointer;
    background: url(../images/kode-sprites.png) no-repeat;
    background-position: -9px -332px;
    text-indent: -999em;
}


/* Flyout */
.flyout-wrapper {
    margin-top: 0px;
    position: absolute;
    z-index: 9999;
    background: url(rgba.php?r=0&g=0&b=0&a=80) repeat;
    background: rgba(0,0,0,0.8);
    left: 0;
    right: 0;
}

.flyout-wrapper .row > ul {
    padding-top: 5px;
}

.flyout-wrapper ul {
    list-style-type: none !important;
}

.flyout-wrapper ul.wrapper {
    padding-left: 20px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-image: none;
    display: none;
    list-style-type: none;
}

.flyout-wrapper ul.wrapper > li {
    margin: 10px 80px 10px 0;
    float: left;
}

.flyout-wrapper ul.wrapper > li ul.menu {
    margin: 10px 0 0 0;
}

.flyout-wrapper ul.wrapper > li ul.menu li a {
    margin-left: -20px;
    padding: 2px 20px 0px 20px;
    font-size: 15px;
    line-height: 29px;
    display: block;
}

.flyout-wrapper ul.wrapper > li ul.menu li a:hover {
    background: #fff;
    color: #000;
}

/*
.flyout-wrapper ul.wrapper li ul.menu li.active-trail a {
  background: #f00;
  color: #fff;
}
*/

.flyout-wrapper ul.wrapper > li span.nolink {
    padding-bottom: 5px;
    font-size: 17px;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    border-bottom: 1px solid #d1d1d2;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.flyout-wrapper ul.wrapper > li span.hide {
    display: none;
}

.flyout-wrapper ul li a {
    font-size: 17px;
    font-family: "GoodWeb-CondBook", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    list-style-type: none;
    list-style-image: none;
}

.flyout-wrapper ul li ul li {
    padding: 5px 0;
}


/* Tabs */
ul.tabs.primary {
    height: 42px;
}

ul.tabs.primary a {
    margin-right: 0px;
}

/* jumboslider */
.jumboslider {
    padding-bottom: 30px;
}

.jumboslider img {
    width: 100%;
}

/* Content */
.content {
    margin-right: 40px;
}

/* Newsletter signup */
form.newsletter input[type='text'] {
    width: 60%;
    height: 37px;
    border: none;
    border-radius: 0px;
    float: left;
	font-size: 16px
    box-shadow: none;

}
form.newsletter input[type='submit'] {
    margin-left: 4px;
    width: 37px;
    height: 37px;
    background: #f00 url(../images/kode-sprites.png) -49px -327px no-repeat;
    border: none;
    border-radius: 0px;
    float: left;
    text-indent: -999em;
    cursor: pointer;
}

/* Footer */
div.footer {
    margin-top: 80px;
    background: #000;
    color: #fff;
}

div.footer p {
    font-family: "GoodWeb-Medium", Arial, sans-serif;
}

div.footer p span.contact_method {
    color: #ccc;
}

div.footer p a {
    color: #fff;
}

div.footer div.twelve.columns,
div.footer div.four.columns {
    padding: 20px 0;
}

div.footer h2 {
    margin: 0;
    font-family: "MoreWeb-Medium", Arial, sans-serif;
    text-transform: none;
    color: #fff;
}

div.follow-links {

}

a.follow-link {
    background: none !important;
    height: auto;
  }

div.follow-links a.follow-link {
    margin-right: 50px;
    padding-left: 50px;
    position: relative;
    color: #fff;
    line-height: 40px;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 14px;
    display: block;
    float: left;
}

div.follow-links a.follow-link:after {
    width: 43px;
    height: 43px;
    background: url(../images/kode-sprites.png) no-repeat;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
}

div.follow-links a.follow-link-facebook:after {
    background-position: -5px -282px;
}

div.follow-links a.follow-link-twitter:after {
    background-position: -56px -282px;
}

div.follow-links a.follow-link-instagram:after {
    background-position: -104px -282px;
}
div.follow-links a.follow-link-Snapchat:after {
    background: url(../images/Ikon_snapchat.png) no-repeat;
}
p.mailtlf {
    margin-right: 74px;
    padding: 0 0 0 50px;
    float: left;
    position: relative;
}

p.mailtlf:after {
    width: 36px;
    height: 36px;
    background: url(../images/kode-sprites.png) no-repeat;
    background-position: -202px -283px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
}

p.address {
    margin-right: 20px;
    padding: 9px 0 0 50px;
    float: left;
    position: relative;
}

p.address:after {
    width: 33px;
    height: 33px;
    background: url(../images/kode-sprites.png) no-repeat;
    background-position: -262px -283px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
}

.fb-like-box {
    background: #000000;
    width: 250px;
    padding: 0px;
    margin: 0px;
    border: none;
}



/* -----------------------------------------
   Frontpage
----------------------------------------- */
/* FlexSlider */
.jumbotron {
    margin-top: 0px;
}

.flexslider_views_slideshow_main .flexslider {
    margin: 0px;
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    zoom: 1;
}

.flexslider_views_slideshow_main .slideshow-headline-wrapper {
    position: absolute;
    width: 530px;
    bottom: 20%;
    left: 0;
}

.flexslider_views_slideshow_main h2.headline {
    margin: 0px;
    padding: 0px 20px;
    font-size: 35px;
    line-height: 69px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
    border: none;
    float: left;
    position: relative;
}

.flexslider_views_slideshow_main h2.headline:after {
    height: 0px;
    width: 0px;
    content: "";
    border-bottom: none;
    display: none;
}

.flexslider_views_slideshow_main h2.headline a {
    color: #fff;
    line-height: 69px;
    height: 69px;
}

.flexslider_views_slideshow_main h2.headline a:after {
    width: 67px;
    height: 69px;
    display: block;
    content: "";
    background: #f00 url(../images/kode-sprites.png) no-repeat;
    background-position: -119px -194px;
    position: absolute;
    right: -67px;
    bottom: 0px;
}

.flex-nav-container {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

.flex-nav-container ol.flex-control-nav {
    overflow: hidden;
    margin: 0 auto !important;
    width: 1260px;
    max-width: 100%;
    position: static;
    text-align: right;
}

.flex-control-nav li {
    margin: 9px 0 0 2px;
}

.flex-control-nav li a {
    margin-left: 3px;
    margin-top: -10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-indent: 999em;
    background-color: #dddddd;
    display: block;
    float: left;
    box-shadow: none !important;
}

.flex-control-nav li a.flex-active {
    margin-top: -1px;
    width: 11px;
    height: 11px;
    background-color: #ff0000;
}

/* Tweets */
.twitter {
    margin-bottom: 40px;
    height: 40px;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.twitter .tweets {
    margin-bottom: 0;
}

.view-site-tweets ul.tweets {
    padding-left: 60px;
    position: relative;
    line-height: 1;
    list-style: none;
}

.tweeticon {
    width: 50px;
    height: 40px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: url(/sites/all/themes/kodekunst/images/kode-sprites.png) no-repeat;
    background-position: -137px -140px;
}

.view-site-tweets ul.tweets li {
    padding-top: 14px;
}

a.calendar {
    padding: 8px 10px;
    width: 100px;
    display: block;
    float: right;
    background: #000;
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 13px !important;
    text-align: center;
    font-weight: bold;
}

.zoom .article {
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.frontpage.ichi .article h3 {
    font-size: 64px;
}

.frontpage .article h3 {
    margin: 0;
    padding: 0 20px 0 0;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 100;
}

.frontpage .article h3 a {
    color: #fff;
}

.zoom .article a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    *display:inline;
    zoom:1;
    position: relative;
}

.frontpage .article > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.frontpage.ichi .article > a:after,
.frontpage.shi .article > a:after,
.frontpage.go .article > a:after,
.frontpage.roku .article > a:after,
.frontpage.shichi .article > a:after,
.frontpage.juichi .article > a:after,
.frontpage.juni .article > a:after,
.frontpage.jusan .article > a:after,
.frontpage.jushi .article > a:after {
    background: url(rgba.php?r=0&g=0&b=0&a=30) repeat;
    background: rgba(0,0,0,0.3);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.frontpage.ichi.zoom.on .article > a:after,
.frontpage.shi.zoom.on .article > a:after,
.frontpage.go.zoom.on .article > a:after,
.frontpage.roku.zoom.on .article > a:after,
.frontpage.shichi.zoom.on .article > a:after,
.frontpage.juichi.zoom.on .article > a:after,
.frontpage.juni.zoom.on .article > a:after,
.frontpage.jusan.zoom.on .article > a:after,
.frontpage.jushi.zoom.on .article > a:after {
    background: url(rgba.php?r=0&g=0&b=0&a=90) repeat;
    background: rgba(0,0,0,0.55);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

.frontpage.ni .article div.content,
.frontpage.san .article div.content {
    margin-bottom: 0px;
}

.frontpage.ni .article p,
.frontpage.san .article p {
    margin: 0px;
}

.frontpage.ni .article > a:after {
    background: url(rgba.php?r=255&g=0&b=0&a=60) repeat;
    background: rgba(255,0,0,0.6);
    transition: background 0.5s;
}

.frontpage.ni.zoom.on .article > a:after {
    background: rgba(255,0,0,0.75);
    transition: background 0.5s;
}

.frontpage.san .article > a:after {
    background: url(rgba.php?r=255&g=0&b=0&a=60) repeat;
    background: rgba(255,0,0,0.6);
    transition: background 0.5s;
}

.frontpage.san.zoom.on .article > a:after {
    background: rgba(255,0,0,0.75);
    transition: background 0.5s;
}

.zoom .article a img {
    margin-bottom: -2px;
    width: 100%;
    position: relative;
    z-index: -1;
    max-width: none;
    top: 0;
    left: 0;
}

.frontpage .info.article {
    height: 154px;
    background: #ccc;
	margin-bottom: 6px;
}

.frontpage .info.article p {
    margin-bottom: 0;
}

.frontpage .info.article h3 a {
    color: #333;
}

.frontpage .article .content {
    margin: 0;
    padding: 20px;
    position: absolute;
    z-index: 100;
}

.frontpage .article .content h3 {
    position: static;
    font-size: 31px;
}

.frontpage .narrow.article .content p {
    font-size: 14px;
    color: #fff;
}

.frontpage .normal.article h3 {
    font-size: 38px;
}

.frontpage .article h3 a {
    overflow: visible;
}

.ribbon-wrapper {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 100;
}

.ribbon-wrapper .ribbon {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -16px;
    top: 38px;
    width: 184px;
    background-color: #ff0000;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
    content: "";
    border-top:   3px solid #6e8900;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon:before {
    left: 0;
}
.ribbon:after {
    right: 0;
}​


/* -----------------------------------------
   Utstillinger & Artikkel
----------------------------------------- */

.actions {
    margin-bottom: 20px;
}

.actions .action-buttons {
    margin-left: 0px;
    list-style-type: none;
}

.actions .action-buttons li {
    margin-right: 10px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-indent: -999em;
    float: left;
    background: url(../images/kode-sprites.png) no-repeat;
}

.actions .action-buttons li.share {
    background-position: -2px -89px;
}

.actions .action-buttons li.calendar {
    background-position: -50px -89px;
}

.actions .action-buttons li.map {
    background-position: -101px -89px;
}

.actions .action-buttons li a {
    display: block;
}

.actions .action-buttons .share-links {
    bottom: -1px;
    left: 5px;
}

.shareicons-standalone {
    padding-bottom: 11px;
}

.exhibition-data {
    margin-left: 0px;
}

.exhibition-data li {
    padding: 0 0 0 30px;
    line-height: 30px;
    list-style-type: none;
    font-weight: bold;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
    position: relative;
}

.exhibition-data li:after {
    background: #000 url(../images/kode-sprites.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
}

.exhibition-data li.date:after {
    width: 20px;
    height: 22px;
    background-position: 0px 0px;
}

.exhibition-data li.place:after {
    width: 20px;
    height: 22px;
    background-position: 0px -29px;
}

.exhibition-data li.ticketprice:after {
    width: 20px;
    height: 22px;
    background-position: 0px -55px;
}

.exibition-data.important {
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 11px;
}

.exhibition-data li a {
    color: #333333;
}

div.normal.exhibition.article {
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}

div.normal.exhibition.article h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 31px;
    z-index: 100;
}

div.normal.exhibition.article h3 a {
    color: #fff;
}

div.normal.exhibition.article > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(0,0,0,0.6);
}

div.content div.date {
    padding-bottom: 15px;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}

div.normal.exhibition.article + div.content {
    min-height: 130px;
}


/**
 * Utstillinger/events kalender
 */
div.view-kalender .view-header {
    margin-left: 3px;
    padding: 0 0 8px 0;
    font-family: "GoodWeb-Medium",Arial,sans-serif;
    font-size: 14px;
}

div.view-filters {
    margin-left: 3px;
}

div#ui-datepicker-div {
    z-index: 9999 !important;
    border-right: none;
    border-bottom: none;
    font-family: "GoodWeb-Medium",Arial,sans-serif;
    background: #000;
}

div.ui-corner-all {
    border-radius: 0;
}

div.ui-widget-content {
    border: none;
}

table.ui-datepicker-calendar {
    background: #000;
    border: none;
    border-radius: 0;
}

table.ui-datepicker-calendar thead {
    background: #000;
}

table.ui-datepicker-calendar tbody {
    border-top: none;
}

table.ui-datepicker-calendar thead tr th,
table.ui-datepicker-calendar tbody tr td {
    background: #000;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
}

div#edit-field-from-date-value-wrapper,
div#edit-field-from-date-value2-wrapper {
    padding: 0 6px 0 0;
}

div#edit-field-from-date-value-wrapper label,
div#edit-field-from-date-value2-wrapper label {
    display: none;
}

div.container-inline-date input.form-text {
    margin: 0 !important;
    border-radius: 0;
    background: #000;
    border: none;
    color: #fff;
    font-family: "GoodWeb-Medium",Arial,sans-serif;
    font-size: 13px;
}

div.container-inline-date div.description {
    display: none;
}

.calendar .three.columns:last-child {
    float: left !important;
}

.container-inline-date > .form-item {
    margin-right: 0px !important;
}

input#edit-submit-kalender {
    margin: 0 !important;
    border-radius: 0;
    background: #000;
    border: none;
    color: #fff;
    font-family: "GoodWeb-Medium",Arial,sans-serif;
    font-size: 13px;
    height: 31px;
    margin-top: -7px !important;
    cursor: pointer;
}


/** Pressekontakter **/
.pressekontakt .well {
    min-height: 170px;
    padding: 20px 0 40px 0;
    background-color: #f1f1f1;
    text-align: center;
    font-family: "GoodWeb-Book", Arial, sans-serif;
}

.pressekontakt:first-child .well {
    background-color: #f00;
    color: #fff;
    text-align: center;
}

.pressekontakt .well > div {
    font-family: "MoreWeb-Book",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

.ansattkontakt .well > div {
    font-family: "MoreWeb-Book",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

.pressekontakt .well img.ansattbilde {
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 5;
    opacity: 0.2;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.pressekontakt .well:hover img.ansattbilde {
    opacity: 1;
}

.ansattkontakt .well a,
.pressekontakt .well a {
    color: #333;
    text-decoration: underline;
}

.pressekontakt:first-child .well a {
    color: #fff;
}

.ansattkontakt .well h2,
.pressekontakt .well h2 {
    margin-bottom: 5px;
    text-transform: none;
    color: #333;
    font-weight: normal;
    position: relative;
    z-index: 10;
}

.pressekontakt:first-child .well h2 {
    color: #fff;
    text-transform: uppercase;
}

.ansattkontakt .well h2:after,
.pressekontakt .well h2:after {
    display: none;
}

.ansattkontakt .well p {
    margin: 0;
    padding: 0;
}

/* Ansatte */
.three, .row .three {
    width: 25%;
}

.ansattkontakt {
    position: relative;
    height: auto;
}

.ansattkontakt img {
    z-index: -1;
    opacity: 0.2;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ansattkontakt .well {
    padding-top: 20px;
    width: 100%;
    height: 100%;
    min-height: 170px;
    text-align: center;
    font-family: "GoodWeb-Book",Arial,sans-serif;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 0;
    z-index: 10;
}

.ansattkontakt .well.grey {
    background: #f1f1f1;
}

.ansattkontakt:after {
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    -webkit-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ansattkontakt:hover img {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ansattkontakt:hover:after {
    background: rgba(255, 255, 255, 0.8);

    -webkit-transform: scale(0.9, 0.85);
    transform: scale(0.9, 0.85);

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


/** Presse **/
div.press-releases {
    margin-top: 50px;
}

div.press-releases .view-header h1:after {
    width: 10%;
}

div.press-releases table {
    width: 100%;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    margin: 30px 0 0 0;
    border: none;
}

div.press-releases table thead {
    background: #000;
    border: none;
}

div.press-releases table thead tr th.views-field-created a {
    padding-left:
}

div.press-releases table tbody {
    border: none;
}

div.press-releases table tbody tr.even,
div.press-releases table tbody tr.odd {
    background-color: #fff;
    border-bottom: none;
}

div.press-releases table thead tr th,
div.press-releases table tbody tr td {
    margin: 0;
    padding: 12px;
    line-height: 24px;
}

div.press-releases table thead tr th,
div.press-releases table thead tr th a {
    color: #fff;
}

div.press-releases table thead tr th.active img {
    display: none;
}

div.press-releases table tbody tr td {
    border: none;
    vertical-align: top;
}

div.press-releases table tbody tr td p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}

div.press-releases table tbody tr td.active {
    background-color: transparent;
}

div.press-releases table .views-field-created {
    width: 130px;
    position: relative;
}

div.press-releases table .views-field-created span {
    position: relative;
    display: block;
    padding-left: 50px;
}

div.press-releases table .views-field-created span:after {
    width: 41px;
    height: 38px;
    background: #f00 url(../images/kode-sprites.png);
    background-position: -318px -222px;
    position: absolute;
    left: 0;
    top: -12px;
    display: block;
    content: "";
}

div.press-releases table .views-field-title {
    width: 150px;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 13px;
}

div.press-releases table .views-field-body {

}

div.press-releases table .views-field-link-to-revision {
    width: 150px;
}

div.press-releases table .views-field-link-to-revision a {
    padding-left: 22px;
    position: relative;
    font-family: "GoodWeb-CondBold", Arial, sans-serif;
    font-size: 13px;
}

div.press-releases table tbody tr td.views-field-link-to-revision a:after {
    width: 20px;
    height: 20px;
    background: #f00 url(../images/kode-sprites.png);
    background-position: -318px -189px;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    content: "";
}



/***********************
 * Formidling          *
 ***********************/
form.webform-client-form {

}

form.webform-client-form fieldset legend {
    display: none;
}

form.webform-client-form fieldset label {

}

form.webform-client-form fieldset {
    padding: 0 3px;
}

form.webform-client-form fieldset input,
form.webform-client-form fieldset textarea {
    border-radius: 0;
    background: #000;
    border: none;
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}

form.webform-client-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}
form.webform-client-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}
form.webform-client-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}
form.webform-client-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-size: 13px;
}

form.webform-client-form fieldset input {
    margin: 6px 0;
}

form.webform-client-form fieldset textarea {
    margin-top: 6px;
    height: 105px;
}

form.webform-client-form fieldset input:focus,
form.webform-client-form fieldset textarea:focus {
    background: #000;
    color: #fff;
}

form.webform-client-form .form-item {
    margin: 0;
}

form.webform-client-form .webform-component-checkboxes {
    padding: 20px 0 0 3px;
    clear: both;
}

form.webform-client-form .form-checkbox {
    margin: 0 10px 0 0;
}

form.webform-client-form div#edit-actions {
    text-align: right;
}

form.webform-client-form div#edit-actions input.form-submit {
    padding: 6px 15px;
    background: #f00;
    border: none;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

form.webform-client-form .grippie {
    display: none;
}


/* Search result page */
body.page-search {

}

body.page-search span.count {
    color: #ff0000;
    font-weight: bold;
}

body.page-search span.title {
    font-family: "GoodWeb-Medium", Arial, sans-serif;
    font-weight: bold;
}

body.page-search div.search-result {

}

body.page-search div.search-result div p {
    padding-left: 30px;
    position: relative;
}

body.page-search div.search-result div p:after {
    width: 20px;
    height: 20px;
    background: #f00 url(../images/kode-sprites.png);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
}

body.page-search div.search-result.exhibition div p:after {
    background-position: -283px -189px;
}

body.page-search div.search-result.article div p:after {
    background-position: -283px -250px
}

/* Thumbnail gallery */
.gallery-thumbs {
    margin-top: 8px;
}

.gallery-thumbs h2:after {

}

.gallery-thumbs .thumb,
.gallery .thumb {
    margin-bottom: 5px;
}

.view-all-gallery {
    font-family: "GoodWeb-Medium", Arial, "sans-serif";
    font-size: 13px;
}

/* Single image */
.single-image {
    margin-top: 75px;
    position: relative;
}

.single-image a {
    display: block;
}

.single-image a img {

}

div.caption {
    margin-top: 10px;
}

div.caption p {
    color: #616161;
    font-size: 13px;
    font-style: italic;
    line-height:
}

a.fancybox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

a.fancybox:hover:after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/image-hover.png) center no-repeat;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}
.video a.fancybox:hover:after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/video-hover.png) center no-repeat;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}
.share-links {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    list-style-type: none;
}

.share-links-block {
    position: static !important;
}

.share-links li {
    margin-right: 5px;
    height: 36px;
    width: 36px;
    float: left;
    background: url(../images/kode-sprites.png) no-repeat;
    text-indent: -999em;
}

.share-links li a {
    width: 36px;
    height: 36px;
    display: block;
}

.share-links li.facebook {
    background-position: -5px -140px;
}

.share-links li.pinterest {
    background-position: -45px -140px;
}

.share-links li.twitter {
    margin-bottom: 0px;
    background-position: -85px -140px;
}

.shareicons-standalone li.facebook {
    height: 40px;
    width: 40px;
    background-position: 0px -365px;
}

.shareicons-standalone li.facebook a {
    height: 40px;
    width: 40px;
}

.shareicons-standalone li.pinterest {
    height: 40px;
    width: 40px;
    background-position: -48px -365px;
}

.shareicons-standalone li.pinterest a {
    height: 40px;
    width: 40px;
}

.shareicons-standalone li.twitter {
    height: 40px;
    width: 40px;
    background-position: -98px -365px;
}

.shareicons-standalone li.twitter a {
    height: 40px;
    width: 40px;
}

/* Related */
.row.related {
    margin-bottom: 40px;
}

.related h2 {

}

.related h2:after {
    width: 4%;
}

.related .thumb {
    position: relative;
    overflow: hidden;
}

.related .thumb img {

}

.related .thumb h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.related .thumb h3 a {
    color: #fff;
}

.view-related-nodes .article, .view-related-entities .article {
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}

.view-related-nodes .article h3, .view-related-entities .article h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 31px;
    z-index: 100;
}

.view-related-nodes .article h3 a, .view-related-entities .article h3 a  {
    color: #fff;
}

.views-row-last {
    float: left;
}

.view-related-nodes .view-content .columns:last-child , .view-related-entities .view-content .columns:last-child {
    float: left;
}

.related .article > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(0,0,0,0.3);
    background: url(rgba.php?r=0&g=0&b=0&a=30) repeat;
}


/**
 * Overriding responsive stuff *
 */
/*@media only screen and (max-width: 960px) {
    .hidelarge { display: block !important; }
    .top-bar { margin-bottom: 30px; height: auto !important; overflow: inherit; }
    .top-bar > ul { height: 57px; }
    .top-bar ul > li.toggle-topbar { margin-top: 29px; height: auto; width: auto; background: #fff; text-align: right;  }
    .top-bar ul > li.toggle-topbar a { margin-top: 0px; padding: 4px !important; width: auto; position: relative; padding-left: 36px !important; font-size: 30px; display: inline-block !important; top: auto; right: auto; border: none; }
    .top-bar ul > li.toggle-topbar a:after { margin-top: 0px; content: ""; width: 34px; height: 32px; display: block; text-indent: -999em; background: url(../images/kode-sprites.png) no-repeat -99px -324px; border: none; position: absolute; left: -2px; top: -3px; }
    .top-bar ul > li.toggle-topbar a:hover,
    .top-bar ul > li.toggle-topbar a:active { background: #f00; color: #fff; }
    .top-bar ul > li.toggle-topbar a:hover:after,
    .top-bar ul > li.toggle-topbar a.active:after { background-position: -170px -324px; }
    .top-bar ul > li.name { height: 57px; }
    .top-bar ul > li.name:hover { background: transparent; }
    .top-bar section.topnav.right { display: none; }
    .top-bar section.topnav.right ul li { float: left !important; }
    .top-bar section.search { display: none; }
    .top-bar section.navigation { padding-bottom: 30px; width: 320px; position: absolute; z-index: 2000; background: rgba(0,0,0,0.9); top: 0; left: -348px; }
    .top-bar section.navigation div.navlinks div.logo { padding: 5px 0 20px 28px; width: 166px; height: 77px; display: block;  }
    .top-bar section.navigation div.navlinks div.logo a { width: 167px; height: 57px; display: block; text-indent: -999em; background: url(../images/kode-sprites.png) no-repeat -217px -89px; }
    .top-bar section.navigation div.navlinks a.close { width: 19px; height: 19px; display: block; position: absolute; right: 20px; top: 20px; background: url(../images/kode-sprites.png) no-repeat -160px -290px; text-indent: -999em; }
    .top-bar section.navigation div.navlinks > ul.menu > li > a { padding-left: 30px; display: block; border-bottom: 1px solid #fff; text-transform: uppercase !important; }
    .top-bar section.navigation div.navlinks > ul.menu > li > a:hover { background: none !important; color: #fff !important; }
    .top-bar section.navigation ul.menu li > ul.menu { display: block; }
    .top-bar section.navigation ul.menu { margin: 0px 0px 0px 0px !important; padding: 0px 0px 0px 0px !important; }
    .top-bar section.navigation ul.menu li { margin: 0px 0px 0px 0px !important; line-height: 2; }
    .top-bar section.navigation ul.menu li span.nolink { padding: 0 15px 0 30px; font-family: "GoodWeb-CondBold", Arial, sans-serif; line-height: 29px; font-size: 17px; display: block; }
    .top-bar section.navigation ul.menu li a, .top-bar section.navigation ul.menu li span.nolink { color: #fff; text-transform: none; }
    .top-bar section.navigation ul.menu li ul.menu li ul.menu { padding-bottom: 20px !important; }
    .top-bar section.navigation ul.menu li span.nolink { color: #fff; text-transform: none; font-family: "GoodWeb-CondBook"; }
    .top-bar section.navigation ul.menu li ul.menu li ul.menu li a { padding: 0 0 0 30px; font-family: "GoodWeb-CondBook"; }
    .top-bar section.navigation ul.menu li ul.menu li ul.menu li a:before { display: block; content: "-"; float: left; margin-right: 10px; }
}*/

@media only screen and (max-width: 767px) {
    body.front > .row { margin-left: 2px; margin-right: 2px; }
    body.front .header.row { margin-left: 25px; margin-right: 25px; }
    .flexslider_views_slideshow_main .slideshow-headline-wrapper { width: 60% !important; }
    .flexslider_views_slideshow_main h2.headline { line-height: 20px; font-size: 27px; }
    .flexslider_views_slideshow_main h2.headline a { line-height: 20px; }
    .flexslider_views_slideshow_main h2.headline a:after { width: 20px; height: 20px; right: -20px; background-position: -137px -214px; }
    .flex-nav-container ol.flex-control-nav { padding: 0 8px; }
    .frontpage .article h3 { font-size: 21px !important; }
    .frontpage.ichi .article h3 { font-size: 44px !important; }
    .content { margin-right: 0px !important; }
	.fancybox-nav span {
visibility: visible;
}
}
@media only screen and (max-width: 1024px) {
	.fancybox-nav span {
visibility: visible;
}
}

@media only screen and (max-width: 479px) {

    .top-bar section.topnav {
        height: 40px;
    }
    .top-bar section.topnav ul li {
        float: left;
        margin-left: 0px;
        margin-right: 29px;
    }

    .top-bar ul > li.toggle-topbar a { padding-left: 0px !important; }
    .top-bar ul > li.toggle-topbar a:after { display: none; }

    .flexslider_views_slideshow_main h2.headline { line-height: 29px; font-size: 15px; }
    .flexslider_views_slideshow_main h2.headline a { line-height: 29px; }
    .flexslider_views_slideshow_main h2.headline a:after { width: 29px; height: 29px; right: -29px; background-position: -137px -214px; }

    .content { margin-right: 0px !important; }
}

@media only screen and (max-width: 320px) {
    .frontpage.ichi .article h3 { font-size: 34px !important; }
    .frontpage .article .content { margin: 0; padding: 12px; position: absolute; z-index: 100; }
    .frontpage .article h3 { bottom: 8px; left: 12px; margin: 0; padding: 0 20px 0 0; position: absolute; z-index: 100; font-size: 16px !important; }
}




/* MAIN MENU REMAKE */

.columns,
nav.top-bar,
section.search,
section.topnav
{
	position: inherit;
}

section.search
{
	margin-top:49px;
}

.relative
{
	position: relative;
}

.navigation ul.menu li.expanded
{
/* 	position: relative; */
}

.navigation ul.menu li.expanded ul.menu
{
	display: none;
	position: absolute;
	left:0;
	top:110px;
	top:125px;
	width:100%;
	height:auto;
	z-index: 999999;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.navigation ul.menu li.expanded.active ul.menu
{
	padding:20px 0px 20px 130px;
	padding:20px 0px 20px 25%;
	display: block;
}

.navigation ul.menu li.expanded.active ul.menu li
{
	margin:10px 80px 10px 0px;
	float: left;
}

.navigation ul.menu li.expanded.active ul.menu li
{
	margin-right: 0;
}

.navigation ul.menu li.expanded.active ul.menu li span.nolink
{
	border-bottom: 1px solid #d1d1d2;
    color: #fff;
    display: inline-block;
    font-family: "GoodWeb-CondBold",Arial,sans-serif;
    font-size: 17px;
    padding-bottom: 5px;
    text-transform: uppercase;
    background:none;
}

.navigation ul.menu li.expanded.active ul.menu li ul.menu
{
	position: inherit;
	display: inline-block;
	background:none;
	line-height: 29px;
	margin:0;
	padding:0;
}

.navigation ul.menu li.expanded.active ul.menu li ul.menu li
{
	float: none;
	display: block;
	line-height: 29px;
	margin-right:0;
}

.navigation ul.menu li.expanded.active ul.menu li ul.menu li a
{
	background:none;
}

.navigation ul.menu li.expanded.active ul.menu li ul.menu li a:hover
{
	background-color:#ff0000;
}
/*
@media only screen and (max-width: 1400px)
{
	.navigation ul.menu li.expanded.active ul.menu
	{
		padding-left:15%;
	}

	.navigation ul.menu li.expanded.active ul.menu li
	{
		margin-right: 5%;
	}
}
*/
@media only screen and (max-width: 1400px)
{
	.navigation ul.menu li.expanded.active ul.menu
	{
		padding-left:15%;
	}

	.navigation ul.menu li.expanded.active ul.menu li
	{
		margin-right: 0;
	}
}

@media only screen and (max-width: 1050px)
{
	.navigation ul.menu li.expanded.active ul.menu
	{
		padding-left:5%;
	}

	.navigation ul.menu li.expanded.active ul.menu li
	{
		/*margin-right: 0;*/
	}
}

@media only screen and (max-width: 960px) {
    .hidelarge { display: block !important; }
    .top-bar { margin-bottom: 30px; height: auto !important; overflow: inherit; }
    .top-bar > ul { height: 57px; }
    .top-bar ul > li.toggle-topbar { margin-top: 29px; height: auto; width: auto; background: #fff; text-align: right;  }
    .top-bar ul > li.toggle-topbar a { margin-top: 0px; padding: 4px !important; width: auto; position: relative; padding-left: 36px !important; font-size: 30px; display: inline-block !important; top: auto; right: auto; border: none; }
    .top-bar ul > li.toggle-topbar a:after { margin-top: 0px; content: ""; width: 34px; height: 32px; display: block; text-indent: -999em; background: url(../images/kode-sprites.png) no-repeat -99px -324px; border: none; position: absolute; left: -2px; top: -3px; }
    .top-bar ul > li.toggle-topbar a:hover,
    .top-bar ul > li.toggle-topbar a:active { background: #f00; color: #fff; }
    .top-bar ul > li.toggle-topbar a:hover:after,
    .top-bar ul > li.toggle-topbar a.active:after { background-position: -170px -324px; }
    .top-bar ul > li.name { height: 57px; }
    .top-bar ul > li.name:hover { background: transparent; }
    .top-bar section.topnav.right { display: none; }
    .top-bar section.topnav.right ul li { float: left !important; }
    .top-bar section.search { display: none; }
    .top-bar section.navigation { padding-bottom: 30px; width: 320px; position: absolute; z-index: 2000; background: rgba(0,0,0,0.9); top: 0; left: -348px; }
    .top-bar section.navigation div.navlinks div.logo { padding: 5px 0 20px 28px; width: 166px; height: 77px; display: block;  }
    .top-bar section.navigation div.navlinks div.logo a { width: 167px; height: 57px; display: block; text-indent: -999em; background: url(../images/kode-sprites.png) no-repeat -217px -89px; }
    .top-bar section.navigation div.navlinks a.close { width: 19px; height: 19px; display: block; position: absolute; right: 20px; top: 20px; background: url(../images/kode-sprites.png) no-repeat -160px -290px; text-indent: -999em; }
    /*.top-bar section.navigation div.navlinks > ul.menu > li > a { padding-left: 30px; display: block; border-bottom: 1px solid #fff; text-transform: uppercase !important; }*/
    /*.top-bar section.navigation div.navlinks > ul.menu > li > a:hover { background: none !important; color: #fff !important; }*/
    /*.top-bar section.navigation ul.menu li > ul.menu { display: block; }*/
    /*.top-bar section.navigation ul.menu { margin: 0px 0px 0px 0px !important; padding: 0px 0px 0px 0px !important; }*/
    /*.top-bar section.navigation ul.menu li { margin: 0px 0px 0px 0px !important; line-height: 2; }*/
    /*.top-bar section.navigation ul.menu li span.nolink { padding: 0 15px 0 30px; font-family: "GoodWeb-CondBold", Arial, sans-serif; line-height: 29px; font-size: 17px; display: block; }*/
    /*.top-bar section.navigation ul.menu li a, .top-bar section.navigation ul.menu li span.nolink { color: #fff; text-transform: none; }*/
    /*.top-bar section.navigation ul.menu li ul.menu li ul.menu { padding-bottom: 20px !important; }*/
    /*.top-bar section.navigation ul.menu li span.nolink { color: #fff; text-transform: none; font-family: "GoodWeb-CondBook"; }*/
    /*.top-bar section.navigation ul.menu li ul.menu li ul.menu li a { padding: 0 0 0 30px; font-family: "GoodWeb-CondBook"; }*/
    /*.top-bar section.navigation ul.menu li ul.menu li ul.menu li a:before { display: block; content: "-"; float: left; margin-right: 10px; }*/

    .top-bar ul > li a:not(.button),
    .top-bar ul > li span
    {
        color:#FFFFFF;
    }

    .top-bar ul > li.toggle-topbar a
    {
        color:#000000;
    }

    .navigation ul.menu li.expanded ul.menu,
    .navigation ul.menu li.expanded.active ul.menu
    {
        padding-top:0;
        position: inherit;
        background: transparent;
    }

    .navigation ul.menu li.expanded.active ul.menu li
    {
        float: none;
    }
}

#share-links-wrapper {
    width: 150px; margin: 0; }

/* Privacy links placement */

.footer {
  position: relative;
}

.privacy {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 800px) {
  .privacy {
    padding:0;
  }
}

/* SVG Map block */

.mapblock {
  overflow: hidden;
  position: relative;
  height: 300px;
}

.mapblock svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
