@charset "utf-8";

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#navi {
	margin:0;
	padding:30px 0 0 0;
	float:left;
	z-index:9999;
}

#navi .innerbox {
	height:18px;
	margin:65px 0 0 0;
	padding:0;
}

#navi ul {
	display:block;
	margin:0;
	padding:0;
	clear:both;
}


#navi li {
	float:left;
	padding:5px 8px 1px 8px;
	margin:0 25px 0 0;
	font-family: 'Teko', sans-serif;
	text-decoration:none;
	line-height:1em;
	display:block;
}


#navi li:last-of-type{
	margin:0;
}

#navi li a{
	font-size:16px;
	letter-spacing:0.05em;
	transition: all .3s;
	text-decoration:none;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	transition: all .3s;
}

#navi li a:link,
#navi li a:visited {
	color:#000;
}

#navi li a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

#navi li a img{
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	transition: all .3s;
}

#navi li a:hover img{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


#navi li.fb,
#navi li.insta {
    padding:0;
    margin:0 10px 0 0;
}

#navi li.fb a:link,
#navi li.fb a:hover,
#navi li.fb a:visited,
#navi li.insta a:link,
#navi li.insta a:hover,
#navi li.insta a:visited {
    text-decoration:none;
    line-height:1em;
    color:#000;
    background:none;
}

#navi li.topics a,
#navi li.item a,
#navi li.gallery a,
#navi li.contact a,
#navi li.aboutus a {
	text-decoration: none;
	line-height:1em;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	display:block;
}

#navi li.text a {
	position: relative;
	transition: .3s;
	line-height: 1em;
}

#navi li.text a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navi li.text a::after:not(.fb):not(.insta) {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navi li.text a:hover::after {
	width: 100%;
}