 body{background: #FFF url("../images/bg-cps.jpg") repeat-x scroll 0px 20px;}
 
.clearfix{clear: both;}
.HeaderBox p{font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;}
.admin_block{
	background:url('../images/admin_frame1.png');
	background-size: contain;
	background-repeat: no-repeat;
	width:50%;
	height:365px;
	display: inline-block;
	float: left;
}
.admin_block h2{
	padding: 60px 0px 20px;
    text-align: center;
    color: #223e4c;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.admin_block h2 span{
	font-size: 14px;color: #ff3535;margin: 8px;display: block;
}
.admin_block img{
	width: 135px;
	margin-top: -25px;
	margin-left: 50px;
	float: left;
}
.admin_block p{
	margin-top: -30px;width: 250px;margin-left: 195px;
}





.topnav {
	overflow: hidden;
	background-color: #0a8887;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
	width: 1060px;
	margin: 0px auto !important;
}
#navMainMenu{widtah:1060px;}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
	position: relative;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9999;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
  }
  .topnav .responsive .nav {display:block !important;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .navbar-nav{width: 100%;margin:0px;}
  #navMenuName{float: left;padding: 15px 10px;color: #fff;width: 80%;}
  #navMainMenu{display:none;}
}
