/* Social Media Feeds */

/* Home */
#social-feeds{
	width: 310px;
	margin-left: auto;
	margin-right:auto;
}
#social-feeds .widget-header {
	padding: 0px;
	border-radius-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#social-feeds .tab-wrapper {
	overflow: hidden;
}
#social-feeds #tab-container {
	width: 100%;
	height: 475px;
	position: relative;
	float: left;
	padding: 5px 10px;
}
#social-feeds .tab-item {
	clear: both;
}
#social-feeds .tab-profile img{
	width: 100%;
	height: auto;
}
#social-feeds .tab-profile {
	width: 50px;
	float: left;
}
#social-feeds .tab-detail {
	width: 235px; 
	float: left; 
	min-height: 50px;
}
#social-feeds .username,
#social-feeds .post-date-detail {
	display: block;
}
#social-feeds .username {
	font-weight: bold;
}
#social-feeds .post-date {
	color: silver;
	display: block;
}
#social-feeds .bottom-feeds .social-tabs .social-btns {
	display: block; height:28px;
	background-position: center; 
	background-repeat: no-repeat;
}
#social-feeds .social-tabs{
	border-bottom-width: 0px;
	border-top: 1px solid #20a91a;
	text-align: center;
}
#social-feeds .social-tabs li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: none;
	width: 60px;
	margin: 0 5px;
}
#social-feeds .social-tabs li a {
	padding: 3px 1px 8px;
	border-width: 0px;
	border-radius: 0px 0px 15px 15px;
	margin: 0px;
}
#social-feeds .social-tabs li a > span {
	line-height: 1;
}
#social-feeds .social-tabs li a > span i {
	font-size: 32px;
	color: #fff;
	line-height: 0.9
}

#social-feeds .social-tabs li a:hover #social-fb i {
	color: #3B5998;
}
#social-feeds .social-tabs li.active #social-fb i {
	color: #3B5998;
}
#social-feeds .social-tabs li a:hover #social-twitter i {
	color: #2CAAE1;
}
#social-feeds .social-tabs li.active #social-twitter i {
	color: #2CAAE1;
}
#social-feeds .social-tabs li a:hover #social-ig i {
	color: #A47A5F;
}
#social-feeds .social-tabs li.active #social-ig i {
	color: #A47A5F;
}
@media only screen and (max-width : 991px) {
	#tab-container{
		height: 335px !important;
	}
}

/* Entertainment */
#social-feeds-ent {
	width: 320px;
	margin-left: auto;
	margin-right:auto;
	font-family: 'Open Sans';
	box-shadow: 1px 1px 4px #888;
	border-radius: 6px;
}
#social-feeds-ent .tab-wrapper {
	overflow: hidden;
	padding: 5px 0;
}
#social-feeds-ent #tab-container {
	width: calc(100% - 20px);
	position: relative;
	height: 300px;
	float: left;
	padding: 5px 10px;
}
#social-feeds-ent .tab-item {
	clear: both;
	font-size: 12px;
}
#social-feeds-ent .tab-profile {
	width: 50px;
	float: left;
}
#social-feeds-ent .tab-profile img{
	width: 100%;
	height: auto;
}
#social-feeds-ent .tab-detail {
	width: 225px; 
	float: left; 
	min-height: 50px;
}
#social-feeds-ent .username,
#social-feeds-ent .post-date-detail {
	display: block;
}
#social-feeds-ent .username {
	font-weight: bold;
}
#social-feeds-ent .post-date {
	color: silver;
	display: block;
}
#social-feeds-ent .nav-tabs {
	background-color: #e2e2e2;
}
#social-feeds-ent .nav-tabs li {
	width: 33.33333333333333%;
}
#social-feeds-ent .nav-tabs li a {
	border: 1px solid #CDCDCD;
	background-color: #e2e2e2;
	margin: 0;
	text-align: center;
	padding: 10px 0;
}
#social-feeds-ent .nav-tabs li.active a{
	border-bottom-color: transparent;
	background-color: #fff;
}
#social-feeds-ent .nav-tabs li:first-child a{
	border-left-color: transparent;
}
#social-feeds-ent .nav-tabs li:last-child a{
	border-right-color: transparent;
}
#social-feeds-ent .social-tabs li a > span img {
	width: 37px;
}
#social-feeds-ent .social-tabs li:nth-child(2) a {
	padding: 13px 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('/res/fonts/BebasNeueRegular.eot'); /* IE9 Compat Modes */
	src: url('/res/fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/res/fonts/BebasNeueRegular.woff') format('woff'), /* Modern Browsers */
	url('/res/fonts/BebasNeueRegular.ttf')  format('truetype') /* Safari, Android, iOS */
}
@font-face {
	font-family: 'BebasNeue Bold';
	src: url('/res/fonts/BebasNeueBold.eot'); /* IE9 Compat Modes */
	src: url('/res/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/res/fonts/BebasNeueBold.woff') format('woff'), /* Modern Browsers */
	url('/res/fonts/BebasNeueBold.ttf')  format('truetype') /* Safari, Android, iOS */
}

#sizzling-seven-container{
   /* width: 660px;*/
	height: 415px;
}

.pull-left {
	float: left !important;
}

.m10 {
	margin: 10px;
}

.round-top-1em {
	border-top-right-radius: 1em 1em;
	border-top-left-radius: 1em 1em;
}

.bg-tiles {
	background-color: #f1f1ef;
}
.round5 {
	-webkit-border-radius: 2em 2em;
	-moz-border-radius: 2em 2em;
	border-radius: 2em 2em;
	border-top-right-radius: 2em 2em;
	border-top-left-radius: 2em 2em;
	border-bottom-right-radius: 2em 2em;
	border-bottom-left-radius: 2em 2em;
}
.mt5 {
	margin-top: 5px;
}
/**
* Sizzling Seven
*/
.alert-sizzling-seven {
	background-color: #ee1c25;
	background-image: -webkit-linear-gradient(top,#ee1c25 0,#ee1c25 100%);
	/* background-image: linear-gradient(to bottom,#ee1c25 0,#ee1c25 100%); */
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25', endColorstr='#ee1c25', GradientType=0);
	border-color: #ee1c25s;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding: 0px;
	font-family: 'BebasNeueRegular';
}
.sizzling{
	padding: 0px 21px;
}
#sizzling-seven-container img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#sizzling-seven-container > div > div{
	margin-bottom: 0px;
}
#sizzling-seven-container .sizzling-label{
	font-family:'AriasCondensed';
	background:#ee1c25;
	color:#fff;
	font-size:16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	height: 50px;
}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
#sizzling-seven-container .sizzling-number{
	font-family: 'BebasNeue Bold';
	background:#ffffff;
	padding-left:7px;
	padding-right:7px;
	color: #ee1c25;
	margin-left: 4px;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
}

#sizzling-seven-container .sizzling-title{
	font-size: 17px !important;
	line-height: 20px;
	letter-spacing: 0.4px;
	font-family: 'BebasNeueRegular';
	display: block;
	height: 45px;
	width: 130px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

#sizzling-seven-container .thb_container {
	width: 300px; margin-right: auto; margin-left: auto;
}

#sizzling-seven-container #bb1 {
	position:relative;
	overflow-y: auto;
	height:360px;
	padding-top:5px;
}
#sizzling-seven-container #bb2 {
	border-radius: 5px;
}
#sizzling-seven-container #bb3 {
	width: 129px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#sizzling-seven-container #bb3 img {
	max-height:170px; width: 129px !important;
}
#sizzling-seven-container .thb_container img {
	width: 300px
}
#sizzling-seven-container .sizzling-7-pg-2{
	display:none;
}
#sizzling-seven-container #mfoot {
	text-align: center;
}
#sizzling-seven-container #mfoot #btn-show-all-sizzling-7 {
	cursor:pointer; font-family:'AriasCondensed'; color:#ee1c25; font-size: 20px; font-weight: bold
}
#sizzling-seven-container .ss_cont {
	width:129px; margin-right: auto; margin-left: auto;
}
#sizzling-seven-container .ss_cont img.lazy {
	height:120px; width:129px;
}
#sizzling-seven-container .ss_cont .lead_cont {
	cursor:pointer; border-top-right-radius:3px; border-top-left-radius:3px;
}
#sizzling-seven-container .lead_cont a {
	color:#fff;
}
#sizzling-seven-container .sizzling-label a {
	text-decoration: none;
}
#sizzling-seven-container .sizzling-label span {
	color:#fff;
}
.sizzling-hover{
	background: rgba(126,51,2 , 0.9);
	position: absolute;
	color: #fff;
	top: 0px;
	height: 120px;
	padding:5px;
	width:129px;
	display: none;
	max-height:120px;
	overflow: hidden;
	padding-bottom:5px !important;
}
.sizzling-hover>span>a:hover{
	text-decoration: none;
}
.site-feature-list{

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#sizzling-seven-container > div.slimScrollDiv > div.slimscroll > div:nth-child(8) > div > div.sizzling-image > div > span{

	height: 100px;
	display: block;
	overflow: hidden;
}

#sizzling-seven-container .sizzling-box .lead_cont a {
	border-top-right-radius: 3px; border-top-left-radius: 3px;
	position: absolute;
	top: 0;
	color: #fff;
	background: rgba(126,51,2 , 0.9);
	width: 129px;
	height:120px;
	padding:5px;
	max-height:120px;
	padding-bottom:5px !important;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

div.sizzling-hover span a {
	color:#fff;
}
#sizzling-seven-container .sizzling-image {
	cursor: pointer;
}

#sizzling-seven-container .sizzling-image:hover .lead_cont a  {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px){
	#sizzling-seven-container{
		width: 306px;
	}
}

#photo-gallery-widget > div {
	width: 310px;
}
#photo-gallery-widget .widget-title {
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
}
#photo-gallery-widget .widget-featured-image img {
	width: 100%;
	height: auto;
}
#photo-gallery-widget .widget-featured-title span {
	font-family: 'BebasNeue Bold'; 
	font-size: 28px;
}

#kapuso-video-widget .widget-title {
    text-transform: uppercase;
}
#kapuso-video-widget #featured-video-content iframe {
    margin:10px;
    margin-top:5px;
    height: 210px;
    width: 375px;
}
#kapuso-video-widget #featured-video-content h1 {
    word-wrap: break-word;
    width: 240px;
    float: right;
}
#kapuso-video-widget .featured-webtv-see-all {
    position: absolute;
    bottom: 1px;
    right: 15px;
}
#site-featured-webtv {
    position: relative;
}

