html, body {
    background: #DADADA;
    font-family: 'Roboto', sans-serif;
    font-weight:regular;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
/* h6 {
  font-family: 'Roboto', sans-serif;
} */

/* Extra small devices (phones, 600px wide or less) */
@media screen and (max-width: 600px) {
  html, body {
    font-size: 14px;
  }
}
/* Small devices (portrait tablets and large phones, 600px wide or more) */
@media screen and (min-width: 601px) {
  html, body {
    font-size: 15px;
  }
}
/* Medium devices (landscape tablets, 768px wide or more) */
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
/* Large devices (laptops/desktops, 992px wide or more) */
@media only screen and (min-width: 992px) {
  html, body {
    font-size: 17px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px wide or more) */
@media only screen and (min-width: 1200px) {
  html, body {
    font-size: 18px;
  }
}

.navbar-default {
  border: none;
}

ul {
    list-style-position: inside;
    padding: 0;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding-top: 5px; /* Some top padding */
  padding-right: 10px; /* Some right padding */
  padding-bottom: 5px; /* Some bottom padding */
  padding-left: 10px; /* Some left padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 24px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#lightboxCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#lightboxCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#lightboxCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#lightboxCarousel2 .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#lightboxCarousel2 .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#lightboxCarousel2 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#lightboxCarousel3 .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#lightboxCarousel3 .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#lightboxCarousel3 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#lightboxCarousel4 .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#lightboxCarousel4 .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#lightboxCarousel4 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#lightboxCarousel5 .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#lightboxCarousel5 .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#lightboxCarousel5 .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  right: 0px;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}
/* Extra small devices (phones, 600px wide or less) set the social media icons font-size to 14px */
@media screen and (max-width: 600px) {
  .icon-bar a {
    font-size: 14px;
  }
}
/* Small devices (portrait tablets and large phones, 601px wide or more), set the social media icons font-size to 20px */
@media screen and (min-width: 601px) {
  .icon-bar a {
    font-size: 20px;
  }
}
/* Medium devices (landscape tablets, 768px wide or more) */
@media only screen and (min-width: 768px) {
  .icon-bar a {
    font-size: 22px;
  }
}
/* Large devices (laptops/desktops, 992px wide or more) */
@media only screen and (min-width: 992px) {
  .icon-bar a {
    font-size: 23px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px wide or more) */
@media only screen and (min-width: 1200px) {
  .icon-bar a {
    font-size: 24px;
  }
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}
.facebook {
  background: #3B5998;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.instagram {
  background: #C13584;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}

.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}