/* HIGHLIGHT */

::-moz-selection {
	background: #0083b4;
    color: #fff;
}

::selection {
	background: #0083b4;
    color: #fff;
}


/* GERAL */

body {
	background-color: #FFF;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
}

table {
	width: 100% !important;
}

.container {
	width: 1200px;
	padding: 0 25px;
}

.big-btn {
	display: block;
	width: 150px;
	background-color: #b00;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	margin: 15px 0;
}

.big-btn:hover {
	background-color: #000;
}

.big-btn:first-child {
	margin-top: 0;
}

.big-btn:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic;
}


/* H'S */

h1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Cabin', sans-serif;
	color: #b00;
    display: inline-block;
}

h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background-color: #b00;
}

h3 {
	margin-top: 45px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Cabin', sans-serif;
	color: #b00;
}

h3:first-child {
	margin-top: 0;
}

h5 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Cabin', sans-serif;
	color: #666;
}

h6 {
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #b00;
}


/* TOP */

.top {
	background-color: #cfd8dc;
    float: right;
    padding: 0 25px;
    position: relative;
    margin-top: 15px;
    min-width: 652px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* AREA RESERVADA */

.area-reservada-wrapper {
	float: right;
}

.area-reservada-login-toggle {
	display: block;
	float: left;
	padding-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	cursor: pointer;
	color: #000;
	position: relative;
}

.area-reservada-login-toggle:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.area-reservada-login-toggle.opened,
.area-reservada-login-toggle:hover {
	color: #fff;
}

.area-reservada-login {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #78909c;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	z-index: 110;
    color: #fff;
}

@media all and (max-width: 350px) {
	.area-reservada-login {
		width: 100%;
		right: 0;
	}
}

.area-reservada-tit {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

.area-reservada-login input {
	background-color: #FFF;
	width: 100%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.area-reservada-login input[type="submit"] {
	color: #FFF;
	background-color: #b00;
	text-transform: uppercase;
	cursor: pointer;
}

.area-reservada-login input[type="submit"]:hover {
	color: #FFF;
	background-color: #000;
}

.registar {
	display: block;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-color: #78909c;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
    color: #fff;
}

.registar:hover {
	background-color: #607d8b;
    color: #fff;
}

.reg-descricao {
	display: block;
	font-size: 11px;
}

.area-reservada-menu-toggle {
	display: block;
	float: left;
	padding-right: 15px;
	margin-left: 20px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	cursor: pointer;
	color: #000;
	position: relative;
}

.area-reservada-menu-toggle:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.area-reservada-menu-toggle.opened,
.area-reservada-menu-toggle:hover {
	color: #fff;
}

.area-reservada-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #78909c;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 305px;
	z-index: 110;
    color: #fff;
}

@media all and (max-width: 350px) {
	.area-reservada-menu {
		width: 100%;
		right: 0;
	}
}

.area-reservada-menu li {
	display: block;
	margin-bottom: 5px;
    line-height: 1.5;
}

.area-reservada-menu a {
	font-size: 12px;
}
.area-reservada-menu a i {
    color: #fff;
}

.area-reservada-menu a:hover,
.area-reservada-menu a:hover i,
.area-reservada-menu a.active,
.area-reservada-menu a.active i {
	color: #000;
}


/* HEADER */

.header {
	background-color: #FFF;
	width: 100%;
	-moz-background-size: auto 100%; 
	  -o-background-size: auto 100%;
		 background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
    /*background-image: url(../img/header/aatae-header-fundo.png);*/
}

.header .container {
	padding: 25px;
}

.logo {
	float: left;
	display: block;
    width: 333px;
	max-width: 80%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    margin-top: 15px;
}

.logo img {
	display: block;
    width: 100%;
}

.logo:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* MENU */

.menu {
	float: right;
    background-color: #eceff1;
    margin: 27.5px 0;
}

.menu li {
	display: block;
	float: left;
	margin-left: 10px;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    padding: 0 15px;
    border-bottom: 2px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

.menu a:hover {
	color: #b00;
	border-color: #b00;
}

.menu a.active {
	background-color: #b00;
	color: #fff;
	border-color: #b00;
}

.mobile-menu-toggle {
	display: none;
}

.menu-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 0;
	z-index: 111;
}

.menu-close {
	display: none;
	position: fixed;
	top: 30px;
	right: 30px;
	color: #b00;
	font-size: 35px;
	z-index: 113;
	cursor: pointer;
}

@media all and (max-width: 1065px) {
    .top {
        min-width: 0;
        width: 100%;
    }
    .logo {
        margin-top: 0;
    }
	.menu {
		margin: 0;
		display: none;
		float: none;
		position: fixed;
		top: 50%;
		left: 50%;
		width: 350px;
		max-width: 70%;
		max-height: 85%;
		overflow-y: auto;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 112;
	}
	.menu li {
		display: none;
		float: none;
		width: 100%;
		margin: 0;
	}
	.menu a {
		width: 100%;
		text-align: center;
		color: #000;
	}
	.mobile-menu-toggle {
		display: block;
		font-size: 25px;
		line-height: 65px;
        float: right;
	}
	.mobile-menu-toggle:hover {
		color: #b00;
	}
}


/* CONTENT */

.banner {
	display: block;
	height: 200px;
	width: 100%;
	background-image: url(../img/header/banner.jpg);
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content {
	width: 100%;
	background-color: #FFF;
}

.content .container {
	padding: 50px 25px;
}

p,
table,
.conteudo-editavel {
	line-height: 21px;
}

p a,
.content ul a,
table a,
.conteudo-editavel a {
	color: #b00;
}

p a:hover,
.content ul a:hover,
table a:hover,
.conteudo-editavel a:hover {
	color: #b00;
}

.content p i {
	color: #b00;
}

.content ul {
	list-style: disc;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content ul li {
	line-height: 21px;
}

.pdf {
	display: block;
	background-color: #b00;
	color: #FFF;
	position: relative;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
}

.pdf:hover {
	background-color: #000;
}

.pdf:before {
	content: "\f1c1";
	display: block;
	top: 0;
	left: 0;
	line-height: 40px;
	width: 40px;
	color: #FFF;
	text-align: center;
	position: absolute;
	font-family: 'FontAwesome';
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.pdf:hover:before {
	color: #b00;
}

.content img:not(#captchax) {
	max-width: 100%;
}

@media all and (max-width: 650px) {
	table:not(.listagem) {
		display: block;
		overflow-x: auto;
	}
	table:not(.listagem) tr {
		display: block;
		width: 650px;
	}
	table:not(.listagem) td {
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/* FOOTER */

.footer {
	width: 100%;
	color: #999;
	font-size: 12px;
    margin-top: 15px;
}

.footer .container {
	padding: 0 25px;
}

.footer .border-top {
	width: 100%;
	height: 1px;
	background-color: #DDD;
	margin-bottom: 50px;
}

.footer .border-bottom {
	width: 100%;
	height: 1px;
	background-color: #DDD;
	margin-top: 50px;
}

.footer p {
	line-height: 22px;
}

.footer p a {
	color: #999;
}

.footer p a:hover {
	color: #b00;
}

.mais-info i,
.footer-contactos i {
	color: #b00;
}

.mais-info li {
	margin-bottom: 10px;
	line-height: 18px;
	text-transform: uppercase;
}

.mais-info li:last-child {
	margin-bottom: 0;
}

.mais-info a:hover {
	color: #b00;
	display: block;
}

.mais-info .col {
	margin-bottom: 10px !important;
}

.social-media {
	margin-top: 30px;
}

.social-media a {
	display: block;
    float: left;
	margin-right: 10px;
}

.social-media i {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #EEE;
}

.social-media i:hover {
	color: #FFF;
}

.social-media .fa-facebook:hover {
	background-color: #3b5998;
}

.social-media .fa-google-plus:hover {
	background-color: #dd4b39;
}

.social-media .fa-youtube-play:hover {
	background-color: #bb0000;
}

.social-media .fa-linkedin:hover {
	background-color: #007bb5;
}

.social-media .fa-twitter:hover {
	background-color: #00aced;
}

.grupo-fb {
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	background-color: #EEE;
    text-transform: uppercase;
    font-weight: 600;
}

.grupo-fb:hover {
    color: #fff;
	background-color: #3b5998;
}

.newsletter input {
	background: #FFF;
	padding: 15px 40px;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	width: 100%;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	display: block;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.newsletter input:focus {
	border-color: #b00;
}

.newsletter .field-icon {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
	line-height: 44px;
	text-align: center;
	color: #999;
}

.newsletter button[type="submit"] {
	position: absolute;
	display: block;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 0;
	width: 40px;
	height: 100%;
	border: 0;
	background-color: #666;
	color: #FFF;
	cursor: pointer;
}

.newsletter button[type="submit"]:hover {
	background-color: #b00;
}

.newsletter .state-error {
	display: block;
	margin-top: 5px;
	color: #b00;
}

.newsletter .flo-notification {
	margin-top: 5px;
}


/* CREDITS */

.credits {
	width: 100%;
	color: #999;
	font-size: 11px;
    line-height: 2;
}

.credits a {
	color: #999;
    cursor: pointer;
}

.credits a:hover {
	color: #b00;
}

.credits .container {
	padding: 25px 25px 50px 25px;
}

@media all and (min-width: 651px) {
	.credits .col:last-child {
		text-align: right;
	}
}

@media all and (max-width: 650px) {
	.credits .col {
		text-align: center;
	}
}


/* HOME */

.slideshow-wrapper {
	margin-bottom: 50px;
}

.home-slider {
	background-color: #FFF;
	height: 400px;
}

.home-slider > span {
	display: block;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-slider .slider-loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	position: absolute;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-slider .slider-loader i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #b00;
}

.home-slider .captions {
	z-index: 102;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #FFF;
	position: absolute;
	text-transform: uppercase;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px 40px;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	text-align: right;
}

.home-slider .prev-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	text-align: center;
	font-size: 60px;
	color: #FFF;
	z-index: 102;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.home-slider:hover .prev-next {
	opacity: 1;
	filter: alpha(opacity=100);
}

.home-slider .prev-next:hover {
	color: #b00;
}

.home-slider .cycle-prev {
	left: 30px;
}

.home-slider .cycle-next {
	right: 30px;
}


/* DESTAQUES */

.destaques {
	margin-top: 15px;
}

.destaques:after {
	content: "";
	display: table;
	clear: both;
}

.destaques .col {
	padding: 50px 5px;
	display: block;
	background-color: #eceff1;
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 15px solid #fff;
	border-left: 15px solid #fff;
	position: relative;
}

.destaques .col:first-child {
	border-left-width: 0;
}

@media (min-width: 841px) {
    .destaques .col:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

.destaques i {
	width: 100%;
	float: left;
	display: block;
	font-size: 30px;
	text-align: center;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.destaques .texto {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.destaques .text-hover {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	text-align: center;
	line-height: 23px;
	color: #fff;
    width: 80%;
}

.destaques .destaques-tit {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}

.destaques .col:hover {
	background-color: #b00;
}

.destaques .col:hover span:not(.text-hover),
.destaques .col:hover i {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
}

.destaques .col:hover .text-hover {
	opacity: 1;
}

.slideshow-wrapper .noticia {
	min-height: 0;
	margin-bottom: 30px;
}

.noticia {
	width: 100%;
	margin-bottom: 50px;
	display: block;
	border: 1px solid #eee;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (max-width: 650px) {
	.noticia {
		min-height: 1px;
	}
}

.thumb-wrap {
    overflow: hidden;
	margin-bottom: 10px;
}

.noticia-thumb {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}

.noticia:last-child {
	margin-bottom: 0;
}

.noticia-date {
	font-size: 11px;
	display: block;
/*	background: #eee;*/
/*	padding: 7px;*/
/*	width: 150px;*/
/*	text-align: center;*/
	margin-bottom: 15px;
}

.noticia-date:last-child {
	margin-bottom: 0;
}

.noticia-tit {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 15px;
	display: block;
	line-height: 19px;
}

.noticia:hover {
    border-color: #b00;
}

.noticia:hover .noticia-thumb {
	-webkit-transform: rotate(-10deg) scale(1.4);
       -moz-transform: rotate(-10deg) scale(1.4);
        -ms-transform: rotate(-10deg) scale(1.4);
         -o-transform: rotate(-10deg) scale(1.4);
            transform: rotate(-10deg) scale(1.4);
}

.noticia:hover .noticia-tit {
	color: #b00;
}

.noticia-exc {
	line-height: 19px;
}

.ler-noticia {
	margin-top: 15px;
	display: block;
	width: 100px;
	line-height: 30px;
	color: #FFF;
	background-color: #666;
	text-align: center;
}

.ler-noticia:hover {
	background-color: #b00;
}

@media all and (max-width: 840px) {
	.home-slider {
		position: relative;
		width: 100%;
		height: 350px;
		left: 0;
	}
	.home-slider > span {
		height: 350px;
	}
	.slideshow-wrapper .col2 {
		width: 100%;
        padding-left: 0;
	}
	.destaques .col {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
        border-left: 0;
	}
}

@media all and (max-width: 480px) {
	.destaques .col {
		padding: 25px;
	}
}


/* HOME CTA */

.home-cta .col {
	padding: 20px;
    border: 1px solid #dadada;
    margin: 20px 0 0 0 !important;
}

.home-cta i {
	width: 10%;
	float: left;
	display: block;
	font-size: 30px;
}

.home-cta .texto {
	float: right;
	width: 81%;
}

.home-cta .destaques-tit {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
}

.home-cta .col:hover {
	border-color: #b00;
	background-color: #b00;
}

.home-cta .col:hover i,
.home-cta .col:hover .texto,
.home-cta .col:hover .texto .destaques-tit {
	color: #fff;
}

@media (max-width: 767px) {
	.home-cta {
		display: none;
	}
}


/* CONTACTOS */

.contactos:not(:first-child) {
	margin-top: 50px;
}

.contactos .flo-input,
.contactos .flo-textarea {
	border-width: 1px !important;
	border-color: #DDD !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

.contactos .flo-input:hover,
.contactos .flo-textarea:hover {
	border-color: #6a0000 !important;
}

.contactos .flo-input:focus,
.contactos .flo-textarea:focus {
	border-width: 1px !important;
	border-color: #b00 !important;
}

.contactos .captcode {
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
}

.contactos .btn-themed {
	background-color: #b00 !important;
}

.contactos .btn-themed:hover,
.contactos .btn-themed:focus {
	background-color: #000 !important;
}

.contactos .flo-input:focus ~ .field-icon i,
.contactos .flo-textarea:focus ~ .field-icon i {
    color: #b00 !important;
}

.contactos label[for] {
    margin-bottom: 10px;
    display: block;
}


/* LOGIN / REGISTO */

.login-registo textarea,
.login-registo input {
	display: block;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	resize: none;
}

.login-registo textarea:last-child,
.login-registo input:last-child {
	margin-bottom: 0;
}

.login-registo textarea {
	height: 70px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.login-registo textarea:focus {
	height: 100px;
}

.login-registo textarea:hover,
.login-registo input:hover {
	border-color: #6a0000;
}

.login-registo textarea:focus,
.login-registo input:focus {
	border-color: #b00;
}

.login-registo input[type="submit"] {
	border: 0;
	background-color: #b00;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
}

.login-registo input[type="submit"]:hover {
	background-color: #000;
}


/* NOTICIAS AATAE */

.page_navigation {
	margin-top: 50px;
	float: left;
}

.page_navigation ul {
	padding: 0;
	display: block;
	float: left;
}

.page_navigation li {
	display: inline-block;
	margin-left: 5px;
}

.page_navigation a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #666;
	color: #FFF !important;
}

.page_navigation li:first-child {
	margin-left: 0;
}

.page_navigation li:hover a {
	background-color: #999;
}

.page_navigation li.active a {
	background-color: #b00;
}

.previous_link:hover,
.next_link:hover {
	color: #b00;
}

.pajinate-prev,
.pajinate-next {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.pajinate-prev {
	float: left;
}

.pajinate-prev:before {
	content: "\f053";
	font-family: 'FontAwesome';
}

.pajinate-next {
	float: right;
}

.pajinate-next:before {
	content: "\f054";
	font-family: 'FontAwesome';
}

.pajinate-prev:hover,
.pajinate-next:hover {
	color: #b00;
}

.noticia-big-img {
	display: block;
	max-width: 50% !important;
	max-height: 200px;
	margin-bottom: 20px;	
	border: 1px solid #dadada;
}

@media all and (max-width: 650px) {
	.noticia-big-img {
		max-width: 100% !important;
	}
}


/* COMENTAR NOTICIAS */

.comentarios-noticias {
	margin-top: 30px;
	border-top: 1px solid #dadada;
	padding-top: 30px;
}

.comentar-noticias-form input,
.comentar-noticias-form textarea {
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #dadada;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 2%;
}

.comentar-noticias-form input:hover,
.comentar-noticias-form textarea:hover {
	border-color: #6a0000;
}

.comentar-noticias-form input:focus,
.comentar-noticias-form textarea:focus {
	border-color: #b00;
}

.comentar-noticias-form input[type="text"],
.comentar-noticias-form input[type="email"] {
	width: 49%;
	float: right;
}

.comentar-noticias-form input[type="text"] {
	float: left;
}

.comentar-noticias-form textarea {
	width: 100%;
	resize: none;
	height: 75px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.comentar-noticias-form textarea:focus {
	height: 125px;
}

.comentar-noticias-form input[type="submit"] {
	width: 125px;
	color: #FFF;
	background-color: #b00;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.comentar-noticias-form input[type="submit"]:hover,
.comentar-noticias-form input[type="submit"]:focus {
	background-color: #000;
}

.comentarios-noticias p {
	padding: 10px;
	background-color: #EEE;
	margin-bottom: 10px;
}

.comentarios-noticias p:last-child {
	margin-bottom: 0;
}


/* ESPACO DO ATAE */

.btn-comentar {
	float: left;
	display: block;
	padding: 15px;
	background-color: #b00;
	color: #FFF;
	cursor: pointer;
}

.btn-comentar:hover {
	background-color: #000;
}

.comentar {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 90%;
	z-index: 112;
}

.comentar input,
.comentar textarea {
	width: 100%;
	display: block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 13px;
	border: 1px solid #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px;
	resize: none;
}

.comentar input:last-child,
.comentar textarea:last-child {
	margin-bottom: 0;
}

.comentar input:hover,
.comentar textarea:hover {
	border-color: #6a0000;
}

.comentar input:focus,
.comentar textarea:focus {
	border-color: #b00;
}

.comentar textarea {
	height: 90px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.comentar textarea:focus {
	height: 145px;
}

#contador {
	margin-bottom: 15px;
}

.comentar input[type="submit"] {
	text-align: center;
	color: #FFF;
	background-color: #b00;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.comentar input[type="submit"]:hover {
	background-color: #000;
}

.comentarios {
	margin-top: 50px;
}

.comentario {
	line-height: 21px;
	padding: 30px;
	background-color: #EEE;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	clear: both;
}

.dados-comentario {
	float: left;
	margin-bottom: 25px;
}

.autor-comentario {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.data-comentario {
	font-size: 12px;
}


/* RESPOSTAS */

.nr-respostas {
    display: block;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    float: right;
}

.nr-respostas:after {
    content: "\f067";
    display: block;
    position: absolute;
    font-size: 9px;
    left: 0;
    bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
            transform: translateY(50%);
    font-family: 'FontAwesome';
}

.nr-respostas.aberto:after {
    content: "\f068";
}

.nr-respostas:hover {
    color: #b00;
}

.respostas {
    padding: 20px 30px 0 30px;
    display: none;
    clear: both;
}

.resposta {
    margin-bottom: 15px;
    padding: 15px;
}

.resposta:nth-child(even) {
    background-color: #f4f4f4;
}

.resposta-autor {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.resposta-data {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}

.resposta-texto {
    display: block;
    font-size: 12px;
    line-height: 2;
}

.resposta-form {
    display: block;
    margin-top: 20px;
}

.resposta-form textarea {
    display: block;
    width: 100%;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #dadada;
    padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 11px;
}

.resposta-form textarea:hover {
	border-color: #6a0000;
}

.resposta-form textarea:focus {
	border-color: #b00;
}

.resposta-form input[type="submit"] {
    display: block;
    width: 150px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    padding: 5px 0;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #eee;
    margin-top: 5px;
    cursor: pointer;
}

.resposta-form input[type="submit"]:hover {
	background-color: #b00;
    color: #fff;
}


/* ATUALIZACAO DE DADOS */

.atualizacao-de-dados .flo-input {
	border-width: 1px !important;
	border-color: #DDD !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

.atualizacao-de-dados .flo-input:hover {
	border-color: #6a0000 !important;
}

.atualizacao-de-dados .flo-input:focus {
	border-width: 1px !important;
	border-color: #b00 !important;
}

.atualizacao-de-dados .flo-radio {
	border: 3px solid #DDD !important;
}

.atualizacao-de-dados input:checked + .flo-checkbox,
.atualizacao-de-dados input:checked + .flo-radio {
	border: 3px solid #b00 !important;
	background: #b00 !important;
}

.atualizacao-de-dados input:hover + .flo-radio,
.atualizacao-de-dados input:hover + .flo-checkbox,
.atualizacao-de-dados input:focus + .flo-checkbox,
.atualizacao-de-dados input:focus + .flo-radio {
	border-color: #b00 !important;
}

.atualizacao-de-dados .btn-themed {
	background-color: #b00 !important;
}

.atualizacao-de-dados .btn-themed:hover,
.atualizacao-de-dados .btn-themed:focus {
	background-color: #000 !important;
}

#ui-datepicker-div {
	z-index: 11 !important;
}


/* CONSUMO */

.consumo-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
}

.consumo-popup .consumo-box {
    position: fixed;
    right: 50%;
    bottom: 120%;
	-webkit-transform: translate(50%, 50%);
	   -moz-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	     -o-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background-color: #fff;
    padding: 70px 50px;
    width: 400px;
    max-width: 90%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.consumo-popup .consumo-box .consumo-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #fff;
    text-align: center;
    color: #b00;
    font-size: 18px;
    cursor: pointer;
}

.consumo-popup .consumo-box .consumo-close:hover {
    background-color: #b00;
    color: #fff;
}


/* ALERTS */

.alert {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	margin: 20px 0;
}

.alert:first-child {
	margin-top: 0;
}

.alert:last-child {
	margin-bottom: 0;
}

.alert.success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}

.alert.info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}

.alert.warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}

.alert.danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}


/* SEPARADOR ANOS */

.separador-anos {
    margin-bottom: 30px;
}

.separador-anos a {
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    background-color: #eee;
    padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.separador-anos a:hover {
    background-color: #f4f4f4;
}

.separador-anos a.currente {
    background-color: #b00;
    color: #fff;
}


/* BOLSAS */

.bolsas .col {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
}

.bolsas .logo-wrap {
    background-color: #fff;
    padding: 5px;
    float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 20%;
}

.bolsas .logo-wrap span {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
	-moz-background-size: contain;
	  -o-background-size: contain;
		 background-size: contain;
}

.bolsas .info {
    position: absolute;
    left: 20%;
    bottom: 50%;
    width: 80%;
    padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
            transform: translateY(50%);
}

.bolsas .cargo {
    display: block;
    color: #b00;
    font-weight: 700;
    margin-bottom: 10px;
	font-family: 'Cabin', sans-serif;
}

.bolsas .empresa {
    display: block;
	font-family: 'Cabin', sans-serif;
}

.bolsas .col:hover {
    background-color: #f4f4f4;
    border-color: #b00;
}

.bolsas-oferta .info {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
    display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
            transform: none;
}


/* BOLSA ITEM */

.bolsa-img {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

.bolsa-info {
    margin-bottom: 30px;
}

.bolsa-info span {
    display: block;
    line-height: 2;
}


/* FILTROS */

.listagem-forms {
    margin-bottom: 30px;
}

.listagem-forms label {
    display: block;
/*    margin-bottom: 10px;*/
    float: left;
    margin-left: 2%;
    width: 23.5%;
    margin-bottom: 10px;
}

@media (min-width: 841px) {
    .listagem-forms label:nth-child(4n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 840px) and (min-width: 601px) {
    .listagem-forms label {
        width: 49%;
    }
    .listagem-forms label:nth-child(odd) {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 600px) {
    .listagem-forms label {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.listagem-forms input,
.listagem-forms select {
    display: block;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.listagem-forms input:hover,
.listagem-forms select:hover {
    border-color: #b00;
}

.listagem-forms input:focus,
.listagem-forms select:focus {
    border-color: #b00;
}

.listagem-forms button {
    display: block;
    padding: 0 15px;
    background-color: #eee;
    border: 1px solid #dadada;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.listagem-forms button:hover,
.listagem-forms button:focus {
    background-color: #b00;
    border-color: #b00;
    color: #fff;
}


/* LISTAGEM */

.listagem {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.listagem th {
    background-color: #333;
    color: #fff;
    border: 1px solid #3f3f3f;
    font-weight: 700;
    padding: 6px;
    text-align: center;
}

.listagem tr:nth-child(even) {
    background-color: #eee;
}

.listagem tr:hover {
    background-color: #dfdfdf;
}

.listagem td {
    padding: 6px;
    border: 1px solid #dadada;
    text-align: center;
    min-height: 21px;
}

.listagem th:nth-child(2),
.listagem th:nth-child(3),
.listagem td:nth-child(2),
.listagem td:nth-child(3) {
    text-align: left;
}

.listagem th:nth-child(5),
.listagem th:nth-child(6),
.listagem td:nth-child(5),
.listagem td:nth-child(6) {
    text-align: right;
}

@media 
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {
        
        /* Force table to not be like tables anymore */
        .listagem, .listagem thead, .listagem tbody, .listagem th, .listagem td, .listagem tr { 
            display: block; 
        }
        
        .listagem {
            border-bottom: 1px solid #dadada;
        }
        
        /* Hide table headers (but not display: none;, for accessibility) */
        .listagem thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        
        .listagem td { 
            /* Behave  like a "row" */
            border-bottom: none;
            position: relative;
            padding-left: 45%;
        }
        
        .listagem td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 0;
            padding-left: 6px;
            width: 45%; 
            white-space: nowrap;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 700;
        }
        
        /*
        Label the data
        */
        .listagem td:nth-of-type(1):before { content: "Ref.ª"; }
        .listagem td:nth-of-type(2):before { content: "Item"; }
        .listagem td:nth-of-type(3):before { content: "Descrição"; }
        .listagem td:nth-of-type(4):before { content: "Uni."; }
        .listagem td:nth-of-type(5):before { content: "Quant."; }
        .listagem td:nth-of-type(6):before { content: "Preço Unit."; }
        .listagem td:nth-of-type(7):before { content: "Tipo de obra 1 - Grande Dimensão"; }
        .listagem td:nth-of-type(8):before { content: "Tipo de obra 2 - Méd/Peq. Dimensão"; }
        .listagem td:nth-of-type(9):before { content: "Obs."; }
}


/* SIDEBAR */

aside {
	width: 30%;
	float: left;
}

aside .espaco-aatae-toggle {
	display: none;
	background-color: #eceff1;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 700;
	position: relative;
	transition: all .2s;
}

aside .espaco-aatae-toggle:before {
	content: "\f067";
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	transition: all .2s;
	color: #666;
}

aside .espaco-aatae-toggle:hover,
aside .espaco-aatae-toggle.aberto {
	background-color: #78909c;
	color: #fff;
}

aside .espaco-aatae-toggle:hover:before,
aside .espaco-aatae-toggle.aberto:before {
	color: #fff;
}

aside .espaco-aatae-toggle.aberto:before {
	content: "\f068";
}

aside .caixa {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #eceff1;
}

aside form input {
	background-color: #FFF;
	width: 100%;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

aside form input[type="submit"] {
	color: #FFF;
	background-color: #b00;
	text-transform: uppercase;
	cursor: pointer;
}

aside form input[type="submit"]:hover {
	color: #FFF;
	background-color: #000;
}

aside .registar {
	display: block;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-color: #78909c;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
    color: #fff;
}

aside .registar:hover {
	background-color: #607d8b;
    color: #fff;
}

aside .sidebar-menu {
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
}

aside .sidebar-menu li a {
	color: #666;
	border-bottom: 1px dotted #99a;
	display: block;
	padding: 4px 0;
}

aside .sidebar-menu li a:hover,
aside .sidebar-menu li a.active {
	color: #b00;
}


/* MAIN CONTENT */

main {
	width: 67%;
	float: right;
}

@media (max-width: 767px) {
	aside,
	main {
		width: 100%;
		float: none;
	}
	aside {
		margin-bottom: 50px;
	}
	aside .espaco-aatae-toggle {
		display: block;
	}
	aside .caixa {
		display: none;
	}
}