/*********************
* Layout
**********************/
body, #page {
  height: 100%;
}

#brand.v2013 .brand-wrapper .main,
#page,
header[role="banner"][data-no-diagonal="true"] {
  width: 1024px;
  margin: 0 auto;
}

body.sidebar-first #content {
  float: left;
  width: 65.9375%;
  margin-right: 2.1875%;
}

#sidebar-first {
  float: right;
  width: 31.875%;
}

/*********************
* General
**********************/


body {

}
body.cke_editable, body.page-references-dialog {
	background: none;
}

#page-wrapper {}
#page {}

a[data-action="buy-tickets"],
.free-entrance {
  display: inline;
  padding: 6px 18px 9px;
}
.free-entrance {
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  background: white;
  border: 1px solid black;
}

ul.primary {
  padding-top: 10px;
}

.empty {
  height: 100%;
}

.video {
  width: 1024px;
  max-width: 100%;
  height: 576px;
}
  .video iframe {
    width: 100%;
    height: 100%;
  }

/***********************
  My own Column System
  Base: 8 cols
************************/
.col-container {}
  .col-container > .col {
    float: left;
  }
  .col-container > .col-span1 {
    width: 12.5%;
  }
  .col-container > .col-span2 {
    width: 25%;
  }
  .col-container > .col-span4 {
    width: 50%;
  }
  .col-container > .col-span8 {
    width: 100%;
  }

/*********************
* Site Header
**********************/
#brand.v2013 {}
#brand-cultura.v2012 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
header[role="banner"] {
  position: relative;
  z-index: 10;
  background: white;
  margin: 0 0 10px;
  border-top: 10px solid white;
}
header[role="banner"][data-fixed="true"] {
  position: fixed;
  top: 0;
}
  @media all and (min-width: 768px){
    header[role="banner"][data-fixed="true"] {
      width: 700px;
    }
  }

  @media all and (min-width: 1024px){
    header[role="banner"][data-fixed="true"] {
      width: 970px;
    }
  }

  @media all and (min-width: 1280px){
    header[role="banner"][data-fixed="true"] {
      width: 1024px;
    }
  }
header[role="banner"] > .inner {}

#site-logo {
  position: relative;
  height: 61px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {

.mobile-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}
  .mobile-menu.fixed button {
    margin-top: 15px;
  }
#site-logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999999;
  height: 50px;
  border-bottom: 1px solid #000;
}
#site-logo.fixed .wrap {
  padding: 0 10px;
}
  #site-logo.fixed .wrap > a {
    display: none;
  }
  .mobile-menu.fixed + header {
    height: 120px;
  }
  #site-logo {
    height: 110px;
    border-top: 1px solid #000;
    margin: 0!important;
  }
}


@media all and (max-width: 890px){
  #site-logo {
    margin-left: 30px;
  }
}
header[role="banner"][data-fixed="true"] #site-logo { /* better to force this than to wait js to change this */
/*body.not-front header[role="banner"][data-mini-logo="true"] #site-logo {*/
  height: 31px!important;
}
  #site-logo > .wrap {
    padding: 10px 0;
    padding-top: 0;
    height: 61px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

  #site-logo > .wrap .region-title {
    text-align: right;
    display: inline-block;
    float: right;
    padding-top: 10px;
    position: relative;
  }

  header[role="banner"][data-fixed="true"] #site-logo > .wrap .region-title {
     padding-top: 0;
     margin-top: -4px;
  }
  header[role="banner"][data-fixed="true"] #site-logo > .wrap {
    position: fixed;
    top: 10px;
    height: 30px!important;
  }

  @media all and (min-width: 768px){
    header[role="banner"][data-fixed="true"] #site-logo > .wrap {
      width: 700px;
    }
  }

  @media all and (min-width: 1024px){
    header[role="banner"][data-fixed="true"] #site-logo > .wrap {
      width: 970px;
    }
  }

  @media all and (min-width: 1280px){
    header[role="banner"][data-fixed="true"] #site-logo > .wrap {
      width: 1024px;
    }
  }




  header[role="banner"][data-mini-logo="true"] #site-logo > .wrap {
    padding: 0;
    height: 100%;
  }
  header[role="banner"][data-mini-logo="true"][data-fixed="true"] #site-logo > .wrap {
    position: static;
  }
    header[role="banner"][data-mini-logo="true"] #site-logo > .wrap canvas {
      display: none;
    }
  #site-logo a[rel="home"] {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -34px;
    margin-left: 0;
    /* width: 155px; */
    width: 280px;    
    height: 60px;
    z-index: 2;
  }
  @media all and (max-width: 767px){
    #site-logo a[rel="home"] {
      width: 100%;
      border-top: 1px solid #000;
      margin-top: -7px;
    }
  }
  header[role="banner"][data-mini-logo="true"] #site-logo a[rel="home"] {
    top: 1px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 155px;
    height: 60px;
  }
    #site-logo a[rel="home"] img {
      width: 100%;
      height: 100%;
    }
  #site-logo img.diagonal {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #site-logo canvas {
    display: none;
  }

#header-region {}
.region-header {
  position: relative;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-box-shadow: 0px 10px 0px 0px white;
  -moz-box-shadow: 0px 10px 0px 0px white;
  box-shadow: 0px 10px 0px 0px white;
}
#page.error-page .region-header {
  height: 34px;
}
  .region-header > div {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .region-header > div.inactive {
    opacity: 0;
  }

  #block-user-login {

  }

  #block-user-info {

  }

  #block-search-form {
    position: absolute;
    top: 0;
    right: 115px;
    width: 0;
    z-index: 10;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }

  #block-search-form {
    position: relative;
    display: inline-block;
    margin-right: 23px;
    right: 0;
  }
  #block-search-form[data-active="true"] {
    left: inherit;
    position: absolute;
    width: 550px;
    background: #fff;
    z-index: 2;
    right: -25px;
    top: 11px;
  }
  #block-search-form[data-active="true"]:lang(en) {
    width: 470px;
  }
  #block-search-form[data-active="true"]:lang(es) {
    width: 520px;
  }

@media (max-width: 767px) {
  #block-search-form[data-active="true"] {
    width: 300px!important;
    padding-right: 20px;
    top: 8px;
  }
}

  #block-search-form[data-active="true"]:lang(es) {
    width: 520px;
  }
    #block-search-form .container-inline div {
      display: block;
      float: left;
    }
    #block-search-form[data-active="true"] .container-inline div.form-type-textfield {
      width: 95%;
      margin: 0;
    }
      #block-search-form input[type="text"] {
        display: none;
        font-size: 14px;
        line-height: 20px;
        padding: 1px 5px 0 35px;
        width: 100%;
        height: 30px;
        background: none;
        border: none;
      }
      #block-search-form input[type="submit"] {
        display: none;
      }
      #block-search-form [data-action="open"] {
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        padding: 0;
        text-indent: -500em;
        width: 25px;
        height: 25px;
        background: url("../images/sprite.png") no-repeat -100px 0;
        border: none;
      }
      @media (max-width: 374px) {
        #block-search-form [data-action="open"] {
          left: 8px;
        }
      }
      #block-search-form [data-action="open"]:hover,
      #block-search-form[data-active="true"] [data-action="open"] {
        background-position: -100px -25px;
      }
      #block-search-form[data-active="true"] [data-action="open"] {
        cursor: default;
      }
      #block-search-form [data-action="close"] {
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        background: url("../images/sprite.png") no-repeat -125px -25px;
        border: none;
      }

      @media (max-width: 767px) {
        #block-search-form[data-active="true"] [data-action="open"] {
          top: 6px;
        }
      }

  #block-locale-language {
    position: absolute;
    top: 1em;
    right: 0;
    z-index: 1;
  }
  #block-locale-language {
    position: relative;
    top: 3px;
    display: inline-block;
    right: inherit;
    z-index: 1;
  }
    #block-locale-language ul {}
      #block-locale-language ul > li {
        display: inline;
      }
        #block-locale-language ul > li a {
          font-size: 1em;
          padding: 0 .2em;
          text-transform: uppercase;
        }
        #block-locale-language ul > li a.active {
          opacity: .3;
        }

  #block-omitsis_museudiss-social_networks_links {
    position: absolute;
    top: 7em;
    right: 0;
  }
    #block-omitsis_museudiss-social_networks_links ul {}
      #block-omitsis_museudiss-social_networks_links ul > li {
        display: inline;
      }
        #block-omitsis_museudiss-social_networks_links ul > li a {
          font-size: 1.4em;
          padding: 0 .5em;
        }
          #block-omitsis_museudiss-social_networks_links ul > li a span {
            display: none;
          }

#block-lang_dropdown-language {
  position: relative;
  top: 3px;
  display: inline-block;
  right: inherit;
  margin-left: 20px;
  z-index: 1;
}

#block-lang_dropdown-language .form-type-select {
  position: relative;
}

#block-lang_dropdown-language .form-type-select:after {
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 7px;
  background: url(../images/ico-select) no-repeat center center;
  background-size: 100% auto;
  right: 0;
  top: 2px;
  pointer-events: none;
}

#block-lang_dropdown-language .lang-dropdown-select-element {
  background: transparent;
  width: 44px!important;
  padding: 0!important;
  font-size: 12px;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}


#block-lang_dropdown-language .lang-dropdown-select-element:lang(es) {
  width: 54px!important;
}

#block-menu-menu-menu-header {
  position: relative;
  top: 3px;
  display: inline-block;
  right: inherit;
  z-index: 1;
}
#block-menu-menu-menu-header .menu li {
  display: inline-block;
}
#block-menu-menu-menu-header .menu li a {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 374px) {
  #block-menu-menu-menu-header .menu li a {
    margin-left: 8px;
  }
}
#block-menu-menu-menu-header .menu li.mid-2268 a:before,
#block-menu-menu-menu-header .menu li.mid-2267 a:before,
#block-menu-menu-menu-header .menu li.mid-2269 a:before {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../images/ico-butlleti.png) no-repeat center center;
  background-size: 100% auto;
  top: 4px;
  margin-right: 8px;
}
#block-menu-menu-menu-header .menu li.mid-2271 a:before,
#block-menu-menu-menu-header .menu li.mid-2270 a:before,
#block-menu-menu-menu-header .menu li.mid-2272 a:before {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/ico-entrades.png) no-repeat center center;
  background-size: auto 100%;
  top: 3px;
  margin-right: 4px;
}
#block-menu-menu-menu-header .menu li.mid-2552 a:before,
#block-menu-menu-menu-header .menu li.mid-2553 a:before,
#block-menu-menu-menu-header .menu li.mid-2554 a:before {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/ico-regal.png) no-repeat center center;
  background-size: auto 100%;
  top: 3px;
  margin-right: 4px;
}

  #block-system-main-menu {}
  header[role="banner"][data-mini-logo="true"] #block-system-main-menu {
    margin-bottom: 0;
  }
    #block-system-main-menu nav > ul.menu {
    	position: relative;
    	z-index: 2;
    	width: 85%;
    }
    #block-system-main-menu nav > .faux-bg {
    	display: none;
    	z-index: 1;
    	position: absolute;
      top: 32px;
      left: 0;
      width: 100%;
      height: 140px;
    	background: white;
    	border-top: 1px solid black;
      border-bottom: 1px solid black;
      -webkit-box-shadow: 0px 15px 0px 0px white;
      -moz-box-shadow: 0px 15px 0px 0px white;
      box-shadow: 0px 15px 0px 0px white;
    }
    #block-system-main-menu nav:hover > .faux-bg {
    	/*display: block;*/
    }
      #block-system-main-menu nav > ul.menu > li {
        float: left;
        position: relative;
      }
        #block-system-main-menu nav > ul.menu > li a {
          display: block;
          font-size: 1.7em;
          font-weight: bold;
          color: #b1b1b1;
          padding: .4em 1.5em .5em .5em;
        }
        body.front #block-system-main-menu nav > ul.menu > li > a,
        body.front #block-system-main-menu nav > ul.menu:hover > li:hover > a {
          color: black;
        }
        body.front #block-system-main-menu nav > ul.menu:hover > li a {
          color: #b1b1b1;
        }
        #block-system-main-menu nav > ul.menu > li a:hover,
        #block-system-main-menu nav > ul.menu > li a.active-trail,
        #block-system-main-menu nav > ul.menu > li:hover a {
          color: black;
        }
        #block-system-main-menu nav > ul.menu > li ul {
        	position: absolute;
          top: 33px;
          left: 0;
          display: none;
          padding: .7em .75em;
          width: 220px;
          background: white;
        }
        #block-system-main-menu nav > ul.menu > li:hover ul {}
          #block-system-main-menu nav > ul.menu > li ul li {
            display: list-item;
            margin: 0 0 .4em;
          }
            #block-system-main-menu nav > ul.menu > li.expanded ul li a {
              padding: 0;
              font-size: 1.4em;
              font-weight: 600;
              line-height: 1.2;
            }
            #block-system-main-menu nav > ul.menu:hover > li.expanded ul li a,
            #block-system-main-menu nav > ul.menu:hover > li.expanded ul:hover li a:hover,
            #block-system-main-menu nav > ul.menu:hover > li.expanded ul:hover li a.active-trail {
              color: black;
            }
            #block-system-main-menu nav > ul.menu:hover > li.expanded ul:hover li a {
              color: #b1b1b1;
            }

/*********************
* Pages and Sections
**********************/
.region {}

/* ajax call button */
button[data-ajax-call] {
	background: #111;
}
button[data-ajax-call][disabled] {
  background: #333;
}
  button[data-ajax-call][data-state="iddle"] .ajax-progress .throbber,
  button[data-ajax-call][data-state="finished"] .ajax-progress .throbber {
    background-position: 0 0;
  }

#main {}
header[role="banner"][data-fixed="true"] + #main {
  padding-top: 300px;
}
header[role="banner"][data-fixed="true"] + #main {
  padding-top: 120px;
}


body.not-front header[role="banner"][data-no-diagonal="true"] + #main {
  padding-top: 52px;
}
#main > .inner {
  min-height: 30em;
}

#content {}
#content-area {}

#sidebar-first {}

/* submenu 2nd level */
#block-menu_block-1 {
	padding: 0 0 9px;
	border-bottom: 1px solid black;
}
	#block-menu_block-1 ul.menu {
		padding-left: 6px;
	}
		#block-menu_block-1 ul.menu li {
			display: inline;
			font-size: 1.4em;
			font-weight: 600;
			margin-right: 1em;
		}
			#block-menu_block-1 ul.menu li a {
				color: #b1b1b1;
			}
			#block-menu_block-1 ul.menu li a:hover,
			#block-menu_block-1 ul.menu li a.active-trail {
				color: black;
			}

/* submenu 3rd level */
#block-menu_block-2 {
	padding: 9px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}
	#block-menu_block-2 ul.menu {
		padding-left: 6px;
	}
		#block-menu_block-2 ul.menu li {
			display: inline;
			font-size: 1.4em;
			margin-right: 1em;
		}
			#block-menu_block-2 ul.menu li a {
				color: #b1b1b1;
				font-weight: 300;
			}
			#block-menu_block-2 ul.menu li a:hover,
			#block-menu_block-2 ul.menu li a.active-trail {
				color: black;
			}

/*** main titles ***/
.panel-pane h2.pane-title {
  font-size: 2.4em;
  height: 1.2em;
  min-height: 0;
  border-bottom: none;
}

#content-header,
article .panel-pane h2.pane-title,
body.node-type-exhibition .panel-pane h2.pane-title,
body.front .panel-pane h2.pane-title,
.pane-contact h2.pane-title,
article > header {
  border-bottom: 1px solid black;
  margin: 0 0 10px;
}
#content-header h1,
article .panel-pane h2.pane-title,
body.node-type-exhibition .panel-pane h2.pane-title,
body.front .panel-pane h2.pane-title,
.pane-contact h2.pane-title,
article > header h1 {
  font-size: 4em;
  font-size: 400%;
  line-height: 1.2;
  min-height: 80px;
  max-height: 104px;
  overflow: hidden;
}
#content-header h1,
article > header h1 {
  margin: 0;
}
article .panel-pane h2.pane-title,
body.node-type-exhibition .panel-pane h2.pane-title,
body.front .panel-pane h2.pane-title {
  height: 2em;
}

/*** forms ***/
#content form {
  max-width: 512px;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border-color: #e02d29;
}
form legend {
	font-size: 1.5em;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: -.04em;
}


/*CALENDAR*/

.view-calendar {
  position: relative;
}

.view-calendar .calendar-links {
  font-size: 400%;
  margin-bottom: 100%;
  border-bottom: 1px solid black;
  margin: 0 0 10px;
  padding: 4px 0 16px 0;
  font-weight: bold;
  letter-spacing: -1px;
  height: 2em;
}
@media (max-width: 890px) {
  .view-calendar .calendar-links {
    font-size: 300%;
  }
}
@media (max-width: 767px) {
  .view-calendar .calendar-links {
    font-size: 165%;
  }
}

.view-calendar .calendar-links a {
  margin-right: 40px;
  cursor: pointer;
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .view-calendar .calendar-links a {
    margin-right: 10px;
  }
}

.view-calendar .calendar-links a:hover {
  color: rgba(178,178,178,.6);
}
.view-calendar .calendar-links a.active {
  color: #000;
  pointer-events: none;
}

.view-calendar .view-filters {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
}

.view-calendar .view-filters .container-inline-date .form-item {
  padding: 0;
  margin: 0;
  float: right;
}
.view-calendar .view-filters .container-inline-date .form-item .description {
  display: none;
}

.view-calendar .view-filters .bef-datepicker,
.view-calendar .view-filters .date-date {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 36px;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.view-calendar .view-filters .bef-datepicker {
  color: transparent;
}
@media (max-width: 767px) {
  .view-calendar .view-filters .bef-datepicker,
  .view-calendar .view-filters .date-date {
    top: -16px;
  }
}
.view-calendar .view-filters .date-date:before {
  background: url("../images/ico-calendar.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  display: inline-block;
  width: 38px;
  height: 36px;
  z-index: 9;
  pointer-events: none;
}

#ui-datepicker-div {
  font-size: 100%;
  font-family: inherit;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 14px;
  width: auto;
  margin: -33px 0 0 -250px;
}
@media (max-width: 1023px) {
  #ui-datepicker-div {
    left: inherit!important;
    right: 60px!important;
    margin: 0!important;
    margin-top: -35px!important;
  }
}
@media (max-width: 767px) {
  #ui-datepicker-div {
    left: 50%!important;
    right: inherit!important;
    top: 466px!important;
    bottom: inherit!important;
    margin: 0!important;
    padding: 10px;
    transform: translateX(-50%);
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 0 4px!important;
    height: 20px!important;
    line-height: 20px!important;
    width: 20px!important;
  }
  .ui-datepicker table {
    margin: 0!important;
  }
}


@media (max-width: 530px) {
  #ui-datepicker-div {
    top: 320px!important;
  }
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: 14px;
  height: 18px;
  background: url(../images/ico-date-prev.png) no-repeat center center;
  background-size: auto 100%;
  left: -4px;
  outline: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 14px;
  height: 18px;
  background: url(../images/ico-date-next.png) no-repeat center center;
  background-size: auto 100%;
  right: -4px;
  outline: 0;
}
.ui-datepicker th,
.ui-datepicker th span {
  color: #b2b2b2;
  font-weight: 600;
}
.ui-datepicke.ui-datepicker-other-month {
  color: #dedede;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #b2b2b2;
  border: 0!important;
  background: transparent;
  font-weight: 600;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0 8px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.ui-datepicker .ui-state-default.ui-state-active {
  background: rgba(0,0,0,.3);
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-today a {
  background: #f0f0f0;
  color: #000;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
}


.view-calendar .view-content {
  padding: 0 40px;
}
@media (max-width: 479px) {
  .view-calendar .view-content {
    padding: 0;
  }
}
.view-calendar .view-content .owl-carousel {
  position: relative;
}
.view-calendar .view-content .owl-item  {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .view-calendar .view-content .disabled .item-0 {
    width: 50%;
  }
}
@media (min-width: 979px) {
  .view-calendar .view-content .disabled .item-0 {
    width: 25%;
  }
}

.view-calendar .view-content .owl-item .type,
.view-calendar .view-content .item-0 .type {
  text-transform: uppercase;
  margin: 20px 0 4px 0;
  height: 30px;
}
.view-calendar .view-content .owl-item .image img,
.view-calendar .view-content .item-0 .image img {
  margin-bottom: 14px;
}

.view-calendar .view-content .owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.view-calendar .view-content .owl-buttons .owl-prev {
  left: -44px;
}
.view-calendar .view-content .owl-buttons div {
  right: -44px;
}
@media (min-width: 768px) {
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column1 .panel-panel-inner,
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column2 .panel-panel-inner,
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column3 .panel-panel-inner {
    height: 480px!important;
  }
}
@media (min-width: 1024px) {
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column1 .panel-panel-inner,
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column2 .panel-panel-inner,
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column3 .panel-panel-inner {
    height: 410px!important;
  }
}

@media (max-width: 479px) {
  .view-calendar .view-content .owl-buttons .owl-prev {
    left: 4px;
  }
  .view-calendar .view-content .owl-buttons div {
    right: 4px;
  }
  .view-calendar .view-content .owl-item {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column2,
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column3 {
    width: 25%!important;
  }
  .museu-disseny-home .museu-disseny-home-complete-row-content .museu-disseny-home-column3 .panel-panel-inner {
    border-left: 1px solid black;
    border-right: 0;
  }

}
@media (max-width: 767px) {
  .museu-disseny-home-column1 .panel-panel-inner,
  .museu-disseny-home-column2 .panel-panel-inner,
  .museu-disseny-home-column3 .panel-panel-inner {
    height: auto!important;
  }
}


/*XARXES*/

.social-network-list i {
  display: none;
}
.social-network-list a {
  position: relative;
}
.social-network-list a:before {
  display: inline-block;
  content: ' ';
  position: relative;
  left: 0;
  top: -2px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #000;
  vertical-align: middle;
  margin-right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 56%;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-network-list .newsletter:before {
  background-image: url(../images/ico-newsletter.png);
}
.social-network-list [data-social-network="facebook"]:before {
  background-image: url(../images/ico-facebook.png);
  background-size: auto 70%;
}
.social-network-list [data-social-network="twitter"]:before {
  background-image: url(../images/ico-twitter.png);
}
.social-network-list [data-social-network="instagram"]:before {
  background-image: url(../images/ico-instagram.png);
  background-size: auto 70%;
}
.social-network-list [data-social-network="vimeo"]:before {
  background-image: url(../images/ico-vimeo.png);
}
.social-network-list [data-social-network="youtube"]:before {
  background-image: url(../images/ico-youtube.png);
}
.social-network-list [data-social-network="tripadvisor"]:before {
  background-image: url(../images/ico-tripadvisor.png);
  background-size: auto 68%;
}
.social-network-list [data-social-network="tiktok"]:before {
  background-image: url(../images/ico-tiktok.png);
  background-size: auto 67%;
}
.social-network-list [data-social-network="spotify"]:before {
  background-image: url(../images/ico-spotify.png);
  background-size: auto 67%;
}
.social-network-list [data-social-network="linkedin"]:before {
  background-image: url(../images/ico-linkedin.png);
  background-size: auto 67%;
}


.social-network-list a:hover:before {
  opacity: .4;
}


/*** nodes ***/
/* typical detail */
article.node {}
	article.node > header {
		position: relative;
	}
		article.node > header [data-action="back"] {
      position: absolute;
      bottom: 0;
      right: 15px;
      width: 25px;
      height: 25px;
      border: none;
      text-indent: -500em;
      background: url("../images/sprite.png") no-repeat -250px 0;
      z-index: 3;
    }
  article.node .main-content {}
  article.node .col {
    height: 100%;
    padding: 0 15px;
    border-left: 1px solid black;
  }
  article.node .col:first-child {
    padding-left: 0;
    border-left: none;
  }
  article.node .main-content.col-container {
    height: 445px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }
  article.node .main-content.col-container.no-image-gallery {
    height: auto;
  }
		article.node .col-container .col-description .text-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    article.node .main-content .share-links {}
      article.node .main-content .share-links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
        article.node .main-content .share-links li {
          margin: .3em 0 0;
          font-size: 1em;
        }
        article.node .main-content .share-links li .fa {
          font-size: 2.4em;
          vertical-align: middle;
          margin-right: 3px;
        }
        article.node .main-content .share-links li .label {
          font-weight: bold;
          font-size: 1.4em;
          margin-right: 3px;
        }
    article.node .time-interval {
      font-size: 1.4em;
      margin: 0 0 .5em;
    }
    article.node .main-content p {
      font-size: 1.3em;
      margin: 0 0 1.4em;
    }
    article.node .main-content img {
      /*width: auto;
      max-width: 100%;*/
    }
    article.node .main-content ul {
      list-style-type: square;
      padding: 0 0 0 2em;
      margin: 0 0 2em;
    }
    article.node .main-content ol {
      list-style-type: decimal;
      padding: 0 0 0 2em;
      margin: 0 0 2em;
    }
    article.node .main-content li {
      font-size: 1.3em;
      line-height: 1.6;
      margin: 0 0 .6em;
    }
      article.node .main-content li p,
      article.node .main-content li li {
        font-size: 1em;
      }
    article.node .main-content .tags-list {}
    	article.node .main-content .tags-list > header {}
    		article.node .main-content .tags-list > header h2 {
    			font-size: 1.2em;
    		}
    	article.node .main-content .tags-list > .content {}
    		article.node .main-content .tags-list > .content ul {
    			list-style: none;
    			padding: 0;
    		}
	    		article.node .main-content .tags-list > .content li {
	    			display: inline;
	    		}
	    		article.node .main-content .tags-list > .content li:before {
	    			content: ", ";
	    		}
	    		article.node .main-content .tags-list > .content li:first-child:before {
	    			content: "";
	    		}

      article.node .field-name-field-supported-by, article.node .field-name-field-partner-2-image, article.node .field-name-field-partner-3-image {
        /*margin-bottom: 25px;*/
      }
        article.node .field-name-field-supported-by .field-label, article.node .field-name-field-supported-by-label .field-item,
        article.node .field-name-field-partner-2-label .field-item, article.node .field-name-field-partner-3-label .field-item {
          font-size: 1.3em;
          margin-bottom: .5em;
          font-weight: bold;
        }
        article.node .field-name-field-supported-by .field-item, article.node .field-name-field-partner-2-image .field-item, article.node .field-name-field-partner-3-image .field-item {
          /*margin-bottom: 10px;*/
        }
          article.node .field-name-field-supported-by .field-item img, article.node .field-name-field-partner-2-image .field-item img, article.node .field-name-field-partner-3-image .field-item img {
            max-width: 280px;
          }

	  article.node .files-list {}
			article.node .main-content .files-list ul {
	      list-style: none;
	      padding: 0;
	    }
	      article.node .main-content .files-list li {
	        font-size: 1em;
	        line-height: 1;
	      }
	        article.node .main-content .files-list [data-action] {
	          width: 160px;
	          margin: 0;
	          text-decoration: none;
	        }

    article.node .image-gallery {}
      article.node .image-gallery .full-image {
        height: 335px;
      }
        article.node .image-gallery .full-image figcaption,
        article.node .image-gallery .full-image .node-video .body {
          padding: 5px 0;
          height: 48px;
          overflow: hidden;
          font-size: 1.2em;
          line-height: 1.2;
          color: #878787;
        }
          article.node .image-gallery .full-image figcaption p,
          article.node .image-gallery .full-image .node-video .body p {
            margin: 0;
            font-size: 1em;
            line-height: 1;
          }
        article.node .image-gallery .full-image .node-video {}
          article.node .image-gallery .full-image .node-video .share-links {
            display: none;
          }
          article.node .image-gallery .full-image .node-video .video {
            width: 100%;
            height: 278px;
          }
      article.node .image-gallery .thumb-list {
        overflow: hidden;
        height: 82px;
      }
        article.node .image-gallery .thumb-list .owl-buttons > div {
          top: 17px;
        }
      	article.node .image-gallery .thumb-list .thumb,
        article.node .video-thumbs .thumb-list .thumb {
      		cursor: pointer;
          float: left;
          width: 33.333%;
          height: 79px;
      	}
        article.node .image-gallery .thumb-list .thumb.video,
        .node-video.node-teaser .image {
          position: relative;
        }
        article.node .image-gallery .thumb-list .owl-wrapper .thumb {
          float: none;
          width: auto;
        }
          article.node .image-gallery .thumb-list .thumb a {
            display: block;
            width: 100%;
            height: 100%;
          }
          article.node .image-gallery .thumb-list .thumb img {
            padding: 0 10px;
            height: 100%;
          }
          article.node .image-gallery .thumb-list .thumb.video .icon,
          .node-video.node-teaser .image .icon {
            display: block;
            width: 50px;
            height: 50px;
            background: url("../images/sprite.png") no-repeat 0 -150px;
            margin: auto;
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
          }

          article.node .image-gallery + .content .body {
            overflow-y: auto;
            height: 100%;
          }

/* basic page detail */
article.node-page {}
  article.node-page.visit-pages .main-content.col-container {
    height: 656px;
  }
    article.node-page .col-container.no-image-gallery .col-description {
      padding-left: 0;
      border-left: none;
    }
    article.node-page .col-container.no-image-gallery .col-media {
      float: right;
      padding-left: 15px;
    }
      article.node-page.visit-pages .image-gallery .full-image {
        height: 547px;
      }
    .view-page-list {}
      .view-page-list .item-list {
        overflow: hidden;
      }
        .view-page-list .item-list > ul {
          overflow: hidden;
          position: relative;
          width: 103%;
          left: -1.5%;
          list-style: none;
        }
          .view-page-list .item-list > ul > li {
            float: left;
            width: 25%;
            height: 43.3em;
            overflow: hidden;
            padding: 5px 1.5% 0;
            margin: 0 0 10px;
            font-size: 1em;
            line-height: 1;
            border-bottom: 1px solid black;
          }
          .node-page.node-teaser {}
            .node-page.node-teaser > header h2 {
              height: 1.333em;
              margin-bottom: .5em;
              overflow: hidden;
              font-size: 2em;
            }
            .node-page.node-teaser .image {
              margin-bottom: 15px;
            }
            .node-page.node-teaser > .content {
              height: 4em;
            }
              .node-page.node-teaser > .content p {
                margin-bottom: 0;
                font-size: 1.4em;
                line-height: 1.1;
                height: 3.3em;
                overflow: hidden;
                font-weight: bold;
              }

/* exhibition detail */
article.node-exhibition {}
  article.node-exhibition > header {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
    article.node-exhibition > header h1 {
      margin: 0 0 10px;
    }
    article.node-exhibition > header .type {
      font-size: 1.4em;
      text-transform: uppercase;
      margin-right: 5px;
    }
    article.node-exhibition > header .time-interval {
      font-size: 1.4em;
      display: inline;
    }
    article.node-exhibition > header .time-interval:before {
      content: "|";
      padding-right: 6px;
    }
  article.node-exhibition .main-content {}
      article.node-exhibition .image-gallery {}
        article.node-exhibition .image-gallery .image-list,
        article.node-exhibition .image-gallery .full-image {
          height: 338px;
        }
        article.node-exhibition .image-gallery .full-image {
          position: relative;
        }
        /*article.node-exhibition .image-gallery .full-image:before {
          cursor: pointer;
          content: "";
          opacity: 0;
          display: block;
          width: 25px;
          height: 25px;
          background: url("../images/sprite.png") no-repeat -225px 0;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -40px;
          margin-left: -12px;
          z-index: 1;
          -webkit-transition: opacity 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
        }
        article.node-exhibition .image-gallery .full-image:hover:before {
          opacity: 1;
        }*/
        	article.node-exhibition .image-gallery .full-image figure {
            height: 100%;
            position: relative;
          }
          /*article.node-exhibition .image-gallery .full-image figure:before {
            cursor: pointer;
            content: "";
            opacity: 0;
            display: block;
            width: 100%;
            height: 278px;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
          }
          html.no-rgba article.node-exhibition .image-gallery .full-image figure:before {
            background: rgb(0, 0, 0);
          }
          article.node-exhibition .image-gallery .full-image:hover figure:before {
            opacity: 1;
          }*/
          	article.node-exhibition .image-gallery .full-image figure img {
	            /*height: 278px;*/
	          }
        article.node-exhibition .image-gallery .thumb-list {
          height: 79px;
        }
      article.node-exhibition .col-container .col-description {
        position: relative;
      }
        article.node-exhibition .col-container .col-description .share-links {
          position: absolute;
          bottom: 0;
          left: 15px;
        }
      article.node-exhibition .col-container .col-description .text-container {
        height: 365px;
      }
        article.node-exhibition .body {
          margin-bottom: 25px;
        }
        article.node-exhibition .exhibition-data {}
          article.node-exhibition .exhibition-data .data {
            margin-bottom: 15px;
          }
            article.node-exhibition .exhibition-data .data h3 {
              font-weight: normal;
              text-transform: uppercase;
              margin-bottom: 0;
            }
            article.node-exhibition .exhibition-data .data p {
              margin-bottom: 0;
            }
      article.node-exhibition .col-info {
        position: relative;
      }
        article.node-exhibition .exhibition-info {
          height: 400px;
          overflow: hidden;
        }
          article.node-exhibition .exhibition-info .data {
            margin-bottom: 15px;
          }
            article.node-exhibition .exhibition-info .data h3 {
              margin-bottom: .2em;
            }
            article.node-exhibition .exhibition-info .data h4 {
              font-size: 1.3em;
              margin: .5em 0;
            }
            article.node-exhibition .exhibition-info .data p {
              margin-bottom: 0;
            }
              article.node-exhibition .exhibition-info .data p strong {
                font-weight: normal;
                font-style: italic;
              }
            article.node-exhibition .exhibition-info .data li {
              font-size: 1.2em;
            }
              .files-list {}
                .files-list li {}
                  .files-list li a {
                    text-decoration: underline;
                  }
        article.node-exhibition .col-info a[data-action="buy-tickets"],
        article.node-exhibition .col-info .free-entrance {
          position: absolute;
          bottom: 0;
          left: 15px;
        }

  body.node-type-exhibition .sutro-double-first-column-content,
  body.node-type-exhibition .sutro-double-second-column-content {
    /* 24032022 height: 460px; */
    height: auto;
    overflow: hidden;
  }
  body.node-type-exhibition .panels-ipe-editing .sutro-double-first-column-content,
  body.node-type-exhibition .panels-ipe-editing .sutro-double-second-column-content {
    height: auto;
  }
  body.node-type-exhibition .panel-panel,
  body.node-type-exhibition .panel-panel > .panel-panel-inner,
  body.node-type-exhibition .panel-panel > .panel-panel-inner > .panel-pane {
    /* 24032022 height: 100%; */
    height: auto;
    overflow: hidden;
  }

  /* Exhibition fields */
  .view-exhibition-fields {}
  	.view-exhibition-fields > .view-content {}
      .view-exhibition-fields > .view-content > .views-row {}
      	.view-exhibition-fields > .view-content > .views-row > .views-field {}
		      .view-exhibition-fields > .view-content > .views-row > .views-field > .field-content {
		        height: 294px;
            height: 420px;
		      }


          @media all and (max-width: 767px){
            .view-exhibition-fields > .view-content > .views-row > .views-field > .field-content {
              height: auto;
            }
          }
    .view-exhibition-fields > .view-content .owl-buttons > div {
      top: 85px;
    }
    @media all and (max-width: 767px){
      .view-exhibition-fields > .view-content .owl-controls {
        top: 43%;
      }
      .view-exhibition-fields > .view-content .owl-buttons > div {
        top: 0;
      }
}
.view-exhibition-fields.view-display-id-panel_pane_2 .view-content .owl-buttons {
	top: 75px;
}
    
    .view-exhibition-fields > .view-content .owl-buttons > .owl-next {
      right: 20px;
    }

    .view-exhibition-fields > .view-content .item-list > ul {}
      .view-exhibition-fields > .view-content .item-list > ul > .views-row {}
        .view-exhibition-fields .views-row .node {
          padding-right: 15px;
        }
          .node-exhibition-field.node-teaser {}
            .node-exhibition-field.node-teaser h2,
	    .node-pieces.node-teaser h2 {
              font-size: 1.2em;
              font-weight: normal;
              height: 2.666em;
              overflow: hidden;
              text-transform: uppercase;
            }
	    .node-pieces.node-teaser .image,
            .node-exhibition-field.node-teaser .image {
              margin: 0 0 1em;
            }

  /* Exhibition related activities */
  .view-exhibition-activities {}
  	.view-exhibition-activities > .view-content {}
  		.view-exhibition-activities > .view-content > .views-row {}
  			.view-exhibition-activities > .view-content > .views-row > .views-field {}
				  .view-exhibition-activities > .view-content > .views-row > .views-field > .field-content {
				    height: 294px;
            height: 420px;
				  }

          @media all and (max-width: 767px){
            .view-exhibition-activities > .view-content > .views-row > .views-field > .field-content {
              height: auto;
            }
          }

      .view-exhibition-activities > .view-content .owl-controls {
        top: 43%;
      }
      .view-exhibition-activities > .view-content .owl-buttons > div {
        top: 0;
      }
      .view-exhibition-activities > .view-content .owl-buttons > .owl-next {
        right: 20px;
      }
      .view-exhibition-activities > .view-content .item-list > ul {
        /*overflow: hidden;
        position: relative;
        width: 103%;
        left: -15px;*/
      }
        .view-exhibition-activities > .view-content .item-list > ul > .views-row {
          /*float: left;
          width: 50%;*/
        }
          .view-exhibition-activities .views-row .node {
            padding-right: 15px;
          }
          /*.view-exhibition-activities .views-row .node.node-even {
            padding-right: 0;
            padding-left: 15px;
          }*/
            .node-activity.node-teaser .image {
              margin: 0 0 1em;
            }
            .node-activity.node-teaser .image img {
              width: 100%;
            }
            .node-activity.node-teaser h2 {
              font-size: 1.4em;
              height: 2.666em;
              overflow: hidden;
            }
            .node-activity.node-teaser time {
              font-size: 1.2em;
            }
            .node-activity.node-teaser .school-level {
              font-size: 1.2em;
              text-transform: uppercase;
              margin: .2em 0 .2em;
            }

  body.node-type-exhibition .sutro-double-second-column-content .sutro-double-column1 .panel-pane {
    float: left;
    width: 50%;
    padding: 0 0 0 15px;
    border-left: 1px solid black;
  }
  body.node-type-exhibition .sutro-double-second-column-content .sutro-double-column1 .panel-pane:first-child {
    padding: 0 15px 0 0;
    border-left: none;
  }

  /* Exhibition videos */
  .view-exhibition-videos {}
    .view-exhibition-videos .owl-buttons > div {
      top: 113px;
    }

  /* Exhibition catalog */
  .view-exhibition-publications {}
    .view-exhibition-publications > .view-content {}
      .view-exhibition-publications > .view-content > .views-row {}
      	.view-exhibition-publications > .view-content > .views-row > .views-field {}
		      .view-exhibition-publications > .view-content > .views-row > .views-field > .field-content {
            /* 24032022 height: 320px;*/            
              height: auto;
		      }
        .view-exhibition-publications .node-publication.node-teaser .image {
          margin: 0 0 1em;
        }

        @media all and (max-width: 767px){
          .view-exhibition-publications .node-publication.node-teaser .image {
            /* 24032022  margin: 0 0 11em; */
            margin: 0px;
            display: inline-block;
            width: 100%;
          }
        }
        .view-exhibition-publications .node-publication.node-teaser h2 {
          font-size: 1.4em;
          line-height: 1.2;
          height: 2.4em;
          overflow: hidden;
        }

   /* Exhibition Assets (+info) */
  .view-exhibition-assets {}
    .view-exhibition-assets .text-container {
      height: 354px;
    }
      .view-exhibition-assets .views-field {
        margin-bottom: 1em;
      }
        .view-exhibition-assets .views-field .views-label {
          display: block;
          font-weight: bold;
          font-size: 1.3em;
          margin: 0 0 .5em;
        }
        .view-exhibition-assets .views-field .item-list > ul > li,
        .view-exhibition-assets .views-field-field-issuu .field-content {
          font-size: 1.2em;
          line-height: 1.25;
          margin: 0 0 1em;
        }
          .view-exhibition-assets .views-field .item-list > ul > li p {
            font-size: 1em;
            margin-bottom: 0;
          }
          .view-exhibition-assets .node-audio.node-teaser > .content {
            width: auto;
          }
            .view-exhibition-assets .node-audio.node-teaser a[data-action="download-audio"] {
              position: static;
              top: auto;
              left: auto;
              width: auto;
              margin: 10px auto;
            }
        .view-exhibition-assets .views-field-field-files .file img {
          display: none;
        }

  /* Exhibition resources/documents */
  .view-exhibition-documents {}
    .view-exhibition-documents > .view-content {}
      .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content {
      	height: 320px;
      }
        .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content > .item-list {}
          .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content > .item-list > ul {}
            .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content > .item-list > ul > li {
              font-size: 1.2em;
              margin: 0 0 1em;
            }
            .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content .file {}
              .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content .file .file-icon {
                display: none;
              }
              .view-exhibition-documents > .view-content > .views-row > .views-field > .field-content .file a {
                text-decoration: underline;
              }

  /* Exhibition empty container */
  .pane-omitsis-museudiss-empty-container {
    height: 100%;
    /*float: left;
    width: 50%;
    height: 410px;
    padding: 0 0 0 15px;*/
  }
    .pane-omitsis-museudiss-empty-container .pane-content {
      height: 100%;
    }

/* activity detail */
article.node-activity {}
	article.node-activity > header {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
    article.node-activity > header h1 {
      margin: 0 0 10px;
    }
    article.node-activity > header .school-level {
      font-size: 1.4em;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 5px;
    }
    article.node-activity > header .type {
      font-size: 1.4em;
      text-transform: uppercase;
      margin-right: 5px;
    }
    article.node-activity > header .time-interval {
      font-size: 1.4em;
      display: inline;
    }
    article.node-activity > header .time-interval:before {
      content: "|";
      padding-right: 6px;
    }
    article.node-activity .col-container .col-description .field {}
      article.node-activity .col-container .col-description .field .field-label {
        font-size: 1.3em;
        margin-bottom: .5em;
      }
    article.node-activity .col-container.no-image-gallery .col-description {
      padding-left: 0;
      border-left: none;
    }
    article.node-activity .col-container.no-image-gallery .col-media {
      float: right;
      padding-left: 15px;
    }
    article.node-activity .text-container .cycle {}
    	article.node-activity .text-container .cycle .node-activity.node-teaser {
    		overflow: hidden;
    	}
    		article.node-activity .text-container .cycle .node-activity.node-teaser > header {
    			display: none;
    		}
    		article.node-activity .text-container .cycle .node-activity.node-teaser > .image {
    			float: left;
    			width: 33.333%;
    		}
    		article.node-activity .text-container .cycle .node-activity.node-teaser > .content {
					float: right;
					width: 66.666%;
    			height: auto;
    			padding-left: 15px;
    		}
    			article.node-activity .text-container .cycle .node-activity.node-teaser h2 {
	    			height: auto;
	    			font-size: 1.2em;
	    		}

/* news detail */
article.node-article {}
	article.node-article > header {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
    article.node-article > header h1 {
      margin: 0 0 10px;
    }
    article.node-article .col-container .col-description {
      position: relative;
    }
    article.node-article .col-container.no-image-gallery .col-description {
      padding-left: 0;
      border-left: none;
    }
      article.node-article .col-container .col-description .text-container {
        height: 362px;
      }
      article.node-article .col-container .col-description .share-links {
        position: absolute;
        bottom: 0;
        left: 15px;
      }
    article.node-article .col-container.no-image-gallery .col-media {
      float: right;
      padding-left: 15px;
    }

/* butlleti detail */
article.node-butlleti {}
  article.node-butlleti > .content > .field {
    display: block;
    font-size: 1.4em;
    margin: 0 0 1.5em;
  }
    article.node-butlleti .field-items .field-item {
      margin: 0 0 .5em;
    }
  article.node-butlleti .field-name-field-butlleti-date-txt {
    font-weight: bold;
  }
  article.node-butlleti .field-name-field-butlleti-freetitle {
    font-weight: bold;
  }
  article.node-butlleti [data-action="generate-xml"] {
    max-width: 320px;
    margin: 20px 0 40px
  }

/* collection detail */
article.node-collection {}
  article.node-collection > header {
    position: relative;
  }
    article.node-collection > header [data-action="back"] {
      position: absolute;
      top: 5px;
      right: 0;
    }
  article.node-collection .main-content.col-container {
    height: 656px;
  }
    article.node-collection .image-gallery {}
    	article.node-collection .image-gallery .full-image {
    		height: 547px;
    	}
    article.node-collection .col-container .col-description .text-container {
      height: 496px;
    }
      article.node-collection .col-container .col-description [data-action="view-online-collection"] {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
      }
    article.node-collection .col-container .col-description {
      position: relative;
    }
      article.node-collection .col-container .col-description .share-links {
        position: absolute;
        bottom: 0;
        left: 15px;
      }
  article.node-collection .collection-structure {}
    article.node-collection .view-collection-structure {}
      article.node-collection .view-collection-structure .item-list {
        overflow: hidden;
      }
        article.node-collection .view-collection-structure .item-list > ul {
          overflow: hidden;
          position: relative;
          width: 107%;
          left: -3.5%;
          list-style: none;
        }
          article.node-collection .view-collection-structure .item-list > ul > li {
            float: left;
            width: 25%;
            height: 27em;
            padding: 5px 1.5% 0;
            margin: 0 0 10px;
            font-size: 1em;
            line-height: 1;
            border-bottom: 1px solid black;
          }
          .view-collection-structure .node-subcollection_teaser {}
            .view-collection-structure .node-subcollection_teaser h2 {
              text-transform: uppercase;
              margin: 0 0 .5em;
              font-size: 1.3em;
              font-weight: normal;
            }
            .view-collection-structure .node-subcollection_teaser .image {
              margin: 0 0 10px;
            }
            .view-collection-structure .node-subcollection_teaser .summary {}
              .view-collection-structure .node-subcollection_teaser .summary p {
                height: 5em;
                overflow: hidden;
                font-size: 1.2em;
                line-height: 1.333;
                margin: 0;
              }
  article.node-collection .collection-publications {}
    article.node-collection .collection-publications .col-container {
      height: 334px;
      overflow: hidden;
    }
      article.node-collection .collection-publications .col-container .col > h3 {
        font-size: 1.4em;
        margin: 0 0 .5em;
      }
  article.node-collection .view-collection-publications {}
  	article.node-collection .view-collection-publications .item-list {}
  		article.node-collection .view-collection-publications .item-list > ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      	article.node-collection .view-collection-publications .owl-buttons > div {
          top: 92px;
        }
        article.node-collection .view-collection-publications .views-row {
          font-size: 1em;
          line-height: 1;
          margin: 0;
        }
        article.node-collection .view-collection-publications .node-publication.node-teaser {
          padding: 0 15px 0 0;
        }
        article.node-collection .view-collection-publications .views-row-even .node-publication.node-teaser {
          padding: 0 0 0 15px;
        }
	        article.node-collection .view-collection-publications .node-publication.node-teaser .image {
	          margin: 0 0 1em;
	        }
	        article.node-collection .view-collection-publications .node-publication.node-teaser h2 {
	          font-size: 1.4em;
	        }
  article.node-collection .view-collection-articles {}
    article.node-collection .view-collection-articles .item-list {}
      article.node-collection .view-collection-articles .item-list > ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
        article.node-collection .view-collection-articles .item-list > ul > li {
          font-size: 1.2em;
          line-height: 1.333;
          margin: 0 0 1em;
        }
          article.node-collection .view-collection-articles .item-list > ul > li a {
            text-decoration: underline;
          }

/* exhibition field detail */
article.node-pieces,
article.node-exhibition-field {
  overflow: hidden;
  padding-bottom: 17px;
  border-bottom: 1px solid black;
}
article.node-pieces {
  border-bottom: 0px;
}
  article.node-exhibition-field > header {}
    article.node--pieces > header h1,
    article.node-exhibition-field > header h1 {
      line-height: 1;
      height: 1.6em;
      min-height: 0;
    }
  article.node-pieces > .image-gallery, 
  article.node-pieces > .content,
  article.node-exhibition-field > .image-gallery,
  article.node-exhibition-field > .content {
    float: left;
    width: 50%;
    height: 587px;
    overflow: hidden;
  }
  article.node-pieces > .image-gallery,
  article.node-exhibition-field > .image-gallery {
    padding-right: 15px;
    border-right: 1px solid black;
    position: relative;
  }
    article.node-pieces > .image-gallery [data-action="back"],
    article.node-exhibition-field > .image-gallery [data-action="back"] {
      position: absolute;
      bottom: 0;
      right: 15px;
      width: 25px;
      height: 25px;
      border: none;
      text-indent: -500em;
      background: url("../images/sprite.png") no-repeat -250px 0;
      z-index: 3;
    }
    article.node-pieces > .image-gallery .full-image,
    article.node-exhibition-field > .image-gallery .full-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%!important;
      padding-right: 15px;
      z-index: 2;
      background: white;
    }
     article.node-pieces > .image-gallery .full-image figure ,
      article.node-exhibition-field > .image-gallery .full-image figure {
      	height: 530px;
      }
article.node-pieces > .image-gallery .full-image img,
        article.node-exhibition-field > .image-gallery .full-image img {
          margin: 0 auto 10px;
          /*height: 100%;*/
          max-height: 100%;
          width: auto;
        }
article.node-exhibition-field > .image-gallery .full-image figcaption,
        article.node-exhibition-field > .image-gallery .full-image figcaption {
          line-height: 1.2;
          padding-right: 50px;
        }
article.node-pieces > .image-gallery .thumb-list,
    article.node-exhibition-field > .image-gallery .thumb-list {
      position: relative;
      width: 104%;
      height: auto;
      z-index: 1;
    }
article.node-pieces > .image-gallery .thumb-list .thumb,
      article.node-exhibition-field > .image-gallery .thumb-list .thumb {
        width: 33.333%;
        height: 150px;
        padding: 0 4% 15px 0;
      }
article.node-pieces > .content,
  article.node-exhibition-field > .content {
    padding-left: 15px;
  }

/* publication detail */
article.node-publication {}
  article.node-publication .main-content.col-container {
    height: 656px;
  }
    article.node-publication .col-container.no-image-gallery .col-description {
      padding-left: 0;
      border-left: none;
    }
    article.node-publication .col-container.no-image-gallery .col-media {
      float: right;
      padding-left: 15px;
    }
    article.node-publication .image-gallery .full-image {
		  height: auto;
      margin-bottom: 10px;
		}

/* publication article detail */
article.node-publication-article {}
  article.node-publication-article .main-content.col-container {}

/* press detail */
article.node-press {}
	article.node-press > header {
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
    article.node-press > header h1 {
      margin: 0 0 10px;
    }
		article.node-press > header .type {
	    font-size: 1.4em;
	    text-transform: uppercase;
	    margin-right: 5px;
	  }
  article.node-press .main-content.col-container {}
    article.node-press .col-container.no-image-gallery .col-description {
      padding-left: 0;
      border-left: none;
    }
    article.node-press .col-container.no-image-gallery .col-media {
      float: right;
      padding-left: 15px;
    }

/* video detail */
article.node-video {}
  article.node-video .share-links {
    margin-bottom: 10px;
  }
    article.node-video .share-links ul {
      overflow: hidden;
    }
      article.node-video .share-links li {
        float: left;
        margin-right: 10px;
      }
      article.node-video .share-links li .fa {
        font-size: 2em;
        vertical-align: middle;
        margin-right: 3px;
      }
      article.node-video .share-links li .label {
        font-weight: bold;
        font-size: 1.4em;
        margin-right: 3px;
      }
  article.node-video .body {
    padding: 17px 0;
    border-bottom: 1px solid black;
  }

/* audio detail */
article.node-audio {}
  .field-name-field-audio {
    max-width: 480px;
    margin: 0 auto 20px;
  }
  a[data-action="download-audio"] {
    max-width: 320px;
    font-weight: normal;
    font-size: 1.1em;
    padding: .3em .5em;
  }
  /* audio teaser */
  .node-audio.node-teaser {}
    .node-audio.node-teaser > .content {
      position: relative;
      width: 80%;
    }
      .node-audio.node-teaser a[data-action="download-audio"] {
        position: absolute;
        top: 0;
        left: 100%;
        width: 22%;
        margin-left: 3%;
      }

/* activities list */
.view-activities header h1 {
  font-size: 30px;
  margin: 14px 0;
}
  .view-activities .item-list {
    overflow: hidden;
  }
    .view-activities .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
    .view-activities .form-type-radio,
    .view-activities #edit-field-public-tid-wrapper,
    .view-activities #edit-field-dates-value2-wrapper {
      display: inline-block;
    }
    .view-activities .form-type-radio,
    .view-activities .activities-filter li a {
      margin-right: 30px;
      position: relative;
      padding: 0;
      padding-left: 4px;
    }
    .view-activities .activities-filter li a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-size: 17px;
      color: #a9a9a9;
      font-weight: 600;
      padding-left: 0;
    }

    .view-activities .form-type-radio:first-child {
      display: none;
    }
    .view-activities .view-filters form,
    .view-activities .activities-filter {
      max-width: inherit!important;
      margin-bottom: 30px;
      padding: 16px 0 12px 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
    }
    .view-activities .activities-filter {
      padding: 8px 0 ;
    }
    .view-activities .activities-filter li {
      display: inline-block;
    }
    @media (max-width: 767px) {
      .view-activities .activities-filter li {
        margin-bottom: 10px;
      }
    }
    .view-activities .activities-filter li a.checked {
      color: #000;
      padding-left: 26px;
    }
    .view-activities .activities-filter li a.checked:before {
      pointer-events: none;
      display: inline-block;
      content: " ";
      position: absolute;
      width: 24px;
      height: 14px;
      top: 2px;
      left: 0;
      height: 16px;
      background: #fff url(../images/ico-check-on.svg) no-repeat center center;
      background-size: 70% auto;
    }
      .view-activities .item-list > ul > li {
        float: left;
        width: 25%;
        height: 38em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }
      .node-activity.node-teaser {}
        .node-activity.node-teaser .type {
          text-transform: uppercase;
          margin: 0 0 .5em;
          font-size: 1.3em;
          font-weight: normal;
          height: 30px;
          overflow: hidden;
        }
        .node-activity.node-teaser .image {
          margin-bottom: 15px;
        }
        .node-activity.node-teaser > .content {
          height: 4em;
        }
          .node-activity.node-teaser > .content p {}


          .node-activity {

          }

/* publications list */
.publications-list {}
  .publications-list .item-list {
    overflow: hidden;
  }
    .publications-list .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
      .publications-list .item-list > ul > li {
        float: left;
        width: 25%;
        height: 32em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }
      .publications-list.view-display-id-panel_pane_4 .item-list > ul > li {
        height: 10em;
      }
      .node-publication.node-teaser {}
        .node-publication.node-teaser .image {
          margin-bottom: 15px;
        }
        .node-publication.node-teaser > .content {
          height: 6.5em;
          overflow: hidden;
        }

/* media list */
.view-media {}
  .view-media .item-list {
    overflow: hidden;
  }
    .view-media .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
      .view-media .item-list > ul > li {
        float: left;
        width: 25%;
        height: 32em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }
      .node-video.node-teaser {}
        .node-video.node-teaser .image {
          margin-bottom: 7px;
        }
        .node-video.node-teaser > .content {
          height: 4em;
        }

/* press list */
.view-press {}
  .view-press .item-list {
    overflow: hidden;
  }
    .view-press .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
      .view-press .item-list > ul > li {
        float: left;
        width: 25%;
        height: 28em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }
      .node-press.node-teaser {}
        .node-press.node-teaser h2 {
          height: 2.666em;
          overflow: hidden;
        }
        .node-press.node-teaser .image {
          margin-bottom: 15px;
        }
        .node-press.node-teaser > .content {
          height: 6em;
          overflow: hidden;
        }

/*Instagram*/
.instagram-social-feed {
  position: relative;
}
.instagram-social-feed .social-feed-item {
  display: inline-block;
  float: left;
  width: 48.5%;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .instagram-social-feed .social-feed-item {
    width: 31%;
    margin-right: 9px;
    margin-bottom: 5px;
  }

  .instagram-social-feed .social-feed-item:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .instagram-social-feed .social-feed-item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .museu-disseny-home-quarters-column-content > .museu-disseny-home-column.double-quarter {
    width: 100%;
  }
  .instagram-social-feed .social-feed-item:nth-child(even) {
    margin-left: 5px;
    margin-right: 0;
  }
}

@media all and (max-width: 479px){
  .instagram-social-feed .social-feed-item {
    width: 47.5%;
  }
}

/* centredoc archives list */
.view-centredoc-archives {}
  .view-centredoc-archives .item-list {
    overflow: hidden;
  }
    .view-centredoc-archives .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
      .view-centredoc-archives .item-list > ul > li {
        float: left;
        width: 25%;
        height: 43.3em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }
      .node-centredoc-archive.node-teaser {}
        .node-centredoc-archive.node-teaser .image {
          margin-bottom: 15px;
        }
        .node-centredoc-archive.node-teaser > .content {
          height: 4em;
        }
          .node-centredoc-archive.node-teaser > .content p {}

/* Taxonomy term list of nodes */
.view-taxonomy-term {}
  .view-taxonomy-term .item-list {
    overflow: hidden;
  }
    .view-taxonomy-term .item-list > ul {
      overflow: hidden;
      position: relative;
      width: 103%;
      left: -1.5%;
      list-style: none;
    }
      .view-taxonomy-term .item-list > ul > li {
        float: left;
        width: 25%;
        height: 43.3em;
        overflow: hidden;
        padding: 5px 1.5% 0;
        margin: 0 0 10px;
        font-size: 1em;
        line-height: 1;
        border-bottom: 1px solid black;
      }

/* Highlighted carroussel */
/* The carroussel is created through script.js */
.view-home-highlighted {
  overflow: hidden;
  height: 384px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
  .view-home-highlighted > .view-content {
    width: 66.67%;
    height: 100%;
    float: left;
    position: relative;
  }
    .view-home-highlighted > .view-content .views-row {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none;
    }
    .view-home-highlighted > .view-content .views-row:first-child {
      display: block;
    }
      .view-home-highlighted .node-highlighted {
        height: 100%;
      }
        .view-home-highlighted .node-highlighted .image-and-content {
          display: block;
          position: relative;
          height: 100%;
        }
          .view-home-highlighted .node-highlighted .image-and-content .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
          }
          .view-home-highlighted .node-highlighted .image-and-content .content {
            position: relative;
            padding: 20px;
            color: white;
            width: 100%;
            height: 100%;
          }
            .view-home-highlighted .node-highlighted .image-and-content .content h2 {
              font-size: 4.5em;
              line-height: 1.1;
            }
            .view-home-highlighted .node-highlighted .image-and-content[data-bright-image="true"] .content h2 {
              color: black;
            }
            .view-home-highlighted .node-highlighted.hidden-title .image-and-content .content h2 {
              display: none;
            }
            .view-home-highlighted .node-highlighted .image-and-content .content .summary {
              opacity: 0;
              position: absolute;
              bottom: 0;
              left: 0;
              padding: 20px;
              width: 100%;
              background: rgba(0, 0, 0, .3);
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
            }
            html.no-rgba .view-home-highlighted .node-highlighted .image-and-content .content .summary {
              background: rgb(0, 0, 0);
            }
            .view-home-highlighted .node-highlighted .image-and-content:hover .content .summary {
              opacity: 1;
            }
              .view-home-highlighted .node-highlighted .image-and-content .content .summary p {
                font-weight: bold;
                font-size: 2.4em;
                line-height: 1.25;
                margin: 0;
              }
  .view-home-highlighted > .nav-list {
    width: 33.32%;
    height: 100%;
    float: right;
    overflow: hidden;
  }
    .view-home-highlighted > .nav-list ul {
      height: 100%;
      padding-left: 14px;
      margin-left: 15px;
      border-left: 1px solid black;
    }
      .view-home-highlighted > .nav-list ul li {
        margin: 0 0 1.7em;
        color: #b2b2b2;
      }
	      .view-home-highlighted > .nav-list ul li a {
	        color: #b2b2b2;
	      }
      .view-home-highlighted > .nav-list ul li[data-current="true"], .view-home-highlighted > .nav-list ul li[data-current="true"] a,
      .view-home-highlighted > .nav-list ul li:hover, .view-home-highlighted > .nav-list ul li:hover a {
        color: black;
      }
        .view-home-highlighted > .nav-list ul li .type {
          text-transform: uppercase;
          margin: 0 0 .1em;
          font-size: 1.4em;
        }
        .view-home-highlighted > .nav-list ul li h2 {
          line-height: 1.4;
          font-size: 1.4em;
        }

/* Library Card application form */
.webform-client-form-3221 {}
  .webform-client-form-3221 .webform-component--street,
  .webform-client-form-3221 .webform-component--number,
  .webform-client-form-3221 .webform-component--floor,
  .webform-client-form-3221 .webform-component--door {
    float: left;
    margin-right: 10px;
  }
  .webform-client-form-3221 .webform-component--city {
    clear: both;
  }
    .webform-client-form-3221 .webform-component--street input[type="text"],
    .webform-client-form-3221 .webform-component--number input[type="text"],
    .webform-client-form-3221 .webform-component--floor input[type="text"],
    .webform-client-form-3221 .webform-component--door input[type="text"] {
      width: auto;
    }


/* ---------- PANELS ---------- */
.panel-pane {}
  .panel-pane .pane-content {}

  .panel-pane img {
    width: 100%;
  }

  /* pane content reaching full heights */
  .museu-disseny-home-halves-column-content .panel-pane .pane-content,
  .museu-disseny-home-quarters-column-content .panel-pane .pane-content {
    height: 376px;
  }


@media all and (max-width: 1023px){
  .museu-disseny-home-quarters-column-content .panel-pane .pane-content {
    height: auto!important;
  }
}

  .museu-disseny-home-column3 iframe {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  /* all pane containers with bottom border */
  .boxton-container, .geary-container, .moscone-flipped-container, .phelan-container, .sutro-double-container, .museu-disseny-home-container {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
  }
  .boxton-container:last-child, .geary-container:last-child, .moscone-flipped-container:last-child, .phelan-container:last-child, .sutro-double-container:last-child, .museu-disseny-home-container:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  /* columns with borders on the sides */
  .museu-disseny-home-column > .panel-panel-inner,
  .sutro-double-column > .panel-panel-inner {
    padding: 0 15px;
    margin-right: 0;
    border-right: 1px solid black;
  }
  .museu-disseny-home-column1 > .panel-panel-inner,
  .sutro-double-column1 > .panel-panel-inner {
    padding-left: 0;
  }
  .museu-disseny-home-halves-column-content .museu-disseny-home-column2 > .panel-panel-inner,
  .museu-disseny-home-quarters-column-content .museu-disseny-home-column4 > .panel-panel-inner,
  .sutro-double-column2 > .panel-panel-inner {
    padding-right: 0;
    border-right: none;
  }

  /* home calendar */
  .pane-omitsis-museudiss-calendar {}
    .pane-omitsis-museudiss-calendar .pane-content {}
    .pane-omitsis-museudiss-calendar .nice-calendar {
      position: relative;
    }
      .calendar-filters {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid black;
      }
      .pane-omitsis-museudiss-calendar .calendar-filters {
        width: 100%;
        position: absolute;
        top: -4em;
        z-index: 2;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
      }
        .calendar-filters form {
          overflow: hidden;
          max-width: none;
        }
          .calendar-filters select { /* just used for the no-js version */
            padding: 3px;
            margin: 0 2px 2px 0;
            font-size: 1.2em;
            color: black;
            outline: none;
            background: none;
            border: 1px solid black;
          }
          .calendar-filters .selector {
            position: relative;
            float: left;
            margin-left: 0;
            padding-right: 16px;
            overflow: hidden;
            cursor: pointer;
          }
          .calendar-filters .selector:first-child {
            margin-left: 0;
          }
            .calendar-filters .selector .arrow {
              position: absolute;
              top: 3px;
              right: 0;
              display: block;
              width: 25px;
              height: 25px;
              background: url("../images/sprite.png") no-repeat -150px -25px;
            }
            .calendar-filters .selector ul {
              background: white;
            }
              .calendar-filters .selector li {
                display: none;
                font-size: 1.3em;
                font-weight: 600;
                color: black;
                padding: .5em;
              }
              .calendar-filters .selector li[data-selected="true"],
              .calendar-filters .selector:hover li {
                display: block;
              }
              .calendar-filters .selector:hover li,
              .calendar-filters .selector.pressed li {
                color: #b2b2b2;
              }
              .calendar-filters .selector:hover li[data-selected="true"],
              .calendar-filters .selector:hover li:hover {
                color: black;
              }
          .calendar-filters button[data-action="reset-filters"] {
            margin: 0 0 0 .3em;
            padding: 0;
            border: none;
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url("../images/sprite.png") no-repeat -200px 0;
          }
          .calendar-filters button[data-action="reset-filters"]:hover {
            background-position: -200px -25px;
          }
          .calendar-filters input[type="submit"] {
            display: inline-block;
            margin-top: 3px;
            padding: 0;
            text-indent: -500em;
            border: none;
            width: 25px;
            height: 25px;
            background: url("../images/sprite.png") no-repeat -100px 0;
          }
          html.js .nice-calendar[data-js="true"] .calendar-filters input[type="submit"] {
            display: none;
          }
          .calendar-filters .day-selector {
            display: none;
          }
          .nice-calendar[data-js="true"] .calendar-filters .day-selector {
            display: block;
          }
          .pane-omitsis-museudiss-calendar .calendar-filters .day-selector {
            position: absolute;
            top: 7px;
            right: 0;
          }
            .calendar-filters .day-selector button {
              display: inline-block;
              width: auto;
              padding: 0 .3em;
              font-size: 1.1em;
              font-weight: 600;
              color: #b2b2b2;
              border: none;
            }
            .calendar-filters .day-selector button:hover, .calendar-filters .day-selector button[data-selected="true"] {
              color: black;
            }
            .calendar-filters .day-selector button[data-disabled="true"] {
              opacity: .2;
              cursor: default;
            }
            .calendar-filters .day-selector button[data-disabled="true"]:hover {
              color: #b2b2b2;
            }
      .calendar-items {}
      .nice-calendar[data-js="true"] .calendar-items {
        min-height: 40em;
      }
        .calendar-items .owl-buttons > div {
          top: 75px;
        }
        .calendar-items .owl-buttons .owl-prev {
          left: 16px;
        }
        .calendar-items .owl-buttons .owl-next {
          right: 16px;
        }
        .calendar-items .calendar-list {
          position: relative;
          width: 103%;
          left: -15px;
        }
          .calendar-items .calendar-list > li {
            float: left;
            width: 25%;
          }
            .calendar-items .calendar-list .node {
              padding: 0 15px;
            }
              .calendar-items .node .type {
                text-transform: uppercase;
                margin: 0 0 .5em;
                font-size: 1.3em;
              }
              .calendar-items .node h2 {
                font-size: 1.4em;
                line-height: 1.25;
                height: 3.75em;
                margin-bottom: 1em;
                overflow: hidden;
              }
              .calendar-items .node .image {
                margin-bottom: 1em;
              }
              .calendar-items .node > .content {
                position: relative;
                height: 20.5em;
              }
                .calendar-items .node time {
                  font-size: 1.2em;
                }
                .calendar-items .node a[data-action="buy-tickets"],
                .calendar-items .node .free-entrance {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                }

  /* collections objects && blog */
  .pane-collections-objects-panel-pane-1, .pane-blog-panel-pane-1 {}
    .pane-collections-objects-panel-pane-1 .views-row, .pane-blog-panel-pane-1 .views-row {}
    .pane-collections-objects-panel-pane-1 .owl-buttons > div, .pane-blog-panel-pane-1 .owl-buttons > div {
      top: 145px;
    }
  /* collections objects */
  .pane-collections-objects-panel-pane-1 {}
    .view-collections-objects {}
      .view-collections-objects > .view-content {}
        .node-object.node-teaser {}
          .node-object.node-teaser .image {
            margin: 0 0 1em;
          }
          .node-object.node-teaser h2 {
            font-size: 1.4em;
            height: 2em;
            overflow: hidden;
          }
          .node-object.node-teaser .image {
          	height: 316px;
          	background: #DDD;
            overflow: hidden;
          }
          	.node-object.node-teaser .image img {
          		height: 100%;
          		width: auto;
          		margin: 0 auto;
          	}
            .node-object.node-teaser .image img {
            height: 100%;
            width: auto;
            margin: 0 auto;
            max-width: none;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
          }


          .node-object.node-teaser .summary {}
            .node-object.node-teaser .summary p {
              font-size: 1.2em;
            }


  /* blog */
  .pane-blog-panel-pane-1 {}
    .view-blog {}
      .view-blog > .view-content {}
        .view-blog > .view-content > .item-list > ul {
          overflow: hidden;
          /*position: relative;
          width: 103%;
          left: -15px;*/
        }
          .view-blog > .view-content > .item-list > ul > .views-row {
            float: left;
            width: 50%;
          }
          .view-blog.view-display-id-panel_pane_2 > .view-content > .item-list > ul > .views-row {
            width: 25%;
            height: 470px;
          }
          @media (max-width: 768px) {
            .view-blog.view-display-id-panel_pane_2 > .view-content > .item-list > ul > .views-row {
              width: 100%;
              height: 100%;
            }
            .view-blog.view-display-id-panel_pane_2 > .view-content > .item-list > ul > .views-row h2 {
              height: auto;
            }
          }
            .view-blog .views-row .node-article {
              padding-right: 15px;
            }

            @media (max-width: 479px) {
              .view-blog .views-row .node-article {
                padding-right: 0;
              }
            }
            .view-blog .views-row-even .node-article {
              padding-right: 0;
              padding-left: 15px;
            }
            .view-blog.view-blog.view-display-id-panel_pane_2 .views-row .node-article {
              padding: 0 15px;
            }
              .node-article.node-teaser .image {
                margin: 0 0 1em;
              }
              .node-article.node-teaser h2 {
                font-size: 1.4em;
                line-height: 1.1;
                //height: 3.3em;
                overflow: hidden;
              }
              .node-article.node-teaser time {
                font-size: 1.2em;
	      	margin-bottom: 4px;
		display: block;
	      }

  /* facebook and twitter streams */
  .pane-block-2, .pane-block-3 {}
    .pane-block-2 .pane-content p, .pane-block-3 .pane-content p {
      height: 100%;
    }
      .pane-block-2 iframe, .pane-block-3 iframe {
        width: 100%!important;
        height: 100%!important;
      }

  /* social networks */
  .pane-omitsis-museudiss-social-networks-links {}
    .social-network-list {
      padding-top: 1em;
    }
      .social-network-list li {
        margin: 0 0 .7em;
      }
      @media (max-width: 768px) {
        .social-network-list li {
          width: 50%;
          float: left;
        }
      }
        .social-network-list li a {
          font-size: 1.3em;
        }
          .social-network-list li a .fa {
            font-size: 1.8em;
            vertical-align: middle;
            margin-right: 5px;
          }

  /* Com arribar */
  .pane-block-4 {}
    .pane-block-4 h2 {
      font-size: 1.3em;
    }
    .pane-block-4 p {
      line-height: 1.2;
    }

  /* Collections */
  .view-collections {}
    .view-collections .item-list {
      overflow: hidden;
    }
      .view-collections .item-list > ul {
        overflow: hidden;
        position: relative;
        width: 103%;
        left: -1.5%;
      }
        .view-collections .item-list > ul > li {
          float: left;
          width: 25%;
          height: 46em;
          padding: 10px 1.5% 0;
          border-bottom: 1px solid black;
        }
        .view-collections .item-list > ul > .views-row-empty {
          padding: 10px 1.5% 20px 0;
        }
          .view-collections .item-list .node {}
          .view-collections .item-list .views-row-empty .node {
            padding-left: 15px;
            border-left: 1px solid black;
          }
            .view-collections .item-list .node > header {}
              .view-collections .item-list .node > header h2 {
                height: 2.2em;
                overflow: hidden;
                font-size: 2.4em;
                line-height: 1.1;
              }
            .view-collections .item-list .node .image {
              margin: 0 0 1em;
            }
            .view-collections .item-list .node .summary {}
              .view-collections .item-list .node .summary p {
                height: 3.5em;
                overflow: hidden;
                font-size: 1.4em;
                font-weight: bold;
                line-height: 1.2;
              }

/* Activitat */

  .view-display-id-activitats_escolars {}
    .view-display-id-activitats_escolars .item-list {
      overflow: hidden;
    }
      .view-display-id-activitats_escolars .item-list > ul {
        overflow: hidden;
        position: relative;
        width: 100%;

      }
        .view-display-id-activitats_escolars .item-list > ul > li {
          float: left;
          width: 25%;
          padding: 10px 1.5% 0;

        }

         .view-display-id-activitats_escolars .item-list > ul > li > div > h2 {
                height: 2.6em;
                overflow: hidden;
                font-size: 2.6em;
                line-height: 1.1;
              }
            .view-display-id-activitats_escolars .item-list .node .image {
              margin: 0 0 1em;
            }
            .view-display-id-activitats_escolars .item-list .node .summary {}
              .view-display-id-activitats_escolars .item-list .node .summary p {
                height: 3.5em;
                overflow: hidden;
                font-size: 1.4em;
                font-weight: bold;
                line-height: 1.2;
              }


  /* Exhibitions */
  .view-exhibitions {}
    .view-exhibitions .item-list {
      overflow: hidden;
    }
      .view-exhibitions .item-list > ul {
        overflow: hidden;
        position: relative;
        width: 103%;
        left: -1.5%;
      }
        .view-exhibitions .item-list > ul > li {
          float: left;
          width: 25%;
          height: 54em;
          padding: 1em 1.5% 0 1.5%;
          border-bottom: 1px solid black;
        }
          .view-exhibitions .item-list .node {}
            .view-exhibitions .item-list .node .type {
              text-transform: uppercase;
              margin: 0 0 .5em;
              font-size: 1.3em;
              font-weight: normal;
            }
            .view-exhibitions .item-list .node .image {
              margin: 0 0 1em;
            }
            .view-exhibitions .item-list .node h2 {
              height: 2.5em;
              overflow: hidden;
              font-size: 1.4em;
            }
            .view-exhibitions .item-list .node .time-interval {
              font-size: 1.2em;
              margin: 0 0 .5em;
            }

  /* Disqus comments */
  .pane-disqus-disqus-comments {
    height: 400px;
  }
    .pane-disqus-disqus-comments > .pane-content {
      height: 100%;
    }

  /* --- Centre Doc --- */
  .dhubdoc {}
    .dhubdoc .panel-pane {
      padding-bottom: 30px;
      margin-bottom: 10px;
      border-bottom: 1px solid black;
    }
    .dhubdoc .panel-pane.pane-current-node-panel-pane-1 {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
    }
    .dhubdoc .panel-pane h2.pane-title {
    	font-size: 3em;
    	height: 1.5em;
    	padding-bottom: 2em;
    	border-bottom: 1px solid black;
    }
    .dhubdoc .panel-pane > .pane-content {}
    	.dhubdoc .panel-pane > .pane-content ul {}
    		.dhubdoc .panel-pane > .pane-content li {
    			margin: 0 0 .5em;
				  font-size: 1.2em;
				  line-height: 1.333;
    		}
  /* subhome page */
  article.node-dhubdoc {}
  	article.node-dhubdoc > header {
  		margin-bottom: 0;
  	}
  	article.node-dhubdoc .top-image {
      border-bottom: 1px solid black;
    }
  .dhubdoc .brenham-sidebar {}
  .dhubdoc .brenham-content {
  	width: 65.957%;
  	padding-left: 20px;
  	border-left: 1px solid black;
  }

  /* catalog form */
  .pane-block-7 {}
  /* in page Books */
  body.page-node-2993 .pane-block-7 {
  	padding-bottom: 20px;
  	margin-bottom: 10px;
  	border-bottom: 1px solid black;
  }
  	.pane-block-7 form,
  	.pane-block-7 input {
  		width: auto;
  		display: inline;
  	}
  	.pane-block-7 input[type="text"] {
  		width: 300px;
  	}
  /* blog */
  .dhubdoc .view-blog {}
	  .dhubdoc .view-blog .views-row .node-article {
	    padding: 0 15px;
	  }
	  .dhubdoc .view-blog .owl-buttons > div {
	    top: 110px;
	  }
	  .dhubdoc .view-blog .owl-buttons .owl-prev {
	    left: 15px;
	  }
	  .dhubdoc .view-blog .owl-buttons .owl-next {
	    right: 15px;
	  }
  /* 	Obrim */
  .pane-block-5 {}
  	.pane-block-5 > .pane-content {}
  /* responem */
  .pane-block-10 {}
  	.pane-block-10 > .pane-content li a {
  		font-weight: bold;
  	}
  /* twitter and pinterest */
  /*.pane-block-9 {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .pane-block-6 {
    float: left;
    width: 49%;
    margin-left: 1%;
  }*/

  /* revistes */
  .view-centredoc-novetats .views-row .views-field-field-highlighted-image {
    padding: 0 15px;
  }

  /* Magazines Subscribed */
  .view-magazines-subscribed {}
    .view-magazines-subscribed .item-list {
      overflow: hidden;
    }
      .view-magazines-subscribed .item-list > ul {
        overflow: hidden;
        position: relative;
        width: 103%;
        left: -1.5%;
        list-style: none;
      }
        .view-magazines-subscribed .item-list > ul > li {
          float: left;
          width: 25%;
          height: 14em;
          overflow: hidden;
          padding: 5px 1.5% 0;
          margin: 0 0 10px;
          font-size: 1em;
          line-height: 1;
        }

#panels-ipe-paneid-161 {}
  #panels-ipe-paneid-161 {border-top: 1px solid black;}
  #panels-ipe-paneid-161 .panel-pane .pane-title {margin-top: 10px;}

/* ---------------------------- */

/*** Search results ***/
.region-content .search-form {
  padding: 10px 0 20px;
	margin: 0 0 5em;
	max-width: none;
  border-bottom: 1px solid black;
}
  .region-content .search-form label {
    margin-right: 1em;
  }
.search-results {}
	.search-results li {
		margin: 0 0 3em;
	}
		.search-results li h2 {
      font-size: 2em;
    }
		.search-results .search-snippet-info {
			padding-left: 0;
		}
		.search-results p {
			margin: 0 0 .4em;
		}
		.search-results .content-type {
			text-transform: uppercase;
		}
.search-no-results {}
	.search-no-results > p {
		font-size: 1.4em;
		font-weight: bold;
	}
	.search-no-results ul {
		list-style-type: square;
		padding-left: 2em;
	}
		.search-no-results li {
			font-size: 1.2em;
			margin: 0 0 .5em;
		}

/*** Sitemap ***/
#site-map {}
	#site-map > div {
		margin: 0 0 2em;
	}
	#site-map .site-map-menus {
		overflow: hidden;
	}
		#site-map .site-map-menus > div {
			float: left;
			width: 33.333%;
			padding-right: 2%;
		}
	#site-map .content {
		font-size: 1.2em;
		line-height: 1.333;
	}
		#site-map .content ul {
			padding: 1em 0 0 2em;
		}
			#site-map .content li {
				margin: 0 0 1em 0;
			}

/* issuu embeds */
.issuu-thumb {}
  .issuu-thumb .embed {
    display: none;
  }

/*** pager ***/
.item-list ul.pager {
  padding: 10px 0 0;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}
  .item-list ul.pager > li {
    position: relative;
    font-size: 1em;
    display: inline-block;
    float: none;
		width: 25px;
		height: 25px!important;
		padding: 0;
		margin: 0;
		border-bottom: none;
  }
  .item-list ul.pager .ajax-progress {
    /*display: none;*/
  }
  .item-list ul.pager > li a,
  .item-list ul.pager > li.pager-current {
    font-size: 1.4em;
    padding: 4px 0 0;
  }
  .item-list ul.pager > li a {
    color: #999;
    display: block;
  }
  .item-list ul.pager > li a:hover {
    color: #555;
  }
  .item-list ul.pager > li.pager-current {
    color: black;
    font-weight: normal;
    width: auto;
  }
  .item-list ul.pager > li.pager-ellipsis {
    display: none;
  }
  .item-list ul.pager > li.pager-first,
  .item-list ul.pager > li.pager-previous,
  .item-list ul.pager > li.pager-next,
  .item-list ul.pager > li.pager-last {
  	position: absolute;
  	top: 0;
  }
	  .item-list ul.pager > li.pager-first a,
	  .item-list ul.pager > li.pager-previous a,
	  .item-list ul.pager > li.pager-next a,
	  .item-list ul.pager > li.pager-last a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
	  	text-indent: -500em;
	  }
  .item-list ul.pager > li.pager-first {
    left: 0;
  }
    .item-list ul.pager > li.pager-first a {
      background-position: 0 -100px;
    }
  .item-list ul.pager > li.pager-previous {
    left: 30px;
  }
    .item-list ul.pager > li.pager-previous a {
      background-position: -25px -100px;
    }
  .item-list ul.pager > li.pager-next {
    right: 30px;
  }
    .item-list ul.pager > li.pager-next a {
      background-position: -50px -100px;
    }
  .item-list ul.pager > li.pager-last {
    right: 0;
  }
    .item-list ul.pager > li.pager-last a {
      background-position: -75px -100px;
    }

/* ajax throbber */
.ajax-progress {
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
}
  .ajax-progress .throbber {
    background: url("../images/loading.gif") no-repeat 0 0;
  }
  .ajax-progress .message {

  }
.progress-disabled {
  opacity: .3;
}

/* owl carousel */
.owl-carousel {}
  .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%; Cannot do that: we lose mouse click events */
  }
    .owl-buttons {
      position: relative;
      height: 100%;
    }
      .owl-buttons > div {
        text-indent: -500em;
        background-image: url("../images/sprite.png");
        width: 50px;
        height: 50px;
        position: absolute;
      }
      .owl-buttons .owl-prev {
        left: 8px;
        background-position: 0 0;
      }
      .owl-buttons .owl-next {
        right: 8px;
        background-position: -50px 0;
      }

/* krumo */
div.krumo-root {}
  div.krumo-root img {
    width: auto;
  }

/* async loading */
.async-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
html.no-rgba .async-loading {
  position: absolute;
  background: rgb(255, 255, 255);
}
  .async-loading .icon {
    position: absolute;
    top: 48%;
    left: 48%;
    font-size: 1.6em;
  }

/*********************
* Footer
**********************/
footer[role="contentinfo"] {
  position: relative;
  clear: both;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid black;
}
  .region-footer {
    overflow: hidden;
  }
    #block-menu-menu-secondary {
      float: left;
      width: 50%;
      padding-bottom: 10px;
    }
      #block-menu-menu-secondary nav {}
        #block-menu-menu-secondary nav > ul.menu {
          overflow: hidden;
        }
          #block-menu-menu-secondary nav > ul.menu > li {
            width: 50%;
            float: left;
            padding-left: 10px;
            font-weight: bold;
            border-left: 1px solid #000;
          }
          #block-menu-menu-secondary nav > ul.menu > li:first-child {
            padding-left: 0;
            border-left: 0;
          }
          #block-menu-menu-secondary nav > ul.menu li {
            font-size: 1.2em;
            margin: 0 0 .4em;
          }
            #block-menu-menu-secondary nav > ul.menu li ul {
              padding: .4em 0 0;
            }
              #block-menu-menu-secondary nav > ul.menu li li {
                font-size: 1em;
                font-weight: normal;
              }
  #block-omitsis_museudiss-museum_address {
    float: left;
    width: 25%;
    padding-left: 10px;
    border-left: 1px solid #000;
  }
    #block-omitsis_museudiss-museum_address p {
      margin-bottom: 0;
      font-size: .9em;
      line-height: 1.5;
    }

    #block-omitsis_museudiss-museum_address .street-address .addr a {
      //color: red;
      text-decoration: none;
    }

    #block-omitsis_museudiss-museum_address .content {
      width: 180px;
    }

#block-menu-menu-secondary nav > ul.menu > li,
#block-block-12,
#block-omitsis_museudiss-museum_address {
  height: 130px;
}
#block-menu-menu-secondary nav > ul.menu > li:first-child {
  padding-left: 0;
  border-left: 0;
}


@media (max-width: 768px) {
  #block-menu-menu-secondary nav > ul.menu > li,
  #block-block-12,
  #block-omitsis_museudiss-museum_address {
    float: left;
    width: 50%;
    border-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  #block-menu-menu-secondary nav > ul.menu > li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

#block-block-12 {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 10px;
  border-left: 1px solid #000;
}
#block-block-12 a {
 // background: #fff url(../images/logo-dissenyhub-footer.jpg) no-repeat center center;
 // display: inline-block;
 // width: 100%;
 // height: 100%;
 // position: absolute;
 // overflow: hidden;
 // text-indent: -999999999999px;
}
@media (max-width: 768px) {
  #block-block-12 {
    width: 100%;
    border-left: 0;
  }
  #block-block-12 a {
    width: 87px;
    background: #fff url(../images/logo-dissenyhub-footer-small.jpg) no-repeat center center;
  }
}


  #block-omitsis_museudiss-copyright {
    clear: both;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
    #block-omitsis_museudiss-copyright p {
      padding: 0;
      margin: 0;
    }
  #block-omitsis_museudiss-creativecommons {
    padding: 10px 0 0;
    float: left;
    width: 75%;
  }
    #block-omitsis_museudiss-creativecommons p {
      font-size: 1.1em;
      text-align: right;
    }
    @media (max-width: 768px) {
      #block-omitsis_museudiss-creativecommons p {
        text-align: center;
      }
      #block-omitsis_museudiss-creativecommons .icon {
        display: no
      }
    }
      #block-omitsis_museudiss-creativecommons .icon {
        display: inline-block;
        vertical-align: middle;
        background: url("../images/sprite.png") -275px 0;
        width: 25px;
        height: 25px;
        margin: 0 5px 0 0;
      }
  #block-menu-menu-tertiary-menu {
    float: right;
    width: 25%;
    padding: 15px 0 0 1.5%;
  }
    #block-menu-menu-tertiary-menu ul.menu {}
      #block-menu-menu-tertiary-menu ul.menu li {
        display: inline;
      }
        #block-menu-menu-tertiary-menu ul.menu li a {
          margin-right: .6em;
          font-size: 1.1em;
          color: #888;
        }
        #block-menu-menu-tertiary-menu ul.menu li a:hover {
          color: #555;
          text-decoration: underline;
        }

#bcn-brand-bottom {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: black;
  padding: 20px 0;
}
  #bcn-brand-bottom p {
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    margin: 0;
    color: white;
  }

/*********************
* CKE editor
**********************/
.cke_contents {
	padding: 10px;
}

/*********************
* Micro Site
**********************/
.node-micro-site .gallery-principal {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.node-micro-site .gallery-principal .owl-controls {
  height: 100%;
}
.node-micro-site .gallery-principal .owl-controls .owl-prev,
.node-micro-site .gallery-principal .owl-controls .owl-next {
  top: 50%;
  margin-top: -50px;
}

.node-micro-site .gallery-principal ul li img {
  width: 100%;
}

article.node-micro-site .main-content.col-container {
  height: auto;
}
article.node-micro-site a[data-action="more"] {
  max-width: 9em;
  font-size: 2em;
  margin: 0;
}

.node-micro-site .main-content .col-media img {
  width: 100%;
}

.node-micro-site .social-micro-site {
  width: 100%;
  margin-bottom: 10px;
}

.node-micro-site .social-micro-site .instagram {
  width: 61%;
  float: left;
  margin-right: 5%;
}

.node-micro-site .social-micro-site .twitter {
  width: 34%;
  float: right;
}
@media (max-width: 768px) {
  .node-micro-site .social-micro-site .twitter {
    width: 100%;
    margin-top: 10px;
  }

  .node-micro-site .social-micro-site .instagram {
    width: 100%;
  }
}

body.node-type-micro-site #block-system-main-menu {
  display: none;
}
  body.node-type-micro-site .region-header {
    border-bottom: 0;
  }
  body.node-type-micro-site #block-locale-language {
    top: -2em;
  }

  body.node-type-micro-site #block-menu-menu-secondary {
    display: none;
  }
  body.node-type-micro-site #block-search-form [data-action="open"] {
    display: none;
  }



.rebreinformacio {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  padding-bottom: 24px;
  border: 1px solid #888;
  top: 80px;
}

@media (max-width: 479px) {
  .rebreinformacio {
    width: 80%;
  }
}

.rebreinformacio.disable {
  display: none;
}

.rebreinformacio .modal-header {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  height: 30px;
  text-align: right;
}

.rebreinformacio .modal-header .close {
  width: 20px;
  height: 20px;
  background: url(../images/ico-close.png) no-repeat center center;
  background-size: 74% auto;
  text-align: right;
  display: inline-block;
  position: relative;
  border: 0;
  opacity: 1;
}

.rebreinformacio .modal-header .close:hover {
  opacity: .6;
}

.rebreinformacio .modal-body h2 {
  font-size: 300%;
  line-height: 110%;
}

.rebreinformacio .modal-body .newsletter {
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
}

.rebreinformacio .modal-body .newsletter:hover {
  background: #000;
  color: #fff;
}

#node-378 .col-media {
  display: none;
}

#node-378 .col-description {
  width: 100%;
}

.issuu-player {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .issuu-player {
    width: 730px;
    height: 600px;
  }
}



/*********************
* Clearfix
**********************/
#block-system-main-menu nav > ul.menu:after, .col-container:after {
  content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;
}

.button {
  margin-bottom: 20px;
}

.button a {
  margin-right: 10px;
  text-transform: uppercase;
  padding: 9px 19px;
}



/*XXX*/
@media all and (max-width: 767px){
  .panel-2col-bricks .panel-col-first,
  .panel-2col-bricks .panel-col-last {
    width: 100%;
  }

  article.node--pieces > header h1,
  article.node-exhibition-field > header h1 {
    height: auto;
  }
}


#colorbox {
  width: 860px !important;  
  max-width: 86vw;
  max-height: 80vh;
  left: 50% !important;
  transform: translateX(-50%);
  overflow: hidden!important;
  overflow-y: none !important;
}

#cboxWrapper {
  height: 100% !important;
  width: 100% !important;
}
#cboxTopCenter,
#cboxBottomCenter {
  width: calc(100% - 34px) !important;
}
#cboxMiddleLeft,
#cboxMiddleRight {
  
}
#cboxContent {
  width: calc(100% - 34px) !important;
}
#cboxLoadedContent {
  width: 100% !important;
}
.cboxPhoto {
  width: 100% !important;
  height: auto !important;
  margin-top: 0 !important;
}

article.node-exhibition-field > .image-gallery .thumb-list .thumb {
  height: auto;
}


@media all and (max-width: 767px){
  article.node-exhibition-field > .image-gallery .thumb-list .thumb {
    width: 100%;
  }
}

#block-lang_dropdown-language {
    display: none !important;
}

/*********************
* Popup texte llarg
**********************/


/*
@media all and (max-width: 767px){

  #colorbox {
  position: sticky !important;
  width: 600px !important; 
  padding-left: 20%;
  overflow-y:  none;
  }
}

@media all and (min-width: 2333px){

#colorbox {
position: absolute;
width: 800px !important; 
height: 400px !important; 
  max-width: 86vw;
  max-height: 87vh;
  padding-left: 20%;
  left: 10% !important;
  top: 30px !important;
  }
}
*/
/*@media all and (max-width: 767px){
  article.node-exhibition-field > .content {
   height: 432px !important;
   padding-left:  5px !important;
   width:  58% !important;   
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   padding-top: 8px;
  }
  article.node-exhibition-field > .image-gallery {
    width:  42% !important;
    padding-right: 2px;
  }
  article.node-exhibition-field > .image-gallery {
  overflow: visible !important;
  }
  article.node-exhibition-field > .image-gallery {
    border-right: 0px !important;
  } 
  #cboxLoadedContent {
    padding-top: 10px;
  }
  #colorbox {
  position: sticky !important;
width: 95% !important; 
  max-width: 86vw;
  max-height: 87vh;
  padding-left: 20%;
  overflow-y:  none;
  }
  #cboxPrevious{
    display: none !important;
  }
  #cboxNext{
    display: none !important;
  }
}
*/


/*********************
* Edició fotos catàleg 06102021
**********************/

.pane-exhibition-publications-panel-pane-1 img {
width: 92% !important;
  }

@media all and (min-width: 1000px){  
.pane-exhibition-publications-panel-pane-1 img {
max-height: 279px;
  }
}
.view-exhibition-publications {
  padding-bottom: 5px;
}
/*********************
* Texte a popup gallery
**********************/
@media all and (max-width: 1000px) {
  article.node .image-gallery .full-image figcaption {
      height: auto;
  }    
}

 h2 {line-height: 1.0 !Important;}


/*********************
* Peces
**********************/

/*.pane-exhibition-fields-panel-pane-2 {
  display: none;
  margin-bottom: 30px;
} 
.page-node-5684 .pane-exhibition-fields-panel-pane-2 {
  display: block !important;
  margin-bottom: 70px !important; 
}*/

/********
 * summary a vídeos
 ******/

.node-video .summary {
  display: none;
}

.page-node-2980 .pane-block-9 {
  display: none;
}
