﻿ 

.nav-bar {
    background: #000000;
    /* height: 175px; */
}

    .nav-bar ul {
        /* padding: 28px 0; */
    }

        .nav-bar ul li {
            display: inline-block;
			margin-left: 10px;
            margin-right: 10px;
			padding: 8px;
            /*text-align: left; */
            /* margin-top: 15px; */
            /* padding-right: 10px; */
            /*padding-bottom: 25px;*/
        }
         

            .nav-bar ul li img {
                display: block;
                margin: 0 auto;
            }

            .nav-bar ul li .eco-a {
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
                font-size: 1em;
                line-height: 29px;
                display: block;
                font-weight: 300;
            }

            .nav-bar ul li span:hover {
                text-decoration: none;
                -webkit-transition: color ease-out 0.2s;
                -moz-transition: color ease-out 0.2s;
                -o-transition: color ease-out 0.2s;
                transition: color ease-out 0.2s;
                color: #00ccff;
                text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
            }

 

 






.menubg1 {
    background: url('../../images/eco-tank/nav_01_everyday_printing_hv_2.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 55px;
    position: relative;
    width: 55px;
}

    .menubg1:hover {
        background-position: 0 -55px;
    }

#dayNav {
	background-color: #00adef;
}

#day {
	background: url('../../images/eco-tank/nav_01_everyday_printing_hv_2.png') no-repeat !important;
	background-position: 0 -55px !important;
}


#proNav {
	background-color: #fff300;
}

#pro {
	background: url('../../images/eco-tank/nav_02_high_volume_printing_hv_2_old.png') no-repeat !important;
	background-position: 0 -55px !important;
}

.menubg2 {
    background: url('../../images/eco-tank/nav_02_high_volume_printing_hv_2_old.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 55px;
    position: relative;
    width: 55px;
}

    .menubg2:hover {
        background-position: 0 -55px;
    }

.menubg3 {
    background: url('../../images/eco-tank/nav_03_photo_printing_hv_2.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 55px;
    position: relative;
    width: 55px;
}

#photoNav {
	background-color: #ee008c;
}

#photo {
	background: url('../../images/eco-tank/nav_03_photo_printing_hv_2.png') no-repeat !important;
	background-position: 0 -55px !important;
}

    .menubg3:hover {
        background-position: 0 -55px;
    }

.menubg4 {
    background: url('../../images/eco-tank/nav_04_ecotank_monochrome_2.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 55px;
    position: relative;
    width: 55px;
}

    .menubg4:hover {
        background-position: 0 -55px;
    }


.benifits-nav-bar {
    background-image: url('../../images/eco-tank/black-white-print/benifits/ecotank-mono-zebra_bg.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
    .benifits-nav-bar ul {
        /* padding: 28px 0; */
    }

        .benifits-nav-bar ul li {
            display: inline-block;
            margin-right: 10px;
            text-align: left;
            /* margin-top: 15px; */
            /* padding-right: 10px; */
            /*padding-bottom: 25px;*/
            padding-bottom: 5px;
        }


            .benifits-nav-bar ul li img {
                display: block;
                margin: 0 auto;
            }

            .benifits-nav-bar ul li .eco-a {
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
                font-size: 1.7em !important;
                line-height: 29px;
                margin-top: 10px;
                display: block;
                font-weight: 300;
            }

            .benifits-nav-bar ul li span:hover {
                text-decoration: none;
                -webkit-transition: color ease-out 0.2s;
                -moz-transition: color ease-out 0.2s;
                -o-transition: color ease-out 0.2s;
                transition: color ease-out 0.2s;
                color: #00ccff;
                text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
            }

@media only screen and (min-width: 1067px) {
	#proNav {
		width: 108px;
	}
	
	#dayNav {
		width: 108px;
	}
}



@media only screen and (max-width : 1066px) {
    .nav-container {
        height: auto !important;
    }

    .mtop15 {
        margin-bottom: 15px !important;
    }
    .nav-bar {
        display: block; /* height: 386px; */
    }
    .benifits-nav-bar {
        display: block; /* height: 386px; */
    }
    .invi-br {
        display: none;
    }

    .nav-bar ul {
        padding: 0;
    }

        .nav-bar ul li {
            display: block;
            border-right: none;
            border-bottom: 1px solid #ffffff;
            padding: 10px 0 5px 0;
            margin-right: 0;
            margin-top: 8px;
            text-align: center;
        }
	
	#dayNav {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#proNav {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#photoNav {
		margin-top: 0px;
		margin-left: 0px;
	}

            .nav-bar ul li img {
                float: none;
            }

            .nav-bar ul li .eco-a {
                float: none;
                margin-bottom: 10px;
                position: relative;
            }

    .nav-bar a:hover {
        text-decoration: none;
    }
    .benifits-nav-bar ul {
        padding: 0;
    }

        .benifits-nav-bar ul li {
            display: block;
            border-right: none;
            border-bottom: 1px solid #c3c3c3;
            padding: 0 !important;
            margin-right: 0;
            text-align: center;
        }

            .benifits-nav-bar ul li img {
                float: none;
                margin: 0 auto !important;
                display: block !important;
            }

             

    .benifits-nav-bar a:hover {
        text-decoration: none;
    }

    .mobile-ico {
       /* SJ-comment , adding double lines in menu when small 
           border: 1px solid #c3c3c3;
           */
    }
    .benifits-nav-bar {
        border: 1px solid #c3c3c3;
    }
    #m0 {
        margin: 0 auto;
    }

    .m28 {
        margin-bottom: 0;
    }

    .ecomob {
        margin-top: 0 !important;
    }

    .mtop15 {
        margin-top: 15px !important;
    }

    .whiteb {
        border-bottom: 4px solid #ffffff !important;
    }

    .whitebar {
        display: none;
    }
}
@media only screen and (min-width: 1117px) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        border-bottom: 1px solid #ffffff;
        margin-top: 0;
		height: 102px;
    }
}  

/************************** SJ- Adding more ******/

@media only screen and (max-width : 841px) {
    .change-left {
        float: none;
        width: 75%;
        display: block;
    }

    .change-right {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width : 589px) {
    .change-left {
        width: 90%;
    }

    .change-right2b {
        display: none;
    }

    .change-right2c {
        display: block;
        max-width: 100%;
    }
}


@media only screen and (max-width : 575px) {
    .sec6-head img {
    }
}
 
@media only screen and (max-width : 414px) {
    .nav-bar ul li {
        padding-bottom: 10px !important;
        padding-top: 8px !important;
        text-align: left;
        margin-top: 2px;
    }
    

    .menubg1 {
        background: url('../../images/eco-tank/nav_01_everyday_printing_60.png') no-repeat !important; 
        width: 60px !important;
        height: 60px !important;
    }

    .menubg2 {
        background: url('../../images/eco-tank/nav_02_high_volume_printing_60.png') no-repeat !important; 
        width: 60px !important;
        height: 60px !important;
    }

    .menubg3 {
        background: url('../../images/eco-tank/nav_03_photo_printing_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .menubg4 {
        background: url('../../images/eco-tank/nav_04_ecotank_mono_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .mobile-ico img {
        width: 60px;
        height: 60px;
    }
    /*
    .benefits-mobile-ico img {
        width: 60px;
        height: 60px;
    }
    */
    .nav-bar ul li .eco-a {
        bottom: 15px;
        margin-left: 20px;
    }
    
    .menubg1, .menubg2, .menubg3, .menubg4 {
        display: inline-block !important;
        margin-left: 25px !important;
    }
    .nav-bar ul li {
        text-align: left;
        margin-top: 2px;
        padding-bottom: 15px;
    }

        .nav-bar ul li .eco-a {
            font-size: 1.9em !important;
           
            font-weight: 300 !important;
            display: inline;
            
            margin-bottom: 5px;
        }

        .nav-bar ul li img {
            display: inline;
            margin-left: 25px;
        }

/*
    .mobile-ico img {
        width: 45px;
        height: 45px;
    }
*/
    /*
    .benefits-mobile-ico img {
        width: 45px;
        height: 45px;
    }
    */
    .mtop15, #m0 {
        display: block !important;
    }

    .m28 {
        padding-bottom: 0 !important;
    }

        .m28 img {
            margin: 0 auto !important;
        }

        .m28 .eco-a {
            text-align: center !important;
            margin: 0 auto;
            display: block !important;
        }

    .whiteb {
        border-bottom: 5px solid #ffffff !important;
    }
}

/* .nav-container {
    height: 100px;
} */



@media only screen and (max-width : 383px) {
    .sec6-head img {
    }
}

    /*



 
.nav-bar ul li {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    
    padding-bottom: 25px;
}

    .nav-bar ul li img {
        display: block;
        margin: 0 auto;
    }

    .nav-bar ul li .eco-a {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 1.7em !important;
        line-height: 29px;
        margin-top: 10px;
        display: block;
        font-weight: 300;
    }

    .nav-bar ul li span:hover {
        text-decoration: none;
        -webkit-transition: color ease-out 0.2s;
        -moz-transition: color ease-out 0.2s;
        -o-transition: color ease-out 0.2s;
        transition: color ease-out 0.2s;
        color: #00ccff;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    }

@media only screen and (max-width : 1066px) {
    .nav-bar {
        display: block;  
    }

    .invi-br {
        display: none;
    }

    .nav-bar ul {
        padding: 0;
    }

        .nav-bar ul li {
            display: block;
            border-right: none;
            border-bottom: 1px solid #ffffff;
            padding: 10px 0 5px 0;
            margin-right: 0;
            margin-top: 8px;
            text-align: center;
        }

            .nav-bar ul li img {
                float: none;
            }

            .nav-bar ul li .eco-a {
                float: none;
                margin-bottom: 10px;
                position: relative;
            }

    .nav-bar a:hover {
        text-decoration: none;
    }

    #m0 {
        margin: 0 auto;
    }

    .m28 {
        margin-bottom: 0;
    }

    .ecomob {
        margin-top: 0 !important;
    }

    .mtop15 {
        margin-top: 15px !important;
    }

    .whiteb {
        border-bottom: 4px solid #ffffff !important;
    }

    .whitebar {
        display: none;
    }
}

@media only screen and (max-width : 841px) {
    .change-left {
        float: none;
        width: 75%;
        display: block;
    }

    .change-right {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width : 589px) {
    .change-left {
        width: 90%;
    }

    .change-right2b {
        display: none;
    }

    .change-right2c {
        display: block;
        max-width: 100%;
    }
}


@media only screen and (max-width : 575px) {
    .sec6-head img {
        
    }
}

@media only screen and (max-width : 414px) {

    .nav-bar ul li {
        text-align: left;
        margin-top: 2px;
        padding-bottom: 15px;
    }

        .nav-bar ul li .eco-a {
            font-size: 1.9em !important;
            bottom: 0;
            font-weight: 300 !important;
            display: inline;
            margin-left: 10px;
            margin-bottom: 5px;
        }

        .nav-bar ul li img {
            display: inline;
            margin-left: 25px;
        }

    .mobile-ico img {
        width: 45px;
        height: 45px;
    }

    .mtop15, #m0 {
        display: block !important;
    }

    .m28 {
        padding-bottom: 0 !important;
    }

        .m28 img {
            margin: 0 auto !important;
        }

        .m28 .eco-a {
            text-align: center !important;
            margin: 0 auto;
            display: block !important;
        }

    .whiteb {
        border-bottom: 5px solid #ffffff !important;
    }
}

@media only screen and (max-width : 383px) {
    .sec6-head img {
        
    }
}
*/

 /*
@media only screen and (max-width: 1066px) {
    .nav-container {
        height: auto !important;
    }

    .mtop15 {
        margin-bottom: 15px !important;
    }
}

*/
/*
@media only screen and (max-width: 414px) {
    .nav-bar ul li {
        padding-bottom: 10px !important;
        padding-top: 8px !important;
    }

    .menubg1 {
        
        background: url('../../images/eco-tank/nav_01_everyday_printing_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .menubg2 {
        background: url('../../images/eco-tank/nav_02_high_volume_printing_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .menubg3 {
        background: url('../../images/eco-tank/nav_03_photo_printing_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .menubg4 {
        background: url('../../images/eco-tank/nav_04_ecotank_mono_60.png') no-repeat !important;
        width: 60px !important;
        height: 60px !important;
    }

    .mobile-ico img {
        width: 60px;
        height: 60px;
    }

    .nav-bar ul li .eco-a {
        bottom: 15px;
        margin-left: 20px;
    }

    .menubg1, .menubg2, .menubg3, .menubg4 {
        display: inline-block !important;
        margin-left: 25px !important;
    }
}

.nav-container {
    height: 138px;
}

.benifits-nav-bar {
    background-image: url('../../images/eco-tank/black-white-print/benifits/ecotank-mono-zebra_bg.jpg') !important;
     
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
}
 
.nav-bar {
    height: 138px !important;
     
}

.whitebar {
    vertical-align: top !important;
}

.mobile-ico {
    padding-top: 6px;
}


.nav-bar ul li {
    padding-bottom: 5px;
}


    .nav-bar ul li .ecohov1:hover {
        color: #e9138c;
    }

    .nav-bar ul li .ecohov2:hover {
        color: #fec418;
    }

    .nav-bar ul li .ecohov3:hover {
        color: #249ff6;
    }

    .nav-bar ul li .ecohov4:hover {
        color: #d4d4d4;
    }

.menubg1 {
    background: url('../../images/eco-tank/nav_01_everyday_printing_hv.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 85px;
    position: relative;
    width: 85px;
}

    .menubg1:hover {
        background-position: 0 -85px;
    }

.menubg2 {
    background: url('../../images/eco-tank/nav_02_high_volume_printing_hv.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 83px;
    position: relative;
    width: 83px;
}

    .menubg2:hover {
        background-position: 0 -83px;
    }

.menubg3 {
    background: url('../../images/eco-tank/nav_03_photo_printing_hv.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 83px;
    position: relative;
    width: 83px;
}

    .menubg3:hover {
        background-position: 0 -83px;
    }

.menubg4 {
    background: url('../../images/eco-tank/nav_04_ecotank_monochrome.png') no-repeat;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 83px;
    position: relative;
    width: 83px;
}

    .menubg4:hover {
        background-position: 0 -83px;
    }


.nav-bar {
    background-color: #000000;
    
}

    .nav-bar ul {
        
    }

        .nav-bar ul li {
            display: inline-block;
            margin-right: 10px;
            text-align: left;
            
            padding-bottom: 25px;
        }

            .nav-bar ul li img {
                display: block;
                margin: 0 auto;
            }

            .nav-bar ul li .eco-a {
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
                font-size: 1.7em !important;
                line-height: 29px;
                margin-top: 10px;
                display: block;
                font-weight: 300;
            }

            .nav-bar ul li span:hover {
                text-decoration: none;
                -webkit-transition: color ease-out 0.2s;
                -moz-transition: color ease-out 0.2s;
                -o-transition: color ease-out 0.2s;
                transition: color ease-out 0.2s;
                color: #00ccff;
                text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
            }

           */