body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }


/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }


  .navbar-links {
    list-style-type: none;
    background-color: #fdfff0;
  }
  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 20px 20px;
    font-weight: 700;
    transition: 0.4s all;
  }

  .navbar-links li.navbar-dropdown {
    position: relative;
  }

  .navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .active{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: 5%;
    width: 80%;
    background-color: #fdfff0;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
  }
  .navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }
  .navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
  }
  .navbar-links li a:hover {
    color: #ff3f34;
  }

/* carousel */
  /* images */
   .img {
  display: block;
  margin: 4% auto;
  width:auto;
  height:30%;
  max-height:350px;
}

.figure-legend {
  display : block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
  width: 100%;
  text-align: center;
}

*{
	padding: 0;
	margin: 0;
	outline: 0;
	-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				box-sizing: border-box;
}

svg#bottle-path-container {
  max-width: 100vw;
}
svg#bottle-path-container1 {
  max-width: 100vw;
}

/*top: -50%;
left: 50%;
transform: translate(-50%, -50%); */

.carousel{
  position: relative;
  width: 80%;
  overflow: hidden;
  height:490px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.carousel .item{
	background-size: cover;
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0px;

}
.carousel .item img{
	max-width: 100%;
	line-height: 1;
}
.carousel .item .caption{
	position: absolute;
	right: 15%;
	bottom: 45px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.3);
}
.carousel .indicators{
	position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel .indicators .dot{
	display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px;
  cursor: pointer;
  border-radius: 10px;
  text-indent: -999px;
  border: 1px solid #fff;
  background-color: transparent;
  transition:all 0.3s ease-in-out
}
.carousel .indicators .dot:hover{
	background-color: #fff
}
.carousel .indicators  .active{
	background-color: #fff;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.3);

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

@-webkit-keyframes slideIn {
    100% { left: 0; }
}

@keyframes slideIn {
    100% { left: 0; }
}

.slideInRight {
  left: -100%;
  -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards; /*100% { left: 0; }*/
}

.slideInLeft {
  left: 100%;
  -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards; /*100% { left: 0; }*/
}

@-webkit-keyframes slideOutLeft {
    100% { left: -100%; }
}

@keyframes slideOutLeft {
    100% { left: -100%; }
}

.slideOutLeft {
  -webkit-animation: slideOutLeft 1s forwards;
    animation: slideOutLeft 1s forwards;
}

@-webkit-keyframes slideOutRight {
    100% { left: 100%; }
}

@keyframes slideOutRight {
    100% { left: 100%; }
}

.slideOutRight {
  -webkit-animation: slideOutRight 1s forwards;
    animation: slideOutRight 1s forwards;
}


/* banner images */
.svg-end {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 35rem;*/
  padding: 0;
  /*background: linear-gradient(to bottom, rgba(0, 33, 71, 1) 0%, rgba(255, 255, 255, 0.1) 100%, #000 100%), url("../../static/images/v1.png");*/
  background-color: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 100%;
}

.svg-end {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 35rem;*/
  padding: 0;
  /*background: linear-gradient(to bottom, rgba(0, 33, 71, 1) 0%, rgba(255, 255, 255, 0.1) 100%, #000 100%), url("../../static/images/v1.png");*/
  background-color: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 100%;
}

/* table */
/* .wrapall_table {
    grid-column: 2/3;
}

.tablecont {
    width: 84vw;
    overflow-x: scroll !important;
}

table {
    border: none !important;
    border-collapse: revert !important;
    width: 85% !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

th {
    padding: 5px !important;
    border: none !important;
    background-color: #e1e1e1 !important;
    border-radius: 4px;
    color: #000000 !important;
}


td {
    padding: 5px;
    background-color: #d9d9d9;
    color: #000000;
    border-radius: 4px;
} */

/* video */
.wrapall_video {
    grid-column: 2/3;
    width: 80vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.modal2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid #fff;
  border-radius: 2px;
  z-index: 10;
  background-color: #fdfff0;
  color: #000000;
  width: 650px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: scroll
}

.modal2.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}

.modal-header .title{
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-header .close-button{
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-body{
  padding: 10px 15px;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
  z-index: 2;
}

#overlay.active{
  opacity: 1;
  pointer-events: all;
  
}

/* for a bigger image */
.med-img{
  max-height: 500px;
}

.big-img{
  max-height: 750px;
}

