body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #8c8c8c; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  padding: 7rem 0; }

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  background: #f3f3f3; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3; 
	}

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.btn {
  border: none;
  border-radius: 4px !important; }
  .btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 15px 20px; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }


				div.gallery {
				    border-radius: 25px;
					border: 2px solid #73AD21;
					  padding: 25px; 
					  width: 150px;
					  height: 195px; 
				}

				div.gallery:hover {
				  border: 3px solid #777;
				}

				div.gallery img {
				  width: 100%;
				  height: auto;

				}

				div.desc {

				  text-align: center;
				  font-size: 13px;
				}

				* {
				  box-sizing: border-box;
				  
				}

				.responsive {
				  padding: 30px 35px;
				  float: left;
				  width: 20%;
				}

				@media only screen and (max-width: 700px) {
				  .responsive {
					width: 20;
					margin: 6px 0;
				  }
				}

				@media only screen and (max-width: 500px) {
				  .responsive {
					width: 100%;
				  }
				}

				.clearfix:after {
				  content: "";
				  display: table;
				  clear: both;
				}

				[type=radio] { 
				  position: absolute;
				  opacity: 0;
				  width: 0;
				  height: 0;
				}


				[type=radio] + img {
				  cursor: pointer;
				}


				[type=radio]:checked + img {
				  outline: 2px solid #f00;
				}
				
									.emoticon input{
						margin:0;padding:0;
						-webkit-appearance:none;
						   -moz-appearance:none;
								appearance:none;
					}
						.sangat-tidak-puas{background-image:url(images/sangat-tidak-puas.png);}
						.tidak-puas{background-image:url(images/tidak-puas.png);}
						.netral{background-image:url(images/netral.png);}
						.puas{background-image:url(images/puas.png);}
						.sangat-puas{background-image:url(images/sangat-puas.png);}

						.emoticon input:active +.emot{opacity: .9;}
						.emoticon input:checked +.emot{
						-webkit-filter: none;
						   -moz-filter: none;
								filter: none;
					}
					.emot{
						cursor:pointer;
						background-size:contain;
						background-repeat:no-repeat;
						display:inline-block;
						width:100px;height:100px;
						-webkit-transition: all 100ms ease-in;
						   -moz-transition: all 100ms ease-in;
								transition: all 100ms ease-in;
						-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
						   -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
								filter: brightness(1.8) grayscale(1) opacity(.7);
					}
					.emot:hover{
						-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
						   -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
								filter: brightness(1.2) grayscale(.5) opacity(.9);
					}

					a:visited{color:#888}
					a{color:#444;text-decoration:none;}
					p{margin-bottom:.3em;}

