@keyframes opacityanimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes loading {
  to {
    text-shadow: 20px 0 70px #BE9E44;
    color: #BE9E44; } }

@keyframes movecolorbackgorund {
  from {
    background-position: 0 0; }
  to {
    background-position: 400% 0; } }

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.node--type-software-packs > .node__content > section {
  margin: 4rem 0; }

.packhead {
  height: 600px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 0 !important; }
  .packhead.overleyhead::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .packhead.overleyhead .container {
    z-index: 1; }
  .packhead .field--name-field-slogan {
    text-align: center;
    font-size: 2.5rem;
    color: white;
    left: 50%;
    top: 50%; }
  .packhead .loader {
    font-size: 2.5rem;
    letter-spacing: .7em;
    font-family: "ROBOTO",sans-serif;
    font-weight: 300;
    margin-top: 3rem !important;
    color: white; }
    @media (max-width: 991.98px) {
      .packhead .loader {
        font-size: 1.9rem; } }
    .packhead .loader span {
      text-align: center;
      text-shadow: 0 0 0 #EDE25B;
      -webkit-animation: loading 1s ease-in-out infinite alternate;
      text-transform: uppercase; }
      .packhead .loader span:hover {
        color: #BE9E44;
        font-weight: 500;
        font-size: 3rem; }
      .packhead .loader span:nth-child(2) {
        -webkit-animation-delay: 0.1s; }
      .packhead .loader span:nth-child(3) {
        -webkit-animation-delay: 0.2s; }
      .packhead .loader span:nth-child(4) {
        -webkit-animation-delay: 0.3s; }
      .packhead .loader span:nth-child(5) {
        -webkit-animation-delay: 0.4s; }
      .packhead .loader span:nth-child(6) {
        -webkit-animation-delay: 0.5s; }
      .packhead .loader span:nth-child(7) {
        -webkit-animation-delay: 0.6s; }
      .packhead .loader span:nth-child(8) {
        -webkit-animation-delay: 0.7s; }
      .packhead .loader span:nth-child(9) {
        -webkit-animation-delay: 0.8s; }
      .packhead .loader span:nth-child(10) {
        -webkit-animation-delay: 0.9s; }
      .packhead .loader span:nth-child(11) {
        -webkit-animation-delay: 1s; }
      .packhead .loader span:nth-child(12) {
        -webkit-animation-delay: 1.1s; }
      .packhead .loader span:nth-child(13) {
        -webkit-animation-delay: 1.2s; }
      .packhead .loader span:nth-child(14) {
        -webkit-animation-delay: 1.3s; }
      .packhead .loader span:nth-child(15) {
        -webkit-animation-delay: 1.4s; }
      .packhead .loader span:nth-child(16) {
        -webkit-animation-delay: 1.5s; }
      .packhead .loader span:nth-child(17) {
        -webkit-animation-delay: 1.6s; }
      .packhead .loader span:nth-child(18) {
        -webkit-animation-delay: 1.7s; }
      .packhead .loader span:nth-child(19) {
        -webkit-animation-delay: 1.8s; }
      .packhead .loader span:nth-child(20) {
        -webkit-animation-delay: 1.9s; }
      .packhead .loader span:nth-child(21) {
        -webkit-animation-delay: 2s; }
      .packhead .loader span:nth-child(22) {
        -webkit-animation-delay: 2.1s; }

.packheader {
  margin-top: 0 !important;
  background: #ccc;
  max-height: 150px; }
  .packheader .tab-logo {
    max-width: 30%; }
    .packheader .tab-logo img {
      margin: 0 auto;
      padding: 0.5rem;
      padding-bottom: 1rem;
      max-width: 300px;
      max-height: 100px;
      width: auto; }
  .packheader .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    bottom: 1px;
    width: 100%;
    height: 110px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
    margin-bottom: -1px;
    position: relative; }
    .packheader .et-hero-tabs-container .nav-container {
      display: flex;
      justify-content: space-between;
      width: 80%; }
      @media (max-width: 991.98px) {
        .packheader .et-hero-tabs-container .nav-container {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          display: none;
          flex-flow: column wrap;
          justify-content: center;
          align-items: center;
          z-index: 2;
          background: white;
          transition: all 250ms ease-out;
          transform: translateX(-100%); } }
    .packheader .et-hero-tabs-container .span-container,
    .packheader .et-hero-tabs-container .checkbox {
      width: 45px;
      height: 45px;
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5; }
      @media (min-width: 992px) {
        .packheader .et-hero-tabs-container .span-container,
        .packheader .et-hero-tabs-container .checkbox {
          display: none; } }
      .packheader .et-hero-tabs-container .span-container span,
      .packheader .et-hero-tabs-container .checkbox span {
        margin-top: 0.8rem;
        z-index: 5; }
        @media (max-width: 991.98px) {
          .packheader .et-hero-tabs-container .span-container span,
          .packheader .et-hero-tabs-container .checkbox span {
            display: block; } }
    .packheader .et-hero-tabs-container .checkbox {
      opacity: 0;
      z-index: 100; }
      .packheader .et-hero-tabs-container .checkbox:checked ~ .span-container {
        transform: translateX(0%); }
        .packheader .et-hero-tabs-container .checkbox:checked ~ .span-container span {
          display: block; }
          .packheader .et-hero-tabs-container .checkbox:checked ~ .span-container span:nth-last-child(1) {
            transform: rotate(-45deg) translate(-1px, 0px); }
          .packheader .et-hero-tabs-container .checkbox:checked ~ .span-container span:nth-last-child(2) {
            transform: rotate(0deg) scale(0.2, 0.2);
            opacity: 0; }
          .packheader .et-hero-tabs-container .checkbox:checked ~ .span-container span:nth-last-child(3) {
            transform: rotate(45deg) translate(0px, -1px); }
      .packheader .et-hero-tabs-container .checkbox:checked ~ .nav-container {
        display: block;
        transform: translateX(0%);
        transition: all 250ms ease-in;
        padding: 2rem; }
      .packheader .et-hero-tabs-container .checkbox:checked + .mainmenu {
        margin-bottom: 40px; }
    @media (max-width: 575.98px) {
      .packheader .et-hero-tabs-container .span-container {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        z-index: 90; } }
    .packheader .et-hero-tabs-container .span-container span {
      width: 100%;
      height: 3px;
      background: #BE9E44;
      transition: all 250ms ease-out;
      transform-origin: 0 0; }
    .packheader .et-hero-tabs-container--top {
      position: fixed;
      top: 0; }
  .packheader .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-size: 1rem;
    color: #BE9E44;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none; }
    @media (max-width: 575.98px) {
      .packheader .et-hero-tab {
        justify-content: left;
        padding-bottom: 0.5rem; } }
    .packheader .et-hero-tab:hover {
      color: white;
      background: #BE9E44;
      transition: all 0.5s ease; }

.packbody .field--name-body {
  padding-right: 2rem; }

@media (max-width: 767.98px) {
  .packbody .col-md-3 {
    margin-top: 2rem;
    width: 100%; } }

@media (max-width: 767.98px) {
  .packbody .col-md-9 {
    width: 100%; } }

.packdemo {
  background: linear-gradient(-60deg, #ccc 47%, rgba(0, 0, 0, 0) 30%), url("../../img/kit.png") no-repeat;
  padding: 1rem 0;
  margin-bottom: 0 !important; }
  .packdemo [class*="col-"]:first-child {
    padding: 2rem 0;
    text-align: center;
    padding-right: 2rem; }
    .packdemo [class*="col-"]:first-child h2 {
      color: #BE9E44;
      margin-bottom: 4rem; }
      .packdemo [class*="col-"]:first-child h2 span {
        color: #212121;
        display: block;
        font-size: 3rem;
        text-transform: uppercase;
        padding-top: 1rem; }
  .packdemo [class*="col-"]:last-child {
    padding: 2rem 0;
    text-align: right; }
    .packdemo [class*="col-"]:last-child h2.uppercase {
      text-transform: uppercase; }
    .packdemo [class*="col-"]:last-child p {
      margin-top: 2rem; }
      .packdemo [class*="col-"]:last-child p a {
        margin: 1rem auto; }
    @media (max-width: 767.98px) {
      .packdemo [class*="col-"]:last-child {
        padding: 2rem;
        text-align: center; } }

.packsblogs .block-views-blockblogs-block-4 {
  margin-top: 2rem; }
