/* blue */
/* black */
/* url(images/bg.jpg) no-repeat center center fixed; */
h1, h2 {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}

h3 {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  text-transform: none;
  margin-top: 0;
}

.month-stat h3, .invite-stat h3 {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
}

h4 {
  font-weight: bold;
}

ul.side-nav {
  display: block;
  /*border: 1px solid #ccc;*/
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.navbar-brand img {
  width: 198px;
}

ul.side-nav li a {
  text-transform: uppercase;
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  color: #444444;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, white, #d8d8d8);
  background-image: -moz-linear-gradient(top, white, #d8d8d8);
  background-image: -o-linear-gradient(top, white, #d8d8d8);
  background-image: -ms-linear-gradient(top, white, #d8d8d8);
  background-image: linear-gradient(top, white, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#d8d8d8');
  font-weight: bold;
}

ul.side-nav .glyphicon {
  margin: 0;
  padding: 0 20px 0 0;
}

ul.nav-pills li:first-child a {
  padding-left: 0;
}

ul.nav-pills {
  margin-bottom: 20px;
}

.float-img {
  float: right;
  max-width: 270px;
  margin: 0 0 20px 20px;
}

.checkbox-button-inline {
  margin: 5px 20px 0 0;
}

input[type='checkbox'] {
  margin: 0 10px 0 0;
}

.radio-button-inline {
  margin: 5px 20px 0 0;
}

input[type='radio'] {
  margin: 0 10px 0 0;
}

a.active {
  font-weight: bold;
  color: #9bc7ea !important;
}

/* ---------- NAV ---------- */
aside {
  overflow: auto;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside.col-right {
  padding-left: 0;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb > .active {
  font-weight: bold;
  font-size: 14.5px;
}

.search-results-table {
  clear: both;
}

.navbar .container {
  text-transform: uppercase;
}

.event-search {
  margin-left: 100px;
}

body.stadium-bg {
  background: url(../images/stadium-bg.jpg) center top no-repeat;
}

.box h3 {
  text-transform: none;
  text-align: left;
  font-size: 24px;
}

.box img {
  margin: 5px 0 10px 0;
  height: 140px;
}

body.admin .navbar .container {
  width: 100%;
  padding: 0 20px;
}

.navbar-brand {
  padding: 0;
  /*margin-left: -80px!important;*/
  position: relative;
  float: left;
  /*height: 85px;*/
  width: 198px;
  z-index: 1000;
}

a.navbar-brand:hover {
  background: none !important;
}

.navbar-default {
  background-color: #ddd !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00285e), to(#00285e));
  background-image: -webkit-linear-gradient(top, #00285e, #00285e);
  background-image: -moz-linear-gradient(top, #00285e, #00285e);
  background-image: -o-linear-gradient(top, #00285e, #00285e);
  background-image: -ms-linear-gradient(top, #00285e, #00285e);
  background-image: linear-gradient(top, #00285e, #00285e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000', EndColorStr='#000');
  border-bottom: 0px solid #eaeaea;
  border-radius: 0px;
  border: 0px !important;
}

.nav-account {
  float: right;
}

.searchbar {
  width: 80%;
  float: left;
}

.logout-roles {
  width: 20%;
  float: right;
}

.web-right {
  float: right;
}

.logout {
  background-color: #000;
}

.next-cust {
  background-color: #003467;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #2c2c2c;
  border: 0 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-right: 1px solid #ddd;
}

.navbar-default .navbar-nav > li > a {
  border-right: 0px solid whitesmoke;
  color: #fff!important;
  font-weight: bold;
  font-size: 9.9px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #00285e;
}

.navbar-default .navbar-nav li a:hover {
  background: transparent !important;
  color: #ddd;
}

.navbar-default .navbar-nav li a.active {
  /*background: #f4bc46 !important;*/
  color: #ddd !important;
}

.navbar-default .navbar-nav .login-nav a:hover {
  background: #f4bc46 !important;
  color: #9bc7ea;
}

.navbar-default .pull-right {
  border-left: 1px solid #ddd;
}

.basket-mini {
  border-left: 0 !important;
}

.basket-mini .glyphicon {
  color: #fff !important;
}

.navbar-default .glyphicon {
  margin-right: 10px;
  /*color: #004890;*/
}

.dropdown .caret {
  color: #fff !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}

.navbar-default .caret {
  margin-left: 10px;
  color: #9bc7ea !important;
  border-top-color: #9bc7ea !important;
  border-bottom-color: #9bc7ea !important;
}

.navbar-default .caret:hover {
  margin-left: 10px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-collapse {
  padding: 0;
}

.nav-pills li {
  margin-right: 5px;
  margin-bottom: 20px;
}

/* ---------- END OF NAV ----------- */
.system-title {
  font-size: 15px;
  display: inline-block;
  margin: 20px 0 13px 165px;
  font-weight: 600;
  display: none;
}

table.extras img {
  width: 100px;
}

table.extras td:first-child {
  width: 110px;
}

.address-label {
  width: 31%;
  display: inline-block;
}
@media (max-width: 991px) {
  .address-label {
    width: 24%;
  }
}

.age {
  width: 30%;
  float: left;
  margin-right: 2px;
}

.to {
  width: 50px;
  float: left;
  margin-right: 2px;
  text-align: center;
}

.emergency {
  width: 48%;
  display: block;
  float: left;
  margin-right: 1%;
}

.modal-sm {
  max-width: 380px !important;
  width: 100%;
}

.promo {
  color: #9bc7ea;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.parent {
  width: 40%;
  display: block;
  float: left;
  margin-right: 1%;
}

.or {
  width: 10%;
  display: block;
  float: left;
  text-align: center;
}

.btn.btn-action.btn-center {
  width: 125px;
  margin: 0 auto;
  display: block;
}

.social-img {
  float: right;
  margin-top: 5px;
}

.social-img img {
  width: 240px;
  margin-top: 5px;
}

.testimonial-card .card-block, .testimonial-carousel {
  text-align: center;
}

.card.testimonial-card {
  padding: 10px;
  background: white;
}

.section.box.hlist {
  margin: 50px 0 5px;
}

.sponsors-wrap {
  padding-top: 50px;
}

.fa.fa-quote-left {
  color: card-quote;
}

.fa.fa-quote-right {
  color: card-quote;
}

.gallery {
  text-align: center;
}

.gallery .gallery-block {
  margin-bottom: 1.5rem;
  padding: 0;
}

.gallery-item {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.gallery-item figure {
  position: relative;
  overflow: hidden;
  background: rgba(11, 12, 14, 0.3);
  text-align: center;
  height: 18rem;
}

.gallery-item figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
}

.gallery-item figure.hover-effect img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.gallery-item figure.hover-effect figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 100;
}

.gallery-item figure.hover-effect figcaption .details-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  padding-bottom: 1.5rem;
}

.gallery-item figure.hover-effect figcaption .details-container .details-title {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.gallery-item figure.hover-effect a {
  color: #fff;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  opacity: 0;
  z-index: 30;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.gallery-item figure.hover-effect:hover a {
  color: #fefefe;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-item figure.hover-effect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B0C0E;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.gallery-item figure.hover-effect:hover:before {
  opacity: 0.6;
  z-index: 5;
}

.mfp-fade-gallery .mfp-image-holder .mfp-close {
  color: #FFCC33;
}

.mfp-title, .mfp-counter {
  color: #FFCC33;
}

/* Overlay at Start */
.mfp-fade-gallery.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Overlay Animate in */
.mfp-fade-gallery.mfp-bg.mfp-ready {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Overlay Animate out */
.mfp-fade-gallery.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Content at Start */
.mfp-fade-gallery.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Content Animate it */
.mfp-fade-gallery.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* Content Animate out */
.mfp-fade-gallery.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.col-md-12.block.gallery {
  padding: 10px 0;
}

.image-right > img {
  margin-right: -15px;
  margin-left: -15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 376px;
}

.text-side-left {
  margin-top: 8%;
  margin-bottom: 3%;
}

.image-right {
  overflow: hidden;
}

.thumbnail {
  margin-bottom: 0px;
}

.title-left > h3 {
  text-align: left !important;
}

.card.testimonial-card.border-colors {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.top-section {
  margin-top: 0 !important;
}

.course-title > h5 {
  padding-top: 9px;
  padding-left: 15px;
  margin-top: -8px;
  font-weight: bold;
}

.course-title {
  background: #E4E4E4;
  height: 36px;
  margin-bottom: 5px;
}

.navbar {
  min-height: 28px;
}

.what-we-do-btn {
  margin-top: 25px;
}

.sz-wrapper-contain {
  max-width: 985px;
  padding-left: 15px !important;
}

.sz_image_001_trig_btn > a:nth-child(1) {
  left: 0px !important;
}

.card-block > h6 {
  color: #909090;
  font-size: 14px;
}

.carousel-indicators {
  display: none;
}

.flip-color {
  background: whitesmoke !important;
}

.title-right {
  text-align: left;
  padding-left: 15px;
}

.social-icons {
  float: right;
  margin-top: 5px;
  font-size: 23px;
}

.fa-facebook-square {
  color: #3B5998;
  margin: 0 2px;
}

.fa-twitter-square {
  color: #55ACEE;
  margin: 0 2px;
}

.fa-google-plus-square {
  color: #DD4B39;
  margin: 0 2px;
}

.fa-youtube-square {
  color: #D64A4A;
  margin: 0 0 0 2px;
}

.fa-instagram {
  color: #3F729B;
  margin: 0 2px;
}

table {
  background-color: transparent !important;
}

@media screen and (max-width: 36em) {
  .social-img {
    display: none;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-brand {
    padding: 0;
    margin-left: 10px !important;
    position: absolute;
    float: left;
    /*height: 100px;*/
    width: 80px;
    z-index: 1000;
  }

  /*.system-title {
    float: right;
    margin-right: 15px;
        font-size: 11px!important;
  }*/
  button.side-menu-link {
    margin: 8px 0 8px 30px !important;
  }

  /*h1 {display: none;
    
  }*/
}
@media screen and (max-width: 1142px) {
  .navbar-brand {
    margin-left: 0px !important;
    position: relative;
  }

  .system-title {
    margin: 20px 0 13px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav li a {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    /* padding: 0; */
    margin-left: 0px !important;
    float: none;
    height: auto;
    width: auto;
    z-index: 1000 !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative;
    /* max-width: 150px; */
    display: block !important;
    margin-bottom: 10px !important;
  }

  a.navbar-brand > img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 198px;
    display: block;
  }

  .box img {
    margin: 5px 0 10px 0;
    height: auto;
  }

  .navbar-toggle {
    margin-top: 11px;
    margin-right: 15px;
  }

  .system-title {
    font-size: 15px;
    display: inline-block;
    /* margin: 20px 0 13px 100px; */
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    display: none;
    max-width: 208px;
    padding-top: 62px;
    text-align: center;
  }

  .social-icons {
    float: none;
    margin: 0 auto;
    max-width: 152px;
    margin-top: 20px;
  }

  .brand-header
  .pull-right {
    float: none !important;
    margin: 10px auto;
    position: relative;
    display: block;
    max-width: 145px;
    /*margin-left: 0px!important;*/
  }

  .week-group {
    float: right !important;
    max-width: unset;
  }
  .week-group .btn {
    display: inline-block;
  }

  #wrap .pull-right {
    margin-left: 0px !important;
  }

  a.btn.btn-action.modal-right-btn.pull-right {
    display: block;
    float: right !important;
    margin: 0 auto;
  }

  .age-select {
    padding: 0px 0;
    overflow: hidden;
  }

  .inline-btn {
    width: 100%;
    margin: 10px auto;
    max-width: 145px;
  }

  span.glyphicon.glyphicon-search.pull-right {
    float: right !important;
  }

  .navbar-nav {
    margin: 0px auto;
    text-align: center;
  }

  .title-right {
    text-align: left;
    margin-top: 30px;
  }

  .card.testimonial-card {
    margin: 15px;
  }

  .card.testimonial-card.flip-color {
    margin: 5px;
  }

  .address-label {
    width: 45%;
    display: inline-block;
  }

  .address-label.find-address {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .week-group {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -20px;
  }
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0, transparent 100%);
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, transparent 0, transparent 100%);
  background-image: linear-gradient(to right, transparent 0, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-caption {
  color: #ffffff;
  text-align: left;
}

h3.border-caption {
  background-color: transparent;
  color: white !important;
  display: inline;
  font-size: 39px;
  line-height: 42px;
  margin: 0;
  padding: 10px 2px 3px 10px;
  clear: both;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  -webkit-text-shadow: 4px 10px 35px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 4px 10px 35px rgba(0, 0, 0, 0.75);
  text-shadow: 4px 10px 35px rgba(0, 0, 0, 0.75);
}

.carousel-caption {
  position: absolute;
  top: 35%;
  left: 15%;
  z-index: 10;
}

.carousel-indicators {
  top: 20px;
  height: 40px;
}

.border-outer {
  /*  border-left: 20px solid $primary;
    padding: 9px 0px 1.5px 0px;*/
  padding: 9px 0px;
  max-height: 94px;
}

.carousel-caption1 {
  color: #ffffff;
  left: -8px;
  position: relative;
}

.border.row.four-boxes {
  text-align: justify;
}

.border.row.four-boxes > .border > a > h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
}

.transparent-wrap {
  background: transparent;
  padding: 10px;
  box-shadow: 0 1px 5px transparent;
}

.border.col-md-6 {
  background: #fff;
  padding: 10px;
  border-radius: 2px;
}

.border.col-md-6.first-box {
  margin-left: 5px !important;
}

.row.about.sections {
  margin-top: 30px;
}

.box.hlist.group {
  margin-bottom: 50px;
}

.col-md-12.footer {
  /*background: $primary;*/
  padding: 10px;
  text-align: center;
  color: #333;
}

.footer-link > a {
  color: #9bc7ea;
  padding: 10px;
}

.footer-link > a:hover {
  color: #9bc7ea;
  text-decoration: underline !important;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

.footer-link.sp {
  float: left;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  display: none;
}

.card.testimonial-card {
  min-height: 202px;
}

.card-title {
  color: #9bc7ea;
}

.square1 {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 64.6%;
  /* = width for a 1:1 aspect ratio */
  margin: 1.66%;
  background-color: #383d42;
  overflow: hidden;
  color: #fff;
}

.content1 {
  position: absolute;
  height: 30%;
  /* = 100% - 2*5% padding */
  width: 100%;
  /* = 100% - 2*5% padding */
  padding: 5%;
}

.table1 {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell1 {
  display: table-cell;
  vertical-align: middle;
}

.content1 .rs1 {
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 100%;
}

.table-cell1.numbers1 {
  text-align: center;
  font-size: 50px;
}

.sm-square-text1 {
  font-size: 15px;
}

.table-cell1 {
  display: grid;
  vertical-align: middle;
  top: 23%;
  position: absolute;
  left: 0%;
  padding: 20px;
}

.top-square {
  margin-top: 0px;
}

.square1.color3 {
  background-color: #005b7f;
}

.square1.color2 {
  background-color: #9bc7ea;
}

.square1.color4 {
  background-color: #f26c57;
}

.title-left {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .col-md-6.top-box {
    width: 48% !important;
    margin-left: 2% !important;
  }

  .home-box-wrap {
    margin-top: -80px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 993px) {
  .home-box-wrap {
    margin-top: 0px;
    padding: 10px !important;
    margin: 0 10px;
  }
}
ul.dropdown-menu > li > a {
  color: #2f3133 !important;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #9bc7ea;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #9bc7ea;
  border-radius: 10px;
}

.border.col-md-6.top-box {
  border: 2px solid transparent;
}

.border.col-md-6.top-box:hover {
  border: 2px solid #9bc7ea;
}

.partners ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.partners a {
  display: inline-block;
  margin: 0 14px;
}

.hlist a {
  text-decoration: none;
}

.hlist > ul > li {
  display: inline-block;
}

.about > .col-6 > h2 {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  color: #9bc7ea;
  font-size: 24px;
}

.hlist > h3 {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.wtb {
  font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  margin-top: 25px;
  color: #9bc7ea;
}

.wtb.no-top {
  margin-top: 10px;
  font-size: 19px;
}

ul.parent-guide-pills li:first-child a {
  padding-left: 10px;
}

.parent-guide-pills > li.active > a, .parent-guide-pills > li.active > a:hover, .parent-guide-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #9bc7ea;
}

dd.active {
  margin-bottom: 10px;
}

ol.faq {
  padding-left: 15px;
}

.faq > li {
  margin-top: 20px;
}

.sponsors-wrap {
  background: transparent;
  box-shadow: 0 1px 5px transparent;
}

ul.dropdown-menu > li > a:hover {
  color: #9bc7ea !important;
  background-color: transparent;
}

.paragraph {
  padding-top: 20px;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: -0px;
}

.border-caption > a:hover {
  color: #fff;
}

button.btn.btn-default.dropdown-toggle.login {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .border.col-md-6.first-box {
    margin-left: 0px !important;
  }

  .second-box {
    margin-top: 10px;
  }

  h4.panel-title .glyphicon {
    margin-top: 0px;
  }
}
.panel-title > a:hover {
  color: white !important;
}

@media screen and (max-width: 695px) {
  h3.border-caption {
    /*background-color: transparent;
    color: white!important;
    display: inline;*/
    font-size: 18px !important;
    /*line-height: 26px;
    margin: 0;
    padding: 10px 2px 3px 0px;
    clear: both;
    font-weight: normal;
    text-transform: uppercase;
    font-family: $custom-font-1, Arial,Helvetica,Verdana,Tahoma,sans-serif;*/
  }

  .sz-wrapper-contain {
    padding-left: 0px !important;
  }

  .border-outer {
    /*border-left: 20px solid $primary*/
    padding: 7px 0px;
    max-height: 58px;
  }

  .carousel-caption .btn-action {
    margin-top: 0px;
    margin-left: 0px;
    /*background: #383D42;
    border-color: #383D42;*/
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .carousel-caption {
    position: absolute;
    top: 15%;
  }

  ul.parent-guide-pills > li > a {
    padding: 8px 3px;
    font-size: 11px;
  }

  ul.parent-guide-pills li:first-child a {
    padding-left: 3px;
  }

  .footer-link > a {
    color: #9bc7ea;
    padding: 10px;
    font-size: 13.5px;
  }
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #2f3133;
  border-color: #2f3133;
  padding: 10px;
  border-radius: 0px;
  text-transform: uppercase;
}

.panel-title > a:hover {
  color: white;
  text-decoration: underline;
}

@media screen and (min-width: 596px) and (max-width: 887px) {
  h3.border-caption {
    font-size: 27px;
  }
}
@media screen and (max-width: 487px) {
  .footer-link.sp {
    width: 100%;
    margin-bottom: 10px;
  }

  .sf-link {
    text-align: center;
  }
}
@media screen and (max-width: 455px) {
  h3.border-caption {
    background-color: transparent;
    color: white !important;
    display: inline;
    font-size: 15px !important;
    line-height: 26px;
    margin: 0;
    padding: 10px 2px 3px 0px;
    clear: both;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "GothamNarrow-Bold", Arial,Helvetica,Verdana,sans-serif;
  }

  .border-outer {
    /*border-left: 20px solid $primary*/
    padding: 7px 0px;
    max-height: 58px;
  }

  .carousel-caption .btn-action {
    margin-top: 5px;
    margin-left: -10px;
    /*background: #383D42;
    border-color: #383D42;*/
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
  }

  ol.carousel-indicators {
    display: none;
  }

  .carousel-caption {
    position: absolute;
    /*bottom: 1%;*/
  }

  ul.parent-guide-pills > li > a {
    padding: 8px 3px;
    font-size: 11px;
  }

  ul.parent-guide-pills li:first-child a {
    padding-left: 3px;
  }

  .footer-link > a {
    color: #9bc7ea;
    padding: 10px;
    font-size: 12.5px;
  }

  .carousel-caption {
    position: absolute;
    top: 15%;
  }

  .carousel-caption .btn-action {
    /*margin-top: -7px;*/
    margin-left: -10px;
  }
}
@media screen and (max-width: 365px) {
  .carousel-caption {
    position: absolute;
    top: 15%;
  }

  .carousel-caption .btn-action {
    margin-top: 0px;
    margin-left: -10px;
  }

  .sz-wrapper-contain {
    padding-left: 3px !important;
  }
}
/*@media screen and (max-width: 320px) {
.carousel-caption {
    position: absolute;
    top: 33%;
    }
    .carousel-caption .btn-action {
    margin-top: -7px;
    margin-left: -10px;
  }
}*/
span.col-xs-12.col-md-4 {
  float: left;
}

span.col-xs-12.col-md-2 {
  float: left;
}

span.col-xs-12.col-md-3 {
  float: left;
}

span.col-md-7 {
  float: left;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

/* Dashboard */
.panel-bookings {
  border: 1px solid #eee;
  border-top: 4px solid #9bc7ea;
  min-height: 230px;
}
.panel-bookings p {
  height: 77px;
}

span.good, span.not-due, span.positive {
  background-color: #43C393;
  font-size: 12px;
  font-weight: 500;
}

span.label.limited {
  background-color: #ff9500;
  font-size: 12px;
  font-weight: 500;
}

.panel-visitors {
  border: 1px solid #eee;
  border-top: 4px solid #9bc7ea;
  min-height: 232px;
}
.panel-visitors p {
  height: 77px;
  letter-spacing: 0px;
  font-size: 12.5px;
}

.panel-profit {
  border: 1px solid #eee;
  border-top: 4px solid #9bc7ea;
  min-height: 230px;
}
.panel-profit p {
  height: 77px;
  letter-spacing: 0px;
  font-size: 12.5px;
}

.panel-today {
  border: 1px solid #eee;
  border-top: 4px solid #9bc7ea;
  min-height: 230px;
}

span.sold, span.overdue, span.negative {
  background-color: #E84D4D;
  font-size: 12px;
  font-weight: 500;
}

.panel-google > .panel-heading {
  background-color: #2f3133;
  color: #fff;
  border: 1px solid #2f3133;
}

.panel.panel-google {
  overflow: hidden;
  border: 1px solid #eee;
  overflow: inherit;
}
@media (767px) {
  .panel.panel-google {
    margin-top: 25px;
  }
}

.tablesaw thead tr:first-child th {
  border-right: none !important;
}

.tablesaw thead th {
  font-weight: bold !important;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 10px;
}

.dashboard th {
  background-color: #ffffff !important;
  border: none !important;
  text-align: center !important;
}

.ga td, .ga th {
  border-right: 1px solid #F1EEEE;
  text-align: center !important;
}

@media screen and (max-width: 991px) {
  .panel-profit {
    border: 1px solid #eee;
    border-top: 4px solid #9bc7ea;
    min-height: 230px;
  }

  .panel-visitors {
    border: 1px solid #eee;
    border-top: 4px solid #9bc7ea;
    min-height: 230px;
  }
}
/*.dashboard td:first-child {
    width: auto;
}*/
ul.overview li:first-child a {
  padding-left: 10px;
}

ul.overview {
  margin-bottom: 0px;
  margin-top: 30px;
}

.tablesaw thead th {
  font-weight: bold !important;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 10px;
}

.tablesaw thead {
  border: none !important;
  background: none !important;
  background-image: none !important;
}

.ga tbody, .ga table, .ga tbody tr {
  border: none !important;
}

.dashboard.ga thead th {
  text-align: center !important;
}

.dashboard-pills > li.active > a, .dashboard-pills > li.active > a:hover, .dashboard-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #9bc7ea;
}

/* ----------- iPad mini ----------- */
@media screen and (max-width: 767px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: auto !important;
    margin-left: -15px;
  }
}
#wrap {
  margin-top: 15px;
  padding-top: 15px;
}

ul.nav.nav-pills.overview.dashboard-pills li a:hover {
  color: #2f3133;
}

ul.nav.nav-pills.overview.dashboard-pills li.active a:hover {
  color: white;
}

.navbar-default .navbar-toggle {
  border-color: #2f3133;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2f3133;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: #fff;
  outline: none;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}

button.btn.btn-default:focus {
  outline: none;
}