body {
  color: #999;
  background-color: #333;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  overflow: auto;
}

::-webkit-scrollbar {
  display: none; // Safari and Chrome
  width: 0px;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

.header {
  background: url('../img/charleston-banner.jpg') no-repeat bottom;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.navbar-default {
  background-color: rgba(0,0,0,0.8);
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

.navbar-brand {
  font-size: 36px;
  font-family: 'Satisfy', cursive;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fffde0;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fffde0;
  background-color: transparent;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(50, 60, 70, 0.9);
	}
}

.top-nav-collapse {
  padding: 0;
  background: rgba(50, 60, 70, 0.9);
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.1);
  min-height: 100vh;
}

.navbar-border {}

.banner-text {
  font-family: 'Marck Script', cursive;
  padding: 15px 40px;
  color: #fff;
  margin-top: 170px;
  font-size: 30px;
}

.banner-text h2 span {
  font-family: 'Satisfy', cursive;
}

.overlay-detail {
  margin: 0 auto;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 150px;
  left: 50%;
  margin-left: -20px;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 50%;
}

.overlay-detail .countdown {
  font-family: 'Marck Script', cursive;
  color: white;
  font-size: 24px;
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  background-color: rgba(10, 10, 10, 0.5);
}

.deco {
  font-family: 'Satisfy', cursive;
}

#photoGallery {
  margin-top: 10px;
}

.section-padding {
  padding: 60px 0px;
}

.title {
  font-size: 24px;
  margin-bottom: 50px;
}

.title-text {
  padding: 0px 25px 0px 0px;
  border-right: 5px solid #BE2525;
  font-size: 24px;
  color: #888;
}

.photo-text p {
  color: #888;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid RGBA(0, 0, 0, 0.18);
}

footer {
  padding: 40px 0;
  background: #222;
}

.footer a {
  color: #BE2525;
}

.footer__navigation li, .social-list li {
  display: inline-block;
}

.contact-sec h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
}

.footer__navigation li a {
  display: inline-block;
  color: #767676;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-size: 1.2em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: 1.625em;
  padding-right: 10px;
}

.carousel-info, blockquote {
  float: left;
}

.social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .5;
  display: inline-block;
  margin: 0;
}

.social-list li a {
  font-size: 28px;
  margin-right: 15px;
}

.type-underline, .type-underline:hover {
  color: #767676;
}

.footer__lower {
  margin-top: 3.25em;
}

.type--fine-print {
  color: #767676;
}

.navbar-toggle {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.navbar-nav>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-brand {
  margin-top: 9px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.btn-padding-sm {
  padding: 5px 10px 5px 2px !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.text .label-padding-sm {
  text-align: left;
  padding: 1px 3px;
  margin-right: 2px;
  font-size: 20px;
  font-weight: bolder;
  width: 100%;
  height: 32px;
  line-height: 30px;
  display: block;
}

.filter-option .label-padding-sm {
  padding: 5px 3px;
  line-height: 30px;
  height: 30px;
  margin-right: 1px;
  font-size: 20px;
  font-weight: bolder;
}

.filter-option .check-container {
  display: none;
}

#photoSearch .dropdown-menu.open {
  background-color: rgba(80,80,80,0.7);
}

#photoSearch .dropdown-menu.inner, li a {
  background: transparent !important;
  line-height: 1.8 !important;
  padding-top: 3px !important;
}

#photoSearch .filter-option-inner-inner {
  text-align: center !important;
  padding-top: 5px;
}

#photoSearch .glyphicon {
  border-radius: 50%;
  padding: 2px;
  margin-top: 0;
  left: 25px;
  top: 6px;
  right: auto !important;
  height: 26px;
  width: 26px;
  line-height: 23px;
  text-align: center;
  background-color: rgba(100,100,100,0.3);
  color: white;
}

#photoSearch .actions-btn {
  font-size: 18px !important;
}

#photoSearch span.text {
  margin: 0 !important;
  width: 100%;
}

#photoSearch .check-container {
  height: 28px;
  width: 28px;
  float: left;
  background-color: darkslategrey;
  border: 1px solid darkgray;
  border-radius: 50%;
  margin: 1px;
  margin-right: 5px;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 551px) and (max-width: 980px) {
  .title-text {
    margin-bottom: 15px;
  }
}

@media (min-width: 100px) and (max-width: 550px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .carousel-info {
    margin-bottom: 30px;
  }
  .type--fine-print {
    text-align: center;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .social-list {
    margin-bottom: 15px;
  }
  .banner-text h2, .banner-text p {
    font-size: 30px;
  }
  .title-text {
    margin-bottom: 15px;
  }
}

.filepond--credits {
  display:none;
}
