@font-face {
  font-family: 'dp';
  src: url('/Content/webfonts/dinpro-regular.eot');
  src: url('/Content/webfonts/dinpro-regular?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/dinpro-regular.woff') format('woff'),
    url('/Content/webfonts/dinpro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'dp';
  src: url('/Content/webfonts/dinpro-bold.eot');
  src: url('/Content/webfonts/dinpro-bold.eot?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/dinpro-bold.woff') format('woff'),
    url('/Content/webfonts/dinpro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


/* General Styles */
body {
  font-family:dp, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* Accessibility CSS */

.fontlarge {
  font-size: 17px;
}
.fontlarge .list-quicklight > li {
  width: 49.95%;
  margin-bottom: 5px;
}
.fontlarge .list-quicklight > li > a {
  padding: 16px 10px;
  padding-right: 40px;
}
.fontlarge .list-quicklight > li [class^="icon-"] {
  right: 8px;
}
.fontlarge .navbar-default .navbar-nav>li>a {
  padding: 12px 9px;
}

.fontlargest {
  font-size: 18px;
}
.fontlargest .navbar-default .navbar-nav>li>a {
  padding: 12px 8px;
}
.fontlargest .list-quicklight > li {
  width: 49.95%;
  margin-bottom: 5px;
}


.contrast2 .navbar-default .navbar-nav>li>a {
  color: #000;
}
.contrast2 .navbar-default {
  border-bottom-color: #000;
  border-top-color: #000;
}
.contrast2 .sect-head {
  color: #000;
  border-left: 5px solid #000;
  border-top-color: #000;
  background-color: #fff;
}
.contrast2 .list-quicklight > li > a {
  background-color: #444;
  color: #fff;
}
.contrast2 .list-quicklight > li > a [class^="icon"] {
  color: #fff;
  opacity: .8;
}
.contrast2 .btn-primary, 
.contrast2 .btn-primary:focus {
  background-color: #000;
}
.contrast2 .list-quick > li > a {
  background-color: #444;
}
.contrast2 .nav-tabs>li.active>a, 
.contrast2 .nav-tabs>li.active>a:hover, 
.contrast2 .nav-tabs>li.active>a:focus {
  color: #000;
  border-color: #000;
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 #000;
}
.contrast2 .navbar-default .navbar-nav>.open>a, 
.contrast2 .navbar-default .navbar-nav>.open>a:hover, 
.contrast2 .navbar-default .navbar-nav>.open>a:focus {
  background-color: #000;
  color: #fff;
}
.contrast2 .navbar-default .head {
  color: #fff;
  background-color: #555;
}
.contrast2 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #000;
}
.contrast2 .box {
  background-color: #fff;
  box-shadow: inset 0 0 1px #222;
}
.contrast2 .box.light {
  background-color: #fff;
}
.contrast2 .body .box-head {
  color: #000;
}
.contrast2 .currevents .event-head {
  color: #000;
}
.contrast2 .list-currevents > li.live > a {
  background-color: #000;
  color: #fff;
}
.contrast2 .list-currevents .date {
  color: #000;
}
.contrast2 .tbl-head-alphabet .active:before {
  background-color: #000;
}
.contrast2 .badge {
  background-color: #444;
}
.contrast2 .footer .inner {
  background-image: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contrast2 .footer .title {
  color: #000;
}
.contrast2 .footer .list-menu > li > a {
  color: #000;
}
.contrast2 .sidenav .sect-name {
  color: #000;
}
.contrast2 .tab-content.inline .body {
  background-color: #fff;
  border: 1px solid #222;
  margin-top: -1px;
  border-top: none;
}
.contrast2 .article .nav-tabs > li.active > a {
  background-color: #fff;
  border-bottom-color: transparent;
}
.contrast2 .seats .list-inline > li > a span:last-child {
  background-color: #000;
  color: #fff;
}
.contrast2 .sidenav h5 {
  color: #000;
}
.contrast2 .open .btn-collapshead {
  background-color: #444;
  color: #fff;
}
.contrast2 .sidenav .list-menu > li > a:hover, 
.contrast2 .sidenav .list-menu > li > a.active {
  background-color: #444;
  color: #fff;
}
.contrast2 .list-articles > li > a:hover {
  background-color: rgba(0,0,0,.01);
  color: #000;
}
.contrast2 .article .intro {
  color: #000;
}
.contrast2 .article .intro:after {
  background-color: #444;
}


.contrast3 {
  background-color: #000;
  color: #fff;
}
.contrast3 .logobar {
  background-color: transparent;
  background-image: none;
  border-top: 1px solid #fff;
}
.contrast3 .navbar-default {
  background-color: transparent;
}
.contrast3 .navbar-default .navbar-nav>li>a {
  color: #fff;
}
.contrast3 .navbar-default {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.contrast3 .sect-head {
  color: #fff;
  border-left: 5px solid #fff;
  border-top-color: #fff;
  background-color: transparent;
}
.contrast3 .list-news.dateright > li > a {
  color: #fff;
}

.contrast3 .list-quicklight > li > a {
  background-color: #777;
  color: #fff;
}
.contrast3 .list-quicklight > li > a:hover {
  background-color: #fff;
  color: #000;
}
.contrast3 .list-quicklight > li > a:hover [class^="icon-"] {
  color: #000;
}
.contrast3 .list-quicklight > li > a [class^="icon"] {
  color: #fff;
  opacity: .8;
}
.contrast3 .btn-primary, 
.contrast3 .btn-primary:focus {
  background-color: #fff;
  color: #000;
}
.contrast3 .list-news > li > a {
  color: #fff;
}
.contrast3 .list-gallery .img-desc p {
  color: #fff;
}
.contrast3 .cal-home .nav-tabs > li > a {
  color: #fff;
}
.contrast3 .nav-tabs>li.active>a, 
.contrast3 .nav-tabs>li.active>a:hover, 
.contrast3 .nav-tabs>li.active>a:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 #000;
}
.contrast3 .navbar-default .navbar-nav>.open>a, 
.contrast3 .navbar-default .navbar-nav>.open>a:hover, 
.contrast3 .navbar-default .navbar-nav>.open>a:focus {
  background-color: #fff;
  color: #000;
}
.contrast3 .navbar-default .head {
  color: #fff;
  background-color: #555;
}
.contrast3 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #000;
}
.contrast3 .box {
  background-color: #000;
  box-shadow: inset 0 0 1px #fff;
}
.contrast3 .box.light {
  background-color: #000;
}
.contrast3 .body .box-head {
  color: #000;
}
.contrast3 .currevents .event-head {
  color: #fff;
}
.contrast3 .list-currevents > li.live > a {
  background-color: #fff;
  color: #000;
}
.contrast3 .list-currevents .date {
  color: #fff;
}
.contrast3 .list-currevents > li.live .date {
  color: #000;
}
.contrast3 .btn-live {
  background-color: #000;
  color: #fff;
}
.contrast3 .sect-head.dark {
  background-color: #fff;
  border-left-color: #fff;
  color: #000;
}
.contrast3 .clndr-table > tbody > tr > td.today {
  background-color: #f5f5f5;
  color: #000;
}
.contrast3 .list-quick > li > a {
  background-color: #fff;
  color: #000;
}
.contrast3 .list-quick > li > a:hover {
  background-color: #fff;
  color: #000;
}
.contrast3 .list-quick > li > a.withimage {
  color: #fff;
}
.contrast3 .secondary .list-menu .drop-lang > a {
  color: #fff;
}
.contrast2 .tbl-head-alphabet .active:before {
  background-color: #000;
}
.contrast2 .badge {
  background-color: #444;
}
.contrast3 .footer .inner {
  background-image: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.contrast3 .footer .title {
  color: #fff;
}
.contrast3 .footer .list-menu > li > a {
  color: #fff;
}
.contrast3 .list-currevents > li > a {
  color: #fff;
}
.contrast3 .sidenav .sect-name {
  color: #fff;
}
.contrast3 .sidenav .list-menu > li > a {
  color: #fff;
}
.contrast3 .article h2 {
  color: #fff;
}
.contrast3 .article .nav-tabs > li > a {
  color: #fff;
}
.contrast3 .tab-content.inline .body {
  background-color: #fff;
  border: 1px solid #222;
  margin-top: -1px;
  border-top: none;
}
.contrast3 .article .nav-tabs > li.active > a {
  background-color: #fff;
  color: #000;
  border-bottom-color: transparent;
}
.contrast3 .archive .list-links > li > a,
.contrast3 .archive .list-links > li > a:hover {
  color: #fff;
}
.contrast3 .seats .list-inline > li > a span:last-child {
  background-color: #000;
  color: #fff;
}
.contrast3 .sidenav h5 {
  color: #fff;
}
.contrast3 .list-members a {
  color: #fff;
}
.contrast3 .btn-collapshead,
.contrast3 .btn-collapshead:hover {
  color: #fff;
}
.contrast3 .btn-collapshead .circle {
  border: 1px solid rgba(255,255,255,.25);
}
.contrast3 .open .btn-collapshead {
  background-color: #ccc;
  color: #000;
}
.contrast3 .article .body {
  color: #fff;
}
.contrast3 .list-articles > li > a {
  color: #fff;
}
.contrast3 .sidenav .list-menu > li > a:hover, 
.contrast3 .sidenav .list-menu > li > a.active {
  background-color: #ccc;
  color: #000;
}
.contrast3 .contacts a {
  color: #fff;
}
.contrast3 .list-articles > li > a {
  border-top: 1px solid rgba(255,255,255,.25);
}
.contrast3 .list-articles > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.contrast3 .list-articles > li > a .sect {
  color: #ccc;
  border: 1px solid rgba(255,255,255,.25);
}
.contrast3 .article .intro {
  color: #fff;
}
.contrast3 .article .intro:after {
  background-color: #ccc;
}
.contrast3 .pagination>li:first-child>a, 
.contrast3 .pagination>li:first-child>span,
.contrast3 .pagination>li:last-child>a, 
.contrast3 .pagination>li:last-child>span {
    border-radius: 4px;
}
.contrast3 .form.shaded {
  background-color: #fff;
  color: #000;
}
.contrast3 .form.shaded .btn-primary {
  background-color: #000;
  color: #fff;
}
.contrast3 .list-artinfo > li, 
.contrast3 .article ul > li .list-artinfo > li {
    color: #fff;
}
.contrast3 .form-withbutton .btn {
    background-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
  font-family:dp, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}
table {
  width: 100%;
}

a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 10px 12px;
  text-align: left;
  font-size: .95em;
}
.dropdown-menu > li:not(:first-child) > a {
  border-top: 1px solid rgba(0,0,0,.1);
}
.dropdown-menu .divider {
  margin: 4px 0;
}

.nav-tabs > li > a {
  border-radius: 0;
  color: rgba(0,0,0,.45);
  border: 1px solid rgba(0,0,0,.05);
  font-weight: 700;
  line-height: 1.1em;
  margin-right: -1px;
}
.nav-tabs > li > a:hover {
  background-color: rgba(0,0,0,.035);
  color: rgba(0,0,0,.7);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #54ADCF;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  border-top: 1px solid #54ADCF;
  box-shadow: 0 -1px 0 #54ADCF;
}

.badge {
  border-radius: 0;
  background-color: #3C4860;
}






.paged {
  text-align: center;
  position: relative;
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-top: -1px;
}
.pagination {
  margin: 0 !important;
}
.pagination>li {
  display: inline-block;
  margin-right: -4px;
}
.pagination>li>a, 
.pagination>li>span,
.pagination>li>a:focus {
  float: none;
  border: none;
  font-size: .875em;
  color: #878787;
  padding: 4px 10px;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
  background-color: transparent;
  color: #53ACCE;
}
.pagination>.active>a,
.pagination>.active>a:hover {
  border-radius: 100%;
  background-color: #EEEEEE;
  color: #53ACCE;
  font-weight: 700;
}
.pagination .prev a {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: -15px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding-bottom: 10px;
}
.breadcrumb > li {
  font-size: .85em;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


/* Header and navbar */

.header {

}
.topbar {
  padding: 6px 0;
}
.topbar .inner {
  display: table;
  width: 100%;
}
.topbar .inner > * {
  display: table-cell;
}
.topbar .page-search {
  max-width: 30%;
}
.form-search .form-group {
  margin: 0;
}
.form-search .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 1em;
}
.form-search .form-control:focus {
  box-shadow: none;
}
.form-prefixed {
  position: relative;
}
.form-prefixed .form-control {
  padding-left: 30px;
}
.form-prefixed .picto {
  position: absolute;
  left: 5px;
  top: 10px;
}

.secondary {
  text-align: right;
  position: relative;
  padding-right: 95px;
}
.secondary .crest {
  position: absolute;
  right: 0;
  top: 0;
}

.secondary .list-menu > li {
  padding: 0;
}
.secondary .list-menu {
  margin: 0;
}
.secondary .list-menu > li > a {
  font-size: .875em;
  color: #999;
  display: block;
  padding: 2px 8px;
  font-weight: 700;
}
.secondary .list-menu a:hover {
  color: #4D5E7D; 
  text-decoration: none;
}
.secondary .list-menu .drop-lang > a {
  color: #4D5E7D;
}
.drop-lang {
  position: relative;
  margin-left: 25px;
}


.logobar {
  background-color: #EAEBED;
  padding: 10px 0;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  position: relative;
}
.logo {
  overflow: hidden;
}
.logo img {
  float: left;
  margin-right: 10px;
}
.logo p {
  margin: 0;
  line-height: 1.1em;
  font-size: 1.125em;
}
.logo .first {
  padding-top: 20px;
}

.btn-mobilemenu {
  display: inline-block;
  background-color: #fff;
  padding: 4px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #4D5E7D;
  text-align: center;
  line-height: 1.1em;
  position: absolute;
  right: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.btn-mobilemenu span {
  width: 28px;
  height: 3px;
  background-color: #4D5E7D;
  display: block;
  margin: 4px 0;
}



.navbar-default {
  background-color:#fff;
  border:0px;
  margin-bottom:0px;
  border-top: 1px solid #4D5E7D;
  border-bottom: 2px solid #4D5E7D;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  font-size:0.813em;
  color: #4D5E7D;
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
  line-height: 1em;
  min-height: 50px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #54ADCF;
}
.navbar-default .navbar-nav>li>a .caret {
  display: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #4D5E7D;
  color: #fff;
}
.navbar-default .dropdown-menu > li > a {
  border-top: none;
  padding: 1px 12px;
}
.navbar-default .navbar-nav>li.sec {
  display: none;
}
.navbar-default .head {
  color: #54ADCF;
  padding: 1px 12px;
  padding-top: 2px;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-default .navbar-toggle {
  margin-top: 18px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color:#fff;
  border:0px;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#444;
  height: 4px;
}
.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-brand {
  display: none;
}
.navbar-form {
  display: none;
}


/* Buttons */

.btn {
  line-height: 1em;
  font-size: .875em;
  font-weight: 700;
  border-radius: 3px;
  padding: 1em .8em;
  border: none;
}

.btn-primary, 
.btn-primary:focus {
  background-color: #53ACCE;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #72BCD8;

}
.btn-primary .icon-cart {
  margin-left: 10px;
}
.btn-default {
  color: #fff;
  background-color: #777;
  border: none;
}
.btn-default:hover {
  background-color: #888;
  color: #fff;
}
.btn-large.btn-apply {
  padding: 14px 20px;
  box-shadow: 0 0 0 3px #fff;
}
.btn-large.btn-apply:hover {
  box-shadow: 0 0 0 4px #fff;
}
.btn-large {
  font-size: 20px;
  padding: 22px 25px;
}

.btn.withlasticon [class^="icon-"] {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.btn.withlasticon:hover .icon-arrow,
.btn.withlasticon:hover .icon-arrow-alt {
  margin-left: 15px;
  margin-right: 0;
} 


/* Content */

.content {
  padding: 30px 0;
}

.status {
  padding-bottom: 25px;
  display: table;
  width: 100%;
}
.status > * {
  display: table-cell;
  width: 50%;
}
.status p {
  margin: 0;
  font-size: .875em;
  color: #999;
}

.list-social {
  text-align: right;
  margin: 0;
}
.list-social > li > a {
  color: #999;
  font-size: 1.1em;
}
.list-social > li > a:hover {
  color: #4C5E7D;
}

.sect-head {
  display: block;
  font-size: .95em;
  font-weight: 700;
  color: #54ADCF;
  background-color:rgba(234,235,237,0.65);
  border-left: 5px solid #54ADCF;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 11px 10px;
  line-height: 1em;
  margin: 0;
}
.sect-head + .box {
  margin-top: 1px;
}
.currevents .sect-head + .box {
  margin-top: 0;
}
.sect-head.dark {
  background-color: #6C7A93;
  border-left-color: #4D5E7D;
  color: #fff;
}
.sect-head.withicon {
  position: relative;
  padding-right: 50px;
}
.sect-head.withicon .picto {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
}
.sect-head.dark.withicon .picto {
  color: #000;
  opacity: .35;
}


/* Calendar */
.clndr-table {
  width: 100%;
}
.clndr-table > thead > tr > td {
  font-weight: 700;
  font-size: .75em;
  text-align: center;
  color: #AAA;
  padding: 3px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.clndr-table > tbody > tr > td {
  text-align: center;
  padding: 7px 3px;
  font-size: .875em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.clndr-table > tbody > tr > td.adjacent-month {
  opacity: .45;
}
.clndr-table > tbody > tr > td.today {
  background-color: #f5f5f5;
}
.clndr-table > tbody > tr > td.event {
  position: relative;
  color: #fff;
}
.clndr-table > tbody > tr > td.event:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: inline-block;
  background-color: #99C9DB;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.clndr-controls {
  display: table;
  width: 100%;
}
.clndr-controls > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.clndr-controls .month {
  font-weight: 700;
  font-size: .95em;
}
.clndr-control-button {
  cursor: pointer;
}


/* Large calendar */
.table-calendar {
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,.1);
}
.tbl-head .table-calendar {
  margin-bottom: 0;
  border-bottom: none;
}
.btn-calnav {
  display: block;
  text-align: center;
  color: #6C7A93;
  padding: 10px 6px;
}
.btn-calnav.calprev .icon-arrow-alt {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.btn-calnav:hover {
  background-color: rgba(0,0,0,.05);
}
.table-calendar > thead > tr > th {
  border-bottom: none;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.table-calendar > tbody > tr > td {
  width: 14.2857%;
  height: 130px;
}
.table-calendar > tbody > tr > td:not(:first-child) {
  border-left: 1px solid rgba(0,0,0,.1);
}
.table-calendar .adjacent-month {
  background-color: rgba(0,0,0,.05);
}
.table-calendar .day {
  font-size: .9em;
}
.list-calevents li {
  font-family:dp, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 700;
}
.list-calevents .circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.type1 {
  color: #EA8A2B;
}
.type1 .circle {
  background-color: #EA8A2B;
}
.type2 {
  color: #99C9DB;
}
.type2 .circle {
  background-color: #99C9DB;
}
.type3 {
  color: #AD85C5;
}
.type3 .circle {
  background-color: #AD85C5;
}

.table-calendar-alt {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-calendar-alt > tbody > tr > td {
  padding: 24px 12px;
  line-height: 1.2em;
}
.table-calendar-alt > tbody > tr > td:not(:first-child) {
  border-left: 1px solid rgba(0,0,0,.05);
}
.table-calendar-alt .title {
  font-family:dp, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 700;
}
.table-calendar-alt .badge {
  font-size: .875em !important;
  padding: 5px 10px;
  background-color: #F4F5F6;
  color: rgba(0,0,0,.5);
  margin-bottom: 0;
}
.table-calendar-alt .tbl-date {
  font-weight: 700;
  font-size: .875em;
  color: #4C5E7D;
}
.table-calendar-alt .tbl-time {
  color: #4C5E7D;
  font-size: 1.1em;
}
.table-calendar-alt .link {
  color: #222;
}
.table-calendar-alt .link:hover {
  color: #54ADCF;
}
.table-calendar-alt .passed {
  background-color: #F4F5F6;
}
.table-calendar-alt .passed td {
  color:rgba(76,94,125,0.55);
}
.table-calendar-alt .passed .badge {
  color:rgba(76,94,125,0.55);
  background-color: rgba(255,255,255,.65);
}
.table-calendar-alt > tbody > tr > .tbl-event.type1 {
  border-left: 3px solid #EA8A2B;
  color: #222;
}
.table-calendar-alt > tbody > tr > .tbl-event.type2 {
  border-left: 3px solid #99C9DB;
  color: #222;
}
.table-calendar-alt > tbody > tr > .tbl-event.type3 {
  border-left: 3px solid #AD85C5;
  color: #222;
}
.table-calendar-alt a {
  color: #333;
}
.table-calendar-alt a:hover {
  color: #54ADCF;
}
.btn-addcal {
  display: inline-block;
  padding: 5px 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1em;
  color: #EA8A2B;
}
.btn-addcal:hover {
  color: #54ADCF;
}
.btn-addcal .icon-calendar-add {
  position: absolute;
  left: 5px;
  font-size: 24px;
}


/* News */
.top-news .imgbox {
  position: relative;
}
.top-news .imgbox img {
  width: 100%;
  height: auto;
}
.top-news .imgbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0)),color-stop(1, rgba(0,0,0,0.65)));
  background-image:-webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background-image:-ms-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000000,endColorstr=#a6000000,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000000,endColorstr=#a6000000,GradientType=0);
}
.top-news .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 5;
}
.top-news h2 {
  font-size: 1.188em;
  margin: 0;
}
.top-news .date {
  font-size: .9em;
  margin: 0;
  margin-top: 6px;
  opacity: .85;
}

.list-news > li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 15px 4px;
  color: #222;
  position: relative;
}
.list-news > li > a:hover {
  color: #54ADCF;
}
.list-news > li p {
  margin: 0;
  font-size: 1em;
  line-height: 1.2em
}
.list-news .title {
  font-weight: 700;
}
.list-news .date {
  font-size: .8em;
  color: #999;
  margin-top: 4px;
}
.list-news.dateright > li > a {
  padding-right: 80px;
}
.list-news.dateright .date {
  position: absolute;
  right: 4px;
  top: 15px;
  margin-top: 0;
}

.btn-text {
  font-weight: 700;
  font-size: .9em;
  color: #EA8A2B;
}
.btn-text .icon-arrow {
  margin-left: 8px;
}
.btn-text:hover {
  color: #54ADCF;
}

.foot-link {
  padding: 15px 0;
}


/* Home Calendar */
.cal-home {
  padding-top: 45px;
}
.cal-home .nav-tabs > li {
  width: 33.33333%;
}
.cal-home .nav-tabs > li > a {
  padding: 8px 5px;
  padding-bottom: 0;
  font-size: .75em;
  min-height: 46px;

}


/* Home Mini Gallery */
.mini-gallery {
  padding-top: 45px;
}
.list-gallery {
  margin-bottom: 0;
}
.list-gallery .imgbox img {
  width: 100%;
  height: auto;
}
.list-gallery .img-desc {
  padding-top: 7px;
}
.list-gallery .img-desc p {
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 0;
  margin-bottom: 3px;
  color: #111;
}
.list-gallery .img-desc .date {
  color: #999;
}


/* Events Widget */
.box {
  background-color: #EAEBED;
}
.box.light {
  background-color: rgba(0,0,0,.035);
}
.box.outline {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.1);
}
.box.distanced {
  margin-bottom: 16px;
}
.box .body > h4 {
  margin-bottom: 30px;
}
.box .body {
  padding: 14px 20px;
}
.currevents p {
  margin: 0;
  line-height: 1.15em;
}
.currevents .event-head {
  font-size: 0.813em;
  font-weight: 700;
  color: #4D5E7D;
  letter-spacing: 2px;
  padding: 6px 12px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.list-currevents {
  margin: 0;
}
.list-currevents .btn-text {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-currevents > li > a {
  display: block;
  padding: 10px 12px;
  padding-left: 70px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: relative;
  color: #222;
  min-height: 58px;
}
.list-currevents > li > a:hover {
  background-color: rgba(255,255,255,.35);
}
.list-currevents > li.live > a {
  background-color: #99C9DB;
  color: #fff;
}
.list-currevents > li.live > a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  -ms-animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse
{
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}
@-ms-keyframes pulse
{
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}
@-keyframes pulse
{
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}

.list-currevents > li.live .date {
  color: #fff;
}
.btn-live {
  clear: both;
  background-color: #fff;
  color: #4C5E7D;
  font-size: .875em;
  padding: 6px 10px;
  line-height: 1em;
  margin-top: 5px;
  display: block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-live:hover,
.list-currevents li.live:hover .btn-live {
  background-color: #4C5E7D;
  color: #fff;
}
.btn-live .icon-play {
  margin-right: 4px;
  font-size: .85em;
}
.list-currevents .date {
  position: absolute;
  left: 12px;
  line-height: 1em;
  margin-top: 2px;
  border-right: 1px solid rgba(0,0,0,.1);
  padding-right: 13px;
  color: #54ADCF;
}
.list-currevents .date .year {
  font-size: .875em;
  display: block;
}
.list-currevents .title {
  font-weight: 700;
}
.currevents .foot-link {
  padding: 8px 12px;
  border-top: 1px solid rgba(0,0,0,.1);
}


/* Quick Links */
.quick {
  padding-top: 25px;
}
.list-quick > li > a {
  display: block;
  background-color: #99C9DB;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding: 22px 20px;
  font-size: 1em;
  position: relative;
}
.list-quick > li > a:hover {
  background-color: #54ADCF;
}
.list-quick .circle {
  border: 1px solid rgba(255,255,255,.5);
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-quick > li > a.withimage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.list-quick > li > a.withimage:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.45);
  position: absolute;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-quick > li > a.withimage:hover:before {
  background-color: rgba(0,0,0,.35);
}
.list-quick .inner {
  position: relative;
  z-index: 5;
}


.list-quick.alt > li > a {
  min-height: 80px;
  font-weight: 400;
  font-size: 1.25em;
}
.list-quick.alt > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-right: -4px;
  padding: 0px 2px;
}
.list-quick.alt > li .circle {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  top: auto;
  bottom: 20px;
}
.list-quick.alt > li .inner {
  position: absolute;
  top: 20px;
}

.circle {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  overflow: hidden;
}
.circle [class^="icon-"] {
  font-size: 20px;
  line-height: 41px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
}
.circle:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  margin-left: -10px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.list-quick > li > a:hover .circle [class^="icon-"] {
  left: 130%;
}
.list-quick > li > a:hover .circle:before {
  left: 50%;
}


.list-quicklight {
  padding-top: 15px;
}
.list-quicklight > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  padding: 0 3px;
  margin-bottom: 5px;
}
.list-quicklight > li:last-child {
  margin-right: 0;
}
.list-quicklight > li > a {
  display: block;
  background-color: #EAEBED;
  color: #222;
  font-size: 1em;
  padding: 16px 20px;
  line-height: 1.15em;
  position: relative;
  padding-right: 50px;
  min-height: 75px;
}
.list-quicklight > li > a span {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 50px;
}
.list-quicklight > li > a:hover {
  background-color: #4D5E7D;
  color: #fff;
}
.list-quicklight > li > a:hover [class^="icon-"] {
  color: #fff;
  opacity: .65;
}
.list-quicklight > li [class^="icon-"] {
  color: #4D5E7D;
  font-size: 1.6em;
  opacity: .35;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

/* Find Member */
.find-member {
  padding-top: 25px;
}
.find-member .imgbox {
  padding: 12px 0;
  position: relative;
  text-align: center;
}
.find-member img {
  width: 76%;
  height: auto;
  max-width: 200px;
  border: 1px solid rgba(0,0,0,.12);
}
.find-member .form .form-group {
  margin-bottom: 4px;
}
.find-member .box .body {
  padding-top: 0;
}

.morelink, .morelink:focus {
  color: #EA8A2B;
}
.morelink:hover {
  color: #54ADCF;
}


/* Forms */
.form .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 38px;
  font-size: 1em;
}
.form .form-control:focus {
  border-color: #777;
}
.form .form-group.nomargin {
  margin-bottom: 0;
}
.icheck {
  padding-left: 28px;
  position: relative;
}
.icheck .icheckbox_flat,
.icheck .iradio_flat {
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.icheck label,
.icheck label {
  padding-left: 0;
}
.icheckbox_flat {
  position: relative;
  top: -2px;
}
.form.shaded {
  background-color: #eee;
  padding: 35px 30px;
}

.form-suffix {
  position: relative;
}
.form-suffix .form-control {
  padding-right: 35px;
}
.form-suffix .picto {
  position: absolute;
  right: 9px;
  top: 11px;
  opacity: .35;
}

.form-hidden {
  display: none;
}

.daterangepicker .btn {
  border-radius: 0;
  font-size: 1em;
}
.daterangepicker .btn-success {
  color: #fff;
  background-color: #72BCD8;
  border-color: #72BCD8;
} 
.daterangepicker .calendar-table {
  border-radius: 0;
}
.daterangepicker .input-mini {
  border-radius: 0;
}
.daterangepicker .input-mini:focus {
  outline: none;
}
.daterangepicker td, .daterangepicker th {
  border-radius: 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
  background-color: #53ACCE;
  border-color: #53ACCE;
  color: #fff;
  border-radius: 0;
}

.showallblock .inner {
  display: none;
}
.btn-showall {
  display: block;
  font-size: .75em;
  letter-spacing: 1px;
  padding: 3px 10px;
  border: 1px solid rgba(0,0,0,.15);
  text-align: center;
  font-weight: 700;
  color: rgba(0,0,0,.35);
}
.btn-showall:hover,
.btn-showall:focus {
  border: 1px solid rgba(0,0,0,.35);
  color: rgba(0,0,0,.55);
}


.form.shaded.form-advsearch {
  padding: 12px;
  margin-top: 30px;
  background-color: rgba(0,0,0,.035);
}
.form-advsearch .form-group {
  margin-bottom: 0;
}
.form-searchctrl {
  position: relative;
}
.form-searchctrl .form-control {
  height: 43px;
  padding-right: 90px;
}
.form-searchctrl .btn-searchpage {
  position: absolute;
  right: 0;
  top: 0;
}
.btn-searchpage .icon-search {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.form-accesibility label {
  line-height: 1.2em;
}
.form-accesibility .help-block,
.article .body .form-accesibility .help-block {
  line-height: 1.35em;
  color: #000;
  font-size: .82em;
  margin-left: 20px;
}
.form-accesibility .radio {
  margin: 8px 0;
}
.article .body .type-larger label {
  font-size: 1.15em;
}
.article .body .type-largest label {
  font-size: 1.3em;
}
.article .body .type-invert {
  background-color: #000;
  color: #fff;
  padding: 10px 5px;
}
.article .body .type-invert .help-block {
  color: #fff;
}

.article .table > tbody > tr > td {
  font-size: .92em;
  line-height: 1.1em;
}

.form-searchbar {
  padding: 15px 20px;
  background-color: rgba(0,0,0,.05);
}
.form-searchbar .form-group {
  margin-bottom: 5px;
}
.form-searchbar .form-group > label {
  font-size: .875em;
  margin-bottom: 0;
  color: rgba(0,0,0,.7);
}
.law-filters-mobile {
  display: none;
}
.form-withbutton {
  position: relative;
}
.form-withbutton .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 9px 18px;
}


/* Laws page */
.table-docs {
  border-bottom: 1px solid #ddd;
}
.table-docs.nomargin {
  margin-bottom: 0;
}
.table-docs > tbody > tr > th {
  font-size: .875em;
  font-weight: 400;
  color: rgba(0,0,0,.65);
  width: 200px;
  line-height: 1.2em;
}

.law-timeline {
  background-color: #eee;
  padding: 12px;
  padding-top: 25px;
  padding-bottom: 0;
}
.list-timeline,
.article .list-timeline {
  position: relative;
  margin: 0;
}
.list-timeline:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  position: absolute;
  left: 5px;
}
.list-timeline > li,
.article .body .list-timeline > li {
  position: relative;
  padding-left: 23px;
  margin: 0;
  margin-top: 15px;
}
.list-timeline > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 3px solid #aaa;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.list-timeline > li:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 12px;
  top: 5px;
  background-color: rgba(0,0,0,.1);
}
.list-timeline > li:last-child .bodybox:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  left: -19px;
  bottom: -19px;
  z-index: 1;
}
.list-timeline .bodybox {
  border: 1px solid rgba(0,0,0,.1);
  padding: 12px 18px;
  background-color: #fff;
  top: -18px;
  position: relative;
}
.list-timeline .bodybox .timestamp {
  color: #4D5E7D;
  font-size: .875em;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 0;
  line-height: 1.2em;
}
.list-timeline .bodybox .table-neg {
  margin: 0 -18px;
}
.list-timeline .bodybox .table-neg .table {
  margin-bottom: 0;
}
.list-timeline .bodybox .list-docs {
  margin-bottom: 0;
}
.list-timeline .bodybox .table {
  margin: 0;
  border-top:  1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
  margin-bottom: 15px;
}
.list-timeline .bodybox .table > tbody > tr > td {
  padding: 12px 18px;
  font-weight: 700;
  border-top:  1px solid rgba(0,0,0,.05);
}
.list-timeline .bodybox .table > tbody > tr > td:last-child {
  width: 200px;
}
.list-timeline .bodybox .table > thead > tr > th {
  font-size: .875em;
  border-bottom: none;
  padding-left: 18px;
  padding-right: 18px;
  letter-spacing: 1px;
  font-weight: 400
}



/* Inner Content */

/* Sub nav */
.sidenav .sect-name {
  font-weight: 700;
  color: #4D5E7D;
  font-size: 0.875em;
  line-height: 1.2em;
}
.sidenav .list-menu > li > a {
  display: block;
  font-size: 0.875em;
  line-height: 1.2em;
  padding: 3px 7px;
  color: #525252;
}
.sidenav .list-menu > li > a:hover,
.sidenav .list-menu > li > a.active {
  background-color: rgba(0,0,0,.05);
  color: #525252;
}
.sidenav h5 {
  margin-top: 30px;
  margin-bottom: 7px;
  color: #78BFD9;
}
.sidenav .list-menu > li.head {
  font-size: 0.875em;
  margin-top: 5px;
  color: #4D5E7D;
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 3px;
}

.sidenav .list-menu > li.head-link {
  margin-top: 5px;
  color: #4D5E7D;
  padding-bottom: 5px;
  margin-bottom: 5px;
  
}

.sidenav .list-menu > li.head-link a {
	padding-left: 0px;
	padding-left: 3px;
	color: #4d5e7d;

}



/* Article */
.article header {
  padding-bottom: 18px;
}
.article header h1 {
  font-size: 1.55em;
  font-weight: 700;
  margin: 0;
  line-height: 1.1em;
  margin-bottom: .5em;
  letter-spacing: -.5px;
}
.article header h1 + .intro {
  margin-top: 25px;
}
.article header .date {
  font-size: 0.875em;
  color: #999;
  margin: 0;
  line-height: 1.1em;
}
.article h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 1.3em;
  line-height: 1.1em;
}
.article h2:first-child {
  margin-top: 0;
}
.article .lblue {
  color: #53ACCE;
}

.article h3 {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.article h3:first-child {
  margin-top: 12px;
}

.img-inline {
  margin: 30px 0;
}
.img-inline > img {
  width: 100%;
  height: auto;
}
.img-inline figcaption p,
.article .body .img-inline figcaption p {
  display: block;
  font-size: .875em;
  line-height: 1.4em;
  padding-top: 4px;
  opacity: .65;
}

.gallery-inline {
  margin: 18px 0;
}
.gallery-inline.first {
  margin-top: 0;
}
.gallery-inline figure img {
  width: 100%;
  height: auto;
}
.article .body {
  line-height: 1.6em;
  font-weight: 400;
  color: #000;
}
.article .body .small {
  font-size: .8em;
  line-height: 1.5em;
  margin: 12px 0;
}
.article .body p, 
.article .body ul li {
  font-family: dp, Open Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 12px;
}
.article .body > ol {
  margin-bottom: 25px;
}
.article .body > ol > li {
  margin: 10px 0;
}
.article .body ol.session-schedule > li {
  margin: 16px 0;
}

.article .list-arrows li {
  margin: 10px 0;
  line-height: 1.35em;
  position: relative;
  padding-left: 25px;
}
.article .list-arrows li a {
  display: block;
}
.article .list-arrows li:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  left: 6px;
  opacity: .5;
  font-size: .85em;
}

.article .intro {
  color: #53ACCE;
  font-size: 1.188em;
  line-height: 1.6em;
  position: relative;
}
.article .intro a {
  color: #53ACCE;
  border-bottom: 1px solid #53ACCE;
}
.article .intro a:hover {
  color: #222;
  border-bottom-color: transparent;
}
.article .intro:after {
  content:"";
  display: table;
  width: 60px;
  height: 5px;
  background-color: #99C9DB;
  margin: 18px 0;
}
.article .schedule {
  font-weight: 700;
  font-size: 1.0em;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding: 8px 0;
  margin-bottom: 0;
}
.article .schedule .time {
  color: #222;
  font-weight: 400;
  padding-left: 4px;
  padding-right: 5px;
}
.article .schedule .circle {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.article ul {
  margin: .3em 0;
  margin-bottom: 1.5em;
}
.article ul > li {
  margin: .2em 0;
}
.article .img-responsive {
  max-width: inherit;
  width: 100%;
}


.article .nav-tabs {
  margin-bottom: 0;
  margin-top: 1.5em;
  border-bottom-color: #eee;
}
.article .nav-tabs.first {
  margin-top: 0;
}
.article .nav-tabs > li {
  margin: 0;
  margin-bottom: 0 !important;
}
.article .nav-tabs > li > a {
  font-size: .85em;
  padding: 14px 10px;
  text-align: center;

}
.article .nav-tabs > li.active > a {
  background-color: #eee;

}
.article .nav-tabs.three > li {
  width: 33.33333%;
 
}
.article .nav-tabs.two > li {
  width: 50%;
}
.article .nav-tabs.light {
  border-bottom: none;
}
.article .nav-tabs.light > li.active > a {
  background-color: #fff;
}

.seats .list-inline {
  text-align: center;
}
.seats .list-inline > li {
  vertical-align: top;
  text-align: center;
}
.seats .list-inline > li > a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #ccc;
  position: relative;
  color: #222;
  font-size: 11px;
  line-height: 1.1em;
}


.seats .list-inline > li.sda > a {
  background-color: #387192;
}
.seats .list-inline > li.sbb > a {
  background-color: #58C6A4
}
.seats .list-inline > li.asda > a {
  background-color: #CB9C72
}
.seats .list-inline > li.sdp > a {
  background-color: #E96941;
}
.seats .list-inline > li.hdz90 > a {
  background-color: #FD951F;
}
.seats .list-inline > li.bps > a {
  background-color: #DDC9A4;
}
.seats .list-inline > li.pdp > a {
  background-color: #B7C1B0;
}
.seats .list-inline > li.dns > a {
  background-color: #FDFCFA;
}
.seats .list-inline > li.sds > a {
  background-color: #C6E9F0;
}
.seats .list-inline > li.hdz > a {
  background-color: #568375;
}
.seats .list-inline > li.snsd > a {
  background-color: #0C447C;
}
.seats .list-inline > li.df > a {
  background-color: #99C9DB;
}
.seats .list-inline > li.dnz > a {
  background-color: #684189;
}
.seats .list-inline > li.sbih > a {
  background-color: #CA8FE0;
}

.seats .list-inline > li.bos > a {
  background-color: #B5D8E6;
}
.seats .list-inline > li.hrv > a {
  background-color: #B95226;
}
.seats .list-inline > li.srp > a {
  background-color: #439689;
}

.seats .list-inline.list-delimited > li {
  margin: 18px 0;
}
.seats .collegium,
.article .body .seats .collegium {
  text-align: center;
  margin: 5px 0;
  margin-top: 16px;
  font-size: .8em;
  letter-spacing: 2px;
  position: relative;
}
.seats .collegium:before, .seats .collegium:after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0,0,0,.1);
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -4px;
}

.seats .list-inline > li > a .party {
  padding-top: 39px;
  display: inline-block;

}
.seats .list-inline > li > a span:last-child {
  display: block;
  background-color: #fff;
  width: 140px;
  line-height: 1em;
  padding: 5px;
  position: absolute;
  font-size: 1.3em;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  top: -120%;
  opacity: 0;
  visibility: hidden;
}
.seats .list-inline > li > a:hover {
  box-shadow: 0 0 0 4px rgba(255,255,255,.85);
}
.seats .list-inline > li > a:hover span {
  opacity: 1;
  visibility: visible;
  top: -100%;

}

.seats .list-legend {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 45px;
}
.seats .list-legend > li,
.article .body .seats .list-legend > li {
  display: inline-block;
  font-size: .875em;
  padding: 0 6px;
}
.list-legend .circle {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 1px;
  background-color: #ccc;
  position: relative;
  top: -1px;
}
.list-legend .bos .circle {
  background-color: #B5D8E6;
}
.list-legend .hrv .circle {
  background-color: #B95226;
}
.list-legend .srp .circle {
  background-color: #439689;
}




.btn-docs {
  font-weight: 700;
  color: #54ADCF;
  font-size: 13px;
  display: table;
}
.btn-docs .icon-document {
  margin-right: 5px;
  display: none;
}
.btn-docs .caret {
  margin-left: 4px;
  display: inline-block;
  margin-top: -3px;
}
.open .btn-docs .caret {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.docs-inline {
  border: 1px solid rgba(0,0,0,.1);
  border-top: none;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: none;
  width: 55%;
}
.docs-inline .list-docs {
  margin: 0;
}
.list-docs li,
.article .body .list-docs li {
  font-size: .9em;
  margin: 0;
  line-height: 1.3em;
}
.list-docs li a {
  display: block;
  position: relative;
  padding: 6px 10px;
  padding-left: 20px;
  color: #222;
}
.list-docs li a:hover {
  color: #54ADCF;
}
/*.list-docs li a:before {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  opacity: .5;
}*/

.session-box {
  width: 180px;
  float: right;
  border-left: 1px solid rgba(0,0,0,.05);
  padding-left: 20px;
  margin-left: 15px;
}
.session-box ul > li,
.article .body .session-box ul > li {
  font-weight: 700;
  color: #AAA;
  font-size: .8em;
  margin: 10px 0;
  line-height: 1.15em;
}
.session-box a {
  color: #54ADCF;
}
.session-box a:hover {
  color: #222;
}


.tab-content.inline {
  margin-bottom: 1.5em;
}
.tab-content.inline .body {
  padding: 16px;
  background-color: #EEE;
}
.tab-content .list-articles li:first-child a {
  border-top: none;
}

.chart {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.chart canvas {
  margin: 0 auto;
}
.chart-legend ul {
  list-style: none;
}
.chart-legend li,
.article .chart-legend ul li {
  display: inline-block;
  padding: 0 6px;
  font-size: .875em;
  margin-bottom: 0;
}
.chart-legend span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.tab-content-chart .tab-pane {
  position: fixed;
  display: block;
  right: 200%;
}
.tab-content-chart  .tab-pane.active {
  position: static;
}

.archive {
  padding-bottom: 25px;
}
.archive .list-links > li > a {
  display: block;
  font-size: .875em;
  line-height: 1.2em;
  padding: 5px 0;
  position: relative;
  color: #23A7B6;
  padding-left: 30px;
}
.archive .list-links > li > a:hover {
  color: #222;
}

.list-links > li > a:before {
  content: "\e900";
  font-family: "icomoon";
  color: #777;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: .9em;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.list-links > li > a:hover:before {
  left: 9px;
}


.list-articles,
.article .body .list-articles {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 0;
}
.list-articles > li > a {
  display:block;
  position: relative;
  color: #222;
  padding: 15px 7px;
  border-top: 1px solid rgba(0,0,0,.1);
  font-size: 1em !important;
}
.list-articles > li {
  margin: 0 !important;
}
.list-articles > li > a:hover {
  background-color: rgba(0,0,0,.035);
  color: #54ADCF;
}
.list-articles > li > a:hover .desc {
  opacity: 1;
}
.list-articles > li > a:hover .sect {
  color: #54ADCF;
}
.list-articles > li > a p {
  font-family: dp, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
.list-articles > li > a .date {
  font-size: .875em;
  color: #999;
  margin-top: 4px;
}
.list-articles > li > a .title {
  font-weight: 700;
}
.list-articles > li > a .desc {
  margin-top: 6px;
  font-size: .95em;
  opacity: .65;
  margin-bottom: 0;
}
.list-articles > li > a .desc .delimiter {
  padding: 0 6px;
}
.list-articles > li > a .desc.smaller {
  font-size: .8em;
  line-height: 1.35em;
}
.list-articles > li > a:hover .desc.smaller {
  color: rgba(0,0,0,.65);
}
.list-articles > li > a .sect {
  margin-top: 10px;
  text-transform: uppercase;
  color: #4D5E7D;
  font-weight: 700;
  font-size: .75em;
  border: 1px solid rgba(0,0,0,.07);
  display: inline-block;
  padding: 3px 8px;
}
.list-articles.withdates > li > a {
  padding-left: 90px;
  padding-right: 8px;
}
.list-articles.withdates > li > a .date {
  position: absolute;
  left: 8px;
  top: 15px;
  margin-top: 0;
}
.list-artinfo, 
.article .list-artinfo {
  margin: 0;
}
.list-artinfo > li,
.article ul > li .list-artinfo > li {
  font-family: dp, Arial, Helvetica Neue, Helvetica, sans-serif;
  vertical-align: top;
  font-size: .8em;
  line-height: 1.1em;
  color: rgba(0,0,0,.65);
  padding: 0;
  padding-right: 10px;
  width: 33.333333%;
  margin-right: -4px;
}


.list-articles.withpdficon > li > a {
  padding-left: 32px;
}
.list-articles.withpdficon > li > a:before {
  content: "\e913";
  font-family: "icomoon";
  position: absolute;
  left: 7px;
  opacity: .5;
  margin-top: -2px;
}
.list-docs > li.noicon:before,
.list-docs > li.noicon a:before {
  display: none !important;
}

.list-articles.withimage > li > a {
  display: table;
  width: 100%;
}
.list-articles.withimage > li > a > * {
  display: table-cell;
  vertical-align: top;
}
.list-articles.withimage .imgbox {
  width: 115px;
}
.list-articles.withimage .imgbox img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.list-articles.caldates > li > a {
  min-height: 65px;
}
.list-articles.caldates > li > a .date {
  color: #54ADCF;
}


.law-status {
  position: relative;
}
.law-status.approved {
  color: #58C6A4;
}
.law-status.approved-wait {
  color: #568375;
}
.law-status.rejected {
  color: #E96941;
}

.law-shaded.approved {
  background-color: rgba(88,198,164,.1)
}


.list-weblinks li a {
  display: block;
  position: relative;
  font-size: .85em;
  color: #222;
  padding-left: 35px;
}
.list-weblinks li a:before {
  font-family: "icomoon";
  content: "\e900";
  position: absolute;
  left: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-weblinks li a:hover {
  color: #54ADCF;
}
.list-weblinks li a:hover:before {
  left: 5px;
}





/* Collapsible block */
.collapsible {
  margin-top: -1px;
}
.collapsible .collbody .inner .table:first-child {
  margin-top: -11px;
}
.btn-collapshead {
  display: block;
  position: relative;
  color: #222;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  padding: 14px 16px;
  padding-left: 60px;
  min-height: 42px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.btn-collapshead:hover {
  background-color: rgba(0,0,0,.05);
  color: #111;
}
.btn-collapshead:focus {
  color: #222;
}
.open .btn-collapshead {
  background-color: #fff;
  color: #54ADCF;
}
.collapsible .collbody .table {
  margin-bottom: 0;
}

.open .btn-collapshead .circle .icon-arrow-alt {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.open .btn-collapshead .circle {
  border-color: rgba(0,0,0,.25);
}
.open .btn-collapshead .circle [class^="icon-"] {
  position: relative;
  line-height: 28px;
  top: -2px;
}

.btn-collapshead .circle {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid rgba(0,0,0,.1);
  top: 11px;
  text-align: center;
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-collapshead .circle [class^='icon-'] {
  font-size: .9em;
  line-height: 28px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: -1px;
  left: 0;
  margin: 0;
}
.collbody {
  display: none;
}
.collbody .inner {
  padding: 10px 0;
  padding-bottom: 25px;
}
.collbody .inner .list-articles {
  margin-top: -10px;
}

/* Interactive Org Chart Styles */

.orgchart {
  width: 100%;
  height: auto;
}

.orgblock {
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.orgchart text {
  pointer-events: none;
}
.orgblock:hover {
  fill: #fff;
}



/* Comittee members */
.list-members li {
  padding-bottom: 8px;
}
.article .list-members p {
  font-size: 0.925em;
  margin: 0;
  line-height: 1.3em;
}
.list-members .title,
.article .list-members .title {
  opacity: .65;
  margin-top: 4px;
}
.list-members a {
  color: #222;
}
.list-members a:hover .imgbox {
  border: 1px solid rgba(0,0,0,.35);
}
.list-members .imgbox {
  border: 1px solid rgba(0,0,0,.1);
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-members .imgbox img {
  max-width: 153px;
  height: auto;
  width: 100%;
}


.box.members .table > tbody > tr > th,
.box.members .table > tbody > tr > td {
  padding: 10px 14px;
}

.box.members .table > tbody > tr > th,
.table-verthead > tbody > tr > th {
  font-size: 0.75em;
  font-weight: 400;
  opacity: .65;
  padding-top: 10px;
}
.table-verthead > tbody > tr > th {
  text-transform: uppercase;
  line-height: 1.1em;
  width: 140px;
}

.box.members .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.35);
}
.box.members .tbl-head {
  font-weight: 700;
  color: #fff;
  font-size: .875em;
  letter-spacing: 1px;
  background-color: rgba(0,0,0,.35);
}
.list-contacts.withlines li {
  padding: 28px 5px;
  border-top: 1px solid rgba(0,0,0,.05);
}
.box.members .list-contacts {
  margin: 0;
}
.box.members .list-contacts li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width:50%;
  font-size: .875em;
  padding-right: 15px;
}
.box-head {
  font-size: 0.813em;
  font-weight: 700;
  color: #4D5E7D;
  letter-spacing: 2px;
  padding: 6px 12px;
  margin: 0;
}
.body .box-head {
  padding: 6px 0;
  padding-bottom: 10px;
}
.box hr {
  margin-top: 16px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.contacts {
  position: relative;
  padding-left: 26px;
}
.contacts.highlighted p {
  font-weight: 700;
  font-size: .9em;
}
.contacts p {
  margin: 0 !important;
}
.contacts a {
  color: #222;
}
.contacts a:hover {
  color: #78BFDA;
}
.contacts .picto {
  position: absolute;
  left: 0;
  color: #78BFDA;
  margin-top: 4px;
  font-size: .85em;
}
.box .contacts {
  margin: 14px 0;
}

.btn-enlarge {
  position: relative;
  display: inline-block;
}
.btn-enlarge .picto {
  width: 32px;
  height: 32px;
  background-color: rgba(0,0,0,.3);
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-enlarge .picto [class^="icon-"] {
  line-height: 32px;
}
.btn-enlarge:hover .picto {
  background-color: rgba(0,0,0,.45);
}

/* Representatives */
.table-rep > tbody > tr > td {
  vertical-align: top;
}
.table-rep > tbody > tr > .rep-img {
  padding: 0;
  width: 165px;
}
.table-rep .rep-img img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.rep-info {
  display: table;
  width: 100%;
}
.rep-info > * {
  display: table-cell;
  vertical-align: top;
}
.rep-info .imgbox {
  width: 165px;
}


.table-reps .imgbox {
  width: 60px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,.1);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-top: -15px;
}
.table-reps a:hover .imgbox {
  border: 1px solid rgba(0,0,0,.4);
}
.table-reps .imgbox img {
  width: 100%;
  height: auto;
}
.table-reps a {
  color: #54ADCF;
}
.table-reps > tbody > tr > td {
  line-height: 1.2em;
  padding-top: 25px;
}
.table-reps .badge {
  white-space: normal;
  text-align: left;
  max-width: 150px;
}
.tbl-light {
  color: rgba(0,0,0,.6);
}
.tbl-head-alphabet {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 12px 0;
  text-align: center;
}
.tbl-head-alphabet::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}
.tbl-head-alphabet::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.1);
}
.tbl-head-alphabet::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.35);
}
.tbl-head-alphabet ul {
  margin: 0;
  white-space: nowrap;
}
.tbl-head-alphabet ul li,
.article .tbl-head-alphabet ul li {
  width: 2.8%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.tbl-head-alphabet a {
  font-size: .875em;
  color: #222;
  display: block;
}
.tbl-head-alphabet a:hover {
  color: #54ADCF;
}
.tbl-head-alphabet .active {
  position: relative;
  color: #fff;
}
.tbl-head-alphabet .active:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #99C9DB;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.table-responsive::-webkit-scrollbar,
.org::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}
.table-responsive::-webkit-scrollbar-track,
.org::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.1);
}
.table-responsive::-webkit-scrollbar-thumb,
.org::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.35);
}


/* Photo Gallery */

/* Gallery */
.list-photos {
  margin: 0 -6px;
}
.list-photos > li {
  display: inline-block;
  width: 49%;
  padding: 6px;
  margin-right: -4px;
  vertical-align: top;
}
.list-photos > li a {
  display: block;
  min-height: 300px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.55)),color-stop(1, rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  opacity: .9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 25px;
  padding-right: 60px;
}
.list-photos .icon-image {
  opacity: .6;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.list-photos .circle {
  background-color: transparent;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.25);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.list-photos > li:hover a {
  box-shadow: 0 8px 7px -5px rgba(0,0,0,.2);
  -webkit-transform: scale(1.01) translate(0px, -4px);
  -moz-transform: scale(1.01) translate(0px, -4px);
  -o-transform: scale(1.01) translate(0px, -4px);
  -ms-transform: scale(1.01) translate(0px, -4px);
  transform: scale(1.01) translate(0px, -4px);
}
.list-photos > li:hover .circle {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 0 0 1px rgba(255,255,255,.65);
}
.list-photos > li:hover a:before {
  opacity: 1;
}
.article .body .list-photos > li p {
  font-size: .85em;
}
.lg-progress-bar .lg-progress {
  background-color: #3F7CBA;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #3F7CBA;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}


/* History of parliamentarism */
.history-sect {
  width: 185px;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 8px solid #99C9DB;
  float: left;
}
.btn-footnote {
  background-color: #99C9DB;
  color: #fff;
  padding: 0 5px;
  margin-right: 8px;
  font-size: .8em !important;
  position: relative;
  top: -5px;
}
.btn-footnote:hover {
  background-color: #777;
  color: #fff;
}

.article-nav {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,.1);
}


/* Footer */

.footer {
  padding-top: 35px;
}
.footer .inner {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
.footer .title {
  font-weight: 700;
  font-size: .938em;
  color: #4D5E7D;
  position: relative;
  margin: 0;
}
.footer .title.delimited {
  margin-top: 35px;
}
.footer .title:after {
  content: "";
  display: table;
  width: 35px;
  height: 1px;
  background-color: #4D5E7D;
  margin: 12px 0;
  opacity: .65;
}
.footer .list-menu > li > a {
  display: block;
  font-size: 0.813em;
  color: #4D5E7D;
  padding: 4px 0;
  opacity: .85;
  line-height: 1.2em;
}
.footer .list-menu > li > a:hover {
  opacity: 1;
}
.foot-foot {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.foot-foot > * {
  display: table-cell;
  width: 50%;
}
.foot-foot p {
  font-size: 0.875em;
  margin: 0;
  line-height: 1.2em
}
.foot-foot .support {
  text-align: right;
}

.list-soc {
  margin-top: -12px;
}
.list-soc li {
  display: inline-block; 
  margin: 0 15px;
}
.list-soc a {
  width: 55px;
  height: 55px;
  line-height: 60px;
  color: #AAA;
  display: inline-block;
  text-align: center;
  font-size: 45px;
}
.list-soc a:hover {
  color: #fff;
  text-decoration: none;
}
.list-footmenu li {
  display: inline-block;
  margin-right: 8px;
}
.list-footmenu a {
  color: #6A6A6A;
  text-transform: uppercase;
  position: relative;
}
.list-footmenu a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  background-color: #6A6A6A;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.list-footmenu a:hover {
  color: #ccc;
  text-decoration: none;
}
.list-footmenu li:hover a:before {
  width: 100%;
}
.btn-backtop {
  color: #6A6A6A;
  text-transform: uppercase;
  float: right;
}
.btn-backtop:hover {
  color: #ccc;
  text-decoration: none;
}

.transition {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}




/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/flat@2x.png) no-repeat;
  background-size: 176px auto;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
  margin-right: 5px;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  text-align: center;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 1px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  background-color: rgba(0,0,0,.45);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.owl-theme .owl-controls .owl-buttons div [class^="icon-"] {
  line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  background-color: rgba(0,0,0,.85);
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
    content: "\1f5b6";
    font-weight: bold;
}

.icon-fax:before {
  content: "\e914";
}
.icon-photos:before {
  content: "\e915";
}
.icon-document:before {
  content: "\e912";
}
.icon-document-pdf:before {
  content: "\e913";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-arrow-alt:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-calendar-add:before {
  content: "\e903";
}
.icon-calendar-alt:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-library:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-pubs:before {
  content: "\e90b";
}
.icon-research:before {
  content: "\e90c";
}
.icon-rss:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}



@media only screen and (min-width: 1200px) {
  .list-quicklight > li {
    width: 25%;
    margin-bottom: 0;
  }
  .typesize2 .list-quicklight > li {
    width: 24.9%;
  }
  .typesize3 .list-quicklight > li {
    width: 24.9%;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav>li {
    position: relative;
  }
  .navbar-default .navbar-nav>li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50%;
    top: 25%;
    position: absolute;
    background-color: #eee;
  }
  .navbar-default .navbar-nav>li:first-child:before {
    display:none;
  }
  .navbar-default .drop-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-default .dropdown-menu {
    width: 320px;
  }
  .navbar-default .dropdown-menu > li > a {
    white-space: normal;
  }


}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .quick .list-quick {
    margin: 0 -3px;
  }
  .quick .list-quick > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 3px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 0.75em;
    padding: 12px 5px;
  }
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 55px;
  }
  .topbar {
    display: none;
  }
  .logobar {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 5px 0;
    height: 55px;
    top: 0;
  }
  .logobar .logo img {
    max-width: 80px;
    height: auto;
  }
  .logobar .logo p {
    font-size: .875em;
  }
  .logobar .logo .first {
    padding-top: 12px;
  }

  .btn-mobilemenu {
    display: inline-block;
  }
  .navbar-brand {
    border-bottom: 1px solid #eee;
    min-height: inherit;
    overflow: hidden;
    top: 0;
    height: 72px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
  }
  .navbar-brand img {
    max-width: 80px;
    height: auto;
    float: left;
    margin-right: 8px;
  }
  .navbar-brand p {
    font-size: .75em;
    margin: 0;
    line-height: 1.1em;
    color: #4D5E7D;
    float: left;
    padding-top: 12px;
  }
  body.showmenu {
    overflow-y: hidden;
  }
  .showmenu .navbar-default {
    right: 0;
  }
  .showmenu .overlay {
    opacity: 1;
    visibility: visible;
  }
  .navbar-default {
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    background-color: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -moz-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -o-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  .navbar-default .container {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .navbar-collapse {
    margin: 0;
    position: absolute;
    top: 72px;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
  }
  .navbar-default .navbar-collapse.collapse {
    display: block;
  }
  .navbar-default .dropdown-menu > li > a {
    white-space: normal;
  }
  .navbar-default .navbar-toggle {
    display: none;
  }
  .navbar-default .navbar-nav>li>a {
    min-height: inherit;
  }
  .navbar-default .navbar-nav>li>a .caret {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .navbar-default .navbar-nav>li>a br {
    display: none;
  }
  .navbar-default .navbar-nav>li.sec {
    display: list-item;
  }
  .navbar-default .navbar-nav>li.sec > a {
    font-size: .875;
    color: #999;
    text-transform: none;
  }
  .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee !important;
    display: block;
  }
  .subnav {
    display: none;
  }
  .tbl-head-alphabet {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .tbl-head-alphabet ul {
    min-width: 800px;
  }


}

@media only screen and (max-width: 768px) {
  .table-responsive .badge {
    white-space: nowrap;
    max-width: inherit;
  }
  .table-responsive .table-calendar {
    width: 800px;
  }
  .social {
    padding: 15px 0;
  }
  .list-social {
    text-align: left;
  }

}


@media screen and (max-width: 767px)
{
  .list-quick > li > a {
    padding: 32px 20px;
  }
  .list-quicklight > li {
    width: 50%;
    margin-bottom: 6px;
  }
  .list-quick.alt > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .list-quicklight > li {
    width: 100%;
  }

  .foot-foot > * {
    display: block;
    width: 100%;
  }
  .foot-foot .support {
    text-align: left;
    padding-top: 20px;
  }
  .list-photos > li {
    display: block;
    width: 100%;
  }
  .law-filters-mobile {
    display: block;
  }
  .filters {
    display: none;
  }


  .law-timeline {
    margin-left: -15px;
    margin-right: -15px;
  }
  .table-minus {
    margin: 0 -15px;
  }
  .table-docs > tbody > tr > th {
    width: 120px;
    font-size: .75em;
  }
  .table-docs > tbody > tr > td {
    font-size: .875em;
  }
  .list-timeline .bodybox .table > tbody > tr > td {
    font-size: .875em;
  }

}

@media screen and (max-width: 600px)
{
  .status {
    padding-bottom: 15px;
  }
  .status p {
    font-size: 12px;
  }
  .content {
    padding: 25px 0;
    padding-top: 35px;
  }
  .top-news {
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-news h2 {
    font-size: 1em;
  }
  .top-news .date {
    font-size: .75em;
  }

  .article header h1 {
    font-size: 1.35em;
  }
  .article header .intro {
    font-size: 1em;
    line-height: 1.3em;
  }
  .article header h1 + .intro {
    margin-top: 15px;
  }
  .article .body h2 {
    font-size: 1em;
  }
  .article .body p, .article .body ul li {
    font-size: .875em;
    line-height: 1.6em;
  }
  .article .table > tbody > tr > td {
    font-size: .875em;
  }
  .article .nav-tabs > li > a {
    min-height: 57px;
  }
  .list-articles > li > a .title {
    font-size: 1em;
    line-height: 1.3em;
  }
  .list-articles.withdates > li > a {
    padding-left: 80px;
  }
  .list-docs li, .article .body .list-docs li {
    font-size: .875em;
    line-height: 1.25em;
  }

  .session-box {
    width: auto;
    float: none;
    border-left: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-left: 0;
    padding-bottom: 20px;
  }

  .list-artinfo > li,
  .article ul > li .list-artinfo > li {
    padding: 2px 0;
    width: 100%;
    margin: 0;
    display: block;
  }
  .article ul > li .list-artinfo > li br {
    display: none;
  }
  .btn-collapshead {
    font-size: .92em;
    padding-left: 40px;
  }
  .btn-collapshead .circle {
    left: 3px;
  }
  .collapsible .collbody .inner {
    padding-left: 0;
  }

  .seats .list-inline > li,
  .article .body .seats .list-inline > li {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 30px;
  }
  .seats .list-inline > li .party {
    font-size: 10px;
  }
  .seats .list-inline > li > a {
    width: 25px;
    height: 25px;
  }
  .seats .list-inline > li > a .party {
    padding-top: 29px;
  }

  .list-articles > li > a .title {
    margin-bottom: 0;
  }
  .list-photos > li a {
    min-height: 200px;
  }
  .list-photos .inner {
    padding: 10px 12px;
    padding-right: 40px;
  }
  .article .body .list-photos > li p {
    margin-bottom: 0;
  }
  .article .list-photos h3 {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1.1em;
  }
  .list-photos .circle {
    right: 10px;
    bottom: 10px;
  }
  .form-searchctrl .btn-searchpage {
    height: 34px;
    padding-top: 10px;
    font-size: .8em;
  }

  .typesize2 .list-quicklight > li {
    width: 100%;
  }

}

@media screen and (min-width: 480px) {



}

@media screen and (max-width: 600px)
{
  .org {
    overflow: auto;
  }
  .org .orgchart {
    min-width: 500px;
  }
  .history-sect {
    width: 105px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .history-sect img {
    width: 100%;
    height: auto;
  }
  .form-searchbar {
    padding: 10px 12px;
  }
  .form .form-control {
    height: 34px;
    font-size: .875em;
    padding-left: 5px;
  }
  .form-withbutton .btn {
    padding: 7px 18px;
  }
  .form-searchbar .form-group > label {
    font-size: .75em;
    line-height: 1.1em;
  }
  .article .body .list-weblinks li {
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  .form.shaded {
    padding: 20px 12px;
  }



}

@media screen and (max-width: 480px)
{
  .rep-info {
    display: block;
  }
  .rep-info > * {
    display: block;
  }
  .rep-info .imgbox {
    width: 100px;
    margin-bottom: 12px;
  }
  .rep-info .imgbox img {
    width: 100%;
    height: auto;
  }

  .list-articles.withimage .imgbox {
    width: 75px;
  }

  .list-articles.withimage .imgbox img {
    max-width: 68px;
  }



}
@media screen and (max-width: 320px)
{
  .logobar .logo {
    margin-left: -5px;
  }
  .logobar .logo img {
    max-width: 70px;
    margin-right: 6px;
  }
  .logobar .logo p {
    font-size: .835em;
  }
  .logobar .logo .first {
    padding-top: 10px;
  }
  .list-articles.withdates > li > a {
    padding-left: 0;
  }
  .list-articles.withdates > li > a .date {
    position: static;
    margin-bottom: 0;
    margin-top: 3px;
  }

}
