.slider-img{
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.telheiras-1{background-image: url(../images/slides/telheiras.jpg);}
.telheiras-2{background-image: url(../images/slides/telheiras-1.jpg);}
.telheiras-3{background-image: url(../images/slides/telheiras-2.jpg);}

.arena-1{background-image: url(../images/slides/arena.jpg);}
.arena-2{background-image: url(../images/slides/arena-1.jpg);}
.arena-3{background-image: url(../images/slides/arena-2.jpg);}

.padel-1{background-image: url(../images/slides/padel.jpg);}
.padel-2{background-image: url(../images/slides/padel-1.jpg);}
.padel-3{background-image: url(../images/slides/padel-2.jpg);}

.porto-1{background-image: url(../images/slides/porto.jpg);}
.porto-2{background-image: url(../images/slides/porto-1.jpg);}
.porto-3{background-image: url(../images/slides/porto-2.jpg);}

.birthday-1{background-image: url(../images/slides/birthday-3.jpg);}
.birthday-2{background-image: url(../images/slides/birthday-1.jpg);}
.birthday-3{background-image: url(../images/slides/birthday-2.jpg);}

.form-inverse{
    background-color:#191630 !important;
    color: #fff !important;
}

/* Different color for some fields */

.form-inverse::-webkit-input-placeholder{color: #FFF;}
.form-inverse:-moz-placeholder{color: #FFF;}
.form-inverse::-moz-placeholder{color: #FFF;}
.form-inverse:-ms-input-placeholder{color: #FFF;}

.form-inverse span{
    background-color: rgba(25,22,48,0.85) !important;
    border-color: rgba(25,22,48,0.85) !important;
    color: #fff !important;
}


.nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin-top: -70px;
}

.nav-tabs > li > a{
    position: relative;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 1.125rem;
}
.nav-tabs > li > a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    visibility: hidden;
    background-color: #fff;
    transform: scaleX(0);
    transition: all 300ms cubic-bezier(0.325, -0.075, 0, 1.65);
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li > a:hover:before, .nav > li > a:focus:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    visibility: visible;
    background-color: #fff;
    transform: scaleX(1);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a:before, .nav-tabs > li.active > a:focus:before, .nav-tabs > li.active > a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.bg-white{
    background: #fff;
}

.tab-pane {padding-top: 3.125em; padding-bottom:3.125em;}
.tab-pane.localization{padding-top: 3.125em; padding-bottom:0;}
.tab-content h1{
    text-align: center;
    color: #1e91e1;
    font-weight: 300;
    font-size: 3.75em;
    margin-bottom: 1.33333333333333em;
}

.tab-content p{
    font-family: 'source sans pro', sans-serif;
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 1em;
}

.tab-content p.side{
    font-family: 'source sans pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1em;
}
.tab-pane.prices p.side{
    font-weight: 300;
}

.tab-pane.prices p.side span{
    font-weight: 700;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-heading {
    padding: 1.65625em;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    color: inherit;
    font-weight: 300;
    font-family: 'source sans pro';
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #1e91e1;
    border-color: #ddd;
}
.panel-body {
    padding: 0;
}

.table{
    text-align: center;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #1e91e1;
    text-align: center;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1.125em;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #1e91e1;
    text-align: center;
}

.table > thead > tr > td, .table > thead > tr > th {
    font-size: 1.125rem;
    padding: 1.75em;
}

.table > tbody > tr > td{
    font-size: 1.3185rem;
    font-weight: 200;
    padding: 1.14285714285714em;
}

.table > tbody > tr > th{
    color:#1e91e1;
    font-size: 1rem;
    font-weight: 300;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f7fa;
}

.shadow-form{
    box-shadow: 0px 15px 54px 0px rgba(0,0,0,0.15) !important;
}

@media screen and (max-width: 767px) {
    .nav-tabs {
        position: absolute;
        left: 0;
        /*top: calc(-100% - 106px);*/
        bottom:0;
        width: 100%;
        border-bottom: 0;
        text-align: center;
        /*margin-top: -70px;*/
    }

    #personalarea_links .nav-tabs
    {
        position:relative;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: 0;
        width: 50% !important;
        padding: 0;
        background-color: #f5f5f5;
        /*height:70px;*/
    }

    .nav-tabs > li.active
    {
        background-color: #FF8B00;
    }

    .nav-tabs > li > a{
        margin-right: 0;
        position: relative;
        color: #555;
        font-weight: 300;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        font-size: 1.125rem;
        /*height:70px;*/
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #FFF;
        background-color: #FF8B00;
    }

    .nav-tabs > li.active > a:before, .nav-tabs > li.active > a:focus:before, .nav-tabs > li.active > a:hover:before {
        /*content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 45px;
        color:#fff;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible;
        width: 100%;
        height: 100%;
        background-color: #FF8B00;*/
        height:0px;
    }

    /*.nav-tabs > li.active > a.link-1:before, .nav-tabs > li.active > a.link-1:focus:before, .nav-tabs > li.active > a.link-1:hover:before{content: "instalações";}
    .nav-tabs > li.active > a.link-2:before, .nav-tabs > li.active > a.link-2:focus:before, .nav-tabs > li.active > a.link-2:hover:before{content: "localização";}
    .nav-tabs > li.active > a.link-3:before, .nav-tabs > li.active > a.link-3:focus:before, .nav-tabs > li.active > a.link-3:hover:before{content: "preçário";}
    .nav-tabs > li.active > a.link-4:before, .nav-tabs > li.active > a.link-4:focus:before, .nav-tabs > li.active > a.link-4:hover:before{content: "reservas online";}
    .nav-tabs > li.active > a.link-5:before, .nav-tabs > li.active > a.link-5:focus:before, .nav-tabs > li.active > a.link-5:hover:before{content: "oferta/preçário";}
    */


    .tab-pane {padding-top: 2.5em;padding-bottom: 2.5em;}

    .tab-content h1{font-size: 3.75rem;margin-bottom: 0.75em;}
    .tab-content p{font-size: 1rem;margin-bottom: 1.5em;}

    .panel-heading {padding: 1em;}
    .panel-title {font-size: 1rem;}

    .table > thead > tr > td, .table > thead > tr > th {font-size: 1rem;padding: 1.5em;}
    .table > tbody > tr > td {font-size: 0.83333333333333em;line-height: 1em;padding: 0.8em;}

}