/* Color del text de l'slogan */
header span.tagline {
    color: #fff;
}

/* Text del logo */
header h1, header h1 a, header h1 a:visited {
    color: #DAAE06;
    text-shadow: 1px 1px 2px #222;
}

/* Color de les linies */
.navbar-default .navbar-nav>li.active a, .fallback_cb>ul>li.current_page_item>a {
    border-bottom: 5px solid #DAAE06;
      text-shadow: 2px 2px 4px #222;
}

.navbar-default .navbar-nav > li > a, .fallback_cb > ul > li > a {
    border-bottom: 5px solid transparent;
    color: #fff !important;
    text-shadow: 2px 2px 4px #222;
}

/* Interlineat */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

/* Imagen de fondo 100%*/
.frontpage-banner {
	background-size: 100%;
}

/* Color barra menu*/
header, nav {
    background: rgba(0, 0, 0, 0.35);
}

/* Color titulo banner*/
.frontpage-banner .banner-title {
   color: #DAAE06;
   font-size: 100px;
   text-transform: none;
}

/* Color titulo pequeño*/
a, a:visited {
    color: #DAAE06;
}

/* Subtitulo en minusculas*/
.banner-sub-title {
    text-transform: lowercase;
}

/* Color y alineación titulo llamada accion 1*/
.frontpage-action1 .action1-title {
    color: #DAAE06;
    text-align: left;
}

.frontpage-action1 .action1-sub-title {
    text-align: left;
}

/* Color boton llamada accion 2*/
.frontpage-action2 .action2-link-button a {
    background: #DAAE06;
}

/* Color icones destacats*/
.frontpage-about .frontpage-about-row i {
    background-color: #DAAE06;
}

/* Padding del banner principal*/
.frontpage-banner {
    padding: 100px 0;
}

/* Padding del bloc de les medalles*/
.frontpage-featured {
    background: #fff;
    padding: 50px 0 50px;
}

/* Horitzontal Rule*/
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Posició del text al banner principal*/
.frontpage-banner .banner-title {
    text-align: left;
}

.frontpage-banner .banner-sub-title {
    text-align: left;
    text-transform: none;
}

.col-md-offset-1 {
    margin-left: 3%;
}

/* Fons bloc concha*/
.frontpage-test {
    background: #fbf2dd;
    padding: 120px 0 100px;
}

/* Treure nom del que escriu l'article*/
.archive-singular-wrap > div .meta {
   display: none !important; 
}

/* Full width*/
.col-sm-8 {
    width: 100%;
}