/* ===== Body ===== */
h1, h2, h3, h4, h5 {
  color: rgba(26, 70, 153, 1);
}

body {
  font-size: 1.0rem;
  line-height: 1.8rem;
}

.items-row, .item-page, .items-leading {
  box-shadow: none !important;
}

/* ===== Footer ===== */
#g-footer {
  background: #1a4699;
  color: #fff;
}

#g-footer .g-copyright {
  font-size: 1.1rem;
  line-height: 2rem;
}

#g-footer .g-content {
  margin: 0.1rem 0 !important;
}

#g-footer .g-totop {
  padding: 0;
  color: #fff;
}

#g-footer .g-totop a:hover {
    color: rgba(36, 37, 38, 0.9);
}
#g-footer .g-totop a {
    color: #fff;
}

/* ===== Header ===== */
#g-fixedside {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}

#g-fixedside .g-fixedside-logo img {
  height: 80px;
}

#g-fixedside .g-fixedside-logo::after {
  display: none !important;
}

#g-fixedside .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #000;
}

@media (min-width: 768px) {
  #g-top {
    display: none !important;
   }
}

@media (max-width: 768px) {
  #g-top {
    position:fixed;
    z-index: 999;
    width: 100%;
  }
  
  .g-offcanvas-right .g-offcanvas-toggle {
    position:fixed;
    z-index: 9999;
  }
  
  #g-top img {
    width: 120px !important;
   }
  #g-slideshow {
    margin-top: 64px !important;
   }
}

#g-fixedside .g-main-nav .g-toplevel > li {
  border-bottom: 1px solid #efefef;
  padding: 0.3rem 0;
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator::after {
  padding: 0 1.2rem !important;
}

/* ===== Frontpage ===== */
#fp-intro .g-block {
  padding: 0.938rem;
}

#fp-intro .g-block img {
  width: 90%;
  box-shadow: 15px 15px 0px rgba(26, 70, 153, 1);
  margin-top: 20px;
}

@media (max-width:394) {
  #fp-intro .g-block img {
    width: 100%;
    box-shadow: 15px 15px 0px rgba(26, 70, 153, 1);
    margin-top: 20px;
  }
}
/* ===== Articles ===== */
.items-row, .item-page, .items-leading {
  padding: 5rem 1rem;
}

ul.sigFreeClassic {
  padding: 8px 40px !important;
}

@media (max-width:394px) {
  ul.sigFreeClassic {
    padding: 8px 10px !important;
  }
}
/* ===== Contact Page ===== */
.contact-details {
  padding: 1rem;
}

.contact-form {
  padding: 1rem;
}

@media (min-width: 768px) {
  .contact-details, .contact-form {
    padding: 0 2rem;
  }
}

/* ===== Products Page ===== */
.pr-cat {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.pr-cat-box {
  padding: 0 10px;
}

.pr-cat-box a {
  background: #fff;
  display: block;
}
  
.pr-cat img {
  margin:0 auto;
  text-align:center;
  display: block;
}
.pr-cat img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pr-cat img:hover {
  opacity: 0.5;
}

.pr-cat-desc {
  /* background: #1a4699; */
  color: inherit;
  padding: 30px;
  min-height: 110px;
  line-height: 1.5rem;
}

.pr-cat-desc h4 {
  color: rgba(26, 70, 153, 1);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.pr-cat-more {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.pr-cat-more a {
  background: #222;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.pr-cat-more a:hover {
  background: #3699f5;
  color: #222;
}

.pr-item {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.pr-item {
  background:#fff;
}

.pr-item-box {
  padding: 0 10px;
}

.pr-item-box a {
  background: #fff;
  display: block;
}
  
.pr-item img {
  margin:0 auto;
  text-align:center;
  display: block;
  padding: 10px;
}
.pr-item img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pr-item img:hover {
  opacity: 0.5;
}

.pr-item-desc {
  /* background: #1a4699; */
  color: inherit;
  padding: 20px;
  min-height: 110px;
  line-height: 1.5rem;
}

.pr-item-desc h4 {
  color: rgba(26, 70, 153, 1);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

/* ===== Offcanvas ===== */
#g-offcanvas {
  background: #1a4699;
}

.g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 1.5rem;
}

.g-offcanvas-toggle {
  color: #1a4699;
}

#g-offcanvas #g-mobilemenu-container ul {
  background: #1a4699;
}

/* ===== Developer ===== */
img.developer {
  opacity: 0.5;
  margin-left: 20px;
}

img.developer:hover {
  opacity: 0.9;
}
