body{
  background: #fbfbfb !important;
}
.cms-header{
  height: 100px;
  background: #2E7ACC;
  -moz-box-shadow: 0 -2px 3px rgba(0,0,0,0.06) inset,0 2px 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.06) inset,0 2px 4px rgba(0,0,0,0.3);
  padding-bottom: 28px;
  padding-top: 28px;
  overflow: hidden;
}
.cms-header .cms-header-content{
  float: right;
}
h3.cms-title{
  color: white;
  font-size: 30px;
  margin-top: 2.5px;
}
p.cms-description{
  color: #ffffff82;
  font-size: 11px;
  text-align: right;
  margin-top: -10px;
}
.nav-content nav.navbar-blesta{
  max-width: 1170px;
  margin: 15px auto 0 auto;
  border-radius: 10px;
  background: linear-gradient(#f0f0f0, #f0f0f0) !important;
  min-height: inherit;
}
.navbar-blesta .navbar-right {
    float: right !important;
    margin-right: 10px;
}
.navbar-blesta a, .navbar-blesta a:hover, .navbar-blesta a:focus{
  color: #4f4f4f;
}
.content-box{
  background: #fff;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
}
.cms-footer{
  background: linear-gradient(#4f4f4f, #4f4f4f);
  color: #fff;
  height: 200px;
  margin-top: 25px;

}
.cms-footer .footer-logo{
  margin-top: 70px;
}
.cms-footer .footer-copyright{
  font-size: 10px;
}
.footer-copyright a, .footer-copyright a:hover .footer-copyright a:focus{
  color: #fff !important;
  text-decoration: none;
}
.cms-footer ul{
 list-style-type: none;
 margin-left: -40px;
 color: #fff;
}
.cms-footer ul a, .cms-footer ul a:hover .cms-footer ul a:focus{
  color: #fff !important;
  text-decoration: none;
}
.cms-footer .footer-sub-links{
  margin-top: 45px;
}
