/*
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: 'Montserrat-regular';
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    border-top: 0px !important;
    margin: 0px;
}

.hero-button{
    padding: 10px 50px;
    border: 2px solid #F68E2B;
    border-radius: 4px;
    letter-spacing: 5px;
    color: #fff;
    font-family: 'helvetica neue';
    font-weight: 500;
    font-size: 16px;
}

.hero-button:hover{
    background-color: #F68E2B;
    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;
}

.data-container{
    padding: 7px 22px;
    background: #F18903;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
}

.data-container p {
    margin: 0px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 0px !important;
    min-height: auto !important;
}

.title-news{
    font-size: 25px;
}

.body-news{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    font-family: 'helvetica neue';
}

.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: 470px;
}

.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: 440px;
}

.carousel-responsive{
    height: 500px;
}

@media (max-width: 1199px){
    .logo{
        margin-top: 20px;
    }
    .wrap-download{
    height: 385px;
    }
}

@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%;
    }
    .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: 767px){
    .logo{
        margin-top: 10px;
    }
    .body-article_container{
        position:relative;
        bottom:0px;
    }
    .image-detail{
        height: 400px;
    }
    .carousel-responsive{
        height: 400px;
    }
}

@media (max-width: 400px){
    .gym-presentation{
        font-size: 15px;
        text-align: center;
    }
    .logo{
        width: 190px;
        margin-top: 0px;
    }
    .hero-title{
        font-size: 22px !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;
    }
}

.hero{
    height: 600px;
    background: #f38631 url(../images/bg-hero.png) center center no-repeat;
    background-size: cover;
    margin-top: -100px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hero-text{
    font-family: 'Lato';
    font-style: italic;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}

.title-section{
    font-family: 'Lato';
    color: #f38631;
    font-size: 27px;
    font-weight: bold;
}

.img-about{
    width: 100%;
}

.container-about{
    display:flex;
    justify-content: center;
    align-items: center;
}
.container-about__text{
    width:80%;
}

.btn-about-us{
    padding: 10px 20px;
    font-family: 'lato';
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    color: #f38631;
    border: 1px solid #f38631;
    text-transform: uppercase;
    transition: 0.3s all ease-out;
    margin-top: 10px;
}

.btn-about-us:hover{
    color: #fff;
    background-color: #f38631;
    transition: 0.3s all ease-in;
}

@media(max-width:991px){
    .container-about{
        flex-direction: column;
    }
    .container-about__text{
        width:90%;
        margin: 0 auto;
    }
    .hero{
        height: 550px;
    }
    .hero-text{
        font-size: 25px;
    }
}

@media(max-width:400px){
    .hero-text{
        font-size: 22px;
    }
}

.navbar-default .navbar-nav li a {
    color: #fff !important;
    padding: 5px 9px;
    font-size: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #f38631 !important;
    padding: 5px 9px;
    font-size: 14px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #fff !important;
    font-weight: 500;
}

@media(max-width:989px){
    .navbar-default.home{
        background: #f38631 !important;
    }
}

.navbar-default .navbar-nav>li>a{
    color: #fff !important;
}

#map-contacts{
    border-radius: 4px;
}

.dropdown .btn-default {
    font-size: 18px;
    border: 2px solid #e7e7e7;
    text-transform: uppercase;
    /* font-weight: 100; */
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.filter-toolbar .dropdown-menu {
    min-width: 240px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #f9f9f9;
}

.filter-toolbar ul.dropdown-menu ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #f9f9f9;
    list-style-type: none;
}

.link-mail{
    font-size: 25px;
}

@media(max-width:430px){
    .link-mail{
        font-size: 18px;
    }
}

.title-map-fix{
    font-size: 30px;
}
.map-franchasing{
    height: 550px;
}

@media(max-width:500px){
    .title-map-fix{
        font-size: 19px;
    }
    .map-franchasing{
        height: 370px;
    }
}

.deliveroo-img{
    position: absolute;
    top: 500px;
    padding-left: 15px;
}
@media(max-width:991px){
    .deliveroo-img{
        top: 470px;
    }
}

.nav-logo{
    width: 130px;
}
.nav-logo.home{
    width: 160px;
}
.navbar{
    min-height: 100px;
}
.navbar-collapse{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
@media(max-width:991px){
    .navbar-default .navbar-right{
        margin: 100px 0 50px !important;
    }
    .navbar.home{
        min-height: 130px;
    }
}