html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}

.topBar{
	width: 100%;
	height: 50px;
	background:#4c81b3;
}
.logo{
	position: absolute;
	left:50%;
	margin-left: -49px;
	width: 98px;
	height: 45px;
	background: url('../img/logo-euronics.png');
}
.fullscreen{
	position: absolute;
	left: 10px;
	top: 12px;
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -99999px;
	background: url("../img/fullscreen.png");
	-webkit-transition:all .3s ease;
		-moz-transition:all .3s ease;
		transition:all .3s ease;
}
	.fullscreen:hover{
		opacity: .7;
		-webkit-transition:all .3s ease;
			-moz-transition:all .3s ease;
			transition:all .3s ease;
	}
	.shareProduct{
		position: absolute;
		right: 10px;
		top: 12px;
		display: block;
		width: 105px;
		height: 27px;
		overflow: hidden;
		text-indent: -99999px;
		background: url("../img/shareProduct.png");
		-webkit-transition:all .3s ease;
			-moz-transition:all .3s ease;
			transition:all .3s ease;
	}
		.shareProduct:hover{
			opacity: .7;
			-webkit-transition:all .3s ease;
				-moz-transition:all .3s ease;
				transition:all .3s ease;
		}
	.search{
		position: absolute;
		height: 27px;
		width: 130px;
		top:12px;
		right: 130px;
		background: url("../img/search.png") no-repeat;
	}
		.search input{
			width: 90px;
			background: none;
			outline: none;
			border:none;
			padding: 5px 0 5px 7px;
			color: #999;
			float: left;
		}
			.search input:focus{
				color: #014a94;
			}
		.search #btnSearch{
			width: 21px;
			height: 21px;
			display: block;
			background: url("../img/searchBtn.png") no-repeat;
			float: right;
			margin-top: 3px;
			margin-right: 5px;
		}
.topBar .right{
	position: relative;
    float: right;
	height: 45px;
	display: none;
}    
    
.wrapper{
	width: 100%;
}
.btn_miafidelity{
    position: absolute;
    bottom: 20px;
    left: 15px;
    display: none;
}

#barRight{
    width: 250px;
    height: 100%;
    position: absolute;
    top: 50px;
    right: -255px;
    background: #014a94;
    border-left: solid 5px #003060;
}
	#barRight ul{
		width: 220px;
		margin: 0 auto;
		list-style: none;
	}
		#barRight ul li{
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: solid 1px #ffed00;
		}
		#barRight ul li:first-child{
			margin-top: 10px;
		}
			#barRight li .leftCont{
				width: 90px;
				float: left;
				overflow: hidden;
				border:solid 1px #003060;
			}
				#barRight li .leftCont img{
					width: 90px;
					display: block;
				}
			#barRight li .rightCont{
				width: 118px;
				float: right;
				margin-left: 10px;
			}
				#barRight li .rightCont h2{
					font-family: Arial, Helvetica, sans-serif;
					font-size: .875em;
					color: #fff;
				}
				#barRight li .rightCont .social{
					margin-top: 10px;
					display: block;
				}
				#barRight li .rightCont .social p{
					font-family: Arial, Helvetica, sans-serif;
					font-size: .625em;
					color: #fff;
				}
					#barRight li .rightCont .social ul{
						list-style: none;
					}

						#barRight li .rightCont .social ul li:first-child{
							margin-top: 10px;
						}
						#barRight li .rightCont .social ul li{
							margin-bottom: 0;
							padding-bottom: 0;
							border-bottom: none;
							min-height: none;
							float: left;
							margin-right: 5px;
							margin-top: 10px;
							-webkit-transition:all .3s ease;
								-moz-transition:all .3s ease;
								transition:all .3s ease;
						}
							#barRight li .rightCont .social ul li:hover{
								opacity: .7;
								-webkit-transition:all .3s ease;
									-moz-transition:all .3s ease;
									transition:all .3s ease;
							}
							#barRight li .rightCont .social ul li a{
								display: block;
								width: 25px;
								height: 25px;
							}
							.facebook{
								background: url("../img/social-facebook.png") no-repeat;
							}
							.twitter{
								background: url("../img/social-twitter.png") no-repeat;
							}
							.gplus{
								background: url("../img/social-googleplus.png") no-repeat;
							}
							.pinterest{
								background: url("../img/social-pinterest.png") no-repeat;
							}
							.mail{
								background: url("../img/social-mail.png") no-repeat;
							}
							.youtube{
								background: url("../img/social-youtube.png") no-repeat;
							}


@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { 
    .logo{
    	background: url('../img/logo-euronics@2x.png');
    	background-size: 98px 45px;
    }
    .fullscreen{
    	background: url("../img/fullscreen@2x.png");
    	background-size: 25px 25px;
    }
    .search{
		background: url("../img/search@2x.png") no-repeat;
		background-size: 130px 27px;
	}
		.search #btnSearch{
			background: url("../img/searchBtn@2x.png") no-repeat;
			background-size: 21px 21px;
		}
    .shareProduct{
    	background: url("../img/shareProduct@2x.png");
    	background-size: 105px 27px;
    }
   			.facebook{
				background: url("../img/social-facebook@2x.png") no-repeat;
				background-size: 25px 25px;
			}
			.twitter{
				background: url("../img/social-twitter@2x.png") no-repeat;
				background-size: 25px 25px;
			}
			.gplus{
				background: url("../img/social-googleplus@2x.png") no-repeat;
				background-size: 25px 25px;
			}
			.pinterest{
				background: url("../img/social-pinterest@2x.png") no-repeat;
				background-size: 25px 25px;
			}
			.youtube{
				background: url("../img/social-youtube@2x.png") no-repeat;
				background-size: 25px 25px;
			}
			.mail{
				background: url("../img/social-mail@2x.png") no-repeat;
				background-size: 25px 25px;
			}
}