#social-widget{
	float: left;
	width: 35%;
	margin: 0 1%;
	height: 520px;
}

div#headerWidgets {
	float: left;
	width: 100%;
}

div#social-widget div#headerWidgets .desativado {
	background: #ECF7FB;
	color: #028FC5;
	border: none;
	font-weight: normal;
	height: 20px;
	margin: 5px 2px;
	padding: 5px;
}

div#headerWidgets div {
	float: left;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #C3D7E0;
	border-bottom: none;
	position: relative;
	top: 1px;
	background: #FFF;
	color: #309800;
}

div#headerTwitter {
	width: 100px;
}

div#headerFacebook {
	width: 125px;
}

div.socialWidgetBox {
	float: left;
	width: 100%;
	border: 1px solid #E1E1E3;
	height: 539px;
}

div#twitterWidget {
	display: block;
	height: 539px;
}

div#fbWidget {
	display: none;
}

div#loadingFbBox {
	text-align: center;
	width: 100%;
	padding-top: 75px;
}

div#loadingFbBox span {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
}

img#loadingFb {
	width: 32px;
}

div#likeButton, div#postsFacebook {
	display: none;
}

div#postsFacebook {
	width: 85%;
	padding: 0 7.5%;
	max-height: 420px;
}

div#likeButton {
	padding: 15px 0 10px;
	border-bottom: 1px solid #DFDEE3;
	margin: 0px 5.5% 15px;
}

.fbPost {
	border: 1px solid #E1E1E3;
	padding: 15px 5%;
	margin: 0 0 20px;
	text-align: center;
	width: 88%;
	max-height: 375px;
}

.fbPost img {
	max-width: 90%;
	padding: 5px 5% 15px;
	max-height: 40%;
}

a.nomePagina, a.horarioPost, .conteudoPost {
	text-align: left;
	display: block;
}

.fbPost a.acesseFacebook {
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	left: 5%;
	bottom: 20px;
}

.logoFacebookBayer {
	width: 100%;
	float: left;
}

.logoFacebookBayer img.logoPagina {
	width: 50px;
	padding: 0 10px 15px 0;
	float: left;
}

.logoFacebookBayer a.nomePagina {
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0 0 5px;
}

a.horarioPost {
	padding: 4px 0 0;
	color: #9197A3;
	font-size: 12px;
}

.owl-theme .owl-controls {
	margin-top: -18px;
	position: relative;
	z-index: 100;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #0198CD;
}

@media (max-width: 999px){
	section#faixa-social-videos {
		width: 93%;
		padding: 0 1%;
	}
	
	#social-widget{
		width: 94%;
		padding-left: 4%;
		float: left;
		height: 615px;
	}
	
	div#twitterWidget {
		height: 590px;
	}
	
	.fbPost a.acesseFacebook {
		bottom: 25px;
	}
	
	#popup-social {
		left: 0!important;
	}
}

#popup-social {
	display: none;
	position: absolute;
	right: 20px;
	border: 1px solid #DDD;
	background: #FFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	padding: 15px;
	z-index: 9999;
	min-height: 230px;
	max-width: 325px;
}

#popup-social div#fechar {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

#popup-social .botoes {
	right: 10px;
	bottom: 10px;
	text-align: right;
	padding: 12px 0 16px;
}

#popup-social .botoes button {
	padding: 5px;
	border: solid 1px #008497;
	background: #EEE;
	margin-left: 3px;
}

div#protectDisclaimer {
	background: #FFF;
}