/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

/* google maps */
.mapprint{ display: none;}
.map{ width: 250px !important; height: 250px !important; }

/*galeria banner*/
#myGallery{ padding-top: 10px; padding-bottom: 10px; }


#s5_menu_wrap { height: 135px;}


.article-info dt{ display: none;}

.article-info {margin-bottom: 0px; }

.blog-featured .article-info{margin-bottom: 0px; }



.module_round_box{
  background: #FFFFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #C5C5C5; 
}


/* Menu */
#s5_nav li{
  
  padding-top:15px;
  padding-bottom:5px;
  padding-left: 10px;
  padding-right: 10px; 
}

.S5_parent_subtext{
  color:#867979 !important;
}

/*barra menu  */
#s5_menu_wrap.s5_wrap {
    border-bottom: solid 9px #000;
}

.module_round_box ul.menu a{
  border-bottom: 1px dotted #D3D3D3;
 /* background: url(../images/system/arrow.png) no-repeat left center; */
  
}


/*////////////////////////////////////////*/


/*cor body*/
body { 
	font-family: 'Arial',Helvetica,Arial,Sans-Serif;
    background-image: url(../images/pattern-1.png);
    background-color: #4C5C66;
}


/* facebook twitter*/
.bt-social-share {
  border: none;
  background: #ffffff;
}

.item-title {
  text-transform: uppercase;
}
.page-header{
  text-transform: uppercase;
  font-size: 0.8em !important;
}


/*modulos rodape row1_1 a row1_4*/
#s5_pos_bottom_row1_1 .s5_module_box_2, 
#s5_pos_bottom_row1_2 .s5_module_box_2, 
#s5_pos_bottom_row1_3 .s5_module_box_2, 
#s5_pos_bottom_row1_4 .s5_module_box_2 { min-height: 350px; }


/*modulo artigos mais lidos*/
.mostread li{  
	padding-left: 24px;
	padding-bottom: 0px;
	padding-top: 8px;
	border-bottom: 1px dotted #D3D3D3;
	background: url(../images/system/arrow1.png) no-repeat center left;
}
.module_round_box_outer ul li a{ line-height:18px;}

/*alinhamento dos modulos rodape*/
.module_round_box_outer {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: -5px;
}

.module_round_box .s5_mod_h3_outer{ 
	margin-left:-29px;
	margin-right:-29px;
}

#s5_bottom_row1_wrap{
    padding-left: 25px;
    padding-top: 20px;    
}


/*Personalização de botões*/
.readmore a.btn, .control-group button {
  	margin-top: 0px;	
  	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  	line-height: 18px;
  	font-weight: 600;
  	padding-top: 8px;
  	background: #596A6E !important;
  	float:right;
}

/*Phoca Documentation*/
.pdoc-document{
  text-transform: uppercase;
  font-size: 0.8em;
}


/*Pesquisa*/
#s5_pos_search .custom{float: right; margin-left: 50px;}
div.pixsearch.search.pixsearch_j3{float: left;}
a.ps_row_0_catlink, a.ps_row_1_catlink{display: none;}

/*Ocultar registo login*/
ul.nav.nav-tabs.nav-stacked{display: none;}

/*Politica Cookies*/
.jb.cookie h2{color:#fff;}
div#jbcookies.modal.fade.in{color:#000;}

/*Botao back to top*/
.back-to-top {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.back-to-top:hover { background-color: rgba(0, 0, 0, 0.72); }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

a.fa.fa-angle-up:hover {
    text-decoration: none;
	color:#FFF;
}
/*Fim Botao back to top*/

/*Botao like*/
button.btn.btn-like{
	background: none !important;
  	color: #000 !important;	
  	border: 1px solid #ccc !important; 	
  	text-transform: lowercase;

}

button.btn.btn-like:hover{
    background: #A4ECFC !important;
	border: 1px solid #A4ECFC !important;
}


/*Video Player*/
div.videocontent{margin: auto;}

/* imagens */
img.thumb {
    position: relative;
    background: #FFF;
    border: 2px solid #ccc;
    margin: -5px 5px 5px -5px;
    padding: 4px;
}


