body {
	background-color:#fff;
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav {
	background: none repeat scroll 0 0 rgb(200, 152, 30);
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
	background: url("../img/logo2.jpg");
	background-color:#000;
}
.top-nav a {
	font-size: 1.1em;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #c8981e;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 #000;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(155, 118, 23);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(155, 118, 23);
}
#fourth-block h2 {
	color: #000;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	background: none repeat scroll 0 0 rgba(153, 112, 0, 0.55);
}
#second-block p {
	color: #fff;
font-size:15px;
}
#second-block h5{
	color: #fff;
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: #fff;
}
footer {
	background: none repeat scroll 0 0 #222222;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(200, 152, 30, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #000;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px; 
}


section h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
	font-size: 1.3em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section p {
	font-size: 0.8em;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	padding: 9em 0 5em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 #fff;
	padding: 5em 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 2.5em;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625em;
}
.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
  }
  .top-nav li {
  	line-height: 3em;
  }
  .top-nav .logo {
  	padding: 1.25em;
  }
  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }
}

/*Contact*/

#contact {
    min-height: 650px;
    background: #eeeeee;
    padding: 80px 0;
}

.msg {
    padding-top: 50px;
}
input#name,
input#email {

    margin-bottom: 10px !important;
}

.text_area textarea {
    resize: none;
    width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#subject{
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d4d4d4;
    font-style: italic;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
}
li.fw-flash-message {
    color: red;
    font-size: 4rem;
}
.msg_title h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    color: #222222;
}
.custom-btn {
    padding: 13px 82px;
    background: #43a906;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 2px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    outline: 0 !important;
}
.office {
    padding-top: 50px
}
.office .title h5 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    color: #222222;
}
.office_location i span {
    padding-left: 15px;
    color: #696969;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.office_location i {
    padding-bottom: 15px;
}
.office_location {
    color: #696969;
}
.contact_area h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Roboto Slab', serif;
}
.contact_area p {
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
#map {
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    min-height: 300px;
}



ul{
  list-style: none !important;
}
#produk{
  /*margin :3vh 6.5vw;*/
  width: 100%;
  /*width: 84vw; */
  /*background: #aaa;*/
  /*padding: 5vh 0vh; */
  overflow: hidden;
}
#produk  li{
  /* height: 145vh; setting tinggi bg tea */
  height: auto; /*setting tinggi bg tea */
  width:70vw;
  /*background-image: url("asset/img/1.png");*/
  overflow: hidden;
  /*background: azure;*/
  border : 0px solid grey;
  float: left; 
  align-content: center;
  position: relative;
  margin-right: 3vw;
  margin-bottom: 3vh;
   padding-left: 6vw;
  
}

#produk li a:hover{
  cursor: zoom-in;
}

#produk li img{
  
  /* height:60vh; setting tinggi img tea */
   /* width: 63vw; */
   display: block;
   height: auto;
   width: auto;
   max-width: 100%;
}

#produk li  span{
  display: block;
  width: 18vw;
  height: 60vh;
  opacity: 0;
  position: absolute;
  top: 60vh;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  transition: 0.8s;
}


#produk li a:hover span{
  opacity: 1;
  top: 0;
}

.clear{
  clear: both;
}


.overlay{
  position: fixed;
  width: 0 ;
  height: 0;
  top: 0;
  overflow: hidden;
  left: 0;
  background-color: rgba(0,0,0,0);
  z-index: 9999;
  transition: 1s;
}

.overlay:target{
  width: auto;
  height: auto;
  bottom:0;
  right: 0;
  background-color: rgba(0,0,0,.85);
}

.overlay img{
  margin-top: 10vh;
  margin-left: 10vw;
  height: 55vh !important;
  width: 30vw !important;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0,0,0,1);
  /*transition: 2s;*/
  float: left;
}

.overlay:target img{
  animation: zoomDanFade 1s;
}
.overlay:target .keterangan{
  animation: zoomDanFade 2s;
}

.overlay .keterangan {
  margin-top: 10vh;
  margin-left: 3vw;
  height: 55vh !important;
  width: 45vw !important;
  border-radius: 5px;
  background: white;
  float: left;
  transition: 3s;
  overflow: auto;
}

.overlay .keterangan .container{
  height: 55vh !important;
  width: 40vw !important;
}

.overlay .keterangan .container h4{
  font-size: 1.8em;
  margin-left: 1vw;
  margin-top: 3vh;
  color: #39294c;
}

.overlay .keterangan .container p{
  font-size: 1.2em;
  margin-top: 5vh;
  color: #39294c;
}

.overlay .keterangan .container h5{
  font-size: 2em;
  margin-left: 1vw;
  margin-top: 5vh;
  color: #d8231a;
}

.overlay .keterangan .container h5.ukur{
  font-size: 1.3em !important;
  margin-left: 1vw !important;
  margin-top: 5vh !important;
  color: #7691bc !important;
}

.overlay .keterangan .container .btn-success{
  font-size: 1.2em;
  margin-left: 1vw;
  margin-top: 5vh;
}

.overlay .keterangan .container .form-group{
  margin-left: 1vw;
  margin-top: 3vh;
  padding-right: 20vw;
}

.overlay .keterangan .container .btn-info{
  margin-left: 20vw;
  margin-top: 3vh;
  font-style: bold;
  font-size: 1.1em;
}
/* setting letak icon close in overlay */
.overlay .close {
  position: absolute !important;
  color: white;
  top: 5vh !important;
  left: 88vw;
  padding: 5px;
  border: 3px solid white;
  border-radius: 50%;
  transition: 4s;
  opacity: 1;
}
.overlay:target .close{
  animation: zoomDanFade 3s;
  color: white;
}


.overlay .close:hover{
  cursor: pointer !important;
  color: red !important;
  /*z-index: 999999;*/
  border: 3px solid red;
}



/*animasi*/
@keyframes zoomDanFade{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    transform: scale(0);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
/*end of produk*/

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


/*Back to Top*/

#back-to-top {
	bottom: 15px;
    right: 15px;
    background: rgba(84, 225, 0, 0.18);
    background: #43a906;
}
#back-to-top:hover {
    color: #fff;
    border-radius: 50%;
}
#back-to-top.show {
    opacity: 1;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding-top:0px;
}



/**/
.parent {
    width: 90%;
    margin: 10px;
    height: 350px;
    border: 1px solid #cca300;
    overflow: hidden;
    position: top;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.bg-one {background-color:#cca300}


/* view blog */
.kopa-carousel-widget {
	overflow:hidden;
	position:relative;
}
/*preloader*/
#preloader{position:fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:99999}
#status{width:200px; height:200px; position:absolute; left:50%; top:50%; background-image:url(images/status.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px}
