@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext&font-display=fallback');
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.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;
}
.bgs {
  -webkit-background-size: cover;
  background-size: cover;
}
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,
strong {
  font-weight: 700;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #ffb607;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #ff7607;
}
p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #444444;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 183px;
}
@media all and (max-width: 767px) {
  body {
    padding-top: 176px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1170px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1180px), 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: 12px 50px;
  display: inline-block;
  color: #ffffff !important;
  background: #ffb607 !important;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  height: auto !important;
  line-height: 24px !important;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff7607 !important;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ffb607 !important;
}
.button--inverse {
  background: none !important;
  color: #ffffff !important;
  border: 1px solid #ffb607;
  text-decoration: none;
  border: 1px solid #ffffff;
  text-transform: none;
  font-weight: 400;
}
.button--inverse:hover {
  border-color: #ffb607;
  color: #ffffff !important;
  background: none !important;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 70px 0;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
.block-top {
  margin-bottom: 40px;
  max-width: 76%;
}
@media all and (max-width: 550px) {
  .block-top {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.block__info {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block__info:after {
  content: "";
  height: 2px;
  background-color: #ffb607;
  width: 70px;
  display: block;
  right: -90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block__title {
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block__title:after {
  content: "";
  display: block;
  width: 70px;
  background-color: #ffb607;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.block__title span {
  color: #ffb607;
}
.block__title + p {
  margin: 0 0 40px 0;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
.main > .wrap {
  min-height: 300px;
  max-width: 960px;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  position: relative;
  font-weight: 700;
  color: #444444;
  margin-bottom: 40px;
  border-left: thick solid #ffb607;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
}
.main h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffb607;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.main h3 {
  font-size: 21px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ffb607;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 13px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #ffb607;
}
.main ul > li > ul > li:before {
  background: none;
  border: 1px solid #ffb607;
}
.main ol {
  margin: 20px 0;
  list-style-position: inside;
}
.main ol > li {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  /*&:before {
          content: counter(item)".";
          position: absolute;
          left: 0;
          top: 0;
          color: @links;
        }*/
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
.main table tr {
  background-color: #ffffff !important;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px 14px;
  background-color: #ffb607;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 6px 14px;
  color: #444444;
  border: 1px solid #f0f0f0;
  font-weight: 500;
}
.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 ul.gallery,
.main .ngg-galleryoverview {
  *zoom: 1;
  margin-top: 40px;
}
.main ul.gallery:before,
.main .ngg-galleryoverview:before,
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  content: "";
  display: table;
}
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  clear: both;
}
.main ul.gallery > li,
.main .ngg-galleryoverview > li,
.main ul.gallery .ngg-gallery-thumbnail-box,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  text-align: left;
  width: 23.02%;
  margin-right: 2.63%;
  margin-bottom: 20px;
  float: left;
  padding-left: 0 !important;
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0;
}
.main ul.gallery > li a,
.main .ngg-galleryoverview > li a,
.main ul.gallery .ngg-gallery-thumbnail-box a,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main ul.gallery > li a:after,
.main .ngg-galleryoverview > li a:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:after,
  .main .ngg-galleryoverview > li a:after,
  .main ul.gallery .ngg-gallery-thumbnail-box a:after,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
    display: none !important;
  }
}
.main ul.gallery > li a:before,
.main .ngg-galleryoverview > li a:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
  content: "";
  background: url(../images/icon-zoom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:before,
  .main .ngg-galleryoverview > li a:before,
  .main ul.gallery .ngg-gallery-thumbnail-box a:before,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
    display: none !important;
  }
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery > li:nth-child(even),
  .main .ngg-galleryoverview > li:nth-child(even),
  .main ul.gallery .ngg-gallery-thumbnail-box:nth-child(even),
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(even) {
    margin-right: 0 !important;
  }
}
.main ul.gallery > li:before,
.main .ngg-galleryoverview > li:before,
.main ul.gallery .ngg-gallery-thumbnail-box:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:before {
  display: none !important;
}
.main ul.gallery > li a:hover:after,
.main .ngg-galleryoverview > li a:hover:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:after,
.main ul.gallery > li a:hover:before,
.main .ngg-galleryoverview > li a:hover:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:before {
  display: block;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery br {
  display: none !important;
}
.main .gallery-item {
  margin-right: 0.90%;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  position: relative;
  width: 24.32% !important;
}
.main .gallery-item:nth-of-type(4n+4) {
  margin-right: 0 !important;
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "";
  background: url(../images/icon-zoom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@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 {
  display: block;
}
.main .gallery-item img {
  border: none !important;
  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: #7993a9;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7993a9;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7993a9;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7993a9;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #7993a9;
  border: 1px solid #bdcad1;
  font-size: 16px;
}
.main textarea {
  padding: 20px;
  height: 90px;
}
.main input[type=submit] {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 700;
  height: 50px;
  width: 250px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  background: #ffb607;
  margin: 0 auto;
  display: block;
}
.main input[type=submit]:hover {
  background-color: #ff7607;
}
.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;
}
.showcase {
  position: relative;
}
#slider {
  background: #222;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  #slider {
    /*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;
  }
}
#slider .item .wrap {
  height: 100vh;
  z-index: 3;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item .wrap {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#slider .item:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item:after {
    display: block;
  }
}
#slider .item__text {
  position: absolute;
  top: 33%;
  right: 0;
  text-align: right;
  width: 100%;
  max-width: 860px;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text {
    position: relative;
    top: 0;
    /*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: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
#slider .item__text h2 {
  font-size: 50px;
  line-height: 60px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
#slider .item__text h2 span {
  display: inline-block;
  background: rgba(167, 141, 125, 0.64);
  padding: 10px;
}
#slider .item__text h3 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
#slider .item__buttons .button + .button {
  margin-left: 20px;
}
@media all and (max-width: 767px) {
  #slider .item__buttons .button {
    background: #444444 !important;
    color: #ffffff !important;
    border-color: #444444;
  }
}
@media all and (max-width: 600px) {
  #slider .item__buttons .button {
    display: block;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
}
.tos-caption {
  display: none !important;
}
.showcase--highlight {
  text-transform: uppercase;
  display: inline-block;
  font-size: 34px;
  line-height: 40px;
  background: rgba(29, 67, 114, 0.3);
  padding: 14px 20px;
}
@media all and (max-width: 767px) {
  .showcase--highlight {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-height: 600px) {
  .showcase--highlight {
    font-size: 20px;
    line-height: 26px;
  }
}
.showcase__arr {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
  background: url(../images/arr.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  animation: showarrow 2s, wirble .4s infinite;
  -moz-animation: showarrow 2s, wirble .4s infinite;
  /* Firefox */
  -webkit-animation: showarrow 2s, wirble .4s infinite;
  /* Safari and Chrome */
  -o-animation: showarrow 2s, wirble .4s infinite;
  /* Opera */
}
@keyframes wirble {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 18px;
  }
  100% {
    bottom: 20px;
  }
}
.about {
  display: table;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .about {
    display: block;
  }
}
.about .block__title:after {
  display: none;
}
.about .about__img,
.about .about__info {
  display: table-cell;
  width: 60%;
  vertical-align: top;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .about .about__img,
  .about .about__info {
    display: block;
    width: 100% !important;
    min-height: 300px;
  }
}
.about .about__img {
  background-position: center top !important;
  width: 40%;
}
.about .about__info {
  padding: 70px 6% 70px 60px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .about .about__info {
    padding: 40px 5%;
  }
}
.offer {
  background-color: #f7f7f7;
}
.offerlist .item:hover .item__img img {
  -webkit-transition: all 7s linear;
  -moz-transition: all 7s linear;
  -ms-transition: all 7s linear;
  -o-transition: all 7s linear;
  transition: all 7s linear;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.offerlist .item__text {
  background-color: #ffffff;
  padding: 50px 20px 94px 20px;
  position: relative;
}
@media all and (max-width: 600px) {
  .offerlist .item__text {
    height: auto !important;
  }
}
.offerlist .item h3 {
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
}
.offerlist .item p {
  margin: 0;
}
.offerlist .item__img {
  overflow: hidden;
}
.offerlist .item__img img {
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.offerlist .item__icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -37px;
  background-color: #ffffff;
  color: #43a33d;
  text-align: center;
  display: block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
}
.offerlist .button {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  max-width: 210px;
}
.owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
  margin-top: 0 !important;
}
.owl-nav button {
  width: 47px;
  height: 47px;
  font-size: 0 !important;
  margin: 0 0 0 10px !important;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-nav button:hover {
  opacity: 0.7;
}
.owl-nav button.owl-prev {
  background: url(../images/controls.png) left 0 no-repeat !important;
}
.owl-nav button.owl-next {
  background: url(../images/controls.png) right 0 no-repeat !important;
}
.testimonials {
  background: url(../images/testimonials-bg.jpg) center center no-repeat;
  color: #ffffff;
  background-attachment: fixed;
}
.testimonials .wrap {
  z-index: 1;
  font-size: 0;
}
.testimonials:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  content: "";
}
.testimonials .block__title {
  color: #ffffff;
}
.testimonials-left {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
  font-size: 18px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .testimonials-left {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
.video {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
@media all and (max-width: 767px) {
  .video {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
.video iframe {
  display: block;
  width: 100% !important;
  height: 315px !important;
}
.testimonialist .item {
  margin-bottom: 30px;
}
.testimonialist .item:last-child {
  margin-bottom: 0;
}
.testimonialist .item__name {
  text-align: right;
  display: block;
}
.testimonialist p {
  margin: 0;
}
.page-template-template-course .showcase__page {
  background-position: center 185px !important;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .page-template-template-course .showcase__page {
    background-position: center top !important;
  }
}
.showcase__page {
  position: relative;
  background-position: center center !important;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page {
    background-position: center top !important;
  }
}
.showcase__page:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.68);
}
.showcase__page:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shade.png) top repeat-x;
  z-index: 2;
}
.showcase__page .wrap {
  height: 560px;
  color: #ffffff;
  z-index: 3;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page .wrap {
    height: 230px;
  }
}
.showcase__page .showcase__text {
  bottom: 150px;
  z-index: 1;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page .showcase__text {
    bottom: 0;
  }
}
.showcase__page .showcase__text h1 {
  margin-bottom: 6px;
}
.breadcrumbs {
  font-size: 17px;
  color: #6acef9;
}
.breadcrumbs .separator {
  margin: 0 10px;
  font-size: 13px;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #6acef9;
}
.course {
  *zoom: 1;
}
.course:before,
.course:after {
  content: "";
  display: table;
}
.course:after {
  clear: both;
}
.course-left {
  float: left;
  width: 70%;
}
@media all and (max-width: 900px) {
  .course-left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.course-left p:first-of-type {
  margin-top: 0;
}
.course-right {
  float: right;
  width: 25%;
  margin-left: 5%;
}
@media all and (max-width: 900px) {
  .course-right {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.sideblock {
  margin-bottom: 40px;
}
h3.sideblock__title {
  color: #ffb607;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
#ytvideo iframe {
  height: 210px !important;
}
@media all and (max-width: 900px) {
  #ytvideo iframe {
    height: 400px !important;
  }
}
ul.reviewlist > li {
  margin-bottom: 30px;
  margin-top: 0;
  padding-left: 30px;
}
ul.reviewlist > li:before {
  display: none;
}
ul.reviewlist .item__ico {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: #7a8aa2;
}
ul.reviewlist .item__meta {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
ul.reviewlist .item__meta strong {
  color: #000000;
  font-size: 18px;
}
ul.reviewlist p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.acc h3 {
  background-color: #f3f6fa;
  font-weight: 400;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  margin: 8px 0 0 0;
  position: relative;
  cursor: pointer;
  font-family: 'Roboto';
  color: #444444;
  border: none;
}
.acc h3:hover {
  background-color: #ff7607;
  color: #ffffff;
}
.acc h3:hover:before {
  color: #ffffff;
}
@media all and (max-width: 500px) {
  .acc h3 {
    font-size: 16px;
  }
}
.acc h3 .ui-icon {
  display: none;
}
.acc h3:before {
  content: "\f078";
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  -o-transform: translateY(-57%);
  transform: translateY(-57%);
  font-size: 20px;
  color: #ff7607;
}
.acc h3.ui-state-active {
  background-color: #ff7607;
  color: #ffffff;
  outline: none;
}
.acc h3.ui-state-active:before {
  content: "\f077";
  color: #ffffff;
}
.acc .ui-accordion-content {
  padding: 1px 60px;
  background-color: #ffffff;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
@media all and (max-width: 500px) {
  .acc .ui-accordion-content {
    padding: 1px 20px;
  }
}
.testim .ui-accordion-content {
  padding-bottom: 30px;
}
.testim .ui-accordion-content p {
  margin: 0;
}
.testim .ui-accordion-content p > strong {
  display: block;
  margin-top: 30px;
}
.why-wrap {
  *zoom: 1;
}
.why-wrap:before,
.why-wrap:after {
  content: "";
  display: table;
}
.why-wrap:after {
  clear: both;
}
.why-wrap iframe {
  display: block !important;
  width: 100% !important;
  height: 434px !important;
}
.why-wrap p {
  position: relative;
  padding-left: 56px;
}
.why-wrap p .fa,
.why-wrap p .far,
.why-wrap p .fas {
  position: absolute;
  color: #ffb607;
  font-size: 30px;
  left: 0;
  top: 0;
}
.why-left {
  float: left;
  width: 48%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .why-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.why-right {
  float: right;
  width: 48%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .why-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.course-button {
  margin-top: 40px;
}
.tom_cleaner {
  clear: both;
  width: 100%;
  height: 30px;
}
.whygall {
  font-size: 0;
}
.whygall > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.whygall a {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .whygall a {
    padding: 30px;
  }
}
.whygall a:hover img {
  -webkit-transition: all 7s linear;
  -moz-transition: all 7s linear;
  -ms-transition: all 7s linear;
  -o-transition: all 7s linear;
  transition: all 7s linear;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.whygall img {
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .whygall img {
    /*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;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .rowex {
  padding: 10px 0;
  *zoom: 1;
}
.wpcf7 .rowex:before,
.wpcf7 .rowex:after {
  content: "";
  display: table;
}
.wpcf7 .rowex:after {
  clear: both;
}
.wpcf7 .rowex.half .wpcf7-form-control-wrap {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 600px) {
  .wpcf7 .rowex.half .wpcf7-form-control-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.wpcf7 .rowex.half .wpcf7-form-control-wrap:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  .wpcf7 .rowex.half .wpcf7-form-control-wrap:nth-child(2) {
    margin-bottom: 0;
  }
}
.wpcf7 h3 {
  color: #ffb607;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.wpcf7 .legend {
  margin: 10px 0;
  font-size: 15px;
  line-height: 21px;
}
.wpcf7 .frm-block {
  padding: 30px;
  background-color: #e4effd;
}
@media all and (max-width: 600px) {
  .wpcf7 .frm-block {
    padding: 30px 3%;
  }
}
.wpcf7 .frm-block.bdt {
  border-top: 2px solid #b5d3f9;
}
.wpcf7 .agree p {
  font-size: 15px;
  line-height: 21px;
  margin: 20px 0;
}
.wpcf7 span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 10px 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #ffb607;
  border-color: #ffb607;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
}
.radios {
  *zoom: 1;
}
.radios:before,
.radios:after {
  content: "";
  display: table;
}
.radios:after {
  clear: both;
}
.radios .c-item {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
@media all and (max-width: 600px) {
  .radios .c-item {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.radios .c-item strong {
  display: block;
}
.radios .c-item label {
  font-weight: 400;
}
.radios .c-item .wpcf7-list-item {
  margin-right: 6px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pea_cook_wrapper.pea_cook_bottomcenter {
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    margin: 0 !important;
  }
}
.pea_cook_wrapper {
  bottom: 0 !important;
  left: 0 !important;
  right: 0;
  width: 100%;
  margin: 0 !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;
}
#pea_cook_btn {
  background: none #ffb607;
  color: #ffffff;
  text-shadow: none;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#fom {
  display: none;
}
.grecaptcha-badge {
  display: none;
}
.content-left {
  width: 100%;
}
.sidebar {
  float: right;
  width: 30%;
  margin-left: 5%;
}
@media all and (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.galwrap {
  margin-bottom: 40px;
}
.gal__title {
  margin-bottom: 30px;
  text-align: left;
  font-size: 30px;
  left: 36px;
  color: #ffb607;
  font-weight: 400;
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.gal a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 182, 7, 0.3);
  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) {
  ul.gal a:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.cfrm {
  background-color: #f2f2f2;
}
.cfrm h3 {
  margin-top: 0;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .cfrm h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cfrm h3 strong {
  color: #ffb607;
  font-weight: bold;
}
.cfrm h3 .far {
  margin-right: 10px;
  color: #ffb607;
}
.cfrm input[type=submit] {
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
}
.contactbox {
  *zoom: 1;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contactbox h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 10px 30px;
  border-left: thick solid #ffb607;
  position: relative;
  color: #444444;
  font-weight: bold;
}
.contact {
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .contact__right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.contact__right .rowex {
  *zoom: 1;
}
.contact__right .rowex:before,
.contact__right .rowex:after {
  content: "";
  display: table;
}
.contact__right .rowex:after {
  clear: both;
}
.contact__right .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .contact__right .half {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.contact__right .fa {
  color: #ffb607;
}
.contact__right .contact__info {
  display: block;
  padding-left: 24px;
  position: relative;
}
.contact__right .contact__info .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#map iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
@media all and (max-width: 767px) {
  #map iframe {
    height: 250px !important;
  }
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
#modal__video .modal-dialog iframe {
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  #modal__video .modal-dialog iframe {
    min-height: 0 !important;
  }
}
#modal__video .close {
  color: #ffffff;
}
#modal__newsletter {
  background: rgba(0, 0, 0, 0.7);
}
#modal__newsletter .modal-content {
  background-color: #f9f9fa;
}
#modal__newsletter .modal-body {
  padding: 15px 50px 15px 15px;
}
#modal__newsletter .title {
  color: #444444;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  padding: 20px;
}
@media all and (max-width: 400px) {
  #modal__newsletter .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal-content {
  background-color: #000000;
  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: 95%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 90vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 0 !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;
  font-weight: bold;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
.videolist {
  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) {
  .videolist {
    display: block;
  }
}
.videolist .item {
  cursor: pointer;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  height: 300px;
  position: relative;
  color: #ffb607;
  text-decoration: none;
  text-align: center;
}
@media all and (max-width: 767px) {
  .videolist .item {
    width: 100%;
    margin-right: 0;
  }
}
.videolist .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.videolist .item:nth-child(3n+3) {
  margin-right: 0;
}
.videolist .item:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.videolist .item:hover .icon__play {
  opacity: 1;
}
.videolist .icon__play {
  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;
  font-size: 50px;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  z-index: 2;
}
.sublist {
  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: 400px) {
  .sublist {
    display: block;
  }
}
.sublist .item {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 10px;
  padding: 10px;
}
@media all and (max-width: 550px) {
  .sublist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 400px) {
  .sublist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.sublist .item:before {
  display: none;
}
.sublist .item:hover {
  background-color: #ffb607;
  color: #444444;
}
.sublist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 550px) {
  .sublist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 550px) {
  .sublist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.sublist h3.item__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.sublist a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cn-button {
  background-color: #ffb607 !important;
  color: #444444 !important;
}
.cn-button:hover {
  background-color: #ff7607 !important;
  color: #ffffff !important;
}
/* ------------------ HEADER ----------------*/
.headerfixer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .nav-up .menu {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
.header {
  background-color: #ffffff;
}
.header .wrap {
  padding: 26px 0;
}
a.logo {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  float: left;
  width: 207px;
  height: 50px;
  -webkit-background-size: 207px 50px;
  background-size: 207px 50px;
}
.headcontact {
  float: right;
  font-size: 0;
  margin-top: 18px;
}
.headcontact .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
@media all and (min-width: 990px) and (max-width: 1180px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .headcontact .item {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .headcontact .item {
    display: block;
    margin: 0 0 10px 0 !important;
  }
}
.headcontact .item:last-of-type {
  margin-left: 36px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .headcontact .item:last-of-type {
    margin-bottom: 0 !important;
  }
}
.headcontact a {
  color: #ff7607;
  text-decoration: none;
}
.headcontact a .fa {
  font-size: 15px;
  margin-right: 6px;
}
.headcontact a:hover {
  color: #ffb607;
  text-decoration: none;
}
.socials {
  font-size: 0;
}
.socials > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  font-size: 18px;
}
.socials > li:first-child {
  margin-left: 0;
}
.socials > li:nth-child(1) a {
  color: #0860f2;
  border-color: #0860f2;
}
.socials > li:nth-child(2) a {
  color: #28aae1;
  border-color: #28aae1;
}
.socials > li:nth-child(3) a {
  color: #e62c2e;
  border-color: #e62c2e;
}
.socials > li:nth-child(4) a {
  color: #f75f0b;
  border-color: #f75f0b;
}
.socials a {
  display: block;
  width: auto;
  height: 38px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0;
}
.socials a:hover {
  opacity: 0.8;
  top: -4px;
}
.callto {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #ff7c11;
  padding: 20px 22px;
  font-size: 20px;
}
.callto .fa {
  font-size: 15px;
  color: #0298db;
  margin-right: 8px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/********************* Footer ******************/
.footer {
  background-color: #ffffff;
  color: #444444;
  font-size: 13px;
  border-top: thin solid #cecece;
}
.footer .wrap {
  padding: 10px 0;
}
.footer p {
  margin: 0;
  font-size: 13px;
}
/* ------------------ MENU --------------------*/
.menu {
  background-color: #222;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: medium solid #ffb607;
}
.menu .wrap {
  padding: 20px 0;
}
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: left;
  position: relative;
  z-index: 6;
}
@media all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 40px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #ffffff;
}
.main-menu > li:hover > .sub-menu {
  display: block;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 18px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-weight: bold;
  font-size: 11px;
}
@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 {
  color: #ffffff;
}
.main-menu > li.current-menu-item > a:after,
.main-menu > li.current-category-ancestor > a:after,
.main-menu > li.current-post-ancestor > a:after,
.main-menu > li.current-page-ancestor > a:after {
  width: 80%;
}
.main-menu > li > a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 4px 10px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: thin solid #ffb607;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.main-menu > li > a:hover:after {
  width: 80%;
}
.main-menu .sub-menu,
.topmenu .sub-menu {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  text-align: left;
  display: none;
  z-index: 99;
  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);
}
.main-menu .sub-menu a,
.topmenu .sub-menu a {
  border-bottom: thin solid rgba(255, 255, 255, 0.15);
}
.main-menu .sub-menu > li,
.topmenu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:last-child > a,
.topmenu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.topmenu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.topmenu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffb607;
}
.main-menu .sub-menu > li:hover > a:after,
.topmenu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li .current-menu-item,
.topmenu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d2f22;
}
.main-menu .sub-menu > li > a,
.topmenu .sub-menu > li > a {
  font-size: 12px;
  line-height: 20px;
  padding: 6px 20px;
  text-decoration: none;
  display: block;
  color: #444444;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.topmenu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffb607;
}
.main-menu .sub-menu > li .sub-menu,
.topmenu .sub-menu > li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #ffb607;
  z-index: 9999;
  top: 100%;
  width: 100%;
  overflow-x: auto;
  height: calc(100vh - 94px);
  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;
}
.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 {
  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;
  padding-top: 13px;
  padding-bottom: 13px;
}
.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: #eca700;
  border-left: 1px solid #ffbe21;
  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 Free';
  content: "\f078";
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #ff7607;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover {
  background-color: #2b2b2b;
}
.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 #ffbe21;
  /*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;
}
