@import url('fonts/stylesheet.css');
body{
	font-size:12px;
	font-family:Helvetica, Arial,sans-serif;
	color:#4d4d4d;
}
.container{
	width:1024px;
	margin:0px auto;	
}
img{
	border:none;	
}
.top{
	height:54px;
	background-color:#e3e3e3;
	border-bottom:1px solid #c3c3c3;
	margin-bottom:30px;

}
.top .container{
		position:relative;	
}
.top .left{
	float:left;	
}
.top .left ul{
	list-style:none;
	margin-top:19px;
}
.top .left ul li{
	float:left;
	padding:0px 5px;
	border-right:1px solid #4d4d4d;
}
.top .left ul li.first{padding-left:0px;}
.top .left ul li.last{padding-right:0px; border-right:none;}
.top .left ul li a{
	color:#4d4d4d;
	line-height:16px;
	text-shadow:1px 1px 1px #ffffff;
}
.top .left ul li a.lang{
	background:url(../images/flag.png) no-repeat 1px 1px;
	padding-left:20px;	
}
.top .left ul li a:hover{
	color:#d96937;	
}

.top .right{
	float:right;
	margin-top:15px;
}
.top .phone{
	position:absolute;
	color:#d1470a;
	text-shadow:1px 1px 1px #ffffff;
	font-weight:bold;
	font-size:24px;
	padding-left:20px;
	margin-top:14px;
	background:url(../images/ico-phone.png) no-repeat left center;
	left:417px;
}
.top .phone > a{
	color:#d1470a;
}
.top .right .menu{
	float:left;
	height:16px;
	text-shadow:1px 1px 1px #ffffff;
	padding-top:6px;
}
.top .right .menu a.cart{
	display:inline-block;
	height:16px;
	background:url(../images/ico-cart.png) no-repeat left top;
	padding-left:20px;
	text-shadow:1px 1px 1px #ffffff;
	margin-left:5px;
}
.top .right .menu a.cart:hover{
	color:#d96937;
}

.livechat{
  color:#F00 !important;
  font-size:14px;
  font-weight:bold;	
}
/* Content */

.main{
	margin-bottom:50px;	
}

.sidebar-left{
	width:195px;
	float:left;
	min-height:500px;
	margin-right:20px;
	position:relative;
	padding-bottom:200px;
}
.content{
	width:550px;
	float:left;
	margin-right:10px;	
}

.content img{
	
}


.special img {
	margin-bottom: 15px;
}

.sidebar-right{
	width:249px;
	float:right;
}

.sidebar-left .logo{
	margin:15px 0px 0px 0px;
}
.sidebar-left .logo a h1{
	display:block;
	width:195px;
	height:50px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
.sidebar-left .nav{
	margin-top:48px;
}
.sidebar-left .nav ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.sidebar-left .nav ul li{
	text-align:right;
	margin-bottom:15px;
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:25px;
	background-image:url(../images/ico-home.png); 
}
.sidebar-left .nav ul li.home{ background-image:url(../images/ico-home.png); }

.sidebar-left .nav ul li.special{ background-image:url(../images/ico-special.png);}
.sidebar-left .nav ul li.special a{ color:#333; }
.sidebar-left .nav ul li.battery{ background-image:url(../images/ico-battery.png); }
.sidebar-left .nav ul li.repair{ background-image:url(../images/ico-repair.png); }
.sidebar-left .nav ul li.repair a{ color:#333; }
.sidebar-left .nav ul li.wedo{ background-image:url(../images/ico-wedo.png); }
.sidebar-left .nav ul li.who{ background-image:url(../images/ico-who.png); }
.sidebar-left .nav ul li.who a{ color:#333; }
.sidebar-left .nav ul li.store{ background-image:url(../images/ico-store.png); }
.sidebar-left .nav ul li.contact{ background-image:url(../images/ico-contact.png); }
.sidebar-left .nav ul li.contact a{ color:#333; }
.sidebar-left .nav ul li a{
	font-size:14px;
	font-family:"CabinSemiBold",sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#ff8a00;
	-webkit-transition:linear color 0.3s;
	-moz-transition:linear color 0.3s;
	-o-transition:linear color 0.3s;	
}
.sidebar-left .nav ul li a:hover{
	color:#d1470a;	
}

/* .footer */
.footer{ position:absolute; bottom:0px; }
.footer .search{
	padding:20px 0px;
	border-bottom:1px solid #f1f1f1;	
}
.footer .search .txtSearch{
	outline:none  !important;
	background-color:#e5e5e5  !important;
	background-image:url(../images/ico-search.png) !important;
	background-position:170px center  !important;
	background-repeat:no-repeat  !important;
	border:none  !important;
	border-radius:3px  !important;
	padding:7px 25px 7px 10px  !important;
	font-size:11px  !important;
	width:160px  !important;
	-webkit-transition:linear box-shadow 0.3s  !important;
	-moz-transition:linear box-shadow 0.3s  !important;
	-o-transition:linear box-shadow 0.3s  !important;
}	
.footer .search .txtSearch:focus{
	box-shadow:inset 1px 1px 3px rgba(0,0,0,.1);	
}
.footer .social{
	text-align:right;
	margin:20px 0px;
}
.footer .social .icon{
	display:inline-block;
	width:29px;
	height:29px;
	background-image:url(../images/social.png);
	margin-left:5px;
	-webkit-transition:linear opacity 0.3s;
	-moz-transition:linear opacity 0.3s;
	-o-transition:linear opacity 0.3s;
}
.footer .social .icon:hover{
	opacity:0.7;	
}
.footer .social .icon-facebook{ background-position:0px 0px; }
.footer .social .icon-facebook:hover{ background-position:0px -29px; }
.footer .social .icon-twitter{ background-position:-29px 0px; }
.footer .social .icon-twitter:hover{ background-position:-29px -29px; }
.footer .social .icon-google{ background-position:-58px 0px; }
.footer .social .icon-google:hover{ background-position:-58px -29px; }
.footer .social .icon-flickr{ background-position:-86px 0px; }
.footer .social .icon-flickr:hover{ background-position:-87px -29px; }
.footer .social .icon-skype{ background-position:-116px 0px; }
.footer .social .icon-skype:hover{ background-position:-116px -29px; }

.footer .copyrights{
	text-align:right;
	margin-bottom:10px;	
}
.footer .designed .qhlogo{
	float:right;		
}
.footer .designed .text{
	float:right;
	padding-top:3px; margin-right:5px;
	font-size:11px;	
}

/* Slider */
.slider-container{ width:550px; height:364px; overflow:hidden; margin-bottom:10px; }
.slider-container .slider{overflow:hidden; list-style:none;}

.content .home-images{}
.content .home-images .row{
	margin-bottom:10px;
}
.content .home-images .row > div{
	opacity:1;
	-webkit-transition:linear opacity 0.3s;	
}
.content .home-images .row > div:hover{
	opacity:0.8;	
}
.content .home-images .row .img50{
	float:left;
	margin-right:10px;
	width:270px;		
}
.content .home-images .row .img100{
	width:550px;	
}
.content .home-images .row .img-faqs{
	width:550px;
	height:224px;
	background-image:url(../images/img-faqs.png);
	position:relative;	
}
.content .home-images .row .img-last{
	margin:0px;	
}
.content .home-images .row .img-faqs .title{
	position:absolute;
	bottom:20px;
	left:0xp;
	margin-right:100px;
	padding:10px 20px 10px 20px;
	background-image:url(../images/black-mask.png);
	color:#FFF;
}

.content .home-images .row .img-faqs .title h1{
	font-size:24px;
	font-family:'CabinItalic',sans-serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;	
}
.content .home-images .row .img-faqs .title p{
	text-align:justify;
	font-size:11px;
	margin-bottom:5px;
}
.content .home-images .row .img-faqs .more{
	text-align:right;
	padding:4px 0px;	
}
.content .home-images .row .img-faqs .more .btn-more{
	color:#FFF;
	display:inline-block;
	font-family:'CabinRegular',sans-serif;
	background-image:url(../images/btn-more.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	line-height:20px;
}	
.content .home-images .row .img-faqs .more .btn-more:hover{
	opacity:0.8;	
}

.sidebar-right .widget{
	position:relative;
	margin-bottom:10px;
}
.sidebar-right .widget .title{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	padding:15px;
	background-image:url(../images/black-mask.png);
	color:#FFF;
}
.sidebar-right .widget .title h1{
	font-size:24px;
	font-family:'CabinRegular',sans-serif;
	font-weight:normal;
	margin-bottom:5px;	
	text-align:center;
}
.sidebar-right .widget .title h1 span{
	color:#d1470a;
	text-shadow:1px 1px 4px rgba(0,0,0,.5);
}	
.sidebar-right .widget .title h1 strong{
	font-weight:bold;
	font-size:36px;
	font-family:'CabibBold',sans-serif;
}	
.sidebar-right .widget .title h1 small{
	font-size:16px;	
}
.sidebar-right .widget .title h1 em{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-shadow: 1px 1px 1px #333;
	color: #6F0;
	font-weight: bold;
}

.sidebar-right .widget-deal{
	width:249px;
	height:224px;
	background-image:url(../images/img-deal.png);
}
.sidebar-right .widget-offer{
	width:249px;
	height:365px;
	background-image:url(../images/img-offer.png)
}	
.sidebar-right .widget .title .more{
	text-align:right;
}	
.sidebar-right .widget .title .more a.btn-more{
	color:#FFF;
	display:inline-block;
	font-family:'CabinRegular',sans-serif;
	background-image:url(../images/btn-more.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	line-height:20px;
}
.sidebar-right .widget .title .more a.btn-more:hover{
	opacity:0.8;	
}
/* inner page */
.inner-page{
	width:528px;
	min-height:400px;
	border:1px solid #e3e3e3;
	padding:10px;	
}
.inner-page h1,h2,h3,h4,h5,h6{
	color:#d1470a;
	font-family:'CabinRegular',sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}
.inner-page h1{font-size:18px;}
.inner-page h2{font-size:16px;}
.inner-page h3{font-size:14px;}
.inner-page h4{font-size:12px;}
.inner-page h5{font-size:10px;}
.inner-page h6{font-size:10px;}

.inner-page p{
	font-size:12px;
	text-align:justify;
	color:#858585;
	font-family:'Helvetica LT Std',sans-serif;
	line-height:20px;
	margin-bottom:15px;	
}

.inner-page ul,ol{
	/*margin-left:30px;*/
}
.inner-page li{
	color:#858585;
	font-family:'Helvetica LT Std',sans-serif;
	font-size:13px;		
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
	
	
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}	
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	position:absolute;


}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}