#menucontainer, #democontainer {
  width: 100% !important;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  zoom: 100%;
  font-family: 'Arial', serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.42px;
  line-height: 24px;
}
#menucontainer {
  height: 71px !important;
}
#democontainer {
  top: 61px !important;
}
#democontainer::selection {
  background-color: #eeeeee;
}
#democontainer::-moz-selection {
  background-color: #eeeeee;
}
#menu {
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 25px 28px 24px;
  background-color: #ffffff;
}
h1, h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.42px;
  line-height: 24px;
}
#name, #viewtoggle, #information, #close {
  display: inline-block;
  cursor: pointer;
}
#name {
  float: left;
}
#submenu {
  float: right;
  margin: 0 56px 0 0;
}
.floatclear {
  clear: both;
}
#viewtoggle, #information, #close, a[id^="project"], .projectinfo, #informationpage {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
#viewtoggle, #information, #close, a[id^="project"] {
  opacity: 1;
  pointer-events: all;
}
#viewtoggle.hide, #information.hide, #close.hide, a[id^="project"].hide {
  opacity: 0;
  pointer-events: none;
}
.add {
  height: auto;
}
.remove {
  height: 0;
}
#close.disappear {
  display: none;
}
#viewtoggle {
  margin: 0 24px 0 0;
}
#content {
  z-index: 1;
  position: absolute;
  max-width: 1281px;
  top: 73px;
  left: 28px;
  right: 28px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
a:link, a:active, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}
a[id^="project"] {
  display: inline;
  width: calc(50% - 14px);
  margin: 0 0 28px;
  border: dotted 1px #999999;
  border-width: 0 0 0 0;
}
a[id^="project"].index {
  width: 100%;
  margin: 0;
  border-width: 0 0 1px 0;
  display: flex;
  align-items: center;
}
#projectthumbnail01.index {
  border-width: 1px 0;
}
#projectthumbnail12.index {
  margin: 0 0 28px;
}
.thumbnail {
  display: block;
  width: 100%;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
}
.thumbnail.index, .label.index {
  display: flex;
  align-items: center;
}
.thumbnail.index {
  width: 78px;
  margin: 14px 0 14px;
}
.label {
  display: none;
}
.label.index {
  display: flex;
  width: calc(100% - 94px);
  margin: 0 0 0 14px;
  align-items: center;
  justify-content: space-between;
}
h1, h2 {
  display: inline;
}
.projectinfo, #informationpage {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.projectinfo.show, #informationpage.show {
  opacity: 1;
  pointer-events: all;
}
.swiper-container {
  position: relative !important;
  background-color: #000000 !important;
  transition: border 0s;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
}
.swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100% !important;
  background: #000000 !important;
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  text-align: center !important;
}
.swiper-slide img, .swiper-slide video {
  bottom: 0 !important;
  overflow: hidden !important;
}
.swiper-slide img {
  margin: -1px 0 0 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
  background: url("../../../../resources/images/demos/folioplus/left.svg") no-repeat center !important;
  background-position: left 11px center !important;
}
.swiper-button-next {
  right: 0 !important;
  background: url("../../../../resources/images/demos/folioplus/right.svg") no-repeat center !important;
  background-position: right 11px center !important;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute !important;
  top: 20px !important;
  bottom: 0 !important;
  width: 35px !important;
  height: calc(100% + 2px) !important;
  color: rgba(0, 0, 0, 0) !important;
  background-size: 12px !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  outline: none !important;
  opacity: 1 !important;
  transition: opacity 0s ease-in-out !important;
  -webkit-transition: opacity 0s ease-in-out !important;
  -moz-transition: opacity 0s ease-in-out !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1 !important;
}
.swiper-button-prev.hide, .swiper-button-next.hide {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out !important;
  -webkit-transition: opacity 0.3s ease-in-out !important;
  -moz-transition: opacity 0.3s ease-in-out !important;
}
.swiper-button-prev.active, .swiper-button-next.active {
  transition: opacity 0.3s ease-in-out !important;
  -webkit-transition: opacity 0.3s ease-in-out !important;
  -moz-transition: opacity 0.3s ease-in-out !important;
}
.projectnavprev, .projecttitle, .projectnavnext {
  position: absolute;
  display: flex;
  align-items: center;
}
.projectnavprev, .projectnavnext {
  margin: 25px 0;
  cursor: pointer;
  color: #696969;
}
.projectnavprev {
  left: 0;
  right: auto;
}
.projecttitle {
  width: calc(100% - 168px);
  left: 0;
  right: 0;
  margin: 25px 84px;
  text-align: center;
  justify-content: center;
}
.projectnavnext {
  left: auto;
  right: 0;
}
.projectdescription {
  position: absolute;
  margin: 51px 0 0;
}
p {
  margin: 16px 0;
}
p.last {
  margin: 16px 0 65px;
}
.projectlink {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 25px;
  color: #696969;
}
#informationblock {
  position: absolute;
  max-width: 640px;
  top: 17px;
  left: 28px;
  right: 28px;
  margin: 0 auto;
}
#informationblock img {
  position: relative;
  width: 100%;
  margin: 0 auto 48px;
}
#informationblock p {
  margin: 0 0 28px;
}
#informationlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  a[id^="project"] {
    width: 100%;
  }
}
