 @media(min-width:768px){
	#wrapper-menu-atas{
    margin-top:15px;
  }
	.carousel-caption{
    margin-bottom:20px;
    line-height:1.4;
  }
}
@media(max-width:768px){
	#wrapper-menu-atas{
    margin-top:5px;
  }
	.carousel-caption{
    margin-bottom:0;
    line-height:1.4;
  }
}
.page-header:first-child{
	margin-top:0;
}
footer .container .row{
  margin:20px 0;
}
.visible-phone select {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
      .menubawah {
        text-decoration: none;
        color: #000000;
        display: block;
        transition: 0.3s background-color; 
        z-index: 9999;
      }
      .menubawah a:hover {
        background-color: transparent; 
      }
      .glow-on-hover1 {
      width: 40%;
      height: 50px;
      padding: 10px;
      border: none;
      outline: none;
      color: #fff;
      content: '';
      background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
      animation: glowing 20s linear infinite;
      transition: opacity .3s ease-in-out;
      cursor: pointer;
      position: relative;
      background-size: 400%;
      width: calc(90% + 4px);
      height: calc(90% + 4px);
      z-index: 0;
      border-radius: 50px;
      }
      .glow-on-hover1:before {
      content: '';
      background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
      position: absolute;
      top: -2px;
      left:-2px;
      background-size: 400%;
      z-index: -1;
      filter: blur(5px);
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      animation: glowing 20s linear infinite;
      opacity: 0;
      transition: opacity .3s ease-in-out;
      border-radius: 10px;
      }
      .glow-on-hover1:active {
      color: #000
      }
      .glow-on-hover1:active:after {
      background: transparent;
      }
      .glow-on-hover1:hover:before {
      opacity: 1;
      }.glow-on-hover1:after {
      content: '';
      background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
      position: absolute;
      top: -2px;left:-2px;background-size: 400%;z-index: -1;filter: blur(5px);width: calc(100% + 4px);height: calc(100% + 4px);animation: glowing 20s linear infinite;opacity: 0;transition: opacity .3s ease-in-out;border-radius: 10px;
      }
      @keyframes glowing {0% { background-position: 0 0; }50% { background-position: 400% 0; }100% { background-position: 0 0; }}
		