.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

body{
	background: url('/image/body.gif');
}

.topbar{
	height:10px;
	background: yellow;
	background: linear-gradient(to right, #ffff00, #ffee00);
	margin-bottom:10px;
}

.giveSpace{
	margin-top:10px;
}

#navbar li{
	background:yellow;
	border: solid 1px rgba(0,0,0,0.5);
	border-radius: 25px;
	margin-bottom:10px;
	padding:0;
}

#navbar li>a{
	border-bottom: 0px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	padding:0;
	color:black;
	font-weight:bold;
}

#navbar li>a:hover{

	border: solid 0.1px rgba(0,0,0,0.1);
	border-radius:25px;
}


.flexslider-container{
	background: url('/image/body.gif');
}
.flexslider{
	background: url('/image/body.gif') !important;
	border:0px !important;
}

#bestProduct{
	background:yellow;
}

.wrapper:hover .content {
	display:block;
}
.content {
	width:calc(100% - 40px);
	height:200px;
	background-color:#000;
	opacity:0.6;
	position:absolute;
	top:6px;
	display:none;
	cursor:pointer;
}
.textArea {
	color:#fff;
	font-size:16px;
	text-align:center;
	height:30px;
	line-height:200px;
	vertical-align:middle;
}

.text{
	background:rgba(255,255,255,0.7);
	padding:5px;
}

.doublestrip{
	border-style:double;
	border-width:3px 0px 3px 0px;
	border-color: rgba(80,30,0,0.4);
	padding:15px;
}

.outlet li{
	width:33.3333333333334%;
}
.list-inline>li{
	float:left;
	display:block;
	padding-left:20px;
	padding-right:20px;
}

.price{
	color:red;
	font-weight:bold;
	text-align:center;
	font-size:1.4em;
}

.newsPict{
	margin-right:10px;
}
	.navbar-default{
		background:yellow;
	}
@media (min-width: 768px) {
	.navbar{
		display:none;
	}

	.bg1.border{
		border-right:solid 3px #fff;
	}
	.bg1:hover,.bg1:focus{
		background-color:#ff6d00;
	}
	.myMenu {
		margin-bottom:10px;
	}
	.myMenu > li {
		border: 2px solid rgba(0,0,0,0.4);

	}
	.myMenu > li > a {
		color: black;
	}
}

@media (max-width:768px){
	.myMenu{
		display:none;
	}

}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak
{
    display: none !important;
}

.newsTitle a{
	text-decoration:none;
	color:black;
}
