@import "magnific-popup.css";
@import "jquery.restable.min.css";

body, input, textarea, select, button {
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

body {
    font-weight: 400;
	color:#666;
	font: 12px/1.6 Georgia;
	font-family: Georgia,serif;
}

.covid19 {
	width: 100%;
	padding:10px; 
	text-align:center;
	background:red;
	color:#fff !important;
	font-weight: 700 !important;
	font-size:16px !important;
	display: block;
	background: url("../images/graphics/covid-cme.jpg") no-repeat 0 0 red
}

.d-flex {
	display: flex;
}

.justify-space-between {
	justify-content: space-between;
}

h1 {
	font-size: 10px;
	color:#678095;
    font-weight: 700;
	 line-height: 1.2;
	 padding:3px 0;
	 margin:0 0 5px 0;
}

h1.news {
	font-size: 10px;
	color:#a6a08f;
    font-weight: 700;
	line-height: 1.2;
	padding:24px 0 8px 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
	border-bottom:1px solid #dedcd5;
	font-family: "Raleway",sans-serif;
}

.big-header {
	font-size:30px;
	font-weight:bold;
}

.medium-header {
	font-size:24px;
	font-weight:bold;
}

.small-header {
	font-size:19px;
	font-weight:bold;
}

.banner {
	width:100%;
	position:fixed;
	top:0;
	z-index:999;
	border:none;
	padding:0;
	background-color:#fff;
	text-align:center;
}
.banner h1 {
	font-family: 'Merriweather', serif;
	color: #655c89;
    font-size: 30px;
    margin: 0 0 35px 0;
    padding-top: 0;
    text-align: center;
}
.banner span {
	display:inline-block;
	text-transform:uppercase;
}

.banner .icon-round {
	display:inline-block;
	width:26px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color:#fff;
	background-color:#9c9c9c;
}
.banner .icon-round a {
	color:#fff;
	font-size:16px;
}

.banner .top-links {
	padding:60px 0 0 0;
}

.banner a {
	color: #655c89;
	font-size:10px;
	font-family: sans-serif;
}
.instagram:hover {
	background-color:#d30294;
}
.facebook:hover {
	background-color:#3b5998;
}
.youtube:hover {
	background-color:#bf221f;
}
.rss:hover {
	background-color:#fe9d04;
}

.issuu:hover {
	background-color:#ed5225;
}


h1 span {
    color: rgba(101, 92, 137, 0.3);
    font-weight: bold;
}

.toplinks {

	padding:0;
}

.super_bt {
	font-size:13px;
	float:left;
	position:relative;
	cursor:pointer;
	width:25%;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-weight:700;
	background-color:#E3A56B;
}

.super_bt span {
	background-color:#c4305a;
	padding:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.super_bt .menu {
	visibility: collapse;
	position: absolute;
	height: 0;
	opacity: 0;
	width:100%;
	background-color:#E3A56B;
}

.super_bt:hover .menu {
	display:block;
	height:auto;
	opacity: 1;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    5px 5px 0px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         5px 5px 0px 0px rgba(50, 50, 50, 0.3);

	visibility: visible;
	-webkit-animation-name: dropDownSuperMenu;
	animation-name: dropDownSuperMenu;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes dropDownSuperMenu {
	0% {
		display:none;
		opacity: 0;
	}

	1% {
		display: block ;
		opacity: 0;
	}

	100% {
		display: block ;
		opacity: 1;
	}
}
@keyframes dropDownSuperMenu {
	0% {
		display:none;
		opacity: 0;
	}

	1% {
		display: block ;
		opacity: 0;
	}

	100% {
		display: block ;
		opacity: 1;
	}
}

.super_bt .content{
	text-align:left;
	margin:8px 8px;
	padding:10px;
	width:inherit;
}

.super_bt  a {
	color:#fff;
	font-size:12px;
	font-weight:700;
	font-family: "Raleway",sans-serif;
}

.super_bt .content > ul  {
	width:100%;
	margin:0 0 0 10px;
	padding:0;
}

.super_bt .content  ul li {
	margin:3px 0 0 0;
	padding:0;
	list-style-type:none;
}
.super_bt .content  ul li ul  {
	margin:0;
	padding:0 0 0 10px;
}
.super_bt .content  ul li ul li {
	float:none;
	margin:0;
	padding:0;
}

.super_bt .content  ul li ul a {
	font-size:10px;
	margin:0;
	padding:0;
}

.red {
	background-color:#e53566;
}

.blue {
	background-color:#7A8C89;
}

.green {
	background-color:#80A8A8;
}

.yellow {
	background-color:#E3A56B;
}

.menu.red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e53566+0,e20d46+100 */
background: rgb(229,53,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,53,102,1) 0%, rgba(226,13,70,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(229,53,102,1) 0%,rgba(226,13,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(229,53,102,1) 0%,rgba(226,13,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53566', endColorstr='#e20d46',GradientType=0 ); /* IE6-9 */
}

.menu.green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80a8a8+0,688187+100 */
background: rgb(128,168,168); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(128,168,168,1) 0%, rgba(104,129,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(128,168,168,1) 0%,rgba(104,129,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(128,168,168,1) 0%,rgba(104,129,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a8a8', endColorstr='#688187',GradientType=0 ); /* IE6-9 */
}

.menu.blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a8c89+0,647271+100 */
background: rgb(122,140,137); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(122,140,137,1) 0%, rgba(100,114,113,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(122,140,137,1) 0%,rgba(100,114,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(122,140,137,1) 0%,rgba(100,114,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a8c89', endColorstr='#647271',GradientType=0 ); /* IE6-9 */
}

.menu.yellow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3a56b+0,e29348+100 */
background: rgb(227,165,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,165,107,1) 0%, rgba(226,147,72,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(227,165,107,1) 0%,rgba(226,147,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(227,165,107,1) 0%,rgba(226,147,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3a56b', endColorstr='#e29348',GradientType=0 ); /* IE6-9 */

}

.freguesia-btn {
	display:block;
	width:auto;
	height:70px;
	border:1px solid #ddd;
}

.collapsed {
	cursor:pointer;
}

.navbar-collapse {
  padding-top: 10px;
}

/*
.collapse {
	padding:10px 0;
}
*/

audio {
	width:100%;
}

.highlight a.header {
	font-size:24px;
}


a.header {
	font-size: 18px;
	color:#5a4d5c;
    font-weight: normal;
	line-height: 1.1;
	padding:5px 0;
}
a.subheader {
	display:inline-block;
	font-size: 14px;
	padding:6px 0 0 0;
	line-height: 1.3;
}

.highlight a.header {
	font-size: 26px;
	line-height: 1.1;
}

.highlight a.subheader {
	display:inline-block;
	font-size: 17px;
	padding:10px 0 0 0;
	line-height: 1.1;
}

.newslist-thumb {
	margin:8px 0;
}

.newslist-date {
	font-size: 10px;
	color: #678095;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 0;
	margin: 0 0 5px 0;
	text-transform: lowercase;
}

.top-images {
	margin:0 0 30px 0;
}

.top-images a {
  position: relative;
}

.top-images .arrows {
  position: absolute;
  font-size:54px;
  top:370px;
  z-index:150;
  color:#fff;
}

.top-images .cycle-prev {
  left:30px;
}

.top-images .cycle-next {
  right:30px;
}

.newstext-cycle-overlay {
    background: none repeat scroll 0 0 black;
    top: 0;
    color: white;
    font-family: tahoma,arial;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.newstext-cycle-pager {
	clear:both;
}


.newstext-cycle-pager img {
	margin: 5px 2px 5px 0;
	cursor:pointer;
	display:inline-block;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.newstext-cycle-pager img.cycle-pager-active, .newstext-cycle-pager img.cycle-pager-active:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 15;
	opacity: 1;
}

.slides-overlay-wrapper {
	background-color:#fff;
	color:#333;
	font-size:12px;
	padding:5px;
}

.left-menu.affix {
	position:fixed;
}

.left-menu.affix-bottom {
	position:absolute;
}

.left-menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
.left-menu > li:first-child {
	padding:5px 0 2px 0;
}
.left-menu > li:last-child {
	border:none;
}
.left-menu li {
	margin:0;
	padding:8px 0 8px 0;
	list-style-type:none;
	border-bottom:1px solid #dad7e2;
}
.left-menu li > ul   {
	/*display:none;*/
	margin:0;
	padding:4px;
}
.left-menu li:hover > ul   {
	/*display:block;*/
}
.left-menu li > ul li  {
	margin:0;
	padding:2px;
}
.left-menu li > ul li:last-child  {
	border:none;
}
.left-menu li > ul li a {
	font-size:12px;
	 line-height: 0.4;
	 letter-spacing:0.3px;
	color:#666;
	font-weight: 400;
	text-transform:none;
}

.left-menu a {
	text-transform:uppercase;
	font-family: "Lato",sans-serif;
	font-size: 12px;
	color:#655c89;
    font-weight: 700;
	 line-height: 1.1;
	/* letter-spacing:-0.8px;*/
	 padding:5px 0;
}
.left-menu .active > a {
	color:#52a5ca;
}


.left-menu i {
	color:#e6e4ee;
}

.active > a > .glyphicon.arrow:before {
	content: "\e114";
}

.navbar-collapse li {
	padding: 10px 0;
}

.navbar-collapse a {
	padding: 15px;
}

.slideshow {
	position:relative;
	width:100%;
	margin-top:180px;
}
/*
.slideshow .calendar {

    position: absolute;
    z-index: 2;


	color:#fff;
    font-weight: 700;
	line-height: 1.2;
	z-index:101;
	text-rendering: optimizeLegibility;
}
*/
.slideshow .arrows {
	position:absolute;
	top:35%;
	z-index:102;
	opacity:0;
	color:#fff;
	padding:10px;
	font-size:36px;
	transition: opacity .55s ease-in-out;
   -moz-transition: opacity .55s ease-in-out;
   -webkit-transition: opacity .55s ease-in-out;
}

.slideshow:hover .arrows {
	opacity:1;
}

.slideshow .cycle-prev {
	left:0
}
.slideshow .cycle-next {
	right:0
}

.cycle-overlay {
	display:inline-block;
	vertical-align:middle;
	padding:10px;
	background: url("../images/black_opacity.png") repeat scroll 0 0 transparent;
}

.cycle-overlay h1 {
	padding:20px 0 0 0;
	font-size:28px;
	color:#fff;
}

.cycle-overlay h2 {
	margin:0;
	padding:0;
	color:#fff;
	font-size:18px;
}

.slideshow a:hover h1 {
	text-decoration:underline;
}

div.column {
  margin: 0 auto 0 auto;
  max-width: 42.5em;
  max-width: 1920px;
}

.fluidratio {
	background-color: #eee;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 320px;
    margin: 0;
}

figure a {
	display:block;
	width:100%;
	height:100%;
}

.cycle-text {
	z-index: 901;
}

#calendar {
	position:absolute;
	top:10px;
	right:20%;
	z-index:305;
}

.search.affix {
	top:180px;
	background-color:#e0e2e2;
	border-bottom:1px solid #ddd;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.search.affix-top {
	position:absolute;

	bottom:0;
	background: url("../images/black_opacity.png") repeat scroll 0 0 transparent;
}

.affix input {
	color:#333 !important;
}

.search {
	width:100%;
	z-index:301;
	padding:5px 0;
}

.btn-facebook {
	border-radius:4px;
	background-color:#4763b3;
	color:#fff;
	font-family: helvetica,arial,sans-serif;
	color: #fff;
	padding:1px 4px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 -1px 0 #354c8c;
}

.btn-facebook:hover, .btn-facebook:focus {
	color:#fff;
}

.search input {
	width:100%;
	color:#fff;
	font-size: 0.875em;
    line-height: 22px;
    padding: 4px 20px;
	border-radius: 3px;
    border-right: 0 solid transparent;
    border-style: solid;
    border-width: 0 0 0;
	background: rgba(255, 255, 255, 0.45);
}

.search .btn-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, rgba(242, 97, 71, 1) 0%, rgba(235, 64, 43, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ffb49a transparent transparent;
    border-image: none;
    border-radius: 3px;
    border-right: 0 solid transparent;
    border-style: solid;
    border-width: 1px 0 0;
    box-shadow: -1px 2px 2px 2px rgba(50, 50, 50, 0.07);
    color: #fff;
    cursor: pointer;

    font-size: 0.875em;
    line-height: 22px;
    padding: 4px 20px;
}

.center-content {
	text-align:center;
}

.noticias {
	background-color:#fff;
	padding:20px 0;
}

.main {
	background-color:#fff;
	margin-top:180px;
	padding:60px 0;
}

.main h1 {
	font-size: 24px;
	color:#666;
    font-weight: 700;
	 line-height: 1.2;
	 padding:3px 0;
	 margin:10px 0 20px 0;
	 text-align:left;
}

.main h2 {
	font-size: 18px;
	color:#666;
    font-weight: 700;
	 line-height: 1.2;
	 padding:3px 0;
	 margin:25px 0 10px 0;
	  text-align:left;
}

.main h4 {
	font-size: 16px;
	color:#666;
    font-weight: 700;
	 line-height: 1.2;
	 padding:3px 0;
	 margin:25px 0 10px 0;
	  text-align:left;
}

h4.summary {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	margin:0 0 10px 0;
}

.content {
	font-size:13px;
	text-align:justify;
}

.content p {
	margin:0 0 17px 0;
}

.content table p {
	margin:0;
	padding: 3px;
}

a.link {
	border:1px solid #cad1d6;
	text-align:center;
	float:left;
	display:block;
	margin:4px;
	width:55px;
	height:55px;
	font-size:0.7em;
	background-image: url(../images/links_logos.png);
	background-position:0 0;
	text-indent:-9999px;
}

.agenda {
	color:#fff;
	font-size:14px;
}

.agenda h2 {
	font-size:14px;
	margin:10px 0 0 0;
	padding:0;
}

.agenda h3 {
	font-size:11px;
	margin:0 0 10px 0;
	padding:0;
}

.ball-pulse {
  margin:auto;
  text-align:center;
}

.ball-pulse > div {
  background-color: #ccc;
}

.agenda-item {
	position:relative;
	margin:25px 0;

	line-height:22px;
	text-align:left;
	/*outline: solid 1px #ddd;*/
}

.agenda-link {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 190;
	background-color: #333;
	color: #ddd;
	display:inline-block;
	text-align:left;
	font-size:14px;
	letter-spacing: 0.03em;
	margin:0;
	font-weight: normal;
	padding: 10px;
	line-height:20px;
	opacity:0.9;
}

.agenda-link:hover {
	color: #fff;
}

.agenda-desc {
	font-size:12px;
	line-height:20px;
}

.agenda-thumbs {
	position:relative;
	overflow:hidden;
	height:180px;
	margin:10px 0;
}

.agenda-thumbs img {
	position:absolute;
	top:0;
	left:0;
}
.agenda-item-tipo {
	position:absolute;
	width:100%;
	bottom:0;
	background-color:#eeeeee;
	padding:5px;
}

.agenda-date {
	position:absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 30px;
	color: #ddd;
	z-index: 159;
	background-color: #333;
}

a[href$=".pdf"] {
	margin:5px 0;
	padding:5px 5px 5px 0;

}

a[href$=".pdf"]:before {
    content: "\f016";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color:red;
    font-size: 12px;
    margin-right:3px;
    padding:5px 5px;
}

a[href$=".pdf"]:before:hover {
    color:red;
}

a.exter-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color:#4678d1;
    font-size: 12px;
  	margin-right:3px;
  	padding:5px 5px;
}


.icon-folder:before {
    content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color:#333;
    font-size: 12px;
	  margin-right:3px;
	  padding:5px 5px;
}

.iniciativas  {
	background-color:#fff;
	padding:10px 0;
	border-top:1px solid #ddd;
}


.iniciativas a {
	display:inline-block;
}

.iniciativas img {
	margin:0 6px;
}

.links {
	background-color:#fff;
	padding:10px 0;
	border-top:1px solid #ddd;
}

.links a {
	display:inline-block;
}

.links img {
	width:116px;
	height:116px;
	margin:0 6px;
}

.events-slideshow {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#fff;
	postion:relative;
	font-family: "Lato",sans-serif;
}

.events-slideshow li {
	margin:0;
	padding:0;
}

.events-slideshow a {
	color:#fff;
}
.events-slideshow i {
	font-size:15px;
	display:none;
}
.events-slideshow  {
	color:#fff;
	line-height:1.1;
	font-size:12px;
	padding:0;
	margin:0;
}

.events-type  {
	height:20px;
	color:#fff;
	line-height:1.8;
	font-size:10px;
	background-color:#c0023c;
}

.events-cycle-pager {
	width:100%;
	color:#f4aabc;
	font-size:16px;
	text-align:left;
	position:absolute;
	bottom:1px;
}

.events-cycle-pager .cycle-pager-active{
	color:#fff;

}
.assembleia {
	margin-bottom:25px;
}

.fb-like {
	margin:5px 0 0 0;
}

.thumbnail {
	min-height:135px;
}

.thumbnail-folder {
	width: 122px;
	height:122px;
	text-align: center;
}

.thumbnail-folder i {
	color: #666;
	font-size: 54px;
	margin-top: 35px;
}

.boletim {
	text-align:center;
	min-height:240px;
}

.boletim .image {
	margin:20px 0;
}

.grey {
	cursor:pointer;
	opacity:0.5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    filter: gray;
    -webkit-filter: grayscale(1);
}

.grey:hover {
	opacity:1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

footer {
	color:#fff;
	background-color:#0673ad;
	font-size:12px;
	padding: 20px 0;
	font-family: "Lato",sans-serif;
}

footer .top-footer {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 60px 0;
	padding: 20px 0;
}

footer .footer-links {
	display: flex;
	justify-content: space-between;
}

footer .footer-links ul {
	margin: 0 0 0 50px;
	padding: 0;
	list-style-type: none;
}

footer .footer-links ul li {
	margin: 2px 0;
	padding: 0;
}

footer .footer-links ul li a {
	font-size:14px;
	color:#fff;
}
footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}
footer .footer-logos {
	display: flex;
	justify-content: space-between;
}
footer hr {
	opacity: 0.2;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#fff;
}

footer small {
	color:#8fceff;
}

footer form {
	margin:20px 0 0 0;
}

footer .btn-default {
	color:#fff !important;
	background-color:#241e26 !important;
	border:1px solid #4f505d;
}

footer .form-control {
	color:#fff;
	background-color:#362e38 !important;
	border:1px solid #4f505d;
}

footer .form-control:focus {
	border:1px solid #fff;
}

footer a[href$=".pdf"]:before {
    content: none;
}

footer .hitcounter {
	margin-top:5px;
}

caption {
	background-color:#52a5ca;
	color:#fff;
	padding:10px 0;
	text-align:center;
}

dl.table {
	margin:0 0 10px 0;
	padding:0;
	width: 100%;
	border:1px solid #dce0e6;
	border-bottom: none;
}

dl.table dt {
	padding:8px;
	font-weight:bold;
	color:#666;
	background-color:#e0e0e0;
}
dl.table dd {
	border-bottom: 1px solid #dce0e6;
	padding: 15px 6px 15px 15px;
	margin:0;
	color: #717783;
	vertical-align:middle;
}
dl.table dl {
	margin:0;
	padding:10px;
	border:none;
}

dl.table dd dt {
	margin:0;
	padding:10px;
	background:none;
	color:#333;
	border:none;
	border-bottom:1px solid #ddd;
}

.tab-content {
	padding:10px 0;
}

.breadcrumbs {
	font-family: sans-serif;
	font-size: 10px;
	color:#a6a08f;
	font-weight: 700;
	line-height: 1.2;
	padding:10px 0 22px 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
	border-bottom:1px solid #dedcd5;
}

.breadcrumbs a {
	color:#a6a08f;
}

.breadcrumbs a:hover {
	text-decoration:none;
}

.pull-right img {
	margin:10px;
}

.pull-left img {
	margin:10px;
}

.image {
	position: relative;
	margin-bottom: 15px;
}

.image legend {
	position: absolute;
	bottom: 0;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.image a {
    color:white;
}

.cta-modal {
    background: #ea006f none repeat scroll 0 0;
    bottom: 0;
    color: white;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 40px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 700ms ease 0s;
    visibility: hidden;
    z-index: 9999;
}

.cta-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.cta-dialog {
	 z-index: 10000;
    background: #4a90e2 none repeat scroll 0 0;
    bottom: auto;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.4);
    left: 50%;
    min-width: 300px;
    right: auto;
    top: 30%;
    transform: translateX(-50%);
}

.mfp-costum-container {
	margin: auto;
	position: relative;
	width: 512px;
}

.mfp-close-costum {
	position: absolute;
	right: -50px;
	color: #fff !important;
}

#owl-publications .owl-item {
	padding: 15px;
	cursor: pointer;
	background-color: #eaeaea;
}

#owl-publications .owl-item {
	padding: 15px;
	cursor: pointer;
	background-color: #eaeaea;
}


#owl-publications .item-plus {
	position: absolute;
	z-index: 99;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	color: #fff;
}

.publications-text-item {
	width: 100%;
	min-height: 400px;
}

.publications-close {
	margin-top: -30px;
	float: right;
}


.navbar-fixed-top {
    position: absolute;
}

.cursor {
	cursor: pointer;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 766px) {

	.banner {
		display:none;
		position:static;
		margin-top:70px;
	}

	.navbar-brand {
		padding:0 0 0 10px;
	}

	.navbar-collapse {
		margin-top:15px;
	}

	.navbar form {
		padding-bottom:15px;
	}

	.newslist {
		margin-bottom:25px;
	}

	.main {
		margin-top:0px;
	}

	.slideshow {
		margin-top:100px;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: none !important;
	}

	.super_bt {
		width:100%;
	}

	#calendar {
		display:none;
	}

	.search.affix {
		top: 150px;
	}

	footer {
		text-align:center;
	}

	footer span {
		display:block;
	}

}

/* calendar position */
@media (max-width: 1600px) {
	#calendar {
		right:10%;
	}
}

/* calendar position */
@media (max-width: 1200px) {
	#calendar {
		right:3%;
	}
}
