
/* common and top level styles */


#nav li a.first_sub_level{
	display: none;	
}


#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	
}
@media screen and (min-width: 791px){
	#header.withsubmenu{
		height: 140px;	
	}
}

#nav {
	margin: 0 auto;
	max-width: 1194px;
    width: auto;
	height: auto;
}

.navisub{
	background-color: #ffb21f;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 80px;


	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
	-webkit-box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.30);
}


#nav ul.subs {
   max-width: 1194px;
   width: auto;
   padding-left: 30px;
   margin:0 auto;
   height: 60px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;	
   -webkit-box-sizing: border-box;	
}

#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
	width: 28.2%;	
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}



#nav li a {
    display: inline;
	position: relative;
	width: 100%;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}

#nav > li > a {
    color: #ffb21f;
    display: block;
	font-size: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	text-transform: uppercase;
	font-weight: bold;
    padding: 0 12px 0px 40px;
	padding-top: 10px;
	padding-bottom: 8px;
    cursor: pointer;
}


#nav li:nth-child(2){
	padding-left: 90px;
}

#nav li:nth-child(3){
	padding-left: 90px;
}


#nav > li > a img {
margin-right: 15px;
}
@media screen and (min-width: 1px){
#nav > li:hover > a, #nav > a:hover {
    background-color: #ffb21f;
    color: #FFFFFF;
}
}
#nav li.active > a {
    background-color: #ffb21f;
    color: #FFFFFF;
}

/* submenu */
/* #nav li:hover .navisub {
    display: block;
} */
#nav li#li_active:hover .navisub{
	display: block;	
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
	margin: 0 auto;
}


#nav ul.subs > li:nth-child(5){
	padding-right: 0px;
}


#nav ul.subs > li a {
    color: #FFF;
    line-height: 20px;
}
#nav ul li a:hover {
    color: #FFF;
}
#nav ul.subs > li > a {
    font-size: 23px;
    text-transform: uppercase;
}

#nav ul.subs > li li {
    float: none;
    padding-left: 8px;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 15px;
}



.close_color{
    width: 25px;
    height: 24px;
    float: right;
   
}

.close_color_20{
	background-color: #F33;	
}


.rund_color {
    border-radius: 100px;
    height: 66px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 66px;
	z-index: 999;
} 

#f_360_close{
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	display: none;
	z-index: 9999999;
}