/* ===== AGW STYLE CSS v0.0.1 Copyright(C) Acer Inc. ====== */

/* DEVICE D from 90em to 119.999em - from 1140px to 1919px */

/* --------------- GENERAL -------------- */

.newStyle html {
  	font-size: 100%; }
  
.newStyle {
  	color: rgba(0, 0, 0, 0.7);
  	font-family: "Acer Foco", "Trebuchet MS", Arial, sans-serif;
  	font-size: 1rem;
  	line-height: 1.5; 
  	clear: both; 
  	text-align: left;
  	line-height: 1.5; }
  
.newStyle .row {
  	padding-bottom: 0; }
  	
.newStyle *,
.newStyle *:before,
.newStyle *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.newStyle .container:before,
.newStyle .container:after,
.newStyle .row:before,
.newStyle .row:after,
.newStyle .clearfix:before,
.newStyle .clearfix:after {
  content: " ";
  display: table; }

.newStyle .container:after,
.newStyle .row:after,
.newStyle .clearfix:after {
  clear: both; }

.newStyle .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.newStyle .container.max-width-c {
  max-width: 64em; }

.newStyle .container.max-width-d {
  max-width: 90em; }

.newStyle .container.max-width-e {
  max-width: 120em; }

.newStyle .container.max-width-f {
  max-width: 160em; }

.newStyle .col {
  float: left;
  min-height: 1px;  }

.newStyle .col.centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }
  
/* CUSTOM RIGHT COLUMN */
.newStyle .borderLeft {
	border-left: 1px solid #eee;
    padding-right: 1.25em; }
    
/* SEARCH CATEGORY */
.searchCategory {
	display: none; }

/* --------------- TYPOGRAPHY -------------- */

.newStyle textarea:focus, .newStyle input:focus, .newStyle select:focus, .newStyle ul:focus {
    outline: 0; }

.newStyle input, .newStyle textarea, .newStyle button, .newStyle select, .newStyle a, .newStyle div {
  -webkit-tap-highlight-color: rgba(0,0,0,0); } 
  
.newStyle a, .newStyle h1, .newStyle h2, .newStyle h3, .newStyle h4, .newStyle h5 {
 /* margin-bottom: 1rem;
  margin-top: 1rem; */
  text-align: left; 
  font-size: 0.75rem; }
  
.newStyle p {
	margin-bottom: 1rem;
	margin-top: 1rem; 
	text-align: left; 
	font-size: 1rem;
	line-height: 1.5; }
	
.newStyle label {
	display: block; }
	
.newStyle .checkBox {
	display: table;
    text-align: center;
    margin: 25px auto; }
    
.newStyle .checkbox input {
    display: none;
    width: auto;
    float: left;
    margin-right: 10px; }
    
.newStyle .checkbox input[type=checkbox]:checked + label span { 
	background-color: #85BB23; }
    
.newStyle .checkbox label.mexCheck {
    position: inherit; }
    
.newStyle .checkbox span.check {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: initial;
    margin-top: 3px;
    border-radius: 4px; }
    
.newStyle .loading {
	display: none;
    height: 42px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite; }
	
.newStyle a {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5;
    transition: all .3s; }
    
.newStyle a:hover {
	color: rgba(0, 0, 0, 1.0); }
	
.newStyle i.icon { 
	line-height: 1.5; }

.newStyle p a {
	display: inline;
	text-decoration: underline;
	font-size: inherit; }
	
.newStyle p.text-tertiary-light a {
	color: rgba(255, 255, 255, 0.5); }
	
/*.newStyle span {
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	font-size: 0.875rem; }*/
  
.newStyle .light {
	font-weight: 300!important; }
	
.newStyle .bold {
	font-weight: bold!important; }
	
.newStyle .normal {
	font-weight: normal!important; }
	
.newStyle .xbold{
	font-weight: 900!important; }
  
.newStyle .text-xs {
  	font-size: .75rem; }
  
.newStyle .text-s {
  	font-size: .875rem; }
  	
.newStyle .text-m {
  font-size: 1.00rem; }
  
.newStyle .text-l {
  	font-size: 1.25rem;
  	line-height: 1.2; }
  
.newStyle .text-xl {
    font-size: 1.6rem; }
    
.newStyle .heading-xs {
  	font-size: 1rem;
  	font-weight: bold;
  	line-height: 1.5; }
  
.newStyle .heading-s {
  	font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2; }

.newStyle .heading-m {
  	font-size: 1.8rem;
  	font-weight: bold; }
  
.newStyle .heading-l {
  	font-size: 2.25rem;
  	font-weight: normal; }
  
.newStyle .heading-xl {
  	font-size: 3rem;
  	font-weight: normal; }
  	
.newStyle .heading-xxl {
  	font-size: 5rem;
  	line-height: 0.9; }
  	
.newStyle .heading-xxl.custLineHeight {
	line-height: 1.1; }
  	
.newStyle .heading-xxxl {
  	font-size: 8rem;
  	line-height: 0.9; }

/* Border */
.border-0 {
	border: none; }
	
.border-top {
	border-top: 1px solid #eee; }
	
.border-right {
	border-right: 1px solid #eee; }
	
.border-bottom {
	border-bottom: 1px solid #eee; }
	
.border-left {
	border-left: 1px solid #eee; }
	
.label {
	padding: 0.125rem 0.5rem; }
	
.round {
	border-radius: 4px; }
	
.newStyle .inline {
	display: inline; }
	
.newStyle .divider {
	clear: both; }
    
.newStyle .capitalize {
  	text-transform: capitalize; }
  	
.newStyle .uppercase {
  	text-transform: uppercase; }
  	
.newStyle .centerImage {
	margin: 0 auto; }
	
.newStyle .hidden {
	display: none; }
  	
.newStyle .align-left {
  	text-align: left; }

.newStyle .align-center {
  	text-align: center; }

.newStyle .align-right {
  	text-align: right; }
    
.newStyle img {
    max-width: 100%;
    display: block; }

.newStyle figure {
    text-align: center; }
    
.newStyle select {
	cursor: pointer;
    border: 1px solid #eee;
    min-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
    height: 50px;
    padding: 15px;
    margin-bottom: 16px; }
    
.newStyle input { 
	width: 100%;
    height: 42px;
    font-size: 1rem;
    padding: 0.4375rem 1rem;
    transition: border .2s;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #e0e0e0;
    border-radius: 0.25rem; }
    
.newStyle input.error { 
	border: 1px solid rgba(204, 0, 0, 1.0); }
    
.newStyle iframe {
	border: none; }    

.newStyle .no-underline {
	text-decoration: none; }
	
.newStyle .underline {
	text-decoration: underline; }

.newStyle .float-left {
	float: left; }

.newStyle .float-right {
	float: right; }
	
.newStyle .float-none {
  	float: none; }

/* Margin */	
.newStyle .margin-0 {
	margin: 0; }
	
.newStyle .margin-xs {
	margin: 0.5rem; }

.newStyle .margin-s {
	margin: 1rem; }
	
.newStyle .margin-m { 
	margin: 2rem; }
	
.newStyle .margin-l { 
	margin: 3rem; }

/* Margin Left */
.newStyle .margin-left-0 {
	margin-left: 0; }
	
.newStyle .margin-left-xs {
	margin-left: 0.5rem; }
	
.newStyle .margin-left-s {
	margin-left: 1rem; }
	
.newStyle .margin-left-m { 
	margin-left: 2rem; }
	
.newStyle .margin-left-l { 
	margin-left: 3rem; }
	
/* Margin Right */
.newStyle .margin-right-0 {
	margin-right: 0; }
	
.newStyle .margin-right-xs {
	margin-right: 0.5rem; }

.newStyle .margin-right-s {
	margin-right: 1rem; }
	
.newStyle .margin-right-m { 
	margin-right: 2rem; }
	
.newStyle .margin-right-l { 
	margin-right: 3rem; }

/* Margin Top */	
.newStyle .margin-top-xs {
	margin-top: 0.5rem; }
	
.newStyle .margin-top-s {
	margin-top: 1rem; }
	
.newStyle .margin-top-0 {
	margin-top: 0; }
	
.newStyle .margin-top-m { 
	margin-top: 2rem; }
	
.newStyle .margin-top-l {
	margin-top: 3rem; }
	
/* Margin Bottom */
.newStyle .margin-bottom-0 {
	margin-bottom: 0; }
	
.newStyle .margin-bottom-xs {
	margin-bottom: 0.5rem; }
	
.newStyle .margin-bottom-s {
	margin-bottom: 1rem; }

.newStyle .margin-bottom-m {
	margin-bottom: 2rem; }

.newStyle .margin-bottom-l {
	margin-bottom: 3rem; }

.newStyle .fadeIn {
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-backface-visibility: hidden; }

.newStyle .fadeOut {
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-backface-visibility: hidden; }
	
/* --------------- COLOR BORDER -------------- */
.newStyle .bdB-white {
	border-bottom: 1px solid #fff; }
	
.newStyle .bdB-gray {
	border-bottom: 1px solid #616161; }

/* --------------- COLOR TEXT -------------- */
.newStyle .text-primary-dark {
	color: rgba(0, 0, 0, 0.87); }

.newStyle .text-secondary-dark {
	color: rgba(0, 0, 0, 0.7); }

.newStyle .text-tertiary-dark {
	color: rgba(0, 0, 0, 0.4); }

.newStyle .text-primary-light {
	color: rgba(255, 255, 255, 1.0); }

.newStyle .text-secondary-light {
	color: rgba(255, 255, 255, 0.8); }
	
.newStyle a.text-secondary-light:hover {
	color: rgba(255, 255, 255, 1.0); }

.newStyle .text-tertiary-light {
	color: rgba(255, 255, 255, 0.5); }
	
.newStyle a.text-tertiary-light:hover {
	color: rgba(255, 255, 255, 0.8); }
	
.newStyle .text-primary-green { 
	color: rgba(133, 187, 35, 1.0); }
	
.newStyle .text-primary-blue { 
	color: rgba(71, 162, 218, 1.0); }
	
/* No Opacity change of color */
.newStyle a.text-primary-green:hover { 
	color: rgba(99, 138, 20, 1.0); }
	
.newStyle .text-primary-red { 
	color: rgba(204, 0, 0, 1.0); }
	
/* --------------- BUTTON -------------- */
.newStyle .button {
	background-color: #eeeeee;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1;
    outline: 0;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	text-decoration: none;
	height: 42px; }

.newStyle .button:hover {
    background-color: #dadada;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    
.newStyle .button.emptyWhite {
	background: transparent;
    border: 2px solid #f5f5f5;
    color: #f5f5f5; }
    
.newStyle .button.emptyWhite:hover {
	color: #000; 
	background: #f5f5f5; }

.newStyle .button.empty-gray-5 {
	background: transparent;
    border: 2px solid #e0e0e0;
    color: #616161; }
    
.newStyle .button.empty-gray-5:hover { 
	color: #fff; 
	background: #e0e0e0 }
	
.newStyle .button.empty-gray-7 {
	background: transparent;
    border: 2px solid #616161;
    color: #616161; }
    
.newStyle .button.empty-gray-7:hover { 
	color: #fff; 
	background: #616161; }
	
.newStyle .button.emptyBlack {
	background: transparent;
    border: 2px solid #333;
    color: #333; }
    
.newStyle .button.emptyBlack:hover {
	color: #fff; 
	background: #333; }

.newStyle .button input {
	background: transparent;
	border: none;
	text-transform: uppercase; }
	
.newStyle .button.text-primary-light {
	color: rgba(255, 255, 255, 1.0); }
	
.newStyle .button.bg-green:hover { 
	background: rgb(99, 138, 20); }
	/*hsl(80, 75%, 31%);*/
	
.newStyle .button.bg-gray-3:hover {
	background: rgb(199, 199, 199); }
	
/* --------------- COLOR BACKGROUND -------------- */
.newStyle .bg-gray-0 {
	background: rgb(250, 250, 250); } /*#fafafa*/

.newStyle .bg-gray-1 {
	background: rgb(245, 245, 245); } /*#f5f5f5*/

.newStyle .bg-gray-2 {
	background: rgb(238, 238, 238); } /*#eeeeee*/
	
.newStyle .bg-gray-3 {
	background: rgb(224, 224, 224); } /*#e0e0e0*/
	
.newStyle .bg-gray-4 {
	background: rgb(189, 189, 189); } /*#bdbdbd*/
	
.newStyle .bg-gray-5 {
	background: rgb(158, 158, 158); } /*#9e9e9e*/
	
.newStyle .bg-gray-6 {
	background: rgb(117, 117, 117); } /*#757575*/

.newStyle .bg-gray-7 {
	background: rgb(97, 97, 97); } /*#616161*/

.newStyle .bg-gray-8 { 
	background: rgb(66, 66, 66); } /*#424242*/

.newStyle .bg-gray-9 {
	background: rgb(33, 33, 33); } /*#212121*/

.newStyle .bg-black { 
	background: rgb(0, 0, 0); }

.newStyle .bg-green { 
	background: rgb(128, 195, 67); } /*#80c343*/
	
.newStyle .bg-white { 
	background: rgb(255, 255, 255); }
	
.newStyle .bg-red { 
	background: rgb(255, 235, 238); }

/* --------------- HEADER -------------- */
.newStyle .header .contHeader {
	/*position: relative;*/
	width: 100%; 
	height: 110px; }

.newStyle .header {
	border-bottom: 1px solid rgba(0,0,0,0.06);
	width: auto;
	height: 110px;
	position: relative; }

.newStyle .header .logo {
	margin: 31px 96px 31px 0;
	float: left;
	width: 96px; }

.newStyle header .logo img {
	display: block;
	float: left;
	width: auto;
    height: 48px; }
	
/* --------------- SELECT CUSTOM -------------- */
.newStyle .contSelect {
	position: relative; }

.newStyle .contSelect .select {
    position: relative;
    float: left;
    width: 290px; }

.newStyle .selectCustom {
	margin: 0;
    background-color: white;
    border: 2px solid #E0E0E0;
    border-radius: 0.25rem;
    display: block;
    font-size: 1rem;
    padding: 0.4375rem 1rem;
    text-decoration: none;
    height: 42px; }
/*    
.selectCustom.disabled {
	background-color: #EEEEEE;
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed; }
*/	
.newStyle .optionCustom {
	border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    height: 267px;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    background-color: #fff; 
    display: none;
    z-index: 1; }
	
.optionCustom li a:hover {
    background: rgb(224, 224, 224); }

.newStyle .optionCustom li a {
	text-decoration: none;
	margin: 0;
    padding: 1em; }
    
.newStyle .optionCustom li a:hover {
	background: rgb(245, 245, 245); 
	color: rgba(0, 0, 0, 0.7); }
	
.newStyle .optionCustom li a.active {
	background: rgb(245, 245, 245); 
	color: rgba(0, 0, 0, 0.7); }
	
/* Predator Style */
.newStyle .font-pred {
	font-family: TTSquares, Arial, sans-serif; }
	
.newStyle .button-pred {
	background-color: #ed1c2c;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: TTSquares, Arial, sans-serif; }
    
.newStyle .button-pred:hover {
	color: #fff;}
	
.newStyle .modal.pred {
    background-color: rgba(0, 0, 0, 0.9); }

.newStyle .modal.pred .modalContent {
    background-color: transparent; }
    
.newStyle .modal.pred .modalContent .bx-wrapper .bx-pager {
	margin-top: 3em; }

.newStyle .modal.pred .modalContent .arrowLeft {
	left: 10%;
	margin: 0;
	top: 38%; }

.newStyle .modal.pred .modalContent .arrowRight {
	right: 10%;
	margin: 0;
	top: 38%; }
    
.newStyle .modal.pred .modalContent a:hover i {
	color: rgba(255, 255, 255, 0.9); }
	
.newStyle .modal.pred .modalContent .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
    border-color: rgba(255, 255, 255, 0.4);
    width: 16px;
    height: 16px;
    border-radius: 10px; }
    
.newStyle .modal.pred .modalContent .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255, 255, 255, 1)}
	
/* --------------- WINDOWS LOGO -------------- */
.newStyle .windowsLogoCont {
	position: absolute;
    top: 0;
    left: 0;
    right: 0; }
	
.newStyle .windowsLogoCont .windowsLogo {
	width: 180px;
    height: auto;
    margin-top: 2em; }
	
/* --------------- SUGGESTION TOP -------------- */
.newStyle .contSuggestionTop {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 301;
    background-color: rgb(255, 255, 255); }
    
.newStyle .contSuggestionTop .col {
	min-height: inherit; }

.newStyle .contSuggestionTop ul li a {
	padding-left: 1em; }
	
.newStyle .contSuggestionTop ul {
	display: block;
    left: auto;
    width: auto!important;
    position: inherit !important;
    border: none; 
    margin-top: 1em;
    margin-bottom: 1em; }
    
/* LOGO CINA */
.newStyle .logoCina {
	height: 47px;
    width: 47px;
    margin-top: 0; }
    
/* --------------- PAGINATION -------------- */
.newStyle .pagination {
    padding-left: 8.33333%;
    float: right; 
    height: 50px; }

.newStyle .pagination.top {
    margin-bottom: -2px; }
    
.newStyle .pagination.bottom {
    margin-top: -2px; }
    
.newStyle .pagination.bottom ul li a {
	border-top: 2px solid rgba(238, 238, 238, 1.0); }

.newStyle .pagination a {
	float: left;
	text-decoration: none; }
	
.newStyle .pagination a.next,
	.newStyle .pagination a.prev {
		color: transparent; }
	
.newStyle .pagination a i {
	color: rgba(0, 0, 0, 0.7); }
	
.newStyle .pagination a.prev.active {
	display: none; } 
	
.newStyle .pagination a.next.active {
	display: none; } 
	
.newStyle .pagination ul {
	float: left; }
    
.newStyle .pagination ul li {
    float: left; }
    
.newStyle .pagination ul li a {
    padding: 1rem;
    text-decoration: none;
    margin: 0; 
    border-top: 2px solid rgba(255, 255, 255, 1.0);
    line-height: 1.0; }
	
.newStyle .pagination.top ul li a.active, .newStyle .resultsContainer .pagination.top ul li a.active:hover { 
	color: rgba(133, 187, 35, 1.0);
	border-bottom: 2px solid rgba(133, 187, 35, 1.0); }
	
.newStyle .pagination.top ul li a:hover {
	color: rgba(0, 0, 0, 1.0);
	border-bottom: 2px solid rgba(0, 0, 0, 1.0); }
	
.newStyle .pagination.bottom ul li a.active, .newStyle .resultsContainer .pagination.bottom ul li a.active:hover { 
	color: rgba(133, 187, 35, 1.0);
	border-top: 2px solid rgba(133, 187, 35, 1.0); }
	
.newStyle .pagination.bottom ul li a:hover {
	color: rgba(0, 0, 0, 1.0);
	border-top: 2px solid rgba(0, 0, 0, 1.0); }

/* --------------- SLIDE DOWN -------------- */
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
	
/* --------------- SUGGESTION SUPPORT -------------- */
.newStyle .contSuggestionSupport {
    position: absolute;
    z-index: 51;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee; 
    border-top: none; 
    width: 100%;
    left: 0; }
    
.newStyle .contSuggestionSupport .col {
	min-height: inherit; }
    
.newStyle .contSuggestionSupport ul {
	width: auto!important;
    top: 0px!important; 
    left: 0!important; 
    border-top: 1px solid #eee; }

.newStyle .contSuggestionSupport ul li a {
	padding: 1em; 
    margin: 0; 
    font-size: 0.875rem; }

.newStyle .contSuggestionSupport ul li a:hover, .newStyle .contSuggestionSupport ul li a.ui-state-focus {
	background: rgb(245, 245, 245); }

/* FILTER */
.acerNew .filter-box { 
	width: 210px; 
	padding: 0 18px 18px 18px; 
	float: left; 
	background-color: #fff; }
	
.filter-box h2 { 
	width: auto; 
	font-size: 20px; 
	font-weight: bold; 
	margin: 0; 
	padding: 18px 0; 
	color: #80C343; 
	font-style: italic; 
	border-bottom: 1px solid #c6c8c9; }
	
.filter-box h3 { 
	width: auto; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	font-style: italic; }
	
.filter-box ul { 
	width: 100%; 
	list-style-type: none; 
	margin: 0; 
	padding: 0px 0 25px 0; 
	float: left; }
	
.filter-box {
	float: left;
	width: 100%; }
	
.filter-box ul li { 
	padding: 0; 
	width: 100%; 
	float: left; }
	
.filter-box ul li a { 
	color: #4d5357; 
	text-decoration: none;
	float: left;
    margin-bottom: 0; }
	
.filter-box ul li a:hover span.check { 
	background: rgba(131, 184, 26, 0.4); }
	
.filter-box ul li a.disabled { 
	cursor: default; }
	
.filter-box ul li a.disabled span.check { 
	color: #bbb; }
	
.filter-box ul li a.disabled span.label { 
	color: #bbb; 
	text-decoration: line-through; }
	
.filter-box ul li span.check { 
	display: block; 
	background-color: #eee; 
	float: left; 
	margin-right: 20px; 
	border-radius: 5px; 
	width: 20px; 
	height: 20px; }
	
.filter-box ul li span.label { 
	display: block; 
	width: auto; 
	max-width: 155px; 
	float: left; }
	
.filter-box ul li a.selected span.check { 
	background-color: #80C343; }
	
.filter-box ul li a:hover { 
	color: #80C343; }
	
.filter-box a:hover i { 
	color: rgba(0, 0, 0, 0.7);  }

.filter-box a.reset-filter { 
	display: block; }
	
.filter-box a.open-filter { 
	display: none;  }

.filter-box a.close-filter { 
	display: none;  }
	
.filter-box a.open-filter span.close { 
	display: none; }
	
.filter-box a.close-filter span.open { 
	display: none; }
	
.filter-box a.close-filter { 
	text-decoration: none; }
	
.filter-box a.reset-filter-button, .filter-box a.apply-filter-button {
	display: none;
	margin-right: 20px; }

/* --------------- SCROLLBAR CUSTOM -------------- */

.scrollbarCustom::-webkit-scrollbar {
	width: 8px; /*  4px; */
    background-color: transparent; }
	
.scrollbarCustom::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);
	border-radius: 0px; } /*  10px */
	
.scrollbarCustom::-webkit-scrollbar-thumb:active {
	background-color: #A6393D;
	border: 1px solid #333333; }

.scrollbarCustom::-webkit-scrollbar-track {
    border: 1px rgb(245, 245, 245) solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgb(245, 245, 245) inset;
    background-color: rgb(245, 245, 245); } 

/* --------------- SCROLLBAR SEARCH -------------- */

.newStyle .ui-autocomplete { 
	max-height: 300px;
    position: absolute;
    z-index: 51;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee;
    border-top: none;
    width: 100% !important; 
    left: 0 !important; }

.newStyle .ui-autocomplete li a { 
    padding: 1em;
    margin: 0;
    font-size: 0.875rem; }
    
.newStyle .ui-autocomplete li a span {
	font-weight: bold; }
	
.newStyle .ui-autocomplete li a span.lower { 
	text-transform: lowercase; }

.newStyle .ui-autocomplete::-webkit-scrollbar {
	width: 4px;
    background-color: transparent; }
	
.newStyle .ui-autocomplete::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);
	border-radius: 10px; }
	
.newStyle .ui-autocomplete::-webkit-scrollbar-thumb:active {
	background-color: #A6393D;
	border: 1px solid #333333; }

.newStyle .ui-autocomplete::-webkit-scrollbar-track {
    border: 1px rgb(245, 245, 245) solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgb(245, 245, 245) inset;
    background-color: rgb(245, 245, 245); }
    
.newStyle .ui-autocomplete li a:hover, .newStyle .ui-autocomplete li a.ui-state-focus {
	background: rgb(245, 245, 245); }
	
/* --------------- GROUP -------------- */
.groupFilters .filter {
	padding: 0.1rem;
    margin: auto 8px auto auto; }

.groupFilters .filter:hover, .groupFilters .filter.active {
	background: #fff; }
	
.groupBar {
	display: none; }
    
.groupMultiContProd .line { 
	padding-top: 100px;
    background: #fff; }
    
.oldBannerGroup {
	border-bottom: 1px solid #eee; }
    
.groupMultiContProd .cont {
	overflow: hidden;
    background: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    
.groupMultiContProd .cont .row {
	margin-bottom: -1px; }

.groupMultiContProd .products { 
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fafafa; }
	
.groupMultiContProd .products div div { 
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
    background: #fff; }
	
.groupMultiContProd .products div div:nth-child(3) { 
	border-right: 1px solid #fff; }
    
.groupMultiContProd .products div div:hover {
	background: #fafafa; }
    
.groupMultiContProd .products div div.empty {
	background: #fafafa; }
	
.groupMultiContProd .products div div p {
	min-height: 56px;
	overflow: hidden; }

.groupMultiContProd img{
	max-height: 220px;
}

.groupMultiContProd a{
	min-height: 375px;
}
	
.groupDoubleContProd .cont {
	overflow: auto;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }

.groupDoubleContProd .products {
	background: #fff; 
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    
.groupDoubleContProd .products img {
    margin: 0 auto;
    display: block; }
    
.groupDoubleContProd .products:hover {
	background: #fafafa; }
    
.groupSingleContProd .cont {
	overflow: auto;
    border-bottom: 1px solid #eee; }

.groupDoubleContProd .products p {
    height: 48px;
    overflow: hidden; }
    
.groupSingleContProd .displayTable {
	height: 351px;
    display: table;
    width: 100%; }
    
.groupSingleContProd .displayTable .title {
	display: table-cell;
    vertical-align: middle; }
    
.groupSingleContProd .displayTable .title p {
	width: 300px;
	margin: 0 auto; }
    
/* --------------- ALL MODELS -------------- */
.newStyle .allModProdList .item {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    
.newStyle .allModProdList .item ul li span a {
	color: rgba(133, 187, 35, 1.0); 
	text-align: center;
    margin: 0;
    display: inherit;
    font-size: inherit; }
    
.newStyle .allModProdList .tag {
	height: 24px; 
	display: block; }
	
.newStyle .allModProdList .item img {
	max-height: 140px; }
	
.newStyle .allModProdList .item .name {
	height: 48px;
	overflow: hidden; }
    
 .newStyle .allModProdList .item .radioButtonCont {
    display: table;
    margin: 1rem auto; }
    
.newStyle .allModProdList .item .compare .check{
    width: 20px;
    height: 20px;
    background: #eee;
    display: block; }
    
.newStyle .filterBox li {
	float: left;
	margin-top: 1rem;
	width: 100%;
	min-width: 150px; }
	
/* --------------- COMPARE -------------- */

.newStyle .compareDisabled {
	display: none; }
	
.newStyle .compare .info .item {
	min-height: 500px;
	position: relative; }
	
.newStyle .compare .info .item .removeItem {
	position: absolute; 
	right: 0; }
	
.newStyle .compare .item p a {
	 color: rgba(0, 0, 0, 0.4); }
	
.newStyle .compare .item li  {
	text-align: left;
	list-style: none; }
	
.newStyle .compare .item {
    border-left: 1px solid #eee;
    padding-top: 0.1rem;
    min-height: 44px; }
    
.newStyle .buyDisplay {
	display: none; }
    
.newStyle .compare .item p a {
	color: rgba(133, 187, 35, 1.0); }
    
.newStyle .compare .empty {
    border-left: 1px solid #eee;
    padding-top: 0.1rem;
    min-height: 60px; }

.newStyle .compare .filter .switch {
	background: url(img/on-off_button.svg) no-repeat;
    padding-left: 75px;
    background-size: 45px;
    background-position: 0 -21px;
    transition: all .0s; }
    
.newStyle .compare .filter .switch.off {
    background-position: 0 0; }

.newStyle .compare .filter {
    position: relative; }
    
.newStyle .compare .filter .col {    
    position: absolute;
    top: -90px; }
    
.newStyle .compare .filter .filterList {
	display: none; }
    
.newStyle .compare .no-prod {
    padding-top: 9em; }
    
    
/* --------------- CUSTOM RADIO BUTTON --------------  */

.radioButtonCont label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	background: #eee;
	border-radius: 5px;
	left: 0; }

.radioButtonCont label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(131, 184, 26, 1);
    top: 0;
    left: 0;
    border-radius: 5px; }

.radioButtonCont:hover label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2; }
	
.radioButtonCont:hover p, .radioButtonCont.selected p {
	color: rgba(0, 0, 0, 0.7); }

.radioButtonCont.selected input + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1; }

.radioButtonCont input[type=checkbox] {
    visibility: hidden; }
    
/* IFRAME */
.newStyle .contIframe {
	width: 850px;
	height: 480px;
	margin: 0 auto; }

.newStyle .contIframe iframe {
	width: 100%;
	height: 100%; }
    
/* --------------- MODAL -------------- */
.newStyle .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999; }

.newStyle .modal .modalContent {
    background-color: #fff;
    padding: 20px;
    position: relative;
    padding: 2rem;
    cursor: default; }
    
.newStyle .modal .modalContent iframe {
	width: 90%;
    min-height: 512px; }
    
.newStyle .modal .modalContent .close {
    position: absolute;
    top: 0;
    right: 45px;
    color: transparent; }
    
.newStyle .modal .modalContent a:hover i {
    color: rgba(0, 0, 0, 1.0); }
    
.newStyle .modal .modalContent .arrowRight {
    position: absolute;
    right: 15%;
	top: 45%;
	width: 50px;
    height: 50px;
    margin: 0;
    overflow: hidden;
	color: transparent; }

.newStyle .modal .modalContent .arrowLeft {
	position: absolute;
    left: 15%;
    top: 45%;
    width: 50px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    color: transparent; }
	
.newStyle .modal .modalContent .arrowLeft .bx-prev {
	position: absolute;
    top: 0;
    width: 50px;
    margin: 0;
    height: 50px;
    margin: 0; }
	
.newStyle .modal .modalContent .arrowRight .bx-next {
	position: absolute;
    top: 0;
    width: 50px;
    margin: 0;
    height: 50px; }
    
.newStyle .modal .modalContent .bx-wrapper .bx-pager {
	position: inherit;
	width: 100%; }

.newStyle .modal .modalContent .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 2px solid;
    border-color: rgba(0, 0, 0, 0.4); }
	
.newStyle .modal .modalContent .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.0); }
    
/* --------------- SECOND LEVEL MENU -------------- */
.newStyle .secondLevelMenu {
	/*padding: 5px 0;*/
	border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: background-color .4s;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9; } 
    
.newStyle .secondLevelMenu.over {
	position: absolute;
	/*top: 110px;*/ }

.newStyle .secondLevelMenu.freezed {
	-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.026);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7); }
    
.newStyle .secondLevelMenu.freezed:hover {
    background-color: rgba(255, 255, 255, 1); }
    
.newStyle .secondLevelMenu .seriesName a {
	padding: 1.313rem 1rem 1.313rem 0;
    margin: 0; }
    
.newStyle .secondLevelMenu .seriesName p {
	padding: 1.313rem 1rem 1.313rem 0;
    margin: 0; }

.newStyle .secondLevelMenu .seriesNav ul {
	float: right;
    display: flex; }
    
.newStyle .secondLevelMenu .seriesNav ul li a {
	float: left;
	padding: 1.313rem 1.5rem;
	margin: 0;
	transition: all 0.2s;
	/*color: rgba(0, 0, 0, 0.4);*/ }
	
.newStyle .secondLevelMenu .seriesNav ul li:last-child a {
	padding-right: 0; }
	
.newStyle .secondLevelMenu.freezed .seriesNav ul li a {
	color: rgba(0, 0, 0, 0.4); }
	
.newStyle .secondLevelMenu.freezed .seriesNav ul li a.active, .newStyle .secondLevelMenu.freezed .seriesNav ul li a:hover,
.newStyle .secondLevelMenu.freezed h1  {
	color: rgba(0, 0, 0, 0.7); }
	
.newStyle .secondLevelMenu .seriesNav ul li a:hover, .newStyle .secondLevelMenu .seriesNav ul li a.active {
	color: rgba(0, 0, 0, 0.7); }
	
.newStyle .secondLevelMenu.clear .seriesNav ul li a:hover, .newStyle .secondLevelMenu.clear .seriesNav ul li a.active {
	color: rgba(255, 255, 255, 1); }
	
.newStyle .secondLevelMenu.freezed.clear .seriesNav ul li a:hover, .newStyle .secondLevelMenu.freezed.clear .seriesNav ul li a.active {
	color: rgba(0, 0, 0, 0.87); }
		
.newStyle .secondLevelMenu .iconCta {
	display: none;
    padding-bottom: 24px; }
	
.newStyle .secondLevelMenu.clear {
	border-bottom: 1px solid #fff; }
	
/* SERIES AND MODEL SET IMAGES VERTICAL ALIGN*/
.newStyle .imgSeriesCont {
    display: table;
    width: 100%;
    height: 350px; }
    
.newStyle .imgSeriesCont .imgSeries {
	display: table-cell;
    vertical-align: middle; }
    
.newStyle .imgModelCont {
    display: table;
    width: 100%;
    height: 400px; }
    
.newStyle .imgModelCont .imgModel {
	display: table-cell;
    vertical-align: middle; }

/* --------------- DISPLAY TABLE -------------- */
.newStyle .container.displayTable {
	height: 100%;
	display: table; }

.newStyle .container.displayTable .row {
	display: table-cell;
    vertical-align: middle;
    float: none; }

/* --------------- OVERVIEW SECTION -------------- */
.newStyle .overviewSection {
	height: 691px; }
    
.newStyle .overviewSection .bg-image {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
    
.newStyle .imgOverActionUrl {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    
.newStyle .contSection {
	position: relative }
    
.newStyle .contSection .textOver {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
    
.newStyle .contSection .textOver.d-top {
	position: inherit; }

.newStyle .contSection .textOverCont {
    height: 100%;
	display: table; }

.newStyle .contSection .textOverCont .text {
	display: table-cell;
    vertical-align: middle;
    float: none; }
    
.newStyle .padTopMenuOver {
	padding-top: 61px; }
	
/* --------------- BENEFITS SECTION -------------- */
.newStyle .dividerBen { 
	border-top: 1px solid #eee; }
	
.newStyle .dividerBen:first-child { 
	border-top: none; }

.newStyle .contSectionBen {
	position: relative; 
	overflow: hidden; }

.newStyle .contSectionBen .textOverBen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }

.newStyle .contSectionBen .textOverBen .textOverBenCont {
    height: 100%;
	display: table; }
	
.newStyle .contSectionBen img {
	margin-top: -1px; }

.newStyle .contSectionBen .textOverBen .textOverBenCont .text {
	display: table-cell;
    vertical-align: middle;
    float: none; }
    
/* --------------- CLM SECTION -------------- */   
.newStyle .logoCont { 
	text-decoration: none;
    margin: 1em;
    border: 1px solid #eee;
    padding: 20px; }
    
.newStyle .acer-store {
    background: #eee;
    width: 100%!important;
    margin-bottom: 1em; }
    
.newStyle .acer-store .sd-logo { 
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    float: left;
    margin-right: 35px;
    margin-bottom: 2em; }
	
.newStyle .clmFooter {
	background: rgb(245, 245, 245);
    padding: 30px;
	padding: 10px 30px;
    overflow: auto; }
	
.newStyle .clmFooter a {
	color: rgba(0, 0, 0, 0.4); }
	
.newStyle .clmFooter .ps {
	height: 30px;
    float: right;
    margin-top: 7px; }
	
.newStyle .clmFooter .dr {
    height: 16px;
    float: right;
    margin: 14px 0 7px 30px; }
    
/* Hover Show Info IFA */
.newStyle .hoverShowInfo {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }

.newStyle .hoverShowInfo .element {
	position: relative;
	height: 400px;
    overflow: hidden;
    border-right: 1px solid #eee; }

.newStyle .hoverShowInfo.bg-black .element {
    border-right: 1px solid #333; }
    
.newStyle .hoverShowInfo .element:first-child {
	border-left: 1px solid #eee; }
	
.newStyle .hoverShowInfo .element > a {
	position: absolute; 
	width: 88%;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;}

.newStyle .hoverShowInfo .element .up {
	position: absolute;
	width: 88%;
    left: 0;
    right: 0;
    margin: auto;
	background: rgba(255,255,255,0.9);
    z-index: 100;
    height: 400px;
    opacity: 0;
    -o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-khtml-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
    /*bottom: -400px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;*/ }
    
.newStyle .hoverShowInfo .element .up h3 {
	margin-top: 70px; }

.newStyle .hoverShowInfo .element:hover .up {
	/*top: 50px;*/
	/*bottom: 0px;*/
	opacity: 1;  }
	
.newStyle .hoverShowInfo .element:hover > a h3, .newStyle .hoverShowInfo .element:hover > a p {
	display: none; }

/*Black section*/
.newStyle .hoverShowInfo.bg-black {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333; }

.newStyle .hoverShowInfo.bg-black .element:first-child {
	border-left: 1px solid #333; }
	
.newStyle .hoverShowInfo.bg-black .element .up {
	background: rgba(0,0,0,0.8); }
	
/*Gray section*/	
.newStyle .hoverShowInfo.bg-gray-1 .element .up {
	background: rgba(245,245,245,0.9); }

/* --------------- KSP SECTION -------------- */   
.newStyle .contSection .textOverKsp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }

.newStyle .contSection .textOverKspCont {
    height: 100%;
	display: table; }

.newStyle .contSection .textOverKspCont .text {
	display: table-cell;
    vertical-align: middle;
    float: none; }
    
.acerNew.goWTB { display: none; }

/* --------------- HIGHLIGHT SECTION -------------- */
.newStyle .sectionHighlight {
	border-bottom: 1px solid #ddd; }
	
.newStyle .sectionHighlight .title {
	height: 43px;
    overflow: hidden; }
    
.newStyle .sectionHighlight .descr {
	min-height: 48px; }
	
.newStyle .sectionHighlight img {
	height: 100px; }

.newStyle .sectionHighlight .row {
	border-left: 1px solid #ddd; }

.newStyle .sectionHighlight .row .col {
 	padding: 24px;
 	border-right: 1px solid #ddd; }
 	
.newStyle .ben-size-4.sectionHighlight .row .col:nth-child(-n+2) {
 	border-bottom: 1px solid #ddd; }
 	
.newStyle .ben-size-5.sectionHighlight .row .col:nth-child(-n+3) {
 	border-bottom: 1px solid #ddd; }
 	
.newStyle .ben-size-6.sectionHighlight .row .col:nth-child(-n+3) {
 	border-bottom: 1px solid #ddd; }
	   
/* --------------- GALLERY SECTION -------------- */

.newStyle .gallerySection .cont .col {
	padding: 24px;
	border-left: 1px solid #ddd; }
    
.newStyle .gallerySection .cont .col:nth-child(-n+4) {
	border-bottom: 1px solid #ddd; }
    
.newStyle .gallerySection .cont.oldSeries .col:nth-child(-n+4) {
	border-bottom: none; }

.newStyle .gallerySection .cont.oldSeries .col:nth-child(-n+3) {
	border-bottom: 1px solid #ddd; }

.newStyle .gallerySection .cont {
	border-right: 1px solid #ddd;
    overflow: hidden; }
    
.newStyle .gallerySection {    
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
    
.newStyle .gallerySection .centerVideo { 
	position: relative;
    width: 100%; }
    
.newStyle .gallerySection .playIcon {
	position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 90px;
    text-align: center;
    color: #fff; }
    
.newStyle .gallerySection .centerVideo img.video { 
	position: absolute;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
	
.newStyle .gallerySection .centerImages {
    position: relative;
    width: 100%; }
    
.newStyle .gallerySection .centerImages img.image { 
	position: absolute;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.newStyle .gallerySection .modalContent .col {
	border: none!important;
	overflow: hidden;
    background: #fff; }
	
/* --------------- MODEL -------------- */   
.newStyle .gallerySection .modelGallery.cont .col {
	border-bottom: none; }
	
.newStyle .gallerySection .modelGallery.cont .col:last-child {
	border-bottom: none; }
    
.newStyle .model .bordR {
    border-right: 1px solid #ddd; }
    
.newStyle .model .bordL {
    border-left: 1px solid #ddd;
    margin-left: -1px; }
    
.newStyle .model .bordL p a {
	color: rgba(133, 187, 35, 1.0); }
    
.newStyle .model ul {
	margin-top: -16px; } 
    
.newStyle .model li {
	list-style: none;
    text-align: left; }
    
.newStyle .sectionModelInfo .info .button {
	float: left; }
    
/* --------------- DATASHEET -------------- */
.newStyle .sectionDoubleCol .col:first-child {
	border-right: 1px solid #ddd; }
	
.newStyle .sectionDoubleCol .col p {
	margin: 0; }
	
.newStyle .sectionDoubleCol .col div p:last-child {
	margin-bottom: 2rem; }
	
/* --------------- ICON SECTION -------------- */
.newStyle .sectionIcon {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    
.newStyle .sectionIcon .row .col  {
	padding: 24px; }
	
.newStyle .sectionIcon img {
	height: 100px; }

/* --------------- HOTSPOST -------------- */
	
.newStyle .contSection .hs {
	position: absolute;
	top: 270px;
    left: calc(50% - 220px);
    cursor: pointer; }
	
.newStyle .contSection .hs img { 
	width: 30px;
    float: left; }
    
.newStyle .contSection .hs span { 
    float: left;
    line-height: 30px; }
	
/* --------------- HEADER Menu Mobile -------------- */
.newStyle .header .menuBar .mobileMenu {
	display: none;
	cursor: pointer;
	background-color: transparent;
	border-style: none;
	margin: 0 auto;
	height: 110px;
	outline: none;
	padding: 0;
	position: relative;
	width: 1.5rem; }

.newStyle .header .menuBar .mobileMenuBar {
	background-color: #e0e0e0;
	height: 2px;
	position: absolute;
	top: 50%;
	transition: background .3s;
	width: 100%; }

.newStyle .header .menuBar .mobileMenuBar:before {
	background-color: #e0e0e0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -5px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	width: 100%; }

.newStyle .header .menuBar .mobileMenuBar:after {
	background-color: #e0e0e0;
	left: 0;
	bottom: -5px;
	content: "";
	height: 2px;
	position: absolute;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	width: 100%; }

.newStyle .header .menuBar .mobileMenu.open .mobileMenuBar {
	background: 0, 0; }

.newStyle .header .menuBar .mobileMenu.open .mobileMenuBar:before {
	-webkit-transform: translate(0, 5px) rotate(-45deg);
	transform: translate(0, 5px) rotate(-45deg); }

.newStyle .header .menuBar .mobileMenu.open .mobileMenuBar:after {
	-webkit-transform: translate(0, -5px) rotate(45deg);
	transform: translate(0, -5px) rotate(45deg); }

/* --------------- HEADER Search -------------- */
.newStyle .header .navigation .searchBox {
	margin: 0px;
	position: absolute;
	left: 0;
	display: none;
	width: 100%;
	background: #fff;
	height: 90px; 
	z-index: 1; }

.newStyle .header .navigation .bgSearchBox {
	position: relative; }

.newStyle .header .navigation .searchBox input {
	width: 100%;
	height: 110px;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #eee;
	padding: 0; }

.newStyle .header .navigation .searchBox i {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 42px; }

.newStyle .header .navigation .searchBox i:hover {
	color: rgba(0, 0, 0, 1.0); }
	
/* --------------- HEADER Menu Left -------------- */
.newStyle .header .navigation .menuLeft {
	background-color: #fff;
	padding: 0;
	width: auto;
	float: left; }

.newStyle .header .navigation .menuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0; }

.newStyle .header .navigation .menuLeft ul li {
	float: left; }

.newStyle .header .navigation .menuLeft ul li a {
	margin: 0;
	cursor: pointer;
	display: block;
	margin: 2.75rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s; 
	position: relative; 
	color: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	height: 21px; }
	
.newStyle .header .navigation .menuLeft ul li a i.iconMobile {
	display: none; }

.newStyle .header .navigation .menuLeft ul li a span {
	padding-left: 0.5em; }

.newStyle .header .navigation .menuLeft ul li a:hover {
	color: rgba(0, 0, 0, 0.87); }

.newStyle .header .navigation .menuLeft ul li a.open {
	color: rgba(0, 0, 0, 0.87); }

.newStyle .header .navigation .menuLeft ul li a:after {
	float: right;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: .5rem; }

.newStyle .header .navigation .menuLeft .mega {
	display: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	border-top: 1px solid #eee;
	left: 0;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 100; }

.newStyle .header .navigation .menuLeft .home .mega,.header .navigation .menuLeft .work .mega {
	display: block; }

.newStyle .header .navigation .menuLeft .mega>.container {
	/*position: relative;*/ }

.newStyle .header .navigation .menuLeft ul li.open>a {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .header .navigation .menuLeft ul li.open .mega {
	display: block; }

.newStyle .header .navigation .menuLeft .mega .subNav {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem; }
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.showMobile {
	display: none; }

.newStyle .header .navigation .menuRight .mega .subNav ul li a.showMobile {
	display: none; }

.newStyle .header .navigation .menuLeft .mega .subNav ul li {
	position: relative;
	width: 100%; }

.newStyle .header .navigation .menuLeft .mega .subNav ul li.active a {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .header .navigation .menuLeft .mega .subNav ul li:fist-child {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .header .navigation .menuLeft .mega .subNav ul li a {
	padding: 0.75rem 0;
	margin: 0;
	height: auto; }
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent i {
	display: none;
	float: right; }
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent.hover {	
	color: rgba(0, 0, 0, 0.87) }
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent.hover i {
	display: inline; }
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover {
	color: rgba(0, 0, 0, 0.87);	}
	
.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover i {
	display: inline; }

.newStyle .header .navigation .menuLeft .mega .subNav ul li a:after {
	display: none; }

.newStyle .header .navigation .menuLeft .mega .subNav ul li.active a {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .header .navigation .menuLeft .mega .subNav ul li.active a:after {
	display: none; }

.newStyle .subNav ul>li>a {
	padding: 0.25rem 1.5rem; }

.header .navigation .menuLeft .mega .contSubNav {
	border-left: 1px solid #eee; }

.newStyle .header .navigation .menuLeft .mega .contSubNav a span {
	padding-left: 0;
	display: block; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne {
	border-right: 1px solid #eee; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col:first-child	{
	border-right: 1px solid #eee; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support {
	border-right: none; 
	height: 350px;
	padding-top: 1.50rem;
    padding-bottom: 1.50rem; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support .button {
	border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    height: auto;
    cursor: pointer;
	pointer-events: inherit; }
    
.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support .button:hover {
	background-color: #dadada; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne>div:first-child a {
	border-bottom: 1px solid #eee; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo .col.support a img {
	margin: 0 auto;
	display: block;
	width: auto; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1rem;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
	height: 237px;
	cursor: default;
	pointer-events: none; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a.bgHover {
	cursor: pointer;
	pointer-events: auto; } 

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a.bgHover:hover {
	background: rgb(250, 250, 250); }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a span {
	padding-top: 1em; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a img {
	height: 148px;
	margin: 0 auto;
	display: block;
	width: auto; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1rem;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
	height: auto; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a:hover {
	background: rgb(250, 250, 250); }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a span {
	padding-top: 1em; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo>div:first-child {
	border-bottom: 1px solid #eee; }

.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a img {
	height: 148px;
	margin: 0 auto;
	display: block;
	width: auto; }
	
.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a img.imagesSmall {
	height: 100px; }

/* --------------- HEADER Menu Right -------------- */
.newStyle .header .navigation .menuRight {
	float: right; }
	
.newStyle .header .navigation .menuRight li {
	float: left; }

.newStyle .header .navigation .menuRight a {
	margin: 0;
	text-decoration: none;
    margin: 2.688rem 1rem;
	transition: color .2s;
	text-transform: uppercase;
	font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    float: left; }

.newStyle .header .navigation .menuRight li:last-child {
	margin-right: 0px; }

.newStyle .header .navigation .menuRight li a:hover {
	color: rgba(0, 0, 0, 0.87); }
	
.newStyle .header .navigation .menuRight .mega { 
	display: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	border-top: 1px solid #eee;
	left: 0;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 100; }
	
.newStyle .header .navigation .menuRight .mega .subNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem; }

.newStyle .header .navigation .menuRight .mega .subNav ul li {
	float: none; }
	
.newStyle .header .navigation .menuRight .mega .subNav ul li a {
    padding: 0.75rem 0px;
    margin: 0;
    height: auto;
    float: none; }
    
.newStyle .header .navigation .menuRight ul li a.open {
    color: rgba(0, 0, 0, 0.87); }
    
.newStyle .header .navigation .menuRight ul li a i.iconMobile {
    display: none; }
    
.header .navigation .menuRight .mega .contSubNav {
    border-left: 1px solid #eee; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne {
    border-right: 1px solid #eee; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne img {
	height: 70px; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: normal;
    margin: 0;
    float: none; }
    
.newStyle .header .navigation .menuRight p a {
	float: none;
	color: rgba(0, 0, 0, 0.7);
	margin-left: 0; }
	
.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a {
	margin: 0; 
	float: none; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a img {
	height: 70px; }

/* --------------- FOOTER -------------- */
.newStyle .footerNav {
	background-color: #424242;
	padding-bottom: 3rem;
	padding-top: 3rem; }
	
.newStyle .footerNav i {
	display: none; }
	
.newStyle .footerNav h4 {
	padding: 0 0 1rem 0;
	font-weight: normal;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.newStyle .footerNav h4 i.plus {
	display: none; }

.newStyle .footerNav .open i.plus {
	transform: rotate(45deg); }

.newStyle .footerNav h4 .plus {
	display: none; }

.newStyle .footerNav ul {
	list-style: none;
	margin: 0;
	margin-bottom: 1em; }

.newStyle .footerNav ul li {
	padding: 1rem 0 0 0;
	line-height: normal; }

.newStyle .footerNav .open ul {
	/*display: block;*/ }

.newStyle .footerNav a {
	margin: 0;
	text-decoration: none;
	transition: .2s all; }

.newStyle .footerNav .button {
	margin-left: 20px; 
	transition: all .3s; }
	
.newStyle .footerNav .error {
	float: left; 
	margin-bottom: 0;
    width: 100%; 
    display: none; }
    
.newStyle .footerNav .success {
	float: left; 
	margin-bottom: 0;
    width: 100%;
    line-height: 1rem; 
    display: none; }
    
.newStyle .footerNav .success a { 
	padding-left: 3px; 
	text-decoration: underline; }

.newStyle .footerNav .newsletter input {
	border: 1px solid #eee;
	line-height: 1em;
	padding: 0.75rem;
	background-color: #616161;
	border-color: #9E9E9E;
	width: 100%;
	max-width: 240px;
    float: left;
    height: 42px;
    border-radius: 0; }
    
.newStyle .footerNav .newsletter input[type="email"].error {
	border-color: #cc0000;
	display: block; }

.newStyle .footerNav .newsletter .footnote {
	float: left;
	margin-top: 16px;
	margin-bottom: 32px;
	line-height: 18px;
	width: 100%; }

.newStyle .footerNav .newsletter .footnote a {
	display: inline;
	text-decoration: underline; }

.newStyle .footerNav .social {
	padding: 0 0 1.5rem 0; }

.newStyle .footerNav .social a {
	margin-right: 1rem;
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden; }

.newStyle .footerNav .social a span {
	height: inherit;
    display: block;
    background-size: 32px auto; }


	_:-ms-fullscreen, :root .newStyle .footerNav .social a span {
		height: inherit;
	    display: block;
	    background-size: 64px auto;
	    background-position-x:-16px;
	}
	_:-ms-fullscreen, :root .newStyle .footerNav .social a:hover span {
		height: inherit;
	    display: block;
	    background-size: 64px auto;
	    background-position-x:-16px;
	}

    
.newStyle .footerNav .social a span.facebook {
	background-image: url(img/facebook.svg); }
	
.newStyle .footerNav .social a span.twitter {
	background-image: url(img/twitter.svg); }
	
.newStyle .footerNav .social a span.youtube {
	background-image: url(img/youtube.svg); }

.newStyle .footerNav .social a span.instagram {
background-image: url(img/instagram.svg); }

.newStyle .footerNav .social a span.googleplus {
	background-image: url(img/googleplus.svg); }
	 
.newStyle .footerNav .social a span.qq {
	background-image: url(img/qq.svg); }
	 
.newStyle .footerNav .social a span.weibo {
	background-image: url(img/weibo.svg); }
	 
.newStyle .footerNav .social a span.youku {
	background-image: url(img/youku.svg); }
	
.newStyle .footerNav .social a span.vk {
	background-image: url(img/vk.svg); }
	 
.newStyle .footerNav .social a span.baidu {
	background-image: url(img/baidu.svg); }
	
.newStyle .footerNav .social a span.ok {
	background-image: url(img/ok.svg); }
	
.newStyle .footerNav .social a span.idblog {
	background-image: url(img/idblog.svg); }
	 
.newStyle .footerNav .social a span:hover {
	background-position: 0 -32px; }

.newStyle .footerBar {
	background-color: #202020; }

.newStyle .footerBar .copyright {
	margin: 2.5625rem 0; }

.newStyle .footerBar .copyright p {
	margin: 0px; }

.newStyle .footerBar .logo {
	margin: 22px auto 21px auto;
	height: 50px; }

.newStyle .footerBar .language {
	margin: 2.5625rem 0; }

.newStyle .footerBar .language a {
	text-decoration: none;
	transition: all .2s;
	margin: 0; }
	
.newStyle .ui-helper-hidden-accessible {
    display: none; }
	
	
/* --------------- SUPPORT MODEL RightNow -------------- */

.newStyle .supportChunk img {
	width: auto;
    height: 146px; }

/* --------------- SUPPORT MODEL RightNow -------------- */

.newStyle .searchFilter .quickSolution {
	padding: 0; }
	
.newStyle .supportModel .ctnSolution {
    padding: 0;
    background: none;
    float: left;
    width: 694px; }

/* --------------- SHOWGALLERY -------------- */
.newStyle .showGallery { 
	position: relative;
	height: 45em; 
	overflow: hidden; }
	
.newStyle .showGallery .el { 
	position: absolute;
	width: 100%;
	height: 100%; 
	text-align: center; }
	
.newStyle .showGallery .bg { 
	float: left;
    width: 100%; 
    height: 100%; }
	
.newStyle .showGallery .bg a { 
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; 
    margin: 0; 
    height: 100%;
    color: transparent; }
    
.newStyle .showGallery .im { 
	position: absolute;
    height: 100%;
    left: 0;
    right: 0; }

.newStyle .showGallery .im a {  
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 720px;
    width: 100%; 
    margin: 0; 
    color: transparent; }

.newStyle .showGallery .tx { 
	position:absolute;
	top: 100px;
    left: 0;
    right: 0; }

.newStyle .showGallery label {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 12px;
    height: 12px;
    background-color: rgba(100,100,100,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s; }
	
.newStyle .showGallery label.checked {
	background-color: #fff;
}


/* --------------- PRODUCTS HIGHLIGHT -------------- */
.newStyle .highlight a { 
    display: block;
    padding: 2rem 0;
    text-decoration: none;
    transition: all .3s ease; 
    margin: 0; }
    
.newStyle .highlight a:hover { 
	background-color: #fafafa; }
    
.newStyle .highlight a figure { 
	margin: 2em; }
    
.newStyle .highlight a img {
	height: auto;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100%; }
    
.newStyle .highlight a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } 

/* --------------- HIGHLIGHT -------------- */
.newStyle .highlightBg a { 
	background-color: #000;
    display: block;
    height: 260px;
    position: relative; 
    margin: 0; }
    
.newStyle .highlightBg a:hover figure .image { 
	opacity: .4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1); }

.newStyle .highlightBg a:hover figure div { 
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    
.newStyle .highlightBg a:hover figure div h3, .newStyle .highlightBg a:hover figure div p { 
	color: #fff; }
    
.touch-device .newStyle .highlightBg a figure figcaption div {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
	
.touch-device .newStyle .highlightBg a figure figcaption div p, .touch-device .newStyle .highlightBg a figure figcaption div h4:after { 
    opacity: 1; }
	
.newStyle .highlightBg a:hover figure figcaption div p, .newStyle .highlightBg a:hover figure figcaption div h4:after { 
    opacity: 1; }
    
.newStyle .highlightBg a.videoYT figure .image {
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1; }
    
.newStyle .highlightBg a.videoYT figure div {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    
.newStyle .highlightBg a.videoYT figure img {
	height: 155px; }
	
.newStyle .highlightBg a.videoYT:hover figure div h3.text-secondary-dark {
	color: rgba(0, 0, 0, 0.7); }
    
.newStyle .highlightBg a.videoYT figure figcaption div h4:after {
	opacity: 0; }

.newStyle .highlightBg a figure { 
    background-color: #000;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }

.newStyle .highlightBg a figure .image {
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: opacity 1s, transform 1s;
     -ms-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    left: 0; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.newStyle .highlightBg a figure figcaption {
    height: 100%;
    padding: 1rem 2rem;
    width: 100%; }

.newStyle .highlightBg a figure figcaption div {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0);
     -ms-transform: translate3d(0, 175px, 0);
    transition: transform .3s; }
    
.newStyle .highlightBg a figure figcaption div i {
	font-size: 116px; }

.newStyle .highlightBg a figure figcaption div h4 {
    overflow: hidden;
    margin: 0;
    padding: 1rem 0;
    position: relative; }

.newStyle .highlightBg a figure figcaption div h4:after {
    background: #fff;
    bottom: 0;
    content: ' ';
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%; }

.newStyle .highlightBg a figure figcaption div p {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -ms-transition: opacity 0.3s; }
    
/* --------------- COOKIES -------------- */
.newStyle .cookieBox { 
	display: none;
	border-bottom: 1px solid #eee; }
	
.newStyle .cookieBox i {
	display: none;
	padding-top: 19px;
	cursor: pointer; }

/* --------------- INFO PAGE menuSecLeft -------------- */	
.newStyle .menuSecLeft ul li {
    border-bottom: 1px solid #eee; 
    border-right: 1px solid #eee; }
    
.newStyle .menuSecLeft ul li:last-child {
    border-bottom: none; }
    
.newStyle .menuSecLeft ul li ul li {
	padding: 0rem 2rem 1rem;
	border-bottom: none;
    border-right: none; }
    
.newStyle .menuSecLeft ul li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;  }
    
.newStyle .menuSecLeft ul li a i {
	display: none; }

.newStyle .menuSecLeft ul li a.current {
	color: rgba(0, 0, 0, 1.0);
	font-weight: bold; }

.newStyle .menuSecLeft ul li a.current i {
	font-weight: bold!important;
	display: block; }
	
.newStyle .menuSecLeft ul li a.current:hover {
	color: rgba(0, 0, 0, 1.0);
	font-weight: bold; }
	
.newStyle .menuSecLeft ul li a:hover {
	color: rgba(133, 187, 35, 1.0); }
	
.newStyle .menuSecLeft ul li ul li a {
	padding: 0;  }
	
.newStyle .toggleMenuLeft { 
	text-align: left;
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #eee; }
    
.newStyle .toggleMenuLeft.open { 
    border-bottom: none; }
	
/* --------------- INFO PAGE Content Chunk -------------- */
.newStyle .contentChunkInfo {
    text-align: left;
    min-height: 1000px; }

.newStyle .contentChunkInfo .bar {
    background-color: #eee;
    height: 1px;
    margin: 1em 0; }
    
.newStyle .contentChunkInfo .box-left {
    border-right: 1px solid #eee; }
    
.newStyle .contentChunkInfo p {
	margin: .75em 0; }
    
.newStyle .contentChunkInfo span {
     }
    
.newStyle .contentChunkInfo h1 { 
	margin-top: 0; }
	
.newStyle .contentChunkInfo h2 { 
    color: #80C343;
    font-size: 28px;
    font-style: italic; 
    text-align: left; }
    
.newStyle .contentChunkInfo h2 span { 
    color: #80C343;
    font-size: 28px;
    font-style: italic; 
    text-align: left; }
    
.newStyle .contentChunkInfo h3 {
	font-size: 16px;
	color: #80C343;
    font-style: italic; }

.newStyle .contentChunkInfo b {
	color: #80C343; 
	font-style: italic; 
	padding: 0px 2px; }
    
.newStyle .contentChunkInfo ul {
	padding-left: 1em; }

.newStyle .contentChunkInfo ul li {
    font-size: 0.75rem;
    list-style-type: disc; 
    padding: 0.2em 0; }
	
.newStyle .contentChunkInfo img {
	width: auto;
    height: auto; }
  
.newStyle .contentChunkInfo a {  
    display: inline; }
    
/* --------------- SEARCH PAGE -------------- */
.newStyle .searchForm a.button {
    float: left;
    margin: 0 0 0 2em; }
    
.newStyle .searchForm .searchField { 
	position: relative; }

.newStyle .filters { 
	padding-left: 1.25em; }
	
.newStyle .filters p i { 
	display: none; }

.newStyle .filters .filterSection {
	margin-bottom: 2rem;
    margin-top: 2em; }

.newStyle .filters .filterSection a {
	text-decoration: none; 
	margin-top: 0; }
	
.newStyle .filters .filterSection ul li i {
	float: left; }
	
.newStyle .filters .filterSection ul li:hover i:before {
	content: "\f007"; }

.newStyle .filters .filterSection ul li a {
	height: 25px;
	line-height: 25px; }
	
.newStyle .filters .filterSection ul li a span {
	background: url(img/selection-sprite.svg) no-repeat;
    background-size: 100px 75px;
    height: 25px;
    display: block;
    float: left;
    width: 25px;
    margin-right: 10px; }

.newStyle .filters .filterSection ul li a.active span {
	background-position: -25px 0px; }
    
.newStyle .resultsContainer {
 }
     
.newStyle .resultsContainer .results {
    border-top: 2px solid #eee; 
    padding-left: 8.33333%;
    clear: right;
    border-bottom: 2px solid #eee;
    overflow: auto; 
    padding-bottom: 2rem; }
    
.newStyle .resultsContainer .results .result {
	float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%; }
    
.newStyle .resultsContainer .results .result img {
	width: 160px;
    height: 111px; 
    float: left; 
    margin-right: 2rem; }
    
.newStyle .resultsContainer .results .result .cont {
	float: left; 
	margin-top: 1rem; 
	width: 75%; }
    
.newStyle .resultsContainer .results .result .cont span {
	width: 100%;
    display: block; }
    
.contentRight {
	margin-top: 2rem; }
	
.contentRight .openSec {
	cursor: pointer; }
	
.contentRight .openSec i {
	-webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    display: inline-block; }
	
.contentRight .openSec.open i {
	transform: rotate(135deg); }
	
.serviceBanner {
	position: relative;
	height: 250px;
	overflow: hidden; }
	
.serviceBanner .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0; }
	
.serviceBanner .windowsLogo {
	position: absolute;
	left: 0;
    right: 0;
    top: 0.5rem; }
    
.iconAlert {
	margin-left: -22px; }

/*Byoc Banner */	
.acerNew.hubWOW .byocBanner div.pc { height: 330px; }
.acerNew.hubWOW .byocBanner { margin-bottom: 40px; }
.acerNew.hubWOW .byocBanner .row-content { display: block !important; position: absolute; right: 0; left: 0; margin: 0 auto; top: 0; }
.acerNew.hubWOW .byocBanner p { left: 40px; top: 50px; color: #333; font-size: 35px; text-align: left; width: 500px; text-shadow: none; font-style: normal; margin: 0; line-height: 25px; }
.acerNew.hubWOW .byocBanner span { position: absolute; font-size: 20px; line-height: 24px; left: 40px; width: 350px; margin: 0; right: 0; text-align: left; top: 110px; overflow: hidden; }
.acerNew.hubWOW .byocBanner div.content-link { display: block !important; position: absolute; left: 40px; right: 0; margin: 0; top: 190px; }
.acerNew.hubWOW .byocBanner div.content-link span { height: auto; position: static; width: auto; font-size: 15px; line-height: 19px; font-weight: normal; }
.acerNew.hubWOW .byocBanner div.content-link a.button-big { position: static; width: auto; }
.acerNew.hubWOW .byocBanner a { font-weight: bold; color: #5e6a71; position: absolute; left: 40px; margin: 0 auto; text-align: left; top: 235px; display: block; }

/*Byoc Video */
.acerNew .byocVideo { position: relative; }
.acerNew .byocVideo .cont {  }
.acerNew .byocVideo a img { width: 100%; height: 100%; }
.acerNew .byocVideo p { line-height: normal; font-size: 24px; color: #ffffff; position: absolute; top: 100px; left: 0; right: 0; width: 480px; text-align: center; margin: 0 auto; font-style: italic; text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75); }
.acerNew .byocVideo a.play { background: url(img/play.png) no-repeat; width: 102px; height: 100px; display: block; position: absolute; top: 270px; left: 0; right: 0; margin: 0 auto; }
.acerNew .byocVideo a.scroll { background: url(img/scroll.png) no-repeat; width: 59px; height: 33px; display: block; position: absolute; bottom: 50px; left: 0; right: 0; margin: 0 auto; }
.acerNew .byocVideo div.pc { background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; width: 100%; height: 900px; }

/*ShowCase New Professional Home*/ 
.acerNew .showcase { z-index:0; width:100%; height: 577px; overflow: visible;  text-align:center; position:relative; }
.acerNew .showcase .slide { position:absolute; z-index:50; left: 50%; margin-left: -50%; display:block;width:100%; height:512px; background-position: center center; background-repeat: no-repeat; background-size:cover;}
.acerNew .showcase .slide a { border-bottom-color: none; border-image-width: 0; position: absolute; z-index: 50; left: 50%; margin-left: -50%; display: block; width: 100%; height: 512px; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.acerNew .showcase .wrapper { position:absolute; z-index:100; left: 50%; margin-left: -492px; width:985px; height:512px;  }
.acerNew .showcase .wrapper .sc-prod { z-index: 200; }
.acerNew .showcase .wrapper .sc-prod a { width: 985px; height: 512px; display: block; }
.acerNew .showcase .wrapper .sc-prod img { width: 341px; height: 512px; float: left; margin-top: 78px; }

.acerNew .showcase .arrow-slide { position: absolute; width: 985px; height: 60px; left: 50%; margin-left: -493px; top: 227px; }
.acerNew .showcase .arrow-slide a { z-index: 200; position: absolute; background: url(img/arrow.png) no-repeat;  width: 30px; height: 60px; display: block; }
.acerNew .showcase .arrow-slide a.sc-arrow-l { background-position: left -1826px; }
.acerNew .showcase .arrow-slide a.sc-arrow-r { background-position: right -1826px; right: 0; }
.acerNew .showcase .arrow-slide a.sc-arrow-l:hover { background-position: left -1915px; }
.acerNew .showcase .arrow-slide a.sc-arrow-r:hover { background-position: right -1915px; right: 0; }

/*ID Design custom css*/ 
a .tile-overlay {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: linear .5s;
    width:100%;
    height:100%;
    display:inherit;
}

a:hover .tile-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    position: absolute;
    opacity: 1;
    top: 0;
    transition: opacity .3s;
    width:100%;
    height:100%;
}

.tile-text-wrapper {
    display: block;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all .5s;
    width: 80%;
}

a:hover .tile-text-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s;
}

.tile-text {
    color: white;
    display: block;
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contSelect img {
    width:100%;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(225,225,225,0.5);
    width: 56px;
    height: 56px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.4);

}

#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 0;
    top: 19px;
    font-size: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background-color: rgba(225,225,225,0.8);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #000;
    top: 17px;
}

/*custom arrow in dropdown select */

.selectCustomDropdown {
    width: 100%;
    height: 45px;
    margin: 8px 0;
    border: 0;
    border: 1px solid black;
    border-top: 4px solid black;
    background-image: url('img/ai-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position:  right 10px center;
    font-family: 'Arial';
    padding-left: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    min-width: 290px;
    width:100%;
    font-weight:normal;
    background-color:rgba(255, 255, 255, 0.8);
}

.selectCustomDropdown::-ms-expand {
    display: none;
}

.calendar-icon{
	background-image: url('img/ai-calendar.svg');
	background-repeat: no-repeat;
	background-position:98% 45%;
	background-size: 25px;
}

.customSubmitHub{
	border:none!important;
	height:53px!important;
	width:65%!important;
	text-align: right;
	margin-right: 0!important;
	transition: all .3s;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.customSubmitHub{
		height:52px!important;
	}
}


.customSubmitHub:hover{
	color: rgba(0, 0, 0, 0.7);
}

.customCheckboxHub{
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: initial;
    margin-top: 3px;
    border-radius: 4px;
}

.mexCheck:hover .customCheckboxHub{ 
	background: rgba(131, 184, 26, 0.4);
}

.hubProfileTel{
	text-align:left;
	margin-top:8px;
}

.saveProductHub{
	background-color: #dadada!important;
	width:100%;
}

.saveProductHub:hover{
	background-color: #C0C0C0!important;
}

.newStyle .resultsContainer .avOnStore {
    margin-left: 8.33333%;
    clear: right;
    overflow: auto;
}

.zh-detailUrl{
	overflow:hidden;
}

.regProdImgCont{
	overflow:hidden;
}

.zh-detailUrl img{
	height: 180px!important;
	max-width: 110%;
}

.zh-hregProd a img{
	width:93%;
}

.soldOnStoreImg{
	width:70%;
}

/* Password Strength */

#zh-pwindicator {
	margin-top: 15px;
	display: none;
	float: left;
	width:100%;
}

.bar {
	height: 8px;
	float: left;
	border-radius: 2px;
}

.pw-weak .bar {
	background: #cc0000;
	width: 50px;
}

.pw-low .bar { 
	background: #cc0000;
	width: 50px;
}

.pw-strong .bar {
	background: #ffcc33;
	width: 100px;
}

.pw-very-strong .bar {
	background: #99cc33;
	width: 150px; 
}

.zh-suggestionPassword ul li , .zh-invalidPassword ul li{
	text-align: left;
	margin-top: 30px;
}

.zh-formPassword ul .error{
	text-align: left!important;
	margin-top: 10px!important;
}

.zh-formPassword p {
	margin-bottom: 0;
}

.customLoad{
	left: 50%;
	margin-left: -21px;
	position: relative;
}

.newStyle .col.gutter-half, .newStyle .row.gutter-half{
	padding-left: 1rem;
  	padding-right: 1rem;
}

/* solution page custom css */

.newStyle a.solutions-featureanchor {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.newStyle a.solutions-featureanchor:hover {
	background-color: #eee;
}

.newStyle a.solutions-featureanchor img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.newStyle a.text-primary-light:hover {
    color: #E0E0E0;
}

a.solutions-related-series {
  padding: 1rem 1rem 1.5rem 1rem; }
  .bg-white a.solutions-related-series {
    background-color: white; }
    .bg-white a.solutions-related-series:hover {
      background-color: #f5f5f5; }
  .bg-gray-1 a.solutions-related-series {
    background-color: #f5f5f5; }
    .bg-gray-1 a.solutions-related-series:hover {
      background-color: #eeeeee; }

/* ------------------------------- DEVICE A from 0 to 639px ------------------------------- */
@media screen and (min-width: 0em) and (max-width: 39.999em) {
	
	/*Byoc Banner*/	
	.acerNew.hubWOW .byocBanner p { left: 0; width: 100%; }
	.acerNew.hubWOW .byocBanner span { left: 0; width: 100%; }
	.acerNew.hubWOW .byocBanner div.content-link { left: 0; width: 100%; }
	.acerNew.hubWOW .byocBanner a { left: 0; width: 100%; }
	.acerNew.hubWOW .byocBanner div.smartphone { margin-top: 10px; height: 313px; }
	
	/*Byoc Video*/
	.acerNew .byocVideo p { color: #828282; text-shadow: none; width: 306px; font-size: 20px; position: inherit; top: 20px; margin-bottom: 40px; }
    .acerNew .byocVideo a.play { top: 195px; }
    .acerNew .byocVideo a.scroll { display: none; }
	.acerNew .byocVideo div.smartphone { margin: 0 auto; display: block; width: 320px; height: 195px; }
	
	/*ShowCase New Professional Home*/
    .acerNew .showcase { height: 204px; }
    .acerNew .showcase .slide { top: 10px; width:320px; height:184px;  margin-left: -160px;}
    .acerNew .showcase .slide a { width: 320px; height: 184px; cursor: auto; }  
    .acerNew .showcase .wrapper { margin-left: -160px; width:320px; height:184px; }
    .acerNew .showcase .wrapper .sc-prod {margin:0; width:320px; height:184px; }
    .acerNew .showcase .wrapper .sc-prod a {display:block;  width:320px; height:184px;}
    .acerNew .showcase .wrapper .sc-prod img { display:none;}
    .acerNew .showcase .arrow-slide { display: none; }

	.newStyle .a-align-left {
	  	text-align: left; }
	
	.newStyle .a-align-center {
	  	text-align: center; }
	
	.newStyle .a-align-right {
	  	text-align: right; }

	.newStyle .a-float-left {
  		float: left; }

	.newStyle .a-float-right {
  		float: right; }
  		
  	.newStyle .a-float-none {
  		float: none!important; }
	
	.newStyle .text-xl {
  		font-size: 1.25rem; }
  	
	.newStyle .heading-l {
	  	font-size: 1.8rem;
	  	font-weight: bold; }
	 
	.newStyle .heading-xxl {
	  	font-size: 2rem; }
	  	
	.newStyle .heading-xxxl {
	    font-size: 3rem; }
	  	
	 .newStyle .compare {
	 	display: none; }
	 	
	 .newStyle .contIframe {
	 	width: 100%; }
	 	
	 .groupFilters {
	 	display: none; }
	 	
	 .newStyle .hoverShowInfo .element {
	 	border-bottom: 1px solid #eee; }
	 	
	 .contentRight {
		margin-top: 0;
	    padding-top: 1rem; }
	 	
	 .newStyle .hoverShowInfo {
	 	border-bottom: none; }
	 	
	 .newStyle .hoverShowInfo.bg-black  {
	 	border-bottom: none; }
	 	
	 .newStyle .hoverShowInfo.bg-black .element {
    	border-bottom: 1px solid #333; }
    	
    .newStyle .hoverShowInfo .element > a {
	 	top: 60px; }
	 	
	 .newStyle .hoverShowInfo .element .up h3 {
	    margin-top: 2em; }
	 	
	 .newStyle .sectionHighlight .row .col {
	 	border-bottom: 1px solid #ddd; }
	 	
	 .newStyle .modal .modalContent iframe {
    	min-height: 200px; }
    	
    .newStyle .acer-store .sd-logo {
    	float: none;
	    width: 100%;
	    margin: 0 auto; }
	    
	 .newStyle .acer-store p {
	 	text-align: center;
	 	margin-bottom: 0; }
	 	
	 .newStyle .modal .modalContent .close {
	 	top: -15px;
    	right: 15px; }
    	
    .newStyle .modal .modalContent .arrowLeft {
    	left: 10px; }
    	
    .newStyle .modal .modalContent .arrowRight {
    	right: 10px; }
	 	
	 .newStyle .filter-container {
		/*position: absolute;
	    left: 0px;
	    width: 85%;
	    top: 290px;
	    padding-left: 25px;
	    background: rgb(255, 255, 255);*/ } 
	 	
	 .filter-box a.open-filter, 
	 .filter-box a.close-filter { 
	 	display: block; }
	 	
	 .newStyle .secondLevelMenu .seriesNav {
	 	min-height: 0px;
	    position: absolute;
	    background: rgb(245, 245, 245);
	    width: 100%;
	    left: 0;
	    top: 170px;
	    z-index: 9; }
	    
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover {
		color: rgba(0, 0, 0, 0.7);	}
		
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover i {
		display: none; }
	    
	  .newStyle .windowsLogo {
	  	display: none; }
	  	
	  .acerNew.contLocalStore {
		display: none; }
		
	  .acerNew.goWTB { 
	  	display: block; }
	    
	  .newStyle .secondLevelMenu.freezed .seriesNav {  
	 	top: 50px;
	 	background-color: rgba(255, 255, 255, 1); }
	 	
	 .newStyle .padTopMenuOver {
		padding-top: inherit; }
		
	.newStyle .secondLevelMenu.over {
	 	position: inherit; }
	 	
	 .newStyle .secondLevelMenu.freezed {
	 	position: fixed; }
	 	
	 .newStyle .sectionModelInfo .info {
		margin-top: 0px; }
		
	 .newStyle .sectionModelInfo .info .button {
		float: none; }
	 	
	 .newStyle .sectionModelInfo .info h1, .newStyle .sectionModelInfo .info p {    
    	text-align: center; }
	 	
	 .newStyle .gallerySection .cont.oldSeries .col:nth-child(-n+4) {
	 	border-bottom: 1px solid #ddd; }
	 	
	 .newStyle .gallerySection .cont .col:nth-child(-n+6) {
	 	border-bottom: 1px solid #ddd; }
	 	
	 .newStyle .secondLevelMenu.freezed.open {
    	background-color: rgba(255, 255, 255, 1);
    	position: fixed; }
	 	
	 .newStyle .compareDisabled {
		display: block; }
		
	.newStyle .contSection .textOver.a-top {
		position: inherit; }
		
	.newStyle .contSection .textOverKsp {
		position: inherit; }
	
	.newStyle .contSection .textOverKsp .col {
		margin-left: auto;
    	width: 100%; }
		
	.newStyle .contSection .textOverKsp .col h2, .newStyle .contSection .textOverKsp .col p {
		text-align: center; }
		
	.newStyle .contSection .textOverKsp .col a {
		float: none; }
		
	.newStyle .contSection .textOver .col p {
	    margin-top: 1rem;
	    margin-bottom: 1rem; }
	    
	.newStyle .contSectionBen .textOverBen {
		position: inherit; }
		
	.newStyle .contSectionBen .textOverBen .col {
		margin-left: auto;
    	width: 100%; }
		
	.newStyle .contSectionBen .textOverBen .col h2, .newStyle .contSectionBen .textOverBen .col p {
		text-align: center; }
		
	.newStyle .contSectionBen .textOverBen .col a {
		float: none; }
		
	.newStyle .contSectionBen .textOverBen .col p {
	    margin-top: 1rem;
	    margin-bottom: 1rem; }
	    
	.newStyle .model .bordR {
    	border-right: none; }
    
	.newStyle .model .bordL {
	    border-left: none;
	    margin-left: inherit; }   
	    
	 .newStyle .model li {
	 	text-align: center; }
	 	
	 .newStyle .model .col p {
		text-align: center; }
	
	.newStyle .secondLevelMenu {
		background: rgb(245, 245, 245);
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		position: inherit; }
		
	.newStyle .secondLevelMenu.open {
		/*padding: 24px 0 0 0;*/
		/*position: absolute;*/ }
		
	/*.newStyle .secondLevelMenu .row {
		padding: 0; }
		
	.newStyle .secondLevelMenu .row .col {
		padding: 0; }*/
		
	.newStyle .secondLevelMenu .iconCta {
		display: block;
	    float: right;
	    margin-top: 18px;
    	padding: 0; }
	
	.newStyle .secondLevelMenu h1 {
		/*display: none;*/
		color: rgba(0, 0, 0, 0.7); }
			
	.newStyle .secondLevelMenu .seriesNav ul {
		width: 100%;
    	display: none; }
    	
    .newStyle .secondLevelMenu.open .seriesNav ul {
    	display: block; }
		
	.newStyle .secondLevelMenu .seriesNav ul li a {
		width: 100%;
	    display: block;
	    text-align: center;
	    color: rgba(0, 0, 0, 0.4);
	    border-top: 1px solid #ddd;
	    padding: 21px 0;
	    margin: 0; }
	    
	 .newStyle .secondLevelMenu .seriesNav ul li:first-child {
	 	/*margin-top: 25px;*/ }
		
	.newStyle .secondLevelMenu.clear .seriesNav ul li a {
		color: rgba(0, 0, 0, 0.4); }
		
	.newStyle .secondLevelMenu.clear .seriesNav ul li a:hover, .newStyle .secondLevelMenu.clear .seriesNav ul li a.active {
    	color: rgba(0, 0, 0, 0.87); }
	
	.newStyle .groupSingleContProd .displayTable {
	    display: block;
    	height: auto; } 
	
	.newStyle .groupSingleContProd .displayTable .title {
		display: block;
		width: auto; }
		
	.newStyle .groupSingleContProd .displayTable .title p {
		width: auto; }
		
	.newStyle .groupSingleContProd .image { 
		margin: 0 auto; }
	
	.newStyle .groupMultiContProd .line { 
	    min-height: inherit;
	    padding-top: 0;
	    border-right: 1px solid #eee;
	    border-bottom: 1px solid #eee; }
	    
	.groupMultiContProd .products div div:nth-child(3) { 
		border-right: 1px solid #eee; }
		
	.groupMultiContProd .products {
		border-left: none;
		border-right: none; }
	
	.newStyle .logoCina {
		margin: 0 auto 1rem auto; }
	
	.newStyle .borderLeft {
  		padding-left: 2em;
    	padding-right: 2em;
    	border: none; }
    	
    .newStyle .supportModel .section {
    	padding-left: 0;
    	min-height: inherit; }
    	
	.newStyle .cookieBox i {
		display: block; }
	
	.newStyle .cookieBox .accept {
		display: none; }
		
	.newStyle .contSelect .select {
		width: 100%; }
		
	.newStyle .downloadSection {
		width: 100%; }
		
	.newStyle .downloadSection .productInfo {
		width: 100%; }
		
	.downloadSection .productInfo .info {
		width: 300px; }
		
	.newStyle .supportModel a.active i {
		display: none; }
		
	.newStyle .supportModel a i.onlyMobile {
		display: block;
		padding: 0; 
		margin-top: -4px; }
		
	.newStyle .supportModel a.active i.onlyMobile {
		display: block;
		transform: rotate(135deg); }
		
	.newStyle .downloadSection .productInfo .orderDocuments a {
		width: 121px; }
		
	.newStyle .downloadSection .productInfo .orderDocuments {
		clear: inherit; 
		margin-top: 0; }
		
	.downloadSection .productInfo .info p {
		width: 150px; }
		
	.newStyle .downloadSection .productInfo .info a {
		width: 100%; }
		
	.newStyle .supportModel .ctnTableDownloads {
		width: 100%;
	    float: left;
	    overflow: hidden; }
		
	.newStyle .ctnTableDownloads ul {
		width: 449px;
	    float: left;
	    margin: 20px 0 7px 0; }
    	
    .newStyle .ctnTableDownloads ul li {
    	width: 449px;
	    float: left;
	    line-height: 55px;
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 5px; }
    	
    .newStyle .ctnTableDownloads ul li a {
    	width: 254px; }
	    
	.newStyle .ctnTableDownloads ul li a.active, .newStyle .ctnTableDownloads ul li a:hover {
	    color: #80C343;
	    background: #e5e5e5 url(img/arrow.png) -560px -704px no-repeat;	}
	    
	.newStyle .ctnTableDownloads div.ctnTable {
		display: none; } 
	    	
    .newStyle .ctnTableDownloads ul li div.ctnTable {
		float: left;
	    width: 100%;
	    display: block;
	    line-height: 13px;
	    padding: 0 0 0 0; } 
	    
	 .newStyle .downloadSection .productInfo .info {
	 	width: 315px; }
	    
	 .newStyle .ctnTableDownloads ul li div.ctnTable table {
	 	width: 254px;
	    display: table;
	    margin-top: 18px;
	    margin-bottom: 18px; }
    	
    .ctnTableDownloads ul li div.ctnTable table td a {
	    color: #85bb23;
	    height: auto;
	    width: auto;
	    background-color: transparent;
	    padding: 0;
	    margin: 0;
	    text-decoration: underline; }
		
	.newStyle .supportModel .lnkDriver, 
	.newStyle .supportModel .lnkTopAnswer, 
	.newStyle .supportModel .lnkCommunity {
		position: inherit;
		width: auto; }
		
	.newStyle .supportModel a i {
		display: none;
		float: right; }
	
	.newStyle .filters .contFilters {
		display: none; }
		
	.newStyle .filters p {
		cursor: pointer;
		margin: 0;
    	padding-bottom: 1em; }
    	
	.newStyle .filters p i {
	    display: block; 
	    float: right; }
	
	.newStyle .resultsContainer .results { 
		padding-left: 0; }
	
	.newStyle .filters {
		background: rgb(245, 245, 245);
    	margin-top: -2em; 
    	padding-left: 2em;
    	padding-right: 2em; }
    	
  	.newStyle .resultsContainer {
  		padding-left: 2em;
    	padding-right: 2em; }
    	
    .newStyle .resultsContainer .results .result .cont {
        width: 100%;
    	text-align: center; }
    
    .newStyle .resultsContainer .results .result img {
    	float: none;
	    margin: 0 auto;
	    display: block; }
	
	.newStyle .footerNav .row.gutter {
		padding: 0; } 
		
	.newStyle .footerNav .col.gutter {
		padding: 0 2em; }
		
	.newStyle .toggleMenuLeft {
		display: block; 
		margin: 0; }
		
	.newStyle .toggleMenuLeft i {
		float: left;
		display: block; }
		
	.newStyle .menuSecLeft ul li a:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .menuSecLeft ul li a.current:hover {
		color: rgba(0, 0, 0, 1.0); }
		
	.newStyle .menuSecLeft {
	    margin-top: 0; }
		
	.newStyle .menuSecLeft ul {
		display: none;
		margin-left: -2rem;
	    margin-right: -2rem;
	    padding-left: 2rem;
	    padding-right: 2rem;
	    border-bottom: 1px solid #eee; }
		
	.newStyle .menuSecLeft.active ul {
		display: block; 
    	background-color: #f5f5f5; }
    	
    .newStyle .menuSecLeft ul li {
    	padding-bottom: 0; 
    	border-bottom: none; }
    	
    .newStyle .menuSecLeft ul li.current {
    	background: #fff; }
    	
    .newStyle .menuSecLeft ul li {
	    border-right: none;
	    border-bottom: none;
	    border-top: 1px solid #eee; }
	    
	.newStyle .menuSecLeft ul li ul li {
		border-top: none; }
    	
    .newStyle .menuSecLeft ul li ul {
		border-bottom: none; }
		
	.newStyle .menuSecLeft.active ul li.current ul {
		display: block; }
		
	.newStyle .menuSecLeft ul li a.current i {
		display: none; }
		
	.newStyle .menuSecLeft ul li a i.iconMobile {
		display: block; 
		position: absolute;
		top: 1em;
    	right: 2rem;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	    width: 16px;
	    height: 16px; }
	 
	 .newStyle .menuSecLeft ul li a i.iconMobile:before, .newStyle .menuSecLeft ul li a i.iconMobile:after { 
	    position: absolute;
	    display: block;
	    width: 16px;
	    height: 1px;
	    background-color: rgba(0, 0, 0, 0.7);
	    content: "";
	    top: 8px; }
	    
	 .newStyle .menuSecLeft ul li a i.iconMobile:after {
	    -webkit-transform: rotate(90deg);
    	transform: rotate(90deg); }
    
    .newStyle .menuSecLeft ul li a.current i.iconMobile {	
     	transform: rotate(135deg); }
	
	.newStyle .contSuggestionTop {
		width: 100%;
    	top: 83px;
    	background-color: #eee;
    	left: 0px; 
    	border-left: 2em solid #f5f5f5;
    	border-right: 2em solid #f5f5f5;
    	border-bottom: 20px solid #f5f5f5 !important; }
    	
    .newStyle .contSuggestionTop ul li a {
    	padding: 1em 0; }
    	
    .newStyle .contSuggestionTop .ui-autocomplete {
		background-color: #eeeeee; }
    	
    .newStyle .contSuggestionTop .row.gutter {	
    	padding-left: 1rem;
    	padding-right: 1rem; }
    	
	.newStyle .contSuggestionTop ul li a:hover {
	    background: #eeeeee;
    	color: rgba(0, 0, 0, 0.7); }

	.newStyle .heading-s {
		font-size: 1rem;
	    font-weight: bold;
	    line-height: 1.5; }
    
    .newStyle .heading-xl {
	    font-size: 2.25rem;
	    font-weight: normal; }
    
	.newStyle .header .menuBar {
		height: 110px;
		/*position: relative;*/ }
		
	.newStyle .header .menuBar .contMobileMenu {
		position: absolute;
	    right: 0;
	    width: 20%; 
	    top: 0; }
		
	.newStyle .header .menuBar .mobileMenu {
		display: block; }
		
	.newStyle .header .navigation {
		display: block;
		background-color: #f5f5f5;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: transform .3s ease;
		transition: transform .3s ease;
		width: 80%;
		z-index: 50; 
		overflow: scroll; }
		
	.newStyle .header .navigation.open {
		-webkit-transform: translateX(0);
		transform: translateX(0); }
		
	.newStyle .header .navigation .bgSearchBox {
		padding: 1rem 2rem; }
		
	.newStyle .header .navigation .bgSearchBox .searchBox {
		display: none;
		position: relative;
		background: transparent;
		float: left;
		height: 50px;
		margin-top: 1.0em;
		margin-bottom: 1.5em; }
		
	.newStyle .header .navigation .bgSearchBox .searchBox input {
		padding: 0px 1.0em;
		height: 50px;
		background-color: #eeeeee;
		text-transform: capitalize;
		border-radius: 0.2em; }
		
	.newStyle .header .navigation .bgSearchBox .searchBox I {
		display: none; }
		
	.newStyle .header .navigation .menuLeft {
		float: left;
		background-color: transparent;
		width: 100%; }
		
	.newStyle .header .navigation .menuLeft ul li {
		float: none; }
		
	.newStyle .header .navigation .menuLeft ul li a {
		margin: 0;
		padding: 1rem 2rem;
		border-bottom: 1px solid #eee;
		float: left;
		width: 100%; 
		transition: inherit;
		line-height: 30px;
		height: 55px; }
		
	.newStyle .header .navigation .menuLeft ul li a:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .header .navigation .menuLeft ul li a i {
		display: none; }
			
	.newStyle .header .navigation .menuLeft ul li a i.iconMobile {
		display: block;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	    float: right; }
	    
     .newStyle .header .navigation .menuLeft ul li a.zh-withMenu.open i {
	    transform: rotate(135deg); }
		
	.newStyle .header .navigation .menuLeft ul li a.zh-withMenu.open {
		background-color: #fff;
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .header .navigation .menuLeft ul li a span {
		float: right; }
		
	.newStyle .header .navigation .menuLeft ul li a.zh-withMenu.open span {
		color: red; }
		
	.newStyle .header .navigation .menuLeft .mega {
		position: relative;
		top: 0;
		left: 0;
		border: none;
		padding-bottom: 1rem; 
		padding-left: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .subNav {
		padding: 0 0 0 0; }
		
	.newStyle .header .navigation .menuLeft .mega .subNav ul li {
		float: none; }
		
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a {
		margin: 0;
		border: none;
		background-color: #fff;
		padding: 1rem 2rem 0 2rem;
		line-height: 1.5; }
		
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuRight .mega .subNav ul li a.showMobile {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a {
		padding: 1rem 2rem 0 2rem;
		border: none; 
		font-size: 0.75rem;
    	font-weight: bold;
    	text-transform: uppercase;
    	line-height: 1.5;
    	height: auto;
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a:hover {
		background: rgb(255, 255, 255); }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuRight .mega .contSubNav .contOne a.showMobile {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support p {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support h3 {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a span {
		float: left;
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a span {
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne { 
		border: none; }
	
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne>div:first-child a {
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col:first-child {
		border: none; }
			
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a img {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo { 
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo>div:first-child {
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a {
		padding: 1rem 2rem 0 2rem;
		border: none;
		font-size: 0.75rem;
		font-weight: bold;
		text-transform: uppercase;
    	line-height: 1.5;
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a.showMobile {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a:hover {
		background: rgb(255, 255, 255); }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support {
		height: auto;
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a img {
		display: none; }
		
	.newStyle .header .navigation .menuRight {
		float: left;
		width: 100%;
		margin-bottom: 1.5em; }
		
	.newStyle .header .navigation .menuRight li {
	    float: none; }
		
	.newStyle .header .navigation .menuRight a i {
		display: none; }
		
	.newStyle .header .navigation .menuRight ul li a.zh-withMenu.open i {
    	transform: rotate(135deg); }
		
	.newStyle .header .navigation .menuRight ul li a i.iconMobile {
	    display: block;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	    float: right; }
		
	.newStyle .header .navigation .menuRight a {
	    margin: 0;
	    padding: 1rem 2rem;
	    border-bottom: 1px solid #eee;
	    width: 100%;
	    transition: inherit;
	    line-height: 30px;
	    height: 55px;
	    float: none; }
	    
	.newStyle .header .navigation .menuRight .mega {
	    position: relative;
	    top: 0;
	    left: 0;
	    border: none;
	    padding-bottom: 1rem;
	    padding-left: 0; }
	    
	 .newStyle .header .navigation .menuRight .mega .subNav {
    	padding: 0 0 0 0; }
    	
    .newStyle .header .navigation .menuRight .mega .subNav ul li a {
	    margin: 0;
	    border: none;
	    background-color: #fff;
	    padding: 1rem 2rem 0 2rem;
	    line-height: 1.5; }
	    
	 .newStyle .header .navigation .menuRight li:last-child {
	    display: none; }
		
	.newStyle .header .navigation .menuRight .mega .subNav li:last-child {
		display: block; }
		
	.newStyle .header .navigation .menuRight a.lnkOpenSearch {
		display: none; }
		
	.newStyle .footerNav h4 {
		padding: 1rem 0;
		border-bottom: 1px solid #767676;
		cursor: pointer; 
		position: relative; }
		
	.newStyle .footerNav i {
 		display: block;
	    -webkit-transition: -webkit-transform .2s;
    	transition: transform .2s;
    	float: right; }
    	
    .newStyle .footerNav .open i {
 		transform: rotate(135deg) }
 
 	.newStyle .footerNav .open i {
 		display: block; }
		
	.newStyle .footerNav ul {
		display: none; }
		
	.newStyle .footerNav .open {
		background-color: #616161;
		margin-top: -1px; }
		
	.newStyle .footerNav .social {
		padding-bottom: 0;
		padding-top: 4em;
		width: 192px;
	    margin: 0 auto;
	    float: none; }
		
	.newStyle .footerBar .language {
		margin-top: 0; }
		
	.newStyle .footerBar .language a {
		text-align: center; }
		
	.newStyle .footerBar .copyright p {
		text-align: center; }
		
	.newStyle .footerBar .copyright {
	    margin: 2.5625rem 0 1rem 0; }
	
	.newStyle .showGallery { 
	 	height: 25em; }
	 
	 .newStyle .showGallery .im a { 
	 	height: 400px; }
	
	.newStyle .showGallery .tx {
		top: 22px; }
	
	.newStyle .highlight a {  
		padding: 0; }
	
	.newStyle .highlight a:hover {
		background: none; }

	/* custom class ID design */
	.tile-overlay {
        display: none;
    }
    .newStyle .gallerySection .contSelect .playIcon {
	    position: absolute;
	    top: 40%;
	    margin-top: -35px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    font-size: 70px;
	    text-align: center;
	    color: #fff;
	}
	.customSubmitHub{
		text-align: left;
	}
	.zh-deleteAddress{
		margin-left: 1rem!important;
	}
	.zh-deleteTel{
		margin-left: 1rem;
	}
	.customCheckboxHub{
		width:20px;
		margin-left:-2%;
		top:-5px;
		position:relative;
		color:rgb(238, 238, 238);
	}
	.saveProductHub{
		width:70%!important;
	}
	.zh-detailUrl img{
		height: 150px!important;
		max-width: 100%;
	}

	.buttonHubWidth{
		width:70%!important;
	}
	.soldOnStoreImg{
		width:100%;
	}
	.newStyle .row.gutter-half, .newStyle.col.gutter-half {
	    padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

/* ------------------------------- DEVICE B from 640px to 1023px ------------------------------- */
@media screen and (min-width: 40em) and (max-width: 63.999em) {
	
	/*Byoc Banner*/
	.acerNew.hubWOW .byocBanner div.tablet { width: 100%; height: 330px; margin-top: 10px; }
	
	/*Byoc Video*/
	.acerNew .byocVideo a.play { top: 220px; }
    .acerNew .byocVideo a.scroll { display: none; }
	.acerNew .byocVideo div.tablet { display: block; width: 744px; height: 450px; margin: 0 auto; }
	
	/*ShowCase New Professional Home*/
    .acerNew .showcase { height: 430px; }
    .acerNew .showcase .slide { top: 10px; height:385px; }
    .acerNew .showcase .slide a { width: 100%; height: 385px; }
    .acerNew .showcase .wrapper { margin-left: -375px; width:750px; height:385px; }
    .acerNew .showcase .wrapper .sc-prod { width: 273px; height: auto;}
    .acerNew .showcase .wrapper .sc-prod a { width:750px; height:385px; }
    .acerNew .showcase .wrapper .sc-prod img { width: 273px; float: left; height: 385px; margin-top: 45px; margin-left: 25px;}
    .acerNew .showcase .arrow-slide { width: 716px; margin-left: -358px; top: 178px; }
	
	.newStyle .b-align-left {
	  	text-align: left; }
	
	.newStyle .b-align-center {
	  	text-align: center; }
	
	.newStyle .b-align-right {
	  	text-align: right; }
	  	
	.newStyle .b-align-left {
  		text-align: left; }

	.newStyle .b-float-left {
  		float: left; }

	.newStyle .b-float-right {
  		float: right; }
  		
  	.newStyle .b-float-none {
  		float: none!important; }
	
	.newStyle .text-xl {
  		font-size: 1.25rem; }
	
	.newStyle .heading-l {
	  	font-size: 1.8rem;
	  	font-weight: bold; }
	  	
	.newStyle .heading-xl {
	  	font-size: 2.25rem;
	  	font-weight: normal; }
	  	
	.newStyle .heading-xxl {
	  	font-size: 3rem; }
	  	
	.newStyle .heading-xxxl {
	    font-size: 6rem; }
	  	
	.newStyle .compare {
	 	display: none; }
    	
    .contentRight {
		margin-top: 0;
    	padding-top: 1rem; }
	 	
	.newStyle .contIframe {
	 	width: 100%; }
	 	
	.groupFilters {
	 	display: none; }
	 	
	 .newStyle .hoverShowInfo .element {
	 	border-bottom: 1px solid #eee;
	 	height: 500px; }
	 	
	 .newStyle .hoverShowInfo .element > a {
	 	top: 60px; }
	 	
	 .newStyle .hoverShowInfo .element .up {
	 	height: 500px;
	 	/*bottom: -500px;*/ }
	 	
	 .newStyle .hoverShowInfo .element .up h3 {
	    margin-top: 2em; }
	 	
	 .newStyle .hoverShowInfo {
	 	border-bottom: none; }
	 	
	 .newStyle .hoverShowInfo.bg-black  {
	 	border-bottom: none; }
	 	
	 .newStyle .hoverShowInfo.bg-black .element {
    	border-bottom: 1px solid #333; }
	 	
	.newStyle .sectionHighlight .row .col {
	 	border-bottom: 1px solid #ddd; }
	 	
	.newStyle .modal .modalContent iframe {
    	 }
    	 
    .newStyle .acer-store .sd-logo {
    	float: none;
	    width: 60%;
	    margin: 0 auto; }
	    
	 .newStyle .acer-store p {
	 	text-align: center;
	 	margin-bottom: 0; }
	 	
	.newStyle .modal .modalContent .close {
	 	top: -15px;
    	right: 15px; }
    	
    .newStyle .modal .modalContent .arrowLeft {
    	left: 10px; }
    	
    .newStyle .modal .modalContent .arrowRight {
    	right: 10px; }
	 	
	.newStyle .filter-container {
		/*position: absolute;
	    left: 0px;
	    width: 85%;
	    top: 277px;
	    padding-left: 25px;
	    background: rgb(255, 255, 255);*/ }
	 	
	 .filter-box a.open-filter, 
	 .filter-box a.close-filter { 
	 	display: block; }
	 	
	 .newStyle .secondLevelMenu.over {
	 	position: inherit; }
	 	
	 .newStyle .secondLevelMenu.freezed {
	 	position: fixed; }
	 	
	 .newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover {
		color: rgba(0, 0, 0, 0.7);	}
	
	 .newStyle .header .navigation .menuLeft .mega .subNav ul li a.hoverEvent:hover i {
		display: none; }
	 	
	 .acerNew.contLocalStore {
		display: none; }
		
	 .acerNew.goWTB { 
		display: block; }
	 	
	 .newStyle .windowsLogo {
	  	display: none; }
	 
	 .newStyle .padTopMenuOver {
		padding-top: inherit; }
		
	.newStyle .sectionModelInfo .info {
		margin-top: 0px; }
		
	.newStyle .sectionModelInfo .info .button {
		float: none; }
		
	.newStyle .sectionModelInfo .info h1, .newStyle .sectionModelInfo .info p {    
    	text-align: center; }
	 	
	.newStyle .gallerySection .cont.oldSeries .col:nth-child(-n+4) {
	 	border-bottom: 1px solid #ddd; }
	 	
	.newStyle .gallerySection .cont .col:nth-child(-n+6) {
	 	border-bottom: 1px solid #ddd; }
	 	
	.newStyle .secondLevelMenu.freezed.open {
    	background-color: rgba(255, 255, 255, 1);
    	position: fixed; }
	    
	.newStyle .model .bordR {
    	border-right: none; }
    
	.newStyle .model .bordL {
	    border-left: none;
	    margin-left: inherit; }
	    
	 .newStyle .model .col p {
		text-align: center; }
	    
	 .newStyle .model li {
	 	text-align: center; }
	 	
	 .newStyle .compareDisabled {
		display: block; }
		
	.newStyle .contSection .textOver.b-top {
		position: inherit; }
		
	.newStyle .contSection .textOverKsp {
		position: inherit; }
	
	.newStyle .contSection .textOverKsp .col {
		margin-left: auto;
    	width: 100%; }
		
	.newStyle .contSection .textOverKsp .col h2, .newStyle .contSection .textOverKsp .col p {
		text-align: center; }
		
	.newStyle .contSection .textOverKsp .col a {
		float: none; }
	
	.newStyle .contSection .textOver .col p {
		margin-top: 1rem;
    	margin-bottom: 1rem; }	
	   
	.newStyle .contSectionBen .textOverBen {
		position: inherit; }
		
	.newStyle .contSectionBen .textOverBen .col {
		margin-left: auto;
    	width: 100%; }
		
	.newStyle .contSectionBen .textOverBen .col h2, .newStyle .contSectionBen .textOverBen .col p {
		text-align: center; }
		
	.newStyle .contSectionBen .textOverBen .col a {
		float: none; }
		
	.newStyle .contSectionBen .textOverBen .col p {
	    margin-top: 1rem;
	    margin-bottom: 1rem; }
	    
	.newStyle .secondLevelMenu {
		background: rgb(245, 245, 245);
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		position: inherit; }
		
	.newStyle .secondLevelMenu.open {
		/*padding: 24px 0 0 0;*/
		/*position: absolute;*/ }
		
	/*.newStyle .secondLevelMenu .row {
		padding: 0; }
		
	.newStyle .secondLevelMenu .row .col {
		padding: 0; }*/
		
	.newStyle .secondLevelMenu .iconCta {
		display: block;
	    float: right;
	    margin-top: 18px;
    	padding: 0; }
	
	.newStyle .secondLevelMenu h1 {
		/*display: none;*/
		color: rgba(0, 0, 0, 0.7); }
			
	.newStyle .secondLevelMenu .seriesNav ul {
		width: 100%;
    	display: none; }
    	
    .newStyle .secondLevelMenu.open .seriesNav ul {
    	display: block; }
		
	.newStyle .secondLevelMenu .seriesNav ul li a {
		width: 100%;
	    display: block;
	    text-align: center;
	    color: rgba(0, 0, 0, 0.4);
		border-top: 1px solid #ddd;
		padding: 21px 0;
    	margin: 0; }
		
	.newStyle .secondLevelMenu .seriesNav ul li:first-child {
		/*margin-top: 25px;*/ }
    	
   .newStyle .secondLevelMenu.clear .seriesNav ul li a {
   		color: rgba(0, 0, 0, 0.4); }
    	
    .newStyle .secondLevelMenu.clear .seriesNav ul li a:hover, .newStyle .secondLevelMenu.clear .seriesNav ul li a.active {
	    color: rgba(0, 0, 0, 0.87); }
		
	.newStyle .secondLevelMenu .seriesNav {
		min-height: 0px;
	    position: absolute;
	    background: rgb(245, 245, 245);
	    width: 100%;
	    left: 0;
	    top: 170px;
	    z-index: 9; }
	    
	 .newStyle .secondLevelMenu.freezed .seriesNav {  
	 	top: 50px;
	 	background-color: rgba(255, 255, 255, 1); }
	
	.newStyle .groupSingleContProd .displayTable {
	    display: block;
    	height: auto; } 
	
	.newStyle .groupSingleContProd .displayTable .title {
		display: block;
		width: auto; }
		
	.newStyle .groupSingleContProd .displayTable .title p {
		width: auto; }
		
	.newStyle .groupSingleContProd .image { 
		margin: 0 auto; }
	
	.newStyle .groupMultiContProd .line { 
	    min-height: inherit;
	    padding-top: 0;
	    border-right: 1px solid #eee;
	    border-bottom: 1px solid #eee; }
	
	.newStyle .logoCina {
		margin: 0 auto 1rem auto; }
	
	 .newStyle .borderLeft {
  		padding-left: 2em;
    	padding-right: 2em;
    	border: none; }
    	
    .newStyle .supportModel .section {
    	padding-left: 0;
    	min-height: inherit; }
    	
	.newStyle .cookieBox i {
		display: block; }
	
	.newStyle .cookieBox .accept {
		display: none; }
		
	.newStyle .contSelect .select {
		width: 100%; }
		
	.newStyle .searchFilter .quickSolution {
		width: 449px; }
		
	.newStyle .searchFilter .ctnSolution h2 {  
		width: 449px; }
		
	.newStyle .supportModel .ctnSolution {
		width: 449px; }
		
	.newStyle .searchFilter .ctnSolution div.ctnAnswers {
		width: 449px; }
		
	.newStyle .searchFilter .ctnSolution div div {
		width: 449px;
		padding-right: 0; }
		
	.newStyle .ctnSolution .ctnAnswers p {
	    margin: 0;
	    padding: 0 0 18px 0; }
    
    .newStyle .searchFilter .ctnSolution div h4 {
	    font-size: 14px;
	    font-weight: bold;
	    margin: 0 0 7px 0;
	    padding: 0; }
		
	.newStyle .downloadSection {
		width: 100%; }
		
	.newStyle .downloadSection .productInfo .info {
		width: 445px; }
	
	.newStyle .downloadSection .productInfo {
		width: 100%; }
		
	.newStyle .downloadSection .productInfo .orderDocuments {
		clear: inherit; 
		margin-top: 0;
		float: right;
    	width: 90px; }
    	
    .newStyle .ctnTableDownloads ul li div.ctnTable table .noMobile {
    	display: table-cell; }
		
	.downloadSection .productInfo .info p {
		width: 150px; }
		
	.newStyle .downloadSection .productInfo .info a {
		width: 100%;
		margin-top: 25px; }
		
	.newStyle .supportModel .ctnTableDownloads {
		width: 100%;
	    float: left;
	    overflow: hidden; }
		
	.newStyle .ctnTableDownloads ul {
		width: 449px;
	    float: left;
	    margin: 20px 0 7px 0; }
    	
    .newStyle .ctnTableDownloads ul li {
    	width: 449px;
	    float: left;
	    line-height: 55px;
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 5px; }
    	
    .newStyle .ctnTableDownloads ul li a {
    	color: #4d5357;
	    text-decoration: none;
	    font-style: italic;
	    display: block;
	    background: #e5e5e5 url(img/arrow.png) -560px -160px no-repeat;
	    height: 55px;
	    width: 449px;
	    text-align: left;
	    padding: 0 20px; }
	    
	.newStyle .ctnTableDownloads ul li div {
		width: 449px;
	    padding: 18px 0;
	    display: block;
	    font-size: 12px;
	    font-weight: normal;
	    float: left; }
	    
	.newStyle .ctnTableDownloads ul li a.active, .newStyle .ctnTableDownloads ul li a:hover {
	    color: #80C343;
	    background: #e5e5e5 url(img/arrow.png) -560px -704px no-repeat;	}
	    
	.newStyle .ctnTableDownloads div.ctnTable {
		display: none; } 
	    	
    .newStyle .ctnTableDownloads ul li div.ctnTable {
		float: left;
	    width: 100%;
	    display: block;
	    line-height: 13px;
	    padding: 0 0 0 0; } 
	    
	 .newStyle .ctnTableDownloads ul li div.ctnTable table {
	 	width: 449px;
    	padding: 18px 0;
    	font-weight: normal;
    	display: table;
	    margin-top: 18px;
	    margin-bottom: 18px; }
    	
    .ctnTableDownloads ul li div.ctnTable table td a {
	    color: #85bb23;
	    height: auto;
	    width: auto;
	    background-color: transparent;
	    padding: 0;
	    margin: 0;
	    text-decoration: underline; }
	    
	.newStyle .supportModel .lnkDriver, 
	.newStyle .supportModel .lnkTopAnswer, 
	.newStyle .supportModel .lnkCommunity {
		position: inherit;
		width: auto; }
		
	.newStyle .supportModel a.active i {
		display: none; }
		
	.newStyle .supportModel a i.onlyMobile {
		display: block;
		padding: 0;
		margin-top: -4px; }
		
	.newStyle .supportModel a.active i.onlyMobile {
		display: block;
		transform: rotate(135deg); }
	
	.newStyle .filters .contFilters {
		display: none; }
		
	.newStyle .filters p {
		cursor: pointer;
		margin: 0;
    	padding-bottom: 1em; }
		
	.newStyle .filters p i {
	    display: block;
	    float: right; }
	
	.newStyle .resultsContainer .results { 
		padding-left: 0; }

	.newStyle .filters {
		background: rgb(245, 245, 245);
    	margin-top: -2em; 
    	padding-left: 2em;
    	padding-right: 2em; }
    
    .newStyle .resultsContainer .results .result .cont {
        width: 100%;
    	text-align: center; }
    
    .newStyle .resultsContainer .results .result img {
    	float: none;
	    margin: 0 auto;
	    display: block; }
	
	.newStyle .footerNav .row .gutter {
		padding: 0; } 
		
	.newStyle .footerNav .col .gutter {
		padding: 0 2em; }
	
	.newStyle .toggleMenuLeft {
		display: block; 
		margin: 0; }
		
	.newStyle .toggleMenuLeft i {
		float: left;
		display: block; }
		
	.newStyle .menuSecLeft ul li a.current:hover {
		color: rgba(0, 0, 0, 1.0); }
		
	.newStyle .menuSecLeft {
   		margin-top: 0; }
		
	.newStyle .menuSecLeft ul {
		display: none;
		margin-left: -2rem;
	    margin-right: -2rem;
	    padding-left: 2rem;
	    padding-right: 2rem;
	    border-bottom: 1px solid #eee; }
	    
	 .newStyle .menuSecLeft ul li ul {
	 	border-bottom: none; }
		
	.newStyle .menuSecLeft.active ul {
		display: block; 
    	background-color: #f5f5f5; }
    	
    .newStyle .menuSecLeft ul li {
    	padding-bottom: 0; 
    	border-bottom: none; 
    	position: relative; }
    
    .newStyle .menuSecLeft ul li {
	    border-right: none;
	    border-bottom: none;
	    border-top: 1px solid #eee; }
	    
	.newStyle .menuSecLeft ul li ul li {
		border-top: none; }
    	
    .newStyle .menuSecLeft ul li.current ul {
		display: block; 
		background-color: #fff; }
		
	.newStyle .menuSecLeft.active ul li.current ul {
		display: block; }
		
	.newStyle .menuSecLeft ul li a.current i {
		display: none; }
		
	.newStyle .menuSecLeft ul li a i.iconMobile {
		display: block; 
		position: absolute;
		top: 1em;
    	right: 2rem;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	    width: 16px;
	    height: 16px; }
	    
	.newStyle .menuSecLeft ul li.current a {
	    background: #fff; }
	 
	 .newStyle .menuSecLeft ul li a i.iconMobile:before, .newStyle .menuSecLeft ul li a i.iconMobile:after { 
	    position: absolute;
	    display: block;
	    width: 16px;
	    height: 1px;
	    background-color: rgba(0, 0, 0, 0.7);
	    content: "";
	    top: 8px; }
	    
	 .newStyle .menuSecLeft ul li a i.iconMobile:after {
	    -webkit-transform: rotate(90deg);
    	transform: rotate(90deg); }
    
    .newStyle .menuSecLeft ul li a.current i.iconMobile {	
     	transform: rotate(135deg); }

    .newStyle .menuSecLeft ul li.current ul li a {
        background-color: #fff; }
	
	.newStyle .contSuggestionTop {
		width: 100%;
    	top: 83px;
    	background-color: #eee;
    	left: 0px; 
    	border-left: 2em solid #f5f5f5;
    	border-right: 2em solid #f5f5f5;
    	border-bottom: 20px solid #f5f5f5 !important; }
    	
    .newStyle .contSuggestionTop ul li a {
    	padding: 1em 0; }
    	
    .newStyle .contSuggestionTop .ui-autocomplete {
		background-color: #eeeeee; }
    	
	.newStyle .contSuggestionTop ul li a:hover {
	    background: #eeeeee;
    	color: rgba(0, 0, 0, 0.7); }
	
	.newStyle .showGallery .tx {
		top: 50px; }
	
	.newStyle .header .menuBar {
		height: 110px; 
		/*position: relative;*/ }
	
	.newStyle .header .menuBar .contMobileMenu {
		position: absolute;
	    right: 0;
	    width: 20%; 
	    top: 0; }
		
	.newStyle .header .menuBar .mobileMenu {
		display: block;	}
		
	.newStyle .header .navigation {
		display: block;
		background-color: #f5f5f5;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: transform .3s ease;
		transition: transform .3s ease;
		width: 80%;
		z-index: 50; 
		overflow: scroll; }
		
	.newStyle .header .navigation.open {
		-webkit-transform: translateX(0);
		transform: translateX(0); }
	
	.newStyle .header .navigation .bgSearchBox {
		padding: 1rem 2rem; }
	
	.newStyle .header .navigation .bgSearchBox .searchBox {
		display: none;
		position: relative;
		background: transparent;
		float: left;
		height: 50px;
		margin-top: 1.0em;
		margin-bottom: 1.5em; }
	
	.newStyle .header .navigation .bgSearchBox .searchBox input {
		padding: 0px 1.0em;
		height: 50px;
		background-color: #eeeeee;
		text-transform: capitalize;
		border-radius: 0.2em; }
	
	.newStyle .header .navigation .bgSearchBox .searchBox i {
		display: none; }
	
	.newStyle .header .navigation .menuLeft {
		float: left;
		background-color: transparent;
		width: 100%; }
	
	.newStyle .header .navigation .menuLeft ul li {
		float: none; }
	
	.newStyle .header .navigation .menuLeft ul li a {
		margin: 0;
		padding: 1rem 2rem;
		border-bottom: 1px solid #eee;
		float: left;
		width: 100%; 
		transition: inherit;
		line-height: 30px;
		height: 55px; }
		
	.newStyle .header .navigation .menuLeft ul li a:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .header .navigation .menuLeft ul li a i {
		display: none; }
			
	.newStyle .header .navigation .menuLeft ul li a i.iconMobile {
		display: block;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	   	float: right; }
    
    .newStyle .header .navigation .menuLeft ul li a.zh-withMenu.open i {	
     	transform: rotate(135deg); }
	    
	.newStyle .header .navigation .menuLeft ul li a.zh-withMenu.open {
		background-color: #fff;
		color: rgba(0, 0, 0, 0.7); }
	
	.newStyle .header .navigation .menuLeft ul li a span {
		float: right; }
		
	.newStyle .header .navigation .menuLeft .mega {
		position: relative;
		top: 0;
		left: 0;
		border: none;
		padding-bottom: 1rem; 
		padding-left: 0; }
	
	.newStyle .header .navigation .menuLeft .mega .subNav {
		padding: 0 0 0 0; }
	
	.newStyle .header .navigation .menuLeft .mega .subNav ul li {
		float: none; }
	
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a {
		margin: 0;
		border: none;
		background-color: #fff;
		padding: 1rem 2rem 0 2rem;
		line-height: 1.5; }
		
	.newStyle .header .navigation .menuLeft .mega .subNav ul li a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuRight .mega .subNav ul li a.showMobile {
		display: block; }
	
	.newStyle .header .navigation .menuLeft .mega .contSubNav {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a {
		padding: 1rem 2rem 0 2rem;
		border: none; 
		font-size: 0.75rem;
    	font-weight: bold;
    	text-transform: uppercase;
    	line-height: 1.5;
    	height: auto;
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a:hover {
		background: rgb(255, 255, 255); }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuRight .mega .contSubNav .contOne a.showMobile {
		display: block; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support p {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support h3 {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a span {
		float: left;
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a span {
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne {
		border: none; }
	
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne>div:first-child a {
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col:first-child {
		border: none; }
			
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne a img {
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo { 
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo>div:first-child {
		border: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a {
		padding: 1rem 2rem 0 2rem;
		border: none;
		font-size: 0.75rem;
		font-weight: bold;
		text-transform: uppercase;
    	line-height: 1.5;
		display: none; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a.showMobile {
		display: block; }
		
	.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a.showMobile {
		display: block; }

	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a:hover {
		background: rgb(255, 255, 255); }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contOne .col.support {
		height: auto;
		padding: 0; }
		
	.newStyle .header .navigation .menuLeft .mega .contSubNav .contTwo a img {
		display: none; }
	
	.newStyle .header .navigation .menuRight {
		float: left;
		width: 100%;
		margin-bottom: 1.5em; }
	
	.newStyle .header .navigation .menuRight a i {
		display: none; }
		
	.newStyle .header .navigation .menuRight li {
		float: none; }
		
	.newStyle .header .navigation .menuRight ul li a i.iconMobile {
	    display: block;
	    -webkit-transition: -webkit-transform .2s;
	    transition: transform .2s;
	    float: right; }
	    
	.newStyle .header .navigation .menuRight ul li a.zh-withMenu.open i {
    	transform: rotate(135deg); }
	
	.newStyle .header .navigation .menuRight li a {
		margin: 0;
	    padding: 1rem 2rem;
	    border-bottom: 1px solid #eee;
	    width: 100%;
	    transition: inherit;
	    line-height: 30px;
	    height: 55px;
	    float: none; }
	    
	.newStyle .header .navigation .menuRight .mega {
	    position: relative;
	    top: 0;
	    left: 0;
	    border: none;
	    padding-bottom: 1rem;
	    padding-left: 0; }
	    
	.newStyle .header .navigation .menuRight .mega .subNav {
    	padding: 0 0 0 0; }
	    
	.newStyle .header .navigation .menuRight .mega .subNav ul li a {
	    margin: 0;
	    border: none;
	    background-color: #fff;
	    padding: 1rem 2rem 0 2rem;
	    line-height: 1.5; }
	    
	.newStyle .header .navigation .menuRight li:last-child {
		display: none; }
		
	.newStyle .header .navigation .menuRight .mega .subNav li:last-child {
		display: block; }
	
	.newStyle .header .navigation .menuRight a.lnkOpenSearch {
		display: none; }
	
	.newStyle .footerNav ul {
		display: none; }
	
	.newStyle .footerNav .open {
		background-color: #616161;
		margin-top: -1px; }
	
	.newStyle .footerNav h4 {
		padding: 1rem 0;
		border-bottom: 1px solid #767676;
		cursor: pointer; 
		position: relative; }
		
	.newStyle .footerNav i {
 		display: block;
	    -webkit-transition: -webkit-transform .2s;
    	transition: transform .2s;
    	float: right; }
    	
    .newStyle .footerNav .open i {
 		transform: rotate(135deg) }
 
 	.newStyle .footerNav .open i {
 		display: block; }
	
	.newStyle .footerNav .social {
		padding-bottom: 0;
		padding-top: 4em; 
		width: 192px;
	    margin: 0 auto;
	    float: none; }
	

	.newStyle .footerBar .language {
		margin-top: 0; }
	
	.newStyle .footerBar .language a {
		text-align: center; }
		
	.newStyle .footerBar .copyright p {
		text-align: center; }
		
	.newStyle .footerBar .copyright {
    	margin: 2.5625rem 0 1rem 0;	}
	
	.newStyle .showGallery { 
	 	height: 25em; }
	
	.newStyle .showGallery .im a { 
	 	height: 400px; }

 	.customCheckboxHub{
		width:20px;
		margin-left:-2%;
		top:-5px;
		position:relative;
		color:rgb(238, 238, 238);
	}
	.saveProductHub{
		width:70%!important;
	}
	.newStyle .row.gutter-half, .newStyle .col.gutter-half {
	    padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
/* custom class ID design */
	.tile-overlay {
        display: none;
    }

    /* HUB */
    .user-sprite-container {
		height: 70px!important;
		overflow: hidden;
	}

	.user-sprite-container > img {
		display: block;
	}

	.Sprite-off {  
		height: 200%!important;
	}

	.Sprite-on {  
		height: 200%!important;
		margin-top:-70px!important;
	} 

/* ------------------------------- DEVICE C from 1024px to 1439px orange ------------------------------- */
@media screen and (min-width: 64em) and (max-width: 89.999em) {
	
	/*Byoc Banner*/
	.acerNew.hubWOW .byocBanner div.tablet { width: 100%; height: 330px; margin-top: 10px; }
	
	/*Byoc Video*/
	.acerNew .byocVideo a.play { top: 220px; }
    .acerNew .byocVideo a.scroll { display: none; }
	.acerNew .byocVideo div.tablet { display: block; width: 744px; height: 450px; margin: 0 auto; }
	
	/*ShowCase New Professional Home*/
    .acerNew .showcase { height: 430px; }
    .acerNew .showcase .slide { top: 10px; height:385px; }
    .acerNew .showcase .slide a { width: 100%; height: 385px; }
    .acerNew .showcase .wrapper { margin-left: -375px; width:750px; height:385px; }
    .acerNew .showcase .wrapper .sc-prod { width: 273px; height: auto;}
    .acerNew .showcase .wrapper .sc-prod a { width:750px; height:385px; }
    .acerNew .showcase .wrapper .sc-prod img { width: 273px; float: left; height: 385px; margin-top: 45px; margin-left: 25px;}
    .acerNew .showcase .arrow-slide { width: 716px; margin-left: -358px; top: 178px; }
	
	.newStyle .c-align-left {
	  	text-align: left; }
	
	.newStyle .c-align-center {
	  	text-align: center; }
	
	.newStyle .c-align-right {
	  	text-align: right; }
	  	
	.newStyle .c-align-left {
  		text-align: left; }

	.newStyle .c-float-left {
  		float: left; }

	.newStyle .c-float-right {
  		float: right; }
  		
  	.newStyle .c-float-none {
  		float: none; }

	.newStyle .heading-xxl {
	    font-size: 4rem; }
	
	.newStyle .borderLeft {
		padding-right: 1em;	}
	
	.newStyle .resultsContainer .results .result .cont {
		width: 65%; }
	
	.newStyle .header .navigation {
		display: block; }
		
	.newStyle .header .navigation .searchBox i {
		right: 3em; }
		
	.newStyle .hoverShowInfo .element > a {
    	top: 60px; }
		
	.newStyle .hoverShowInfo .element .up h3 {
		margin-top: 2em; }
	 
	 .newStyle .showGallery { 
	 	height: 35em; }
	 
	 .newStyle .showGallery .im a { 
	 	height: 560px; }
	
	.newStyle .footerNav nav.open {
		background-color: #616161;
		margin-top: -1px; }
		
	.newStyle .footerNav .newsletter {
		margin-top: 3em; }
		
	.newStyle .footerNav .social {
		margin-top: 3em;
		padding-left: 0.5em;
		padding-top: 2.5em; }
	
	.newStyle .bigBanner { 
		height: 35em; }
		
	.newStyle .contSection .textOver.c-top {
		position: inherit; }

	.newStyle .row.gutter-half, .newStyle.col.gutter-half {
	    padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	 	
}

/*------------------------------- DEVICE D from 90em to 119.999em ------------------------------- */
@media screen and (min-width: 90em) /*and (max-width: 119.999em)*/ {
	.newStyle .d-align-left {
	  	text-align: left; }
	
	.newStyle .d-align-center {
	  	text-align: center; }
	
	.newStyle .d-align-right {
	  	text-align: right; }
	  	
	.newStyle .d-align-left {
  		text-align: left; }

	.newStyle .d-float-left {
  		float: left; }

	.newStyle .d-float-right {
  		float: right; }
  		
  	.newStyle .d-float-none {
  		float: none; }

	.newStyle .row.gutter-half, .newStyle .col.gutter-half {
	    padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

/* ------------------------------- DEVICE E from 1920px to 2559px ------------------------------- */
@media screen and (min-width: 120em) and (max-width: 159.999em) {
	
}

/* ------------------------------- DEVICE F from 2560px to up ------------------------------- */
@media screen and (min-width: 160em) {
	
}

