@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "Blogger_Sans-Bold_Italic";
  src: url("/fonts/Blogger-sans/Blogger_Sans-Bold_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Titillium-Bold";
  src: url("/fonts/Titillium/Titillium-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Titillium-Semibold";
  src: url("/fonts/Titillium/Titillium-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Titillium-Regular";
  src: url("/fonts/Titillium/Titillium-Regular.otf") format("opentype");
}
/* custom grid */
@media (min-width: 1330px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* basic */
body {
  color: #03092D;
  font-size: 100%;
}

img {
  max-width: 100%;
}

a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

h2, h3, h2 a, h3 a {
  color: #03092D;
}

h1, h2, h3 {
  font-family: "Titillium-Bold";
  text-transform: uppercase;
}

h2 {
  font-size: 3.25rem;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h2 a:hover, h3 a:hover {
  color: #f7480b;
}

.login-container,
.register-container,
.forgottenPassword-container,
.resetPassword-container {
  padding: 5rem 15px;
}
.login-container h1,
.register-container h1,
.forgottenPassword-container h1,
.resetPassword-container h1 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #03CEA4;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
}
.login-container h5,
.register-container h5,
.forgottenPassword-container h5,
.resetPassword-container h5 {
  font-weight: 400;
  margin: 1.35rem 0 1.5rem;
  text-align: center;
}
.login-container input, .login-container select,
.register-container input,
.register-container select,
.forgottenPassword-container input,
.forgottenPassword-container select,
.resetPassword-container input,
.resetPassword-container select {
  background-color: #fff !important;
  border-color: #f7480b !important;
  margin-bottom: 1rem;
}
.login-container input[type=submit],
.register-container input[type=submit],
.forgottenPassword-container input[type=submit],
.resetPassword-container input[type=submit] {
  background-color: #03CEA4 !important;
  border: none;
}
.login-container input[type=checkbox],
.register-container input[type=checkbox],
.forgottenPassword-container input[type=checkbox],
.resetPassword-container input[type=checkbox] {
  margin-right: 0.2rem;
}
.login-container a,
.register-container a,
.forgottenPassword-container a,
.resetPassword-container a {
  display: block;
  font-size: 0.85rem;
  color: #03092D !important;
  text-align: right;
}
.login-container a:hover, .login-container a:focus,
.register-container a:hover,
.register-container a:focus,
.forgottenPassword-container a:hover,
.forgottenPassword-container a:focus,
.resetPassword-container a:hover,
.resetPassword-container a:focus {
  color: #03092D !important;
  text-decoration: underline;
}

.edit-container,
.profile-container,
.reservations-container,
.review-container,
.comment-container,
.favourite-container,
.cooperation-container,
.contact-container,
.vouchers-container {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .edit-container,
.profile-container,
.reservations-container,
.review-container,
.comment-container,
.favourite-container,
.cooperation-container,
.contact-container,
.vouchers-container {
    padding: 3rem 15px;
  }
}
.edit-container ul.nav,
.profile-container ul.nav,
.reservations-container ul.nav,
.review-container ul.nav,
.comment-container ul.nav,
.favourite-container ul.nav,
.cooperation-container ul.nav,
.contact-container ul.nav,
.vouchers-container ul.nav {
  margin-bottom: 2rem;
}
.edit-container div.row.customer-img,
.profile-container div.row.customer-img,
.reservations-container div.row.customer-img,
.review-container div.row.customer-img,
.comment-container div.row.customer-img,
.favourite-container div.row.customer-img,
.cooperation-container div.row.customer-img,
.contact-container div.row.customer-img,
.vouchers-container div.row.customer-img {
  margin-bottom: 2rem;
}
.edit-container h1, .edit-container h2, .edit-container h3,
.profile-container h1,
.profile-container h2,
.profile-container h3,
.reservations-container h1,
.reservations-container h2,
.reservations-container h3,
.review-container h1,
.review-container h2,
.review-container h3,
.comment-container h1,
.comment-container h2,
.comment-container h3,
.favourite-container h1,
.favourite-container h2,
.favourite-container h3,
.cooperation-container h1,
.cooperation-container h2,
.cooperation-container h3,
.contact-container h1,
.contact-container h2,
.contact-container h3,
.vouchers-container h1,
.vouchers-container h2,
.vouchers-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.edit-container div.col-12 {
  margin: 0;
}
.edit-container label {
  width: 100%;
  margin-bottom: 1rem;
}
.edit-container legend {
  font-size: initial;
}
.edit-container fieldset,
.edit-container input[type=submit] {
  margin-bottom: 1rem;
}
.edit-container input[type=file] {
  border: none;
}
.edit-container input[type=checkbox] {
  margin-right: 0.2rem;
}

.facility-post-container {
  min-height: 500px;
}
.facility-post-container .inner {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.facility-post-container div.img {
  height: 45%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.facility-post-container div.bottom {
  width: 100%;
  height: 55%;
  padding: 1.5rem;
  overflow-y: auto;
}
.facility-post-container div.cdate {
  position: absolute;
  top: 5%;
  transform: none;
}
.facility-post-container div.cdate p {
  font-size: 1rem;
}
.facility-post-container h5:not(.name) {
  margin: 1.25rem 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #03092D;
  text-transform: uppercase;
}
.facility-post-container a {
  color: #f7480b;
}
.facility-post-container a:hover, .facility-post-container a:focus {
  color: #f7480b;
}
.facility-post-container p {
  margin: 0;
}

.reservations-container #snippet--reservationGrid {
  width: 100%;
}
.reservations-container table {
  display: block;
  width: 100%;
  overflow-x: scroll;
}

.review-container h6 {
  margin-top: 0.75rem;
}
.review-container h6 a {
  font-size: 1rem;
  font-weight: 500;
  color: #f7480b;
  text-transform: uppercase;
}
.review-container h6 a:hover, .review-container h6 a:focus {
  color: #f7480b !important;
}

.comment-container h6 {
  margin: 0.75rem 0 0.75rem 4.5rem;
  width: calc(100% - 4rem);
}
.comment-container h6 a {
  font-size: 1rem;
  font-weight: 500;
  color: #f7480b;
  text-transform: uppercase;
}
.comment-container h6 a:hover, .comment-container h6 a:focus {
  color: #f7480b !important;
}

.favourite-container h3 {
  margin-bottom: 1rem;
}
.favourite-container div.fav {
  margin-bottom: 2rem;
}
.favourite-container a {
  font-size: 1rem;
  font-weight: 500;
  color: #f7480b;
  text-transform: uppercase;
}
.favourite-container a:hover, .favourite-container a:focus {
  color: #f7480b !important;
}

.contact-container .jumbotron {
  padding: 0;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
}
button.btn-profile {
  position: relative;
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

li.nav-item {
  text-transform: uppercase;
}
@media screen and (max-width: 540px) {
  li.nav-item {
    width: 100%;
  }
}
li.nav-item a:not(.main) {
  font-weight: 500;
  color: #03092D;
}
li.nav-item a:not(.main):hover, li.nav-item a:not(.main):focus, li.nav-item a:not(.main).active {
  color: #f7480b !important;
}

/* header */
.header {
  background-color: #03092d;
}
.header nav a {
  font-family: "Titillium-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (max-width: 495px) {
  .header nav a {
    line-height: 2rem;
  }
}
@media screen and (max-width: 495px) {
  .header nav a {
    line-height: 2rem;
  }
}
.header .vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .button {
  font-family: "Titillium-Bold";
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem;
}
.header .login.button {
  border: 0.1rem solid #F7480B;
  margin-left: 1rem;
}
.header .login.button:hover {
  background-color: #F7480B;
}
.header .registration.button {
  border: 0.1rem solid #03CEA4;
  background-color: #03CEA4;
}
.header .registration.button:hover {
  border: 0.1rem solid #007e64;
  background-color: #007e64;
}

/* footer */
.footer {
  font-family: "Roboto";
  background: #03092d;
  background: -moz-linear-gradient(top, #03092d 0%, #370057 100%);
  background: -webkit-linear-gradient(top, #03092d 0%, #370057 100%);
  background: linear-gradient(to bottom, #03092d 0%, #370057 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03092d", endColorstr="#370057",GradientType=0 );
  color: #fff;
  padding-bottom: 4rem;
}
.footer.mobile {
  background: #fff;
  filter: none;
}
.footer > .container {
  padding-top: 4rem;
}
.footer .row {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.footer .row > div {
  line-height: 2rem;
  margin-bottom: 2.25rem;
}
.footer h5 {
  font-size: 1.25rem;
  padding-bottom: 1.7rem;
}
.footer a {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social {
  padding-bottom: 1.5rem;
}
.footer .social a {
  display: table;
  float: left;
  margin-right: 0.5rem;
}
.footer .logo {
  font-family: "Blogger_Sans-Bold_Italic";
  font-size: 2rem;
  text-transform: uppercase;
}
.footer .logo img {
  position: relative;
  top: -1.5rem;
  max-width: 185px;
}
.footer .info {
  font-size: 0.875rem;
  padding-top: 0.2rem;
  padding-bottom: 2rem;
  width: 15rem;
}
.footer .contact a {
  font-size: 1.125rem;
}
.footer .copyright {
  padding-top: 4rem;
}
.footer .copyright a {
  font-size: 0.875rem;
  color: #684b81;
}
.footer .copyright a:hover {
  text-decoration: none;
}
.footer .contact a:hover {
  text-decoration: none;
}

/* page navigation */
.navbar {
  padding: 0 5rem 0.5rem 5rem;
  background-color: #03092D;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .navbar {
    padding: 0 2rem 0.5rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
}
.navbar a.logo img {
  position: relative;
  top: 2px;
  height: 45px;
}
.navbar #facilitiesNavbar {
  margin-top: 1.2rem;
}
.navbar #facilitiesNavbar ul {
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  .navbar #facilitiesNavbar ul {
    margin-left: 0;
  }
}
.navbar #facilitiesNavbar ul.navbar-right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar #facilitiesNavbar ul.navbar-right {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar #facilitiesNavbar ul.navbar-right li {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .navbar #facilitiesNavbar ul.navbar-right li:first-of-type {
    position: absolute;
    right: 125px;
  }
}
.navbar #facilitiesNavbar ul.navbar-right li span {
  padding-left: 0 !important;
}
.navbar button.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.navbar button.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar button.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar span.text-white {
  top: 0.55rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar span.text-white {
    top: 0.75rem;
  }
}

.page-navigation {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 0.9375rem;
}
.page-navigation .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-navigation a {
  color: #03092D;
}
.page-navigation a:hover {
  text-decoration: underline;
}

/* filter toggler */
button.filter-toggler,
button.menu-toggler {
  position: relative;
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
  display: none;
}
button.filter-toggler.mobile,
button.menu-toggler.mobile {
  box-shadow: none;
}
button.filter-toggler.mobile img,
button.menu-toggler.mobile img {
  display: block;
}
@media screen and (max-width: 540px) {
  button.filter-toggler,
button.menu-toggler {
    display: block;
  }
}
button.filter-toggler img,
button.menu-toggler img {
  position: absolute;
  top: 0;
  left: 0.25rem;
  width: 5.5rem;
  display: none;
}
button.filter-toggler i.up,
button.menu-toggler i.up {
  display: none;
}

form#filters,
#toggled {
  display: block;
}
@media screen and (max-width: 540px) {
  form#filters,
#toggled {
    display: none;
  }
}

button#closeModalFilter {
  width: 100%;
  text-align: right;
  margin-bottom: 0.5rem;
}

/* range filter */
.filter {
  padding: 0 5rem;
}
.filter.mobile {
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .filter {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .filter {
    padding: 0 1rem;
  }
}
.filter .row {
  margin: 0;
}
.filter .inner {
  height: 3.5rem;
  padding-top: 0.75rem;
}
@media screen and (max-width: 540px) {
  .filter .inner select {
    border-right: 0.5px solid rgba(0, 0, 0, 0.025);
  }
}
.filter .inner .form-group {
  font-weight: 500;
}
.filter .inner .form-group label {
  font-weight: 400;
}
.filter .form-control {
  font-family: "Titillium-Regular" !important;
  border: none;
  text-transform: uppercase;
}
.filter .irs--flat {
  width: 80%;
  margin: 0 auto;
}
.filter .irs--flat .irs-bar, .filter .irs--flat .irs-line {
  height: 0.3rem;
  top: 1.9rem;
}
.filter .irs--flat .irs-handle {
  height: 0.8rem;
  top: 1.65rem;
}
.filter .cus-col {
  width: 20%;
}
.filter .cus-col.wide {
  width: 24%;
}
@media screen and (max-width: 991px) {
  .filter .cus-col {
    width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 540px) {
  .filter .cus-col {
    width: 100% !important;
  }
  .filter .cus-col:nth-child(1) {
    border-left: 0.3rem solid #ca1558;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .filter .cus-col:nth-child(1) div.inner {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 540px) {
  .filter .cus-col:nth-child(2) {
    border-left: 0.3rem solid #fc4102;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .filter .cus-col:nth-child(2) div.inner {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 540px) {
  .filter .cus-col:nth-child(3) {
    border-left: 0.3rem solid #ff9a00;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .filter .cus-col:nth-child(3) div.inner {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 540px) {
  .filter .cus-col:nth-child(4) {
    border-left: 0.3rem solid #00cda3;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .filter .cus-col:nth-child(4) div.inner {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 540px) {
  .filter .cus-col:nth-child(5) {
    border-left: 0.3rem solid #380058;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .filter .cus-col:nth-child(5) div.inner {
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
.filter .cus-col.last {
  text-align: right;
}
.filter .cus-col.last a {
  color: #481565;
  text-transform: uppercase;
  padding-top: 0.5rem;
  display: block;
  font-weight: 600;
}
.filter .cus-col.last div.inner {
  position: relative;
}
.filter .cus-col.last div.inner input[type=text] {
  width: 80%;
}
.filter .cus-col.last div.inner a {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
@media screen and (max-width: 540px) {
  .filter .cus-col.last div.inner a {
    right: 0.75rem;
  }
}
.filter .cus-col.last.narrow {
  width: 4%;
}
.filter .cus-col.last.narrow a {
  position: absolute;
  bottom: 0.75rem;
  right: 50% !important;
  transform: translateX(50%) !important;
}
.filter .cus-col.special {
  width: initial !important;
  margin-left: 1rem;
  display: none;
}
.filter .cus-col.special label {
  margin-right: 0.25rem;
}
.filter .cus-col.special label input[type=checkbox] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 991px) {
  .filter .cus-col.special .inner {
    height: initial;
  }
  .filter .cus-col.special .inner .form-group {
    margin-bottom: 0;
  }
}
.filter .input-group-text {
  background-color: transparent;
  border: none;
}
.filter .bline {
  height: 0.3rem;
  width: 100%;
}
.filter .bline.c1 {
  background-color: #ca1558;
}
.filter .bline.c2 {
  background-color: #fc4102;
}
.filter .bline.c3 {
  background-color: #ff9a00;
}
.filter .bline.c4 {
  background-color: #00cda3;
}
.filter .bline.c5 {
  background-color: #380058;
}
@media screen and (max-width: 540px) {
  .filter .bline {
    display: none;
  }
}

/* star rating */
.starrating input {
  display: none;
}
.starrating label {
  color: #6f8c90;
  cursor: pointer;
  margin: 0;
}
.starrating label:before {
  content: "";
  margin: 0.15rem;
  font-size: 1.4rem;
  font-family: FontAwesome;
  display: inline-block;
}
.starrating input:checked ~ label, .starrating input:hover ~ label {
  color: #f7480b;
}

/* pagination */
.pagination {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .pagination {
    margin-bottom: 3rem;
  }
}

.page-link {
  border: none;
}

.page-item.active .page-link {
  border: 1px solid #03cea4;
  background-color: #03cea4;
}

.page-link {
  color: #03092d;
  border: 1px solid #888;
  margin: 0.3rem;
  padding: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2rem !important;
  text-align: center;
  border-radius: 0.3rem !important;
}

/* gallery */
.am-gallery .amazingslider-wrapper {
  display: block;
  position: relative;
  max-width: 900px;
  margin: 0px auto 98px;
}
.am-gallery .amazingslider {
  display: block;
  position: relative;
  margin: 0 auto;
}
.am-gallery .amazingslider-box-1 > div:nth-child(3) {
  display: none !important;
  visibility: hidden !important;
}
.am-gallery .amazingslider-nav-thumbnail-tite-1 {
  display: none;
}

/* fullcalendar */
.calendar-container {
  overflow-x: scroll;
}

.calendar {
  min-width: 800px !important;
}

.fc-event {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03cea4", endColorstr="#ff9d00",GradientType=1 );
  border: none !important;
  border-radius: 1rem !important;
  color: #fff !important;
  padding: 0 0.5rem 0 0.5rem !important;
}

.fc-button-primary {
  background-color: #03CEA4 !important;
  border-color: #03CEA4 !important;
  border-radius: 0.25rem !important;
  height: 42px;
  width: 65px;
  padding: 0.3em 0.5em !important;
}
.fc-button-primary.fc-prev-button, .fc-button-primary.fc-next-button {
  border-radius: 50% !important;
  height: 42px !important;
  width: 42px !important;
}

.fc-button .fc-icon {
  font-size: 1rem !important;
}

/* homepage */
.homepage {
  position: relative;
}
.homepage h2 {
  text-align: center;
}
.homepage .map {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 670px) {
  .homepage .map {
    height: calc(100vh - 36px - 2rem);
  }
  .homepage .map .gmnoprint {
    display: none !important;
  }
}
.homepage .form-container {
  position: relative;
}
.homepage .input-group {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.homepage .input-group > div {
  position: relative;
  width: 100%;
}
.homepage .input-group input {
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.homepage button:not(#getLocation) {
  position: absolute;
  right: 1.5rem;
  top: 0.6rem;
  font-size: 1.8rem;
  background-color: transparent;
  border: none;
  color: #F7480B;
}
.homepage .articles.row {
  padding: 0;
  margin: 0;
}
.homepage .facilityContainer {
  min-height: 500px;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .homepage .facilityContainer {
    padding: 0;
  }
}
.homepage .facilityContainer div.inner {
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.homepage .sport-area {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.homepage .sport-area label.small {
  display: block;
  font-family: "Titillium-Regular";
  font-size: 1.5rem;
  color: #03CEA4;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .homepage .sport-area label.small {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 575px) {
  .homepage .sport-area label.small {
    font-size: 1.2rem;
  }
}
.homepage .sport-area .articles > div {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .homepage .sport-area .articles > div {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.homepage .sport-area .articles .content {
  padding: 1.5rem;
}
.homepage .sport-area .articles .img {
  min-height: 17rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.homepage .sport-area .articles .img a {
  display: block;
}
.homepage .sport-area .articles .img img {
  width: 100%;
}
.homepage .sport-area .articles .title .right {
  font-family: "Titillium-Regular";
  font-size: 1rem;
  color: #03CEA4;
  padding-top: 0.2rem;
}
.homepage .sport-area .articles .title .right label {
  color: #03092D;
}
.homepage .sport-area .articles .category {
  font-family: "Titillium-Regular";
  font-size: 0.9rem;
  color: #03092D;
}
.homepage .sport-area .articles .category a {
  color: #f7480b;
}
.homepage .sport-area .articles .place {
  font-family: "Titillium-Regular";
  font-size: 1.1rem;
  color: #70717f;
  margin-top: 0.5rem;
}
.homepage .sport-area .articles .place .city {
  font-weight: bold;
}
.homepage .sport-area .articles .bottom {
  padding-left: 1.5rem;
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 991px) {
  .homepage .sport-area .articles .bottom {
    width: 100%;
  }
}
.homepage .sport-area .articles .bottom .right {
  float: right;
  width: 70%;
  text-align: center !important;
}
.homepage .sport-area .articles .bottom .price {
  font-family: "Titillium-Bold";
  font-size: 1.6rem;
  color: #03cea4;
}
.homepage .sport-area .articles .bottom .btn {
  background-color: #f7480b;
  border-radius: 0;
  padding: 0 !important;
}
.homepage .sport-area .articles .bottom .btn.more {
  background-color: #337ab7;
}
.homepage .sport-area .articles .bottom .btn a {
  font-family: "Titillium-Semibold";
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 0;
  display: block;
}
.homepage .sport-area a.more {
  display: table;
  margin: 2rem auto 0;
  font-family: "Titillium-Regular";
  font-size: 1.2rem;
  background-color: #03cea4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
.homepage .sport-area a.more:hover {
  background-color: #f7480b;
}
.homepage .rating-area {
  position: relative;
  background: #03092d;
  background: -moz-linear-gradient(left, #03092d 0%, #03092d 50%, #03cea4 50%, #03cea4 50%, #03cea4 100%);
  background: -webkit-linear-gradient(left, #03092d 0%, #03092d 50%, #03cea4 50%, #03cea4 50%, #03cea4 100%);
  background: linear-gradient(to right, #03092d 0%, #03092d 50%, #03cea4 50%, #03cea4 50%, #03cea4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03092d", endColorstr="#03cea4",GradientType=1 );
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.homepage .rating-area .container > .row {
  margin: 0;
}
.homepage .rating-area h2 {
  color: #fff;
  font-family: "Titillium-Regular";
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area h2 {
    max-width: 960px;
    margin: 4rem auto 0;
    padding: 0 6rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .homepage .rating-area h2 {
    max-width: 720px;
    padding: 0 5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .homepage .rating-area h2 {
    max-width: 540px;
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 575px) {
  .homepage .rating-area h2 {
    padding: 0 1rem 1rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.homepage .rating-area .coach {
  background-color: #03092d;
  padding-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area .coach {
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area .coach > .row {
    max-width: 960px;
    padding: 0 5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .homepage .rating-area .coach > .row {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .homepage .rating-area .coach > .row {
    max-width: 540px;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .homepage .rating-area .coach > .row {
    max-width: 100%;
  }
}
.homepage .rating-area .ground {
  background-color: #03cea4;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area .ground {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 575px) {
  .homepage .rating-area .ground {
    padding: 0 15px 4rem;
  }
}
.homepage .rating-area .ground .col {
  background-color: #bef2e7;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .homepage .rating-area .ground .col {
    max-width: calc(930px - 10rem);
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .homepage .rating-area .ground .col {
    max-width: calc(720px - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .homepage .rating-area .ground .col {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .homepage .rating-area .ground .col {
    max-width: 100%;
  }
}
.homepage .rating-area .ground .col .left {
  font-family: "Titillium-Bold";
  font-size: 2.5rem;
  color: #73959d;
  width: 20%;
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.homepage .rating-area .ground .col .right {
  width: 80%;
}
.homepage .rating-area .ground .col .right .name a {
  font-family: "Titillium-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #030b31;
}
.homepage .rating-area .ground .col .right .name a:hover {
  color: #f7480b;
}
.homepage .rating-area .ground .col .right .place {
  font-family: "Titillium-Regular";
  font-size: 1.1rem;
}
.homepage .rating-area .ground .col .right .place label {
  font-weight: 700;
}
.homepage .rating-area .ground .starrating {
  float: left;
}
.homepage .blog-area {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("/img/front/web/blog-bg.jpg");
}
.homepage .blog-area h2 {
  padding-bottom: 3rem;
}
.homepage .blog-area h2 + .row {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .homepage .blog-area h2 + .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.homepage .blog-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.homepage .blog-area .container {
  position: relative;
  z-index: 120;
}
.homepage .blog-area .blog {
  height: 25rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .homepage .blog-area .blog {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.homepage .blog-area .blog .inner {
  position: relative;
  background-color: #fff;
  height: 100%;
}
.homepage .blog-area .blog .title {
  padding-bottom: 0.8rem;
}
.homepage .blog-area .blog .title a {
  font-family: "Titillium-Bold";
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #03092D;
}
.homepage .blog-area .blog .title a:hover {
  color: #f7480b;
}
.homepage .blog-area .blog .text {
  font-family: "Titillium-Regular";
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.5rem;
}
.homepage .blog-area .blog .bottom {
  padding-left: 2.6rem;
  padding-top: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homepage .blog-area .blog .bottom .rate {
  position: absolute;
  bottom: 0;
  font-family: "Titillium-Bold";
  font-size: 1rem;
  color: #03CEA4;
  padding-top: 0.4rem;
}
.homepage .blog-area .blog .bottom .rate label {
  color: #03092D;
}
.homepage .blog-area .blog .bottom .right.btn {
  background-color: #03CEA4;
  border-radius: 0;
  width: 50%;
  padding: 0;
}
.homepage .blog-area .blog .bottom .right.btn a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
}
.homepage .blog-area .blog.small .pad {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
@media screen and (max-width: 991px) {
  .homepage .blog-area .blog.small .pad {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.homepage .blog-area .blog.small .img {
  height: 12rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.homepage .blog-area .blog.small .bottom {
  padding-left: 1.5rem;
}
.homepage .blog-area .blog.big .pad {
  padding: 4rem 2.6rem 0 2.6rem;
}
.homepage .blog-area .blog.big .right {
  width: 50%;
  height: 100%;
}
.homepage .blog-area .blog.big .left {
  width: 50%;
  height: 100%;
  position: relative;
}
.homepage .blog-area .blog.big .img {
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.homepage .text-about {
  padding: 4rem 0 3rem;
}
@media screen and (min-width: 992px) {
  .homepage .text-about div.row {
    margin: 0;
  }
}
.homepage .text-about div.row p {
  padding-bottom: 1.5rem;
  text-align: justify;
}
.homepage .text-about div.row div.registration {
  display: inline-block;
  width: 145px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .homepage .text-about div.row div.registration {
    vertical-align: top;
    position: relative;
    top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .homepage .text-about div.row div.registration {
    top: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .homepage .text-about div.row div.registration {
    display: block;
    width: 100%;
    top: 0;
    margin-bottom: 2rem;
    text-align: right;
  }
}
.homepage .text-about div.row div.registration a {
  padding: 0.85rem 1.35rem;
  background-color: #03CEA4;
  color: #fff;
}
.homepage .text-about div.row div.registration a:hover, .homepage .text-about div.row div.registration a:focus {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .homepage .text-about div.row div.registration a {
    padding: 0.5rem 1rem;
  }
}
.homepage .text-about div.row ul {
  display: inline-block;
  width: calc(100% - 150px);
  padding-left: 0;
  text-align: right;
}
.homepage .text-about div.row ul.signed {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .homepage .text-about div.row ul {
    display: block;
    width: 100%;
  }
}
.homepage .text-about div.row li {
  display: inline-block;
  list-style-type: none;
}
.homepage .text-about div.row li:first-of-type {
  text-transform: uppercase;
}
.homepage .text-about div.row img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .homepage .text-about div.row img {
    width: 7.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .blog.small .btn.right {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .blog.small .btn.right {
    width: 50% !important;
  }
}

.blog.big .container {
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .blog.big .container > .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.blog.big .container .row {
  height: 100%;
}
.blog.big .container .row > div {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .blog.big .container .row > div {
    width: initial !important;
    height: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .blog.big .container .row > div.right {
    height: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .blog.big .container .row .pad {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .blog.big .container .row .pad {
    overflow-y: auto;
    max-height: 9rem;
  }
}
.blog.big .img {
  width: calc(100% - 15px);
}
@media screen and (max-width: 1199px) {
  .blog.big .img {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .blog.big .img {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.blog.big .rate {
  top: 0;
}
@media screen and (max-width: 767px) {
  .blog.big .right.btn {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

/* sport grounds */
.sport-grounds {
  position: relative;
  min-height: 315px;
}
@media screen and (max-width: 991px) {
  .sport-grounds button#getLocation {
    display: none;
  }
}
.sport-grounds .container {
  padding: 0 5rem;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  .sport-grounds .container {
    padding: 0 4rem 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .sport-grounds .container {
    padding: 0 1rem;
  }
}
.sport-grounds h2 {
  padding-top: 4rem;
}
.sport-grounds .cat-filter {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sport-grounds .cat-filter > div {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.sport-grounds .cat-filter .label {
  margin-right: 1.5rem;
}
.sport-grounds .cat-filter .cat {
  background-color: #A6A6A6;
  color: #fff;
  padding: 0.2rem 0.7rem 0.2rem 0.7rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
.sport-grounds .cat-filter .cat i {
  cursor: pointer;
}
.sport-grounds .places .item {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  margin-bottom: 1rem;
}
.sport-grounds .places .item .place {
  margin-bottom: 0.5rem;
  font-family: "Titillium-Regular";
  font-size: 1.1rem;
  color: #70717f;
}
.sport-grounds .places .item .place .city {
  font-weight: 700;
}
.sport-grounds .places .item .bottom .category {
  width: 53%;
  font-family: "Titillium-Regular";
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.2rem;
  color: #03092D;
}
.sport-grounds .places .item .bottom .category > a {
  font-family: "Titillium-Regular";
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.5rem;
  color: #03092D;
}
@media screen and (max-width: 670px) {
  .sport-grounds .places .item .bottom .category {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.sport-grounds .places .item .text {
  width: 100%;
  font-family: "Titillium-Regular";
  font-size: 0.9rem;
  text-align: justify;
  color: #03092D;
}
@media screen and (max-width: 670px) {
  .sport-grounds .places .item .text {
    width: calc(100% + 43%);
  }
}
.sport-grounds .places .item .bottom .category > a:hover {
  color: #f7480b;
}
.sport-grounds .places .item .inner {
  display: table-row;
}
.sport-grounds .places .item > .left {
  display: table-cell;
  width: 27%;
}
@media screen and (max-width: 1200px) {
  .sport-grounds .places .item > .left {
    width: 32%;
  }
}
@media screen and (max-width: 670px) {
  .sport-grounds .places .item > .left {
    display: block;
    width: 100%;
    float: none;
  }
}
.sport-grounds .places .item > .right {
  display: table-cell;
  width: 73%;
  padding: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .sport-grounds .places .item > .right {
    width: 68%;
  }
}
@media screen and (max-width: 670px) {
  .sport-grounds .places .item > .right {
    display: block;
    width: 100%;
    float: none;
  }
}
.sport-grounds .places .item .img {
  height: 18.5rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.sport-grounds .places .item .img img {
  height: 100%;
  width: auto;
  max-width: none;
}
.sport-grounds .places .item > .right > .left {
  width: 70%;
}
@media screen and (max-width: 400px) {
  .sport-grounds .places .item > .right > .left h3 {
    max-width: 160px;
  }
}
.sport-grounds .places .item > .right > .right {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 670px) {
  .sport-grounds .places .item > .right > .right {
    width: 100%;
    float: none;
  }
}
.sport-grounds .starrating {
  float: right;
}
.sport-grounds div.star-ratings.main {
  top: 1rem;
  right: 1rem;
  bottom: initial;
}
@media screen and (max-width: 670px) {
  .sport-grounds div.star-ratings.main {
    top: 18.25rem;
    width: 83.35px;
    height: 27px;
  }
  .sport-grounds div.star-ratings.main span {
    font-size: 20px;
  }
}
.sport-grounds .price {
  font-family: "Titillium-Bold";
  font-size: 1.6rem;
  color: #03cea4;
  padding-top: 3.2rem;
}
@media screen and (max-width: 670px) {
  .sport-grounds .price {
    position: relative;
    padding-top: 0;
  }
}
.sport-grounds .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73%;
  padding: 0 1.5rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .sport-grounds .bottom {
    width: 68%;
  }
}
@media screen and (max-width: 670px) {
  .sport-grounds .bottom {
    width: 100%;
    position: relative;
    padding-left: 0;
  }
}
.sport-grounds .bottom .category {
  float: left;
  padding-top: 0.3rem;
}
@media screen and (max-width: 670px) {
  .sport-grounds .bottom .category {
    float: none;
  }
}
.sport-grounds .bottom .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f7480b;
  border-radius: 0;
  width: calc(47% - 1.5rem);
  padding: 0 !important;
}
@media screen and (max-width: 670px) {
  .sport-grounds .bottom .btn {
    float: right;
    width: 13rem;
    margin-top: 1rem;
    position: relative;
    left: 3rem;
    right: initial;
  }
}
.sport-grounds .bottom .btn.more {
  background-color: #337ab7;
}
.sport-grounds .bottom .btn a {
  font-family: "Titillium-Semibold";
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0.4rem 0;
}
.sport-grounds .map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .sport-grounds .map {
    display: none;
  }
}
.sport-grounds .map iframe {
  height: 100%;
  width: 100%;
}

div.coachContainer {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  div.coachContainer {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  div.coachContainer {
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  div.coachContainer {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
div.coachContainer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
div.coachContainer .inner:not(.mainpage) {
  box-shadow: 2px 2px 8px 1px #e8e8e8;
}
div.coachContainer .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
div.coachContainer .inner a:hover div.over, div.coachContainer .inner a:focus div.over {
  opacity: 1;
}
div.coachContainer .over {
  background-color: rgba(3, 206, 164, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
div.coachContainer .over p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5rem;
  margin: 0 2rem;
}
div.coachContainer .over .detail-btn {
  font-family: "Titillium-Regular";
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  border: 0.1rem solid #fff;
  padding: 3% 5% 3% 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  z-index: 110;
}
div.coachContainer .img {
  position: relative;
  min-height: 17rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
div.coachContainer .img img {
  max-width: none;
  height: 100%;
  width: 100%;
}
div.coachContainer .rate {
  position: absolute;
  bottom: 48px;
  right: 1rem;
  color: #03cea4;
  font-family: "Titillium-Regular";
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  div.coachContainer .rate {
    bottom: 66px;
  }
}
div.coachContainer .rate label {
  color: #03092D;
}
div.coachContainer .title {
  margin-right: 3rem;
  font-family: "Titillium-Bold";
  font-size: 1.25rem;
  color: #03092D;
  text-transform: uppercase;
}
div.coachContainer .bot {
  position: relative;
}
div.coachContainer .bot div.star-ratings {
  top: -0.33rem;
  bottom: initial;
}
div.coachContainer .role {
  font-family: "Titillium-Regular";
  font-size: 1rem;
  color: #03092D;
  float: left;
}
div.coachContainer .place {
  font-family: "Titillium-Bold";
  font-size: 1.1rem;
  color: #F7480B;
  position: relative;
  text-align: right;
  margin: 5% 8%;
}
div.coachContainer .place.mainpage {
  position: relative;
  bottom: 4%;
}
div.coachContainer .bottom:not(.star-ratings) {
  background-color: #fff;
  padding: 8% 8% 0;
}

div.facilities-list,
div#snippet--blogPosts,
div#snippet--coaches {
  padding-right: 0;
  padding-top: 3rem;
}

@media screen and (max-width: 991px) {
  div.facilities-list {
    padding-right: 1rem;
  }
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: initial !important;
  max-width: initial !important;
  max-height: initial !important;
}
.gm-style .gm-style-iw-d {
  max-width: initial !important;
  max-height: initial !important;
}
.gm-style .gm-style-iw-t::after, .gm-style img img {
  display: none !important;
}

.marker-content {
  width: 22rem;
  height: 17rem;
}

.marker-content-image {
  width: 100%;
  height: 8.5rem;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-color: #fff;
}

.marker-content-text {
  position: relative;
  top: 8.5rem;
  height: 8.5rem;
  padding: 0.5rem 1.5rem;
  color: #909090;
}
.marker-content-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.marker-content-text h5 {
  position: relative;
  top: 0.5rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #03cea4;
}
.marker-content-text h6 {
  font-size: 0.85rem;
  font-weight: 400;
}
.marker-content-text p {
  color: #87ab91;
  font-weight: 500;
  text-transform: capitalize;
}

.marker-content-price {
  color: #03cea4;
}

.marker-content-reserve-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.marker-content-button {
  width: 11.5rem;
  padding: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.marker-content-button.reserve {
  background-color: #f7480b;
}
.marker-content-button.more {
  background-color: #337ab7;
}
.marker-content-button span {
  position: relative;
  left: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
}

.close-marker-content {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  top: -0.5rem;
  right: -0.5rem;
}

/* coach detail */
.coach-detail .left-inner {
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .coach-detail .left-inner {
    width: 100%;
  }
}
.coach-detail h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
}
.coach-detail > .top .img {
  height: 27rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.coach-detail > .top .img img {
  max-width: none;
  height: 100%;
  width: auto;
}
.coach-detail > .top .place {
  font-size: 1.125rem;
}
.coach-detail > .top .place label {
  font-weight: 700;
}
.coach-detail > .top .text {
  font-size: 0.9375rem;
  margin-bottom: 2rem;
  text-align: justify;
}
.coach-detail > .top .cat {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.coach-detail > .top .cat .col {
  float: left;
  width: auto;
  padding-left: 0;
  padding-right: 3rem;
}
.coach-detail > .top .cat .col label {
  font-family: "Titillium-Semibold";
  float: left;
  width: 4rem;
  padding-left: 1rem;
}
.coach-detail > .top .cat .col img {
  float: left;
  display: block;
  width: 3rem;
}
.coach-detail > .top .contact {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}
.coach-detail > .top .contact i {
  color: #03CEA4;
  font-size: 1.5rem;
  padding-right: 1rem;
  float: left;
  width: 3rem;
}
.coach-detail > .top .contact a {
  color: #03092D;
  float: left;
}
.coach-detail > .top .links .btn {
  background-color: #f7480b;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0;
}
@media screen and (max-width: 490px) {
  .coach-detail > .top .links .btn {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 15px;
  }
}
.coach-detail > .top .links .btn a {
  color: #fff;
  display: block;
  padding: 0.4rem 0.75rem;
}
.coach-detail > .top .links .btn a br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .coach-detail > .top .links .btn a br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .coach-detail > .top .links .btn a br {
    display: none;
  }
}
.coach-detail > .top .social a {
  margin-left: 0.5rem;
}
.coach-detail > .bottom {
  background-color: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .coach-detail > .bottom {
    padding-top: 2rem;
  }
}
.coach-detail > .bottom h3 {
  font-size: 1.875rem;
}
.coach-detail > .bottom .title {
  margin-bottom: 2rem;
}
.coach-detail > .bottom .add-review-btn {
  background-color: #03CEA4;
  text-transform: uppercase;
  padding: 0.2rem 1rem 0.2rem 1rem;
  margin-top: 0.5rem;
}
.coach-detail > .bottom .add-review-btn i {
  padding-right: 0.5rem;
}
.coach-detail > .bottom .add-review-btn a {
  color: #fff;
}
.coach-detail > .bottom .about h3 {
  padding-bottom: 2rem;
}
.coach-detail > .bottom .about .text {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: justify;
}
.coach-detail .reviews .col {
  padding: 0;
  display: flex;
  margin-bottom: 2rem;
}
.coach-detail .reviews .col > .left:first-child {
  margin-right: 1.5rem;
  width: 5rem;
}
.coach-detail .reviews .content {
  width: 15rem;
}
.coach-detail .reviews .content .name {
  font-weight: 700;
}
.coach-detail .reviews .img {
  height: 100%;
}
.coach-detail .reviews .img img {
  border-radius: 0.3rem;
  height: 100%;
  width: auto;
  background-color: #fff;
}
.coach-detail .btn-more {
  display: table;
  float: right;
  font-family: "Titillium-Regular";
  background-color: #CA1558;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.coach-detail .btn-more a {
  color: #fff;
}
.coach-detail .tile-gallery {
  display: flex;
  margin-bottom: 3rem;
}
.coach-detail .tile-gallery > .left {
  width: 60%;
}
.coach-detail .tile-gallery > .right {
  width: calc(40% - 0.3rem);
  height: calc(20rem + 0.3rem);
  margin-left: 0.3rem;
  overflow: hidden;
}
.coach-detail .tile-gallery > .left img {
  max-width: none;
  width: 100%;
  height: auto;
}
.coach-detail .tile-gallery .line {
  margin-bottom: 0.3rem;
}
.coach-detail .tile-gallery .line-l, .coach-detail .tile-gallery .line {
  height: 10rem;
  overflow: hidden;
}
.coach-detail .tile-gallery .line-l .left, .coach-detail .tile-gallery .line-l .right {
  height: 100%;
  overflow: hidden;
}
.coach-detail .tile-gallery .line-l .left img, .coach-detail .tile-gallery .line-l .right img {
  max-width: none;
  width: auto;
  height: 100%;
}
.coach-detail .tile-gallery .line-l .left {
  width: 58%;
  margin-right: 0.3rem;
}
.coach-detail .tile-gallery .line-l .right {
  width: calc(42% - 0.3rem);
}
.coach-detail .tile-gallery > .right img {
  max-width: none;
  height: 100%;
  width: auto;
}

/* sport ground detail */
.sport-ground .left-inner {
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sport-ground .left-inner {
    width: 100%;
  }
}
.sport-ground h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
}
.sport-ground .top .place {
  font-size: 1.125rem;
}
.sport-ground .top .place label {
  font-weight: 700;
}
.sport-ground .top .category {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sport-ground .top .category a {
  font-weight: 700;
  font-size: 1.25rem;
  color: #03092D;
}
.sport-ground .top .category a:hover {
  color: #F7480B;
}
.sport-ground .top .text {
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
.sport-ground .top .contact {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}
.sport-ground .top .contact i {
  color: #03CEA4;
  font-size: 1.5rem;
  padding-right: 1rem;
  float: left;
  width: 3rem;
}
.sport-ground .top .contact a {
  color: #03092D;
  float: left;
}
.sport-ground .top .links .btn {
  background-color: #f7480b;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0;
}
.sport-ground .top .links .btn.favs {
  background-color: #03CEA4;
}
.sport-ground .top .links .btn i {
  padding-left: 1rem;
}
.sport-ground .top .links .btn a {
  color: #fff;
  display: block;
  padding: 0.4rem 0.75rem;
}
.sport-ground .top .social a {
  margin-left: 0.5rem;
}
.sport-ground .top .content .left {
  width: 60%;
}
@media screen and (max-width: 670px) {
  .sport-ground .top .content .left {
    width: 100%;
    float: none;
  }
}
.sport-ground .top .content .right {
  width: 40%;
}
@media screen and (max-width: 670px) {
  .sport-ground .top .content .right {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
}
.sport-ground .top .content div.links {
  position: relative;
}
@media screen and (max-width: 420px) {
  .sport-ground .top .content div.col {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .sport-ground .top .content div.reserve {
    position: absolute;
    right: 0;
    float: none !important;
  }
}
@media screen and (max-width: 420px) {
  .sport-ground .top .content div.reserve {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.sport-ground .top .hours table {
  float: right;
  font-size: 1.063rem;
}
@media screen and (max-width: 670px) {
  .sport-ground .top .hours table {
    width: 100%;
    float: none;
  }
}
.sport-ground .top .hours tr td:last-child {
  font-weight: 700;
}
.sport-ground .top .amazingslider-space-1 {
  height: 315px !important;
}
.sport-ground .top .amazingslider-bullet-wrapper-1 .amazingslider-bullet-1:nth-child(3n+1) {
  margin-left: 0 !important;
}
.sport-ground .top .amazingslider-bullet-1 {
  width: 31% !important;
  margin: 1% !important;
  height: 95px !important;
}
.sport-ground .top .amazingslider-bullet-1 > div {
  height: 95px !important;
  width: 100% !important;
}
.sport-ground .bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sport-ground .bottom .btn-dropdown {
  float: left;
  width: 16.6666666667%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sport-ground .bottom .btn-dropdown {
    width: 100%;
  }
}
.sport-ground .bottom .btn-dropdown button {
  width: 100%;
  padding: 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #03092D;
  outline: none !important;
}
@media screen and (max-width: 991px) {
  .sport-ground .bottom .btn-dropdown button {
    font-size: 1rem;
  }
}
.sport-ground .bottom .btn-dropdown button.collapsed {
  color: #03092D !important;
  background: transparent !important;
}
.sport-ground .bottom .btn-dropdown.reservations button {
  background: #CA1558;
  color: #fff;
  border-bottom: 5px solid #CA1558;
}
.sport-ground .bottom .btn-dropdown.description button {
  background: #F7480B;
  color: #fff;
  border-bottom: 5px solid #F7480B;
}
.sport-ground .bottom .btn-dropdown.services button {
  background: #FF9D00;
  color: #fff;
  border-bottom: 5px solid #FF9D00;
}
.sport-ground .bottom .btn-dropdown.reviews button {
  background: #03CEA4;
  color: #fff;
  border-bottom: 5px solid #03CEA4;
}
.sport-ground .bottom .btn-dropdown.contact button {
  background: #380058;
  color: #fff;
  border-bottom: 5px solid #380058;
}
.sport-ground .bottom .accordion-group {
  padding-top: 4rem;
}
@media screen and (max-width: 1329px) {
  .sport-ground .bottom .accordion-group .review-reviews,
.sport-ground .bottom .accordion-group .review-form {
    padding: 0 15px;
  }
}
.sport-ground div.collapse#contact .row {
  margin-left: 0;
  margin-right: 0;
}
.sport-ground div.collapse#contact .row div:not(.marker-content-text, .marker-content-button) {
  padding: 0;
}
.sport-ground div.collapse#contact .row div.col-12:first-child {
  padding-left: 0;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  .sport-ground div.collapse#contact .row div.col-12:first-child {
    padding: 0;
  }
}
.sport-ground div#map {
  height: 25.4rem;
}

/* carousel */
.col-lg-6:not(.offset-lg-3) {
  margin: 1rem 0;
}

div.left-inner {
  position: relative;
}

.carousel-item {
  height: 20rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
}

div.carousel-indicators {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 2rem;
  font-size: 0;
}

.carousel-indicators div {
  display: inline-block;
  width: 32.33333333%;
  height: 5rem;
  margin: 0.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
  cursor: pointer;
}
.carousel-indicators div:hover, .carousel-indicators div:focus {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}

/* blog post detail */
div.blog-post-detail div.col-12:not(.comment-text, .add-comment) {
  margin-bottom: 3rem !important;
}
div.blog-post-detail .jumbotron {
  padding: 0;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
}
div.blog-post-detail .jumbotron div.cdate {
  top: 3rem;
  transform: none;
  padding: 0.35rem 1rem;
}
div.blog-post-detail .jumbotron div.cdate p {
  font-size: 1rem;
}
div.blog-post-detail .jumbotron.no-img div.cdate {
  top: 0;
}
div.blog-post-detail h1 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
div.blog-post-detail h2 {
  font-size: 2rem;
}
div.blog-post-detail div.post-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  div.blog-post-detail div.post-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
div.blog-post-detail div.btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7480b;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
}
div.blog-post-detail div.btn a {
  color: #fff;
}

div.side-container {
  margin-bottom: 3rem;
  padding: 1rem;
  box-shadow: 2px 2px 8px 1px #e8e8e8;
}
div.side-container h5 {
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left !important;
}
div.side-container h5.fb {
  margin-top: 2rem;
}

div.popular-posts,
div.popular-coaches {
  margin-bottom: 3rem;
  padding: 1rem;
  box-shadow: 2px 2px 8px 1px #e8e8e8;
}
div.popular-posts h5,
div.popular-coaches h5 {
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left !important;
}
div.popular-posts h5.fb,
div.popular-coaches h5.fb {
  margin-top: 2rem;
}

div.popular-post,
div.popular-coach {
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
div.popular-post:hover, div.popular-post:focus,
div.popular-coach:hover,
div.popular-coach:focus {
  background-color: #f8f8f8;
  transition: all 0.4s ease;
}
div.popular-post div.post-img,
div.popular-post div.coach-img,
div.popular-coach div.post-img,
div.popular-coach div.coach-img {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
div.popular-post div.post-info,
div.popular-post div.coach-info,
div.popular-coach div.post-info,
div.popular-coach div.coach-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 5.8rem);
}
div.popular-post div.post-info h6,
div.popular-post div.coach-info h6,
div.popular-coach div.post-info h6,
div.popular-coach div.coach-info h6 {
  margin-bottom: 0.25rem;
  font-weight: 400;
  color: #505050;
}
div.popular-post div.post-info p,
div.popular-post div.coach-info p,
div.popular-coach div.post-info p,
div.popular-coach div.coach-info p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #a8a8a8;
}

div.coach-info h6 {
  margin-bottom: 2rem !important;
}

div.categories a.ajax {
  color: #505050;
}
div.categories a.ajax.hover, div.categories a.ajax.focus {
  color: #505050;
}
div.categories label.radio-container {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin: 1rem 0;
  cursor: pointer;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.categories label.radio-container input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}
div.categories label.radio-container input:checked ~ span.checkmark {
  background-color: #03cea4;
  border: 2px solid #bebebe;
}
div.categories label.radio-container span.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
}

div.blog-post div.col-xl-6:not(.posts-container),
div.coach div.col-xl-6:not(.posts-container) {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.blog-post nav,
div.coach nav {
  width: 100%;
  margin-right: 15px;
}

div.cdate {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.2rem 0.5rem;
  background-color: #F7480B;
  text-align: center;
}
div.cdate p {
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
div.cdate p:first-of-type {
  font-weight: 700;
}

div.post-container,
div.coach-container {
  margin-bottom: 2rem;
}
div.post-container div.jumbotron,
div.coach-container div.jumbotron {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  height: 15rem;
  border-radius: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  div.post-container div.jumbotron,
div.coach-container div.jumbotron {
    height: 12rem;
  }
}
div.post-container div.jumbotron div.cdate,
div.coach-container div.jumbotron div.cdate {
  top: 3rem;
  transform: none;
  padding: 0.35rem 1rem;
}
div.post-container div.jumbotron div.cdate p,
div.coach-container div.jumbotron div.cdate p {
  font-size: 1rem;
}
div.post-container .inner,
div.coach-container .inner {
  position: relative;
  box-shadow: 2px 2px 8px 1px #e8e8e8;
}
div.post-container div.post-content,
div.post-container div.coach-content,
div.coach-container div.post-content,
div.coach-container div.coach-content {
  padding: 2rem;
  position: relative;
}
div.post-container div.post-content h4,
div.post-container div.coach-content h4,
div.coach-container div.post-content h4,
div.coach-container div.coach-content h4 {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
div.post-container div.post-content h4 a,
div.post-container div.coach-content h4 a,
div.coach-container div.post-content h4 a,
div.coach-container div.coach-content h4 a {
  color: #03092D;
  transition: all 0.2s ease;
}
div.post-container div.post-content h4 a:hover, div.post-container div.post-content h4 a:focus,
div.post-container div.coach-content h4 a:hover,
div.post-container div.coach-content h4 a:focus,
div.coach-container div.post-content h4 a:hover,
div.coach-container div.post-content h4 a:focus,
div.coach-container div.coach-content h4 a:hover,
div.coach-container div.coach-content h4 a:focus {
  color: #F7480B;
  transition: all 0.2s ease;
}
div.post-container div.post-content div.star-ratings,
div.post-container div.coach-content div.star-ratings,
div.coach-container div.post-content div.star-ratings,
div.coach-container div.coach-content div.star-ratings {
  top: 1.75rem;
  bottom: initial;
}
div.post-container div.post-footer,
div.post-container div.coach-footer,
div.coach-container div.post-footer,
div.coach-container div.coach-footer {
  padding-left: 2rem;
}
div.post-container div.post-footer i.fa-heart,
div.post-container div.coach-footer i.fa-heart,
div.coach-container div.post-footer i.fa-heart,
div.coach-container div.coach-footer i.fa-heart {
  color: #03CEA4;
}
div.post-container div.post-footer label,
div.post-container div.coach-footer label,
div.coach-container div.post-footer label,
div.coach-container div.coach-footer label {
  font-weight: 700;
}
div.post-container div.post-footer .right.btn,
div.post-container div.coach-footer .right.btn,
div.coach-container div.post-footer .right.btn,
div.coach-container div.coach-footer .right.btn {
  padding: 0;
  background-color: #03CEA4;
  border-radius: 0;
}
div.post-container div.post-footer .right.btn a,
div.post-container div.coach-footer .right.btn a,
div.coach-container div.post-footer .right.btn a,
div.coach-container div.coach-footer .right.btn a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
}

.right.btn {
  text-align: center !important;
}

div#reviews div.container,
div#comments div.container {
  padding: 0 4rem;
}
@media screen and (max-width: 991px) {
  div#reviews div.container,
div#comments div.container {
    padding: 0 15px;
  }
}

div#comments {
  margin: 4rem 0;
}
@media screen and (max-width: 1329px) {
  div#comments {
    padding: initial;
  }
}
@media screen and (max-width: 991px) {
  div#comments {
    margin: 2rem 0;
  }
}

div.review-reviews,
div.review-form,
div.comment-comments,
div.comment-form {
  display: table-cell;
  width: 50%;
  height: 630px;
  padding: 0 2rem;
}
@media screen and (max-width: 991px) {
  div.review-reviews,
div.review-form,
div.comment-comments,
div.comment-form {
    height: initial;
  }
}

div.review-form div.review-form-form > div,
div.review-form div.comment-form-form > div,
div.comment-form div.review-form-form > div,
div.comment-form div.comment-form-form > div {
  padding: 0;
}
div.review-form div.add-comment,
div.comment-form div.add-comment {
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.review-form h1,
div.comment-form h1 {
    font-size: 3.75rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  div.review-form h6,
div.comment-form h6 {
    font-size: 1rem !important;
  }
}

div.review-reviews,
div.comment-comments {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  div.review-reviews h1,
div.comment-comments h1 {
    font-size: 3.75rem;
    margin-bottom: 0;
  }
}
div.review-reviews h2,
div.comment-comments h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div.review-reviews h6,
div.comment-comments h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  div.review-reviews,
div.comment-comments {
    overflow: visible;
  }
}
div.review-reviews > div.row:first-of-type div,
div.comment-comments > div.row:first-of-type div {
  margin-bottom: 0;
}
div.review-reviews > div.row:last-of-type,
div.comment-comments > div.row:last-of-type {
  height: calc(100% - 3rem);
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  div.review-reviews > div.row:last-of-type,
div.comment-comments > div.row:last-of-type {
    overflow-y: visible;
  }
}
div.review-reviews select,
div.comment-comments select {
  padding: 0.3rem 0.75rem;
  font-size: 0.9rem;
  margin: 0.2rem;
}

div.review-content,
div.comment-content {
  margin: 1rem 0;
  padding: 1rem;
  box-shadow: 2px 2px 8px 1px #e8e8e8;
}
@media screen and (max-width: 991px) {
  div.review-content,
div.comment-content {
    padding: 1rem 0;
  }
}
div.review-content.unpublished,
div.comment-content.unpublished {
  background-color: #eee;
}
div.review-content > div.row,
div.comment-content > div.row {
  margin: 0 0.75rem;
  padding: 0.75rem 0;
}
@media screen and (max-width: 991px) {
  div.review-content > div.row,
div.comment-content > div.row {
    margin: 0;
  }
}
div.review-content > div.row:first-of-type,
div.comment-content > div.row:first-of-type {
  padding-bottom: 0;
}
div.review-content > div.row:last-of-type,
div.comment-content > div.row:last-of-type {
  padding: 0;
}
div.review-content ul,
div.comment-content ul {
  margin-bottom: 0;
}
div.review-content p.unpublished,
div.comment-content p.unpublished {
  color: #f7480b;
}
@media screen and (max-width: 991px) {
  div.review-content p.unpublished,
div.comment-content p.unpublished {
    margin-left: 15px;
  }
}

div.review-img,
div.comment-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ccc;
}

input, select, textarea {
  background-color: #fff;
  border: 1px solid #ced4da;
}

input[type=submit] {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #f7480b !important;
  border-radius: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 490px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
}
input[type=submit].btn-response {
  padding: 0;
  background-color: #fff !important;
  color: #f7480b;
  text-transform: none;
  border: none;
}

textarea {
  width: 100%;
}

div.col-lg-9:not(.coach-list),
div.col-lg-12:not(.coach-list) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  div.col-lg-9:not(.coach-list),
div.col-lg-12:not(.coach-list) {
    margin-top: 0.5rem;
  }
}
div.col-lg-9:not(.coach-list) div.review-img,
div.col-lg-9:not(.coach-list) div.comment-img,
div.col-lg-12:not(.coach-list) div.review-img,
div.col-lg-12:not(.coach-list) div.comment-img {
  margin-right: 0.5rem;
}
div.col-lg-9:not(.coach-list) h5,
div.col-lg-12:not(.coach-list) h5 {
  position: relative;
  top: 0.5rem;
}
div.col-lg-9:not(.coach-list) p:not(.coach-about, .post-about),
div.col-lg-12:not(.coach-list) p:not(.coach-about, .post-about) {
  color: #03CEA4;
}

div.col-lg-3 h5 {
  text-align: right;
}
div.col-lg-3 span.badge {
  padding: 0.35em 0.6em;
  font-weight: 500;
}
div.col-lg-3 ul {
  list-style-type: none;
  padding: 0;
  text-align: right;
}
div.col-lg-3 ul li {
  display: inline-block;
}
div.col-lg-3 ul div.point {
  width: 0.65rem;
  height: 0.6rem;
  background-color: #888;
  border-radius: 50%;
}

div.review-text p,
div.comment-text p {
  padding-top: 0.25rem;
  border-top: 2px solid #ccc;
}

h1 {
  font-size: 4.75rem;
  font-weight: 700;
}

h6 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  div.review-form,
div.comment-form {
    margin-top: 2rem;
  }
}
div.review-form div.row:first-of-type,
div.comment-form div.row:first-of-type {
  margin-bottom: 1rem;
}
div.review-form div.row:first-of-type div:first-of-type,
div.comment-form div.row:first-of-type div:first-of-type {
  padding-left: 0;
}
div.review-form h6,
div.comment-form h6 {
  font-size: 1.45em;
  font-weight: 400;
  margin-top: 0.9rem;
  margin-bottom: 0.1rem;
}
div.review-form textarea,
div.comment-form textarea {
  width: 100%;
}
div.review-form div.col-12,
div.comment-form div.col-12 {
  margin-bottom: 0;
}
div.review-form div.col-lg-9 div.starrating,
div.comment-form div.col-lg-9 div.starrating {
  margin-top: 0.3rem;
}
div.review-form div.col-lg-12 div.starrating,
div.comment-form div.col-lg-12 div.starrating {
  margin-bottom: 0.75rem;
}

h6.ratingsCount {
  font-size: 1.45em;
  font-weight: 400;
  margin-top: 0.9rem;
  margin-bottom: 0.1rem;
}

div.rating {
  position: relative;
  width: 104.15px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  div.rating {
    width: 83.35px;
    height: 27px;
  }
  div.rating div.star-ratings {
    width: 83.35px;
    height: 27px;
  }
  div.rating span {
    font-size: 20px !important;
  }
}

div.star-ratings {
  position: absolute;
  width: 104.15px;
  height: 30px;
  bottom: 0;
  padding: 0;
  color: #6f8c90;
  font-size: 0;
  letter-spacing: 0;
  unicode-bidi: bidi-override;
  white-space: nowrap;
}
@media screen and (max-width: 670px) {
  div.star-ratings {
    width: 83.35px;
    height: 27px;
  }
  div.star-ratings div.star-ratings {
    width: 83.35px;
    height: 27px;
  }
  div.star-ratings span {
    font-size: 20px !important;
  }
}
div.star-ratings.top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  padding: 0;
  color: #f7480b;
  z-index: 1;
  overflow: hidden;
}
div.star-ratings.bottom {
  max-width: 100%;
  width: initial;
  height: 100%;
  padding: 0;
  z-index: 0;
}
div.star-ratings span {
  font-size: 25px;
}

div.review-rating h5 {
  text-align: right;
}
div.review-rating ul {
  text-align: right;
}
div.review-rating li {
  display: inline-block !important;
}

button#getLocation {
  position: absolute;
  height: 40px;
  top: 11px;
  right: 60px;
  border-radius: 0;
  z-index: 999;
}

.fa-heart.fav:not(.dashboard),
.fa-heart.fav1:not(.dashboard) {
  color: #03CEA4;
  cursor: pointer;
}
.fa-heart.fav:not(.dashboard).fav1,
.fa-heart.fav1:not(.dashboard).fav1 {
  color: #f7480b;
}

.fa-times-circle {
  font-size: 2rem;
}

div#snippet--favs {
  display: inline;
}

select#filter_sport,
select#filter_city,
input#datepicker {
  cursor: pointer;
}

input#search {
  border: 1px solid #ced4da;
  text-transform: none !important;
}

.pull-left {
  float: left !important;
}

.ui-datepicker-close {
  display: none !important;
}

.fc-past {
  background-color: #f3f3f3;
}

.language-switch {
  display: inline-block;
  margin-bottom: 1rem !important;
}
.language-switch a.btn {
  padding: 0.375rem 1.35rem;
}
.language-switch .dropdown-menu.show {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
