#mainmenu {
	width: 100%;
	
	/*position: relative; 
	background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); 
	border:solid 1px #c0c0c0;
	border-top-color: #ca464c;
	border-radius:3px;
	box-shadow:0 -1px 8px rgba(0,0,0,.2), 0 3px 6px rgba(0,0,0,.2)*/
}

#mainmenu ul {
	display: inline;
	float: left;
	height: 100%; 
	list-style-type: none; 
	margin:0 5px;
	width:100%;
	max-width:calc( 100% - 80px ) 
}

#mainmenu li { 
	float: left;
	margin: 0;
	background-image: url("../img/header/white-sepo.jpg");
	background-position: right center;
	background-repeat: no-repeat
}

#mainmenu ul a {
	text-align: center;
	text-decoration: none; 
	font-weight: 600;
	color: #282827;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	height: 50px;
	line-height: 1;
	white-space: nowrap;
	
	padding: 1px 20px 0 20px;
	margin: 0 3px 0 2px;
	 
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
}

/* ------------------------------------------------------------------ */ 

#indexslide {
	width: 100%;
	padding:0 
} 

#indexslide #top_text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal 
}

#indexslide #top_text h1{
	color: var( --red-color );
	margin:10px 0 4px 0 
}

#indexslide #top_text p {
	color: #282827;
	font-size: 1.2rem; 
}

.signupnow {
	float:right
}

.signupnow a,
.seccboxl a {
	display: block;
	width: 231px;
	height: 55px;
	background: url('../img/index/signup.png') no-repeat;
	z-index: 10;
	text-indent: -9999px
}
/* --------------------------------------------------------------------------- */

#mainmenu .container.ex .inr_brdwfb{
	display:flex;
	align-items: center 
}

#mainmenu .container.ex .inr_brdwfb a { 
	margin: 0 5px 0 0; 
	width:  28px;
	height: 28px; 
	border-radius: 10px;
	overflow:hidden 
} 

#mainmenu .container.ex .inr_brdwfb a > svg{
	display:block;
	padding:0;
	margin:0;
	width:100%;
	max-width:100%;
	height:auto;
	fill: var( --top-module-bkg );
	transform:scale( 1.1, 1.1 )
}
/*
.inr_brdwfb a:hover > svg {
	fill: var( --red-color )
}
 
 */
/* ============================================================================================= TOP MENU 1 */

#lang-menu-cnt{
	margin:0 0 0 auto ;
	position: relative;
	width:100%;
	max-width:50%;
	min-width:120px;
	height: 1.5rem; /*var( --topmenu-height );*/ 
}

#lang-menu-cnt label{
	width:  1.5rem; /*var( --topmenu-height );*/
	height: 1.5rem; /*var( --topmenu-height );*/
	margin-left:auto;
	float:right;
	cursor:pointer;
	position:relative 
}

#lang-menu-cnt label > img{
	display:block;
	width:100%;
	height:auto
}

#lang-menu-cnt input{ 
	display:none
}

#lang-menu-cnt input:checked ~ ul{
	display: flex
}
 
#lang-menu-cnt label:before,
#lang-menu-cnt label:after,
#lang-menu-cnt input:checked ~ label img{
	content:'';
	display: none;
	width:100%; 
	height:2px;
	background:#000;
	position:absolute
}

#lang-menu-cnt label:before{
	transform:rotate(-45deg) 
}

#lang-menu-cnt label:after{
	transform:rotate(45deg)
}
#lang-menu-cnt input:checked ~ label:before,
#lang-menu-cnt input:checked ~ label:after{
	display:block
}

#topmenu ul {
	display: none;
	flex-direction: column; 
	list-style: none;
	position:absolute;
	left:0;
	top: 1.5rem; /*var( --topmenu-height );*/
	width:100%;
	transform:translateX( 3px )
}

#topmenu #mnu_lng li{
	margin:0 3px;  
	justify-content: flex-end; 
	padding:3px 8px;
	background:#ddd;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out; 
}

#topmenu #mnu_lng li:hover,
#topmenu #mnu_lng li.current-lang{
	background: #fff
}
 
#topmenu #mnu_lng li a {
	font-size:12px;
	height:       var( --topmenu-height );
	line-height:  var( --topmenu-height );
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
    flex-direction: row-reverse; 
	float:right;
	text-decoration:none
}

#topmenu #mnu_lng li a img,
#topmenu #mnu_lng li a span{
	display:flex;
	text-decoration:none
}

#topmenu #mnu_lng li a span{
	margin:0 8px
}  

/* =========================================================================== */

#header-line-2{
	padding-right:60px;
	position:relative;
	padding-left: 20px 
}

#header-line-2 #logo { 
	height: 96px;
	float: left;
	margin: 25px 0;
	display: flex  
}

#header-line-2 #logo > a {
	display: block
}

 
/* =========================================================================== */

#topmenu div.m-left{
	display:flex;
	margin-left: auto;
	order: 2;
	padding:0 
	
}