@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-ulzwqn');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-ulzwqn') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-ulzwqn') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-ulzwqn') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-ulzwqn#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Panton-LightCaps.otf);
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Panton-BlackCaps.otf);
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
	background: #000; /* Firefox */
    color: #fff;
}
::-webkit-selection {
	background: #000; /* Safari */
    color: #fff;
}
::-o-selection {
	background: #000; /* Opera */
    color: #fff;
}

::-webkit-scrollbar {
    width:10px;
    height:5px
}

::-webkit-scrollbar-track-piece {
    background-color:#333;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    height:5px;
    background-color:#666;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color:#999
}

::-webkit-scrollbar-thumb:horizontal:hover {
    overflow:hidden;
}

body {
    overflow-x: hidden;
	color: #0d0d0d;
	font-size: 16px;
	line-height: 1.25;
	font-family: 'Raleway', 'Panton';
    text-transform: uppercase;
    font-weight: 800;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

.panton {
   font-family: 'Panton' !important; 
}

.about-body {
    /*background: #232526;
    background: -webkit-linear-gradient(to left, #232526 , #414345);
    background: -moz-linear-gradient(to left, #232526 , #414345);
    background: -ms-linear-gradient(to left, #232526 , #414345);
    background: -o-linear-gradient(to left, #232526 , #414345);
    background: linear-gradient(to left, #232526 , #414345);*/
    background: url(../images/lodyas.png) repeat !important;
}

.about-bg {
    background: url(../images/bg-services-block-1.png) repeat;
    background-size: 1000px !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -100;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}

.spinner-cubes { 
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%; 
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner-cube1, .spinner-cube2 {
    background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.spinner-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(84px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(84px) translateY(84px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(84px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(84px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(84px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(84px) translateY(84px) rotate(-179deg);
    -webkit-transform: translateX(84px) translateY(84px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(84px) translateY(84px) rotate(-180deg);
    -webkit-transform: translateX(84px) translateY(84px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(84px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(84px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

a, a:visited, a:focus {
    color: #ca0101;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #ca0101;
    text-decoration: none;
}

.clr { 
    clear: both;
}

.fixed-bottom-center {
    position: fixed;
    bottom: 20px; 
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.abs-middle {
    position: absolute;
    top: 50%; 
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.relative-middle {
    position: relative;
    top: 50%; 
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-middle {
    position: relative;
    top: 50%; 
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-middle {
    position: relative;
    left: 50%; 
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.laptops-select-lang {
    position: absolute;
    z-index: 70;
    right: 10px;
    top: 10px;
    font-size: 1.0em;
    color: #fff;
}

.laptops-select-lang a {
    color: #fff !important;
    font-size: 1.0em;
}

.laptops-select-lang a:hover {
    color: #ca0101;
}

/* NAVBAR (MOBILE) */
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}   
    
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

.navbar {
    display: none;
    position: absolute;
    z-index: 70;
    border: 0;
}

.navbar-nav {
    height:calc(100vh - 50px);
    height:-ms-calc(100vh - 50px);
    height:-o-calc(100vh - 50px);
    height:-moz-calc(100vh - 50px);
    height:-webkit-calc(100vh - 50px);
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mobile-select-lang {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.3em;
}

.mobile-select-lang a {
    color: #fff;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* MAIN MENU */

.menu-wiz-logo {
    position: relative;
    top: 50px;
    width: 100%;
    height: 16vw;
    z-index: 97;
}

.home-menu-item a, .home-menu-item a:focus, .home-menu-item a:visited {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Source Sans Pro', 'Panton';
    text-transform: uppercase;
    color: #fff;
    width:20%;
    font-size: 2.0em;
    text-align: center; 
    float:left;
    
    position: relative;
    top: 50%; 
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-menu-item a:hover {
    text-decoration: none;
    color: #ca0101;
}

.home-page-logo {
    width:20%;
    text-align: center;
    float:left;
}

@keyframes pulse {
  from, to {
    -moz-transform: scale(1.0) ;
    -ms-transform: scale(1.0) ;
    -o-transform: scale(1.0) ;
    transform: scale(1.0) ;
  }
  50% {
    -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
    transform: scale(1.1) ;
  }
}

@-webkit-keyframes pulse {
  from, to {
    -webkit-transform: scale(1.0) ;
  }
  50% {
    -webkit-transform: scale(1.1) ;
  }
}

.home-page-logo:hover {
    cursor: pointer;
    animation: pulse 1.4s infinite;
}

.home-brand-logo {
    width: 100%;
    float: none;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}

.home-brand-logo img {
    padding-top: 70px;
    width: 45%;
}

.home-page-logo img {
    width: 80%;
}

.col-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.text-dark {
    color: #2a2a2a;
}

.text-red {
    color: #ca0101;
}

.text-light {
    color: #d9d9d9;
}

#page-top i {
    font-size: 55px;
}

.overlay5d {
    background: #5d5d5d;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ABOUT */

.about-block-1 {
    padding-bottom: 50px;
}
    
.about-block-1 > .about-row-1 {
    padding-top: 120px;
}

.about-block-2 {
    padding-top: 50px;
    background: #fff;
}

.about-block-3 {
    padding-top: 100px;
    margin-bottom: 50px;
}

.about-img {
    text-align: center;
    margin-bottom: 50px;
}

.about-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.duct-tape-left {
    background-image: url(../images/duct-tape-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 20%;
    height: 50%;
    top: -7%;
    left: 7%;
}

.duct-tape-right {
    background-image: url(../images/duct-tape-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 20%;
    height: 50%;
    top: -7%; 
    right: 7%;
}

.about-text {
    font-size: 1.6em;
}

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

.text-align-right {
    text-align: right;
}

.about-paper-1, .about-paper-3 {
    background: url(../images/about-paper-1.png);
    height: 94px;
    width: 100%;
    background-repeat: repeat-x;
}

.about-row-2>.about-text {
    margin-bottom: 50px;
}

.about-paper-2 {
    background: url(../images/about-paper-2.png);
    height: 94px;
    width: 100%;
    background-repeat: repeat-x;
}

.about-get-involved {
    text-align: center;
    background: #fff;
    padding: 20px;
    padding-top: 0px;
}

.about-get-involved a {
    color: #ca0101;
}

/* SERVICES */

.white-strip {
    display: none;
    height: 20px;
    width: 100%;
    background: #fff;
}

.services-block-1 {
    min-height: 100vh;
    background: url(../images/bg-services-block-1.png) repeat;
    background-size: 1000px !important;
    background-attachment: fixed;
    width: 100%;
    z-index: -100;
}

.services-list {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: calc(100vh - 80px - 16vw);
    height: -o-calc(100vh - 80px - 16vw);
    height: -moz-calc(100vh - 80px - 16vw);
    height: -webkit-calc(100vh - 80px - 16vw);
    height: -ms-calc(100vh - 80px - 16vw);
}

.services-list-item {
    position: relative;
    height: 85%;
    margin: 5% 2.5%;
    width: 20%;
    background: transparent;
    float: left;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
    -o-box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
}

.services-list > a > .list-item2, .services-list > a > .list-item4 {
    margin-top: 7.5%;
}

.services-list > a > .list-item1 {
    background: url(../images/service1bg.jpg) no-repeat;
    background-position: center;
}

.services-list > a > .list-item2 {
    background: url(../images/service2bg.jpg) no-repeat;
    background-position: center;
}

.services-list > a > .list-item3 {
    background: url(../images/service3bg.jpg) no-repeat;
    background-position: center;
}

.services-list > a > .list-item4 {
    background: url(../images/service4bg.jpg) no-repeat;
    background-position: center;
}

.services-list-item > div > img {
    width: 70%;
    margin-bottom: 15px;
}

.services-list > a:hover > .services-list-item {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 180px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 180px rgba(0, 0, 0, 1) inset;
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 180px rgba(0, 0, 0, 1) inset;
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 180px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 180px rgba(0, 0, 0, 1) inset;
}

.services-block-gym, .services-block-spa, .services-block-pool, .services-block-nutrition, .services-block-prices {
    min-height: 100vh;
    position: relative;
    background: transparent;
}

.services-block-prices {
    border-bottom: 0px;
}

.gym-cool-man {
    padding-top: 0vh;
    float: none;
    margin: 0 auto;
    padding-bottom: 5vh;
}

.gym-heading {
    text-align: center;
    color: #ca0101;
    padding-bottom: 5vh;
    font-size: 7em;
}

.spa-heading {
    float: none;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5vh;
    font-size: 7em;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.pool-heading {
    padding-top: 50vh;
    float: none;
    margin: 0 auto;
    padding-bottom: 10vh;
}

.prices-heading {
    float: none;
    margin: 0 auto;
}

.prices-heading img {
    width: 100%;
}

.pool-info, .gym-info, .spa-info {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    float: none;
    margin: 0 auto;
    padding-bottom: 10vh;
}

.nutrition-heading {
    color: #ca0101;
    font-size: 2.2em;
}

.nutrition-info {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    padding-bottom: 10vh;
}

.nutrition-info-left-one {
    padding-top: 10vh;
}

.nutrition-info-right-one {
    padding-top: 30vh;
}

.nutrition-drink {
    padding-top: 10vh;
    padding-bottom: 10vh;
    text-align: center;
}

.drink-separated {
    position: absolute;
    width: 100%;
}

.drink-separated > div > img {
    position: relative;
    left: 10.4%;
}

.drink-together-forever {
    width: 100%;
    position: relative;
    opacity: 0;
}
    
.drink-together-forever > div > img {
    width: 100%;
    position: relative;
    left: 5.2%;
}

.drink-glass, .drink-water, .drink-ice-cubes {
    width: 80%;
}

.drink-glass img, .drink-water img, .drink-ice-cubes img {
    width: 100%;
}

.services-block-spa > div > .text-left {
    padding-top: 10vh;
}

.services-block-spa > div > .text-right {
    padding-top: 10vh;
}

.price-tag {
    float: left;
    width: 50%;
    padding: 50px;
    font-size: 2.2em;
}

.price-tag-odd {
    padding-top: 80px;
}

.price-tag-even {
    padding-top: 50px;
    text-align: right;
}

.download-pdf-prices {
    padding: 20px;
    padding-top: 0px;
    text-align: center;
    font-size: 1.6em;
}

.services-block-prices a {
    color: #ca0101;
}

/* SHEDULE */

.schedule-body {
    background: #242424;
}

.schedule-block-1 {
    min-height: 115vh;
    background: #2689b8;
}

.morning-wrapper {
    position: absolute;
    top: -moz-calc(12.8vh + 200px);
    top: -o-calc(12.8vh + 200px);
    top: -ms-calc(12.8vh + 200px);
    top: -webkit-calc(12.8vh + 200px);
    top: calc(12.8vh + 200px);
    width: 100%;
}

.morning-txt, .night-txt {
    text-align: center;
}

.morning-txt img, .night-txt img {
    width: 90%;
    margin-bottom: 30px;
}

.schedule-block-1 > .morning-wrapper > .morning > .coldays, .schedule-block-2 > .night > .night-in > .coldays {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.schedule-block-1 > .morning-wrapper > .morning > .coldays > .col-week-day, .schedule-block-2 > .night > .night-in > .coldays > .col-week-day {
    width: 14.28%;
    text-align: center;
    font-size: 2.5em;
    color: #fffeff;
    float: left;
}

.schedule-block-2 > .night > .night-in > .coldays > .col-week-day {
    color: #8383a5;    
}

.sun-img {
    width: 45%;
    right: 2%;
    bottom: -10%;
    position: absolute;
    text-align: center;
}

.sun-img img, .moon-img img {
    width: 100%;
}

.schedule-block-2 {
    min-height: 100vh;
    background: #00021c;
}

.night-in {
    position: relative;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.moon-mob {
    display: none;
    width: 50%;
}

.moon-img {
    height: 80vh;
    width: 100%;
    text-align: center;
}

.moon-img img {
    margin-top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.schedule-block-3 {
    min-height: 100vh;
    background: #7a87aa;
}

.what-about-ladies {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.what-about-ladies img {
    height: 80vh;
}

.ladies {
    padding-top: 10vh;
}

.ladies-txt {
    text-align: center;
}

.ladies-txt img {
    width: 90%;
    margin-bottom: 30px;
}

.ladies-txt:nth-child(1) img {
    width: 70%;
}

.ladies-txt:nth-child(3) img {
    width: 80%;
}

.schedule-block-3 > .ladies > .coldays {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.schedule-block-3 > .ladies > .coldays > .col-week-day {
    width: 20%;
    text-align: center;
    font-size: 2.5em;
    color: #242424;
    float: left;
}

.schedule-block-3 > .ladies > .ladies-txt:nth-child(5) img, .schedule-block-3 > .ladies > .ladies-txt:nth-child(6) img {
    width: 30%;
    margin-bottom: 0px;
}

.schedule-block-3 > .ladies > .ladies-txt:nth-child(5) img {
    margin-right: 5%;
}

.chuvixa {
    text-align: center;
    z-index: 100;
}

.lady-separated {
    position: absolute;
    width: 100%;
}

.lady-separated > div img {
    height: 100vh;
}

.schedule-scroll {
    position: absolute;
    margin-top: 100vh;
    left: 50%;
    transform: translate(-50%, -120%);
}

.schedule-scroll a { 
    color: #ca0101;
}