@font-face {
    font-family: 'Gotham-light';
    src: url(fonts/GothamNarrow-Light.otf);
}
 
@font-face {
    font-family: 'Gotham-bold';
    src: url(fonts/GothamNarrow-Bold.otf);
}
@font-face {
    font-family: 'Gotham-black';
    src: url(fonts/GothamNarrow-Black.otf);
}
body {
    background-image: url('../img/BG_Magenta.png');
    font-family: 'Gotham-light';
    overflow-x: hidden;
    color: #000;
    background-size: cover;
}
#bookedSession p, #bookedSession h3  { 
    color: #000;
}
.narrow-black{
    font-family: 'Gotham-black';
}
.narrow-bold{
    font-family: 'Gotham-bold';
}
form, p{
    color:white;

}
h3{ 
    color: white;;
}
h1
{
    font-family: 'Gotham-light';
    color: #000;
    text-align:center;
}
.containerStart{
    text-align:center;
    padding: 20px; 
    /* border-bottom: dotted 1px gray; */
}
.subheader
{
    color: #000;
    text-align: center;
}

/* Add a dark background color with a little bit see-through */ 
.navbar 
{
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity:0.9;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand 
{ 
    color: #d5d5d5 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover 
{
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a 
{
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle 
{
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle 
{
    color: #fff ;
    background-color: #555 !important;
}

/* Dropdown links */
.dropdown-menu li a 
{
    color: #fff !important;
}

/* On hover, the dropdown links will turn gray */
.dropdown-menu li a:hover 
{
    background-color: gray !important;
}

/*PROGRESS BAR*/
#progressbar
{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-y: hidden;
    counter-reset: step;
    text-align: center;
    margin-left: -40px;
    color:black;
}

#progressbar li
{
    list-style-type: none;
    color: #fff;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
}

/*circles*/
#progressbar li:before
{
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: gray;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    text-align: center;
}

/*lines*/
#progressbar li:after
{
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after
{
    content: none;
}

#progressbar li.active:before
{
    background: red;
    color: white;
}

#progressbar li.done:before
{
    background: green;
    color: black;
}

.formfield
{
    padding-bottom: 20px;
}

.loginbtn
{
    transition: all .8s;
    background-color: #121210;
    color: #fff;
}

.loginbtn:hover
{
    background-color: #fff;
    color: #121210;
}

.signupcreate
{
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.is-offline form {
    position:relative;
    opacity:.65;
    cursor:not-allowed;
    pointer-events:none;

    &::after {
    content: 'Sorry, you\'re offline.';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#FFFFFF;
    background-color:#2D2D2D;
    padding:1rem 2rem;
    }   
}

#imgNavBarLogo {
    width:150px;
    height:150px;
    
}

#imgMobileLogo{
    display: none;
}

@media only screen and (max-width: 600px) { 
    #imgNavBarLogo {
        
        display: none;
    }
    
    #imgMobileLogo{
        width:100px;
        height:100px;
        display: inline;
        text-align: center;
    }  
    
}
.btn-custom:hover, .btn-custom:active {
    background-color: #32F712;
}
.btn-custom{
    background-color: black;
    color: white ;
}

.datepickerInput, .datepickerInput:read-only, .summaryInput, .summaryInput:read-only{
    /* background-color: transparent; */
    color: white;
    border: 0;
    text-align: center;
    border-bottom: 2px solid #5c5c5c;
}
.datepickerInput, .datepickerInput:read-only {
    background-color: transparent;
}
.summaryInput, .summaryInput:read-only{
color: #808080;
}
.overlayBg{
    background-color: rgba(255, 255, 255, 0.5)
}
.demoInputBox{
    text-align-last: center;
}
.imgMysteryBanner {
    width: 100%;
    
}

.thumbnail {
    position: relative;
}

.caption {
    
    position: absolute;
    color:white;
    top: 60%;
    padding: 20px;
    left: 0;
    width: 100%;
    text-align: left;
}

.timeBookingbn3 {
    border-bottom: 1px solid #ccc;
}