@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url('/fonts/MuseoSansCyrl-100.eot'), url('/fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansCyrl-100.woff2') format('woff2'), url('/fonts/MuseoSansCyrl-100.woff') format('woff'), url('/fonts/MuseoSansCyrl-100.ttf') format('truetype'), url('/fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url('/fonts/MuseoSansCyrl-500.eot'), url('/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansCyrl-500.woff2') format('woff2'), url('/fonts/MuseoSansCyrl-500.woff') format('woff'), url('/fonts/MuseoSansCyrl-500.ttf') format('truetype'), url('/fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url('/fonts/MuseoSansCyrl-300.eot'), url('/fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansCyrl-300.woff2') format('woff2'), url('/fonts/MuseoSansCyrl-300.woff') format('woff'), url('/fonts/MuseoSansCyrl-300.ttf') format('truetype'), url('/fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url('wwwroot/fonts/MuseoSansCyrl-900.eot'), url('/fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansCyrl-900.woff2') format('woff2'), url('/fonts/MuseoSansCyrl-900.woff') format('woff'), url('/fonts/MuseoSansCyrl-900.ttf') format('truetype'), url('/fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight: bold;
  font-style: normal;
}
.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
i.outline {
  color: #0DAD91;
}
.modal-title {
  color: #620ea5 !important;
  text-align: center;
}
@media (max-width: 700px) {
  .dropdown-menu li a {
    color: white !important;
  }
}
.main-logo {
  margin: 20px auto;
  width: 200px;
  height: auto;
}
span.fa-stack {
  font-size: 16px;
  vertical-align: unset;
}
span.fa-stack > i {
  color: #0DAD91;
}
span.fa-stack > i.alt-fill {
  color: white;
}
p {
  font-family: 'Museo Sans Cyrl 100';
  color: white;
  font-size: 12px;
}
.admin-section p {
  color: black;
}
.admin-section p.text-danger {
  color: #FF0000;
}
h1 {
  color: #0DAD91;
  font-family: 'Museo Sans Cyrl 300';
}
h2 {
  color: #0DAD91;
  font-family: 'Museo Sans Cyrl 300';
}
h3 {
  color: #0DAD91;
  font-family: 'Museo Sans Cyrl 300';
}
h4 {
  color: #0DAD91;
  font-family: 'Museo Sans Cyrl 300';
}
.btn-pink {
  background-color: #e6007e;
  color: white;
  border-color: #e6007e;
}
.btn-pink:hover {
  background-color: white;
  color: #e6007e;
  border: solid 1px;
}
.btn-green {
  background-color: #0cad92;
  color: white;
  border-color: #0cad92;
}
.btn-green:hover {
  background-color: white;
  color: #0cad92;
  border: solid 1px;
}
.paginationContainer .pagination {
  margin: auto;
}
.paginationContainer .paginationCount p {
  color: #620ea5;
}
.paginationContainer li .btnPagination {
  padding: 6px 12px;
  margin-left: -2px;
  margin-right: -2px;
  background-color: white;
  border-color: #ddd;
  border-radius: 0px;
}
.paginationContainer li .btnPagination span {
  color: #620ea5;
}
.paginationContainer li .btnPagination:hover {
  background-color: #e6007e;
}
.paginationContainer li .btnPagination:hover span {
  color: white;
}
.paginationContainer li .paginationNumber {
  color: #620ea5;
  background-color: white;
  border-color: #ddd;
  margin-left: -1.5px;
  margin-right: -1.5px;
  padding: 6px 12px;
}
.paginationContainer li .paginationNumber:hover {
  color: white;
  background-color: #620ea5;
}
.paginationContainer li.active .paginationNumber {
  color: white;
  background-color: #620ea5;
  border-color: #620ea5;
}
.paginationContainer li.active .paginationNumber:hover {
  border-right-color: #620ea5 !important;
  color: #620ea5;
  background-color: white;
}
.paginationContainer .btnPagination.btn[disabled] {
  cursor: default;
}
.navbar {
  margin-bottom: 0px;
  font-family: 'Museo Sans Cyrl 300';
  font-size: 20px;
  text-transform: uppercase;
}
.navbar-default {
  background-color: #0DAD91;
  border: none;
  color: white;
}
#no-border a {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 2px white solid;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ccc;
}
.main-color-background {
  background-color: #0DAD91;
}
#meet-the-team {
  background-color: white;
}
.carousel {
  display: block !important;
}
.ns-jumbotron {
  background-size: 100% auto;
  background-size: cover !important;
  display: flex;
}
.ns-jumbotron img {
  max-width: 100%;
}
.ns-panel-title {
  background: rgba(187, 187, 187, 0.6);
  margin: 10px auto;
  display: inline-flex;
  padding: 5px;
  text-align: center;
  max-width: 750px;
  color: white !important;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .ns-panel-title {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .ns-panel-title {
    width: 100%;
  }
}
.ns-panel-title > h1 {
  color: white !important;
  font-family: 'Museo Sans Cyrl 900';
  margin: 0 auto !important;
}
.ns-panel-title > h2 {
  color: white;
}
@media (max-width: 690px) {
  #mobile-list {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ns-panel {
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  max-width: 750px;
  color: white;
}
@media (min-width: 660px) {
  .ns-panel {
    background: rgba(187, 187, 187, 0.6);
  }
}
.ns-panel > h1 {
  color: white;
}
.ns-panel > h2 {
  color: white;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
  }
  .checkboxLeft {
    width: 34px;
  }
}
@font-face {
  font-family: customFont;
  src: url("../fonts/MuseoSansCyrl_0.otf");
}
@font-face {
  font-family: customFont1;
  src: url("../fonts/MinionPro-Regular.otf");
}
button {
  border-radius: 0px !important;
}
body {
  padding: 0px;
  font-family: 'Museo Sans Cyrl 300';
}
h2,
h3,
h4 {
  font-family: 'Museo Sans Cyrl 300';
}
a {
  font-family: 'Museo Sans Cyrl 300';
}
p {
  font-family: 'Museo Sans Cyrl 300';
}
.main-purple-text {
  color: #620ea5 !important;
}
.main-green-text {
  color: #0cad92 !important;
}
.main-blue-text {
  color: #1c9bd8 !important;
}
.main-pink-text {
  color: #e6007e !important;
}
.main-purple-bg {
  background-color: #620ea5 !important;
}
.main-green-bg {
  background-color: #0cad92 !important;
}
.main-blue-bg {
  background-color: #1c9bd8 !important;
}
.main-pink-bg {
  background-color: #e6007e !important;
}
.top-div {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.btn {
  border-radius: 0px;
}
.btn-primary {
  background-color: #620ea5;
  border: #620ea5 1px solid;
  color: #fff;
}
.btn-info {
  background-color: #0cad92;
  border: #0cad92 1px solid;
}
.btn-info:hover {
  background-color: #fff;
  color: #0cad92;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
  background-color: #fff !important;
  color: #620ea5 !important;
}
.btn-alternative {
  background-color: white;
  border: white;
  color: #620ea5;
}
.btn-block-register {
  margin: 10px 0px;
  background-color: white !important;
  color: black;
  border-color: black;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.btn-block-register:hover {
  margin: 10px 0px;
  background-color: white !important;
  color: black !important;
  font-weight: bolder;
}
.btn-divider {
  border-top: none !important;
  color: #620ea5 !important;
  text-align: left !important;
}
.btn-divider:hover {
  color: #620ea5 !important;
}
.text-danger {
  color: #FF0000;
  font-weight: bold;
}
.add-info input.form-control {
  margin-top: 5px;
}
.carousel-inner img {
  display: block;
  object-fit: cover;
}
.carousel-inner .item,
.carousel-inner img {
  height: 600px !important;
}
@media (max-width: 660px) {
  .carousel-inner .item,
  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
  }
}
#news-carousel {
  background: rgba(187, 187, 187, 0.6);
}
@media (max-width: 660px) {
  #news-carousel {
    min-height: 380px !important;
  }
}
@media (max-width: 500px) {
  #news-carousel {
    min-height: 350px !important;
  }
}
nav {
  background-color: #620ea5;
  padding: 10px;
  color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}
nav a {
  color: white;
}
nav .burger-menu {
  display: none;
}
@media (max-width: 767px) {
  nav .burger-menu {
    display: block;
    float: right;
    font-size: 30px;
    margin-right: 5px;
  }
  nav .nav-items {
    display: -webkit-inline-box;
    padding: 0px !important;
  }
}
.disney-top {
  padding: 0px 50px 50px 50px;
  border: none;
  box-shadow: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,0cad92+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0cad92', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 767.98px) {
  .disney-top {
    padding: 0px 20px 20px 20px;
  }
}
.disney-top .modal-header {
  border: none;
}
.disney {
  background-color: white;
  border-radius: 10px;
}
#whatWeDoSubHeader:after {
  border-top: 80px solid #0099CC;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 45%;
  margin-left: -21px;
  width: 0;
  height: 0;
}
/*.navbar-nav {
    a{
        padding:0px 10px;
        margin: 10px 15px;
    }
}*/
.pull-bottom {
  position: absolute;
  bottom: 15px;
  width: 90%;
}
@media only screen and (max-width: 767.98px) {
  .pull-bottom {
    position: relative;
    margin-top: 10px;
    bottom: 0px;
  }
}
.social-media-icons-a {
  color: #0cad92;
}
.social-media-icons-a.basket {
  /*color: @mainblue;*/
  color: #e6007e;
}
.social-media-icons-a.basket.empty {
  color: #0cad92;
}
.social-media-icons-a:hover,
.social-media-icons-a:active,
.social-media-icons-a.basket:hover,
.social-media-icons-a.basket:active {
  text-decoration: none;
  color: #23527c;
}
.landing {
  border: 1px solid black;
}
.landing h1 {
  text-align: center;
}
.user-buttons-mobile {
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px 10px;
}
.user-buttons-mobile a {
  color: white;
  margin-right: 5px;
}
.social-media-icons-mobile {
  display: none;
}
#hr-mobile,
#mobile-only {
  display: none;
}
.icon {
  font-size: 30px !important;
  color: #620ea5;
}
.nav-icon {
  font-size: 30px !important;
}
.icon-col {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .user-buttons-mobile {
    display: block;
  }
  .user-buttons {
    display: none;
  }
  .social-media-icons {
    display: none;
  }
  .social-media-icons-mobile {
    display: block;
  }
  .social-media-icons-mobile a {
    color: white;
  }
  #mobile-only {
    display: block;
  }
  #hr-mobile {
    display: block;
  }
  .nav-icon {
    color: white;
  }
  .navbar-default .navbar-toggle {
    border: 2px solid white;
    padding: 5px 10px;
    border-radius: 3000px;
  }
  .navbar-collapse.in {
    overflow-y: hidden;
  }
  .footer {
    padding: 0px !important;
  }
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
}
.title-landing {
  margin: 5px;
}
.image-landing {
  height: 40vh;
  background-size: cover;
}
.contact-form {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
}
.index-container {
  margin: 3px;
}
.register-logo {
  border: none;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 20%;
  height: auto;
}
.register-form {
  border-left: 1px solid #0cad92;
  border-right: 1px solid #0cad92;
  min-height: 100vh;
}
.login-form {
  margin-top: 20px;
  background-color: #eee;
  padding: 20px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
}
.login-form .row {
  margin: 10px;
}
.login-form #buttons {
  display: inline-block;
}
.login-form .input-group {
  margin-bottom: 10px;
}
.register .register-logo {
  width: 200px;
  height: auto;
}
.register p {
  margin: 0;
}
.register .submit {
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 767.98px) {
  .register .container {
    margin-top: 5%;
  }
  .register .panelouter {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #ddd;
  }
  .register .disney-register {
    border: none;
    box-shadow: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #0cad92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0cad92', GradientType=0);
    width: 100% !important;
    position: absolute;
    left: 0;
    height: 100%;
  }
}
#detailsModal .control-label {
  text-align: right;
}
.admin {
  /*a {
        font-size: 12px;
        background-color: #eee;
        text-decoration: none;
        color: black;
        border: none;
        border-radius: 0px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }*/
}
.admin .list-group {
  padding: 0px;
}
.admin .list-group a {
  font-size: 12px;
  background-color: #eee;
  text-decoration: none;
  color: black;
  border: none;
  border-radius: 0px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.admin .nav-tabs a {
  font-size: 12px;
  background-color: #eee;
  text-decoration: none;
  color: black;
  border: none;
  border-radius: 0px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.admin .print-button {
  background-color: #0cad92;
  color: white;
  padding: 8px;
  font-size: 18px;
  border-radius: 30px;
  margin: 5px;
  border: none;
}
.admin .print-button:hover {
  background-color: #620ea5;
}
.admin .admin-header {
  border: 0px;
  font-size: 18px;
  text-align: center;
}
.admin .admin-dropdown {
  width: 100%;
}
.admin .nav-tabs {
  border: 0px !important;
}
.admin .nav-tabs .nav-item {
  cursor: pointer;
}
.admin .nav-list-tabs li a {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.admin .nav-list-tabs li a:hover {
  color: black;
  font-size: 12px;
  background-color: #f7f7f7 !important;
  border-bottom: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.admin .nav-list-tabs li .nav-list-tabs-active {
  color: black;
  font-size: 12px;
  background-color: #f7f7f7 !important;
  border-bottom: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.admin .nav-list-button {
  width: 100%;
}
.admin .nav-list-button li {
  width: 100%;
  padding-bottom: 10px;
  border: none;
}
.admin .nav-list-button li a:hover {
  color: white;
  background-color: #620ea5;
  border: 1px solid #620ea5;
}
.admin .nav-list-button li .nav-list-button-active {
  color: white;
  background-color: #620ea5;
  border: 1px solid #620ea5;
}
.admin .nav-bar-active {
  background-color: #620ea5;
  border: 1px solid #620ea5;
  color: white;
}
.admin .admin-list {
  padding: 0px !important;
  background-color: #f7f7f7;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 992px) {
  .admin .admin-list {
    min-height: 100vh;
  }
}
@media (max-width: 992px) {
  .admin #mobileHr {
    display: block;
  }
}
.admin #mobileHr {
  display: none;
}
.admin .admin-bar {
  margin: 10px;
}
.admin .image {
  width: 33%;
  display: inline-block;
}
.admin .controls {
  position: fixed;
  bottom: 5px;
  left: 5%;
  text-align: center;
}
.admin .admin-a a:hover {
  background-color: #620ea5;
  border: 1px solid #620ea5;
  color: white;
}
.admin .admin-a a:focus {
  background-color: #620ea5;
  border: 1px solid #620ea5;
  color: white;
}
.admin .order-form input {
  margin-bottom: 5px;
}
.admin .admin-section {
  background-color: #f7f7f7;
  padding: 20px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.admin .admin-section .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.admin .admin-section .col-md-2 {
  padding: 0px;
}
@media (max-width: 1006px) {
  .admin .admin-section {
    overflow-y: hidden;
  }
}
@media (max-width: 768px) {
  .admin .btnorders {
    width: 100%;
    margin-bottom: 10px;
  }
}
.admin li {
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-radius: 0px;
}
.admin select {
  display: block;
  width: 100%;
}
.admin .order-list h4 {
  display: inline-block;
  margin: 3px 20px 0 20px;
}
.admin .order-list:hover {
  background-color: #620ea5;
  cursor: pointer;
  color: white;
}
.admin .order-list:hover h4,
.admin .order-list:hover p,
.admin .order-list:hover i,
.admin .order-list:hover span {
  color: white;
}
.admin .input-group :not(.addChild, .adminFix) {
  width: 85%;
}
.admin .input-group .form-control,
.admin .input-group-btn {
  display: block;
}
.admin .list-group-item.active,
.admin .list-group-item.active:hover,
.admin .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.admin .list-group-item {
  margin-bottom: 5px;
}
.admin .col-sm-2 {
  padding-left: 0px;
}
.admin .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.admin .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.admin .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.admin hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.admin .paymentOverviews .resetFilters {
  background-color: #e6007e;
  color: white;
  border-color: #e6007e;
}
.admin .paymentOverviews .resetFilters:hover {
  background-color: white;
  color: #e6007e;
}
.admin .paymentOverviews .striped-table > tbody:nth-child(even) tr {
  background-color: #ffffff;
}
.admin .paymentOverviews .striped-table > tbody:nth-child(even) tr:hover {
  background-color: #e9e9e9;
}
.admin .paymentOverviews .striped-table > tbody:nth-child(odd) tr:hover {
  background-color: #e9e9e9;
}
.admin .paymentOverviews nav {
  background: #f9f9f9;
  margin-top: auto;
  margin-bottom: auto;
}
.admin .paymentOverviews #paymentStatusLabel,
.admin .paymentOverviews #orderStatusLbl {
  font-size: 14px;
}
.admin .paymentOverviews .inationCount p {
  color: black;
}
.admin .paymentOverviews .automargin-inheritpadding {
  margin: auto;
  padding: inherit;
}
.nav-bar-a a {
  font-size: 20px;
  letter-spacing: 5px;
}
@media (max-width: 1025px) {
  .nav-bar-a a {
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .nav-bar-a a {
    letter-spacing: 0px;
    font-size: 18px;
  }
}
.basket ul {
  width: 100%;
}
.table-buttons {
  width: 5%;
}
.client-list-textarea {
  width: 100%;
  height: 30px;
}
.admin-view {
  padding: 10px;
  margin-top: 5px;
}
.stickyButton {
  position: fixed;
  bottom: 5px;
  right: 10px;
}
.basket {
  margin-bottom: 20px;
}
.basket td {
  font-size: 18px;
}
.basket input {
  width: 50%;
  float: right;
}
.basket #activityName {
  font-weight: bold;
}
.basket h3,
.basket h4,
.basket p {
  color: black !important;
  margin: 0px 0px 5px 0px;
}
.basket .totals p {
  text-align: right;
}
.basket .edit:hover {
  color: green;
  cursor: pointer;
}
.basket .dealRow {
  background-color: lavender;
  text-align: right;
  font-weight: bold;
}
.faq-row {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.faq-row p,
.faq-row li {
  color: black !important;
  font-size: 14px;
}
.faq-row .panel-heading {
  background-color: white;
  border: none;
  border-bottom: 1px solid #ccc;
}
.faq-row .panel-default {
  border: none;
}
.advert {
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  background-color: white;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.advert h1 {
  font-size: 20px;
  color: #620ea5;
  text-align: left !important;
}
.advert p {
  font-size: 16px !important;
  color: black;
}
.advert .icon {
  color: #620ea5;
  font-size: 20px;
}
.advert .purple-hr {
  border-top: #620ea5 1px solid;
}
.faq-row li {
  color: black;
}
.faq .gen {
  background-color: #e97002 !important;
  border-bottom-color: #e97002 !important;
  color: white !important;
}
@media (min-width: 767px) {
  .faq .tabheading {
    display: none;
  }
}
.faq .nav-justified {
  width: 100% !important;
}
.faq .nav-justified a {
  margin-right: 10% !important;
  border-top-right-radius: 20px !important;
}
.faq .nav-justified .nav-item {
  display: table-cell;
  width: 1%;
}
@media (max-width: 767px) {
  .faq .nav-justified .nav-item span {
    display: none;
  }
}
.faq .holiday {
  background-color: #620ea5 !important;
  border-bottom-color: #620ea5 !important;
  color: white !important;
}
.faq .bday {
  background-color: #1c9bd8 !important;
  border-bottom-color: #1c9bd8 !important;
  color: white !important;
}
.faq .sat {
  background-color: #e6007e !important;
  border-bottom-color: #e6007e !important;
  color: white !important;
}
.faq .school {
  background-color: #0cad92 !important;
  border-bottom-color: #0cad92 !important;
  color: white !important;
}
.faq .onlineAcc {
  background-color: #999999 !important;
  border-bottom-color: #999 !important;
  color: white !important;
}
.faq a {
  cursor: pointer;
}
.faq a:hover,
.faq a:focus {
  text-decoration: none !important;
}
.faq a:hover h4,
.faq a:focus h4 {
  font-weight: bold !important;
}
.faq .panel-group h4 {
  color: white;
}
.faq .panel-group i {
  color: white;
}
.faq .panel-group li,
.faq .panel-group ul {
  color: black;
}
.faq .panel-group .panel-heading {
  background-color: transparent;
  border-bottom-color: white;
}
.faq .panel-group .panel {
  background-color: transparent;
}
.faq .panel-group .panel-body {
  background-color: white;
}
.row.testimonialItems {
  overflow-x: hidden;
  height: 100%;
}
.testimonialItems p {
  font-size: 18px;
}
.testimonialItems .testimonialText {
  font-size: 18px;
  color: white;
  font-style: italic;
}
.testimonialItems img {
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1168px) {
  .testimonialItems img {
    height: auto;
    width: auto;
  }
}
.testimonialItems h1 {
  color: white;
  font-family: 'Museo Sans Cyrl 900';
}
.testimonialItems .column {
  padding: 0px;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonialItems .mobile-push {
    margin-bottom: 20px;
    width: 100%;
  }
}
.initialAccountSetup .fa-plus-circle {
  color: black;
  font-size: 20px;
}
.initialAccountSetup .fa-plus-circle:hover {
  color: green;
  cursor: pointer;
  font-size: 22px;
}
.full-span-divider {
  margin: 0px -15px;
  margin-top: 40px;
}
.full-span-divider h1,
.full-span-divider h2,
.full-span-divider h3,
.full-span-divider p {
  color: white;
}
.full-span-divider a {
  color: white;
  text-decoration: underline;
}
.full-span-divider a:hover {
  color: #ccc;
}
.green-divider {
  height: 280px;
  background-color: #0cad92;
  margin: 20px 75px;
  border-radius: 10pX;
}
@media (max-width: 1000px) {
  .green-divider {
    display: none;
  }
}
.jobInfo {
  min-height: 75vh;
}
.jobInfo h1 {
  color: #610DA6;
}
.jobInfo p {
  font-size: 18px;
  color: black;
}
.whatWeDo .hiring-list li {
  font-size: 18px;
}
.whatWeDo p {
  color: black;
}
.whatWeDo .btn-primary {
  text-transform: uppercase;
}
.whatWeDo .ns-jumbotron {
  margin: 0px -15px;
  height: 600px;
  background-size: auto auto;
  background-size: cover !important;
}
.whatWeDo #birthdayparties {
  background: content-box url(/images/birthdayparties_wwd.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #saturdayStrikers {
  background: content-box url(/images/saturdaystrikers.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #schoolServices {
  background: content-box url(/images/SchoolServices.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #weAreHiring {
  background: content-box url(/images/werehiring_new.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #holidayActivities {
  background: content-box url(/images/HolidayActivities_new.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #birthday-parties {
  border: 1px solid grey !important;
  padding: 0px !important;
  -webkit-box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  border-radius: 0px;
}
.whatWeDo #birthday-parties h1 {
  background-color: white;
  border-bottom: 1px solid #0cad92 !important;
}
.whatWeDo #birthday-parties p {
  color: white;
}
@media (max-width: 767px) {
  .whatWeDo .mobile-image {
    background-size: 100% !important;
    background-repeat: no-repeat;
    height: 200px;
  }
}
.whatWeDo #birthday-parties:hover h1 {
  color: #620ea5;
}
.whatWeDo #contactUs {
  background: content-box url(/images/contactus.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #FAQ {
  background: content-box url(/images/FAQ.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #FAQ li {
  color: black !important;
}
.whatWeDo #tandcs {
  background: content-box url(/images/terms.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #about {
  background: content-box url(/images/about.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #ofsted {
  background: content-box url(/images/ofsted-banner.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #news {
  background: content-box url(/images/news-banner.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo #meetTeam {
  background: content-box url(/images/Meettheteam_new.PNG) no-repeat center center !important;
  background-size: cover !important;
}
.whatWeDo .price-title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.whatWeDo .tile-text-align {
  text-align: center;
}
.whatWeDo .thumbnail {
  background-color: #eee;
  transition: transform .2s;
}
.whatWeDo .thumbnail:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
  z-index: 999;
}
.whatWeDo .thumbnail:hover .btn-primary {
  color: #620ea5;
}
.whatWeDo .bookNowBtn {
  text-decoration: none;
  font-weight: bold;
  border-color: white;
  color: #f16145;
  display: block;
  width: 35%;
  margin: auto;
}
.whatWeDo #standard {
  margin-top: 15px;
}
.whatWeDo #standardPlay {
  background-color: #1c9bd8;
}
.whatWeDo #extended {
  background-color: #e6007e;
}
.whatWeDo #extendedPlay {
  background-color: #0cad92;
}
.whatWeDo #bday-parties-thumbs {
  background-color: white;
  margin-top: 0px;
}
.whatWeDo #bday-parties-thumbs .thumbnail {
  min-height: 550px;
}
.whatWeDo #bday-parties-thumbs .thumbnail:hover h1 {
  color: white;
}
.whatWeDo #white-text h2,
.whatWeDo #white-text li {
  color: white;
}
.whatWeDo #bday-parties-container {
  background-color: #e6007e;
}
.whatWeDo #bday-parties-container p {
  color: white;
}
.whatWeDo #bday-parties-container li {
  color: white;
}
.whatWeDo #bday-parties-container .circle p {
  color: #620ea5;
}
.whatWeDo #saturdayStrikersSlick {
  margin-top: 15px;
}
.whatWeDo #saturdayStrikersSlick .thumbnail {
  min-height: 675px;
}
.whatWeDo #sat-strikers {
  border: 1px solid grey !important;
  padding: 0px !important;
  -webkit-box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 10px 11px -4px rgba(0, 0, 0, 0.75);
  border-radius: 0px;
}
.whatWeDo #sat-strikers h1 {
  background-color: white;
  border-bottom: 1px solid #0cad92 !important;
}
.whatWeDo #sat-strikers p {
  color: white;
}
.whatWeDo .ss-promo-cards {
  width: 100%;
  min-height: 380px;
  border: 1px solid #620ea5;
  border-radius: 10px;
  display: inline-block;
  background: #620ea5;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.whatWeDo .ss-promo-cards h1 {
  color: white;
  font-size: 20px;
  padding: 20px 0px;
}
.whatWeDo .ss-promo-cards p {
  color: white;
}
.whatWeDo .ss-promo-cards .icon {
  color: white;
  font-size: 20px;
}
.whatWeDo .contact-us-info h4 {
  color: #620ea5;
}
.whatWeDo .contact-us-info .social-media-icons-a,
.whatWeDo .contact-us-info .social-media-icons-a.basket {
  color: #620ea5;
}
.whatWeDo .contact-us-info div {
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .whatWeDo .contact-us-info {
    margin-top: 50px;
  }
}
.whatWeDo .ns-card {
  background-color: #620ea5;
  margin-top: 20px;
  border: 1px solid white;
}
.whatWeDo .ns-card p,
.whatWeDo .ns-card ul,
.whatWeDo .ns-card li {
  color: white;
}
.whatWeDo .ns-card h2 {
  color: white;
  border-bottom: 1px solid white;
  border-width: 100%;
  text-align: center;
}
.whatWeDo .ns-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.whatWeDo #payment-savings {
  display: inline-flex;
  width: 100%;
}
.whatWeDo #payment-savings h1 {
  font-size: 26px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .whatWeDo #payment-savings {
    display: block;
  }
}
.whatWeDo #no-margin {
  margin-top: 0;
}
.whatWeDo #quote-block {
  margin: 0px -15px !important;
  padding-bottom: 0px;
}
.whatWeDo .quote {
  margin-top: 20px;
  overflow: auto;
  display: block;
  background-color: grey;
  padding: 25px;
  text-align: left;
  font-size: 13px;
  /*-webkit-box-shadow: 5px 6px 5px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 6px 5px -1px rgba(0,0,0,0.75);
        box-shadow: 5px 6px 5px -1px rgba(0,0,0,0.75);*/
  font-style: italic;
}
.whatWeDo .quote p {
  color: white;
  font-size: 24px;
}
.whatWeDo .quote .fa-quote-left {
  color: white;
  height: 50px;
  width: auto;
}
.whatWeDo .panel-title-text-first {
  font-family: 'Museo Sans Cyrl 500';
  color: #620ea5;
}
.whatWeDo #one {
  background-color: #620ea5;
  padding: 20px;
}
.whatWeDo #one p {
  color: white;
}
.whatWeDo #two {
  background-color: #e97002;
  padding: 20px;
}
.whatWeDo #two p {
  color: white;
  text-align: right;
}
.whatWeDo #three {
  background-color: #ce0d20;
  padding: 20px;
}
.whatWeDo #three p {
  color: white;
}
.whatWeDo #four {
  background-color: #ab43ff;
  padding: 20px;
}
.whatWeDo #four p {
  text-align: right;
  color: white;
}
.whatWeDo .flip-container {
  perspective: 1000px;
  width: 100%;
  min-height: 450px;
}
.whatWeDo .flip-container:hover .square,
.whatWeDo .flip-container:active .square {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
@media (max-width: 999px) {
  .whatWeDo .flip-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .whatWeDo .square {
    min-height: 600px !important;
  }
  .whatWeDo #mobile-container {
    margin: 0px;
    padding: 0px;
  }
  .whatWeDo #mobile-container h1 {
    font-size: 26px;
  }
  .whatWeDo #saturdayStrikersSlick .thumbnail {
    min-height: 100%;
  }
}
.whatWeDo .holiday-square {
  min-height: 500px !important;
}
.whatWeDo .holiday-square .square-header {
  top: 0;
  height: 0px;
  background-color: #fff !important;
}
.whatWeDo .holiday-square .square-header h3 {
  text-align: center;
  color: #1c9bd8 !important;
}
.whatWeDo .holiday-square .square-header h1 {
  background-color: #fff;
}
.whatWeDo .holiday-square .back {
  background-color: #620ea5 !important;
}
.whatWeDo .holiday-square .back li {
  color: white !important;
  font-size: 18px;
}
.whatWeDo .holiday-square #holiday-back {
  background-color: #0cad92 !important;
}
.whatWeDo .holiday-square .square-footer {
  align-self: flex-end;
  background-color: #00000080;
  width: 100%;
}
.whatWeDo .holiday-square .square-footer h3 {
  margin: 20px;
  color: white;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
}
.whatWeDo .holiday-square .square-footer p {
  color: white;
}
.whatWeDo .contactUsSquare {
  border: 1px solid black;
  padding: 10px;
  margin: 5px;
  min-height: 180px;
}
.whatWeDo .square {
  width: 100%;
  display: flex;
  min-height: 450px;
  border: 1px solid #ccc;
  background-size: cover !important;
  transition: 0.3s;
  transform-style: preserve-3d;
  position: relative;
  /* back, initially hidden pane */
}
.whatWeDo .square .front,
.whatWeDo .square .back {
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whatWeDo .square .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.whatWeDo .square .square-header {
  align-self: flex-end;
  background-color: #00000080;
  width: 100%;
}
.whatWeDo .square .square-header h3 {
  margin: 20px;
  color: white;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
}
.whatWeDo .square .square-header p {
  color: white;
}
@media (max-width: 767px) {
  .whatWeDo .square .square-header p {
    font-size: 16px;
  }
}
.whatWeDo .square .back {
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #0DAD91;
}
.whatWeDo #pink {
  background-color: #e6007e;
}
.whatWeDo #purple {
  background-color: #620ea5;
}
.whatWeDo #green {
  background-color: #0cad92;
}
.whatWeDo .about-us-circle {
  min-height: 400px !important;
  border: none !important;
}
.whatWeDo .about-us-circle p,
.whatWeDo .about-us-circle h1,
.whatWeDo .about-us-circle h2,
.whatWeDo .about-us-circle .icon {
  color: white !important;
}
.whatWeDo .about-us-circle h2 {
  font-size: 20px;
  margin-top: 0px;
}
.whatWeDo .about-us-circle p {
  font-size: 16px;
}
.whatWeDo .white-hr {
  border-top: white 1px solid;
}
.whatWeDo .circle {
  width: 100%;
  min-height: 380px;
  border: 1px solid #620ea5;
  border-radius: 10px;
  display: inline-block;
  background-color: white;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.whatWeDo .circle h1 {
  font-size: 20px;
  color: #620ea5;
  padding: 20px 0px;
}
.whatWeDo .circle p {
  color: black;
}
.whatWeDo .circle .icon {
  color: #620ea5;
  font-size: 20px;
}
.whatWeDo .circle .purple-hr {
  border-top: #620ea5 1px solid;
}
.whatWeDo #aaaec {
  background-color: #620ea5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.whatWeDo #pricing {
  background-color: #8b8b8b;
}
.whatWeDo #pricing h1,
.whatWeDo #pricing p,
.whatWeDo #pricing h2,
.whatWeDo #pricing h3 {
  color: white;
}
.whatWeDo #servicesOffered {
  background-color: white;
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .whatWeDo #servicesOffered .row {
    margin: 30px 10px;
  }
}
.whatWeDo #refer-faq {
  background-color: white;
}
.whatWeDo #refer-faq h2 {
  color: #620ea5;
  text-align: center;
  margin-bottom: 20px;
}
.whatWeDo #refer-faq a {
  color: #0cad92;
  text-decoration: none;
}
.whatWeDo #refer-faq a:hover {
  color: #097261;
}
.whatWeDo #next-steps {
  background-color: #0cad92;
}
.whatWeDo #next-steps h2,
.whatWeDo #next-steps p {
  color: white;
}
.whatWeDo #dafnewtlf {
  background-color: #0cad92;
}
.whatWeDo #dafnewtlf h2 {
  color: white;
  text-align: center;
}
.whatWeDo #dafnewtlf li {
  color: white;
  font-size: 18px;
}
.whatWeDo h1 {
  margin: 0px;
  font-family: 'Museo Sans Cyrl 900';
  text-align: center;
  padding: 20px 0px;
  color: #620ea5;
}
.whatWeDo p {
  font-size: 18px;
  word-wrap: break-word;
}
.whatWeDo .tandcsList .panel {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #620ea5;
  padding-bottom: 15px;
  border-radius: 0px;
}
.whatWeDo .tandcsList .panel-heading {
  background-color: #fff;
}
.whatWeDo .tandcsList h4 {
  color: #620ea5;
  font-size: 22px;
}
.whatWeDo .tandcsList h3 {
  color: #620ea5;
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500';
}
.whatWeDo .list-address h2,
.whatWeDo .list-address p {
  text-align: center;
}
.whatWeDo .list-contact {
  display: flex;
  margin-bottom: 20px;
}
.whatWeDo .list-contact p {
  display: flex;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .whatWeDo .list-contact span {
    display: contents;
  }
  .whatWeDo .list-contact div {
    display: inline-grid;
  }
}
.whatWeDo .list-contact div {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .whatWeDo .list-contact div {
    display: inherit;
  }
}
.btn-white {
  background-color: white !important;
  border-color: #620ea5 !important;
  color: #620ea5 !important;
}
.confirmation p {
  color: black;
  font-size: 14px;
}
.confirmation .alert {
  text-align: center;
}
.confirmation span {
  text-transform: uppercase;
  font-weight: bold;
}
.confirmation .btnGroup {
  text-align: center;
}
.slick-prev::before,
.slick-next::before {
  color: #620ea5 !important;
}
.meet-the-team-carousel {
  width: 75%;
  text-align: center;
  margin: auto;
  padding: 10px 0px;
  min-height: 100px;
}
.meet-the-team-carousel h2 {
  font-size: 22px;
  color: white;
}
.meet-the-team-carousel img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .meet-the-team-carousel {
    width: 95%;
  }
}
.view-client-form .form-control {
  border: none !important;
  background-color: transparent !important;
  border-radius: none !important;
  box-shadow: none !important;
  transition: none !important;
}
.footer-a a {
  color: white;
}
.footer h4 {
  color: white;
}
.footer ul {
  list-style: none;
  padding-left: 5px;
}
.footer i {
  color: white;
}
.footer a,
.footer li {
  color: white;
}
.footer .btn-default {
  color: black;
  border-radius: 0px;
}
.footer #mce-EMAIL {
  background-color: #0cad92;
  border-radius: 0px;
  color: white;
}
.footer #mce-EMAIL::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.footer #mce-EMAIL::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.footer #mce-EMAIL:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.footer #mce-EMAIL:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.footer #mc-embedded-subscribe {
  border-radius: 0px;
}
.footer .input-group-btn {
  padding-left: 2px;
}
.footer .mc-field-group .input-group {
  max-width: 450px;
}
.footer .row-spacing {
  margin-bottom: 10px;
}
footer p {
  margin: 10px;
}
footer a {
  color: white;
}
@media only screen and (min-width: 993px) {
  .weekWidth {
    width: 16%;
  }
}
#bookings_weekNavigation {
  color: #e6007e;
  font-size: 16px;
  border: none;
  background: white;
}
#bookings_weekNavigation:hover {
  color: #620ea5;
  transition-duration: 0.5s;
}
.booking-table table {
  margin-bottom: 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}
.booking-table table thead tr th a {
  color: #333;
}
.booking-table .pagination {
  margin: auto;
}
.booking-table .pagination li a {
  color: #620ea5;
}
.booking-table .pagination li a:hover {
  color: #620ea5;
}
.booking-table .pagination li.active a {
  color: #fff;
  background-color: #620ea5;
  border-color: #620ea5;
}
.booking-table nav {
  background: #f9f9f9;
  margin-top: auto;
  margin-bottom: auto;
}
.booking-table p {
  color: #333;
}
.booking-table .automargin-inheritpadding {
  margin: auto;
  padding: inherit;
}
@media only screen and (max-width: 470px) {
  .booking-table .pagination-nav {
    display: inline-block;
    width: 100%;
    padding: 10px !important;
  }
  .booking-table .pagination-nav div {
    text-align: center;
    float: none !important;
  }
  .booking-table .pagination-nav ul {
    display: block;
    text-align: center;
  }
  .booking-table .pagination-nav li {
    display: inline-block;
  }
}
.booking-venue-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.booking-venue-item > .row > .venue-image {
  padding-top: 10px;
  padding-bottom: 10px;
}
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 16%;
  position: relative;
  text-align: center;
  margin: 10px 10px !important;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.prog-active {
  color: #fff;
  cursor: pointer;
}
.progressbar li.prog-active:before {
  border-color: #0cad92;
  background-color: #0cad92;
}
.progressbar li.prog-active:after {
  background-color: #0cad92;
}
.progressbar li span {
  color: #000;
}
div.dateContainerTable {
  display: table;
  width: 100%;
}
div.dateContainerTable > .dateContainerRow {
  display: table-row;
  width: 100%;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell {
  display: table-cell;
  position: relative;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.imgCell {
  width: 10%;
  vertical-align: middle;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.infoContainerCell {
  width: 90%;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.Width100Percent {
  width: 100%;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.DateList {
  width: 50%;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.PricePerSession {
  width: 30%;
  vertical-align: bottom;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.TotalPrice {
  width: 20%;
  vertical-align: bottom;
  text-align: right;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.ActivityTimes {
  width: 50%;
}
div.dateContainerTable > .dateContainerRow > .dateContainerCell.AddActivity {
  width: 50%;
  text-align: right;
}
.resize-vertical {
  resize: vertical;
  min-height: 100px;
}
.resize-none {
  resize: none;
}
.booking-section h1,
.booking-section h2,
.booking-section h3,
.booking-section h4 {
  color: #620ea5;
}
.booking-section h1 {
  text-align: center;
}
.booking-section input {
  float: right;
}
.booking-section p {
  color: black;
}
.booking-section #alternate {
  padding: 5px;
  margin: 0px;
}
.booking-section #alternate:nth-child(odd) {
  background: #fff;
}
.booking-section #alternate:nth-child(even) {
  background: #eee;
}
.booking-section #allWeek {
  background-color: #8b8b8b;
  border: none;
  color: white;
}
.booking-section #allWeek th,
.booking-section #allWeek td {
  border-right: 1px solid white;
}
.booking-section #allWeek p {
  padding: 5px;
  margin: 0px;
  color: white;
}
.booking-section .allWeekIcon {
  color: white;
  border-color: white;
}
.booking-section #map {
  height: 350px;
  border: 2px solid #620ea5;
}
.booking-section .icon {
  color: #620ea5;
  font-size: 16px;
  padding: 5px;
}
.booking-section #searchPostCode {
  width: 100%;
}
.booking-section .postCodeSearch {
  border-radius: 0px !important;
  border: 2px solid #620ea5;
}
.booking-section .postCodeSearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  color: black;
}
.booking-section .postCodeSearch::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: black;
}
.booking-section .postCodeSearch:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  color: black;
}
.booking-section .postCodeSearch:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: black;
}
.booking-section .typePanel {
  border: 2px solid #620ea5;
  border-radius: 0px !important;
}
.booking-section .typePanel .panel-footer {
  background-color: white;
  border: none !important;
  text-align: center;
}
.booking-section .typePanel .panel-body {
  text-align: center;
}
.booking-section .typePanel .iconLarge {
  color: #620ea5;
  font-size: 75px;
  padding: 5px;
  text-align: center;
}
.booking-section .typePanel h4 {
  text-transform: uppercase;
  color: #0cad92;
}
.booking-section .typePanel .typeHeader {
  background-color: #620ea5;
  border-radius: 0px !important;
}
.booking-section .typePanel .typeHeader h1 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 10px;
}
.booking-section .unconfirmedDetails {
  background-color: #e6007e;
  color: white;
}
.booking-section .confirmedDetails {
  background-color: #0cad92;
  color: white;
}
.booking-section .full-col {
  background-color: #e6007e !important;
}
.booking-section .date-repeat {
  background-color: #620ea5;
  border: none;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
}
.booking-section .whatsOn-repeat {
  background-color: #ab43ff;
  text-align: center;
  color: white;
  font-weight: normal;
  border: none;
  padding: 3px;
}
.booking-section .whatsOn-repeat div {
  cursor: pointer;
}
.booking-section .whyNot {
  color: #e6007e !important;
  text-align: center;
  margin: 0 10px;
  font-weight: bold;
}
.booking-section .thumbnail:hover {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 999;
}
.booking-section .thumbnail:hover .btn-primary {
  color: white;
}
.booking-section .select-bottom {
  position: absolute;
  right: 17px;
  bottom: 22px;
  background-color: #620ea5;
  color: white;
}
.booking-section .select-bottom:hover {
  border-color: white !important;
}
.booking-section .totals-row {
  text-align: right;
}
.booking-section .totals-row p {
  text-align: right;
}
@media (max-width: 442px) {
  .booking-section .mobile-button-save {
    float: right !important;
    margin-top: 10px;
  }
}
.pull-absolute-right {
  position: absolute !important;
  right: 0 !important;
  margin-right: 15px !important;
}
.swal-footer {
  text-align: center;
}
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #620ea5;
  color: #fff;
}
.btn-primary:focus {
  background-color: #620ea5 !important;
  color: #fff !important;
}
.swal-button--confirm {
  background-color: #620ea5;
  color: #fff;
}
.whatWeDo .btn-primary.meetBtn,
.btn-primary.ordersBtn {
  background-color: #620ea5;
  border: #620ea5 1px solid;
  color: #fff;
  text-transform: uppercase;
}
.whatWeDo #faqBtnWrapper {
  align-items: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .whatWeDo #faqBtnWrapper .right {
    float: right !important;
  }
  .whatWeDo #faqBtnWrapper button {
    margin: 0 2.5px;
  }
}
@media (max-width: 500px) {
  .whatWeDo #faqBtnWrapper a {
    display: grid;
  }
  .whatWeDo #faqBtnWrapper button {
    margin: auto;
  }
}
.whatWeDo #faqBtnWrapper button {
  margin-top: 5px;
  width: 200px;
}
.whatWeDo .picture .afterSchool {
  background: content-box url(/images/afterschoolsport.PNG) no-repeat center center;
}
.whatWeDo .picture .ppa {
  background: content-box url(/images/IMG_1689.PNG) no-repeat center center;
}
.whatWeDo .picture .insetDays {
  background: content-box url(/images/241.PNG) no-repeat center center;
}
.whatWeDo .picture .sportsDays {
  background: content-box url(/images/IMG_4056.PNG) no-repeat center center;
}
.whatWeDo .picture .lunchTime {
  background: content-box url(/images/lunchtime.PNG) no-repeat center center;
}
.whatWeDo .picture .sportTeam {
  background: content-box url(/images/IMG_3443.PNG) no-repeat center center;
}
.whatWeDo .picture .dailyMile {
  background: content-box url(/images/Athletics_5.PNG) no-repeat center center;
}
.whatWeDo .picture .activePlaygrounds {
  background: content-box url(/images/IMG_4113.PNG) no-repeat center center;
}
.whatWeDo .picture .nsstars {
  background: content-box url(/images/nsstars-image.PNG) no-repeat center center;
}
.whatWeDo .picture .nsstrikers {
  background: content-box url(/images/nsstrikers-image.PNG) no-repeat center center;
}
.slider-for {
  width: 75%;
  text-align: center;
  margin: auto;
  padding: 10px 0px;
  min-height: 100px;
}
.mtt .slick-slide {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .5;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.mtt .slick-slide.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.viewDetails {
  background-color: lavender;
  cursor: pointer;
}
.viewDetails .icon {
  color: gray;
  font-size: 22px !important;
  padding: 0px !important;
}
.viewDetails:hover {
  font-weight: bold;
}
.viewDetails:hover .icon {
  color: black;
}
.trashcan:hover {
  color: red;
  cursor: pointer;
}
.absolute {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 10px;
  display: inline-flex;
  color: #0cad92;
  border-top-right-radius: 4px;
  z-index: 999;
}
.absolute h4 {
  color: #0cad92;
}
.absolute .icon {
  margin-top: 5px;
  color: #0cad92;
}
@media only screen and (max-width: 765px) {
  .absolute {
    background-color: #620ea5 !important;
  }
  .absolute h4 {
    color: #fff;
  }
  .absolute .icon {
    margin-top: 5px;
    color: #fff;
  }
}
.transparent-bg {
  background-color: transparent !important;
}
.transparent-bg:hover {
  background-color: transparent !important;
}
.show {
  visibility: visible;
}
.vishidden {
  visibility: hidden;
}
.addBooking {
  float: right;
  background-color: transparent;
  color: #620ea5;
  border: 1px solid transparent;
  border-color: #620ea5;
  border-radius: 30px;
}
@media (max-width: 508px) {
  #submit-reg {
    text-align: center;
  }
  #submit-reg .btn-lg {
    float: none !important;
    margin-top: 10px;
  }
}
.addBooking:hover {
  border-color: #620ea5;
}
#red {
  color: black;
}
.selected,
.selected:focus {
  text-decoration: none;
  background-color: #0cad92 !important;
  border: #0cad92 solid 1px;
}
._nav-bar {
  font-size: 16px;
}
._nav-bar #floatingBookings {
  top: 7.5%;
  right: 25%;
  position: absolute;
  z-index: 10;
}
._nav-bar #bookingLink {
  text-decoration: none;
  transition-duration: 1.5s;
  color: #620ea5;
}
._nav-bar #bookingLink h4 {
  color: #620ea5 !important;
  font-weight: bold;
}
._nav-bar #bookingLink:hover {
  text-decoration: none;
  color: #0cad92 !important;
}
._nav-bar #bookingLink:hover h4 {
  color: #0cad92 !important;
}
@media (max-width: 768px) {
  ._nav-bar #floatingBookings {
    right: 5%;
    top: 3%;
  }
}
._nav-bar .ticket-hover:hover {
  -webkit-animation: spin 2s 1 linear;
  -moz-animation: spin 2s 1 linear;
  -o-animation: spin 2s 1 linear;
  animation: spin 2s 1 linear;
}
._nav-bar .naviconcont {
  padding: 0 10px;
  left: 39%;
  margin-left: -30px;
  position: relative;
  top: -5px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -moz-border-radius: 600px;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-border-radius: 600px;
  -webkit-transition: all 1s ease;
}
._nav-bar .navicon {
  border-radius: 600px;
  display: inline-block;
  height: 35px;
  transition: all 1s ease;
  width: 35px;
  -moz-border-radius: 600px;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-border-radius: 600px;
  -webkit-transition: all 1s ease;
}
._nav-bar .navtitle {
  display: block;
  font-size: 20px;
  height: 30px;
  margin-top: 10px;
  transition: all 1s ease;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
@media (max-width: 400px) {
  ._nav-bar .navicon svg {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
  }
  ._nav-bar .navtitle {
    font-size: 10px;
  }
}
.list-button {
  margin-bottom: 10px;
}
.list-button button {
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border: none;
  border-left: 1px solid #ddd;
}
.list-button button:hover,
.list-button button:active {
  border: 1px solid #ddd;
}
.payment-method .active p {
  color: white !important;
}
.refundedPayment {
  background: lightskyblue;
}
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.paymentValues {
  color: black;
  margin-top: 5px;
  margin-bottom: 0px;
}
.paymentValues hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid black;
  width: 25%;
}
.paymentValues p {
  font-size: 16px;
  color: black;
}
.resume {
  width: 100%;
  text-align: center;
  margin-right: auto;
  padding: 5px;
  background-color: #620ea5;
  border: 1px solid #620ea5;
  z-index: 999px;
}
.resume h4,
.resume h3 {
  color: #fff !important;
  margin: 10px 0px;
}
.resume .btn-default {
  color: #620ea5;
  border: 1px solid #620ea5;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  #activitySelectTable {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #activitySelectTable table,
  #activitySelectTable thead,
  #activitySelectTable tbody,
  #activitySelectTable th,
  #activitySelectTable td,
  #activitySelectTable tr {
    display: block;
  }
  #activitySelectTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #activitySelectTable tr {
    border: 1px solid #ccc;
  }
  #activitySelectTable hr {
    display: none !important;
  }
  #activitySelectTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  #activitySelectTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
p#mobile-dates {
  display: none;
}
@media only screen and (max-width: 992px) {
  p#mobile-dates {
    TEXT-ALIGN: center;
    font-size: 16px;
    font-weight: bold;
    display: inline;
  }
}
.checkout .list-button button {
  width: 176px;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .checkout .list-button button {
    width: auto;
  }
}
.checkout .list-button button:focus {
  border: 1px solid #0cad92;
  background-color: #0cad92 !important;
}
.checkout .list-button button:hover {
  color: #620ea5 !important;
  background-color: #fff !important;
  border: 1px solid #620ea5 !important;
}
.checkout .list-button.list-group-item.active {
  background-color: #0cad92 !important;
  border-color: #0cad92 !important;
}
.checkout .selectedPayment {
  background-color: #0cad92;
  border: 1px solid #0cad92;
}
@media only screen and (max-width: 550px) {
  .mobile-row {
    padding: 0px;
  }
}
.money-total {
  text-align: right;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .money-total {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 501px) {
  #accounts .menuexpand {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #accounts .admin-list {
    display: none;
  }
  #accounts .menuexpand li,
  #accounts .menuexpand li a {
    background-color: #0DAD91 !important;
    border-bottom-style: none;
    width: 98%;
  }
  #accounts .menucontent {
    margin-left: 5%;
  }
  #accounts .btnitem {
    background-color: #0DAD91;
    color: #fff;
    border: none;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #child-select-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        Label the data
        */
  }
  #child-select-table table,
  #child-select-table thead,
  #child-select-table tbody,
  #child-select-table th,
  #child-select-table td,
  #child-select-table tr {
    display: block;
  }
  #child-select-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #child-select-table tr {
    border: 1px solid #ccc;
  }
  #child-select-table td.fullWidth {
    padding: 8px !important;
  }
  #child-select-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  #child-select-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #child-select-table td:nth-of-type(1):before {
    content: "Child Name";
  }
  #child-select-table td:nth-of-type(2):before {
    content: "Date of Birth";
  }
  #child-select-table td:nth-of-type(3):before {
    content: "Confirm Child Details";
  }
  #child-select-table td:nth-of-type(4):before {
    content: "Review Child Details";
  }
}
@media only screen and (max-width: 768px) {
  .orderTable {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        Label the data
        */
  }
  .orderTable table,
  .orderTable thead,
  .orderTable tbody,
  .orderTable th,
  .orderTable td,
  .orderTable tr {
    display: block;
  }
  .orderTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .orderTable tr {
    border: 1px solid #ccc;
  }
  .orderTable td.fullWidth {
    padding: 8px !important;
  }
  .orderTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  .orderTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .orderTable td:nth-of-type(1):before {
    content: "Child Name";
  }
  .orderTable td.fullWidth:nth-of-type(1):before {
    content: "";
  }
  .orderTable td:nth-of-type(2):before {
    content: "Event Name";
  }
  .orderTable td:nth-of-type(3):before {
    content: "School";
  }
  .orderTable td:nth-of-type(4):before {
    content: "";
  }
  .orderTable td:nth-of-type(5):before {
    content: "";
  }
}
@media only screen and (max-width: 500px) {
  #basketTable {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        Label the data
        */
  }
  #basketTable table,
  #basketTable thead,
  #basketTable tbody,
  #basketTable th,
  #basketTable td,
  #basketTable tr {
    display: block;
  }
  #basketTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #basketTable tr {
    border: 1px solid #ccc;
  }
  #basketTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #basketTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #basketTable td:nth-of-type(1):before {
    content: "Date";
  }
  #basketTable td:nth-of-type(2):before {
    content: "Child";
  }
  #basketTable td:nth-of-type(3):before {
    content: "Venue";
  }
  #basketTable td:nth-of-type(4):before {
    content: "Activity";
  }
  #basketTable td:nth-of-type(5):before {
    content: "Course";
  }
  #basketTable td:nth-of-type(6):before {
    content: "Price";
  }
  #basketTable td:nth-of-type(7):before {
    content: "Delete";
  }
  #basketTable #discount::before {
    content: "";
  }
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #620ea5 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fff !important ;
  background: #e9e9e9 !important;
  color: #000 !important;
}
.top-left {
  position: absolute;
  left: 0;
  top: 5px;
}
/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}
.ui-datepicker-calendar td {
  border: 1px solid transparent;
}
/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}
.addLabel {
  float: right;
  padding-top: 7px;
}
.btn-white.addAnother {
  border-color: transparent !important;
  background-color: transparent !important;
}
.trashFix {
  display: table-cell !important;
}
.adminTable .addBooking {
  float: left;
  background-color: white;
  color: #000;
  border: 1px solid black;
  border-color: black;
  border-radius: 30px;
  margin-right: 5px;
}
.adminTable .addBooking:disabled {
  cursor: not-allowed;
  background-color: #e1e0e0;
}
.width100 {
  width: 100%;
}
.marginLeftRight20 {
  margin: 0 20px;
}
.marginTop3 {
  margin-top: 3px;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #620ea5, #620ea5) !important;
  background-image: -ms-linear-gradient(to bottom, #620ea5, #620ea5) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#620ea5), to(#620ea5)) !important;
  background-image: -webkit-linear-gradient(to bottom, #620ea5, #620ea5) !important;
  background-image: -o-linear-gradient(to bottom, #620ea5, #620ea5) !important;
  background-image: linear-gradient(to bottom, #620ea5, #620ea5) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainpurple', endColorstr='@mainpurple', GradientType=0) !important;
  border-color: #620ea5 !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.datepicker td,
.datepicker th {
  border-radius: 0px !important;
}
.hiringSummary {
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 400px;
}
.hideOverflowText {
  overflow: hidden;
  text-overflow: ellipsis;
}
.whatWeDo p.whiteText {
  color: #fff;
}
/* IE 10 + god bless whoever has had to develop on this */
.social-media-icons,
.user-buttons {
  top: 125px;
}
.social-media-icons {
  float: left;
  left: 5px;
}
*::-ms-backdrop,
[data-aos^=fade][data-aos^=fade],
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
}
.btn-nspurple,
.btn-nspurple:focus,
.btn-nspurple:visited {
  background-color: #620ea5;
  color: #fff;
  border: #620ea5 1px solid;
}
.btn-nspurple:hover,
.btn-nspurple:active {
  background-color: #fff;
  color: #620ea5;
}
.btn-nsgreen {
  background-color: #0DAD91;
  color: #fff;
  border: #0DAD91 1px solid;
}
.btn-nsgreen:hover {
  background-color: #fff;
  color: #0DAD91;
}
.btn-nspink {
  background-color: #e6007e;
  color: #fff;
  border: #e6007e 1px solid;
}
.btn-nspink:hover {
  background-color: #fff;
  color: #e6007e;
}
.logout-button {
  height: 39px;
  background-color: white;
  border: none;
}
.logout-button:focus,
.logout-button:hover {
  outline: 0 !important;
}
@media (min-width: 768px) {
  .logout-button:focus,
  .logout-button:hover {
    color: #e6007e;
  }
}
#top {
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #top {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #places-ipad {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ipad {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .non-ipad {
    display: none;
  }
}
.remove-margin-form-group .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.btn-danger {
  min-width: 40px;
}
.child-ios-btn .btn-danger,
.child-ios-btn .btn-success {
  width: 40px;
  height: auto;
}
.bank-hol-icon {
  text-align: center;
  font-size: 26px;
}
.bank-hol-icon p {
  color: orangered;
}
#bnkhol {
  color: darkorange;
}
#deadDay {
  color: red;
}
@media only screen and (max-width: 768px) {
  .alignRight-sm-md-lg {
    text-align: right!important;
  }
}
@media only screen and (max-width: 992px) {
  .alignRight-md-lg {
    text-align: right !important;
  }
}
.order-summary {
  color: #0cad92;
}
.order-summary:hover {
  color: white;
}
.med-qs {
  font-weight: normal !important;
}
.swal-title {
  color: #620ea5;
  font-weight: bold;
}
#success-modal p {
  color: black;
  font-size: 16px;
}
#success-modal h2,
#success-modal h3 {
  font-size: 26px;
}
#success-modal .success-icon {
  color: #24c74f;
  text-align: center;
  font-size: 70px;
}
#success-modal h2 {
  text-align: center;
}
#success-modal h4 {
  font-size: 22px;
}
.holding-page h1,
.holding-page h2,
.holding-page h4,
.holding-page p {
  color: black;
  font-size: 18px;
}
.holding-page p {
  text-align: center;
}
.holding-page h3 {
  font-size: 24px;
  color: #0cad92;
  text-align: center;
}
.paymentsRow .input-group {
  width: 100% !important;
}
.paymentsRow .input-group-addon {
  width: 150px !important;
}
.paymentsRow .input-group .form-control {
  width: 100% !important;
}
.dayHeader {
  color: white !important;
  margin: 10px 0;
}
.card {
  -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}
.card .cardBody {
  padding: 0 15px 15px 15px;
}
.card .cardHeader {
  padding: 1% 0%;
  background-color: #620ea5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card .cardFooter {
  padding: 0% 15px;
  height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
}
.card h1 {
  text-align: center;
  margin-top: 10px;
  color: white;
}
.evenRow {
  background-color: #f9f9f9 !important;
}
.active-insetday {
  background-color: lavender !important;
}
.cursorPointer {
  cursor: pointer;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #620ea5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #620ea5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faqdesc-container p {
  color: black;
  margin-top: 20px;
  font-size: 18px;
}
.whatToBringPara p {
  color: white;
}
.news-panel .panel {
  margin: 4%;
  background-color: #620ea5;
  color: white;
}
.news-panel .panel h1 {
  padding: 0px;
  text-align: left;
  color: white;
  font-size: 24px;
}
.news-panel .panel h4 {
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
}
.news-panel .panel p {
  color: white;
  font-size: 16px;
}
.news-panel .panel .panel-heading {
  border: none;
  background-color: #620ea5;
}
.news-panel .panel .tweet {
  border-bottom: 1px solid white;
}
.fb-feed .date-circle {
  background-color: #1c9bd8;
  padding: 1%;
  position: absolute;
  border-radius: 999px;
  top: -20px;
  right: -20px;
  color: white;
  font-weight: bolder;
}
.fb-feed .date-circle p {
  margin: 0px;
}
.fb-feed .panel {
  margin: 2%;
  background-color: transparent !important;
  color: black;
  border: 1px solid black;
  position: relative;
}
.fb-feed .panel-body .badge {
  font-size: 18px;
  background-color: #0cad92;
  padding: 6px 12px;
}
.fb-feed .panel-body .i {
  margin: 0px 3px 0px 3px;
}
.fb-feed .panel-heading {
  border: none;
  background-color: transparent;
  padding-bottom: 10px;
  padding: 0px;
}
.fb-feed h1 {
  color: #1c9bd8;
}
.fb-feed p {
  color: black !important;
}
.fb-feed img {
  width: 100%;
  height: auto;
}
.fb-feed .card-body {
  padding: 2%;
}
.whatsOnHeader {
  font-weight: bold;
  text-align: right;
  padding: 3px 15px;
}
@media screen and (max-width: 991px) {
  .whatsOnHeader {
    text-align: left;
  }
}
.null-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
}
.form-control-static {
  font-size: 14px;
}
