/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16-mar-2017, 14.33.17
    Author     : designtemp
*/

html,
body {
    margin:0;
    padding:0;
    height:100%;
    background-color: #fff !important;
}

.logo{
    width: 250px;
    margin-top: 10px;
}

.gym-presentation{
    font-family: 'helvetica neue';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    white-space: normal;
}

.hero-title{
    font-family: 'HelveticaNeueCondensedBold';
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    border-top: 0px !important;
    margin: 0px;
}

.hero-button{
    padding: 10px 50px;
    border: 2px solid #2d2d35;
    border-radius: 4px;
    letter-spacing: 5px;
    color: #fff;
    font-family: 'helvetica neue';
    font-weight: 500;
    font-size: 16px;
}

.hero-button:hover{
    background-color: #2d2d35;
    color: #fff;
    transition: 0.3s;
}

.img-news{
    -webkit-box-shadow: 0px 6px 41px -12px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 41px -12px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 41px -12px rgba(0,0,0,0.5);
    transition: all 0.3s ease-out;
}

.img-news:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in;
}

.title-news{
    font-size: 25px;
}

.body-news{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    font-family: 'helvetica neue';
    /*min-height: 60px;*/
}

.title-article_container{
    display:flex;
    align-items: center;
    /*min-height: 64px;*/
}

.body-article_container{
    position:relative;
    bottom:0px;
}

.article-wrapper{
    padding:0px 0px;
}

.wrap-download{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 340px;
}

.card{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0px 8px 30px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 8px 30px -12px rgba(0,0,0,0.4);
    box-shadow: 0px 8px 30px -12px rgba(0,0,0,0.4);
    transition: all 0.3s ease-out;
}

.card:hover{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in;
}

.uppercase p{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.image-detail{
    height: 442px;
}

.carousel-responsive{
    height: 500px;
}

.copyright, .cookie{
    margin:20px 0;
}

.cookie{
  text-align: right;
}

.info{
  text-align: center;
}

.social{
  background-color:#e11923;
  text-align: center;
  color:#fff;
  font-size:16px;
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
}

.social i{
  padding:0 5px;
  color:#fff!important;
  font-size:18px;
}

.scrolltop{
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  top: -25px;
  right: 25px;
  z-index: 999999;
  text-align: center;
  line-height: 50px;
  background-color: #e11923;
}

@media (max-width: 1199px){
    .logo{
        margin-top: 20px;
    }
}

@media (max-width: 992px){
    .logo{
        margin-top: 30px;
    }
    .hero-title{
        font-size: 30px;
    }
    #inline-carousel .hero h1{
        border: none;
        background: none !important;
        position: initial !important;
        padding: 0px !important;
    }
    .hero-button{
        padding: 10px 40px;
        margin-top: 20px;
    }
    .article-wrapper{
        padding: 20px 15px;
    }
    .title-article_container{
        min-height: auto;
    }
    .wrap-download{
        align-items: center;
        height: 100%;
        text-align: center;
    }
    .widget-download .container p{
        text-align: center
    }
    .widget-download .container h3{
        text-align: center;
    }
    .margin-responsive{
        margin-top: 30px !important;
    }
    .carousel-responsive{
        height: 450px;
    }
}

@media (max-width: 400px){
    .gym-presentation{
        font-size: 15px;
        text-align: center;
    }
    .logo{
        width: 190px;
        margin-top: 0px;
    }
    .hero-title{
        font-size: 25px !important;
    }
    .hero-button{
        padding: 10px 20px;
    }
    .img-news{
        -webkit-box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.5);;
        -moz-box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.5);;
        box-shadow: 0px 20px 60px -30px rgba(0,0,0,0.5);;
    }
    .article-wrapper{
        padding:0px 20px 30px;
    }
    .image-detail{
        height: 300px;
    }
    .carousel-responsive{
        height: 300px;
    }
}

#wrapper {
	min-height:100%;
	position:relative;
}

.article-height{
    min-height:455px !important;
}

@media(max-width:500px){
    .article-height{
        min-height:520px !important;
    }
}

/*.carousel-indicators li{
    border: 1px solid #e00074 !important;
}*/

.carousel-indicators .active{
    background-color: #fff !important;
}

.carousel-control.right{
    left: auto;
    right: 0;
    background-color: #e11923 !important;
    height: 30%;
    top: 33%;
    max-width: 60px;
    background-image: none !important;
    background-repeat: no-repeat !important;
}
.carousel-control.right + next-img-hero :hover{
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.carousel-control.left{
    right: auto;
    left: 0;
    background-color: #e11923 !important;
    height: 30%;
    top: 33%;
    max-width: 60px;
    background-image: none !important;
    background-repeat: no-repeat !important;
}
.carousel-control.left:hover{
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.carousel-control{
    text-shadow: none !important;
    transition: all .2s ease-out;
}
.carousel-control:hover{
    color: #e11923 !important;
    background-color: #fff !important;
    transition: all .2s ease-in;
}

.static-button{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    min-height: 170px;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(224, 0, 116,0.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(224, 0, 116.1);
    box-shadow: 0px 0px 7px 0px rgba(224, 0, 116, .1);
    transition: all 0.2s ease-out;
}
.static-button__text{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.static-button__img{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media(max-width:991px){
    .static-button{
        min-height: 160px;
    }
}
.static-button:hover{
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(224, 0, 116,0.08);
    -moz-box-shadow: 0px 0px 25px 5px rgba(224, 0, 116,0.08);
    box-shadow: 0px 0px 25px 5px rgba(224, 0, 116, .08);
    transition: all 0.2s ease-in;
}


/* position dots up a bit */
.flickity-page-dots {
  bottom: -22px !important;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px !important;
  width: 40px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.flickity-prev-next-button:disabled{
    display: none;
}

.flickity-page-dots .dot{
    background: #e11923 !important;
}

.flickity-prev-next-button{
    width: 50px !important;
    height: 50px !important;
    background: #e11923;
    background: rgba(225, 25, 35, 0.7) !important;
}

.flickity-prev-next-button svg{
    left: 30% !important;
    top: 30% !important;
    width: 40% !important;
    height: 40% !important;
}
.flickity-prev-next-button .arrow{
    fill: #fff !important;
}

.data-container{
    position: relative;
    width: 125px;
    float: right;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #2d2d35;
    border-radius: 0px 0px 0px 7px;
}
.data-container p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.img-elevation{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
}

.img-elevation-list{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    border-radius: 5px;
    transition: all .3s ease-out;
}

.img-elevation-list:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,0.08);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0,0.08);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .08);
    transition: all .3s ease-in;
}

.next-img-hero{
    position: absolute;
    height: 100%;
    display: none;
    opacity: 0;
    -webkit-transform: translateX(239px);
    -moz-transform: translateX(239px);
    transform: translateX(239px);
    transition: all .4s ease-out;
}
.carousel-control:hover .next-img-hero{
    display: inline;
    opacity: 1;
    border: 2px solid #fff;
    -webkit-transform: translateX(-235px);
    -moz-transform: translateX(-235px);
    transform: translateX(-235px);
    transition: all .4s ease-out;
}

.prev-img-hero{
    position: absolute;
    height: 100%;
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-239px);
    -moz-transform: translateX(-239px);
    transform: translateX(-239px);
    transition: all .4s ease-out;
}
.carousel-control:hover .prev-img-hero{
    display: inline;
    opacity: 1;
    border: 2px solid #fff;
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    transform: translateX(45px);
    transition: all .4s ease-out;
}
@media(max-width:767px){
  .logo{
    margin-top: 10px;
  }
  .body-article_container{
    position:relative;
    bottom:0px;
  }
  .image-detail{
    height: 400px;
  }
  .carousel-responsive{
    height: 400px;
  }
  .next-img-hero{
    display: none !important;
  }
  .prev-img-hero{
    display: none !important;
  }
  .footer-fix{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .social-footer ul{
    width: auto;
    float: none;
    padding: 0px;
  }
  .copyright, .cookie{
    text-align: center;
  }

  .wrap-download-img{
  width: 90%;
  }
}

.carousel-indicators li{
    max-width: 40px !important;
    width: 40px !important;
    height: 4px !important;
    margin:0px 0px 0px -4px !important;
    border-radius: 0px !important;
    border: none !important;
    opacity: 0.25 !important;
    background-color: #2d2d35 !important;
}
.carousel-indicators .active{
    width: 40px !important;
    background-color: #2d2d35 !important;
    opacity: 1 !important;
}
.link-news__icon{
    margin-left: 0px;
    transition: all .2s ease-out;
}
.link-news:hover .link-news__icon{
    margin-left: 5px;
    transition: all .2s ease-in;
}

.height-img-news{
    height:400px
}
@media(max-width:414px){
    .height-img-news{
        height:200px
    }
}

.height-img-team{
    height:400px
}

.height-img-bio{
    height:340px
}

.carousel-cell-bio{
    width: 90% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    opacity: .5;
    transition: all .2s ease-out;
}
.carousel-cell-bio.is-selected{
    opacity: 1 !important;
    transition: all .2s ease-in;
}

.static-button {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px rgba(204, 204, 204, .5);
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.static-button:hover{
    box-shadow: none;
}
.static-button::before, .static-button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
    .draw {
        border-radius: 5px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
    border-radius: 5px;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
    border-radius: 5px;
  top: 0;
  left: 0;
}
.draw::after {
    border-radius: 5px;
  bottom: 0;
  right: 0;
}
.draw:hover {
    border-radius: 5px;
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
    border-radius: 5px;
  width: 100%;
  height: 100%;
}
.draw:hover::before {
    border-radius: 5px;
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
    border-radius: 5px;
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
    border-radius: 5px;
  color: #e80022;
}
.meet::after {
    border-radius: 5px;
  top: 0;
  left: 0;
}
.meet:hover::before {
    border-radius: 5px;
  border-top-color: #e80022;
  border-right-color: #e80022;
}
.meet:hover::after {
    border-radius: 5px;
  border-bottom-color: #e80022;
  border-left-color: #e80022;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.products-overlay{
        height: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
}

.fitness{
    background: #f05a23 !important;
}
.nav-pills>li.active>.fitness-day, .nav-pills>li.active>.fitness-day:focus, .nav-pills>li.active>.fitness-day:hover{
    background: #f05a23 !important;
}
.fitness-day:hover, .fitness-day:focus{
    background: rgba(241, 89, 36, 0.5) !important;
}

.swim{
    background: #007dc8 !important;
}
.nav-pills>li.active>.swim-day, .nav-pills>li.active>.swim-day:focus, .nav-pills>li.active>.swim-day:hover{
    background: #007dc8 !important;
}
.swim-day:hover, .swim-day:focus{
    background: rgba(0, 125, 200, 0.5) !important;
}

.flip-fix-1{
    margin-left:5%;
    width: 45%;
    float: left;
    padding-top: 10px;
}

.flip-fix-2{
    margin-right: 5%;
    width: 45%;
    float: right;
    padding-top: 10px;
}

@media(max-width:800px){
    .flip-fix-1{
        margin-left:5%;
        width: 95%;
        float: none;
        padding-top: 10px;
    }

    .flip-fix-2{
        margin-right: 5%;
        width: 95%;
        float: none;
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
