@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(../fonts/poppins/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;
}
.tos-caption {
  display: none;
}
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-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #3776a0;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #4298d2;
}
p {
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0;
}
body {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.wrap.full--width {
  max-width: 96%;
}
.wrap.width--960 {
  max-width: 960px;
}
.button {
  text-decoration: none !important;
  padding: 12px 24px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #3776a0 !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  border: none;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.button .fa-light {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button .button__icon {
  position: absolute;
  background-color: #4298d2;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #4298d2 !important;
}
.button:hover:before {
  height: 60%;
}
.button:hover .fa-light {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.button:hover .button__icon {
  background-color: #4298d2;
}
.button:hover .button__icon .far {
  color: #3776a0 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #3776a0 !important;
  border-color: #3776a0;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
.button--inverse {
  background: none !important;
  color: #3776a0 !important;
  border-color: #3776a0;
}
.button--inverse:hover {
  background: #3776a0 !important;
  color: #ffffff !important;
  border-color: #3776a0;
}
.button + .button {
  margin-left: 20px;
}
.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;
}
.colored {
  color: #3776a0;
}
.bgc {
  background-color: #ffffff;
}
@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;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #3776a0;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.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: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #3776a0;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #3776a0;
}
.block__top.text-center {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.block__top {
  *zoom: 1;
  margin-bottom: 30px;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #3776a0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__top p {
  font-weight: 500;
}
.block__top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
}
.block__top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top .button {
    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;
  }
}
.perex {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 50px;
}
.perex p {
  font-size: 19px;
  line-height: 24px;
  text-align: left !important;
}
.main {
  /*input[type="file"] {
    color: transparent;
    border: none !important;
    outline: none;
    width: 100%;
    margin-top: 10px;
  }
  input[type="file"]:valid {
    //color: #333;
  }
  input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
  }
  input[type="file"]::before {
    content: 'Upload CV';
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    background: #a3a3a3;
    border: none !important;
    padding: 0 8px;
    height: 42px;
    line-height: 42px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
  }
  input[type="file"]:active {
    outline: none !important;
  }
  input[type="file"]:hover::before {
    background-color: @links;
  }

  .addphoto.cover__letter {

    input[type="file"]::before {
      content: 'Upload Cover Letter (optional)';
    }

  }*/
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #3776a0;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #3776a0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.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: 16px;
  line-height: 24px;
}
.main h1,
.main h2,
.main h3 {
  display: block;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 40px 0;
  height: 300px !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p {
  margin: 10px 0;
}
.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: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
}
.main h2 {
  font-size: 46px;
  line-height: 52px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: 400;
  color: #3776a0;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2 span {
  display: block;
  color: #3776a0;
}
.main h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3776a0;
  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;
  color: #3776a0;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background: url(../images/li.png);
  -webkit-background-size: 24px 16px;
  -moz-background-size: 24px 16px;
  -o-background-size: 24px 16px;
  background-size: 24px 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 16px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3776a0;
  width: 20px;
  display: block;
  text-align: right;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #3776a0;
  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: 16px 14px;
  color: #000000;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.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;
}
@media all and (max-width: 500px) {
  .main .gallery br {
    display: none !important;
  }
}
.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 {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  display: block;
  background: rgba(24, 116, 176, 0.3);
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f13d";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  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-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  opacity: 0;
}
@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 a:hover:after {
  height: 100%;
}
.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: #666666;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: #ff0000 !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-family: 'Poppins';
  padding: 0 20px;
  color: #000000;
  border: medium solid #3776a0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
}
.main .addphoto .wpcf7-not-valid-tip {
  margin-top: 44px;
}
.main .addphoto label {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  background: #a3a3a3;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
}
.main .addphoto label:before {
  content: "Upload CV";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .addphoto label:hover,
.main .addphoto label:focus {
  background-color: #3776a0;
}
.main .addphoto label input {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main .addphoto.cover__letter label:before {
  content: 'Upload Cover Letter (optional)';
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .acc {
  margin: 20px 0 10px 0;
}
.main select,
.main option {
  color: #4298d2;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main textarea {
  padding: 20px;
  height: 160px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  font-family: 'Poppins';
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  line-height: normal;
  padding: 16px 80px;
  background: #3776a0;
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.main input[type=submit]:hover {
  background: none #4298d2 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .rowex + .rowex {
  margin-top: 14px;
}
.main .plast {
  *zoom: 1;
}
.main .plast:before,
.main .plast:after {
  content: "";
  display: table;
}
.main .plast:after {
  clear: both;
}
.main .rowex.checker {
  margin: 10px 0;
  width: 50%;
  float: left;
  padding-right: 30px;
}
.main .rowex.item__date {
  position: relative;
  padding-left: 170px;
}
.main .rowex.item__date .labelex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main .rowex.interest {
  margin: 20px 0 10px 0;
}
.main .rowex.interest .labelex {
  font-size: 18px;
  line-height: 24px;
}
.main .rowex.interest label {
  color: #000000;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: bold;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 6px;
}
@media all and (max-width: 650px) {
  .main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.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,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio 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;
  font-size: 13px;
  color: #000000;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #3776a0;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #4298d2;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .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,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: medium solid #3776a0;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox 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,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #2b7eb6;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #2b7eb6;
}
.wpcf7-checkbox label {
  color: #4298d2;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #3776a0;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #222;
  padding: 10px;
  font-weight: bold;
  background-color: #3776a0;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #4298d2;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #3776a0;
  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: #308cca;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #57a3d7;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #80bae1;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #308cca;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #3776a0;
  color: #ffffff;
}
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,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
ul.gal a:after,
ul.gal span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 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,
  ul.gal span:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal span:hover:after,
ul.gal a:hover:before,
ul.gal span:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
ul.gal span:after {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
a.button--scroll {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
a.button--scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  border-bottom: thin solid #3776a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
a.button--scroll .fa-thin,
a.button--scroll .fa-light {
  margin-left: 10px;
}
a.button--scroll:hover {
  text-decoration: none;
}
a.button--scroll:hover:before {
  width: 100%;
}
/* 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: #3776a0 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #4298d2 !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;
}
.lines {
  border-top: thin solid #3776a0;
  height: 1px;
  clear: both;
  margin: 40px 0;
}
.mobile__show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile__show {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mobile__hide {
    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;
  background-color: #ebebeb;
  overflow: hidden;
}
#slider {
  background-color: #222;
  /*.item__bg {
		.cover;


		video {
			position: absolute;
		   top: 0;
		   left: 50%;
		   -webkit-transform: translate(-50%, -130px);
		   -ms-transform: translate(-50%, -130px);
		   -o-transform: translate(-50%, -130px);
		   transform: translate(-50%, -130px);
		   width: auto;
		   height: auto;
		   min-width: 100%;
		   min-height: 100%;
			}

		}*/
}
#slider .item {
  overflow: hidden;
}
#slider .item:after {
  content: "";
  background-color: #1273aa;
  background: -webkit-gradient(linear, left top, left bottom, from(#1273aa), to(rgba(18, 115, 170, 0)));
  background: -webkit-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -moz-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -ms-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -o-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  z-index: 2;
  height: 320px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#slider .item:before {
  content: "";
  background-color: rgba(45, 76, 96, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 76, 96, 0)), to(#2d4c60));
  background: -webkit-linear-gradient(top, rgba(45, 76, 96, 0), #2d4c60);
  background: -moz-linear-gradient(top, rgba(45, 76, 96, 0), #2d4c60);
  background: -ms-linear-gradient(top, rgba(45, 76, 96, 0), #2d4c60);
  background: -o-linear-gradient(top, rgba(45, 76, 96, 0), #2d4c60);
  mix-blend-mode: multiply;
  height: 620px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
#slider .item .wrap {
  z-index: 3;
  height: 800px;
}
#slider .item__bg {
  /*position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: block;*/
  display: block;
}
#slider .item__bg video {
  /*position: absolute;
		  top: 0;
		  left: 50%;
		  -webkit-transform: translate(-50%, 0);
		  -ms-transform: translate(-50%, 0);
		  -o-transform: translate(-50%, 0);
		  transform: translate(-50%, 0);
		  width: auto;
		  height: auto;*/
  min-width: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  height: auto;
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes upDownupDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.showcase__text__top {
  position: relative;
  padding-right: 500px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text__top {
    padding-right: 0;
    text-align: center;
  }
}
.showcase__text__top__info {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text__top__info {
    position: relative;
    text-align: center;
  }
}
.showcase__text__top__info p {
  margin-top: 0;
}
.showcase__text__top__info strong {
  display: block;
  color: #3776a0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}
.showcase__text__bottom {
  position: relative;
  padding-right: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text__bottom {
    padding-right: 0;
    text-align: center;
  }
}
.showcase__text__bottom .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text__bottom .button {
    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;
    margin-top: 40px;
  }
}
.showcase__contacts {
  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 (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__contacts {
    text-align: left;
  }
}
@media all and (max-width: 650px) {
  .showcase__contacts {
    display: block;
  }
}
.showcase__contacts .citem {
  width: 48.5%;
  position: relative;
  padding-left: 80px;
}
@media all and (max-width: 650px) {
  .showcase__contacts .citem {
    width: 100%;
    margin-left: 0 !important;
  }
}
.showcase__contacts .citem + .citem {
  margin-left: 3%;
}
@media all and (max-width: 650px) {
  .showcase__contacts .citem + .citem {
    margin-top: 40px;
  }
}
.showcase__contacts .citem__icon {
  width: 60px;
  display: block;
  height: 60px;
  position: relative;
  border: thin solid #ffffff;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.showcase__contacts .citem__icon .fa-light {
  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;
}
.showcase__contacts p {
  margin: 0;
  text-transform: uppercase;
}
.showcase__contacts a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.showcase__contacts a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: thin solid #3776a0;
}
.showcase__contacts a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
.showcase__contacts a:hover:after {
  width: 70%;
}
.showcase__text {
  color: #ffffff;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  animation-name: fadeInUp;
  animation-duration: 1s;
  /* Délka animace */
  animation-timing-function: ease-out;
  /* Typ animace */
  animation-fill-mode: forwards;
  /* Udrží koncový stav animace */
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text {
    left: 3%;
    width: 94%;
  }
}
.showcase__text h1 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__text h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 650px) {
  .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.showcase__text h1 span {
  display: block;
  color: #3776a0;
}
#slider .btn--scroll {
  text-decoration: none !important;
  padding: 12px 24px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #3776a0 !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  border: none;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#slider .btn--scroll .fa-light {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#slider .btn--scroll .button__icon {
  position: absolute;
  background-color: #4298d2;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#slider .btn--scroll span {
  display: inline-block;
  vertical-align: middle;
}
#slider .btn--scroll .fa,
#slider .btn--scroll .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
#slider .btn--scroll:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #4298d2 !important;
}
#slider .btn--scroll:hover:before {
  height: 60%;
}
#slider .btn--scroll:hover .fa-light {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
#slider .btn--scroll:hover .button__icon {
  background-color: #4298d2;
}
#slider .btn--scroll:hover .button__icon .far {
  color: #3776a0 !important;
}
#slider .btn--scroll:hover .fa,
#slider .btn--scroll:hover .fas,
#slider .btn--scroll:hover .far,
#slider .btn--scroll:hover .fab {
  color: #ffffff;
}
#slider .btn--scroll:hover span span {
  color: #ffffff;
}
#slider .btn--scroll--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #3776a0 !important;
  border-color: #3776a0;
}
#slider .btn--scroll--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
#slider .btn--scroll--inverse {
  background: none !important;
  color: #3776a0 !important;
  border-color: #3776a0;
}
#slider .btn--scroll--inverse:hover {
  background: #3776a0 !important;
  color: #ffffff !important;
  border-color: #3776a0;
}
#slider .btn--scroll .fa-light {
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#slider .btn--scroll .button__icon {
  position: absolute;
  background-color: #4298d2;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#slider .btn--scroll span {
  display: inline-block;
  vertical-align: middle;
}
#slider .btn--scroll .fa,
#slider .btn--scroll .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
#slider .btn--scroll:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #4298d2 !important;
}
#slider .btn--scroll:hover:before {
  height: 60%;
}
#slider .btn--scroll:hover .fa-light {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
#slider .btn--scroll:hover .button__icon {
  background-color: #4298d2;
}
#slider .btn--scroll:hover .button__icon .far {
  color: #3776a0 !important;
}
#slider .btn--scroll:hover .fa,
#slider .btn--scroll:hover .fas,
#slider .btn--scroll:hover .far,
#slider .btn--scroll:hover .fab {
  color: #ffffff;
}
#slider .btn--scroll:hover span span {
  color: #ffffff;
}
#slider .btn--scroll--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #3776a0 !important;
  border-color: #3776a0;
}
#slider .btn--scroll--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
#slider .btn--scroll--inverse {
  background: none !important;
  color: #3776a0 !important;
  border-color: #3776a0;
}
#slider .btn--scroll--inverse:hover {
  background: #3776a0 !important;
  color: #ffffff !important;
  border-color: #3776a0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons {
    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;
    margin-top: 30px;
  }
}
#slider .showcase__buttons .button {
  background-color: #000000 !important;
  padding: 14px 40px;
  font-size: 18px;
  position: relative;
  margin-top: 0;
}
@media all and (max-width: 600px) {
  #slider .showcase__buttons .button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media all and (max-width: 400px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
#slider .showcase__buttons .button:hover {
  background-color: #3776a0 !important;
}
#slider .showcase__buttons .button:hover:before {
  top: 0;
}
#slider .showcase__buttons .button:before {
  content: "";
  border-bottom: thick solid #3776a0;
  height: 1px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
}
#slider .showcase__buttons__label {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  #slider .showcase__buttons__label {
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #e9e8e8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #3776a0;
}
.showcase__page {
  position: relative;
  color: #ffffff;
}
.showcase__page:before {
  content: "";
  background-color: #1273aa;
  background: -webkit-gradient(linear, left top, left bottom, from(#1273aa), to(rgba(18, 115, 170, 0)));
  background: -webkit-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -moz-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -ms-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  background: -o-linear-gradient(top, #1273aa, rgba(18, 115, 170, 0));
  height: 320px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.showcase__page:after {
  content: "";
  background: rgba(34, 34, 34, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.showcase__page .wrap {
  padding: 180px 0 40px 0;
  z-index: 3;
}
.showcase__page h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 400;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 500px) {
  .showcase__page h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.boxbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #3776a0;
  color: #ffffff;
}
@media all and (max-width: 850px) {
  .boxbox {
    display: block;
  }
}
.boxbox .block__top h2 {
  color: #ffffff;
}
.boxbox__img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 850px) {
  .boxbox__img {
    width: 100%;
    height: 400px;
  }
}
.boxbox__img:hover .boxbox__img__inner {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  transform: rotate(-1deg) scale(1.1);
}
.boxbox__img__inner {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .boxbox__img__inner {
    background-position: right bottom !important;
  }
}
@media all and (max-width: 600px) {
  .boxbox__img__inner {
    background-position: center bottom !important;
  }
}
.boxbox__text {
  width: 50%;
  *zoom: 1;
  position: relative;
}
.boxbox__text:before,
.boxbox__text:after {
  content: "";
  display: table;
}
.boxbox__text:after {
  clear: both;
}
@media all and (max-width: 850px) {
  .boxbox__text {
    width: 100%;
  }
}
.boxbox__text .inner {
  width: 100%;
  max-width: 600px;
  float: right;
  padding: 80px 100px 80px 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .boxbox__text .inner {
    padding: 50px;
  }
}
@media all and (max-width: 850px) {
  .boxbox__text .inner {
    max-width: 100%;
  }
}
.boxbox__text .inner.pb-150 {
  padding-bottom: 150px;
}
@media all and (max-width: 850px) {
  .boxbox__text .inner.pb-150 {
    padding-bottom: 50px;
  }
}
.lectorslist {
  *zoom: 1;
}
.lectorslist:before,
.lectorslist:after {
  content: "";
  display: table;
}
.lectorslist:after {
  clear: both;
}
.lectorslist .item {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 20px 40px 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .lectorslist .item {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.lectorslist .item .fa-regular {
  position: absolute;
  color: #3776a0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  cursor: pointer;
}
.lectorslist .item .fa-regular:hover {
  color: #4298d2;
}
.lectorslist .item__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.lectorslist .item__img:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.lectorslist .item__img:after {
  content: "";
  display: table;
  clear: both;
}
.lectorslist .item__text h3 {
  color: #3776a0;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.lectorslist .item__text p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 20px;
}
.lectorslist .nextcontent {
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.lectorslist .nextcontent.active {
  max-height: 9999px;
}
.frmblock .wrap {
  max-width: 850px;
}
.productsblock {
  background-color: #F4F4F4;
}
.productsbox__content {
  background-color: #ffffff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.productsbox__content .inner {
  padding: 30px;
  display: none;
}
.productsbox__content .inner.active {
  display: block;
}
.productsmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productsmenu li {
  background-color: #E5E5E5;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  font-weight: 600;
  width: 32.66%;
  margin-right: 1%;
  cursor: pointer;
}
.productsmenu li:nth-child(3) {
  margin-right: 0;
}
.productsmenu li.active {
  background-color: #3776a0;
}
.productsmenu li.active span {
  color: #ffffff;
}
.productsmenu li span {
  font-size: 20px;
  line-height: 24px;
  color: #3776a0;
  display: block;
}
@media all and (max-width: 650px) {
  .productsmenu li span {
    font-size: 14px;
    line-height: 20px;
  }
}
.textbox {
  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) {
  .textbox {
    display: block;
  }
}
.textbox .fa-solid {
  font-size: 24px;
  color: #4298d2;
}
.textbox__half {
  width: 50%;
}
@media all and (max-width: 650px) {
  .textbox__half {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
  }
}
.textbox__half.half__01 {
  padding-right: 50px;
}
.textbox__half.half__02 {
  padding-left: 50px;
  border-left: thin solid #4298d2;
}
.learnbox {
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.learnboxlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.learnboxlist li {
  width: 33%;
  border-left: medium solid #ffffff;
  padding-left: 10px !important;
  padding-right: 10px;
}
.learnboxlist li:first-child {
  border: none;
  padding-left: 0 !important;
}
.learnboxlist li:last-child {
  padding-right: 0;
}
.learnboxlist p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.learnbox__title {
  display: block;
  margin-bottom: 10px;
}
/* ------------------ HEADER ----------------*/
/*.nav-up {

	.header {
		top: 0;
		position: fixed;
		background: rgba(24, 116, 176, 0.96);
	}

}*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  text-align: center;
}
.header .wrap {
  padding: 40px  0;
}
.header .button {
  margin-top: 0;
}
@media all and (max-width: 500px) {
  .header .button {
    position: relative;
    left: 27px;
  }
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal-content {
  background-color: #222222;
  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-dialog {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.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: #3776a0;
  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;
  }
}
.minfobox {
  *zoom: 1;
  padding: 40px;
}
.minfobox:before,
.minfobox:after {
  content: "";
  display: table;
}
.minfobox:after {
  clear: both;
}
@media all and (max-width: 650px) {
  .minfobox {
    padding: 10px;
  }
}
.minfobox__text {
  float: left;
  width: 48.5%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .minfobox__text {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.minfobox__text.full--width {
  float: none;
  width: 100%;
}
@media all and (max-width: 767px) {
  .minfobox__text h3 {
    font-size: 20px !important;
    line-height: 26px;
    margin-top: 0;
  }
}
.minfobox__text h3 span {
  display: block;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .minfobox__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.minfobox__img {
  float: left;
  width: 48.5%;
  margin-left: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .minfobox__img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.minfobox__img img {
  width: 100%;
}
.top {
  background-color: #222;
  color: #ddd;
}
@media all and (max-width: 800px) {
  .top {
    text-align: center;
  }
}
.top .wrap {
  padding: 14px 0;
}
.topcontact {
  float: left;
  font-size: 0;
}
@media all and (max-width: 800px) {
  .topcontact {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.topcontact .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media all and (max-width: 450px) {
  .topcontact .item {
    font-size: 12px;
  }
}
.langs {
  *zoom: 1;
  float: left;
  margin-left: 20px;
}
.langs:before,
.langs:after {
  content: "";
  display: table;
}
.langs:after {
  clear: both;
}
@media all and (max-width: 800px) {
  .langs {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 400px) {
  .langs {
    margin-left: 10px;
  }
}
.langs li {
  float: left;
}
@media all and (max-width: 800px) {
  .langs li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.langs li + li {
  margin-left: 10px;
}
@media all and (max-width: 400px) {
  .langs li + li {
    margin-left: 6px;
  }
}
.toplinks {
  float: right;
  font-size: 0;
}
@media all and (max-width: 800px) {
  .toplinks {
    display: none;
  }
}
.toplinks .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.topcontact .item + .item,
.toplinks .item + .item {
  margin-left: 14px;
}
@media all and (max-width: 450px) {
  .topcontact .item + .item,
  .toplinks .item + .item {
    margin-left: 8px;
  }
}
.topcontact i,
.toplinks i {
  color: #3776a0;
  margin-right: 6px;
}
.topcontact a,
.toplinks a {
  color: #ffffff;
  text-decoration: none;
}
.topcontact a:hover,
.toplinks a:hover {
  color: #3776a0;
}
.socialbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .socialbox {
    right: 3%;
  }
}
.socials {
  font-size: 0;
}
.socials > li {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.socials > li:first-child {
  margin-left: 0;
}
.socials a {
  color: #3776a0;
  font-size: 30px;
}
.socials a:hover {
  color: #4298d2;
}
/********************* Footer ******************/
.footer {
  position: relative;
  background-color: #3776a0;
  color: #ffffff;
  text-align: center;
}
.footer .wrap {
  padding: 40px 0;
  max-width: 600px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.footer .socialbox {
  right: -170px;
}
.footer .socialbox a:hover {
  opacity: 0.8;
}
.separator {
  margin: 0 10px;
}
.footer__bottom {
  font-size: 12px;
  line-height: 18px;
  border-top: thin solid rgba(255, 255, 255, 0.3);
}
.footer__bottom .wrap {
  padding: 20px 0;
}
.footer__bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer__bottom .socialbox {
  padding-left: 0;
  border: none;
}
@media all and (max-width: 550px) {
  .footer__bottom .socialbox {
    position: relative;
    top: 0;
    right: 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;
    margin-top: 10px;
  }
}
.footer__bottom .socialbox a:hover {
  color: #3776a0;
}
a.footer__logo {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.footer__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.footer__contacts {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10%;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  .footer__contacts {
    margin-left: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__contacts {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.footer__top {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__top {
    text-align: center;
  }
}
.footer__top .button {
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px) {
  .footer__top .button {
    font-size: 14px;
  }
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__top .button {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__top .button {
    /*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;
    position: relative;
    right: 0;
    margin-top: 40px;
  }
}
.footer__top .button:hover {
  background-color: #ffffff !important;
  color: #4298d2 !important;
  border-color: #4298d2 !important;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 30px;
  z-index: 1000;
  position: relative;
  margin: 11px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #3776a0;
}
#toogle-menu span:nth-child(2) {
  width: 70%;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #3776a0;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    top: -100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    background-color: rgba(45, 63, 77, 0.95);
    z-index: 99;
    width: 100vw;
    height: 100vh;
    line-height: 24px;
    text-align: center;
    left: 50%;
    /* Posunutí o 50% šířky nadřazeného prvku */
    transform: translateX(-50%);
    /* Posunutí zpět o 50% vlastní šířky */
    overflow: auto;
    margin-left: 0;
    float: none;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 60px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 0;
  }
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  color: #ffffff;
}
.main-menu > li:hover > a:after {
  width: 30%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li:hover > a {
    color: #ffffff;
  }
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.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 {
  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,
.main-menu > li.current-menu-parent > a:after {
  width: 30%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .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 {
    color: #ffffff;
  }
}
.main-menu > li.menu__reserve > a {
  background-color: #ffffff;
  color: #4298d2 !important;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu__reserve > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.main-menu > li.menu__reserve > a:after {
  display: none !important;
}
.main-menu > li.menu__reserve > a:hover {
  background-color: #3776a0;
  color: #ffffff !important;
}
.main-menu > li.socials--item {
  margin-left: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.socials--item {
    margin-left: 0 !important;
  }
}
.main-menu > li.socials--item.fcb {
  margin-left: 30px;
}
.main-menu > li.socials--item > a:after,
.main-menu > li.socials--item > a:before {
  display: none !important;
}
.main-menu > li.mobile__links {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.mobile__links {
    display: block;
  }
}
.main-menu > li.mobile__links > a {
  color: #3776a0 !important;
}
.main-menu > li > a {
  padding: 6px 0;
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 10px;
    color: #ffffff;
    line-height: 32px;
    font-size: 20px;
    display: block;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: thin solid #3776a0;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.main-menu > li > a:hover:after {
  width: 30%;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ffffff;
  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: #4298d2;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  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: @light;
			text-decoration: none;
			background-color: @links-hover;*/
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 17px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #3776a0;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #4298d2;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  top: 100%;
  opacity: 1;
}
.header.active .main-menu > li:hover > .sub-menu {
  display: none;
}
.header.active .main-menu > li .sub-menu.show {
  background-color: #3776a0;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.header.active .main-menu > li .sub-menu.show > li .sub-menu,
.header.active .main-menu > li .sub-menu.show > li .submenu {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  text-align: center;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 40px;
  height: 51px;
  border-left: thin solid rgba(255, 255, 255, 0.2);
  background-color: #3776a0;
  z-index: 3;
  display: block;
  text-align: center;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  display: block;
  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;
}
.header.active .main-menu > li > a:after {
  display: none;
}
