/*
Theme Name:    Monami
Theme URI:
Description:    A child theme of monamu
Author:
Author URI:     monami.com
Template:
Text Domain: monami-framework-child
*/
@import url("../monami-framework/style.css");
@import url("fonts.css");
/* line 17, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}



/* line 30, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Users/Niko/.rvm/gems/ruby-1.9.3-p385/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 94, style.scss */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 104, style.scss */
*:focus {
  outline-offset: -3px;
  outline: 2px solid #e00;
}


/* line 109, style.scss */
html, body {
  background: #eeecec;
  width: 100%;
  height: 100%;
}

/* line 115, style.scss */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
    margin: 0;
  /* prevent webkit from resizing text to fit */
}

/* line 122, style.scss */
body {
  font-family: 'Circular Book', 'Helvetica','Arial';
}

/* line 126, style.scss */
.sprite {
  background: url(img/sprites.png) 0 0 no-repeat;
}

/* line 130, style.scss */
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 134, style.scss */
.transitionallyHidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* line 138, style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: inherit;
  font-weight: normal;
}

/* line 145, style.scss */
.main.container {
  -webkit-transition: margin 400ms;
  -moz-transition: margin 400ms;
  -o-transition: margin 400ms;
  transition: margin 400ms;
}
@media (max-width: 1000px) {
    body{
        padding:0 15px;
    }
}

/* line 149, style.scss */
.container, header, #calender .content {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* line 156, style.scss */
header {
  padding: 0;
    position: relative;
}
/* line 158, style.scss */
body.lang-fi-FI ul#menu-strip .en, body.lang-fi-FI ul#menu-strip .sw{
    display: block;
}
body.lang-fi-FI ul#menu-strip .fi{
    display: none;
}
body.lang-en-US ul#menu-strip .fi, body.lang-en-US ul#menu-strip .sw{
    display: block;
}
body.lang-en-US ul#menu-strip .en{
    display: none;
}
body.lang-sv-SE ul#menu-strip .en, body.lang-sw-SW ul#menu-strip .fi{
    display: block;
}
body.lang-sv-SE ul#menu-strip .sw{
    display: none;
}

/* body.home .columns-3-block.block .columns-3 li .content .text {
  visibility: hidden;
}

body.home .columns-3-block.block .columns-3 li .content .text p {
  visibility: visible;
} */


header #menu-strip {
  background: #fff;
  color: #595959;
  margin: 0px;
  height: 50px;
}
/* line 163, style.scss */
header #menu-strip li {
  width: 50px;
  height: 100%;
  display: block;
  float: left;
}
/* line 169, style.scss */
header #menu-strip li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: url(img/sprites.png) top left no-repeat;
}
/* line 175, style.scss */
header #menu-strip li a.active {
  background-position: -150px 0px !important;
}
/* line 179, style.scss */
header #menu-strip li.home a {
   /* background: url(img/home_icon@2x.png) center center no-repeat;
    background-size: 40%;*/
    background-position: -200px 0px;
}
/* line 182, style.scss */
header #menu-strip li.calenderMobi {
    display:none;
}
.calenderDes {
    position: fixed;top:50px;left:30px;
    background: url(img/sprites@2x.png) top center no-repeat;
    background-position: -550px -90px;
    background-size: 600px;
    height:200px;
    width:50px;
    cursor: pointer;
    z-index: 200;
}
@media (max-width: 600px) {
    .calenderDes {
        display: none;
    }
    header #menu-strip li.calenderMobi {
        display:block;
    }
    header #menu-strip li.calenderMobi a {
        background-position: -250px 0px;
    }
    header #menu-strip li.calender {
        display:none;
    }
}
/* line 185, style.scss */
header #menu-strip li.location a {
  background-position: -50px 0px;
}
/* line 188, style.scss */
header #menu-strip li.search a {
  background-position: -100px 0px;
}
header #menu-strip li.newsletter a {
  background-position: -300px 0px;
}
/* line 191, style.scss */
header #menu-strip li.lang {
    width:50px;
    float: right;
    text-align: center;
}
header #menu-strip li.lang.borr {
    border-right:1px solid #eee;
}
/* line 193, style.scss */
header #menu-strip li.lang a {
    text-indent: 0;
    background-position: -300px 0px;
    vertical-align: middle;
    line-height: 50px;
    text-decoration: none;
    color: #746565;
    font-size: 1.5em;
}
header #menu-strip li.lang a:hover {
    text-decoration: underline;
}

/* Navigation */
/* line 204, style.scss */
nav, #search, #contact,#newsletter {
  background: #141414;
  color: #fff;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
  overflow: hidden;

}
#search,#calender,#contact,#newsletter{
    clear: both;
}
/* line 212, style.scss */
nav.animate, #search.animate, #contact.animate,#newsletter.animate {
  height: 0;
  -webkit-transition: height 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: height 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: height 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: height 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
#calender.animate {
    height: 0;
    -webkit-transition: height 2400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: height 2400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: height 2400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: height 2400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);

}
/* line 216, style.scss */
nav table, nav tr, #search table, #search tr, #contact table, #contact tr {
  width: 100%;
}

/* line 223, style.scss */
nav table tr {
  vertical-align: top;
}
/* line 226, style.scss */
nav table tr:last-child td {
  border-bottom: 1px solid #000;
}
/* line 229, style.scss */
nav table tr td {
  vertical-align: top;
  position: relative;
  width: 25%;
  /*border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;*/
  padding: 2.6em 50px;
}
/* line 236, style.scss */
nav table tr td:last-child {
  border: 0;
}
/* line 239, style.scss */
nav table tr td.pos-1, nav table tr td.pos-3, nav table tr td.pos-5, nav table tr td.pos-7 {
  background: #272727;
}
/* line 243, style.scss */
nav table tr td.right {
  /*border-right: 1px solid #000;
  border-bottom: 1px solid #000;*/
  vertical-align: middle;
}
/* line 247, style.scss */
nav table tr td.right img {
  width: 33%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
/* line 253, style.scss */
nav table tr td.right a {
  display: block;
  text-align: center;
  font-size: 1.5em;
}
/* line 260, style.scss */
nav table tr td a {
  color: #fff;
  font-family: 'Circular Black', 'Helvetica','Arial';
  font-size: 1.2em;
  padding-bottom: 1em;
  width: 100%;
  float: left;
  text-decoration: none;
}
/* line 269, style.scss */
nav table tr td a:hover, nav table tr td a:active, nav table tr td a:visited {
  color: #fff;
}
/* line 276, style.scss */
nav table tr td ul li a {
  padding-bottom: 0.6em;
}
/* line 278, style.scss */
nav table tr td ul li a.category {
  font-size: 1.5em;
  padding-bottom: 1.5em;
  color: #b3b3b3;
}

/* line 298, style.scss */
#simple_nav_wrap ul li {
  overflow: hidden;
}

/* line 302, style.scss */
#simple_nav_wrap a {
  background: url(img/icon_pointer-redarrow.png) 28px 78px no-repeat;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 18px;
  line-height: 94px;
  font-weight: bold;
  padding-left: 28px;
  width: 172px;
  height: 130px;
}

/* line 314, style.scss */
#simple_nav_wrap a.gray {
  background-color: #f7f7f7;
}

/* line 318, style.scss */
#simple_nav_wrap ul ul {
  display: none;
}

/* line 322, style.scss */
.block {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom:1.5em;
  z-index: 1;
  clear: both;
}

.columns-3-block,.columns-4.block,.liftUpColumns,.text.blo,.layout-items-3-1st-large,.otherMuseums,.stats,.hotspots{
    background: #fff;
}
.block.bottom{
   margin-bottom: 2em;
}
/* line 327, style.scss */
.block h2 {
  font-size: 4em;
  padding: 1em;
}
/* line 332, style.scss */
.block.no-spacing {
  margin-bottom: 0;
}

/* line 339, style.scss */
#contact, #search,#newsletter {
  padding: 3em 50px;
  padding-bottom: 5em;
}
#contact{
    padding-top: 5em;
}
/* line 341, style.scss */
#contact table, #contact tr, #search table, #search tr, .otherMuseums table, .otherMuseums tr {
  width: 100%;
  border-collapse: collapse;
  vertical-align: top;
}
/* line 346, style.scss */
#contact td, #search td, .otherMuseums td {
  width: 33.33333333%;
  vertical-align: top;
}
/* line 350, style.scss */
#contact h2, #contact h3, #contact h4, #contact h5, #contact p, #contact a, #search h2, #search h3, #search h4, #search h5, #search p, #search a,#newsletter h2, #newsletter h3, #newsletter h4, #newsletter h5, #newsletter p, #newsletter a, .otherMuseumsx h2, .otherMuseumsx h3, .otherMuseumsx h4, .otherMuseumsx h5, .otherMuseumsx p, .otherMuseumsx a {
  color: #fff;
  padding-bottom: 1em;
}
/* line 354, style.scss */
#contact h2, #search h2, .otherMuseumsx h2,#newsletter h2 {
  font-size: 2.5em;
}
/* line 357, style.scss */
#contact td.hours h3, #contact td.some h3, #search h3, .otherMuseums h3 {
  color: #e00;
    line-height: 2.4em;
    font-size: 1.4em;
}
/* line 365, style.scss */
#contact td span.map, #search td span.map, .otherMuseumsx td span.map {
  background: url(img/sprites.png) 0 0 no-repeat;
  display: block;
  width: 22px;
  height: 33px;
  background-position: 0 -406px;
  float: left;
  display: block;
  margin-bottom: 2em;
  text-decoration: none;
  text-indent: -9999px;
}

#contact tr.row1 td.main h3{
    font-size: 2.35em;
    font-family: 'Circular Bold', helvetica, arial;

}
#contact tr.row1 td.main h3 a{
    color:inherit;
    text-decoration: none;
}
#contact tr.row1 td.main h3 a:hover{
    color:#e00;
}
#contact td.main span.map{
    margin-bottom: 0;
}

/* line 375, style.scss */
#contact td p, #search td p, .otherMuseums td p {
  font-size: 1.4em;
  line-height: 1.5em;
}
/* line 378, style.scss */
#contact td p a, #search td p a, .otherMuseums td p a {
  color: #e00;
  text-decoration: none;
}
#contact tr.row2 td.main,#contact tr.row2 td.hours{
    padding-top: 2em;
}
#contact tr.row2 td.main .map{
   display: none;
}

#contact table tr.row3{
    display: none;
}
#contact table.swapped tr.row3{
    display: table-row;
}
#contact table.swapped tr.row3 td h3{
    padding-right: 2em;
}
#contact table.swapped tr.row3 td.swap-some  a{
    margin-top: 0;
    margin-right: 20px;
}
#contact table.swapped tr.row1 td.main h3{
    padding-bottom: 1em;
}
#contact table.swapped tr.row1 td.swap-main p{
    padding-bottom: 0;
}
#contact table.swapped tr.row1 td.main .map{
    display: none;
}

#contact table.swapped tr.row2 h3,
#contact table.swapped tr.row3 h3{
    color: #e00;
    line-height: 1em;
    font-size: 1.4em;
    padding-top: 2em;
}
#contact table.swapped tr.row3 h3{
}

#contact table.swapped tr.row1 >td,
#contact table.swapped tr.row2 >td,
#contact table.swapped tr.row3 >td{
    float: left;
    width: 100%;
    padding-top: 0 !important;
}

#contact table.swapped tr.row1 > td:last-child,
#contact table.swapped tr.row2 > td:last-child,
#contact table.swapped tr.row3 > td:last-child{
    display: none;
}

#contact table.swapped tr.row1 td.swap-main p{
    width: 100%;
    float: left;
}
#contact tr.row2 td.some{
    padding-top: 0.8em;
}
/* line 384, style.scss */
#contact td.main p, #search td.main p, .otherMuseums td.main p {
  padding-bottom: 2em;
}
/* line 390, style.scss */
#contact td h3, #search td.main h3, .otherMuseums td.main h3 {
  font-size: 2em;
  padding-bottom: 1.5em;
  color: #fff;
  width: 100%;
}
/* line 401, style.scss */
#contact td.hours table tr td, #search td.hours table tr td, .otherMuseums td.hours table tr td {
  width: 50%;
  font-size: 1.4em;
  line-height: 1.5em;
}
/* line 409, style.scss */
#contact td.otherMuseums, #search td.otherMuseums, .otherMuseums td.otherMuseums {
  padding-top: 0;
}
/* line 411, style.scss */
#contact td.otherMuseums h3, #search td.otherMuseums h3, .otherMuseums td.otherMuseums h3 {
  font-size: 2em;
  padding-top: 2em;
  color: #b5b5b5;
  float: left;
  line-height: 1.5;
  width: 100%;
}
/* line 418, style.scss */
#contact td.otherMuseums h3 span, #search td.otherMuseums h3 span, .otherMuseums td.otherMuseums h3 span {
  color: #fff;
  float: left;
  width: 100%;
}
#contact td.otherMuseums h3 a{
    color:inherit;
    text-decoration: none;
}
#contact td.otherMuseums h3 a:hover{
    color:#e00;
}
#contact td.otherMuseums h3 a:hover span{
    color:#e00;
}
/* line 426, style.scss */
#contact td.otherMuseums p, #search td.otherMuseums p, .otherMuseums td.otherMuseums p {
  font-size: 1.4em;
}
/* line 432, style.scss */
#contact td.some a, #search td.some a, .otherMuseums td.some a,#contact td.swap-some a {
  background: url(img/sprites.png) 0 0 no-repeat;
  display: block;
  width: 41px;
  height: 41px;
  text-decoration: none;
  text-indent: -9999px;
  float: left;
  margin-bottom: 2em;
}
#contact td.some a.fb{
    margin-right: 17px;
}

#contact td.some a.instagram{
    margin-right: 0 !important;
}

/*#contact td.some a.twitter, #search td.some a.twitter, .otherMuseums td.some a.twitter {
  background-position: -184px -123px;
    margin-right: 10px;
}

#contact td.some a.fb, #search td.some a.fb, .otherMuseums td.some a.fb {
  background-position: -288px -123px;
  margin-right: 10px;
}
#contact td.some a.instagram, #search td.some a.instagram, .otherMuseums td.some a.instagram {
    background-position: -395px -161px;
    margin-right: 30px;
}*/
/* line 457, style.scss */
#contact tr.hr, #search tr.hr, .otherMuseums tr.hr {
  height: 2em;
  border-top: 1px solid #eeecec;
}
/* line 463, style.scss */
#contact input, #search input, .otherMuseums input,#newsletter input {
  width: 100%;
  font-family: 'Circular Book Italic', 'Helvetica','Arial';
  font-size: 2em;
  line-height: 1.5em;
  height: 3.5em;
  padding: 0.5em 2em;
  /*background: white url("img/red_plus.png") 99% center no-repeat;*/
}
/* line 472, style.scss */
#contact ul, #search ul, .otherMuseums ul {
  width: 100%;
}
#contact tr.top td{
    position: relative;
}
#contact tr.top td.otherMuseums:first-child:after,#contact tr.top td.otherMuseums:nth-child(2):after{
    content: "";
    position: absolute;
    z-index: 10;
    width: 1px;
    top:0;
    bottom:0;
    right: 10%;
    background-color: #fff;
}
#contact tr.top td.otherMuseums:first-child:after
{

}

/* line 481, style.scss */

#search li{
    border-bottom: 1px solid #f7f7f7;
    margin:40px auto;
    padding-bottom: 10px;
}
#search li h2,#search li h4{
    text-transform: uppercase;
}
#search li p{
    font-size: 14px;
}
#search li span{
    color:#e00;
    line-height: 30px;
    vertical-align: top;
}



/* line 486, style.scss */
.main.calenderOpen {
  margin-left: 100%;
}

/* line 491, style.scss */
#calender {
  width: 100%;
  color: #fff;
  display: none;
margin: 0 auto;
max-width: 1200px;
overflow: hidden;
    background: #e00;
  /*position: absolute;
  z-index: 100;
  left: -300%;
  -webkit-transition: left 400ms;
  -moz-transition: left 400ms;
  -o-transition: left 400ms;
  transition: left 400ms;*/
}
/* line 498, style.scss */
#calender .translations {
  display: none;
}
#calender .content{
    padding:50px 12px 30px 12px;
}
/* line 501, style.scss */
#calender .nav, #calender .content {
  width: 100%;
}
#calender .content span.loading{
    padding:20px 30px;
    font-size: 15px;
}
#calender .nav h3{
    text-transform: uppercase;
    display: inline-block;
    font-size:30px;
    color:#fff;
}
#calender .nav h4{
    text-transform: uppercase;
    color:#fff;
    font-size:30px;
    display: inline-block;
    float:right;
}
#calender .nav a{
    font-size:30px;
    color:#fff;
    text-decoration: none;
}
#calender .nav a:hover{
    text-decoration: underline;
}
#calender .nav a.prev{
    padding-right:10px;
}
#calender .nav a.next{
    padding-left:10px;
}
#calender .nav{
    padding:0px 10px;
}
#calender .nav.bottom {
    text-align: right;
}

/* line 512, style.scss */
#calender .content .weeks {
  width: 100%;
  display: block;
  padding:40px 0px;
}
/* line 515, style.scss */
#calender .content .weeks table, #calender .content .weeks tr, #calender .content .weeks td {
  border-collapse: collapse;
}
/* line 518, style.scss */
#calender .content .weeks table {
  width: 100%;
}
/* line 520, style.scss */
#calender .content .weeks table tr {
  width: 100%;
}
/* line 522, style.scss */
#calender .content .weeks table tr td {
  vertical-align: top;
  width: 14.28571%;
  background: url(img/line.png) top center no-repeat;
  padding:10px 10px 20px;
}
/* line 525, style.scss */
#calender .content .weeks table tr td span, #calender .content .weeks table tr td h2, #calender .content .weeks table tr td > div {
  width: 100%;
}
/* line 528, style.scss */
#calender .content .weeks table tr td span {
  display: block;
  padding:5px 0 10px;
  font-size: 16px;
  color:#000;
   text-transform: uppercase;
}
/* line 531, style.scss */
#calender .content .weeks table tr td h2 {
  font-size: 7em;
  color:#fff;
    padding-bottom: 20px;
}
#calender .content .weeks table tr td.outside h2 {
    color:rgba(0,0,0,0.3);
}
#calender .content .weeks table tr td div {
    margin:15px 0;
    line-height: 2.1em;
}
#calender .content .weeks table tr td div h3 {
    font-size:14px;
    color:#000;
}
#calender .content .weeks table tr td div p{

    color:#fff;
}
/* line 535, style.scss */
#calender .content .weeks table tr td.closed > div {
  display: none;
}
/* line 543, style.scss */
#calender .content .loading {
  display: none;
  padding-top: 1em;
}
/* line 549, style.scss */
#calender.loading .loading {
  display: block;
  text-indent: -9999px;

}
/* line 552, style.scss */
#calender.loading .weeks, #calender.loading .nav.bottom {
  display: none;
}
/* line 557, style.scss */
#calender.open {
  /*left: 0;*/
  display: block;
}

/* line 562, style.scss */
.otherMuseums {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 566, style.scss */
.otherMuseums h2 {
  color: #000;
}
/* line 568, style.scss */
.otherMuseums .top td, .otherMuseums .bottom td {
  padding-left: 2em;
  padding-right: 4em;
  padding-top: 0;
}
/* line 573, style.scss */
.otherMuseums .top td h3 span, .otherMuseums .bottom td h3 span {
  color: #000;
}
/* line 577, style.scss */
.otherMuseums .top td p, .otherMuseums .bottom td p {
  color: #000;
}
/* line 578, style.scss */
.otherMuseums .top td.pos-1, .otherMuseums .bottom td.pos-1 {
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
}
/* line 585, style.scss */
.otherMuseums .imgs img {
  width: 100%;
  height: auto;
  margin-top: 4em;
}

/* line 592, style.scss */
.carousel, .sidebar-carousel {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
}
/* line 597, style.scss */
.carousel .ratioEnforcer, .sidebar-carousel .ratioEnforcer {
  padding-top: 56%; /*56.25%*/
}
/* line 600, style.scss */
.carousel > ul, .sidebar-carousel > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
    /*
  -webkit-transition: left 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: left 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: left 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: left 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
*/
}
/* line 607, style.scss */
.carousel > ul li.item, .carousel > ul li.item div > a, .carousel > ul img, .carousel > ul .content, .sidebar-carousel > ul li.item, .sidebar-carousel > ul li.item div > a, .sidebar-carousel > ul img, .sidebar-carousel > ul .content {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 612, style.scss */
.carousel > ul li.item, .sidebar-carousel > ul li.item {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 50px;
  width: 100%;
  z-index: 10;
}
/* line 620, style.scss */
.carousel > ul li.item.current, .sidebar-carousel > ul li.item.current {
  z-index: 1;
}
/* line 624, style.scss */
.carousel > ul li.item.vcideo div a, .sidebar-carousel > ul li.item.vidceo div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 633, style.scss */
.carousel > ul li.item div.content, .sidebar-carousel > ul li.item div.content {
  background: no-repeat 0 0;
  background-size: cover;
}
/* line 636, style.scss */
.carousel > ul li.item div.content a, .sidebar-carousel > ul li.item div.content a {
  text-decoration: none;
}
/* line 638, style.scss */
.carousel > ul li.item div.content a.linkless, .sidebar-carousel > ul li.item div.content a.linkless {
  cursor: default;
}
/* line 644, style.scss */
.carousel > ul li.item div.content a div, .sidebar-carousel > ul li.item div.content a div {
  /*see header-image */
}
/* line 649, style.scss */
.carousel > ul li.item div.video, .sidebar-carousel > ul li.item div.video {
  width: 100%;
  height: 100%;
}
/* line 652, style.scss */
.carousel > ul li.item div.video video, .sidebar-carousel > ul li.item div.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 666, style.scss */
.carousel.slideshow li.item, .sidebar-carousel.slideshow li.item {
  padding: 0;
}

/* line 673, style.scss */
.sidebar-carousel .ratioEnforcer {
  padding-top: 100%;
}

/* line 681, style.scss */
.subNav li {
  background: #fff;
  float: left;
  width: 16.66667%;
  height: 130px;
  position: relative;
  cursor: pointer;
}
/* line 687, style.scss */
.subNav li a {
  font-size: 1.75em;
  color: #000;
  padding: 1.2em 1.5em 40px;
  position: absolute;
    top:0;
    left:0;
    bottom: 0;
  display: block;
  text-decoration: none;
  float: left;
  width: 100%;
  font-family: 'Circular Bold', 'Helvetica','Arial';
  letter-spacing: 1px;
  line-height: 1.3em;
}
@media (max-width: 1000px) {
.subNav li a {
    font-size: 1.4em;
    }
}
@media (max-width: 1000px) {
.subNav li {
    width:50%;
    }
}
/* line 697, style.scss */
.subNav li span {
  display:  block;
  background: url(img/redArrow.png)  0 0 no-repeat;
  background-size:contain;
  width: 40px;
  height: 30px;
  float: left;
  position: absolute;
  bottom: 15%;
  left: 3em;
}
/* line 709, style.scss */
.subNav li:nth-child(even) {
  background: #f7f7f7;
}

.subNav li:hover a{
    color:#fff;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.subNav li:hover span {
    background: url(img/whitearrow.png)  0 0 no-repeat;
    background-size:contain;
}
/* line 716, style.scss */
.openingHours {
  background: #000;
  position: relative;
  padding-bottom: 1em;
}
/* line 720, style.scss */
.openingHours h2 {
  color: #fff;
  padding: 1em 1em 0.25em;
}
/* line 724, style.scss */
.openingHours .some {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
/* line 729, style.scss */
.openingHours .some a {
  background: url(img/sprites.png) 0 0 no-repeat;
  display: block;
  width: 41px;
  height: 41px;
  text-decoration: none;
  text-indent: -9999px;
  float: left;
    margin-left:20px;
  margin-bottom: 2em;
}
/* line 738, style.scss */
.openingHours .some a.twitter {
  background-position: -77px -123px;
}
/* line 741, style.scss */
.openingHours .some a.fb {
  background-position: -128px -123px;
  margin-right: 20px;
}
.openingHours .some a.instagram {
    background-position: -252px -284px;
    margin-right: 0px;
}
.openingHours .some a.instagram:hover {
    background-position: -252px -1084px;
}
/* line 747, style.scss */
.openingHours > a {
  float: left;
  color: #e00;
  font-size: 1.2em;
  padding-left: 3em;
  text-decoration: none;
}

/* line 767, style.scss */
.liftUpColumns ul li .ratioEnffforcer, .columns-3-block ul li .ratioEnffforcer {
  display: none;
}
/* line 769, style.scss */
.liftUpColumns ul li a .img, .columns-3-block ul li a .img {
  background-size: cover;
}
/* line 778, style.scss */
.liftUpColumns.coming ul li a div.text, .columns-3-block.coming ul li a div.text {
  color: #e00;
}
/* line 783, style.scss */
.liftUpColumns.current ul li a .img .ratioEnforcer, .columns-3-block.current ul li a .img .ratioEnforcer {
  padding-top: 100%;
}
/* line 786, style.scss */
.liftUpColumns.coming ul li a .img .ratioEnforcer, .columns-3-block.coming ul li a .img .ratioEnforcer {
  padding-top: 75%;
}
/* line 791, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0, .liftUpColumns.layout-items-3-1st-large ul li.pos-1, .liftUpColumns.layout-items-3-1st-large ul li.pos-2, .columns-3-block.layout-items-3-1st-large ul li.pos-0, .columns-3-block.layout-items-3-1st-large ul li.pos-1, .columns-3-block.layout-items-3-1st-large ul li.pos-2 {
  display: inline-block;
  position: relative;
  width: 66.666666%;
  float: left;
}
/* line 796, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 .ratioEnforcer, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 .ratioEnforcer, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-0 .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-1 .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-2 .ratioEnforcer {
  display: block;
  padding-top: 75%;
}
/* line 800, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 a, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a, .columns-3-block.layout-items-3-1st-large ul li.pos-0 a, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 806, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .img, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .img, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .img, .columns-3-block.layout-items-3-1st-large ul li.pos-0 a .img, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a .img, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a .img {
  display: block;
  height: 100%;
}
/* line 809, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .img .ratioEnforcer, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .img .ratioEnforcer, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .img .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-0 a .img .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a .img .ratioEnforcer, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a .img .ratioEnforcer {
  display: none;
}
/* line 813, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 50%;
}
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content,
.liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .content,
.liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-1 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-2 a .content {
  background: #fff;
}
.liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .content,
.liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-1 a .content,
.columns-3-block.layout-items-3-1st-large ul li.pos-2 a .content{
    position: relative;
}

.columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content{
    width: auto;
    max-width: 100%;
    padding-bottom: 1em;
    padding-left: 4em;
    padding-top: 0.8em;
}
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-1 a .content,
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-2 a .content{
    padding-top: 0.6em;
    padding-bottom: 0.8em;
    z-index: 10;
}
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-1 a .content .text p,
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-2 a .content .text p,
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-1 a .content .text p span,
.columns-3-block.layout-items-3-1st-large ul.columns-3 li.pos-2 a .content .text p span{
     line-height: 1em;
    padding-bottom: 0;
    font-size: 0.9em;
}



.columns-3-block.layout-items-3-1st-large ul li a .content{
    padding: 2em 0px 0.5em 2em;
}
.columns-3-block.layout-items-3-1st-large ul li a .content .text{
    line-height: 1em;
    padding-bottom: 0;

}
.columns-3-block.layout-items-3-1st-large ul li a .content h3{
    font-family: 'Circular Bold', 'Helvetica','Arial';
    padding-bottom: 0.2em !important;

}

/* line 820, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .content .text, .liftUpColumns.layout-items-3-1st-large ul li.pos-0 a .content span, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .content .text, .liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .content span, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .content .text, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .content span, .columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content .text, .columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content span, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a .content .text, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a .content span, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a .content .text, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a .content span {
  display: none;
}
/* line 826, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-1, .liftUpColumns.layout-items-3-1st-large ul li.pos-2, .columns-3-block.layout-items-3-1st-large ul li.pos-1, .columns-3-block.layout-items-3-1st-large ul li.pos-2 {
  width: 33.333333%;
  float: right;
  overflow: hidden;
}
/* line 830, style.scss */
.liftUpColumns.layout-items-3-1st-large ul li.pos-1 a .content, .liftUpColumns.layout-items-3-1st-large ul li.pos-2 a .content, .columns-3-block.layout-items-3-1st-large ul li.pos-1 a .content, .columns-3-block.layout-items-3-1st-large ul li.pos-2 a .content {
  width: 100%;
}

/* line 841, style.scss */
ul.columns-3, ul.columns-4 {
  width: 100%;
  float: left;
}
/* line 844, style.scss */
ul.columns-3 li, ul.columns-4 li {
  float: left;
}
/* line 846, style.scss */
ul.columns-3 li a, ul.columns-4 li a {
  display: block;
  width: 100%;
  float: left;
}
/* line 850, style.scss */
ul.columns-3 li a .img, ul.columns-3 li a .content, ul.columns-4 li a .img, ul.columns-4 li a .content {
  width: 100%;
  float: left;
}
/* line 854, style.scss */
ul.columns-3 li a .img, ul.columns-4 li a .img {
  display: inline-block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}/*
ul.columns-3 li:hover a .img, ul.columns-4 li:hover a .img{
    background-size: auto 105%;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}*/
ul.columns-3 li.has-link:hover h3, ul.columns-4 li.has-link:hover h3, ul.columns-3 li.has-link:hover span, ul.columns-4 li.has-link:hover span{
    color:#e00;
    /*text-decoration:underline;*/
}
ul.columns-3 li.has-link:hover a .content .text{
    color:#e00;
}


.wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 130px;
}
.wrapper:hover .overlay {
    right: 200px;
}
.wrapper .overlay {
    display: block;
    position: absolute;
    height: 130px;
    width: 100%;
    top: 0;
    right: -100%;

    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.wrapper .overlay .rectangle,
.wrapper .overlay .arrow-left {
    position: absolute;
    top: 0;
}
.wrapper .overlay .rectangle {
    display: block;
    margin-left: 200px;
    width: 100%;
    height: 100%;
    background-color: #e00;
}
.wrapper .overlay .arrow-left {
    position: relative;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    background: #e00;
}


/* line 860, style.scss */
ul.columns-3 li a .img .ratioEnforcer, ul.columns-4 li a .img .ratioEnforcer {
  padding-top: 75%;
}
/* line 863, style.scss */
ul.columns-3 li a .img span, ul.columns-4 li a .img span {
  background: url(img/mask_corner.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 48px;
  height: 33px;
  background-position: center center;
  z-index: 10;
}
/* line 875, style.scss */
ul.columns-3 li a .content, ul.columns-4 li a .content {
  padding: 1em 3em 0;
  color: #000;
}
/* line 878, style.scss */
ul.columns-3 li a .content h3, ul.columns-3 li a .content .text, ul.columns-3 li a .content span, ul.columns-4 li a .content h3, ul.columns-4 li a .content .text, ul.columns-4 li a .content span {
  padding-bottom: 1em;
  float: left;
  width: 100%;
}
/* line 883, style.scss */
ul.columns-3 li a .content h3, ul.columns-4 li a .content h3 {
  font-family: 'Circular Black', 'Helvetica','Arial';
  font-size: 2.4em;
  /*height: 3em;*/
  line-height: 1.2em;
}
/* line 887, style.scss */
ul.columns-3 li a .content .text, ul.columns-4 li a .content .text{
  font-family: 'Circular Book', 'Helvetica','Arial';
  font-size: 1.6em;
  padding-bottom: 0.8em;
}
ul.columns-3 li a .content .text p, ul.columns-4 li a .content .text p,
ul.columns-3 li a .content .text p span, ul.columns-4 li a .content .text p span{
    line-height:1.5em;
    padding-bottom: 0.8em;
}
ul.columns-3 li a .content .text p span, ul.columns-4 li a .content .text p span{
    width: auto;
    float: none;
}
/* line 891, style.scss */
ul.columns-3 li a .content > span, ul.columns-4 li a .content > span, .layout-past-exhibitions table tr.link td a > span {
  display: block;
  color: #e00;
  background: url(img/sprites.png) 0 0 no-repeat;
  font-family: 'Circular Medium', 'Helvetica','Arial';
  line-height: 26px;
  font-size: 1.7em;
  background-position: right -358px;
  width: auto !important;
  padding-right: 3em;
}

/* line 908, style.scss */
ul.columns-3 li {
  width: 33.3333333%;
}
ul.columns-3 li:nth-child(4n){
    clear: both;
}
/* line 910, style.scss */
/* line 913, style.scss */
@media (max-width: 600px) {
    ul.columns-3 li {
      width: 100%;
    }
}

/* line 920, style.scss */
ul.columns-4 li {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 25%;
}
/* line 924, style.scss */
ul.columns-4 li.width-2 {
  width: 50%;
}
/* line 927, style.scss */
ul.columns-4 li.width-3 {
  width: 75%;
}
/* line 930, style.scss */
ul.columns-4 li.width-4 {
  width: 100%;
}
/* line 933, style.scss */
ul.columns-4 li .content {
  height: 15em;
  overflow: hidden;
}
/* line 937, style.scss */
ul.columns-4 li img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.header-image.block{
    height: 550px;
}

/* line 946, style.scss */
.header-image.block img {
  width: 100%;
  height: auto;
    float:left;
}
.header-image.block div.img {
    position: relative;
    width: 100%;
    height:100%;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
}

/* line 952, style.scss */
.header-image.block div.textContent, .carousel.block ul li div.textContent {
  position: absolute;
  background: #000;
  width: 67%;
  bottom: 0;
  right: 0;
}
/* line 958, style.scss */
.header-image.block div.textContent h2, .carousel.block ul li div.textContent h2 {
  color: #fff;
}
/* line 961, style.scss */
.header-image.block div.textContent ul, .carousel.block ul li div.textContent ul {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  padding-right: 2em;
}
/* line 967, style.scss */
.header-image.block div.textContent ul li, .carousel.block ul li div.textContent ul li {
  width: 41px;
  height: 41px;
  float: left;
}
/* line 971, style.scss */
.header-image.block div.textContent ul li a, .carousel.block ul li div.textContent ul li a {
  background: url(img/sprites.png) 0 0 no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -9999px;
  float: left;
  margin-bottom: 2em;
}
div.textContent ul li a.twitter{
    margin-left:10px;
}
/* line 980, style.scss */
.header-image.block div.textContent ul li a.twitter, .carousel.block ul li div.textContent ul li a.twitter {
  background-position: -77px -123px;
}
/* line 983, style.scss */
.header-image.block div.textContent ul li a.fb, .carousel.block ul li div.textContent ul li a.fb {
  background-position: -128px -123px;
  margin-right: 20px;
}
/* line 988, style.scss */
.header-image.block div.textContent ul li.link, .carousel.block ul li div.textContent ul li.link {
  width: auto;
  color: #fff;
  line-height: 41px;
  padding: 0 1em 0 0;
  font-size: 1.3em;
}

/* line 1006, style.scss */
.hotspots {
  padding: 5em 20%;
}
.hotspots p {
    font-size: 1.1em;
    line-height: 1.3em;
}
.hotspots.block{
    padding-top:10px;
}
.hotspots h2{
   font-size:3em;
   padding-bottom: 20px !important;
}
@media (max-width: 800px) {
    .hotspots{
        display: none;
    }
}
/* line 1008, style.scss */
.hotspots .circle {
  position: relative;
}
/* line 1010, style.scss */
.hotspots .circle > img {
  width: 100%;
  height: auto;
}
/* line 1014, style.scss */
.hotspots .circle a {
  position: absolute;
  display: block;
  width: 2.73752%;
  height: 2.73752%;
  background: url(img/red_plus@2x.png) top left no-repeat;
  background-size: cover;
}
/* line 1021, style.scss */
.hotspots .circle a:hover {
  background-position: botton left;
}
/* line 1024, style.scss */
.hotspots .circle a div {
  display: none;
}
/* line 1028, style.scss */
.hotspots .circle .popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  background: #f00;
  width: 300px;
}
/* line 1033, style.scss */
.hotspots .circle .popup.open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1038, style.scss */
.hotspots .circle .popup .img {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 1042, style.scss */
.hotspots .circle .popup .img .ratioEnforcer {
  padding-top: 81%;
}
/* line 1045, style.scss */
.hotspots .circle .popup .img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 1057, style.scss */
.hotspots .circle .popup .text {
    position: relative;
  width: 100%;
  padding: 2em;
    padding-top:1em;
    padding-bottom:0.5em;
}
/* line 1060, style.scss */
.hotspots .circle .popup .text h3, .hotspots .circle .popup .text h4, .hotspots .circle .popup .text h5, .hotspots .circle .popup .text p {
  color: #fff;
  padding-bottom: 1em;
}
/* line 1064, style.scss */
.hotspots .circle .popup .text p {
  font-size: 0.85em;
}
/* line 1068, style.scss */
.hotspots .circle .popup .arrow {
  position: absolute;
  display: block;
}

.hotspots .circle .popup .text::after
{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
}
.hotspots .circle .popup .arrow::after
{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
}
/* line 1075, style.scss */
.hotspots .circle .popup a.close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 25px;
  height: 25px;
  display: block;
  background: url(img/sprites.png) 0 0 no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  background-position: -194px -76px;
}
/* line 1088, style.scss */
.hotspots .circle .popup.posX-L.posY-M .text::after {
    left: 300px;
    top:-37px;
    border-top: solid 0px transparent;
    border-left: solid 25px red;
    border-right: solid 0px transparent;
    border-bottom: solid 20px transparent ;

}
.hotspots .circle .popup.posX-L.posY-T .arrow::after {
    left: 300px;
    top:-20px;
    border-top: solid 20px transparent;
    border-left: solid 25px red;
    border-right: solid 0px transparent;
    border-bottom: solid 0px transparent ;

}
/* line 1093, style.scss */
.hotspots .circle .popup.posX-R.posY-M .text::after {
    left: -25px;
    top:-37px;
    border-top: solid 0px transparent;
    border-left: solid 0px transparent;
    border-right: solid 30px red;
    border-bottom: solid 20px transparent ;

}
.hotspots .circle .popup.posX-R.posY-T .arrow::after {
    left: -25px;
    top:-20px;
    border-top: solid 20px transparent;
    border-left: solid 0px transparent;
    border-right: solid 30px red;
    border-bottom: solid 0px transparent ;

}

/* line 1111, style.scss */
.socialBlock {
  padding: 0;
  background: transparent;
}
/* line 1114, style.scss */
.socialBlock .grid {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 1118, style.scss */
.socialBlock .grid .ratioEnforcer {
  padding-top: 100%;
}
/* line 1121, style.scss */
.socialBlock .grid ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}
/* line 1127, style.scss */
.socialBlock .grid ul.right {
  left: auto;
  right: 0;
}
/* line 1131, style.scss */
.socialBlock .grid ul.bottom {
  top: auto;
  bottom: 0;
}
/* line 1135, style.scss */
.socialBlock .grid ul li {
  width: 50%;
  height: 50%;
  position: absolute;
}
/* line 1140, style.scss */
.socialBlock .grid ul li.gridPos-0 {
  top: 0;
  left: 0;
}
/* line 1144, style.scss */
.socialBlock .grid ul li.gridPos-1 {
  top: 0;
  right: 0;
}
/* line 1148, style.scss */
.socialBlock .grid ul li.gridPos-2 {
  bottom: 0;
  left: 0;
}
/* line 1152, style.scss */
.socialBlock .grid ul li.gridPos-3 {
  bottom: 0;
  right: 0;
}
/* line 1157, style.scss */
.socialBlock .grid ul li.pos-5 a, .socialBlock .grid ul li.pos-14 a {
  background: #000 !important;
}
/* line 1161, style.scss */
.socialBlock .grid ul li.red {
  background: #f00;
}
/* line 1164, style.scss */
.socialBlock .grid ul li.fullsize {
  width: 100%;
  height: 100%;
}
/* line 1168, style.scss */
.socialBlock .grid ul li.fullsize a.instagram h3 {
  display: inline;
}
/* line 1175, style.scss */
.socialBlock .grid ul li.logo a > * {
  display: none !important;
}
/* line 1180, style.scss */
.socialBlock .grid ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 1183, style.scss */
.socialBlock .grid ul li a:hover {
  color: #fff;
}
/* line 1190, style.scss */
.socialBlock .grid ul li a.twitter {
  background-color: #e00;
  padding: 2em;
}
/* line 1193, style.scss */
.socialBlock .grid ul li a.twitter div, .socialBlock .grid ul li a.twitter p {
  width: 100%;
  overflow: hidden;
}
/* line 1197, style.scss */
.socialBlock .grid ul li a.twitter div {
  height: 33%;
}
/* line 1199, style.scss */
.socialBlock .grid ul li a.twitter div span {
  width: 20%;
  height: 100%;
  float: left;
  display: block;
  background: url(img/social_twitter_logo.png) 50% 50% no-repeat;
  background-size: contain;
}
/* line 1207, style.scss */
.socialBlock .grid ul li a.twitter div h3, .socialBlock .grid ul li a.twitter div h4, .socialBlock .grid ul li a.twitter div h5 {
  display: block;
  width: 80%;
  float: right;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 1em 1em 0;
}
.socialBlock .grid ul li a.twitter div h3{
    font-weight: bold;
    font-size:1.7em;
}
/* line 1216, style.scss */
.socialBlock .grid ul li a.twitter div h5 {
  display: none;
}
/* line 1220, style.scss */
.socialBlock .grid ul li a.twitter p {
  height: 67%;
  font-size: 1.5em;
  line-height: 1.6em;
}
/* line 1227, style.scss */
.socialBlock .grid ul li a.instagram img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
/* line 1236, style.scss */
.socialBlock .grid ul li a.instagram > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  height: 70px;
  padding-left: 2em;
}
/* line 1245, style.scss */
.socialBlock .grid ul li a.instagram > div h3, .socialBlock .grid ul li a.instagram > div h4, .socialBlock .grid ul li a.instagram > div h5 {
  color: #000;
  line-height: 20px;
  font-size: 1.4em;
}
.socialBlock .grid ul li a.instagram > div h4{
    padding-top:15px;
}
.socialBlock .grid ul li a.instagram > div h5 {
    color:#e00;
}
/* line 1251, style.scss */
.socialBlock .grid ul li a.instagram > div h3 {
    float: right;
    font-size: 3em;
    line-height: 40px;
    font-weight: bold;
    display: none;
    padding-top: 15px;
    padding-right: 10px;
}
/*.grid .bottom.right{
    background: url(img/dm_article-picture.png) no-repeat center center;
    background-position-y: 100px;
}*/
/* line 1257, style.scss */
.socialBlock .grid ul li a.instagram > div span {
    background: url(img/icon_some_ig-small.png) no-repeat center center;
    float:left;
    margin-right:15px;
    margin-top:15px;
  /*background: url(img/sprites.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: -32px;
  */
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;

}
.logo a.instagram{
    background: url(img/icon_some-big.png) no-repeat center center;
    background-position-x:-300px ;
}
.logo a.twitter{
    background: url(img/icon_some-big.png) no-repeat center center;
    background-position-x:0 ;
}
/* line 1276, style.scss */
.contentPage .top {
  position: relative;
  width: 100%;
}
/* line 1279, style.scss */
.contentPage .top > div {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
/* line 1285, style.scss */
.contentPage .top > div .ratioEnforcer {
  padding-top: 36.25%;
}
/* line 1288, style.scss */
.contentPage .top > div .box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  padding: 2em;
  width: 67%;
}
/* line 1295, style.scss */
.contentPage .top > div .box h1 {
  font-size: 3em;
  color: #fff;
}
/* line 1302, style.scss */
.contentPage .bottom {
  padding: 0;
  background: none;
}
/* line 1305, style.scss */
.contentPage .bottom p {
  font-size: 1.4em;
}
/* line 1308, style.scss */
.contentPage .bottom .sidebar {
  background: #e6e6e6;
  width: 33%;
  float: left;
}
/* line 1309, style.scss */
/*
.contentPage .bottom .sidebar .content {
  padding: 5em 4em 4em 4em;
}
.contentPage .bottom .sidebar .content p{
  line-height: 1.5em;
}

.contentPage .bottom .sidebar .img {
  width: 100%;
  overflow: hidden;
}

.contentPage .bottom .sidebar .img img {
  width: 100%;
  height: auto;
}*/
/* line 1324, style.scss */
.contentPage .bottom > .content {
  background: #fff;
  width: 67%;
  float: right;
  padding: 5em 4em 4em 4em;
}

/* line 1335, style.scss */
.text.block {
  /*padding: 2em;*/
}
/* line 1337, style.scss */
.text.block h2,
.text.block h3,
.text.block h4,
.text.block h5,
.text.block ul,
.text.block li,
.text.block p,
.text.block span,
.image-left-title-text-right .textContent p span.ingress,
.sidebar-2 .textContent p span.ingress{
  line-height: 1.5em;
}
/* line 1340, style.scss */
.text.block p {
  font-size: 1.5em;
}
.text.block strong {
  font-weight: bolder;
}

/* Content */
/* line 1347, style.scss */
#trig-calendar {
  position: absolute;
  background: url(img/icon_calendar.png) top left no-repeat;
  width: 50px;
  height: 200px;
  top: 376px;
  left: -70px;
  text-indent: -9999px;
  /*display: none;*/
}

/*
.sponsors {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 5em 0;
  float: left;
}

.sponsors table {
  max-width: 1200px;
  width: 100%;
  margin:0 auto;
}

.sponsors table tr {
  width: 100%;
}

.sponsors table tr td {
  vertical-align: middle;
  width: 25%;
}

.sponsors table tr td h2 {
  color: #000;
  font-size: 3em;
  width: 80%;
  text-align:  center;
}

.sponsors table tr td img {
  width: 60%;
  display: block;
  margin: 0 auto;
    float:left;
}
@media(max-width: 1000px){
    .sponsors table tr td:first-child{
        display: none;
    }
    .sponsors table tr td img{
        float: none;
    }
}
 */
footer {
  background: #000;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 6em 5% 5em;
  width: 100%;
  float: left;
}
/* line 1396, style.scss */
footer table {
  max-width: 1200px;
    margin:0 auto;
   width:100%;
}
/* line 1398, style.scss */
footer table tr {
  width: 100%;
}
/* line 1400, style.scss */
footer table tr td {

  vertical-align: bottom;
}
/* line 1403, style.scss */
footer table tr td a {
  color: #fff;
  text-decoration: none;
}
/* line 1406, style.scss */
footer table tr td a:hover, footer table tr td a:active, footer table tr td a:visited {
  color: #fff;
}
/* line 1410, style.scss */
footer table tr td.copyright {
  line-height: 1.5em;
    padding-left:50px;

}

/* line 1412, style.scss */
footer table tr td.copyright img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 4em;
}


/* line 1421, style.scss */
footer table tr td.some {
  padding-right: 6em;
  position: relative;
  width:40%;
}
/* line 1424, style.scss */
footer table tr td.some a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
/* line 1432, style.scss */
footer table tr td.some a.share-fb {
  background: url(img/icon_some_sprite@2x.png) top left no-repeat;
    background-size: 81px 81px;
  left: 100px;
}
/* line 1436, style.scss */
footer table tr td.some a.share-tw {
  background: url(img/icon_some_sprite@2x.png) top right no-repeat;
    background-size: 81px 81px;
  left: 50px;
}
/* line 1440, style.scss */
footer table tr td.some a.share-pi {
  background: url(img/icon_some_sprite@2x.png) bottom left no-repeat;
    background-size: 81px 81px;
  left: 50px;
}
/* line 1444, style.scss */
footer table tr td.some a.share-in {
  background: url(img/icon_some_sprite@2x.png) bottom right no-repeat;
    background-size: 81px 81px;
    left: 0;
}
/* line 1449, style.scss */
footer table tr td.contact {
  width: 26%;
  padding-right:50px;
}
/* line 1452, style.scss */
footer table tr td.contact p {
  width: 100%;
  background: url(img/pin_location_red@2x.png) top left no-repeat;
  padding-left: 40px;
    background-size: 22px 30px;
}


/* --Stats block-- */
table.statsTableHome{
    width:100%;
    margin-bottom: 30px;
}
table.statsTableHome td{
    text-align: left;
    width: 25%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
table.statsTableHome p{
    font-family: 'Circular Black', 'Helvetica','Arial';
    text-transform: uppercase;
    padding: 0;
    padding-left: 25px;
}
table.statsTableHome td.borrder{
    border-right:1px solid #eee;
}
table.statsTableHome p.nummber{
    font-size: 6em;
    font-weight: bold;
    color:#000;
}
table.statsTableHome p.capption{
    font-size:2em;

    color:#e00;
}
table.statsTableHome td.stackedPic{
    height:230px;
    background-image: url('img/stackPic.png');
}
table.statsTableHome td.cubePic{
    background-image: url('img/cubePic.png');
}
table.statsTableHome td.botStackPic{
    background-image: url('img/botStackPic.png');
}
table.statsTableHome td.yearPic{
    background-image: url('img/yearPic.png');
}
/* top table navigation */

#menuBlock{
    margin:0 auto;
}
table.thisTable{
    width:100%;
    padding:0;
    margin:50px 0 0;
    border:0;
    background-color: #000;
    border-collapse: separate;
    border-spacing: 0;

}
.thisTable td{
    padding:10px 0;
    margin:0;
    position:relative;
}
/*
#sddm
{
    width:100%;
    margin:0;
    padding:0;
    float: left;

}
#sddm li
{	margin: 0;
    padding: 0;
    list-style: none;

    width:100%;
}

#sddm li a
{	display: block;
    padding: 12px 25px;
    font: 1.2em arial;
    text-align: left;
    text-decoration: none;
    background-repeat:no-repeat;
    background-position:95% 50%;
    background-size:25px 25px;
}
#sddm li a:first-child{
    padding-top: 18px;
}
.ops{
     background-color:#222;
 }
#sddm li:hover{

}
.inactiveMenu{
    color: #d0d0d0;
    background-image:url('img/arrow-icon-bot.png');
}
.activeMenu{
    background-image:url('img/arrow-right-white.png');
    background-color: #e00;
    color: #fff;
}

.menuBox
{
    width:100%;
    position:absolute;
    display:none;
    margin: 0;
    padding: 0;
    float: left;
}
.menuBox a
{
    display: block;
    margin: 0;
    padding: 12px 35px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font: 1.2em arial;
}

.menuBox a:hover
{	background: #222;
    color: #FFF}
*/
/* mini table
table.thisMiniTable{
    width:100%;
    height:100%;
    border:0;
    border-spacing: 0;
    border-collapse: separate;
    float: right;
}
.thisMiniTable td{
    vertical-align: bottom;
    text-align: center;
    background-repeat:no-repeat;
    background-position:50% 10%;
    background-size: 250px;
    font-size:1.5em;
    height: 230px;
    cursor: pointer;
}
.thisMiniTable td.thisHeartLogo{
    background-image: url('img/icon_museumfriends@2x.png');
    background-color:#191919;
}
.thisMiniTable td.thisHeartLogo:hover{
    background-image: url('img/icon_museumfriends_hover@2x.png');
}
.thisMiniTable td a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Circular Medium', helvetica, arial;
    font-size: 16px;
}
.thisMiniTable td.thisMarkerLogo{
    background-image: url('img/icon_position@2x.png');
}
.thisMiniTable td.thisMarkerLogo:hover{
    background-image: url('img/icon_position_hover@2x.png');
}
.thisMiniTable td.thisTimeLogo{
    background-image: url('img/icon_openinghours@2x.png');
}
.thisMiniTable td.thisTimeLogo:hover{
     background-image: url('img/icon_openinghours_hover@2x.png');
 }
.thisMiniTable td.thisPhotoLogo{
    background-image: url('img/icon_media@2x.png');
    background-color:#191919;
}
.thisMiniTable td.thisPhotoLogo:hover{
    background-image:url('img/icon_media_hover@2x.png');
}
.thisMiniTable tr td a{
    text-decoration: none;
}
.thisMiniTable tr td:hover{
    background-color:#ffffff;
}
.thisMiniTable tr td:hover a{
    color:#e00;
    text-decoration: none;

}*/
/*stuff*/
#thisPone{
    background-color:#f7f7f7;
    padding:20px;
}
#thisPone p{
    font-size:14px;
    line-height: 20px;
    padding: 7px 0;
}
/*
.image-left-title-text-right{
    background-image:url('img/DM_postbg.png');
    background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
}*/
.image-left-title-text-right{
    background-color: transparent;
}
.image-left-title-text-right > img{
    width: 33%;
    height: auto;
    float:left;

}

.image-left-title-text-right .textContent,.sidebar-2 .textContent{
    width: 67%;
    float: right;
    padding: 4em 5em;
    background-color: #fff;
}
.image-left-title-text-right .textContent h2, .image-left-title-text-right .textContent div,
.sidebar-2 .textContent h2, .sidebar-2 .textContent div{
    padding-left: 0;
    width: 100%;
    float: left;
}

.textContent p,.textContent table td {
    font-size:1.6em;
    line-height: 1.5em;
    padding:0.8em 0;
}

.textContent table p{
    font-size:100%;
}

.text.block .text .ingress,.textContent .ingress{
    font-size: 1.375em;
    padding-bottom: 1em;
    float: left;
}
.text.block .text .red, .textContent .red{
    color:#e00;
}

.textContent h2{

}
.textContent h3{
    margin-top:20px;
    margin-bottom: 5px;
    font-size: 1.9em;
    font-weight: bold;
}
.textContent strong{
    font-family: 'Circular Bold';

}
.textContent a, .text.block .text a{
    color:#e00;
    text-decoration: none;
}

.textContent a:hover, .text.block .text a:hover{
    color:#746565;
}

.columns-3-block.layout-staff ul.columns-3 li > div{
    width: 100%;
}

.columns-3-block.layout-staff ul li > div .img {
    display: inline-block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.columns-3-block.layout-staff ul li > div .img .ratioEnforcer {
    padding-top: 50%;
    background-size: cover;
}

.columns-3-block.layout-staff ul.columns-3 .content{
    padding: 2.85em 48px 2.8em 48px;
    float: left;
    width: 100%;
    position: relative;
}
.columns-3-block.layout-staff ul.columns-3 li > div .border{
    position: absolute;
    width: 1px;
    top:30px;
    bottom:30px;
    background: #9f9f9f;
    right: 0;
}

.columns-3-block.layout-staff ul.columns-3 li:nth-child(3n) > div .border{
    display: none;
}
.columns-3-block.layout-staff ul.columns-3 .content .headings{
    height: 9em;
    overflow: hidden;
    width: 100%;
}

.columns-3-block.layout-staff ul.columns-3 .content h3{
    font-family: 'Circular Bold', 'Helvetica','Arial';
    font-size: 2.4em;
    padding-bottom: 0.3em;
}
.columns-3-block.layout-staff ul.columns-3 .content h4 {
    font-size: 1.4em;
}

.columns-3-block.layout-staff ul.columns-3 .content h4{
    color:#767676;
}

.columns-3-block.layout-staff ul.columns-3 .content .text p, .columns-3-block.layout-staff ul.columns-3 .content .text > a {
    font-family: 'Circular Medium', helvetica, arial;
    position: relative;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 1.4em;
}


.columns-3-block.layout-staff ul.columns-3 li:hover h3,.columns-3-block.layout-staff ul.columns-3 li:hover span{
    color:inherit;
    text-decoration: none;
}


.columns-3-block.layout-staff ul.columns-3 .content .text a{
    color:#e00;
    text-decoration: none;
}

.exhibitions_block{
    margin:0;
    background-color:#e6e6e6;
    padding:60px ;

}
.exhibitions_block.block h1, .exhibitions_block h1{
    font-size: 3.5em;
    font-weight: bold;
    padding-bottom: 10px;
}
.exhibitions_block.block h2, .exhibitions_block h2{
    font-size: 2em;
    color:#e00;
    padding: 0;
}
.exhibitions_block.text.block .text{
    padding:0;
}

footer ul.columns-3{
    margin: 0 auto;
    max-width: 1200px;
    float:none;
}
footer ul.columns-3 li{
    width: 33.33333333%;
    float: right;
}



footer ul.columns-3 li a {
    display: inline;
    width: auto;
    float:none;
    color: #fff;
    text-decoration: none;
}
footer ul.columns-3 li.copyright{
    padding-left:50px;
    font-size: 0.8em;
    color: #757575;
}

footer ul.columns-3 li.copyright a{
    color: #757575;
}

footer ul.columns-3 li.copyright img{
    width: auto;
    display: block;
    float: none;
    margin-bottom: 4.2em;
}
footer ul.columns-3 li.copyright a:hover{
    color:#e00;
}
footer ul.columns-3 li.contact a, footer ul.columns-3 li.contact span {
    font-family: 'Circular Medium', helvetica, arial;
}
footer ul.columns-3 li.some{
    width:46%;
}
footer ul.columns-3 li.contact{
    width:20%;
    position: relative;
}

footer ul.columns-3 li.contact p{
    float:right;
}

footer ul.columns-3 li.some a.fb {
    margin-right: 80px !important;
}

/*footer ul.columns-3 li.some a.share-fb {
    background: url(img/icon_some_sprite@2x.png) top left no-repeat;
    background-size: 81px 81px;
    margin-right: 80px;
}
footer ul.columns-3 li.some a.share-fb:hover {
    background-image: url(img/icon_some_sprite_hover@2x.png);
}

footer ul.columns-3 li.some a.share-tw {
    background: url(img/icon_some_sprite@2x.png) top right no-repeat;
    background-size: 81px 81px;
}
footer ul.columns-3 li.some a.share-tw:hover {
    background-image: url(img/icon_some_sprite_hover@2x.png);
}

footer ul.columns-3 li.some a.share-pi {
    background: url(img/icon_some_sprite@2x.png) bottom left no-repeat;
    background-size: 81px 81px;
    left: 50px;
}

footer ul.columns-3 li.some a.share-in {
    background: url(img/icon_some_sprite@2x.png) bottom right no-repeat;
    background-size: 81px 81px;
    left: 0;
}
footer ul.columns-3 li.some a.share-in:hover {
    background-image: url(img/icon_some_sprite_hover@2x.png);
}*/
footer ul.columns-3 li.some a {
    float:right;
    margin-right:10px;
    display: block;
    text-indent: -9999px;
    width: 41px;
    height: 41px;
    background: url(img/sprites.png) 0 0 no-repeat;
}
footer ul.columns-3 li.contact p {
    font-family: 'Circular', 'Helvetica','Arial';
    line-height: 1.3em;
    font-size:1.1em;
    width: 100%;
    background: url(img/pin_location_red@2x.png) top left no-repeat;
    padding-left: 40px;
    background-size: 22px 30px;
}
footer ul.columns-3 li.contact a.up{
    padding-top:15px;
}
footer ul.columns-3 li.contact a.map{
    position: absolute;
    left:0;
    width: 40px;
    top:0;
    bottom: 0;
}
footer ul.columns-3 li.contact a[href]:hover{
    text-decoration: underline;
    color:#e00;
}
footer ul.columns-3 li.contact a{
    display: block;
}

/*@media(max-width: 1000px){
    footer ul.columns-3 li{
        width: 100%;
    }
    footer ul.columns-3 li.some{
        padding-left:50px;
        margin:25px 0;
    }
    footer ul.columns-3 li.contact{
        padding-left:50px;
    }
    footer ul.columns-3 li.some a {
        float:left;
    }
}*/




/*social block */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.masonry {
    background: #EEE;
    max-width: 100%;
    margin:0 auto;
}
.masonry .item,
.masonry .grid-sizer {
    height: 300px;
    width:300px;
    float: left;
}
.masonry .item.instagram{
    height: 300px;
    width:300px;
}

.masonry .item.twitter {
    height: 300px;
    width:300px;
    background-color: #000;
}
.masonry .item.dm{
    height: 300px;
    width: 600px;
    background-color: #fff;
}
.masonry .item.dm2{
    height: 300px;
    width: 300px;
    background-color: #fff;
}
.masonry .item.twitter a.img{
    display:none;
}
.masonry .item.twitter .caption{
    background: transparent;
    position: relative;
    margin-top:15px;
}

.masonry .item.twitter .caption p{
    display: inline;
}
.masonry .item .caption span{
    position: absolute;
    top:15px;
    left:20px;
    bottom:15px;
    width:40px;

}
.masonry .item.twitter .caption span{
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/social_twitter_logo.png) center center no-repeat;
    background-size: contain;
}
.masonry .item.logo a.img img, .masonry .item.logo .caption, .masonry .item.logo .caption span{
    display:none;
}
.masonry .item.instagram.logo{
    height: 300px;
    width: 300px;
}
.masonry .item.dm.logo a.img{
    display: block;
    height:300px;
    width:600px;;
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/dm_logo_red.png) center center no-repeat;
}
.masonry .item.dm2.logo a.img{
    display: block;
    height:300px;
    width:300px;
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/grid3.jpg) center center no-repeat;
}
.masonry .item.instagram.logo a.img{
    display: block;
    height:300px;
    width:300px;;
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/icon_some_instagram-big@2x.png) center center no-repeat;
    background-size: 300px 300px;
}
.masonry .item.twitter.logo a.img{
    display: block;
    height:300px;
    width:300px;;
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/icon_some_twitter-big@2x.png) center center no-repeat;
    background-size: 300px 300px;
}
.masonry .item.facebook.logo a.img{
    display: block;
    height:300px;
    width:300px;;
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/DM_FB_retina.png) center center no-repeat;
    background-size: 300px 300px;
}


.masonry .item.instagram .caption span{
    background: url(http://dm-staging.jelastic.planeetta.net/wp-content/themes/monami-framework-child/img/icon_some_ig-small.png) center center no-repeat;
    background-size: 40px 40px;
}


.masonry .item a.img img{
    height:300px;
    width:300px;
}
.masonry .item .caption{
    position:absolute;
    bottom:0;
    height:70px;
    width:100%;
    background-color:rgba(255,255,255,0.7);
}

.masonry .item.fullsize {
    height: 600px;
    width:600px;
}
.masonry .item.fullsize a.img img{
    height:600px;
    width:600px;
}
.masonry .item.fullsize .caption h3{
    display: inline;
}
.masonry h3,.masonry h4,.masonry h5{
    font-family: 'Circular Bold', 'Helvetica','Arial';
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
    display: inline;
    position: absolute;
    margin:0;
}
.masonry h3{
    font-size:3em;
    right:20px;
    top:15px;
    display: none;
    text-transform: uppercase;
}
.masonry h4{
    font-size:1.4em;
    left: 80px;
    top:15px;
    text-transform: uppercase;
}
.masonry h5{
    font-size:1.4em;
    color:#e00;
    left:80px;
    top:40px;
    text-transform: uppercase;
}
.masonry p{
    font-family: 'Circular Book', 'Helvetica','Arial';
    font-size: 1.5em;
    line-height: 1.3em;
    position: absolute;
    left:20px;
    top:80px;
    display: none;
}
.masonry .item.twitter p, .masonry .item.twitter h4{
    color:#fff;
}
.masonry .item.twitter h4{
}

@media(max-width: 720px){
    .masonry .item.fullsize.instagram{
        display: none;
    }
}
/*
.statsTableHome{
    width:100%;
    margin-bottom: 30px;
}
.statsTableHome li{
    float: left;
    width: 25% !important;
    margin-bottom:30px;
}
@media(max-width:1000px){
    .statsTableHome li{
        width: 50%;
    }
    .borrder{
        border:0px solid #eee;
    }
}
@media(max-width:600px){
    .statsTableHome li{
        width: 100%;
    }
    .statsTableHome .borrder{
        border-right:0px solid #eee;
    }
}
.statsTableHome div{
    height:230px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.statsTableHome p{
    font-family: 'Circular Bold', 'Helvetica','Arial';
    text-transform: uppercase;
    padding: 0;
    padding-left: 50px;
    padding-bottom: 10px;
}
.statsTableHome td.borrder{
    border-right:1px solid #eee;
}
.statsTableHome p.nummber{
    font-size: 6.2em;
    font-weight: bold;
    color:#000;
}
.statsTableHome p.capption{
    font-size:2em;

    color:#e00;
}
.statsTableHome .stackedPic{
    background-image: url('img/stackPic.png');
}
.statsTableHome .cubePic{
    background-image: url('img/cubePic.png');
}
.statsTableHome .botStackPic{
    background-image: url('img/botStackPic.png');
}
.statsTableHome .yearPic{
    background-image: url('img/yearPic.png');
}
.borrder{
    border-right:1px solid #eee;
}*/


/* museums
.ATmuseums{

}
.ATmuseums li{
    margin-top: 20px;
    width:33.3333%;
    float:left;
    position:relative;
}
.ATmuseums li .bbb{
    position:absolute;
    top:10px;
    right:0;
    background:#eee;
    height:150px;
    width: 1px;
}
.ATmuseums li h3{
    padding-left:50px;
    display: block;
    font-size: 2.3em;
    color: #c6c6c6;
    font-family:'Circular Bold', 'Helvetica','Arial';
}
.ATmuseums li h3 span{
    display: block;
    color: #000;
    font-family:'Circular Bold', 'Helvetica','Arial';
}
.ATmuseums li div.map{
    margin-left:50px;
    background: url(img/sprites.png) 0 0 no-repeat;
    display: block;
    background-position: 0 -408px;
    width: 100%;
    height: 30px;
    float: left;
    margin-bottom: 2em;
    text-decoration: none;
    text-indent: -9999px;
}
.ATmuseums li p{
    padding-left:50px;
    font-size: 1.4em;
    line-height: 1.5em;
    color:#000;
    padding-bottom:30px;
}
.ATmuseums li .img{
    height:260px;
    width:100%;
    background-size: auto 100%;
    background-position: center center;
}
@media(max-width:600px){
    .ATmuseums li{
        width: 100%;
    }
    .bbb{
        display:none;
    }
}
*/
/* menu
ul.mainMenuHere{
    list-style: none;
    padding:50px 0 0;
    float: left;

}
.mainMenuHere li{
    width:33.3333%;
    float:left;
    position: relative;
}
.mainMenuHere li.mainLogoGrid{
    float:right;
}*/

.opq{
    display:none;
}

/*@media(max-width:700px){
    .mainMenuHere li{
        width:100%;
        cursor:pointer;
    }
    .mainMenuHere li.mainSubList{
        display:none;
        position: absolute;
        left:-99999;
    }
    #sddm  .opq .menuBox .activeMenu{
        background-image: none;
    }
    .activatedMenu{
        background-image:url('img/arrow_bot_b.png');
    }
    #sddm  .opq .menuBox .inactiveMenu{
        background-image: none;
    }
}*/



.text h3{
    padding:30px 0;
    font-size:4em;
    line-height: 3.5em;
}
.text strong{
    font-family: 'Circular Bold';
}
/*
.redLineBot{
    margin-bottom: 0;
    padding-bottom:0;

}
.redLineBot .textContent{
    padding-bottom:0;
}

.qqqLineSelf{
    width:100%;
    width:90%;
    height:4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #e00;
    margin-top:40px;
}*/
@media(max-width:700px){
    .qqqLineSelf{
        height:0px;
    }
    .redlinebot{
        padding-bottom: 4em;
    }
}
@media(max-width:800px){
    .columns-3-block.layout-items-3-1st-large ul li.pos-0{
        width:100%;
    }
    .columns-3-block.layout-items-3-1st-large ul li.pos-1{
        width:100%;
    }
    .columns-3-block.layout-items-3-1st-large ul li.pos-2{
        width:100%;
    }
    .columns-3-block.layout-items-3-1st-large ul li.pos-0 a .content{
        width:100%;
    }

}
.carousel > ul li.item div.content{
    /*opacity: 0.6;*/
}
.carousel > ul li.item div.content:hover{
    /*opacity:1;*/
}
.carousel > ul li.item.current div.content{
    /*opacity: 1;*/
}
header{
    position:fixed;
    z-index: 99999;
    left:0;
    right:0;
    top: 0;
}
.menukeeper{
    max-width: 1200px;
}
nav.container{
    z-index: 10000;
    position:fixed;
    left:0;
    right:0;
}
/*#contact{
    z-index: 10000;
    position:fixed;
    left:0;
    right:0;

}
#search{
    z-index: 10000;
    position:fixed;
    left:0;
    right:0;
}*/

#calender .content{
    overflow: auto;
}
.main.container{
   /* padding-top:50px;*/
}
.circledEx{
    background: #000;
}
.circledEx h2{
    color:#fff;
}
.circledEx ul li{
    width: 27%;

    margin-left: 5%;
}
.circledEx ul li a .img .ratioEnforcer{
    padding-top:100%;
}
.circledEx ul li a .img{
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius: 50%;
}
.circledEx ul li a .img span{
    background:none;
}
.circledEx ul li a .content h3, .circledEx ul li a  .content div, .circledEx ul li a  .content span{
    color:#fff;
}
.circledEx ul li:hover a .content h3, .circledEx ul li:hover a  .content div, .circledEx ul li:hover a  .content span{
    color:#e00;
    text-decoration: underline;
}
.circledEx ul li a .content h3{
    font-size:2em;
}/**/
.openingHours h2{
    font-size:3em;
}
.socialBlock.block h2{
    padding-top: 60px;
    padding-bottom: 40px;
}

/*
.ATmuseums li:hover h3,.ATmuseums li:hover h3 span{
    color:#e00;
    text-decoration: underline;
}
.ATmuseums li:hover p{
    color:#e00;
}
.ATmuseums li:hover .img{
    background-size:auto 110%;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}*/

/**
 * Added by Roope Merikukka <roope.merikukka@bond.fi> / <dev@bond.fi>
 */
i,em {
  font-style: italic;
}


.flockler-loading {
  display: none !important;
}

.flockler-grid-item {
  max-width: 100% !important;
  padding: 0;
  font-family: 'Circular Bold', 'Helvetica','Arial';
}

.flockler-grid-item__footer {
  display: none !important;
}
.flockler-grid-item:nth-child(odd) .flockler-grid-item__meta,
.flockler-grid-item:nth-child(odd) .flockler-grid-item__footer
{
  background-color: red;
}
.flockler-grid-item:nth-child(even) .flockler-grid-item__meta, 
.flockler-grid-item:nth-child(even) .flockler-grid-item__footer {
  background-color: black;
}

.flockler-grid-item__wrapper {
  border: none;
  border-radius: 0 !important;
}

.flockler-grid-item__profile__name {
  display: none !important;
}

.flockler-posts a.flockler-btn-load-more {
  display: none !important; 
}

.flockler-grid-item__profile__username,
.flockler-grid-item__footer__published-at,
.flockler-grid-item__context__icon,
.flockler-grid-item__footer__source-link__icon,
.flockler-grid-item__footer__details__stat__icon,
.flockler-grid-item__footer__details__stat {
  color: white !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}

.flockler-grid-item__content {
  padding-top: calc(100% - 4em);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* cookie consent styles */
.cli-bar-container .container {
  display: flex;
  flex-flow: row nowrap;
}

.cli-bar-btn_container {
  display: flex;
  align-items: baseline;
  width: auto;
}

.cli-style-v2 .cli-bar-message {
  width: 100%;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th {
  margin: 20px 0;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th,
table.cookielawinfo-classic td p, table.cookielawinfo-classic th p {
  font-size: 1.3rem;
}

#cookie-law-info-bar, #cookie-law-info-again, .cli-modal,
#cookie-law-info-bar *, #cookie-law-info-again *, .cli-modal * {
  outline: none;
}


/* images alignment in text */
.text.block p {
  clear: both;
}
.text.block img.alignleft {
  text-align: left;
  float: left;
  margin: 0 10px 10px 0;
}
.text.block img.alignright {
  text-align: right;
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter{
  float: none !important;
  margin: 0 auto 10px;
}
.text.block img.size-large {
  max-width: 100%;
  height: auto;
}
.text.block div {
  max-width: 100%;
}


/* aside column image width fix */
.sidebar .contentBlock div {
  max-width: 100%;
}
.sidebar .contentBlock img {
  max-width: 100%;
  height: auto;
}