@import "bootstrap.css";
@import "bootstrap-theme.css";
@import "default.app.min.css";
@import "flexslider.css";
nav > li > a.active {
  text-decoration: none;
  background-color: #eee;
}
.c-height360 {
  min-height: 360px !important;
}
/*Adding 50px to top */
.mt50 {
  margin-top: 50px;
}
/*Adding 20px to top */
.mt20 {
  margin-top: 20px;
}
/*Adding 15px to top */
.mt15 {
  margin-top: 15px;
}
.p10 {
  padding: 10px;
}
/*Specific for footer */
.mt-footer {
  margin-top: 50px;
  background: #e8e8e8;
}
/* Blue coloured background */
.background {
  background: #00626b;
}
/* The content background should be white */
.content {
  background: #ffffff;
}
/* Blue Gradient Background */
.blue-bg {
  background: #cce0e1;
  background: -moz-linear-gradient(top, #cce0e1 0%, #f9fafc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cce0e1), color-stop(100%, #f9fafc));
  background: -webkit-linear-gradient(top, #cce0e1 0%, #f9fafc 100%);
  background: -o-linear-gradient(top, #cce0e1 0%, #f9fafc 100%);
  background: -ms-linear-gradient(top, #cce0e1 0%, #f9fafc 100%);
  background: linear-gradient(to bottom, #cce0e1 0%, #f9fafc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce0e1', endColorstr='#f9fafc', GradientType=0);
}
/* Standard height of 500px, in case the content is too small */
.heightstd {
  height: 500px;
}
/*Adding dummy space to the bottom inorder to raise the footer a little bit */
.footerbelow {
  height: 50px;
}
/* Top border color strip */
.color-line {
  background: url("../images/color_line.png");
  height: 5px;
}
/* Making texts white */
.white-text {
  color: #ffffff;
}
/* Adding a border radius of 10px */
.brad {
  border-radius: 10px;
}
.white-nav {
  /* Texts in the top navigation should be white in text */
}
.white-nav a {
  color: #ffffff;
  /* Top Navigation hover effect */
}
.white-nav a:hover {
  color: #000000;
}
