@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext");
@import url("comment.css?v=6");
@import url("post.css?v=1001");
@import url("ticket.css?v=1");
/* --- Source: variable.css --- */
:root {
  --navy-blue: #172434;
  --orange: #db4e3b;
  --light-orange: #ff5a5f;
  --blue: #718b92;
}

/* --- Source: bootstrap.min.css --- */
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
menu,
nav {
  display: block;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src:
    url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h4,
.h6,
h1,
h2,
h4,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h4 .small,
.h4 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h4 .small,
h4 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
h1 .small,
h1 small,
h2 .small,
h2 small {
  font-size: 65%;
}
.h4,
.h6,
h4,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h4,
h4 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.small,
small {
  font-size: 85%;
}
.text-right {
  text-align: right;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.container {
  width: 1120px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 1120px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-4,
.col-sm-1,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-8 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-6 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"] {
    line-height: 34px;
  }
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.open > a {
  outline: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.nav:after,
.row:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}

/* --- Source: app.css --- */
/* @import rules moved to top of file for browser compatibility */
body {
  background: #f2f3f8;
  color: #616161;
  font-family: "Roboto", sans-serif;
}

body > .container {
  position: relative;
  /*z-index: 1;*/
}

a {
  color: var(--orange);
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
a#scroll-top {
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
h1,
h2,
h4,
h6 {
  color: var(--navy-blue);
  font-weight: 300;
  font-family: inherit;
  margin-top: 0;
  line-height: inherit;
}

h1 {
  font-size: 26px;
  color: var(--orange);
  margin-bottom: 27px;
}
h1.alt {
  color: var(--navy-blue);
}

h2 {
  font-size: 24px;
  color: var(--orange);
  margin-bottom: 25px;
}
h2.alt {
  color: var(--navy-blue);
}
h2 a {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: var(--blue);
  font-weight: 500;
}

h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
h4 a {
  color: var(--navy-blue);
}
h4.alt {
  color: var(--orange);
}

h6 {
  font-size: 15px;
  font-weight: 500;
}

.reset,
.nav ul,
.footer ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

button,
input {
  outline: 0;
}

/****/
.button {
  display: inline-block;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 9px;
  border: 0;
}
.button + .menu {
  margin-top: 30px;
}
.button.red {
  background: var(--orange);
  color: #fff;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}

i.icon-clock {
  height: 22px;
  width: 23px;
  background: transparent url("../img/icons-s48d7f42451.png") -27px -487px
    no-repeat;
}
.button.red:hover {
  background: #f45a4a;
}
.button.green {
  background: #27ae60;
  color: #fff;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}
.button.green:hover {
  background: #34cb74;
}
.button.small {
  border: 1px solid #b6c3c7;
  background: #fff;
  line-height: 27px;
  font-size: 12px;
  color: #b6c3c7;
  text-transform: uppercase;
  margin-right: 4px;
}
.button.small:not(.active):hover,
.button.small.active {
  border-color: var(--orange);
  color: var(--orange) !important;
}
.button.white {
  background: #fff;
  color: var(--orange);
  text-transform: uppercase;
  border: 1px solid #f2f3f8;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.button.white.red {
  background: var(--orange);
  color: #fff;
}
.button.gray {
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  background: #ffffff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.button.gray:hover {
  background: #ffffff !important;
  color: var(--navy-blue) !important;
  border: 1px solid var(--navy-blue) !important;
}
.button.white:not(.active):not(.paylas):hover,
.button.white.active:not(.paylas) {
  background: var(--orange);
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}
.button.white.red:not(.active):not(.paylas):hover,
.button.white.red.active:not(.paylas) {
  background: #fff;
  color: var(--orange);
}
.button.facebook {
  background: #3b5998;
  color: #fff;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.button.facebook:hover {
  background: #4264aa;
}

.button.google {
  min-width: 183px !important;
  margin-top: 20px;
  background: #f6f6f6;
  color: #979797;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.google > span {
  height: 18px;
  width: 18px;
  background: transparent url("../img/google.png") no-repeat;
}
.button.google:hover {
  background: #fff;
}

i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.fixed_container.fixed {
  position: fixed;
  top: 0;
  /* left: 0;*/
  width: 100%;
  z-index: 99;
}

.header {
  background: #fff;
  height: 80px;
  padding: 20px 0;
}
/* beta bitince yayÄ±na alÄ±nacak.
.header .logo {
  display: block;
  float: left;
  width: 191px;
  height: 40px;
  text-indent: -9999px;
  background: url("../img/logo.png");
  -moz-background-size: 191px 40px;
  -o-background-size: 191px 40px;
  -webkit-background-size: 191px 40px;
  background-size: 191px 40px;
}
*/
.header .usercp {
  line-height: 26px;
  margin: 0;
  padding: 7px 0;
  display: inline-block;
  z-index: 102;
  position: relative;
}
.header .usercp > li {
  display: inline-block;
  padding: 0 5px 0 5px;
}
.header .usercp > li:hover > a {
  z-index: 13;
  background: #fff;
}
.header .usercp > li > a {
  display: block;
  color: var(--blue);
  padding: 2px 4px 2px 4px;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 35px;
  text-align: center;
  z-index: 9;
  position: relative;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .usercp > li > a i {
  margin-right: 0;
}
.header .usercp > li > a:hover {
  color: var(--navy-blue);
}
.header .usercp > li > a.facebook {
  color: #3b5998;
}
.header .usercp > li > a.google {
  color: #757575;
}
.header_container > .fixed_container.fixed .usercp .google {
  color: var(--blue) !important;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.header_container > .fixed_container.fixed .usercp .google span {
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  background-position: 0 -17px;
}
.header_container > .fixed_container.fixed .usercp .google:hover {
  color: #fff !important;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.header_container > .fixed_container.fixed .usercp .google:hover span {
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  background-position: 0 -34px;
}

.header .usercp > li > a.facebook span {
  display: inline-block;
  height: 18px;
  width: 10px;
  background: transparent url("../img/icons-s48d7f42451.png") 0 -1932px
    no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.header .usercp > li .menu {
  display: none;
  z-index: 15;
  background: #fcfcfc;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.header .usercp > li .menu li {
  padding: 6px 15px;
}
.header .usercp > li .menu li:first-child {
  border-top: 0;
}
.header .usercp > li .menu li:last-child {
  border-bottom: 0;
}
.header .usercp > li:first-child {
  border-left: 0;
}
.header .usercp > li:last-child {
  margin-right: 0;
}

.nav {
  background: var(--navy-blue);
  border-bottom: 2px solid #010304;
  margin-bottom: 30px;
}
.nav.no-margin {
  margin-bottom: 0;
}
.nav ul li {
  display: block;
  float: left;
  border-right: 1px solid #010304;
  position: relative;
}
.nav ul li > a {
  display: block;
  padding: 2px 12px 0px 12px;
  line-height: 38px;
  color: #e1e3e5;
  font-size: 14px;
  text-transform: uppercase;
}
.nav ul li > a:hover,
.nav ul li > a.selected {
  background: rgba(255, 255, 255, 0.1);
}

ul li.orange-menu a {
  background: #a43c31;
  color: white;
}
.nav ul li.orange-menu > a:hover {
  background: var(--orange);
  color: white;
}
.nav ul li.orange-menu > a.selected {
  background: white;
  color: var(--orange);
}

.searchform {
  width: 100%;
  margin-left: -20px;
}
.widget .searchform {
  width: 100%;
  margin-left: 0;
}
.fixed .searchform {
  width: 91%;
  margin-left: -7px;
}
.searchform fieldset {
  border-bottom: 2px solid var(--orange);
  position: relative;
  height: 40px;
  overflow: hidden;
}
.searchform fieldset .s {
  width: 100%;
  border: 0;
  height: 38px;
  padding: 0 40px 0 10px;
  background: #fff;
  color: rgba(113, 139, 146, 0.45);
  font-size: 18px;
  margin: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.searchform fieldset .s:-moz-placeholder {
  color: rgba(113, 139, 146, 0.45);
}
.searchform fieldset .s::-moz-placeholder {
  color: rgba(113, 139, 146, 0.45);
}
.searchform fieldset .s:-ms-input-placeholder {
  color: rgba(113, 139, 146, 0.45);
}
.searchform fieldset .s::-webkit-input-placeholder {
  color: rgba(113, 139, 146, 0.45);
}
.searchform fieldset input[type="submit"] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: transparent url("../img/icons-s48d7f42451.png") 10px -5071px
    no-repeat;
}
.widget .searchform fieldset .s {
  font-size: 14px;
}
.widget .searchform fieldset input[type="submit"] {
  width: 40px;
  background: transparent url("../img/icons-s48d7f42451.png") 15px -5113px
    no-repeat;
}

.twitter-typeahead {
  width: 100%;
}
.searchform .twitter-typeahead {
  display: inline-block !important;
  position: relative;
}
.searchform .twitter-typeahead .tt-hint,
.searchform .twitter-typeahead .tt-input,
.searchform fieldset input[type="text"] {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  height: 38px !important;
  border: 0 !important;
  background: #fff !important;
  padding: 0 40px 0 10px !important;
  width: 100% !important;
}
.searchform .twitter-typeahead .tt-hint {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255) !important;
}
.searchform .twitter-typeahead .tt-input {
  position: relative !important;
  vertical-align: top !important;
  background-color: transparent !important;
}

.widget {
  position: relative;
  background: #fcfcfc;
  border-radius: 3px;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.oyun {
  display: block;
  width: 100%;
}
.oyun span {
  display: block;
  color: var(--blue);
  font-size: 14px;
}

.breadcrumbs {
  padding: 0;
  margin-bottom: 30px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-right: 5px;
  color: var(--navy-blue);
}
.breadcrumbs ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 8px;
  width: 5px;
  background: transparent url("../img/icons-s48d7f42451.png") 0 -444px no-repeat;
}
.breadcrumbs ul li:first-child {
  padding-left: 20px;
}
.breadcrumbs ul li:first-child:before {
  top: 3px;
  height: 13px;
  width: 14px;
  background: transparent url("../img/icons-s48d7f42451.png") 0 -411px no-repeat;
}
.breadcrumbs ul li a {
  color: var(--blue);
}
.breadcrumbs ul li a:hover {
  color: var(--navy-blue);
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  padding: 15px 0;
  border-bottom: 1px solid #ececee;
}
.menu li:first-child {
  border-top: 1px solid #ececee;
}
.menu li a {
  display: block;
  color: var(--blue);
  text-transform: capitalize;
  position: relative;
}
.menu li a:hover,
.menu li a.selected {
  color: var(--navy-blue);
}
.menu li a i {
  width: 22px !important;
  margin-right: 5px;
}

form {
  margin: 0;
  padding: 0;
}
form label {
  display: block;
  font-size: 14px;
  color: var(--navy-blue);
  font-weight: 400;
  margin-bottom: 10px;
}
form label + p {
  color: var(--navy-blue);
  font-size: 14px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 34px;
  padding: 5px 7px;
  margin-bottom: 25px;
  line-height: 24px;
  width: 100%;
  background: #f3f2f2;
  outline: 0;
}

.radio-inline {
  padding-left: 0;
  position: relative;
}
.radio-inline + .radio-inline {
  padding-left: 20px;
}

.custom_check {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.custom_check + .custom_label {
  display: block !important;
  float: left;
  margin: 3px;
  padding: 3px 0 0 30px;
  min-height: 16px;
  line-height: 16px;
  position: relative;
  text-transform: none;
}
.custom_check + .custom_label:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  /*background: transparent url('../img/icons-s48d7f42451.png') 0 -1628px no-repeat;*/
  background: #f3f2f2;
  border: 1px solid #e6e6e6;
}
.custom_check:checked + .custom_label:before {
  background: transparent url("../img/icons-s48d7f42451.png") 0 -1589px
    no-repeat;
  border: none;
}

/*!
 * Bootstrap-select v1.7.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.login-container {
  width: 100%;
  background: transparent url("../img/login-bg.jpg") center top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  padding-top: 30px;
}
.login-container p {
  color: var(--blue);
  margin-bottom: 15px;
}
.login-container .radio-inline a {
  text-decoration: underline;
}
.login-container .row {
  margin: 0 -30px;
}
.login-container .row > .columns {
  padding: 0 30px;
}
.login-container .row > .columns.first-column {
  border-right: 1px solid #ececee;
}
.login-container .button {
  min-width: 120px;
}

.inline {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  color: var(--blue);
  margin-bottom: 20px;
}
.inline + .inline {
  margin-left: 20px;
}
.inline i {
  position: absolute;
  top: 0;
  left: 0;
}
.inline a {
  color: var(--blue);
}
.inline a:hover {
  color: var(--navy-blue);
}
.inline b {
  color: var(--navy-blue);
}

/*------------------------------------------------------------------
Custom Scrollbar
*/

.table thead {
  background: #f5f5f5;
  border-radius: 3px;
}
.table thead tr th {
  font-size: 14px;
  color: var(--blue);
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr td > a {
  display: block;
}
.table tbody tr td > a img {
  float: left;
  margin-right: 10px;
}
.table tbody tr td > a h6 {
  display: inline;
}
.table tbody tr td .result {
  padding: 14px 0;
}
.table tbody tr td .result span {
  color: var(--blue);
}
.table tbody tr td:first-child {
  padding-left: 0;
}

/* Slider */
/*
.footer {
  background: var(--navy-blue;
  padding: 30px 0;
}
.footer .row {
  position: relative;
}
.footer .logo {
  display: block;
  float: left;
  width: 192px;
  height: 40px;
  text-indent: -9999px;
  background: url("../img/logo-light.png");
  -moz-background-size: 192px 40px;
  -o-background-size: 192px 40px;
  -webkit-background-size: 192px 40px;
  background-size: 192px 40px;
}
.footer ul {
  padding: 13px 0;
}
.footer ul li {
  display: inline-block;
  padding: 0 20px 0 19px;
  border-right: 1px solid #35404e;
}
.footer ul li a {
  display: block;
  line-height: 1;
  color: var(--blue;
  font-size: 13px;
  text-transform: uppercase;
}
.footer ul li a:hover {
  color: #fff;
}
.footer ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.footer p {
  position: absolute;
  right: 15px;
  bottom: -15px;
  font-size: 12px;
  color: var(--blue;
  margin: 0;
}
*/

.footer {
  background: white;
  padding: 30px 0;
}
.footer-col-1 {
  float: left;
  width: 200px;
  padding-left: 15px;
}
.footer-col-2 {
  float: left;
  width: 560px;
  padding: 10px 0 0 40px;
  font-size: 12px;
  color: var(--navy-blue);
}
.footer-col-3 {
  float: left;
  width: 340px;
  height: 80px;
  padding: 60px 0 0 0;
  font-size: 11px;
  color: var(--navy-blue);
  text-align: right;
  background: url("../img/footer-secure-logo.jpg") right top
    no-repeat;
}

.footer-top {
  padding: 30px;
}
.footer-top h4 {
  font-size: 14px;
  color: var(--navy-blue);
  font-weight: bold;
}

.follow-bar {
  padding-top: 15px;
}
.follow-bar > a {
  float: right;
  margin: -13px 0 0 50px;
  font-size: 18px;
  color: var(--blue);
  font-weight: 300;
}
.follow-bar > a > i {
  display: inline-block;
  border: solid 1px;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  font-size: 20px;
  margin: 7px;
  padding: 7px 8px;
}

.footer-menu-bar a {
  color: var(--blue);
  font-size: 13px;
}
.footer-top a:hover {
  color: var(--navy-blue) !important;
}
.footer-menu-bar a > h4 {
  color: var(--blue);
}
.footer-top a > h4:hover {
  color: var(--navy-blue) !important;
}

a.btn-youtube:hover {
  color: #e02b25 !important;
}
a.btn-instagram:hover {
  color: #42719a !important;
}
a.btn-twitter:hover {
  color: #54aced !important;
}
a.btn-facebook:hover {
  color: #6179ac !important;
}

.footer-bar {
  padding: 20px 30px 50px 10px;
  color: var(--blue);
}
.footer-bar > div {
  float: left;
  border-right: solid 1px #e2e7e9;
  padding-right: 40px;
}
.footer-bar > div:last-child {
  border-right: solid 0px #e2e7e9;
  padding-right: 0px;
}
.footer-bar > div > i {
  width: 35px;
  height: 35px;
  background-image: url("../img/footer-bar-icons.jpg");
  margin-left: 20px;
}
.footer-bar-ico-1 {
  background-position: -0px -0px;
}
.footer-bar-ico-2 {
  background-position: -35px -0px;
}
.footer-bar-ico-3 {
  background-position: -70px -0px;
}
.footer-bar-ico-4 {
  background-position: -105px -0px;
}

/*Read More*/
.read-more-state {
  display: none;
}
.read-more-target {
  display: none; /* optinal */
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  display: block; /* optinal */
}
.read-more-state ~ .read-more-trigger span:nth-child(1) {
  display: block;
}
.read-more-state ~ .read-more-trigger span:nth-child(2) {
  display: none;
}
.read-more-state:checked ~ .read-more-trigger span:nth-child(1) {
  display: none;
}
.read-more-state:checked ~ .read-more-trigger span:nth-child(2) {
  display: block;
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  color: var(--navy-blue);
  /*text-transform:uppercase;*/
}
/*Read More*/
/* Magnific Popup CSS */

.mfp-hide {
  display: none !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}

.lightbox.container {
  min-width: 1170px;
  position: relative;
}
.lightbox.container.small {
  min-width: 530px;
  width: 530px;
}

/* BARIS */

.header_container > .fixed_container.fixed {
  height: 39px;
}
.header_container > .fixed_container.fixed header {
  position: relative;
  top: -21px;
  background: none;
  z-index: 2;
}
.header_container > .fixed_container.fixed header .container {
  width: 100%;
}
.header_container > .fixed_container.fixed header .usercp_non_logged_in {
  display: none;
}
.header_container > .fixed_container.fixed header .searchform_wrap {
  float: right;
}
.header_container > .fixed_container.fixed header .searchform fieldset {
  border-bottom: none;
}
.header_container > .fixed_container.fixed header .searchform input.s {
  border-radius: 0;
  height: 39px;
  padding-left: 15px;
  font-size: 16px;
}
.header_container
  > .fixed_container.fixed
  header
  .searchform
  input[type="submit"] {
  width: 16px;
  height: 16px;
  background: transparent url("../../img/search-small-icon.png") 0 0 no-repeat;
  top: 12px;
  right: 12px;
}
.header_container > .fixed_container.fixed nav {
  position: relative;
  top: -80px;
}
.header_container > .fixed_container.fixed nav .small_icon {
  display: block !important;
  float: left;
  padding-top: 6px;
  margin-right: 15px;
}

#scroll-top {
  display: block;
  position: fixed;
  bottom: 30px;
  background: transparent url("../../img/scrolltop.png") 0 0 no-repeat;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  transition: initial;
}
#scroll-top:hover {
  background-position: -50px 0;
}

/* User Image */

/*.delete_comment {display: none;}*/

/*
#activity-label-widget {
  color: var(--blue;
  line-height: 26px;
}
#activity-label-widget .icon {
  height: 20px;
  width: 19px;
  margin-right: 10px;
  background: transparent url('../img/icons-s48d7f42451.png') 0 -6257px no-repeat;
}
*/
/* BARIS */

/********** ISA **********/
/* PANO */
#alert {
  z-index: 10000;
}
#alert .text {
  text-transform: uppercase;
}
/*#loading{position:fixed; left:50%; top:50%; margin:-24px 0px 0px -30px; z-index:1000000; display:none;}*/
#loading {
  width: 150px;
  height: 45px;
  text-align: right;
  border: solid 1px var(--orange);
  color: var(--orange);
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  margin: -25px 0 0 -75px;
  padding: 6px;
  border-radius: 3px;
  z-index: 10009;
  line-height: 33px;
  padding-left: 45px;
  text-align: left;
  -moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#loading > div {
  width: 35px;
  height: 35px;
  position: absolute;
  background: url("../../mobile/img/loading-icons.svg");
  background-size: 70px 35px;
  margin: -1px 0px 0px -39px;
  background-position: 0 0;
}

#loading:after {
  margin-top: 0.5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
#loading > div {
  -webkit-animation: tiktak 0.5s infinite;
}
@-webkit-keyframes tiktak {
  0%,
  49.99% {
    background-position: 0 0;
  }
  50%,
  99.99% {
    background-position: -34.5px 0;
  }
}

i.ok-green {
  width: 34px;
  height: 26px;
  background: transparent url("../img/icons-s48d7f42451.png") -62px -502px
    no-repeat;
}
/********** ISA **********/
img {
  border-radius: 3px;
}

/* --- Source: sliderLi.css --- */
/*
@media screen and (max-width:1920px){
	.sliderLi, .sliderLiHomeBig{ margin:0px; }
    .activity-box{ width:16.666666666666668% !important;}
}
@media screen and (max-width:1540px){
	.sliderLi, .sliderLiHomeBig{ margin:20px 30px 20px 30px; }
    .activity-box{ width:16.666666666666668% !important;}
    .slider0-box span { font-size: 24px; font-weight: 300; line-height: 24px; height:38px;line-height:27px; margin-top:-90px;  max-width:440px; padding:5px;}
    .slider0-box span:nth-child(2) { font-size: 18px; line-height: 18px; margin-top:-52px; height:32px; line-height:23px; }
    .slider0-box span> hr {    border-top: solid 2px rgba(255, 255, 255, 0.55); margin: -5px; margin-top: 5px;}

}
@media screen and (max-width:1200px){
    .activity-box{ width:20% !important;}
   
}
@media screen and (max-width:980px){
	.sliderLi, .sliderLiHomeBig{ margin:20px 20px 20px 20px; }
    .activity-box{ width:25% !important;}
    
}
@media screen and (max-width:740px){
	.sliderLi, .sliderLiHomeBig{ margin:20px 10px 20px 10px; }
    .activity-box{ width:33.333333333333336% !important;}

}
@media screen and (max-width:600px){
	.sliderLi, .sliderLiHomeBig{ margin:20px 0px 20px 0px; }
	div.left-arrow{margin-left:0px;}
	div.right-arrow{ right: 0px;}
    .activity-box{ width:50% !important;}
    .slider0-box span { margin-top: -78px; height: 30px; font-size: 18px; font-weight: 300; line-height: 22px; max-width:310px; }
    .slider0-box span:nth-child(2) { margin-top: -47px; height: 28px; font-size: 14px; line-height: 18px; }
    .slider0-box span> hr {    border-top: solid 1px rgba(255, 255, 255, 0.55); margin: -5px; margin-top: 3px;}
    
}
@media screen and (min-width:430px){
	.hidden-ssm{display:none !important;}
	.view-xxs{display:none !important;}
}
@media screen and (max-width:430px){
	.hidden-xxs{display:none !important;}
}
*/

/* --- Source: blueimp-gallery.min.css --- */
@charset "UTF-8";
.blueimp-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
@charset "UTF-8";
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 9px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
@charset "UTF-8";

/* --- Source: header.css --- */
.header_container > .fixed_container.fixed {
  height: 67px;
  padding-top: 15px;
  background: rgba(23, 36, 52, 0.96);
  border-bottom: solid 2px #010304;
}
.header_container > .fixed_container.fixed header {
  width: 1080px !important;
  margin: 0 auto;
  left: auto !important;
  background: none;
  z-index: 2;
}
.header_container > .fixed_container.fixed header .container {
  width: 100%;
}
.header_container > .fixed_container.fixed header .usercp_non_logged_in {
  display: block;
  position: absolute;
  right: 0;
  color: var(--blue);
  padding-right: 0px;
  margin-right: -12px;
  margin-top: -3px;
}
.header_container
  > .fixed_container.fixed
  header
  .usercp_non_logged_in
  > ul
  > li {
  padding: 0 5px 0 5px;
  margin-top: -5px;
}
.header_container > .fixed_container.fixed .menu {
  right: 5px !important;
}
.header_container > .fixed_container.fixed .usercp > li {
  border-color: #2e3e4c !important;
}
.header_container > .fixed_container.fixed .usercp .facebook {
  color: var(--blue) !important;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.header_container > .fixed_container.fixed .usercp .facebook:hover {
  color: white !important;
}
.header_container > .fixed_container.fixed .usercp .facebook > span {
  background: transparent url("../img/icons-s48d7f42451.png") -15px -1932px
    no-repeat;
}
.header_container > .fixed_container.fixed .usercp .facebook:hover span {
  background: transparent url("../img/icons-s48d7f42451.png") -30px -1932px
    no-repeat;
}

.header_container > .fixed_container.fixed .no_login_ul > li:hover a {
  background: transparent;
  color: white;
}
.header_container > .fixed_container.fixed .no_login_ul > li > a:hover {
  background: transparent;
  color: white;
}

.header_container > .fixed_container.fixed header .searchform_wrap {
  float: right;
}
.header_container > .fixed_container.fixed header .searchform fieldset {
  border-bottom: none;
}
.header_container > .fixed_container.fixed header .searchform input.s {
  border-radius: 0;
  height: 39px;
  padding-left: 15px;
  font-size: 16px;
  background: transparent !important;
}
.header_container
  > .fixed_container.fixed
  header
  .searchform
  input[type="submit"] {
  width: 16px;
  height: 16px;
  background: transparent url("../../img/search-small-icon-for-fixed.png") 0 0
    no-repeat;
  top: 12px;
  right: 12px;
}
.header_container > .fixed_container.fixed nav {
  position: relative;
  top: 0px;
}
.header_container > .fixed_container.fixed nav .small_icon {
  display: none !important;
}

.header_container > .fixed_container.fixed .nav {
  display: none !important;
}
.header_container > .fixed_container.fixed .searchform_wrap {
  width: 460px !important;
  float: left !important;
  margin-left: 80px;
}
.header_container > .fixed_container.fixed .mobile-menu {
  display: block !important;
  position: absolute;
  left: -141px;
  top: 0;
}
/* .header_container > .fixed_container.fixed .logo{ background:url("../../mobile/img/mobile-header-logo-new-year.png") center center no-repeat; background-size:183px 52px;} */
.header_container > .fixed_container.fixed .s {
  background: var(--navy-blue) !important;
  border-bottom: solid 2px var(--blue);
  padding-left: 10px;
  color: #7a818c;
}
.header_container > .fixed_container.fixed .searchform > fieldset {
  border-bottom-style: none !important;
}
/* For Placeholder */
.header_container > .fixed_container.fixed ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7a818c;
}
.header_container > .fixed_container.fixed :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7a818c;
  opacity: 1;
}
.header_container > .fixed_container.fixed ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7a818c;
  opacity: 1;
}
.header_container > .fixed_container.fixed :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a818c;
}
.header_container > .fixed_container.fixed :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #7a818c;
}
.mobile-menu {
  display: none;
  color: white;
  width: 127px;
  height: 65px;
  cursor: pointer;
  padding: 23px;
  border-left: solid 1px #010304;
  border-right: solid 1px #010304;
  margin-top: -13px;
  z-index: 103;
}
.mobile-menu:hover {
  background: white;
  color: var(--navy-blue);
  border-bottom: solid 1px #010304;
}
.mobile-menu:hover .mobile-menu-icon {
  background-position: -32px 0px;
}
.mobile-menu:hover ul {
  display: block;
}
.mobile-menu > ul {
  display: none;
  list-style: none;
  background: white;
  width: 200px;
  height: auto;
  padding: 10px 0;
  margin-top: 21px;
  margin-left: -23px;
  border-top: solid 1px #010304;
}
.mobile-menu > ul > li {
  padding: 5px 5px 5px 20px;
}
.mobile-menu > ul > li:hover {
  background-color: #ffffff;
}
.mobile-menu > ul > li > a {
  color: var(--navy-blue);
}
.mobile-menu > ul > li:hover a {
  color: var(--orange);
}
.mobile-menu > ul > li > a:hover {
  color: var(--orange);
}
.mobile-menu .active {
  background-color: #ffffff;
  color: var(--orange);
}
.mobile-menu .active > a {
  color: var(--orange);
}

.mobile-menu-icon {
  margin-top: -2px;
  width: 32px;
  height: 22px;
  background: transparent url("../../img/menu.png") 0 0 no-repeat;
}
.menu-shadow {
  display: none;
  background: rgba(0, 0, 0, 0.45);
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed_container {
  z-index: 102;
}

/*********************************************  V3  *********************************************/
.sub-menu_ .menu {
  position: absolute;
  background-color: white;
  width: 1090px;
  border: none;
  padding: 10px;
  border-top: solid 2px var(--orange);
}
.sub-menu_ .menu p {
  padding: 5px;
  float: none;
  border: 0;
}
.sub-menu_ .menu a {
  color: var(--navy-blue);
}
.sub-menu_ .menu a:hover {
  color: var(--orange);
}
.sub-menu_ .menu a.orange {
  color: var(--orange);
}
.sub-menu_ .menu a.strong {
  font-weight: 500;
  text-transform: uppercase;
}
.sub-menu_ .menu div[class^="menu-col-"] {
  float: left;
  border-left: solid 0px #fafafa;
  margin-right: 20px;
  height: 400px;
}
.sub-menu_ .menu .menu-col-1 {
  width: 180px;
  border-right: solid 2px #fafafa;
}
.sub-menu_ .menu .menu-col-3 {
  width: 100px;
  border-right: solid 2px #fafafa;
}
.fixed_container.fixed .mobile-menu {
  padding: 16px 22px 0px 22px;
  margin-top: -5px;
  height: 52px;
}
.fixed_container.fixed .mobile-menu ul {
  width: 1090px;
  height: 52px;
  margin-left: -207px;
  margin-top: 15px;
}
.fixed_container.fixed .mobile-menu ul > li {
  padding: 1px 15px 0px 14px;
  width: auto;
  float: left;
  border-right: solid 1px #f0f3f3;
  margin: 5px 0px 5px 0px;
}
.fixed_container.fixed .mobile-menu ul > li:last-child {
  border-right: 0;
}
.fixed_container.fixed .mobile-menu > ul > li:hover {
  background-color: white;
}
.fixed_container.fixed .header {
  height: 52px;
  padding: 11px 0;
}
.header_container > .fixed_container.fixed {
  height: 52px;
}
.header_container > .fixed_container.fixed .header .usercp {
  padding: 10px 0;
}
.searchform fieldset {
  border-bottom: 2px solid var(--orange) !important;
}
.header_container > .fixed_container.fixed .mobile-menu {
  left: -171px;
}
.fixed .searchform {
  margin-left: -25px;
}
/*********************************************  V3  *********************************************/

/*********************************************  Homepage Slider  *********************************************/
/*********************************************  Homepage Slider  *********************************************/

/* --- Source: lightslider.min.css --- */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

@-webkit-keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}

@keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}

@-webkit-keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}

@keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}

@-webkit-keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}

@keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}

@-webkit-keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}

@keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}

/* For arrow hidden up  */

/* --- Source: swiper-bundle.min.css --- */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* --- Source: app-v4.css --- */
.container-fluid.tyt {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-v4 .container-fluid.tyt {
  padding-left: 10px;
}
.header .container-fluid.tyt .usercp {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: end;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  float: right;
  margin-left: auto;
}
.header .container-fluid.tyt .usercp > li:last-child {
  padding-right: 0;
}
.header .container-fluid.tyt .usercp > li:last-child a {
  padding-right: 0;
}
.fixed_container {
  position: fixed;
  width: 100%;
  transition: top 0.4s ease 0s;
  z-index: 99;
}
.header-space {
  display: none !important;
}
.nav-v4 {
  margin-bottom: 0;
}
.nav-v4 .sub-menu_ .menu .menu-col-3 {
  border-right: solid 0px #fafafa;
  margin-right: 0px !important;
}
.nav-v4 .sub-menu_ .menu {
  width: 480px;
}

/* --- Source: new-font.css --- */
/*body,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.date-picker, .date-picker-wrapper {font-family: 'Open Sans', sans-serif !important;}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');


.widget.footer-bar{font-size:13px;padding:30px 30px 30px 15px;}
.redtime{ font-size:15px !important; }
.redtime strong{ font-size:17px !important; }
*/

/*font-family: 'SFProText'!important;@font-face {font-family: 'SFProText';src: url('/files/sf-webfont/SFProText-Light.eot');src: url('/files/sf-webfont/SFProText-Light.eot?#iefix') format('embedded-opentype'),url('/files/sf-webfont/SFProText-Light.woff2') format('woff2'),url('/files/sf-webfont/SFProText-Light.woff') format('woff'),url('/files/sf-webfont/SFProText-Light.ttf') format('truetype');font-weight: 300;font-style: normal;  }
@font-face {font-family: 'SFProText';src: url('/files/sf-webfont/SFProText-Medium.eot');src: url('/files/sf-webfont/SFProText-Medium.eot?#iefix') format('embedded-opentype'),url('/files/sf-webfont/SFProText-Medium.woff2') format('woff2'),url('/files/sf-webfont/SFProText-Medium.woff') format('woff'),url('/files/sf-webfont/SFProText-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;  }
@font-face {font-family: 'SFProText';src: url('/files/sf-webfont/SFProText-Regular.eot');src: url('/files/sf-webfont/SFProText-Regular.eot?#iefix') format('embedded-opentype'),url('/files/sf-webfont/SFProText-Regular.woff2') format('woff2'),url('/files/sf-webfont/SFProText-Regular.woff') format('woff'),url('/files/sf-webfont/SFProText-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;  }
@font-face {font-family: 'SFProText';src: url('/files/sf-webfont/SFProText-Semibold.eot');src: url('/files/sf-webfont/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),url('/files/sf-webfont/SFProText-Semibold.woff2') format('woff2'),url('/files/sf-webfont/SFProText-Semibold.woff') format('woff'),url('/files/sf-webfont/SFProText-Semibold.ttf') format('truetype');font-weight: 600;font-style: normal;  }
*/
/*@font-face {font-family: 'SFProText';src: url('/files/sf-webfont/SFProText-Thin.eot');src: url('/files/sf-webfont/SFProText-Thin.eot?#iefix') format('embedded-opentype'),url('/files/sf-webfont/SFProText-Thin.woff2') format('woff2'),url('/files/sf-webfont/SFProText-Thin.woff') format('woff'),url('/files/sf-webfont/SFProText-Thin.ttf') format('truetype');font-weight: 100;font-style: normal;  }*/

/* --- Source: app-v5.css --- */
:root {
  --navy-blue: #071a52;
  --orange: #ff4646;
  --light-orange: #ff5a5f;
  --blue: #5779bc;
  --old-blue: #718b92;
  --linear-gradient-ticket: linear-gradient(
    to right,
    #fc642d 0%,
    #ff5a5f 50%,
    #ff4646 100%
  );
  --radial-gradient-ticket: radial-gradient(
    circle at center,
    #fc642d 0%,
    #f45a4a 27.5%,
    #ff5a5f 40%,
    #ff4646 57.5%,
    #fc1f1f 75%,
    #fc1f1f 100%
  );
  --bg-gradient: var(--linear-gradient-ticket);
  --radial-gradient: var(--radial-gradient-ticket);
}

.menu li a {
  color: var(--old-blue);
}
#loading {
  border-radius: 12px !important;
}
#loading > div {
  background: url("../../mobile/img/loading-icons-new.svg");
  background-size: 70px 35px;
  background-position: 0 0;
}
article.widget {
  border-radius: 12px;
}
article.widget:not(.item_awards):not(.anasayfa-kesfet) {
  overflow: hidden;
}
article.widget.footer-bar {
  overflow: inherit;
  padding: 20px 30px 20px 10px;
}
.widget {
  border-radius: 12px !important;
}
.button {
  border-radius: 12px !important;
}
.button.red {
  box-shadow: none;
}
button {
  border-radius: 12px !important;
}
.steps .step-back {
  border-radius: 12px !important;
}
.redtime {
  border-radius: 12px !important;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  border-radius: 12px !important;
}
.header .usercp > li .menu {
  border-radius: 12px !important;
}
.ticket-table {
  border-radius: 12px !important;
  overflow: hidden;
}
.new-logo-tyt {
  position: relative;
  top: -3px;
}
.button.red {
  line-height: 1;
  padding: 12px;
}
.button.red:hover {
  background-color: #ff5a5f;
}
.nav ul li > a:hover,
.nav ul li > a.selected {
  background-color: #1c2d63;
}
.login-container p {
  color: var(--navy-blue) !important;
}
.login-container div {
  color: var(--navy-blue) !important;
}
.button.green {
  box-shadow: none;
}
.button.green:hover {
  background-color: #34cb74 !important;
}
.login-container {
  background: transparent url("../img/login-bg-3.jpg") center top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
article.widget.footer-bar {
  color: var(--old-blue);
}
.breadcrumbs ul li a {
  color: var(--old-blue);
}

.sub-menu_ .menu {
  border-top: 0;
}
span.red {
  color: var(--orange);
}

.footer-col-3 {
  background: url(../img/footer-secure-logo.svg) right top
    no-repeat;
  background-size: 200px;
  padding: 40px 0 0 0;
}
.custom_check + .custom_label:before {
  border-radius: 50%;
}

.button.white {
  border: 1px solid var(--orange);
  box-shadow: none !important;
}
i.icon-clock {
  background: transparent url("../img/icons-new.png") -27px -487px no-repeat;
}
.header .usercp > li > a.facebook span {
  display: inline-block;
  height: 18px;
  width: 10px;
  background: transparent url("../img/icons-new.png") 0 -1932px no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.searchform fieldset input[type="submit"] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background: transparent url("../img/icons-new.png") 10px -5071px no-repeat;
}
.widget .searchform fieldset input[type="submit"] {
  width: 40px;
  background: transparent url("../img/icons-new.png") 15px -5113px no-repeat;
}
.breadcrumbs ul li:before {
  background: transparent url("../img/icons-new.png") 0 -444px no-repeat;
}
.breadcrumbs ul li:first-child:before {
  background: transparent url("../img/icons-new.png") 0 -411px no-repeat;
}
.custom_check:checked + .custom_label:before {
  background: transparent url("../img/icons-new.png") 0 -1589px no-repeat;
  border: none;
}
i.ok-green {
  width: 34px;
  height: 26px;
  background: transparent url("../img/icons-new.png") -62px -502px no-repeat;
}

/*BODY*/
body {
  background-color: #f7f8fc;
}
/*BODY*/

/*HOME SLIDER*/
/*HOME SLIDER*/

/*ACT BOX*/
.widget {
  box-shadow: none;
}
/*ACT BOX*/

/*MOST KNOWN*/
/*MOST KNOWN*/

@media (max-width: 1460px) {
  .hidden-lgm {
    display: none !important;
  }
}

/*ACT COMMENTS*/

/* Yorum içeriği için stiller */

/* Sınırlı içerik - PHP ile ekleniyor ama CSS'te de tanımlayalım */

/* Genişletilmiş içerik stilleri - farklı class isimleri için destek */
/* Liste açıkken tüm öğeleri göster */
/*ACT COMMENTS*/

/*RATING MODAL*/
/*RATING MODAL*/

/* --- Source: font-awesome.min.css --- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-inverse {
  color: #fff;
}
.fa-search-minus:before {
  content: "\f010";
}

.fa-cog:before {
  content: "\f013";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-print:before {
  content: "\f02f";
}
.fa-list:before {
  content: "\f03a";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-tint:before {
  content: "\f043";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-minus:before {
  content: "\f068";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-warning:before {
  content: "\f071";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-external-link-square:before {
  content: "\f14c";
}

.fa-inr:before {
  content: "\f156";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-vine:before {
  content: "\f1ca";
}

.fa-life-ring:before {
  content: "\f1cd";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}

.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}

.fa-window-close:before {
  content: "\f2d3";
}

.fa-window-close-o:before {
  content: "\f2d4";
}



/* Tiyatrolar UI Overrides from csskontrol.html */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  height: 20px;
  width: 20px;
  background: transparent url('../img/icons-new.png') 0 -5160px no-repeat;
  border: 0;
  margin: -10px 0 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-toggle.btn-default {
  background: #f7f7f7;
  border: 0;
  font-size: 14px;
  color: #718b92;
  outline: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  margin: 0;
  max-height: 225px !important;
  padding-bottom: 55px !important;
  overflow-x: hidden;
  border-radius: 0 0 3px 3px;
  border: 0;
  background: #f7f7f7;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #718b92;
  background-color: #f3f2f2;
}






/* --- Dropdown Hover Fixes (from app-v5) --- */
.bootstrap-select.btn-group .dropdown-toggle.btn-default{color: var(--old-blue);}
.bootstrap-select.btn-group .dropdown-menu > li > a{color: var(--old-blue);}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background: transparent; color: var(--navy-blue); }


.bootstrap-select.btn-group .dropdown-menu > li > a:hover, .bootstrap-select.btn-group .dropdown-menu > li > a:focus { background: transparent !important; color: var(--navy-blue) !important; }


/* --- Dropdown Hover Fixes (from app-v5) --- */
.bootstrap-select.btn-group .dropdown-toggle.btn-default{color: var(--old-blue);}
.bootstrap-select.btn-group .dropdown-menu > li > a{color: var(--old-blue);}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background: transparent; color: var(--navy-blue); }
.bootstrap-select.btn-group .dropdown-menu > li > a:hover, .bootstrap-select.btn-group .dropdown-menu > li > a:focus { background: transparent !important; color: var(--navy-blue) !important; }


/* --- Remove Selectpicker Focus Outlines --- */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-menu > li > a:focus,
.bootstrap-select .dropdown-menu > li > a:active,
.bootstrap-select .dropdown-menu > li.active > a,
.bootstrap-select .dropdown-menu > li.active > a:focus {
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

