body {
	background: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  height:100%;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Source Sans Pro', sans-serif;

}

.section {
  margin: 50px 0;
}

.rodape_img{
  background-color: #5F4C0B;
  color:white;
  padding: 6px;
  text-align: center;
  font-weight: lighter;
}

.rodape_img form{
  padding: 30px;
}

.carousel,
.item,
.active {
  height:100%;
}

.carousel-inner {
  height:100%;
  margin-top:-60px;
}

.fill {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
}

.nos {
  background: url(../fotos/empresa.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contactos {
  background: url(../fotos/contactos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.servicos {
  background: url(../fotos/servicos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr{
  border-color: #5F4C0B;
}

.logo{
  position: relative;
  margin:0 auto;
  z-index: 999999;
}

.logotipo{
  width: 100%;
  text-align: center;
}

.texto{
  text-align: left;
  margin-top: -100px;
  margin-bottom: 0;
  background-color: white;
  padding: 30px;
  color: black;
  -webkit-box-shadow: 1px 1px 30px 1px #2E2E2E;
  box-shadow: 1px 1px 30px 1px #2E2E2E;
}

.nopadding{
  padding:0; 
}

.navbar{
  font-family: 'Source Sans Pro', sans-serif;
-webkit-box-shadow: 1px 1px 30px 1px #2E2E2E;
box-shadow: 1px 1px 30px 1px #2E2E2E;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color:black;
  background-color: white;
}

#rodape{
  font-size: 10px;
  color: #888;
  text-transform:none;
}


#rodape a{
  font-size: 10px;
  color: #888;
  text-transform:none;
}

.navbar-nav{
  margin-left: 10px;
}

#rodape a:hover{
  font-size: 10px;
  color: white;
  text-decoration: none;
  background-color: black;
  text-transform:none;
}

.modal{
  margin-top: 200px;
}

.modal-backdrop.in{
  z-index:999;
}

.mapa{
  margin-top: -60px;
}

footer{
  background-color: black;
  position: fixed;
  bottom: 0;
  width:100%;
  z-index: 999;
}

footer p{
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: white;
}

footer a{
  color:white;
}

footer a:hover{
  color:#F4FA58;
  text-decoration: none;
}

.contactos{
  color: white;
  font-family: 'Telex', sans-serif;
}

.form-control{
  background-color:rgba(255, 255, 255, 0);
}

.btn-special{
  background-color:rgba(255, 255, 255, 0);
  color: white;
}
.divisao{
  margin-top: -60px;
}
.divisao a{
  text-align: center;
  display: block;
  padding-top: 60%;
  padding-bottom: 90%;
  font-size: 40px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
  color: rgba(255,255,255,0.1);
  line-height: 66px;
  outline: none;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  background: #000 url(divisao1.jpg) no-repeat center center;
  -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.divisao a:hover{
  box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
  text-shadow: 0 0 20px #000000;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

/* Main Items */
.divisao a[id="um"]{
  background-image: url(divisao1.jpg);
}
.divisao a[id="dois"]{
  background-image: url(divisao2.jpg);
}
.divisao a[href="#slide-3"]{
  background-image: url(divisao3.jpg);
}

.navbar-nav > li{
  font-family: 'Source Sans Pro', sans-serif;
}

.divisao_mobile{
  margin-top: 60px;
}

.divisao_mobile a{
  text-align: center;
  display: block;
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 40px;
  color: rgb(255,255,255);
  line-height: 66px;
  outline: none;
  background: #45484d; /* Old browsers */
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
  background-clip: padding-box;
}

/*--------------*/

.descricao{
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 25px;
  padding-top: 50px;
  margin-top: -60px;
  -webkit-box-shadow: 1px 1px 30px 1px #2E2E2E;
box-shadow: 1px 1px 30px 1px #2E2E2E;

}

.page{
  display: none;
}

.yiiPager > li {
  list-style:none;
  background-image:none;
  background-repeat:none;
  background-position:0;
}

.yiiPager > .next{
  float: right;
  padding-right: 10px;
}

.yiiPager > .previous{
  float: left;
  margin-left: -30px;

}

