@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,200,600,700,900,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,300,200,600,700,900);
@import url(../css/font-awesome.min.css);
.full-width {
  width: 100%; }

html {
  font-size: 16px;
  line-height: 1.5;
  color: #545454; }

body {
  background-color: #eaebee;
  font-family: 'Open Sans', Geneva, sans-serif;
  font-size: 13px; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar {
  min-height: 64px; }

.thirdparty {
  text-align: center;
  font-size: 12px;
  color: #4ac7e9; }

.hint {
  font-size: 12px;
  margin-top: 6px;
  margin-left: 15px;
  color: #4ac7e9; }

.blue {
  color: #4ac7e9; }

#menubar {
  background: #2d3547;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: none;
  border-radius: 0; }
  #menubar .navbar-nav li {
    min-height: 64px;
    text-align: center;
    border-right: 1px solid #3e4961; }
    #menubar .navbar-nav li a {
      padding: 0;
      line-height: 64px;
      color: #fff;
      padding: 0 25px;
      opacity: .4;
      font-weight: 300;
      font-family: 'FontAwesome', Raleway; }
      #menubar .navbar-nav li a i {
        padding-right: .5em;
        font-size: 16px;
        line-height: 63px;
        float: left; }
  #menubar .navbar-nav li:first-child {
    border-left: 1px solid #3e4961; }
  #menubar .navbar-nav li:hover {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 7px solid #0c90b1;
    height: 57px; }
    #menubar .navbar-nav li:hover a {
      opacity: 1;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
  #menubar .navbar-nav .active {
    border-bottom: 7px solid #0c90b1;
    height: 57px; }
    #menubar .navbar-nav .active a {
      background: none;
      color: #fff;
      opacity: 1;
      font-weight: 500;
      line-height: 64px; }

/*--topnav--*/
#top_nav {
  background: #009ee1; }
  #top_nav ul li a {
    padding: 0;
    padding: 0px 15px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 11px;
    text-transform: none; }
  #top_nav ul li {
    border-left: 1px solid #0976ab; }
    #top_nav ul li a:hover, #top_nav ul li a:focus, #top_nav ul li a.active {
      background: #0976ab; }
  #top_nav ul li:last-child {
    border-right: 1px solid #0976ab; }

.top-nav-bk {
  background: #009ee1;
  line-height: 38px;
  color: #fff;
  font-size: 11px; }
  .top-nav-bk .contact-number {
    position: relative;
    display: block;
    border-left: 1px solid #0976ab;
    border-right: 1px solid #0976ab;
    float: left;
    margin-left: -15px; }
    .top-nav-bk .contact-number a {
      padding: 0px 15px;
      height: 38px;
      display: block;
      line-height: 38px;
      color: #fff;
      font-size: 11px; }
    .top-nav-bk .contact-number a:hover {
      background: #0976ab;
      text-decoration: none; }

/*---------*/
.navbar-default .navbar-toggle {
  background: #0c90b1;
  color: #fff;
  border: none; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #0c90b1;
  color: #fff;
  border: none;
  opacity: .8; }
  .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff; }

/*-------general-----*/
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.center {
  text-align: center; }
  .center strong {
    font-size: 18px;
    line-height: 30px; }

.navbar-brand {
  color: #fff !important;
  padding: 20px 15px;
  display: inline-block; }

.navbar-brand {
  color: #fff !important;
  padding: 20px 15px;
  display: inline-block; }
  .navbar-brand span {
    color: #5cc5ea;
    font-size: 12px;
    margin-left: -15px;
    line-height: 28px; }

.btn {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn-primary {
  color: #fff;
  background-color: #4ac7e9;
  border-color: #4ac7e9;
  border-radius: 2px; }

.form-group {
  width: 100%;
  display: block;
  float: left; }

.control-label {
  line-height: 34px; }

.radioHolder {
  line-height: 34px; }
  .radioHolder input {
    margin-right: 10px; }

h1 {
  font-weight: 300;
  margin-top: 45px; }

.intro {
  font-weight: 300;
  padding: 10px 0;
  font-size: 14px; }
  .intro span {
    color: #4ac7e9;
    font-weight: 500; }

.dps {
  text-align: center;
  margin: 30px 0; }
  .dps img {
    width: 30%;
    padding-bottom: 20px; }
  .dps p {
    font-size: 10px;
    color: #999; }

.summary {
  list-style: none;
  padding: 0;
  margin-top: 30px; }
  .summary h5 {
    font-size: 17px;
    font-weight: 300; }
  .summary span {
    font-weight: 700;
    padding-left: 0; }

/*-------panel styling -----*/
.panel {
  margin-bottom: 1em;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.panel-white-solid .panel-heading {
  background-color: #fff; }

.panel-body {
  padding: 20px;
  background-color: #f8f9fa; }

.panel-heading {
  background-color: #fff;
  padding: 12px 12px;
  border-bottom: 0;
  border-radius: 0; }
  .panel-heading .tools {
    margin: 0px 0px 0px; }
    .panel-heading .tools a {
      padding-right: .5em; }
  .panel-heading h2 {
    padding-left: .75em;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 20px;
    margin: 0; }
    .panel-heading h2 i {
      padding-right: .5em; }

.panel-footer {
  padding: 12px 20px;
  border-radius: 0 !important;
  background-color: #f0f1f3;
  border-top: 0;
  color: #6d7486; }

.panel-info .panel-heading {
  color: #fff;
  background-color: #0c90b1;
  border-color: 0; }

panel-warning .panel-heading {
  background-color: #f2ba4f;
  color: #fff; }

/*-------parsley styling----*/
.control-label span {
  color: #B94A48; }

input.parsley-error, select.parsley-error, textarea.parsley-error {
  background-color: #f9f1f1;
  border: 1px solid #ccc;
  color: #333; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 2px 0 0 12px;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1;
  color: #B94A48; }

@media (max-width: 991px) {
  #menubar .navbar-nav li a {
    padding: 0 9px !important; } }
@media (max-width: 767px) {
  .navbar-brand {
    padding: 12px 15px; }
    .navbar-brand span {
      margin-left: -30px; }

  .navbar {
    min-height: 50px; }

  #menubar .navbar-collapse {
    float: none !important;
    padding: 0; }
    #menubar .navbar-collapse .navbar-nav {
      margin: 0; }
      #menubar .navbar-collapse .navbar-nav li {
        text-align: left;
        border-bottom: 1px solid #3e4961;
        border-right: none;
        padding-left: 20px;
        max-height: 64px; }
      #menubar .navbar-collapse .navbar-nav li:hover {
        max-height: 64px; }
      #menubar .navbar-collapse .navbar-nav li:first-child {
        border-bottom: 1px solid #3e4961; }

  .top-nav-bk {
    line-height: 28px; }

  .navbar-nav {
    margin: 0 -15px; }

  #top_nav .navbar-nav li {
    width: 25%;
    display: block;
    float: left;
    border: none; }
    #top_nav .navbar-nav li a {
      background: #009ee1;
      padding: 10px;
      height: 28px;
      line-height: 28px;
      padding: 0 10px;
      float: left;
      text-align: center;
      width: 100%;
      border-right: 1px solid #0976ab;
      border-bottom: none; }
  #top_nav .navbar-nav li:last-child a {
    border: none; } }

/*# sourceMappingURL=app.css.map */
