body {
    margin: 0;
    padding: 0;
    color: #808080;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #2c3e50;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font: 16px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden; }

a { color: #2c3e50; }
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #e37601;
    text-decoration: none;
}

#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141e27;
}
#circle {
    top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
    opacity: 0.9;
	margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-box-shadow: 0 0 35px #e37601;
       -moz-box-shadow: 0 0 35px #e37601;
         -o-box-shadow: 0 0 35px #e37601;
            box-shadow: 0 0 35px #e37601;

    -webkit-border: 5px solid #e37601;
       -moz-border: 5px solid #e37601;
         -o-border: 5px solid #e37601;
            border: 5px solid #e37601;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-animation:spinPulse 1s infinite ease-in-out;
	   -moz-animation:spinPulse 1s infinite ease-in-out;
        -ms-animation:spinPulse 1s infinite ease-in-out;
         -o-animation:spinPulse 1s infinite ease-in-out;
            animation:spinPulse 1s infinite ease-in-out;
}
#circle1 {
    top: 50%;
    left: 50%;
	width: 30px;
	height: 30px;
    opacity: 0.9;
	margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-border: 5px solid #e37601;
       -moz-border: 5px solid #e37601;
         -o-border: 5px solid #e37601;
            border: 5px solid #e37601;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-box-shadow: 0 0 15px #e37601;
       -moz-box-shadow: 0 0 15px #e37601;
         -o-box-shadow: 0 0 15px #e37601;
            box-shadow: 0 0 15px #e37601;

	-webkit-animation: spinoffPulse 1s infinite linear;
       -moz-animation: spinoffPulse 1s infinite linear;
        -ms-animation: spinoffPulse 1s infinite linear;
         -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
}

input,
textarea { color: #000000; }
.placeholder { color: #aaaaaa; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}

.section-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.section-title h1 {
    font-weight: 700;
    text-transform: uppercase;
}
.section-title:after {
    bottom: 0;
    left: 50%;
    width: 24%;
    content: '';
    height: 4px;
    margin-left: -12%;
    position: absolute;
    background-color: #2c3e50;
}

#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    text-align: center;
}

#logo {
	margin-top: 30px;
    width: 100%;
    text-align: center;
}

#home-section {
    z-index: 1;
    width: 100%;
    position: relative;
}
#home-section-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.pattern #home-section-wrapper { background-color: rgba(0, 0, 0, 0.0); }

.static-color #home-section { background-color: #2c3e50; }

.static-video #home-section-wrapper { background-color: rgba(0, 0, 0, 0.3); }

#home-section-container {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

h1#welcome-msg,
h1#welcome-msg-mobile {
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
h1#welcome-msg-mobile { display: none; font-size: 24px; }

#countdown_dashboard {
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 0;
}

.digit {
    height: 65px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.dash_title {
    color: #e37601;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.days_dash,
.hours_dash,
.minutes_dash {
    position: relative;
}
.days_dash:after,
.hours_dash:after,
.minutes_dash:after {
    top: 0;
    right: -25px;
    height: 100%;
    content: ':';
    line-height: 65%;
    color: #ffffff;
    font-size: 80px;
    position: absolute;
}

.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #2c3e50;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
   :-moz-ui-invalid:not(output) { box-shadow: none; }
    :-ms-ui-invalid:not(output) { box-shadow: none; }
     :-o-ui-invalid:not(output) { box-shadow: none; }
         ui-invalid:not(output) { box-shadow: none; }

.alert-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2c3e50;
    position: absolute;
}

.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #2c3e50;
    background-color: #ffffff;
}
.tooltip.top .tooltip-arrow { border-top-color: #ffffff; }

@media only screen and (min-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media only screen and (max-width: 767px) {

    .container { width: 570px; }

    h1#welcome-msg { width: 470px; }


}
@media only screen and (min-width: 600px) {
    h1#welcome-msg {
        opacity: 1;
        height: auto;
    }
}

@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    #home-section-container { margin-top: 20px; }

    h1#welcome-msg {
        width: 0;
        height: 0;
        opacity: 0;
    }
    h1#welcome-msg-mobile { display: block; }
    #logo img {
        width: 50%;
        height: auto;
    }
    

}

@media only screen and (max-width: 479px) {

    .container { width: 320px; }
    .col-xs-3 { width: 50%; }

    #home-section-container { margin-top: 35px; }
    .days_dash,
    .hours_dash {
        margin-bottom: 0;
    }
    .hours_dash:after { display: none; }
    .dash_title { margin-top: 0; }

}


