/*------------------------browser reset-------------------------------*/
ul, li {
	border:0;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1;
	list-style: none;
	quotes: none;
}

@font-face {
	font-family: 'cl';
	src:url('../font/cl.eot');
	src:url('../font/cl.eot?#iefix') format('embedded-opentype'),
		url('../font/cl.svg#cl') format('svg'),
		url('../font/cl.woff') format('woff'),
		url('../font/cl.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------------- menu top bar of page---*/
#menum {
		position: absolute;
		top:160px;
		width: 100%;
		height:55px;
		overflow-y: hidden;
		background-color:#4f4f8b;
		opacity: 0.9;
		filter: alpha(opacity=90);
		z-index: 9999;
		overflow: hidden;
		box-shadow:0 1px 50px rgba(0, 0, 0, 0.5);
}
#mainm a{
		float: left;
		padding: 20px 20px 20px 20px;
		list-style: none;
		color: #fff;
		display:block;
		text-align: center;
		height: auto;
		overflow: hidden;
		font-family: 'cl';
		font-size: 1.0em;
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity=100);
}
#mainm {
		width: 1056px;
		margin-left:auto;
		margin-right:auto;
}
#mainm a:hover {
		background: #7d81c0;
		color: #fff;
}
#mainm a:active {
		background: #000;
		color: #fff;
}

/* -------------------lines button --------------------*/

.lines {
	width: 1.8rem;
	height: 0.15rem;
	background: #000;
	border-radius: 0.25rem;
	transition: 0.3s;
	position: absolute;
	display: block;
	border-top: 0.8rem #000 solid;
	border-bottom: 0.8rem #000 solid;
	transform-origin: initial;
	top:0px;
	left:0px;
	
	-webkit-transform-origin: 1.175rem center;
	-moz-transform-origin: 1.175rem center;
	-ms-transform-origin: 1.175rem center;
	-o-transform-origin: 1.175rem center;
	transform-origin: 1.175rem center;
}
.lines:before, .lines:after {
	width: 1.8rem;
	height: 0.15rem;
	background: #fff;
	border-radius: 0.25rem;
	position: absolute;
	left: 0;
	content: '';
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	
	-webkit-transform-origin: 1.175rem center;
	-moz-transform-origin: 1.175rem center;
	-ms-transform-origin: 1.175rem center;
	-o-transform-origin: 1.175rem center;
	transform-origin: 1.175rem center;
}
.text20{
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	top: 8px;
	left:3px;
	position: absolute;
	text-decoration:none;
	color:#ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	transform-origin: initial;
	
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}

/*---------------------line gaps------------------*/
.lines:before {
	top: 0.2rem;
}
.lines:after {
	top: -0.2rem;
}
/*---------------------------------- Animation side icon mobile -------*/
.lines:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.open .lines:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .lines:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .text20{
	opacity: 0;
	filter: alpha(opacity=0);
}


/*---------------------------------- icon mobile -------*/

#menu-strip {
	display: block;
	height: 34px;
	right: 0px;
	position: absolute;
	top: 0px;
	width:34px;
	z-index: -9999;
	opacity: 0;
    filter: alpha(opacity=0);
}
#menu-open {
	position: absolute;
	cursor: pointer;
}
#menu-check {
    display: none;
}
#check {
	position: absolute;
	top: -1000px;
	z-index: 999;
}

/*--------------------------------Menu slider mobile-------*/
.topa {
	top:0px;
	margin:0 auto;
	text-align: center;
	width:100%;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	padding-top: 20px;
	padding-bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #4f4f8b;
	border-bottom: 4px #4f4f8b solid;
	
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		
		-webkit-transform:translateZ(0);
}
.blockb {
	display: table-cell; 
	vertical-align: top;
	width:150px;
	display:inline-block;
	padding-left: 10px;
	Padding-right: 10px;
}
.blockb a {
	color: #fff;
	display: table-cell; 
	vertical-align: top;
	display:inline-block;
	padding:10px;
	font-size: 1.0em;
}

.blockb a:hover {
	background-color: #7d81c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.blockb a:active {
		color: #333;
}

/*--------------------------Screen Size mobile----------------------*/
@media screen and (max-width: 1056px) {
#menu-strip {
	height: 60px;
	right: 50px;
	top: 38px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999;
}
#menu-check:checked ~ .topa {
	top: 108px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#menum {/*-other menu hidden-*/
	display: none;
}}

@media screen and (max-width: 960px) {
#menu-strip {
	height: 60px;
	right: 50px;
	top: 38px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999;
}
#menu-check:checked ~ .topa {
	top: 108px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#menum {/*-other menu hidden-*/
	display: none;
}}

@media screen and (max-width: 720px) {
.blockb a {
	font-size: 0.85em;
}
.blockb {
	width:140px;
	padding-left: 0px;
	Padding-right: 0px;
}
#menu-strip {
	height: 60px;
	right: 36px;
	top: 38px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999;
}
#menu-check:checked ~ .topa {
	top: 108px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#menum {/*-other menu hidden-*/
	display: none;
}}

@media screen and (max-width: 620px) {
.blockb a {
	font-size: 0.7em;
}
.blockb {
	width:112px;
	padding-left: 0px;
	Padding-right: 0px;
}}

@media screen and (max-width: 480px) {
.blockb {
	width:220px;
}
.blockb a {
	font-size: 1.2em;
}
#menu-strip {
	height: 60px;
	right: 18px;
	top:18px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999;
}
#menu-check:checked ~ .topa {
	top: 66px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#menum {/*-other menu hidden-*/
	display: none;
}}

@media screen and (max-width: 320px) {
.blockb {
	width:220px;
}
.blockb a {
	font-size: 1.2em;
}
#menu-strip {
	height: 60px;
	right: 14px;
	top:12px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 9999;
}
#menu-check:checked ~ .topa {
	top: 51px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#menum {/*-other menu hidden-*/
	display: none;
}}