/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
}

a {
  color: #5e9dc8;
  text-decoration: none;
}

/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds - by CodyHouse.co

-------------------------------- */
.cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.cd-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-main-header__logo {
  float: left;
  margin: 13px 0 0 5%;
}

.cd-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-main-header {
    height: 70px;
  }
  .cd-main-header__logo {
    margin: 23px 0 0 5%;
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__list a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}

@media only screen and (min-width: 768px) {
  .cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-main-nav__list a:hover {
    color: #99a478;
  }
}

.cd-fixed-bg {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 5.5rem;
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url("../img/solution-center.png");
}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/printers-2.png");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/s40600.png");
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/cups-2.png");
}

.cd-fixed-bg.cd-fixed-bg--5 {
  background-image: url("../img/dtg-slider.jpg");
}




@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 8.8rem;
    font-weight: 500;
    line-height: 1.2em;

  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .cd-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  z-index: 2;
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  background-color: #d8e9f3;
  color: #a6989a;
}

.cd-scrolling-bg.cd-scrolling-bg--color-2 {
  background-color: #ededed;
  color: #fff;
}

.cd-scrolling-bg.cd-scrolling-bg--color-3 {
  background-color: white;
  color: #3d3536;
}

.cd-scrolling-bg__content {
  width: 85%;
  max-width: 1090px;
  margin: 0 auto;
}


.btn-u {
    background: red !important;
}

.rounded {
    border-radius: 8px !important;
}

a.btn-u.btn-u-md.btn-u-solvent-lp.rounded:hover {
    opacity: .7;
}

img.img-responsive.center-block.margin-bottom-30:hover {
    opacity: .9;
}

.printer-row {
    margin-right: -70px !important;
    margin-left: -70px !important;
}

.map-info {
    margin-right: -70px !important;
    margin-left: -70px !important;
}

.col-md-9 {
    width: 75%;
    margin-top: 10%;
    margin-bottom: 10%;
}

img.img-responsive.center-block.margin-bottom-30 {
    transition: transform .2s;
}


img.img-responsive.center-block.margin-bottom-30:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}

.center-intro {
	color: #0d3771;
	opacity: .8;
	line-height: 1.5em;
	font-size: 22px;
}

.who li i, .who li {
    
    margin-bottom: 15px;
}


@media only screen and (max-width: 1500px) {

.map-info {
	margin-right: 0px !important;
	margin-left: 0px !important;
	}

iframe {
	width: 100% !important;
	}


}


@media only screen and (min-width: 901px) {
h.z-text {
font-size: 7.5rem;
}
}


.printer-group {
    float: right;
    margin-top: -37%;
    width: 47%;
}

.demo-intro {
        color: #0d3771;
	opacity: .8;
	line-height: 1.5em;
	font-size: 20px;
	width:50%;
	}


@media (max-width:992px) {

.printer-group {
    float: none;
    margin-top: 0%;
    width: 100%;
}

.demo-intro {
	width:100%;
}
}

@media (max-width:900px) {
.cd-fixed-bg h2 {
    font-size: 5rem;
    line-height: 5.5rem;
}
}


/* Lightbox style */

* {
  box-sizing: border-box;
}

.poster-row > .poster-column {
  padding: 0 8px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.poster-row:after {
  content: "";
  display: table;
  clear: both;
}

.poster-column {
  float: left;
  /*width: 25%;*/
  
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 16%;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity:1 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* End of Lightbox code */





