/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

.video {
  position: relative;
}

.video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.video iframe {
  width: 170px;
  height: 120px;
}

.media .image {
  float: left;
  margin: 0 10px 10px 0;
}

.media h2 {
  clear: both;
}

#main-contact label {
  width: 80px;
  display: inline-block;
  *display: inline;
}

#mainmap {
  width: 100%;
  height: 300px;
  margin: 2em 0;
  color: #666;
}

form .required label {
  padding-right: 8px;
  background: url("../images/required.png") no-repeat right 3px;
}

.news img {
  margin-left: 10px;
  margin-bottom: 5px;
}

.news li {
  margin-bottom: 1em;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", Arial;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 2em;
  margin-top: 0;
}
h1 small, .h1 small {
  font-size: 0.4em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mceContentBody ul, .mce-content-body ul, .page-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .page-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .page-content p {
  margin-bottom: 1em;
}

body {
  background: #000 url(../images/layout/bg.jpg) no-repeat center 0;
  background-attachment: fixed;
}

.flex {
  display: flex;
}
.flex.flex-spread {
  justify-content: space-between;
}

.fancybox-inner .confirm-flash {
  padding: 20px;
}

/*---------------------------------------------
-- header
---------------------------------------------*/
.menu-switcher {
  cursor: pointer;
  position: absolute;
  font-size: 40px;
  padding-top: 0.2em;
  top: 10px;
  right: 3.649635036%;
  border-top: 0.12em solid #eee;
}
.menu-switcher:before {
  content: "";
  display: block;
  width: 1em;
  height: 0.2em;
  border-top: 0.12em solid #eee;
  border-bottom: 0.12em solid #eee;
}

.user-area a {
  color: #fff;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
input.text, .datetimepicker {
  width: 200px;
}

select {
  width: 200px;
  box-sizing: content-box;
}

input.text, textarea, select, .datetimepicker {
  border: 1px solid #a50f25;
  background: #eee;
  color: #000;
  outline: 0;
  padding: 5px;
  margin: 3px 0;
}

.ui-datepicker select {
  padding: 3px;
  box-sizing: border-box;
}

select {
  width: 335px;
}

form th {
  width: 270px;
  padding-top: 8px;
  padding-right: 14px;
  text-align: right;
  vertical-align: top;
}

form .info {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
  position: relative;
  background: url(../images/layout/icon-i.png) no-repeat 0 0;
}
form .info .wrap {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: none;
  width: 200px;
}
form .info .wrap img {
  height: auto;
  width: 100%;
}
form .info:hover .wrap {
  display: block;
}

input.button {
  border: 0;
  cursor: pointer;
}

.link-button {
  position: relative;
  display: inline-block;
  padding: 12px 26px;
  color: #fff;
  font-weight: bold;
  background-color: #550915;
  background-image: -o-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -moz-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -webkit-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -ms-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ae0f20), color-stop(1, #550915));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.link-button:hover {
  background-color: #ae0f20;
  background-image: -o-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -moz-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -webkit-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -ms-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #550915), color-stop(1, #ae0f20));
  color: #fff;
  text-decoration: none;
}
.link-button.small {
  padding: 8px 14px;
  font-weight: normal;
  font-size: 12px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.back-to-gyms, .back-to {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -115px;
  width: 39px;
  height: 230px;
  background-color: #ae0f20;
  background-image: linear-gradient(90deg, #550915 0%, #ae0f20 100%);
}
.back-to-gyms:hover, .back-to:hover {
  opacity: 0.8;
}
.back-to-gyms span, .back-to span {
  font-weight: bold;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  width: 230px;
  line-height: 39px;
  text-align: center;
  transform: translateY(-39px) rotate(90deg);
  transform-origin: bottom left;
}

.back-to-web {
  /*background: url(../images/layout/back-to-web.png) no-repeat 0 0;*/
}

.only-buttons-form {
  text-align: center;
}
.only-buttons-form table {
  width: 100%;
}
.only-buttons-form th {
  display: none;
}

.dependent-select-info {
  font-size: 13px;
  padding: 10px 0;
  display: block;
}

legend {
  font-weight: bold;
}

fieldset {
  margin-bottom: 2em;
}

.main-menu {
  display: none;
  margin-bottom: 20px;
  padding: 20px 0;
}
.main-menu a {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.rect-button {
  display: inline-block;
  border: 1px solid #8a8c8e;
  color: #fff;
  padding: 10px 0;
  width: 180px;
  text-align: center;
  transition: all 0.3s;
}
.rect-button:hover {
  border-color: #a50f25;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.box .title, .gyms-list li .title {
  cursor: pointer;
  transition: color 0.3s;
  background: #8a8c8e;
  font-size: 28px;
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
  text-transform: uppercase;
}
.box .title .over, .gyms-list li .title .over {
  border: 0;
}
.box .title:hover, .gyms-list li .title:hover {
  color: #bb0000;
}
.box .title:after, .gyms-list li .title:after {
  content: " ";
  display: block;
  height: 27px;
  width: 100%;
  margin-top: -8px;
  background: url(../images/layout/gyms-bg.png) repeat-x 0 bottom;
}
.box .content, .gyms-list li .content {
  display: none;
  position: relative;
  background: #000;
  text-align: right;
  border: 1px solid #8a8c8e;
  border-top: 0;
  overflow: hidden;
}
.box .content img, .gyms-list li .content img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
.box .content img.with-margins, .gyms-list li .content img.with-margins {
  top: 20%;
  bottom: 20%;
  height: 60%;
  margin: 0 26px;
}
.box .content .marginer, .gyms-list li .content .marginer {
  position: relative;
  padding: 20px;
  z-index: 1;
}
.box .content .c1, .gyms-list li .content .c1 {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 5px;
}
.box .content .c2, .gyms-list li .content .c2 {
  font-size: 19px;
  margin-bottom: 5px;
}
.box .content .c3, .gyms-list li .content .c3 {
  font-size: 13px;
}
.box .over, .gyms-list li .over {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #8a8c8e;
  border-top: 0;
  transition: border-color 0.3s;
  background-image: url("iehack:///");
}
.box .over:hover, .gyms-list li .over:hover {
  border-color: #bb0000;
}

.gyms-list {
  list-style-type: none !important;
}
.gyms-list li {
  width: 100%;
  margin-top: 4px;
}
.gyms-list.sports li .content {
  border: 0;
  padding-bottom: 70%;
}
.gyms-list.sports li .content.black {
  color: #000;
}
.gyms-list.sports li .content > div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gyms-list.sports li .content .c1 {
  font-size: 30px;
  font-weight: 300;
}

.tbl.availability-table {
  font-size: 0.9em;
}
.tbl.availability-table th, .tbl.availability-table td {
  padding: 6px 10px;
}
.tbl.availability-table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  text-align: left;
}
.tbl.availability-table td.full {
  background: #a50f25;
}
.tbl.availability-table td.available {
  background: #558454;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.gyms-map {
  position: relative;
}
.gyms-map .box, .gyms-map .gyms-list li, .gyms-list .gyms-map li {
  position: absolute;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.sport-detail {
  max-width: 720px;
  margin: 0 auto;
}
.sport-detail .sport-image {
  margin: 0 16px 5px 0;
  float: left;
}
.sport-detail .media-wrapper {
  margin-top: 2em;
}

.red-button, input.button {
  position: relative;
  display: inline-block;
  padding: 12px 36px 12px 26px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 50px 0;
  background-color: #550915;
  background-image: -o-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -moz-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -webkit-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -ms-linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: linear-gradient(top, #ae0f20 0%, #550915 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ae0f20), color-stop(1, #550915));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.red-button:hover, input.button:hover {
  background-color: #ae0f20;
  background-image: -o-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -moz-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -webkit-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -ms-linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: linear-gradient(top, #550915 0%, #ae0f20 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #550915), color-stop(1, #ae0f20));
  color: #fff;
  text-decoration: none;
}
.red-button:after, input.button:after {
  content: " ";
  position: absolute;
  right: -45px;
  width: 69px;
  height: 76px;
  background: url(../images/layout/pointer.png) no-repeat 0 0;
}
.reservation-form .red-button, .reservation-form input.button {
  margin-bottom: 10px;
}
.red-button.no-pointer:after, input.no-pointer.button:after {
  display: none;
}

.media-wrapper {
  position: relative;
}
.media-wrapper .media-next, .media-wrapper .media-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
}
.media-wrapper .media-next {
  right: -20px;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ae0f1f;
}
.media-wrapper .media-prev {
  left: -25px;
  border-width: 20px 20px 20px 0;
  border-color: transparent #ae0f1f transparent transparent;
}

.faq {
  margin: 2em 0;
}

.question {
  cursor: pointer;
  padding: 10px 20px;
  background: #8a8c8e;
  margin-top: 1em;
}
.question:before {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  width: 10px;
  height: 7px;
  background: url(../images/layout/faq-marker.png) no-repeat 0 0;
  content: "";
  font-size: 18px;
}
.question:hover {
  background: #eee;
  color: #a50f25;
}

.answer {
  padding: 10px 20px;
  display: none;
}

.page-content .tour {
  margin-bottom: 2em;
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: my-badass-counter;
}
.page-content .tour li {
  opacity: 0.5;
  box-sizing: border-box;
  position: relative;
  padding: 1%;
  float: left;
  border: 1px solid #eee;
  width: 24%;
  margin-right: 1%;
  height: 80px;
}
.page-content .tour li:before {
  text-align: center;
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.page-content .tour li.active {
  opacity: 1;
}
.page-content .tour.first-step {
  text-align: center;
}
.page-content .tour.first-step li {
  display: none;
}
.page-content .tour.first-step li.first {
  display: inline-block;
  padding-left: 8px;
  float: none;
}
.page-content .tour.first-step li:before {
  display: none;
}

.page-content a {
  color: #fff;
}
.page-content a:hover {
  color: #ff1d3e;
}

/*---------------------------------------------
-- user
---------------------------------------------*/
.presenter-user form table, .presenter-user form tbody, .presenter-user form tr, .presenter-user form th, .presenter-user form td {
  display: block;
  text-align: left;
}

.tbl {
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
}
.tbl thead td, .tbl thead th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  text-align: left;
}
.tbl td, .tbl th {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-bottom: 2px solid transparent;
}

.year-selector select {
  width: 80px;
}

.user-contracts-table, .user-classes-table {
  font-size: 0.9em;
}
.user-contracts-table .storno, .user-classes-table .storno {
  text-decoration: line-through;
  opacity: 0.5;
}

.reservation-detail-table td, .reservation-detail-table th {
  padding: 5px 0;
  text-align: left;
}
.reservation-detail-table th {
  font-weight: bold;
  padding-right: 20px;
}

.user-reservation-form {
  margin: 0 auto;
  max-width: 480px;
}
.user-reservation-form input, .user-reservation-form select, .user-reservation-form textarea {
  width: 100%;
  box-sizing: border-box;
}
.user-reservation-form textarea {
  height: 80px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
footer {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}
footer .credits {
  line-height: 1.3em;
  padding-left: 157px;
  padding-top: 15px;
  position: relative;
  display: inline-block;
}
footer .credits .logo {
  position: absolute;
  top: 0;
  left: 0;
}
footer .credits a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
footer .credits a:hover {
  color: #ff1d3e;
}

body {
  min-width: 280px;
}

.h1 {
  font-size: 45px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/layout/arrow-down.png) no-repeat center bottom;
}
.h1.without-arrow {
  background: none;
  margin-bottom: 10px;
}

.container.main {
  padding: 54px 3.649635036%;
}

.user-area {
  position: absolute;
  top: 18px;
  right: 80px;
}

.gyms-map, .back-to {
  display: none;
}

.media-wrapper .media-next, .media-wrapper .media-prev {
  display: none;
}

.page-content {
  min-height: 600px;
}

@media (max-width: 480px) {
  .reservation-form table, .reservation-form tr, .reservation-form td, .reservation-form th {
    display: block;
    text-align: left;
  }
  .reservation-form table input, .reservation-form table select, .reservation-form table textarea, .reservation-form tr input, .reservation-form tr select, .reservation-form tr textarea, .reservation-form td input, .reservation-form td select, .reservation-form td textarea, .reservation-form th input, .reservation-form th select, .reservation-form th textarea {
    width: 100%;
  }
  .page-content .tour li {
    font-size: 13px;
    padding: 8px;
  }
  .page-content .tour li:before {
    display: none;
  }
}
@media (min-width: 480px) {
  .gyms-list {
    text-align: center;
  }
  .gyms-list li {
    display: inline-block;
    width: 100%;
  }
  .gyms-list li .title {
    display: none;
  }
  .gyms-list li .content {
    display: block;
  }
  .gyms-list li .over {
    border-top: 1px solid #8a8c8e;
  }
  .gyms-list.sports {
    margin-left: -28px;
  }
  .gyms-list.sports li {
    width: 250px;
    margin: 0 0 28px 28px;
  }
  .page-content .tour li {
    font-size: 13px;
    padding: 8px;
  }
  .page-content .tour li:before {
    display: none;
  }
}
@media (min-width: 620px) {
  .gyms-list.gyms {
    margin: 0 -14px;
  }
  .gyms-list.gyms li {
    vertical-align: top;
    width: 45%;
    margin: 1.9%;
    height: 210px;
  }
  .gyms-list.gyms li .content {
    height: 100%;
  }
  .media-wrapper {
    min-width: 720px;
  }
  .media-wrapper .media {
    height: 120px;
    overflow: hidden;
  }
  .media-wrapper .media-next, .media-wrapper .media-prev {
    display: block;
  }
  .page-content .tour li {
    font-size: 16px;
    padding: 8px;
    padding-left: 40px;
  }
  .page-content .tour li:before {
    width: 40px;
    font-size: 28px;
    line-height: 50px;
    display: block;
  }
  .page-content .tour li.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 95px;
    height: 17px;
    left: 50%;
    margin-left: -47px;
    background: url(../images/layout/arrow-down.png) no-repeat center bottom;
  }
}
@media (min-width: 880px) {
  body {
    /*background-position: center 90px;*/
  }
  .back-to {
    display: block;
  }
  .menu-switcher {
    display: none;
  }
}
@media (min-width: 960px) {
  .no-touch .gyms-list.gyms {
    display: none;
  }
  .no-touch .gyms-map {
    width: 100%;
    min-height: 10px;
    display: block;
  }
  .gyms-list.gyms li {
    width: 28.333%;
    height: 250px;
  }
  .box .title, .gyms-list li .title {
    display: none;
  }
  .box .content, .gyms-list li .content {
    display: block;
    border-top: 1px solid #8a8c8e;
  }
  .page-content .tour li {
    padding-left: 57px;
    height: 80px;
    font-size: 25px;
  }
  .page-content .tour li:before {
    margin-top: 10px;
    width: 57px;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1096px) {
  .container {
    max-width: 1096px;
    margin: 0 auto;
  }
  .h1 {
    font-size: 61px;
    margin-bottom: 60px;
  }
}

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