

.menu-left
{
	background:#fff;
	height:410px; 
	width:100%;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.20);
	display:block;
}
.menu-left .tip
{
	padding: 25px;
	border-bottom: 1px #eeeeee solid;
	float: left;
	width: 100%;
	font-size:24px;
}
.menu-left ul {
	padding-bottom: 60px;
	float: left;
	width: 100%;
}
.menu-left ul li {
	border-bottom: 1px #eeeeee solid;
	height: 47px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.menu-left ul a {
	display: block;
	font-size: 15px;
	line-height: 47px;
	padding-left: 8%;
	color: #444;
	width: 100%;
}
.menu-left ul a:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1391a7), to(#79bc54));
	background-image: -webkit-linear-gradient(left, #1391a7, #79bc54);
	background-image: -moz-linear-gradient(left, #1391a7, #79bc54);
	background-image: -ms-linear-gradient(left, #1391a7, #79bc54);
	background-image: -o-linear-gradient(left, #1391a7, #79bc54);
	background-image: linear-gradient(left, #1391a7, #79bc54);
	color: #fff;
}

.tab-content-2
{
	display:none;
}

.home
{
	/*background: url(../images/home-bg1.jpg) no-repeat scroll  center center;*/
    background:#FFF;
    background-size: cover;
    position: relative;
    width:100%;
	height:400px;
	margin-top:120px;
}

.slide-caption
{
	height:300px;
}

.slide-more
{
	height:120px;
}

.img-category
{
	height:200px;
}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
    body {
        font-size: 1rem;
    }
}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px)
{
    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-40{
        margin-top:40px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }
    .item_img i{
        right:0%;
    }
}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) 
{
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-top-30{
        margin-top:30px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .main_home .home_text h2{
        font-size:24px;
    }
    .main_home .home_text h1{
        font-size:32px;
    }
    .main_home .home_text h3{
        font-size:18px;
    }
    .main_product .carousel-control{
        display: none;
    }
}


@media (max-width: 667px) 
{
	.list-inline
	{
		display:none;
	}
	
	.navbar-brand > img 
	{
		display: block;
		margin-left:35%;
		width:30%;
	}
	
	.home-2
	{
		background: url(../images/main02.jpg) no-repeat scroll  center center;
		padding-top: 100px;
		width:100%;
		height:250px;
		margin-top:55px;
	}
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 85%;
    }
    .main_home .home_text h1{
        font-size:28px;
    }
    .main_home .home_text h3{
        font-size:17px;
    }
	
	.navbar-brand > img 
	{
		display: block;
		margin-left:30%;
		width:42%;
	}
	
	.navbar-socail
	{
		display:none;
	}
	
	.breadcrumb
	{
		display:none;
	}
	
	.nav-tabs
	{
		display:none;
	}
	
	.tab-pane
	{
		display:block;
	}
	
	.tab-content
	{
		display:none;
	}
	
	.tab-content-2
	{
		background:none;
		min-height:200px;
		border:none;
		display:block;
	}
	
	.home
	{
		/*background: url(../images/home-bg1.jpg) no-repeat scroll  left center;*/
    	background:#FFF;
		background-size: cover;
		position: relative;
		width:100%;
		height:300px;
		margin-top:50px;
	}
	
	.slide-caption
	{
		height:180px;
	}
	
	.slide-more
	{
		height:120px;
	}
}





@media (max-width: 375px) 
{
	.list-inline
	{
		display:none;
	}
	
	.breadcrumb
	{
		display:none;
	}
	
	.nav-tabs
	{
		display:none;
	}
	
	.tab-pane
	{
		display:block;
	}
	
	.tab-content
	{
		display:none;
	}
	
	.tab-content-2
	{
		background:none;
		min-height:200px;
		border:none;
		display:block;
	}
	
	.home
	{
		/*background: url(../images/home-bg1.jpg) no-repeat scroll  left center;*/
    	background:#FFF;
		background-size: cover;
		position: relative;
		width:100%;
		height:300px;
		margin-top:50px;
	}
	
	.slide-caption
	{
		height:180px;
	}
	
	.slide-more
	{
		height:120px;
	}
	
	.img-category
	{
		height:100px;
	}
}

@media (max-width: 360px)
{
	.navbar-brand > img 
	{
		display: block;
		margin-left:25%;
		width:55%;
	}
	
	.navbar-top
	{
		display: none;
	}

	
	
	.menu-left
	{
		display:none;
	}
	
	.breadcrumb
	{
		display:none;
	}
	.nav-tabs
	{
		display:none;
	}
	
	.tab-pane
	{
		display:block;
	}
	
	.tab-content
	{
		background:none;
		min-height:200px;
		border:none;
	}
	
	.tab-content-2
	{
		background:none;
		min-height:200px;
		border:none;
		display:block;
	}
	
	
	.home
	{
		/*background: url(../images/home-bg1.jpg) no-repeat scroll  left center;*/
    	background:#FFF;
		background-size: cover;
		position: relative;
		width:100%;
		height:300px;
		margin-top:50px;
	}
	
	.slide-caption
	{
		height:180px;
	}
	
	.slide-more
	{
		height:120px;
	}
	
	.img-category
	{
		height:100px;
	}
}



@media (max-width: 320px)
{
    html 
	{
        font-size: 60.5%;
    }
	
	.menu-left
	{
		display:none;
	}
	
	.tab-content
	{
		display:none;
	}
	
	.tab-content-2
	{
		display:block;
		background:none;
		min-height:200px;
		border:none;
	}
	
	.home
	{
		/*background: url(../images/home-bg1.jpg) no-repeat scroll  left center;*/
    	background:#FFF;
		background-size: cover;
		position: relative;
		width:100%;
		height:300px;
		margin-top:50px;
	}
	
	.slide-caption
	{
		height:180px;
	}
	
	.slide-more
	{
		height:120px;
	}
	
	.img-category
	{
		height:100px;
	}
	
}

.tab-content
{
	background:#fff;
	min-height:400px;
	border:1px solid #DDDDDD;
	border-top:none;
}



