html,
body,
.hp-overlay{
	height: 100%;
}

body{

  background: url("../images/02.jpg");
    background-position: center top;
    background-size: cover;
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    color: #fff;
}

.hp-overlay {
	background: rgba(255,255,255,0.3);

}


.leaflet-control-layers {
    display: none;
}

#mapcont {
    position: relative;
}

#maplogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: url("../images/os-logo.png");
    width: 198px;
    height: 48px;
    z-index: 999;
    background-color: rgba(255,255,255,0.5);

}


.navbar-default #sss-menu li.active a {
    background-color: #FF8000;
    color: #ffffff;
}
.navbar-default #sss-menu li:hover a {
    background-color: #6C7854;
    color: #fff;
}

.navbar-brand {
    float: left;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

a{
color: #FF8000;
}
a:hover{
color: #FFFFFF;
}

#sss-showcase {
background: rgba(108, 120, 84, 0.9);
}

#sss-feature {
background: rgba(100, 113, 33, 0.8);
}

#sss-utility {
background: rgba(108, 120, 84, 0.9);
}

#sss-maintop {
background: rgba(108, 120, 84, 0.9);
}

#sss-mainbottom {
background: rgba(100, 113, 33, 0.9);
}

#sss-header {
background: rgba(108, 120, 84, 0.9);
}

#sss-top {
background: rgba(108, 120, 84, 0.9);
}

#sss-mainbody {
background: rgba(108, 120, 84, 0.9);
}

#sss-bottom {
background: rgba(108, 120, 84, 0.9);
}

#sss-footer {
background: rgba(108, 120, 84, 0.9);
}

.sss-mod-block .module-title{
padding: 0px 0;
margin-bottom: 20px;
}

.sss-mod-block {
background: rgba(100, 113, 33, 0.3);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid rgba(108, 120, 84);
padding: 5px;
margin: 5px
}

.module-title .title {
border-bottom: 4px solid #FF8000;
text-transform: uppercase;
color: #fff;
}



#sss-utility .rt-alpha .sss-mod-block {
    margin-top: 40px;
}

#sss-utility .rt-omega .sss-mod-block {
    margin-top: 40px;
}

#sss-utility .col-sm-6 .sss-mod-block {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sss-footer-surround {
    background: rgba(71, 71, 69, 0.9);
}
#sss-footer {
    background: transparent;
}

.navbar-default {
    margin-bottom: 0;
}

.navbar-default #sss-menu li {
    float: none;
  padding-top:0;
    padding-bottom:0;
}

.navbar-default #sss-menu  li > a {
    float: none;
  padding-top:15px;
    padding-bottom:15px;
}
.nomargin {
  padding-bottom: 0;
}

.nomargintop {
  padding-top: 0;
}


.nobottommargin {
	padding-bottom: 0 !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #78AB46 !important;
}


.pagination {
  color: #d80000;
}

#eb-event-page {
  color: #000;
}

#sss-mainbody{
color: #000;
}


.navbar-default #sss-menu li a {
    background-color: rgba(100, 113, 33, 0.3);
    color: #fff;
}

.navbar-default #sss-menu li:hover a {
    background-color: #FFA000;
    color: #fff;
}

#map {
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.leaflet-popup-content-wrapper {
    background: white;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 1px 0px 1px;
}

.leaflet-container a.leaflet-popup-close-button {
      color: #0078A8;
    padding-top: 12px;
    
}

.leaflet-popup-content-wrapper a {
    color: rgba(255, 255, 255, 0.5);
}

.leaflet-popup-tip-container {
    width: 30px;
    height: 15px;
}

.leaflet-popup-tip {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    background: none;
    box-shadow: none;
}

.container button {
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    margin: 4px;
    width: 75px;
}

.startBtn {
    color: black;
    font: bolder;
    background-color: #ccc;
    
}

.destBtn {
    color: black;
    font: bolder;
    background-color: #ccc;
}

.leaflet-container .dropdown {
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
}

