/** COLORS **/
/** FONT **/
.hide {
  display: none !important;
}
.aura {
  box-shadow: 0px 0px 10px cyan;
}
.roundShape {
  border-radius: 50%;
}
.margin-auto {
  margin: auto !important;
}
.valign-middle {
  vertical-align: middle;
}
.col-middle {
  margin: auto !important;
  vertical-align: middle;
}
.btn-primary,
.btn-primary:active {
  background-color: #7BA3A3;
  border-color: #7BA3A3;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #C2D6D6 !important;
  border-color: #C2D6D6 !important;
  color: #000000 !important;
}
.btn-primary:focus {
  box-shadow: none !important;
}
.btn-matrix,
.btn-matrix:active,
.btn-matrix:focus,
.btn-matrix:hover {
  background-color: #000000 !important;
  border-color: #00FF00 !important;
  color: #00FF00 !important;
  box-shadow: none !important;
}
a {
  color: #7BA3A3;
}
a:hover,
a:focus,
a:active {
  color: #A1C6C6;
  text-decoration: none;
}
#accordionMenu {
  margin-top: 30px;
}
#accordionMenu .card {
  border: none;
  border-radius: 0;
  background: none !important;
}
#accordionMenu .card .card-header {
  cursor: pointer;
  background-color: #A1C6C6;
  margin-bottom: 0;
  margin-top: 5px;
}
#accordionMenu .card .card-header h2 {
  width: 100%;
  text-decoration: none !important;
}
#accordionMenu .card .card-header h2 button {
  width: 100%;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 30px;
  text-align: left;
  text-decoration: none !important;
}
#accordionMenu .card .card-header:hover,
#accordionMenu .card .card-header:focus {
  background-color: #C2D6D6 !important;
}
#accordionMenu .card .card-body {
  background-color: #A1C6C6;
  border-top: 2px solid #C2D6D6;
}
#accordionMenu .card .card-body img {
  max-width: 100%;
}
#accordionMenu .card .card-body h3 {
  font-size: 20px;
  border-bottom: 1px solid #7BA3A3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body:not(.matrixed) {
  background-image: url('../imgs/bg.png');
  background-repeat: repeat-y;
  background-size: 2000px 82px;
  background-color: #7BA3A3;
  background-position: center;
  background-attachment: fixed;
}
body:not(.matrixed) .container header {
  text-align: center;
  background-color: #A1C6C6;
  font-family: 'Montserrat';
  border-radius: 0 0 40px 40px;
  padding-bottom: 10px;
}
body:not(.matrixed) .container header h2 {
  font-style: italic;
  font-size: 18px;
}
body:not(.matrixed) #cookieChoiceBar {
  color: #000000;
  background-color: #A1C6C6;
  text-align: center;
  font-size: 14px;
  float: none;
  position: absolute;
  height: 50px;
  bottom: 0;
  z-index: 99999;
}
body:not(.matrixed) #cookieChoiceBar .cookie-inner .cookie-text {
  text-align: right;
  padding-top: 13px;
}
body:not(.matrixed) #cookieChoiceBar .cookie-inner .cookie-ok-btn {
  margin-top: 6px;
}
body:not(.matrixed) #langSelector {
  position: absolute;
  right: 10px;
  top: 5px;
}
body:not(.matrixed) #langSelector .flag-icon {
  cursor: pointer;
}
body.matrixed {
  background-color: black;
  background-image: url('../imgs/matrix.gif');
  color: #00FF00;
  font-family: 'Press Start 2P';
}
body.matrixed .container header {
  background-color: #000000;
  border: 3px solid #00FF00;
  padding: 5px;
  font-size: 20px;
}
body.matrixed .container header h2 {
  font-style: italic;
  font-size: 15px;
}
body.matrixed .container .warningMatrixBlock {
  margin-top: 25%;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  background-color: #000;
  height: 150px;
  padding-top: 15px;
  font-size: 40px;
  border: 3px solid #0F0;
}
body.matrixed #cookieChoiceBar {
  color: #00FF00;
  background-color: #000000;
  text-align: center;
  font-size: 14px;
  float: none;
  position: absolute;
  height: 50px;
  bottom: 0;
  z-index: 99999;
}
body.matrixed #cookieChoiceBar .cookie-inner .cookie-text {
  text-align: right;
  padding-top: 13px;
  font-size: 11px;
  font-family: 'Inconsolata';
}
body.matrixed #cookieChoiceBar .cookie-inner .cookie-ok-btn {
  margin-top: 6px;
}
body.matrixed #langSelector {
  display: none;
}
