/**
 * General Elements
 */
body {
	font-family: 'Roboto', sans-serif;
}
a {
    color: #1d392b;
}
a:focus, a:hover {
    color: #1d392b;
    text-decoration: underline;
}

/**
 * Header
 */
.header {
	background: transparent url("http://www.alf.pt/images/gradients/header-background-gradient.png") repeat-y center center;
	background-size: 100% 100%;
	position: relative;
}
.header.no-bg {
    background: none;
    background-color: transparent;
	height: 100%;
}
.header .cookie-alert-container {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
}
.header .cookie-alert-container .cookie-alert {
    display: none;
    background-color: transparent;
    color: #ffffff;
    padding: 5px 30px 5px 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.header .cookie-alert-container .cookie-alert > button.close {
    color: #ffffff;
    font-weight: 400;
    opacity: 1;
}
.header .cookie-alert-container .cookie-alert p > .learn-more-link {
    color: #ffffff;
    text-decoration: underline;
}
.header .topbar-container {
    position: relative;
	padding-top: 32px;
	padding-bottom: 11px;
}

/* Logo */
.alf-logo-container {
	width: 100%;
	height: 49px;
	display: block;
	position: relative;
}
.alf-logo-container > .alf-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.alf-logo-container > .alf-logo-small {
	margin: 0 auto;
}

/* Langbar */
.alf-langbar ul {
	margin-bottom: 0;
}
.alf-langbar ul > li {
	padding-right: 3px;
	padding-left: 3px;
}
.alf-langbar ul > li > a > img {
	opacity: 0.5;
}
.alf-langbar ul > li > a:hover > img, .alf-langbar ul > li > a:active > img, .alf-langbar ul > li > a.active > img {
	opacity: 1;
}

/* Search form */
.search-form {
	margin-top: 8px;
}
.search-form .form-group input {
	min-width: 196px;
	height: 24px;
	font-size: 85.71%;
    color: #1d392b;
	border: none;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1);	/* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-form .form-group .form-control {
	border-radius: 0;
}
.search-form .form-group .form-control:focus {
	border: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
}
.search-form .has-feedback .form-control-feedback {
	color: #adb7b2;
	font-size: 85.71%;
	height: 24px;
	line-height: 24px;
}
.search-form .has-feedback .submit-btn {
	background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 8px;
}
.search-form .has-feedback .submit-btn > span {
    vertical-align: middle;
}
.search-form label.error {
    font-weight: 700;
    color: #e50000;
    margin: 0;
}

/* Navbar */
.header .navbar-container .alf-navbar {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1);	/* IE6-9 */
}
.header .alf-navbar {
	text-align: center;
	min-height: 36px;
}
.header .alf-navbar .navbar-nav {
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.header .alf-navbar .navbar-toggle {
	background-color: transparent;
	border: none;
	margin: 6px;
}
.header .alf-navbar .navbar-toggle .icon-bar {
	background-color: #1d392b;
}
.header .alf-navbar .search-toggle {
	background-color: transparent;
	border: none;
	margin: 10px;
	font-size: 114.29%;
}
.header .alf-navbar .search-toggle span {
	vertical-align: middle;
}
.header .alf-navbar .navbar-collapse {
	border-color: #1d392b;
}
.header .alf-navbar .navbar-collapse > .row {
	margin-right: -30px;
    margin-left: -30px;
}
.header .login-status {
    max-width: 120px;
    vertical-align: bottom;
    margin-top: 12px;
    margin-right: 15%;
    color: #ffffff;
}
.header .login-status .dropdown-toggle {
    color: #ffffff;
    border-radius: 0;
}
.header .login-status .dropdown-toggle:hover, .header .login-status .dropdown-toggle:focus {
    text-decoration: none;
}
.header .login-status .dropdown-menu {
    min-width: 180px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 0;
    padding: 10px 0;
}
.header .login-status .dropdown-menu > li > a {
    color: #1d392b;
    text-decoration: none;
    font-size: 85.71%;
    padding: 3px 8px 3px 12px;
}
.header .login-status .dropdown-menu > li > a:before {
    content: '\2022';
    margin-right: 3px;
}
.header .login-status .dropdown-menu > li > a:hover {
    color: #1d392b;
    background-color: transparent;
    font-weight: 700;
}
.header .login-status .dropdown-menu > li > form {
    width: 100%;
    display: inline-block;
    font-size: 85.71%;
    padding: 3px 8px 3px 12px;
}
.header .login-status .dropdown-menu > li > form button {
    width: 100%;
    color: #1d392b;
    text-align: left;
    background-color: transparent;
    padding: 0;
    border: none;
}
.header .login-status .dropdown-menu > li > form button:before {
    content: '\2022';
    margin-right: 3px;
}
.header .login-status .dropdown-menu > li > form button:hover {
    color: #1d392b;
    background-color: transparent;
    font-weight: 700;
}
.alf-navbar .navbar-nav > li {
	padding-right: 0;
	padding-left: 0;
    width: 14.25%;
}
.alf-navbar .navbar-nav > li > a {
    position: relative;
    height: 38px;
	color: #1d392b;
	font-size: 85%;
	font-weight: 700;
	padding: 0;
    line-height: 38px;
}
.dropdown-span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em;
}
.alf-navbar .navbar-nav > li > a > img.menu-active-gradient {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
}
.alf-navbar .navbar-nav > .open > a,
.alf-navbar .navbar-nav > .open > a:focus,
.alf-navbar .navbar-nav > .open > a:hover,
.alf-navbar .navbar-nav > .active > a,
.alf-navbar .na.alf-lvbar-nav > .active > a:focus,
.alf-navbar .navbar-nav > .active > a:hover {
	color: #1d392b;
	background-color: transparent;
}
.alf-navbar .navbar-nav > .open > a > img.menu-active-gradient,
.alf-navbar .navbar-nav > li:hover > a > img.menu-active-gradient,
.alf-navbar .navbar-nav > li.active > a > img.menu-active-gradient {
	visibility: visible;
}
.header.no-bg .alf-navbar .navbar-nav .search-form {
	background-color: transparent;
}
.alf-navbar .navbar-nav .dropdown-menu {
	min-width: 100%;
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1);
}
.alf-navbar .navbar-nav .dropdown-menu > li {
	width: 100%;
}
.alf-navbar .navbar-nav .dropdown-menu > li > a {
	padding: 3px 8px 3px 12px;
	font-weight: normal;
	font-size: 85.71%;
	color: #1d392b;
}
.alf-navbar .navbar-nav .dropdown-menu > li > a:before {
	content: '\2022';
	margin-right: 3px;
}
.alf-navbar .navbar-nav .dropdown-menu > li > a:focus, .alf-navbar .navbar-nav .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #1d392b;
	font-weight: 700;
}
.alf-navbar .navbar-nav .open .dropdown-menu > li > a {
	color: #1d392b;
}
.alf-navbar .navbar-nav > li > .search-form {
	max-width: 300px;
	margin: 8px auto;
}
.alf-navbar .navbar-nav > li > .search-form input {
	color: #1d392b;
}
.alf-navbar .navbar-nav > li > .search-form .form-control-feedback {
	color: #adb7b2;
	height: 24px;
	line-height: 24px;
}


/**
 * Main
 */
/* alf-container */
.alf-container {
	background-color: #f6f8d3;
	text-align: justify;
}
.alf-container.padding-32 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.alf-container.padding-54 {
	padding-top: 54px;
}
.alf-container .decorated-heading {
	background: -moz-linear-gradient(left, rgba(214,222,35,1) 0%, rgba(139,197,63,1) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(214,222,35,1) 0%,rgba(139,197,63,1) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(214,222,35,1) 0%,rgba(139,197,63,1) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd6de23', endColorstr='#cc8bc53f', GradientType=1);	/* IE6-9 */
	padding: 5px 21px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.alf-container .decorated-heading a:hover, .alf-container .decorated-heading a:focus {
	text-decoration: none;
}
.alf-container .decorated-heading h2, .alf-container .decorated-heading span {
	font-size: 128.57%;
	font-weight: 400;
	margin: 0;
	line-height: 1.1;
}
.alf-container h1 {
	color: #1d392b;
	font-size: 142.86%;
	font-weight: 700;
	margin: 24px auto;
	text-transform: uppercase;
}
.alf-container h1:before {
	content: '\2022';
	margin-right: 12px;
}
.alf-container h1 > small {
	text-transform: none;
	display: block;
	margin-top: 4px;
}
.alf-container h2 {
	color: #1d392b;
	font-size: 114.29%;
	font-weight: 700;
	margin: 5px auto;
}
.alf-container h3 {
	color: #1d392b;
	font-size: 100%;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 2px;
}
.alf-container small {
	color: #1d392b;
}
.alf-container p {
	font-size: 85.71%;
	color: #1d392b;
}
.alf-container .alf-container-section {
	margin-top: 42px;
}
.alf-container .alf-container-section > .row {
	margin-right: 0;
	margin-left: 0;
}
.alf-container .alf-container-section .decorated {
	font-weight: 700;
	font-style: italic;
}
.alf-container .alf-container-section ul.list-unstyled hr {
	border-top: 1px solid #1d392b;
}
.alf-container .paragraph-spacer {
	margin-bottom: 24px;
	display: block;
}
.alf-container .alf-container-section p > .img-responsive {
    margin: 0 auto;
}
.alf-container .alf-container-section p > a {
    text-decoration: underline;
    color: #1d392b;
}

/* alf-side-menu */
#alf-side-menu {
    display: none;
    position: fixed;
    left: 0;
    width: 14%;
}
#alf-side-menu.affix-top {
    top: 183px;
    margin-top: 42px;
}
#alf-side-menu.affix {
    top: 183px;
}
#alf-side-menu ul > li {
    height: 36px;
    margin-top: 0;
}
#alf-side-menu ul > li:not(:last-child) {
    margin-bottom: 10px;
}
#alf-side-menu ul > li > a {
    padding: 8px 8px;
    color: #1d392b;
    font-size: 85.71%;
    text-align: right;
}
#alf-side-menu ul > li > a:hover, #alf-side-menu ul > li > a:focus, #alf-side-menu ul > li.active > a, #alf-side-menu ul > li.active > a:focus, #alf-side-menu ul > li.active > a:hover {
    font-weight: 700;
    background-color: transparent;
}

/* alf-carousel */
.alf-carousel {
	position: absolute;
	z-index: 0;
	width: 100%;
}
.alf-carousel .carousel-indicators {
    width: 66.8%;
	margin: 0 auto;
    padding: 0;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	text-align: right;
	z-index: 999;
}
.alf-carousel .carousel-indicators li {
	background-color: #1d392b;
	border: none;
	margin: 1px;
}
.alf-carousel .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border: none;
	margin: 1px;
	background-color: #8bc53f;
}
.alf-carousel .carousel-inner {
    background-color: #ffffff;
}
.alf-carousel.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.alf-carousel.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.alf-carousel.carousel-fade .carousel-inner .active.left,
.alf-carousel.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.alf-carousel.carousel-fade .carousel-inner .next.left,
.alf-carousel.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.alf-carousel .carousel-inner .item img {
	width: 100%;
}
.alf-carousel .carousel-inner .carousel-caption {
    max-width: 400px;
    position: absolute;
    top: 40%;
    right: initial;
    left: 20%;
    font-size: 357.14%;
    text-align: left;
    padding: 0;
    text-shadow: none;
}

/* go-top-container */
.go-top-container {
	margin: 41px auto;
}

/* login-modal, password-recovery-modal, password-change-modal */
#login-modal .modal-content, #password-recovery-modal .modal-content, #password-change-modal .modal-content {
    background: transparent url("http://www.alf.pt/images/gradients/dark-green-gradient.png") repeat-y center center;
}
#login-modal .modal-content .modal-header, #password-recovery-modal .modal-content .modal-header, #password-change-modal .modal-content .modal-header {
    border-bottom: 0;
}
#login-modal .modal-content .modal-header .close, #password-recovery-modal .modal-content .modal-header .close, #password-change-modal .modal-content .modal-header .close {
    color: #ffffff;
    font-weight: 400;
}
#login-modal .login-form, #password-recovery-modal .password-recovery-form, #password-change-modal .password-change-form {
    width: 100%;
    display: inline-block;
    padding: 0 28px 28px 28px;
}
#login-modal .login-form legend, #password-recovery-modal .password-recovery-form legend, #password-change-modal .password-change-form legend {
    font-size: 92.86%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 28px;
    border: none;
}
#login-modal .login-form legend span, #password-recovery-modal .password-recovery-form legend span, #password-change-modal .password-change-form legend span {
    display: block;
}
#login-modal .login-form legend .form-subtitle-1, #password-recovery-modal .password-recovery-form legend .form-subtitle-1, #password-change-modal .password-change-form legend .form-subtitle-1 {
    font-size: 128.57%;
    color: #cedc25;
    margin-bottom: 5px;
}
#login-modal .login-form .validation-summary-errors, #password-recovery-modal .password-recovery-form .validation-summary-errors, #password-change-modal .password-change-form .validation-summary-errors {
    display: block;
    text-align: center;
}
#login-modal .login-form .validation-summary-errors > ul, #password-recovery-modal .password-recovery-form .validation-summary-errors > ul, #password-change-modal .password-change-form .validation-summary-errors > ul {
    list-style-type: none;
    padding: 0;
}
#login-modal .login-form .validation-summary-errors > ul > li, #password-recovery-modal .password-recovery-form .validation-summary-errors > ul > li, #password-change-modal .password-change-form .validation-summary-errors > ul > li {
    margin: 0 auto;
    font-weight: 700;
    color: #e50000;
}
#login-modal .login-form .form-group, #password-recovery-modal .password-recovery-form .form-group, #password-change-modal .password-change-form .form-group {
    max-width: 250px;
    margin: 10px auto;
}
#login-modal .login-form .form-group input, #password-recovery-modal .password-recovery-form .form-group input, #password-change-modal .password-change-form .form-group input {
	color: #1d392b;
    max-width: 250px;
	height: 32px;
	font-size: 85.71%;
    margin: 0 auto;
    background-color: #f6f8d3;
	-webkit-box-shadow: none;
	box-shadow: none;
    border: none;
    border-radius: 0;
}
#login-modal .login-form .form-group .form-control:focus, #password-recovery-modal .password-recovery-form .form-group .form-control:focus, #password-change-modal .password-change-form .form-group .form-control:focus {
	border: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
}
#login-modal .login-form .form-group button, #password-recovery-modal .password-recovery-form .form-group button, #password-change-modal .password-change-form .form-group button {
    width: 87px;
    height: 32px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(29,57,43,.6);
}
#login-modal .login-form .form-group a, #password-recovery-modal .password-recovery-form .form-group a, #password-change-modal .password-change-form .form-group a {
    font-size: 85.71%;
    color: #ffffff;
}
#login-modal label.error, #login-modal span.error, #password-recovery-modal label.error, #password-recovery-modal span.error, #password-change-modal label.error, #password-change-modal span.error {
    font-weight: 700;
    color: #e50000;
}
#login-modal label.success, #login-modal span.success, #password-recovery-modal label.success, #password-recovery-modal span.success, #password-change-modal label.success, #password-change-modal span.success {
    font-weight: 700;
    color: #19ba00;
}

/* alf-search-result */
.alf-search-result a {
    color: #1d392b;
}
.alf-search-result hr {
    border-top: 1px solid #1d392b;
}

/* alf-text-list */
.alf-text-list {
	font-size: 85.71%;
	list-style-type: disc;
	padding-left: 15px;
}
.alf-text-list ul {
	font-size: 100%;
	list-style-type: disc;
}
.alf-text-list li {
	color: #1d392b;
}

/* alf-link-list */
.alf-link-list > li {
	font-size: 85.71%;
	padding: 8px 0;
}
.alf-link-list > li > a {
	color: #1d392b;
}

/* alf-list */
.alf-list.grid {
	visibility: hidden;
    margin: -10px -10px -5px -10px;
}
.alf-list .grid-item {
	padding-right: 0;
	padding-left: 0;
	float: left;
	margin-bottom: 5px;
}
.alf-list .alf-list-item {
	display: block;
	background-color: #ffffff;
	margin: 12px 10px;
	padding: 36px 19px 36px 19px;
}
.alf-list .alf-list-item h2 {
	font-size: 142.86%;
	font-weight: 700;
	text-transform: uppercase;
    text-align: left;
	color: #1d392b;
	margin-top: 0;
	margin-bottom: 0;
}
.alf-list .alf-list-item h3 {
	font-size: 107.14%;
	font-weight: 400;
	text-transform: uppercase;
	color: #1d392b;
	margin: 10px 0;
}
.alf-list .alf-list-item p {
	color: #1d392b;
    margin: 8px 0;
}
.alf-list .alf-list-item img, .alf-list .alf-list-item div {
    width: 100%;
    margin: 8px auto;
}
.alf-list .alf-list-item .date-container {
	margin: 10px 0;
}
.alf-list .alf-list-item .date {
    font-size: 92.86%;
    font-weight: 400;
    line-height: 22px;
}
.alf-list .alf-list-item-toggle-visibility {
    color: #1d392b;
	font-size: 100%;
	text-transform: uppercase;
    text-align: left;
	margin-top: 30px;
    vertical-align: middle;
}
.alf-list .alf-list-item-toggle-visibility:hover {
    text-decoration: none;
}
.alf-list-divider {
    padding: 10px 21px;
}
.alf-list-divider h3 {
    color: #1d392b;
    font-size: 114.29%;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}
.alf-list-divider hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #1d392b;
}
.alf-associates-list-container {
	background-color: #ffffff;
}
.alf-associates-list-container .row {
	margin: 0;
	padding-bottom: 10px;
}
.alf-associates-list-container .decorated-heading h2 span {
    float: right;
    font-size: 100%;
    line-height: 22px;
}

/* alf-btn-download */
.alf-btn-download {
	margin-bottom: 20px;
}
.alf-btn-download .alf-btn {
	width: 100%;
}
.alf-btn-download small {
	color: #1d392b;
}

/* alf-btn */
.alf-btn {
	background-color: #1d392b;
	color: #ffffff;
	border: none;
	border-radius: 0;
	
}
.alf-btn:hover {
	background-color: #026437;
	color: #ffffff;
}
.alf-btn:active, .alf-btn.active, .alf-btn:focus, .alf-btn.focus, .alf-btn.active.focus, .alf-btn.active:focus, .alf-btn.active:hover, .alf-btn:active.focus, .alf-btn:active:focus, .alf-btn:active:hover {
	background-color: #026437;
	color: #ffffff;
}

/* alf-table */
.alf-table {
	font-size: 85.71%;
	border-color: #1d392b;
}
.alf-table > thead {
	border-color: #1d392b;
}
.alf-table > thead > tr {
	background-color: #1d392b;
	color: #ffffff;
}
.alf-table > tbody > tr {
	background-color: #fbfced;
	color: #1d392b;
}
.alf-table > tbody > tr > td, .alf-table > tbody > tr > th,
.alf-table > tfoot > tr > td, .alf-table > tfoot > tr > th,
.alf-table > thead > tr > td, .alf-table > thead > tr > th {
	border-color: #1d392b;
}

/* alf-home-menu */
.alf-home-menu-row {
    margin-right: 0px;
    margin-left: 0px;
}
.alf-home-menu-col {
    padding-right: 14px;
    padding-left: 0;
}
.alf-home-menu-col:last-child {
    padding-right: 0;
}
.alf-home-menu-col
.alf-home-menu {
	display: block;
	width: 100%;
	height: 58px;
	background: -moz-linear-gradient(left, rgba(214,222,35,1) 0%, rgba(139,197,63,1) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(214,222,35,1) 0%,rgba(139,197,63,1) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(214,222,35,1) 0%,rgba(139,197,63,1) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd6de23', endColorstr='#cc8bc53f', GradientType=1);	/* IE6-9 */
	margin: 0 auto;
	padding: 0 13px 0 13px;
	line-height: 58px;
	font-size: 114.29%;
}
.alf-home-menu .alf-home-menu-title {
    font-size: 128.57%;
	color: #1d392b;
	padding: 0;
    line-height: 58px;
}
.alf-home-menu .alf-home-menu-details {
	height: 100%;
	padding: 0;
	display: inline-block;
    line-height: 58px;
}
.alf-home-menu .alf-home-menu-details > span {
	color: #1d392b;
	font-size: 75.58%;
}
.alf-home-menu .alf-home-menu-shadow {
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0;
}
.alf-home-menu .dropdown-menu {
	width: 100%;
    height: 275px;
	top: 40px;
	background: -moz-linear-gradient(left, rgba(214,222,35,0.9) 0%, rgba(139,197,63,0.9) 100%);	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(214,222,35,0.9) 0%,rgba(139,197,63,0.9) 100%);	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(214,222,35,0.9) 0%,rgba(139,197,63,0.9) 100%);	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d6de23', endColorstr='#e68bc53f', GradientType=1);	/* IE6-9 */
	border: none;
	border-radius: 0;
	padding-top: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.alf-home-menu .dropdown-menu > li > a {
	color: #1d392b;
	font-size: 85.71%;
	word-wrap: break-word;
	white-space: normal;
	padding-top: 0;
	padding-bottom: 0;
}
.alf-home-menu .dropdown-menu > li.dropdown-header {
	color: #1d392b;
	font-size: 85.71%;
	font-weight: 700;
}
.alf-home-menu .dropdown-menu > li.dropdown-header.decorated:after {
	border-bottom: 0.1em solid #a6b436;
}
.alf-home-menu .dropdown-menu > li.dropdown-header:not(:first-child) {
	padding-top: 10px;
}
.alf-home-menu .dropdown-menu > li > a:before {
	content: '\2022';
	margin-right: 3px;
}
.alf-home-menu .dropdown-menu > li > a:focus, .alf-home-menu .dropdown-menu > li > a:hover {
	font-weight: 700;
	background-color: transparent;
}

/* alf-highlights-panel */
.alf-highlights-panel-row {
    margin-right: 0;
    margin-left: 0;
}
.alf-highlights-panel {
	width: 100%;
	height: 100%;
	background: transparent url("http://www.alf.pt/images/gradients/dark-green-gradient.png") repeat-y center center;
	background-size: 100% 100%;
	border: none;
	border-radius: 0;
	margin-top: 28px;
	padding: 0;
	position: relative;
}
.alf-highlights-panel > h2 {
	position: absolute;
	top: 15px;
	left: 21px;
	color: #ffffff;
	font-size: 142.86%;
    font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.alf-highlights-panel p {
	color: #ffffff;
	font-size: 100%;
	text-transform: uppercase;
}
.alf-highlights-panel > h2:before {
	content: none;
}
.alf-highlights-panel [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

/* alf-highlight-ticker */
#alf-highlight-ticker {
	width: 100%;
	margin: 0;
	overflow: hidden;
	height: 99px;
}
#alf-highlight-ticker .alf-highlight {
	height: 100%;
} 

/* alf-highlight */
.alf-highlight .alf-highlight-data {
	padding: 42px 21px 0 21px !important;
}
.alf-highlight .alf-highlight-data h2 {
	color: #ffffff;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.alf-highlight .alf-highlight-data a {
	color: #83bc3d;
	font-size: 100%;
	line-height: 100%;
	padding-top: 4px;
	display: block;
}
.alf-highlight .alf-highlight-data a > img {
	vertical-align: text-bottom;
}
.alf-highlight .alf-highlight-data a:hover {
	text-decoration: none;
}
.alf-highlight .alf-highlight-image a {
	display: block;
	width: 100%;
	height: 99px;
}
.alf-highlight .alf-highlight-image img {
	width: 100%;
	height: 99px;
	max-height: 99px;
}

/* alf-highlights-xs */
.alf-highlights-xs {
	padding: 25px 0 25px 21px;
}
.alf-highlights-xs .alf-highlight:not(:first-child) .alf-highlight-data {
	padding-top: 21px !important;
}

/* alf-chart-row */
.alf-chart-row {
	margin: 24px 0;
}
.alf-chart-row [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.alf-chart {
	padding: 8px;
}
.alf-chart figcaption {
    color: #1d392b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.alf-chart > img {
	width: 100%;
	min-height: 200px;
}
.alf-chart > figcaption {
	font-style: italic;
	margin: 4px 0;
}

/* home-container */
.home-container {
	padding: 28px 0;
}

/* .news-container */
.news-container {
	background-color: #ffffff;
	padding: 36px 19px;
}
.news-container h2 {
	font-size: 142.86%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	color: #1d392b;
	margin-top: 0;
	margin-bottom: 0;
}
.news-container .date-container {
	margin: 10px 0;
}
.news-container .date {
    font-size: 92.86%;
    font-weight: 400;
    line-height: 22px;
}


/**
 *  Footer
 */
.footer {
	padding-bottom: 20px;
	background-color: #8bc53f;
}
.alf-footer-bar-container {
	background-color: #ffffff;
}
.alf-dk-footer-bar {
	border-top: 6px solid #17422e;
	margin: 0 auto 5px 0;
}
.alf-lt-footer-bar {
	border-top: 6px solid #cfdc26;
	margin: 0 auto 5px 0;
}
.alf-footer-shadow-container > img {
	margin: 0 auto;
	display: block;
}
.alf-footer-data-container {
	background-color: #8bc53f;
	padding-top: 8px;
}
.alf-footer-data-container a.decorated:after {
	border-bottom: 0.1em solid #a8d36f;
}
.alf-footer-data-container .panel {
	background-color: transparent;
	color: #ffffff;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.alf-footer-data-container .panel ul {
	margin-bottom: 0;
}
.alf-footer-data-container .panel ul li a {
	color: #ffffff;
}
.alf-footer-data-container .panel ul li.list-divider:before {
	content: '\2022';
}
.alf-footer-data-container .links-panel h1 {
	font-size: 100%;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.alf-footer-data-container .links-panel > ul {
	margin-top: 8px;
}
.alf-footer-data-container .links-panel > ul > li > a {
	text-decoration: none;
	font-weight: 700;
}
.alf-footer-data-container .contact-panel h1, .alf-footer-data-container .social-panel h1 {
	font-size: 85.71%;
	font-weight: 700;
	margin: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.alf-footer-data-container .contact-panel ul {
	margin-top: 8px;
}
.alf-footer-data-container .contact-panel ul li span {
	font-size: 85.71%;
}
.alf-footer-data-container .other-links-panel {
	margin-bottom: 18px;
}
.alf-footer-data-container .other-links-panel > ul > li > a {
	text-decoration: none;
	font-size: 85.71%;
	font-weight: 700;
	color: #ffffff;
}
.alf-footer-data-container .social-panel h1 {
	margin: 0;
}
.alf-footer-data-container .social-panel ul li {
	margin: 0;
}
.alf-footer-data-container .social-panel ul li a {
	font-size: 257.14%;
}
.alf-footer-contact-container {
	padding-top: 21px;
}


/**
 * Useful classes
 */

/* Background colors */
.alf-bg-white {
	background-color: #ffffff !important;
}

/* Underline */
.decorated {
	text-decoration: none;
	display: inline-table;
}
.decorated:after {
	content: "";
	border-bottom: 0.1em solid #bcc7aa;
	display: table-caption;
	caption-side: bottom;
	position: relative;
	margin-top: -0.15em;
}

/* No padding */
.no-padding {
	padding: 0 !important;
}

/* Paragraph spacer */
.paragraph-spacer {
	margin-bottom: 34px;
}


/**
 * Media viewports
 */

/* xs view */
@media (max-width: 767px) {
	/* Decrease margin-bottom of home header in xs view */
	.header.no-bg {
        background: transparent url("http://www.alf.pt/images/gradients/header-background-gradient.png") repeat-y center center;
        background-size: 100% 100%;
        margin-bottom: 25px;
        height: 100%;
	}
    .header .alf-navbar .navbar-collapse > .row {
	    margin: 0;
    }
    .header.no-bg .visible-xs .alf-carousel {
        position: relative;
    }
    .header.no-bg .visible-xs .alf-carousel .carousel-indicators {
        width: 100%;
    }
    .header .login-status {
        max-width: none;
        margin-right: 18px;
    }
    .home-container {
        padding-bottom: 25px;
    }
    .alf-navbar .navbar-nav > li {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .alf-home-menu-col {
        padding-right: 0;
    }
    /* Decrease font size of carousel caption in xs view */
    .alf-carousel .carousel-inner .carousel-caption {
        font-size: 214.29%;
    }
    /* Decrease font size of alf-highlight in xs view */
	.alf-highlight .alf-highlight-data a {
		font-size: 85.71%;
	}
	.alf-highlight .alf-highlight-data h2 a {
		font-size: 128.57%;
	}
    .alf-list .aggregated-member-row a > img {
        margin: 0 auto;
    }
	/* Helper to center text in xs view */
	.text-center-xs {
		text-align: center;
	}
    /* padding-xs-18 */
    .padding-xs-18 {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}

/* sm view */
@media (min-width: 768px) and (max-width: 1100px) {
    .header.no-bg {
        margin-bottom: 28%;
    }
    /* Decrease font size of carousel caption in sm view */
    .alf-carousel .carousel-inner .carousel-caption {
        font-size: 214.29%;
    }
	/* Decrease font size of alf-highlight in sm view */
	.alf-highlight .alf-highlight-data h2 {
		font-size: 92.86%;
	}
    .alf-highlight .alf-highlight-data p {
		font-size: 85.71%;
	}
	.alf-highlight .alf-highlight-data a {
		font-size: 85.71%;
	}
    .hidden-custom-width {
        display: none;
    }
	/* Helper to center text in sm view */
	.text-center-sm {
		text-align: center;
	}
    header.no-bg {
        margin-bottom: 20px;
    }
    /* Collapse navbar earlier */
     .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .header .alf-navbar .navbar-collapse > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .alf-navbar .navbar-nav {
        float: none !important;
		margin: 8px 0;
	}
    .alf-navbar .navbar-nav > li {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    .collapse.in {
  		display: block !important;
	}
    .alf-navbar .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
    .alf-navbar .navbar-collapse > .row {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media(max-width: 300px) {
     .hidden-custom-width {
        display: none;
    }
}

@media (min-width: 1264px) {
	/* Navbar dropdown-menu opening with hover when view width >= 915px */
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	/* alf-home-menu dropdown-menu opening with hover when view width >= 915px */
	.alf-home-menu.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (min-width: 1101px) {
    .header.no-bg {
        margin-bottom: 32%;
    }
}

@media (min-width: 1156px) {
    #alf-side-menu {
        display: block;
    }
}

@media (min-width: 1501px) {
    .header.no-bg {
        margin-bottom: 34%;
    }
}