

.topmenu-title{
	width: 22%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.0;
	text-align: center;
}

.topmenu-title span{
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999999;
	display: block;
	padding-top: 3px;
}

.topmenu{
	width: 78%;
	float: left;
}

.topmenu ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.topmenu ul li {
	display: block;
	flex: 1;

}

.topmenu ul li a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #333;
	letter-spacing: 1px;
}

.topmenu ul li a.current {
	font-weight: bold;
	color: #5D93F5;
	letter-spacing: 2px;
}

.topmenu ul li a span{
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999999;
	display: block;
	padding-top: 3px;
}

/*end topmenu*/

.leftmenu{
	margin: 0px;
	padding: 0px;
}

.leftmenu ul{
	margin: 0px;
	padding-left: 5px;
	list-style-type: none;
}

.leftmenu ul li{
	margin: 0px;
	padding: 0px;
	width:100%;
	display: block;
}

.leftmenu ul li a{
	*color:#CC5566;
	color:rebeccapurple;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

.leftmenu ul li a.current {
	font-weight: bold;
	color: white;
	*background: #DDAABB;
	background: mediumpurple;
}

.submenu{
	margin: 0px;
	padding: 0px;
}

.submenu ul{
	margin: 0px;
	padding-left: 30px;
	list-style-type: none;
}

.submenu ul li{
	margin: 0px;
	padding: 0px;
	width:100%;
	display: block;
}

.submenu ul li a{
	color: #CC5566;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

.submenu ul li a.current{
	color: white;
	background: #DDAABB;
}

.submenu ul li img{
	margin-right: 8%;
	height: 24px;
	width: 24px;
	text-align: center;
	border-radius:10px;
	color:#4B62AF;
	padding: 6px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);	
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.13);
}

.submenu ul li a span{
	font-size: 10px;
	display: block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-transform: uppercase;
}

.submenu ul li a:hover, {
	font-weight: bold;
}


.submenu ul li a.current img{
	background: #A7C4FA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A7C4FA), to(#5D93F5));
	background: -webkit-linear-gradient(#A7C4FA, #5D93F5);
	background: -moz-linear-gradient(#A7C4FA, #5D93F5);
	background: -ms-linear-gradient(#A7C4FA, #5D93F5);
	background: -o-linear-gradient(#A7C4FA, #5D93F5);
	background: linear-gradient(#A7C4FA, #5D93F5);
	-pie-background: linear-gradient(#A7C4FA, #5D93F5);	
}

/* sidepanel  */

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #222;
  overflow-x: hidden;
  *transition: 0.2s;
  padding-top: 50px;
}

.sidepanel a {
  padding: 4px 8px 0px 0px;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.8em;
  color: white;
  display: block;
}

.sidepanel .closebtn {
  position: absolute;
  top: -5px;
	padding-left: 15px;
  font-size: 30px;
}

.openbtn {
  font-size: 34px;
  line-height: 1em;
  cursor: pointer;
  background-color: #3087CC;
  color: white;
  padding: 4px;
  border: none;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  -webkit-transform: scaleY(0);
	transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
  -webkit-transition-property: transform;
	transition-property: transform;
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: #53C68C;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  background-color: #DDAABB;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.desc {
	text-align:left;
	position:absolute;
	bottom: 0px;
	width:28%;
}
@media screen and (max-width: 1000px) {
.desc {
	position:relative;
	width:100%;
}}