@media (min-width: 768px) {
.navbar-nav{
	width:100%;
	text-align:center;
}
.navbar-nav>li{
	width:20%;
}
.nav>li>a {
    padding: 10px 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.nav>li>a>img {
    margin-bottom: 5px;
    width: 1.3em;
}
.nav>li>a>img.icon-hover {
	position:absolute;
    left: 50%;
    transform: translate(-50%,0);
	opacity:0;
}
.navbar-default .navbar-nav>li>a:focus img, .navbar-default .navbar-nav>li>a:hover img {
	opacity:0;
}
.navbar-default .navbar-nav>li>a:focus img.icon-hover, .navbar-default .navbar-nav>li>a:hover img.icon-hover {
	opacity:1;
}
.navbar-default .navbar-nav>li>a:hover img, .navbar-default .navbar-nav>li>a.active img {
	opacity:0;
}
.navbar-default .navbar-nav>li>a:hover img.icon-hover, .navbar-default .navbar-nav>li>a.active img.icon-hover {
	opacity:1;
}
.bg-footer {
	text-align:left;
    padding: 3% 0;
}
.bg-footer ul {
	list-style:none;
}
.bg-footer h1 {
    font-size: 22px;
    margin-top: 0;
}
.footer2 ul li img {
	width:1em;
}
.footer3 {
	text-align:center;
}
.navbar-default {
    border-color: transparent;
	background: rgba(25,79,255,1);
	background: -moz-linear-gradient(top, rgba(25,79,255,1) 0%, rgba(25,159,255,1) 75%, rgba(25,159,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,79,255,1)), color-stop(75%, rgba(25,159,255,1)), color-stop(100%, rgba(25,159,255,1)));
	background: -webkit-linear-gradient(top, rgba(25,79,255,1) 0%, rgba(25,159,255,1) 75%, rgba(25,159,255,1) 100%);
	background: -o-linear-gradient(top, rgba(25,79,255,1) 0%, rgba(25,159,255,1) 75%, rgba(25,159,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(25,79,255,1) 0%, rgba(25,159,255,1) 75%, rgba(25,159,255,1) 100%);
	background: linear-gradient(to bottom, rgba(25,79,255,1) 0%, rgba(25,159,255,1) 75%, rgba(25,159,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194fff', endColorstr='#199fff', GradientType=0 );
	padding-bottom: 1%;
}
.head-menu {
	width:100%;
	float:left;
	background:#FFF;
}
.head-logo {
	text-align:left;
    width: 50%;
	float:left;  
}
.head-logo img {
    width: 18em;
}
.navbar-nav {
	width:50%;
	float:left;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.head-top {
	color:#FFf;
}
.head-top a {
	color:#FFf;
}
.head-left {
	text-align:right;
}
.head-top {
	padding: 0.5% 0;
    font-family: 'kit45f';
}
.head-top a {
    font-family: 'kit45f';
}
.product-slide {
    margin: 0 6%;
}
.bx-wrapper .bx-prev {
    background: url(../images/slide-btn1.png) top center no-repeat;
    left: -6%;
}
.bx-wrapper .bx-next {
	background:url(../images/slide-btn2.png) top center no-repeat;
    right: -6%;
}
.product-text img {
    margin-bottom: 8px;
}
.product-text img.hover-img {
    bottom: 42%;
}

.height-box {
	height:111px;
}
}