a {
  color: #e64733;
}

a:hover, a:focus {
  color: #e74c3c;
}

blockquote {
  border-left: 5px solid #e64733;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}


/*Theme Utilities*/
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.base-font.light {
  font-weight: 100;
}
.base-font.regular {
  font-weight: 300;
}
.base-font.medium {
  font-weight: 500;
}
.base-font.bold {
  font-weight: 700;
}
.base-font.heavy {
  font-weight: 900;
}
.base-font.italic {
  font-style: italic;
}
.m-top60 {
  margin-top: 60px;
}
.m-top55 {
  margin-top: 55px;
}
.m-top35 {
  margin-top: 35px;
}
.m-top30 {
  margin-top: 30px;
}
.m-top25 {
  margin-top: 25px;
}
.m-top20 {
  margin-top: 20px;
}
.m-top15 {
  margin-top: 15px;
}
.m-top10 {
  margin-top: 10px;
}
.m-top5 {
  margin-top: 5px;
}
.m-top0 {
  margin-top: 0px;
}
.m-bottom25 {
  margin-bottom: 25px;
}
.m-bottom15 {
  margin-bottom: 15px;
}
.m-bottom10 {
  margin-bottom: 10px;
}
.m-bottom5 {
  margin-bottom: 5px;
}
.m-bottom0 {
  margin-bottom: 0;
}
.m-left25 {
  margin-left: 25px;
}
.m-left15 {
  margin-left: 15px;
}
.m-left10 {
  margin-left: 10px;
}
.m-left5 {
  margin-left: 5px;
}
.m-right25 {
  margin-right: 25px;
}
.m-right20 {
  margin-right: 20px;
}
.m-right15 {
  margin-right: 15px;
}
.m-right10 {
  margin-right: 10px;
}
.m-right5 {
  margin-right: 5px;
}
.m-all25 {
  margin: 25px;
}
.m-all15 {
  margin: 15px;
}
.m-all10 {
  margin: 10px;
}
.m-all5 {
  margin: 5px;
}
.p-top35 {
  padding-top: 35px;
}
.p-top25 {
  padding-top: 25px;
}
.p-top20 {
  padding-top: 20px;
}
.p-top15 {
  padding-top: 15px;
}
.p-top10 {
  padding-top: 10px;
}
.p-top5 {
  padding-top: 5px;
}
.p-top0 {
  padding-top: 0px;
}
.p-bottom25 {
  padding-bottom: 25px;
}
.p-bottom20 {
  padding-bottom: 20px;
}
.p-bottom15 {
  padding-bottom: 15px;
}
.p-bottom10 {
  padding-bottom: 10px;
}
.p-bottom5 {
  padding-bottom: 5px;
}
.p-bottom0 {
  padding-bottom: 0;
}
.p-left25 {
  padding-left: 25px;
}
.p-left15 {
  padding-left: 15px;
}
.p-left10 {
  padding-left: 10px;
}
.p-left5 {
  padding-left: 5px;
}
.p-right25 {
  padding-right: 25px;
}
.p-right15 {
  padding-right: 15px;
}
.p-right10 {
  padding-right: 10px;
}
.p-right5 {
  padding-right: 5px;
}
.p-sides25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-sides15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-sides10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-sides5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-all25 {
  padding: 25px;
}
.p-all15 {
  padding: 15px;
}
.p-all10 {
  padding: 10px;
}
.p-all5 {
  padding: 5px;
}
.p-all0 {
  padding: 0px;
}

/*END Theme Utilities*/

.navbar{
  border-bottom: 1px solid #dde4e6;
}

.navbar-inverse {
  background-color: #f6f6f6;
}

.navbar-inverse .navbar-brand {
  margin: 0;
  margin-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
  color:#000;
  font-family: inherit;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #f74f43;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e64733;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #e64733;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #e64733;
}

.navbar-inverse .navbar-toggle {
  background-color: #e64733;
  border: none;
}

.dropdown-menu{
  background-color: #e64733;
}

.post-meta .fa{
  color: #e64733;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e64733;
}

.tags a{
  background: #e74c3c;
}

.tags a:hover{
  background: #e64733;
}

.label-default {
  background-color: #e74c3c;
}

.btn-primary {
  background-color: #e74c3c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background-color: #e64733;
}

.form-control:focus{
  border-color: #e74c3c;
}

.block-icon{
  background: none;
  width: 80px;
  height: 85px;
}

.block-body > h2{
  color: #e74c3c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.pricing-table .panel-default > .panel-heading{
  background-color: #e64733;
}

.pricing-table .panel-default > .panel-body{
  background-color: #e74c3c;
}

h3.error-404 {
  color: #e64733;
}

/*Homepage*/

#home {
  background: url('../img/homepage_background.jpg') no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0 40px;
  text-align: left;
  color: #fff;
}

#home h1 {
  line-height: 65px;
  font-weight: 700;
  font-size:60px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#home h4 {
  line-height: 30px;
  font-weight: 400;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  #home{
    background-position: 70%  ;
  }
  #home h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom:60px;
  }
  #home h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.section-colored.home {
  color: #fff;
  background: url('../img/homepage_banner.jpg') no-repeat scroll left center;
  background-size: cover;
}

/* Footer */
.footer-after {
  background-color: #414042;
  color: #fff;
}

/*Apresentação*/

.section-header{
  margin-bottom: 0;
}

.page-header{
  margin: 20px 0 10px;
}

#apresentacao-image {
  background: url('../img/apresentacao.jpg') no-repeat center top;
  background-size: cover;
  height:300px; 
  margin-bottom: 40px;
}

.body-text {
  font-size:16px;
  padding-bottom: 20px;
  color: #000;
}

.title-text {
  font-size:26px;
  color: #e74c3c;
  font-weight: 700;
}

.bg-red {
  background-color: #e74c3c;
}

.body-text-white {
  font-size:16px;
  padding-bottom: 20px;
  color: #fff;
}

.title-text-white {
  font-size:26px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}

/*Equipa*/

#equipa-image {
  background: url('../img/equipa.jpg') no-repeat center center;
  background-size: cover;
  height:300px; 
  margin-bottom: 40px;
}

.h3 {
  color: #000;
}

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

.bg-gray {
  background-color: #ecf0f1;
}

@media (max-width: 767px) {
  .h3 br {
    display: none;
  }
  #equipa p{
    margin:10px 0 0;
  }
}

/*Serviços*/

#servicos-image {
  background: url('../img/servicos.jpg') no-repeat center center;
  background-size: cover;
  height:300px; 
  margin-bottom: 40px;
}

#grey-row p{
  margin: 10px 0 10px;
}

.border-bottom-red{
  border-bottom: 1px solid #e74c3c;
}

.border-bottom-gray{
  border-bottom: 1px solid #CCC;
}

.title-text-gray {
  font-size:26px;
  color: #666;
  font-weight: 700;
}

.actuacao-text-red{
  font-size:14px;
  color: #e74c3c;
}

.actuacao-text{
  font-size:12px;
  line-height: 20px;
}


.btn-default:hover, 
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #e5e5e5;
  border-color: #fff;
}
