
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.answersList ol {
	padding-left : 0;
	padding-top : 0;
	
}

.border-bottom-1 {
	border-bottom: 1px solid #eee !important;
}

.border-right-1 {
	border-right: 1px solid #eee !important;
}

.border-top-1 {
	border-top: 1px solid #eee !important;
}

.ctnRightNowAnswersContainer .heading-x1 {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}


.filterSection {
	text-align : left;
}

.filterSection ul {
	margin-top : 1rem;
}

.flag-container {
	position : absolute;
	right : 1rem;
	top : 1rem;
	text-align : right;
	text-transform : uppercase;
	font-size : 0.9rem;
}

.flag-container-float {
	display : inline-block;
	width: 33%;
	padding : 0rem 0 1rem 0;
}

.flag-part {

	border-style:solid; 
	border-color:#C9C9C9; 
	border-width:thin;

    display : inline-block;
    height: 14px;
    width: 22px;
	vertical-align: top;
	margin-right : 4px;
	margin-top : 6px;

}

.flag-label {
	display : inline-block !important;
	vertical-align: middle;
	margin : 0 !important;
	text-decoration : none;
	padding : 0;
}


.newStyle .bg-white {
    background: rgb(255, 255, 255);
}


.newStyle .centerImage {
	margin: 0 auto; }

/* --------------- HEADER Menu Right ; missing from the original style40 copied -------------- */
.newStyle .header .navigation .menuRight {
	float: right; }
	
.newStyle .header .navigation .menuRight li {
	float: left; }

.newStyle .header .navigation .menuRight a {
	margin: 0;
	text-decoration: none;
    margin: 2.688rem 1rem;
	transition: color .2s;
	text-transform: uppercase;
	font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    float: left; }

.newStyle .header .navigation .menuRight li:last-child {
	margin-right: 0px; }

.newStyle .header .navigation .menuRight li a:hover {
	color: rgba(0, 0, 0, 0.87); }
	
.newStyle .header .navigation .menuRight .mega { 
	display: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	border-top: 1px solid #eee;
	left: 0;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 100; }
	
.newStyle .header .navigation .menuRight .mega .subNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem; }

.newStyle .header .navigation .menuRight .mega .subNav ul li {
	float: none; }
	
.newStyle .header .navigation .menuRight .mega .subNav ul li a {
    padding: 0.75rem 0px;
    margin: 0;
    height: auto;
    float: none; }
    
.newStyle .header .navigation .menuRight ul li a.open {
    color: rgba(0, 0, 0, 0.87); }
    
.newStyle .header .navigation .menuRight ul li a i.iconMobile {
    display: none; }
    
.header .navigation .menuRight .mega .contSubNav {
    border-left: 1px solid #eee; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne {
    border-right: 1px solid #eee; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne img {
	height: 70px; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contOne a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: normal;
    margin: 0;
    float: none; }
    
.newStyle .header .navigation .menuRight p a {
	float: none;
	color: rgba(0, 0, 0, 0.7);
	margin-left: 0; }
	
.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a {
	margin: 0; 
	float: none; }
    
.newStyle .header .navigation .menuRight .mega .contSubNav .contTwo a img {
	height: 70px; }

.notSelectedWarning {
	background : #fdc82e;
}

.pagination .rn_Hidden {
	display : none !important;
}

.pagination.bottom {
	height : 80px;
}

.rn_AnswerDetails {
	position : relative;
}

.rn_AnswerDetails.loading {
	opacity : 0.4;
}

.rn_AnswerDetails.loading .rn_Loading {
	display : block;
}

.rn_AnswerDetails .rn_Loading{
	position : absolute;
	top : 10px;
	left : 50%;
	margin-left : -54px;
	width : 108px;
	height : 108px;
	display : none;
}

.rn_AnswerList .results {
	padding-left : 0 !important;
	padding-right : 1rem;
}

.rn_Hidden  {
	display : none !important;
}

.rn_Multiline .rn_Content li {
	list-style: outside none none;
	margin-bottom : 2rem;
	text-align : left;
}

.rn_Multiline .rn_Content li span {
	color: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
    line-height: 1.5;
	margin-bottom : 0.25rem;
	text-align : left;
}

.rn_Multiline .rn_Content li a {
	color: rgba(133, 187, 35, 1);
	font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;	
	text-decoration : none;
	margin-bottom : 0.5rem;
}

.rn_Multiline .rn_Content li .rn_ElementsHeader, .rn_Multiline .rn_Content li .rn_ElementsData {
	font-size: 0.75rem;
	margin-bottom : 0rem;
}

.rn_PlainForm {
	font-size : 1rem;
	line-height : 1.25rem;
}
.rn_PlainForm {
	display : block !important;
	margin-top : 0.5rem !important;
	margin-bottom : 0rem !important;
}

.rn_PlainForm .rn_ErrorMessage a {
	color : RED !important;
	text-decoration : none !important;
	margin-bottom : 1rem !important;
	font-size : 1rem !important;
}

.rn_PlainForm input{
    margin-bottom:5px;
}
.rn_PlainForm input[type="text"],
.rn_PlainForm input[type="email"],
.rn_PlainForm input[type="password"]{
	font-size : 1rem;
	line-height : 1.25rem;
	padding : 0.5rem;
    width:300px;
	height : 50px;
	border: 1px solid #bbb;
}
.rn_PlainForm textarea{
	font-size : 1rem !important;
	line-height : 1.25rem !important;
	padding : 0.5rem;
    width:300px !important;
	border: 1px solid #bbb;
}
.rn_PlainForm select {
	min-width : 300px;
	font-size : 1rem;
	padding : 0.5rem;
	line-height : 1.25rem;
}

.rn_PlainForm label{
	font-size : 1.15rem;
	font-weight : bold !important;
    margin-bottom:5px;
    display:block;
}
.rn_PlainForm .rn_Required {
	color : RED;
	font-size : 1.5rem;
	line-height : 1.15rem;
}

.rn_SearchButton {
	display : inline-block;
	text-align : left;
}

.rn_SearchButton .rn_SubmitButton {
	margin-left: 2em;
	padding : 0 !important;
	width : auto;
}

.Sprite-on {
    height: 200%!important;
    margin-top: -70px!important;
}

.Sprite-off {
    height: 200%!important;
}

.bigSearch .rn_SearchButton .rn_SubmitButton  {
	background: rgb(224, 224, 224); 
}

.bigSearch .rn_SearchButton .rn_SubmitButton:hover {
	background: rgb(199, 199, 199); 
}

.searchButtonContainer {
	text-align: left !important;
}

.searchField .rn_KeywordText {
	display : block !important;
}

.svg-loading {
	height: 42px;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;	
}

.svg-loading.tiny {
	height: 24px;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;		
}

.svg-loading.large {
	height: 160px;
}

.user-sprite-container {
    height: 70px!important;
    overflow: hidden;
}

.zh-hProd {
	text-align: center !important;
}

/* yui header */

.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
	padding : 0.8rem 0.25rem 0 0;
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close {
	font-family: "Acer Font Icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
    margin-left: 5px;
	vertical-align: middle;
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before {
	font-size: 1rem !important;
	content: "\e002";
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:hover {
	color: rgba(0, 0, 0, 1);
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd {
	background: #dadada !important;
	color: rgba(0, 0, 0, 0.7);
	font-size : 0.8rem;
	text-align : left;
	font-weight : bold;
	text-transform : uppercase;
	padding : 0.75rem 0.5rem 0.75rem 0.5rem;
	
}

/* yui body */

.yui3-skin-sam .yui3-panel .yui3-widget-bd {
	color: rgba(0, 0, 0, 0.7);
	font-family: "Acer Foco","Trebuchet MS",Arial,sans-serif;
	font-size : 0.9rem;
	padding-bottom : 0rem;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd label {
	font-size : 0.9rem;
	line-height: 1.25rem;
	color: rgba(0, 0, 0, 0.7);
	font-weight : bold;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd input[type=text], .yui3-skin-sam .yui3-panel .yui3-widget-bd input[type=password], .yui3-skin-sam .yui3-panel .yui3-widget-bd input[type=email], .yui3-skin-sam .yui3-panel .yui3-widget-bd textarea, .yui3-skin-sam .yui3-panel .yui3-widget-bd select {
	border: 1px solid #eee;    
    padding: 0.5rem;
    width: 100%;
	font-size: 0.75rem;
	line-height : 1rem;
	color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	font-family: "Acer Foco","Trebuchet MS",Arial,sans-serif;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd div {
	text-align : left;
	font-size : 0.9rem;
	line-height : 1.2rem;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd a {
	text-decoration : underline;
	color: rgba(0, 0, 0, 0.7);
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd a:hover {
	color: rgba(0, 0, 0, 1);
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd .rn_Required {
	color : #cc0000;
	font-size : 1.25rem;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd .rn_ErrorMessage {
	padding: 0 0 0.5rem 0;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd .rn_ErrorMessage a {
	color : #cc0000;
}

.yui3-skin-sam .yui3-panel-content {
    background: white none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*yui footer */

.yui3-skin-sam .yui3-panel .yui3-widget-ft {
	background : none;
}

/* yui overlay*/

.yui3-skin-sam .yui3-widget-mask {
	opacity : 0.2;
}

.zh-detailUrl {
	text-align : center !important;
}

.zh-detailUrl img {
    height: 180px!important;
    max-width: 110%;
}

#article-body {
	padding-left : 2%;
}

#article-sub-title p {
	font-size: 1.2rem !important;
}

#rn_AnswerText, #rn_AnswerText p, #rn_AnswerText a {
	font-size : 1.2rem;
}

#rn_AnswerText b {
	font-style : normal !important;
}

#rn_AnswerText ul, #rn_AnswerText ol {
	padding-left : 1em;
	margin : 1rem 0 1rem 0;
}

#rn_AnswerText li, #rn_AnswerText li a {
	font-size : 1.2rem;
	line-height : 1.7rem;
	padding : 0px;
}

#rn_AnswerText li {
	margin-left: 1rem !important;
}

#article-body div {
	text-align : left;
}

#article-body  td, #article-body  th {
	padding : 4px;
}

#article-body button {
	font-size : 0.8rem !important;
}

#article-list-filters .rn_AnswerDetails p {
	text-align : center;
	margin-top : 1rem;
	margin-bottom : 0.5rem;
}

#article-list-filters .rn_AnswerDetails img {
	height : 64px;
}	

#article-list-filters .rn_AnswerDetails .rn_Loading {
	height : 64px;
	width : 64px;
	top : 0;
	margin-left : -32px;
}

#article-list-filters .rn_AnswerDetails #rn_AnswerDetailsSelectedProductName {
	font-size : 0.9rem;
}

#article-list-filters .rn_AnswerDetails #rn_selectProduct {
	margin-bottom : 0.5rem;
	margin-top : 0.5rem;
	padding : 0.5rem 1rem;
	font-size : 0.8rem;
}

#article-right-bar .button {
	margin-top : 0rem;
}

#article-right-bar li span {
	line-height : 3rem;
	font-size : 0.9rem;
	
}

#article-right-bar p {
	text-align : center;
	margin-top : 0.5rem;
	margin-bottom : 0.5rem;
	font-size : 0.9rem;
}

#article-sub-title {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	font-size : 20px;
}

#flag-region {
	
}

#flag-region div {
	display : inline-block;
	vertical-align : middle;
}

#flag-region .flag-part {
	background: #fff url("flag.jpg") no-repeat scroll 0 -48px;
	width : 20px;
	height : 12px;
}

#flag-region .flag-label {
	padding-left: 4px;
}

#flag-region .flag-label a {
	font-size: 0.75rem;
	margin : 0rem;	
}


#logo {
	text-decoration : none;
	margin : 37px 114px 37px -10px;
}

#logo img {
	background: url(/euf/assets/themes/AGW40/images/acer-answer.svg) no-repeat;
	width : 187px;
	height : 34px;
}

#mega-trouble .contOne .col {
	/*height : 400px;*/
}

#mega-trouble .zh-linkSubNav ul li a {
    height: auto;
    margin: 0;
    padding-bottom: 0.5rem;
}

#mega-trouble  .zh-subNav .contOne li {
	float: none;
    margin: 10px 0;
}
	
#mega-trouble .zh-subNav .contOne li a {
    font-size: 0.875rem;
    padding: 0;
    text-transform: none;
	line-height: 1.25;
	border-bottom : none;
}

#mega-trouble .zh-subNav .contOne li a:hover {
	background : none;
}

#model-selector {
	display : none;
}

#model-selector input {
	width : 300px;
}

#model-selector a.button {
	float : none;
	margin-left : 0rem;
}

#related-answers {
	text-align : left;
}

#related-answers ul {
	margin-top : 0.25rem;
	margin-bottom : 1rem;
}

#related-answers ul li {
	border-bottom : none;	
	padding-bottom : 0rem;
}

#related-answers ul li a {
	color: rgba(0, 0, 0, 0.7);
    display: inline;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
	padding : 0rem;
	margin-top : 0.1rem;
	margin-bottom : 0rem;
}

#related-answers ul li a:hover {
    color: rgba(0, 0, 0, 1);
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(225,225,225,0.5);
    width: 56px;
    height: 56px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 0;
    top: 19px;
    font-size: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#rn_AnswerDetailsSelectedProductName {
	margin-bottom : 0.5rem;
	font-weight : bold;
}

#rn_AnswerDetailsSelectedProductImage {
	width : auto;
	height : 125px;
}

#rn_AnswerDetailsContainer {
	margin-bottom : 1rem;
}

#rn_AnswerDetailsContainer .button {
	margin-bottom : 0 !important;
}

#rn_AnswerDetailsContainer .change-product {
	margin : 0.5rem 0 !important;
	text-align : center !important;
	text-decoration : none !important;
}

#rn_AnswerText {
	text-align : left;
	padding-right : 0.5rem;
}

#rn_AnswerText object {
	width : 560px;
	height : 315px;
}

#rn_AnswerText object embed {
	width : 560px;
	height : 315px;
}

#rn_AnswerText .ytplayer {
	width : 560px;
	height : 315px;
}

#rn_AnswerText img {
	max-width : 100%;
}

#share-answer .social {
	padding-left: 0rem;
	margin-top: 0.75rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	margin-bottom: 0.75rem;
	
}

#share-answer a {
	margin-right : 0.1rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
	display : inline-block;
	float : none;
}

#sub-logo {
	padding-left : 36px;
	font-weight : bold;
	text-transform : uppercase;
	color: rgba(0, 0, 0, 0.7);
}
#sub-logo:hover {
	color: rgba(0, 0, 0, 0.7);
}

/* ------------------------------- DEVICE A from 0 to 639px ------------------------------- */
@media screen and (min-width: 0em) and (max-width: 39.999em) {
/*	
.hide-b-only {
    display: none !important;
}	
	*/
.flag-part {
	display : block !important;
}
	
.newStyle .header .navigation .menuRight li {
    float: none;
}
	
.newStyle .header .navigation .menuRight a {
    margin: 0;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
    width: 100%;
    transition: inherit;
    line-height: 30px;
    height: 55px;
    float: none;
}	

.newStyle .header .navigation .menuRight ul li a i.iconMobile {
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    float: right;
}

.newStyle .header .navigation .menuRight .mega {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    padding-bottom: 1rem;
    padding-left: 0;
}

.newStyle .header .navigation .menuRight .mega .subNav {
    padding: 0 0 0 0;
}

.newStyle .header .navigation .menuRight .mega .subNav ul li a {
    margin: 0;
    border: none;
    background-color: #fff;
    padding: 1rem 2rem 0 2rem;
    line-height: 1.5;
	display : block;
}

.newStyle .header .navigation .menuRight ul li a.zh-withMenu.open i {
    transform: rotate(135deg);
}
	
.newStyle .header .navigation .menuRight ul li a i.iconMobile {
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    float: right;
}
	
#rn_AnswerText img {
	max-width : 320px;
}

	
#rn_AnswerText object {
	width : 320px;
	height : 180px;
}

#rn_AnswerText object embed {
	width : 320px;
	height : 180px;
}	

#rn_AnswerText .ytplayer {
	width : 320px;
	height : 180px;
}
	


	
}

/* ------------------------------- DEVICE B from 640px to 1023px ------------------------------- */
@media (min-width: 40em) and (max-width: 63.999em) {
	/*
.hide-a-only {
display: inherit !important; }
*/	
.newStyle .header .navigation .menuRight .mega {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    padding-bottom: 1rem;
    padding-left: 0;
}

.newStyle .header .navigation .menuRight .mega .subNav {
    padding: 0 0 0 0;
}

.newStyle .header .navigation .menuRight .mega .subNav ul li a {
    margin: 0;
    border: none;
    background-color: #fff;
    padding: 1rem 2rem 0 2rem;
    line-height: 1.5;
	display : block;
}

.newStyle .header .navigation .menuRight ul li a.zh-withMenu.open i {
    transform: rotate(135deg);
}

.newStyle .header .navigation .menuRight li {
    float: none;
}

.newStyle .header .navigation .menuRight li a {
    margin: 0;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
    width: 100%;
    transition: inherit;
    line-height: 30px;
    height: 55px;
    float: none;
}

.newStyle .header .navigation .menuRight a:last-child {
    display: none;
}

.newStyle .header .navigation .menuRight ul li a i.iconMobile {
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    float: right;
}



}


/* ------------------------------- DEVICE C from 1024px to 1439px orange ------------------------------- */
@media (min-width: 64em) {
	
.hide-b-only {
display: inherit !important; }
	
}



