* {
  box-sizing: border-box; }
  * a {
    color: inherit; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0 0 20px; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding-left: 18px; }

form fieldset {
  margin: 0;
  padding: 0;
  border: none; }
form input, form textarea, form button {
  outline: none;
  font-family: inherit;
  font-size: inherit; }
form textarea {
  resize: none; }
form button {
  cursor: pointer; }
form .validate {
  display: none; }

nav ul {
  padding-left: 0;
  list-style-type: none; }
  nav ul li {
    display: inline-block; }

.content {
  width: 1170px;
  margin: auto; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

strong > * {
  font-weight: bold; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }

  .hide-desktop {
    display: none !important; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
* {
  font-family: proxima-nova,Helvetica,sans-serif;
  font-weight: 200; }

body {
  /*max-width: 1280px;*/
  margin: 0 auto;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

body.admin-bar .site-header {
  margin-top: 32px; }

.carousel {
  max-width: 1170px;
  position: relative;
  margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  /*max-width: 1280px;*/ }
  .site-header .header-top {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 99; }
  .site-header .left {
    float: left; }
    .site-header .left .logo {
      font-family: freight-display-pro,times,serif;
      text-transform: none;
      font-weight: 400;
      color: #009cee;
      margin: 18px 0;
      display: block; }
    .site-header .left > * {
      display: inline-block; }
  .site-header .right {
    float: right; }
    .site-header .right .header_row > * {
      display: inline-block; }
    .site-header .right .header_row > a {
      height: 28px;
      width: 28px;
      background-repeat: no-repeat;
      background-position: center center;
      margin: 7px;
      position: relative;
      top: 7px; }
    .site-header .right .header_row.second {
      text-align: right;
      font-size: 16px;
      font-weight: bold;
      padding-right: 10px;
      margin-top: 5px; }
      .site-header .right .header_row.second .train {
        color: #45beff; }
      .site-header .right .header_row.second .play {
        color: #d13db2; }
      .site-header .right .header_row.second .relax {
        color: #0049b2; }
      .site-header .right .header_row.second .compete {
        color: #3c0d64; }
    .site-header .right .header_row.third {
      text-align: right; }
      .site-header .right .header_row.third .btn {
        width: auto;
        height: auto;
        background-position: center right 25px; }
    .site-header .right form {
      width: 0;
      overflow: hidden;
      transition: width .5s ease-in-out;
      -webkit-transition: width .5s ease-in-out;
      height: 30px;
      position: relative;
      margin: 7px;
      top: 8px; }
      .site-header .right form.form_reveal {
        width: 220px !important;
        margin: 7px; }
      .site-header .right form input {
        position: absolute;
        top: 0;
        height: 100%; }
      .site-header .right form input[type=text] {
        width: 100%;
        padding-left: 25px;
        border-radius: 15px;
        border: 1px solid #d4d4d4; }
      .site-header .right form input[type=submit] {
        left: 0;
        width: 30px;
        border: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: transparent;
        background-image: url(../img/search.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px; }
  .site-header + div {
    margin-top: 225px; }
  .site-header .main-menu {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    height: 45px;
    transition: all .5s ease-in-out; }
    .site-header .main-menu .container {
      /*width: 1280px;*/
      padding-left: 0;
      padding-right: 0; }
    .site-header .main-menu nav > ul {
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      .site-header .main-menu nav > ul li:hover {
        background-color: #45bdff; }
        .site-header .main-menu nav > ul li:hover .sub-menu {
          display: block;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100); }
        .site-header .main-menu nav > ul li:hover ul .sub-menu {
          display: block; }
      .site-header .main-menu nav > ul > li {
        display: inline-block;
        text-align: center;
        min-width: 12%;
        float: left; }
        .site-header .main-menu nav > ul > li a {
          color: #000000;
          font-size: 18px;
          display: block;
          padding: 7px 15px 7px;
          text-decoration: none; }
        .site-header .main-menu nav > ul > li ul.sub-menu {
          display: none;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 200ms ease;
          -moz-transition: 200ms ease;
          -o-transition: 200ms ease;
          transition: 200ms ease;
          border: 1px solid #d6dae0;
          background-color: #fff;
          list-style: none;
          width: auto;
          min-width: 200px;
          position: absolute;
          padding-left: 0px; }
          .site-header .main-menu nav > ul > li ul.sub-menu li {
            padding: 0px 44px 0px 23px;
            white-space: nowrap;
            border-top: 1px solid #d6dae0;
            display: block;
            float: none;
            text-align: left; }
            .site-header .main-menu nav > ul > li ul.sub-menu li:first-child {
              border-top: 0; }
            .site-header .main-menu nav > ul > li ul.sub-menu li:hover {
              color: #fff;
              background-color: #76bfe9; }
  .site-header #search {
    background-image: url(../img/search.png);
    width: 28px;
    height: 28px; }
  .site-header #lock {
    background-image: url(../img/lock.png);
    width: 33px;
    height: 33px; }
  .site-header #phone {
    background-image: url(../img/phone.png);
    width: 32px;
    height: 29px; }
  .site-header.smaller .header-top .left {
    width: 100%;
    text-align: center; }
    .site-header.smaller .header-top .left .logo {
      margin: 5px 0; }
      .site-header.smaller .header-top .left .logo img {
        width: 30%; }
  .site-header.smaller .header-top .right {
    display: none; }
  .site-header #menu-toggle {
    display: none;
    background-image: url(../img/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 0;
    height: 20px;
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out; }

.about .top-image, .classes .top-image, .memberships .top-image, .contact-top .top-image, .facility .top-image, .search_results .top-image, .page-single .top-image, .facilities .top-image {
  height: 255px;
  background-size: cover; }
.about h2, .classes h2, .memberships h2, .contact-top h2, .facility h2, .search_results h2, .page-single h2, .facilities h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
.about .main-content, .classes .main-content, .memberships .main-content, .contact-top .main-content, .facility .main-content, .search_results .main-content, .page-single .main-content, .facilities .main-content {
  text-align: center;
  margin-bottom: 50px; }

.page-single .back_page {
  padding-right: 15px;
  padding-left: 30px;
  background: url(../img/arrow-left-post.png) no-repeat; }
.page-single .facility-gallery {
  margin-top: 35px;
  margin-bottom: 35px;
  display: inline-block; }
  .page-single .facility-gallery .fimg {
    float: left;
    margin-right: 10px; }

.about-us {
  margin-top: 15px; }
  .about-us .about-text .headline {
    margin-bottom: 15px; }
    .about-us .about-text .headline h3 {
      text-align: center;
      font-size: 30px; }
  .about-us .about-text .about-content {
    text-align: center; }

.about .facility-gallery {
  display: inline-block; }
  .about .facility-gallery .fimg {
    float: left;
    margin-right: 10px; }

.birthday-parties .facility-gallery {
  display: inline-block; }
  .birthday-parties .facility-gallery .fimg {
    float: left;
    margin-right: 10px; }

.facilities .facility {
  margin-bottom: 10px; }
  .facilities .facility img {
    margin: 0 auto;
    display: block; }
  .facilities .facility > div {
    text-align: center;
    font-weight: bold; }
.facilities .facilities-button {
  text-align: center; }

.memberships .memberships-content {
  margin-top: 40px; }
  .memberships .memberships-content .memberships-heading {
    text-align: center;
    background-color: #e2e2e2;
    color: #0048b1;
    display: inline-block; }

.search_results .search-result {
  text-align: left;
  margin-bottom: 10px; }
  .search_results .search-result .text-heading h4 a {
    background-image: url("../img/arrow-blue.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px; }

.classes iframe {
  margin-bottom: 50px; }
.classes .facility-gallery {
  display: inline-block; }
  .classes .facility-gallery .fimg {
    float: left;
    margin-right: 10px; }

.facility .facility-top-image {
  height: 120px;
  width: 120px;
  background-size: cover;
  margin: 0 auto; }
.facility .facility-gallery {
  display: inline-block; }
  .facility .facility-gallery .fimg {
    float: left;
    margin-right: 10px; }

.facility-image-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.75); }
  .facility-image-cover .facility-image-popup {
    width: 50%;
    margin: 80px auto;
    text-align: right; }
    .facility-image-cover .facility-image-popup .facility-image-carousel {
      text-align: center; }
  .facility-image-cover .facility-image-close-btn {
    vertical-align: top;
    cursor: pointer;
    font-weight: 400;
    /*padding-right: 20%;*/ }
  .facility-image-cover .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%; }
  .facility-image-cover .owl-controls .owl-buttons > div {
    width: 50px;
    height: 100px; }
  .facility-image-cover .owl-controls .owl-buttons .owl-prev {
    background: url(../img/gallery-left.png) center center no-repeat;
    float: left; }
  .facility-image-cover .owl-controls .owl-buttons .owl-next {
    background: url(../img/gallery-right.png) center center no-repeat;
    float: right; }

.page_divider {
  background-color: #f6f6f6;
  height: 10px;
  margin-top: 15px;
  margin-bottom: 15px; }

.blue-divider {
  background-color: #0048b1;
  height: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px; }

.container {
  max-width: 1280px; }

.btn {
  border-radius: 20px;
  background-position: center right 25px;
  background-repeat: no-repeat;
  max-width: 275px; }

.btn-blue {
  background-color: #45bdff;
  background-image: url(../img/arrow-white.png);
  color: #fff;
  padding: 10px 55px 10px 40px;
  min-width: 175px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #45bdff; }
  .btn-blue:hover {
    background-color: #fff;
    background-image: url(../img/arrow-blue.png);
    color: #45bdff;
    text-decoration: initial; }

.btn-purple {
  background-color: #d13cb1;
  background-image: url(../img/arrow-white.png);
  color: #fff;
  padding: 10px 55px 10px 40px;
  min-width: 175px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #d13cb1; }
  .btn-purple:hover {
    background-color: #fff;
    background-image: url(../img/arrow-blue.png);
    color: #d13cb1;
    text-decoration: initial; }

.homepage-content {
  background-color: #f6f6f6;
  height: 100%; }
  .homepage-content .homepage-content-image {
    float: left; }
  .homepage-content .homepage-content-area {
    /*display: inline;*/
    padding-top: 20px;
    padding-bottom: 20px; }
  .homepage-content .homepage-content-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px; }

.latest {
  margin-bottom: 40px; }
  .latest h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px; }
  .latest .news-item .img-fill {
    height: 100%; }
  .latest .news-item .latest-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .latest .news-item .news-img {
    height: 208px; }
  .latest .news-item .title {
    margin-top: 10px;
    color: #45bdff;
    font-size: 18px;
    margin-bottom: 5px; }
    .latest .news-item .title a {
      background-image: url("../img/arrow-blue.png");
      background-repeat: no-repeat;
      background-position: right;
      padding-right: 15px; }

.colorfull-divider {
  height: 5px; }
  .colorfull-divider .red {
    background-color: #d13cb1;
    height: 5px; }
  .colorfull-divider .blue {
    background-color: #0048b1;
    height: 5px; }
  .colorfull-divider .light-blue {
    background-color: #45bdff;
    height: 5px; }

.contact-top .headline {
  text-align: center; }

.contact-info form > :not(:last-child) {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  padding: 8px 18px;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 0; }

footer .footer-top {
  margin-top: 45px; }
  footer .footer-top .contact-us {
    margin-bottom: 50px; }
    footer .footer-top .contact-us h2 {
      text-align: center;
      margin-bottom: 45px; }
    footer .footer-top .contact-us .contact-text {
      text-align: center; }
  footer .footer-top .contacts .contact-type .contact-image {
    float: left; }
  footer .footer-top .contacts .contact-type .contact-content {
    float: left;
    margin-left: 10px;
    width: 112px; }
  footer .footer-top .contacts .contact-content-heading {
    margin-bottom: 0px;
    color: #45bdff; }
  footer .footer-top .contacts .contact-content-value {
    color: #000000;
    font-weight: bold; }
    footer .footer-top .contacts .contact-content-value .facebook-footer {
      float: left; }
    footer .footer-top .contacts .contact-content-value .twitter-footer {
      float: left;
      margin-left: 4px; }
    footer .footer-top .contacts .contact-content-value .instagram-footer {
      float: left;
      margin-left: 4px; }
  footer .footer-top .message-us {
    text-align: center; }
  footer .footer-top .map {
    width: 100%;
    height: 400px; }
    footer .footer-top .map img {
      width: 100%; }
footer .footer-bottom {
  background-color: #45bdff; }
  footer .footer-bottom .feeds {
    margin-top: 20px; }
    footer .footer-bottom .feeds .feed-item .feed-header {
      background-repeat: no-repeat;
      height: 80px; }
      footer .footer-bottom .feeds .feed-item .feed-header .feed-header-text {
        height: 80px;
        margin-left: 80px;
        display: table; }
        footer .footer-bottom .feeds .feed-item .feed-header .feed-header-text p {
          margin: 0;
          display: table-cell;
          vertical-align: middle; }
          footer .footer-bottom .feeds .feed-item .feed-header .feed-header-text p span.account a {
            color: #ffffff; }
            footer .footer-bottom .feeds .feed-item .feed-header .feed-header-text p span.account a:hover {
              color: #ffffff; }
    footer .footer-bottom .feeds .feed-item.twitter .feed-header {
      background-image: url("../img/tweeter-footer.png");
      background-color: #00aced; }
    footer .footer-bottom .feeds .feed-item.facebook .feed-header {
      background-image: url("../img/facebook-footer.png");
      background-color: #3c599f; }
    footer .footer-bottom .feeds .feed-item.instagram .feed-header {
      background-image: url("../img/instagramlogo.png");
      background-color: #3c599f; }
    footer .footer-bottom .feeds .feed-item .feed-content {
      background-color: #ffffff;
      background-image: url("../img/quote.png");
      background-repeat: no-repeat;
      color: #7c7c7c;
      background-position: 10px 10px;
      text-align: center;
      padding: 40px 0px 0px 0px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 15px; }
      footer .footer-bottom .feeds .feed-item .feed-content .tweet {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        text-align: left; }
  footer .footer-bottom .copyrights {
    height: 90x;
    margin-top: 15px; }
    footer .footer-bottom .copyrights .logo-left {
      background-image: url("../img/mllogo.png");
      height: 87px;
      background-repeat: no-repeat;
      background-position: left bottom; }
    footer .footer-bottom .copyrights .logo-right {
      background-image: url("../img/gd-globe.png");
      height: 87px;
      background-repeat: no-repeat;
      background-position: bottom right; }
    footer .footer-bottom .copyrights .menu_container {
      color: #ffffff;
      text-align: center; }
      footer .footer-bottom .copyrights .menu_container p {
        margin: 0; }
      footer .footer-bottom .copyrights .menu_container ul.menu {
        list-style: none; }
        footer .footer-bottom .copyrights .menu_container ul.menu li {
          display: inline;
          margin-right: 5px;
          padding-right: 8px; }
          footer .footer-bottom .copyrights .menu_container ul.menu li:not(:last-child) {
            border-right: 1px solid #ffffff; }

.carousel {
  background-color: #0048b1; }
  .carousel .owl-item .banner-text {
    position: absolute;
    bottom: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 500px;
    height: 150px;
    left: 5%; }
    .carousel .owl-item .banner-text .small-heading {
      color: #45bdff;
      margin-top: 15px;
      margin-left: 15px; }
    .carousel .owl-item .banner-text .big-heading {
      margin-top: 10px;
      margin-left: 15px;
      color: #000000;
      font-size: 23px; }
    .carousel .owl-item .banner-text .description {
      margin-top: 10px;
      margin-left: 15px;
      color: #7c7c7c; }
  .carousel .owl-item .banner-image {
    height: 440px;
    background-size: cover; }
  .carousel .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%; }
    .carousel .owl-buttons > div {
      width: 78px;
      height: 78px; }
    .carousel .owl-buttons .owl-prev {
      background: url(../img/arrow-left.png) center center no-repeat;
      float: left; }
    .carousel .owl-buttons .owl-next {
      background: url(../img/arrow-right.png) center center no-repeat;
      float: right; }
  .carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 35px;
    left: 10%; }
    .carousel .owl-controls .owl-pagination .owl-page {
      float: left;
      margin-right: 5px; }
      .carousel .owl-controls .owl-pagination .owl-page span {
        padding: 7px;
        background: transparent url("../img/dot-blue.png") no-repeat; }
      .carousel .owl-controls .owl-pagination .owl-page.active span {
        background: transparent url("../img/dot-active.png") no-repeat; }

/* That has to be removed! */
nav#sidr {
  display: none; }

/* Responsive */
@media (max-width: 980px) {
  .site-header .main-menu {
    height: 0px; }
    .site-header .main-menu nav {
      display: none; }
  .site-header #menu-toggle {
    display: inline-block;
    width: 40px;
    position: absolute;
    left: 0;
    top: 15px; }
  .site-header .logo img {
    width: 90%; }
  .site-header .header_row {
    text-align: center;
    display: block;
    font-size: 18px; }
    .site-header .header_row .train {
      color: #45beff; }
    .site-header .header_row .play {
      color: #d13db2; }
    .site-header .header_row .relax {
      color: #0049b2; }
    .site-header .header_row .compete {
      color: #3c0d64; }
  .site-header .mobile-row {
    margin-bottom: 20px; }
    .site-header .mobile-row .header_row {
      text-align: center !important; }
      .site-header .mobile-row .header_row .btn {
        float: left;
        width: 45% !important;
        font-size: 12px;
        padding: 5px 50px 5px 20px;
        min-width: 155px; }

  .homepage-content .homepage-content-area {
    text-align: center; }
    .homepage-content .homepage-content-area .homepage-content-image {
      float: none; }

  footer .footer-top .contacts .contact-type {
    margin-bottom: 15px; }
  footer .footer-top .contacts .contact-content {
    margin-left: 30px; }

  .hide-phone {
    display: none; }

  .show-phone {
    display: block; } }
#popup_window {
  padding: 10px;
  background: #267E8A;
  cursor: pointer;
  color: #FCFCFC;
  margin: 200px 0px 0px 200px; }

.popup-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(254, 254, 254, 0.85);
  top: 0;
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.overlay .popup-overlay {
  opacity: 1;
  left: 0; }

.popup {
  position: fixed;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none; }
  .popup.visible {
    z-index: 9999;
    display: block;
    background-color: rgba(255, 255, 255, 0.8); }
    .popup.visible .popup-body {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .popup.visible .button_close {
      opacity: 1 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .popup.transitioning {
    z-index: 9999; }
  .popup > div {
    border-radius: 4px;
    position: fixed;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    -moz-box-shadow: 1px 2px 3px 1px #b9b9b9;
    -webkit-box-shadow: 1px 2px 3px 1px #b9b9b9;
    box-shadow: 1px 2px 3px 1px #b9b9b9;
    padding: 15px 50px 30px;
    /* Width of popup can be changed */
    width: 80%;
    max-width: 350px;
    z-index: 5001;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 52%;
    text-align: center;
    transition: opacity .2s ease-out; }
  .popup .popup-content {
    overflow-y: auto; }
    .popup .popup-content .popup-title {
      font-size: 24px;
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 10px; }
    .popup .popup-content p {
      font-size: 13px;
      text-align: justify; }

.hours-popup > div, .second-popup > div {
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 780px; }
.hours-popup .content, .second-popup .content {
  background-color: #ffffff;
  z-index: 10;
  padding: 5px;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 5px #888888;
  padding-top: 30px;
  padding-right: 35px; }
.hours-popup .form_close, .second-popup .form_close {
  position: absolute;
  right: 20px;
  top: -10px;
  cursor: pointer; }
.hours-popup .resp-video-center, .second-popup .resp-video-center {
  width: 100%;
  max-width: 575px;
  text-align: initial;
  left: 102px;
  position: absolute;
  top: 40px;
  width: 100%; }

.download-btn {
  text-align: center; }

@media only screen and (max-width: 480px) {
  .site-header .logo {
    text-align: center; }
    .site-header .logo img {
      width: 60%; }
  .site-header .right {
    width: 100%; }
    .site-header .right .header_row.third .btn {
      min-width: 135px;
      padding: 5px 50px 5px 15px; } }
/* Custom, iPhone Retina */
.contact-page-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 40px; }

.contacts-our-team .member-item {
  margin-bottom: 30px; }
  .contacts-our-team .member-item .details-member .member_name {
    font-size: 25px;
    font-weight: bold; }
  .contacts-our-team .member-item .details-member .member_position {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  .contacts-our-team .member-item .details-member .member_email {
    margin-top: 30px; }
  .contacts-our-team .member-item .photo-member-item img {
    width: 100%; }
  .contacts-our-team .member-item .team-row {
    margin-bottom: 50px; }
  .contacts-our-team .member-item .team-row {
    margin-bottom: 50px; }

#cff {
  padding-left: 10px;
  padding-right: 10px; }
  #cff .cff-item {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px; }

.page-news .post-item {
  text-align: left;
  margin-bottom: 70px; }
  .page-news .post-item .post-head .post-title {
    margin-bottom: 15px; }
    .page-news .post-item .post-head .post-title a {
      border-bottom: 1px solid #d6effc;
      padding-bottom: 5px;
      font-size: inherit;
      color: #000;
      font-weight: inherit;
      background: url(../img/arrow-post-title.png) no-repeat;
      background-position: 100% 3px;
      padding-right: 20px;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .page-news .post-item .post-head .post-title a:hover {
        text-decoration: none; }
  .page-news .post-item .post-head .post-date {
    color: #009cee;
    font-size: 16px;
    margin-bottom: 25px;
    font-style: italic; }
.page-news .pagination {
  margin-top: 85px; }
  .page-news .pagination .active-page {
    background-color: #009cee;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0 5px; }
  .page-news .pagination .page-num {
    display: inline-block; }
    .page-news .pagination .page-num .link-page {
      color: #818181;
      text-transform: uppercase;
      padding: 0 5px;
      margin: 0 5px; }
  .page-news .pagination .next_page, .page-news .pagination .prev_page {
    color: #818181; }
    .page-news .pagination .next_page a, .page-news .pagination .prev_page a {
      color: #818181;
      text-transform: uppercase; }
      .page-news .pagination .next_page a:hover, .page-news .pagination .prev_page a:hover {
        color: #009cee;
        text-decoration: none; }
  .page-news .pagination .next_page {
    border-left: #818181 solid 1px;
    padding-left: 15px;
    padding-right: 30px;
    background: url(../img/arrow-right-post.png) no-repeat;
    background-position: 100% 0px; }
  .page-news .pagination .prev_page {
    border-right: #818181 solid 1px;
    padding-right: 15px;
    padding-left: 30px;
    background: url(../img/arrow-left-post.png) no-repeat;
    background-position: 0px 0px; }
  .page-news .pagination .last-page {
    margin-left: 8px;
    color: #818181;
    text-transform: uppercase; }
  .page-news .pagination .first-page {
    margin-right: 8px;
    color: #818181;
    text-transform: uppercase; }

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