:root {
  --jumbotron-padding-y: 3rem;
}

html {
  scroll-behavior: smooth;
}

input:placeholder {
  color: #777!important;
}

input::placeholder {
  color: #777!important;
}

textarea:placeholder {
  color: #777!important;
}

textarea::placeholder {
  color: #777!important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px!important;
  }
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: 0;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.love_footer {
  color: #ff5f00;
  font-size: 25px;
  position: relative;
  top: 4px;
  padding: 0 2px;
  padding-left: 2px;
}

footer {
  padding: 10px 0 13px 0!important;
  background: #00244f;
  border-top: 3px solid #ff5f00;
  color: #fff!important;
}

.ft_left {
  position: relative;
  left: 15px
}

.back_to_top {
  position: relative;
  top: 10px;
  color: #ff5000;
  right: 15px;
}

.back_to_top:hover {
  position: relative;
  top: 10px;
  color: #ff5000;
  text-decoration: underline!important;
}

.line_1_text {
  padding-top: 15px;
  font-size: 18px;
  max-width: 1020px;
  margin: 0 auto;
}

.line_2_text {
  color: var(--red);
  margin-top: 25px;
  font-weight: 400;
  font-size: 22px;
}

#ls_container {
  padding: 40px 15px;
}

#ls_left {
  padding: 15px 0;
  background-color: #000;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#ls_right {
  padding: 0;
  background-color: #fff;
  color: #333;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #dae0e5;
  border-left: none;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1);
    padding-bottom: calc(var(--jumbotron-padding-y) * 1);
  }
}

.fw-500 {
  font-weight: 500;
  font-size: 35px;
}

#ls_left img {
  max-width: 100%;
  border-radius: 6px;
}

.gallery.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gallery-list.col-md-12,
.gallery-list.col-md-6,
.gallery-list.col-md-4,
.gallery-list.col-md-3,
.gallery-list.col-md-2,
.gallery-list.col-md-1 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.image-grid {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.image-grid img {
  width: 100%;
  height: auto;
  transform: scale(3);
}

.image-grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.image-grid:hover>img,
.image-grid.hover>img {
  opacity: 0.1;
}

.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-modal-image {
  max-width: 100%;
}

.modal-body {
  padding: 0;
}

.modal-open .modal {
  background-color: transparent;
}

@media (max-width: 992px) {
  .modal-open .modal {
    padding-top: 100px;
  }
  .image-grid {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .gallery.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-list.col-md-12,
  .gallery-list.col-md-6,
  .gallery-list.col-md-4,
  .gallery-list.col-md-3,
  .gallery-list.col-md-2,
  .gallery-list.col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-row.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-row.row.pdtb-40 {
    padding-top: 10px;
  }
  .horizontal-nav {
    margin-bottom: 0;
  }
  .modal-open .modal {
    padding-top: 30vh;
  }
}

.center_cll {
  margin-top: auto;
  margin-bottom: auto;
}

.cll_1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 18px;
}

.countdown {
  margin-bottom: 50px;
  color: var(--red);
  font-weight: 400;
  font-size: 18px;
}

.cll_2 {
  color: #dedede;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 35px;
}

.new_a_line {
  display: block;
}

.cll_3 {
  margin-top: 35px;
}

.msb_1 {
  color: #333333;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}

.msb_2 {
  color: #666;
  background-color: #f6f6f6;
  margin-left: 10px;
  border-radius: 4px;
  font-weight: 400;
  padding: 3px 10px;
  font-size: 11px;
}

.msb_2b {
    color: #999;
    margin-left: 5px;
    font-weight: 200;
    padding: 3px 10px;
    font-size: 11px;
    border: none;
}

.msb_3 {
  color: #6c757d;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.message_box {
  padding: 15px 50px 5px 50px;
  text-align: left;
}

.scroll_msg_box {
  width: 100%;
  height: 355px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}

.smb_offline {
  height: 425px!important;
}

#sign_btn {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 15px;
}

.sbtn_container {
  padding: 0 50px;
  background: #eaeaea;
}

.form-control:focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.02) inset!important;
  border-color: var(--secondary)!important;
}

.fw-400 {
  font-weight: 400;
}

.swal2-popup {
  width: 25em!important;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #333!important;
  font-size: 1.5em!important;
  font-weight: 400!important;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.current_prepend {
  background-color: #e3f1e6!important;
}

.current_prepend .msb_3 {
  border-bottom: none!important;
}

.gb_label {
  color: var(--gray-dark);
  margin: 0;
  padding-bottom: 9px;
  font-size: 14px;
}

.label_required {
  color: var(--red);
  font-size: 15px;
  font-weight: 300;
  position: relative;
  left: 2px;
  bottom: 1px;
}

#ls_left_live {
  padding: 0;
  background-color: #000;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.adm_1 {
  border: 1px solid #a0a8af;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fbfbfb;
  color: #666;
  width: 100%;
}

.adm_2 {
  font-weight: 500;
}

.adm_3 {
  text-align: right;
  float: right;
  color: #fff;
  background-color: #f00;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  border-radius: 6px;
  padding: 5px 10px;
  position: relative;
  bottom: 1px;
}

.adm_3:hover {
  background-color: #dc3545!important;
  cursor: pointer;
}

#start_live {
  background-color: var(--green);
}

#start_live:hover {
  background-color: var(--teal)!important;
}

#end_live {
  background-color: #f00;
}

#end_live:hover {
  background-color: #dc3545;
}

#nav_gallery {
  border: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  float: unset;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative;
}

#nav_gallery li {
  display: contents;
}

#nav_gallery li a {
  margin: 10px 10px;
}

.tab-img-content {
  min-height: 500px;
  display: inline-block;
  width: 100%;
}

.nav li a:hover,
.nav li a:focus {
  background-color: #00688e !important;
  background-image: none !important;
  border-color: #005f81 #005f81 #00394e !important;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%!important;
  }
  #ls_left {
    width: 100%!important;
    max-width: 100%!important;
    flex: unset!important;
    margin-bottom: 30px;
    border-radius: 6px;
  }
  .smb_offline {
    height: 550px!important;
  }
  #ls_right {
    border-radius: 6px;
    border: 1px solid #dae0e5!important;
  }
  #ls_left_live {
    margin-bottom: 30px;
    border-radius: 6px!important;
  }
  .embed-container {
    border-radius: 6px!important;
  }
  .row-demo {
    padding: 15px 0!important;
  }
}

@media screen and (max-width: 768px) {
  #lft_ibox {
    display: none!important;
  }
  #rgh_ibox {
    width: 100%!important;
    flex: unset;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mt-this-r {
    margin-top: 45px;
  }
  .no_mbl {
    display: none;
  }
  .sbtn_container {
    padding: 0 15px!important;
}
.message_box {
    padding: 15px 15px 5px 15px!important;
}
.msb_1bb {
  display: block!important;
  margin-bottom: 5px;
}
.msb_2 {
  margin-left: 0;
}
#nav_gallery {
  padding-left: 15px;
  padding-right: 15px;
}

#nav_gallery li a {
    margin: 10px 0px;
    width: 100%;
}

}


.masonry-column {
    transition-property: none!important;
    transition-duration: 0s!important;
    transition-delay: 0s!important;
    text-align: center;
}