div#top-pinoys-google-in-2016 {
    max-width: 600px;
	font-family: small arial,sans-serif;
}
.google-logo {
    position: relative;
    text-align: center;
	padding: 20px 0;
}
.google-logo img {
    max-width: 272px;
}
.logo-sub {
    color: #4285f4;
    font-size: 16px;
    position: absolute;
    left: 50%;
    margin-top: -16px;
    margin-left: 78px;
}
.subtitle {
    font-size: 20px;
}
.g-title{
	font-size: medium;
	font-weight: bold;
}
.title-blue {
    margin: 8px 0 5px;
    color: #1a0dab;
    font-weight: bold;
    font-size: 16px;
	text-align: left;
}
.items-content .item {
    width: initial;
	position: relative;
	margin-right:252px;
	cursor: pointer;
}
.desc {
    color: #545454;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: small;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
	text-align: start;
}
.google_mic {
    background: url(../../images/widget/snapshot/top-pinoys-google-in-2016/google_mic.png) no-repeat;
    background-size: 24px;
    background-position: center right;
}
.header-content .title {
	padding: 5px 21px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sbibod {
    background-color: #fff;
    height: initial;
    vertical-align: top;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	padding: 9px 8px 9px 16px;
	margin: 0 8px;
}
.btn-ins {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px auto;
    min-width: 54px;
    padding: 9px 16px;
    text-align: center;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-items {
    margin: 0 8px;
}
.wrap-items img {
    max-width: 100%;
    width: auto;
}
.item-hover {
	display: none;
    width: 300px;
    z-index: 100;
    margin-left: 332px;
    top: 5%;
    width: 252px;
}
.hover-wrap {
	margin-left:10%;
	border: 1px solid #DADADA;
    background-color: white;
}
.items-content .item:hover .item-hover {
    display: block;
    position: absolute;
}
.items-content.fixed .item:hover .item-hover {
    position: fixed;
	overflow-y: auto;
	z-index: 10000;
}
.hover-loc, .hover-title, .hover-type {
	padding: 0 10px;
}
.hover-loc {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hoverName {
    margin-top: 0;
}
.small {
    text-align: left;
    color: #545454;
    font-size: small;
}
.hover-title {
    margin-bottom: 0;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/* 
 */
.mobile .items-content .item {
    margin-right: 0;
}
.mobile .items-content .item:hover .item-hover {
    position: fixed;
    margin-left: 0;
    top: 0;
    bottom: 0;
	left: initial;
    right: 0;
	background-color: rgba(236, 236, 236, 0.59);
    width: 236px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10000;
}
.mobile .hover-wrap {
	margin: 10px 5px;
    width: 225px;
}
