html, body {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden; }

body {
  padding-top: 95px;
  background-color: #fafafa;
  font-family: 'Swis721 BT';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #3e454c; }
  body * {
    outline: 0 !important; }

img {
  max-width: 100%;
  height: auto !important; }

.row {
  max-width: 1170px; }

table {
  width: 100%;
  margin: 0; }
  table tbody, table tfoot, table thead {
    border: 0 !important;
    background-color: transparent !important; }
    table tbody tr, table tfoot tr, table thead tr {
      background-color: transparent !important; }
    table tbody td, table tbody th, table tfoot td, table tfoot th, table thead td, table thead th {
      padding: 5px 0; }
    table tbody td.fit-content, table tbody th.fit-content, table tfoot td.fit-content, table tfoot th.fit-content, table thead td.fit-content, table thead th.fit-content {
      width: 1%;
      white-space: nowrap; }

.scrollable {
  position: relative; }
  .scrollable .to-scroll {
    position: absolute;
    top: -95px;
    z-index: -1; }

.tablesaw-stack tbody tr {
  border-bottom: 0; }

.cookie-bar {
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  background: white; }

.cookie-bar table {
  color: black;
  width: 100%; }

.cookie-bar .cookie-inner {
  padding: 10px 20px;
  border-top: 1px #25292d solid;
  border-right: 1px #25292d solid; }

.cookie-ok span {
  background: #7ECEFD;
  border: 1px solid #3E454C;
  padding: 5px 25px;
  display: inline-block;
  text-align: center;
  color: black; }

.cookie-ok:hover span {
  background: #9fdbff; }

.cookie-right-placeholder {
  width: 150px; }

@media screen and (max-width: 400px) {
  .cookie-bar .cookie-inner {
    min-height: 100px;
    border-right: none; }

  .cookie-right-placeholder {
    display: none; }

  .top {
    z-index: 0;
    /*IE compat*/
    display: none; } }
.cookie-table {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  border-collapse: collapse;
  width: auto; }

.cookie-table td {
  margin: 0;
  padding: 0; }

.top {
  right: 50px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  display: none;
  z-index: 9999;
  background-color: #94a1af; }
  @media screen and (max-width: 90em) {
    .top {
      visibility: hidden; } }
  .top::before {
    font-family: FontAwesome;
    color: white;
    content: "\f106";
    font-size: 46px;
    display: block;
    text-align: center;
    margin-top: -12px;
    transition: all 0.5s ease; }
  .top:hover::before {
    color: #d9d9d9; }

.ppi-calc .ppi-calc-block {
  padding: 16px; }
.ppi-calc .ppi-calc-inner-block {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  padding: 10px;
  min-width: 250px; }
.ppi-calc .ppi-calc-remove-block-wrapper {
  display: flex;
  justify-content: flex-end; }
.ppi-calc .ppi-calc-money-wrapper {
  font-weight: bold; }
.ppi-calc .ppi-calc-ppi-wrapper {
  color: #ff5a01; }
.ppi-calc .ppi-calc-add-block {
  padding: 0px 16px 16px 16px; }
.ppi-calc .ppi-calc-add-block-odd {
  padding-top: 26px; }

#skwd .resellers-user-input label {
  display: inline-block;
  width: 80%; }
  #skwd .resellers-user-input label .resellers-customers-select {
    width: 100%;
    margin: 0 0 2px 0; }
  #skwd .resellers-user-input label .resellers-new-customer {
    width: 20%;
    font-weight: normal;
    padding-right: 2px; }

#skwd .user-input select.user-input-registration-type {
  width: 20%; }
#skwd .user-input input.user-input-email {
  width: 80%; }

.relocate-licence .user-input {
  width: 80%;
  display: inline-block;
  margin: 10px 5px; }

.full-width, #skwd .full-width, #skwd input.full-width, #skwd select.full-width {
  width: 100%; }

input[type=submit], input[type=button], .button {
  margin: 0;
  padding: 0; }

.btn {
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 50px;
  background-color: #ff5a01;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  color: white;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .btn:hover, .btn:active, .btn:focus, .btn.active {
    background-color: #e65202;
    color: white; }
  .btn.full-width {
    display: block;
    width: 100%;
    text-align: center; }
  .btn.transparent {
    line-height: 44px;
    padding: 0 50px;
    background-color: transparent;
    border: 2px solid white; }
    .btn.transparent:hover, .btn.transparent:active, .btn.transparent:focus, .btn.transparent.active {
      background-color: white;
      color: #3e454c; }
  .btn.circle {
    display: inline-block;
    width: 48px;
    padding: 0;
    text-align: center; }
  .btn.big {
    height: 54px;
    line-height: 54px;
    padding: 0 40px;
    border-radius: 27px;
    font-size: 32px; }
  .btn.gray {
    background-color: #697480; }
    .btn.gray:hover, .btn.gray:active, .btn.gray:focus, .btn.gray.active {
      background-color: #545d66; }
  .btn.blue {
    background-color: #7ecefd; }
    .btn.blue:hover, .btn.blue:active, .btn.blue:focus, .btn.blue.active {
      background-color: #66a7cc; }
  .btn.no-border-radius {
    border-radius: 0; }
  .btn.small {
    height: 40px;
    line-height: 40px;
    padding: 0 30px; }

.with-banner .socials-col .btn {
  margin-bottom: 15px; }

#skwd a.btn.btn-link, #skwd a.btn.btn-link:hover {
  color: white;
  font-size: medium;
  text-decoration: none; }

b, strong, .bold {
  font-weight: bold; }

a {
  text-decoration: none; }

[align="left"] {
  text-align: left; }

[align="center"] {
  text-align: center; }

[align="right"] {
  text-align: right; }

[align="justify"] {
  text-align: justify; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: 'Swis721 BT';
  font-weight: normal;
  font-style: normal; }

h1, .h1 {
  margin: 20px 0 40px 0;
  font-family: 'Swiss911 XCm BT';
  font-size: 60px;
  letter-spacing: 1px;
  color: #3e454c; }
  h1 span, .h1 span {
    color: #7ecefd; }

h2, .h2 {
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: 'Swis721 BT';
  font-size: 28px;
  font-weight: bold;
  color: #697480; }

h3, .h3 {
  margin-bottom: 10px;
  font-family: 'Swis721 BT';
  font-size: 28px;
  font-weight: bold;
  color: #3e454c; }

h4, .h4 {
  font-family: 'Swis721 BT';
  font-size: 22px;
  text-transform: uppercase;
  color: #697480; }

h5, .h5 {
  font-family: 'Swis721 BT';
  font-size: 22px;
  color: #697480; }

h6, .h6 {
  margin: 20px 0 15px 0;
  font-family: 'Swis721 BT';
  font-size: 28px;
  font-weight: bold;
  color: #7ecefd; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 95px;
  padding: 22px 0;
  background-color: #25292d;
  z-index: 9; }
  #header .head-container {
    display: -ms-flexbox;
    display: flex; }
    #header .head-container .left-side {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block; }
      #header .head-container .left-side .menu-logo {
        display: flex;
        align-items: center;
        height: 100%; }
    #header .head-container .right-side {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: block;
      margin-left: 10px;
      text-align: right; }
  #header .open-mobile-menu {
    display: none;
    height: 51px;
    line-height: 51px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80); }
    #header .open-mobile-menu:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  #header .menu {
    display: inline-block;
    white-space: nowrap;
    min-height: 51px; }
    #header .menu .menu-item {
      display: inline-block;
      height: 51px;
      line-height: 51px;
      margin: 0 9px;
      font-size: 16px;
      font-weight: bold;
      color: white; }
    #header .menu .menu-item.selected {
      text-shadow: black 0.08em 0.08em 0.3em;
      opacity: 0.95; }
    #header .menu a.menu-item {
      opacity: 0.8;
      filter: alpha(opacity=80); }
      #header .menu a.menu-item:hover, #header .menu a.menu-item.active {
        opacity: 1;
        filter: alpha(opacity=100); }
    #header .menu .menu-btn {
      height: 40px;
      line-height: 40px;
      margin-left: 20px;
      padding: 0 28px;
      border-radius: 20px; }
    #header .menu .menu-item.menu-item--block {
      display: block; }
    #header .menu .menu-item--submenu {
      position: relative;
      display: inline-block; }
    #header .menu .menu-item--submenu:hover .submenu {
      display: block; }
    #header .menu .submenu {
      position: absolute;
      right: 0px;
      min-width: 160px;
      background-color: #25292d;
      display: none;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

#footer {
  padding-top: 60px; }
  #footer .bottom-menu {
    margin-bottom: 30px; }
    #footer .bottom-menu a {
      display: block;
      color: #25292d;
      opacity: 0.8;
      filter: alpha(opacity=80); }
      #footer .bottom-menu a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  #footer .newsletter a.icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 35px;
    color: #7ecefd;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    #footer .newsletter a.icon:hover {
      color: #66a7cc; }
  #footer .newsletter a span.sketchfab {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background: url(/img/sketchfab-logo-light-sky-blue.svg);
    background-size: 32px 32px; }
    #footer .newsletter a span.sketchfab:hover {
      background: url(/img/sketchfab-logo-picton-blue.svg); }
  #footer .newsletter form {
    position: relative;
    margin-top: 10px; }
    #footer .newsletter form ::-webkit-input-placeholder {
      color: #92a2b3;
      font-size: "inherit"; }
    #footer .newsletter form :-moz-placeholder {
      color: #92a2b3;
      font-size: "inherit";
      opacity: 1; }
    #footer .newsletter form ::-moz-placeholder {
      color: #92a2b3;
      font-size: "inherit";
      opacity: 1; }
    #footer .newsletter form :-ms-input-placeholder {
      color: #92a2b3;
      font-size: "inherit"; }
    #footer .newsletter form :placeholder-shown {
      color: #92a2b3;
      font-size: "inherit"; }
    #footer .newsletter form input {
      width: calc(100% - 165px);
      height: 40px;
      line-height: 38px;
      margin: 0;
      padding: 0 29px;
      background-color: white;
      border: 1px solid #92a2b3;
      border-right: 0;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      box-shadow: none;
      font-size: 16px;
      font-weight: normal;
      color: #92a2b3; }
    #footer .newsletter form button {
      position: absolute;
      top: 0;
      right: 0;
      width: 165px;
      height: 40px;
      line-height: 40px;
      background-color: #7ecefd;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      color: white;
      cursor: pointer;
      -webkit-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      #footer .newsletter form button:hover {
        background-color: #66a7cc; }
  #footer .copyright {
    margin-top: 175px;
    padding-bottom: 40px; }
    #footer .copyright .menu {
      display: inline-block;
      min-height: 51px; }
      #footer .copyright .menu .menu-item {
        display: inline-block;
        height: 51px;
        line-height: 51px;
        margin: 0 17px;
        font-size: 14px;
        color: #92a2b3; }
        #footer .copyright .menu .menu-item.item-bigger {
          font-size: 16px;
          color: #697480; }
      #footer .copyright .menu a.menu-item {
        opacity: 0.8;
        filter: alpha(opacity=80); }
        #footer .copyright .menu a.menu-item:hover {
          opacity: 1;
          filter: alpha(opacity=100); }

.product-price {
  max-width: 350px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px; }
  .product-price .btn {
    cursor: pointer; }
    .product-price .btn.gray {
      background-color: #697480; }
      .product-price .btn.gray:hover, .product-price .btn.gray:active, .product-price .btn.gray:focus, .product-price .btn.gray.active {
        background-color: #5e6772; }
    .product-price .btn.blue {
      background-color: #0074D9; }
      .product-price .btn.blue:hover, .product-price .btn.blue:active, .product-price .btn.blue:focus, .product-price .btn.blue.active {
        background-color: #0066c0; }
    .product-price .btn.navy {
      background-color: #001f3f; }
      .product-price .btn.navy:hover, .product-price .btn.navy:active, .product-price .btn.navy:focus, .product-price .btn.navy.active {
        background-color: #001226; }
    .product-price .btn.aqua {
      background-color: #7FDBFF; }
      .product-price .btn.aqua:hover, .product-price .btn.aqua:active, .product-price .btn.aqua:focus, .product-price .btn.aqua.active {
        background-color: #66d4ff; }
    .product-price .btn.red {
      background-color: #FF4136; }
      .product-price .btn.red:hover, .product-price .btn.red:active, .product-price .btn.red:focus, .product-price .btn.red.active {
        background-color: #ff291d; }
    .product-price .btn.rcblue {
      background-color: #7ecefd; }
      .product-price .btn.rcblue:hover, .product-price .btn.rcblue:active, .product-price .btn.rcblue:focus, .product-price .btn.rcblue.active {
        background-color: #65c4fd; }
  .product-price .header {
    padding: 25px 5px 5px 5px;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    min-height: 285px; }
    .product-price .header .text-line-1 {
      line-height: 1;
      margin-bottom: 5px;
      font-size: 22px;
      text-transform: uppercase;
      color: #3e454c; }
    .product-price .header .text-line-2 {
      line-height: 1;
      margin-bottom: 14px;
      font-family: 'Swis721 BT';
      font-weight: bold;
      font-size: 28px;
      color: #ff5a01; }
    .product-price .header .text-line-2.gray {
      color: #697480; }
    .product-price .header .text-line-2.blue {
      color: #0074D9; }
    .product-price .header .text-line-2.navy {
      color: #001f3f; }
    .product-price .header .text-line-2.aqua {
      color: #7FDBFF; }
    .product-price .header .text-line-2.red {
      color: #FF4136; }
    .product-price .header .text-line-2.rcblue {
      color: #7ecefd; }
    .product-price .header .text-line-3 {
      line-height: 1;
      margin-bottom: 5px;
      font-family: 'Swiss911 XCm BT';
      font-weight: normal;
      font-style: normal;
      font-size: 56px;
      color: #3e454c; }
      .product-price .header .text-line-3 span {
        font-size: 50%;
        vertical-align: baseline;
        margin-left: 8px; }
        .product-price .header .text-line-3 span.cross {
          position: relative;
          display: inline-block; }
          .product-price .header .text-line-3 span.cross::before, .product-price .header .text-line-3 span.cross::after {
            content: '';
            width: 100%;
            position: absolute;
            right: 0;
            top: 50%; }
          .product-price .header .text-line-3 span.cross::before {
            border-bottom: 2px solid #ff5959;
            -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg); }
          .product-price .header .text-line-3 span.cross::after {
            border-bottom: 2px solid #ff5959;
            -webkit-transform: skewY(10deg);
            transform: skewY(10deg); }
    .product-price .header .text-line-4 {
      line-height: 1;
      font-size: 16px;
      color: #3e454c; }
    .product-price .header .text-line-5 {
      font-family: "Swis721 BT";
      margin-top: 8px;
      font-style: italic; }
  .product-price .content, .product-price .footer {
    width: 100%;
    max-width: 250px;
    min-height: 150px;
    margin: 25px auto;
    padding-left: 10px;
    padding-right: 10px; }
  .product-price .content .list-item {
    display: inline-block;
    margin: 3px 0;
    color: #697480;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-price .content .list-item .fa {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block;
      width: 36px;
      padding-top: 3px; }
    .product-price .content .list-item span {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: block; }
    .product-price .content .list-item.ok .fa {
      color: #78f556; }
    .product-price .content .list-item.error .fa {
      color: #ff5959; }
  .product-price .content .productUl {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-price .content .productUl li {
      padding: 0;
      margin: 0 0 0 36px; }
  .product-price .content .productAdvantage {
    background: none !important; }
    .product-price .content .productAdvantage::before {
      font-family: FontAwesome;
      padding-top: 3px;
      content: "\f00c";
      width: 36px;
      margin-left: -36px;
      display: inline-block;
      color: #78f556; }
  .product-price .content .productDisadvantage {
    background: none !important; }
    .product-price .content .productDisadvantage::before {
      font-family: FontAwesome;
      content: "\f00d";
      padding-top: 3px;
      width: 36px;
      margin-left: -36px;
      display: inline-block;
      color: #ff5959; }
  .product-price .footer {
    min-height: 0;
    margin: 0 auto;
    padding-bottom: 33px; }
    .product-price .footer .del {
      max-width: calc(100% - 40px);
      height: 12px;
      margin: 10px auto 20px auto;
      border-bottom: 1px solid rgba(105, 116, 128, 0.2);
      text-align: center; }
      .product-price .footer .del span {
        display: inline-block;
        height: 17px;
        line-height: 17px;
        padding: 0 7px;
        background-color: white;
        color: #697480; }
  .product-price.flexible {
    position: relative;
    height: 100%; }
    .product-price.flexible .content {
      padding-bottom: 80px; }
    .product-price.flexible .footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .product-price.animated {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product-price.animated:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
  .product-price.alternative .header .text-line-2 {
    color: #7ecefd; }

/* default checkbox */
input[type="checkbox"] {
  margin: 0;
  padding: 0; }

/* custom checkbox: */
.control {
  font-family: arial;
  display: block;
  position: relative;
  min-height: 16px;
  line-height: 1.5;
  padding-left: 29px;
  /*margin-bottom: 10px;*/
  padding-top: 0px;
  cursor: pointer;
  font-size: 16px; }
  .control input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .control .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #FFFFFF;
    border: 1px solid #bcc0c4; }
    .control .control_indicator::after {
      box-sizing: content-box;
      content: '';
      position: absolute;
      display: none; }
  .control:hover input ~ .control_indicator {
    border: 1px solid #93b2d2; }
  .control input:focus ~ .control_indicator {
    border: 2px solid #7ecefd; }
  .control:hover input ~ .control_indicator,
  .control input:focus ~ .control_indicator,
  .control input:checked ~ .control_indicator {
    background: #FFFFFF; }
  .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .control input:checked ~ .control_indicator::after {
    display: block; }
  .control.control-checkbox .control_indicator::after {
    left: 6px;
    top: -4px;
    width: 3px;
    height: 12px;
    border: solid #697480;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg); }
  .control.control-checkbox input:disabled ~ .control_indicator::after {
    border-color: #7b7b7b; }

.alert {
  position: relative;
  padding: 10px 15px;
  border: 2px solid #3e454c;
  border-radius: 25px;
  color: #3e454c;
  background-color: white; }
  .alert.alert--success {
    border-color: #7EB900;
    color: #7EB900; }
  .alert.alert--warning {
    border-color: #ffd050;
    color: #ffd050; }
  .alert.alert--error {
    border-color: #ff5a01;
    color: #ff5a01; }

.tag {
  padding: 3px 8px;
  border-radius: 4px;
  color: white;
  background-color: grey; }
  .tag.tag--warning {
    background-color: #ffd050; }
  .tag.tag--error {
    background-color: #ff5a01; }
  .tag.tag--success {
    background-color: #7EB900; }

#homepage {
  background-color: white; }

#banner .dragon .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3e454c; }
#banner .dragon .flare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/dragon-banner/flare.png");
  background-repeat: no-repeat;
  background-position: center 0; }
#banner .dragon .dragon-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/dragon-banner/dragon-back.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto; }
#banner .dragon .dragon-front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/dragon-banner/dragon-front.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 65% auto; }
#banner .dragon .shader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25292d;
  opacity: 0.6;
  filter: alpha(opacity=60); }
#banner .dragon .static {
  background-image: url("../img/dragon-banner/static.jpg"); }
#banner .video {
  background-image: url("../img/video-banner/abstract.png");
  background-repeat: no-repeat;
  background-position: center top; }
  #banner .video .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 1140px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #banner .video .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/video-banner/image.jpg");
    background-repeat: no-repeat;
    background-position: center top; }
  #banner .video .shader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #25292d;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  #banner .video .color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e454c;
    mix-blend-mode: color; }
  #banner .video .static {
    background-image: url("../img/video-banner/static.jpg"); }
  #banner .video .iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
#banner .dragon, #banner .video {
  position: relative;
  min-height: 660px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  #banner .dragon > *, #banner .video > * {
    z-index: 1; }
  #banner .dragon .static, #banner .video .static {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top; }
  #banner .dragon .text-overlay, #banner .video .text-overlay {
    position: relative;
    z-index: 2;
    padding: 35px 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block; }
    #banner .dragon .text-overlay .container, #banner .video .text-overlay .container {
      width: 100%;
      max-width: 545px;
      margin: 0 auto;
      text-align: center; }
      #banner .dragon .text-overlay .container .h1, #banner .dragon .text-overlay .container .h4, #banner .video .text-overlay .container .h1, #banner .video .text-overlay .container .h4 {
        color: white; }
      #banner .dragon .text-overlay .container .btn, #banner .video .text-overlay .container .btn {
        margin: 0 10px; }

#explore, #help {
  background-color: #fafafa;
  padding-top: 75px;
  padding-bottom: 100px; }
  #explore .icons .icon, #help .icons .icon {
    display: block;
    position: relative; }
    #explore .icons .icon .image, #help .icons .icon .image {
      position: relative;
      width: 100%;
      max-width: 139px;
      height: 172px;
      margin: 0 auto; }
      #explore .icons .icon .image::before, #help .icons .icon .image::before, #explore .icons .icon .image::after, #help .icons .icon .image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #explore .icons .icon .image::before, #help .icons .icon .image::before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        z-index: 2; }
      #explore .icons .icon .image::after, #help .icons .icon .image::after {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 1; }
      #explore .icons .icon .image.icon-scan-and-share::before, #help .icons .icon .image.icon-scan-and-share::before {
        background-image: url("../img/explore-icons/scan-and-share-new.png"); }
      #explore .icons .icon .image.icon-scan-and-share::after, #help .icons .icon .image.icon-scan-and-share::after {
        background-image: url("../img/explore-icons/scan-and-share-hover-new.png"); }
      #explore .icons .icon .image.icon-create-maps::before, #help .icons .icon .image.icon-create-maps::before {
        background-image: url("../img/explore-icons/create-maps-new.png"); }
      #explore .icons .icon .image.icon-create-maps::after, #help .icons .icon .image.icon-create-maps::after {
        background-image: url("../img/explore-icons/create-maps-hover-new.png"); }
      #explore .icons .icon .image.icon-assets-games::before, #help .icons .icon .image.icon-assets-games::before {
        background-image: url("../img/explore-icons/assets-games-new.png"); }
      #explore .icons .icon .image.icon-assets-games::after, #help .icons .icon .image.icon-assets-games::after {
        background-image: url("../img/explore-icons/assets-games-hover-new.png"); }
      #explore .icons .icon .image.icon-body-scan::before, #help .icons .icon .image.icon-body-scan::before {
        background-image: url("../img/explore-icons/body-scan-new.png"); }
      #explore .icons .icon .image.icon-body-scan::after, #help .icons .icon .image.icon-body-scan::after {
        background-image: url("../img/explore-icons/body-scan-hover-new.png"); }
      #explore .icons .icon .image.icon-lasers-images::before, #help .icons .icon .image.icon-lasers-images::before {
        background-image: url("../img/explore-icons/lassers-images-new.png"); }
      #explore .icons .icon .image.icon-lasers-images::after, #help .icons .icon .image.icon-lasers-images::after {
        background-image: url("../img/explore-icons/lassers-images-hover-new.png"); }
      #explore .icons .icon .image.icon-other::before, #help .icons .icon .image.icon-other::before {
        background-image: url("../img/explore-icons/other-new.png"); }
      #explore .icons .icon .image.icon-other::after, #help .icons .icon .image.icon-other::after {
        background-image: url("../img/explore-icons/other-hover-new.png"); }
      #explore .icons .icon .image.icon-tutorials::before, #help .icons .icon .image.icon-tutorials::before {
        background-image: url("../img/explore-icons/tutorials.png"); }
      #explore .icons .icon .image.icon-tutorials::after, #help .icons .icon .image.icon-tutorials::after {
        background-image: url("../img/explore-icons/tutorials-hover.png"); }
      #explore .icons .icon .image.icon-faq::before, #help .icons .icon .image.icon-faq::before {
        background-image: url("../img/explore-icons/faq.png"); }
      #explore .icons .icon .image.icon-faq::after, #help .icons .icon .image.icon-faq::after {
        background-image: url("../img/explore-icons/faq-hover.png"); }
      #explore .icons .icon .image.icon-annoucements::before, #help .icons .icon .image.icon-annoucements::before {
        background-image: url("../img/explore-icons/annoucements.png"); }
      #explore .icons .icon .image.icon-annoucements::after, #help .icons .icon .image.icon-annoucements::after {
        background-image: url("../img/explore-icons/annoucements-hover.png"); }
      #explore .icons .icon .image.icon-forums::before, #help .icons .icon .image.icon-forums::before {
        background-image: url("../img/explore-icons/forums.png"); }
      #explore .icons .icon .image.icon-forums::after, #help .icons .icon .image.icon-forums::after {
        background-image: url("../img/explore-icons/forums-hover.png"); }
    #explore .icons .icon .title, #help .icons .icon .title {
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      color: #697480;
      -webkit-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
    #explore .icons .icon:hover .image::before, #help .icons .icon:hover .image::before {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      z-index: 1; }
    #explore .icons .icon:hover .image::after, #help .icons .icon:hover .image::after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      z-index: 2; }
    #explore .icons .icon:hover .title, #help .icons .icon:hover .title {
      color: #3e454c; }

.showcase {
  padding: 100px 0;
  background-color: #fafafa; }
  .showcase .filters {
    margin-bottom: 50px; }
    .showcase .filters > div {
      display: inline-block; }
    .showcase .filters .filter {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      margin: 0 10px;
      padding: 0 20px;
      border-radius: 20px;
      font-weight: bold;
      font-size: 22px;
      color: #697480;
      -webkit-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      .showcase .filters .filter:hover {
        color: #3e454c; }
      .showcase .filters .filter.active {
        background-color: #7ecefd;
        color: white; }
  .showcase .videos .video .inner {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .showcase .videos .video .inner .preview {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .showcase .btn {
    margin-top: 35px; }

#promo {
  background-image: url("../img/18_flat_dragon_shade.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }
  #promo .htmlContent > .row {
    min-height: 100vh; }
    #promo .htmlContent > .row .container {
      padding-top: 100px;
      padding-bottom: 100px; }
  #promo .h1, #promo h4 {
    color: white; }
  #promo p {
    color: white; }
    #promo p .colored {
      font-weight: bold;
      color: #7ecefd; }
    #promo p .big {
      font-size: 18px;
      font-weight: bold; }
  #promo .demo-list .list-item {
    display: table;
    line-height: 1;
    margin: 3px 0 11px 0;
    font-size: 18px;
    color: white; }
    #promo .demo-list .list-item .fa {
      display: table-cell;
      width: 36px;
      color: #7ecefd; }
    #promo .demo-list .list-item span {
      display: table-cell; }
  #promo hr {
    margin: 50px auto 28px auto;
    border-bottom: 1px solid white; }

#recommendation {
  position: relative;
  background-color: #7ecefd; }
  #recommendation .items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    #recommendation .items .logo, #recommendation .items .claws {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      right: auto;
      background-repeat: no-repeat;
      background-position: center 50px;
      background-size: 100% auto; }
    #recommendation .items .logo {
      height: 100%;
      background-image: url("../img/logo-simple.png");
      opacity: 0.3;
      filter: alpha(opacity=30); }
      #recommendation .items .logo.logo-1 {
        left: 235px;
        width: 24px;
        background-position: center 172px; }
      #recommendation .items .logo.logo-2 {
        left: -30px;
        width: 37px;
        background-position: center 85px; }
      #recommendation .items .logo.logo-3 {
        left: 0px;
        width: 64px;
        background-position: center 213px; }
      #recommendation .items .logo.logo-4 {
        left: 227px;
        width: 98px;
        background-position: center 31px; }
      #recommendation .items .logo.logo-5 {
        left: 50px;
        width: 170px;
        background-position: center 113px;
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #recommendation .items .claws {
      left: auto;
      right: 0;
      width: 558px;
      background-image: url("../img/claws.png");
      background-position: center -22px; }
  #recommendation .row {
    position: relative;
    z-index: 2; }
    #recommendation .row .columns {
      position: relative; }
  #recommendation .free-info {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    color: #3e454c; }
  #recommendation .free-info, #recommendation .btn-wrapper {
    padding: 80px 0; }

.enable-cookie {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: solid 1px;
  text-align: center;
  padding: 2em 1em; }

.requires-cookie-C0001, .requires-cookie-C0002, .requires-cookie-C0003, .requires-cookie-C0004 {
  position: relative; }

.video .requires-cookie-C0001, .video .requires-cookie-C0002, .video .requires-cookie-C0003, .video .requires-cookie-C0004 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#blog {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: white; }
  #blog h1 {
    margin-bottom: 100px; }
  #blog .article {
    margin-bottom: 60px; }
    #blog .article .image {
      max-width: 130px;
      max-height: 130px;
      border-radius: 50%;
      -webkit-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      #blog .article .image:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #blog .article .date {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      margin-bottom: 20px;
      padding: 0 10px;
      background-color: #7ecefd;
      border-radius: 15px;
      font-weight: bold;
      color: white; }
    #blog .article .h3 {
      margin-bottom: 20px;
      color: #3e454c;
      -webkit-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      #blog .article .h3:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #blog .article p a {
      font-weight: bold;
      text-decoration: underline;
      color: #7ecefd; }
      #blog .article p a:hover {
        color: #66a7cc; }

#text {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: white; }
  #text h1 {
    margin-top: 0;
    margin-bottom: 35px; }
  #text h2 {
    white-space: normal;
    color: #3e454c; }
  #text .htmlContent h2 {
    margin-top: 50px;
    margin-bottom: 17px; }
  #text h5 {
    margin-bottom: 20px; }
  #text .social {
    display: inline-block;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 20px;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    #text .social.color-facebook {
      background-color: #3b5998; }
    #text .social.color-twitter {
      background-color: #1DA1F2; }
    #text .social.color-linkedin {
      background-color: #0077B5; }
    #text .social.color-reddit {
      background-color: #ff4500; }
    #text .social.circle {
      min-width: 30px;
      width: 30px;
      padding: 0; }
    #text .social:hover.color-facebook {
      background-color: #2d4373; }
    #text .social:hover.color-twitter {
      background-color: #0c85d0; }
    #text .social:hover.color-linkedin {
      background-color: #005582; }
    #text .social:hover.color-reddit {
      background-color: #cc3700; }
  #text fieldset {
    min-width: 55px;
    max-width: 65px;
    color: #7ecefd;
    border-color: #eef9ff;
    border-style: solid;
    border-width: 3px;
    margin: 0 auto; }
    #text fieldset legend {
      font-weight: 700;
      margin: 0 auto 10px auto; }
    #text fieldset .social {
      min-width: auto;
      padding: 0;
      color: #7ecefd;
      font-size: 22px; }
      #text fieldset .social:hover {
        color: #66a7cc; }
  #text .description a {
    font-weight: bold;
    text-decoration: underline;
    color: #7ecefd; }
    #text .description a:hover {
      color: #66a7cc; }
  #text .image {
    margin: 10px auto 25px auto; }
  #text .content, #text .outro {
    position: relative; }
    #text .content .title, #text .content h2, #text .outro .title, #text .outro h2 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: bold; }
    #text .content .big-title, #text .content h1, #text .outro .big-title, #text .outro h1 {
      margin-top: 35px;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: bold;
      color: #7ecefd; }
    #text .content ul, #text .content ol, #text .outro ul, #text .outro ol {
      margin-left: 25px; }
      #text .content ul li, #text .content ol li, #text .outro ul li, #text .outro ol li {
        padding-left: 17px; }
  #text .gallery {
    margin: 40px 0;
    padding: 30px 0;
    background-color: #7ecefd; }
    #text .gallery .gallery-image {
      display: block;
      position: relative;
      margin: 10px 0; }
      #text .gallery .gallery-image .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(37, 41, 45, 0.8);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s; }
        #text .gallery .gallery-image .hover .fa {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 30px;
          color: white;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #text .gallery .gallery-image:hover .hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  #text .modra {
    background-color: #7ecefd; }
  #text .center {
    text-align: center; }
  #text .with-banner .socials-col {
    text-align: center; }
  #text.without-banner .socials-col {
    text-align: right; }
    #text.without-banner .socials-col .hide-for-large {
      text-align: left; }

#help {
  padding-top: 0;
  padding-bottom: 100px; }
  #help .background {
    background-color: white;
    background-image: url("../img/pages/help-background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  #help .h1.top {
    margin-top: 100px;
    margin-bottom: 55px;
    color: white; }
  #help .search-form {
    position: relative;
    margin-bottom: 175px; }
    #help .search-form ::-webkit-input-placeholder {
      color: #92a2b3;
      font-size: "inherit"; }
    #help .search-form :-moz-placeholder {
      color: #92a2b3;
      font-size: "inherit";
      opacity: 1; }
    #help .search-form ::-moz-placeholder {
      color: #92a2b3;
      font-size: "inherit";
      opacity: 1; }
    #help .search-form :-ms-input-placeholder {
      color: #92a2b3;
      font-size: "inherit"; }
    #help .search-form :placeholder-shown {
      color: #92a2b3;
      font-size: "inherit"; }
    #help .search-form input {
      height: 80px;
      line-height: 1;
      margin: 0;
      padding: 0 60px 0 38px;
      border: 0;
      border-radius: 10px;
      background-color: white;
      box-shadow: none;
      font-size: 18px;
      font-weight: bold;
      color: #697480; }
    #help .search-form button {
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 20px;
      color: #697480;
      cursor: pointer; }
  #help .page-content {
    padding-top: 100px; }
    #help .page-content .icons {
      margin-bottom: 180px; }
    #help .page-content .discussion-items .discussion {
      margin-bottom: 30px; }
      #help .page-content .discussion-items .discussion .category {
        color: #25292d; }
      #help .page-content .discussion-items .discussion .title {
        display: block;
        line-height: 1.2;
        margin-top: 5px;
        padding-bottom: 26px;
        border-bottom: 1px solid #c5c5c5;
        font-size: 28px;
        font-weight: bold;
        color: #3e454c;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s; }
        #help .page-content .discussion-items .discussion .title:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #help .page-content .discussion-items .discussion .date {
        margin-top: 15px;
        padding-bottom: 30px; }
        #help .page-content .discussion-items .discussion .date .comments {
          float: right; }
          #help .page-content .discussion-items .discussion .date .comments .fa {
            color: #7ecefd; }
      #help .page-content .discussion-items .discussion:last-of-type {
        margin-bottom: 0; }
        #help .page-content .discussion-items .discussion:last-of-type .title {
          border-bottom: 0; }

#download {
  padding-bottom: 100px;
  background-image: url("../img/pages/download-background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  #download .background {
    padding-top: 100px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  #download h1 {
    margin-top: 0; }
  #download h2 {
    margin-bottom: 0;
    color: #3e454c; }
  #download .video {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    #download .video .inner {
      position: relative;
      height: 0px;
      padding-bottom: 56.25%; }
      #download .video .inner .preview {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }

#log-in .message {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 35px 20px 60px;
  border: 2px solid #3e454c;
  border-radius: 25px;
  color: #3e454c; }
  #log-in .message::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 27px;
    width: 20px;
    height: 20px;
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
  #log-in .message.white, #log-in .message.light {
    border-color: white;
    color: white; }
    #log-in .message.white::before, #log-in .message.light::before {
      background-position: -20px 0; }
  #log-in .message.error {
    border-color: #ff5a01;
    color: #ff5a01; }
    #log-in .message.error::before {
      background-position: 0 -20px; }
#log-in form .vercode {
  border: 1px solid #aaaaaa; }
#log-in form label.control {
  color: #697480; }
#log-in form label:not(.control) {
  display: inline-block;
  padding-right: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #697480; }
  #log-in form label:not(.control) span {
    color: #7ecefd; }
#log-in form .formFields label {
  font-weight: normal;
  display: inline-block;
  white-space: normal; }
#log-in form [type=color], #log-in form [type=date], #log-in form [type=datetime-local], #log-in form [type=datetime],
#log-in form [type=email], #log-in form [type=month], #log-in form [type=number], #log-in form [type=password], #log-in form [type=search],
#log-in form [type=tel], #log-in form [type=text], #log-in form [type=time], #log-in form [type=url], #log-in form [type=week], #log-in form textarea, #log-in form select {
  height: 36px;
  line-height: 1;
  margin: 0;
  border: 1px solid #bcc0c4;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  color: #697480; }
#log-in form textarea {
  padding: 12px 10px;
  height: 80px;
  resize: none; }
#log-in form select {
  background-position: right center; }
#log-in form button {
  min-width: 220px;
  max-width: 100%;
  margin-top: 23px;
  cursor: pointer; }
#log-in form .verification {
  display: -ms-flexbox;
  display: flex; }
  #log-in form .verification img {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block; }
  #log-in form .verification input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    margin-left: 10px;
    min-width: 50px; }
#log-in .log-in {
  padding: 20px 0 50px 0;
  background-image: url("../img/pages/log-in-background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  #log-in .log-in label.zeroRightPadding {
    padding-right: 0px; }
  #log-in .log-in .external-login {
    min-width: 48px;
    margin-top: 8px; }
  #log-in .log-in form label {
    line-height: 36px; }
    #log-in .log-in form label a {
      text-decoration: underline; }
    #log-in .log-in form label.control {
      line-height: 1.5; }
#log-in .sign-up {
  padding: 20px 0 50px 0;
  background-color: #3e454c;
  color: white; }
  #log-in .sign-up .h1, #log-in .sign-up h4 {
    color: white; }
  #log-in .sign-up form .w208px {
    width: 208px; }
  #log-in .sign-up form label {
    color: white; }
    #log-in .sign-up form label a {
      font-weight: bold;
      text-decoration: underline;
      color: white; }
      #log-in .sign-up form label a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  #log-in .sign-up form .blue {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #7ecefd; }
    @media print, screen and (min-width: 64em) {
      #log-in .sign-up form .blue {
        max-width: 350px; } }
#log-in .lost-password {
  position: relative;
  padding: 20px 0 50px 0;
  background-color: white; }

#contact #map {
  height: 600px; }
  #contact #map iframe {
    width: 100%;
    height: 100%;
    border: none; }
#contact .about-and-form {
  background-color: #f2f2f2;
  background-image: url("../img/pages/contact-background-1.jpg");
  background-repeat: no-repeat;
  background-position: right top; }
  #contact .about-and-form .image-wrapper {
    min-height: 810px;
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url("../img/pages/contact-background-2.png");
    background-repeat: no-repeat;
    background-position: left bottom; }
  #contact .about-and-form .map-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px; }
    #contact .about-and-form .map-info img {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block; }
    #contact .about-and-form .map-info .content {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: block;
      margin-left: 45px; }
  #contact .about-and-form .message {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 35px 20px 60px;
    border: 2px solid #3e454c;
    border-radius: 25px;
    color: #3e454c; }
    #contact .about-and-form .message::before {
      content: '';
      position: absolute;
      top: 22px;
      left: 27px;
      width: 20px;
      height: 20px;
      background-image: url("../img/icons.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
    #contact .about-and-form .message.white, #contact .about-and-form .message.light {
      border-color: white;
      color: white; }
      #contact .about-and-form .message.white::before, #contact .about-and-form .message.light::before {
        background-position: -20px 0; }
    #contact .about-and-form .message.error {
      border-color: #ff5a01;
      color: #ff5a01; }
      #contact .about-and-form .message.error::before {
        background-position: 0 -20px; }
  #contact .about-and-form form .vercode {
    border: 1px solid #aaaaaa; }
  #contact .about-and-form form label.control {
    color: #697480; }
  #contact .about-and-form form label:not(.control) {
    display: inline-block;
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #697480; }
    #contact .about-and-form form label:not(.control) span {
      color: #7ecefd; }
  #contact .about-and-form form .formFields label {
    font-weight: normal;
    display: inline-block;
    white-space: normal; }
  #contact .about-and-form form [type=color], #contact .about-and-form form [type=date], #contact .about-and-form form [type=datetime-local], #contact .about-and-form form [type=datetime],
  #contact .about-and-form form [type=email], #contact .about-and-form form [type=month], #contact .about-and-form form [type=number], #contact .about-and-form form [type=password], #contact .about-and-form form [type=search],
  #contact .about-and-form form [type=tel], #contact .about-and-form form [type=text], #contact .about-and-form form [type=time], #contact .about-and-form form [type=url], #contact .about-and-form form [type=week], #contact .about-and-form form textarea, #contact .about-and-form form select {
    height: 36px;
    line-height: 1;
    margin: 0;
    border: 1px solid #bcc0c4;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    color: #697480; }
  #contact .about-and-form form textarea {
    padding: 12px 10px;
    height: 80px;
    resize: none; }
  #contact .about-and-form form select {
    background-position: right center; }
  #contact .about-and-form form button {
    min-width: 220px;
    max-width: 100%;
    margin-top: 23px;
    cursor: pointer; }
  #contact .about-and-form form .verification {
    display: -ms-flexbox;
    display: flex; }
    #contact .about-and-form form .verification img {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block; }
    #contact .about-and-form form .verification input {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: block;
      margin-left: 10px;
      min-width: 50px; }
  #contact .about-and-form .form {
    padding: 50px 60px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 0px rgba(51, 83, 102, 0.25); }
    #contact .about-and-form .form p a {
      color: #7ecefd;
      text-decoration: underline; }
      #contact .about-and-form .form p a:hover {
        color: #66a7cc; }
    #contact .about-and-form .form span.small {
      display: inline-block;
      margin-top: 8px;
      padding-bottom: 8px;
      font-size: 14px; }
      #contact .about-and-form .form span.small span {
        color: #7ecefd; }
    #contact .about-and-form .form label {
      white-space: nowrap; }
#contact .free-jobs {
  padding: 100px 0; }
  #contact .free-jobs .job {
    position: relative;
    margin-top: 40px;
    padding: 36px 34px 42px 34px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 0px rgba(51, 83, 102, 0.25);
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    #contact .free-jobs .job .header-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100px;
      background-color: #7ecefd;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      z-index: 1; }
    #contact .free-jobs .job img {
      position: relative;
      z-index: 2; }
    #contact .free-jobs .job .info {
      line-height: 1;
      margin-top: 42px;
      font-size: 22px;
      text-transform: uppercase;
      color: #3e454c; }
    #contact .free-jobs .job .position {
      line-height: 1;
      margin-top: 5px;
      margin-bottom: 85px;
      font-size: 28px;
      font-weight: bold;
      color: #7ecefd; }
    #contact .free-jobs .job:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
#contact .outro {
  padding: 80px 0;
  background-color: #3e454c;
  background-image: url("../img/pages/contact-claws.png");
  background-repeat: no-repeat;
  background-position: center -350px;
  text-align: center; }
  #contact .outro .centerized {
    display: inline-block; }
    #contact .outro .centerized span {
      display: inline-block;
      min-height: 48px;
      line-height: 48px;
      margin-right: 20px;
      font-size: 28px;
      font-weight: bold;
      color: white; }

/* Custom radio button */
.radio-container {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome, Opera, Safari */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  /* Hide the browser's default radio-box */
  /* Create a custom radio button */
  /* Show the indicator (dot/circle) when checked */ }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radio-container .radio-button {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #808080;
    /* Create the indicator (the dot/circle - hidden when not checked) */ }
    .radio-container .radio-button::after {
      content: "";
      position: absolute;
      display: none;
      top: 2px;
      left: 2px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #697481; }
  .radio-container input:checked ~ .radio-button::after {
    display: block; }
  .radio-container:hover input ~ .radio-button {
    border-color: #00a1ff; }
  .radio-container:hover input:checked ~ .radio-button::after {
    background-color: #1babff; }
  .radio-container input:focus ~ .radio-button {
    border-color: #00a1ff; }
  .radio-container input:focus:checked ~ .radio-button::after {
    background-color: #1babff; }

#products .banner {
  padding: 60px 0;
  background-image: url("../img/pages/products-background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
#products .detail {
  padding: 75px 0; }
  #products .detail p {
    max-width: 360px; }
  #products .detail table {
    margin-top: 15px; }
    #products .detail table.features {
      border-collapse: collapse; }
    #products .detail table tr th.title {
      font-size: 28px; }
    #products .detail table tr td, #products .detail table tr th {
      padding: 10px 0;
      border-bottom: 1px solid #dedede;
      font-size: 18px; }
      #products .detail table tr td a img, #products .detail table tr td input[type=image], #products .detail table tr th a img, #products .detail table tr th input[type=image] {
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s; }
      #products .detail table tr td a:hover img, #products .detail table tr td input[type=image]:hover, #products .detail table tr th a:hover img, #products .detail table tr th input[type=image]:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #products .detail table tr:last-of-type td, #products .detail table tr:last-of-type th {
      border-bottom: 0; }
    #products .detail table tr td {
      text-align: center; }
      #products .detail table tr td.name {
        text-align: left; }
      #products .detail table tr td.video {
        text-align: right; }
  #products .detail .legend {
    margin: 10px 0; }
  #products .detail .more-info {
    margin-top: 20px;
    text-align: center; }
#products .items {
  padding: 100px 0;
  background-image: url("../img/18_flat_dragon_shade.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }
  #products .items .h1, #products .items h4 {
    color: white; }
  #products .items p {
    color: white; }
    #products .items p .colored {
      font-weight: bold;
      color: #7ecefd; }
    #products .items p .big {
      font-size: 18px;
      font-weight: bold; }
#products .responsive-table {
  width: 100%;
  overflow: hidden; }
  #products .responsive-table .scroller {
    width: 100%;
    overflow-x: auto; }
    #products .responsive-table .scroller .container {
      min-width: 100%;
      width: 1042px; }
      #products .responsive-table .scroller .container .row {
        margin-left: 0;
        margin-right: 0; }
      #products .responsive-table .scroller .container table {
        width: calc(100% - 26px); }
#products .guide {
  display: none; }
#products .product-col {
  padding-bottom: 30px; }
#products .products-map {
  cursor: pointer; }

.banner {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .banner .small-banner-icon {
    margin-bottom: 20px; }

.ribbon-coffee {
  background-color: #f2f2f2; }
  .ribbon-coffee .ribbon-panel a {
    color: #545d66; }
  .ribbon-coffee .ribbon-panel a:hover {
    color: #001f3f; }

.ribbon-outer h1, #skwd h1, #skwd .biela h1, #skwd h2 {
  margin: 20px 0 40px 0;
  font-family: 'Swiss911 XCm BT';
  font-size: 60px;
  letter-spacing: 1px; }

#nav-menu {
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #3E454C;
  z-index: 4; }
  #nav-menu .content {
    max-width: 985px;
    margin: 0 auto; }
  #nav-menu ul.dva {
    margin-left: 325px;
    line-height: inherit; }
  #nav-menu ul li {
    display: inline-block;
    list-style-type: none; }
  #nav-menu ul.dva li a {
    color: #fff;
    margin-right: 22px;
    text-decoration: none; }
  #nav-menu ul.dva li a.active,
  #nav-menu ul.dva li a:hover {
    color: #7ecefd; }

@media only screen and (max-width: 966px) {
  #nav-menu ul.dva {
    margin-left: 70px; }

  #nav-menu .content {
    text-align: left; } }
#skwd {
  padding-top: 41px;
  font-family: 'Swis721 BT'; }
  #skwd p {
    font-size: 16px; }
  #skwd .content {
    max-width: 1020px; }
  #skwd .listTableUser td.noBackgroundImage, #skwd .biela .listTableUser td.noBackgroundImage, #skwd .gray .listTableUser td.noBackgroundImage, #skwd .gray .noBackgroundImage td:first-child, #skwd .listTableUser tr:hover td.noBackgroundImage, #skwd .biela .listTableUser tr:hover td.noBackgroundImage, #skwd .gray .listTableUser tr:hover td.noBackgroundImage, #skwd .gray .noBackgroundImage tr:hover td:first-child {
    background-image: none; }
  #skwd .listTableUser td.paddingLeft10px, #skwd .paddingLeft10px td:first-child {
    padding-left: 10px; }
  #skwd .selectable tr.rowSelected {
    background-color: #e9e9e9 !important; }
  #skwd .modra .selectable tr.rowSelected {
    background-color: #3e454c !important; }
  #skwd .selectable tr:hover, #skwd .listTable th, #skwd .listTable tr:hover, #skwd table.invoiceAdvancedFilter th, #skwd table.invoiceAdvancedFilter tr:hover, #skwd table.invoiceAdvancedFilter tr:nth-child(even):hover, #skwd table.noBorder tr:hover {
    background-color: #d2d2d2 !important; }
  #skwd .modra .noBorder td {
    border: none; }
  #skwd table.invoiceAdvancedFilter th {
    text-align: center; }
    #skwd table.invoiceAdvancedFilter th.textAlignLeft {
      text-align: left; }
  #skwd table.invoiceAdvancedFilter tr:nth-child(even) {
    background: #eee !important; }
  #skwd .biela ul.listStyleNone {
    margin-left: 0;
    margin-bottom: 0px; }
    #skwd .biela ul.listStyleNone li {
      list-style: none;
      border: none;
      padding-left: 0; }
  #skwd ol li, #skwd ol li:last-of-type {
    border: none; }
  #skwd label:not(.control), #skwd .biela label, #skwd .modra label, #skwd .pinTable tr td.formLabel, #skwd .modra .noBorder tr td.formLabel, #skwd .listTable tr td.formLabel {
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #697480; }
  #skwd .gray label:not(.control), #skwd .gray .propertiesTable, #skwd .tmava .propertiesTable {
    color: white; }
  #skwd .gray table.propertiesTable.biela.noBorder {
    color: black; }
  #skwd .gray label, #skwd .tmava label {
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: white; }
  #skwd label.control {
    display: block; }
  #skwd .alignedWithInput {
    padding: 0 10px; }
  #skwd select, #skwd [type=text], #skwd input:not([type]), #skwd input[type=text], #skwd input[type='password'], #skwd input[type="number"], #skwd input[type="email"], #skwd input[type="tel"],
  #skwd #YourID #username, #skwd .contactForm input, #skwd .modra .contactForm input, #skwd .modra .contactForm select, #skwd #Delete #idSignPassword,
  #skwd textarea, #skwd .contactForm select, #skwd .contactForm textarea {
    height: 36px;
    color: #697480;
    box-shadow: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px; }
  #skwd input:not([type=submit]), #skwd textarea {
    border: 1px solid #bcc0c4; }
  #skwd select:enabled, #skwd [type=text]:enabled, #skwd input:not([type]):enabled, #skwd input[type=text]:enabled, #skwd input[type='password']:enabled, #skwd input[type="number"]:enabled, #skwd input[type="email"]:enabled, #skwd input[type="tel"]:enabled,
  #skwd #YourID #username input:enabled, #skwd .contactForm input:enabled, #skwd .modra .contactForm input:enabled, #skwd .modra .contactForm select:enabled, #skwd #Delete #idSignPassword input:enabled,
  #skwd textarea:enabled, #skwd .contactForm select:enabled, #skwd .contactForm textarea:enabled {
    background-color: white; }
  #skwd textarea[rows] {
    height: auto; }
  #skwd .contactForm input[type=file] {
    padding: 0px !important; }
  #skwd .selectWithArrow::-ms-expand {
    display: block; }
  #skwd select.selectWithArrow:focus::-ms-value {
    background: white;
    color: black; }
  #skwd #YourID input[type=submit], #skwd .button.bleda, #skwd .modra button.contactForm, #skwd #Delete input[type=submit], #skwd button.contactForm, #skwd .skwdButton, #skwd input[type=submit], #skwd input[type='submit'].skwdButton, #skwd #pinDetailsContainer button, #skwd .tmava form input[type=submit], #skwd button.skwdButton, #skwd .contactForm input[type=submit], #skwd input[type=button], #skwd #Filter button.skwdButton, #skwd #Data button.skwdButton {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: none;
    background: #ff5a01;
    border-radius: 24px;
    color: white;
    border: none;
    min-width: 120px;
    text-decoration: none; }
  #skwd a.skwdButton {
    padding: 10px 18px; }
  #skwd #YourID input[type=submit]:hover, #skwd .button.bleda:hover, #skwd .modra button.contactForm:hover, #skwd #Delete input[type=submit]:hover, #skwd button.contactForm:hover, #skwd .skwdButton:hover, #skwd input[type=submit]:hover, #skwd input[type='submit'].skwdButton:hover, #skwd #pinDetailsContainer button:hover, #skwd .tmava form input[type=submit]:hover, #skwd button.skwdButton:hover, #skwd .contactForm input[type=submit]:hover, #skwd input[type=button]:hover, #skwd #Filter button.skwdButton:hover, #skwd #Data button.skwdButton:hover,
  #skwd #YourID input[type=submit]:focus, #skwd .button.bleda:focus, #skwd .modra button.contactForm:focus, #skwd #Delete input[type=submit]:focus, #skwd button.contactForm:focus, #skwd .skwdButton:focus, #skwd input[type=submit]:focus, #skwd input[type='submit'].skwdButton:focus, #skwd #pinDetailsContainer button:focus, #skwd .tmava form input[type=submit]:focus, #skwd button.skwdButton:focus, #skwd .contactForm input[type=submit]:focus, #skwd input[type=button]:focus, #skwd #Filter button.skwdButton:focus, #skwd #Data button.skwdButton:focus {
    background: #e65202;
    color: white;
    border: none; }
  #skwd button.button.contactForm.green {
    background-color: #7eb900; }
  #skwd button.button.contactForm.green:hover, #skwd button.button.contactForm.green:focus {
    background-color: #76ad00; }
  #skwd button.button.contactForm.red {
    background-color: #ff0000; }
  #skwd button.button.contactForm.red:hover {
    background-color: #e50000; }
  #skwd .skwdInlineButton {
    display: inline; }
  #skwd .polovicnyBlok {
    margin-left: 0px; }
  #skwd .w35p {
    width: 35%; }
  #skwd .w65p {
    width: 65%; }
  #skwd .w11px {
    width: 11px; }
  #skwd .w149px {
    width: 149px; }
  #skwd .w176px {
    width: 176px; }
  #skwd .w180px {
    width: 180px; }
  #skwd .w185px {
    width: 185px; }
  #skwd .w186px {
    width: 186px; }
  #skwd .w187px {
    width: 187px; }
  #skwd .w189px {
    width: 189px; }
  #skwd .w218px {
    width: 218px; }
  #skwd .w251px {
    width: 251px; }
  #skwd .w534px {
    width: 534px; }
  #skwd .wAuto {
    width: auto; }
  @media screen and (max-width: 987px) {
    #skwd .w149px {
      width: 187px; } }
  #skwd .minWidth {
    min-width: 378px; }
  #skwd .formValue {
    color: #c3c3c3; }
  #skwd #Delete #idSignPassword {
    margin-right: 50px; }
  #skwd table {
    width: 100%; }
  #skwd .gray label:not(.control) span, #skwd .biela label:not(.control) span {
    color: #7ecefd; }
  #skwd .modra label span {
    font-weight: bolder;
    color: white; }
  #skwd .modra .contactForm tr td {
    color: #697480; }
  #skwd .contactForm tr td {
    height: 36px; }
  #skwd .biela a {
    text-decoration: underline; }
  #skwd label.zeroRightPadding, #skwd label.control {
    padding-right: 0px; }
  #skwd .marginRight40 {
    margin-right: 40px; }
  #skwd .redSVG {
    stroke: #ff0000;
    stroke-width: 30px;
    cursor: pointer; }
    #skwd .redSVG :hover {
      color: #e50000; }

iframe {
  border: 0; }

@media screen and (min-width: 0em) and (max-width: 64em) {
  #products .products-map {
    display: none; }

  #contact .about-and-form {
    background-image: none; }
    #contact .about-and-form form {
      margin-top: 35px; }
    #contact .about-and-form div.image-wrapper {
      padding-top: 30px;
      padding-bottom: 50px;
      min-height: 345px; }

  #blog .article .small-4 {
    text-align: center; }
    #blog .article .small-4 a {
      display: block;
      width: 100%; }
      #blog .article .small-4 a .image {
        max-width: 100% !important; }

  #promo h4 {
    margin-top: 50px; }

  #recommendation .free-info {
    font-size: 22px; }

  #recommendation .free-info, #recommendation .btn-wrapper {
    padding: 25px 0; }

  #products .responsive-table .scroller .container {
    width: 750px; }

  #text {
    padding-top: 15px; }

  #download {
    background-image: none; }
    #download .background {
      background-image: url("../img/pages/download-background.jpg"); } }
@media screen and (min-width: 0em) and (max-width: 40em) {
  #help .second-part {
    padding-top: 40px; }

  .small-align-left {
    text-align: left; }

  .small-align-center {
    text-align: center; }

  .small-align-right {
    text-align: right; }

  h1, .h1 {
    font-size: 42px; }

  .banner {
    padding-bottom: 0px; } }
@media screen and (min-width: 64em) {
  .large-align-left {
    text-align: left; }

  .large-align-center {
    text-align: center; }

  .large-align-right {
    text-align: right; } }
@media screen and (max-width: 1650px) {
  #banner .dragon, #banner .video {
    min-height: 510px; }

  #explore, #help {
    padding-bottom: 50px; }

  .showcase {
    padding-top: 50px; } }
@media screen and (max-width: 785px) {
  #footer .newsletter form button {
    width: 100px; }
  #footer .newsletter form input {
    width: calc(100% - 100px); }

  #footer .copyright {
    margin-top: 75px;
    padding-bottom: 0; }
    #footer .copyright .menu .menu-item {
      margin: 0 3px; }
    #footer .copyright img {
      width: 150px; }

  #contact #map {
    height: 350px; } }
@media screen and (max-width: 1550px) {
  #contact .about-and-form .image-wrapper {
    background-image: none;
    min-height: 445px; } }
@media screen and (max-width: 1240px) {
  #banner .dragon, #banner .video {
    min-height: 0; }
    #banner .dragon .dragon-front, #banner .video .dragon-front {
      background-size: 80% auto; } }
@media screen and (max-width: 835px) {
  body {
    padding-top: 50px; }

  #header {
    min-height: 50px;
    padding: 5px 0; }
    #header .menu-wrapper {
      position: relative; }
      #header .menu-wrapper .open-mobile-menu {
        display: inline-block;
        width: 40px;
        text-align: center; }
      #header .menu-wrapper .menu {
        display: none;
        position: absolute;
        padding: 10px 0px;
        top: 56px;
        right: 0;
        width: auto;
        max-width: 90vw;
        max-height: calc(100vh - 70px);
        background-color: #25292d;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow-y: auto;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
        #header .menu-wrapper .menu .menu-item {
          padding: 0px 15px;
          display: block;
          height: 35px;
          line-height: 35px;
          text-align: right; }
        #header .menu-wrapper .menu .menu-btn {
          margin: 0px 15px; }
        #header .menu-wrapper .menu.active {
          display: inline-block; }
        #header .menu-wrapper .menu .menu-item--submenu {
          display: block; }
        #header .menu-wrapper .menu .submenu {
          position: relative;
          right: auto;
          min-width: auto;
          display: block;
          background-color: #35393c;
          padding-right: 15px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0px; } }
@media screen and (max-width: 510px) {
  body {
    font-size: 14px; }

  #banner .dragon .text-overlay .container .btn, #banner .video .text-overlay .container .btn {
    margin-bottom: 15px; }

  #banner .dragon .dragon-back {
    display: none; }

  #banner .dragon .dragon-front {
    background-position: center bottom -30px !important; }

  .showcase .filters .filter {
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 17px; }

  #explore .icons .icon .title, #help .icons .icon .title, #help .icons .icon .title {
    font-size: 14px; }

  #contact .about-and-form form {
    padding: 25px 15px; }

  #text fieldset {
    width: 50px; }
    #text fieldset .social {
      font-size: 18px; } }
@media screen and (max-width: 350px) {
  #header .left-side img {
    max-width: 159px;
    margin: 9px 0; } }
html.no-backgroundblendmode #banner .video .color {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/*# sourceMappingURL=style.css.map */
