body {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none !important;
}

/*******************************************************************************
    HEADER BAR
*******************************************************************************/
section#nav-bar {
    background-color: #fff;
    padding: 40px 0;
    width: 100%;
    font-family: 'Abel', arial, sans-serif;
    text-align: center;
}

#nav-bar ul {
    margin: 0;
    list-style: none;
}

#nav-bar li {
    display: inline-block;
    float: none;
    cursor: pointer;
}

#nav-bar li span {
    color: #bbb;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .25em;
    text-decoration: none;
    border: 2px solid #bbb;
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
}

#nav-bar li.active span {
    border-color: #000;
    color: #000;
    background: none;
}

/*******************************************************************************
    JUMBOTRON
*******************************************************************************/
#jumbotron-header {
    background-size: cover;
    background-position: 50% 40%;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow:    inset 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    box-shadow:         inset 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
    display: table;
    width: 100%;
}

#jumbotron-header .container .jumbo-wrapper.row {
    display: table;
    width: 100%;
    margin: 0;
}

#jumbotron-overlay {
    background-color: rgba( 0, 0, 0, 0.30 ); 
    display: table-cell;
    vertical-align: middle;
}

#jumbotron {
    display: table-cell;
    vertical-align: bottom;
    float: none;
    height: 100%;
    text-align: center;
}

#jumbotron #logo img {
    margin: 20px auto;
    max-height: 120px;
    max-width: 100%;
}

#jumbotron h1 {
    letter-spacing: -.05em;
    font-size: 72px;
    margin: 0;
    font-family: 'Helvetica', arial, sans-serif;
    font-weight: 600;
    margin-left: -5px;
    padding-top: 15px;
    line-height: 60px;
}

#jumbotron h2 {
    font-family: 'Abel', arial, sans-serif;
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 18px;
    /* letter-spacing: .5em; */
    font-family: Abel;
    line-height: 24px;
}

#jumbotron-header p.social-buttons {
    margin: 20px 0;
}

#jumbotron-header p a {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
}

#jumbotron-header p a:hover {
    color: #fff;
    border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    #jumbotron-header p a {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 25px;
    }
}

section#scroll-tab {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;

}

#scroll-tab i {
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    cursor: pointer;
}

/*******************************************************************************
    PROGRESS SECTION
*******************************************************************************/
#progress-section {
    padding: 30px 0;
}

#progress-section .countdown .ClassyCountdown-value div, 
#progress-section .countdown .ClassyCountdown-value span {
    color: #fff;
    font-family: 'Abel', sans-serif;
    text-transform: lowercase;
}

.ClassyCountdown-wrapper {
    text-align: center;
}

.wuc-progress-bar {
    height: 10px;
    border-radius: 2px;
    width: 0;
}

.wuc-progress {
    background-color: rgba(255,255,255,0.2);
    border-radius: 4px;
    height: 17px;
    padding: 3px;
}

.wuc-progress-number {
    display: none !important;
}

/*******************************************************************************
    PANELS SECTION
*******************************************************************************/

#panels{
    background: #fff;
}

.about-section,
.contact-section,
.login-section {
    font-family: 'Abel', Helvetica, sans-serif;
    font-size: 16px;
}

.title-heading {
    letter-spacing: -.05em;
    font-size: 36px;
    margin: 30px 0;
    font-family: 'Helvetica', arial, sans-serif;
    font-weight: 600;
    line-height: 60px;
}

span#send-email,
#login-form input[type="submit"] {
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#about,
#contact,
#login {
    display: none;
}

.contact-section .row .sc-col-sm-4 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.contact-section .row .sc-col-sm-4 .trigger i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
}

.contact-section .row .sc-col-sm-4 h4 {
    font-size: 24px;
    margin: 20px 0;
}

/*******************************************************************************
    SUBSCRIBE MODULE
*******************************************************************************/
div#subscribe-module {
    font-family: 'Abel', Helvetica, sans-serif;
    padding: 10px 0px 30px 0;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    div#subscribe-module {
        position: relative;
        top: unset;
        right: unset;
    }
}

#subscribe-module input.notify-email {
    width: 200px;
    border: none;
    height: 38px;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #fff;
    margin-bottom: 15px;
}

#subscribe-module input.notify-email.error {
    border-color: red;
}

#subscribe-module .sc-button.notify-trigger {
    background-color: #1ad5bc;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;   
    white-space: nowrap;
    display: inline-block;
}
