/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* -----------------------------------------------
Screen style's
----------------------------------------------- */

.menu-container {
    box-sizing: border-box;
	width: 100%;
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu > ul:before,
.menu > ul:after {
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    margin: 0;
	color: #343434;
}

.navimenu, .navimenu2 {
	box-sizing:border-box;
	width: 100%;
	height:70px;
	line-height:70px;
	height: auto;
	position:relative;
    transition: 0.3s;
}
.navimenu::after {
	content:'';
	width:0%;
	height:3px;
	background:#68a830;
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	margin: 0 auto;
    transition: 0.3s;
}
.menu > ul > li:hover .navimenu::after {
	width:100%;
}

.menu > ul > li a {
    text-decoration: none;
	color: #343434;
    transition: 0.3s;
}

.menu > ul > li:hover {
	color: #ccc;
    transition: 0.3s;
}
.menu > ul > li:hover a {
	color: #ccc;
}


.menu > ul > li > ul {
	box-sizing: border-box;
    display: none;
    background: #FFF;
    position: fixed;
    z-index: 99;
    margin: 0;
	padding:0;
    list-style: none;
    width: 100%;
	top:70x;
	left:0;
	right:0;
	margin:0 auto;
	border-bottom: 1px solid #ececec;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
	box-sizing: border-box;
	width:100%;
    list-style: none;
    background: none;
    margin: 0;
	padding:0;
}


.menu > ul > li > ul > li > ul {
    box-sizing: border-box;
    display: block;
    margin: 0;
	padding:0;
    list-style: none;
	width:100%;
	max-width:980px;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
.menu > ul > li > ul > li > ul.hana_lens {
    box-sizing: border-box;
    display: block;
    margin: 0;
	padding:0;
    list-style: none;
	width:100%;
	max-width:980px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:26px;
}


.menu > ul > li > ul > li > ul > li {
    float: left;
    margin: 0;
	padding:0;
	color:#343434;
	line-height:70px;
    transition: 0.3s;
}
.menu > ul > li > ul > li > ul.hana_lens > li {
	box-sizing:border-box;
	width:25%;
	flex-basis:25%;
	padding-bottom:26px;
    transition: 0.3s;
}
.menuName, .menuName a {
	color:#232323;
	font-size:14px;
	padding: 0 20px;
	height:70px;
    transition: 0.3s;
}
.menuName:hover, .menuName:hover a {
	color:#ccc;
}
.inBoxBtn {
	box-sizing:border-box;
	width:140px;
	height:auto;
	margin:0 auto;
    transition: 0.3s;
}
.inBoxBtn img {
	width:100%;
	height:auto;
	display:block;
}
.inBoxBtn:hover {
	opacity:0.5;
}



.bigtitle, .bigtitle2 {
	color: #199de2;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 40px;
	float: left;
}
.bigtitle2 {
	font-size: 1.5em;
	line-height: 50px;
	padding-right: 10px;
	letter-spacing: 0px;
}
.lensType3:hover .bigtitle2 {
	color: #FFF;
}
.spanOn, .spanOff {
	display: block;
	float: left;
	line-height: 40px;
}
.spanOn2, .spanOff2 {
	display: block;
	float: left;
	line-height: 50px;
	font-size: 1.2em;
}
@media screen and (max-width: 450px) , print{ 
.spanOff2 {
	display: none;
	}
}
@media screen and (max-width: 350px) , print{ 
.spanOff {
	display: none;
	}
.bigtitle2 {
	font-size: 1.2em;
	padding-right: 5px;
	}
.spanOn2, .spanOff2 {
	font-size: 1em;
	}
}