:root {
    --h1-base-font-size: 35px;
    --hero-h3-base-font-size: 18px;
    --h2-base-font-size: 38px;
    --h2-tagline-font-size: calc(var(--h2-base-font-size) - 14px);
    --body-font-size: 16px;
}
.mh-260 {
    height: 370px;
    max-height: 370px;
}
#intro .column-with-gap,
#filmmakers .column-with-gap{
    gap: 10px;
}
.gold,
.bot{
    color: #bd9b68;
}
h1{
    margin-bottom: 5px;
    font-size: var(--h1-base-font-size);
}
.group-title{
    font-size: var(--h2-base-font-size);
}
.group-title .gold.smaller,
.group-title.smaller{
    font-size: calc(var(--h2-base-font-size) - 5px)!important;
}
.group-title .gold.smallest,
.group-title.smallest{
    font-size: calc(var(--h2-base-font-size) - 10px)!important;
}
.hero-section h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section{
    background-image: url('/images/ecotank/ecotank-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1000px){
    .hero-section{
        min-height: 300px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1300px){
    .hero-section{
        min-height: 400px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1600px){
    .hero-section{
        min-height: 500px;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1900px){
    .hero-section{
        min-height: 600px;
    }
}
.hero-section .container{
    position: relative;
    top: -70px;
}
#technology .row,
#Meet-Range .row,
#home-theatre .row{
    gap: 30px;
}
.separator{
    border-bottom: 1px solid #bd9b68;
}
#pro-uhd{
    background-image: url('/images/ls12000b/bg_epson-tiger.jpg');
    min-height: 930px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-on-image-container{
    position: relative;
}
.text-on-image-container img{
    min-height: 500px;
    object-fit: cover;
}
.text-on-image{
    position: absolute;
    bottom: 0;
    text-align: center;
}
.btn.btn-primary-inverse{
    color: #ffffff;
    margin: 0 auto;
}
.btn.btn-primary-inverse::after {
    border-left: 10px solid #ffffff;
}
#filmmakers h2,
.mid{
    font-size: 30px;
}
.spec-grid,
.spec-item{
    display: grid;
}
.spec-item{
    grid-template-rows: repeat(3, minmax(20px, max-content));
    align-content: center;
    justify-items: center;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #6e6e6e;
    height: 260px;
}
#last img{
    min-height: 270px;
    object-fit: cover;
}
.footnotes{
    color: #afafaf;
}


@media screen and (min-width: 768px) {
    .blend,
    .blend-brown,
    .blend-bottom{
        position: relative;
    }
    .blend::before, 
    .blend::after,
    .blend-brown::before,
    .blend-brown::after,
    .blend-bottom::before,
    .blend-bottom::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .blend-brown::before{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend-brown::after{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend::before,
    .blend-brown::before{
        top: -25px;
    }
    .blend::after,
    .blend-brown::after,
    .blend-bottom::after{
        bottom: -25px;
    }
    .mh-260 {
        height: 500px;
        max-height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .mh-260 {
        height: 750px;
        max-height: 750px;
    }
    .min-height-800 {
        min-height: 800px;
    }
    #technology {
        /* min-height: 800px; */
        min-height: auto;
    }
    #Meet-Range {
        min-height: 800px;
    }
    #technology .eal-col{
        padding: 50px 50px 50px 50px;
        /* border: 1px solid #6e6e6e; */
    }
    #Meet-Range .eal-col{
        padding: 50px 50px 50px 50px;
        /* border: 1px solid #6e6e6e; */
    }
    #technology .row-cols-xl-2>* {
        width: 50%;
    }
    #Meet-Range .row-cols-xl-2>* {
        width: 50%;
    }
    #technology .row{
        gap: unset;
    }
    #Meet-Range .row{
        gap: unset;
    }
    #pro-uhd .group-container{
        top: -80px;
        position: relative;
    }
    #home-theatre .eal-col{
        border: 1px solid #6e6e6e;
    }
    .caption{
        padding: 30px;
    }
    .spec-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    #intro .half-content,
    #lens .half-content,
    #interpolation .half-content,
    #no-compromise .group-container,
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .group-container{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {

    #pro-uhd .group-container {
        top: -55px;
    }
    #pro-uhd .group-container{
        margin: auto;
        text-align: center;
    }
    .half-content .group-container{
        max-width: 400px;
    }
    .half-content.right .group-container{
        margin-left: auto;
    }
    #intro .half-content, #lens .half-content, #interpolation .half-content {
        padding: unset;
    }
    #intro{
        background-color: #00aeef;
        background-image: url('/images/ecotank/No-Joke-Banner.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #processor{
        min-height: 500px;
        background-image: url('/images/ls12000b/zx-processor.jpg');
        background-size: cover;
    }
    #lens{
        min-height: 305px;
        background-image: url('/images/ecotank/2-year-warrenty-banner.jpg');
        background-size: cover;
    }
    #interpolation{
        min-height: 600px;
        background-image: url('/images/ecotank/eco-revolution-banner-nz.jpg');
        background-size: cover;
    }
    #screening-rooms .text-on-image{
        bottom: -25px;
        left: 34%;
    }
}

@media screen and (min-width: 1900px) {
    h1{
        font-size: calc(var(--h1-base-font-size) + 70px);
    }
    /* p{
        font-size: 22px;
    } */
    .group-title,
    h2{
        font-size: calc(var(--h2-base-font-size) + 50px);
    }
    .group-title .gold.smaller{
        font-size: calc(var(--h2-base-font-size) + 15px)!important;
    }
    .group-title.smaller{
        font-size: calc(var(--h2-base-font-size) + 25px)!important;
    }
    .group-title .gold.smallest{
        font-size: calc(var(--h2-base-font-size) + 5px)!important;
    }
    .group-title.smallest{
        font-size: calc(var(--h2-base-font-size) + 10px)!important;
    }
    .half-content .group-container{
        max-width: 600px;
    }
    .hero-section{
        min-height: 715px;
    }
    .hero-section h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section .container {
        top: -170px;
    }
    #intro{
        background-size: 109%;
        background-position-x: -175px;
    }
    #intro .half-content{
        padding: unset;
    }
    #technology .eal-col{
        padding: 50px 50px 50px 50px;
    }
    #Meet-Range .eal-col{
        padding: 0px 50px 50px 50px;
    }
    #pro-uhd {
        min-height: 1600px;
    }
    #processor{
        min-height: 775px;
    }
    #lens{
        min-height: 305px;
    }
    #interpolation{
        min-height: 600px;
    }
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .text-on-image{
        bottom: 30px;
        left: 34%;
    }
    #filmmakers img{
        width: 50%;
        margin: auto;
    }
    #filmmakers .column-with-gap {
        gap: 30px;
    }
    #filmmakers h2{
        font-size: 50px;
    }
    .caption{
        padding: 50px;
    }
    #specs h2{
        font-size: 70px;
    }
    .spec-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .mid{
        font-size: 40px;
        text-align: center;
    }
    .splide__pagination {
        /* bottom: 40px; */
    }
    #last img{
        max-height: 500px;
        object-position: bottom;
    }

}
/*NAV icon*/
.icon1 {
    background-image: url(/images/ecotank/nav_01_everyday_printing_hv_2-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 55%;
    height: 103%;
    margin: auto;
}
.icon2 {
    background-image: url(/images/ecotank/nav_03_photo_printing_hv_2-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 55%;
    height: 103%;
    margin: auto;
}
.icon3 {
    background-image: url(/images/ecotank/nav_02_high_volume_printing_hv_2_old-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 55%;
    height: 103%;
    margin: auto;
}
.icon4 {
    background-image: url(/images/ecotank/nav_05_view_range.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 55%;
    height: 103%;
    margin: auto;
}
.icon5 {
    background-image: url(/images/ecotank/nav_06_buy_now.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 55%;
    height: 103%;
    margin: auto;
}
.eal-sticky-stuck .current a, .eal-sticky-nav .current a {
    background-color: black;
}
.sticky-nav-ul li a:hover {
    background-color: black;
}
.sticky-nav-ul li .icon1:hover {
    background-image: url(/images/ecotank/nav_01_hover.jpg);
}
.sticky-nav-ul li .icon2:hover {
    background-image: url(/images/ecotank/nav_03_hover.jpg);
}
.sticky-nav-ul li .icon3:hover {
    background-image: url(/images/ecotank/nav_02_hover.jpg);
}
.sticky-nav-ul li span:hover {
    background-color: #337ab7;
}
.sticky-nav-ul li:not(:last-child) {
    border: none;
}

.container.mbNav {
    max-width: none !important;
}

@media screen and (max-width: 990px) {
    .NavMb .eal-sticky-nav.d-none {
        display: block !important;
    }
    .NavMb #sticky-nav-id img{
        width: auto
    }
    .NavMb #sticky-nav-id li a{
        /* height: 103px; */
        height: 110px;
        
    }
    .NavMb #sticky-nav-id li a{
        /* height: auto; */
        /* height: 150px; */
        border-bottom: 1px solid white !important;
    }
    .NavMb #sticky-nav-id .icon1{
        width: 13%;
        height: 80%;
    }
    .NavMb #sticky-nav-id .icon2{
        width: 13%;
        height: 80%;
    }
    .NavMb #sticky-nav-id .icon3{
        width: 13%;
        height: 80%;
    }
    .NavMb #sticky-nav-id .icon4{
        width: 13%;
        height: 80%;
    }
    .NavMb #sticky-nav-id .icon5{
        width: 13%;
        height: 80%;
    }
    .NavMb {
        visibility: visible !important;
        /* height: 290px !important; */
        height: 660px !important;
    }
}

/*NAV icon end*/

/*Table start*/

.tabelka {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;  
    overflow-x: auto;
    margin: 2.5em 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border: 1px solid black; */
}
/* .tabelka .tabelka-highvol tr th {
    border: 1px solid black;
}
.tabelka .tabelka-highvol tr td {
    border: 1px solid black;
} */

@media (min-width: 1024px){
	.tabelka-highvol.eb-l3000u{
		margin: 0 auto !important;
		width: 100%;
/*		height: 65vh;*/
	}
	h2{
		font-size: 2.5vw;
	}
	#acc2 > div > div > div:nth-child(7) > div > h2,
	#acc2 > div > div > div:nth-child(8) > div > h2{
		font-size: 2.3vw!important;
	}
	

	#acc2 > div > div > section:nth-child(6) > article > div > div{
		padding: 0;
	}
	
}

@media (max-width: 1024px){
	.simple-responsive-banner-component.full-bleed-hdic.left-content.display-60-40 .module-content.hero-text{
		width: 100%!important;
		padding: 0;
	}
	
	.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner p{
		font-size: initial!important;
	}
	
	.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner.view-range-container{
		vertical-align: top!important;
	}

/*
	.row.last-row{
		max-height: 300px;
		overflow: hidden;
	}
*/
	
		#ao-form-fd3edaf3-5c8b-427b-8757-a566e7b2749d{
		padding: 0!important;
	}
	#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > section{
		width: 450px;
	}
}


.tabelka-highvol {
	margin: 0 auto !important;
	min-width: 90%;
}




.tabelka .tb-aleft {
    text-align: left !important;
    font-weight: 400;
    /* padding-right: 30px; */
    line-height: 24px;
	vertical-align: middle;
	font-size: 16px;
	position: sticky;
	left: 0px;
}
/*
midgrey td, .tabelka-highvol th {
    border-right: 3px solid #ffffff;
}
*/
/*
.tabelka-highvol tr {
    border-bottom: 3px solid #ffffff;
}
*/
.tabelka td, .tabelka th {   
    text-align: center;
    padding: 8px;
    line-height: 18px; 
}
td {
    vertical-align: middle !important;
}
.tbdiv-center {
    margin: 0 auto;
}
.pcore-body2 {
    width: 100%;
    margin: 0 auto;
}
.pcore-body2 h2 {
    color: black;
    max-width: 90%;
    margin: 0em auto 0px auto;
    text-align: center;
}
.tabelka-img {
    width: 75px;
    height: 63px;
}
/* table colors */
.leftwing1 {
    background: #979b9d !important;
    color: #ffffff;
	
}
.leftwing2 {
    background: #878b8d !important;
    color: #ffffff;
	vertical-align: middle;
}
td.midgrey { 
	background: #e9ebec;
	border-bottom: 1px solid #f4f6f7;
}
td.midwhite { background: #fff;}

.mghov { background: #ec0080 !important;
         color: #ffffff;
         -webkit-transition: background ease-out 0.3s;
    -moz-transition: background ease-out 0.3s;
    -o-transition: background ease-out 0.3s;
    transition: background ease-out 0.3s;  
    }
.ylhov { background: #efaf12 !important;
    color: #ffffff;
    -webkit-transition: background ease-out 0.3s;
    -moz-transition: background ease-out 0.3s;
    -o-transition: background ease-out 0.3s;
    transition: background ease-out 0.3s;  
 }

.cnhov { background: #1e9cd7 !important;
        color: #ffffff;
        -webkit-transition: background ease-out 0.3s;
        -moz-transition: background ease-out 0.3s;
        -o-transition: background ease-out 0.3s;
        transition: background ease-out 0.3s;   }


.midgrey a, .tabelka-pname a {
    text-decoration: none;    
}
.midgrey a:hover, .tabelka-pname a:hover {
    color: #01c0ff;
    -webkit-transition: color ease-out 0.15s;
    -moz-transition: color ease-out 0.15s;
    -o-transition: color ease-out 0.15s;
    transition: color ease-out 0.15s;
}

tr td img{
	width: initial!important;
}

.left-border{
	border-left: 0px solid #f4f6f7;
}

.bottom-border{
	border-bottom: 0px solid #f4f6f7;
}

table tr td.nested, table tr th.nested{
	padding: 5px;
	line-height: 31px;
	
}

/* .leftwing1.bottom-border.nested.merged{
	position: sticky;
	left: 101.5px;
    -webkit-left: 104.5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .leftwing1.bottom-border.nested.merged{
        position: sticky;
        left: 104.5px;
    }
} */
@supports (-webkit-transform: translateX(0)) {
    .leftwing1.bottom-border.nested.merged{
        position: sticky;
        left: 104.5px;
    }
}
    

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
        width: 12px;
    }

::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/*
.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner a.view-the-range:hover{
	opacity: .7!important;
}
*/

.simple-responsive-banner-component.full-bleed-tout .full-bleed-tout-inner a.view-the-range{
	text-decoration: none;
}

a.btn.btn-with-arrow:after{
	content: '\e072'!important;
	text-decoration: none!important;
}

@media only screen and (max-width: 1024px){
	.last-section .full-bleed-tout-outer.tout-height-adjuster{
		height: fit-content!important;
		min-height: initial;
	}
	.pcore-float-wrap.tbdiv-center h2{
		font-size: 35px;
	}
}

@media only screen and (min-width: 1024px){
	.row.last-row{
		margin-top: 4.5em;
	}
	.tabelka .tb-aleft, td.midwhite, td.midgrey{
    
    font-size: 16px;
}
/*
	.leftwing2 {
    min-width: 170px;
}
*/
	
	#acc2 > div > div > div.mwd_contentBox{
		width: 960px!important;
		margin: 75px auto 50px auto;
	}

}


#acc2 > div > div > div:nth-child(7) > div > div > table > tbody > tr:nth-child(2) > th{
	border-top: 1px solid #f4f6f7;
	border-right: 1px solid #f4f6f7;
}

table{
	border-collapse: separate;
}

.right-border{
	border-right: 0px solid #f4f6f7;
}




#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > div > h3 > a:hover,
#acc2 > div > div > section.row.last-row > article:nth-child(1) > div > div > div > a:hover{
	text-decoration: underline!important;
}

#acc2 > div > div > div:nth-child(8) > div > div:nth-child(2) > table > tbody > tr:nth-child(2) > th,
#acc2 > div > div > div:nth-child(8) > div > div:nth-child(3) > table > tbody > tr:nth-child(2) > th{
	border-top: 1px solid #f4f6f7;
}

#acc2 > div > div > div.mwd_contentBox > div > h4{
	color: #506A98 !important;
	font-size: 14px !important;
	text-align: left;
	margin-bottom: 20px;
}


	#acc2 > div > div > div.mwd_contentBox{
		width: 80%;
		margin: 75px auto 50px auto;
	}

#aoform-fd3edaf3-5c8b-427b-8757-a566e7b2749d{
	width: 950px;
	margin: 50px auto;
}
    
.acton-text {
    text-align: left;
    font-size: 14px;
    color: #506A98 !important;
	margin-bottom: 40px;
    font-weight: bold;
}

@media (max-width: 376px){
	#acc2 > div > div > section.row.last-row > article:nth-child(2) > div > div{
		padding: 134px 0 10px 0!important;
	}
}
/*Table end*/

.eb1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #ec0080;
    border: 1px solid #ec0080;
    -webkit-border-radius: 10px 10px 10px 10px;
    display: block;
    line-height: 28px;
    padding-top: 15px;
    /* padding-bottom: 15px; */
    font-weight: bold;
}
.eb1:hover {
    background-color: #ec0080;
    color: white;
}
.eb1 h3:hover {
    text-decoration: none;
}
.eb2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #efaf12;
    border: 1px solid #efaf12;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    display: block;
    line-height: 28px;
    padding-top: 15px;
    /* padding-bottom: 15px; */
    font-weight: bold;
}
.eb2:hover {
    background-color: #efaf12;
    color: white;
}
.eb2 h3:hover {
    text-decoration: none;
}
.eb3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #1e9cd7;
    border: 1px solid #1e9cd7;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    display: block;
    line-height: 28px;
    padding-top: 15px;
    /* padding-bottom: 15px; */
    font-weight: bold;
}
.eb3:hover {
    background-color: #1e9cd7;
    color: white;
}
.eb3 h3:hover {
    text-decoration: none;
}
 .highlight {
    background-color: #ec0080 !important;
 }
 .highlight1 {
    background-color: orange !important;
 }
 .highlight2 {
    background-color: #1e9cd7 !important;
 }
 .highlight3 {
    background-color: #ec0080 !important;
 }
 .highlight4 {
    background-color: orange !important;
 }
 .highlight5 {
    background-color: #1e9cd7 !important;
 }

@media screen and (max-width: 600px) {
    .BIT {
        margin-top: 40%;
    }
    .LRC {
        margin-top: 40%;
    }
    .ET-MR {
        width: 100% !important;
    }
    .eb1 h3{
        font-size: 18px;
    }
    .eb2 h3{
        font-size: 18px;
    }
    .eb3 h3{
        font-size: 18px;
    }
    .G2W {
        margin-top: -300px;
    }
    #medal {
        margin-top: -1350px;
        margin-left: 30%;
    }
    #jimeoin02 {
        visibility: hidden;
    }
    .TER h2{
        margin-top: 150px;
    }
    .TERN {
        height: 400px;
    }
    /* #Meet-Range {
        height: 650px;
    } */
    
}
/* .row.ET-MR {
    flex-wrap: nowrap !important; 
    flex: 1;
} */

@media screen and (max-width: 770px) {
    
    #jimeoin02 {
        display: none;
    }
    
}

@media screen and (min-width: 771px) {
    
    #jimeoin02 {
        width: 150px; 
        height: auto; 
        position: absolute;
        left: 50px;
        /* top: 50%; */
    }
    
}

@media screen and (max-width: 991px) {
    .eal-sticky-nav .sticky-nav-ul {
        position: absolute;
        left: 0;
        display: block;
    }
}

.column-with-gap.PBL {
    gap: unset;
}

@media screen and (max-width: 1199px) {
    #threeItem1 {
        text-align: center !important;
    }
}


@media screen and (min-width: 600px) and (max-width: 800px){
    #jimeoin01{
        width: 70% !important;
    }
}
@media screen and (min-width: 801px) and (max-width: 900px){
    #jimeoin01{
        width: 60% !important;
    }
}
@media screen and (min-width: 901px) and (max-width: 1000px){
    #jimeoin01{
        width: 50% !important;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
    #jimeoin01{
        width: 50% !important;
    }
}

@media screen and (min-width: 1200px) {
    .banner-slider .splide__slide > img {
        max-height: 700px;
        height: 700px;
    }
}

@media screen and (max-width: 1199px) {
    .eb1 {
        display: none;
    }
    .eb2 {
        display: none;
    }
    .eb3 {
        display: none;
    }
}

.product-name:hover {
    color:#01c0ff;
}

.action-buttons 
{
    width: 697px;
    margin: 0 auto;
    padding-top: 10px;
    padding-top: 45px;
    padding-bottom: 100px;    
}

.find-your-printer 
{
    display: block;
	width: 337px;
	height: 56px;
	background: url('../img/find-your-printer-lg.png') no-repeat 0 0;
	float: left;
	margin-right: 25px;        
}
.where-to-buy 
{
    display: block;
	width: 335px;
	height: 56px;
	background: url('../img/where-to-buy-lg.png') no-repeat 0 0;
	float: left;	      
}
.where-to-buy:hover, .find-your-printer:hover, .find-best-ecotank:hover 
{
    background-position: 0 -56px;
    cursor: pointer;
}

@media only screen and (max-width: 414px) 
{
    .action-buttons { display: none; }
    .find-your-printer, .where-to-buy, .action-buttons { display: none; }
    .mobile-find, .mobile-where { display: block; }
    .action-buttons-mobile { padding-bottom: 50px; }
}
@media only screen and (max-width: 914px) 
{
    .find-your-printer 
    {
        
        float: none;
        margin: 0 auto;
        margin-bottom: 35px;
      
    }    
    .where-to-buy 
    {
        float: none;
        margin: 0 auto;
      
    }
     .action-buttons 
    {
        width: 100%; 
        padding-bottom: 50px;       
    }  
}

.footer-desc 
{
    margin-top: 45px;
    padding: 0 15px;
    padding-bottom: 30px;
}

.footer-desc ul li
{
    list-style: decimal !important;
    text-align: left;
    color: #747474;
    font-family: 'Roboto', sans-serif;
    line-height: 22px; 
    font-style: italic;
    font-size: 12px;   
}
#wheretobuy 
{
    margin-top: 25px;
}


#wheretobuy h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
#wheretobuy h2 span {
    background: #fff;
    padding: 0 10px;
    color: #9c9c9c;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.bottom-logos {
    margin-top: 30px;
    text-align: center;
}
.bottom-logos img {
    width: auto;
}
.harvey {
    margin-left: 40px;
    padding-bottom: 17px;
    margin-top: 15px;
}
.epson-logo {
    margin-right: 35px;
    margin-top: 15px;  
}
.warehouse-logo 
{
    margin-top: 15px;
}
.officemax-logo 
{
    margin-top: 15px;
    margin-left: 30px;
    margin-bottom: 10px;
}
.smiths-city-logo 
{
    /* margin-top: 15px;*/
    margin-left: 25px;
    margin-bottom: 8px;
}

#footer .legal-nav-wrapper 
{
    max-width: 100%;
}
.functionNav li a, .functionNav li, #copyright 
{
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;    
}