html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
	font-family: "Merriweather Sans",Helvetica,Arial,sans-serif;
}
body {
  padding-top: 50px;
}

/*  ----------- RS begin -------------- */

h1,h2,h3 {
  padding: 0;
  margin: 0;
}
h3 {
font-size: 32px;
}
.dropdown-menu-rs-top {
background-color: #080808 !important;
color: #ffffff !important;
}
.dropdown-menu-rs-top a {
background-color: #080808 !important;
color: #ffffff !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
}
div.rs-modal-gal-sm div {
border: 1px solid #000;
width: 45%;
float: left;
display: inline-block;
margin: 0px 0px 5px 5px; 
}
.rs-col-padding {
	margin: 0 !important;
	padding: 0px 0px 5px 5px !important; 
}
.modal-title{
	color: #449D44;
}
.modal-rs-foto {
	position: relative;
	margin-bottom: 5px;
}
.modal-rs-fotomenu {
	position: absolute;
	right: 10px;
	bottom: 10px; 
    opacity: 0.35 !important;
    -moz-opacity: 0.35 !important;
    -webkit-opacity: 0.35 !important;
}
.modal-rs-typ {
	margin-left: 0px;
}
.modal-rs-typ img {
	margin-top: -2px;
}
.modal-rs-typ span {
	display: inline-block;
	margin-right: 20px; 
	margin-bottom: 3px;
}
.panel-heading img {
	margin: -5px 0px; 
}
tr.feature-row td {
	vertical-align: middle !important;   
}
td.feature-foto {
	padding: 0 !important; 
	background-color: #f8f8f8; 
}
td.feature-icons {
	text-align: center !important; 
	padding: 0px !important; 
	width: 22px !important; 
}
td.feature-icons img {
	margin-bottom: 1px !important;  
}
td.feature-chevron {
	padding: 3px !important;  
}
td.feature-name a {
	color: #000 !important;
	text-decoration: none !important;  
}
.sidebar-rs-sites-content {
	padding: 12px;
}

.modal-rs-banner {
	display: block;
	width: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rs-stext{
font-size: 12px;
display: none;
}

.btn-default{
	background-color: #eee !important;
}

.btn-default:hover{
	background-color: #ddd !important;
}

/* ------------ RS end -------------- */

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#sidebar {
  width: 450px;
  height: 100%;
  max-width: 100%;
  float: left;
  -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn, .sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.feature-row {
  cursor: pointer;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 38px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
  max-height: 100%;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.navbar-nav a, .navbar-nav a i {
  color: #ffffff !important;
}
.navbar-nav a:hover, .navbar-nav a:hover i {
  color: #ffc180 !important;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
  h3 {
    font-size: 19px
  }
}
@media (max-width: 767px){
  .navbar-nav {
    font-size: 18px;
  }
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
	.dropdown-menu-rs-top a {
		font-size: 18px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}
