/*.headContent {display: none;}*/
.headContent {
	width: 100%; margin: auto;
	transition: all ease .3s;
}
.infNav {
	width: 100%; position: fixed; z-index: 1000; top: 0;
	background: transparent; top: 30px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.menuarea {width: 100%;}
.logoresp {position: relative;}
.logoresp a {display: inline-block; padding: 10px 20px 20px; cursor: pointer;}
.menu2 {
	list-style-type: none;
	font: 500 1.4rem 'Montserrat', sans-serif;
	color: #fff; padding: 20px;
}
.menu2 > li {position: relative; padding: 0 25px; cursor: pointer;}
.menu2 > li:last-child {border-right: none; padding: 0}
.menu2 li a {display: block; color: #fff;}
.logoresp img  {width: 190px;}
.menu2 li i, .toggle-menu-main, .logoresp img, .paddingcontent  {
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.menu2 > li:hover, .menu2 > li a:hover {color: #eec82d;}
li.active a {color: #eec82d;}
/* thist style is for sticky main */
.sticky .infNav {
	box-shadow: 0 1px 3px rgba(0,0,0,.5); 
	background: var(--blue); top: 0;} 
.sticky .logoresp a {padding: 5px;}
.sticky .logoresp a img {width: 120px;}
.sticky .menu2 {font-size: 1.4rem;}
/* end sticky main */
.flag {padding: 0}
.flag img {vertical-align: middle; margin-bottom: 2px;}
.language {display: none;}

@media screen and (max-width: 1124px) {
	.logoresp a {padding: 20px;}
	.menu2 > li {padding: 0 15px;}
}
@media screen and (max-width: 980px) {
	.infNav {top: 0;}
	.logoresp img {max-width: 160px;}
	.menu2 li i {top: 2px; right: 8px;}
	.menuarea {min-height: auto;}
}
@media screen and (max-width: 768px) {	
	.language {display: inline ;position: absolute; right: 60px; top: 18px; padding: 0;}
	.language img {vertical-align: middle;}
	.language {color: #fff; font-size: 1.2rem; line-height: 1;}
	.logoresp a {padding: 0;}
	.menu2 > li.flag {display: none;}
	.paddingcontent {padding-top: 48px;}
	.headContent {background: transparent;}
	.infNav {
		position: fixed; width: 100%; padding: 0; top: 0;
		background: var(--blue);
		box-shadow: 1px 2px 3px rgba(0,0,0,.4); z-index: 1000;
	}
	/* icon nav menu */
	.iconNav {
		display: inline-block; cursor: pointer; 
  		position: absolute; z-index: 1; right: 15px; top: 7px;
	}
	.bar {
		width: 30px; height: 4px; margin: 6px 0;
		background-color: #fff; transition: 0.4s;
		border-radius: 2px;
	}
	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
	  transform: rotate(-45deg) translate(-7px, 7px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
	  transform: rotate(45deg) translate(-7px, -7px);
	}
	/* end icon nav menu */
	.lockSection {height: 100vh; overflow: hidden;}
	.logoresp {padding: 10px;}
	.logoresp img {width: 125px;}
	.wrapper {padding-top: 0;}

	.toggle-menu-main {
	    width: 100%; height: calc(100vh - 50px);
	    background: transparent; position: fixed;
	    right: -100%; top: 49px; bottom: 0; padding: 5px 0;
	    overflow-y: scroll; opacity: 0;
	}
	.toggle-resp {
		right: 0; background: var(--blue); opacity: 1; 
	} /* class add jquery */
	.menu2 > li {
		display: block;
		line-height: 4; border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		text-align: center;
		position: relative; padding: 0 10px;
	}
	.menu2 li i {font-size: 2.6rem; right: 15px; top: 10px; }
	.menu2 > li:last-child {padding-right: 10px;}
}