body {
  margin: 0;
  font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #d4d4d4;
  background-color: #171717;
  position: relative;

}

.container { width: @container-desktop !important; }


  #map_canvas {
    width: 500px;
    height: 400px;
    background-color: #CCC;
  }

  .div {
    overflow: hidden;
  }

.post-content {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
    top: 200px;
    left: 100px;
    width: 600px;
    padding-left: 30px;
    position: absolute;
    color: #55adff;
}

.photo-overlay {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.9;
    position: absolute;
    top: 90px;
    padding-top: 10px;
    width: 1430px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    color: #55adff;
}

.photo-overlay-2 {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.9;
    position: absolute;
    top: 230px;
    width: 1430px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 50px;
    line-height: 30px;
    color: #55adff;
}

.photo-overlay-3 {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.9;
    position: absolute;
    top: 230px;
    width: 1430px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    color: #55adff;
}

.photo-overlay-sub {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.9;
    position: relative;
    top: 120px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #0a2bce;
}

h1 {
  font-size: 40px;
  line-height: 36px;
  text-decoration: bold;
  color: #368ef2;
}

h1 small {
  font-size: 18px;
  text-decoration: bold;
}

h2 {
  font-size: 40px;
  line-height: 36px;
  text-decoration: bold;
  color: #368ef2;
}

h2 small {
  font-size: 18px;
  text-decoration: bold;
}

h3 {
  font-size: 18px;
  line-height: 27px;
  text-decoration: bold;
  color: #368ef2;
}

h3 small {
  font-size: 14px;
  text-decoration: bold;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}


.navbar-fixed-top {
  top: 0px;
  background-color: #171717;
  font-family: Helvetica;
  
}
.navbar-brand,
.navbar-nav li a {
    line-height: 55px;
    height: 60px;
    padding-top: 0;
    text-align: middle;
}

  @media (min-width: 0px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}


@media (min-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


  .center {
    display: block;
    margin: auto;
  }
  
  .table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 0px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 0px solid #ddd;
}

table tr td:empty {
    width: 50px;
}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}


.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

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

.navbar-outer {
  width:1500px;
}

@media (min-width: 2000px) and (max-width: 2000px) {
   .collapse {
       display: none !important;
   }
}