/* 
============================================================================
Version: 201601250058
============================================================================
 */
/* 
============================================================================
MENU-Public Setting
============================================================================
 */
.pre-loading{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: url(../images/Partnerzone-Loading.gif) center no-repeat rgba(0,0,0,0.9);
}
.j-submenu-container{
	padding: 0 30px;
}
.j-navi-sub, .j-navi-sub.typeB{
    width: 100%;
    position: fixed;
    top: 126px;
	background: rgba(123,128,129,1);
	background: -moz-linear-gradient(top, rgba(123,128,129,1) 0%, rgba(23,23,23,0.97) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,128,129,1)), color-stop(100%, rgba(23,23,23,0.97)));
	background: -webkit-linear-gradient(top, rgba(123,128,129,1) 0%, rgba(23,23,23,0.97) 100%);
	background: -o-linear-gradient(top, rgba(123,128,129,1) 0%, rgba(23,23,23,0.97) 100%);
	background: -ms-linear-gradient(top, rgba(123,128,129,1) 0%, rgba(23,23,23,0.97) 100%);
	background: linear-gradient(to bottom, rgba(123,128,129,1) 0%, rgba(23,23,23,0.97) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8081', endColorstr='#171717', GradientType=0 );
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 30px;
}
.j-navi-sub ul.j-menu-ul:before, .j-navi-sub ul.j-menu-ul:after {
  content: " ";
  display: table;
}
.j-navi-sub ul.j-menu-ul:after {
  clear: both;
}
.j-close-menu{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.3);
	right: 20px;
	top: 20px;
	cursor: pointer;
    background-image: url('../menu-images/close.png');
    background-size: 25px 25px;	
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;		   
    z-index: 888888; 
}
.j-close-menu:hover{
    opacity: 0.8;
}
.j-navi-sub ul.j-menu-ul{
	width: 100%;
}

.j-navi-sub ul.j-menu-ul li h6{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
}
.j-navi-sub ul.j-menu-ul li{
    text-transform: uppercase;  
}
.j-navi-sub ul.j-menu-ul li:hover h6{
    color: #fff;
}
.j-menu-side-info{
	margin-right: 0;
	margin-left: 15px;
	float: left;
	width: 25%;
}
.j-menu-side-info img{
	width: 100%;
}
.j-menu-side-info h4{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.j-menu-side-info p{
	color: #fff;
	/*font-size: 13px;*/
	line-height: 17px;
}

.menu ul li .j-menu-side-info a.j-sidemenu-button 
{
    margin-top: 15px!important;
    display: inline-block;
    border: solid 1px #fff;
    padding: 5px 15px;
    color: #b2b2b2!important;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;    
}
.menu ul li .j-menu-side-info a.j-sidemenu-button:hover 
{
    margin-top: 15px!important;
    display: inline-block;
    border: solid 1px #fff;
    padding: 5px 15px;
    color: #191919!important;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
    background-color: #fff;
}
/* 
============================================================================
MENU-Product
============================================================================
 */
.j-navi-sub-product .j-submenu-container{
	width: 1450px;
	margin: 0 auto;
}


/* 只有產品menu要右邊border(右邊要放資訊) */
.j-navi-sub-product ul.j-menu-ul{
    float: left;
    margin-left: 0;
    /*border-right: solid 1px #bfbfbf;*/
    margin-right: 0;	
	border-right: solid 1px #bfbfbf;
	/*width: calc(100% - 360px);*/
	width: 71%;
}

.j-navi-sub-product ul.j-menu-ul li{
    width: 170px;     
    height: 160px!important;
}
.j-navi-sub-product .j-menu-img{
	background-color: rgba(255, 255, 255, 0.06);
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;		
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;		    
}
.j-navi-sub-product ul.j-menu-ul li:hover .j-menu-img{
	background-color: rgba(0, 0, 0, 0.1);
}
.j-navi-sub-product .j-menu-img img{
	max-height: 95px;
	overflow: hidden;
	/*opacity: 0.8;*/
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;	

}
/*.j-navi-sub-product ul.j-menu-ul li:hover .j-menu-img img{
	opacity: 1;
}*/
@media screen and (max-width: 1600px){
	.j-navi-sub-product .j-submenu-container{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;  	 	
	}
}
/* 1315px資訊區塊邊界縮小 */
@media screen and (max-width: 1315px){

}
/* 1459px產品區塊改小一點 */
@media screen and (max-width: 1459px){
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 160px;  
	}
}
/* 1396px產品區塊改小一點 */
@media screen and (max-width: 1396px){
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 150px;  
	}
}
/* 1337px產品區塊改小一點 */
@media screen and (max-width: 1337px){
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 140px;  
	}
}
/* 1275px產品區塊改小一點 */
@media screen and (max-width: 1275px){
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 130px;  
	}
	.comparisonList h3 {
		word-break: break-all;
	}
}
/* 1216px收右邊區塊 */
@media screen and (max-width: 1216px) {
	.j-navi-sub-product ul.j-menu-ul{
	    width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
		border-right: none;	    
	}	
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 170px;  
	}	
	.j-menu-side-info{
		display: none;
	}	
}
@media screen and (max-width: 1105px){
	.j-navi-sub-product ul.j-menu-ul li{
	    width: 140px;  
	}
}
/* 
============================================================================
MENU-Support
============================================================================
 */
.j-navi-sub-support{
	text-align: center;
}
.j-navi-sub-support ul.j-menu-ul{
    margin: 0 auto;
    width: 1260px;
	float: none;
	text-align: center;
}
@media screen and (max-width: 1260px) {
	.j-navi-sub-support ul.j-menu-ul{
	    width: 1060px;
	    text-align: left;
	}
}
@media screen and (max-width: 1060px) {
	.j-navi-sub-support ul.j-menu-ul{
	    width: 960px;
	    text-align: left;
	}
}
.j-navi-sub-support ul.j-menu-ul li{
    width: 120px!important;     
    height: 150px!important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;    
	padding: 0 5px;
	display:inline-block;
	float: none;
	vertical-align: top;
}
.j-navi-sub-support .j-menu-img{
	/*background-color: rgba(255, 255, 255, 0.06);*/
    /*-webkit-transition: background-color 0.2s ease-in-out;*/
    /*transition: background-color 0.2s ease-in-out;		*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-ms-border-radius: 3px;*/
	/*-o-border-radius: 3px;*/
    /*border-radius: 3px;		    */
}
.j-navi-sub-support .j-menu-img:hover{
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
.j-navi-sub-support .j-menu-img img{
	max-height: 80px;
	overflow: hidden;
	opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;	

}
.j-navi-sub-support ul.j-menu-ul li:hover .j-menu-img img{
	opacity: 1;
}
/* 
============================================================================
MENU-Solution
============================================================================
 */
.j-navi-sub-solution .j-submenu-container{
	width: 1260px;
	margin: 0 auto;
	height: 100%;
}
.j-navi-sub-solution{
	/*padding-left: 60px;*/
	/*padding-right: 60px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
/* 只有Solution menu要右邊border(右邊要放資訊) */
.j-navi-sub-solution ul.j-menu-ul{
    float: left;
    margin-left: 0;
    /*border-right: solid 1px #bfbfbf;*/
    margin-right: 0;	
	border-right: solid 1px #bfbfbf;    
	text-align: left;
	padding-right: 0;
	/*width: calc(100% - 340px);*/
	width: 71%;
	
	min-height: 315px;
}
.j-navi-sub-solution ul.j-menu-ul>li{
    width: 200px;     
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;    
    height: 240px!important;
    float: none;
    display: inline-block;
    padding: 10px 10px 0 10px;
}
.j-navi-sub-solution ul.j-menu-ul li h6{
	text-align: left;
	padding-bottom: 10px;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
}

.j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item{
	width: 100%;
	margin: 0;
}
.j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item li{
	width: 100%;
	text-transform: none;
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #b2b2b2;
	text-align: left;
}
.j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item li a, .j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item li a:link, .j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item li a:active{
	color: #b2b2b2!important;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;		
}
.j-navi-sub-solution ul.j-menu-ul ul.j-solution-sub-item li a:hover{
	color: #fff!important;
}
.j-navi-sub-solution .j-menu-img{
	background-color: #000;
}
.j-navi-sub-solution .j-menu-img img{
	max-height: 125px;
	overflow: hidden;
	opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;	
	background-color: #000;
}
.j-navi-sub-solution .j-menu-img:hover img{
	opacity: 1;
}


/* 1320時項目改置左 */
@media screen and (max-width: 1320px){
	.j-navi-sub-solution ul.j-menu-ul{
		text-align: left;
	}	
	.j-navi-sub-solution ul.j-menu-ul>li{
	    width: 180px;
	}	
}
@media screen and (max-width: 1280px){
	.j-navi-sub-solution .j-submenu-container{
		width: 1100px;
	}

	.j-navi-sub-solution.j-menu-side-info{
		margin-right: 0;
		padding-left: 15px;
	}
	.j-navi-sub-solution ul.j-menu-ul{
	    margin-right: 0;
	}
	.j-navi-sub-solution ul.j-menu-ul>li{
	    width: 160px;
	}	
}

/* 1170再縮小一點 */
@media screen and (max-width: 1170px){
	.j-navi-sub-solution ul.j-menu-ul>li{
	    width: 160px;
	}	
}
/* 1216px收右邊區塊 */
@media screen and (max-width: 1216px) {
	.j-navi-sub-solution ul.j-menu-ul{
	    width: 100%;
	}	
	.j-navi-sub-solution ul.j-menu-ul>li{
	    width: 180px;
	}		
	.j-navi-sub-solution .j-submenu-container{
		width: 100%;
	}	
}
/* 
============================================================================
COMPANY
============================================================================
 */
.mainPartners .becomePartners.aboutus{
	min-height: 465px;
	background: url(../images/aboutus_banner.jpg) no-repeat center;
	background-size: cover;
}

.mainPartners .partnerDashboard.newsevent{
	min-height: 465px;
	background: url(../images/newsevent_banner.jpg) no-repeat center;
	background-size: cover;
}

.mainPartners .becomePartners.company{
	min-height: 475px;
	background: url(../images/company_banner.jpg) no-repeat center;
	background-size: cover;
}
.mainPartners .partnerDashboard.companyir{
	min-height: 453px;
	background: url(../images/company_IR.jpg) no-repeat center;
	background-size: cover;
}
.mainCompany .subBanner{
	height: 350px;
	background: url(../images/subBanner_company_j.jpg) no-repeat center;
	background-size: cover;
}
.mainPartners .partnerDashboard.companyCareer{
	min-height: 500px;
	background: url(../images/company_career.jpg) no-repeat center;
	background-size: cover;
}

/* 
============================================================================
COMPANY-ABOUT US
============================================================================
 */

.about_sec1{
	background: url('../images/company-about-us_mid.jpg') no-repeat left top;
	width:100%;
    background-size: cover;
    display:table;
}
.about_sec2{
	background: url('../images/company-about-us_challenge.jpg') no-repeat left top;
	width:100%;
    background-size: cover;
    display:table;
    padding:10px 0;
}
.about_sec4{
	display:table;
	background: url('../images/company-about-us_milestone.jpg') no-repeat left top;
	width:100%;
	background-size: cover;
	padding:40px 0 0;
	margin-bottom: 80px;
}
.newsDetail .newsTop .newsTopInfo .type{
	float: none; min-width: 60px; width: auto; margin-right: 15px; vertical-align: middle; display: inline-block; font-size: 15px;
	color:#e72e35;
	text-transform: uppercase;
}
/* 
============================================================================
PRODUCTS
============================================================================
 */
p.skuOverview br{
	display: block;
	margin: 10px 0;
	line-height: 22px;
	content: " ";
}
/*@media screen and (max-width: 524px){
	.subBanner-content.white.j-product-main h1.singleLine{
			font-size: 32px;
			line-height: 36px;
	}
}
@media screen and (max-width: 430px){
	.subBanner-content.white.j-product-main h1.singleLine{
			font-size: 30px;
			line-height: 34px;
	}
}
@media screen and (max-width: 410px){
	.subBanner-content.j-product-main{
			top: 0;
	}
}*/
.proListTab{
	 -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0); 
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
	 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0); 
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}
/* 
============================================================================
SUPPORT
============================================================================
 */
.mainSupport{
	float: left; width: 100%;
	/*background: url('../images/support_main_bg.jpg') center center fixed no-repeat;*/
	background: url('../images/topbanner/banner-support_main.jpg') top center no-repeat fixed;
	/*background: url('../images/mainGreenPower.jpg') no-repeat top center fixed;*/
	/*-moz-background-size: cover;
	background-size: cover;*/
	background-size: 100% auto;
	background-color: black;
}
.mainContactus{
	float: left; width: 100%;
	background: url('../images/topbanner/banner-support_contact-us.jpg') top center no-repeat fixed;
	background-size: 100% auto;
	background-color: black;
}
.mainWarrantyService{
	float: left; width: 100%;
	background: url('../images/topbanner/banner-support_warranty.jpg') top center no-repeat fixed;
	background-size: 100% auto;
	background-color: black;
}
.downloadCenterTab{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;		    
	
}
.faqTab{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	    
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #f4f4f4;
	font-weight: normal;
	color: #DF383D;
	cursor: pointer;
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-content {
	border: 1px solid #ccc;
	background: #fff ;
	color: #333333;
	z-index: 100000;
}
.mainKnowledge{
	float: left; width: 100%;
	background: url('../images/topbanner/banner-support_knowledge-center.jpg') top center no-repeat fixed;
	background-size: 100% auto;
	background-color: black;
}
.j-red-square{
	display: block;
	width: 5px;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 9px;
	height: 5px;
	background-color: #DF383D;
	/* text-align: left; */
}
.j-other-information{
	text-align: center;
}
/*.subArticle h3.titleLine:first-child{
	margin-top: 30px;
}*/
.faqInfo ul li .info .answer h6{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mainEnergyStar .subArticle h3>span{
	text-transform: uppercase;
}
.mainEnergyStar .subSection{
	margin-bottom: 0;
}
a.normalBig.ciscoBtn.redBtnDark,
a.normalBig.ciscoBtn.redBtnDark:link,
a.normalBig.ciscoBtn.redBtnDark:hover,
a.normalBig.ciscoBtn.redBtnDark:active,
a.normalBig.ciscoBtn.redBtnDark:visited{
	color: #fff;
}
.mainGreenPower .subArticle h3>span{
	text-transform: uppercase;
}

.comparisonToolSelect{
	margin: 30px 0 20px 0;
}
.subArticle h3.titleLine:first-child.j-compatibility-cisco-disclaimer{
	margin-top: 30px;
    margin-bottom: 10px;
}
.energywiseImg{
	margin-bottom: 0;
}
.subSection.j-compatibility{
	margin-bottom: 0;
}
/* colors */

/* 
============================================================================
FONTS
============================================================================
 */
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-family: 'Lato', 'Microsoft JhengHei' ,sans-serif;*/
/*  font-family: 'Lato', 'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;*/
}
.subBanner-content h1.singleLine{
	font-size: 40px; line-height: 38px;font-weight: 300;
	margin: 20px 0 10px 0; color: #fff;
	text-transform: Uppercase;
}
.subArticle h3,.subArticle h3 a{
	/*margin-bottom: 20px!important;*/
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;		
}
.topDownload ul li .topDownInfoDiv .info h6{
	text-transform: uppercase;
}
h3{
	font-size: 22px;
	text-align: center;
	line-height: 26px;
	font-weight: 300;
	margin: 10px 0 10px 0;
}
/* 
============================================================================
FOOTER
============================================================================
 */
@media screen and (max-width: 767px){
	.copyright{
		border-top: none;
		padding-top: 10px;
	}	
}

/* 
============================================================================
ACCOUNT
============================================================================
 */
.signinForm div a.text{
	cursor: pointer;
}
.j-refresh{
	opacity: 0.75;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;		
}
.j-refresh:hover{
	opacity: 0.85;
}
.j-refresh:active{
	opacity: 1;
}
.ui-datepicker-title select{
	height: 20px;
}

.mainSoftwareSku .proSkuTopImg .sImgList .pImg{
	height: 64px;
}
/* 
============================================================================
BUTTON
============================================================================
 */
.cancelBtn{
	background-color: rgba(150, 150, 150, 0.8)!important;
}
.cancelBtn:hover{
	
	background-color:  rgba(150, 150, 150, 1)!important;
	border-color:  rgba(150, 150, 150, 1)!important;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}
.addProForm table td a{ width: 160px;margin: 0 10px 10px 0;}
.addProForm table tr{float: left;padding: 10px 0; width: 100%;}

.j-policy-terms ul{
	list-style-type: square;
	color: #75787b;
}
/* 
============================================================================
SUB BANNER
============================================================================
 */
.subBanner {
    height: 250px;
}
.subBanner .container {
    height: 100%;
    padding: 0;
}
.subBanner-content {
    /*top: 85px;*/
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
/* 
============================================================================
CLOUD SEARCHES COLOR
============================================================================
 */
div.jqcloud { color: #E72E35!IMPORTANT;
/*    font-family:'Lato', 'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif !IMPORTANT;*/ }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #e63235!IMPORTANT; }
div.jqcloud a:hover { color: #e63235!IMPORTANT; }
div.jqcloud span {cursor: pointer}
div.jqcloud span.w10 { color: #e63235!IMPORTANT;font-weight:bold;}
div.jqcloud span.w10:hover { color: #bf282a!IMPORTANT;font-weight:bold;}

div.jqcloud span.w9 { color: #e63235!IMPORTANT; }
div.jqcloud span.w9:hover { color: #bf282a!IMPORTANT;}

div.jqcloud span.w8 { color: #444!IMPORTANT; }
div.jqcloud span.w8:hover { color: #1d1d1d!IMPORTANT; }

div.jqcloud span.w7 { color: #E72E35!IMPORTANT; }
div.jqcloud span.w7:hover { color: #bf282a!IMPORTANT; }

div.jqcloud span.w6 { color: #999!IMPORTANT;font-weight:bold;}
div.jqcloud span.w6:hover { color: #7f7f7f!IMPORTANT;font-weight:bold;}

div.jqcloud span.w5 { color: #999!IMPORTANT; }
div.jqcloud span.w5:hover { color: #7f7f7f!IMPORTANT; }

div.jqcloud span.w4 { color: #999!IMPORTANT; }
div.jqcloud span.w4:hover { color: #7f7f7f!IMPORTANT; }

div.jqcloud span.w3 { color: #222!IMPORTANT; }
div.jqcloud span.w3:hover { color: #000!IMPORTANT; }
div.jqcloud span.w2 { color: #222!IMPORTANT; }
div.jqcloud span.w2:hover { color: #000!IMPORTANT; }
div.jqcloud span.w1 { color: #222!IMPORTANT; }
div.jqcloud span.w1:hover { color: #000!IMPORTANT; }

/* 
============================================================================
HOME BANNER
============================================================================
 */
/*.banner-content {
    left: 0;
    margin: 0 15px 0 15px;
    width: 40%;
    bottom: auto;
    top: 50px;
    background: transparent;
}*/
.banner-content span{
    display: block;
}
.banner-content h1 {
    font-size: 2.714285em;
    line-height: 1.105263em;
    font-weight: 300;
}
.mainBanner .container {
    padding: 0;
    position: absolute;
    height: 100%;
    top: 0;
}
.flexslider .slides > li > a {
    display: block;
    position: relative;
}
.j-banner-button {
    margin-top: 15px;
    display: inline-block;
    border: solid 1px #fff;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;     
}
.j-banner-button:hover {
    color: #191919;
    background-color: #fff;
}
@media screen and (max-width: 1280px) {
    /*.banner-content {
        width: 50%;
        top: 30px;
    }   */  
    .banner-content span {
        display: none;
    } 
    .banner-content .btnMore {
		margin-top: 10px;
	}
	.solutionIntro .solutionWrapper .txtWrapper {
		top:15%;
	}
	.banner-content h1 {
        font-size: 2.142857em;
        line-height: 1.105263em;
        font-weight: 300;
    }    
}
@media screen and (max-width: 1024px) {
    .banner-content h1 {
        font-size: 1.9em;
        line-height: 1.105263em;
        font-weight: 300;
    }   
    .flex-control-nav {
        bottom: 0;
        z-index: 2;
    }
}
@media screen and (max-width: 860px) {
     .flex-direction-nav {
        display: none;
    }   
}
@media screen and (max-width: 830px) {
	.banner-pic {
		width: 150%;
		transform: translateX(-16.67%);
		-webkit-transform: translateX(-16.67%);
		-ms-transform: translateX(-16.67%);
		-moz-transform: translateX(-16.67%);
	}
    /*.banner-content {
        width: 55%;
        top: 50px;
    } */       
    .banner-content h1 {
        font-size: 1.714285em;
        line-height: 1.105263em;
        font-weight: 300;
    }   
    .banner-content span {
        font-size: 1.071428em;
        line-height: 1.105263em;
    }
    .banner-content .btnMore {
		margin-top: 0;
	}
	.latestNews .titleWrapper,
	.solutionIntro .titleWrapper {
		text-align: center;
	}
	/*.latestNews .titleWrapper h2,
	.solutionIntro .titleWrapper h2 {
		padding: 0 20px;
		border-bottom: #333333 solid 3px;
	}*/
	.quickTask {
	    margin-bottom: 20px;
	}
	.quickTask > .container {
		box-sizing: border-box;
	    padding: 20px 10px;
	}
	.quickTask ul li div {
	    width: 45%;
	    /*padding-top: 45%;*/
	}
	.quickTask ul li p {
	    margin: 5px 0 0;
	    line-height: 1.2;
	}
	.latestNews {
	    margin-bottom: 20px;
	}
	.latestNews .container {
		box-sizing: border-box;
	    padding: 0 10px;
	}
	.latestNews ul li {
	    padding: 0 10px;
	}
	.solutionIntro {
		margin-bottom: 20px;
	}
	.solutionIntro > .container {
		padding: 0 17px;
	}
	.solutionIntro .solutionWrapper .txtWrapper {
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}
	.solutionIntro .solutionWrapper .txtWrapper p {
		display: none;
	}
	.solutionIntro .solutionWrapper span {
		padding: 5px 15px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 650px) {}
@media screen and (max-width: 563px) {
    .banner-pic {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	.banner-content {
		top: 5%;
	}
    .banner-content h1 {
        font-size: 1.7em;
        margin-bottom: 10px;
    }      
    .banner-content {
       /* width: 90%;
        top: 10px;
        margin: 0;*/
    }      
    /*.mainBanner .flexslider .slides img {
        height: 450px;
        width: auto;
        position: relative;
        left: -690px;
    }*/ 
    /*.mainBanner, .mainBanner .flexslider{
        height: 450px;
    } */
    .j-banner-button {
        margin-top: 0;
        display: inline-block;
        border: none;
        padding: 0;
        color: #fff;
        text-decoration: underline;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;     
    }
    .j-banner-button:hover {
        color: #fff;
        background-color: transparent;
    }
    .quickTask > .container {
	    padding: 5px;
	}
	.quickTask > .container:before {
		content: '';
		display: block;
		width: 90%;
		height: 0;
		position: absolute;
		border-top: dotted #cccccc 1px;
		left: 5%;
		top:50%;
	}
    .quickTask ul li {
	    width: 33.33%;
	    padding: 15px 10px;
	}
	.quickTask ul li div {
	    width: 50%;
	    /*padding-top: 50%;*/
	}
	.quickTask ul li p {
	    line-height: 1.1;
	}

	.latestNews .container {
	    padding: 0 5px;
	}
	.latestNews ul li {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	.solutionIntro > .container {
		padding: 0 15px;
	}
	.solutionIntro .solutionWrapper {
		float: none;
		width: 100%;
		/*padding-top: 49%;*/
		margin: 0 0 15px;
	}
	.solutionIntro .solutionWrapper .txtWrapper {
		/*top:35%;*/
	}
	.flexslider .slides img.PCshow {
	    display: none;
	}
	.flexslider .slides img.MOBILEshow {
	    display: block;
	}
}
/* 
============================================================================
TOP BAR SEARCH
============================================================================
 */
.blockUI.blockOverlay {
    z-index: 1000000!important;
}
.blockUI.blockMsg.blockPage {
    z-index: 1000001!important;
}

/* 
============================================================================
HOMEPAGE Latest News
============================================================================
 */
.newsBg {
 background-position:  center center;
 background-size: cover;
}
.latestNews_div {
	width: 100%;
	padding-bottom: 54.8%;
}
.latestNews_div a {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#fff;
	overflow: hidden;
}
.latestNews_div .newsTxt {
	box-sizing: border-box;
	position: absolute;
	padding: 10px 15px;
	background-color: rgba(211,49,49,0.8);
	top:60%;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.latestNews_div .newsTxt .newsTxt_inline {
	position: relative;
}
#latestNews_wra .latestNews_div .newsTxt p {
	color:#fff;
	font-weight: 300;
	float: none;
	margin-bottom: 0;
	margin-top: 5px;
	height: 2.8em;
	overflow: hidden;
}
.latestNews_div a:hover .newsTxt {
	top:0;
	background-color: rgba(211,49,49,1);
}
#latestNews_wra .latestNews_div a:hover .newsTxt p {
	height: auto;
}
.latestNews_div a:hover .newsTxt .newsTxt_inline {
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.latestNews_div .newsTxt {
		top:52%;
	}
	.latestNews_div .newsTxt {
		padding: 5px 15px;
	}
	#latestNews_wra .latestNews_div .newsTxt p {
		line-height: 1.3;
		margin-top: 0;
		height: 2.6em;
	}
}

/* 
============================================================================
UPS MAIN PAGE
============================================================================
 */
.mainProductLine #solution,.mainProductLine #topology{
	display: none;
}
.mainProductLine #series {
    display: block;
}
/* 
============================================================================
COMPARE
============================================================================
 */
.compareItem .img {
    opacity: 0;
}
/* 
============================================================================
CYBERPOWER WORLDWODE
============================================================================
 */
.j-reg-cp-wrapper{
    width: 100%;
    background-color: #ebebeb;
    float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   
}
.j-reg-cp-wrapper .container{
      -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    padding: 15px 30px 20px 30px;
}

.j-reg-basic-info{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d6;
}
.j-reg-basic-info .j-reg-country{
	font-size: 1.125em;
	color: #d50032;
	margin: 0;
	font-weight: normal;
	display: block;
}
.j-reg-basic-info .j-reg-company-name{
	font-size: 1.125em;
    text-align: left; 
    font-weight: 400;
    line-height: 1.2;
    margin-right: 10px;
}
.j-reg-basic-info .j-reg-company-add{
	font-size: 0.875em;
    text-align: left; 
    font-weight: 400;
    line-height: 1.2;
    color: #75787b;
    
}
.j-reg-icon {
    width: 64px;
    height: 64px;
    background-color: #d50032;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 32px;
    position: absolute;
    left: 0;
}
.j-service-info, .j-tel-info, .j-mail-info {
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    position: relative;
    min-height: 65px;
}
.j-service-info{   
    width: 37%;
}
.j-service-info .j-reg-icon{
    background-image: url(../images/cyberpower_worldwide_service.png);
}
.j-tel-info{
    width: 24%;
}
.j-tel-info .j-reg-icon{
    background-image: url(../images/cyberpower_worldwide_tel.png);
}
.j-mail-info {
	width: 37%;
}
.j-mail-info .j-reg-icon{
    background-image: url(../images/cyberpower_worldwide_mail.png);
}
.j-reg-service, .j-tel, .j-mail{
    margin-left: 65px;
    margin-bottom: 5px;
}
.j-reg-title{
    color: #75787b;
}
.j-mail a {
	color: #000;
}
.customizedVN {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #d2d2d2 solid 1px;
}
.customizedVN .j-service-info h4 {
	font-size: 1.2em;
	margin: 0 0 15px;
}
.customizedVN .j-service-info p {
	margin: 0;
	color: #333333;
}
.customizedVN .j-service-info p b {
	display: block;
	font-weight: 400;
}
.customizedVN .j-VN-info {
	display: inline-block;
	width: 59%;
}
.customizedVN .j-VN-info .infoTable {
	display: table;
	width: 100%;
}
.customizedVN .j-VN-info .infoTable + .infoTable {
	margin-top: 40px;
}
.customizedVN .j-VN-info .info {
	display: table-cell;
	width: 50%;
	padding: 0 15px;
}
.customizedVN .j-VN-info .info h5 {
	font-size: 1.2em;
	margin: 0 0 5px;
}
.customizedVN .j-VN-info .info p {
	margin: 0;
	color: #333333;
}
.customizedVN .j-VN-info .info p + p {
	margin-top: 5px;
}
.customizedVN .j-VN-info .info p b {
	display: inline-block;
	min-width: 21%;
	color: #848484;
	font-weight: normal;
	margin-right: 5px;
	vertical-align: top;
}
.customizedVN .j-VN-info .info p b:after {
	content: ':';
	margin-left: 2px;
}
.customizedVN .j-VN-info .info span {
	display: inline-block;
	max-width: 77%;
}
.customizedVN .j-VN-info .info span a {
	color: #333333;
}

@media screen and (max-width: 1180px) {
/*.j-service-info{   
    width: 100%;
    margin-bottom: 15px;
}
.j-tel-info{
    width: 40%;
}*/
	.customizedVN .j-VN-info .info p b {
		min-width: 24%;
	}
	.customizedVN .j-VN-info .info span {
		max-width: 73%;
	}
}
@media screen and (max-width: 768px) {
	.customizedVN .j-VN-info .info p b {
		min-width: 32%;
	}
	.customizedVN .j-VN-info .info span {
		max-width: 65%;
	}
}
@media screen and (max-width: 725px) {
.j-service-info{   
    width: 100%;
    margin-bottom: 15px;
}
.j-tel-info{
    width: 100%;
    margin-bottom: 15px;
}
.j-mail-info{
    width: 100%;
    margin-bottom: 15px;
}
.j-reg-service, .j-tel, .j-mail{
    margin-left: 46px;
}
.j-reg-icon {
    width: 46px;
    height: 46px;
    -moz-background-size: 23px 23px;
    -o-background-size: 23px 23px;
    -webkit-background-size: 23px 23px;
    background-size: 23px 23px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 23px;
}
	.customizedVN .j-service-info h4 {
		margin: 0 0 5px;
	}
	.customizedVN .j-service-info p b {
		display: inline;
	}
	.customizedVN .j-VN-info {
		display: block;
		width: 100%;
	}
	.customizedVN .j-VN-info .info p b {
		min-width: 21%;
	}
	.customizedVN .j-VN-info .info span {
		max-width: 77%;
	}
}
@media screen and (max-width: 640px) {
	.customizedVN .j-VN-info .infoTable {
		display: block;
	}
	.customizedVN .j-VN-info .infoTable + .infoTable {
		margin-top: 0;
	}
	.customizedVN .j-VN-info .info {
		display: block;
		width: 100%;
		padding: 15px;
	}
}
/* 
============================================================================
UPS MAIN PAGE IMAGE FIX
============================================================================
 */
.j-ups-main .img .pImg {
    position: relative;
}