/*!
 * Concello de Santiago
 * styles-media.css
 * Responsive css styles
 */




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

/* Media Query - LARGE																   */

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

@media (min-width: 992px) and (max-width: 1199px) {


/* -------------------------------------------------------------
   TYPOGRAPHY
------------------------------------------------------------- */

/* Paragraph */
p {
    font-size: 14px;
}

/* List */
li {
    font-size: 14px;
}


/* -------------------------------------------------------------
   SLIDESHOW
------------------------------------------------------------- */

/* Text container */
#homepage .carousel .text-container {
	width: 970px;
	margin-left: -485px;
}

/* Article */
#homepage .carousel .text-container article h2 {
	font-size: 38px;
}
#homepage .carousel .text-container article p {
	font-size: 16px;
}


/* -------------------------------------------------------------
   HOMEPAGE NEWS
------------------------------------------------------------- */

/* General */
#homepage #news {
	width: 980px;
}

/* Text container */
#homepage #news .list-item .text-container {
	padding: 30px 20% 20px 20px;
}
#homepage #news .list-item .text-container p {
	font-size: 13px;
}
#homepage #news .list-item .text-container .date {
	padding: 5px 10px;
}
#homepage #news .list-item .text-container h3 {
	font-size: 20px;
}
#homepage #news .column:first-child .list-item .text-container {
	padding-right: 20px;
	font-size: 14px;
}
#homepage #news .column:first-child .list-item .text-container h3 {
	font-size: 14px;
}
#homepage #news .column:first-child .list-item:first-child .text-container h3 {
	padding-right: 20%;
	font-size: 32px;
}


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */

/* General */
#homepage #accesos-directos {
	width: 970px !important;
}

/* Article */
#homepage #accesos-directos .list-item article {
	padding: 10px 15px 15px;
}
#homepage #accesos-directos .list-item article img {
	width: 80px;
	margin-bottom: 10px;
}
#homepage #accesos-directos .list-item article h3 {
	margin-bottom: 10px;
	font-size: 11px;
}
#homepage #accesos-directos .list-item article p {
	font-size: 11px;
	line-height: 1.2;
}
#homepage #accesos-directos #directo-pacto h3 {
	font-size: 12px;
}


/* -------------------------------------------------------------
   NAV2 BANNERS
------------------------------------------------------------- */

/* General */
#homepage #nav2 {
	width: 970px;
}
#homepage #nav2 .list-item > a {
	height: 60px;
}
/* Article */
#homepage #nav2 .list-item article {
	padding: 0 15px 0 60px;
}
#homepage #nav2 .list-item img {
	width: 60px;
}
#homepage #nav2 .list-item article h4 {
	font-size: 13px;
}


/* -------------------------------------------------------------
   ACTUALIDAD
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners {
	width: 970px;
}
#homepage #actualidad-banners > .container .row:first-child {
	margin-bottom: 10px;
}

/* Header */
#homepage #actualidad-banners .list-item header h3 {
	font-size: 18px;
}

/* List item */
#homepage #actualidad-banners .list-item li {
	margin-bottom: 10px;
}
#homepage #actualidad-banners .list-item > .container {
	padding: 15px 10px 20px;
}
#homepage #actualidad-banners .row:first-child .list-item {
	border-left: 5px solid #FFF;
}
#homepage #actualidad-banners .row:first-child .list-item:first-child {
	border-right: 5px solid #FFF;
}

/* Axenda */
#homepage #actualidad-banners #axenda .row {
	margin-left: -10px;
	margin-right: -10px;
}
#homepage #actualidad-banners #axenda .list-item {
	width: 50%;
	margin: 0;
	padding: 0 10px 0 15px;
}
#homepage #actualidad-banners #axenda .list-item:first-child {
	padding: 0 15px 0 10px;
}
#homepage #actualidad-banners #axenda .list-item figure {
	width: 48%;
}
#homepage #actualidad-banners #axenda .list-item h4 {
	width: 52%;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.3;
}
#homepage #actualidad-banners #axenda .list-item p {
	font-size: 13px;
	line-height: 1.2;
}



/* -------------------------------------------------------------
   RIGHT BANNERS
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners #right-banners {
	border-left: 10px solid #FFF;
}
#homepage #actualidad-banners #right-banners > .container {
	padding: 39px 10px 0;
}
#homepage #actualidad-banners #right-banners > .container > .row {
	margin-left: -10px;
	margin-right: -10px;
}
#homepage #actualidad-banners #right-banners > .container .list-item {
	margin-top: 10px;
	padding: 0 10px;
}
#homepage #actualidad-banners #right-banners > .container .list-item a {
	border: 2px solid #FFF;
}


/* -------------------------------------------------------------
   HORIZONTAL BANNER
------------------------------------------------------------- */

/* General */
#homepage .banner-todo-ancho {
	width: 970px;
}


/* -------------------------------------------------------------
   INFERIOR BANNERS
------------------------------------------------------------- */

/* General */
#homepage #inferior-banners {
	width: 974px;
	padding: 0 2px;		
}
#homepage #inferior-banners .row {
	margin-left: -2px;
	margin-right: -2px;
}

/* List item */
#homepage #inferior-banners .list-item {
	padding: 0 2px;
}
#homepage #inferior-banners .list-item a {
	padding: 2px;
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #banners-castellano {
	width: 980px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container {
	padding: 60px 30px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
	font-size: 22px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container p {
	font-size: 18px;
}



/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */

/* General */
#footer > .container >.row {
	width: 990px;
}

/* Header */
#footer header {
	width: 970px;
}
#footer header h4 {
	font-size: 18px;
}

/* Footer contact details */
#footer .contact-details {
	padding: 0 10px;
}
#footer .contact-details p {
	padding-left: 20px;
	font-size: 12px;
}
#footer .contact-details p:first-child {
	padding-top: 12px;
}
#footer .contact-details p:first-child:before {
	font-size: 20px;
}	
#footer .contact-details li {
	padding-left: 20px;
	font-size: 12px;
}

/* Footer links */
#footer #footer-links > .row {
	width: 990px;
}
#footer #footer-links .rss-links,
#footer #footer-links .footer-links {
	padding: 0 10px;
}
#footer #footer-links .rss-links li,
#footer #footer-links .footer-links li {
	font-size: 12px;
}







}





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

/* Media Query - MEDIUM																   */

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

@media (max-width: 991px) {


/* -------------------------------------------------------------
   BODY
------------------------------------------------------------- */

/* Wrapper */ 
.wrapper {
	padding-bottom: 345px;
}


/* -------------------------------------------------------------
   HEADER
------------------------------------------------------------- */

/* General */ 
#header .container {
	width: 100%;
}

/* Logo */
#header .logo {
	width: 265px;
	padding-left: 15px;
	background: #d90042;
}


/* -------------------------------------------------------------
   SOCIAL - LANGUAGES
------------------------------------------------------------- */

/* General */ 
#header #social-languages > .container {
	width: 720px;
	padding: 10px 0;
}

/* Social follow links */ 
#social-follow-links {
	float: left;
}



/* -------------------------------------------------------------
   SITE SEARCH
------------------------------------------------------------- */

/* Search toggle */
#header .search-toggle {
	border-right: none;
}

/* Search form */
#header #search-form {
	width: 490px;
}


/* -------------------------------------------------------------
   MAIN NAVIGATION
------------------------------------------------------------- */

/* General */ 
#header #main-navigation {
	margin-right: 58px;
}
#header #main-navigation .navbar-nav>li {
	font-size: 13px;
}
#header #main-navigation .navbar-nav>li>a {
	padding: 17px 8px 14px;
}


/* -------------------------------------------------------------
   SLIDESHOW
------------------------------------------------------------- */

/* Text container */
#homepage .carousel .text-container {
	width: 750px;
	margin-left: -375px;
}

/* Article */
#homepage .carousel .text-container article {
	padding-bottom: 60px;
}
#homepage .carousel .text-container article h2 {
	font-size: 32px;
}
#homepage .carousel .text-container article p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   HOMEPAGE NEWS
------------------------------------------------------------- */

/* General */
#homepage #news {
	position: relative;
	width: 730px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#homepage #news .column {
	width: 100%;
	padding: 0 5px;
}
#homepage #news .column:first-child {
	width: 100%;
}

/* List item */
#homepage #news .list-item {
	width: 50%;
}
#homepage #news .list-item:first-child {
	padding-right: 5px;
}
#homepage #news .list-item:last-child {
	padding-left: 5px;
}
#homepage #news .column:first-child .list-item {
	width: 50%;
	padding-right: 5px;
}

/* Text container */
#homepage #news .list-item .text-container {
	padding: 30px 20px;
}
#homepage #news .list-item .text-container h3 {
	font-size: 18px;
}


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */

/* General */
#homepage #accesos-directos {
	width: 720px;
	padding: 0;
}

#homepage #accesos-directos .list-item {
	width: 33.33333333%;
	padding-top: 33.33333333%;
}

/* Article */
#homepage #accesos-directos .list-item article img {
	margin-bottom: 20px;
}
#homepage #accesos-directos .list-item article h3 {
	margin-bottom: 15px;
	font-size: 14px;
}
#homepage #accesos-directos .list-item article p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   NAV2 BANNERS
------------------------------------------------------------- */

/* General */
#homepage #nav2 {
	width: 720px;
}
#homepage #nav2 .list-item {
	width: 20%;
	padding: 0 5px;
	text-align: center;
}
#homepage #nav2 .list-item > a {
	height: 142px;
}

/* Article */
#homepage #nav2 .list-item article {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}
#homepage #nav2 .list-item img {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
#homepage #nav2 .list-item article h4 {
	font-size: 12px;
}


/* -------------------------------------------------------------
   ACTUALIDAD
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners {
	width: 720px;
}
#homepage #actualidad-banners > .container {
	padding: 0;
}
#homepage #actualidad-banners > .container .row:first-child {
	margin-bottom: 10px;
}

/* Header */
#homepage #actualidad-banners .list-item header h3 {
	font-size: 18px;
}

/* List item */
#homepage #actualidad-banners .list-item li {
	margin-bottom: 10px;
	font-size: 14px;
}
#homepage #actualidad-banners .list-item > .container {
	padding: 15px 15px 20px;
}
#homepage #actualidad-banners .row:first-child .list-item {
	border-left: 5px solid #FFF;
}
#homepage #actualidad-banners .row:first-child .list-item:first-child {
	border-right: 5px solid #FFF;
}

/* Axenda */
#homepage #actualidad-banners #axenda .row {
	margin-left: -10px;
	margin-right: -10px;
}
#homepage #actualidad-banners #axenda .list-item {
	width: 50%;
	margin: 0;
	padding: 0 10px 0 15px;
}
#homepage #actualidad-banners #axenda .list-item:first-child {
	padding: 0 15px 0 10px;
}
#homepage #actualidad-banners #axenda .list-item figure {
	width: 48%;
}
#homepage #actualidad-banners #axenda .list-item h4 {
	width: 52%;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.3;
}
#homepage #actualidad-banners #axenda .list-item p {
	font-size: 13px;
	line-height: 1.2;
}


/* -------------------------------------------------------------
   RIGHT BANNERS
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners #right-banners {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 64px;
	padding: 0 10px;
	background: none;
	border: none;
}
#homepage #actualidad-banners #right-banners > .container:before {
	position: absolute;
	top: -1px;
	left: 10px;
	z-index: 2;
	width: 130px;
	height: 1px;
	margin: 0;
	background: #d90042;
	border: none;
}
#homepage #actualidad-banners #right-banners > .container {
	padding: 15px 0 0;
	border-top: 1px solid #DDD;	
}
#homepage #actualidad-banners #right-banners .vert-banner-carousel .item {
	margin: 0;
	padding: 0 5px;
}
#homepage #actualidad-banners #right-banners .vert-banner-carousel .item img {
	padding: 3px;
	border: 1px solid #DDD;
}


/* Controls */
#homepage .vert-banner-carousel .slick-next,
#homepage .vert-banner-carousel .slick-prev {
	top: -55px;
}
#homepage .vert-banner-carousel .slick-next:before {
	content: '\f105';
}
#homepage .vert-banner-carousel .slick-prev:before {
	content: '\f104';
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #banners-castellano {
	width: 730px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container {
	padding: 45px 15px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
	font-size: 18px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   HOMEPAGE RIGHT BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #actualidad-banners #right-banners {
	border-top: none;
}
#homepage.castellano-english #actualidad-banners #right-banners > .container:before {
	display: none;
	top: 0;
	width: 0;
	height: 0;
	background: none;
}
#homepage.castellano-english #actualidad-banners #right-banners .vert-banner-carousel .item {
	padding: 0 5px;
}


/* -------------------------------------------------------------
   HORIZONTAL BANNER
------------------------------------------------------------- */

/* General */
#homepage .banner-todo-ancho {
	width: 720px;	
}


/* -------------------------------------------------------------
   INFERIOR BANNERS
------------------------------------------------------------- */

/* General */
#homepage #inferior-banners {
	width: 730px;
}

/* Header */
#homepage #inferior-banners header {
	margin-bottom: 10px;
}
#homepage #inferior-banners header h3 {
	font-size: 18px;
}

/* List item */
#homepage #inferior-banners .list-item {
	width: 33.33333333%;
	margin-bottom: 10px;
}

/* Controls */
#homepage #inferior-banners .slick-prev,
#homepage #inferior-banners .slick-next {
	top: -50px;
}


/* -------------------------------------------------------------
   INTRO TEXT
------------------------------------------------------------- */

#homepage.castellano-english #intro-text {
	margin-top: 45px;
	padding: 0;
	text-align: center;
}
#homepage.castellano-english #intro-text h2 {
	margin-bottom: 30px;
	font-size: 20px;
}


/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */

/* General */
#footer > .container >.row {
	width: 750px;
}

/* Header */
#footer header {
	width: 720px;
}
#footer header h4 {
	font-size: 18px;	
}

/* Footer contact details */
#footer .contact-details {
	width: 50%;
	padding: 0 15px;
}
#footer .contact-details p {
	font-size: 12px;
}
#footer .contact-details li {
	font-size: 12px;
}
#footer .contact-details:last-child {
	text-align: left;
}
#footer .contact-details:last-child ul {
	float: left;
}
#footer .contact-details:last-child li {
	margin-top: 30px;
	padding-left: 0;
}

/* Footer links */
#footer #footer-links > .row {
	width: 750px;
}
#footer #footer-links .rss-links li,
#footer #footer-links .footer-links li {
	font-size: 12px;
}




}






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

/* Media Query - SMALL																   */

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

@media (max-width: 767px) {


/* -------------------------------------------------------------
   HEADER
------------------------------------------------------------- */

/* Logo */
#header .logo {
	width: 50%;
	height: 50px;
}
#header .logo img {
	width: 250px;
}


/* -------------------------------------------------------------
   SOCIAL - LANGUAGES
------------------------------------------------------------- */

/* General */ 
#header #social-languages > .container {
	width: 100%;
	padding: 10px;
}

/* Language select */ 
#language-select .btn-default {
	padding: 8px 10px;
}
#language-select .dropdown-menu li > a {
	padding: 8px 13px;
}

/* Social follow links */ 
#social-follow-links li {
	width: 32px;
	height: 32px;
}
#social-follow-links li > a {
	height: 30px;
}
#social-follow-links li > a:before {
	height: 30px;
	line-height: 30px;
}

/* Weather link */ 
.weather-link {
	width: 32px;
	height: 32px;
}
.weather-link:before {
	height: 30px;
	line-height: 30px;
}


/* -------------------------------------------------------------
   SITE SEARCH
------------------------------------------------------------- */

/* General */
#header #site-search {
	width: 100%;
}

/* Search form */
#header #search-form {
	width: 100%;
	border: none;
}


/* -------------------------------------------------------------
   NAVBAR TOGGLE
------------------------------------------------------------- */

/* General */ 
#header .navbar-toggle {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0;
	margin-right: 50px;
	padding: 0 15px;;
	background: #FFF;
	border-radius: 0;
	border-left: 1px solid #DDD;
}
#header .navbar-toggle .icon-bar {
	width: 20px;
	background: #d90042;
	border-radius: 0;
}


/* -------------------------------------------------------------
   MAIN NAVIGATION
------------------------------------------------------------- */

/* General */ 
#header #main-navigation {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
#header #main-navigation .navbar-nav {
	width: 100%;
}
#header #main-navigation .navbar-nav>li {
	display: block;
	width: 100%;
	font-size: 14px;
	border-top: 1px solid #DDD;
}
#header #main-navigation .navbar-nav>li:first-child {
	border: none;
}
#header #main-navigation .navbar-nav>li>a {
	padding: 16px 0 14px;
}



/* -------------------------------------------------------------
   SLIDESHOW
------------------------------------------------------------- */

/* Item */
#homepage .carousel .item {
	background: none !important;
}

/* Spacer */
#homepage .carousel .item .spacer {
	display: none;
}

/* Mobile image */
#homepage .carousel .item .image-small {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/* Indicators */
#homepage .carousel .carousel-indicators {
	display: none;
}

/* Text container */
#homepage .carousel .text-container {
	width: 100%;
	left: 0;
	margin: 0;
}

/* Article */
#homepage .carousel .text-container article {
	padding-bottom: 60px;
}
#homepage .carousel .text-container article h2 {
	font-size: 24px;
}
#homepage .carousel .text-container article p {
	font-size: 14px;
}
#homepage .carousel .text-container article img {
	width: 75px;
	margin-bottom: 15px;
}


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */

/* General */
#homepage #accesos-directos {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 0;
}
#homepage #accesos-directos.fixed {
	margin-top: 50px;
}
#homepage #accesos-directos .list-item article {
	padding: 10px 15px 15px;
}
#homepage #accesos-directos .list-item article h3 {
	margin-bottom: 10px;
	font-size: 13px;
}
#homepage #accesos-directos .list-item article p {
	font-size: 12px;
}
#homepage #accesos-directos .list-item article img {
	width: 80px;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------
   HOMEPAGE NEWS
------------------------------------------------------------- */

/* General */
#homepage #news {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#homepage #news > .row {
	margin-left: -10px;
	margin-right: -10px;
}
#homepage #news .column {
	width: 100%;
	padding: 0 10px;
}
#homepage #news .column:first-child {
	width: 100%;
}

/* List item */
#homepage #news .list-item {
	width: 50%;
	padding: 0 5px;
}
#homepage #news .list-item:first-child {
	padding-right: 5px;
}
#homepage #news .list-item:last-child {
	padding-left: 5px;
}
#homepage #news .column:first-child .list-item {
	width: 50%;
	padding-left: 0;
	padding-right: 5px;
}
#homepage #news .list-item:first-child {
	padding: 0;
	padding-right: 5px;
}
#homepage #news .list-item:last-child {
	padding-right: 0;
}

/* Text container */
#homepage #news .list-item .text-container,
#homepage #news .column:first-child .list-item .text-container {
	padding: 20px 15px;
}
#homepage #news .column:first-child .list-item:first-child .text-container {
	padding: 20px 20px 30px;
}
#homepage #news .column:first-child .list-item:first-child .text-container h3 {
	font-size: 24px;
}
#homepage #news .list-item .text-container h3,
#homepage #news .column:first-child .list-item .text-container h3 {
	font-size: 14px;
}
#homepage #news .list-item .text-container p,
#homepage #news .column:first-child .list-item .text-container p {
	font-size: 12px;
}
#homepage #news .list-item .text-container .date {
	padding: 5px 10px;
}

/* More button */
#homepage #news .btn-default {
	margin: 0 auto 10px;
}


/* -------------------------------------------------------------
   NAV2 BANNERS
------------------------------------------------------------- */

/* General */
#homepage #nav2 {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
#homepage #nav2 > .row {
	margin-left: -2px;
	margin-right: -2px;
}
#homepage #nav2 .list-item {
	padding: 0 2px;
}
#homepage #nav2 .list-item > a {
	height: 160px;
}
#homepage #nav2 .list-item article {
	padding: 0 5px;
}
#homepage #nav2 .list-item article h4 {
	font-size: 11px;
}


/* -------------------------------------------------------------
   ACTUALIDAD
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners {
	width: 100%;
	margin-top: 10px;
}
#homepage #actualidad-banners > .container {
	padding: 0 10px;
}
#homepage #actualidad-banners > .container .row:first-child {
	display: block;
	margin-bottom: 10px;
}

/* Header */
#homepage #actualidad-banners .list-item header h3 {
	font-size: 18px;
}

/* List item */
#homepage #actualidad-banners .list-item li {
	margin-bottom: 10px;
	font-size: 14px;
}
#homepage #actualidad-banners .list-item > .container {
	padding: 15px 10px 20px;
}
#homepage #actualidad-banners .row:first-child .list-item {
	width: 100%;
	border: none !important;
}
#homepage #actualidad-banners .row:first-child .list-item:first-child {
	border-bottom: 10px solid #FFF !important;
}

/* Axenda */
#homepage #actualidad-banners #axenda .row {
	margin-left: -10px;
	margin-right: -10px;
}
#homepage #actualidad-banners #axenda .list-item {
	width: 100%;
	margin: 0;
	margin-top: 30px;
	padding: 0 10px;
}
#homepage #actualidad-banners #axenda .list-item:first-child {
	margin: 0;
	padding: 0 10px;
}
#homepage #actualidad-banners #axenda .list-item figure {
	width: 50%;
}
#homepage #actualidad-banners #axenda .list-item h4 {
	width: 50%;
	font-size: 20px;
}
#homepage #actualidad-banners #axenda .list-item p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   RIGHT BANNERS
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners #right-banners > .container .list-item,
#homepage #actualidad-banners #right-banners > .container .list-item:first-child {
	width: 50%;
	margin: 0 !important;
	margin-top: 10px !important;
	padding: 0 5px !important;
	border: none !important;
}


/* -------------------------------------------------------------
   HORIZONTAL BANNER
------------------------------------------------------------- */

/* General */
#homepage .banner-todo-ancho {
	width: 100%;
	margin-top: 30px;
	padding: 0 10px;
}


/* -------------------------------------------------------------
   INFERIOR BANNERS
------------------------------------------------------------- */

/* General */
#homepage #inferior-banners {
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
}

/* Header */
#homepage #inferior-banners header h3 {
	font-size: 18px;
}

/* List item */
#homepage #inferior-banners .list-item {
	margin-bottom: 10px;
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #banners-castellano {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 23px;
}
#homepage.castellano-english #banners-castellano .list-item {
	padding: 0 2px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container {
	padding: 30px 15px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
	margin-bottom: 15px;
	font-size: 14px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container p {
	font-size: 13px;
}


/* -------------------------------------------------------------
   HOMEPAGE RIGHT BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #actualidad-banners {
	padding: 0 10px;
}
#homepage #actualidad-banners > .container {
	padding: 0;
}


/* -------------------------------------------------------------
   TOURISM SECTION ENGLISH
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #tourism-section {
	min-height: 1px;
	margin-bottom: 30px;
	padding: 0 10px;
	background: none !important;
}

/* Spacer */
#homepage.castellano-english #tourism-section .spacer {
	display: none;
}

/* Mobile image */
#homepage.castellano-english #tourism-section .image-small {
	display: block;
}

/* Article */
#homepage.castellano-english #tourism-section .text-container article h3 {
	margin: 15px 0 25px;
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#homepage.castellano-english #tourism-section .text-container article img {
	width: 100px;
}

#homepage.castellano-english #tourism-section .text-container article .btn-default {
	padding: 12px 20px 10px;
	font-size: 12px;
}


/* -------------------------------------------------------------
   INTRO TEXT
------------------------------------------------------------- */

#homepage.castellano-english #intro-text {
	margin-top: 30px;
	padding: 0 15px;
}
#homepage.castellano-english #intro-text h2 {
	margin-bottom: 30px;
	font-size: 18px;
}
#homepage.castellano-english #intro-text p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */

/* General */
#footer > .container {
	padding: 15px 10px 0;
}
#footer > .container >.row {
	width: auto;
	margin-left: -10px;
	margin-right: -10px;
}

/* Header */
#footer header {
	width: 100%;
}

/* Footer contact details */
#footer .contact-details {
	width: 50%;
	padding: 0 10px;
}
#footer .contact-details p {
	font-size: 12px;
}
#footer .contact-details li {
	font-size: 12px;
}
#footer .contact-details:last-child {
	text-align: left;
}
#footer .contact-details:last-child ul {
	float: left;
}
#footer .contact-details:last-child li {
	margin-top: 30px;
	padding-left: 0;
}

/* Footer links */
#footer #footer-links > .row {
	width: 100%;
	padding: 10px 0 9px;
}
#footer #footer-links .rss-links,
#footer #footer-links .footer-links {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}
#footer #footer-links .rss-links ul,
#footer #footer-links .footer-links ul {
	padding: 5px 0;
	text-align: center;
}
#footer #footer-links .rss-links li,
#footer #footer-links .footer-links li {
	font-size: 12px;
	margin-left: 0 5px !important;
}





}





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

/* Media Query - X SMALL															   */

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

@media (max-width: 580px) {


/* -------------------------------------------------------------
   BODY
------------------------------------------------------------- */

/* General */ 
#homepage {
	padding-top: 32px;
}


/* -------------------------------------------------------------
   HEADER
------------------------------------------------------------- */

/* General */ 
.p-interior #header {
	border-top: none;
}
#header .container {
	background: #d90042;
}

/* Logo */ 
#header .logo {
	width: auto;
	padding: 5px 10px;
}
#header .logo img {
	width: 200px;
}


/* -------------------------------------------------------------
   SOCIAL - LANGUAGES
------------------------------------------------------------- */

/* General */ 
#header #social-languages {
	border-bottom: 1px solid #FFF;
}
#header #social-languages > .container {
	padding: 0;
	background: #333;
}

/* Language select */ 
#language-select .btn-default {
	height: 50px;
	padding: 18px 10px;
	border: none;
	border-left: 1px solid #FFF;
	overflow: hidden;
}
#language-select .dropdown-menu {
	left: auto;
	right: 0;
	margin: 0;
}
#language-select .dropdown-menu li {
	font-size: 10px;
	text-transform: uppercase;
}
#language-select .dropdown-menu li > a {
	padding: 18px 13px;
}

/* Social follow links */ 
#social-follow-links {
	float: left;
	margin-right: 0;
}
#social-follow-links li {
	width: 50px;
	height: 50px;
	margin: 0;
	border: none;
	border-right: 1px solid #FFF;
	border-radius: 0;
}
#social-follow-links li > a {
	height: 50px;
}
#social-follow-links li > a:before {
	height: 50px;
	line-height: 50px;
}

/* Weather link */ 
.weather-link {
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 0;
	border: none;
	border-left: 1px solid #FFF;
}
.weather-link:before {
	height: 50px;
	line-height: 50px;
}

/* Interior fix */ 
.p-interior .weather-link,
.p-interior #social-follow-links li,
.p-interior #language-select .btn-default {
	border: none;
}
.p-interior .weather-link {
	border-left: 1px solid #FFF;
}
.p-interior #social-follow-links li {
	border-right: 1px solid #FFF;
}
.p-interior #language-select .btn-default {
	border-left: 1px solid #FFF;
}


/* -------------------------------------------------------------
   MAIN NAVIGATION
------------------------------------------------------------- */

/* General */ 
#header #main-navigation .navbar-nav>li {
	font-size: 12px;
}


/* -------------------------------------------------------------
   SLIDESHOW
------------------------------------------------------------- */

/* Article */
#homepage .carousel .text-container article {
	padding-bottom: 0;
}
#homepage .carousel .text-container article h2 {
	font-size: 18px;
}
#homepage .carousel .text-container article img {
	width: 60px;
}


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */

/* General */
#homepage #accesos-directos .list-item {
	width: 50%;
	padding-top: 50%;
}


/* -------------------------------------------------------------
   HOMEPAGE NEWS
------------------------------------------------------------- */

/* List item */
#homepage #news .list-item {
	width: 100%;
}
#homepage #news .list-item:first-child,
#homepage #news .list-item:last-child {
	padding: 0;
}
#homepage #news .column:first-child .list-item {
	width: 100%;
	padding-right: 0;
}
#homepage #news .column:first-child .list-item:nth-child(3) {
	padding-left: 0;
}

/* Text container */
#homepage #news .column:first-child .list-item:first-child .text-container {
	padding-bottom: 20px;
}
#homepage #news .column:first-child .list-item:first-child .text-container h3 {
	font-size: 18px;
	padding-right: 0;
}


/* -------------------------------------------------------------
   NAV2 BANNERS
------------------------------------------------------------- */

/* General */
#homepage #nav2 {
	margin: 0;
}
#homepage #nav2>.row {
	margin-left: 0;
	margin-right: 0;
}
#homepage #nav2 .list-item {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
#homepage #nav2 .list-item > a {
	height: 60px;
}

/* Article */
#homepage #nav2 .list-item article {
	padding: 0 15px 0 60px;
	text-align: left;
}
#homepage #nav2 .list-item img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	margin: 0;
}
#homepage #nav2 .list-item article h4 {
	font-size: 14px;
}


/* -------------------------------------------------------------
   ACTUALIDAD
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners {
	margin-top: 0;
}

/* Axenda */
#homepage #actualidad-banners #axenda .row {
	margin-left: 0;
	margin-right: 0;
}
#homepage #actualidad-banners #axenda .list-item {
	width: 100%;
	padding: 0;
}
#homepage #actualidad-banners #axenda .list-item:first-child {
	padding: 0;
}
#homepage #actualidad-banners #axenda .list-item figure {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
#homepage #actualidad-banners #axenda .list-item figure img {
	display: block;
	width: 100%;
	margin: 0;
}
#homepage #actualidad-banners #axenda .list-item h4 {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 18px;
	line-height: 1.4;
}
#homepage #actualidad-banners #axenda .list-item p {
	margin-top: 15px;
	font-size: 14px;
}
#homepage #actualidad-banners #axenda .list-item p:last-child {
	margin-top: 10px;
}


/* -------------------------------------------------------------
   RIGHT BANNERS
------------------------------------------------------------- */

/* General */
#homepage #actualidad-banners #right-banners {
	margin-bottom: 30px;
}
#homepage #actualidad-banners #right-banners > .container .list-item,
#homepage #actualidad-banners #right-banners > .container .list-item:first-child {
	width: 100%;
}

/* Controls */
#homepage #actualidad-banners #right-banners .slick-prev,
#homepage #actualidad-banners #right-banners .slick-next {
	top: -60px;
	width: 32px;
	height: 32px;
}
#homepage #actualidad-banners #right-banners .slick-prev {
	right: 31px;
}


/* -------------------------------------------------------------
   HORIZONTAL BANNER
------------------------------------------------------------- */

/* General */
#homepage .banner-todo-ancho {
/*	display: none;	*/
}


/* -------------------------------------------------------------
   INFERIOR BANNERS
------------------------------------------------------------- */

/* General */
#homepage #inferior-banners .row {
	margin-left: 0;
	margin-right: 0;
}

/* List item */
#homepage #inferior-banners .list-item {
	width: 100%;
	padding: 0;
}

/* Header */
#homepage #inferior-banners header {
	height: auto;
	min-height: 1px;
	margin-top: 15px;
}
#homepage #inferior-banners header h3 {
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
}

/* Controls */
#homepage #inferior-banners .slick-prev,
#homepage #inferior-banners .slick-next {
	top: -56px;
	width: 32px;
	height: 32px;
}
#homepage #inferior-banners .slick-prev {
	right: 31px;
}

#homepage .banner-todo-ancho .slick-prev,
#homepage .banner-todo-ancho .slick-next {
	top: -35px;
	right: 10px;
	width: 32px;
	height: 32px;
}
#homepage .banner-todo-ancho .slick-prev {
	right: 41px;
}


/* -------------------------------------------------------------
   HOMEPAGE RIGHT BANNERS .castellano-english
------------------------------------------------------------- */

/* Controls */
#homepage.castellano-english #actualidad-banners #right-banners .slick-prev,
#homepage.castellano-english #actualidad-banners #right-banners .slick-next {
	top: 50%;
	margin-top: -16px;
}
#homepage.castellano-english #actualidad-banners #right-banners .slick-next {
	right: -42px;
}
#homepage.castellano-english #actualidad-banners #right-banners .slick-prev {
	right: auto;
	left: -42px;
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #banners-castellano {
	padding: 0 25px;
}
#homepage.castellano-english #banners-castellano .list-item {
	padding: 0;
}
#homepage.castellano-english #banners-castellano .list-item .text-container {
	padding: 30px 10px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
	margin-bottom: 10px;
	font-size: 12px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container p {
	font-size: 11px;
}


/* -------------------------------------------------------------
   TOURISM SECTION ENGLISH
------------------------------------------------------------- */

/* Article */
#homepage.castellano-english #tourism-section .text-container article h3 {
	margin: 10px 0 15px;
	font-size: 20px;
}
#homepage.castellano-english #tourism-section .text-container article img {
	width: 100px;
}


/* -------------------------------------------------------------
   FOOTER
------------------------------------------------------------- */

/* Header */
#footer header {
	margin-bottom: 15px;
}

/* Footer contact details */
#footer .contact-details {
	width: 100%;
}
#footer .contact-details p {
	font-size: 12px;
}
#footer .contact-details li {
	font-size: 12px;
}
#footer .contact-details:last-child li {
	margin-top: 30px;
}
#footer #contact-numbers {
	margin-top: 15px;
}
#footer .contact-details:last-child li {
	margin-top: 0;
}

/* Footer links */
#footer #footer-links {
	margin-top: 30px;
}
#footer #footer-links > .row {
	width: 100%;
	padding: 10px 0 9px;
}
#footer #footer-links .rss-links,
#footer #footer-links .footer-links {
	width: 100%;
	padding: 0 10px;
	text-align: left;
}
#footer #footer-links .rss-links ul,
#footer #footer-links .footer-links ul {
	padding: 5px 0;
	text-align: center;
}
#footer #footer-links .rss-links li,
#footer #footer-links .footer-links li {
	font-size: 12px;
	margin-left: 0 5px !important;
}





}





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

/* Media Query - XX SMALL															   */

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

@media (max-width: 480px) {


/* -------------------------------------------------------------
   ACCESOS DIRECTOS
------------------------------------------------------------- */

/* General */
#homepage #accesos-directos .list-item article img {
	width: 70px;
}


/* -------------------------------------------------------------
   HOMEPAGE BANNERS .castellano-english
------------------------------------------------------------- */

/* General */
#homepage.castellano-english #banners-castellano {
	margin-bottom: 0;
	padding: 0 25px;
}
#homepage.castellano-english #banners-castellano .list-item {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
#homepage.castellano-english #banners-castellano .list-item .text-container {
	padding: 60px 30px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container h3 {
	margin-bottom: 15px;
	font-size: 18px;
}
#homepage.castellano-english #banners-castellano .list-item .text-container p {
	font-size: 14px;
}


/* -------------------------------------------------------------
   INTRO TEXT
------------------------------------------------------------- */

#homepage.castellano-english #intro-text {
	margin-top: 30px;
	padding: 0 15px;
}
#homepage.castellano-english #intro-text h2 {
	margin-bottom: 20px;
	font-size: 16px;
}
#homepage.castellano-english #intro-text p {
	font-size: 13px;
}


/* -------------------------------------------------------------
   TOURISM SECTION ENGLISH
------------------------------------------------------------- */

/* Article */
#homepage.castellano-english #tourism-section .text-container article h3 {
	margin: 10px 0 15px;
	font-size: 16px;
}
#homepage.castellano-english #tourism-section .text-container article img {
	width: 90px;
}






}

@media only screen and (min-width: 1024px) {
	a.top {
		position: relative;
		top:-100px;
		display: block;
		height: 0;
		width:0;
	}
}