@charset "UTF-8";
/* Body */
 body { background-image: url("images/LATAR1.jpg");
	color: rgba(0,0,0,0.87); 
	margin: 0; padding: 0; }
	
.judul {
	color: #2e6c80; 
	font-size: 42px; }
.judul1 {
	color: #2e6c80; 
	font-size: 30px; }
.judul2 {
	color: #2e6c80; 
	font-size: 22px; }
.huruf {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;}
 
 
 @media screen {
	 #yayang { background: rgba(240, 240, 240, 0.87) ; max-width: 1200px; margin: 50px auto 0px; padding: 32px 24px 16px; border-top: solid 3px #FFC000; }    
     #yayang, #yayang a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
     #load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
     @media (max-width: 600px) {
       body, #yayang { margin-top: 0; background: rgba(240, 240, 240, 0.87); box-shadow: none; border: none; }  
      }
	  
	 #yayang1 { background: #FFF8DC; max-width: 1200px; margin: 0px auto 0px; padding: 32px 24px 16px; }    
     #yayang1, #yayang1 a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
     #load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
     @media (max-width: 600px) {
       body, #yayang1 { margin-top: 0; box-shadow: none; background: #FFF8DC;}  
      }
		
	 #yayang2 { background: #FFF8DC; max-width: 1200px; margin: 0px auto 0px; padding: 32px 24px 16px; }
	 #yayang2, #yayang2 a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }	
     #load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
     @media (max-width: 600px) {
        body, #yayang2 { margin-top: 0; background: #FFF8DC; box-shadow: none; }    
      }
	  
	 #yayang3 { background: white; max-width: 1200px; margin: 0px auto 0px; padding: 32px 24px 16px; } 
	 #yayang3, #yayang3 a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
     #load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
     @media (max-width: 600px) {
        body, #yayang2 { margin-top: 0; background: white; box-shadow: none; }    
      }
	 
	 #yayang4 { background: rgba(240, 240, 240, 0.87) ; max-width: 1200px; margin: 0px auto 0px; padding: 32px 24px 16px;}    
     #load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
     @media (max-width: 600px) {
       body, #yayang4 { margin-top: 0; background: rgba(240, 240, 240, 0.87); box-shadow: none; border: none; }  
      }
 }

/* dua kolom */
.KOLOMleft {
        float: left;
        width: 50%;
    }
    .KOLOMright {
        float: right;
        width: 50%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .KOLOMgroup:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 600px) {
        .KOLOMleft, .KOLOMright {
            float: none;
            width: auto;
        }
    } 
 
 /* dua kolom */
 .column4 {
  	float: left;
  	width: 25%;
	}
	.row4:after {
  	content: "";
  	display: table;
  	clear: both;
	}
@media screen and (max-width: 600px) {
  	.column4 {
    	width: 100%;
  	}
	}

.KOTAK1 { background: #F0FFFF; margin: 10px; border-bottom: solid 3px #FFC000;
			border-radius: 3px;
		box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
		}

.KOTAK2 { background: rgba(240, 240, 240, 0.87); margin: 10px; border-bottom: solid 3px #FFC000;
			border-radius: 3px;
		box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
		}
			
	
	/* TOMBOL */
.SELENGKAPNYA {
  display: inline-block;
  color: white;
  background-color: rgb(9, 106, 255);
  width: 150px;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.SELENGKAPNYA:hover,
.SELENGKAPNYA:active {
  color: rgb(255,255,255);
  background-color: rgb(255,100,100); /* fallback */
  background-color: rgb(255,100,100);
  border-color: rgb(255,100,100); /* fallback */
  border-color: rgb(255,100,100);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

.CALL {
  display: inline-block;
  width: 170px;
  padding: 5px;
  border-radius: 5px;
  color: white;
  background-color: #2e6c80;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.CALL:hover,
.CALL:active {
  color: rgb(255,255,255);
  background-color: rgb(255,100,100); /* fallback */
  background-color: rgb(255,100,100);
  border-color: rgb(255,100,100); /* fallback */
  border-color: rgb(255,100,100);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

.UNDUH {
  display: inline-block;
  color: white;
  background-color: rgb(9, 106, 255);
  width: 100px;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.UNDUH:hover,
.UNDUH:active {
  color: rgb(255,255,255);
  background-color: rgb(255,100,100); /* fallback */
  background-color: rgb(255,100,100);
  border-color: rgb(255,100,100); /* fallback */
  border-color: rgb(255,100,100);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

.PREMIUM {
  display: inline-block;
  color: white;
  background-color: #FFC000;
  width: 100px;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.PREMIUM:hover,
.PREMIUM:active {
  color: rgb(255,255,255);
  background-color: rgb(255,100,100); /* fallback */
  background-color: rgb(255,100,100);
  border-color: rgb(255,100,100); /* fallback */
  border-color: rgb(255,100,100);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}


.GARIS {
     border-top: solid 1px #FFC000;
     width: 100%;
}

.GARIS1 {
     border-top: solid 5px #FFC000;
     width: 100px;
}

/* COLLAPSABLE */
.KOLAPS {
  background-color: rgb(240,240,240);
  color: black;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  margin: auto;
  border: solid 1px #999999;
  border-radius: 5px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .KOLAPS:hover {
  background-color: #2e6c80; color: white;
}

.KOLAPS:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
 
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .5s ease;}
.zoom:hover img {transform: scale(1.2);}

.OVAL { border-radius: 5px;}
.OVAL1 { border-radius: 5px; border: 1px solid blue;}
 
 .faukal {
   border-left: 4px solid #FFC000;
   padding:10px;
   background:rgb(240,240,240);
   color: #2e6c80; 
   font-size: 22px;
   margin-left:10px;
   margin-right:10px;
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
}

.box1 {
   border-left: 4px solid #FFC000;
   padding:10px;
   background:rgba(105, 105, 105, 0.87);
   color: white; 
   margin-left:10px;
   margin-right:10px;
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
}
.box2 {
   Width: 250px;
   padding:10px;
   background:#FFC000;
   color: white; 
   font-size: 22px;  
}

.BorderGambar {
	box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
}











 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #5D5E5D;
	border-bottom: 1px solid #353635;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 0px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60px;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
