body{
	/*max-width: 1440px;*/
	overflow-x: hidden;
	position: relative;
	margin:auto;
}


#header{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 80px;
	z-index: 4;
}
#logo{
	margin-top:10px;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	font-family: 'GillSansInfantStd-Bold';
}
#logo img{
	max-height: 100%;
}
#menu{
	position: absolute;
	top:30px;
	left: 30px;
	z-index: 6;
}
#menu a {
	color:unset;
	text-decoration: none;
}
.menu-button{
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.menu-button span{
	height: 2px;
	position: absolute;
	left: 0;
	width: 100%;
	background: #FFF;
}
.menu-button-black{
	position: absolute;
	top: 30px;
	left: 30px;
}
.menu-button-black span{
	background: #666;
}
.menu-button span:first-child{
	top:0;
}
.menu-button span:nth-child(2){
	top:14px;
	width: 80%;
}
.menu-button span:last-child{
	top: 28px;
}
.dark-background{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.menu-dropdown{
	position: fixed;
	background: #FFF;
	color: #666;
	top: 0;
	left: -290px;
	height: 100%;
	width: 290px;
	font-size: 24px;
	font-family: 'TradeGothicLTCom-BdCn20';
	padding:90px 30px 30px 30px;
	z-index: 999;
}
.menu-dropdown .logo-thumb > img{
	position: absolute;
    top: 22px;
    width: 180px;
    left: 90px;
}
.menu-dropdown>ul>li{
	height: 50px;
	line-height: 50px;
}
.menu-dropdown>ul img{
	float: left;
	margin-top: 5px;
}
.menu-dropdown>ul>li span{
	margin-left: 0px;
    /* display: block; */
    text-transform: uppercase;
    font-size: 17px;
}
.menu-dropdown>ul>li i{ min-width:30px; }
.menu-dropdown>ul>li i.i-drop{ padding-left:10px; font-size:15px; }
.menu-dropdown>ul>ul{
	display: none;
}
.menu-dropdown>ul>ul>li{
	/*margin-left: 50px;
	height:40px;
	line-height: 40px;*/
	margin-left: 45px;
    /* height: 40px; */
    line-height: 15px;
    margin-bottom: 5px;
}
.menu-dropdown>ul>ul>li a{ font-size:14px; text-transform:uppercase; }
.menu-dropdown>ul>ul>li i{font-size: 14px;}
.active-hover img{
	filter: invert(50%);
}
.active-hover{
	color: #666;
}
#intro-search{
	position: absolute;
	right: 50px;
	top:30px;
	color: #FFF;
	font-weight: bold;
	font-family: 'TradeGothicLTCom-BdCn20';
	letter-spacing: 2px;
	font-size: 26px;
}
#intro-search a{
	position: relative;
}
#intro-search form{
	display: inline-block;
}
#intro-search input{
	position: absolute;
	right: 110%;
	height: 35px;
	width: 0px;
	top: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border:none;
	font-family: initial;
}
.search{
	cursor: pointer;
}
#social-icons{
	right: 10px;
}
#social-icons{
	position: absolute;
	right: 30px;
	top: 200px;
	z-index: 99;
}
#social-icons ul i{ padding:0 1px;}
#social-icons ul li{
	text-align: center;
	margin:20px 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#social-icons ul li:hover{
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
}

#social-icons a {
	color:#FFFFFF;
}
#social-icons i { 
	font-size:20px;
}
@media (max-width:767px){
	#social-icons{
		right: 10px;
	}
	#red-circle{
		background: url(../image/redcircle.png) no-repeat;
		background-size: cover;
		background-position: 70% 50%;
	}
	#menu-cate{
		bottom: auto;
		top: 50%;
		width: 100%;
		transform: translateY(-35%);
		height: auto; 
	}
	#menu-cate .img-fluid{
		max-height: 90px;
		margin: 10px auto;
	}
	#copyright{
		height: 30px;
	}
	.carousel-indicators li{
		margin:20px 0 0 15px; 
	}
}

@media (max-width:767px){
	#header{
		height: 50px;
	}
	#logo{
		display: none;
	}
	#menu{
		top: 15px;
		left: 15px;
	}
	#intro-search{
		right: 10px;
		font-size: 15px;
		letter-spacing: 1px;
		top: 15px;
	}
	.menu-button-white,.menu-button-black{
		height: 20px;
		width: 20px;
	}
	.menu-button-black{
		top: 15px;
		left: 15px;
	}
	.menu-button span:nth-child(2){
		top: 7px;
	}
	.menu-button span:last-child{
		top: 14px;
	}
	.menu-dropdown>img{
		top: 5px;
		width: 130px;
		left: 50px;
	}
	.menu-dropdown{
		padding: 60px 30px 30px 30px;
		width: 250px;
		font-size: 16px;
	}
	.menu-dropdown>ul img{
		margin-top: 10px;
		height: 25px;
	}
}
.section {
  min-height: 100vh;
  width: 100%;
}