/***************************************************************Cabeçalho*/

body {
	background: #FFFFFF;	
}

a {
	color: #0E61A7;
}

a:hover {
	color: #2292EC;
}

a:focus {
	color: #0E61A7;
}

li {
	line-height: normal;
}


/***************************************************************Cabeçalho*/
#header {
	 text-align: center;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

#header_container {	
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;	 	
}

#header_logo {
	width: 150px;
	max-width: 150px;		
	margin: 0 auto;
	margin-bottom: 5px;
}

#header_logo img:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); 
}

#header_texto {
	text-align: center;	
	margin-bottom: 5px;
}

.header_tit {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	line-height: 100%;
}

.header_subtit {
	font-size: 14px;
	display: block;
	line-height: 100%;
}

#header_sociais {
	text-align: center;	
}

#header_sociais_container {	
	text-align: center;
}

.header_sociais_button {
	min-height: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.header_sociais_button a{
	font-size: 12px;
	font-weight: normal;	
}

.header_sociais_button a:hover{
	text-decoration: none;
}

.header_sociais_button img{
	margin-right: 3px;
	width: 16px;
}

.header_sociais_button:hover{
	opacity: 0.7;
    filter:alpha(opacity=70);
}

/***********************************************************Fim Cabeçalho*/

/***********************************************************Início menu*/
#menu_content {
	background: #D2D2DA;
}

#menu_content_nao {
	background: #D2D2DA;
}

.mostra_mobile{
	display: block;
}

#nao_mostra_mobile{
	display: none;
}
/***********************************************************Fim menu*/


/***********************************************************Início Conteúdo*/

#content {	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	min-height:400px;
}

/* Carrossel */
#carrossel {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.carousel-inner {
	margin-bottom: -18px;
}
/* Fim Carrossel */



/* Novidades */
#novidades {	
	padding: 10px;
	margin-bottom: 10px;
	
}

/* Fim Novidades */

/***********************************************************Fim Conteúdo*/

/* elementos da home */
.home_title {
	border-bottom: #CCCCCC 1px solid;
	height: 40px;
	margin-bottom: 15px;
}

.home_title img{
	float: left;
	margin-right: 5px;
}

#novidades_conteudo {
	margin-bottom: 0px;
	text-align: center;		
}

#novidades_conteudo ul li {	
	display: inline;
	vertical-align: top;  /* Corrige bug no IE */	
}

.novidades_img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.novidades_conteudo_container {
	padding: 0px;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 10px;
}

.novid_chamada {
	font-size: 12px;
	line-height: 18px;
}

.novidades_wrap {	
	font-size: 14px;
	line-height: 20px;
}

.novidades_margem_left {
	margin-left: 16px;
}

.novidades_link {
	font-size: 12px;
	overflow: hidden;
	clear: both;
}

.novidades_link a{
	line-height: 10px;
	vertical-align: middle;
}

.hr_red {
	border: white 4px solid;
	margin: 0px;
	width: 220px;
	max-width: 220px;
	text-align: left;
}

.hr_orange {
	border: white 4px solid;
	margin: 0px;
	width: 220px;
	text-align: left;		
}

.hr_blue {
	border: white 4px solid;
	margin: 0px;
	width: 220px;
	text-align: left;	
}

.hr_purple {
	border: white 4px solid;
	margin: 0px;	
	width: 220px;
	text-align: left;
}

.hr_linha {
	border-top: #CCCCCC 1px solid;
	margin: 0px;	
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

/* conteúdo left da home */
#left_container {	
	
}

#videos {		
	padding: 10px;
	padding-bottom: 1px;
	margin-top: -10px;
}

#videos_lista ul{
	text-align: center;
}

#videos_lista img {
	width: 160px;
}

#videos_lista {
	text-align: center;
}

#videos_lista ul li{
	display: inline-block;
	margin-bottom: 5px;	
	vertical-align: top;  /* Corrige bug no IE */
}

#videos_lista ul li a{
	display: block;	
}

.videos_margem_left{
	margin-left: 0px;
}

#fotos {	
	padding: 10px;	
	margin-top: 10px;
	text-align: center;
}

#fotos_lista img {
	width: 120px;
}


#fotos_lista ul li{
	display: inline-block;	
}

#fotos_lista ul li a{
	display: block;	
}

.fotos_margem_left{
	margin-left: 0px;	
}

#destaques {
	background: #EFEFF5;
	padding: 10px;
	padding-bottom: 1px;	
	text-align: center;
	border-radius: 10px;
}


#destaques ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 200px;
	max-width: 200px;
	min-width: 200px;	
	padding: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	border: #E6E6EE solid 1px;
	height: 320px;
}

#destaques h4 {
	font-size: 24px;
	color: #0E61A7;
	font-weight: normal;
	line-height: 26px;
}

#destaques p {
	font-size: 12px;
	line-height: 20px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;	
}


.destaques_margem_left {
	
}

.destaques_news {
	font-size: 12px;
}

.destaques_form {
	margin-top: 10px;
	margin-bottom: 0px;	
}

.destaques_form input {
	width: 188px;
	margin-bottom: 2px;
}

.destaques_news_codigo {
	width: 68px !important;
}

#pensenisso {
	margin-top: 10px;
}

/* conteúdo sidebar right*/
#right_container {
	text-align: center;
}

#publicidade {	
	background: #EFEFF5;
	padding: 10px;
	text-align: center;
	margin: 0 auto;	
}

#carouselPublicidade {
	text-align: center;
	width: 220px;
	margin: 0 auto;
	height: 100px;
}

#programacao {	
	background: #FFFFFF;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}

#programacao h1 {
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
	margin: 0px;
	line-height: 14px;
}

.programacao_ul li {
	padding-bottom: 10px;
	overflow: hidden;
	text-align: left;
}

.programacao_linha {
	border-top: #CCCCCC 1px solid;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

.calendario {
	background: url(../img/fundo_programacao.jpg);
	width: 60px;
	height: 72px;
	float: left;
	margin-right: 10px;
}

.calendario h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	text-align: center;
	margin: 0px;
	margin-top: 10px;	
}

.calendario h3 {
	font-size: 22px;
	font-weight: bold;
	width: 60px;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	color: #666666;
}

.calendario h2 {
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	text-align: center;
	line-height: 10px;
	margin: 0px;
	color: #666666;
}

#facebook {
	background: #FFFFFF;
	padding: 10px;
	height: 280px;
	max-height: 280px;
	overflow: hidden;
}

#facebook_container {
	background: #EEEEEE;
	margin-top: -10px;
	padding: 10px;
	text-align: center;
}

/* fim elementos da home */

/*Nav-pills */
.nav-pills .dropdown-menu:after {   /*Para aparecer a seta para cima */
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #B8B8B8;
  border-left: 6px solid transparent;
  content: '';
}

.nav-pills {
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 0px;
}

.nav-pills .dropdown-menu {
	font-size: 12px;
	font-weight: normal;
}

/*.nav-pills .dropdown-menu > li > a:hover {
	background-color:#0E61A7 !important;
	color: white;
}*/

.nav-pills .dropdown-menu .disabled > a:hover {
	background-color: white !important;
	color: #999999;
}
/*
.nav-pills .open .dropdown-toggle {
    background-color:#0E61A7 !important;
}
/*
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color:#0E61A7 !important;
  color: white !important;
}*/

/*
.nav-pills > li > a:focus .caret {
	border-top-color: white !important;
    border-bottom-color: white !important;    
}*/
/*
.nav-pills > li > a:hover .caret {
	border-top-color: white !important;
    border-bottom-color: white !important;    
}*/

/*.nav-pills .caret{
	border-top-color: #0E61A7 !important;
    border-bottom-color: #0E61A7 !important;    
}*/

/*.nav-pills .open .dropdown-toggle .caret {
	border-top-color: white !important;
    border-bottom-color: white !important;    
}*/

/*Fim nav-pills */

/******************************** rodapé  */
#footer {
	/*background: #0E61A7;*/	
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

#footer_linha {
	border: #09406E 2px solid;
	margin: 0px;
}

#footer_container {
	padding: 10px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer_container ul li {
	display: inline;	
	width: 175px;
	/*color: #A0C4E0;*/
	font-size: 12px;
	font-weight: bold;	
		
}

#footer_container ul li ul{	
	margin-bottom: 10px;
}

#footer_container ul li ul li{	
	padding-right: 10px;
}
	
#footer_container a{	
	/*color: #FFFFFF;*/	
	font-size: 12px;
	font-weight: normal;
}

#footer_container h4{
	/*color: #FFFFFF;*/
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

#footer_container p{
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin-bottom: 20px;
}

#footer_fale {
	width: 228px;
	min-width: 228px;
}

#footer_linha_vertical{
	display: none;
}

#footer_enviar {
	float: left;
}


#footer_proluv {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer_proluv:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#barra_portal {
	height: 40px;
	background: #000000;
	border-bottom: #FFFFFF 1px solid;
	max-height: 40px; /* 40 */
	overflow: hidden;
}

#barra_portal_container {
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;	
}

#barra_portal_iframe {
	width: 100%;	
}

/**************************************************************Personalização do menu bootstrap*/
.navbar {
	background: #FFFFFF;
}

.navbar-inner {
    background: #FFFFFF; 
    margin-bottom: -15px;
    background-image: none;
	filter: none;	  	
}

.navbar .btn-navbar{
	background-image: none;
	background-color: #0E61A7;
}

.navbar .btn-navbar:hover{
  	background-image: none;
	background-color: #09406E;	
}

.navbar .btn-navbar:focus{
  	background-image: none;
	background-color: #09406E;	
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#FFFFFF;
  background-color:#0E61A7;
  border-radius: 10px;
}

.navbar .nav > li > a {
    color: #525252;
    float: none;    
    text-decoration: none;
    text-shadow: 0 0px 0 #777;
    border-radius: 10px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0E61A7;
}

.navbar-text {
  margin-bottom: 0;
  color: #777;
}

.dropdown-menu li > a {
  color: #777;
}

.dropdown-menu li > a:hover {
    background-color:  #F2F2F2;
    background-image: none;
    filter:none;
    color: #0E61A7;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #0E61A7;
    color: #fff;
    border-radius: 10px;
}

/*Muda a seta do lado do botão dropdown*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.navbar .nav li.dropdown > a:hover .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}
	
/*FIM ******* Muda a seta do lado do botão dropdown*/

/* Muda o icone para branco */

.navbar a i[class*="icon-"] {
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navbar ul.nav li.open i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.navbar a:hover i[class*="icon-"]
{
	opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.navbar .nav li.dropdown.active i[class*="icon-"] {
    opacity: 1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    background-image: url("/img/glyphicons-halflings-white.png");
}

.btn-primary {
  background-color: white;
  background-image: none;
  /*color: #0E61A7 !important;*/
  text-shadow: 0 0px 0 #777; 
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus {
  /*background-color: #0E61A7;*/
  background-image: none; 
  color: white !important;
}



/**************************************************************Fim Personalização do menu bootstrap*/

/* Navegação */
.navega {	
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;				
}

.navega p{	
	margin: 0 auto;
	padding-left: 10px; 
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #888888;
	font-weight: normal;
}
.navega a:hover{
	color: #666666;
}

.navega i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
.navega a > i:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.content_single {
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px;	
	margin-bottom: 20px;
	overflow: hidden;
}

#mostraMensa{
	margin: 0 auto;		
	text-align: center;
	width: 90%;	
}

#paginacao{	
	text-align: center;
	overflow: hidden;
	clear: both;	
}

.pag_titulo {	
	height: 67px;
	background-color: #302D2D;
	background-image: url( "../img/pag_tit_fundo.png" );
	overflow: hidden;
	margin: 0 auto;	
	margin-bottom: 20px;
}

.pag_titulo h4 {
	color: white;
	float: right;
	margin-right: 10px;
	font-size: 25px;
	font-weight: normal;
	line-height: 40px;
	vertical-align: middle;
}

/* Página contato */
#contato_info{
	margin-bottom: 10px;
}

#contato_form{	
	background: #F5F5F5;
	padding: 10px;
}

.content_outras {	
	margin: 0 auto;		
}

.content_left {	
	background: #FFFFFF;
	min-height: 400px;
	padding: 10px;
}

.content_sidebar {
	display: none;
}

.cultos_ul {
	margin-top: 20px;
}

.cultos_ul > li {
	border: #CCCCCC 1px solid;
	padding: 10px;
	margin-bottom: 10px; 
}

.cultos_ul h4 {
	margin: 0px;
	font-size: 16px;
	margin-bottom: 15px; 
}

.cultos_ul > li > ul > li {
	line-height: 25px;
}

.dev_form {	
	clear: both;
	overflow: hidden;
	margin: 10px auto;	
}

.face_fim {
	margin-top: 10px;
	border-top: #CCCCCC 1px solid;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}

.face_share {
	float: right;
}

.face_coments {
	display: none;
}

.tes_content {
	overflow: hidden;
	clear: both;
	margin-bottom: 0px;
	margin: 0 auto;
}

.tes_left {		
	background: #ffffff;
	padding: 10px;	
}

.tes_right {
	background: #FFFFFF;	
	padding: 10px;	
}

.tes_texto {
	margin-bottom: 10px;
}

.tes_info {
	padding-bottom: 10px;
}

.tes_facebook {	
	display: none;
}

.tes_img {
	text-align: center;
	margin-top: 20px;
}

.tes_share {
	display: none;	
}

/*
 * Personalização do accordion
 */

.accordion-group {
	background-color: #F4F4F4;
	margin-bottom:10px;
	padding: 10px 0px;	
}

.accordion-inner {
	background-color: #FFFFFF;
}

.accordion-toggle {
	color: #666666;
	font-weight: bold;
	overflow: hidden !important;
}

.accordion-toggle:hover,
.accordion-toggle:focus {
	text-decoration: none !important;
	color: #373737;	
}

#form1 {	
	text-align: center;
}

.dpt_left {	
	background: #FFFFFF;
	min-height: 400px;
	padding: 10px;
}

.prog_menu {
	display: none;
}

.prog_lista {
	clear: both;	
}

.prog_container {
	background: #F4F4F4;
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	padding: 10px;
	
}

.prog_container > h4 {
	margin: 0px;
	margin-bottom: 15px;
	color: #666666;
}

.prog_ul > li {
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.prog_ul > li:hover {
	border-color: #666666;
}

.prog_ul h1 {
	font-size: 14px;
	font-weight: normal;
	color: #AAAAAA;
	margin: 0px;
	line-height: 28px;
}

.fim_face_progr {	
	display: none;
}

.prog_info {
	overflow: hidden;
	clear: both;
	color: #666666;
}

.fim_face_tablet {
	display: none;
}

.categs_container {
	background: #F4F4F4;
	clear: both;
	padding-left: 2px;		
}

.categs_container > p {
	line-height: 43px;
	font-weight: bold;
	font-size: 16px;
	color: #0E61A7;
}

.nav_categ {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-right: 10px;
	float: left;	
}

.nav_categ .dropdown-toggle {
    background-color:#0E61A7;
    border-radius: 0px;
    color: #FFFFFF;
    padding: 13px 15px;
}

.nav_categ .open .dropdown-toggle {
    background-color:#0E61A7;
    border-radius: 0px;
}

.nav_categ .caret{
	border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;    
}

.vid_lista > li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 5px 5px;
	text-align: left;
}

.vid_lista img {
	margin-bottom: 5px; 
}

.vid_lista img:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.vid_lista > li > a > p {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.vid_lista > li > p {
	font-size: 12px;	
	color: #999999;
}

.vid_lista {
	margin: 0px; 
	text-align: center;
	clear: both;
}

.vid_ver h3 {
	margin: 0px;
	margin-bottom: 20px;
	line-height: normal;
}

.vid_ver_frame {
	text-align: center;
	margin-bottom: 20px;
}

.vid_frame {

}

.vid_ver_cat {
	color: #AAAAAA;
}

.mostra_tags {	
	font-size: 10px;
	color: #CCCCCC;
	line-height: normal;	
}

.novid_lista {	
	text-align: center;
	clear: both;
}

.novid_lista > li {	
	vertical-align: top;  /* Corrige bug no IE */
	margin: 10px 5px;
	text-align: left;	
	overflow: hidden;	
}

.novid_lista > li > a > img:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.novid_lista_container {
	padding: 10px;
	border-bottom: #CCCCCC 1px solid;
}

.novid_lista_container > a {
	margin-bottom: 10px;
}

.novid_lista_cate {
	color: #AAAAAA;
}

.novid_ver h3 {
	margin: 0px;
	margin-bottom: 20px;
	line-height: normal;
}

.novid_ver_cat {
	color: #AAAAAA;
}

.novid_ver_fonte {	
	margin-bottom: 30px;
}

.fotos_lista {
	text-align: center;
}

.fotos_lista > li {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 10px 5px;
	vertical-align: top;  /* Corrige bug no IE e  Mozilla */
	text-align: left;
	width: 182px;
	height: 250px;
}

.fotos_lista img {
	margin-bottom: 5px;
}

.fotos_lista p {	
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.fotos_conta {
	font-size: 12px;
	float: left;
	color: #999999;
}

.fotos_data {
	font-size: 12px;
	float: right;
	color: #999999;
}

.fot_alb_desc {
    margin: 0;
    overflow: hidden;
    float: left;
    position: relative;
}
.fot_alb_desc a {
    text-decoration: none;
    float: left;
}
.fot_alb_desc a:hover {
    cursor: pointer;
}

.fot_alb_desc a img {
    float: left;
    margin-left: 0px;
    border: none;
    background: #fff;    
}

.fot_alb_desc a:hover .fot_alb_desc_desc{
    display: block;
    background: #111;
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;
    bottom: 0px;    
    margin: 0;
    margin-left: 0px;
    width: 182px;
    border-top: 1px solid #999;
}
.fot_alb_desc a:hover .fot_alb_desc_desc strong {
    display: block;
    margin-bottom: 5px;
}

.fot_alb_desc a .fot_alb_desc_desc {
	display: none; 
}

.fot_alb_desc_desc {
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.fot_lista {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.fot_lista li {
	display: inline-block;
	border: 1px solid #CCCCCC;
	margin: 1px 1px;
}

.fot_left {
	margin-left: 0px;
}

.fot_tit {
	line-height: normal;
	margin: 0px;
}

.aniver_dia {
	
}

.aniver_mes {
	margin: 0px;
	line-height: normal;
	margin-bottom: 20px;
	font-size: 16px;
}

.pub_tit {
	line-height: normal;
	margin: 0px;
	margin-bottom: 20px;
}

#videos_iframe {	
	width: 160px;
	height: 90px;
}

#btn_mobile:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;	
	border-left: 4px solid #000000;
	display: inline-block;
  	vertical-align: top;
  	margin-top: 5px;
  	margin-right: 2px;
  	content: ""
}

.navbar .nav li.dropdown > a:hover .arrow-right {
	border-left: 4px solid red;
}

#nav_mobile {
	display: ;
}

#nav_normal {
	display: none;
}

#container_left{
	display: none;
}

#home_center {
	clear: both;
	overflow: hidden;
}

#home_vf {	
	
}

#home_pp {	
	
}

.main_hr {
	display: none;
}

#container_right {
	padding: 10px;
}

#accordion2 {
	padding-top: 20px;
}