/* ===== 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 .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.custLineHeight {
	line-height: 1.1; }
  	
.newStyle .heading-xxl {
  	font-size: 5rem;
  	line-height: 0.9; }
  	
.newStyle .heading-xxxl {
  	font-size: 8rem;
  	line-height: 0.9; }
  
.newStyle p {
	margin-bottom: 1rem;
	margin-top: 1rem; 
	text-align: left; 
	font-size: 1rem;
	line-height: 1.5; }
	
.newStyle a {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5; }
	
/*.newStyle span {
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	font-size: 0.875rem; }*/

.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 .inline {
	display: inline; }
	
.newStyle .divider {
	clear: both; }
    
.newStyle .capitalize {
  	text-transform: capitalize; }
  	
.newStyle .uppercase {
  	text-transform: uppercase; }
  	
.newStyle .align-left {
  	text-align: left; }

.newStyle .align-center {
  	text-align: center; }

.newStyle .align-right {
  	text-align: right; }
  	
.newStyle .centerImage {
	margin: 0 auto; }
	
.newStyle .hidden {
	display: none; }
    
.newStyle img {
	/*width: 100%;
    height: 100%;*/
    max-width: 100%;
    display: block; }

.newStyle figure {
    text-align: center; }
    
.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; }
	
.newStyle .margin-0 {
	margin: 0; }
	
.newStyle .margin-left-0 {
	margin-left: 0; }
	
.newStyle .margin-left-s {
	margin-left: 0.5rem; }
	
.newStyle .margin-left-m { 
	margin-left: 2rem; }
	
.newStyle .margin-left-l { 
	margin-left: 3rem; }
	
.newStyle .margin-right-0 {
	margin-right: 0; }

.newStyle .margin-right-s {
	margin-right: 0.5rem; }
	
.newStyle .margin-right-m { 
	margin-right: 2rem; }
	
.newStyle .margin-right-l { 
	margin-right: 3rem; }
	
.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; }
	
.newStyle .margin-bottom-0 {
	margin-bottom: 0; }
	
.newStyle .margin-bottom-s {
	margin-bottom: 1rem; }

.newStyle .margin-bottom-m {
	margin-bottom: 2rem; }

.newStyle .margin-bottom-l {
	margin-bottom: 3rem; }

.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 { 
	font-size: 0.75rem; }

.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; }
	
/* --------------- 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; }

.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-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); }

/* --------------- IFRAME -------------- */
.newStyle iframe {
	border: none; } 
	
/* --------------- 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); }

/* --------------- 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); }

/* --------------- 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 .select {
	margin-left: 1em;
    margin-right: 1em;
    position: relative;
    float: left; }

.newStyle .selectCustom {
	text-decoration: none;
    cursor: pointer;
    border: 1px solid #eee;
    min-width: 250px;
    height: 50px;
    padding: 15px; 
    margin: 0; }
	
.newStyle .optionCustom {
	border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 267px;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    background-color: #fff; 
    display: none;
    z-index: 1; }
	
.newStyle .optionCustom li {
	}

.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);
	}
}

	
/* --------------- 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: 4px;
    background-color: transparent; }
	
.scrollbarCustom::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);
	border-radius: 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; }
	
.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; }
    
.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; }

.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 .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 a {
	margin: 0;
	float: left;
	text-decoration: none;
    margin: 2.688rem 1rem;
	transition: color .2s;
	text-transform: uppercase;
	font-weight: bold;
    color: rgba(0, 0, 0, 0.4); }

.newStyle .header .navigation .menuRight a:last-child {
	margin-right: 0px; }

.newStyle .header .navigation .menuRight a:hover {
	color: rgba(0, 0, 0, 0.87);
}

/* --------------- 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: 40px; }
    
.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; }
    
.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.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; }
	

/* --------------- SUPPORT -------------- */
.newStyle .supportTab h1 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-weight: normal;
	line-height: 36px; }

.newStyle .supportTab a.tab {
	margin-bottom: -1px;
	border-bottom: 1px solid #eee;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
	text-transform: uppercase; }

.newStyle .supportTab a.tab.active {
	color: rgba(0, 0, 0, 1.0);
	background-color: #fff;
	border-bottom: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee; }

.newStyle .supportContent input.find {
	border: 1px solid #eee;
	margin-right: 16px;
	width: 100%;
	height: 40px;
	padding: 1em; }

.newStyle .supportContent input.button {
	float: none; }
	
.newStyle .supportContent a.buttonSearchSupport {
    float: left;
    margin: 0 0 0 2em; }
	
.newStyle .supportContent {	
	position: relative; }
	
.newStyle .supportContent .ui-autocomplete {	
	 }
	
.newStyle .itemSeparator {
	border-top: 1px solid #eee;
    margin-left: 1em;
    margin-right: 1em; }

.newStyle .supportContent div {
	display: inline-block; }
	
.newStyle .ui-helper-hidden-accessible {
	display: none; }
	
	
/* --------------- SUPPORT MODEL  -------------- */
.newStyle .supportModelIntro img {
	height: 180px; 
	width: auto; }
	
.newStyle .supportModel {
	position: relative; }
	
.newStyle .supportModel .lnkDriver,
.newStyle .supportModel .lnkTopAnswer,
.newStyle .supportModel .lnkCommunity {
    position: absolute;
    top: 0;
    width: 14%; }
    
.newStyle .supportModel .section {
    padding-left: 8.33333%;
    min-height: 300px; }
    
.newStyle .supportModel .lnkTopAnswer {
	top: 45px; }

.newStyle .supportModel .lnkCommunity {
	top: 90px; }
	
.newStyle .supportModel a i {
	float: right;
	display: none; }
	
.newStyle .supportModel a.active i {
	display: block; }
	
.newStyle .supportModel a i.onlyMobile {
	display: none;
	transition: transform .2s;
	-webkit-transition: -webkit-transform .2s; }
	
.newStyle .supportModel .downloadSection {
	margin: 0;
	padding: 0; }
	
.newStyle .supportModel .downloadSection p {
	margin-top: 1em; 
	float: left; }
	
.newStyle .supportModel .downloadSection .loading {
	text-align: center;
	float: none; }
	 
.newStyle .supportModel .loading img {
	 width: 150px; 
	 height: auto; }
	
.newStyle .supportModel .downloadSection .productInfo {
	 margin-bottom: 0; }
	
.newStyle .downloadSection .productInfo .info {
	 width: 560px; }
	 
.newStyle .downloadSection .productInfo .info select {
    width: auto;
    float: left;
    margin: 0;
    font-size: 14px; }
    
.newStyle .downloadSection .productInfo .info p {
	margin: 1em 0; }
	
.newStyle .downloadSection .productInfo .orderDocuments a {
	margin-top: 0;
	line-height: initial;
	width: 80px; }
	
.newStyle .ctnTableDownloads .ctnTable table th, .ctnTableDownloads .ctnTable table td {
	font-size: 12px;
	text-align: left; }
	
.newStyle .ctnTableDownloads ul li a {
	margin: 0;
	line-height: 55px; }
	
.newStyle .ctnTableDownloads .ctnTable table td a {
	margin: 0; }

.newStyle .supportModel .legalNoticeCont {
	float: left;
	width: 100%; }
	
/* --------------- 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 -------------- */
.newStyle .infoPage {
    padding: 28px 0px 28px 0px; }
    
.newStyle .infoPage ul li {
	text-decoration: none;
	float: left;
	line-height: 1.5; } 

.newStyle .infoPage ul li i {
	padding: 1px 6px 0 6px;
    float: left; }
	
.newStyle .infoPage ul li a {
	text-decoration: none;
    display: block;
    margin: 0;
    float: left;
    line-height: 1.5; }

/* --------------- INFO PAGE Menu Link -------------- */
.newStyle .menuLink {
	padding-left: 1.25em; }

.newStyle .menuLink ul li {
	padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    line-height: 1.5; }
	
.newStyle .menuLink ul li ul li {
	border: none; }
	
.newStyle .menuLink ul li a {
	text-decoration: none; 
	font-size: 0.875em; 
	padding: 0;
    padding-bottom: 1rem;
    padding-top: 1rem; 
    font-weight: normal;
    padding-right: 1em; 
    transition: all .3s;
    margin: 0; }
    
.newStyle .menuLink ul li a:hover {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .menuLink ul li a.current {
	color: rgba(0, 0, 0, 1.0); }

.newStyle .menuLink ul li i {
	float: right;
	display: none; }
	
.newStyle .menuLink ul li a.current i {
	display: block; 
	font-size: 0.875rem; }
	
.newStyle .menuLink ul li ul li a {
	margin: 0;
    font-size: 0.75em;
	padding: 0; 
	padding-right: 1.1em; }
	
.newStyle .menuLink .toggleMenu { 
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    padding: 0.938rem 2rem; 
    display: none; 
    text-decoration: none; }
	
/* --------------- INFO PAGE Content Chunk -------------- */
.newStyle .contentChunkInfo {
    padding-left: 8.33333%;
    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 input {
	border: 1px solid #eee;
    margin-right: 16px;
    width: 100%;
    height: 40px;
    padding: 1em; }

.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; }

/* ------------------------------- DEVICE A from 0 to 639px ------------------------------- */
@media screen and (min-width: 0em) and (max-width: 39.999em) {

	.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; }
	
	.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; }
	 	
	 .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 {
		float: none;
		display: block; }
		
	.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 .menuLink .toggleMenu {
		display: block; 
		margin: 0; 
		border-bottom: 1px solid #eee;
		background-color: #f5f5f5; }
		
	.newStyle .menuLink .toggleMenu i {
		float: right;
		display: block; }
		
	.newStyle .menuLink .toggleMenu:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .menuLink ul li a:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .menuLink ul li a.current:hover {
		color: rgba(0, 0, 0, 1.0); }
		
	.newStyle .menuLink {
		padding-left: 0; 
		margin: 0; }
		
	.newStyle .menuLink ul {
		display: none; }
		
	.newStyle .menuLink.active ul {
		display: block; 
    	background-color: #f5f5f5; }
    	
    .newStyle .menuLink ul li {
    	padding-bottom: 0; 
    	border-bottom: none; }
    	
    .newStyle .menuLink ul li.current {
    	background: #fff; }
    
    .newStyle .menuLink ul li a {
    	border-bottom: 1px solid #eee; 
    	margin-left: 2rem;
   		margin-right: 2rem; }
    	
    .newStyle .menuLink ul li ul {
		display: block;
    	padding-bottom: 1em; }
		
	.newStyle .menuLink.active ul li.current ul {
		display: block; }
		
	.newStyle .menuLink ul li a.current i {
		display: none; }
		
	.newStyle .menuLink 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 .menuLink ul li a i.iconMobile:before, .newStyle .menuLink 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 .menuLink ul li a i.iconMobile:after {
	    -webkit-transform: rotate(90deg);
    	transform: rotate(90deg); }
    
    .newStyle .menuLink ul li a.current i.iconMobile {	
     	transform: rotate(135deg); }
		
	.newStyle .menuLink ul li ul li a {
		padding: 1rem 2rem 0 2rem;
    	border: none; }
    	
	.newStyle .infoPage {
		display: none; }
	
	.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 .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 .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 .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 a {
		padding: 1rem 2rem;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #eee; }
		
	.newStyle .header .navigation .menuRight a:last-child {
		display: none; }
		
	.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 .supportTab {
		padding-bottom: 32px; }

	.newStyle .supportContent a.tab {
		margin-bottom: 0;
		border-bottom: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 32px;
		background-color: rgb(245, 245, 245); } 
		
	.newStyle .supportContent a.tab span {
		padding-left: 8px; }
		
	.newStyle .supportContent a.tab.active {
		padding: 0;
		background: #fff;
		color: rgba(0, 0, 0, 1.0); 
		margin-top: 2em; }
		
	.newStyle .supportContent a.tab.active i {
		display: none; }
		
	.newStyle .supportContent a.tab.active span {
		display: none; }
	
	.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; }
}

/* ------------------------------- DEVICE B from 640px to 1023px ------------------------------- */
@media screen and (min-width: 40em) and (max-width: 63.999em) {
	
	.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; }
	
	.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; }
	 	
	.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 {
		float: none;
		display: block; }
		
	.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 .menuLink .toggleMenu {
		display: block; 
		margin: 0; 
		border-bottom: 1px solid #eee; 
		background-color: #f5f5f5; }
		
	.newStyle .menuLink .toggleMenu i {
		float: right;
		display: block; }
		
	.newStyle .menuLink .toggleMenu:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .menuLink ul li a:hover {
		color: rgba(0, 0, 0, 0.7); }
		
	.newStyle .menuLink ul li a.current:hover {
		color: rgba(0, 0, 0, 1.0); }
		
	.newStyle .menuLink {
		padding-left: 0; 
		margin: 0; }
		
	.newStyle .menuLink ul {
		display: none; }
		
	.newStyle .menuLink.active ul {
		display: block; 
    	background-color: #f5f5f5; }
    	
    .newStyle .menuLink ul li {
    	padding-bottom: 0; 
    	border-bottom: none; 
    	position: relative; }
    
    .newStyle .menuLink ul li a {
    	border-bottom: 1px solid #eee; 
    	margin-left: 2rem;
   		margin-right: 2rem; }
    	
    .newStyle .menuLink ul li ul {
		display: block; 
		padding-bottom: 1em; }
    	
    .newStyle .menuLink ul li.current ul {
		display: block; 
		background-color: #fff; }
		
	.newStyle .menuLink.active ul li.current ul {
		display: block; }
		
	.newStyle .menuLink ul li a.current i {
		display: none; }
		
	.newStyle .menuLink 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 .menuLink ul li.current a {
	    background: #fff; }
	 
	 .newStyle .menuLink ul li a i.iconMobile:before, .newStyle .menuLink 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 .menuLink ul li a i.iconMobile:after {
	    -webkit-transform: rotate(90deg);
    	transform: rotate(90deg); }
    
    .newStyle .menuLink ul li a.current i.iconMobile {	
     	transform: rotate(135deg); }
		
	.newStyle .menuLink ul li ul li a {
		padding: 1rem 2rem 0 2rem;
    	border: none; }
    	
    .newStyle .menuLink ul li.current ul li a {
        background-color: #fff; }
		
	.newStyle .contentChunkInfo {
		border: none;
    	padding-left: 2em;
    	padding-right: 2em; }
	
	.newStyle .infoPage {
		display: none; }
	
	.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 .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 .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 .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 a {
		padding: 1rem 2rem;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #eee; }
		
	.newStyle .header .navigation .menuRight a:last-child {
		display: none; }
	
	.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 .supportTab {
		padding-bottom: 32px; }

	.newStyle .supportContent a.tab {
		margin-bottom: 0;
		border-bottom: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 32px;
		background-color: rgb(245, 245, 245); }
		
	.newStyle .supportContent a.tab span {
		padding-left: 8px; }
	
	.newStyle .supportContent a.tab.active {
		padding: 0;
		background: #fff;
		color: rgba(0, 0, 0, 1.0);
		margin-top: 2em; }
		
	.newStyle .supportContent a.tab.active i {
		display: none; }
		
	.newStyle .supportContent a.tab.active span {
		display: none; }
	
	.newStyle .showGallery { 
	 	height: 25em; }
	
	.newStyle .showGallery .im a { 
	 	height: 400px; }
}

/* ------------------------------- DEVICE C from 1024px to 1439px orange ------------------------------- */
@media screen and (min-width: 64em) and (max-width: 89.999em) {
	
	.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; }
	 	
}

/*------------------------------- 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; }
	
}

/* ------------------------------- 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) {
}

