﻿.BgPhotoStyle {background-size:cover;-webkit-background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;display:block;}

.bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.loading {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #dc1a5b;
  color: var(--pink);
  background-color: rgba(255,255,255,.8)
}

.load .loading {
  display: block
}

.loading > .inner {
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.TourSideInformaion {
  padding: 0 !important;
  list-style: none;
  margin-top: 3px;
  margin-bottom: 0 !important;
}

.TourSideInformaion li {
  float: left;
}

.TourSideInformaion li:not(:first-child)::before {
  content: "•";
  color: inherit;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.bg-darkgradient {
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.0));
  background: -o-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.0));
  background: -moz-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.0));
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.0));
  background: -ms-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.0));
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
  -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
  -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

.text-yellow {
  color: rgba(255,205,0,1) !important;
}

.text-red {
  color: rgba(255,50,50,1) !important;
}

.text-grey {
  color: rgba(133,133,133,1) !important;
}

.font-s12 {
  font-size: 12px !important;
}

.font-s11 {
  font-size: 11px !important;
}

.text-INfiniteTHINKers {
  font-family: tahoma,Arial,"Arial Black", "Arial Bold", verdana, helvetica, sans-serif;
}

.text-darkblue {
  color: rgba(65,131,196,1) !important;
}

.border-yellow {
  border-color: rgba(255,205,0,1) !important;
}

.bg-yellow {
  background-color: rgba(255,205,0,1) !important;
}

.bg-red {
  background-color: rgba(255,70,70,1) !important;
}

.bg-blue {
  background-color: rgba(0,116,194,1) !important;
}

.bg-darkblue {
  background-color: rgba(39,108,176,1) !important;
}

.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-yellow {
  color: rgba(255,205,0,1) !important;
  border-color: rgba(255,205,0,1) !important;
}

.top-25 {
  top: 25% !important;
}

.card {
  overflow: hidden !important;
  cursor: pointer;
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}