/*
Theme Name: PBK
Author: Anonymous
Author URI:
Version: 1
Description: PBK theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pbk
Tags: one-column, two-columns
Theme URI:
*/
@font-face {
  font-family: "din";
  src: url("fonts/din-light-webfont.woff2") format("woff2"), url("fonts/din-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "din";
  src: url("fonts/din-regular-webfont.woff2") format("woff2"), url("fonts/din-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "din";
  src: url("fonts/din-medium-webfont.woff2") format("woff2"), url("fonts/din-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?gnqp25");
  src: url("fonts/icomoon.eot?gnqp25#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gnqp25") format("truetype"), url("fonts/icomoon.woff?gnqp25") format("woff"), url("fonts/icomoon.svg?gnqp25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line-prev-4:before {
  content: "\e90e";
}

.icon-line-next-4:before {
  content: "\e90f";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-arrow-right:before {
  content: "\e90c";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-closed:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e902";
}

.icon-line-next:before {
  content: "\e903";
}

.icon-line-next-2:before {
  content: "\e904";
}

.icon-line-next-3:before {
  content: "\e905";
}

.icon-line-prev-3:before {
  content: "\e90d";
}

.icon-next:before {
  content: "\e906";
}

.icon-open:before {
  content: "\e907";
}

.icon-prev:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}

/* Slick slider styles */
.gallery {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.gallery .slick-track,
.gallery .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul:not([class]),
.row-filter,
.filter-content,
.gallery .slick-dots,
.team-list,
.news-list,
.address-list,
.logo-list,
.nav-drop ul,
.tag-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
.search-wrap:after,
#nav:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.hover-effect,
.visual-link .hover-block,
.item-project .visual .hover-txt {
  opacity: 0;
  transition: opacity .5s;
  background: rgba(20, 192, 192, .8);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #000;
  background: #fff;
  font: 400 17px/1.35294 "europa", "din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (max-width: 991px) {
  body.home {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.2777777778;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
    line-height: 1.42105;
  }
}
@media (min-width: 992px) {
  body.home {
    overflow: hidden;
  }
 .team-list {
	padding-top: 55px;
}
	
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 21px;
}

iframe {
  display: block;
  width: 100%;
}

blockquote {
  border-left: 4px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #d5d5d5;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  font-family: "europa", "din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #000;
          border-radius: 0;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
  height: 31px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #d5d5d5;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d5d5d5;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d5d5d5;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #d5d5d5;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: background .3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 31px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
          border-radius: 0;
  background: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #2cdcc1;
  color: #000;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 31px;
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
  border: 1px solid #000;
          border-radius: 0;
}
select:focus {
  outline: none;
}
#sidebar select {
  width: 100%;
}

#content {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  #content {
    float: left;
    width: 70%;
  }
}
#content:only-child {
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 25%;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #sidebar .search-form input,
  #sidebar
  .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 21px;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
  color: #000 !important;
}
.nav-links .current,
.navigation .current,
.navigation-comments .current {
  text-decoration: underline;
  color: #2cdcc1;
}

.navigation-single {
  margin-bottom: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-single .next a,
.navigation-single .prev a {
  display: block;
  color: #000 !important;
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.navigation-single .next,
.navigation-single .prev {
  padding: 0;
  margin: 0;
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
}
.navigation-single .next a,
.navigation-single .prev a {
  padding: 4px 10px;
  border: 1px solid #000;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 21px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 21px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery .gallery-item {
  padding: 0 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 13px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 14px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}

@media (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 14px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "europa", "din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

p {
  margin: 0 0 19px;
}
p + h2 {
  padding-top: 10px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2cdcc1;
  text-decoration: none;
}

h1,
.h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

h2,
.h2 {
  margin: 0 0 2px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

ul:not([class]) {
  margin-bottom: 31px;
}
ul:not([class]) li {
  font-weight: 500;
  line-height: 26px;
  padding-left: 14px;
}
ul:not([class]) li:before {
  display: inline-block;
  vertical-align: top;
  content: ">";
  margin: -1px 5px -10px -14px;
}

.h2 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .h2 {
    font-size: 14px;
  }
}

.btn,
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  transition: background .3s ease-in-out;
  background: #fff;
  color: #2cdcc1;
  border: 1px solid #000;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
}
.btn:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #2cdcc1;
  color: #fff;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}
.btn-group > .btn + .btn,
.nav-links .btn-group > .next + .btn,
.nav-links .btn-group > .prev + .btn,
.navigation .btn-group > .next + .btn,
.navigation .btn-group > .prev + .btn,
.navigation-comments .btn-group > .next + .btn,
.navigation-comments .btn-group > .prev + .btn,
.navigation-single .next .btn-group > a + .btn,
.navigation-single .prev .btn-group > a + .btn,
.nav-links .btn-group > .btn + .next,
.nav-links .btn-group > .next + .next,
.nav-links .btn-group > .prev + .next,
.navigation-single .next .nav-links .btn-group > a + .next,
.nav-links .navigation-single .next .btn-group > a + .next,
.navigation-single .prev .nav-links .btn-group > a + .next,
.nav-links
  .navigation-single .prev .btn-group > a + .next,
.nav-links .btn-group > .btn + .prev,
.nav-links .btn-group > .next + .prev,
.nav-links .btn-group > .prev + .prev,
.navigation-single .next
  .nav-links .btn-group > a + .prev,
.nav-links .navigation-single .next .btn-group > a + .prev,
.navigation-single .prev
  .nav-links .btn-group > a + .prev,
.nav-links
  .navigation-single .prev .btn-group > a + .prev,
.navigation .btn-group > .btn + .next,
.navigation .btn-group > .next + .next,
.navigation .btn-group > .prev + .next,
.navigation-single .next
  .navigation .btn-group > a + .next,
.navigation .navigation-single .next .btn-group > a + .next,
.navigation-single .prev
  .navigation .btn-group > a + .next,
.navigation
  .navigation-single .prev .btn-group > a + .next,
.navigation .btn-group > .btn + .prev,
.navigation .btn-group > .next + .prev,
.navigation .btn-group > .prev + .prev,
.navigation-single .next
  .navigation .btn-group > a + .prev,
.navigation .navigation-single .next .btn-group > a + .prev,
.navigation-single .prev
  .navigation .btn-group > a + .prev,
.navigation
  .navigation-single .prev .btn-group > a + .prev,
.navigation-comments .btn-group > .btn + .next,
.navigation-comments .btn-group > .next + .next,
.navigation-comments .btn-group > .prev + .next,
.navigation-single .next
  .navigation-comments .btn-group > a + .next,
.navigation-comments .navigation-single .next .btn-group > a + .next,
.navigation-single .prev
  .navigation-comments .btn-group > a + .next,
.navigation-comments
  .navigation-single .prev .btn-group > a + .next,
.navigation-comments .btn-group > .btn + .prev,
.navigation-comments .btn-group > .next + .prev,
.navigation-comments .btn-group > .prev + .prev,
.navigation-single .next
  .navigation-comments .btn-group > a + .prev,
.navigation-comments .navigation-single .next .btn-group > a + .prev,
.navigation-single .prev
  .navigation-comments .btn-group > a + .prev,
.navigation-comments
  .navigation-single .prev .btn-group > a + .prev,
.navigation-single .next .btn-group > .btn + a,
.nav-links .navigation-single .next .btn-group > .next + a,
.navigation-single .next .nav-links .btn-group > .next + a,
.nav-links .navigation-single .next .btn-group > .prev + a,
.navigation-single .next
  .nav-links .btn-group > .prev + a,
.navigation .navigation-single .next .btn-group > .next + a,
.navigation-single .next
  .navigation .btn-group > .next + a,
.navigation .navigation-single .next .btn-group > .prev + a,
.navigation-single .next
  .navigation .btn-group > .prev + a,
.navigation-comments .navigation-single .next .btn-group > .next + a,
.navigation-single .next
  .navigation-comments .btn-group > .next + a,
.navigation-comments .navigation-single .next .btn-group > .prev + a,
.navigation-single .next
  .navigation-comments .btn-group > .prev + a,
.navigation-single .next .btn-group > a + a,
.navigation-single .prev .btn-group > .btn + a,
.nav-links
  .navigation-single .prev .btn-group > .next + a,
.navigation-single .prev .nav-links .btn-group > .next + a,
.nav-links
  .navigation-single .prev .btn-group > .prev + a,
.navigation-single .prev
  .nav-links .btn-group > .prev + a,
.navigation
  .navigation-single .prev .btn-group > .next + a,
.navigation-single .prev
  .navigation .btn-group > .next + a,
.navigation
  .navigation-single .prev .btn-group > .prev + a,
.navigation-single .prev
  .navigation .btn-group > .prev + a,
.navigation-comments
  .navigation-single .prev .btn-group > .next + a,
.navigation-single .prev
  .navigation-comments .btn-group > .next + a,
.navigation-comments
  .navigation-single .prev .btn-group > .prev + a,
.navigation-single .prev
  .navigation-comments .btn-group > .prev + a,
.navigation-single .prev .btn-group > a + a {
  border-left: 0;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
  margin: 0 0 12px;
  width: 100%;
  height: 31px;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .jcf-select {
    border-width: 2px;
  }
}
.filter-form .jcf-select {
  margin: 0;
}
@media (max-width: 767px) {
  .filter-form .jcf-select {
    height: 36px;
  }
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding: 9px 0 0;
  margin: 0 20px 0 0;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767px) {
  .filter-form .jcf-select .jcf-select-text {
    font-size: 17px;
    line-height: 27px;
  }
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 14px;
  font-size: 14px;
  bottom: 0;
  right: 0;
  top: 0;
  color: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter-form .jcf-select .jcf-select-opener {
    width: 20px;
    font-size: 20px;
  }
}
.jcf-select .jcf-select-opener:hover {
  color: #000;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  margin-top: 5px;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  content: "\e900";
  font-family: "icomoon";
}

body > .jcf-select-drop {
  position: absolute;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 0;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul:not([class]),
.jcf-list ul {
  list-style: none;
  padding: 5px 0 6px;
  margin: 0;
}

.jcf-list ul:not([class]) li,
.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0;
}
.jcf-list ul:not([class]) li:before,
.jcf-list ul li:before {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  display: block;
  padding: 0 2px;
  height: 1%;
  line-height: 20px;
  cursor: pointer;
}
.jcf-list .jcf-option.jcf-option-hidden {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #2cdcc1;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #d5d5d5 !important;
}

.visual-link {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .visual-link {
    margin: 0 0 14px;
  }
}
@media (min-width: 992px) {
  .visual-link {
    float: left;
    clear: left;
    margin: 0 0 20px;
  }
}
@media (min-width: 1281px) {
  .visual-link.width-418 {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .visual-link.width-272 {
    width: 65%;
  }
}
@media (min-width: 1281px) {
  .visual-link.width-346 {
    width: 82.8%;
  }
}
.visual-link img {
  max-width: none;
  width: 100%;
}
.visual-link a {
  display: block;
  color: #fff;
}
.visual-link p {
  margin: 0;
}
.visual-link p + p {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .visual-link p + p {
    margin-top: 10px;
  }
}
@media (min-width: 1300px) {
  .visual-link p + p {
    margin-top: 18px;
  }
}
.visual-link .hover-block {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .visual-link .hover-block {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .visual-link .hover-block {
    font-size: 10px;
  }
}
@media (min-width: 1180px) {
  .visual-link .hover-block {
    font-size: 14px;
    line-height: 19px;
  }
}
.visual-link .hover-block .hold {
  transform: scale(0);
  transition: transform .3s;
}
.visual-link.hover .hover-block {
  opacity: 1;
}
.visual-link.hover .hover-block .hold {
  transform: scale(1);
}
.visual-link .info {
  position: absolute;
  bottom: 2px;
  right: 6px;
  text-transform: uppercase;
  color: #2cdcc1;
  font-weight: 500;
}

.filter-form {
  margin: -20px -10px 16px;
}
@media (min-width: 768px) {
  .filter-form {
    margin-bottom: 27px;
    margin: 0 -10px 27px;
    padding: 24px 0 0;
  }
}
.nav-active .filter-form {
  margin-top: 0;
}

.row-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .row-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.row-filter li {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .row-filter li {
    width: 25%;
  }
}

.search-wrap {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 1300px) {
  .search-wrap {
    border-width: 2px;
  }
}
.search-wrap input[type="search"] {
  float: left;
  width: calc(100% - 20px);
  padding: 9px 0 0;
  font-size: 17px;
  line-height: 21px;
  height: 35px;
  color: #000;
  border: 0;
}
@media (min-width: 768px) {
  .search-wrap input[type="search"] {
    font-size: 12px;
    line-height: 21px;
    height: 30px;
  }
}
@media (min-width: 1300px) {
  .search-wrap input[type="search"] {
    height: 29px;
    line-height: 20px;
  }
}
.search-wrap input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.search-wrap input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-wrap input[type="search"]:-moz-placeholder {
  color: #000;
}
.search-wrap input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.search-wrap input[type="search"].placeholder {
  color: #000;
}
.search-wrap button {
  float: right;
  width: 20px;
  height: 30px;
  padding: 9px 0 0;
  text-align: right;
  color: #000;
  border: 0;
  background: none;
  font-size: 19px;
}
@media (min-width: 768px) {
  .search-wrap button {
    font-size: 15px;
  }
}
@media (min-width: 1300px) {
  .search-wrap button {
    height: 29px;
  }
}
.search-wrap button:hover {
  color: #d5d5d5;
}

@media (min-width: 768px) {
  .filter-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.filter-content li {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .filter-content li {
    width: 33.333%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 1300px) {
  .filter-content li {
    padding-bottom: 40px;
  }
}

.item-project {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.item-project .visual {
  position: relative;
  padding-top: 72.5%;
  margin: 0 0 11px;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1300px) {
  .item-project .visual {
    margin-bottom: 14px;
  }
}
.item-project .visual .hover-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.item-project.hover {
  color: inherit;
}
.item-project.hover .hover-txt {
  transform: translateX(0);
  opacity: 1;
}
.item-project p {
  margin: 0;
}

.full-height {
  position: relative;
}
.full-height .header {
  padding: 10px;
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .full-height .header {
    padding: 26px 24px 17px;
  }
}
@media (min-width: 992px) {
  .full-height .header {
    height: 109px;
    overflow: hidden;
  }
}
@media (min-width: 1300px) {
  .full-height .header {
    height: 142px;
    font-size: 23px;
    line-height: 33px;
  }
}
.full-height .header p {
  margin: 0;
}

.gallery {
  width: 100%;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 78px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
  border: 0;
  background: none;
}
@media (max-width: 767px) {
  .gallery .slick-arrow {
    display: none !important;
  }
}
.gallery .slick-arrow:hover {
  color: #2cdcc1;
}
.gallery .slick-prev {
  left: 0;
}
.gallery .slick-next {
  right: 0;
}
.gallery .slick-dots {
  position: absolute;
  top: 8px;
  right: 50%;
  transform: translateX(50%);
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery .slick-dots {
    top: 15px;
  }
}
.gallery .slick-dots li {
  line-height: 0;
  font-size: 0;
  float: left;
  padding: 0 5px 0 4px;
}
.gallery .slick-dots button {
  border: 0;
  background: #fff;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
}
.gallery .slick-dots .slick-active button {
  background: #000;
}

.item-slide {
  position: relative;
}
.item-slide .visual-slide {
  padding-top: 70%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .item-slide .visual-slide {
    padding-top: 95%;
  }
}
@media (min-width: 992px) {
  .item-slide .visual-slide {
    padding: 0;
    height: calc(100vh - 221px);
  }
}
@media (min-width: 1300px) {
  .item-slide .visual-slide {
    height: calc(100vh - 255px);
  }
}
.item-slide .footer {
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.item-slide .footer p {
  margin: 0;
}
.item-slide .footer .hold {
  padding: 10px 26px 20px;
  background: rgba(255, 255, 255, .5);
}
.item-slide .link {
  text-transform: uppercase;
}
.item-slide .link:before {
  font-size: 20px;
  top: 0;
  content: "\e903";
  margin-right: 2px;
}

@media (min-width: 992px) {
  .angebot {
    padding-right: 25%;
  }
}

.box-wrap {
  padding-bottom: 27px;
}
@media (min-width: 992px) {
  .box-wrap {
    padding: 21px 0 0;
  }
}

.box-item + .box-item {
  margin-top: 27px;
}

.box-item ul:not([class]) {
  margin-bottom: -5px;
}

.box-item .link {
  font-size: 14px;
  text-transform: uppercase;
}
.box-item .link:before {
  margin-top: 0;
}

.team-list {
  /* margin: -43px -3px 0; */
  margin:0px -10px 0;
}
@media (min-width: 480px) {
  .team-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .team-list {
    margin: 0 -10px;
  }
}
.team-list li {
  padding: 0 10px 10px;
}
@media (min-width: 480px) {
  .team-list li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .team-list li {
    width: 25%;
  }
}

.team .visual-link {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
.team .visual-link img {
  max-width: none;
  width: 100%;
}

.team .body {
  clear: both;
  position: relative;
  padding: 4px 30px 7px 0;
}
@media (min-width: 768px) {
  .team .body {
    padding: 7px 30px 4px 0;
  }
}
.team .body h1 {
  margin: 0;
}
.team .body a {
  text-decoration: none;
}
.team .body a[href*="mailto"] {
  position: absolute;
  top: 0;
  right: 6px;
  line-height: 1;
}

.news-list {
  margin-bottom: 20px;
}
.news-list li {
  border-top: 1px solid #000;
}

.news {
  padding: 15px 0 30px;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .news {
    display: -ms-flexbox;
    display: flex;
  }
}
.news .body {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news .body {
    width: calc(100% - 300px);
    padding-right: 15px;
    margin-bottom: -5px;
  }
}
@media (min-width: 992px) {
  .news .body {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1180px) {
  .news .body {
    width: calc(100% - 418px);
  }
}
.news .visual {
  width: 100%;
}
@media (min-width: 768px) {
  .news .visual {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .news .visual {
    width: 250px;
  }
}
@media (min-width: 1180px) {
  .news .visual {
    width: 418px;
  }
}
.news p {
  margin: 0;
}
.news .row + .row {
  margin-top: 20px;
}
.news time {
  display: block;
  margin-bottom: 4px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
}
.news h1 {
  margin: 0 0 19px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}

.download {
  color: #2cdcc1;
  font-weight: 500;
  text-transform: uppercase;
}
.download:hover {
  text-decoration: underline;
}

.title-contact {
  margin-bottom: 36px;
}

.address-list {
  margin-bottom: -8px;
}
.address-list li {
  overflow: hidden;
}
@media (min-width: 768px) {
  .address-list li {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 36px;
  }
}
.address-list .col {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .address-list .col {
    width: 50%;
    margin: 0;
    padding-right: 15px;
  }
}
.address-list .col:only-child {
  width: 100%;
}

.address address {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.address address > span {
  display: block;
}

.address .link {
  font-size: 14px;
}

.address a {
  text-decoration: none;
}

.map {
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .map {
    height: 398px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .gmap-holder {
  height: 100% !important;
}

#header {
  padding: 13px 0;
  min-height: 84px;
}
@media (min-width: 768px) {
  #header {
    padding: 25px 0;
    min-height: 113px;
  }
}

.logo-list {
  overflow: hidden;
  padding: 6px 0;
}
@media (min-width: 992px) {
  .logo-list {
    padding: 0;
  }
}
.logo-list li {
  float: left;
  margin: 0 28px 0 0;
  width: 68px;
  height: 41px;
}
@media (min-width: 768px) {
  .logo-list li {
    margin: 0 53px 0 0;
    width: 103px;
    height: 62px;
  }
}
@media (min-width: 992px) {
  .logo-list li {
    margin: 0 58px 0 0;
    width: 105px;
    height: 63px;
  }
}
.logo-list li:first-child {
  width: 104px;
}
@media (min-width: 768px) {
  .logo-list li:first-child {
    width: 152px;
  }
}
@media (min-width: 992px) {
  .logo-list li:first-child {
    width: 157px;
  }
}
.logo-list a {
  color: transparent;
  display: block;
  height: 100%;
}
.logo-list a img {
  display: block;
  width: 100%;
  height: 100%;
}

#nav {
  background: #fff;
}
@media (min-width: 992px) {
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 370px;
    padding-top: 150px;
    padding-bottom: 140px;
    box-shadow: -3px 0 6px 0 rgba(0, 0, 0, .3);
  }
}

@media (min-width: 992px) and (max-height: 599px) {
  #nav {
    padding-top: 80px;
  }
}

.nav-drop {
  transition: all .3s ease-in-out;
  background: #fff;
  color: #000;
  opacity: 0;
  visibility: hidden;
  margin: 0 -10px;
  max-height: 0;
}
@media (min-width: 768px) {
  .nav-drop {
    margin: 0 -26px;
  }
}
@media (min-width: 992px) {
  .nav-drop {
    overflow: auto;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    color: #000;
    background: none;
    padding: 0 26px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .nav-active .nav-drop {
    padding-top: 15px;
  }
}
.nav-drop ul {
  margin-bottom: 0;
}
.nav-drop ul:not([class]) li {
  padding-left: 0;
}
.nav-drop ul:not([class]) li.active a:after {
  width: 100%;
  visibility: visible;
}
.nav-drop ul:not([class]) li:before {
  display: none;
}
.nav-drop li {
  list-style: none;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  .nav-drop li {
    border: 0;
  }
}
.nav-drop li.active > a {
  color: #2cdcc1;
}
@media (min-width: 992px) {
  .nav-drop li.active > a:after {
    width: 100%;
    visibility: visible;
  }
}
.nav-drop .menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .nav-drop .menu {
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 26px;
    letter-spacing: 1px;
    padding-right: 80px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .nav-drop .menu li a {
    display: block;
    padding: 5px 32px 4px;
  }
}
@media (max-width: 767px) {
  .nav-drop .menu li a {
    padding: 4px 12px 3px;
  }
}
@media (min-width: 992px) {
  .nav-drop .menu li {
    margin: 0 9px 0 0;
    float: left;
  }
}
.nav-drop .menu a:hover {
  text-decoration: underline;
}
.nav-drop .language {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .nav-drop .language {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    border: 0;
  }
}
.nav-drop .language .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: 0;
  border: 0;
}
.nav-drop .language .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  line-height: inherit;
}
.nav-drop .language .wpml-ls-legacy-list-horizontal a span {
  vertical-align: top;
}
.nav-drop .language ul:not([class]),
.nav-drop .language ul {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nav-drop .language ul:not([class]),
  .nav-drop .language ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    width: auto;
  }
}
.nav-drop .language ul:not([class]) li,
.nav-drop .language ul li {
  width: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  float: left;
}
.nav-drop .language ul:not([class]) li:only-child,
.nav-drop .language ul li:only-child {
  width: 100%;
}
@media (min-width: 992px) {
  .nav-drop .language ul:not([class]) li:only-child,
  .nav-drop .language ul li:only-child {
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-drop .language ul:not([class]) li,
  .nav-drop .language ul li {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .nav-drop .language ul:not([class]) li a,
  .nav-drop .language ul li a {
    display: block;
    padding: 5px 32px 4px;
  }
}
@media (max-width: 767px) {
  .nav-drop .language ul:not([class]) li a,
  .nav-drop .language ul li a {
    padding: 4px 12px 3px;
  }
}
.nav-drop .language ul:not([class]) li + li,
.nav-drop .language ul li + li {
  border-left: 1px solid #000;
}
@media (min-width: 992px) {
  .nav-drop .language ul:not([class]) li + li,
  .nav-drop .language ul li + li {
    border: 0;
    padding-left: 20px;
    position: relative;
  }
  .nav-drop .language ul:not([class]) li + li:before,
  .nav-drop .language ul li + li:before {
    display: none;
  }
  .nav-drop .language ul:not([class]) li + li:after,
  .nav-drop .language ul li + li:after {
    content: "/";
    position: absolute;
    left: 8px;
    top: 0;
    color: #000;
  }
}

.nav-opener {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 28px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  float: right;
}
@media (min-width: 768px) {
  .nav-opener {
    top: 33px;
    right: 26px;
    width: 36px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: transform .3s ease-in-out;
  background: #000;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    top: 16px;
  }
}
.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 2px;
}
@media (min-width: 768px) {
  .nav-opener:before,
  .nav-opener:after {
    top: 2px;
  }
}
.nav-opener:after {
  top: 22px;
}
@media (min-width: 768px) {
  .nav-opener:after {
    top: 29px;
  }
}
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #2cdcc1;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 12px;
}
@media (min-width: 768px) {
  .nav-active .nav-opener:after,
  .nav-active .nav-opener:before {
    top: 16px;
  }
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.wpml-ls-current-language a {
  color: #2cdcc1;
}
@media (min-width: 992px) {
  .wpml-ls-current-language a {
    text-decoration: underline;
  }
}

.main-menu ul {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height .8s;
}
@media (min-width: 992px) {
  .main-menu ul {
    margin: 0 0 -3px;
    border: 0;
  }
}
.main-menu ul > li:first-child {
  padding-top: 2px;
  border-top: 1px solid #000;
}
@media (min-width: 768px) {
  .main-menu ul > li:first-child {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .main-menu ul > li:first-child {
    padding-top: 2px;
    border: 0;
  }
}
.main-menu ul > li:last-child {
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .main-menu ul > li:last-child {
    padding-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .main-menu ul > li:last-child {
    padding-bottom: 1px;
  }
}

.main-menu a {
  position: relative;
}
@media (min-width: 992px) {
  .main-menu a:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    visibility: hidden;
    height: 2px;
    content: "";
    background: #2cdcc1;
  }
}

.main-menu > li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .main-menu > li {
    margin-bottom: 4px;
  }
}
.main-menu > li.active ul,
.main-menu > li.hover ul {
  max-height: 300px;
}
.main-menu > li li {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  border: 0;
}
@media (min-width: 992px) {
  .main-menu > li li {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .main-menu > li li.active a {
    text-decoration: underline;
  }
}
.main-menu > li li a:after {
  bottom: -2px;
  height: 1px;
}
@media (max-width: 767px) {
  .main-menu > li li a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-menu > li li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .main-menu > li li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .main-menu > li li a:hover:after {
    bottom: -1px;
    width: 100%;
    visibility: visible;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .main-menu > li li a:hover:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-menu > li a {
    display: block;
    padding: 4px 0 3px;
    margin: 0 32px;
  }
}
@media (max-width: 767px) {
  .main-menu > li a {
    padding: 2px 10px 1px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-menu > li a:hover:after {
    width: 100%;
    visibility: visible;
  }
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 992px) {
  #wrapper {
    padding-right: 370px;
  }
}

.container {
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 26px;
  }
}

.small {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .small {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .small {
    font-size: 14px;
  }
}

[href*="mailto"] {
  text-decoration: underline;
}

.link {
  position: relative;
  padding-left: 27px;
}
.link:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "\e905";
  font-size: 24px;
  font-family: "icomoon";
}
.small .link:before {
  top: 0;
}
.link.prev-link {
  font-size: 14px;
}
.link.prev-link:before {
  content: "\e90d";
}

.twocolumns {
  width: 100%;
}
@media (min-width: 768px) {
  .twocolumns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.twocolumns .col {
  width: 100%;
}
@media (min-width: 768px) {
  .twocolumns .col {
    width: 48.663%;
  }
}

.title-page {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title-page {
    margin-bottom: 61px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination-box {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pagination-box {
    margin-bottom: 0;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 14px;
}
.pagination .prev,
.pagination .next {
  font-size: 9px;
}
.pagination .curent {
  display: block;
  width: 14px;
  margin: -1px 2px 0;
  height: 1px;
  background: #000;
}
.pagination .num-page {
  margin: 0 0 0 14px;
}

.tag-box {
  font-size: 11px;
  line-height: 14px;
  text-align: right;
}
.tag-box li + li {
  margin-top: 2px;
}
.tag-box li:after {
  content: "/";
  margin-left: 4px;
  float: right;
}

.content-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .content-text p {
    margin-bottom: 30px;
  }
}
.content-text .header {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
.content-text .header p {
  margin: 0;
}
.content-text .header h1 {
  margin: 0 0 6px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.content-text .footer {
  font-size: 11px;
  line-height: 16px;
}
.content-text .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.content-text .list dt {
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-decoration: underline;
  width: 100px;
}
.content-text .list dd {
  width: calc(100% - 100px);
  margin: 0;
}

#footer {
  padding: 10px;
}
@media (min-width: 768px) {
  #footer {
    padding: 10px 26px;
  }
}
@media (min-width: 992px) {
  #footer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 370px;
    padding: 26px;
    font-size: 14px;
    line-height: 19px;
  }
}
#footer .box + .box {
  margin-top: 20px;
}
#footer p {
  margin: 0;
}
#footer b {
  font-weight: 500;
}
#footer a:hover {
  text-decoration: underline;
}

/******* Media Max Width ********/
@media (max-width:1440px){
	.visual-link .hover-block {
		font-size: 13px;
		line-height: 15px;
	}
}

@media (max-width:1366px){
	.visual-link .hover-block {
		font-size: 12px;
		line-height: 16px;
	}
	.visual-link p + p {
		margin-top: 5px;
	}
}

@media (max-width:1280px){
	.visual-link .hover-block{
		line-height: 14px;
	}
}

@media (max-width:1170px){
	.team-list li {
		width: 33.3%;
	}
}

@media (max-width:992px){
	.team-list {
		padding-top: 8px;
	}	
	.visual-link .hover-block{
		font-size: 13px;
		line-height: 18px;
	}
	.visual-link p + p {
		margin-top: 10px;
	}
}

@media (max-width:767px){
	.team-list li {
		width: 50%;
	}
}

@media (max-width:570px){
	.team-list li {
		width: 100%;
	}
}