
.specs-button {
    margin-top:20px;
    width; 100%; 
    background:#ff4700; 
    color:white; 
    font-size:20px; 
    padding: 20px 30px; 
    border-radius:10px;
    transition: all .2s ease-in-out; 
    font-size:15px;
    font-weight:bold;
}
.specs-button:hover {
     transform: scale(1.1);
     color:yellow;
}

.hero-image-3 {  
    background: #cb2627 !important;
    min-height: 30vh !important;

    }
    
.hero-image {
    background-image: url(./images/abstract-bg-3.jpg) !important;
    min-height: 50vh !important;

    }
    
    .hero-image-4 {
    background-image: url(./epson-expo/images/banner/solution-gray.jpg) !important;
    padding-top: 1%;
    min-height: 0vh;
    justify-content: center;
    align-content: center;
    color: #030E55;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 15px solid white;
}
  
  i.icon-bg-solvent {
  background: #2879a7;
  color: #fff !important;
  border-color: transparent;
}

.btn-u {
text-align:center;
}

.btn-u.btn-u-dye-sub-lp:hover {
opacity:.8;
}

.btn-u.btn-u-dye-sub-lp {
    background: #052e9f  !important;
    width:100%;
}

.dye-sub-lp-bg{
background: white !important;

}

.dye-sub-lp-bg-b{
	
background: white !important; 
}

.dye-sub-lp-bg-c{
	background: #9ad4f7 !important;
}

.discount-img:hover {
    opacity:.8;
    }

.discount-img {
    width: 55%;
    margin-bottom: 10px;
    margin-top: -85px;
    transform: rotate(8deg);
    align-items: center;
    float: right;
    margin-right: 24px;
}

.btn-u {

    font-size: 16px !important;
    }
  
    
 .graphtec-logo {
 width:100%;
 margin-top:15%;
 }
 
 @media screen and (max-width:991px) {
 
  .graphtec-logo {
 width:100%;
 margin-top:3%;
 }
 }
 
 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #afafaf;
    text-align: left;
    padding: 8px;
}

td, th {
padding:10px !important;
}

tr:nth-child(even) {
    background-color: #dddddd;
}






* {
    box-sizing: border-box; 
    font-size: 14px;
  }
  body {
    font-size: 16px;
}
.hero-image {
    /* The image used */
    background-image: url("./images/bg.jpg");
/* Old browsers */
    /* background: -moz-linear-gradient(top, #060535 3%, #17125b 62%, #4346d3 100%); 
    background: -webkit-linear-gradient(top, #060535 3%,#17125b 62%,#4346d3 100%); 
    background: linear-gradient(to bottom, #060535 3%,#17125b 62%,#4346d3 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060535', endColorstr='#4346d3',GradientType=0 );  */
    /* Set a specific height */
    padding-top: 2%;
    min-height: 60vh;
    justify-content: center;
    align-content: center;
    color: #030E55;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* The hero image */
.navsec {
    background: #e9e9e9; /* Old browsers */
    color: #fff;
    padding-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%
}
.p50000 {
     font-size: 16px;
    /* The image used */
    /* background-image: url("photographer.jpg"); */
    background: #4aaeea; /* Old browsers */
    color: #fff;
    padding-top: 1%;
    padding-bottom: 3px;
}
.p60000 {
    font-size: 16px;
   padding-top: 1%;
   padding-bottom: 3px;
}
.p70000 {
    font-size: 16px;
   padding-top: 1%;
   padding-bottom: 3px;
}
.p90000 {
    font-size: 16px;
   /* The image used */
   /* background-image: url("photographer.jpg"); */
   background: #4aaeea; /* Old browsers */
   color: #fff;
   padding-top: 1%;
   padding-bottom: 3px;
}
ul.hero-text, li.hero-text{
    color: white;
    font-size: 16px;
}

.thumb{
    max-width: 140px;
    /* padding-left: 60px;
    padding-right: 60px; */
}
#list-models {
    /* border-top: 3px solid red; */
    padding-top: 10px;
    border-bottom: 3px solid #4aaeea;
    display: inline;
    font-size: 1.5em;
    margin: 5px;
    min-width: 50%;
}

.jump-to-model {
    padding-top: 20px;
    font-weight: 900;
    color: #4aaeea;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
}

a:hover, .jump-to-model {
    text-decoration: none;
}
/* The hero image */
  .content {
    display: table-cell;
    vertical-align: middle;
  }
/* Place text in the middle of the image */
.hero-text {
    text-align: left;
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: white !important;
}
.price-intro {
    padding: 3px;
    line-height: 39px;
    margin: 0 auto;
    font-size: 2.2em;
}
.preview-img {
    width: 10%;
}

.link-col{
    border-color: #212088;
}

    
@import "variables-overrides.less";