.dropdown {
  margin: 0 auto;
  margin-bottom: 50px;
  border: 1px solid lightgray;
}

.movietitle {
  font-size: 12px;
}

.list-group-item {
  text-align: center;
  background: black;
}

i.fa.fa-whatsapp.sharesocial {
  margin: 10px !important;
}

i.fa.fa-twitter.sharesocial {
  margin: 10px !important;
}

i.fa.fa-facebook.sharesocial {
  margin: 10px !important;
}

p {
  margin-bottom: 1rem;
  font-size: 14px;
  margin-bottom: 40px;
}

.col-sm-2 {
  flex: 1 0 17.666667%;
  max-width: 20.666667%;
  padding: 1px;
}

.container.desktopmenu {
  max-width: 1320px;
  background: black;
  max-height: 590px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: serif;
  font-weight: 600;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 30;
  right: 0;
  background-color: #008cba;
  overflow: hidden;
  width: 100%;
  height: 30%;
  transition: 0.5s ease;
}
.hoverabletitle {
  color: white;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  letter-spacing: 1px;
}

.something {
  position: relative;
}

.textA {
  display: none;
  color: white;
  text-align: center;
  position: absolute;
  display: none;
  width: 100%;
  height: 40%;
  top: 60%;
  line-height: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.textB {
  margin: -40px auto;
  background: red;
  width: 100px;
  height: 20px;
  display: none;
  color: white;
  text-align: center;
}

.showMe {
  display: block;
}

@media (min-width: 769px) {
  .desktopmenu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .desktopmenu {
    display: none;
  }
}

h1 {
  font-size: 25px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .mobilemenu {
    display: none;
  }
}

@media screen and (max-device-width: 768px) {
  .mobilemenu {
    display: block;
    max-height: 500px;
    overflow-y: auto;
    background-color: black;
  }
}

a {
  text-decoration: none;
}
.label {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

p {
  font-size: 14px !important;
  margin-bottom: 50px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 10px;
  color: black;
  line-height: 1rem;
}

.grayimg {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}

.grayimg:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

h3 {
  font-size: 18px !important;
  color: black;
  margin-top: 10px;
}

@media screen and (max-device-width: 768px) {
  h3 {
    font-size: 18px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 45px !important;
  }
}

.img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.panel-heading {
  background-color: #e5dabc;
  color: black;
  border-color: white;
  font-size: 25px;
  font-family: "Gothic A1";
  text-align: center;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */

/* Remove the jumbotron's default bottom margin */
.jumbotron {
  margin-bottom: 0;
}

.navbar-nav {
  text-align: center !important;
  padding: 10px;
}

.pgbackground {
  padding-bottom: 30px;
}

/* logos */

.bg-dark {
  height: auto;
  background-color: white !important;
  box-shadow: 1px 1px 1px 1px lightgrey;
}

.navbar {
  margin-bottom: 50px;
  border-radius: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1030;
}

li.nav-item {
  font-family: Big Caslon, serif !important;
  font-size: 20px;
  color: #f1f1f1;
  margin-top: 10px;
}

body {
  background-color: white;
  margin-top: 55px;
  margin-bottom: 80px;
}

.navbar-dark .navbar-brand {
  color: #fff;
  float: right;
  text-align: center;
  margin: 0 auto;
  margin-left: -10%;
  margin-right: 0;
  margin-top: -10px;
}

.navbar-brand {
  margin: 0 auto;
  float: right;
  width: 55%;
  margin-top: -20px;
  padding-top: 0px;
}

@media (min-width: 769px) {
  .mobilebanner {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .desktopbanner {
    display: none;
  }
}

.mobilelogo {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobilelogo {
    display: block;
    margin-left: -10px;
    /* margin-top:-15px; */
  }
}

ul {
  list-style: none;
  display: inline-block;
}

#product-list {
  display: block;
}

@media (min-width: 769px) {
  .desktoplogo {
    display: block;
    margin-left: 0%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .desktoplogo {
    display: none;
    margin-left: 0%;
    margin-right: 0px;
  }
}

@media screen and (max-device-width: 768px) {
  img.fc5logo {
    margin-right: 0px;
    margin-top: -20px !important;
    height: 45px !important;
  }
}

.navbar-dark .navbar-toggler {
  color: black;
  background-color: lightgrey;
}

.sharesocial {
  color: black;
}

#product-list {
  display: block;
  padding: 0;
}

ul#filter-options {
  background-color: rgb(30, 30, 30);
  color: white;
  z-index: 1;
  padding: 10px;
}

ul#filter-options_2 {
  background-color: rgb(30, 30, 30);
  color: white;
  z-index: 1;
  padding: 10px;
}
button#menu1 {
  background: black;
  color: white;
}
