.bloco-registro {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 25px 25px 15px 0px;
    position: relative;
}

@keyframes kreep {
0% {-webkit-transform: scale(1.1,.9);
    transform: scale(1.1,.9);}
50% { -webkit-transform: scale(.9,1.1) translateY(-.5rem)}
70% { -webkit-transform: scale(1);
     transform: scale(1);}
}

.kreep {
display: inline-block;
/*name-duration-function(ease,eas-in,linear)-delay-count-direction */
animation: kreep 0.7s ease 2s infinite alternate;
}

.kreep:hover {
animation: none;
}

@keyframes wiggle {
2% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
4% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
6% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
8% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
10% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
12% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
14% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
16% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
18% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
20% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}

.wiggle {
display: inline-block;
animation: wiggle 7s infinite;
}

.wiggle:hover {
animation: none;
}

.div-scr {
    height: 140px;
    overflow-y: scroll;
}

.uppercase {
    text-transform: uppercase;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit !important;
}

ol {
    display: block;
    list-style-type: decimal;        
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ol, ul, dl {
  padding: 0 40px;
}

.loading { 
    width: 212px;
    height: 212px;        
    background-image: url('/assets/img/loading.gif');
}

.descricao-item {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(/assets/img/bg_descricao.png);
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.clear-padding {
    clear: both;
    padding-top: 20px;
}

.item-post{
    position: relative; 
    height: 220px;
    overflow: hidden;
}

.item-post .titulo-post{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.70)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

.item-post .titulo-post h3{
    line-height: 18px;
    font-family: 'Conv_Trebuchet MS';
}

.item-post .titulo-post h3 a{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.75);
}

.item-post h4 {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #e5e5e5;
}

@media (max-width: 600px) {
    .video-iframe {
        width: 100%;
    }
}