hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar-toggler {
  cursor: pointer;
  border-color: #29166f !important;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.navbar-toggler-icon-fa {
  color: #29166f;
}

.navbar-collapse {
  margin-left: 5px;
}
.nav-item, .dropdown-item {
  font-weight: 600;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #e4e5e6;
}

.carousel-item {
  height: 65vh;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}

.carousel-caption {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
}

.portfolio-item {
  padding-bottom: 30px;
}

.bg-light {
  background-color: #eee !important;
  padding: 0px;
}

.bottom-line {
  background-image: url(../images/page/bottom.jpg);
  width: 100%;
  height: 9px;
  margin: 0px;
  padding: 0px;
}

.hide {
	display: none;
	visibility: hidden;
}

.text-grey {
  color: #646566;
}

.img-team {
  margin: 20px;
  max-width: 100%;
}

#cookie-toast {
	position: fixed;
	top: auto;
	right: 20;
	left: 20;
	bottom: 20;
}

#cookie-toast > .modal-dialog > .modal-content {
	border: 1px solid #00bcd4 !important;
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	border-radius: 6px;
	color: #fff !important;
	background-color: #222 !important;
}
