.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    margin-bottom: 45px;
    height: 410px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-module:hover, .hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img, .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}
.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
    padding: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 6.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-module .thumbnail .date .day {
    font-size: 16px;
}
.post-module .thumbnail .date .month {
    font-size: 11px;
    text-transform: uppercase;
}
.post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 12px 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 26px;
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}
.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}
.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}
.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}
.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}
.container .column {
    /*width: 50%;*/
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.container .info span {
    color: #666666;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #e74c3c;
}
.logo a img {
    height: 75px;
}
.bar-hero .container {
    padding: 20px 0;
}
.bar-hero {
    background-color: #008400;
}
.bar-hero .container p, .bar-hero .container small, .bar-hero .container h3 {
    color: #fff;
}
.bar-hero .container h3 {
    margin-bottom: 0px;
}
.bar-hero .container small {
    margin-bottom: 10px;
}
.bar-hero .container a {
    background-color: transparent!important;
    border: 2px solid #fff;
    color: #fff;
}
.bar-hero .container a:hover {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #008400;
}
.col-md-7.col-sm-8.post h4, .col-md-7.col-sm-8.post p, .col-md-3.col-sm-3.post p {
    margin-bottom: 7px;
}
.page-header>.register-title {
    margin: 20px 0;
}
.fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.fixed-bottom.footer .container:last-child {
    padding-top: 25px!important;
}
.fixed-bottom.footer .foorow-3 {
    padding-bottom: 25px!important;
}
.no-padding-left {
    padding-left: 0;
}
/*// Menu*/

.menux {
    -webkit-filter: url("#shadowed-goo");
    filter: url("#shadowed-goo");
    -webkit-transform: scale(.7, .7);
    transform: scale(.7, .7);
}
/*.navbar-burger{
  position: absolute;
  right: 20px;
  bottom: 0;
}*/

.menu-item, .menu-open-button {
    background: #1f8d1f;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    position: absolute;
    top: 20px;
    color: white;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.menu-open {
    display: none!important;
}
.hamburger {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}
.hamburger-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hamburger-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}
.menu-open:checked+.menu-open-button .hamburger-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked+.menu-open-button .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked+.menu-open-button .hamburger-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menux {
    position: absolute;
    right: -72px;
    bottom: 62px;
    width: 650px;
    height: 150px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
}
.menu-item:nth-child(3) {
    transition-duration: 180ms;
}
.menu-item:nth-child(4) {
    transition-duration: 180ms;
}
.menu-item:nth-child(5) {
    transition-duration: 180ms;
}
.menu-item:nth-child(6) {
    transition-duration: 180ms;
}
nav a.menu-item {
    color: #fff!important;
}
nav a.menu-item:hover {
    background: white;
    color: #007700!important;
}
.menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}
.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked+.menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked~.menu-item {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 170ms;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 250ms;
    -webkit-transform: translate3d(160px, 0, 0);
    transform: translate3d(160px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 330ms;
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}
.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 410ms;
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}
form legend {
    margin: 40px 0;
    line-height: 2.5;
    font-weight: 500;
    text-align: center;
}
ul.tags {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.tags li {
    float: left;
    padding-left: 0!important;
}
.tag-item {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 14px;
}
.tag-item::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag-item::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag-item:hover {
    background-color: crimson;
    color: white;
}
.tag-item:hover::after {
    border-left-color: crimson;
}
.sending-msg {
    display: none;
    line-height: 46px;
}
.navbar-nav .dropdown-menu li.active a {
    color: #fff;
}
.validation-error-label, .validation-valid-label {
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
    color: #f44336;
    position: relative;
    padding-left: 26px
}
.validation-valid-label {
    color: #4caf50
}
.validation-error-label:before, .validation-valid-label:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px
}
.validation-error-label:empty, .validation-valid-label:empty {
    display: none
}
.validation-error-label:before {
    content: '\f071'
}
.validation-valid-label:before {
    content: '\f058'
}
.table.table-nilai>tbody>tr>td {
    padding: 10px 20px;
    vertical-align: middle;
}
.table.table-nilai>thead>tr>th {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}


.btn-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    color:#FFF!important;
    border-radius:50px;
    text-align:center;
    /*box-shadow: 2px 2px 3px #999;*/
    font-size: 26px;
    z-index: 99
}

.btn-float.btn-whatsapp{
    background-color:#4ec25a;
    right:40px;
}
.btn-float.btn-facebook{
    right:100px;
    background-color:#3b5998;
}

.btn-float.btn-twitter{
    background-color:#55acee;
    right:160px;
}

.btn-float.btn-youtube{
    background-color:#bb0000;
    right:220px;
}

.btn-my-float{
    margin-top:18px;
}

.reminder-marquee {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    position: relative;
    margin-bottom: 0;
    background-color: rgba(255,255,255, .75);
}
/* Make it a marquee */

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
}
.marquee:hover {
    animation-play-state: paused
}
/* Make it move */

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}
/* Make it pretty */

.microsoft {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
/* ::before was :before before ::before was ::before - kthx */

.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em;
    left: -1em;
    width: .5em;
    height: .5em;
    box-shadow: 1.0em 1.25em 0 #F65314, 1.6em 1.25em 0 #7CBB00, 1.0em 1.85em 0 #00A1F1, 1.6em 1.85em 0 #FFBB00;
}
.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    background-image: linear-gradient(left, white 70%, rgba(255, 255, 255, 0));
}
/* Style the links */

.microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
    display: initial;
}
.microsoft a:hover {
    color: #F65314;
}

.overlay.color-bg::after {
    background-color: #0e7a00;
    background-image: url('images/pattern-17.png');
    opacity: 1;
}

.button-effect {
  padding: 30px 0px;
}
.button-effect h2 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  margin-bottom: 40px;
}
.button-effect a {
  margin-right: 17px!important;
  margin-bottom: 0 !important;
  color: #fff;
}
.button-effect a.bg-purple {
  background-color: #541388;
}
.button-effect a.bg-pink {
  background-color: #D90368;
}
.button-effect a.bg-green {
  background-color: #104547;
}
.button-effect a.bg-brown {
  background-color: #4F000B;
}
.button-effect a.bg-orange {
  background-color: #F28123;
}
/*.button-effect a:last-child {
  margin-right: 0px;
}*/

/* button styles !!!YOU NEED THEM
!!!ALSO YOU NEED TO ADD FONTWESOME */
a.effect {
  text-align: center;
  display: inline-block!important;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  font-family: 'Roboto', sans-serif;
  /* put your font-family */
  font-size: 18px;
  padding: 20px 0px;
  width: 150px;
  border-radius: 6px;
  overflow: hidden;
}


/* effect-5 styles */
.effect.effect-5 {
  transition: all 0.2s linear 0s;
}
.effect.effect-5:before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
  text-indent: 30px;
}
.effect.effect-5:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  text-indent: 0;
}
