/*!
 * Concello de Santiago
 * styles.css
 * General css styles
 */


/* -------------------------------------------------------------
   BODY
------------------------------------------------------------- */


/* General */

*:focus {
    border: 2px solid #424242;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    background: #FFF;
}


/* Wrapper */

.wrapper {
    padding-top: 0;
    padding-bottom: 300px;
}

#homepage {
    padding-top: 0;
}


/* Main content */

#main-content {
    padding-bottom: 60px;
}


/* -------------------------------------------------------------
   TYPOGRAPHY
------------------------------------------------------------- */


/* General */

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
}


/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2em;
    text-transform: uppercase;
}

header h3 {
    font-size: 24px;
    text-transform: uppercase;
}


/* Paragraph */

p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

p.lead {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
}


/* List */

li {
    /*    font-size: 16px;*/
    font-weight: 300;
}


/* Required text */

p.required {
    font-style: italic;
    font-size: 14px;
}


/* Table */

td {
    /*    font-size: 18px;*/
    font-weight: 300;
}


/* -------------------------------------------------------------
   BUTTONS
------------------------------------------------------------- */


/* Default */

.btn-default {
    padding: 15px 30px 13px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF !important;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    background: #d90042;
    border-radius: 0;
    border: none;
}

.btn-default:hover {
    color: #FFF !important;
    background: #c2003b;
}

.btn-default:focus {
    color: #FFF !important;
    border: none;
    outline: none;
    box-shadow: none;
}


/* Dropdown toggle */

.btn.dropdown-toggle:before {
    margin: 0;
    content: '';
}

.btn.dropdown-toggle:after {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    content: '\f107';
}

.btn-group.open .dropdown-toggle {
    color: #FFF;
    box-shadow: none;
}


/* Buttons container */

.buttons-container {
    margin: 45px 0 0;
    text-align: center;
}


/* Load button */

.btn-default span {
    margin: 0 10px 0 0;
    padding: 0;
}

.btn-default .fa {
    font-size: 16px;
}

.btn-default[disabled],
.btn-default[disabled]:focus .btn-default[disabled]:hover {
    background: #0f71b7 !important;
}


/* -------------------------------------------------------------
   LINK
------------------------------------------------------------- */


/* General */

a {
    color: #d90042;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #d90042;
    outline: 0;
    box-shadow: none;
}


/* ------------------------------------------------------------- */


/* SHARE							 							 */


/* ------------------------------------------------------------- */


/* General */

.share {
    display: inline-block;
    position: relative;
}

.share:before {
    display: inline-block;
    margin-right: 5px;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    content: '\f1e0';
    vertical-align: -1px;
}

.share .share-toggle {
    cursor: pointer;
    color: #011d2d !important;
}

.share .share-toggle:hover {
    text-decoration: none;
}


/* Addthis */

.share .addthis_default_style {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    float: left;
    width: 120px;
    height: 24px;
    margin-left: 10px;
}

.share .addthis_default_style.open {
    display: block;
}

.share .addthis_default_style a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: none;
    color: #011d2d !important;
    cursor: pointer;
}

.share .addthis_default_style a:hover {}

.share .addthis_default_style a .icon {
    display: block;
    margin: 0;
}

.share .addthis_default_style a .icon:before {
    display: block;
    width: 30px;
    height: 24px;
    margin: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    vertical-align: -1px;
}

.share .addthis_default_style .addthis_button_facebook:hover {
    color: #4c66a4;
}

.share .addthis_default_style .addthis_button_facebook .icon:before {
    content: "\f09a"
}

.share .addthis_default_style .addthis_button_twitter:hover {
    color: #4099FF;
}

.share .addthis_default_style .addthis_button_twitter .icon:before {
    content: "\f099"
}

.share .addthis_default_style .addthis_button_google_plusone_share:hover {
    color: #D34836;
}

.share .addthis_default_style .addthis_button_google_plusone_share .icon:before {
    content: "\f0d5"
}

.share .addthis_default_style .addthis_button_email:hover {
    color: #000;
}

.share .addthis_default_style .addthis_button_email .icon:before {
    content: "\f0e0"
}


/* -------------------------------------------------------------
   BREADCRUMBS / FILTERS
------------------------------------------------------------- */


/* General */

#breadcrumbs-filters {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #F2F2F2;
    background: #0f71b7;
}

#breadcrumbs-filters.scrolled {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}


/* Breadcrumbs */

#breadcrumbs-filters .breadcrumb {
    float: left;
    height: 50px;
    margin: 0;
    padding: 15px 0;
    border-radius: 0;
    background: none;
}

#breadcrumbs-filters .breadcrumb li {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}

#breadcrumbs-filters .breadcrumb li.active {
    font-weight: 400;
}

#breadcrumbs-filters .breadcrumb li a {
    color: #FFF;
}

#breadcrumbs-filters .breadcrumb>li+li:before {
    color: #FFF;
    font-weight: 300;
}


/* Button */

#breadcrumbs-filters .btn-default {
    height: 50px;
}

#breadcrumbs-filters .btn-default:hover {}


/* Back button */

#breadcrumbs-filters .btn-back {
    float: right;
}


/* Filters */

#breadcrumbs-filters .filters {
    float: right;
    margin: 0;
}

#breadcrumbs-filters .filters .btn-group {
    float: left;
    margin: 0;
}

#breadcrumbs-filters .filters .btn-default {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 0;
}

#breadcrumbs-filters .filters .open .btn-default {
    background: #0660a0
}


/* Filters dropdown */

#breadcrumbs-filters .filters .dropdown-menu {
    min-width: 150px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: #0660a0
}

#breadcrumbs-filters .filters .dropdown-menu li {
    margin: 0;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

#breadcrumbs-filters .filters .dropdown-menu li a {
    padding: 10px;
    padding-top: 12px;
    color: #FFF;
    font-weight: 400;
}

#breadcrumbs-filters .filters .dropdown-menu li a:hover {
    color: #0f71b7;
    background: #FFF;
}


/* -------------------------------------------------------------
   HEADER IMAGE
------------------------------------------------------------- */


/* General */

#header-image {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    background-repeat: norepeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Spacer */

#header-image .spacer {
    width: 100%;
    height: auto;
    margin: 0;
}

#header-image img {
    display: block;
    width: 100%;
    margin: 0;
}


/* Mobile image */

#header-image .image-small {
    display: none;
}


/* Text container */

#header-image .text-container {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 1170px;
    height: auto;
    margin-left: -585px;
    padding: 0 15px;
    text-align: left;
    font: 0/0 a;
}

#header-image .text-container:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/* Article */

#header-image .text-container article {
    display: inline-block;
    width: 50%;
    padding: 0;
    vertical-align: bottom;
    font: 14px/1 Sans-Serif;
    text-align: left;
    background: none;
}

#header-image .text-container article h1 {
    margin: 0;
    color: #FFF;
    font-size: 120px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
}


/* -------------------------------------------------------------
   PAGE HEADER
------------------------------------------------------------- */


/* General */

header.page-header {
    display: block;
    margin: 30px 0 28px;
    padding: 0;
    text-align: left;
    border: none;
}

header.page-header h1 {
    margin: 0;
}

header.page-header p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

header.page-header span {
    white-space: nowrap;
}


/* Tags */

header.page-header .time,
header.page-header .location,
header.page-header .category {
    margin: 0;
    margin-left: 20px;
}

header.page-header .date:before,
header.page-header .time:before,
header.page-header .location:before,
header.page-header .category:before {
    font-size: 18px;
    margin-right: 5px;
}


/* -------------------------------------------------------------
   GENERAL LISTING
------------------------------------------------------------- */


/* Item */

.list-item {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    margin: 0;
    padding: 0 15px;
}


/* Link */

.list-item a {
    display: block;
    margin: 0;
    color: #1C1C1B;
}

.list-item a:hover {
    color: #1C1C1B;
}


/* Image */

.list-item .item-image {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.list-item .item-image img {
    display: block;
    width: 100%;
    margin: 0;
}


/* Text */

.list-item .text-container {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.list-item .text-container h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .5px;
}

.list-item .text-container p {
    margin: 0;
    font-size: 12px;
}


/* -------------------------------------------------------------
   FREETEXT
------------------------------------------------------------- */


/* General */

.freetext {
    width: 100%;
    padding: 0 !important;
}

.content-wrapper {
    width: 970px;
    margin: 0 auto;
}


/* Page header */

.freetext .page-header {
    margin: 45px 0;
}

.freetext .page-header h1 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #0f71b7;
    text-transform: none;
}

.freetext .category {
    margin-left: 20px;
}

.freetext .category:before {
    margin-right: 10px;
}


/* Typography */

.freetext .content-container p {
    text-align: justify;
}


/* Content image */

.freetext .content-image {
    display: block;
    float: left;
    width: 100%;
    margin: 30px 0 45px;
}

.freetext .content-image img {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.freetext .content-image .text-container {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: #0f71b7;
}

.freetext .content-image p {
    margin: 0;
    padding-right: 33.33333333%;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}


/* -------------------------------------------------------------
   RELATED INFORMATION
------------------------------------------------------------- */


/* General */

#related-info {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 !important;
}


/* List item */

#related-info .related-items {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}

#related-info .related-items h4 {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #1d1e1c;
    border-bottom: 1px solid #1d1e1c;
}

#related-info .related-items:first-child h4 {
    border-top: 3px solid #1d1e1c;
}

#related-info .related-items ul {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    padding-left: 25px;
}

#related-info .related-items li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    margin: 0;
    margin-bottom: 15px;
    padding-right: 45px;
    line-height: 1.2em;
    list-style: none;
}

#related-info .related-items li:nth-child(2n+1) {
    clear: left;
}


/* List icons */

#related-info .related-items li:before {
    display: inline-block;
    margin: 0;
    margin-left: -25px;
    margin-right: 12px;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    vertical-align: 0;
}

#related-info .downloads li:before {
    content: '\f016';
}

#related-info .links li:before {
    content: '\f08e';
}


/* Gallery */

#related-info .gallery ul {
    float: none;
    width: auto;
    margin: 0;
    margin-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
}

#related-info .gallery li {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1;
}

#related-info .gallery li:nth-child(2n+1) {
    clear: none;
}

#related-info .gallery li img {
    cursor: pointer;
}


/* Gallery modal */

#galleryModal .modal-body {
    padding: 5px !important;
}

#galleryModal .modal-content {
    border-radius: 0;
}

#galleryModal .modal-dialog img {
    text-align: center;
    margin: 0 auto;
}

#galleryModal .controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

#galleryModal .next {
    float: right;
    text-align: right;
}


/* -------------------------------------------------------------
   HEADER
------------------------------------------------------------- */


/* General */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url('../images/bkgrnd-header.png');
    border-bottom: 1px solid #DDD;
}

#homepage #header {
    position: static;
}

#homepage #header.fixed {
    position: fixed;
    top: 0;
    border-top: 1px solid #DDD;
}

#header .container {
    position: relative;
    height: 50px;
    padding: 0;
    background: #FFF;
}


/* target */

#header .target {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 1px;
    background: transparent;
}


/* Logo */

#header .logo {
    float: left;
    width: auto;
    width: 250px;
    min-height: 1px;
    margin: 0;
}

#header .logo a {
    display: block;
    margin: 0;
}

#header .logo img {
    display: block;
    width: 100%;
    margin: 0;
}


/* -------------------------------------------------------------
   SOCIAL - LANGUAGES
------------------------------------------------------------- */


/* General */

#header #social-languages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: transparent;
}

#header.fixed #social-languages {
    display: none;
}

#header #social-languages.fixed {
    position: fixed;
    background-color: #FFF;
    /*
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;	
    */
}

#header #social-languages>.container {
    height: auto;
    padding: 15px 0;
    background: none;
}

#header #social-languages.fixed>.container {
    height: 50px;
    padding: 11px 0;
}


/* Language select */

#language-select {
    float: right;
}

#language-select .btn-default {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .5px;
    background: none;
    border: 1px solid #FFF;
    background-color: #000!important;
}

.p-interior #language-select .btn-default {
    background-color: #fff!important;
}

#social-languages.fixed #language-select .btn-default {
    color: #000 !important;
    border: none;
}

#social-languages.fixed #language-select .btn.dropdown-toggle:after {
    color: #000 !important;
}

#language-select .dropdown-menu {
    min-width: 100%;
    padding: 0;
    border-radius: 0;
    background: #FFF;
    border: 1px solid #FFF;
}

#language-select .dropdown-menu li {
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

#language-select .dropdown-menu li>a {
    padding: 6px 13px;
}


/* Social follow links */

#social-follow-links {
    float: right;
    width: auto;
    margin: 0;
    margin-right: 13px;
    padding: 0;
}

#social-follow-links li {
    display: inline;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    padding: 0;
    font-size: 0;
    text-align: center;
    text-indent: -999px;
    color: transparent;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 100%;
}

#social-languages.fixed #social-follow-links li {
    border-color: #DDD;
    border: none;
}

#social-follow-links li>a {
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    text-decoration: none;
}

#social-follow-links li>a:hover {
    text-decoration: none;
}

#social-follow-links li>a:before {
    display: block;
    width: 100%;
    height: 28px;
    margin: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    text-indent: 0;
}

#social-languages.fixed #social-follow-links li>a:before {
    color: #000;
}

#social-follow-links li.facebook>a:before {
    content: '\f09a';
}

#social-follow-links li.twitter>a:before {
    content: '\f099';
}

#social-follow-links li.youtube>a:before {
    content: '\f167';
    content: '\f16a';
}


/* Weather link */

.weather-link {
    float: right;
    width: 28px;
    height: 28px;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    font-size: 0;
    text-align: center;
    text-indent: -999px;
    color: transparent;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 100%;
}

#social-languages.fixed .weather-link {
    border: 1px solid #DDD;
    border: none;
}

.weather-link:hover {
    text-decoration: none;
}

.weather-link:before {
    display: block;
    width: 100%;
    height: 28px;
    margin: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    text-indent: 0;
    content: '\f0c2';
    background-color: #000!important;
}

.p-interior .weather-link:before {
    background-color: #fff!important;
}

#social-languages.fixed .weather-link:before {
    color: #000;
}


/* -------------------------------------------------------------
   MAIN NAVIGATION
------------------------------------------------------------- */


/* General */

#header #main-navigation {
    float: right;
    width: auto;
    margin: 0;
    margin-right: 65px;
    padding: 0;
}

#header #main-navigation .navbar-nav {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}

#header #main-navigation .navbar-nav>li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

#header #main-navigation .navbar-nav>li>a {
    height: 50px;
    margin: 0;
    padding: 16px 15px 14px;
    color: #000;
    cursor: pointer;
}

#header #main-navigation .navbar-nav>li>a:hover,
#header #main-navigation .navbar-nav>li:hover>a {
    color: #d90042;
    background: none;
}

#header #main-navigation .navbar-nav>li.active>a {
    color: #bf0043;
    /*	color: #FFF;
	background: #0f71b7;*/
}

#header #main-navigation .navbar-nav>li.active .icon {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 20px;
    height: 10px;
    margin: 0;
    margin-left: -10px;
    background: url(../images/bkgrnd-icon-active.png) no-repeat;
}


/* Dropdown toggle */

#header #main-navigation .navbar-nav>li>a.dropdown-toggle:after {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    content: '\f107';
}


/* Dropdown menu */

#header #main-navigation li.dropdown {
    position: relative;
}

#header #main-navigation .navbar-nav>li.dropdown>a:hover,
#header #main-navigation .navbar-nav>li.dropdown:hover>a,
#header #main-navigation .navbar-nav>li.dropdown.open>a {
    color: #FFF;
    background: #0f71b7;
}

#header #main-navigation .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

#header #main-navigation .dropdown:hover>.dropdown-menu {
    display: block;
}

#header #main-navigation .dropdown-menu ul {
    float: left;
    min-width: 160px;
    margin: 0;
    padding: 0;
}

#header #main-navigation .dropdown-menu li {
    position: relative;
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    white-space: nowrap;
}

#header #main-navigation .dropdown-menu li a {
    display: block;
    padding: 12px 15px 10px;
    padding-right: 30px;
    text-decoration: none;
    color: #FFF;
    background: #0f71b7;
}

#header #main-navigation .dropdown-menu li:hover>a,
#header #main-navigation .dropdown-menu li a:hover {
    text-decoration: none;
    color: #0f71b7;
    background: #FFF;
}


/* Dropdown submenu */

#header .navbar-nav .dropdown-menu.sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: 0;
    margin-left: -1px;
    padding: 0;
    border-radius: 0;
}

#header .navbar-nav .dropdown-menu.sub-menu li {
    line-height: 1;
}

#header .navbar-nav .dropdown-menu.sub-menu>li>a {
    padding: 15px 30px 13px 15px;
    line-height: 1;
}

#header .navbar-nav .dropdown-menu li:hover>.dropdown-menu {
    display: block;
}


/* Expand left */

#header .navbar-nav .expand-left .dropdown-menu.sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
}


/* Dropdown icon */

#header .navbar-nav li a.trigger {
    position: relative;
}

#header .navbar-nav li a.trigger:after {
    position: absolute;
    right: 0;
    width: 30px;
    text-align: center;
    font-family: FontAwesome;
    content: '\f105';
}

#header .navbar-nav li.open>a.trigger:after {}


/* -------------------------------------------------------------
   SITE SEARCH
------------------------------------------------------------- */


/* General */

#header #site-search {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: auto;
    margin: 0;
}


/* Search toggle */

#header .search-toggle {
    float: right;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    outline: 0;
    background: #FFF;
}

#header .search-toggle:hover {
    background: #d90042;
}

#header .search-toggle:focus {
    outline: 0;
    box-shadow: none;
}

#header .search-toggle .icon {
    display: block;
    width: 100%;
    margin: 0;
}

#header .search-toggle .icon:before {
    display: block;
    width: 100%;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    content: '\f002';
    color: #d90042;
}

#header .search-toggle:hover .icon:before {
    color: #FFF;
}


/* Search form */

#header #search-form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 550px;
    height: 50px;
    border: none;
    border-left: 1px solid #DDD;
    background: #FFF;
}


/* Search input */

#header #search-form .form-control {
    height: 50px;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}


/* Search button */

#header #search-button {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: none;
    outline: 0;
    border-radius: 0;
}

#header #search-button:focus {
    outline: 0;
    box-shadow: none;
}

#header #search-button .icon {
    display: block;
    width: 100%;
    margin: 0;
}

#header #search-button .icon:before {
    display: block;
    width: 100%;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    content: '\f002';
    color: #d90042;
}

#header #search-button .icon:after {
    display: none;
    content: '';
}


/* Placeholder */

#header #search-form .form-control::-webkit-input-placeholder {
    color: #1C1C1B;
    opacity: 1;
}

#header #search-form .form-control:-moz-placeholder {
    color: #1C1C1B;
    opacity: 1;
}

#header #search-form .form-control::-moz-placeholder {
    color: #1C1C1B;
    opacity: 1;
}

#header #search-form .form-control:-ms-input-placeholder {
    color: #1C1C1B;
    opacity: 1;
}


/* -------------------------------------------------------------
   SLIDESHOW
------------------------------------------------------------- */


/* General */

#homepage #slideshow {
    width: 100%;
    padding: 0;
}


/* Item */

#homepage .carousel .item {
    background-repeat: norepeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Spacer */

#homepage .carousel .item .spacer {
    width: 100%;
    height: auto;
    margin: 0;
}

#homepage .carousel .item .spacer img {
    display: block;
    width: 100%;
    margin: 0;
}


/* Mobile image */

#homepage .carousel .item .image-small {
    display: none;
}


/* Indicators */

#homepage:not(.p-interior) ul#social-follow-links li>a {
    background: #000!important;
    background-color: #000!important;
    color: #fff!important
}


/*
#homepage .carousel {
    padding-top: 55px;
}
*/

#homepage .carousel .carousel-indicators {
    bottom: 10px;
}

#homepage .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border: 1px solid #FFF;
}

#homepage .carousel .carousel-indicators .active {
    border: 1px solid #FFF;
    background: Â #FFF;
}


/* Text container */

#homepage .carousel .text-container {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1170px;
    height: 100%;
    margin-left: -585px;
    padding: 0;
    text-align: center;
    font: 0/0 a;
    background: none;
}

#homepage .carousel .text-container:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/* Article */

#homepage .carousel .text-container article {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-bottom: 100px;
    vertical-align: middle;
    font: 14px/1 Sans-Serif;
    text-align: center;
    background: none;
}

#homepage .carousel .text-container article span,
#homepage .carousel .text-container article h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
}

#homepage .carousel .text-container article h2 span {
    font-weight: 600;
}

#homepage .carousel .text-container article p {
    margin: 0;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
}

#homepage .carousel .text-container article a {
    color: #FFF;
}

#homepage .carousel .text-container article img {
    display: inline-block;
    width: 100px;
    margin-bottom: 15px;
}


/* Controls */

#homepage .carousel .carousel-control {
    width: 42px;
    margin: 0;
    text-decoration: none;
    background: none;
}

#homepage .carousel .carousel-control:hover {
    text-decoration: none;
}

#homepage .carousel .carousel-control .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    margin: 0;
    margin-top: -21px;
    padding: 0;
    line-height: 40px;
    color: #FFF;
    background: #000;
}

#homepage .carousel-control.left .icon {
    left: 0;
}

#homepage .carousel-control .icon:before {
    display: block;
    width: 100%;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
}

#homepage .carousel-control.left .icon:before {
    content: '\f104';
}

#homepage .carousel-control.right .icon {
    right: 0;
}

#homepage .carousel-control.right .icon:before {
    content: '\f105';
}


/* -------------------------------------------------------------
   HOMEPAGE NEWS
------------------------------------------------------------- */


/* General */

#homepage #news {
    position: relative;
    width: 1180px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#homepage #news>.row {
    margin-left: -5px;
    margin-right: -5px;
}

#homepage #news .column {
    position: relative;
    float: left;
    width: 42.85%;
    min-height: 1px;
    padding: 0 5px;
}

#homepage #news .column:first-child {
    width: 57.15%;
}


/* List item */

#homepage #news .list-item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

#homepage #news .list-item a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #000;
}

#homepage #news .list-item img {
    display: block;
    width: 100%;
    margin: 0;
    opacity: .8;
}

#homepage #news .list-item a:hover img {
    opacity: 0.5;
}

#homepage #news .column:first-child .list-item {
    width: 50%;
    padding-right: 5px;
}

#homepage #news .column:first-child .list-item:nth-child(3) {
    padding-left: 5px;
    padding-right: 0;
}

#homepage #news .column:first-child .list-item:first-child {
    width: 100%;
    padding: 0;
}


/* Text container */

#homepage #news .list-item .text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 25% 30px 20px;
    color: #FFF;
    text-align: left;
    background: none;
}

#homepage #news .list-item .text-container p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
}

#homepage #news .list-item .text-container .date {
    padding: 5px 15px;
    font-weight: 400;
    background: #d90042;
}

#homepage #news .list-item .text-container h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

#homepage #news .column:first-child .list-item .text-container {
    padding-right: 20px;
    font-size: 18px;
}

#homepage #news .column:first-child .list-item .text-container h3 {
    font-size: 18px;
}

#homepage #news .column:first-child .list-item:first-child .text-container h3 {
    padding-right: 25%;
    font-size: 35px;
    font-weight: 300;
}


/* More button */

#homepage #news .btn-default {
    display: inline-block;
    margin: 30px auto 40px;
}


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */


/* General */

#homepage #accesos-directos {
    width: 1170px;
    margin: 50px auto 40px;
    padding: 0;
}

#homepage #accesos-directos.fixed {
    margin-top: 100px;
}

#homepage #accesos-directos>.row {
    margin: 0;
}

#homepage #accesos-directos .list-item {
    position: relative;
    /*width: 20%;*/
    width: 12.5%;
    padding: 0;
    padding-top: 15%;
}

#homepage #accesos-directos .list-item>a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font: 0/0 a;
}

#homepage #accesos-directos .list-item>a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/* Article */

#homepage #accesos-directos .list-item article {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 20px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-align: center;
    background: none;
}

#homepage #accesos-directos .list-item article img {
    display: inline-block;
    width: 90px;
    margin: 0;
    margin-bottom: 15px;
}

#homepage #accesos-directos .list-item article h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

#homepage #accesos-directos .list-item article p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}


/*
#homepage #accesos-directos #directo-pacto > a {
	background-image: url('../images/bkgrnd-directo-pacto.jpg');
	background-repeat: norepeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
	background-position: center;
}
#homepage #accesos-directos #directo-pacto article {
	padding-bottom: 60px;
}
#homepage #accesos-directos #directo-pacto h3 {
	margin-bottom: 4px;
	font-size: 14px;
}
#homepage #accesos-directos #directo-pacto p {
	color: #000;
	text-transform: uppercase;
}
*/


/* background colours */

#directo-transparencia>a {
    background-color: #08788c;
}

#directo-contacto>a {
    background-color: #474747;
}

#directo-carpeta>a {
    background-color: #a3581d;
}

#directo-perfil>a {
    background-color: #215638;
}

#directo-pago>a {
    background-color: #d90042;
}

#directo-pacto>a {
    background-color: #65c7d0;
}

#directo-xeoportal>a {
    background-color: #936e03;
}

#directo-europa>a {
    background-color: #0054a4;
}

#directo-citaprevia>a {
    background-color: #2f6651;
}


/* pacto banner */

#homepage #accesos-directos #directo-pacto {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
}

#homepage #accesos-directos #directo-pacto>a {
    display: block;
    position: relative;
    height: auto;
}

#homepage #accesos-directos #directo-pacto>a:before {
    display: none;
    height: 0px;
}

#homepage #accesos-directos #directo-pacto img {
    display: block !important;
    width: 100%;
    margin: 0;
}


/* -------------------------------------------------------------
   HORIZONTAL BANNERS
------------------------------------------------------------- */


/* General */

#homepage .banner-horz {
    display: block;
    margin: 40px auto;
    padding: 0;
}

#homepage .banner-horz a,
#homepage .banner-horz img {
    display: block;
    width: 100%;
    margin: 0;
}


/* -------------------------------------------------------------
   NAV2 BANNERS
------------------------------------------------------------- */


/* General */

#homepage #nav2 {
    width: 1170px;
    margin: 0 auto 40px;
    padding: 0;
}

#homepage #nav2>.row {
    margin-left: -5px;
    margin-right: -5px;
}

#homepage #nav2 .list-item {
    position: relative;
    width: 20%;
    padding: 0 5px;
}

#homepage #nav2 .list-item>a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    font: 0/0 a;
    background: #e9e9e9;
}

#homepage #nav2 .list-item>a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#homepage #nav2 .list-item>a:hover {
    background: #d90042;
}


/* Article */

#homepage #nav2 .list-item article {
    display: inline-block;
    width: 100%;
    padding: 0 15px 0 80px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: left;
    background: none;
}

#homepage #nav2 .list-item>a:hover article {
    color: #FFF;
}

#homepage #nav2 .list-item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

#homepage #nav2 .list-item>a .on-state {
    display: none;
}

#homepage #nav2 .list-item>a:hover .off-state {
    display: none;
}

#homepage #nav2 .list-item>a:hover .on-state {
    display: block;
}

#homepage #nav2 .list-item article h4 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
}


/* -------------------------------------------------------------
   ACTUALIDAD
------------------------------------------------------------- */


/* General */

#homepage #actualidad-banners {
    width: 1170px;
    margin: 0 auto 40px;
    padding: 0;
}

#homepage #actualidad-banners>.container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 23%;
}

#homepage #actualidad-banners .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    background: #fbf9f9;
}

#homepage #actualidad-banners>.container .row:first-child {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/* List item */

#homepage #actualidad-banners .row .list-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
}

#homepage #actualidad-banners .row:first-child .list-item {
    width: 50%;
    border-left: 10px solid #FFF;
}

#homepage #actualidad-banners .row:first-child .list-item:first-child {
    border-right: 10px solid #FFF;
    border-left: 0;
}

#homepage #actualidad-banners .list-item>.container {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 15px 30px;
}

#homepage #actualidad-banners .list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#homepage #actualidad-banners .list-item li {
    margin-bottom: 15px;
    line-height: 1.2;
}

#homepage #actualidad-banners .list-item li a {
    color: #d90042;
}


/* Header */

#homepage #actualidad-banners .list-item header {
    display: block;
    position: relative;
    height: 50px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-left: 50px;
    border-bottom: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left;
}

#homepage #actualidad-banners .list-item header hr {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 130px;
    width: 100%;
    height: 1px;
    margin: 0;
    background: #d90042;
    border: none;
}

#homepage #actualidad-banners #avisos header {
    background-image: url('../images/icon-avisos.png');
}

#homepage #actualidad-banners #anuncios header {
    background-image: url('../images/icon-anuncios.png');
}

#homepage #actualidad-banners #axenda header {
    background-image: url('../images/icon-axenda.png');
}

#homepage #actualidad-banners .list-item header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 2.6;
    font-weight: 600;
    text-transform: none;
}


/* Axenda */

#homepage #actualidad-banners #axenda .row {
    margin-left: -15px;
    margin-right: -15px;
}

#homepage #actualidad-banners #axenda .list-item {
    width: 50%;
    margin: 0;
    padding: 0 15px 0 25px;
}

#homepage #actualidad-banners #axenda .list-item:first-child {
    padding: 0 25px 0 15px;
}

#homepage #actualidad-banners #axenda .list-item figure {
    float: left;
    width: 48%;
    margin: 0;
}

#homepage #actualidad-banners #axenda .list-item figure img {
    display: block;
    width: 100%;
    margin: 0;
}

#homepage #actualidad-banners #axenda .list-item h4 {
    float: right;
    width: 52%;
    margin: 0;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

#homepage #actualidad-banners #axenda .list-item h4 a {
    color: #d90042;
}

#homepage #actualidad-banners #axenda .list-item p {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #7f7775;
}

#homepage #actualidad-banners #axenda .list-item p:last-child {
    margin-top: 10px;
}

#homepage #actualidad-banners #axenda .list-item p a {
    color: #d90042;
}


/* -------------------------------------------------------------
   RIGHT BANNERS
------------------------------------------------------------- */


/* General */

#homepage #actualidad-banners #right-banners {
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    margin: 0;
    border-left: 20px solid #FFF;
    background: #fbf9f9;
}

#homepage #actualidad-banners #right-banners>.container {
    width: 100%;
    padding-top: 39px
}

#homepage #actualidad-banners #right-banners .vert-banner-carousel {
    width: 100%;
    height: 100%;
}

#homepage #actualidad-banners #right-banners .vert-banner-carousel .item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
}

#homepage #actualidad-banners #right-banners .vert-banner-carousel .item,
#homepage #actualidad-banners #right-banners .vert-banner-carousel .item:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#homepage #actualidad-banners #right-banners .vert-banner-carousel .item a,
#homepage #actualidad-banners #right-banners .vert-banner-carousel .item a:focus {
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
}

#homepage #actualidad-banners #right-banners .vert-banner-carousel .item img {
    display: block;
    width: 100%;
    margin: 0;
    border: 4px solid #FFF;
}


/* Controls */

#homepage .vert-banner-carousel .slick-prev,
#homepage .vert-banner-carousel .slick-next {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -28px;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #DDD;
    ;
    outline: none;
    background: #FFF;
}

#homepage .vert-banner-carousel .slick-prev:hover,
#homepage .vert-banner-carousel .slick-next:hover {
    background: #f2f2f2;
}

#homepage .vert-banner-carousel .slick-prev {
    right: 23px;
    border-right: none;
}

#homepage .vert-banner-carousel .slick-prev:before,
#homepage .vert-banner-carousel .slick-next:before {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    color: #d90042;
    content: '\f107';
}

#homepage .vert-banner-carousel .slick-prev:before {
    content: '\f106';
}


/* Controls */

#homepage .banner-todo-ancho .slick-prev,
#homepage .banner-todo-ancho .slick-next {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -28px;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #DDD;
    ;
    outline: none;
    background: #FFF;
}

#homepage .banner-todo-ancho .slick-prev:hover,
#homepage .banner-todo-ancho .slick-next:hover {
    background: #f2f2f2;
}

#homepage .banner-todo-ancho .slick-prev {
    right: 23px;
    border-right: none;
}

#homepage .banner-todo-ancho .slick-prev:before,
#homepage .banner-todo-ancho .slick-next:before {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    color: #d90042;
    content: '\f105';
}

#homepage .banner-todo-ancho .slick-prev:before {
    content: '\f104';
}


/* -------------------------------------------------------------
   HORIZONTAL BANNER
------------------------------------------------------------- */


/* General */

#homepage .banner-todo-ancho {
    width: 1170px;
    margin: 40px auto;
    padding: 0;
}

#homepage .banner-todo-ancho img {
    display: block;
    width: 100%;
    margin: 0;
}


/* -------------------------------------------------------------
   INFERIOR BANNERS
------------------------------------------------------------- */


/* General */

#homepage #inferior-banners {
    width: 1190px;
    margin: 0 auto;
    padding: 0 5px;
}

#homepage #inferior-banners .horz-banner-carousel {}


/* Header */

#homepage #inferior-banners header {
    display: block;
    position: relative;
    min-height: 50px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 70px;
    border-bottom: 1px solid #ddd;
}

#homepage #inferior-banners header hr {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 130px;
    height: 1px;
    margin: 0;
    background: #d90042;
    border: none;
}

#homepage #inferior-banners header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 2.6;
    font-weight: 600;
    text-transform: none;
}


/* List item */

#homepage #inferior-banners .item,
#homepage #inferior-banners .item:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#homepage #inferior-banners .item a,
#homepage #inferior-banners .item a:focus {
    display: block;
    padding: 5px;
    border: none;
    outline: none;
    box-shadow: none;
}

#homepage #inferior-banners .item img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
}


/* Controls */

#homepage #inferior-banners .slick-prev,
#homepage #inferior-banners .slick-next {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -70px;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #DDD;
    ;
    outline: none;
    background: #FFF;
}

#homepage #inferior-banners .slick-prev:hover,
#homepage #inferior-banners .slick-next:hover {
    background: #f2f2f2;
}

#homepage #inferior-banners .slick-prev {
    right: 23px;
    border-right: none;
}

#homepage #inferior-banners .slick-prev:before,
#homepage #inferior-banners .slick-next:before {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    color: #d90042;
    content: '\f105';
}

#homepage #inferior-banners .slick-prev:before {
    content: '\f104';
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */


/* General */

#homepage.castellano-english #banners-castellano {
    width: 1180px;
    margin-bottom: 40px;
}

#homepage.castellano-english #banners-castellano .list-item {
    width: 33.33333333%;
    min-height: 1px;
    margin: 0;
    padding: 0 5px;
}

#homepage.castellano-english #banners-castellano .list-item>a {
    display: block;
    position: relative;
    background: #CCC;
}

#homepage.castellano-english #banners-castellano .list-item img {
    display: block;
    width: 100%;
    margin: 0;
}

#homepage.castellano-english #banners-castellano .list-item .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 60px 30px;
    text-align: center;
    color: #FFF;
    background: none;
}

#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

#homepage.castellano-english #banners-castellano .list-item .text-container p {
    font-size: 20px;
}


/* -------------------------------------------------------------
   HOMEPAGE RIGHT BANNERS ENGLISH CASTELLANO
------------------------------------------------------------- */


/* General */

#homepage.castellano-english #actualidad-banners>.container {
    padding-right: 0;
}

#homepage.castellano-english #actualidad-banners #right-banners {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 60px;
    border-left: none;
    background: #e9e9e9;
}

#homepage.castellano-english #actualidad-banners #right-banners>.container {
    width: 100%;
    padding: 0;
}

#homepage.castellano-english #actualidad-banners #right-banners .vert-banner-carousel {
    width: 100%;
    height: auto;
}

#homepage.castellano-english #actualidad-banners #right-banners .vert-banner-carousel .item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 15px;
}

#homepage.castellano-english #actualidad-banners #right-banners .vert-banner-carousel .item,
#homepage.castellano-english #actualidad-banners #right-banners .vert-banner-carousel .item:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


/* Controls */

#homepage.castellano-english .vert-banner-carousel .slick-prev,
#homepage.castellano-english .vert-banner-carousel .slick-next {
    top: 50%;
    right: -35px;
    width: 24px;
    height: 24px;
    margin: 0;
    margin-top: -12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #000;
    background: none;
    border-radius: 100%;
}

#homepage.castellano-english .vert-banner-carousel .slick-prev:hover,
#homepage.castellano-english .vert-banner-carousel .slick-next:hover {
    background: none;
    border-color: #d90042;
}

#homepage.castellano-english .vert-banner-carousel .slick-prev {
    right: auto;
    left: -35px;
    border-right: 1px solid #000;
}

#homepage.castellano-english .vert-banner-carousel .slick-prev:before,
#homepage.castellano-english .vert-banner-carousel .slick-next:before {
    color: #000;
    content: '\f105';
}

#homepage.castellano-english .vert-banner-carousel .slick-prev:before {
    content: '\f104';
}

#homepage.castellano-english .vert-banner-carousel .slick-prev:hover:before,
#homepage.castellano-english .vert-banner-carousel .slick-next:hover:before {
    color: #d90042;
}


/* -------------------------------------------------------------
   TOURISM SECTION ENGLISH
------------------------------------------------------------- */


/* General */

#homepage.castellano-english #tourism-section {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    background: #000;
    background-repeat: norepeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Spacer */

#homepage.castellano-english #tourism-section .spacer {
    width: 100%;
    height: auto;
    margin: 0;
}

#homepage.castellano-english #tourism-section img {
    display: block;
    width: 100%;
    margin: 0;
}


/* Mobile image */

#homepage.castellano-english #tourism-section .image-small {
    display: none;
}


/* Text container */

#homepage.castellano-english #tourism-section .text-container {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font: 0/0 a;
}

#homepage.castellano-english #tourism-section .text-container:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/* Article */

#homepage.castellano-english #tourism-section .text-container article {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    background: none;
}

#homepage.castellano-english #tourism-section .text-container article h3 {
    margin: 35px 0 45px;
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: uppercase;
}

#homepage.castellano-english #tourism-section .text-container article h3 span {
    font-weight: 600;
}

#homepage.castellano-english #tourism-section .text-container article .btn-default {
    text-transform: none;
}

#homepage.castellano-english #tourism-section .text-container article img {
    display: inline-block;
    width: 150px;
    margin: 0;
}


/* -------------------------------------------------------------
   INTRO TEXT
------------------------------------------------------------- */

#homepage.castellano-english #intro-text {
    margin: 45px auto;
    padding: 0 60px;
    text-align: center;
}

#homepage.castellano-english #intro-text h2 {
    font-size: 24px;
    text-transform: uppercase;
}


/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */


/* General */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: none;
    background: #333;
}

#footer>.container {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
    min-height: 1px;
}

#footer>.container>.row {
    width: 1200px;
    margin: 0 auto;
}


/* Header */

#footer header {
    display: block;
    position: relative;
    width: 1170px;
    height: 50px;
    margin: 0 auto 45px;
    padding: 0;
}

#footer header h4 {
    margin: 0;
    font-size: 20px;
    line-height: 2.6;
    color: #FFF;
    font-weight: 600;
    text-transform: none;
}

#footer header hr {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;
    margin: 0;
    background: #d90042;
    border: none;
}


/* Footer contact details */

#footer .contact-details {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    margin: 0;
    padding: 0 15px;
    color: #fff;
}

#footer .contact-details p {
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
}

#footer .contact-details p:first-child {
    padding-top: 15px;
}

#footer .contact-details p:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    content: '\f041';
    color: #bf0043;
}

#footer .contact-details ul {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .contact-details li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#footer .contact-details li a {
    color: #fff;
}

#footer .contact-details li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    content: '\f10b';
    color: #bf0043;
}

#footer .contact-details:last-child {
    text-align: right;
}

#footer .contact-details:last-child ul {
    float: right;
    width: auto;
}

#footer .contact-details:last-child li {
    margin-top: 34px;
}

#footer .contact-details:last-child li:before {
    position: relative;
    margin-right: 15px;
    font-size: 18px;
    content: '\f0e0';
}


/* Footer links */

#footer #footer-links {
    width: 100%;
    margin: 0;
    margin-top: 45px;
    padding: 0;
    background: #222;
}

#footer #footer-links>.row {
    width: 1200px;
    margin: 0 auto;
}

#footer #footer-links .rss-links,
#footer #footer-links .footer-links {
    position: relative;
    float: left;
    width: auto;
    min-height: 1px;
    margin: 0;
    padding: 0 15px;
    color: #FFF;
}

#footer #footer-links .footer-links {
    float: right;
}

#footer #footer-links .rss-links ul,
#footer #footer-links .footer-links ul {
    margin: 0;
    padding: 15px 0 14px;
    list-style: none;
}

#footer #footer-links .rss-links li,
#footer #footer-links .footer-links li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

#footer #footer-links .footer-links li {
    margin-left: 10px;
    margin-right: 0;
}

#footer #footer-links .rss-links li a,
#footer #footer-links .footer-links li a {
    color: #fff;
}

#footer #footer-links .rss-links li a {
    position: relative;
    padding-left: 18px;
}

#footer #footer-links .rss-links li a:before {
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
    font-family: "fontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    content: '\f143';
    color: #f29a14;
}

#directo-pacto img {
    display: none !important;
}

#axenda {
    min-height: 324px !important;
}

#avisos {
    min-height: 291px !important;
}

.formulario-bootstrap input[type="text"],
.formulario-bootstrap input[type="email"],
.formulario-bootstrap input[type="tel"],
.formulario-bootstrap textarea,
.formulario-bootstrap input[type="password"],
.formulario-bootstrap select {
    width: 100% !important;
}

h4.enquisa a {
    color: #bf0043 !important;
}


/* Imaxes apostolo */

.apartado img {
    max-width: 100%;
}

.carousel-indicators {
    z-index: 1;
}

/*quitar buscador*/
#site-search{display:none;}


.contador_arboles {
    position: ABSOLUTE;
    TOP: 27px;
    color: #263907;
    font-weight: 700!important;
    margin-left: 13%;
    font-size: 1.5em;
    line-height: 2.9em;
    background: #fffc;
    border-radius: 50%;
    width: 60px!important;
    height: 60px!important;
    text-align: center;
}
@media(max-width:1240px){
    .contador_arboles {
        TOP: 17px;
    }
}
@media(max-width:990px){
    .contador_arboles {
        TOP: 14px;
        margin-left: 13%;
        font-size: 1.2em;
        line-height: 2.4em;
        width: 40px!important;
        height: 40px!important;
    }
}
@media(max-width:640px){
    .contador_arboles {
        TOP: 4px;
    }
}