/**
 * General Elements
 */
body {
	color: #000000;
	font-family: 'Cabin', sans-serif;
}

h2, h3 {
	font-weight: 700;
	text-transform: uppercase;
}

/* .app-banner */
.app-banner {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 500px;
	padding-bottom: 68px;
	position: relative;
	width: 100%;
}
.app-banner.app-banner-pt {
	background-image: url(/images/banner-visits-pt.png);
}
.app-banner.app-banner-en {
	background-image: url(/images/banner-visits-en.png);
}
.app-banner.app-banner-es {
	background-image: url(/images/banner-visits-es.png);
}
.app-banner .app-download {
	position: absolute;
	left: 90px;
	bottom: 50px;
}
.app-banner .app-download a {
	display: inline-block;
	margin-right: 8px;
}
.app-banner .app-download a img {
	height: 46px;
}

/* .footer-info */
.footer-info {
	background-color: #f0f0f0;
	padding: 39px 0 37px 0;
}
.footer-info h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 7px;
	margin-bottom: 24px;
}
.footer-info span {
	display: block;
}
.footer-info .email-list > li {
	line-height: 24px;
	margin-bottom: 5px;
}
.footer-info .email-list > li > a {
	background-color: #000000;
	color: #ffffff;
	padding: 3px 8px;
}
.footer-info .social-list > li > a {
	color: #000000;
}
.footer-info .qr-btn {
	margin-top: 14px;
}
.footer-info .archive-section h3 {
	margin-bottom: 7px;
}

/* .footer-copyright */
.footer-copyright {
	padding-bottom: 30px;
}
.footer-copyright .copyright-container {
	padding-top: 82px;
}
.footer-copyright .logo-container {
	padding-top: 20px;
}

/* #map */
#map {
	background-color: #f0f0f0;
	display: block;
	width: 100%;
	height: 143px;
	margin-bottom: 24px;
}

/* .content-row */
.content-row {
	padding-bottom: 64px;
}
.content-row h2 {
	font-size: 24px;
	line-height: 18px;
	margin-top: 68px;
	margin-bottom: 28px;
}
.content-row p {
	text-align: justify;
}

/* .qr-table */
.qr-table {
	margin-top: 26px;
	border-bottom: 1px solid #dddddd;
}
.qr-table caption {
	color: #000000;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.qr-table > tbody > tr > td,
.qr-table > tbody > tr > th,
.qr-table > tfoot > tr > td,
.qr-table > tfoot > tr > th,
.qr-table > thead > tr > td,
.qr-table > thead > tr > th {
	padding-left: 25px;
	padding-right: 25px;
}

/* .qr-search-result */
.qr-search-result > h2 {
	margin-top: 10px;
	margin-bottom: 6px;
}
.qr-search-result > h2 > a {
	color: #000000;
	font-size: 14px;
}
.qr-search-result-url {
	color: #959595;
}
.qr-search-result-url:hover {
	color: #000000;
}
.qr-search-result hr {
	border-top: 1px solid #959595;
}

/* .agenda-container */
.agenda-container .media {
    border-top: 1px solid #959595;
	margin-bottom: 60px;
}
.agenda-container .media-object {
	margin: 10px auto 0 10px;
}
.media .media-left, .media > .pull-left {
	padding-right: 20px;
}
.agenda-container .qr-btn.qr-btn-gradient-bg {
	margin: 0 auto;
	padding: 20px 29px;
}
.agenda-container .qr-btn {
	margin-top: 28px;
}

/* .services-container */
.services-container .media {
	border-top: 1px solid #959595;
	margin-bottom: 80px;
}
.media-object {
	margin: 10px auto 0 10px;
}
.media-body > small {
	display: block;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.media h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.services-container .media .media-left, .services-container .media > .pull-left {
	padding-right: 20px;
}
.media-left .media-info {
	margin: 10px 0 0 10px;
}
.media-info > span {
	display: block;
}
.media-body {
    padding-top: 24px;
}
.media-body .media-info, .media-body .media-info {
	margin-bottom: 10px;
}
.services-container .qr-btn {
	margin-top: 28px;
}
.services-container .media-body .media-body-content {
    width: 100% !important;
}

/* .agenda-container */
.agenda-container .media-body > small {
	display: block;
	text-transform: uppercase;
}
.agenda-container .media h3 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

/* .news-row */
.news-row {
	padding-bottom: 48px;
}
/*.news-section {
	border-top: 1px solid #959595;
}*/
.news-row h2 {
	font-size: 24px;
	line-height: 18px;
	margin-top: 51px;
	margin-bottom: 31px;
}
.news-article {
	background-color: #f0f0f0;
}
.news-article-details {
	padding: 22px 17px;
}
.news-article img {
	width: 100%;
	height: auto;
    margin: 0 auto !important;
}
.news-article .media-body {
    padding-top: 0;
}
.news-article .news-article-details h3 {
	font-size: 18px;
	margin-top: 0;
	text-transform: none;
}
.news-article .news-article-details .qr-btn {
	margin-top: 12px;
}

/* .qr-btn */
.qr-btn {
	background-color: #000000;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.qr-btn:focus {
	background-color: #000000;
	color: #ffffff;
}
.qr-btn:hover {
	background-color: #e6e6e6 !important;
	color: #000000;
}
.qr-btn.btn-default.active,
.qr-btn.btn-default:active,
.open > .dropdown-toggle.qr-btn.btn-default {
	background-color: #ffffff;
	box-shadow: none;
}
.qr-btn.qr-btn-blue {
	background-color: #006f9e;
}
.qr-btn.qr-btn-green {
	background-color: #006f32;
}
.qr-btn.qr-btn-yellow {
	background-color: #f39200;
}
.qr-btn.qr-btn-orange {
	background-color: #e94e1b;
}
.qr-btn.qr-btn-red {
	background-color: #be1622;
}
.qr-btn.qr-btn-brown {
	background-color: #3b1d1e;
}
.qr-btn.agenda-link-bg:hover {
	color: #ffffff;
	opacity: 0.85;
}
.qr-btn-gradient-bg:focus {
    color: #ffffff;
}
.qr-btn-gradient-bg.active, .qr-btn-gradient-bg:active {
    color: #000000 !important;
}

/* .qr-form */
.qr-form .qr-btn {
	margin-top: 0;
}
.qr-form input {
	border: 0;
	border-radius: 0;
	height: 38px;
}
.qr-form textarea {
	border: 0;
	border-radius: 0;
	resize: none;
}
.qr-form .form-group {
	margin-bottom: 8px;
}
.qr-form .form-control {
	color: #000000;
}
.qr-form .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 4px rgba(0, 0, 0, 0.6);
}
#success-message {
    display: none;
    color: #006f32;
}
#error-message {
    display: none;
    color: #be1622;
}

/* .readmore-collapse*/
.readmore-collapse {
    display: inline !important;
    width: 100% !important;
}
.readmore-blur {
    width: 100%;
    float: left;
    z-index: 100;
    margin-top: -15px;
    margin-left: -10px;
    padding-top: 28px;
    background-color: #fff;
    height: 5px;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}  

/* .agenda-filters */
.agenda-filters {
	padding-top: 18px;
    padding-bottom: 68px;
}
.agenda-filters .qr-btn {
	margin-bottom: 3px;
    margin-right: 3px;
    padding: 13px;
}

/* .agenda-pagination */
.agenda-pagination > nav {
	margin: 0 auto;
	text-align: center;
}
.agenda-pagination .pagination > li > a, .agenda-pagination .pagination > li > span {
	border-radius: 0;
	background-color: #000000;
	color: #ffffff;
	border-color: #ffffff;
}
.agenda-pagination .pagination > li > a:hover {
	background-color: #e6e6e6;
	color: #000000;
}
.agenda-pagination .pagination > .disabled > a,
.agenda-pagination .pagination > .disabled > a:focus,
.agenda-pagination .pagination > .disabled > a:hover,
.agenda-pagination .pagination > .disabled > span,
.agenda-pagination .pagination > .disabled > span:focus,
.agenda-pagination .pagination > .disabled > span:hover {
	background-color: #959595;
	border-color: #ffffff;
	color: #ffffff;
}
.agenda-pagination .pagination > .active > a,
.agenda-pagination .pagination > .active > a:focus,
.agenda-pagination .pagination > .active > a:hover,
.agenda-pagination .pagination > .active > span,
.agenda-pagination .pagination > .active > span:focus,
.agenda-pagination .pagination > .active > span:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
}

/* No padding */
.no-padding {
	padding: 0 !important;
}

/* .header */
.header {
	background-color: #000000;
}
.header .navbar-row {
	height: 80px;
}
.header .navbar {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
}
.header .navbar .navbar-header {
	padding-top: 23px;
}
.header .navbar .navbar-brand {
	padding: 0;
}
.navbar-brand > img {
	width: 100%;
	height: auto;
}
.header .navbar .nav.navbar-nav > li > a {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 29px;
	padding-bottom: 31px;
}
.header .navbar-default .navbar-toggle {
	margin-top: 0;
	transition: all 0.3s ease 0s;
}
.header .navbar-default .navbar-toggle:focus {
	background-color: #000000;
}
.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.header .navbar-default .navbar-toggle:focus .icon-bar, .header .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}
.header .navbar .navbar-nav > .active > a,
.header .navbar .navbar-nav > .active > a:focus,
.header .navbar .navbar-nav > .active > a:hover,
.header .navbar .navbar-nav > .open > a,
.header .navbar .navbar-nav > .open > a:focus,
.header .navbar .navbar-nav > .open > a:hover {
    background-color: transparent;
    background-image: none;
    color: #006f32 !important;
    transition: all .3s ease 0s;
}
.header .navbar .navbar-nav > .agenda-li.active > a  {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.header .navbar-toggle {
	border-radius: 0;
}
.header .navbar .navbar-right > li > a.cultursintra-link {
	width: 130px;
	padding-top: 18px;
	padding-bottom: 22px;
	background-image: url('../images/gradients/cultursintra-gradient.png');
	background-repeat: repeat-x;
}
.header .navbar .navbar-right > li > a.cultursintra-link.active {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}
.header .navbar .navbar-right > li.bordered {
	border-left: 1px solid #6d6d6d;
}

/* .search-container */
.search-container {
	background-color: #000000;
	background-color: rgba(255,255,255, 0.15);
	display: none;
	padding: 24px 0;
}
#search-form {
	text-align: center;
	margin: 0 auto;
}
#search-form button {
	height: 38px;
}

/* .form-popover-error */
.form-popover-error {
	background-color: #be1622;
	color: #ffffff;
	border: 0;
	border-radius: 0;
}

/* .highlights-row */
.highlights-row img {
	width: 100%;
	height: auto;
}

/**
 * Useful Classes
 */

/* .agenda-link-bg */
.agenda-link-bg {
	background-image: url('../images/gradients/agenda-gradient.png');
	background-repeat: repeat-x;
	width: 130px;
}

/* Text colors */
.text-blue {
	color:  #006f9e;
}
.text-green {
	color:  #006f32;
}
.text-yellow {
	color: #f39200;
}
.text-orange {
	color: #e94e1b;
}
.text-red {
	color: #be1622;
}
.text-brown {
    color: #3b1d1e;
}

/* Image frame effect */
.blue-outline {
	-webkit-box-shadow: -10px -10px 0 1px rgba(0,111,158,1);
	-moz-box-shadow: -10px -10px 0 1px rgba(0,111,158,1);
	box-shadow: -10px -10px 0 1px rgba(0,111,158,1);
}
.green-outline {
	-webkit-box-shadow: -10px -10px 0 0 rgba(0,111,50,1);
	-moz-box-shadow: -10px -10px 0 0 rgba(0,111,50,1);
	box-shadow: -10px -10px 0 0 rgba(0,111,50,1);
}
.yellow-outline {
	-webkit-box-shadow: -10px -10px 0 0 rgba(243,146,0,1);
	-moz-box-shadow: -10px -10px 0 0 rgba(243,146,0,1);
	box-shadow: -10px -10px 0 0 rgba(243,146,0,1);
}
.orange-outline {
	-webkit-box-shadow: -10px -10px 0 0 rgba(233,78,27,1);
	-moz-box-shadow: -10px -10px 0 0 rgba(233,78,27,1);
	box-shadow: -10px -10px 0 0 rgba(233,78,27,1);
}
.red-outline {
	-webkit-box-shadow: -10px -10px 0 0 rgba(190,22,34,1);
	-moz-box-shadow: -10px -10px 0 0 rgba(190,22,34,1);
	box-shadow: -10px -10px 0 0 rgba(190,22,34,1);
}
.brown-outline {
    -webkit-box-shadow: -10px -10px 0px 0px rgba(59,29,30,1);
    -moz-box-shadow: -10px -10px 0px 0px rgba(59,29,30,1);
    box-shadow: -10px -10px 0px 0px rgba(59,29,30,1);
}
.black-outline {
	-webkit-box-shadow: -10px -10px 0 0 rgba(0,0,0,1);
	-moz-box-shadow: -10px -10px 0 0 rgba(0,0,0,1);
	box-shadow: -10px -10px 0 0 rgba(0,0,0,1);
}

/* .paragraph-spacer */
.paragraph-spacer {
	margin-bottom: 28px;
}

/**
 * Gallery Overrides
 */
#links a {
	float: left;
    width: 100%;
    height: auto;
}
#links a:hover {
    text-decoration: none;
}
#links a img {
    width: 100%;
    min-height: 140px;
}
#links a > .overlay {
    color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: initial;
}
#links a > .overlay > .overlay-text {
    position: absolute;
    top: calc( 50% - 35px);
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#links a > .overlay > .overlay-text span {
    display: block;
}
#links a > .overlay > .overlay-text .file-name {
    margin-top: 8px;
}

/* .content-row */
.content-row .img-responsive {
	width: 100%;
	height: auto;
}
.content-row table {
    width: 100%;
}
.content-row table tr {
    border-bottom: 1px solid #f0f0f0;
}
.content-row table tr > td {
    padding: 5px 15px;
}
.content-row table > thead > tr {
    background-color: #f0f0f0;
}
.content-row table > thead > tr > td {
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 15px;
}

/* Blueimp Gallery Overrrides */
.blueimp-gallery .modal-body .video-content a {
    background-color: #000000;
}
.blueimp-gallery .modal-body .video-content a:after {
    color: #ffffff;
}

/**
 * Boostrap Overrides
 */

/* .dropdown-menu */
.dropdown-menu {
	border: 0;
	border-radius: 0;
	padding: 11px 0;
}
.dropdown-menu > li > a {
	color: #000000;
	line-height: 12px;
	padding: 11px 21px;
	text-transform: uppercase;

}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #f0f0f0;
	color: #000000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
	color: #006f32;
}

/* .modal-content */
.modal-content {
	border-radius: 0;
}
.modal-content .modal-header {
	border-bottom: 0;
}
.modal-content .modal-body img {
	width: 100%;
	height: auto;
}
.modal-content .modal-footer {
	border-top: 0;
}
.modal-content .modal-footer .btn+.btn {
	margin-left: 0;
}

/* .datepicker */
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
	border-radius: 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	background-color: #000000;
	color: #ffffff;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	background-color: #000000;
	color: #ffffff;
	opacity: 0.85;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
	background-color: #000000;
	color: #ffffff;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: #000000;
	color: #ffffff;
	opacity: 0.85;
}

/* <= 540px */
@media (max-width: 380px) {
    /* Adjust the logo */
    .navbar-brand {
        float: none;
    }
    .navbar-brand img {
        width: 60%;
    }
}

/* smaller than xs view */
@media (max-width: 550px) {
	.app-banner .app-download {
		bottom: 14% !important;
	}
	.app-banner .app-download a {
		margin: 18px auto;
	}
    /* Helper to stack image above text */
    .media .media-left {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .media .media-left img {
        width: 100%;
        height: auto;
    }
}

/* xs view */
@media (max-width: 767px) {
	.app-banner .app-download {
		bottom: 8% !important;
	}
	/* Helper to center text in xs view */
	.text-center-xs {
		text-align: center;
	}
	/* Navbar in xs view */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #f0f0f0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #006f32;
	}
	.header .navbar .navbar-right > li.bordered {
		border: 0;
	}
	.header .navbar .navbar-right > li > a.cultursintra-link {
		max-width: none;
		padding-top: 29px;
		padding-bottom: 31px;
		width: 100%;
	}
	.header .navbar .navbar-right > li > a.agenda-link-bg {
		width: 100%;
	}
}

@media (min-width: 768px) {
    #links {
        margin-right: -2px;
        margin-left: -2px;
    }
    /* .small-padding-row */
    .small-padding-row > [class*='col-'] {
        padding: 2px;
    }
    /*.no-padding-row > [class*='col-']:first-child {
        padding: 2px 2px 2px 15px;
    }
    .no-padding-row > [class*='col-']:last-child {
        padding: 2px 15px 2px 2px;
    }*/
}

/* xs and sm view */
@media (max-width: 991px) {
	.app-banner {
		background-size: 100% auto;
		min-height: 350px;
		padding-bottom: 0;
	}
	.app-banner .app-download {
		bottom: -8%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.footer-section {
		margin-top: 48px;
	}
}

/* sm view */
@media (min-width: 768px) and (max-width: 991px) {
	/* Helper to center text in sm view */
	.text-center-sm {
		text-align: center;
	}
	/* Prevent navbar-right from floating to the right and center it */
	/*.navbar-right {
		float: none !important;
		margin: 0 auto;
		display: block;
	}*/
}

@media (min-width: 992px) {
	/* Add border between columns in footer */
	.border-between > [class*='col-']:before {
		background-color: #d3d3d3;
		bottom: 0;
		content: " ";
		left: 0;
		position: absolute;
		width: 1px;
		top: 0;
	}
	.border-between > [class*='col-']:first-child:before {
		display: none;
	}
	/* Set padding of columns to 40 */
	.col-padding-40 > [class*='col-'] {
		padding: 0 40px;
	}
	.col-padding-40 > [class*='col-']:first-child {
		padding: 0 40px 0 15px;
	}
	.col-padding-40 > [class*='col-']:last-child {
		padding: 0 15px 0 40px;
	}
	/* Set padding of columns to 4 */
	.col-padding-4 > [class*='col-'] {
		padding: 0 4px;
	}
	.col-padding-4 > [class*='col-']:first-child {
		padding: 0 4px 0 15px;
	}
	.col-padding-4 > [class*='col-']:last-child {
		padding: 0 15px 0 4px;
	}
}