@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');

html, body {
    height: 100%;
    /*font-family:'Open Sans',Arial,Helvetica,sans-serif;*/
    /*font-family: "Lato", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    color:#666;
    font-size:14px; line-height:1.5;
    margin:0; padding:0;
}

a:focus, a:hover {
    color:#fff;
    text-decoration: none;
}

img.mfp-img {
    max-height: 85vh !important;
}

.navbar {
    background-color: rgba(36,36,36,0.4);
    border-bottom: rgba(255,255,255,0.3) 1px solid;
    transition: all 0.3s;
    font-family: "Lato", sans-serif;
}

.navbar-nav {
    display: inline-block;
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-toggle {
    z-index: 999999;
}

#menuicon {
    text-align: center;
}

#menu {
    position:absolute;
    top:0;
    background:#000;
}
#menu.sticky {
    position:fixed;
    top:0;
}

.header-logo {
    position: fixed;
    z-index: 99999;
    left: 50%;
    /*margin-left: -85px;*/
    transform: translateX(-50%);
    top: 0;
}

.header-logo .header-logo-inner {
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
    /*border: rgba(255,255,255,0.3) 1px solid;*/
    border-radius: 0 0 150px 150px;
    -webkit-border-radius: 0 0 150px 150px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-logo .header-logo-inner img {
    width:88px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#logosmall.header-logo .header-logo-inner {
    padding: 0 10px;
}

#logosmall.header-logo .header-logo-inner img {
    width:65px;
}

.text-center {
    text-align: center;
}

.navbar-header {
   /* z-index: 9999999;*/
}

.sticky {
    background-color: rgba(36,36,36,0.8);
}

.sticky .navbar-nav {
    padding:0;
}

.top-bar {
    position: absolute;
    max-height: 40px;
    z-index:10;
    width: 100%;
    text-align: left;
    background-color:#4cb848;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
}

.top-bar ul.left {
    float: left;
}

.top-bar ul.right {
    float: right;
}

.top-bar ul li {
    float: left;
}

/*.top-bar ul li.dropdown, .top-bar ul li.numero {
    float: left;
    border-right: rgba(255,255,255,0.3) 1px solid;
}*/

.top-bar ul > li > a > i {
    margin-right: 0.7em;
    color: #ffffff;
}

.top-bar ul > li > a.fb > i {
    margin-right:0;
}

/*.top-bar ul > li.active > a > i, .top-bar ul > li:hover > a > i {
    color: #066322;
}*/

.main-menu {
    background: #252f38;
    border-bottom: none;
    border-top: 1px solid #111619;
}

.main-menu .main-menu-line {
    border-bottom: 1px solid #abbcc0;
}

.dropbtn {
    display: block;
    background-color: transparent;
    color: white;
    padding: 12px;
    font-size: 13px;
}

.dropdown {
    position: relative;
    /*display: inline-block;*/
}

.top-bar ul.dropdown-content {
    display: none;
    position: absolute;
    padding-top:5px;
    background-color: #4eb748;
    font-size: 16px;
    min-width: 160px;
    z-index:9999;
    color:#fff;
}

.dropdown-content li {
    width:100%;
    padding: 7px 15px;
    font-size: 14px;
}

.dropdown-content li.morada {
    margin-top:7px;
    background-color:#3e8e41;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn, .numero:hover a, .bg-verde:hover a {
    background-color: #3e8e41;
}

.top-bar ul li > a {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    padding: 0.9em 1.9em;
    text-decoration: none;
    height:40px;
}

.top-bar ul > li > ul > li > i {
    font-size:15px;
    float:left;
    margin-top:3px;
}

.navbar-nav > li.margin-270 {
    margin-right: 270px;
}

.navbar-brand {
    float: none
}

.navbar-brand > img {
    height: 42px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.navbar-nav > li {
    margin-right: 35px;
    float:left;
}

.navbar-nav > li:last-child {
    margin-right: 0
}

.navbar-nav>li>a {
    padding-top:15px !important;
    padding-bottom:15px !important;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #4eb748;
    background-color:transparent;
}

.nav > li > a {
    padding: 0;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #4eb748;
    margin: 6px 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-50deg) translate(-5px, 4px);
    -moz-transform: rotate(-50deg) translate(-5px, 4px);
    -ms-transform: rotate(-50deg) translate(-5px, 4px);
    transform: rotate(-50deg) translate(-5px, 4px);
    background-color: #fff
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(50deg) translate(-8px, -6px);
    -moz-transform: rotate(50deg) translate(-8px, -6px);
    -ms-transform: rotate(50deg) translate(-8px, -6px);
    transform: rotate(50deg) translate(-8px, -6px);
    background-color: #fff
}

.carousel, .item, .active {
    height: 100%
}

.carousel-inner {
    height: 100%
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.slide-1 {
    background-image: url('http://yasirkareem.xyz/ghost-fitness/img/slide/1.jpg')
}

.slide-2 {
    background-image: url('http://yasirkareem.xyz/ghost-fitness/img/slide/2.jpg')
}

/*.slide-3 {
    background-image: url('http://yasirkareem.xyz/ghost-fitness/img/slide/3.jpg')
}*/

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #000;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 34, 36, 0.5)
}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: 100%
}

.fade {
    opacity: 1
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.fade .item:first-child {
    top: auto;
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 47%;
    color: #fff;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 45px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.control-round .carousel-control.right {
    right: 45px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background: #4eb748;
    border: 0 transparent
}

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%
}

span.fa.fa-angle-right {
    margin-left: 3px
}

span.fa.fa-angle-left {
    margin-right: 3px
}

.carousel-indicators li {
    border: 1px solid rgba(255, 17, 0, 0)
}

.indicators-line > .carousel-indicators {
    bottom: 2%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    margin-left: 0
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #4eb748;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #4eb748;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.slide_style_center {
    text-align: center !important
}

.slide-text {
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}

.slide-text > h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    margin: 0 auto 25px;
    display: block;
    line-height: 1.5;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.slide-text > h1 > p {
    font-size: 40px;
}

.slide-text span {
    color: #4eb748;
    margin: 0;
    padding: 0;
}

.slide-text .bttn-fill.bttn-md {
    margin-bottom: 0;
    padding: 12px 30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    /*-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;*/
    font-size: 18px;
    color:#fff;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
}

.slide-text .bttn-fill.bttn-md:hover {
    background-color: rgba(255,255,255,0.2);
}

.slide-text .bttn-fill.bttn-primary {
    /*background: #4eb748;*/
    background:transparent;
    color: #fff
}

.slide-text .bttn-fill.bttn-primary:before {
    background: #fff
}

.slide-text > a:hover, .slide-text > a:active {
    color: #4eb748;
    background: #fff;
    -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

@media (max-width: 991px) {

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        border: 0;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        background-color: #4eb748;
        position: fixed;
        right: 0;
        height: 100%!important;
        top: 0;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        transform: translateX(100%);
        transition: .5s;
        max-height: none;
    }
    .navbar-collapse ul {
        width: 80%;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        position: absolute;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .navbar-nav>li {
        margin-right: 0;
    }
    .navbar-fixed-bottom .navbar-collapse.in, .navbar-fixed-top .navbar-collapse.in {
        transform: translateX(0);
    }
    .navbar-nav > li > a, .navbar-nav > li > a:hover {
        color: #fff;
        background: 0;
    }
    .navbar-nav > li.active > a, .navbar-nav > li.active > a:hover {
        color: #1c1c1c;
        background: 0;
    }

    .slide-text > h1 {
        font-size:23.5px;
    }

    .slide-text > h1 > p {
        font-size:30px;
    }

    .slide-text .bttn-fill.bttn-md {
        font-size:14px;
    }

    /*.menu {
        background-color: rgba(36,36,36,0.8);
    }*/
    h1 {
        font-size: 35px
    }

    .navbar-brand > img {
        padding-left: 15px
    }

    .navbar-nav > li {
        margin-right: 0;
        float:none;
    }

    .nav > li > a {
        padding: 15px 0;
    }

    .navbar-nav > li.margin-270 {
        margin-right: 0;
    }

    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }

    .header-logo .header-logo-inner {
        padding: 0 10px;
    }

    .header-logo .header-logo-inner img {
        width:65px;
    }

    .top-bar ul > li > a.tele > i {
        margin-right:0;
    }
}