@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#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;
}
#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: 'Source Sans Pro', sans-serif;
	line-height: 1;
	/*background: #eee;*/
 background: #108896;
	z-index:9999;
	margin:0 0 0 0;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	margin: 10px 30px;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #ddd;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
 position: absolute;
 top: 5px;
 right: 15px;
 width: 4px;
 height: 4px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 content: "";
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: border-color 0.2s ease;
 -moz-transition: border-color 0.2s ease;
 -ms-transition: border-color 0.2s ease;
 -o-transition: border-color 0.2s ease;
 transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
 border-color: #ddd;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 10000;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
 -webkit-transition: height .2s ease;
 -moz-transition: height .2s ease;
 -ms-transition: height .2s ease;
 -o-transition: height .2s ease;
 transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: auto;
}
#cssmenu ul ul li a {
	padding: 10px 20px;
	width: 250px;
	line-height:18px;
	font-size: 16px;
	background: #108896;
	text-decoration: none;
	color: #fff;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#1B374C;
	/* background: #ddd; */
}
#cssmenu ul ul li.has-sub > a::after {
 position: absolute;
 top: 13px;
 right: 10px;
 width: 4px;
 height: 4px;
 border-bottom: 1px solid #ddd;
 border-right: 1px solid #ddd;
 content: "";
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition: border-color 0.2s ease;
 -moz-transition: border-color 0.2s ease;
 -ms-transition: border-color 0.2s ease;
 -o-transition: border-color 0.2s ease;
 transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
 right: auto;
 left: 10px;
 border-bottom: 0;
 border-right: 0;
 border-top: 1px solid #00356B;
 border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
 border-color: #09F;
}
@media (max-width: 940px) {
 #cssmenu {
    /* display: none; */
    width: 100%;
    /* background: #FFF; */
}
 #cssmenu ul {
 width: 100%;
 display: none;
}
 #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
 text-align: left;
}
 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
 /* color: #039; */
 margin: 10px 30px;
}
 #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu ul ul li a {
 /* padding: 5px 20px 20px 40px; */
 font-size: 12px;
 color: #fff;
 background: none;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
 color: #000000;
}
 #cssmenu ul ul ul li a {
 padding-left: 50px;
}
 #cssmenu ul ul,  #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
}
 #cssmenu #menu-button {
 display: block;
 padding: 20px;
 color: #f2f2f2;
 cursor: pointer;
 font-size: 20px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #fff;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 7px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 36px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #fff;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #fff;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
}





/* Programmes Menu Begin */
#progmenu,
#progmenu ul,
#progmenu ul li,
#progmenu ul li a,
#progmenu #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;
}
#progmenu:after,
#progmenu > ul:after {
  content:".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#progmenu #menu-button {
  display: none;
}
#progmenu {
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: #eee;
  z-index:9000;
  margin:0 0 0 0;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#progmenu .menu-programmes-in-iisc-container > ul > li {
  float: left;
}
#progmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#progmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#progmenu.align-center ul ul {
  text-align: left;
}
#progmenu.align-right > ul > li {
  float: right;
}
#progmenu.align-right ul ul {
  text-align: right;
}
#progmenu .menu-programmes-in-iisc-container > ul > li > a {
margin: 10px 30px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#progmenu .menu-programmes-in-iisc-container > ul > li:hover > a,
#progmenu > ul > li.active > a {
  color: #06C;
}
#progmenu .menu-programmes-in-iisc-container > ul > li.has-sub > a {
  padding-right: 25px;
}
#progmenu .menu-programmes-in-iisc-container > ul > li.has-sub > a::after {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#progmenu .menu-programmes-in-iisc-container > ul > li.has-sub:hover > a::after {
  border-color: #09C;
}
#progmenu .menu-programmes-in-iisc-container ul ul {
  position: absolute;
  left: -9999px;
}
#progmenu .menu-programmes-in-iisc-container li:hover > ul {
  left: auto;
}
#progmenu.align-right li:hover > ul {
  right: 0;
}
#progmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#progmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#progmenu .menu-programmes-in-iisc-container ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#progmenu .menu-programmes-in-iisc-container ul li:hover > ul > li {
  height: auto;
}
#progmenu .menu-programmes-in-iisc-container ul ul li a {
  padding: 10px 20px;
   width: 250px;
   line-height:18px;
  font-size: 16px;
  background: #eee;
  text-decoration: none;
  color: #00356B;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#progmenu .menu-programmes-in-iisc-container ul ul li:hover > a,
#progmenu .menu-programmes-in-iisc-container ul ul li a:hover {
  color: #09F;
  background: #ddd;
}
#progmenu .menu-programmes-in-iisc-container ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #00356B;
  border-right: 1px solid #00356B;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#progmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #00356B;
  border-left: 1px solid #dddddd;
}
#progmenu .menu-programmes-in-iisc-container ul ul li.has-sub:hover > a::after {
  border-color: #09F;
}
@media (max-width: 940px){ 
  #progmenu {
    width: 100%;
	background: #FFF;
  }
  #progmenu ul {
    width: 100%;
    display: none;
  }
  #progmenu.align-center > ul,
  #progmenu.align-right ul ul {
    text-align: left;
  }
  #progmenu ul li,
  #progmenu ul ul li,
  #progmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #progmenu ul li a,
  #progmenu ul ul li a {
    width: 100%;
	color:#039;
	margin: 10px 30px;
  }
  #progmenu > ul > li,
  #progmenu.align-center > ul > li,
  #progmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #progmenu ul ul li a {
    padding: 5px 20px 20px 40px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #progmenu ul ul li:hover > a,
  #progmenu ul ul li a:hover {
    color: #000000;
  }
  #progmenu ul ul ul li a {
    padding-left: 50px;
  }
  #progmenu ul ul,
  #progmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #progmenu > ul > li.has-sub > a::after,
  #progmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #progmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #progmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #progmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #progmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #progmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #progmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #progmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}





/* Aspirant Menu Begin */
#aspirant,
#aspirant ul,
#aspirant ul li,
#aspirant ul li a,
#aspirant #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;
}
#aspirant:after,
#aspirant > ul:after {
  content:".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#aspirant #menu-button {
  display: none;
}
#aspirant {
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: #eee;
  z-index:9500;
  margin:0 0 0 0;
}
#aspirant #menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#aspirant .menu-aspirant-container > ul > li {
  float: left;
}
#aspirant.align-center > ul {
  font-size: 0;
  text-align: center;
}
#aspirant.align-center > ul > li {
  display: inline-block;
  float: none;
}
#aspirant.align-center ul ul {
  text-align: left;
}
#aspirant.align-right > ul > li {
  float: right;
}
#aspirant.align-right ul ul {
  text-align: right;
}
#aspirant .menu-aspirant-container > ul > li > a {
margin: 10px 30px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#aspirant .menu-aspirant-container > ul > li:hover > a,
#aspirant > ul > li.active > a {
  color: #06C;
}
#aspirant .menu-aspirant-container > ul > li.has-sub > a {
  padding-right: 25px;
}
#aspirant .menu-aspirant-container > ul > li.has-sub > a::after {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#aspirant .menu-aspirant-container > ul > li.has-sub:hover > a::after {
  border-color: #09C;
}
#aspirant .menu-aspirant-container ul ul {
  position: absolute;
  left: -9999px;
}
#aspirant .menu-aspirant-container li:hover > ul {
  left: auto;
}
#aspirant.align-right li:hover > ul {
  right: 0;
}
#aspirant ul ul ul {
  margin-left: 100%;
  top: 0;
}
#aspirant.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#aspirant .menu-aspirant-container ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#aspirant .menu-aspirant-container ul li:hover > ul > li {
  height: auto;
}
#aspirant .menu-aspirant-container ul ul li a {
  padding: 10px 20px;
   width: 250px;
   line-height:18px;
  font-size: 16px;
  background: #eee;
  text-decoration: none;
  color: #00356B;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#aspirant .menu-aspirant-container ul ul li:hover > a,
#aspirant .menu-aspirant-container ul ul li a:hover {
  color: #09F;
  background: #ddd;
}
#aspirant .menu-aspirant-container ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #00356B;
  border-right: 1px solid #00356B;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#aspirant.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #00356B;
  border-left: 1px solid #dddddd;
}
#aspirant .menu-aspirant-container ul ul li.has-sub:hover > a::after {
  border-color: #09F;
}
@media (max-width: 940px){ 
  #aspirant {
    width: 100%;
	background: #FFF;
  }
  #aspirant ul {
    width: 100%;
    display: none;
  }
  #aspirant.align-center > ul,
  #aspirant.align-right ul ul {
    text-align: left;
  }
  #aspirant ul li,
  #aspirant ul ul li,
  #aspirant ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #aspirant ul li a,
  #aspirant ul ul li a {
    width: 100%;
	color:#039;
	margin: 10px 30px;
  }
  #aspirant > ul > li,
  #aspirant.align-center > ul > li,
  #aspirant.align-right > ul > li {
    float: none;
    display: block;
  }
  #aspirant ul ul li a {
    padding: 5px 20px 20px 40px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #aspirant ul ul li:hover > a,
  #aspirant ul ul li a:hover {
    color: #000000;
  }
  #aspirant ul ul ul li a {
    padding-left: 50px;
  }
  #aspirant ul ul,
  #aspirant ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #aspirant > ul > li.has-sub > a::after,
  #aspirant ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #aspirant #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #aspirant #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #aspirant #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #aspirant .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #aspirant .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #aspirant .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #aspirant .submenu-button.submenu-opened:after {
    display: none;
  }
}


/* admshns Menu Begin */
#admshns,
#admshns ul,
#admshns ul li,
#admshns ul li a,
#admshns #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;
}
#admshns:after,
#admshns > ul:after {
  content:".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#admshns #menu-button {
  display: none;
}
#admshns {
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background: #eee;
  z-index:9500;
  margin:0 0 0 0;
}
#admshns #menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#admshns .menu-admshns-container > ul > li {
  float: left;
}
#admshns.align-center > ul {
  font-size: 0;
  text-align: center;
}
#admshns.align-center > ul > li {
  display: inline-block;
  float: none;
}
#admshns.align-center ul ul {
  text-align: left;
}
#admshns.align-right > ul > li {
  float: right;
}
#admshns.align-right ul ul {
  text-align: right;
}
#admshns .menu-admshns-container > ul > li > a {
margin: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#admshns .menu-admshns-container > ul > li:hover > a,
#admshns > ul > li.active > a {
  color: #06C;
}
#admshns .menu-admshns-container > ul > li.has-sub > a {
  padding-right: 25px;
}
#admshns .menu-admshns-container > ul > li.has-sub > a::after {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#admshns .menu-admshns-container > ul > li.has-sub:hover > a::after {
  border-color: #09C;
}
#admshns .menu-admshns-container ul ul {
  position: absolute;
  left: -9999px;
  z-index: 10000;
}
#admshns .menu-admshns-container li:hover > ul {
  left: auto;
}
#admshns.align-right li:hover > ul {
  right: 0;
}
#admshns ul ul ul {
  margin-left: 100%;
  top: 0;
}
#admshns.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#admshns .menu-admshns-container ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#admshns .menu-admshns-container ul li:hover > ul > li {
  height: auto;
}
#admshns .menu-admshns-container ul ul li a {
  padding: 10px 20px;
   width: 250px;
   line-height:18px;
  font-size: 16px;
  background: #ccc;
  text-decoration: none;
  color: #00356B;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#admshns .menu-admshns-container ul ul li:hover > a,
#admshns .menu-admshns-container ul ul li a:hover {
  color: #09F;
  background: #ddd;
}
#admshns .menu-admshns-container ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #00356B;
  border-right: 1px solid #00356B;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#admshns.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #00356B;
  border-left: 1px solid #dddddd;
}
#admshns .menu-admshns-container ul ul li.has-sub:hover > a::after {
  border-color: #09F;
}
@media (max-width: 940px){ 
  #admshns {
    width: 100%;
	background: #FFF;
  }
  #admshns ul {
    width: 100%;
    display: none;
  }
  #admshns.align-center > ul,
  #admshns.align-right ul ul {
    text-align: left;
  }
  #admshns ul li,
  #admshns ul ul li,
  #admshns ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #admshns ul li a,
  #admshns ul ul li a {
    width: 100%;
	color:#039;
	margin: 10px 30px;
  }
  #admshns > ul > li,
  #admshns.align-center > ul > li,
  #admshns.align-right > ul > li {
    float: none;
    display: block;
  }
  #admshns ul ul li a {
    padding: 5px 20px 20px 40px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #admshns ul ul li:hover > a,
  #admshns ul ul li a:hover {
    color: #000000;
  }
  #admshns ul ul ul li a {
    padding-left: 50px;
  }
  #admshns ul ul,
  #admshns ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #admshns > ul > li.has-sub > a::after,
  #admshns ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #admshns #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #admshns #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #admshns #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #admshns .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #admshns .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #admshns .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #admshns .submenu-button.submenu-opened:after {
    display: none;
  }
}