@charset "UTF-8";
/*
  Steimle Architekten
  Copyright (C) 2014 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Bleichstr. 11
  41747 Viersen
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "Mukta";
  src: url("../webfonts/Mukta-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mukta";
  src: url("../webfonts/Mukta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mukta";
  src: url("../webfonts/Mukta-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.mukta {
	font-family: 'Mukta';
	font-size: 23px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}

h1.mukta {
	font-family: 'Mukta';
	font-size: 61px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
h2.mukta {
	font-family: 'Mukta';
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
	padding-top:4px;
}
h3.mukta {
	font-family: 'Mukta';
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
h4.mukta {
	font-family: 'Mukta';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}

@font-face {
  font-family: "SaltIcons";
  src: url("../webfonts/salt-icons.eot");
  src: url("../webfonts/salt-icons.eot?#iefix") format("embedded-opentype"), url("../webfonts/salt-icons.woff2") format("woff2"), url("../webfonts/salt-icons.woff") format("woff"), url("../webfonts/salt-icons.ttf") format("truetype"), url("../webfonts/salt-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* BentonSANS BBVA */
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../webfonts/BentonSansBBVA-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

.benton {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 23px;
	line-height: 1.1;
	text-align: center;
}

h1.benton {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 61px;
	line-height: 1.1;
	text-align: center;
}
h2.benton {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 32px;
	line-height: 1.1;
	text-align: center;
	padding-top:4px;
}
h3.benton {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
}
h4.benton {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
}

/* Styles */
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 20px/25px "BentonSans", Georgia, Times;
  font-style: normal;
  font-weight: normal;
  color: #f0f0f0;
  background: #0c0c0c;
  outline: 0 none;
  overflow-x: hidden;
  max-width: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 21px;
  }
}
.animate-color-switch body {
  -moz-transition: background-color 250ms ease, color 250ms ease;
  -o-transition: background-color 250ms ease, color 250ms ease;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}
.layout-white body {
  background-color: #ffffff;
  color: #0c0c0c;
}

a {
  text-decoration: none;
  color: #f0f0f0;
}
.animate-color-switch a {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.layout-white a {
  color: #0c0c0c;
}
.layout-white.no-touch a:hover {
  color: #2dcccd;
}
.no-touch a:hover {
  color: #2dcccf;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.infobox {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin: 0px 20px 20px 0px;
}

#infomap {
  width: 100%;
  height: 300px;
  background: #666;
  width: 100%;
  position: relative;
}

/* header menu */
.header-menu {
	font-family: 'BentonSans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight:700;
	color:#000000;
}

.header-logo-blue, .header-logo-white {
	position:absolute;
	right:4px;
	top:3px;
	width:280px;
	height:60px;
	cursor:pointer;
}
.header-logo-blue {
	background:transparent url('/images/salt-bbva-logo-h-color.svg') no-repeat right center;
	background-size:auto 40px;
}
.header-logo-white {
	background:transparent url('/images/salt-bbva-logo-h-w.svg') no-repeat right center;
	background-size:auto 40px;
}
#logo-blue { display:none; }
#logo-white { display:block; }
.layout-white #logo-blue { display:block; }
.layout-white #logo-white { display:none; }

/* ui
------------------------------------------------------------ */
.ui-arrow-left-mini {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/ui-arrow-left-mini.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.ui-button-arrow-circle {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  position: fixed;
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  z-index: 9999;
}

.ui-button-arrow-circle.prev {
  left: 20px;
  background-position: 0px 0px;
}

.no-touch .ui-button-arrow-circle.prev:hover {
  background-position: 0px -32px;
}

.ui-button-arrow-circle.next {
  right: 20px;
  background-position: 0px 0px;
}

.no-touch .ui-button-arrow-circle.next:hover {
  background-position: 0px -32px;
}

.ui-button-arrow-tab {
  position: fixed;
  display: block;
  width: 48px;
  height: 32px;
  left: 50%;
  margin-left: -24px;
  z-index: 9999;
}

.ui-button-arrow-tab.up {
  bottom: 0px;
  background: url("../images/ui-tab-down.png") no-repeat;
  background-position: 0px 0px;
}

.no-touch .ui-button-arrow-tab.up:hover {
  background-position: 0px -32px;
}

.ui-button-arrow-tab.down {
  top: 0px;
  background: url("../images/ui-tab-up.png") no-repeat;
  background-position: 0px 0px;
}

.no-touch .ui-button-arrow-tab.down:hover {
  background-position: 0px -32px;
}

/* headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding-top: 3px;
}

h2.subtitle, h3.subtitle, h2.date, h3.date {
  padding-top: 0;
}

h3.suptitle {
  padding-top: 12px;
}

h1 smallcaps {
  font-size: 30px;
}

h3 smallcaps {
  font-size: 18px;
}

.date-format {
  font: 24px/28px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media (max-width: 1110px) {
  .date-format {
    font-size: 19px;
    line-height: 23px;
  }
}

/* misc text styles
------------------------------------------------------------ */
.caption {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-transform: none;
  color: #808080;
  padding: 9px 20px 0 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.citing {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  color: #808080;
}

/* tags
------------------------------------------------------------ */
.tags {
  padding-top: 4px;
}

.tag {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 26px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 3px 3px 0 5px;
  margin: 0 4px 4px 0;
  color: #000000;
  height: 15px;
  vertical-align:middle;
}
.tag.tag-team {
  float: none;
  display: inline-block;
  margin-left: 9px;
}
.tag.tag-team + .tag-team {
  margin-left: 0;
}

.no-touch .tag:hover {
  background: #2dcccf !important;
  color: #000 !important;
}

.layout-white.no-touch .tag:hover {
  background: #2dcccd !important;
  color: #fff !important;
}

.item-button {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 32px;
  display: block;
}
.animate-color-switch .item-button {
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.no-touch.layout-white .item-button {
  background-color: #0c0c0c;
}
.no-touch.layout-white .item-button:hover {
  background-color: #2dcccd;
}
.no-touch .item-button:hover {
  background-color: #2dcccf;
}
.item-button.menu-search:after {
  content: "";
  background-image: url("../images/ui-menu-search.png");
  background-repeat: no-repeat;
  background-position: 8px 0px;
  display: block;
  position: absolute;
  right: 7px;
  top: -1px;
  width: 32px;
  height: 32px;
}

.close-button {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #f0f0f0;
}
.animate-color-switch .close-button {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.no-touch.layout-white .close-button {
  color: #0c0c0c;
}
.no-touch.layout-white .close-button:hover {
  color: #2dcccd;
}
.close-button:hover {
  color: #2dcccf;
}
.close-button.close-button-module-search, .close-button.close-button-bar-container {
}

.item-share-button-close {
  display: none;
  margin-right: 8px;
}

/* top bar
------------------------------------------------------------ */
#bar-container,
.bar-container-sub {
  background-color: #0c0c0c;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #555555;
  box-shadow:0 3px 6px #333333;
  width: calc(100% - 40px);
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.animate-color-switch #bar-container, .animate-color-switch
.bar-container-sub {
  -moz-transition: border-bottom 250ms ease, background-color 250ms ease;
  -o-transition: border-bottom 250ms ease, background-color 250ms ease;
  -webkit-transition: border-bottom 250ms ease, background-color 250ms ease;
  transition: border-bottom 250ms ease, background-color 250ms ease;
}
.layout-white #bar-container,
.layout-white .bar-container-sub {
  background-color: #fff;
  border-bottom: 1px solid #C2C6C6;
  box-shadow:0 3px 6px #b4a5a530;
}

#bar {
  width: 100%;
  padding-top: 16px;
}

.bar-container-sub {
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  min-height: 64px;
  height: auto;
  z-index: 998;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bar-container-sub .container-width,
.bar-container-sub .bar-container-sub-announcement-date,
.bar-container-sub .bar-container-sub-counter-date,
.bar-container-sub .bar-container-sub-counter-visit {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bar-container-sub .bar-container-sub-announcement-date,
.bar-container-sub .bar-container-sub-counter-date {
  position: absolute;
}

.bar-container-sub .bar-container-sub-counter-visit {
  position: absolute;
  right:0;
  top:0;
}

.bar-container-sub.bar-container-sub-announcement,
.bar-container-sub.bar-container-sub-counter {
  top: 65px;
}

.close-button-bar-container {
  width: 32px;
}

/* misc */
.colorful {
  color: #2dcccf;
}
.layout-white .colorful {
  color: #2dcccd;
}

/* menu */
#menu {
  float: left;
}
#menu ul {
  display: inline-block;
}
#menu ul li {
  display: inline-block;
  float: left;
  margin-right: 8px;
  position: relative;
}
#menu ul li a {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#menu a {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
}

#menu .current {
  color: #2dcccf;
}
.layout-white #menu .current {
  color: #2dcccd;
}

#menu ul li #agenda {
  background-image: url(../images/ui-menu-agenda.png);
}

#menu ul li #info {
  background-image: url(../images/ui-menu-info.png);
}

#menu ul li #bookshelf {
  background-image: url(../images/ui-menu-bookshelf.png);
  /* display: none; */
}

#menu ul li #blog {
  background-image: url(../images/ui-menu-blog.png);
}

#menu ul li a.current, .no-touch #menu ul li a:hover {
  background-position: 0px -32px;
}

#menu-center {
  zoom: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(calc(-50% - 14px));
  display: flex;
  position: absolute;
  left: 50%;
  top: 21px;
  margin: 0 auto;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu-center:before, #menu-center:after {
  content: "";
  display: table;
}
#menu-center:after {
  clear: both;
}

.menu-center-item {
  float: left;
}
.menu-center-item + .menu-center-item {
  margin-left: 31px;
}
.menu-center-item a {
  white-space: nowrap;
}
.menu-center-item.active a {
  color: #2dcccf;
}
.layout-white .menu-center-item.active a {
  color: #2dcccd;
}

.mob_menu_search_form_div {
	position:relative;
	border:1px solid #777777;
	border-radius: 16px;
	width:240px;
	height:34px;
}
.mob_menu_search_form_input {
	position:relative;
	outline:none;
	border:none;
	top: 0;
    left: 10px;
    font-size: 18px;	
	padding:0;
	width:180px;
	vertical-align:middle;
}
.mob_menu_search_form_input:focus {
	outline: none;
}
.mob_menu_search_form_button {
	background:#cccccc url('/images/ui-menu-search.png') no-repeat center center;
	background-size:34px 34px;
    border: none;
    padding: 0;
	margin-left: 20px;
	cursor:pointer;
	width:40px;
	height:34px;
	border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
	vertical-align:middle;
}
.mob_menu_search_form_button:focus {
	outline: none;
}  
.mob_menu_search_toggler {
	cursor:pointer;
}
.mob_menu_search_toggler:hover {
	color:#2dcccd;
}

.building_count {
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#f0f0f0;
	color:black;
	text-align:center;
	font-size:18px;
}

.building_count:hover {
	background-color:#2dcccf;
}

.layout-white .building_count {
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#0c0c0c;
	color:white;
	text-align:center;
	font-size:18px;
}

.layout-white .building_count:hover {
	background-color:#2dcccd;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.confirm-box-back {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.6);
	z-index:9998;
}

.confirm-box {
	position:fixed;
	top:76px;
	right:-348px;
	width:296px;
	height:auto;
	background-color:#ffffff;
	color:#222222;
	border: 1px dashed #f0f0f0;
	padding: 20px;
	font: 14px/16px 'Mukta';
	font-weight: 300;
	z-index:9999;	
}

.layout-white .confirm-box {
	position:fixed;
	top:76px;
	right:-348px;
	width:296px;
	height:auto;
	background-color:#000000;
	border: 1px dashed #000000;
	color:#f2f2f2;
	padding: 20px;
	font: 14px/16px 'Mukta';
	font-weight: 300;
	z-index:9999;	
}

.endanim {
	right:20px;
	bottom:auto !important;
}

.confirm-box-icon, .webpush-box-icon {
	float:left;
	width:48px;
	height:36px;
	margin-right:16px;
	background:url(/images/megaphone_b.svg) no-repeat center center;
	background-size: 48px;
}
.webpush-box-icon {
	background:url(/images/megaphone_w.svg) no-repeat center center;
	background-size: 48px;
}

.layout-white .confirm-box-icon, .layout-white .webpush-box-icon {
	float:left;
	width:48px;
	height:36px;
	margin-right:16px;
	background:url(/images/megaphone_w.svg) no-repeat center center;
	background-size: 48px;
}
.layout-white .webpush-box-icon {
	background:url(/images/megaphone_b.svg) no-repeat center center;
	background-size: 48px;
}

.webpush-box {
	position: absolute;
	right:0;
    top: 60px;
	width: 224px;
	background-color:#000000;
	border: 1px solid #f0f0f0;
	padding: 20px;
	font-size:14px;
	line-height:16px;
	z-index:9999;
}

.layout-white .webpush-box {
	position: absolute;
	right:0;
    top: 60px;
	width: 224px;
	background-color:#ffffff;
	border: 1px solid #000000;
	color:#0c0c0c;
	padding: 20px;
	font-size:14px;
	line-height:16px;
	z-index:9999;
}

.webpush-wrapper {
	position:relative;
	float:right;	
}

.webpush-icon {
	float: right;
    margin-right: 70px;
	width:32px;
	height:32px;
	border-radius:16px;
	background:#f0f0f0 url(/images/megaphone_b.svg) no-repeat 5px center;
	background-size: 20px;
	cursor:pointer;
}
.webpush-icon:hover {
	background-color:#2dcccf;
}

.layout-white .webpush-icon {
	float: right;
    margin-right: 70px;
	width:32px;
	height:32px;
	border-radius:16px;
	background:#000000 url(/images/megaphone_w.svg) no-repeat 5px center;
	background-size: 20px;
	cursor:pointer;
}
.layout-white .webpush-icon:hover {
	background-color:#2dcccd;
}

.push_light {
    position: relative;
    left: 16px;
    top: 16px;
    width: 12px;
    height: 12px;
}
.light_green {
    background: url(/images/light_green.svg) no-repeat center center;
	background-size: 12px;
}
.light_red {
    background: url(/images/light_red.svg) no-repeat center center;
    background-size: 12px;
}
.light_grey {
    background: url(/images/light_grey.svg) no-repeat center center;
	background-size: 12px;
}

.webpush-button, .regular-button {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 6px;
	font: 14px/16px 'Mukta';
	font-weight: 300;
	min-width:110px;
	cursor:pointer;
}
.webpush-button {
	margin-top: 10px;
}

.layout-white .webpush-button, .layout-white .regular-button {
    border: 2px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
    padding: 6px;
	font: 14px/16px 'Mukta';
	font-weight: 300;
	min-width:110px;
	cursor:pointer;
}
.layout-white .webpush-button {
	margin-top: 10px;	
}

.push-howto {
	color:yellow;
}
.layout-white .push-howto {
	color:#2dcccd;
}

/* popup */
.saltPopup {
	font: 18px/22px 'Mukta';
	font-weight: 300;
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	max-width: 590px;
    width: 96%;	
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	border: 1px solid #000000;
	z-index: 19999;
}

.layout-white .saltPopup {
	font: 18px/22px 'Mukta';
	font-weight: 300;
	background-color: #000000;
	color: #f2f2f2;
	position: fixed;
	max-width:590px;
	width: 96%;	
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	border: 1px solid #000000;
	z-index: 19999;
}

.saltPopupText {
	font: 18px/22px 'Mukta';
	font-weight: 300;
	padding: 50px 40px 40px 40px;
}

.saltPopupFooter {
	padding-bottom: 48px;
	text-align:center;
}

.saltPopupButton {
	display: inline-block;
	text-align:center;
	color: #000000;
	font: 18px/18px 'Mukta';
	font-weight: 300;
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 12px 16px;
	cursor: pointer;
}

.layout-white .saltPopupButton {
	display: inline-block;
	text-align:center;
	color: #f2f2f2;
	font: 18px/22px 'Mukta';
	font-weight: 300;
	background-color: #000000;
	border: 2px solid #ffffff;
	padding: 10px 16px;
	cursor: pointer;
}

.saltPopup a, .saltPopup a:visited { color: #2dcccd; text-decoration: none; }
.saltPopup a:hover { color: #2dcccd; text-decoration: underline; }

.layout-white .saltPopup a, .layout-white .saltPopup a:visited { color: #2dcccf; text-decoration: none; }
.layout-white .saltPopup a:hover { color: #2dcccf; text-decoration: underline; }

a.turquoise, a.turquoise:visited { color: #2dcccd !important; text-decoration:none !important; }
a.turquoise:hover { text-decoration:underline !important; }

.color-switch {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #000000 0%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(0deg, #000000 0%, #f0f0f0 100%);
  background-image: linear-gradient(90deg, #000000 0%, #f0f0f0 100%);
  position: relative;
  float:left;
  width: 64px;
  height: 32px;
  border-radius: 32px;
}

.color-switch-button {
  opacity: 0;
  display: none;
}

.iPhoneCheckContainer {
  width: 64px !important;
  height: 32px !important;
}

.iPhoneCheckLabelOff,
.iPhoneCheckLabelOn {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 30px !important;
  display: block;
  height: 32px;
}
.iPhoneCheckLabelOff span,
.iPhoneCheckLabelOn span {
  width: 4px !important;
  visibility: hidden !important;
}

.iPhoneCheckLabelOn {
  float: left;
}

.iPhoneCheckLabelOff {
  float: right;
}

.iPhoneCheckHandle {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  width: 24px !important;
  height: 24px !important;
  border-radius: 24px;
  position: absolute;
  top: 4px;
  background-color: #f0f0f0;
  margin-left: 4px;
}
.layout-white .iPhoneCheckHandle {
  background-color: #000;
  left: calc(100% - 28px);
}

/* search */
.wrap-search-forms {
  zoom: 1;
  display: none;
}
.wrap-search-forms:before, .wrap-search-forms:after {
  content: "";
  display: table;
}
.wrap-search-forms:after {
  clear: both;
}

.search {
  display: none;
  float: left;
}
.search form {
  display: inline-block;
}
.search form .search-box {
  position: relative;
  width: 328px;
  height: 32px;
  background: #f0f0f0;
  border-radius: 20px;
}

.layout-white .search form .search-box ::placeholder {
	color:#ffffff;
}

.layout-white .search form .search-box {
  background: #0c0c0c;
}
.search form .search-box.focus {
  background: #2dcccf;
}
.layout-white .search form .search-box.focus {
  background: #2dcccd;
}
.search.active {
  display: block;
}

.search-form-input {
  font: 14px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0 16px;
  padding: 0;
  border: 0 none;
  display: inline-block;
  float: left;
  background: transparent;
  width: calc(100% - 48px);
  height: 32px;
}
.search-form-input:focus {
  outline: none;
}

.layout-white .search-form-input {
  color:#ffffff;
}

.search-form-button {
  float: left;
  position: relative;
  width: 32px;
  height: 32px;
}
.focus .search-form-button button {
  color: #2dcccf;
}
.layout-white .focus .search-form-button button {
  color: #2dcccd;
}
.layout-white .search-form-button button {
  color: #0c0c0c;
}
.search-form-button button {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  color: #f0f0f0;
  margin: 0;
  padding: 0;
  border: 0 none;
  display: inline-block;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.search-form-button button:focus {
  outline: none;
}
.search-form-button:after {
  content: "";
  background-color: #0c0c0c;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 4px;
  border-radius: 26px;
  position: absolute;
  display: block;
}
.layout-white .search-form-button:after {
  background-color: #f0f0f0;
}

.search-form-ratios {
  zoom: 1;
  float: left;
  margin-left: 9px;
}
.search-form-ratios:before, .search-form-ratios:after {
  content: "";
  display: table;
}
.search-form-ratios:after {
  clear: both;
}

.search-form-ratio {
  zoom: 1;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  float: left;
}
.search-form-ratio:before, .search-form-ratio:after {
  content: "";
  display: table;
}
.search-form-ratio:after {
  clear: both;
}
.search-form-ratio.active .search-form-ratio-button, .no-touch .search-form-ratio:hover .search-form-ratio-button {
  background-color: #2dcccf;
}
.search-form-ratio.active .search-form-ratio-button:before, .no-touch .search-form-ratio:hover .search-form-ratio-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #000;
}
.search-form-ratio.active .search-form-ratio-text, .no-touch .search-form-ratio:hover .search-form-ratio-text {
  color: #2dcccf;
}
.layout-white .search-form-ratio.active .search-form-ratio-button, .layout-white.no-touch .search-form-ratio:hover .search-form-ratio-button {
  background-color: #2dcccd;
}
.layout-white .search-form-ratio.active .search-form-ratio-button:before, .layout-white.no-touch .search-form-ratio:hover .search-form-ratio-button:before {
  content: "";
  background-color: #f0f0f0;
}
.layout-white .search-form-ratio.active .search-form-ratio-text, .layout-white.no-touch .search-form-ratio:hover .search-form-ratio-text {
  color: #2dcccd;
}
.search-form-ratio + .search-form-ratio {
  margin-left: 12px;
}

.search-form-ratio-text {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 4px;
  padding-left: 9px;
  text-transform: uppercase;
}

.close-button-module-search {
  display: none;
}

.search-form-ratio-button,
.search-form-ratio-text {
  float: left;
}

.search-module-active #menu-center,
.search-module-active .color-switch,
.search-module-active .menu-search,
.search-module-active #menu #tags,
.search-module-active #menu .lang-switch,
.search-module-active .building_count {
  display: none;
}
.search-module-active .close-button-module-search,
.search-module-active .wrap-search-forms {
  display: block;
}

/* research link */
/* container
------------------------------------------------------------ */
#container {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 133px;
}
.with-announcement #container {
  margin-top: 65px;
}

.container-width {
  max-width: 940px;
  margin: 0 auto;
}

/* home page
------------------------------------------------------------ */
#home-content {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 0 auto;
  padding-top: 9px;
}

/* home items */
.home-item {
  float: left;
  margin-bottom: 2.12766%;
}
.home-item .date {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.home-item.large {
  width: 48.93617%;
}
.home-item.large .item-title {
  font-size: 41px;
  line-height: 42px;
}
.home-item.large .date {
  padding-top: 12px;
}
.home-item.medium {
  width: 23.40426%;
}
.home-item.medium .date {
  padding-top: 9px;
  text-align: center;
}
.home-item.small {
  width: 14.89362%;
}
.home-item .module-slideshow {
  width: 100%;
}
.home-item .page-item {
  width: 100%;
  margin-right: 0;
}

.masonry-width {
  width: 6.38298%;
}

.masonry-gutter {
  width: 2.12766%;
}

.info-link {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/info.png") 0px 0px no-repeat;
  margin: 0 auto;
}

.event-start-today {
  border: 1px solid #2dcccf;
  color: #2dcccf;
  padding: 2px 4px 0px 4px;
  margin-right: 4px;
}
.animate-color-switch .event-start-today {
  -moz-transition: border-color 250ms ease, color 250ms ease;
  -o-transition: border-color 250ms ease, color 250ms ease;
  -webkit-transition: border-color 250ms ease, color 250ms ease;
  transition: border-color 250ms ease, color 250ms ease;
}
.layout-white .event-start-today {
  border-color: #2dcccd;
  color: #2dcccd;
}

/* starred & tags page
------------------------------------------------------------ */
.item-tag {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0 1em;
  padding: 0;
  text-indent: -1em;
}
.no-touch .item-tag a:hover {
  background: #2dcccf;
  color: #0c0c0c;
}
.no-touch.layout-white .item-tag a:hover {
  background: #2dcccd;
  color: #f0f0f0;
}

#content-header + .tag_list {
  margin-top: 56px;
}

/* agenda page
------------------------------------------------------------ */
.date-calendar {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.calendar-item-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
}

.wrap-calendar-items {
  zoom: 1;
  margin-left: 8.51064%;
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  margin-right: 8.51064%;
}
.wrap-calendar-items:before, .wrap-calendar-items:after {
  content: "";
  display: table;
}
.wrap-calendar-items:after {
  clear: both;
}
.wrap-calendar-items .page-item {
  width: 17.94872%;
  float: left;
  margin-right: 2.5641%;
}
.wrap-calendar-items .page-item:nth-child(5n) {
  margin-right: 0;
}
.wrap-calendar-items .page-item:nth-child(5n+1) {
  clear: both;
}

.calendar-items {
  zoom: 1;
  width: 100%;
  float: left;
  clear: both;
}
.calendar-items:before, .calendar-items:after {
  content: "";
  display: table;
}
.calendar-items:after {
  clear: both;
}
.calendar-items + .calendar-items {
  margin-top: 39px;
}
.calendar-items.calendar-items-now .the_page {
  font: 32px/35px "BentonSans", Georgia, Times;
  font-style: normal;
  font-weight: normal;
}
.calendar-items.calendar-items-border {
  padding-bottom: 3px;
}
.animate-color-switch .calendar-items.calendar-items-border {
  -moz-transition: border-bottom-color 250ms ease;
  -o-transition: border-bottom-color 250ms ease;
  -webkit-transition: border-bottom-color 250ms ease;
  transition: border-bottom-color 250ms ease;
}
.layout-white .calendar-items.calendar-items-border {
  border-bottom-color: #0c0c0c;
}

.agenda_item {
  zoom: 1;
  clear: both;
  border-top: 1px dashed #f0f0f0;
  margin: 0 auto 20px auto;
  padding: 20px 0 0 0px;
  width: 100%;
}
.agenda_item:before, .agenda_item:after {
  content: "";
  display: table;
}
.agenda_item:after {
  clear: both;
}
.animate-color-switch .agenda_item {
  -moz-transition: border-top-color 250ms ease;
  -o-transition: border-top-color 250ms ease;
  -webkit-transition: border-top-color 250ms ease;
  transition: border-top-color 250ms ease;
}
.layout-white .agenda_item {
  border-top-color: #0c0c0c;
}
.agenda_item .date {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 17.94872%;
  float: left;
  margin-right: 2.5641%;
}
.agenda_item .the_page {
  width: 79.48718%;
  float: right;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  margin-top: -3px;
}
.no-touch .agenda_item a:hover {
  color: #2dcccf;
}
.no-touch.layout-white .agenda_item a:hover {
  color: #2dcccd;
}

.home-item .agenda_item {
  width: auto;
  padding-top: 10px;
  margin-bottom: 10px;
}

.home-item .agenda_item .date {
  width: 60px;
  padding-top: 0;
}

.home-item .agenda_item .the_page {
  width: 320px;
}

.minicalendar h4 {
  margin-bottom: 10px;
}

.agenda_item .the_page .tags {
  margin-top: 8px;
}

#ongoing h5 {
  font-family: Helvetica,Arial,Verdana,sans-serif;
  color: #f0f0f0;
  font-size: 16px;
  width: 780px;
  margin: 4px auto 16px auto;
  clear: both;
}

#calendar_links {
  float: right;
  margin: 0px;
}

#calendar_links a {
  margin-left: 20px;
}

.agenda_in_page {
  zoom: 1;
  margin-left: 8.51064%;
  width: 82.97872%;
  max-width:480px;  
  float: left;
  margin-right: 2.12766%;
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.agenda_in_page:before, .agenda_in_page:after {
  content: "";
  display: table;
}
.agenda_in_page:after {
  clear: both;
}
.agenda_in_page .item {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  margin-bottom: 12px;
  text-align: center;
}
.agenda_in_page .item:nth-child(2n) {
  margin-right: 0;
}
.agenda_in_page .item:nth-child(2n+1) {
  margin-right: 0;
}
.agenda_in_page .item .time {
  margin-bottom: 4px;
}
.agenda_in_page .item .time.old {
  color: #666;
}

.layout-column-sidebar .agenda_in_page {
  width: 300px;
}

#agenda-content {
  display: block;
  width: 960px;
  margin: 90px auto 0 auto;
  padding-top: 9px;
  padding-bottom: 70px;
}

#agenda-header {
  display: block;
  padding: 0;
  margin-bottom: 49px;
}

#agenda-week {
  text-align: center;
  margin-top: 14px;
}
#agenda-week h3 {
  display: inline-block;
  position: relative;
  top: -7px;
  width: 191px;
}

#agenda_prev {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 17px;
}

#agenda_next {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 17px;
}

.no-touch #agenda_prev:hover,
.no-touch #agenda_next:hover {
  background-position: 0px -32px;
}

.day {
  padding-bottom: 10px;
}

h3.agenda-day {
  width: 940px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #808080;
}

#agenda-content .no-events {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
}

/* search results page
------------------------------------------------------------ */
#search-results-content {
  zoom: 1;
  max-width: 940px;
  margin: 0 auto;
}
#search-results-content:before, #search-results-content:after {
  content: "";
  display: table;
}
#search-results-content:after {
  clear: both;
}

#search-results {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

#search-results h2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
}

/* page
------------------------------------------------------------ */
/* related pages */
.module-related-pages {
  margin-left: 8.51064%;
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  margin-right: 8.51064%;
  display: block;
  position: relative;
}

.wrap-page-items {
  zoom: 1;
}
.wrap-page-items:before, .wrap-page-items:after {
  content: "";
  display: table;
}
.wrap-page-items:after {
  clear: both;
}

.page-item {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  position: relative;
  vertical-align: top;
  margin: 0 20px 20px 0;
}

.page-item.nm {
  margin-right: 0px;
}

.page, a.page {
  width: 100%;
  min-height: 140px;
  cursor: pointer;
  display: block;
}

.page.focus, .no-touch a.page:hover {
  background-color: #2dcccf !important;
}

.no-touch.layout-white a.page:hover {
  background-color: #2dcccd !important;
}

.page.focus .page-inner, .no-touch a.page:hover .page-inner, .no-touch a.page:hover .page-inner .title {
  color: #000000 !important;
}
.no-touch.layout-white a.page:hover .page-inner, .no-touch.layout-white a.page:hover .page-inner .title {
  color: #ffffff !important;
}

.page-inner {
  padding: 6px 9px 7px 9px;
  color: #000;
}
.page-inner .title {
  font: 20px/21px "BentonSans", Georgia, Times;
  font-style: normal;
  font-weight: normal;
}
.page-inner .subtitle {
  font: 20px/21px "BentonSans", Georgia, Times;
  font-style: normal;
  font-weight: normal;
}
.page-inner .date {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  margin: 6px 0 0 0;
}

.dogear {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
}
.dogear .page-starred {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  background: transparent url("../images/ui-star.png") no-repeat center center;
}
.dogear:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-top: 32px solid #0c0c0c;
  position: absolute;
  right: 0;
  top: 0;
}
.animate-color-switch .dogear:after {
  -moz-transition: border-color 250ms ease;
  -o-transition: border-color 250ms ease;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}
.layout-white .dogear:after {
  border-top: 32px solid #fff;
}
.dogear:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 32px solid #000;
  border-top: 32px solid transparent;
  /* border-bottom: 32px solid transparent; */
  border-right: 32px solid transparent;
  position: absolute;
  right: -32px;
  top: 0;
  opacity: 0.5;
}
.animate-color-switch .dogear:before {
  -moz-transition: border-color 250ms ease;
  -o-transition: border-color 250ms ease;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}
.layout-white .dogear:before {
  border-left: 32px solid #f0f0f0;
}

.dogear-spacer {
  float: right;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 0 9px 9px;
}

/* calendar */
/* pages layout
------------------------------------------------------------ */
.jspPane {
  padding-top: 0 !important;
  position: relative !important;
}

.jspContainer {
  height: auto !important;
  width: 100% !important;
}

.page-content {
  max-width: 940px;
  height: auto !important;
  width: 100% !important;
  overflow: visible !important;
  margin: 0;
}

.page-content {
  display: block;
  padding-top: 9px;
  margin: 0 auto;
}
.page-content.agenda {
  margin: 0px auto;
  width: 916px;
}

.page-content-title {
  padding-bottom: 31px;
}
.page-content-title .block-author {
  font-size: 35px;
  margin-top: 20px;
}

.page-content-title .date {
  padding-top: 22px;
}

/* single column */
.layout-single-column {
  display: block;
}

/* double column */
.layout-column-left {
  display: block;
  float: left;
  width: 460px;
  margin-right: 20px;
}

.layout-column-sidebar {
  display: block;
  float: left;
  width: 320px;
}

/* page footer */
.page-content-footer {
  margin-left: 8.51064%;
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  margin-right: 8.51064%;
  padding: 5px 0 0 0;
}

.page-content-meta {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.page-content-meta a {
  color: #808080;
}
.no-touch .page-content-meta a:hover {
  color: #2dcccf;
}

/* social */
.socialfooter {
  clear: both;
  margin-bottom: -20px;
}

.social {
  margin-top: 4px;
}

.social a {
  display: inline-block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -5000px;
  background-size: 100%;
}

.social a.facebook {
  background-image: url("/images/facebook.png");
}

/* .social a.tumblr {background-image:url('/images/tumblr.');} */
.social a.twitter {
  background-image: url("/images/twitter.png");
}

.social a.google {
  background-image: url("http://www.gstatic.com/images/icons/gplus-32.png");
}

/* modules
------------------------------------------------------------ */
/* slideshow */
.module-slideshow {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.page-content .module-slideshow {
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
}
.module-slideshow:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.home-item .module-slideshow {
  margin-top: 20px;
}

.page-content .module-slideshow {
  margin-bottom: 18px;
}

.slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slidevhcenter {
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.slideshow-nav {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 12px;
  background-color:rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.layout-white .slideshow-nav {
  background-color:rgba(255, 255, 255, 0.5);
}

.slideshow-nav .ui-controls-prev,
.slideshow-nav .ui-controls-next {
  font: 24px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: block;
  padding: 5px;
  float: left;
}

.slide .ui-controls-enlarge {
  font: 22px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  display: block;
  bottom: 13px;
  right: 12px;
  padding: 6px;
  background-color:rgba(0, 0, 0, 0.5);
}
.layout-white .slide .ui-controls-enlarge {
  background-color:rgba(255, 255, 255, 0.5);
}

.no-touch .slide .ui-controls-enlarge:hover {
  background-position: 0px -24px;
}

/* slideshow mini */
.home-item.medium .module-slideshow {
  display: block;
  position: relative;
  overflow: hidden;
}

.layout-column-sidebar .module-slideshow {
  /* sidebar */
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.layout-column-sidebar .module-slideshow .slide {
  /* sidebar */
  width: 300px;
  height: 225px;
}

/* image */
.module-image {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
}
.page-content .module-image {
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
}
.module-image img {
  width: 100%;
  height: auto;
}

.home-item.medium .module-image {
  margin: 12px 0 0 0;
}

/* text */
.page .module-text {
  /* small page */
  display: block;
  position: relative;
  margin: 9px 0 0 0;
}

.home-item.large .module-text {
  /* large home item */
  display: block;
  position: relative;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.home-item.large .module-text .page-inner {
  padding: 12px;
}

.home-item.medium .module-text {
  /* medium home item */
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  margin: 12px 0 0 0;
}

.home-item.medium .module-text .page-inner {
  padding: 12px;
}

.page-content .module-text {
  /* page layout */
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
}

.makeabook-content .module-text {
  width: 100%;
}

.page-content .module-text {
  margin-bottom: 65px;
}

.page-content .module-text h3, .makeabook-content .module-text h3 {
  /* subhead */
  display: inline;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
}

.module-text a {
  color: #2dcccd;
  text-decoration:none;
  font-weight:500;
}

.no-touch .module-text a:hover {
  text-decoration:underline;
}

/* soundcloud */
.module-soundcloud {
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.home-item.large .module-soundcloud {
  margin: 20px 0 0 0;
}

.home-item.medium .module-soundcloud {
  margin: 12px 0 0 0;
}

/* youtube */
.module-youtube {
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

div#home-content .module-youtube {
	float: none;
	width: 100%;
	display: block;
	position: relative;
	margin: 20px 0 0 0;
}

.module-youtube .wrap-youtube {
  width: 100%;
  position: relative;
}
/*
.module-youtube .wrap-youtube:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}
*/
.module-youtube object,
.module-youtube iframe {
/*
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
*/
  width:100%;
  aspect-ratio:16/9;
}
.module-youtube object embed,
.module-youtube iframe embed {
  width: 100%;
  height: 100%;
}
.module-youtube .caption {
  width: 100%;
  padding-right: 0;
}

.home-item.large .module-youtube {
  margin: 20px 0 0 0;
}

.home-item.medium .module-youtube {
  margin: 12px 0 0 0;
}

/* downloads */
.module-downloads {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  zoom: 1;
  display: block;
  position: relative;
}
.module-downloads:before, .module-downloads:after {
  content: "";
  display: table;
}
.module-downloads:after {
  clear: both;
}
.module-downloads ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.module-downloads .item-download-file {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 44px;
  float: left;
}

.item-download {
  zoom: 1;
}
.item-download:before, .item-download:after {
  content: "";
  display: table;
}
.item-download:after {
  clear: both;
}
.item-download .dl {
  width: 100%;
  height: 32px;
  display: block;
  color: #f0f0f0;
  position: relative;
}
.animate-color-switch .item-download .dl {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.no-touch .item-download .dl:hover {
  color: #2dcccf;
}
.no-touch .item-download .dl:hover .item-button {
  background-color: #2dcccf;
}
.no-touch .item-download .dl:hover .placeholder-icon:after {
  content: "";
  background-color: #2dcccf;
}
.no-touch.layout-white .item-download .dl {
  color: #0c0c0c;
}
.no-touch.layout-white .item-download .dl .placeholder-icon:after {
  content: "";
  background-color: #0c0c0c;
}
.no-touch.layout-white .item-download .dl:hover {
  color: #2dcccd;
}
.no-touch.layout-white .item-download .dl:hover .placeholder-icon:after {
  content: "";
  background-color: #2dcccd;
}

.item-download + .item-download,
.module-downloads + .module-downloads {
  margin-top: 8px;
}

.item-download-button {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  @inclide clickable;
  float: left;
}
.item-download-button.placeholder-icon:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.animate-color-switch .item-download-button.placeholder-icon:after {
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.block-sidebar {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  zoom: 1;
}
.block-sidebar:before, .block-sidebar:after {
  content: "";
  display: table;
}
.block-sidebar:after {
  clear: both;
}

.module-share {
  zoom: 1;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.module-share:before, .module-share:after {
  content: "";
  display: table;
}
.module-share:after {
  clear: both;
}
.module-share .item-button {
  float: left;
  margin-right: 12px;
}
.module-share.share-open .module-share-toggle-text,
.module-share.share-open .item-share-button {
  display: none;
}
.module-share.share-open .module-share-item,
.module-share.share-open .item-share-button-close,
.module-share.share-open .module-share-calendar {
  display: block;
}

.module-share-toggle {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  float: left;
  height: 32px;
}
.no-touch .module-share-toggle:hover .item-share-button,
.no-touch .module-share-toggle:hover .module-share-toggle-text {
  color: #2dcccf;
}
.no-touch.layout-white .module-share-toggle:hover .item-share-button,
.no-touch.layout-white .module-share-toggle:hover .module-share-toggle-text {
  color: #2dcccd;
}

.item-share-button {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  color: #f0f0f0;
}
.module-share-toggle .item-share-button {
  margin-right: 8px;
}
.animate-color-switch .item-share-button {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.layout-white .item-share-button {
  color: #0c0c0c;
}

.layout-white .item-download .dl {
    color: #0c0c0c;
}

.module-share-toggle-text {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

.module-share-item {
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  display: none;
  float: left;
}
.module-share-item + .module-share-item {
  margin-left: 8px;
}

.subscribe-calendar {
  margin-left: 8.51064%;
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%;
  margin-right: 8.51064%;
  padding-bottom: 30px;
}

.module-share-calendar {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  display: none;
  float: left;
}
.module-share-calendar.module-share-subscribe {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  clear: both;
  top: 0;
  margin-left: 41px;
  margin-top: 10px;
}
.module-share-calendar.module-share-subscribe p + p {
  margin-top: 1.2em;
}

.subscribe-calendar-input {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-transform: none;
  padding: 2px 6px;
  margin: 0;
  width: 420px;
  border: 0;
  background: #000;
  color: #fff;
}
.animate-color-switch .subscribe-calendar-input {
  -moz-transition: background 250ms ease, color 250ms ease;
  -o-transition: background 250ms ease, color 250ms ease;
  -webkit-transition: background 250ms ease, color 250ms ease;
  transition: background 250ms ease, color 250ms ease;
}
.layout-white .subscribe-calendar-input {
  background: #fff;
  color: #000;
}
.subscribe-calendar-input:focus {
  outline: none;
}

.module-share-subscribe a {
  position: relative;
}
.module-share-subscribe a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
}

.subscribe-calendar-button {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 10px 5px;
  margin: 0;
  border: 0;
  position: relative;
  top: -1px;
}
.animate-color-switch .subscribe-calendar-button {
  -moz-transition: background 250ms ease, color 250ms ease;
  -o-transition: background 250ms ease, color 250ms ease;
  -webkit-transition: background 250ms ease, color 250ms ease;
  transition: background 250ms ease, color 250ms ease;
}
.subscribe-calendar-button:focus {
  outline: none;
}
.subscribe-calendar-button:hover {
  background-color: #2dcccf;
}
.layout-white .subscribe-calendar-button {
  background-color: #000;
  color: #fff;
}
.no-touch.layout-white .subscribe-calendar-button:hover {
  background-color: #2dcccd;
}

.module-tags {
  margin-left: 8.51064%;
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  margin-bottom: 24px;
}

/* clear
------------------------------------------------------------ */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* aaron's sorcery
------------------------------------------------------------ */
#temp_storage {
  display: none;
}

#frame .current {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#frame div.next {
  position: absolute;
  top: 133px;
  left: 110%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#frame div.prev {
  position: absolute;
  top: 133px;
  left: -110%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#next .bonus {
  display: none;
}

#prev .bonus {
  display: none;
}

#temp_storage {
  display: none;
}

/* AUTOCOMPLETE */
.autocomplete {
  position: fixed;
  top: 60px;
  width: 200px;
  font-family: sans-serif;
  font-size: 81%;
  background: grey;
}

.ac-title {
  padding: 7px 5px;
  display: block;
}

.no-touch .ac-title:hover {
  background: #eee;
}

#ac-loading {
  background-image: url("../images/ui-anim_basic_16x16.gif");
  background-repeat: no-repeat;
  background-position: 16px 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 7px;
}

#ac-loading.ac-active {
  background-position: 0px 0px;
}

.search form .search-box {
  position: relative;
}

.block-footer {
  clear:both;
  border-top: 1px solid #555555;
  box-shadow:0px -3px 6px #333333;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.animate-color-switch .block-footer {
  -moz-transition: border 250ms ease;
  -o-transition: border 250ms ease;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
}
.layout-white .block-footer {
  border-top:1px solid #c2c6c6;
  box-shadow:0px -3px 6px #b4a5a530;
}

/* footer newsletter subscription box */
.footer-sub-box {
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
	font: 16px/16px 'Mukta';
	font-weight: 300;
	margin-top:16px;
	padding-bottom:15px;
	border-bottom: 1px dashed #f0f0f0;
}
.layout-white .footer-sub-box {
	border-bottom-color: #0c0c0c;
}
.footer-sub-text {
	display:inline-block;
	margin-right:32px;
}
.footer-sub-email {
	display:inline-block;
	margin-left:32px;
	margin-right:32px;
}
.footer-sub-box-input {
	width:220px;
	height:22px;
	padding:2px 4px 0px 4px;
	font:16px/16px 'Mukta';
	font-weight: 300;
}
.footer-sub-close {
	display:inline-block;
	font-size:26px;	
	cursor:pointer;
	margin-left:32px;
}
/* end of footer newsletter subscription box */

.block-footer-content {
  zoom: 1;
  font: 12px/17px "BentonSANS";
  font-style: normal;
  font-weight: normal;
  color:#f0f0f0;
  margin-top: 18px;
  margin-bottom: 113px;
  padding-bottom:18px;
}
.layout-white .block-footer-content {
  color:#003580;	
}
.block-footer-content:before, .block-footer-content:after {
  content: "";
  display: table;
}
.block-footer-content:after {
  clear: both;
}

.block-footer-menu {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
}

.block-footer-menu-items {
  width: 46.66667%;
  float: left;
  margin-right: 6.66667%;
}
.block-footer-menu-items:nth-child(2) {
  float: right;
  margin-right: 0;
}

.warp-block-footer-info {
  width: 65.95745%;
  float: right;
  margin-right: 0;
  display: flex;
}

.block-footer-info {
  flex: 1;
  margin-right: 3.22581%;
}
.block-footer-info h3 {
  text-align: left;
  padding-top: 0;
  display: inline-block;
  line-height: 1;
}
.block-footer-info h3 + p,
.block-footer-info p + h3,
.block-footer-info p + p {
  margin-top: 10px;
}
.block-footer-info.last {
  margin-right: 0;
}

.block-footer-logos {
  width: 46.66667%;
  float: right;
  margin-right: 0;
  margin-top: 17px;
}

.footer-logo {
  width: 100%;
  height: auto;
  position: relative;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-logo + .footer-logo {
  margin-top: 21px;
}

.footer-logo-white {
  -moz-transition: visibility 250ms ease, opacity 250ms ease;
  -o-transition: visibility 250ms ease, opacity 250ms ease;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease;
  visibility: visible;
  opacity: 1;
}
.layout-white .footer-logo-white {
  visibility: hidden;
  opacity: 0;
}

.footer-logo-black {
  -moz-transition: visibility 250ms ease, opacity 250ms ease;
  -o-transition: visibility 250ms ease, opacity 250ms ease;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.layout-white .footer-logo-black {
  visibility: visible;
  opacity: 1;
}

.logo-black,
.layout-white .logo-white {
  display: none;
}

.layout-white .logo-black {
  display: block;
}

.logo-row {
  zoom: 1;
}
.logo-row:before, .logo-row:after {
  content: "";
  display: table;
}
.logo-row:after {
  clear: both;
}

.logo {
  float: left;
}

.logo-newline {
  clear: left;
}

.block-footer-share-items {
  width: 46.66667%;
  float: left;
  margin-right: 6.66667%;
  zoom: 1;
  clear: both;
  margin-top: 17px;
}
.block-footer-share-items:before, .block-footer-share-items:after {
  content: "";
  display: table;
}
.block-footer-share-items:after {
  clear: both;
}

.block-footer-share-item {
  font: 24px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.animate-color-switch .block-footer-share-item {
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.layout-white .block-footer-share-item {
  color: #0c0c0c;
}
.block-footer-share-item:nth-child(5) {
  clear: both;
}

.block-footer-menu-items a,
.block-footer-menu-items h3,
.block-footer-info a {
  position: relative;
}
.block-footer-menu-items a:after,
.block-footer-menu-items h3:after,
.block-footer-info a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
}

.newfooter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
	text-align:justify;
}

.newfooter a, .newfooter a:visited { color: #f0f0f0; text-decoration: none; }
.newfooter a:hover { color: #2dcccf; text-decoration: none; }

.layout-white .newfooter a, .layout-white .newfooter a:visited { color: #003580; text-decoration: none; }
.layout-white .newfooter a:hover { color: #2dcccd; text-decoration: none; }

.newfooter a {
}
.newfooter a.nodecoration, .layout-white .newfooter a.nodecoration {
	border-bottom: none;
	text-decoration: none;
}

.newfooter p {
	margin-top:10px;
}

.newfooter_sm_icons {
	font: 24px/1 "SaltIcons";
	font-style: normal;
	font-weight: normal;
	margin-right: -1px;
}

.nf_col1, .nf_col2, .nf_col3, .nf_col4, .nf_col5 {
	margin-bottom:20px;
	text-align:left;
	line-height:18px;
}

.nf_col1 {
	flex: 0 1 120px;
}

.nf_col2 {
	flex: 0 1 200px;
}

.nf_col3 {
	flex: 0 1 180px;
}

.nf_col4 {
	flex: 0 1 100px;
}

.nf_col5 {
	flex: 0 1 180px;
}

.blog-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-item .page {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  position: relative;
}
.blog-item .page:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.blog-item .page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.blog-item .page-inner {
  color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 0.3em 0.5em;
}
.blog-item .page-inner .title {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.layout-white .blog-item .page-inner {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.blog-item .page-inner .date {
  margin-top: 0;
}
.blog-item .tags {
  margin-top: 8px;
}

.no-touch .blog-item a.page:hover .page-inner,
.no-touch .blog-item a.page:hover .page-inner .title {
  color: #2dcccf !important;
}

.layout-white.no-touch .blog-item a.page:hover .page-inner,
.layout-white.no-touch .blog-item a.page:hover .page-inner .title {
  color: #2dcccd !important;
}

.blog-item .page-inner .subtitle {
  margin: 9px 0 0 0;
}

.block-bookitems,
.block-webprojects {
  zoom: 1;
  margin-top: 56px;
}
.block-bookitems:before, .block-bookitems:after,
.block-webprojects:before,
.block-webprojects:after {
  content: "";
  display: table;
}
.block-bookitems:after,
.block-webprojects:after {
  clear: both;
}

.bookshelf-item {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  position: relative;
  margin-bottom: 15px;
}
.bookshelf-item:nth-child(4n) {
  margin-right: 0;
}
.bookshelf-item:nth-child(4n+1) {
  clear: left;
}
.bookshelf-item .page {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.bookshelf-item .page-inner {
  height: 280px;
  background-color: #2dcccf !important;
  display: none;
}
.layout-white .bookshelf-item .page-inner {
  background-color: #2dcccd !important;
}
.bookshelf-item .tags {
  margin-top: 8px;
}

.bookshelf-item .page.focus .page-inner, .no-touch .bookshelf-item a.page:hover .page-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 202px;
}

.bookshelf-item .page-inner .subtitle {
  margin: 9px 0 0 0;
}

#bookshelf-content #search-results-content {
  display: block;
  width: 960px;
  margin: 0 auto 0 auto;
  padding-top: 9px;
  padding-bottom: 70px;
}

#bookshelf-content .row {
  margin: 0 0 40px;
}

#bookshelf-content {
  display: block;
  width: 960px;
  margin: 90px auto 0 auto;
  padding-top: 9px;
  padding-bottom: 90px;
}

h3.suptitle {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: 7px;
}

.book-informations {
  display: block;
  position: relative;
  margin: 0;
}

.book-informations .column {
  position: relative;
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
}

.column.data {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.6;
}

.chapters_list {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 16px;
}

.chapters_list li, #results li {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 25px;
}

.chapters_list li input {
  float: left;
  margin-left: -24px;
}

#results {
  list-style-type: none;
  list-style-position: outside;
}

#results li {
  list-style-type: none;
  list-style-position: outside;
  padding-right: 25px;
  position: relative;
}

#results li span.ui-button-drag {
  width: 10px;
  height: 10px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-drag.png);
  position: absolute;
  top: 4px;
  left: 0;
}

#results li a.ui-button-del {
  width: 10px;
  height: 10px;
  background-repeat: none;
  background-position: 0px 10px;
  background-image: url(../images/ui-button-drag.png);
  position: absolute;
  top: 4px;
  right: 0;
}

.book-informations .module-downloads h3 {
  color: #f0f0f0;
  text-transform: none;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font: bold 14px Helvetica,Arial,Verdana,sans-serif;
}

#book_cover {
  margin: 0 0 20px;
}

a#makeabook {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f0f0f0;
  text-decoration: none;
  padding-top: 22px;
  border-top: 1px solid gray;
  display: block;
}

.no-touch a#makeabook:hover {
  color: #2dcccf;
}

a#makeabook .ui-arrow-right-mini {
  position: relative;
  top: 1px;
  margin-left: 6px;
  display: none;
}

.no-touch a#makeabook:hover .ui-arrow-right-mini {
  background-position: 0px -10px;
  display: none;
}

a#makeabook .ui-button-workflow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-workflow.png);
  margin-bottom: -8px;
  margin-right: 6px;
}

.no-touch a#makeabook:hover .ui-button-workflow {
  background-position: 0px -24px;
}

#bookshelf-content .layout-column-left {
  display: block;
  width: 600px !important;
  margin: 0 40px 0 0;
  padding-top: 9px;
  position: relative;
  float: left;
}

#bookshelf-content .makeabook-content div.jspPane {
  padding-top: 0 !important;
}

#bookshelf-content .makeabook-content div.inner {
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}

#ContentPlaceHolder1_topRight div.jspContainer div.jspPane > div.inner {
  margin-bottom: 0;
}

#bookshelf-content .makeabook-content .book-item div.inner, #bookshelf-content .makeabook-content .form-item div.inner {
  margin-right: 0;
  display: none;
  border: none;
  font-weight: normal;
  font-style: normal;
}

.form-item {
  position: relative;
}

.form-item div.inner {
  margin-bottom: 20px;
}

#bookshelf-content .layout-column-sidebar {
  display: block;
  width: 320px !important;
  margin: 0 0px 0 0;
  padding-top: 9px;
  position: relative;
  float: left;
}

.book-item #book_cover {
  margin: 0 0 0;
}

.book-item .title, .form-item .title {
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  padding: 20px 0 20px 0px;
  border-top: 1px solid gray;
  display: block;
}

.book-item div.inner div.column {
  position: relative;
  float: left;
  width: 140px;
  margin: 5px 20px 0 0;
}

.book-item div.inner div.column.main {
  position: relative;
  float: left;
  width: 400px;
  margin: 5px 0 0;
}

#bookshelf-content .page-layout .title {
  color: white;
  padding-left: 2px !important;
}

.title .ui-button-num {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-num.png);
  margin-bottom: -6px;
  margin-right: 6px;
}

#bookshelf-content .book-item a.title {
  padding-left: 32px !important;
}

.no-touch #bookshelf-content .book-item a.title:hover {
  background: yellow;
  color: black;
}

.no-touch .book-item.opened a.title:hover {
  background: none;
  color: white;
}

a.title .ui-button-moreless {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-moreless.png);
  position: absolute;
  left: 0px;
}

.disabled .title, .done .title {
  color: #7c7c7c;
  padding-left: 2px !important;
  cursor: default;
}

.done a.checkbox {
  cursor: default;
}

.disabled .title .ui-button-num, .done .title .ui-button-num {
  background-position: 24px 0px;
}

#step2 .title .ui-button-num {
  background-position: 48px 48px;
}

#step2.disabled .title .ui-button-num {
  background-position: 24px 48px;
}

#step2.done .title .ui-button-num {
  background-position: 24px 48px;
}

#step3 .title .ui-button-num {
  background-position: 48px 24px;
}

#step3.disabled .title .ui-button-num {
  background-position: 24px 24px;
}

#step3.done .title .ui-button-num {
  background-position: 24px 24px;
}

.disabled .title .ui-button-moreless {
  background-position: 0px 24px;
}

.no-touch .book-item.disabled a.title:hover {
  background: none;
  color: #7c7c7c;
}

.form-item div.inner p {
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  margin-bottom: 20px;
}

#results li {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 43px;
  display: block;
}

textarea {
  padding: 6px;
  margin: 0;
  border: 0;
  background-color: #3c3c3c;
  color: white;
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  width: 240px;
  height: 100px;
}

input#email {
  padding: 6px;
  margin: 0;
  border: 0;
  background-color: #3c3c3c;
  color: white;
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  width: 240px;
  display: block;
  height: 16px;
}

#charCount {
  position: absolute;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  right: 0;
}

a.checkbox {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: white;
  margin-bottom: 20px;
  width: auto;
  float: right;
  position: relative;
  display: none;
  padding-right: 30px;
}

a.checkbox .ui-button-checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-check.png);
  margin-bottom: -7px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: -4px;
}

.done #checkbox1, .done #checkbox2, .done #checkbox3 {
  margin-top: -43px;
}

.done #checkbox1 .ui-button-checkbox, .done #checkbox2 .ui-button-checkbox, .done #checkbox3 .ui-button-checkbox {
  background-position: 0px -24px;
}

#step2, #step3 {
  clear: right;
  overflow: hidden;
}

#step2 a.title .ui-button-num {
  background-position: 0px 48px;
}

#step3 a.title .ui-button-num {
  background-position: 0px 24px;
}

#step2.disabled a.title .ui-button-num {
  background-position: 24px 48px;
}

#step3.disabled a.title .ui-button-num {
  background-position: 24px 24px;
}

.opened a.title .ui-button-moreless {
  background-image: url(../images/ui-button-moreless.png);
  background-position: 24px 0px;
}

#error, #success {
  display: none;
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  padding: 20px 0;
}

#email_confirm {
  display: block;
  padding: 20px 0;
}

#success {
  display: none;
  font: 18px Helvetica,Arial,Verdana,sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid gray;
}

.ui-button-error {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-error.png);
  margin-bottom: -6px;
  margin-right: 6px;
}

#return_link {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f0f0f0;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  margin-right: 20px;
  float: right;
}

#return_link span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: none;
  background-position: 0px 0px;
  background-image: url(../images/ui-button-bookshelf.png);
  margin-bottom: -9px;
  margin-right: 6px;
}

.book-image {
  zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
.book-image:before, .book-image:after {
  content: "";
  display: table;
}
.book-image:after {
  clear: both;
}
.book-image img {
  margin-left: 25.53191%;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  margin-right: 25.53191%;
  height: auto;
}

.book-informations {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.book-data {
  margin-bottom: 12px;
}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: -36px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/ui-controls-close.png) no-repeat 0px 0px;
  cursor: pointer;
  z-index: 1103;
}
.no-touch .fancybox-close:hover {
  background-position: 0px -24px;
}

.fancybox-nav span {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 32px;
}

.fancybox-prev span {
  background-image: url(../images/ui-arrow-left.png);
}

.fancybox-next span {
  background-image: url(../images/ui-arrow-right.png);
}

#viewing-tags {
  margin-top: 55px;
}
#viewing-tags + .wrap-page-items {
  margin-top: 14px;
}

.viewing-tags-button {
  font: 24px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
}

.show-all-tags {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.show-all-tags .item-button {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.show-all-tags #viewing {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.qtip {
  position: fixed;
  min-width: inherit;
  height:16px;
  color:#2dcccf;
}
.qtip-default {
  border: 0;
  background-color: #2dcccf;
}
.qtip-content {
  font: 12px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1px 4px 0;
  color:#000000;
}

.layout-white .qtip {
  color:#2dcccd;
}
.layout-white .qtip-default {
  background-color: #2dcccd;
}
.layout-white .qtip-content {
  color:#ffffff;
}

.page-layout {
  margin-bottom: -5px;
}

#bp {
  width: 2px;
}

.webprojects-item {
  margin-bottom: 15px;
}
.webprojects-item a {
  display: block;
  position: relative;
  color: #f0f0f0;
}
.layout-white .webprojects-item a {
  color: #f0f0f0;
}
.webprojects-item .title {
  background-color: rgba(0, 0, 0, 0.5);
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.3em 0.5em;
}

.bmform_outer739989,
.bmform_outer742073,
#sendloop-subscribe-form {
  width: 100% !important;
}

.bmform_inner739989,
.bmform_inner742073 {
  border: none !important;
}

.bmform_head739989,
.bmform_head742073 {
  display: none;
}

.bmform_body739989,
.bmform_body742073 {
  background: none !important;
  padding: 0 !important;
}
.bmform_body739989 div,
.bmform_body742073 div {
  font-weight: normal;
  font: 14px/16px "Mukta";
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 0px 5px 0px !important;
  color: #f0f0f0;
}
.layout-white .bmform_body739989 div, .layout-white
.bmform_body742073 div {
  color: #0c0c0c;
}
.bmform_body739989 div span,
.bmform_body742073 div span {
  color: inherit !important;
}
.bmform_body739989 input[type="text"],
.bmform_body742073 input[type="text"] {
  box-sizing: border-box;
  border: none !important;
  width: 100%;
  padding: 6px !important;
  margin: 0;
  background-color: #3c3c3c;
  color: #fff !important;
  font: 18px Helvetica,Arial,Verdana,sans-serif !important;
}

.bmform_introtxt739989,
.bmform_introtxt742073 {
  display: none;
}

#tblFieldData739989,
#tblFieldData742073 {
  padding: 0 !important;
}

.bmform_button739989,
.bmform_button742073 {
  text-align: left !important;
}
.bmform_button739989:before,
.bmform_button742073:before {
  content: "";
  font: 32px/1 "SaltIcons";
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: 5px;
  margin-right: 13px;
  color: #f0f0f0;
}
.layout-white .bmform_button739989:before, .layout-white
.bmform_button742073:before {
  color: #0c0c0c;
}

#btnSubmit,
.btnSubmit {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #f0f0f0;
}
.layout-white #btnSubmit, .layout-white
.btnSubmit {
  color: #0c0c0c;
}
.no-touch #btnSubmit:hover, .no-touch
.btnSubmit:hover {
  color: #2dcccf;
}
.no-touch.layout-white #btnSubmit:hover, .no-touch.layout-white
.btnSubmit:hover {
  color: #2dcccd;
}

#tblRequiredField739989,
#tblRequiredField742073 {
  display: none;
}

.kralicev13 .S,
.kralicev13 .A,
.kralicev13 .L,
.kralicev13 .T {
  color: #FF7C6F;
}

.menu-center-item.active a .kralicev13, .menu-center-item.active a .kralicev13 span, .menu-center-item.active
a.kralicev13, .menu-center-item.active
a.kralicev13 span {
  color: #3BBFBB;
}
.no-touch a .kralicev13:hover, .no-touch a .kralicev13:hover span, .no-touch
a.kralicev13:hover, .no-touch
a.kralicev13:hover span {
  color: #3BBFBB;
}

.no-touch a:hover .kralicev13 {
  color: #3BBFBB;
}
.no-touch a:hover .kralicev13 span {
  color: #3BBFBB;
}

.layout-white.no-touch a:hover .kralicev13 {
  color: #3BBFBB;
}
.layout-white.no-touch a:hover .kralicev13 span {
  color: #3BBFBB;
}

.page-scrollable {
  height: calc(100vh - 190px);
  overflow: hidden;
}

.page-scrolling {
  width: calc(100% + 30px);
  padding-right: 30px;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}

.footnote {
  line-height:0;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: super;
  font-size: smaller;
}

.block-footnotes {
  margin-top: 40px;
}

.block-footnote {
  font-size: 14px;
  line-height: 18px;
  display: grid;
  -ms-grid-column-gap: 5px;
  grid-column-gap: 5px;
  -ms-grid-template-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
}

.footnote-number span {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.inline-image img {
  width: 100%;
  height: auto;
}

.inline {
  width: 144.44444%;
  float: left;
  margin-right: 3.7037%;
  margin-bottom: 24px;
}

.filter-calendar {
  font: 18px/24px "Mukta";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  margin-top: -20px;
  margin-bottom: 40px;
}

.filter__calendar-item {
  display: inline-block;
  border: 1px solid;
  padding: 2px 5px 0;
  margin-right: 14px;
}

.filter__calendar--active {
  color: #2dcccf;
}
.layout-white .filter__calendar--active {
  color: #2dcccd;
}

.slideshow {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (min-width: 1111px) {
  .mobile-menu-button {
    display: none !important;
  }

  .block-tags .page-item:nth-child(6n) {
    margin-right: 0;
  }
  .block-tags .page-item:nth-child(6n+1) {
    clear: both;
  }
  .module-related-pages .page-item {
    width: 17.94872%;
    float: left;
    margin-right: 2.5641%;
  }
  .module-related-pages .page-item:nth-child(5n) {
    margin-right: 0;
  }
  .module-related-pages .page-item:nth-child(5n+1) {
    clear: both;
  }

  .page-layout .module-slideshow:first-child,
  .page-layout .module-youtube:first-child,
  .page-layout .module-image:first-child {
    margin-left: 8.51064%;
    width: 82.97872%;
    margin-right: 8.51064%;
    margin-bottom: 20px;
  }

  .bookshelf-item:nth-child(4n) {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
  .bookshelf-item:nth-child(4n+1) {
    clear: both;
  }

  .block-webprojects {
    margin-bottom: 112px;
  }

  .webprojects-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
  .webprojects-item:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .webprojects-item:nth-child(3n+1) {
    clear: both;
  }

  .blog-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
  .blog-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-item:nth-child(3n+1) {
    clear: left;
  }

  .tag_list {
    columns: 3;
  }

  #home-content {
    margin-bottom: -20px;
  }
}
@media (max-width: 1110px) {
  .color-switch,
  #menu-center,
  .slide .ui-controls-enlarge {
    display: none;
  }

  #menu_home, #menu_search, #menu_tags, #menu_close_button {
	  display:none !important;
  }
  
  #mob_menu_tags, #mob_menu_search {
	  display:list-item !important;
  }
  
  #bar-container,
  .bar-container-sub {
    border-bottom: 0;
  }

  .bar-container-sub {
    display: block;
  }
  .bar-container-sub.bar-container-sub-announcement,
  .bar-container-sub.bar-container-sub-counter {
    top: 64px;
  }
  .bar-container-sub .bar-container-sub-announcement-date,
  .bar-container-sub .bar-container-sub-counter-date, {
  .bar-container-sub .bar-container-sub-counter-visit
    position: relative;
  }
  .bar-container-sub .bar-container-sub-announcement-text,
  .bar-container-sub .bar-container-sub-counter-text {
    padding-top: 0;
  }

  #container {
    padding-top: 98px;
  }

  .mobile-menu-button {
    font: 32px/1 "SaltIcons";
    font-style: normal;
    font-weight: normal;
  }

  .mobile-menu-button-close {
    display: none;
  }

  .mobile-menu-button-icon {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .mobile-menu-button-icon:hover {
    color: #2dcccf;
  }
  .layout-white .mobile-menu-button-icon:hover {
    color: #2dcccd;
  }

  .mobile-menu-open #menu-center {
    display: block;
    font-size: 32px;
    top: 204px;
    text-align: center;
  }
  .mobile-menu-open #menu-center .menu-center-item {
    float: none;
  }
  .mobile-menu-open #menu-center .menu-center-item + .menu-center-item {
    margin-left: 0;
    margin-top: 20px;
  }
  .mobile-menu-open body:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c0c0c;
    z-index: 100;
  }
  .mobile-menu-open .mobile-menu-button {
    color: #2dcccf;
  }
  .mobile-menu-open .mobile-menu-button-open {
    display: none;
  }
  .mobile-menu-open .mobile-menu-button-close {
    display: block;
  }

  .layout-white.mobile-menu-open .mobile-menu-button-icon {
    color: #2dcccd;
  }
  .layout-white.mobile-menu-open body:before {
    content: "";
    background-color: #fff;
  }

  .home-item.small {
    width: 23.40426%;
  }
  .home-item.medium {
    width: 48.93617%;
  }
  .home-item.large .item-title {
    font-size: 24px;
    line-height: 1.1;
  }

  .block-footer-menu {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }

  .block-tags .page-item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .block-tags .page-item:nth-child(4n) {
    margin-right: 0;
  }
  .block-tags .page-item:nth-child(4n+1) {
    clear: both;
  }

  .ui-button-arrow-circle {
    margin-top: 0;
    top: 72px;
  }
  .ui-button-arrow-circle.prev {
    right: 61px;
    left: initial;
  }

  .page-layout {
    display: flex;
    flex-direction: column;
  }
  .page-layout .module-slideshow:first-child,
  .page-layout .module-youtube:first-child,
  .page-layout .module-image:first-child {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .page-layout .block-sidebar {
    order: 2;
  }
  .page-layout > div {
    order: 10;
  }

  .block-sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    margin-bottom: 22px;
  }

  .module-share {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }

  .module-downloads {
    width: 65.95745%;
    float: right;
    margin-right: 0;
  }
  .module-downloads li {
    width: 48.3871%;
    float: left;
    margin-right: 3.22581%;
  }
  .module-downloads li:nth-child(2) {
    margin-right: 0;
  }

  .page-content-title {
    padding-bottom: 26px;
  }

  .page-content .module-image,
  .page-content .module-slideshow,
  .page-content .module-youtube,
  .page-content .module-text,
  .page-content .module-related-pages,
  .page-content .page-content-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-content-title .date {
    padding-top: 13px;
  }
  .page-content-title .title {
    font-size: 43px;
    line-height: 1;
    padding-top: 0;
  }
  .page-content-title h2.title {
    margin-top: -1px;
  }
  .page-content-title .block-author {
    font-size: 24px;
    margin-top: 14px;
  }

  .module-related-pages .page-item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .module-related-pages .page-item:nth-child(4n) {
    margin-right: 0;
  }
  .module-related-pages .page-item:nth-child(4n+1) {
    clear: both;
  }

  #frame > .next, #frame > .prev {
    padding-left: 42px;
    padding-right: 42px;
    box-sizing: border-box;
  }

  .module-tags {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #home-content {
    margin-bottom: -2.12766%;
  }

  .tag_list {
    columns: 3;
  }

  .inline {
    width: 100%;
    margin-right: 0;
  }
  .webpush-wrapper {
	position:relative;
   float: left;
  }
  
  .webpush-icon, .layout-white .webpush-icon {
   float: left;
   margin-right: 0;
  }
  
  .webpush-box {
   left:-116px;
   top:48px;
  }  
  
  .agenda_in_page {
	margin-left:auto;
	margin-right:auto;
  }
}
@media (min-width: 769px) and (max-width: 1110px) {
  .webprojects-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
  .webprojects-item:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .webprojects-item:nth-child(3n+1) {
    clear: both;
  }

  .blog-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
  .blog-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width:1000px) {
	.footer-sub-box {
		justify-content:space-evenly;
	}
	.footer-sub-text {
		flex:0 1 100%;
		display:inline-block;
		text-align:center;
		margin:0;
	}
	.footer-sub-email {
		display:inline-block;
		margin:0;
		margin-top:10px;
	}
	.footer-sub-close {
		display:inline-block;
		font-size:26px;	
		cursor:pointer;
		margin:0;
		margin-top:10px;
	}
}

@media (max-width: 800px) {
	.bar-container-sub-announcement-date {
		position:static !important;
		padding:0 !important;
	}
	.bar-container-sub-announcement-text {
		padding-right:32px !important;
	}
}

@media (max-width: 768px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 89px;
  }

  h1 {
    font-size: 31px !important;
  }

  .home-item.small {
    width: 48.93617%;
  }
  .home-item.medium, .home-item.large {
    width: 100%;
  }
  .home-item.large .item-title {
    font-size: 31px;
    line-height: 1;
  }

  .mobile-menu-open #menu-center {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50vh;
  }

  .bookshelf-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .bookshelf-item:nth-child(2n) {
    margin-right: 0;
  }
  .bookshelf-item:nth-child(2n+1) {
    clear: both;
  }

  .tag_list {
    columns: 2;
  }

  .block-footer-menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .block-footer-menu + .block-footer-info {
    margin-top: 17px;
  }

  .warp-block-footer-info {
    width: 100%;
    display: block;
  }
  .block-footer-menu + .warp-block-footer-info {
    margin-top: 17px;
  }

  .block-footer-info + .block-footer-info {
    margin-top: 17px;
  }

  .page-layout .block-sidebar {
    order: 10;
  }

  .module-downloads li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .module-share,
  .module-downloads {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .ui-button-arrow-circle {
    display: none !important;
  }

  .agenda_in_page {
    width: 100%;
    float: left;
	max-width:auto;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10;
  }
  .agenda_in_page .item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .agenda_in_page .item:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .page-content-title {
    padding-bottom: 65px;
  }
  .page-content-title .title {
    font-size: 31px;
    line-height: 1.05;
  }
  .page-content-title .block-author {
    margin-top: 17px;
  }
  .page-content-title .date {
    padding-top: 15px;
  }

  .page-layout .module-slideshow:first-child,
  .page-layout .module-youtube:first-child,
  .page-layout .module-image:first-child {
    margin-top: 0;
  }

  .block-tags .page-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .block-tags .page-item:nth-child(2n) {
    margin-right: 0;
  }
  .block-tags .page-item:nth-child(2n+1) {
    clear: both;
  }

  .page-layout .module-slideshow:first-child,
  .page-layout .module-youtube:first-child,
  .page-layout .module-image:first-child {
    margin-bottom: 22px;
  }

  .search-module-active .mobile-menu-button,
  .search-module-active .search-form-ratio,
  .search-module-active .close-button-module-search,
  .search-module-active .menu-item-home,
  .search-module-active .menu-item-tags,
  .search-module-active .menu-item-lang,
  .search-module-active .menu-item-count {
    display: none !important;
  }
  .search-module-active #menu li {
    z-index: 1;
  }
  .search-module-active #menu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: #0c0c0c;
    opacity: 0.8;
  }

  .search form .search-box {
    width: calc(100vw - 40px);
  }

  #bp {
    width: 1px;
  }

  .module-related-pages .page-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .module-related-pages .page-item:nth-child(2n) {
    margin-right: 0;
  }
  .module-related-pages .page-item:nth-child(2n+1) {
    clear: both;
  }

  .block-bookitems,
  .block-webprojects,
  #content-header + .tag_list,
  #viewing-tags {
    margin-top: 23px;
  }

  .agenda_item .the_page {
    width: 100%;
    float: none;
    margin-top: 1em !important;
  }
  .agenda_item .date {
    width: 100%;
  }

  #agenda-week .date-calendar {
    width: calc(100% - 106px);
  }

  .wrap-calendar-items {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .calendar-items .page-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .calendar-items .page-item:nth-child(5n) {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .calendar-items .page-item:nth-child(5n+1) {
    clear: none;
  }
  .calendar-items .page-item:nth-child(2n) {
    margin-right: 0;
  }
  .calendar-items .page-item:nth-child(2n + 1) {
    clear: both;
  }

  .subscribe-calendar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .module-share-calendar {
    width: calc(100% - 40px);
  }

  .subscribe-calendar-input {
    width: calc(100% - 68px);
  }

  .module-share-calendar.module-share-subscribe {
    margin-left: 47px;
  }
  
  /* confirm-box mobile */
	.confirm-box {
		position:fixed;
		bottom:-126px;
		left:0;
		right:0 !important;
		top:auto;
		width:auto;
		background-color:#ffffff;
		color:#222222;
		padding: 20px;
		font-size:14px;
		line-height:16px;
		z-index:9999;
	}

	.layout-white .confirm-box {
		position:fixed;
		bottom:-126px;
		left:0;
		right:0 !important;
		top:auto;		
		width:auto;
		background-color:#000000;
		border: 1px dashed #000000;
		color:#f2f2f2;
		padding: 20px;
		font-size:14px;
		line-height:16px;
		z-index:9999;
	}
	
	.endanim {
		right:0;
		bottom:0 !important;
	}
	
	
}
@media (min-width: 481px) and (max-width: 768px) {
  .webprojects-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .webprojects-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .webprojects-item:nth-child(2n+1) {
    clear: both;
  }

  .blog-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .blog-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .blog-item:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width:512px) {
	.footer-sub-box {
		font:12px/12px 'Mukta';
		font-weight: 300;
	}
	.footer-sub-box-input {
		font:12px/12px 'Mukta';
		font-weight: 300;
		width:160px;
	}
	.footer-sub-box .regular-button {
		font:12px/16px 'Mukta';
		font-weight: 300;
		min-width:80px;
	}
	.footer-sub-close {
		font-size:20px;	
	}
}

@media (max-width: 480px) {
  .tag_list {
    columns: 1;
  }

  .block-footer-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  
  .bar-container-sub-announcement {
	font-size:12px;
  }
  
  .bar-container-sub-counter {
    font-size:12px;
  }
  
  .saltPopupText {
	font: 14px/18px 'Mukta';
	font-weight: 300;
	padding: 30px 20px 20px 20px;
  }
  
	.header-logo-blue-tr, .header-logo-white-tr,
	.header-logo-blue-en, .header-logo-white-en {
		width:240px;
	}
	.header-logo-blue-tr {
		background-size:auto 34px;
	}
	.header-logo-white-tr {
		background-size:auto 34px;
	}
	.header-logo-blue-en {
		background-size:auto 34px;
	}
	.header-logo-white-en {
		background-size:auto 34px;
	}
}

@media (max-width:384px) {
	.footer-sub-box {
		font:9px/11px 'Mukta';
		font-weight: 300;
	}
	.footer-sub-box-input {
		font:10px/11px 'Mukta';
		font-weight: 300;
		width:120px;
	}
	.footer-sub-box .regular-button {
		font:10px/14px 'Mukta';
		font-weight: 300;
		min-width:60px;
	}
	.footer-sub-close {
		font-size:20px;	
	}
}

@media (max-width: 375px) {
  .webpush-box {
   left:-176px;
   top:48px;
  }  
}