@font-face {
	font-family: 'bpmenu';
	src:url('/fonts/bpmenu/bpmenu.eot');
	src:url('/fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('/fonts/bpmenu/bpmenu.woff') format('woff'),
		url('/fonts/bpmenu/bpmenu.ttf') format('truetype'),
		url('/fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
	font-weight: bold;
	font-style: normal;
}
.main_lan{
	width: 100%;
}

.search_block_new{
	float: left !important;
	position: relative !important;
	margin: 2px 0 0 340px !important;
    height: 35px !important;
	z-index: 11100;
}

.search_block_new02{
	float: left !important;
	position: relative !important;
	margin: 2px 0 0 300px !important;
    height: 35px !important;
	z-index: 11000;
}

.search_block_new03{
	width: 135px !important;
}

.minimize .search_block_new {
    width: 150px !important;
}

.nano-size .search_block_new {
    top: 5px !important;
    right: 150px !important;
}

.minimize .search_block_new02 {
    width: 180px !important;
}

.nano-size .search_block_new02 {
    top: 5px !important;
    right: 150px !important;
}

.search_block .placeholder_logic_new[type=text] {
  background: url(../images/common/search_icon_new.png) no-repeat 4% center  !important;
  width:100%;
}

.cbp-hsmenu p {
    display: -webkit-inline-box;
    float: right !important;
    margin: 0 !important;
}

.placeholder_logic_new[type=text]{
	background: url(../images/common/search_icon_new.png) no-repeat 170px center;
	border: 0px;
	color: #8f8f8f;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	/*line-height: 40px;*/
	padding: 10px 40px 0 30px;
	outline: none;
	width: 140px;
	}

.drawer-hamburger {z-index: 11111 !important;}
.drawer-main {
    z-index: 11110 !important;
}
.drawer-top.drawer-open .drawer-hamburger {
    z-index: 11111 !important;
}
/* Main menu wrapper */
.cbp-hsmenu-wrapper {
	position: relative;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
	position: relative;
	z-index: 9999;
}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

.cbp-hsmenu > li {
	margin-left: 4em;
	display: inline-block;
}

.cbp-hsmenu > li:first-child {
	margin-left: 0;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #fff;
	font-size: 13px;
	line-height: 3em;
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;
	text-decoration: none;
	margin: 0 20px 0 0;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #d4d4d4;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'bpmenu';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 120%;
	margin-right: 0.3em;
	opacity: 0.4;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106";
}

/* Add a triangle to currently open menu item link */


/* Submenu style */
.cbp-hssubmenu {
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	text-align: left; /* for aligning the sub items */
	visibility: visible;
	display: block;
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
	content: " "; 
	display: table; 
}
.cbp-hssubmenu:after { 
	clear: both; 
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	width: auto;
	display: inline-block;
	vertical-align: top;
	box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
}

/* First 6 items don't have upper box shadow */
.cbp-hssubmenu > li:nth-child(-n+6) {
	box-shadow: -28px 0 0 -27px #ddd;
} 

/* Every 7th item does not have a left box shadow */
.cbp-hssubmenu > li:nth-child(6n+1) {
	box-shadow:  0 -28px 0 -27px #ddd;
}

/* The first one does not have any box shadow */

.cbp-hssubmenu h2{
	color: #515151;
    font-size: 16px;
    margin: 20px 20px 0 19px;
    padding: 0;
    font-weight: bold;
}
.cbp-hssubmenu > li:first-child {
	box-shadow: none;
}

.cbp-hssubmenu > li a {
	display: block;
    text-align: left;
    color: #7e7e7e;
    outline: none;
    padding: 0 15px 10px 10px;
    text-decoration: none;
    font-size: 13px;
}

.cbp-hsmenu > li img {
	border: none;
	outline: none;
	display: inline-block;
	margin: -2px 5px 0 0;
}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #888;
}

.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: -2px 5px 0 0;
	max-width: 100%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	display: block;
	margin-top: 1em;
	margin-left: 10px;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 9999;
	visibility: visible;
	background-color: #fff;
	opacity:0.95; 
	filter:alpha(opacity=95); 
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 100;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}

/* Helper div for animating the background */
.cbp-hsmenubg {
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 0;
	height: 0px;
}

.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

@media screen and (max-width: 65em){
	.cbp-hsmenu-wrapper {
		font-size: 80%;
	}
}

@media screen and (max-width: 51.4375em){
	
	.closee {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 20px;
}
	
	.cbp-hsmenu-wrapper {
		font-size: 100%;
	}
	
	.cbp-hsmenu p {
    display: none;
    /* float: right !important; */
    margin: 0 !important;
}

	.cbp-hsmenu-wrapper .cbp-hsmenu {
		padding: 0;
		max-width: none;
		width: 100%;
	}

	.cbp-hsmenu > li {
		border-top: 1px solid rgba(255,255,255,0.5);
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.cbp-hsmenu > li:first-child {
		border-top: none;
	}

	.cbp-hsmenu > li > a {
		display: block;
		float: right;
    	margin: -40px 10px 0 0;
	}

	.cbp-hsmenu > li > a:not(:only-child):before {
		line-height: 1.8;
		right: 0;
		position: inherit;
		font-size: 100%;
	}

	.cbp-hsmenubg {
		display: none;
	}

	.cbp-hssubmenu {
		background: #f7f7f7;
		position: inherit;
		overflow: hidden;
		height:auto;
	}

	.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
		height: auto;
	}

	/* Let's only allow 3 item in a row now */
	.cbp-hssubmenu > li {
		width: 30%;
	}

	/* Reset box shadows for the 6 items in row case */
	.cbp-hssubmenu > li:nth-child(-n+6),
	.cbp-hssubmenu > li:nth-child(6n+1) {
		box-shadow: -none;
	}

	/* First 4 items don't have upper box shadow */
	.cbp-hssubmenu > li:nth-child(-n+3) {
		box-shadow: -28px 0 0 -27px #ddd;
	} 

	/* Every 5th item does not have a left box shadow */
	.cbp-hssubmenu > li:nth-child(3n+1) {
		box-shadow:none;
	}

}

@media screen and (max-width: 25em){
	/* Let's only allow 1 item in a row now */
	.cbp-hssubmenu > li {
		width: 100%;
		display: block;
	}

	.cbp-hsmenu-wrapper .cbp-hssubmenu > li {
		box-shadow: 0 1px #cecece;
		text-align: left;
	}

	.cbp-hssubmenu > li a {
		text-align: left;
		line-height: 30px;
		padding: 0.4em 1em;
	}

	.cbp-hssubmenu > li a img {
		max-height: 50px;
		margin-right: 5px;
	}

	.cbp-hssubmenu > li a span {
		min-height: 0;
		margin: 0;
	}
}
