
/* General Styles */
html {
  height: 100%;
}
body {
  font-family: Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #EDF0F3;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, 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;
}

.alert {
  padding: 10px 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3em;
}

.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;
}

.nav-tabs-box {
  display: flex;
  float: none;
}
.nav-tabs-box > li {
  flex: 1;
}
.nav-tabs-box > li > a {
  border-color: transparent;
  font-size: .8em;
  font-weight: 400;
  text-align: center;
}
.nav-tabs-box > li.active > a {
  color: #13789E;
  border-top-color: #13789E;
  box-shadow: none;
}




.paged {
  text-align: center;
  position: relative;
  padding: 14px 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.pagination {
  margin: 0 !important;
}
.pagination>li {
  display: inline-block;
  margin-right: -4px;
}
.pagination>li>a, 
.pagination>li>span,
.pagination>li>a:focus {
  float: none;
  font-size: .825em;
  color: #ccc;
  padding: 5px 0;
  min-width: 30px;
  height: 30px;
  display: block;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 100%;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
  background-color: rgba(0,0,0,.05);
  color: #777;
}
.pagination>.active>a,
.pagination>.active>a:hover {
  background-color: transparent;
  color: #777;
  border-color: #777;
  font-weight: 700;
}
.pagination .prev a,
.pagination .next a {
  border-radius: 0;
  border-color: transparent;
  font-size: 1em;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
}
.pagination .prev a {
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
  top: 4px;
}


.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 18px 0;
  margin-bottom: -30px;
}
.breadcrumb > li {
  font-size: .8em;
}

.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 {
  position: relative;
  top: -3px;
}
.form-search .form-group {
  margin: 0;
}
.form-search .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 1em;
  border-bottom: 1px solid rgba(0,0,0,.25);
}
.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: 12px 0;
}


.secondary .list-menu > li {
  padding: 0;
}
.secondary .list-menu {
  margin: 0;
}
.secondary .list-menu > li:not(.soc) > a {
  font-size: .825em;
  color: #374348;
  display: block;
  padding: 2px 8px;
}
.secondary .list-menu a:not(.soc):hover {
  color: #4D5E7D; 
  text-decoration: none;
}
.secondary .list-menu .drop-lang .dropdown-menu {
  right: 0;
  left: auto;
}
.secondary .list-menu .drop-lang > a {
  color: #4D5E7D;
}
.secondary .list-menu > li.soc > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid rgba(79,193,233,0.85);
  color: rgba(79,193,233,0.85);
  text-align: center;
  line-height: 30px;
  margin-top: -4px;
}
.drop-lang {
  position: relative;
  margin-left: 25px;
}


.logobar {
  background-color: #EAEBED;
  padding: 50px 0;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.logo {
  overflow: hidden;
}
.logo img {
  width: 540px;
  height: auto;
}
.logobar .mob {
  display: none;
}
.logo p {
  margin: 0;
  line-height: 1.1em;
  font-size: 1.125em;
}
.logo .first {
  padding-top: 20px;
}

.btn-mobilemenu {
  display: inline-block;
  padding: 4px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.btn-mobilemenu span {
  width: 32px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 4px 0;
}



.navbar-default {
  background-color:#fff;
  border:0px;
  margin-bottom:0px;
  border-radius: 0;
  box-shadow:1px 1px 4px rgba(0,0,0,0.08);
}

.navbar-default .navbar-nav>li>a {
  font-size:0.813em;
  color: #2F3E51;
  font-weight: 700;
  padding: 15px 12px;
  text-transform: uppercase;
  line-height: 1em;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #4EC1E9;
}
.navbar-default .navbar-nav>li>a .caret {
  opacity: .35;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #4EC1E9;
  background-color: rgba(0,0,0,.05);
}
.navbar-default .dropdown-menu > li > a {
  border-top: none;
  padding: 7px 12px;
}
.navbar-default .navbar-nav>li.sec {
  display: none;
}
.navbar-default .head {
  color: #54ADCF;
  padding: 4px 12px;
  padding-top: 8px;
  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;
}

.btn-closemenu {
  display: inline-block;
  line-height: 1em;
  padding: 13px 15px;
  float: right;
  color: #888;
  position: relative;
  z-index: 5;
  display: none;
}
.btn-closemenu:hover {
  color: #222;
}


/* Buttons */

.btn {
  line-height: 1em;
  font-size: .875em;
  font-weight: 700;
  border-radius: 3px;
  padding: 12px 18px;
  border: none;
  transition: .2s all linear;
}

.btn.withleadicon [class^="icon-"] {
  font-size: 1em;
  position: relative;
  margin-right: 8px;
}

.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-outline {
  border-radius: 0;
  border: 1px solid rgba(55,67,72,0.5);
  color: #4DC0E9;
}
.btn-outline:hover {
  border-radius: 0;
  background-color: #4DC0E9;
  border-color: #4DC0E9;
  color: #fff;
}

.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: 35px 0;
}

.foot-actions {
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 20px;
  padding-top: 12px;
}
.foot-actions .btn {
  padding: 8px 16px;
}
.foot-actions .btn [class^="icon-"] {
  margin-right: 7px;
}


.table>thead>tr>th {
  font-size: .9em;
  border-top: 1px solid rgba(0,0,0,.08) !important;
  border-bottom: 1px solid rgba(0,0,0,.08);
  color: #13789E;
  line-height: 1.1em;
}
.table>tbody>tr>td {
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.table>tbody>tr>td p,
.article .table>tbody>tr>td p {
  line-height: 1.7em;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color:rgba(78,153,182,0.08);
}
.table-fx>tbody>tr>td {
  vertical-align: middle;
}
.table-fx .currcircle {
  background-color: #fff;
}

.table-stat>tbody>tr>td {
  padding: 15px;
  line-height: 1.4em !important;
}
.table-stat>tbody>tr .tbl-larger {
  font-size: 1.3em;
}
.table-threecol>thead>tr>th,
.table-threecol>tbody>tr>td {
  width: 33.3333%;
}



.table-money {
  margin: 25px 0;
}
.table-money>tbody>tr {
  transition: .2s all linear;
}
.table-money>tbody>tr:hover {
  background-color: #F1F7F9;
}
.table-money>tbody>tr .paperbill {
  transition: .3s all linear;
}
.table-money>tbody>tr:hover .paperbill {
  box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}
.table-money>tbody>tr>td {
  padding: 15px 13px;
  vertical-align: middle;
}
.table-money img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.table-money .title {
  font-weight: 700;
}

.table-smaller>tbody>tr>td {
  font-size: .8em;
}
.table-reservs>tbody>tr>td:not(.bilans_em):not(.bilans_nor) {
  text-align: right;
}

.bilans_blue {
  background-color:rgba(76,191,233,0.2);
}
.heading {
  background-color:rgba(254,225,0,0.15);
  font-weight: bold;
  border-top: #C8C8C8 1px solid;
}
.bilans_red2 {
  background-color:rgba(217,109,0,0.2);
  font-weight: bold;
}
.bilans_green2 {
  background-color:rgba(162,197,39,0.2);
  font-weight: bold;
}


.twocoins {
  min-width: 160px;
}
.twocoins .coin {
  width: 50%;
  height: auto;
  display: inline-block;
  margin-right: -4px;
}

.curland {
  overflow: hidden;
}
.curland img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.dual .currcircle {
  vertical-align: top;
}
.dual .curland {
  margin-right: -15px;
}

.table-header {
  padding: 25px 0;
  border-top: 1px solid rgba(0,0,0,.08);
}
.tbl-highlight {
  color: #2280A4;
}
.tbl-larger {
  font-size: 1.15em
}
.tbl-center {
  text-align: center;
}
.tbl-shaded {
  background-color: #F1F7F9;
}

.btn-simpledrop {
  color: #4DC0E9;
}
.btn-simpledrop:hover {
  background-color: rgba(0,0,0,.07);
  color: #4DC0E9;
}


.contentbox .body p {
  font-size: .92em;
}
.contentbox table {
  font-size: .92em;
}
.contentbox .body .sidebox .list-docs li .title {
  font-size: .95em;
}





.list-contacts dt, .list-contacts dd {
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 35px;
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}
.list-contacts dt {
  font-size: .92em;
  padding-right: 20px;
}
.list-contacts dd {
  padding-top: 0;
}
.list-contacts dd p,
.article .list-contacts dd p {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 8px 0;
  margin: 0;
}
.list-contacts dd p [class^="icon-"] {
  color: #4EC1E9;
  opacity: .65;
  margin: -4px 0;
  margin-right: 10px;
  font-size: .875em;
}
.list-contacts dd p a {
  color: #000;
  text-decoration: none;
}
.list-contacts dd p a:hover {
  color: #4EC1E9;
}


.sidebox {
  margin-bottom: 35px;
}
.sidebox.bordered {
  border: 1px solid rgba(0,0,0,.1);
  border-top: none;
}
.sidebox.bordered .sidebody {
  padding: 12px;
}
.sidebox.bordered .sidefoot {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 8px 12px;
  background-color: #F1F7F9;
}


.sidebox .currcircle {
  margin-bottom: 15px;
}
.contentbox .body .sidebox p {
  font-size: .875em;
}
.sidebox .sidehead h4 {
  color: #14789E;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 12px 12px;
  font-size: 1.05em;
}








.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.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;
  padding: 12px 2px;
  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 {
  margin: 0;
}
.list-news > li:first-child > a {
  border-top: none;
}
.list-news > li > a {
  display: block;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 20px 0;
  color: #2D3E51;
  position: relative;
}
.list-news > li > a:hover {
  color: #54ADCF;
}
.list-news > li.top > a {
  display: table;
  width: 100%;
}
.list-news > li.top > a > * {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.list-news > li.top > a > * img {
  width: 100%;
  height: auto;
}
.list-news > li.top > a > .body {
  padding: 0;
  padding-left: 12px;
}
.list-news > li.top .title {
  font-size: 1.05em;
}
.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;
}


.article .body .list-news > li {
  margin-bottom: 0;
}
.article .body .list-news > li.top {

}
.article .body .list-news > li.top .title {
  font-size: 1.2em;
  line-height: 1.3em;
}
.article .body .list-news  .intro {
  font-size: .875em;
  line-height: 1.45em;
}
.article .body .list-news > li .date {
  margin-bottom: 0;
  font-size: 13px;
  opacity: .75;
}
.article .body .list-news > li:not(.top) .title {
  font-size: 1.05em;
  margin-bottom: 8px;
}
.article .list-news {
  margin-bottom: 0;
}

.list-news > li.withthumb > a {
  position: relative;
  padding-left: 130px;
  min-height: 125px;
}
.list-news > li.withthumb .imgbox {
  width: 110px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
}

.news-sections {
  overflow: hidden;
  margin: 0 -1%;
  margin-bottom: 20px;
}
.newsbox {
  width: 48%;
  margin: 0 1%;
  float: left;
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.08);
  color: #fff;
  margin-bottom: 1.3em;
}
.newsbox .bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.newsbox .bg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image:linear-gradient(180deg,rgba(38,47,51,0) 0%,rgba(38,47,51,0.85) 100%);
}
.newsbox .newshead {
  padding: 20px 30px;
  position: relative;
  z-index: 5;
}
.newsbox .newshead .title {
  font-size: 1.05em;
  display: inline-block;
  background-color: rgba(0,0,0,.55);
  padding: 3px 10px;
  color: #fff;
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.newsbox .newshead .title .icon-arrow {
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  opacity: 0;
  visibility: hidden;
  margin-left: -12px;
  position: relative;
  top: 1px;
}
.newsbox .newshead .title:hover .icon-arrow {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.newsbox .newsbody {
  padding: 20px 30px;
  padding-top: 0;
  min-height: 160px;
  position: relative;
  z-index: 5;
}
.newsbox .newsbody .date {
  opacity: .7;
  color: #fff;
}
.newsbox .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.45);
  font-size: .8em !important;
  padding: 8px 12px;
  margin-top: 6px;
}
.newsbox .btn-outline:hover,
.newsbox .newsbody a:hover .btn-outline {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.newsbox .newsbody .list-news {
  border-top: 1px solid rgba(255,255,255,.25);
}
.newsbox .newsbody .list-news > li p:not(.date) {
  font-size: 1.1em;
}
.newsbox .newsbody a {
  color: #fff;
}
.newsbox .newsbody a:hover {
  color: #fff;
  opacity: .85;
}
.news-more {
  display: block;
  color: #54ADCF;
  text-align: right;
  padding: 16px 20px;
  font-weight: 700;
  font-size: .8em;
  letter-spacing: 2px;
}
.news-more .icon-arrow {
  margin-left: 16px;
  margin-right: 5px;
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.news-more:hover {
  color: #222;
}
.news-more:hover .icon-arrow {
  margin-right: 0px;
  margin-left: 21px;
}


.btn-text {
  font-weight: 700;
  font-size: .9em;
  color: #4CBFE9;
  transition: .2s all linear;
  line-height: 1em;
}
.btn-text .icon-arrow {
  margin-left: 8px;
}
.btn-text:hover {
  color: #54ADCF;
}

.foot-link {
  padding: 15px 0;
}


.creditrating {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.creditrating .title {
  color: #13789E;
  opacity: 1;
  letter-spacing: 3px;
  padding-left: 12px;
  border-left: 2px solid #4CBFE9;
  line-height: 1em;
  font-size: .8em;
}
.creditrating p {
  font-size: .8em;
  opacity: .65;
}
.creditrating .btn-text {
  float: right;
  font-size: 1em;
}
.list-ratings {
  margin-bottom: 20px;
}
.list-ratings > li,
.article .body .list-ratings > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
}
.list-ratings > li:last-child,
.article .body .list-ratings > li:last-child {
  border-left: 1px solid rgba(0,0,0,.1);
  padding-left: 15px;
}
.list-ratings > li p {
  margin: 0;
  font-size: 1.6em;
  opacity: 1;
}
.list-ratings > li img {
  width: 100px;
  height: auto;
  opacity: .45;
}

.creditrating.inline {
  padding: 20px 0;
  margin: 0;
}
.creditrating.inline ul {
  margin: 0 !important;
}
.creditrating.inline .rating span {
  font-size: .8em;
}
.creditrating.inline .list-ratings p {
  line-height: 1.25em;
}
.creditrating.inline .list-ratings .rating {
  color: #4EC1E9;
  font-size: 1.7em;
  line-height: .9em;
  margin-bottom: 20px;
}




/* Events Widget */
.box {
  background-color: #fff;
  box-shadow:1px 2px 2px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}
.btn-text {
  font-size: .8em;
}
.box .head {
  padding: 25px 35px;
  padding-bottom: 15px;
  display: table;
  width: 100%;
}
.box .head h3 {
  color: #14789E;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 4px;
}
.box .head p {
  font-size: .8em;
  opacity: .45;
  margin: 0;
}
.box .head .title {
  color: #13789E;
  opacity: 1;
  letter-spacing: 3px;
  padding-left: 12px;
  border-left: 2px solid #4CBFE9;
  line-height: 1em;
}
.box .head > * {
  display: table-cell;
  vertical-align: top;
}
.box .head > .boxaction {
  text-align: right;
}
.box .head > .boxaction > * {
  display: inline-block;
}
.box .head > .boxaction .list-soc {
  margin: 0;
  position: relative;
  top: -2px;
  margin-right: 8px;
  white-space: nowrap;
  margin-left: 25px;
}
.box .head > .boxaction .dropdown-menu {
  right: 0;
  left: auto;
}
.box .head > .boxaction .list-soc li {
  padding: 0;
}
.box .head > .boxaction .list-soc a {
  color: #4EC1E9;
  border-color: rgba(79,193,233,0.85);
}
.box .head > .boxaction .list-soc a:hover {
  border-color: #4EC1E9;
  box-shadow: 0 0 0 1px #4EC1E9;
}
.box .body {
  padding: 25px 35px;
}
.box .head + .body {
  padding-top: 0;
}
.box .body > h4 {
  margin-bottom: 30px;
}

.box.nopadding {
  position: relative;
}
.box.nopadding .head,
.box.nopadding .body {
  padding: 0;
}


.box .foot {
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: right;
  padding: 15px 35px;
}

.inset {
  margin: 0 -35px;
}



.newsslider .head {
  position: absolute;
  left: 35px;
  top: 20px;
  z-index: 10;
}
.newsslider .head p {
  display: inline-block;
  color: #14789E;
  opacity: 1;
  padding: 12px 15px;
  background-color: rgba(255,255,255,.75);
}
.list-topnews .imgbox {
  padding-top: 77.5%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.list-topnews .imgbox:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-image:linear-gradient(180deg,rgba(38,47,51,0) 0%,rgba(38,47,51,0.85) 100%);
}
.box.nopadding .list-topnews .body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 35px;
  padding-top: 0;
}
.list-topnews .title {
  color: #fff;
  font-size: 1.75em;
  line-height: 1.1em;
}
.list-topnews .btn-text {
  color: #fff;
}
.list-topnews:hover .btn-text {
  opacity: .75;
}



.list-currency {
  text-align: center;
}
.list-currency .item {
  display: block;
  border-left: 1px solid rgba(0,0,0,.1);
  padding-top: 12px;
}
.list-currency .item.noline {
  border-left: none;
}
.list-currency p {
  margin: 0;
  line-height: 1.1em;
}
.list-currency .currcircle {
  margin-bottom: 10px;
}
.list-currency .val {
  font-size: 1.4em;
}
.list-currency .desc {
  font-size: .8em;
  opacity: .45;
  margin-top: 3px;
}
.currcircle {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid rgba(55,67,72,0.45);
  text-align: center;
  line-height: 48px;
}
.currcircle.single {
  font-size: 1.7em;
}
.trendup,
.trenddn {
  position: relative;
}
.trendup:after {
  content: "\e90e";
  font-family: 'icomoon';
  color: #B6D982;
  font-size: .63em;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.trenddn:after {
  content: "\e90d";
  font-family: 'icomoon';
  color: #C74223;
  font-size: .63em;
  margin-left: 2px;
  position: relative;
  top: -1px;
}

.fxbox .body {
  padding-bottom: 5px;
}
.fxchart {
  position: relative;
}
.fxchart .chartbox {
  height: 136px;
}
.fxchart .dropdown {
  position: absolute;
  left: 35px;
  top: 10px;
  z-index: 10;
}
.fxchart .dropdown > a {
  font-size: .87em;
  color: #4CBFE9;
}




/* Mega buttons */
.btn-jumbo {
  display: block;
  padding: 30px 45px;
  padding-right: 100px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.btn-jumbo:hover {
  color: #fff;
}
.btn-jumbo p {
  margin: 0;
  line-height: 1.3em;
}
.btn-jumbo p:not(.title) {
  font-size: .8em;
  opacity: .7;
}
.btn-jumbo .title {
  font-size: 1.5em;
  margin-bottom: 8px;
}
.btn-jumbo .circle {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.65);
  position: absolute;
  right: 25px;
  transition: .3s all ease-out;
  top: 50%;
  transform: translateY(-50%);
}
.btn-jumbo:hover {
  box-shadow: 0 0 0 4px rgba(0,0,0,.15);
}
.btn-jumbo:hover .circle {
  border: 1px solid rgba(255,255,255,1);
  box-shadow: 0 0 0 1px #fff;
}

.list-inlinelinks {
  margin: 20px 0 !important;
}
.list-inlinelinks li {
  padding: 5px 0;
  margin: 0 !important;
}
.list-inlinelinks .btn-jumbo {
  background-color: #EDF0F3;
  color: #2D3E51;
  padding: 25px 35px;
  padding-right: 100px;
  border: 1px solid transparent;
}
.list-inlinelinks .btn-jumbo .title {
  font-weight: 700;
  margin: 0;
  font-size: 1.05em;
}
.list-inlinelinks .btn-jumbo:hover {
  box-shadow: none;
  color: #54ADCF;
  background-color: #fff;
  border-color: #54ADCF;
}
.list-inlinelinks .btn-jumbo .circle {
  border: 1px solid rgba(0,0,0,.65);
  position: absolute;
  right: 25px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-inlinelinks .btn-jumbo:hover .circle {
  box-shadow: 0 0 0 1px #54ADCF;
  border-color: #54ADCF;
  transform: translateY(-50%) scale(.9);
}


/* About block */

.about {
  margin-top: 50px;
}
.about img {
  width: 100%;
  height: auto;
}
.about p {
  color: #2E3E51;
  font-weight: 300;
  font-size: 1.15em;
  padding-top: 16px;
}


/* Newsletter block */
.nletter {
  background-color:rgba(20,120,158,0.8);
  color: #fff;
  padding: 35px 50px;
  margin-top: 50px;
}
.nletter h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.45em;
  margin-bottom: 8px;
}
.nletter p {
  font-size: .82em;
  margin: 0;
}
.nletter .form {
  margin: 0;
  padding: 0 35px;
}
.nletter .form .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 1.1em;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  color: #fff;
  background-color: rgba(0,0,0,.1);
  transition: .2s all;
}
.nletter .form .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,.65);
}

.nletter .form .form-control:-moz-placeholder {
  color: rgba(255,255,255,.65);
}

.nletter .form .form-control::-moz-placeholder {
  color: rgba(255,255,255,.65);
}

.nletter .form .form-control:-ms-input-placeholder {  
  color: rgba(255,255,255,.65);
}
.nletter .form .form-control:focus {
  border-bottom: 1px solid rgba(255,255,255,.85);
  background-color: transparent;
}
.nletter .form .form-group {
  position: relative;
  margin-bottom: 0;
}
.nletter .form .btn {
  position: absolute;
  right: 15px;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  background-color: transparent;
  color: rgba(255,255,255,.65);
  font-size: .82em;
  padding: 14px 12px;
  padding-right: 0;
}
.nletter .form .btn:hover {
  color: rgba(255,255,255,.85);
}
.nletter .form .btn .icon-arrow {
  margin-left: 4px;
}
.nletter .form-prefixed .form-control {
  padding-left: 40px;
}
.nletter .form-prefixed .picto {
  top: 15px;
  left: 12px;
}
.nletter .form-inline {
  padding-top: 8px;
}
.nletter .form-inline > * {
  padding-right: 15px;
}



.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 */
.registration {
  background-color: #EDF0F3;
  margin: 25px 0;
  padding: 50px 20px;
}
.registration .form {
  max-width: 460px;
  margin: 0 auto;
}
.registration .form .form-group {
  margin-bottom: 28px;
}
.registration .form .form-control {
  height: 42px;
}
.form-group .alert {
  display: none;
}
.form-group.has-error .alert {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-group.has-error .form-control:focus {
  box-shadow: none;
}


.form-foot {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 25px;
  text-align: right;
}

.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;
}

.lb_label {
  font-size: 12px !important;
  white-space: nowrap;
  color: rgba(0,0,0,.7);
}

.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 {
  line-height: 1.3em;
}

.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;
}





/* Inner Content */

/* Article */
.article header {
  padding-bottom: 18px;
}
.article header h1 {
  font-size: 1.55em;
  font-weight: 400;
  margin: 0;
  line-height: 1.1em;
  margin-bottom: .5em;
  letter-spacing: -.5px;
  color: #14789E;
}
.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.25em;
}
.article h2:first-child {
  margin-top: 0;
}

.article h3,
.article .body h3 {
  font-size: 1.05em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.article h3:first-child {
  margin-top: 12px;
}

.article h4,
.article .body h4 {
  font-size: .95em;
  margin-top: 1.8em;
  margin-bottom: 1em;
  line-height: 1.1em;
  font-weight: 700;
  color: #777;
}
.article .note {
  padding-top: 16px;
  color: rgba(0,0,0,.65);
}
.article .note a:not(.btn) {
  color: #4EC1E9;
  border-bottom: 1px solid #4EC1E9;
}

.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;
}
.img-right {
  float: right;
  margin-left: 30px;
  margin-top: 10px;
}
.img-circle {
  overflow: hidden;
  border-radius: 100%;
}
.img-circle img {
  width: 100%;
  height: auto;
}

.banknote-ctrl {
  padding: 12px 10px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.banknote-ctrl .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 80px;
  margin-left: -3px;
}
.banknote-ctrl .btn.btn-fbih {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.banknote-ctrl .btn.btn-rs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.banknote-ctrl .btn.active,
.banknote-ctrl .btn.active:hover {
  box-shadow: inset 1px 2px rgba(0,0,0,.05);
  color: rgba(0,0,0,.35);
}
.btn-switchnote {
  float: right;
}

.banknote {
  perspective: 1000px;
}
.img-banknote {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 48.046875%;
}
.rs {
  display: none;
}

.img-banknote {
  position: relative;
  padding-top: 48.046875%;
  transition: transform 1s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: right center;
  margin: 0;
}
.img-banknote .bnote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0,0,0,.06);
}

.bnote-front {
  display: block;
}
.bnote-back {
  display: none;
}

.showback .bnote-front {
  display: none;
}
.showback .bnote-back {
  display: block;
}

.showrs .rs {
  display: block;
}
.showrs .fbih {
  display: none;
}

.img-banknote .bnote {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.bankpointer {
  position: absolute;
  width: 5%;
  height: 10%;
  border: 2px solid #53ACCE;
  z-index: 5;
  transition: .2s all;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bankpointer .icon-plus {
  display: none;
}
.bankpointer.active {
  opacity: 1;
}


.notedesc {
  overflow: hidden;
}
.article .body .notedesc .title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  opacity: .6;
}
.notedesc .img-left {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
  max-width: 180px;
  height: auto;
  float: left;
  margin-right: 15px;  
}
.notedesc .img-leftlarge {
  max-width: 65%;
}
.notedesc .img-center {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.article .body .notedesc p,
.article .body .notedesc ul li {
  font-size: .875em;
  line-height: 1.5em;
}
.note-popout {
  padding: 25px 30px;
  display: none;
  overflow: hidden;
  background-color: #EDF0F3;
}
.note-popout.active {
  display: block;
}

.article .body .list-noteopts {
  counter-reset: my-badass-counter;
  padding-left: 25px;
}
.article .body .list-noteopts li {
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.article .body .list-noteopts li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #EDF0F3;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  color: rgba(0,0,0,.45);
  position: absolute;
  left: 0;
  margin-top: 4px;
  transition: .2s all;
}
.list-noteopts a {
  color: #222;
}
.list-noteopts a:hover {
  color: #53ACCE;
}
.list-noteopts li.active a, 
.list-noteopts li.active a:hover {
  color: #53ACCE;
}
.article .body .list-noteopts li.active:before {
  background-color: #53ACCE;
  color: #fff;
}
.gallery-inline {
  margin: 18px 0;
}
.gallery-inline.first {
  margin-top: 0;
}
.gallery-inline figure img {
  width: 100%;
  height: auto;
}
.article .body {
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
  font-size: 1em;
}
.article .body .small {
  font-size: .8em;
  line-height: 1.5em;
  margin: 12px 0;
}
.article .body p, 
.article .body ul li {
  font-family: Open Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
  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,
.article .body .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: 3px;
  background-color: #99C9DB;
  margin: 18px 0;
}
.article .schedule {
  font-weight: 700;
  font-size: 1.2em;
  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;
}
.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 .body .list-docs > li {
  margin: 0;
}
.article .body .list-docs > li .title {
  margin: 0;
}
.article .body .list-docs > li .docintro {
  margin-top: 6px;
  line-height: 1.5em;
  font-size: .96em;
}


.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;
}

.article .nav-tabs-notes li {
  width: 20%;
}
.article .nav-tabs-notes > li > a {
  font-size: 20px;
}
.list-editions {
  background-color: #eee;
  margin: 0 !important;
}
.list-editions li {
  margin: 0 !important;
  padding: 0;
}
.list-editions li a {
  color: rgba(0,0,0,.45);
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  line-height: 1em;
  border-right: 1px solid rgba(0,0,0,.1);
}
.list-editions li a:hover {
  color: #54ADCF;
}
.list-editions li.active a {
  color: rgba(0,0,0,.85);
}
.article .body .note-info ul {
  font-size: .8em;
}
.article .body .note-info ul li {
  margin: 0;
  text-align: center;
  padding: 10px 0;
  line-height: 1.25em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.article .body .tab-notes .title {
  font-weight: 700;
  text-align: center;
  opacity: .65;
  padding: 18px 0;
  padding-bottom: 12px;
  font-size: .85em;
  margin: 0;
  line-height: 1.1em;
}
.tab-notes a {
  color: #222;
  display: block;
}
.tab-notes a:hover {
  opacity: .85;
}

.img-note {
  margin: 16px 0;
  position: relative;
}
.article .body .img-note .label {
  position: absolute;
  font-size: 11px !important;
  display: inline-block;
  background-color: rgba(0,0,0,.45);
  padding: 3px 4px;
  font-weight: 400;
  bottom: 5px;
  left: 5px;
  margin: 0;
  line-height: 1.1em;
}
.img-note img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}

.list-locations {
  overflow: hidden;
}
.list-locations > li,
.article .list-locations > li {
  width: 48%;
  float: left;
  background-color: #F1F7F9;
  padding: 12px 20px;
  vertical-align: top;
  position: relative;
  padding-left: 70px;
  margin: 0 1%;
  margin-bottom: 10px;
  min-height: 130px;
}

.list-locations > li:before {
  content: "\e914";
  font-family: "icomoon";
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: rgba(77, 192, 233,.75);
  border: 1px solid rgba(0,0,0,.15);
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 20px;
  margin-top: 6px;
}
.list-locations > li p,
.article .list-locations > li p {
  line-height: 1.25em;
  font-size: .85em;
  margin: 6px 0 !important;
}
.list-locations > li .title {
  font-weight: 700;
}
.list-locations > li:nth-child(2n + 1) {
  clear: left;
}

.map {
  min-height: 500px;
}


.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;
}



.date {
  font-size: 13px;
  opacity: .45;
}
.list-docs {
  margin: 0;
}
.list-docs li {
  font-size: .9em;
  margin: 0;
  line-height: 1.3em;
}
.list-docs li:first-child a {
  border-top: none;
}
.list-docs li a {
  display: block;
  position: relative;
  padding: 14px 10px;
  padding-left: 34px;
  color: #2D3E51;
  border-top: 1px solid rgba(0,0,0,.1);
}
.list-docs li a:hover {
  color: #54ADCF;
}
.list-docs li a:before {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  font-size: 1.4em;
  margin-top: 2px;
  opacity: .4;
}
.list-docs.pdf li a:before {
  content: "\e903";
}
.list-docs li p {
  margin: 0;
  line-height: 1.25em;
}
.list-docs li .title {
  font-size: 1.05em;
  font-weight: 700;
}
.contentbox .body .sidebox .date {
  margin-top: 3px;
  font-size: .75em;
}
.list-docs .date {
  margin-bottom: 0 !important;
  margin-top: 3px;
}
.list-docs.withdateslast li a {
  padding-right: 80px;
}
.list-docs.withdateslast .date {
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 15px;
}

.list-docs.list-searchresults li a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.list-docs.list-searchresults .title {
  font-size: 1.1em;
}
.results-no {
  background-color: rgba(0,0,0,.08);
  padding: 5px 10px;
  margin: 0 !important;
}


.searchbox-inline {
  padding-bottom: 35px;
}
.searchbox-inline .btn-search {
  position: absolute;
  right: 0;
  top: 0;
}
.btn-search {
  color: #54ADCF;
  border: 1px solid #54ADCF;
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: transparent;
  border-radius: 100%;
}
.btn-search:hover {
  color: #222;
  border-color: #222;
}


.list-docs.arrowicon li a {
  padding-left: 0;
  padding-right: 60px;
}
.list-docs.arrowicon li a:hover:before {
  border-color: #54ADCF;
  box-shadow: 0 0 0 1px #54ADCF;
  opacity: .75;
}
.list-docs.arrowicon li a:before {
  content: "\e900";
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: .75em;
  text-align: center;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 100%;
  left: auto;
  right: 0;
  top: 7px;
  transition: .2s all linear;
}

.article .body .list-docs li a:before {
  opacity: .75;
  margin-top: 4px;
}



.list-gallery li {
  margin-bottom: 0 !important;
}
.list-gallery li a {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.list-gallery li:last-child a {
  border-bottom: none;
}
.list-gallery li a > * {
  display: table-cell;
  vertical-align: middle;
}
.list-gallery li a > .cover {
  width: 220px;
}

.list-gallery li a:hover .imgbox {
  transform: scale(1.03);
  box-shadow: 0 0 0 5px rgba(0,0,0,.1);
  background-size: cover;
}
.list-gallery .imgbox {
  width: 194px;
  height: 194px;
  border-radius: 100%;
  position: relative;
  transition: .3s all ease-in-out;
  background-size: cover;
}
.list-gallery .imgbox:before {
  content:"";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color:rgba(47,62,81,0.35);

}
.list-gallery .imgbox .gallphotos {
  margin: 0;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  z-index: 5;
}
.list-gallery .imgbox .gallphotos .icon-photos {
  margin-right: 6px;
  font-size: .8em;
}
.list-gallery .title,
.article .body .list-gallery .title {
  font-weight: 700;
  color: #222;
  line-height: 1.3em;
  font-size: 1.2em;
  margin-bottom: 8px;
  transition: .2s all linear;
}
.list-gallery li a:hover .title,
.article .body .list-gallery li a:hover .title {
  color: #54ADCF;
}

.list-gallery .date {
  font-size: 13px !important;
  margin: 0 !important;
  color: rgba(0,0,0,.65);
  line-height: 1.2em;
}

.gallery-thumbs .thumbblock {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 2px;
  margin-right: -4px;
}
.gallery-thumbs .thumbblock img {
  display: none;
}
.gallery-thumbs .thumb {
  position: relative;
  padding-top: 65%;
  background-size: cover; 
}
.gallery-thumbs .thumb:before {
  content:"";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color:rgba(78,193,233,0);
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all ease-out;
}
.gallery-thumbs .thumb:hover:before {
  background-color:rgba(78,193,233,0.65);
}
.gallery-thumbs .thumb:after {
  content: "\e90c";
  font-family: "icomoon";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transition: .2s all ease-out;
  transform: scale(0.9) translateY(20px);
}

.gallery-thumbs .thumb:hover:after {
  opacity: 1;
  transform: scale(1.3) translateY(0);
}



/* Filters */

.panel {
  margin-bottom: 10px;
}
.panel.closed .panel-body {
  display: none;
}
.panel.closed .panel-head a {
  background-color: #F1F7F9;
}
.panel.closed .panel-head .title {
  font-weight: 400;
  color: rgba(0,0,0,.7);
}
.panel.closed .panel-head {
  margin-bottom: -1px;
}
.panel.closed .btn-boxopener {
  transform: rotate(0deg);
}
.panel.closed.open .btn-boxopener {
  transform: rotate(180deg);
}
.panel.closed.open .panel-head a {
  background-color: #fff;
}
.panel.closed.open .panel-head .title {
  font-weight: 700;
  color: #14789E;
}

.panel .panel-body {
  padding: 6px 0;
  padding-bottom: 25px;
}
.panel .form-group {
  margin: 0;
}
.panel .form-group label {
  font-size: 13px;
  font-weight: 400;
}
.panel .form-group .form-control {
  font-size: 13px;
}
.panel .panel-head a {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  color: rgba(0,0,0,.7);
  background-color: #fff;
}
.panel .panel-head a:hover {
  background-color: #F8FBFC;
  color: #222;
}
.panel .btn-boxopener {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 100%;
  border: 1px solid rgba(0,0,0,.1);
  text-align: center;
  color: rgba(0,0,0,.45);
  float: right;
  background-color: #fff;
  margin-top: -3px;
  transform: rotate(180deg);
}
.panel .btn-boxopener .caret {
  margin: 0;
}

.panel.open .btn-boxopener {
  transform: rotate(90deg);
}
.panel .panel-head .title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-weight: 700;
  color: #14789E;
}


.btn-clearfilters {
  font-size: 12px;
  display: inline-block;
  padding: 8px 0;
}
.btn-applyfilters {
  margin-top: 12px;
}

.btn-showfilters {
  display: block;
  position: fixed;
  font-size: 13px;
  width: 30px;
  padding: 3px;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  height: 100%;
  right: 0;
  top: 55px;
  bottom: 0;
  z-index: 25;
  display: none;
}
.btn-showfilters:hover {
  background-color: #eee;
}
.btn-showfilters span {
  display: block;
  transform: rotate(-90deg);
  top: 50%;
  text-align: center;
  position: absolute;
  line-height: 1em;
  left: -34px;
}
.btn-closefilters {
  display: inline-block;
  line-height: 1em;
  padding: 13px 15px;
  float: right;
  color: #888;
}
.btn-closefilters:hover {
  color: #222;
}

.list-filter {
  margin: 0px;
}
.list-filter a {
  display: block;
  line-height: 1.2em;
  font-size: 14px;
  position: relative;
  padding: 4px 30px;
  color: #555;
}
.list-filter a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  margin-top: -1px;
  transition: .2s all linear;
}
.list-filter a:before {
  content: "\e916";
  font-family: "icomoon";
  position: absolute;
  left: 2px;
  z-index: 2;
  transition: .2s all linear;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.list-filter .label-default {
  background-color: #BBB;
  border: none;
  color: #fff;
  position: absolute;
  right: 4px;
  top: 6px;
  font-size: 11px;
  padding: 3px 3px;
}
.list-filter a:hover {
  color: #000;
  text-decoration: none;
}
.list-filter a:hover .label-default,
.list-filter .checked .label-default {
  background-color: #666;
}
.list-filter .checked,
.list-filter .checked:hover {
  color: #222;
  font-weight: 700;
}
.list-filter .checked:before {
  opacity: 1;
  visibility: visible;
}
.list-filter .checked:after {
  background-color: #4EC1E9;
  border-color: #4EC1E9;
}

.list-filter-singleline a {
  padding-top: 8px;
}
.list-filter-singleline .icn-checkmark {
  margin-top: -3px;
}



/* Openings */
.list-openings .date {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  font-weight: 400;
  opacity: .65;
}
.article .body .list-openings .title {
  margin-bottom: 3px;
}
.article .body .list-openings > li {
  margin: 0;
  margin-top: -1px;
}

.article .list-banks {
  margin-top: 35px;
}
.list-banks .banklogo {
  float: right;
  max-width: 50%;
  height: auto;
}
.list-banks .btn-collapshead {
  overflow: hidden;
  position: relative;
}
.list-banks .btn-collapshead .circle {
  top: 50%;
  margin-top: -14px;
}
.list-banks .btn-collapshead .title {
  position: absolute;
  top: 50%;
  max-width: 45%;
  transform: translateY(-50%);
}
.list-banks .open .btn-collapshead {
  border-top-color: #54ADCF;
  box-shadow: 0 -1px 0 #54ADCF;
}
.list-banks .table>tbody>tr>th {
  font-size: .82em;
  opacity: .45;
}
.list-banks .table>tbody>tr:last-child>th {
  border-bottom: 1px solid #ddd;
}
.list-banks .collbody {
  padding-bottom: 35px;
}

/* 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: 45px;
  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;
  border-bottom-color: transparent;
}
.collapsible .collbody .table {
  margin-bottom: 0;
}

.open .btn-collapshead .circle {
  transform: rotate(-180deg);
  border-color: rgba(0,0,0,.25);
}
.open .btn-collapshead .circle .caret {
  position: relative;
  margin: 0;
}

.btn-collapshead .circle {
  position: absolute;
  left: 5px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  border: 1px solid rgba(0,0,0,.1);
  top: 11px;
  text-align: center;
  transform: rotate(0deg);
}
.btn-collapshead .circle [class^='icon-'] {
  font-size: .9em;
  line-height: 28px;
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: -1px;
  left: 0;
  margin: 0;
}
.collbody {
  display: none;
  padding-left: 45px;
  padding-bottom: 20px;
}
.collbody .inner {
  padding: 10px 0;
  padding-bottom: 25px;
}
.collbody .inner .list-articles {
  margin-top: -10px;
}






.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;
}


.list-links > li {
  margin: 0 !important;
}
.list-links > li p,
.article .list-links > li p {
  margin: 0;
  line-height: 1.35em;
}
.list-links > li .link {
  font-weight: 700;
}
.list-links > li a {
  display: block;
  padding: 16px 10px;
  position: relative;
  padding-right: 70px;
  min-height: 70px;
  color: rgba(0,0,0,.75);
}
.list-links > li:nth-child(odd) a {
  background-color: #F1F7F9;
}

.list-links > li > a:before {
  content: "\e900";
  font-family: "icomoon";
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid rgba(0,0,0,.15);
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 15px;
  transition: .2s all linear;
}
.list-links > li > a:hover {
  color: #222;
}
.list-links > li > a:hover:before {
  border-color: #4EC1E9;
  color: #4EC1E9;
  right: 12px;
}


.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: 145px;
}
.list-articles.withimage .imgbox img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.list-articles.caldates > li > a {
  min-height: 65px;
}
.list-articles.caldates > li > a .date {
  color: #54ADCF;
}









/* 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);
}


/* Language selector */
.language-select {
  background-image: url(../img/language-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100%;
  position: relative;
  text-align: center;
}
.language-select:before {
  content:"";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color:rgba(47,62,81,0.85);
}
.language-select .inner {
  position: relative;
  z-index: 5;
}
.language-select .footer {
  background-color: transparent;
  padding-top: 30px;
  margin-top: 0;
}
.language-select .logobox {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 45px 20px;
  z-index: 5;
}
.language-select .logobox img {
  width: 100%;
  height: auto;
}
.langbody {
  padding-top: 60px;
}
.list-lang a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 6px 10px;
  opacity: .5;
  font-size: 20px;
}
.list-lang a:before,
.list-lang a:after {
  content: "";
  display: inline-block;
  width: 0;
  opacity: 0;
  height: 1px;
  margin: 5px 5px;
  background-color: #fff;
  transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
} 
.list-lang a:hover {
  opacity: 1;
}
.list-lang a:hover:before,
.list-lang a:hover:after {
  width: 25px;
  opacity: .65;
}


/* Org Chart */

.org {
  text-align: center;
}
.org .img-circle {
  width: 85px;
  height: 85px;
  display: inline-block;
  position: relative;
  transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.org .startblock {
  display: inline-block;
  background-color: #2F3E51;
  font-size: 1.15em;
  color: #fff;
  padding: 18px 20px;
  min-width: 60%;
  position: relative;
}
.org .list-node {
  margin-top: 25px;
  position: relative;
}
.org .list-node li,
.article .body .org .list-node li {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: -4px;
}
.org .list-node .node-connector,
.article .body .org .list-node .node-connector {
  position: absolute;
  right: 4px;
  top: -60px;
  width: 20%;
  bottom: -49px;
  border-right: 1px solid #2F3E51;
  border-top: 1px solid #2F3E51;
}
.org .list-node .node-connector:after {
  content: "";
  width: calc(50% - 3px);
  height: 1px;
  background-color: #2F3E51;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.org .list-node li:not(.noline):before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #2F3E51;
  display: inline-block;
}
.org .list-node li.extended:before {
  height: 50px;
  margin-top: -25px;
}
.org .list-node li:not(.nonconnect):after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2F3E51;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
}
.org .list-node li a,
.article .body .org .list-node li a {
  color: #222;
  display: block;
}
.org .list-node li a:hover .img-circle {
  box-shadow: 0 0 0 4px #4EC1E9;
}
.org .list-node li a:hover .title {
  color: #4EC1E9;
}
.org .list-node p,
.article .body .org .list-node p {
  margin: 0;
  line-height: 1.2em;
  font-size: .82em;
  opacity: .65;
}
.org .list-node .title,
.article .body .org .list-node .title {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
  font-size: 1em;
  opacity: 1;
  transition: .2s all linear;
}
.org .list-node li .node-plus {
  margin-top: -15px;
}
.org .list-node li .node-plus a .title,
.article .body .org .list-node li .node-plus a .title {
  margin: 0;
}
.org .list-node li .node-plus a {
  padding: 6px 0;
}
.vdistancer {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #2F3E51;
  display: inline-block;
  margin: 10px 0;
}

.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);
}


/* Accessibility Settings */
.access-block {
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: -1px;
}
.access-block-foot {
  background-color: #eee;
}
.access-block-foot .form-group {
  margin-bottom: 0;
}
.article .body .access-block h4 {
  margin-top: 0;
  color: #222;
}


.fontlarge {
  font-size: 17px;
}

.fontlargest {
  font-size: 18px;
}



.contrast2 .navbar-default .navbar-nav>li>a {
  color: #000;
  text-decoration: underline;
}
.contrast2 .breadcrumb a {
  color: #000;
  text-decoration: underline;
}
.contrast2 .secondary .list-menu > li:not(.soc) > a {
  color: #000;
  text-decoration: underline;
}
.contrast2 .secondary .dropdown-menu>li>a:hover {
  color: #fff;
}
.contrast2 .secondary .list-menu > li.soc > a {
  border-color: #222;
  color: #222;
}
.contrast2 .secondary .list-menu > li.soc > a:hover {
  border-color: #000;
  color: #000;
}
.contrast2 .box .head .title,
.contrast2 .creditrating .title {
  color: #000;
  border-left: 2px solid #777;
}
.contrast2 .newsslider .head p {
  color: #000;
}
.contrast2 .box .head h3 {
  color: #222;
}


.contrast2 .article .intro {
  color: #000;
}
.contrast2 .article .intro:after {
  background-color: #444;
}

.contrast2 .article header h1 {
  color: #000;
}
.contrast2 .list-news > li > a {
  color: #000;
}
.contrast2 .list-news .date {
  color: #444;
  opacity: 1;
}
.contrast2 .list-news .title {
  text-decoration: underline;
}
.contrast2 .list-docs li a {
  color: #000;
}
.contrast2 .list-docs .title {
  text-decoration: underline;
}

.contrast2 .newsbox .newsbody .list-news > li p:not(.date) {
  color: #fff;
}
.contrast2 .newsbox .list-news .date {
  color: #fff;
}

.contrast2 .sidebox .date {
  color: #000;
  opacity: 1;
}

.contrast2 .box .head > .boxaction .list-soc a {
  color: #222;
  border-color: #222;
}

.contrast2 .list-locations > li, 
.contrast2 .article .list-locations > li {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.5);
}
.contrast2 .sidebox .sidehead h4 {
  color: #000;
}
.contrast2 .btn-collapshead {
  border-bottom-color: #888;
  border-top-color: #888;
}
.contrast2 .open .btn-collapshead {
  color: #000;
}
.contrast2 .list-contacts dd p [class^="icon-"] {
  color: #444;
}
.contrast2 .creditrating.inline .list-ratings .rating {
  color: #000;
}
.contrast2 .list-ratings > li img {
  opacity: 1;
}

.contrast2 .list-soc .dropdown-menu > li > a:hover {
  color: #fff !important;
}
.contrast2 .btn-simpledrop {
  color: #000;
}

.contrast2 .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.08);
}
.contrast2 .table>thead>tr>th {
  color: #444;
}
.contrast2 .tbl-highlight {
  color: #000;
  font-weight: 700;
}
.contrast2 .tbl-shaded {
  background-color: rgba(0,0,0,.08);
}

.contrast2 .nletter {
  background-color: #000;
}
.contrast2 .btn-jumbo {
  background-color: #000;
  background-image: none !important;
}
.contrast2 .list-inlinelinks .btn-jumbo {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.contrast2 .list-inlinelinks .btn-jumbo:hover {
  background-color: #ddd;
}
.contrast2 .list-inlinelinks .btn-jumbo:hover .circle {
  box-shadow: 0 0 0 1px #000;
  border-color: #000;
}
.contrast2 .about p {
  color: #000;
}
.contrast2 .list-gallery .title, 
.contrast2 .article .body .list-gallery .title {
  color: #000;
  text-decoration: underline;
}
.contrast2 .list-gallery li a:hover .title, 
.contrast2 .article .body .list-gallery li a:hover .title {
  color: #000;
}
.contrast2 .gallery-thumbs .thumb:hover:before {
  background-color: rgba(0,0,0,0.65);
}
.contrast2 .list-links > li a {
  color:#000;
}
.contrast2 .list-links > li:nth-child(odd) a {
  background-color: rgba(0,0,0,0.08);
}
.contrast2 .org .list-node li a:hover .img-circle {
  box-shadow: 0 0 0 4px #444;
}
.contrast2 .org .list-node li a:hover .title {
  color: #222;
}
.contrast2 .org .list-node .title, 
.contrast2 .article .body .org .list-node .title {
  text-decoration: underline;
}
.contrast2 .org .startblock {
  background-color: #000;
}

.contrast2 .sidebox.bordered .sidefoot {
  background-color: rgba(0,0,0,.08);
}

.contrast2 .panel.closed .panel-head a {
  background-color: rgba(0,0,0,.08);
}
.contrast2 .panel.closed.open .panel-head .title {
  color: #000;
  background-color: transparent;
}
.contrast2 .btn-clearfilters {
  color: #000;
  text-decoration: underline;
}

.contrast2 .registration {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.5);
}

.contrast2 .form-control {
  border-color: #666;
}
.contrast2 .form-control:focus {
  border-color: #222;
}
.contrast2 .article .note a:not(.btn) {
  color: #000;
  border-bottom: 1px solid #000;
}

.contrast2 .btn-outline {
  border: 1px solid #222;
  color: #000;
}
.contrast2 .btn-outline:hover {
  background-color: #000;
  color: #fff;
}
.contrast2 .btn-primary, 
.contrast2 .btn-primary:focus {
  background-color: #000;
}

.contrast2 .btn-text {
  color: #000;
  text-decoration: underline;
}


.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 .dropdown-menu>li>a:hover, 
.contrast2 .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #000;
}


.contrast2 .footer {
  background-color: #000;
}
.contrast2 .footer .title {
  color: #fff;
}
.contrast2 .footer .list-menu > li > a {
  color: #fff;
}



.contrast3 {
  background-color: #000;
  color: #fff;
}

.contrast3 .navbar-default {
  background-color: #000;
  border-bottom: 1px solid #444;
}
.contrast3 .navbar-default .navbar-nav>li>a {
  color: #fff;
}
.contrast3 .form-search .form-control {
  border-bottom: 1px solid rgba(255,255,255,.85);
  color: #fff;
}
.contrast3 .breadcrumb a {
  color: #fff;
}
.contrast3 .secondary .list-menu > li:not(.soc) > a {
  color: #fff;
}
.contrast3 .secondary .dropdown-menu>li>a:hover {
  color: #fff;
}
.contrast3 .secondary .list-menu > li.soc > a {
  border-color: #fff;
  color: #fff;
}
.contrast3 .box {
  background-color: transparent;
  border:1px solid rgba(255,255,255,.5);
}
.contrast3 .box .head .title,
.contrast3 .creditrating .title {
  color: #fff;
  border-left: 2px solid #888;
}
.contrast3 .newsslider .head p {
  color: #fff;
}
.contrast3 .box .head h3 {
  color: #fff;
}


.contrast3 .article .intro {
  color: #fff;
}
.contrast3 .article .intro:after {
  background-color: #ccc;
}

.contrast3 .article header h1 {
  color: #fff;
}
.contrast3 .list-news > li > a {
  color: #fff;
}
.contrast3 .list-news .date {
  color: #fff;
  opacity: 1;
}
.contrast3 .list-docs li a {
  color: #fff;
}

.contrast3 .newsbox .newsbody .list-news > li p:not(.date) {
  color: #fff;
}
.contrast3 .newsbox .list-news .date {
  color: #fff;
}

.contrast3 .sidebox.bordered {
  border: 1px solid rgba(255,255,255,.45);
}
.contrast3 .sidebox .date {
  color: #fff;
  opacity: 1;
}
.contrast3 .sidebox .sidehead h4 {
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.contrast3 .box .head > .boxaction .list-soc a {
  color: #fff;
  border-color: #fff;
}
.contrast3 .box .head > .boxaction .list-soc a:hover {
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}

.contrast3 .nav-tabs-box > li > a {
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.contrast3 .nav-tabs-box > li.active > a {
  color: #fff;
  border-top-color: #fff;
  box-shadow: none;
  background-color: #000;
  border-bottom-color: #000;
}

.contrast3 .currcircle {
  border-color: #fff;
}
.contrast3 .table-fx .currcircle {
  background-color: #000;
  color: #fff;
}

.contrast3 .list-locations > li, 
.contrast3 .article .list-locations > li {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
}
.contrast3 .sidebox .sidehead h4 {
  color: #fff;
}
.contrast3 .btn-collapshead {
  border-bottom-color: #ddd;
  border-top-color: #ddd;
  color: #fff;
}
.contrast3 .btn-collapshead .circle {
  border-color: rgba(255,255,255,.35);
}

.contrast3 .open .btn-collapshead {
  color: #fff;
  background-color: transparent;
}
.contrast3 .list-banks .open .btn-collapshead {
  border-top-color: #fff;
  box-shadow: 0 -1px 0 #fff;
}
.contrast3 .list-contacts dd p [class^="icon-"] {
  color: #ccc;
}
.contrast3 .creditrating.inline .list-ratings .rating {
  color: #fff;
}
.contrast3 .list-ratings > li img {
  opacity: 1;
}

.contrast3 .list-soc .dropdown-menu > li > a:hover {
  color: #fff !important;
}
.contrast3 .btn-simpledrop {
  color: #fff;
}

.contrast3 .article header .date {
  color:#ddd;
  opacity: 1;
}
.contrast3 .article .body {
  color: #fff;
}
.contrast3 .table>tbody>tr>td {
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.contrast3 .table>tbody>tr>th,
.contrast3 .list-banks .table>tbody>tr:last-child>th {
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.contrast3 .collbody a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.contrast3 .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.15);
}
.contrast3 .table>thead>tr>th {
  color: #ccc;
}
.contrast3 .tbl-highlight {
  color: #fff;
  font-weight: 700;
}
.contrast3 .tbl-shaded {
  background-color: rgba(255,255,255,0.15);
}
.contrast3 .list-contacts dd p a {
  color: #fff;
  text-decoration: underline;
}
.contrast3 .list-contacts dd p, 
.contrast3 .article .list-contacts dd p {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.contrast3 .list-contacts dt, 
.contrast3 .list-contacts dd {
  border-top: 1px solid rgba(255,255,255,0.15);
}

.contrast3 .nletter {
  background-color: #000;
  border: 1px solid #ddd;
}
.contrast3 .contentbox:before {
  background-color: rgba(255,255,255,.35);
}

.contrast3 .list-inlinelinks .btn-jumbo {
  background-color: #000;
  color: #fff;
  border-color: #ccc;
}
.contrast3 .list-inlinelinks .btn-jumbo:hover {
  background-color: #222;
}
.contrast3 .list-inlinelinks .btn-jumbo:hover .circle {
  box-shadow: 0 0 0 1px #fff;
  border-color: #fff;
}
.contrast3 .about p {
  color: #fff;
}
.contrast3 .list-locations > li:before {
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}
.contrast3 .list-gallery .title, 
.contrast3 .article .body .list-gallery .title {
  color: #fff;
  text-decoration: underline;
}
.contrast3 .list-gallery li a:hover .title, 
.contrast3 .article .body .list-gallery li a:hover .title {
  color: #fff;
}
.contrast3 .gallery-thumbs .thumb:hover:before {
  background-color: rgba(0,0,0,0.65);
}
.contrast3 .list-links > li a {
  color:#fff;
}
.contrast3 .list-links > li > a:hover:before {
  border-color: #fff;
  color: #fff;
}
.contrast3 .list-links > li:nth-child(odd) a {
  background-color: rgba(255,255,255,0.15);
}
.contrast3 .org .list-node li a, 
.contrast3 .article .body .org .list-node li a {
  color: #fff;
}
.contrast3 .org .list-node li a:hover .img-circle {
  box-shadow: 0 0 0 4px #fff;
}
.contrast3 .org .list-node li a:hover .title {
  color: #fff;
}
.contrast3 .org .startblock {
  background-color: #fff;
  color: #000;
}
.contrast3 .table-money>tbody>tr:hover {
  background-color: #222;
}

.contrast3 .sidebox.bordered .sidefoot {
  background-color: rgba(255,255,255,.15);
}

.contrast3 .panel.closed .panel-head a {
  background-color: rgba(255,255,255,.25);
}
.contrast3 .panel.closed .panel-head .title {
  color: #fff;
}
.contrast3 .panel.closed.open .panel-head a {
  background-color: transparent;
}
.contrast3 .panel.closed.open .panel-head .title {
  color: #fff;
}
.contrast3 .btn-clearfilters {
  color: #fff;
}
.contrast3 .list-filter a {
  color: #fff;
}
.contrast3 .list-filter a:hover {
  color: rgba(255,255,255,.85);
}

.contrast3 .registration {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
}

.contrast3 .form-control {
  border-color: rgba(255,255,255,.65);
}
.contrast3 .form-control:focus {
  border-color: rgba(255,255,255,.85);
}
.contrast3 .article .note {
  color: rgba(255,255,255,.85);
}
.contrast3 .article .note a:not(.btn) {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contrast3 .btn-outline {
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
}
.contrast3 .btn-outline:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.contrast3 .btn-primary, 
.contrast3 .btn-primary:focus {
  background-color: #fff;
  color: #000;
}

.contrast3 .btn-text {
  color: #fff;
}
.contrast3 .btn-search {
  color: #fff;
  border-color: #fff;
}
.contrast3 .date {
  opacity: .85;
} 


.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 .dropdown-menu>li>a:hover, 
.contrast3 .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #000;
}


.contrast3 .pagination>li>a, 
.contrast3 .pagination>li>span, 
.contrast3 .pagination>li>a:focus {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.25);
}
.contrast3 .pagination>li>a:hover {
  background-color: rgba(255,255,255,.25);
  border-color: transparent;
}
.contrast3 .pagination>.active>a, 
.contrast3 .pagination>.active>a:hover {
  background-color: transparent;
  color: rgba(255,255,255,.75);
  border-color: rgba(255,255,255,.75);
  font-weight: 700;
}
.contrast3 .pagination .prev a,
.contrast3 .pagination .next a {
  border-color: transparent;
}
.contrast3 .pagination .prev a:hover,
.contrast3 .pagination .next a:hover {
  background-color: transparent;
  color: #fff;

}


.contrast3 .footer {
  background-color: #000;
  border-top: 1px solid rgba(255,255,255,.25);
}
.contrast3 .footer .title {
  color: #fff;
}
.contrast3 .footer .list-menu > li > a {
  color: #fff;
}





/* Footer */

.footer {
  padding: 75px 0;
  padding-bottom: 35px;
  background-color: #2F3E51;
  margin-top: 55px;
  text-align: center;
}
.footer .title {
  font-weight: 700;
  font-size: .9em;
  color: rgba(255,255,255,.6);
  margin: 0;
  margin-bottom: 35px;
}
.footer .list-menu > li {
  position: relative;
  padding: 0;
  margin-top: -5px;
}
.footer .list-menu > li:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: rgba(255,255,255,.2);
  margin: 0;
}
.footer .list-menu > li:first-child:before {
  display: none;
}
.footer .list-menu > li > a {
  display: block;
  font-size: 0.813em;
  color: rgba(255,255,255,.45);
  padding: 0;
  padding-top: 2px;
  opacity: .85;
  line-height: 1.3em;
}
.footer .list-menu > li > a:hover {
  color: rgba(255,255,255,.85);
}
.footer .foot-foot .title {
  margin-bottom: 8px;
  margin-top: 25px;
}
.foot-foot {
  padding: 20px 0;
}
.foot-foot p {
  color: rgba(255,255,255,.45);
  font-size: 0.8em;
  margin: 0;
  line-height: 1.2em
}
.foot-foot .foot-logo {
  width: 300px;
  height: auto;
  opacity: .65;
  margin-bottom: 15px;
}

.list-soc {
  margin-bottom: 45px;
}
.list-soc > li {
  display: inline-block; 
  vertical-align: top;
}
.list-soc > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(255,255,255,.65);
  display: inline-block;
  text-align: center;
  font-size: 1em;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,.45);
}
.list-soc > li > a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.85);
  text-decoration: none;
}
.list-soc .link-circle.wide {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
}
.list-soc .link-circle.wide .caret {
  margin-left: 5px;
}

.list-soc .dropdown-menu > li {
  margin: 0 !important;
}
.list-soc .dropdown-menu > li:not(:first-child) > a {
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
.list-soc .dropdown-menu > li > a {
  color: #777 !important;
  box-shadow: none !important;
}
.list-soc .dropdown-menu > li > a:hover {
  color: #222 !important;
}
.list-soc .dropdown-menu > li > a [class^="icon-"] {
  float: right;
  font-size: 1.1em;
  margin-top: 2px;
}

.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: 12px;
  bottom: 12px;
  z-index: 10;
}

/* 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: 8px;
  height: 8px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}

.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-switch:before {
  content: "\e91d";
}
.icon-hotsport:before {
  content: "\e91b";
}
.icon-plus:before {
  content: "\e91c";
} 
.icon-x:before {
  content: "\e91a";
}
.icon-checkmark:before {
  content: "\e916";
}
.icon-document-doc:before {
  content: "\e917";
}
.icon-document-xls:before {
  content: "\e918";
}
.icon-fax:before {
  content: "\e919";
}
.icon-download:before {
  content: "\e912";
}
.icon-home:before {
  content: "\e913";
}
.icon-location:before {
  content: "\e914";
}
.icon-print:before {
  content: "\e915";
} 
.icon-arrow:before {
  content: "\e900";
}
.icon-arrow-alt:before {
  content: "\e901";
}
.icon-document:before {
  content: "\e902";
}
.icon-document-pdf:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-photos:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-rss:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-trenddn:before {
  content: "\e90d";
}
.icon-trendup:before {
  content: "\e90e";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}


@media only screen and (min-width: 769px) {
  .language-select .logobox {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .language-select .inner {
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
  }
  .list-lang a {
    font-size: 24px;
  }
  .language-select .footer {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    min-height: inherit;
    float: none;
  }
  .navbar-default .navbar-nav>li {
    float: none;
    display: inline-block;
    margin-right: -4px;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 20px 12px;
  }

  .navbar-default .drop-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-default .dropdown-menu {
    width: 220px;
  }
  .navbar-default .dropdown-menu > li > a {
    white-space: normal;
  }
  .footer .list-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box.newsdocs {
    min-height: 650px;
  }
  .box.newsdocs {
    margin-bottom: 50px;
  }
  .nav-tabs-box > li > a {
    letter-spacing: 1px;
  }




  .contentbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
  }
  .contentbox:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 300px;
  }
  .contentbox.noside:before {
    display: none;
  }
  .contentbox.wide:before {
    display: none;
  }
  .contentbox.wide .main {
    width: 100%;
  }
  .contentbox .main {
    width: calc(100% - 300px);
    float: left;
  }
  .contentbox .side {
    width: 300px;
    float: left;
  }
  .contentbox .head {
    padding: 40px 70px;
  }
  .contentbox .body {
    padding: 40px 70px;
  }
  .contentbox .side .body {
    padding: 40px 30px;
  }
  .contentbox .head+.body {
    padding-top: 0;
  }

  .contentbox.noside .main {
    width: auto;
    max-width: 740px;
    margin: 0 auto;
    float: none;
  }
  .contentbox.noside.wide .main {
    max-width: inherit;
  }

  .table-header {
    display: table;
    width: 100%;
  }
  .table-header > * {
    display: table-cell;
    vertical-align: middle;
  }
  .table-header p {
    margin: 0;
  }
  .table-header > .table-dateselect {
    text-align: right;
  }

  .inset {
    margin: -40px -70px;
    margin-top: 0;
  }

  .nletter .form {
    margin-top: -3px;
  }


}



@media only screen and (min-width: 1200px) {
  .currcircle {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .list-currency li {
    padding-top: 25px;
  }
  .fxchart .chartbox {
    height: 190px;
  }
  .about p {
    font-size: 1.35em;
  }

  .contentbox:before {
    right: 400px;
  }
  .contentbox .main {
    width: calc(100% - 400px);
    float: left;
  }

  .contentbox .side {
    width: 400px;
    float: left;
  }
  .contentbox .body {
    padding: 40px 70px;
  }
  .contentbox .side .body {
    padding: 40px 70px;
  }

  .org .img-circle {
    width: 105px;
    height: 105px;
  }




}



@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: 18px 10px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 55px;
  }
  .langpage {
    padding-top: 0;
  }
  .topbar {
    display: none;
  }
  .logobar {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 5px 0;
    height: 55px;
    top: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
  }
  .logobar .logo {
    padding-top: 7px;
  }
  .logobar .logo img {
    max-width: 300px;
    height: auto;
  }
  .logobar .logo p {
    font-size: .875em;
  }
  .logobar .logo .first {
    padding-top: 12px;
  }
  .btn-mobilemenu {
    display: inline-block;
  }
  .btn-closemenu {
    display: inline-block;
  }
  .btn-jumbo {
    margin: 14px 0;
  }
  .list-inlinelinks .btn-jumbo {
    margin: 0;
  }
  .about p {
    padding-top: 0px;
    font-size: 1em;
  }
  .nletter .form {
    padding: 0;
  }
  .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 {
    left: 0;
  }
  .showmenu .overlay {
    opacity: 1;
    visibility: visible;
  }
  .navbar-default {
    position: fixed;
    display: block;
    left: -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;
    line-height: 1.2em;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    line-height: 1.2em;
    padding: 10px 12px;
  }
  .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;
  }

  .footer .list-menu {
    padding-bottom: 25px;
  }

  .sidefilters {
    position: fixed;
    top: 55px;
    right: -240px;
    bottom: 0;
    width: 240px;
    background-color: #fff;
    z-index: 20;
    border-left: 1px solid rgba(0,0,0,.1);
    -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);
  }
  .showfilters .sidefilters {
    right: 0;
  }
  .showfilters .btn-showfilters {
    right: -30px;
  }
  .btn-showfilters {
    display: block;
  }
  .btn-clearfilters {
    padding-right: 12px;
  }
  .panel .panel-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .filters-list {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 80px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .filters-foot {
    padding: 0 12px;
  }


}

@media only screen and (max-width: 768px) {
  .about {
    margin-top: 35px;
  }

  .nletter {
    margin-top: 35px;
  }
  .nletter .form {
    padding: 0;
  }
}


@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) {

  .content {
    padding: 20px 0;
  }
  .box .head {
    padding: 22px 15px;
  }
  .box .body {
    padding: 15px;
  }
  .fxchart .dropdown {
    left: 15px;
  }
  .newsslider .head {
    left: 15px;
    top: 15px;
  }
  .box.nopadding .list-topnews .body {
    padding: 15px;
    padding-top: 0;
  }
  .list-topnews .title {
    font-size: 1.15em;
  }
  .btn-jumbo {
    padding: 30px 15px;
  }
  .btn-jumbo .title {
    font-size: 1.15em;
    margin-bottom: 4px;
  }
  .btn-jumbo .circle {
    width: 34px;
    height: 34px;
    right: 12px;
  }
  .btn-jumbo .circle .icon-arrow {
    font-size: 16px !important;
    margin-left: -7px;
  }
  .about img {
    margin-bottom: 15px;
  }
  .nletter {
    padding: 25px 25px;
    margin-top: 50px;
  }

  .form-searchbar {
    padding: 10px 12px;
  }
  .form .form-control {
    height: 34px;
    font-size: .875em;
    padding-left: 5px;
  }
  .form-prefixed .form-control,
  .form .form-prefixed .form-control {
    padding-left: 30px;
  }
  .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;
  }


  .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;
  }

  .box .foot {
    padding: 10px 15px;
  }

  .list-news > li a {
    font-size: .92em;
    padding: 16px 0;
  }
  .list-news > li.top > a > .imgbox {
    width: 30%;
  }
  .list-docs.withdateslast > li a {
    padding-right: 0;
  }
  .list-docs.withdateslast .date {
    position: static;
    margin-top: 2px;
    margin-bottom: 0;
  }
  .list-docs li .title {
    font-size: .92em;
  }

  .list-locations > li,
  .article .list-locations > li {
    padding: 15px 18px;  
    min-height: 200px;
  }
  .list-locations > li:before {
    position: static;
    margin-top: 0;
  }

  .map {
    min-height: 360px;
  }
  .inset {
    margin: 0 -15px;
  }

  .table-money>tbody>tr>td {
    padding: 12px 8px;
  }
  .twocoins {
    min-width: 100px;
  }

  .list-gallery .imgbox {
    width: 100px;
    height: 100px;
  }
  .list-gallery .imgbox .gallphotos {
    font-size: 15px;
  }
  .list-gallery li a > .cover {
    width: 110px;
  }
  .list-gallery .title, .article .body .list-gallery .title {
    font-size: 1em;
  }

  .gallery-thumbs .thumbblock {
    width: 50%;
  }

  .box .head,
  .box .head > * {
    display: block;
    width: 100%;
  }
  .box .head > .boxaction {
    text-align: left;
    padding-top: 12px;
  }
  .box .head > .boxaction .dropdown-menu {
    left: 0;
    right: auto;
  }
  .box .head > .boxaction .list-soc {
    margin-left: 0;
  }

  .img-profile {
    width: 200px;
    height: 200px;
  }

  .list-inlinelinks .btn-jumbo {
    padding: 18px 15px;
    padding-right: 90px;
  }
  .list-inlinelinks .btn-jumbo .title {
    font-size: .875em;
  }
  .list-inlinelinks .btn-jumbo .circle {
    right: 15px;
    width: 38px;
    height: 38px;
  }

  .article .body .list-news > li.top > a,
  .article .body .list-news > li.top > a > * {
    width: 100%;
    display: block;
    padding: 0;
  }
  .article .body .list-news > li.top .imgbox {
    margin-bottom: 12px;
  }
  .article .body .list-news > li.top .body {
    padding-bottom: 12px;
  }

  .list-news > li.withthumb .imgbox {
    width: 90px;
    height: 65px;
  }
  .list-news > li a {
    padding: 10px 0;
  }
  .list-news > li.withthumb a {
    padding-left: 98px;
    min-height: 85px;
  }

  .article h2 {
    font-size: 1.05em;
  }


  .registration {
    padding: 25px 14px;
  }
  .registration h2 {
    margin-bottom: 30px;
  }


  .img-orgchart {
    margin-left: -15px;
    margin-right: -15px;
  }
  .org {
    width: 100%;
    overflow-x: scroll;
  }
  .org .img-circle {
    width: 65px;
    height: 65px;
  }
  .org .inner {
    min-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .org .list-node .title, 
  .article .body .org .list-node .title {
    font-size: .8em;
  }
  .org .list-node p, .article .body .org .list-node p {
    font-size: .7em;
  }
  .org .startblock {
    display: inline-block;
    padding: 10px 20px;
  }
  .org .list-node .node-connector, 
  .article .body .org .list-node .node-connector {
    top: -55px;
  }

  .news-sections {
    margin: 0;
  }
  .newsbox {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 1.3em;
  }
  .newsbox .newsbody {
    min-height: 120px;
  }

  .btn-collapshead .circle {
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
  .btn-collapshead .circle .caret {
    margin-left: 0;
  }

  .list-banks .btn-collapshead {
    text-align: center;
  }
  .list-banks .btn-collapshead .title {
    font-size: .72em;
    line-height: 1.2em;
    position: static;
    max-width: inherit;
    margin-top: 8px;
    transform: translateY(0);
    font-weight: 400;
  }
  .list-banks .banklogo {
    float: none;
    max-width: 180px;
    height: auto;
    width: 100%;
  }
  
  .article .body .list-noteopts {
    padding-left: 0;
  }
  
  .note-popout {
    padding: 20px 15px;
  }
  .notedesc .img-left {
    max-width: 45%;
    margin-right: 10px;
  }
  .notedesc .img-leftlarge {
    max-width: inherit;
    width: 100%;
    margin-bottom: 8px;
  }
  


}

@media screen and (max-width: 480px) {
  .btn-mobilemenu {
    left: 0;
    margin-top: -2px;
  }
  .logobar img:not(.mob) {
    display: none;
  }
  .logobar .logo {
    padding-top: 10px;
  }
  .logobar .mob {
    display: inline-block;
    width: 240px;
  }
  .box .head h3 {
    font-size: 1.2em;
  }
  .list-currency li {
    padding-top: 0;
  }
  .list-currency .val {
    font-size: 1.2em;
  }
  .list-currency .desc {
    font-size: .7em;
  }

  .footer .title {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .btn {
    font-size: .8em;
    font-weight: 700;
    padding: 10px 14px;
  }
  .btn-search {
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .table-header {
    padding: 12px 0;
  }
  .contentbox table {
    font-size: .82em;
  }
  .contentbox .box .head h3 {
    font-size: 1em
  }

  .map {
    min-height: 260px;
  }
  .list-locations > li,
  .article .list-locations > li {
    padding: 15px 18px;  
    min-height: inherit;
    width: 100%;
    margin: 0;
    margin-bottom: 6px;
  }

  .list-contacts dt,
  .list-contacts dd {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .list-contacts dt {
    padding-top: 25px;
    border-top: none;
  }
  .list-contacts dd {
    border-top: none;
    margin-top: 10px;
  }

  .img-right {
    float: none;
    text-align: center;
    margin: 12px 0;
  }
  .img-right .img-circle {
    display: inline-block;
  }

  .list-banks .banklogo {
    max-width: 140px;
  }
  .list-banks .collbody {
    padding-left: 0;
  }



}

@media screen and (max-width: 320px)
{
  body {
    overflow-x: hidden;
  }
  .navbar-default {
    left: -260px;
    width: 260px;
  }
  .logobar .mob {
    width: 200px;
  }
  .content .container {
    margin: 0 -5px;
  }
  .newsslider .head p {
    padding: 8px 12px;
    font-size: .7em;
  }
  .list-topnews .btn-text {
    margin-bottom: 0;
    font-size: .7em;
  }
  .list-news > li.top > a > * {
    width: 100%;
    display: block;
  }
  .list-news > li.top > a > .imgbox {
    width: 100%;
    margin-bottom: 8px;
  }
  .list-news > li.top > a > .body {
    padding-left: 0;
  }
  .currcircle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: .9em;
  }
  .currcircle.single {
    font-size: 1.4em;
  }
  .list-currency {
    margin: 0;
  }
  .list-currency .currcircle {
    margin-bottom: 5px;
  }
  .list-currency .val {
    font-size: .94em;
  }
  .list-currency .desc {
    font-size: .63em;
  }
  .foot-foot .foot-logo {
    width: 240px;
  }

  .twocoins {
    min-width: 85px;
  }

  .list-gallery .imgbox {
    width: 80px;
    height: 80px;
  }
  .list-gallery li a > .cover {
    width: 90px;
  }
  .list-gallery .title, .article .body .list-gallery .title {
    font-size: .875em;
  }

  .article header h1 {
    font-size: 1.35em;
  }
  .article .intro, .article .body .intro {
    font-size: 1.05em;
    line-height: 1.5em;
  }

  .creditrating.inline .list-ratings .rating {
    font-size: 1.5em;
  }

  .btn-collapshead {
    padding-left: 38px;
  }
  .collapsible .collbody {
    padding-left: 38px;
  }

  .newsbox .newshead {
    padding: 16px 20px;
  }
  .newsbox .newshead .title {
    font-size: .9em;
  }
  .newsbox .newsbody {
    padding: 16px 20px;
    padding-top: 0;
  }
  .news-more {
    padding: 12px 16px;
  }


}

