/*NAVIGATION*/
nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	height: 65px;
}
nav ul li {
	padding: 0 1%;
	position: relative;
}
nav ul li img {
	max-width: none;
	width: auto !important;
	height: 20px;
}

nav .header-subnav {
	padding: 40px 0 0 0;
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -120px;
	width: 240px;
}

nav li:hover .header-subnav {
	display: block;
}

nav li .header-subnav-item {
	background: rgba(127,0,17,1.0) url(../img/top/bg-red.jpg) center top no-repeat;
}

nav li .header-subnav-btn {
	text-align: center;
	display: block;
	padding: 10px 0;
}

nav li .header-subnav-item:last-child {
	padding-bottom: 20px;
}

@media screen and (max-width:768px) {

	nav {}

	nav .header-subnav {
		display: none;
		position: relative;
		padding: 0;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
	}

	nav li:hover .header-subnav {
		display: none;
	}

	nav .header-subnav {
	}

	nav li .header-subnav-btn {
		padding: 0;
	}

	nav li .header-subnav-item {
		padding: 10px 0 0 0;
		background: none;
	}

	nav li .header-subnav-item:last-child {
		padding-bottom: 0;
	}

	nav li .header-subnav-item img {
		height: 20px;
	}

}

.__ic-twitter {
	width: 30px;
	position: absolute;
	/* top: 50%; */
	top: 20%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 10;
}

/*humbuger menu*/
.menu-trigger {
	display: none;
}

@media screen and (max-width:768px) {
	/*humbuger menu*/
	.menu-trigger {
		display: block;
		cursor: pointer;
		position: fixed;
		width: 30px;
		height: 27px;
		top: 13px;
		right: 15px;
		z-index: 800;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 4px;
		/*-webkit-box-shadow: 2px 2px 0 0px rgba(255,255,255,1);
		box-shadow: 2px 2px 0 0px rgba(255,255,255,1);*/
		background: rgb(251,207,0);
		background: -moz-linear-gradient(45deg, rgba(251,207,0,1) 0%, rgba(255,252,209,1) 24%, rgba(203,155,12,1) 60%, rgba(243,225,139,1) 87%, rgba(255,252,209,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(251,207,0,1) 0%,rgba(255,252,209,1) 24%,rgba(203,155,12,1) 60%,rgba(243,225,139,1) 87%,rgba(255,252,209,1) 100%);
		background: linear-gradient(45deg, rgba(251,207,0,1) 0%,rgba(255,252,209,1) 24%,rgba(203,155,12,1) 60%,rgba(243,225,139,1) 87%,rgba(255,252,209,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbcf00', endColorstr='#fffcd1',GradientType=1 );
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.menu-trigger.active span {
		background-color: rgba(255,255,255,1.0);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}
	/*-------------------------------------------*/
	nav {
		width: 100%;
		min-height: 100vh;
		position: fixed;
		top: 0;
		right: -100%;
		transition: 0.3s all;
		background: url(../img/top/bg-red.jpg) center top no-repeat;
		background-size: cover;
		padding: 110px 40px 40px;
		height: 100%;
		overflow-y: scroll;
		z-index: 110;
	}
	nav.__open {
		top: 0;
		right: 0;
	}

	nav ul {
		list-style: none;
		display: block;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
		height: auto;
		text-align: center;
	}
	nav ul li {
		padding: 0 0 30px;
		text-align: center;
	}
	nav ul li img {
		width: auto;
		height: 25px;
	}
	.__ic-twitter {
		width: 45px;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		z-index: inherit;
		margin: 0 auto 10% auto;
	}

}

@media screen and (min-width:768px) {

	nav ul li img {
		filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
	}

	.__ic-twitter img {
		filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
	}

}
