html {
  min-height: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif; }
  html a {
    color: #549db9;
    text-decoration: none; }
    html a:hover {
      color: #549db9;
      text-decoration: none; }

li {
  font-family: "Montserrat", sans-serif; }

body {
  padding: 0;
  margin-bottom: 200px;
  margin-top: 50px; }

.dxgmenu {
  background-color: #87CEEB;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 1px 1px #aaa; }
  .dxgmenu .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 130px;
    height: 34px;
    background-image: url("/images/adsi.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .dxgmenu .logo {
        top: 38px;
        left: 20px;
        width: 250px;
        height: 67px; } }
  .dxgmenu .mainmenu {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 0;
    border: none;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .dxgmenu .mainmenu {
        display: block; } }
    .dxgmenu .mainmenu #menuBtn {
      display: block;
      cursor: pointer; }
      .dxgmenu .mainmenu #menuBtn:hover {
        opacity: 0.5; }
      @media only screen and (min-width: 768px) {
        .dxgmenu .mainmenu #menuBtn {
          display: none; } }
    .dxgmenu .mainmenu .menu {
      display: none; }
      @media only screen and (min-width: 768px) {
        .dxgmenu .mainmenu .menu {
          display: flex; }
          .dxgmenu .mainmenu .menu li {
            margin: 0 5px; }
            .dxgmenu .mainmenu .menu li a {
              padding: 5px;
              transition: all 0.2s ease-in-out;
              color: #666; }
              .dxgmenu .mainmenu .menu li a:hover {
                border-bottom: 3px solid #666;
                padding-bottom: 0px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px; }
            .dxgmenu .mainmenu .menu li.active a {
              color: #000; }
              .dxgmenu .mainmenu .menu li.active a:hover {
                background-color: transparent;
                border: none;
                opacity: 1; } }
  .dxgmenu .languages {
    position: absolute;
    top: 43px;
    right: 0;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border: 1px solid #aaa; }
    .dxgmenu .languages ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 0 5px; }
      .dxgmenu .languages ul li:last-child {
        margin-right: 4px; }
      .dxgmenu .languages ul li a {
        font-size: 0.6em;
        font-weight: 900;
        text-align: center;
        padding: 0 3px;
        border-radius: 3px;
        transition: all 0.2s ease-in-out; }
        .dxgmenu .languages ul li a:hover {
          color: rgba(0, 0, 0, 0.3); }
      .dxgmenu .languages ul li.lang-active a {
        color: #000; }
  .dxgmenu .sidemenu {
    position: fixed;
    display: block;
    height: 100%;
    width: 160px;
    top: 0;
    left: -160px;
    background-color: #fff;
    opacity: 1;
    transition: 0.8s;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .dxgmenu .sidemenu {
        display: none; } }
    .dxgmenu .sidemenu ul {
      position: relative;
      top: 50px;
      left: 0; }
      .dxgmenu .sidemenu ul li {
        display: block;
        width: 100%; }
        .dxgmenu .sidemenu ul li a {
          text-align: center;
          line-height: 2em;
          font-size: 1em;
          border-top: 1px solid #87CEEB;
          border-bottom: 1px solid transparent;
          transition: all 0.2s ease-in-out; }
          .dxgmenu .sidemenu ul li a:hover {
            padding-bottom: 0px;
            background-color: #87CEEB;
            color: #fff; }
        .dxgmenu .sidemenu ul li:last-child a {
          border-bottom: 1px solid #87CEEB; }
        .dxgmenu .sidemenu ul li.active a {
          color: #000; }
          .dxgmenu .sidemenu ul li.active a:hover {
            background-color: transparent;
            opacity: 1; }

.dxgbanner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  background: url("/images/pattern6.png"), linear-gradient(to right, #87CEEB, #ccf1ff);
  transition: all 2s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .dxgbanner {
      flex-direction: row; } }
  .dxgbanner .banner-text,
  .dxgbanner .banner-imgs {
    width: 100%;
    height: 250px;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .dxgbanner .banner-text,
      .dxgbanner .banner-imgs {
        width: 50%;
        height: 500px;
        padding: 10px 50px; } }
  .dxgbanner .banner-text h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 2px #000; }
    @media only screen and (min-width: 768px) {
      .dxgbanner .banner-text h1 {
        font-weight: 900; } }
  .dxgbanner .banner-imgs {
    position: relative;
    top: -30px; }
    .dxgbanner .banner-imgs .polaroid {
      position: absolute;
      top: 0px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
      padding: 5px;
      background-color: white;
      width: 250px;
      height: 180px; }
      @media only screen and (min-width: 768px) {
        .dxgbanner .banner-imgs .polaroid {
          top: 50px;
          width: 450px;
          height: 340px; } }
    .dxgbanner .banner-imgs .img1 {
      left: 50%;
      transform: rotateZ(0deg) translateX(-50%); }
    .dxgbanner .banner-imgs .img2 {
      left: 50%;
      transform: rotateZ(-15deg) translateX(-50%); }
    .dxgbanner .banner-imgs .img3 {
      left: 50%;
      transform: rotateZ(-25deg) translateX(-50%); }

.intro-text {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin-top: 30px;
  color: #888;
  margin-bottom: 20px;
  transition: all 2s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .intro-text {
      font-size: 2em; } }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  .footer .footer-clean .copyright {
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background-color: #549db9;
    color: #fff; }
  .footer .footer-clean {
    background-color: #87CEEB; }
    .footer .footer-clean a {
      color: #555;
      font-size: 12px;
      text-decoration: none; }
      .footer .footer-clean a:hover {
        color: #fff; }
    .footer .footer-clean .footer-links {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      padding: 20px 20px; }
      @media only screen and (min-width: 768px) {
        .footer .footer-clean .footer-links {
          flex-direction: row; }
          .footer .footer-clean .footer-links .menu-footer {
            width: 50%;
            text-align: right; }
          .footer .footer-clean .footer-links .social {
            width: 50%;
            text-align: left; } }
      .footer .footer-clean .footer-links .menu-footer {
        width: 100%;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .footer .footer-clean .footer-links .menu-footer {
            width: 50%;
            text-align: right; } }
      .footer .footer-clean .footer-links .social {
        width: 100%;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .footer .footer-clean .footer-links .social {
            width: 50%;
            text-align: left; } }
        .footer .footer-clean .footer-links .social a {
          margin-right: 8px;
          font-size: 20px; }

.resources {
  margin-top: 50px;
  background-color: #fff; }
  .resources .restitle {
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-top: 30px;
    color: #888;
    margin-bottom: 20px;
    transition: all 2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .resources .restitle {
        font-size: 2em; } }
  .resources .resboxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0 50px;
    display: grid;
    grid-template-areas: "resbox1" "resbox2" "resbox3" "resbox4" "resbox5";
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 200px);
    place-items: stretch; }
    .resources .resboxes .resbox {
      display: flex;
      justify-content: center;
      align-content: center;
      perspective: 1000px; }
      .resources .resboxes .resbox:hover .flip-card-inner {
        transform: rotateY(180deg);
        cursor: pointer; }
      .resources .resboxes .resbox i {
        line-height: 1.5;
        color: #fff; }
      .resources .resboxes .resbox .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d; }
        .resources .resboxes .resbox .flip-card-inner .flip-card-front,
        .resources .resboxes .resbox .flip-card-inner .flip-card-back {
          position: absolute;
          width: 100%;
          height: 100%;
          backface-visibility: hidden;
          box-shadow: 8px 8px 8px #ccc; }
        .resources .resboxes .resbox .flip-card-inner .flip-card-front {
          background-color: #87CEEB;
          color: black; }
        .resources .resboxes .resbox .flip-card-inner .flip-card-back {
          padding: 10px;
          font-size: 11px;
          text-align: left;
          background-color: #87CEEB;
          color: #555;
          transform: rotateY(180deg); }
          .resources .resboxes .resbox .flip-card-inner .flip-card-back .box-title {
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 2px; }
    .resources .resboxes .resbox1 {
      grid-area: resbox1; }
    .resources .resboxes .resbox2 {
      grid-area: resbox2; }
    .resources .resboxes .resbox3 {
      grid-area: resbox3; }
    .resources .resboxes .resbox4 {
      grid-area: resbox4; }
    .resources .resboxes .resbox5 {
      grid-area: resbox5; }
    @media only screen and (min-width: 768px) {
      .resources .resboxes {
        padding: 0 50px;
        grid-template-areas: "resbox11 resbox21 resbox31 resbox41 resbox51";
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 200px; }
        .resources .resboxes .resbox1 {
          grid-area: resbox11; }
        .resources .resboxes .resbox2 {
          grid-area: resbox21; }
        .resources .resboxes .resbox3 {
          grid-area: resbox31; }
        .resources .resboxes .resbox4 {
          grid-area: resbox41; }
        .resources .resboxes .resbox5 {
          grid-area: resbox51; } }

.current-prod {
  display: grid;
  gap: 20px;
  grid-template-areas: "cimage" "ctext";
  grid-template-columns: 1fr;
  grid-template-rows: 200px 200px;
  place-items: stretch;
  margin-bottom: 60px; }
  .current-prod .current-image {
    grid-area: cimage; }
    .current-prod .current-image .cimage {
      box-shadow: 0 0 30px 30px white inset; }
  .current-prod .current-text {
    grid-area: ctext; }
    .current-prod .current-text p {
      width: 100%;
      text-align: justify; }
  .current-prod .current-image,
  .current-prod .current-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px; }
  @media only screen and (min-width: 600px) {
    .current-prod {
      grid-template-rows: 300px 150px;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .current-prod {
      margin-bottom: 50px;
      grid-template-areas: "cimage1 ctext1";
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 400px; }
      .current-prod .current-image {
        grid-area: cimage1; }
      .current-prod .current-text {
        grid-area: ctext1; } }

.contact-us .contact-data {
  margin-bottom: 80px; }
  .contact-us .contact-data .contact-info {
    margin: 30px 0;
    border-bottom: 1px solid #549db9; }
    .contact-us .contact-data .contact-info:first-child {
      margin-top: 0px; }
    .contact-us .contact-data .contact-info ul li {
      list-style: none;
      color: #555;
      font-size: 13px; }
      .contact-us .contact-data .contact-info ul li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
        width: 15px;
        display: inline-block; }
      .contact-us .contact-data .contact-info ul li.site {
        font-size: 15px;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 10px; }
      .contact-us .contact-data .contact-info ul li.name:before {
        content: "\f007"; }
      .contact-us .contact-data .contact-info ul li.address:before {
        content: "\f3c5"; }
      .contact-us .contact-data .contact-info ul li.email:before {
        content: "\f0e0"; }
      .contact-us .contact-data .contact-info ul li.phone:before {
        content: "\f095"; }
      .contact-us .contact-data .contact-info ul li.cell:before {
        content: "\f3cd"; }
      .contact-us .contact-data .contact-info ul li.comments {
        margin-top: 10px;
        font-size: 12px;
        color: #555; }

.hw-specs,
.sw-specs {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #549db9;
  padding: 30px; }
  .hw-specs .hw-specs-title,
  .hw-specs .sw-specs-title,
  .sw-specs .hw-specs-title,
  .sw-specs .sw-specs-title {
    font-weight: 900;
    margin-bottom: 0 !important; }
  .hw-specs ul,
  .sw-specs ul {
    list-style: none; }

.site-map {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  color: #555; }
  .site-map .site-map-item p {
    font-weight: 900; }
    .site-map .site-map-item p a {
      color: #555; }
      .site-map .site-map-item p a:hover {
        color: #549db9; }
  .site-map .site-map-item ul li a {
    color: #555; }
    .site-map .site-map-item ul li a:hover {
      color: #549db9; }
  @media only screen and (min-width: 768px) {
    .site-map {
      flex-direction: row; } }

.nav-pills > li > a {
  border-radius: 0;
  margin: 0; }

.item-page {
  padding: 50px; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent; }

.warranty-box {
  padding: 10px 30px;
  background-color: #baffff;
  box-shadow: 2px 2px 5px #ccc; }

.ptitle {
  background-color: #549db9;
  color: #fff;
  text-align: center;
  font-size: 30px; }

.hwproducts, .swproducts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.products .product {
  text-align: center;
  position: relative; }

.products .product:hover {
  background-color: #baffff;
  cursor: pointer; }

.products .product.third {
  height: 300px;
  width: calc(100%); }
  @media only screen and (min-width: 768px) {
    .products .product.third {
      height: 300px;
      width: calc(100% / 3); } }

.products .product.half {
  height: 300px;
  width: calc(100%); }
  @media only screen and (min-width: 768px) {
    .products .product.half {
      height: 300px;
      width: calc(100% / 2); } }

.products .product.full {
  height: 300px;
  width: calc(100%); }
  @media only screen and (min-width: 768px) {
    .products .product.full {
      height: 300px;
      width: calc(100%); } }

.products .product .himage,
.products .product .simage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60%;
  width: 60%; }

.products .product:hover .htitle,
.products .product:hover .stitle {
  font-weight: 500; }

.products .product .htitle,
.products .product .stitle {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #555;
  font-size: 20px;
  line-height: 18px; }

.hw-items, .sw-items {
   display: flex;
    flex-direction: row;
    justify-content: space-around;
}
   

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