body.iframe a.launch {
  background: #000;
  padding: 0.25em 1em 0.35em;
  color: #fff;
  display: inline-block;
  border-radius: 0.9em;
  font-weight: 900;
}

.jobs-description .works-description {
  display: table;
  width: 100%;
  max-width: 52em;
  margin: auto;
}

.works-description {
  max-width: initial;
}

.jobs-description > div,
.works-description > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.works-description > div {
  vertical-align: top;
}

.works-description div h1 {
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: white;
}

.works-description > div:last-child {
  padding-left: 1em;
}

.jobs-description > div img {
  width: 100%;
}

.jobs-description h1 {
  margin-bottom: 0.25em;
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0;
}

.works-description h1:before,
.jobs-description h1:before {
  display: none;
}

.works-description h2 {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}

.works-description p {
  margin-top: 1em;
  color: #000;
}

.works-description p strong {
  font-weight: 400;
  font-size: 0.9em;
}

body.iframe {
  background: #fff;
  width: 100%;

  padding: 3em 3em;
}

body.iframe.form {
  padding: 0;
}

body.iframe * {
  color: #000;
}

body.iframe > article {
  background: white;
}

[class^="os-gallery-tabs-main"] .os-cat-tab-images .img-block {
  margin: 0 !important;
  border: 0 !important;
  width: 20% !important;
}

[class^="os-gallery-tabs-main"] img {
  border: 0.125em solid;
}

body.iframe > article .pager.pagenav {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

body.iframe > article .pager.pagenav li.next > a > span:first-child,
body.iframe > article .pager.pagenav li.previous > a > span:last-child {
  display: none;
}

body.iframe > article .pager.pagenav li {
  background: #000;
  display: inline-block;
}

body.iframe > article .pager.pagenav li > a > span:after {
  font-size: 1.6em;
  color: #fff;
}

body.iframe > article .pager.pagenav li.next {
  float: right;
}

.job-button {
  transition: 0.5s all ease;
  transform-origin: left bottom;
}

.job-button:hover {
  transform: scale(1.1) rotateZ(5deg);
  cursor: pointer;
}

#progress {
  position: fixed;
  top: 0;
  height: 0.2em !important;
}

.custom.works:before,
.custom.works:after {
  display: block;
  background: url(../images/film-edge.png) repeat-x;
  content: "";
  height: 34px;
}

.custom.works {
  position: relative;
  width: 150%;
  margin-bottom: 1em;
}

.work.table {
  background: #fff;
}

.work-click:hover,
#lightbox-close:hover {
  cursor: pointer;
}

.work-click > div {
  background: #fff;
  padding: 0 0.25em;
  position: relative;
}

.work-click > div > img {
  border-radius: 1em;
  transition: all 0.5s ease;
}

.work-click:hover > div > img {
  filter: grayscale(100%) brightness(28%) saturate(0%) contrast(78%)
    invert(100%);
  -webkit-filter: grayscale(100%) brightness(28%) saturate(0%) contrast(78%)
    invert(100%);
  -moz-filter: grayscale(100%) brightness(28%) saturate(0%) contrast(78%)
    invert(100%);
}

.work-click .hover {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0.25em;
  opacity: 0;
  transition: all 0.5s ease;
}

.work-click .hover > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 6%;
  height: -webkit-fill-available;
  width: 100%;
}

.work-click:hover .hover {
  opacity: 1;
  height: -webkit-fill-available;
}

.work-click h3 {
  font-size: 0.7em;
}

.work-click h4 {
  margin-top: 0.5em;
  font-size: 0.5em;
}

#lightbox {
  background: #fff;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.1);
  transition: all 0.5s ease;
}

#lightbox > div > iframe {
  width: 100%;
  height: 100%;
  display: block;
}

#lightbox.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

#lightbox-close {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0.5em;
  z-index: 2;
  background: #000;
}

#lightbox-close:before {
  color: #fff;
  font-size: 1.6em;
}

#particles-js {
  height: 100vh;
}

#landing img.logo {
  max-width: 50%;
}

.caption-text {
  color: #000;
  font-size: 26px;
  padding: 1em 0;
}

.af.gallery-grid-light {
  transform: rotateZ(-5deg);
}

.af.gallery-grid-light .thumbWrapper {
  background: rgb(255, 255, 255);
  padding: 2% 1% 8%;
}

#saturn {
  width: 25.5%;
  top: -50%;
  right: 0;
}

#card-holder-0 {
  width: 15%;
}

#card-0 {
  -moz-animation: card 0.5s infinite;
  -webkit-animation: card 0.5s infinite;
  -o-animation: card 0.5s infinite;
  animation: card 0.5s infinite;
}

@keyframes card {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

#card-holder-1 {
  width: 12%;
  bottom: -40%;
}

#card-1 {
  -moz-animation: card 0.5s infinite;
  -webkit-animation: card 0.5s infinite;
  -o-animation: card 0.5s infinite;
  animation: card 0.5s infinite;
}

#card-holder-2 {
  width: 12%;
  bottom: -10%;
  right: 10%;
}

#card-2 {
  -moz-animation: card 0.5s infinite;
  -webkit-animation: card 0.5s infinite;
  -o-animation: card 0.5s infinite;
  animation: card 0.5s infinite;
}

#card-holder-3 {
  width: 18%;
  bottom: -105%;
  right: 30%;
}

.job.table > div {
  position: relative;
}

.job-button .job-icon {
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

html > body#skrollr-body {
  height: auto !important;
  overflow-x: hidden !important;
}

.bg-white {
  background: #fff;
}

iframe {
  border: 0;
}

.semanticui-body .ui.dropdown > div.text {
  color: #000;
}

html body.form {
  background: none;
}

body.form .ui.form .field > label {
  font-size: 1em;
  color: #000;
  margin: 0 0 0.25em;
}

.semanticui-body > form {
  height: 100vh;
  position: relative;
}

.semanticui-body .ui.dropdown > .dropdown.icon:before {
  content: "\f0ab";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.chronoforms6_credits {
  display: none;
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.selection.dropdown {
  padding: 0.2em 0.6em 0.3em !important;
  min-height: 1.5em !important;
}

.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon,
.ui.selection.dropdown > .search.icon {
  padding: 0.2em 0.6em 0.3em !important;
}

.footer.table {
  background: #000;
}

.footer.table > div {
  font-size: 0.8em;
  padding: 1.2em;
  font-weight: 900;
}

.footer.table .social i {
  font-size: 1.8em;
  margin-left: 0.5em;
}

body.form .ui.fluid.container.buttons-container {
  width: 100%;
  bottom: 0;
  margin-left: 0 !important;
}

.thumb-images {
  width: 20%;
}

.thumb-images img {
  width: 100%;
  border-radius: 50%;
}

[class^="os-gallery-tabs-main"] .os-cat-tab-images .img-block {
  border: 6px solid black;
}

video {
  height: 50vh;
  width: 100%;
}

.youtube-player {
  position: relative;
  height: 0px;
  margin: 1em 0px;
}

.youtube-player iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0% 0%;
}

.search form {
  display: none;
  outline: 0;
  position: fixed;
  top: 1em;
  right: 2em;
  z-index: 3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search form > .inputbox {
  outline: 0;
  height: 42px;
  width: 244px;
  line-height: 42px;
  padding: 0 16px;
  background-color: white;
  color: #212121;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.search form > .inputbox:focus {
  outline: 0;
  background-color: #fff;
}

.search form > .button {
  outline: 0;
  background: none;
  background-color: black;
  float: left;
  height: 3em;
  width: 3.5em;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #fff;
  font: inherited;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 4px 0 04px;
}

.search form > .button:hover {
  background-color: rgba(0, 150, 136, 0.8);
}

.element-invisible {
  display: none;
}

.tag-category h2 {
  background: url(../images/banner-bg.png) center center no-repeat;
  background-size: contain;
  /*    margin-top: 2em;*/
  padding: 0.5em 6em 4em 6em;
  text-align: center;
  vertical-align: middle;
}

.category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
  /*
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
*/
}

.category > li {
  margin: 0.5em;

  border-radius: 0.2em;
}

.category > li img {
  margin-top: 8px;
  border: 5px solid white;
  vertical-align: middle;
  width: 100%;
}

.category > li:last-child {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: none;
}

.category > li:last-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f060";
  color: black;
}

.clearfix h3 {
  display: inline-block;
}

.clearfix h3 a {
  font-size: 0.8em;
  display: inline-block;
  color: black;
  font-weight: 500;
}

.span-menu {
  position: fixed;
  top: 1em;
  left: 1em;
  z-index: 1;
  cursor: pointer;
  background: black;
  padding: 0.2em;
  border-radius: 0.2em;
  -webkit-backface-visibility: hidden;
}

.span-menu .line {
  width: 30px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 6px auto;
}

.span-menu:hover {
  cursor: pointer;
}

.side-navigation {
  overflow-y: auto;
  height: 100vh;
  width: 25%;
  background: black;
  top: 0;
  z-index: 10001;
  left: -25%;
  position: fixed;
  padding: 1.2em;
  transform: translateX(0%);
  transition: all 0.5s ease;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.side-navigation * {
  color: #fff;
  padding: 0.2em;
}

.side-navigation.active {
  /*    transform: translateX(100%);*/
  left: 0;
}

.side-navigation-overlay {
  height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0.7973564425770308) 100%
  );
  z-index: 10000;
  top: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.side-navigation-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.side-navigation ul li {
  list-style: none;
  padding: 0.5em 0;
}

.side-navigation > ul > li {
  margin-bottom: 1.5em;
}

.side-navigation > ul > li > ul > li:first-child {
  margin-top: 0.5em;
}

.side-navigation > ul > li:last-child > ul {
  display: none;
}

[class^="os-gallery-tabs-main"] .osgalery-cat-tabs li {
  display: none !important;
}

/*filter label*/

.jlmf-label {
  display: none;
}

.jlcontentfieldsfilter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.jlcontentfieldsfilter input {
  height: initial;
  line-height: 32px;
  cursor: pointer;
  /* margin: 0; */
}

.jlcontentfieldsfilter > div {
  flex: 20%;
}

.jlmf-list-6 > div {
  width: 100%;
}

.jlmf-link {
  display: none;
}

.jlmf-section {
  margin-top: 16px;
}

[class*="jlmf-list"] {
  margin: unset !important;
  width: 10em;
}

[class*="jlmf-list"] > div {
  padding-left: 1em;
}

/*end filter label*/

/*
[class*="jlmf-list"] {
    justify-content: center;

    display: table;
    margin: auto;


}

.jlmf-list-6 > div {
    width: initial;
    padding: 1em;
}

.jlcontentfieldsfilter input {
    height: initial;
}

.jlmf-sublabel {
    font-size: 0.7em;
    color: #000;
}

.jlmf-link {
    text-decoration: none;
    padding: 0.5em;
    display: none;
}

.jlmf-link:hover {
    text-decoration: none;
    border: none;
}

.jlmf-section {
    margin-top: initial;
}

.jlmf-section:last-child {
    width: 5em;
    margin: auto;
}
*/

@media (max-width: 767px) {
  .jlmf-list-6 > div {
    width: 100%;
    /*        padding: 0.5em;*/
    display: inline-block;
  }

  [class*="jlmf-list"] {
    display: inline-block;
    width: 100%;
    margin: auto;
  }

  .jlcontentfieldsfilter > div {
    flex: 50%;
  }

  .jlmf-sublabel {
    font-size: 0.7em;
  }
}

@media (max-width: 1024px) {
  .jlmf-list-6 > div {
    /*        padding: 0.6em;*/
  }

  [class*="jlmf-list"] {
    margin: auto;
  }
}

/*
.jlmf-link {
    display: none;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    color: #fff !important;
    background: #231f20;
        display: inline-block;
    padding: 1em;
    transition: background 200ms;
    border-radius: 4px;
    position: absolute;
    top: 3em;
    left: 14em;
}

.jlmf-link:hover {
    background: #cea052;
    text-decoration: none;
}
*/

/*
.item-page h2 {
    display: none;
}
*/

/*BLOG SECTION*/

.blog {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog-title h1 {
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: white;
}

.blog-title h1::before {
  display: none;
}

.blog-title h2 {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}

.page-header h2 {
  color: black;
  padding: 1em;
}

.tooltip {
  display: none !important;
}

.pager {
  display: table;
  margin: auto;
}

.pager > li {
  display: table-cell;
  padding: 0.5em;
}

.btn .icon-chevron-right {
  color: white;
}

.icon-chevron-right {
  vertical-align: middle;
}

.icon-chevron-left {
  vertical-align: middle;
}

.icon-chevron-left::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}

.icon-chevron-right::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

.items-row {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 1em;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.items-row .span3 {
  width: 25%;
  display: table-cell;
}

@media (max-width: 1023px) {
  .items-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .items-row .span3 {
    width: 50%;
    display: inline-block;
    margin-bottom: 4em;
  }
}

@media (max-width: 560px) {
  .items-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .items-row .span3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 4em;
  }

  .item-image img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .items-row p.readmore .btn {
    margin-right: 0;
  }
}

.span4 {
  display: table-cell;
  width: 30%;
}

.items-row h2 {
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  height: 3.8em;
  font-size: 0.6em;
}

.items-row p.readmore {
  width: 100%;
  text-align: right;
}

.items-row p.readmore .btn {
  margin: 0 1.6em 0 0;
}

.item-image img {
  width: 100%;
  padding: 0.5em 1em;
}

.item {
  max-width: 14em;
}

.item .inline {
  height: 100%;
  padding: 15px 20px;
  background-color: #f5f8fa;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  margin: -1.3em auto 20px auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  max-width: 12.5em;
}

.item .inline:hover {
  transition: all 0.3s;
  transform: translateY(-1em);
}

.inline > li {
  display: inline-block;
}

.inline > li a {
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 1px;
  color: black;
  transition: all 0.5s;
  margin: 0.3em;
}

.readmore {
  display: inline-block;
}

.items-row p.readmore .btn {
  margin-right: 1.5em;
}

.readmore a {
  font-weight: normal;
  font-size: 0.8em;
  text-decoration: none;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0.5em 1em;
  transition: background 200ms;
}

.readmore a:hover {
  background: #cea052;
}

.blog > ul:first-of-type {
  width: 80%;
  margin: 1em auto 0.5em auto;
  padding: 1em;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.4em;
}

.blog > ul:first-of-type > li a {
  color: black;
  margin: 0.5em;
  letter-spacing: 2px;
  font-weight: 500;
}

.inline > li:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}

.pagination {
  padding: 2em;
}

.nav {
  list-style: none;
}

.nav > li > a {
  text-decoration: none;
}

.pagination-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.pagination-list > li > a {
  text-decoration: none;
  position: relative;
  margin: 0 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #414a4c;
  color: white;
}

.pagination-list > li > a:hover {
  background-color: white;
  color: black;
}

.pagination-list .active a {
  background: #231f20;
}

.icon-next::after {
  /*    content: '\f061';*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

.icon-previous::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}

.icon-first::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
}

.icon-last::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
}

.pull-right {
  position: fixed;
  right: 3em;
}

.pull-right a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-decoration: none;
  color: black;
}

.icon-next {
  color: black;
}

.icon-last {
  color: black;
}

.icon-first {
  color: black;
}

.icon-previous {
  color: black;
}

/*END BLOG SECTION*/

.tag-category {
  height: 100%;
  padding: 1em;
}

.os_fancybox-show-thumbs .os_fancybox-thumbs {
  display: none !important;
}

.os_fancybox-inner {
  right: 0 !important;
}

.os_fancybox-button svg path {
  color: white;
}

.os_fancybox-toolbar {
  display: none;
}

.fields-container {
  display: none;
}

@media (orientation: landscape) {
  /*
    .m #ufo-holder {
        left: 30%;
        width: 20%;
        top: -5%;
    }

    .m #rocket-holder {
        width: 20%;
        transform: rotateZ(35deg);
        right: 29%;
        top: -52%;
    }

    .m #card-holder-0 {
        width: 15%;
        bottom: -324%;
        right: 10%;
        transform: rotateZ(-27deg);
    }
	*/
}

.field-none {
  display: none;
}

@media (max-width: 599px) {
  .items-row h2 {
    height: auto;
    font-size: 0.8em;
  }
}
