.blink_me {
	color:#fab802; 
	font-size:22px; 
	text-align: center;
	padding-bottom:12px;
  animation: blinker 1s ease-in-out infinite;
}

@keyframes blinker {
  50% {
   
    opacity: 0;
  }
}

strong {
    font-weight: bold !important;
}
.nons {
    background-color:#000; padding:9px; padding-top:20px;
    border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}
.telf {background-color:#fab802; padding:8px; border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
text-align:center;
padding-top:22px;


}
#nav-topbar .nav > li > a:hover, #nav-topbar .nav > li:hover > a {
    background-color: rgba(251, 189, 6, 0.7);
    border-radius: 5px;
}

.entry h2 {
    font-size: 31px;
    letter-spacing: -1px;
    font-family: 'Roboto';
    color: #fab802;
    font-weight: bold;
}

.entry ul li, .entry ol ul li {
    list-style: circle;
    color: #354148;
    font-family: noto serif;
    font-size: 18px;
}

.titluform {
    background-color: #fbbd06;
    padding-top: 18px;
    padding-bottom: 2px;
    padding-left: 16px;
    color: #020202;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
}
.entry ul li, .entry ol ul li {
    list-style: circle;
    color: #354148;
    font-family: noto serif;
    font-size: 18px;
}


.entry p, .entry dd {
    line-height: 30px;
    color: #4A5963;
    font-size: 18px;
    font-family: Noto serif;
}

#nav-topbar .nav li a {
    color: rgb(205, 228, 236);
    font-family: Bree serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
}
/* hide bara follow top sidebar blog */
.s1 .sidebar-top, .s1 .sidebar-toggle {display: none;}
.post-meta {display: none;}
.page-title {margin-top: 0px;}

.titlupagina {
    text-transform: none;
    font-family: Roboto;
    font-size: 20px;
    position: relative;
    left: 12px;
    font-weight: 300;
    color: #364448;
    margin-top: 27px;
}