
/* ----------------------------------------------------
  ADD YOUR CUSTOM STYLES HERE
------------------------------------------------------- */

.conteudo{
    position:fixed;
    max-height: 89.5%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 2,5%;
    background-attachment: fixed;
}

.footer_t{
   position:fixed;
   left:0px;
   bottom:25px;
   height:30px;
   width:100%;
   font-size: 10px;
   text-align: center;
   text-shadow: 1px 1px #000000;
   z-index: 11;
}

#divfacebook{
  padding-top: 7%;
  padding-left: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  min-width: 100%;
  height: 100%;

}

#divfeeds{
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    width:100%;
    min-width: 100%;
    height: 78% !important;
    max-height: 90% !important;
    margin-top: 160px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#divalbums{
    z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-width: 100%;
  height: 78% !important;
  max-height: 90% !important;
  margin-bottom: 232px;
  top: 160px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-left: 7%
}


/*#background_cycler img.active{
    z-index:3
}*/


html.dark section.timeline:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
}

html.dark section.timeline .timeline-date {
	background-color: #282d36;
	border-color: #282d36;
	text-shadow: none;
}

html.dark section.timeline .timeline-title {
	background: #282d36;
}

html.dark section.timeline .timeline-box {
	border-color: #282d36;
	background: #282d36;
}

html.dark section.timeline .timeline-box.left:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.left:after {
	background: #282d36;
	border-right-color: #282d36;
	border-top-color: #282d36;
}

html.dark section.timeline .timeline-box.right:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.right:after {
	background: #282d36;
	border-left-color: #282d36;
	border-bottom-color: #282d36;
}

/*PHOTOS FB*/


.photo-thumb{
    width:214px;
    height:214px;
    float:left;
    border: thin solid #d1d1d1;
    margin:0 1em 1em 0;
}

div#blueimp-gallery div.modal {
    overflow: visible;
}

.navbar-default {
    background-color: #000!important;
    border-color:  #000!important;
}

.fb_photo{
      height: 263px !important;
}

.a_link {
  color: goldenrod !important;
}

img1{
    width: 100% !important;
}

#logofixed{
  position: fixed;
  margin-top: 55px; /*2.5%;*/
  margin-left: 20px; /*1%;*/
  z-index: 10;
}

.photo-album{
    max-width:314px;
    max-height:314px;
    /*float:left;*/
    border: thin solid #d1d1d1;
    margin:0 1em 1em 0;
}

#albunstitle{
    z-index: 99999;
    margin-top: 71px;
    padding-left: 170px;
    position: absolute;
    width: 100%;
}

#pfooter{
    z-index: 11 !important;
}