@import "bourbon";
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper, .row, #wrapper, .project-subpage-header #logo, .subpage-two-columns .subpage .content, .projects-list, .projects-list__modalbox .post-gallery .post-gallery__header, .projects-list__modalbox .post-gallery__description, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__cl, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(1), .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(3), #menu-responsive .mr-menu, #menu-responsive .mr-menu ul li {
  *zoom: 1;
}
.wrapper:before, .row:before, #wrapper:before, .project-subpage-header #logo:before, .subpage-two-columns .subpage .content:before, .projects-list:before, .projects-list__modalbox .post-gallery .post-gallery__header:before, .projects-list__modalbox .post-gallery__description:before, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__cl:before, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(1):before, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(3):before, #menu-responsive .mr-menu:before, #menu-responsive .mr-menu ul li:before, .wrapper:after, .row:after, #wrapper:after, .project-subpage-header #logo:after, .subpage-two-columns .subpage .content:after, .projects-list:after, .projects-list__modalbox .post-gallery .post-gallery__header:after, .projects-list__modalbox .post-gallery__description:after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__cl:after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(1):after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(3):after, #menu-responsive .mr-menu:after, #menu-responsive .mr-menu ul li:after {
  content: " ";
  display: table;
}
.wrapper:after, .row:after, #wrapper:after, .project-subpage-header #logo:after, .subpage-two-columns .subpage .content:after, .projects-list:after, .projects-list__modalbox .post-gallery .post-gallery__header:after, .projects-list__modalbox .post-gallery__description:after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__cl:after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(1):after, .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(3):after, #menu-responsive .mr-menu:after, #menu-responsive .mr-menu ul li:after {
  clear: both;
}
img {
  max-width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
body a {
  transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}
#wrapper {
  background: #fff;
  display: inline-block;
  padding: 25px;
  width: 100%;
}
/*internet explorer scrollbalken*/
body {
  scrollbar-base-color: #c0c0c0;
  scrollbar-base-color: #c0c0c0;
  scrollbar-3dlight-color: #c0c0c0;
  scrollbar-highlight-color: #c0c0c0;
  scrollbar-track-color: #ebebeb;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #c0c0c0;
  scrollbar-dark-shadow-color: #c0c0c0;
}
/*mozilla scrolbalken*/
@-moz-document url-prefix(http://),url-prefix(https://) {
  scrollbar {
    -moz-appearance: none !important;
    background: #0f0 !important;
  }
  thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: #00f !important;
  }
  thumb:hover, scrollbarbutton:hover {
    -moz-appearance: none !important;
    background-color: #f00 !important;
  }
  scrollbarbutton {
    display: none !important;
  }
  scrollbar[orient="vertical"] {
    min-width: 15px !important;
  }
}
::-webkit-scrollbar {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid whiteSmoke 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu-toggle {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #menu-toggle {
    display: inline-block;
    float: right;
    color: #fff;
    padding: 10px;
    background: #1c1d1f;
    font-size: 25px;
  }
  #menu-toggle:hover {
    color: #1c1d1f;
    background: #fff;
  }
}
.project-subpage-header {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 25px 0px;
  padding: 25px;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: -moz-calc(45vh - 25px);
  height: -webkit-calc(45vh - 25px);
  height: calc(45vh - 25px);
}
.project-subpage-header #menu {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .project-subpage-header #menu {
    display: none;
  }
}
.project-subpage-header #menu li {
  float: left;
  margin: 0px 2px;
}
.project-subpage-header #menu li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.project-subpage-header #menu li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.project-subpage-header #menu li.current-menu-item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
  display: inline-block;
}
.project-subpage-header #menu li.current-menu-item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.project-subpage-header #menu li.current_page_item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
  display: inline-block;
}
.project-subpage-header #menu li.current_page_item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.project-subpage-header #langs {
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .project-subpage-header #langs {
    display: none;
  }
}
.project-subpage-header #langs li {
  float: left;
  margin: 0px 2px;
}
.project-subpage-header #langs li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.project-subpage-header #langs li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.project-subpage-header #langs li.current-lang a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.project-subpage-header #logo {
  text-align: center;
  margin: 0px 0px 10px 0px;
  height: -moz-calc(100% - 145px);
  height: -webkit-calc(100% - 145px);
  height: calc(100% - 145px);
  display: inline-block;
  position: relative;
  max-height: 80%;
  max-width: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-subpage-header #logo img {
  position: relative;
  top: 30px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.subpage-one-column {
  width: 100%;
  float: none;
  clear: both;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  min-height: -moz-calc(100vh - 50px);
  min-height: -webkit-calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  background-position: center center;
  background-size: cover;
}
.subpage-one-column .subpage-header {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 25px 0px;
  padding: 25px;
  position: relative;
  background: transparent;
}
.subpage-one-column .subpage-header #menu {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-one-column .subpage-header #menu {
    display: none;
  }
}
.subpage-one-column .subpage-header #menu li {
  float: left;
  margin: 0px 2px;
}
.subpage-one-column .subpage-header #menu li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-one-column .subpage-header #menu li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #menu li.current-menu-item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #menu li.current-menu-item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #menu li.current_page_item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #menu li.current_page_item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #langs {
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-one-column .subpage-header #langs {
    display: none;
  }
}
.subpage-one-column .subpage-header #langs li {
  float: left;
  margin: 0px 2px;
}
.subpage-one-column .subpage-header #langs li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-one-column .subpage-header #langs li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #langs li.current-lang a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-one-column .subpage-header #logo {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: -moz-calc(100px);
  height: -webkit-calc(100px);
  height: calc(100px);
  position: relative;
  display: inline-block;
  text-align: center;
  float: left;
  clear: none;
}
.subpage-one-column .subpage-header #logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0px auto;
  position: relative;
  top: 0px;
}
.subpage-one-column .subpage {
  margin: 0px auto;
  text-align: center;
}
.subpage-one-column .subpage .content {
  width: 100%;
  float: none;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.subpage-one-column .subpage .content a {
  color: #fff;
  text-decoration: none;
}
.subpage-one-column .subpage .content a:hover {
  color: #fff;
  text-decoration: none;
}
.subpage-one-column .subpage .content p {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: calc(100%);
  margin: 0px 0px 25px 0px;
}
@media (min-width: 992px) {
  .subpage-one-column .subpage {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage-one-column .subpage {
    width: 70%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-one-column .subpage {
    width: 90%;
  }
}
.subpage-two-columns {
  width: 100%;
  float: none;
  clear: both;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  min-height: -moz-calc(100vh - 50px);
  min-height: -webkit-calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  background-position: center center;
  background-size: cover;
}
.subpage-two-columns .subpage-header {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 25px 0px;
  padding: 25px;
  position: relative;
  background: transparent;
}
.subpage-two-columns .subpage-header #menu {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-two-columns .subpage-header #menu {
    display: none;
  }
}
.subpage-two-columns .subpage-header #menu li {
  float: left;
  margin: 0px 2px;
}
.subpage-two-columns .subpage-header #menu li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-two-columns .subpage-header #menu li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #menu li.current-menu-item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #menu li.current-menu-item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #menu li.current_page_item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #menu li.current_page_item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #langs {
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-two-columns .subpage-header #langs {
    display: none;
  }
}
.subpage-two-columns .subpage-header #langs li {
  float: left;
  margin: 0px 2px;
}
.subpage-two-columns .subpage-header #langs li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-two-columns .subpage-header #langs li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #langs li.current-lang a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-two-columns .subpage-header #logo {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: -moz-calc(100px);
  height: -webkit-calc(100px);
  height: calc(100px);
  position: relative;
  display: inline-block;
  text-align: center;
  float: left;
  clear: none;
}
.subpage-two-columns .subpage-header #logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0px auto;
  position: relative;
  top: 0px;
}
.subpage-two-columns .subpage {
  margin: 0px auto;
  text-align: center;
}
.subpage-two-columns .subpage .content {
  width: 100%;
  float: none;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  position: relative;
  display: inline-block;
}
.subpage-two-columns .subpage .content .txtcol:nth-child(2) {
  float: right;
}
@media (min-width: 992px) {
  .subpage-two-columns .subpage .content .txtcol {
    width: 48%;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage-two-columns .subpage .content .txtcol {
    width: 46%;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-two-columns .subpage .content .txtcol {
    width: 100%;
    display: inline-block;
    float: none;
    clear: both;
  }
}
.subpage-two-columns .subpage .content p {
  margin: 0px 0px 25px 0px;
}
@media (min-width: 992px) {
  .subpage-two-columns .subpage {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage-two-columns .subpage {
    width: 70%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-two-columns .subpage {
    width: 90%;
  }
}
.subpage-bio {
  width: 100%;
  float: none;
  clear: both;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  min-height: -moz-calc(100vh - 50px);
  min-height: -webkit-calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  background-position: center center;
  background-size: cover;
}
.subpage-bio .subpage-header {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 25px 0px;
  padding: 25px;
  position: relative;
  background: transparent;
}
.subpage-bio .subpage-header #menu {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-bio .subpage-header #menu {
    display: none;
  }
}
.subpage-bio .subpage-header #menu li {
  float: left;
  margin: 0px 2px;
}
.subpage-bio .subpage-header #menu li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-bio .subpage-header #menu li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #menu li.current-menu-item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #menu li.current-menu-item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #menu li.current_page_item a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #menu li.current_page_item a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #langs {
  float: right;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-bio .subpage-header #langs {
    display: none;
  }
}
.subpage-bio .subpage-header #langs li {
  float: left;
  margin: 0px 2px;
}
.subpage-bio .subpage-header #langs li a {
  display: inline-block;
  text-transform: lowercase;
  background: #1c1d1f;
  border: 1px solid #1c1d1f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.subpage-bio .subpage-header #langs li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #langs li.current-lang a {
  background: #fff;
  border: 1px solid #fff;
  color: #1c1d1f;
}
.subpage-bio .subpage-header #logo {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: -moz-calc(100px);
  height: -webkit-calc(100px);
  height: calc(100px);
  position: relative;
  display: inline-block;
  text-align: center;
  float: left;
  clear: none;
}
.subpage-bio .subpage-header #logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0px auto;
  position: relative;
  top: 0px;
}
.subpage-bio .subpage {
  margin: 0px auto;
  text-align: center;
}
.subpage-bio .subpage .content {
  width: 100%;
  float: none;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  padding: 0;
}
.subpage-bio .subpage .content .bio-item {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
  float: none;
  clear: both;
}
.subpage-bio .subpage .content .bio-item:last-child {
  margin-bottom: 0;
}
.subpage-bio .subpage .content .bio-item__image {
  width: 25%;
  float: left;
  padding: 8px 3px 5px 8px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-bio .subpage .content .bio-item__image {
    width: 100%;
    float: none;
    clear: both;
    margin-right: 0;
    margin-bottom: 1px;
  }
}
.subpage-bio .subpage .content .bio-item__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.subpage-bio .subpage .content .bio-item__text {
  width: 75%;
  float: right;
  padding: 15px 15px 0 15px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-bio .subpage .content .bio-item__text {
    width: 100%;
    float: none;
    clear: both;
  }
}
.subpage-bio .subpage .content .bio-item__text h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
}
.subpage-bio .subpage .content a {
  color: #fff;
  text-decoration: none;
}
.subpage-bio .subpage .content a:hover {
  color: #fff;
  text-decoration: none;
}
.subpage-bio .subpage .content p {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: calc(100%);
  margin: 0px 0px 25px 0px;
}
@media (min-width: 992px) {
  .subpage-bio .subpage {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage-bio .subpage {
    width: 70%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .subpage-bio .subpage {
    width: 90%;
  }
}
.projects-list {
  width: -moz-calc(100vw - 67px);
  width: -webkit-calc(100vw - 67px);
  width: calc(100vw - 67px);
  margin-bottom: -25px;
}
@media (min-width: 992px) {
  .projects-list {
    column-count: 3;
    column-gap: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-list {
    column-count: 2;
    column-gap: 25px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list {
    column-count: 1;
    column-gap: 0px;
  }
}
.projects-list .projects-list__item {
  background-color: #eee;
  display: inline-block;
  margin: 0 0 25px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.projects-list .projects-list__item img {
  width: 100%;
  max-width: auto;
  height: auto;
  margin: 0px 0px -3px 0px;
}
@media (min-width: 992px) {
  .projects-list .projects-list__item h3 {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #606162;
    background-color: rgba(28, 29, 31, 0.7);
    transition: bottom 0.5s, background-color 0.5s;
  }
  .projects-list .projects-list__item h3:hover {
    background-color: #3e3f41;
    background-color: rgba(28, 29, 31, 0.85);
  }
  .projects-list .projects-list__item h3 a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-list .projects-list__item h3 {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #606162;
    background-color: rgba(28, 29, 31, 0.7);
    transition: bottom 0.5s, background-color 0.5s;
  }
  .projects-list .projects-list__item h3:hover {
    background-color: #3e3f41;
    background-color: rgba(28, 29, 31, 0.85);
  }
  .projects-list .projects-list__item h3 a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list .projects-list__item h3 {
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #606162;
    background-color: rgba(28, 29, 31, 0.7);
    transition: bottom 0.5s, background-color 0.5s;
  }
  .projects-list .projects-list__item h3:hover {
    background-color: #3e3f41;
    background-color: rgba(28, 29, 31, 0.85);
  }
  .projects-list .projects-list__item h3 a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
  }
}
.projects-list .projects-list__item:hover h3 {
  bottom: 50px;
}
.projects-list__modalbox {
  border: 25px solid #fff;
  position: fixed;
  background-color: #606162;
  background-color: rgba(28, 29, 31, 0.7);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
@-moz-document url-prefix(http://),url-prefix(https://) {
  .projects-list__modalbox scrollbar {
    -moz-appearance: none !important;
    background: #0f0 !important;
  }
  .projects-list__modalbox thumb, .projects-list__modalbox scrollbarbutton {
    -moz-appearance: none !important;
    background-color: #555 !important;
  }
  .projects-list__modalbox thumb:hover, .projects-list__modalbox scrollbarbutton:hover {
    -moz-appearance: none !important;
    background-color: #555 !important;
  }
  .projects-list__modalbox scrollbarbutton {
    display: none !important;
  }
  .projects-list__modalbox scrollbar[orient="vertical"] {
    min-width: 5px !important;
    height: 10px;
  }
}
.projects-list__modalbox ::-webkit-scrollbar {
  background: #333;
}
.projects-list__modalbox ::-webkit-scrollbar-thumb {
  background-color: #555;
  border: solid whiteSmoke 0px;
}
.projects-list__modalbox ::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.projects-list__modalbox .post-gallery.opened {
  height: -moz-calc(100vh - 50px);
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
  max-height: 820px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.projects-list__modalbox .post-gallery {
  width: 100%;
  background: #222;
  padding: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.projects-list__modalbox .post-gallery .projects-list__modalbox-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-indent: -99999px;
  background: url('../img/modal-close.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0px;
  padding: 0px;
  transition: opacity 0.5s;
}
.projects-list__modalbox .post-gallery .projects-list__modalbox-close:hover {
  opacity: 0.5;
}
.projects-list__modalbox .post-gallery .post-gallery__header {
  margin: 0px 0px 5px 0px;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.projects-list__modalbox .post-gallery .post-gallery__header h3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  display: inline-block;
  line-height: 30px;
  text-align: center;
  position: relative;
  font-size: 20px;
}
.projects-list__modalbox .post-gallery .post-gallery__header h3 span {
  display: inline-block;
  margin: 0px auto;
  background: #222;
  padding: 0px 25px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.projects-list__modalbox .post-gallery .post-gallery__header h3::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 1px;
  left: 0px;
  background: #d4d4d4;
  opacity: 0.3;
}
.projects-list__modalbox .post-gallery__description {
  margin: 0px 0px 25px 0px;
  width: 100%;
  display: inline-block;
  padding: 0px;
  font-size: 13px;
}
.projects-list__modalbox .post-gallery__description__meta {
  width: 44%;
  float: left;
  display: inline-block;
  color: #fff;
  line-height: 1.35;
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list__modalbox .post-gallery__description__meta {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
}
.projects-list__modalbox .post-gallery__description__meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.projects-list__modalbox .post-gallery__description__meta ul li {
  width: 100%;
  display: inline-block;
  margin: 0 0 5px;
}
.projects-list__modalbox .post-gallery__description__meta ul li:last-child {
  margin-bottom: 0;
}
.projects-list__modalbox .post-gallery__description__text {
  width: 44%;
  float: right;
  display: inline-block;
  padding-right: 5%;
  color: #fff;
  line-height: 1.35;
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list__modalbox .post-gallery__description__text {
    width: 100%;
    float: none;
    clear: both;
  }
}
.projects-list__modalbox .post-gallery .post-gallery__content-list {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__cl {
  width: auto;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column {
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
}
@media (min-width: 992px) {
  .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column {
    width: -moz-calc(33.3vw - 45px);
    width: -webkit-calc(33.3vw - 45px);
    width: calc(33.3vw - 45px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column {
    width: -moz-calc(50vw - 45px);
    width: -webkit-calc(50vw - 45px);
    width: calc(50vw - 45px);
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column {
    width: -moz-calc(67vw);
    width: -webkit-calc(67vw);
    width: calc(67vw);
  }
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(1) {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(2) {
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  display: inline-block;
  margin: 0px;
  float: left;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(odd) .project-gall__thumb:nth-child(3) {
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  display: inline-block;
  margin: 0px;
  float: right;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(1) {
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  display: inline-block;
  margin: 0px;
  float: left;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(2) {
  width: -moz-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  display: inline-block;
  margin: 0px;
  float: right;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:nth-child(even) .project-gall__thumb:nth-child(3) {
  display: inline-block;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column:last-child {
  margin-right: 0px;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column .project-gall__thumb {
  transition: opacity 0.5s;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column .project-gall__thumb:hover {
  opacity: 0.5;
}
.projects-list__modalbox .post-gallery .post-gallery__content-list .gallery-list__column .project-gall__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.projects-list__modalbox .post-gallery .post-gallery__content-carousel {
  display: none;
  position: absolute;
  background: #222 url('../img/ajax-loader.gif') center center no-repeat;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: -moz-calc(100% - 85px);
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  padding: 10px 40px;
  left: 25px;
  top: 60px;
  text-align: center;
}
.projects-list__modalbox .post-gallery .post-gallery__content-carousel .pc__left {
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 100%;
  background: url('../img/arrow-left.png') center center no-repeat;
  text-indent: -999999px;
}
.projects-list__modalbox .post-gallery .post-gallery__content-carousel .pc__stage {
  position: relative;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 100%;
  z-index: 9;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  display: inline-block;
  margin: 0px 30px;
}
.projects-list__modalbox .post-gallery .post-gallery__content-carousel .pc__stage img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1px) and (max-width: 767px) {
  .projects-list__modalbox .post-gallery .post-gallery__content-carousel .pc__stage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.projects-list__modalbox .post-gallery .post-gallery__content-carousel .pc__right {
  width: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  height: 100%;
  background: url('../img/arrow-right.png') center center no-repeat;
  text-indent: -999999px;
}
@media (min-width: 992px) {
  #menu-responsive {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu-responsive {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #menu-responsive {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    background: #fff;
    padding: 25px;
    width: 100%;
    min-height: 100%;
  }
  #menu-responsive .mr-inner {
    background: #1c1d1f;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: -moz-calc(100vh - 50px);
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
  #menu-responsive #menu-close {
    float: right;
    clear: both;
    display: inline-block;
    color: #1c1d1f;
    padding: 10px;
    background: #fff;
    font-size: 25px;
    margin: 25px;
  }
  #menu-responsive #menu-close:hover {
    color: #fff;
    background: #1c1d1f;
  }
  #menu-responsive .mr-menu {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
  }
  #menu-responsive .mr-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
  }
  #menu-responsive .mr-menu ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
  }
  #menu-responsive .mr-menu ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    text-transform: lowercase;
    text-decoration: none;
  }
  #menu-responsive .mr-menu #langs {
    margin: 0px;
    padding: 0px 25px;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  #menu-responsive .mr-menu #langs li {
    float: left;
    clear: none;
    margin: 0px 2px 0px 2px;
    display: inline-block;
    width: auto;
  }
  #menu-responsive .mr-menu #langs li:nth-child(2) {
    margin: 0px 25px 0px 0px;
  }
  #menu-responsive .mr-menu #langs li a {
    color: #1c1d1f;
    display: inline-block;
    padding: 10px;
    background: #fff;
  }
}
.fburl a {
  background: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  color: #1c1d1f;
}
.fburl a:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #3b5998 !important;
}
