#cookie-policy-popup {
  position: fixed;
  bottom: 2%;
  right: 2%;
  background: #828282;
  z-index: 99999;
  max-width: 320px;
  opacity: 0.9; }
  #cookie-policy-popup p {
    color: #e5e5e5;
    font-size: 12px;
    line-height: 15px;
    padding: 11px 12px 11px 12px;
    margin: 0px; }
  #cookie-policy-popup .close {
    color: #141414;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 13px;
    text-shadow: none; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #F93D66;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #EB713A;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #582b17;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.loader-section {
  position: fixed;
  height: 51%;
  width: 100%;
  left: 0;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  background: #030307; }

.loader-top {
  top: 0; }

.loaded .loader-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.loader-bottom {
  bottom: 0; }

.loaded .loader-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

#preloader {
  pointer-events: none; }

#preloader {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }
  #preloader img {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 148px;
    height: auto;
    z-index: 9999;
    margin: 0px; }

.loaded #preloader img {
  opacity: 0; }

#loader {
  border-top-color: #EB713A;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  opacity: 0.06; }
  #loader:after {
    border-top-color: #3b1173; }
  #loader:before {
    border-top-color: #7c1173; }

.activity {
  display: none; }

#follow-us {
  display: none; }

#mainnav > ul > li > a {
  text-transform: uppercase;
  font-weight: 700; }

.m-header {
  display: none; }

.close-times {
  padding: 19.5px 10px;
  margin-top: -3px;
  margin-right: -33px;
  background-color: #333; }
  .close-times i {
    color: white; }

.smart-table {
  border: 0px; }
  .smart-table .bg-grey th {
    background-color: #33333310;
    font-size: 18px;
    text-transform: uppercase; }
  .smart-table .fees {
    background-color: #F93D6610; }
    .smart-table .fees.head {
      background-color: #F93D6620; }
  .smart-table .deposit {
    background-color: #21525A15; }
    .smart-table .deposit.head {
      background-color: #21525A20; }
  .smart-table img {
    width: 100%;
    display: block;
    max-width: 100px; }
  .smart-table a {
    display: block; }
  .smart-table th, .smart-table tr {
    border: 0px !important; }
  .smart-table td {
    vertical-align: middle;
    border: 0px !important;
    font-size: 12px;
    text-align: center; }
    .smart-table td .t-label {
      display: none; }
  .smart-table thead th {
    background-color: #33333305;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 14px;
    text-transform: uppercase; }
  .smart-table tbody .fees {
    background-color: #F93D6610; }
  .smart-table tbody .deposit {
    background-color: #21525A15; }
  .smart-table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }
  .smart-table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }
