@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);
@font-face {font-family: 'Yanone Kaffeesatz'; src: local('Yanone Kaffeesatz Regular'), url(../files/Yanone.woff) format('woff');}
@font-face {font-family: 'Courgette';  src: local('Courgette'), url(../files/Courgette.woff) format('woff');}
@charset "utf-8";
/*======================================
	CREATOR : SM. Kafi, Cell : 01711112420, 01611112420
	FROM : i2soft Technology Limited
	DATE : 11 August 2019
	PROJECT NAME : www.fast-typing.com 2nd Version
=======================================*/

body{
	text-align:center;
	font-family:Courgette;
	font-size:15px;
	background:#fff;
	margin:0;padding:0;
}
.clear {
	clear: both;
}
*{	
	margin:0; 
	padding:0;
}
a{
color:#333;text-decoration:none;cursor:pointer;
font-family:Courgette;
}
a:hover{color:#c00;
font-family:Courgette;
}
.ip {font-family: 'Courgette'; font-size: 26px; color: #116492}
.dateEN {font-family:'Courgette'; font-size: 12px; margin: 10px 0 0 0}
.dateBN {font-family:SolaimanLipi; font-size: 14px; margin: 5px 0 0 0}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.i {width: 150px; height: 40px}
	div#logos {
		width: 150px; height: 40px; margin: 0 2px 5px 2px; overflow: hidden; text-align: center; float:left;
		border: 3px solid green; border-radius: 7px;
		-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
		transition: width 2s;
	}
div#logos:hover {
		border: 3px solid red; border-radius: 7px;
	}
div#logosTitle {
		width: 300px; height: 25px; background: #dddddd; color: #000000; font-weight: bold; margin: 0 0 15px 0; padding: 5px 0 0 0; overflow: hidden; 
		border-radius: 7px; 
		-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
		transition: width 1s;
	}
div#logosTitle:hover {
		width: 100%; background: #ff0000; color: #ffffff; 
	}


/* ========= Submit Button ======= */
		#submit
		{		
            background: #6cbb6b;
            background-image: -moz-linear-gradient(#95d788, #6cbb6b);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
            
            -moz-border-radius: 3px 50px 50px 3px;
            border-radius: 3px 50px 50px 3px;
            
            border-width: 1px;
            border-style: solid;
            border-color: #7eba7c #578e57 #447d43;
            
             -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
             -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
             box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

			height: 45px;
			margin: 0 0 0 10px;
			padding: 0;
			width: 80px;
			cursor: pointer;
			font: bold 14px Arial, Helvetica;
			color: #23441e;			
			text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		}		
		#submit:hover
		{		
            background: #95d788;
            background-image: -moz-linear-gradient(#6cbb6b, #95d788);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
		}	

		#submit:active
		{		
            background: #95d788;
			outline: none;
           
             -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
             -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
             box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
		}

		#submit::-moz-focus-inner
		{
		  border: none;
		}	
/* ========= Submit Button ======= */

/* ========= Image Hover Preview Start ======= */
#preview,#left_preview
{
	font-family:SolaimanLipi;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	z-index:1000;
	color:#fff;
	cursor: hand;
}
#screenshot
{
	font-family:SolaimanLipi;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	cursor: hand;
}
/* ========= Image Hover Preview End ======= */

/* ========= Language Menu Start ======= */
.sellect-ln {
	margin: 0 0 12px 0;
	background: #5CB85C;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	text-align:center;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #398439;
	cursor: pointer;
   -webkit-border-radius:5px;  border-radius:5px;
}
.sellect-ln a {
	color: #ffffff;
}
.sellect-ln:hover {
	background: #419141;
	border: 1px solid #1F591F;
}
#language-list {
  padding:10px;
  display:none;
  background:white;
  margin-left:-10px;
  margin-top:10px;
  margin-bottom:40px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #92b6da;
}
#language-list h4 {
  background:#eeeeee;
  padding:10px;
  margin-top:0px;
  margin-bottom:10px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#language-list a {
  float:left;
  width:132px;
  font-size:1.2em;
  margin:5px;
  padding:5px;
  color:#333333;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-decoration: none;
}
#language-list a:hover {
  color:black;
  background:#d1f4ff;
  text-decoration: underline;
}
.language-list {
  padding:10px;
  display:none;
  background:white;
  margin-left:-10px;
  margin-top:10px;
  margin-bottom:40px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #92b6da;
}
.language-list h4 {
  background:#eeeeee;
  padding:10px;
  margin-top:0px;
  margin-bottom:10px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.language-list a {
  float:left;
  width:180px;
  font-size:1.2em;
  margin:5px;
  padding:5px;
  color:#333333;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-decoration: none;  
  border:1px solid #ffffff;
}
.language-list a:hover {
  color:#000000;
  background:#EEEEEE;
  text-decoration: none;
  border:1px solid #3B873B;
}
/* ========= Language Menu End ======= */

/* ========= Keyboard Start ======= */
.lang a {float:left; border: 1px solid #cccccc; padding: 0 5px 0 5px; margin: 0 5px 5px 0; font-size:15px; font-weight:normal; text-align:left; color: #026FA3; line-height:26px; text-decoration:none}	
.lang a:hover {background: #026FA3; color : #ffffff}
#i2soft-keyboard{width:100%;line-height:20px;font-size:1em}.i2soft-key,#i2soft-backspace,#i2soft-tab,#i2soft-k25,#i2soft-caps-lock,#i2soft-enter,#i2soft-left-shift,#i2soft-right-shift,#i2soft-space,#i2soft-left-ctrl,#i2soft-right-ctrl,#i2soft-left-alt,#i2soft-right-alt,#i2soft,#i2soft-escape{float:left;display:block;margin:1px;height:3em;line-height:2.75em;text-align:center;color:gray}.i2soft-key{width:40px}#i2soft-backspace{width:78px}#i2soft-tab{width:62px}#i2soft-k25{width:56px}#i2soft-caps-lock{width:76px}#i2soft-enter{width:84px}#i2soft-left-shift{width:46px}#i2soft-right-shift{width:114px}#i2soft-space{width:246px;text-align:center}#i2soft-right-ctrl,#i2soft-right-alt,#i2soft-escape{width:62px}#i2soft-left-ctrl,#i2soft-left-alt,#i2soft{width:60px}.i2soft-label-reference{color:gray;font-size:.9em;line-height:12px;text-align:left;cursor:default}.i2soft-label-natural{margin-top:-5px;color:#e0115f;line-height:20px;text-align:center;cursor:default}.i2soft-label-shift{margin-top:-5px;color:#057cb5;line-height:20px;text-align:center;cursor:default}#i2soft-k29 .i2soft-label-reference,#i2soft-k32 .i2soft-label-reference{color:#000}.i2soft-recessed span{color:#3C0}.i2soft-recessed-hover span{color:#ffd800}.i2soft-clear{clear:both}
/* ========= Keyboard End ======= */

.box {
background: #FFF;
padding: 25px 0 10px 0;
box-shadow: 0px 0px 20px #ADA5A5;
border-bottom: #C8C8C8 solid 1px;
border-left: #C8C8C8 solid 1px;
border-right: #C8C8C8 solid 1px;
}

/*/////////// COMMON STYLE ///////////*/
.container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 200px) and (max-width: 766px) {
	.m_none {display: none;}
	.anthem {width:100%; height: auto}
	.footerN{-webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;}
}
@media (min-width:767px) and (max-width: 990px) {
	.container {width: 750px;}
	.btn {margin: 30px 0 0 0}
	.t_none {display: none;}
	.anthem {width:75%; height: auto}
	.footerN{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;}
}
@media (min-width:991px) and (max-width: 1150px) {
    .container {width: 970px;}
	.d_none {display: none;}
	.anthem {width:50%; height: auto}
	.footerN{-webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;}
}
@media (min-width:1151px) and (max-width: 1200px) {
    .container {width: 1050px;}
	.anthem {width:50%; height: auto}
	.footerN{-webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;}
}
@media (min-width:1201px) {
	.container {width: 1170px;}
	.anthem {width:50%; height: auto}
	.footerN{-webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-rule: 0px solid #000000; -moz-column-rule: 0px solid #000000; column-rule: 0px solid #000000;}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
	max-width: 100%
}
@media screen and (min-width:768px) {
.container {
    padding-right: 15px;
    padding-left: 15px;
	}
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize},:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}

/* ########### Menu Start ############### */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  font-family: Roboto; font-size: 16px; font-weight: 300;
  font-size:15px;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}
#cssmenu #menu-button {
  display: none; 
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: '';   
}
#cssmenu > ul {
  /*
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05); 
  */
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 7px 10px 5px 10px;
  border-right: 1px solid #EEECEC;
  text-decoration: none;
  color: #000;
  font-weight:normal; 
  height: 28px;
  margin: 0px 0 0px 0; 
}
#cssmenu > ul > li.activeH > a {
  color:#ffffff; background:#cc0000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color:#ffffff; background:#666666;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 0; 
}
#cssmenu > ul > li.has-sub.active > a::after, #cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff; 
}
#cssmenu ul ul {
  z-index: 2000;
  position: absolute;
  left: -9999px;
  font-size: 13px;  
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in; 
  margin-top: 0px;
}
#cssmenu.align-right ul ul {
  text-align: right; 
}
#cssmenu > ul > li > ul::after {
  /*content: "";*/
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;  
}
#cssmenu ul ul ul::after {
  /*content: "";*/
  position: absolute;
  width: 0;
  height: 0;  
  top: 0;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px; 
}
#cssmenu > ul > li > ul {
  top: 120px; 
}
#cssmenu > ul > li:hover > ul {
  top: 28px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0; 
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 171px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1; 
}
#cssmenu ul ul li a {
  text-decoration: none;
  padding: 7px 5px 6px 10px;
  width: 175px;
  font-size: 14px;
  color: #000;
  background: #FAF9F9;
  border-bottom: 1px solid #ddd;
  text-align:left;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a{
  color: #ffffff; background: #666666;
}
#cssmenu ul ul li.active > a {
  color: #666666; background: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;  
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent; 
}
@media (min-width:1010px) and (max-width:2999px) {
	#cssmenu ul ul {
	  margin-top: 0px;
	}
}
@media (min-width:300px) and (max-width:1009px) {
  #cssmenu > ul > li.m_none > a {display: none;}
  #cssmenu {
    background: '';
	z-index: 2000;
  }
  #cssmenu > ul {    
	display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 9px 10px 0 10px;
    border-right: 0;
	border-bottom: 1px solid #cccccc;
	color: #000;
	background:#DBD9D9;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
	  color:#ffffff;
	  background:#666666;
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-weight: normal;
	font-size: 18px;
    color: #ffffff;
    padding: 10px 4px 8px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 12px;
	background:#DBD9D9;
	color: #000000;
	border-bottom: 1px solid #cccccc;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 12px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 22px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
/* ########### Menu End ############### */