body {
  background-color: #1a191a;

  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 300;
  color: #005dac;

  background-color: #fff;

  font-family: 'Roboto', sans-serif;
  padding-bottom: 50px;
}

h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}


a {
  text-decoration: none;
  color: #005dac;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 20px;
}

.ch {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
img.ch-icon {
  display: inline-block;
  padding: 0px 10px;
}

.img-responsive {
    margin: 0 auto;
}

.blurb-text {
  padding: 0 20px;
}

.container {
  max-width: 800px;
}

.about p {
  font-size: 16px;
  line-height: 40px;
  /*margin: 0;*/
}

.rates h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.rates p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.rates small {
  font-size: 12px;
}


.centered {
  text-align: center;
}

.icons {
  text-align: center;
  padding-bottom: 40px;
}

.icons a {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  margin: 6px;
  line-height: 68px;
}
i {
  font-size: 25px;
}
.text-center {
  text-align: center;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.logo img {

}

.logo_top {
  text-align: center;
  padding: 60px 0 10px 0;
}

.logo_bottom {
  text-align: center;
  padding: 70px 0 30px 0;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.icon {
  width: 100px;
  height: 100px;
}

.line {
  width: 50px;
  border-top: 1px solid #ccc;
  margin: 25px auto;
  /*margin: 25px 0;*/
}

.navigation {
  /*position: absolute;*/
  /*bottom: 0;*/
  text-align: center;
  /*width: 100%;*/
  color: #005dac;
  /*padding: 20px 0 40px 0;*/
  text-transform: uppercase;

  font-size: 13px;

  clear:left;
  float:left;
  margin:0;

  position:relative;
  left:50%;
  text-align:center;
  padding: 20px 0 40px 0;

}
.clear {
  clear: both;
}
.navigation>li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
  padding: 20px;
}
.navigation > li a {
  color: #005dac;
}


@media screen and (max-width: 600px) {
  .navigation {
    padding-bottom: 50px;
  }
  .navigation > li {
    float: none;
    padding: 10px;
  }
}

.dropdown-menu {
  margin-top: 0;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;

}
.dropdown-menu a {
  font-weight: 300 !important;
}



.img-gallery {
  margin-bottom: 5px;
}

.whitespace-pre {
  white-space: pre-line;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}


@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?cja7qk');
  src:url('fonts/icomoon.eot?#iefixcja7qk') format('embedded-opentype'),
    url('fonts/icomoon.woff?cja7qk') format('woff'),
    url('fonts/icomoon.ttf?cja7qk') format('truetype'),
    url('fonts/icomoon.svg?cja7qk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e600";
}
.icon-cart:before {
  content: "\e602";
}
.icon-phone:before {
  content: "\e604";
}
.icon-info2:before {
  content: "\e601";
}
.icon-facebook:before {
  content: "\e605";
}
.icon-instagram:before {
  content: "\e606";
}





/* From http://stackoverflow.com/questions/8878033/how-to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
