@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Megrim);
body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF;
}
hr {
	height: 3px;
	background: #00b894;
	border: none;
	outline: none;
	margin: 3em 3em 5em;
	position: relative;
	&:before {
		content: attr(data-symbol);
		position: absolute;
		top: 0;
		left: 50%;
		background: black;
		color: white;
		padding: 0.5em 3em;
		@include transform(translate(-50%, -50%));
	}
}

hr#one {
	width: 50%;
	margin: 3em auto;
}

hr#two {
	@include background-image(linear-gradient(left, black, white));
	&:before {
		left: 90%;
		width: 20%;
		padding: 1em;
		top: 1px;
	}
}

hr#three {
	@include background-image(linear-gradient(left, #3498db, #10d7af, #3498db));
	&:before {
		color: #10d7af;
	}
}

hr#four {
	&:before {
		border: 1px solid #00b894;
	}
}

hr#five {
	&:before {
		font-size: 2em;
		padding: 0.5em 1em;
		font-weight: lighter;
		font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
}

hr#six {
	background: black;
	border-bottom: 1px dashed white;
	&:before {
		border: 1px dashed white;
		border-radius: 20px;
	}
}

hr#seven {
	background: black;
	border-bottom: 1px double white;
	&:before {
		border-left: 1px solid white;
		border-right: 1px solid white
	}
}

hr#eight {
	background: transparent;
	border-bottom: 2px dashed #00b894;
	width: 40%;
	margin: 0 auto;
	&:before {
		top: 3px;
		left: 0;
		padding-right: 2em;
	}
}

hr#nine {
	&:before {
		border: 1px solid white;
		padding: 1em 1.25em;
		border-radius: 50%;
	}
}

.coupon {
	border: 5px dotted #bbb;
	width: 80%;
	border-radius: 15px;
	margin: 0 auto;
	max-width: 600px;
}

.promo {
	background: #ccc;
	padding: 3px;
}

.expire {
	color: red;
}

.carousel slide {
	margin-bottom: 0px;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gambar {
	max-height: 110vh;
}

.carousel-caption {
	bottom: 270px;
}

.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}

.carousel-caption p {
	width: 75%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}

.navbar {
	background-color: #ffffff;
	border-bottom: solid 3px #00b894;
	color:#00b894;

	opacity: 0.9;
}

.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: bold;
}

.navbar-toggler {
	background: #fff;
	font-weight: bold;
}

.navbar-nav {
	text-align: center;
}

.nav-link {
	padding: .2rem 1rem;
}

.nav-link.active,
.nav-link:focus {
	color: #fff;
	font-weight: bold;
}

.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.gbr {
	width: 100px;
	position: absolute;
	left: 77px;
	top: 63px;
	z-index: 5;
}

@media screen and (min-device-width: 481px) and (max-width: 768px) {
	.gbr {
		width: 100px;
		position: absolute;
		left: 15px;
		top: 63px;
		z-index: 5;
	}
}

@media screen and (min-width: 601px) {
	div.example {
		font-size: 40px;
	}
}

@media screen and (max-width: 600px) {
	div.example {
		font-size: 30px;
	}
	div.example2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.carousel {
		max-height: 320px;
	}
}
@media screen and (max-width: 600px) {
	.gambar {
	height: 320px;
	}
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 100%;
	margin: auto;
	text-align: center;
	font-family: arial;
}

.price {
	color: grey;
	font-size: 22px;
}

.card button {
	border: none;
	outline: 0;
	padding: 12px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.card button:hover {
	opacity: 0.7;
}

* {
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}


/* Position the image container (needed to position the left and right arrows) */

.container {
	position: relative;
}


/* Hide the images by default */

.mySlides {
	display: none;
}


/* Add a pointer when hovering over the thumbnail images */

.cursor {
	cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}


/* 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: #00b894;
}


/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}


/* Container for image text */

.caption-container {
	text-align: center;
	background-color: #fff;
	padding: 2px 16px;
	color: #00b894;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}


/* Six columns side by side */

.column {
	float: left;
	width: 16.66%;
}


/* Add a transparency effect for thumnbail images */

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

.preloader-single {
	background: #fff;
	width: 100%;
	height: 350px;
	padding: 20px;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

.preloader .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font: 14px arial;
}

.preloader .loading p {
	font-size: 16px;
	font-weight: bold;
}

#owl-demo .item{
  background: #3fbf79;
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


iframe{
  width: 100%; 
}

  .pengumuman {
	  max-width:30%;
	  height:60px;
	  margin:0;
  }
  
  a {
	  text-decoration:none;
  }
  
.dropdown-item:hover, .dropdown-item:active {
  background-color: #00b894;
  color: white;
}

