@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/roboto/stylesheet.css);
@import url(../fonts/roboto-condensed/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.light {
  font-family: 'Roboto';
  font-weight: 300;
}
.regular {
  font-family: 'Roboto';
  font-weight: 400;
}
.medium {
  font-family: 'Roboto';
  font-weight: 500;
}
.semibold {
  font-family: 'Roboto';
  font-weight: 600;
}
.bold {
  font-family: 'Roboto';
  font-weight: 700;
}
.extrabold {
  font-family: 'Roboto';
  font-weight: 800;
}
.black {
  font-family: 'Roboto';
  font-weight: 900;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto';
  font-weight: 700;
}
strong {
  font-family: 'Roboto';
  font-weight: 700;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #ef7d2a;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #fe740f;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #222e36;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media all and (max-width: 1470px) {
  body {
    padding-top: 125px;
  }
}
@media all and (max-width: 767px) {
  body {
    padding-top: 80px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1320px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 14px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #ef7d2a !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
  line-height: 13px !important;
  position: relative;
  margin-top: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  font-family: 'Roboto Condensed';
  letter-spacing: 0.10em;
  border: medium solid transparent;
}
@media all and (max-width: 400px) {
  .button {
    width: 100%;
    line-height: 15px !important;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #222e36 !important;
  border-color: #222e36;
}
.button.reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #222e36 !important;
  border-color: #222e36;
}
.button.reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #fe740f !important;
  border-color: #fe740f;
}
.button.with--icon {
  padding-right: 60px;
}
.button.with--icon .fas,
.button.with--icon .far,
.button.with--icon .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-size: 20px;
}
.button--small {
  padding: 10px 14px;
  font-size: 13px;
}
.button--inverse {
  background: none !important;
  color: #ef7d2a !important;
  border-color: #ef7d2a;
}
.button--inverse:hover {
  background: #222e36 !important;
  color: #ffffff !important;
  border-color: #222e36;
}
.button + .button {
  margin-left: 30px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
a.carousel-control {
  opacity: 1;
  width: 29px;
  height: 51px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.carousel-control.left {
  left: 4%;
  -webkit-background-size: 29px 51px;
  background-size: 29px 51px;
  margin-left: 0 !important;
}
a.carousel-control.right {
  right: 4%;
  -webkit-background-size: 29px 51px;
  background-size: 29px 51px;
  margin-right: 0 !important;
}
.colored {
  color: #ef7d2a;
}
.bg-grey {
  background-color: #f2f2f2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet-show {
    display: block;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 60px 0;
}
.block__title {
  font-size: 32px;
  line-height: 38px;
  color: #ef7d2a;
  font-family: 'Roboto';
  font-weight: 700;
  position: relative;
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__title:after {
  content: "";
  display: block;
  width: 100px;
  border-top: 10px solid #ef7d2a;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
a.block__more {
  float: right;
  color: #222e36;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #ef7d2a;
}
.block__top {
  *zoom: 1;
  margin-bottom: 30px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top .uptitle {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  display: block;
}
.block__top h2 {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
}
.block__top h2:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  color: #ef7d2a;
  font-family: 'Roboto';
  font-weight: 400;
}
.gdc_row {
  clear: both;
}
.main > .wrap {
  padding: 40px 0;
}
.main img {
  /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;*/
}
.main blockquote {
  background-color: #fe740f;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  border: none;
  border-left: thick solid #ef7d2a;
  margin: 40px 0;
  color: #ffffff;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
.main blockquote p:last-of-type {
  margin-bottom: 0;
}
.main iframe {
  display: block !important;
  margin: 40px auto;
  border: none !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  margin-bottom: 40px;
}
.main h2 {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  clear: both;
  margin-top: 40px;
  margin-bottom: 20px;
}
.main h2:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  color: #ef7d2a;
  font-family: 'Roboto';
  font-weight: 400;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Roboto';
  font-weight: 600;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: #ef7d2a;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 56px;
  margin: 20px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: #ef7d2a;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  max-width: 960px;
  border-collapse: collapse;
  border: none;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr th {
  text-align: left;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}
.main table tr td {
  padding: 14px 10px;
  color: #222e36;
  border: thin solid #222e36;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ef7d2a;
  font-weight: bold;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ef7d2a;
  opacity: 1;
  font-weight: bold;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ef7d2a;
  opacity: 1;
  font-weight: bold;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ef7d2a;
  font-weight: bold;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #333;
  border: thin solid #222e36;
  font-size: 14px;
  font-weight: 400;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #ef7d2a;
}
.main select,
.main option {
  color: #ef7d2a;
  font-weight: bold;
}
.main .acc {
  margin: 20px 0;
}
.main .acc label {
  font-family: 'Roboto';
  font-weight: 300;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 14px 10px;
  color: #ffffff !important;
  background: #fe740f !important;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-weight: bold;
  width: 150px;
  display: block;
  float: right;
  font-family: 'Roboto Condensed';
  letter-spacing: 0.10em;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover {
  background: #fe8328 !important;
  color: #ffffff !important;
}
.main .acc {
  float: left;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #ef7d2a;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #ef7d2a;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #ef7d2a;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #222e36;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #ef7d2a;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #fe740f;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #ef7d2a;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #f26701;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #fe8328;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #fea05b;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #f26701;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #ef7d2a;
  color: #ffffff;
}
.tabbox {
  *zoom: 1;
}
.tabbox:before,
.tabbox:after {
  content: "";
  display: table;
}
.tabbox:after {
  clear: both;
}
.tabbox__menu {
  width: 50%;
  float: left;
}
@media all and (max-width: 767px) {
  .tabbox__menu {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.tabbox__menu .item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: 0;
  border-bottom: thin solid transparent;
  padding: 20px 100px 20px 0;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Roboto';
  font-weight: 700;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tabbox__menu .item {
    font-size: 20px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  .tabbox__menu .item {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
  }
}
.tabbox__menu li.active,
.tabbox__menu li:hover {
  color: #ef7d2a;
  border-color: #ef7d2a;
}
.tabbox__content {
  width: 50%;
  float: left;
  display: none;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .tabbox__content {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.tabbox__content.active {
  display: block;
}
.tabbox__content .inner {
  background: #f3f3f3 url(../images/infobox_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 50px;
  min-height: 300px;
  font-size: 18px;
  line-height: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tabbox__content .inner {
    font-size: 14px;
    line-height: 22px;
    padding: 30px;
  }
}
.tabbox__content .inner p {
  font-size: 18px;
  line-height: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tabbox__content .inner p {
    font-size: 14px;
    line-height: 22px;
  }
}
.grecaptcha-badge {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.showcase {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
#slider,
#slider__help {
  background-color: #ffffff;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
#slider .item__img,
#slider__help .item__img {
  float: right;
  width: 48.50%;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__img,
  #slider__help .item__img {
    float: none;
    width: 100%;
  }
}
#slider .item__img img,
#slider__help .item__img img {
  width: 100%;
}
#slider .item__img .showcase__data__text a,
#slider__help .item__img .showcase__data__text a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.button--showcase {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media all and (max-width: 400px) {
  .button--showcase {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
#slider .carousel-inner,
#slider__help .carousel-inner {
  overflow: visible;
}
.showcase__indicators {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  width: 48.50%;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators {
    position: relative;
    width: 100%;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    top: 0;
  }
}
.showcase__indicators.team__indicators,
.showcase__indicators.help__indicators {
  top: 200px;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators,
  .showcase__indicators.help__indicators {
    top: 50px;
  }
}
.showcase__indicators.team__indicators .block__top,
.showcase__indicators.help__indicators .block__top {
  margin-bottom: 100px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators .block__top,
  .showcase__indicators.help__indicators .block__top {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators {
    top: 0;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators .carousel-indicators {
    text-align: center;
    bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators .carousel-indicators li {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.team__indicators .carousel-indicators .item__title {
    display: inline;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__indicators.help__indicators {
    position: relative;
    width: 100%;
    padding-right: 20px;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    top: 0;
    margin-top: 50px;
  }
}
.showcase__indicators.help__indicators .block__top {
  margin-bottom: 40px;
}
.showcase__indicators.help__indicators .carousel-indicators li {
  padding: 10px 10px 10px 0;
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
  text-align: left;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators {
    bottom: 0;
    margin-top: 20px;
  }
}
.carousel-indicators li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: 0;
  border-bottom: thin solid transparent;
  padding: 20px 20px 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto';
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators li {
    padding: 10px 10px 10px 0;
  }
}
.carousel-indicators li.active {
  width: 100%;
  height: auto;
  color: #ef7d2a;
  border-color: #ef7d2a;
}
.carousel-indicators .item__title {
  font-size: 28px;
  line-height: 34px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators .item__title {
    font-size: 18px;
    line-height: 24px;
    display: block;
  }
}
.showcase__page {
  position: relative;
  color: #222e36;
  margin-bottom: 0;
}
.showcase__page:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(left, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 2;
}
.showcase__page .wrap {
  padding: 170px 0 60px 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .showcase__page .wrap {
    padding: 60px 0;
  }
}
.showcase__page h1 {
  font-size: 70px;
  line-height: 78px;
  position: relative;
  font-weight: 500;
  z-index: 3;
  width: 100%;
  max-width: 700px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 42px;
    max-width: 100%;
  }
}
.showcase__page .button {
  z-index: 3;
}
@media all and (max-width: 500px) {
  .showcase__page .button {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.motto {
  background-color: #222e36;
  color: #ffffff;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .motto {
    text-align: center;
  }
}
.motto .wrap {
  padding: 30px 0;
}
.motto h2 {
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
.motto p {
  margin: 10px 0;
}
.motto h3 {
  font-size: 24px;
  line-height: 30px;
}
.motto__logo {
  max-width: 100px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 30px;
  display: block;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px) {
  .motto__logo {
    right: 3%;
  }
}
@media all and (max-width: 767px) {
  .motto__logo {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.realized .button {
  margin-top: 0;
  padding: 24px 80px;
  font-size: 18px;
  line-height: 24px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .realized .button {
    padding: 14px 30px;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.news .wrap {
  padding-bottom: 54px;
}
.newslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .newslist {
    display: block;
  }
}
.newslist li {
  width: 31.33%;
  margin-right: 3%;
  margin-top: 10px;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .newslist li {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.newslist li:nth-child(3n+3) {
  margin-right: 0;
}
.newslist li:nth-child(1),
.newslist li:nth-child(2),
.newslist li:nth-child(3) {
  margin-top: 0;
}
.newslist a {
  font-family: 'Roboto';
  font-weight: 700;
  color: #222e36;
  font-size: 18px;
}
.newslist a:hover {
  color: #ef7d2a;
}
.infobox .wrap {
  border-bottom: thin solid #222e36;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 650px) {
  .flexbox {
    display: block;
  }
}
.flexbox .item {
  width: 48.50%;
}
@media all and (max-width: 650px) {
  .flexbox .item {
    width: 100%;
  }
}
.flexbox .item + .item {
  margin-left: 3%;
}
@media all and (max-width: 650px) {
  .flexbox .item + .item {
    margin-top: 40px;
    margin-left: 0;
  }
}
.flexbox p {
  margin-bottom: 0;
}
.lines {
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 20px;
  border-bottom: thin solid #222e36;
}
.linked {
  margin-top: 60px;
}
.linkedlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.linkedlist .item {
  border: thin solid #222e36;
  padding: 20px;
  position: relative;
  overflow: hidden;
  width: 31.33%;
  margin-right: 3%;
}
.linkedlist .item:nth-child(3n+3) {
  margin-right: 0;
}
.linkedlist .item:hover {
  border-color: #ef7d2a;
}
.linkedlist a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.linkedlist p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.linkedlist .item__top {
  margin-bottom: 10px;
  font-size: 0;
}
.linkedlist .item__top .fab {
  color: #0274b3;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.linkedlist .item__top img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.reestbox {
  background: url(../images/reest.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 24px 40px;
}
@media all and (max-width: 767px) {
  .reestbox {
    text-align: center;
  }
}
.reestbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .reestbox:before {
    display: block;
  }
}
.reestbox .button {
  margin-top: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .reestbox .button {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
}
.reestbox h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .reestbox h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.reestbox p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.reestbox p strong {
  font-family: 'Roboto';
  font-weight: 500;
}
.showcasebox {
  font-size: 0;
}
.showcasebox h1 {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
}
.showcasebox h1:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  color: #ef7d2a;
  font-family: 'Roboto';
  font-weight: 400;
}
.showcasebox__text {
  width: 45%;
  margin-right: 7%;
  display: inline-block;
  vertical-align: top;
  padding-top: 200px;
}
@media all and (max-width: 1470px) {
  .showcasebox__text {
    padding-top: 100px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcasebox__text {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .showcasebox__text {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.showcasebox__text .button {
  margin-top: 50px;
}
.showcasebox__img {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 767px) {
  .showcasebox__img {
    display: block;
    width: 100%;
  }
}
.jobslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 450px) {
  .jobslist {
    display: block;
  }
}
.jobslist .item {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 40px;
  border: thin solid #222e36;
  padding: 20px 20px 80px 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .jobslist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 450px) {
  .jobslist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.jobslist .item:hover {
  border-color: #ef7d2a;
}
.jobslist .item:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .jobslist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .jobslist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.jobslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.jobslist .item__title {
  font-size: 20px;
  line-height: 26px;
}
.jobslist .iteminfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.importantlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .importantlist {
    display: block;
  }
}
.importantlist .item {
  position: relative;
  padding-left: 70px;
  width: 31.33%;
  margin-right: 3%;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .importantlist .item {
    margin-right: 0;
    width: 100%;
  }
}
.importantlist .item:nth-child(3n+3) {
  margin-right: 0;
}
.importantlist .item:nth-child(1),
.importantlist .item:nth-child(2),
.importantlist .item:nth-child(3) {
  margin-top: 0;
}
.importantlist .item__numero {
  font-size: 90px;
  line-height: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
}
.importantlist h3 {
  font-size: 20px;
  line-height: 26px;
}
.cfrmbox {
  *zoom: 1;
}
.cfrmbox:before,
.cfrmbox:after {
  content: "";
  display: table;
}
.cfrmbox:after {
  clear: both;
}
.cfrmbox__left {
  float: left;
  width: 76%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrmbox__left {
    width: 100%;
    float: none;
  }
}
.cfrmbox__right {
  float: left;
  width: 20%;
  margin-left: 4%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrmbox__right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.medailon {
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .medailon {
    text-align: center;
  }
}
.medailon h3 {
  font-size: 20px;
  line-height: 26px;
}
.medailon__img {
  margin: 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .medailon__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.medailon__img img {
  width: 100%;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.medailon__img img:hover {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.medailon__text h4 {
  font-size: 20px;
  line-height: 26px;
}
.medailon__text p {
  margin-top: 4px;
  margin-bottom: 10px;
}
.teamslider {
  *zoom: 1;
  float: right;
  width: 48.50%;
  margin-top: 136px;
}
.teamslider:before,
.teamslider:after {
  content: "";
  display: table;
}
.teamslider:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .teamslider {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
.teamslider .item__img {
  float: none !important;
  width: 100% !important;
  margin-bottom: 24px;
}
.teamslider .item__img:hover img {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.teamslider .item__img img {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tsocials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tsocials li {
  margin: 10px 10px 10px 0;
}
.tsocials a {
  display: block;
  border: thin solid #222e36;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.tsocials a:hover {
  border-color: #ef7d2a;
}
.teamlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 450px) {
  .teamlist {
    display: block;
  }
}
.teamlist .item {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .teamlist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 450px) {
  .teamlist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.teamlist .item:hover img {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.teamlist .item:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .teamlist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .teamlist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.teamlist .item__img {
  margin-bottom: 10px;
}
.teamlist .item__img img {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teamlist .item__text h3 {
  font-size: 20px;
  line-height: 26px;
}
.teamlist .item__text p {
  margin-bottom: 0;
  margin-top: 4px;
}
.bdt {
  border-top: thin solid #222e36;
}
.bdb {
  border-bottom: thin solid #222e36;
}
.legendbox {
  margin: 40px 0;
}
.legendbox p {
  font-size: 13px;
  line-height: 20px;
}
.showcasecontact {
  *zoom: 1;
}
.showcasecontact:before,
.showcasecontact:after {
  content: "";
  display: table;
}
.showcasecontact:after {
  clear: both;
}
@media all and (max-width: 1470px) {
  .showcasecontact {
    margin-top: 50px;
  }
}
.showcasecontact__navigation .item {
  padding: 10px 20px 10px 0;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Roboto';
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .showcasecontact__navigation .item {
    padding: 10px 10px 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.showcasecontact__navigation .item.active,
.showcasecontact__navigation .item:hover {
  color: #ef7d2a;
}
.showcasecontact__navigation .item.active .subshowcasecontact {
  display: block;
}
.showcasecontact__left {
  float: left;
  width: 48.50%;
  margin-top: 200px;
}
@media all and (max-width: 1470px) {
  .showcasecontact__left {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .showcasecontact__left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.showcasecontact__right {
  float: left;
  width: 48.50%;
  margin-left: 3%;
}
@media all and (max-width: 767px) {
  .showcasecontact__right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.contactlist {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  max-height: 0;
  overflow: hidden;
}
.contactlist.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  max-height: 9000px;
}
.contactlist p {
  margin: 10px 0;
}
.contactlist .separator {
  margin: 0 10px;
  display: none;
}
.contactlist > .item {
  margin-bottom: 0;
  display: none;
  *zoom: 1;
}
.contactlist > .item:before,
.contactlist > .item:after {
  content: "";
  display: table;
}
.contactlist > .item:after {
  clear: both;
}
.contactlist > .item.active {
  display: block;
}
.contactlist > .item.mt200 {
  margin-top: 200px;
}
@media all and (max-width: 767px) {
  .contactlist > .item.mt200 {
    margin-top: 50px;
  }
}
.contactlist > .item .item__left {
  float: left;
  width: 50%;
}
@media all and (max-width: 450px) {
  .contactlist > .item .item__left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contactlist > .item .item__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 450px) {
  .contactlist > .item .item__right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.contactlist > .item .item__right iframe {
  display: block !important;
  overflow: hidden !important;
  border: none !important;
  width: 100% !important;
  height: 200px !important;
}
.contactlist .item__img {
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.80;
}
.contactlist .item__img img {
  width: 100%;
}
.contactlist .item__place {
  margin-bottom: 10px;
}
.contactlist .item__place h3 {
  font-size: 18px;
  line-height: 24px;
}
.contactlist .item__place .fal,
.contactlist .item__place .far,
.contactlist .item__place .fas {
  color: #ef7d2a;
  margin-left: 4px;
}
.contactlist .item__contact {
  font-size: 17px;
  line-height: 23px;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 10px;
}
.contactlist .item__contact a {
  text-decoration: none;
}
.contactlist .item__contact a:hover {
  color: #222e36;
  text-decoration: none;
}
.contactlist .item__contact__phone,
.contactlist .item__contact__email {
  display: block;
  color: #ef7d2a;
}
.contactlist .addinfo {
  display: block;
  margin-top: 20px;
}
.contactlist .addinfo p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.downfiles {
  margin-top: 30px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.downfiles.active {
  max-height: 1000px;
}
.downfiles h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.downfileslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.downfileslist li {
  margin: 4px 0;
  padding-right: 20px;
  width: 33.33%;
  padding-left: 20px;
  position: relative;
}
.downfileslist .fas {
  position: absolute;
  top: 4px;
  left: 0;
}
.downfileslist a {
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 500;
  display: block;
  line-height: 20px;
}
.downfileslist a:hover {
  text-decoration: none;
  color: #222e36;
}
.vpdatalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .vpdatalist {
    display: block;
  }
}
.vpdatalist .item {
  width: 31.33%;
  margin-right: 3%;
  font-size: 18px;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .vpdatalist .item {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .vpdatalist .item:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.vpdatalist .item:nth-child(3) {
  margin-right: 0;
}
.vpdatalist .item__label {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  display: block;
  margin-bottom: 14px;
}
.vpdatalist .item__label:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  color: #ef7d2a;
  font-family: 'Roboto';
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .vpdatalist .item__label {
    font-size: 20px;
    line-height: 26px;
  }
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
#modal__video .modal-dialog iframe {
  min-height: 80vh !important;
}
#modal__video .close {
  color: #ffffff;
}
.modal-body {
  padding: 50px;
}
@media all and (max-width: 600px) {
  .modal-body {
    padding: 50px 26px;
  }
}
.modal-content {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
.modal-dialog {
  width: 100%;
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 90vh !important;
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #000000 !important;
  font-weight: bold;
  font-weight: 400;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
.dostbox__title {
  font-size: 30px;
  line-height: 36px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .helpbox {
    margin-top: 30px;
  }
}
.helpbox .inner {
  background: #f3f3f3 url(../images/csr.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 40px 150px 40px;
  font-size: 18px;
  line-height: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .helpbox .inner {
    padding: 30px;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.helpbox .inner h2 {
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 46px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .helpbox .inner h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.helpbox .inner p {
  font-size: 18px;
  line-height: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .helpbox .inner p {
    font-size: 14px;
    line-height: 24px;
  }
}
.helpbox .inner .button {
  margin-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .helpbox .inner .button {
    margin-top: 20px;
  }
}
#toogle__helpbefore {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
#helpbefore {
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
#helpbefore.active {
  max-height: 10000px;
}
.helpbefore__linkbox {
  z-index: 3;
}
.helpbeforelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 650px) {
  .helpbeforelist {
    display: block;
  }
}
.helpbeforelist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media all and (max-width: 650px) {
  .helpbeforelist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.helpbeforelist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .helpbeforelist .item:last-child {
    margin-bottom: 0;
  }
}
.helpbeforelist .button--inverse {
  padding: 10px 14px;
  font-size: 13px;
  margin-top: 0;
}
.helpbeforelist .button__wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 20px;
}
.realtylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 500px) {
  .realtylist {
    display: block;
  }
}
.realtylist .item {
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 500px) {
  .realtylist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.realtylist .item:hover .item__img {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.realtylist .item:nth-child(even) {
  margin-right: 0;
}
.realtylist .item__title {
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .realtylist .item__title {
    height: auto !important;
  }
}
.realtylist .item__title h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
}
.realtylist .item__title p {
  margin: 0;
  font-family: 'Roboto';
  font-weight: 500;
}
.realtylist .item__img {
  height: 300px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  .realtylist .item__img {
    height: 200px;
  }
}
.realtylist .item__description p {
  margin-top: 10px;
}
.realtylist .item__state {
  font-family: 'Roboto';
  font-weight: 600;
}
.realtylist .item__state.state__01 {
  color: #999;
}
.realtylist .item__state.state__02 {
  color: #11902e;
}
.realtylist .item__state .far,
.realtylist .item__state .fas {
  font-size: 22px;
  position: relative;
  bottom: -2px;
  margin-right: 6px;
}
table.productstable {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
@media all and (max-width: 500px) {
  table.productstable {
    font-size: 13px;
    line-height: 18px;
  }
}
table.productstable tr {
  position: relative;
}
table.productstable tr:hover td {
  color: #ffffff;
  background-color: #ef7d2a;
  border-color: #ef7d2a;
  cursor: pointer;
}
table.productstable tr th {
  text-align: left;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}
table.productstable tr td {
  padding: 14px 10px;
  color: #222e36;
  border-bottom: thin solid #222e36;
  border-top: thin solid #222e36;
}
.productstable__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.whybox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media all and (max-width: 500px) {
  .whybox ul {
    display: block;
  }
}
.whybox ul > li {
  padding-left: 36px;
  margin: 50px 0 0 0;
  margin-right: 6%;
  width: 47%;
}
@media all and (max-width: 500px) {
  .whybox ul > li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
.whybox ul > li:nth-child(even) {
  margin-right: 0;
}
.whybox ul > li:first-child,
.whybox ul > li:nth-child(2) {
  margin-top: 20px;
}
.whybox ul > li:before {
  content: "\f00c";
  background: transparent;
  color: #ef7d2a;
  font-family: 'Font Awesome 5 Pro';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 26px;
}
.strategybox .wrap {
  padding-right: 30%;
}
.portfoliolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 450px) {
  .portfoliolist {
    display: block;
  }
}
.portfoliolist .item {
  width: 22.75%;
  margin-right: 3%;
  margin-top: 40px;
  border: thin solid #222e36;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .portfoliolist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 450px) {
  .portfoliolist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.portfoliolist .item:nth-child(4n+4) {
  margin-right: 0;
}
.portfoliolist .item:nth-child(1),
.portfoliolist .item:nth-child(2),
.portfoliolist .item:nth-child(3),
.portfoliolist .item:nth-child(4) {
  margin-top: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .portfoliolist .item:nth-child(3),
  .portfoliolist .item:nth-child(4) {
    margin-top: 40px;
  }
}
@media all and (max-width: 450px) {
  .portfoliolist .item:nth-child(2) {
    margin-top: 40px;
  }
}
.portfoliolist .item:hover {
  border-color: #ef7d2a;
}
.portfoliolist .item:hover .item__img {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .portfoliolist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .portfoliolist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.portfoliolist .item__img {
  height: 200px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfoliolist .item__text {
  padding: 20px 10px;
}
.portfoliolist .item__top {
  font-size: 0;
  padding-bottom: 20px;
}
.portfoliolist .item__logo {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 10px;
  height: 66px;
  line-height: 66px;
}
.portfoliolist .item__logo img {
  max-height: 96%;
  width: auto;
}
.portfoliolist .item__state {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 19px;
  width: 50%;
  text-align: right;
  font-family: 'Roboto';
  font-weight: 500;
}
.portfoliolist .item__state.state__1 {
  color: #11902e;
}
.portfoliolist .item__state.state__2 {
  color: #999;
}
.portfoliolist .item__state .far,
.portfoliolist .item__state .fas {
  font-size: 22px;
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}
.portfoliolist .item__info p {
  margin: 0;
  line-height: 20px;
}
.portfoliolist .item__title {
  font-size: 20px;
  line-height: 26px;
}
.portfoliolist .item__data {
  padding: 20px 0 0 0;
}
.portfoliolist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.portfolioswitcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
.portfolioswitcher .item {
  position: relative;
}
@media all and (max-width: 500px) {
  .portfolioswitcher .item {
    width: 33%;
  }
}
.portfolioswitcher .item.item + .item {
  margin-left: -2px;
}
.portfolioswitcher .item a {
  text-decoration: none !important;
  padding: 14px 30px;
  display: inline-block;
  color: #ef7d2a !important;
  background: none !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
  line-height: 13px !important;
  font-family: 'Roboto';
  font-weight: 700;
  font-family: 'Roboto Condensed';
  letter-spacing: 0.10em;
  border: medium solid #ef7d2a;
}
@media all and (max-width: 500px) {
  .portfolioswitcher .item a {
    display: block;
    height: 100% !important;
    line-height: 16px !important;
    font-size: 11px;
    letter-spacing: normal;
    padding: 10px;
  }
}
.portfolioswitcher .item a:hover {
  background: #ef7d2a !important;
  color: #ffffff !important;
  border-color: #ef7d2a;
}
.portfolioswitcher .item.active a {
  background: #ef7d2a !important;
  color: #ffffff !important;
  text-decoration: none;
}
ul.shearer {
  font-size: 0;
  position: relative;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: thin solid #ddd;
  padding-left: 80px;
}
ul.shearer:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "Sdílet na:";
  font-size: 14px;
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 24px 0 0;
}
ul.shearer a {
  color: #222e36;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.shearer a:hover {
  color: #ef7d2a;
}
.img-thumbnail {
  border: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.grid-linkedin-page-post .grid-content {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: auto !important;
  padding: 6px 18px !important;
  border: thin solid #222e36;
}
.table-responsive {
  margin-bottom: 0;
  border: none !important;
}
.sk_post_view_on_facebook .fas,
.sk_post_view_on_facebook .far,
.sk_post_view_on_facebook .fab,
.sk_post_view_on_facebook .fa {
  color: #0a66c2;
}
.sk_post_media {
  font-family: 'Roboto';
}
.sk_post_media {
  margin-bottom: 20px !important;
}
.sk_post_media img {
  max-height: 134px;
  width: auto !important;
  max-width: 100%;
}
.carousel-indicators.indicate {
  float: right;
  width: 48.50%;
  text-align: center;
  font-size: 0;
  bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators.indicate {
    bottom: 0;
    margin-top: 40px;
    float: none;
    width: 100%;
  }
}
.carousel-indicators.indicate .ita {
  width: 16px;
  height: 16px;
  background-color: #ccc;
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 10px !important;
  padding: 0;
}
.carousel-indicators.indicate .ita.active {
  background-color: #ef7d2a;
  width: 16px;
  height: 16px;
}
#slider__help {
  *zoom: 1;
}
#slider__help:before,
#slider__help:after {
  content: "";
  display: table;
}
#slider__help:after {
  clear: both;
}
#slider__help .carousel-inner {
  float: left;
  margin-left: 3%;
  width: 48.50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider__help .carousel-inner {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.showcase__help {
  float: left;
  width: 48.50%;
  margin-top: 200px;
}
@media all and (max-width: 1470px) {
  .showcase__help {
    margin-top: 50px;
  }
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__help {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__help {
    float: none;
    width: 100%;
  }
}
.helpbefore__linkbox--mobile {
  text-align: center;
  margin-top: 30px;
}
.importantlist--without {
  margin-bottom: 60px;
}
.importantlist--without .item__text {
  margin-top: 36px;
}
@media all and (max-width: 767px) {
  .importantlist--without .item__text {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.disclaimer .wrap {
  border-top: thin solid #222e36;
  padding: 40px 0;
}
.disclaimer h3 {
  font-size: 13px;
  line-height: 20px;
}
.disclaimer p {
  font-size: 11px;
  line-height: 17px;
  margin: 10px 0;
}
.subshowcasecontact {
  margin-top: 10px;
  display: none;
}
.subshowcasecontact .subitem {
  padding: 6px 0;
  border-bottom: thin solid transparent;
  color: #222e36;
}
.subshowcasecontact .subitem.active {
  color: #ef7d2a;
  border-color: #ef7d2a;
}
.subshowcasecontact .subitem__title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.showcase__data__text {
  padding: 150px 30px 80px 30px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .showcase__data__text {
    padding: 50px 30px;
    min-height: 0;
  }
}
.showcasebox__img {
  position: relative;
}
.showcase__data__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.datatext .item,
.datatext .ditem {
  margin: 30px 0;
}
.datatext .item__title,
.datatext .ditem__title {
  display: block;
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 20px;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .datatext .item__title,
  .datatext .ditem__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.datatext .item__title .fal,
.datatext .ditem__title .fal,
.datatext .item__title .fas,
.datatext .ditem__title .fas,
.datatext .item__title .far,
.datatext .ditem__title .far {
  color: #ef7d2a;
  font-size: 30px;
}
.showcase__data__info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  z-index: 2;
}
.sp-easy-accordion {
  margin-top: 40px;
}
.sp-easy-accordion .ea-card.sp-ea-single {
  background: #ffffff !important;
  color: #222e36 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
  border-top: thin solid #222e36 !important;
  border-left: thin solid #222e36 !important;
  border-right: thin solid #222e36 !important;
  border-bottom: thin solid #222e36 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-easy-accordion .ea-card.sp-ea-single:hover {
  border-color: #ef7d2a !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand {
  background: #ffffff !important;
  border: thin solid #ef7d2a !important;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
  color: #222e36 !important;
  position: relative;
  padding: 20px 80px 20px 20px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
    font-size: 15px;
    line-height: 24px;
    display: block;
  }
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a .ea-expand-icon.fa {
  color: #ef7d2a !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  float: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0 20px 20px 20px !important;
  color: #222e36 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body ul > li:before {
  content: "";
  background-color: #ef7d2a;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.showcase__landing {
  text-align: center;
}
.showcase__landing:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0.9) 0%, rgba(243, 243, 243, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 2;
}
.showcase__landing h1 {
  max-width: 100%;
}
.showcase__landing__description {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.showcase__landing__description img {
  max-width: 300px;
}
.page-template-template-landing .main img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.page-template-template-landing .main iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
  overflow: hidden;
  border: none !important;
}
.page-template-template-landing .main h2:before {
  position: relative;
  top: 0;
  margin-right: 10px;
  top: -2px;
}
.page-template-template-landing .gdc_row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.page-template-template-landing .gdc_row .gdc_inner img {
  max-height: 200px;
  width: auto;
  max-width: 200px;
}
.cbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .cbuttons {
    display: block;
  }
}
.cbuttons .item {
  width: 31.33%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .cbuttons .item {
    width: 48.50%;
  }
}
@media all and (max-width: 767px) {
  .cbuttons .item {
    margin-right: 0 !important;
    width: 100%;
  }
}
.cbuttons .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .cbuttons .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .cbuttons .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.cbuttons .item.active .item__text {
  max-height: 5000px;
}
.cbuttons .item.active .fa-angle-right {
  display: none;
}
.cbuttons .item.active .fa-angle-down {
  display: inline;
}
.cbuttons .button {
  width: 100%;
  margin: 0;
  display: block;
  padding: 20px 60px 20px 20px;
  font-size: 16px;
  line-height: 22px !important;
  letter-spacing: 0;
  text-align: left;
}
@media all and (max-width: 450px) {
  .cbuttons .button {
    font-size: 16px;
    line-height: 22px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cbuttons .button .fal {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
@media all and (max-width: 450px) {
  .cbuttons .button .fal {
    right: 20px;
  }
}
.cbuttons .button .fa-angle-down {
  display: none;
}
.cbuttons .item__text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
}
.personlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 450px) {
  .personlist {
    display: block;
  }
}
.personlist .item {
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 450px) {
  .personlist .item {
    width: 100%;
    margin-right: 0;
  }
}
.personlist .item:nth-child(even) {
  margin-right: 0;
}
.personlist .medailon__img {
  height: 300px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .personlist .medailon__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.personlist .medailon__img:hover {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.cfrmboxmore .cfrmbox__left {
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrmboxmore .cfrmbox__left {
    width: 100%;
    float: none;
  }
}
.cfrmboxmore .cfrmbox__right {
  width: 46%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cfrmboxmore .cfrmbox__right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.datatext__title {
  color: #ef7d2a;
  font-size: 50px;
  line-height: 56px;
  display: block;
  position: relative;
}
@media all and (max-width: 767px) {
  .datatext__title {
    font-size: 50px;
    line-height: 56px;
  }
}
.datatext__title:after {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 50px;
  border-right: thin solid #ef7d2a;
  display: block;
  position: absolute;
  top: 110%;
}
.datatext--smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 500px) {
  .datatext--smaller {
    display: block;
    margin-top: 70px;
  }
}
.datatext--smaller .item,
.datatext--smaller .ditem {
  width: 33%;
  padding: 0 10px;
}
@media all and (max-width: 500px) {
  .datatext--smaller .item,
  .datatext--smaller .ditem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.datatext--smaller .item__title,
.datatext--smaller .ditem__title {
  font-size: 30px;
  line-height: 36px;
  display: block;
}
.datatext--smaller .item__text,
.datatext--smaller .ditem__text {
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 0 20px;
}
.single-post p {
  *zoom: 1;
}
.single-post p:before,
.single-post p:after {
  content: "";
  display: table;
}
.single-post p:after {
  clear: both;
}
.single-post .button {
  clear: both;
}
.pitem__wrap {
  min-height: 600px;
  padding: 150px 30px 30px 30px;
  position: relative;
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pitem__wrap {
    min-height: 0;
    padding-top: 50px;
  }
}
.pitem__wrap .datatext__title {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .pitem__wrap .datatext__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.pitem__wrap .all__positions {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.pitem__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.freepositions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
@media all and (max-width: 500px) {
  .freepositions {
    display: block;
  }
}
.freepositions .pitem {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media all and (max-width: 500px) {
  .freepositions .pitem {
    width: 100%;
  }
}
.freepositions p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.freepositions .pitem__title {
  display: block;
}
.freepositions .button {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px !important;
  margin-top: 10px;
}
@media all and (max-width: 400px) {
  .freepositions .button {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
.allnews {
  margin-top: 30px;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #ef7d2a !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #fe740f !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
/* ------------------ HEADER ----------------*/
.tos-caption {
  display: none !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (max-width: 1470px) {
  .header {
    background-color: #ffffff;
  }
}
.header .wrap {
  padding: 33px 0;
}
@media all and (max-width: 767px) {
  .header .wrap {
    padding: 20px 0;
  }
}
.header .button {
  margin-top: 0;
}
.nav-up .header {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.nav-up .header .wrap {
  padding: 20px 0;
}
.nav-up a.logo {
  width: 85px !important;
  height: 40px !important;
  -webkit-background-size: 85px 40px !important;
  background-size: 85px 40px !important;
  background: url(../images/logo.svg) 0 0 no-repeat !important;
  top: 0;
}
.nav-up .headerright__buttons {
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .nav-up .headerright__buttons {
    margin-top: 19px;
  }
}
@media all and (max-width: 600px) {
  .nav-up .headerright__buttons {
    margin-top: 28px;
  }
}
a.logo {
  display: block;
  width: 127px;
  height: 60px;
  background: url(../images/logo.svg) 0 0 no-repeat;
  -webkit-background-size: 127px 60px;
  background-size: 127px 60px;
  position: relative;
  top: -2px;
}
@media all and (max-width: 767px) {
  a.logo {
    width: 85px !important;
    height: 40px !important;
    -webkit-background-size: 85px 40px !important;
    background-size: 85px 40px !important;
    top: 0;
  }
}
body.page-template-default,
body.single-volne-pozice {
  /*a.logo {
		width: 180px;
		height: 85px;
		background: url(../images/logo-int.svg) 0 0 no-repeat;
		-webkit-background-size: 180px 85px;
		background-size: 180px 85px;
	}

	#toogle-menu span {
		border-color: @light;
	}*/
}
.headerright {
  position: absolute;
  top: 0;
  right: 40px;
}
@media all and (max-width: 1470px) {
  .headerright {
    right: 0;
    padding-right: 60px;
  }
}
@media all and (min-width: 990px) and (max-width: 1340px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .headerright {
    right: 3%;
  }
}
@media all and (max-width: 600px) {
  .headerright {
    padding-right: 46px;
  }
}
@media all and (max-width: 400px) {
  .headerright {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3%;
    height: 25px;
  }
}
.headerright__buttons {
  *zoom: 1;
  margin-top: 47px;
}
.headerright__buttons:before,
.headerright__buttons:after {
  content: "";
  display: table;
}
.headerright__buttons:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .headerright__buttons {
    margin-top: 19px;
  }
}
@media all and (max-width: 600px) {
  .headerright__buttons {
    margin-top: 28px;
  }
}
@media all and (max-width: 400px) {
  .headerright__buttons {
    display: none;
  }
}
.headerright__buttons .item {
  float: left;
}
.headerright__buttons .item + .item {
  margin-left: 20px;
  display: none;
}
@media all and (max-width: 600px) {
  .headerright__buttons .item + .item {
    margin-left: 8px;
  }
}
.headerright__buttons .button--inverse {
  background: rgba(255, 255, 255, 0.2) !important;
}
.headerright__buttons .button--inverse:hover {
  background: #222e36 !important;
}
@media all and (max-width: 600px) {
  .headerright__buttons .button {
    padding: 4px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: normal;
  }
}
/********************* Footer ******************/
.footer {
  font-size: 14px;
  line-height: 24px;
}
.footer .wrap {
  padding: 40px 0;
  border-top: thin solid #222e36;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.footer a {
  color: #222e36;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #ef7d2a;
}
.fcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fcols .fcol__1 {
  width: 60%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .fcol__1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  .fcols .fcol__1 {
    margin-bottom: 0;
  }
}
.fcols .fcol__2 {
  width: 15%;
  border-left: thin solid #222e36;
  padding: 0 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .fcol__2 {
    width: 100%;
    border-left: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: thin solid #222e36;
    text-align: center;
  }
}
.fcols .fcol__3 {
  width: 25%;
  border-left: thin solid #222e36;
  padding: 0 0 0 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fcols .fcol__3 {
    width: 100%;
    padding-right: 20px;
    padding-top: 20px;
    border-left: none;
    border-top: thin solid #222e36;
    text-align: center;
  }
}
.fcolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .fcolbox {
    display: block;
  }
}
.fcolbox .item__1 {
  width: 20%;
}
@media all and (max-width: 767px) {
  .fcolbox .item__1 {
    width: 100%;
    text-align: center;
  }
}
.fcolbox .item__2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 767px) {
  .fcolbox .item__2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  .fcolbox .item__2 {
    display: block;
  }
}
.fcolbox .item__2 .itemcol {
  width: 33.33%;
  padding-right: 10px;
}
@media all and (max-width: 500px) {
  .fcolbox .item__2 .itemcol {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer__logo {
  display: block;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.socials {
  font-size: 0;
  margin-top: 20px;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 14px;
  font-size: 20px;
}
.socials li:first-child {
  margin-left: 0;
}
.socials .sitem__1 a:hover {
  color: #1877f2;
}
.socials .sitem__2 a:hover {
  color: #1da1f2;
}
.socials .sitem__3 a:hover {
  color: #0a66c2;
}
.footer__menu li {
  margin-bottom: 10px;
}
.footer__menu li:last-child {
  margin-bottom: 0;
}
.copy {
  text-align: center;
}
.copy .wrap {
  border-top: thin solid #222e36;
}
.copy p {
  margin-bottom: 0;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: block;
  width: 30px;
  height: 25px;
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  right: -90px;
}
@media all and (max-width: 1470px) {
  #toogle-menu {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  #toogle-menu {
    bottom: 8px;
  }
}
@media all and (max-width: 600px) {
  #toogle-menu {
    bottom: 0;
  }
}
@media all and (max-width: 400px) {
  #toogle-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    bottom: initial;
  }
}
#toogle-menu:hover span {
  border-color: #ef7d2a;
}
#toogle-menu span {
  display: block;
  margin-bottom: 4px;
  height: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border-bottom: medium solid #222e36;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu > li {
  position: relative;
}
.main-menu > li:last-child {
  margin-bottom: 0;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #ef7d2a;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li:hover.menu-item-has-children > a:before {
  color: #ef7d2a;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 38px;
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #ef7d2a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #ef7d2a;
}
.main-menu > li > a {
  font-size: 20px;
  line-height: 26px;
  color: #222e36;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  position: relative;
  font-family: 'Roboto';
  font-weight: 700;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #ef7d2a;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #222e36;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #2c3b46;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.menu-item-has-children > a,
.top-menu .sub-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
.main-menu .sub-menu > li.menu-item-has-children > a:before,
.top-menu .sub-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  color: #fe740f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu .sub-menu > li.menu-item-has-children > a:before,
  .top-menu .sub-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #2c3b46;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 300;
  border-bottom: thin solid #2c3b46;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2c3b46;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
  background-color: #ed6f12;
}
.main-menu .sub-menu > li .sub-menu a:hover,
.top-menu .sub-menu > li .sub-menu a:hover {
  background-color: #d66310;
}
.header.active,
.menu.active {
  top: 0;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #ef7d2a;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 105px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow: auto;
}
.header.active .main-menu > li,
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show {
  background-color: #fe740f;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  border-bottom: 1px solid #fe8328;
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #d66310;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #fe740f;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover {
  background-color: #0e1317;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a {
  padding: 20px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #f18b42;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Roboto';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover {
  background: none !important;
}
#menu-item-43:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#menu-item-43:before {
  content: "Často kladené otázky";
  position: absolute;
  text-align: center;
  left: 50%;
  top: -9px;
  margin-left: -65px;
  background-color: #ef7d2a;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding: 1px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.menu__active .menubox {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.menubox {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  background: rgba(34, 46, 54, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2000;
  *zoom: 1;
}
.menubox:before,
.menubox:after {
  content: "";
  display: table;
}
.menubox:after {
  clear: both;
}
.menucontainer {
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
  float: right;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .menucontainer {
    max-width: 100%;
  }
}
.menucontainer__section {
  padding: 30px 30px 30px 100px;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
  *zoom: 1;
}
.menucontainer__section:before,
.menucontainer__section:after {
  content: "";
  display: table;
}
.menucontainer__section:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .menucontainer__section {
    padding: 30px;
  }
}
a.menubox__close {
  color: #222e36;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 20px;
  right: 40px;
}
@media all and (max-width: 767px) {
  a.menubox__close {
    right: 20px;
  }
}
a.menubox__close:hover {
  color: #ef7d2a;
}
.header__socials {
  font-size: 0;
  float: left;
}
.header__socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 14px;
  font-size: 18px;
}
.header__socials li:first-child {
  margin-left: 0;
}
.header__socials a {
  color: #222e36;
}
.header__socials .sitem__1 a:hover {
  color: #1877f2;
}
.header__socials .sitem__2 a:hover {
  color: #1da1f2;
}
.header__socials .sitem__3 a:hover {
  color: #0a66c2;
}
.lang {
  *zoom: 1;
  float: left;
  margin-right: 30px;
}
.lang:before,
.lang:after {
  content: "";
  display: table;
}
.lang:after {
  clear: both;
}
.lang li {
  float: left;
}
.lang li + li {
  margin-left: 10px;
}
.lang li.active a {
  color: #ef7d2a;
}
.lang a {
  text-transform: uppercase;
  color: #222e36;
  text-decoration: none;
}
.lang a:hover {
  color: #ef7d2a;
  text-decoration: none;
}
.menu__header {
  display: none;
  margin-bottom: 30px;
}
@media all and (max-width: 400px) {
  .menu__header {
    display: block;
  }
}
.menu__header .button--inverse {
  display: none;
}
