﻿@charset "utf-8";

/* CSS Document */
#main-menu {
	/* background: #ffffff; */
	background-repeat: no-repeat;	
    width: 100%;
	max-width: 940px;
	/* min-height: 796px; */
	margin-top: 9px;	
}
.clear-float {
    clear: both;
}
img { -ms-interpolation-mode: bicubic; }
a:hover {
    cursor: pointer !important;
}
.main-wrapper {
    width: 75%;
    float: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8ecec+0,e8ecec+84,fefefe+100 */
    background: rgb(232,236,236); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232,236,236,1) 0%, rgba(232,236,236,1) 84%, rgba(232,236,236,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232,236,236,1) 0%,rgba(232,236,236,1) 84%,rgba(232,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232,236,236,1) 0%,rgba(232,236,236,1) 84%,rgba(232,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecec', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    float: left;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px -2px 9px 0px #c5c5c5;
    -webkit-box-shadow: 0px -2px 9px 0px #c5c5c5;
    -moz-box-shadow: 0px -2px 9px 0px #c5c5c5;
    -o-box-shadow: 0px -2px 9px 0px #c5c5c5;
}
.col1-whats-new {
    width: 375px;
    float: left;
}
.col-midline {
    float: left;
    width: 2px;
    padding-top: 32px;    
}
.col2-technology {
    width: 370px;
    float: left;
}
.col3-accordion {
    width: 24%;
    float: right;
    
}
@media (min-width: 768px) {
    .col3-accordion {
        background: rgb(214,219,223); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(214,219,223,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,219,223,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(214,219,223,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(214,219,223,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(214,219,223,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(214,219,223,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbdf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-bottom: 4px;
        /* box-shadow: 0px -2px 9px 0px #c5c5c5;
        -webkit-box-shadow: 0px -2px 9px 0px #c5c5c5;
        -moz-box-shadow: 0px -2px 9px 0px #c5c5c5;
        -o-box-shadow: 0px -2px 9px 0px #c5c5c5; */
    }
}
@media (max-width: 767px) {
    .col3-accordion {
        width: 100%;
    }
}
.education-img,  .home-theatre-img, .business-img, .large-venue-img {
    margin-top: 1px;
}
.business-img img, .education-img img,  .home-theatre-img img, .large-venue-img img {
    width: 370px;
    height: 122px;
}
.shop-online {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 3px;
}
.shop-online a {
    display: block;
    margin: 0 auto;
    /*min-height: 180px;*/
    width: 95%;
    /*background: url('/img/new_divisions/shop-online-projectors2.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
}
.shop-online a:hover {
    background: #edeced;
}
.shop-online a span.sol {
    background: #207bc0;
    color: #ffffff;
    padding: 5% 3%;
    position: absolute;
    width: 88%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 2% 6.2%;
    border-radius: 5px;
    font-size: 1.2em;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transform: scale(1.1,1.0);
    -moz-transform: scale(1.1,1.0);
    -ms-transform: scale(1.1,1.0);
    -o-transform: scale(1.1,1.0);
    transform: scale(1.1,1.0);
    letter-spacing: 0.1em;
}
.shop-online-mobile a span.sol {
    /*background: #207bc0;*/
    background: #ffdd00;
    color: #000000;
    padding: 8px 10px;
    width: 99%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 0.5em;
    font-weight: bold;
}
.shop-online-mobile a:hover {
    text-decoration: none;
}
.shop-online a img {
    width: 100%;
}
.whats-new-content {
    margin: 30px 0 0 20px;
    width: 350px;
    float: left;
}
.whats-new-content h4, .technology-content h4 {
    font-size: 14px;
    color: #242424;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.whats-new-content h5, .technology-content h5 {
    font-size: 12px;
    color: #242424;
    margin-bottom: 13px;
}
.whats-new-content p, .technology-content p {
    font-size: 11px;
}
.whats-new-content a, .technology-content a {
    font-weight: bold;
}
.whats-new-content a:hover, .technology-content a:hover { 
	color: #44B1F3;
	-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
}
.technology-content {
    margin: 30px 0 0 20px;
    width: 350px;
    float: left;
}
.case-study {
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    height: 95px;    
}
.case-thumb {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border: 1px solid #bcbec0;
}
.case-img-box {
   width: 80px;
   height: 80px;
   background: #c7c7c7;
}
.case-description {
    float: left;
    width: 245px;
}
.arrow-down {
    padding-left: 3px;
}

/* roll-over jquery-method */
span.roll {
    background: #000;
    height: 122px;
    position: absolute;
    width: 370px;
    z-index: 10;	
	/* -webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; */
} 
span.roll-2 {
    background: #000;
    height: 80px;
    position: absolute;
    width: 80px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}
.product-group-title {
	font-size: 15px;
	padding: 9px 0 0 17px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
.menu-left {
	width: 720px;
	float: left;
	margin-left: 21px;
}
.menu-right {
	width: 180px;
	float: right;
	margin-right: 21px;
}
.product-box {    
	display: block;
	width: 180px;
	height: 160px;  
    float: left;	
    text-align: center;	
}
ul.epson-menu {
	list-style: none;
	padding: 0px;
}
.displace {
	position: absolute;
	left: -5000px;
}
.margin10 {
	margin-top: 10px;	
}
ul.epson-menu li {
	float: left;
}
ul.epson-menu li a {	
	display: block;
	width: 180px;
	height: 160px;
	text-align: center;
	font-size: 14px;
	line-height: 38px;	
	color: #5773b0;
	font-weight: bold;
   -webkit-transition: color 0.4s ease-in-out;
   -moz-transition: color 0.4s ease-in-out;
   -ms-transition: color 0.4s ease-in-out;
   -o-transition: color 0.4s ease-in-out;
   transition: color 0.4s ease-in-out;
}
ul.epson-menu li a:hover {
	text-decoration: none;
	color: #2c2c2c;	
}

.img-responsive1 > span {
    position: absolute;
    top: 1%;
    left: 8%;
    width: 85%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #0e4997;
    font-size: 1.2em;
    letter-spacing: 3px;
    line-height: 145%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-style: normal;
    -webkit-transform: scale(1.1,1.0); 
    -moz-transform: scale(1.1,1.0);
    -ms-transform: scale(1.1,1.0);
    -o-transform: scale(1.1,1.0);
    transform: scale(1.1,1.0);
}

@media (min-width: 768px) and (max-width: 785px) {
    .img-responsive1 > span {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .img-responsive1 > span {
        font-size: 1.4em;
    }
}

.img-responsive1 > span b {
    font-weight: 700;
}

.img-responsive1:hover > span {
    color: #000000;
}

.img-responsive1.services {
    background: #e9edf0;
    position: relative;
}

.img-responsive1.services a:hover {
    text-decoration: none;
}

.img-responsive1.services a.coverplus {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 100%;
}

.img-responsive1.services a.finance {
    position: absolute;
    top: 68%;
    left: 0%;
    width: 100%;
}

.img-responsive1 a.coverplus span {
    display: block;
    background: #0c53af;
    color: #ffffff;
    padding: 4% 1%;
    font-size: 1.3em;
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.img-responsive1 a.coverplus span:nth-child(2n+2) {
    padding: 4% 1%;
    background: #d2d3d5;
    color: #0c53af;
    font-weight: normal;
    font-style: italic;
    font-size: 1em;
    text-align: center;
}

.img-responsive1 a.finance span {
    width: 85%;
    margin: 0 auto;
    display: block;
    background: #0c53af;
    color: #ffffff;
    padding: 4% 1%;
    margin-top: 7px;
    border-bottom: 3px solid #888e9a;
    font-size: 1.2em;
    text-align: center;
}

/* ACCORDION */
#accordion {
    margin: 0 auto; 	 
	width: 95%;	
}
@media (max-width: 767px) {
    #accordion {
	    width: 99%;	
    }
}
.hide-on-load {
	display: none;
}
#accordion h3 { 
	background: url('../../img/new_homepage/menu-img/sidebar-sprite.png') 0 0 no-repeat; 
    color: #3c3c3c; 
	height: 22px;
	margin: 0; 
	padding: 9px 0 0 10px; 
	font: normal 12px Arial, sans-serif;
}
.accordion-singles h3 {
    background: url('../../products/projectors/Images/sidebar-sprite2.png') 0 0 no-repeat; 
    color: #3c3c3c; 
	height: 22px;
	margin: 0 0 0 4px;
	padding: 9px 0 0 10px; 
	font: normal 11px Arial, sans-serif;
	text-transform: uppercase;        
}
#accordion h3:hover {
	cursor: pointer;	
}
#accordion h3 a { 
	color: #003464; 
	text-decoration: none;
}
#accordion h3.ui-state-active { 
	background-position: 0 -31px;
	color: #fff;
}
#accordion p {
	margin: 0 2px;
}
#accordion h3.ui-state-active a { 
	color: #fff;
}
#accordion .ui-accordion-content, #accordion .ui-accordion-content-active { 
	display: block;
    background: #f6f6f6;
	color: #1d4972; 
	font-size: 11px !important;
	line-height: 14px;
	overflow: hidden;
	padding: 2px 5px; 
}
#accordion:last-child .ui-accordion-content:last-child, #accordion .ui-accordion-content-active:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;	
}
@media (min-width: 768px) {
    #accordion a,
    .accordion-singles h3 a {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 0.75em;
    }
}
/*#accordion a:hover, .accordion-singles h3 a:hover { 
	color: #44b1f3;
	-webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -ms-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}*/
@media (min-width: 768px) {
    #accordion.panel-group .panel + .panel {
        margin-top: 2px;
    }
}
#accordion .panel-body {
    padding: 5px 25px;
}
@media (min-width: 768px) {
    #accordion .panel-body li,
    #accordion .panel-body li a {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
#accordion .panel-body li a {
    font-size: 1.1em;
}
#accordion .panel-heading {
    padding: 7px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#accordion div ul { 
	margin: 0; 
	padding: 0;
}
#accordion div ul li { 
	/*background: url('/img/new_divisions/thumbnails/square-bul.gif') 0 6px no-repeat;*/
	list-style: square outside none !important;
	/*margin: 3px 0 3px 3px; 
	padding: 0 0 0 9px;*/ 
}
#accordion select { 
	font-size: 11px; 
	margin: 6px 0; 
	width: 180px; 
	float: left; 
}
#accordion input { 
	width: 20px; 
	float: left; 
	margin: 5px 0 0 4px; 
	padding: 0;
}
.thumb-border {
    border: 1px solid #cccccc;
}
.preety-lightbox {
    text-align: center;
    padding-top: 100px;
}
.menu-cats {
    float: left;
    width: 747px;
}
.printers-cat:hover, .inkspaper-cat:hover, .projectors-cat:hover, .scanners-cat:hover, .lfp-cat:hover, .labelprinters-cat:hover, .receiptprinters-cat:hover, .coverplus-cat:hover, .cplusfin-cat:hover {
    background-position: 0 -203px;
}
/* CSS hack to maintain border-radius and prevent image blurring bug in IE */
.printers-cat-IE {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-top-left: 8px;
    border-top-left-radius: 8px;
    width: 186px;
	height: 203px;
	float: left;
	position: relative;
	overflow: hidden;     
}
.printers-cat {
    background: url('/img/new_divisions/new_homepage/epson-printers.jpg');
    background-position: 0 0;
    display: block;
	width: 186px;
	height: 203px;
	cursor: pointer;
	position: absolute;	
}
.inkspaper-cat {
    background: url('/img/new_divisions/new_homepage/epson-inks-and-papers.jpg');
    background-position: 0 0;
    display: block;
	width: 186px;
	height: 203px;        
	cursor: pointer;
	float: left;
}
.projectors-cat {
    background: url('/img/new_divisions/new_homepage/epson-projectors.jpg');
    background-position: 0 0;
    display: block;
	width: 187px;
	height: 203px;        
	cursor: pointer;
	float: left;
}
.scanners-cat-IE {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-top-right: 8px;
    border-top-right-radius: 8px;
    width: 188px;
	height: 203px;
	float: left;
	position: relative;
	overflow: hidden;    
}
.scanners-cat {
    background: url('/img/new_divisions/new_homepage/epson-scanners.jpg');
    background-position: 0 0;
    display: block;
	width: 188px;
	height: 203px;        
	cursor: pointer;
	position: absolute;	
}
.lfp-cat {
    background: url('/img/new_divisions/new_homepage/epson-professional-imaging3.jpg');
    background-position: 0 0;
    display: block;
	width: 186px;
	height: 203px;        
	cursor: pointer;
	float: left;
}
.labelprinters-cat {
    background: url('/img/new_divisions/new_homepage/epson-label-printers.jpg');
    background-position: 0 0;
    display: block;
	width: 186px;
	height: 203px;        
	cursor: pointer;
	float: left;
}
.receiptprinters-cat {
    background: url('/img/new_divisions/new_homepage/epson-receipt-printers.jpg');
    background-position: 0 0;
    display: block;
	width: 187px;
	height: 203px;        
	cursor: pointer;
	float: left;
}
.coverplus-cat {
    background: url('/img/new_divisions/new_homepage/epson-coverplus.jpg');
    background-position: 0 0;
    display: block;
	width: 188px;
	height: 203px;        
	cursor: pointer;
	float: left;	
}
.cplusfin-cat {
    background: url('/img/new_divisions/new_homepage/epson-coverplus-finservices.jpg');
    background-position: 0 0;
    display: block;
	width: 188px;
	height: 203px;        	
	float: left;
	position: relative;	
}
.cplus {
    position: absolute;
    height: 58px;
    left: 32px;    
    top: 74px;
    width: 130px;
}
.finsol {
    position: absolute;
    height: 32px;
    left: 32px;    
    top: 144px;
    width: 130px;
}
.whats-new-content h5 a, .technology-content h5 a {   
    color: #034EA2;    
}
.whats-new-content a, .technology-content a {
    color: #034EA2;  
}
.whats-new-content h5 a:hover, .technology-content h5 a:hover {   
    color: #44B1F3;    
}
.whats-new-content a:hover, .technology-content a:hover {
    color: #44B1F3;  
}

/*Mobile Category Wrapper Starts*/
.category-wrapper .cat-item {
    background-color: #f9f9f9;
    padding: 15px 15px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;

    border: 1px solid #dedede;
    background: #fff;
    font-weight: 700;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#fafafa));
    background-image: -webkit-linear-gradient(#ffffff,#fafafa);
    background-image: -moz-linear-gradient(#ffffff,#fafafa);
    background-image: -ms-linear-gradient(#ffffff,#fafafa);
    background-image: -o-linear-gradient(#ffffff,#fafafa);
    background-image: linear-gradient(#ffffff,#fafafa);
    width: 47%;
    border-radius: 10px;
}
.category-wrapper .cat-item.left {
    margin-left: 5px;
    float: left;
}
.category-wrapper .cat-item.right {
    margin-right: 5px;
    float: right;
}
.category-wrapper .cat-item span.cat-name {
    display: block;
        font-size: 1.1em;
    line-height: 1.3em;
}
.category-wrapper .cat-item .glyphicon-chevron-right {
    background: #4899d2;
    padding: 4px 3px 4px 3px;
    border-radius: 10px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 40%;
}

.category-wrapper .cat-item.services {
    min-height: 142px;
}

.category-wrapper .cat-item.services a.coverplus {
    position: absolute;
    top: 10%;
    left: 0%;
    width: 100%;
}

.category-wrapper .cat-item.services a.finance {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
}

/*@media (max-width: 575px) {
    .category-wrapper .cat-item.services a.coverplus,
    .category-wrapper .cat-item.services a.finance {
        width: 90%;
    }
}*/

.category-wrapper .cat-item a.coverplus span {
    display: block;
    background: #0c53af;
    color: #ffffff;
    padding: 3% 1%;
    font-size: 1.2em;
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.category-wrapper .cat-item a.coverplus span:nth-child(2n+2) {
    padding: 3% 1%;
    background: #d2d3d5;
    color: #0c53af;
    font-weight: normal;
    font-style: italic;
    font-size: 1em;
    text-align: center;
}

.category-wrapper .cat-item a.finance span {
    width: 85%;
    margin: 0 auto;
    display: block;
    background: #0c53af;
    color: #ffffff;
    padding: 3% 1%;
    margin-top: 7px;
    border-bottom: 3px solid #888e9a;
    font-size: 1.2em;
    text-align: center;
}

@media (max-width: 575px) {
    .category-wrapper .cat-item a.coverplus span,
    .category-wrapper .cat-item a.finance span {
        font-size: 1.1em;
        font-weight: normal;
    }
}

/*Mobile Category Wrapper Ends*/

