a {
    text-decoration: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#cssmenu {
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 0px;
  width: auto;
  border-color: transparent;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  float: center;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid transparent;
  color: #fff;
  padding: 12px 20px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  border-right: 1px solid;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: transparent;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid transparent;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #cccccc;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: transparent;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#cssmenu ul li > ul {
  width: 200px;
}
#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
    background: -moz-linear-gradient(134deg, #FFFF00 0%, #808000 50%, #FFFF00 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFF00), color-stop(50%, #808000), color-stop(100%, #FFFF00)); /* safari4+,chrome */
	background: -webkit-linear-gradient(134deg, #FFFF00 0%, #808000 50%, #FFFF00 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(134deg, #FFFF00 0%, #808000 50%, #FFFF00 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(134deg, #FFFF00 0%, #808000 50%, #FFFF00 100%); /* ie10+ */
	background: linear-gradient(316deg, #5d1802c7 0%, #713300 50%, #4e2e00e6 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#FFFF00',GradientType=0 ); /* ie6-9 */
}
#cssmenu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid transparent;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-biru {
    background: #0097fb;
    background: -moz-linear-gradient(top, #0097fb 0%, #006bb3 97%, #0082d9 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097fb), color-stop(97%,#006bb3), color-stop(97%,#0082d9));
    background: -webkit-linear-gradient(top, #0097fb 0%,#006bb3 97%,#0082d9 97%);
    background: linear-gradient(to bottom, #0097fb 0%,#006bb3 97%,#0082d9 97%);
    position: relative;
    border-bottom: 5px solid #003f8d;
    border-radius: 5px;
    outline: none;
    text-decoration: none !important;
    font-family: Georgia;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    text-shadow: #333 0 -1px 1px;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
}

.btn-biru:focus,.btn-biru:hover,.btn-biru:active{
	background:#0097fb;
	background:-moz-linear-gradient(top,  #0097fb 0%, #006bb3 97%, #0082d9 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097fb), color-stop(97%,#006bb3), color-stop(97%,#0082d9));
	background:-webkit-linear-gradient(top,  #0097fb 0%,#006bb3 97%,#0082d9 97%);
	background:linear-gradient(to bottom,  #0097fb 0%,#006bb3 97%,#0082d9 97%);
	top:2px;border-bottom:3px solid #003f8d;box-shadow:#333 0 3px 4px -4px;color:#FFF !important;margin-bottom:2px
}

.btn-merah {
    background: #fb0000;
    background: -moz-linear-gradient(top, #fb0000 0%, #b30000 97%, #d90000 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
    background: -webkit-linear-gradient(top, #fb0000 0%,#b30000 97%,#d90000 97%);
    background: linear-gradient(to bottom, #555555 0%,#000000 97%,#1b1b1b 97%);
    position: relative;
    border-bottom: 5px solid #2f150d;
    border-radius: 5px;
    outline: none;
    font-family: Georgia;
    font-size: 20px;
    text-decoration: none !important;
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    text-shadow: #333 0 -1px 1px;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
}
.bluezonex2 {
      background: #051c00;
    background: -moz-linear-gradient(-45deg, #051c00 0%, #007200 25%, #007200 75%, #051c00 100%);
    background: -webkit-linear-gradient(-45deg, #051c00 0%,#007200 25%,#007200 75%,#051c00 100%);
    background: linear-gradient(135deg, #000000 10%,#282525 35%,#282525 65%,#000000 90%);
  text-indent:0;
  border:1px solid #000;
  display:inline-block;
  color:#fff;
  font-family:Arial;
  padding: 10px 3px;
  font-size:17px;
  font-weight:bolder;
  font-style:normal;
  height:auto;
  line-height:20px;
  width:100%;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #000;
}
.bluezonex2:hover {
  background: #007200;
background: -moz-linear-gradient(-45deg, #007200 0%, #051c00 26%, #051c00 75%, #007200 99%);
background: -webkit-linear-gradient(-45deg, #007200 0%,#051c00 26%,#051c00 75%,#007200 99%);
background: linear-gradient(105deg, #1d1d1d 10%,#000000 35%,#000000 65%,#3a3a3a 90%);
    color: #007bff;
    text-shadow: 0px 3px 3px 
}
.bluezonex:active {
  position:relative;
  top:1px;
}
.btn-merah:focus,.btn-merah:hover,.btn-merah:active{
	background:#fb0000;
	background:-moz-linear-gradient(top,  #fb0000 0%, #b30000 97%, #d90000 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
	background:-webkit-linear-gradient(top,  #fb0000 0%,#b30000 97%,#d90000 97%);
	background:linear-gradient(to bottom, #555555 0%,#000000 97%,#1b1b1b 97%);
	top:2px;border-bottom:3px solid #2f150d;box-shadow:#333 0 3px 4px -4px;color:#FFF !important;margin-bottom:2px
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-merah2 {
    background: #fb0000;
    background: -moz-linear-gradient(top, #fb0000 0%, #b30000 97%, #d90000 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
    background: -webkit-linear-gradient(top, #fb0000 0%,#b30000 97%,#d90000 97%);
    background: linear-gradient(to bottom, #fb0000 0%,#b30000 97%,#d90000 97%);
    position: relative;
    border-bottom: 5px solid #8d0000;
    border-radius: 5px;
    outline: none;
    font-family: Georgia;
    font-size: 20px;
    text-decoration: none !important;
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    text-shadow: #333 0 -1px 1px;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
    animation: blur3 .7s ease-out infinite;

}
.btn-merah2:focus,.btn-merah2:hover,.btn-merah2:active{
	background:#fb0000;
	background:-moz-linear-gradient(top,  #fb0000 0%, #b30000 97%, #d90000 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
	background:-webkit-linear-gradient(top,  #fb0000 0%,#b30000 97%,#d90000 97%);
	background:linear-gradient(to bottom,  #fb0000 0%,#b30000 97%,#d90000 97%);
	top:2px;border-bottom:3px solid #8d0000;box-shadow:#333 0 3px 4px -4px;color:#FFF !important;margin-bottom:2px
}
.btn-biru2 {
    background: #0097fb;
    background: -moz-linear-gradient(top, #0097fb 0%, #006bb3 97%, #0082d9 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097fb), color-stop(97%,#006bb3), color-stop(97%,#0082d9));
    background: -webkit-linear-gradient(top, #0097fb 0%,#006bb3 97%,#0082d9 97%);
    background: linear-gradient(to bottom, #0097fb 0%,#006bb3 97%,#0082d9 97%);
    position: relative;
    border-bottom: 5px solid #003f8d;
    border-radius: 5px;
    outline: none;
    text-decoration: none !important;
    font-family: Georgia;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    text-shadow: #333 0 -1px 1px;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
    animation: blur3 .7s ease-out infinite;

}

.btn-biru2:focus,.btn-biru2:hover,.btn-biru2:active{
	background:#0097fb;
	background:-moz-linear-gradient(top,  #0097fb 0%, #006bb3 97%, #0082d9 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097fb), color-stop(97%,#006bb3), color-stop(97%,#0082d9));
	background:-webkit-linear-gradient(top,  #0097fb 0%,#006bb3 97%,#0082d9 97%);
	background:linear-gradient(to bottom,  #0097fb 0%,#006bb3 97%,#0082d9 97%);
	top:2px;border-bottom:3px solid #003f8d;box-shadow:#333 0 3px 4px -4px;color:#FFF !important;margin-bottom:2px
}
@keyframes blur3{
  from{
      text-shadow:0px 0px 10px white,
      0px 0px 5px white,
      0px 0px 12px white,
      0px 0px 12px white,
      0px 0px 12px white;}
}