.t3-footer-sl .social-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.t3-footer-sl .social-list:before,
.t3-footer-sl .social-list:after {
  content: " ";
  display: table;
}

.t3-footer-sl .social-list:after {
  clear: both;
}

.t3-footer-sl .social-list li {
  display: block;
  float: left;
  margin-right: 12px;
}

.t3-footer-sl .social-list li a {
  border: 2px solid rgba(255, 255, 255, 0.05);
  color: #222222;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.t3-footer-sl .social-list li a i {
  font-size: 18px;
  line-height: 40px;
}

.t3-footer-sl .social-list li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.t3-footer-sl .social-list li a.twitter:hover {
  background-color: #3a92c8;
  border-color: #3a92c8;
}

.t3-footer-sl .social-list li a.google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.t3-footer-sl .social-list li a.youtube:hover {
  background-color: #b00;
  border-color: #b00;
}

.readmore .btn-default {
  color: #607d8b;
  font-weight: bold;
  line-height: 1;
}

/*Blink start*/
.blink_me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color:red;
    font-weight:bold;
}
@keyframes blinker { 
 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*Blink end*/
.tombol_login {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

