body.mainbg {
  background-color: #333333;
  background-image: url("../images/diamond_tile.gif");
  background-repeat: repeat;
}

header {
  min-height: 52px;
  position: relative;
  z-index: 9;
}

.head_img {
  background-color: #ed1b24;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #ed1b24;
  color: #fff;
}

@media (max-width: 768px) {
  .head_img {
    background-color: #008fd5;
  }
  .btn-group {
    padding: 15px 0;
    margin: 0;
    text-align: center;
  }
  .btn-blue {
    color: #000 !important;
  }
  .head_img_right {
    display: block;
    float: none !important;
  }
}

.pagewrapper {
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
}
ul .blue-list {
  list-style-type: none;
  color: #008fd5 !important;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 650px) {
  .centre-sm {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .no-show {
    display: none;
  }
}

footer {
  min-height: 100px;
  background: #008fd5 !important;
  color: #fff;
  padding: 25px 15px 25px 15px;
  border-radius: 0 0 5px 5px;
}
footer a:hover {
  color: #ed1b24;
}

footer a {
  color: #fff;
}

.alert {
  color: red;
}
.form-loader {display:none;}


@media (max-width: 420px) {
.margin-b10 {margin-bottom:10px;display:block;}
}
