html {
    height: 100%;
    overflow: hidden;
}

body {
    height:100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

html{
    height:100%;
    background: #ffffff url(../images/ls1.jpg); no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cspio-page{
    background-color: rgba(0,0,0,0);
}

.flexbox #cspio-page{
    align-items: center;
    justify-content: center;
}

.cspio body{
    background: transparent;
}

.cspio body, .cspio body p{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
    font-size: 20px;
    line-height: 1.50em;
    color:#ffffff;
}

::-webkit-input-placeholder {
    font-family:Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
}

::-moz-placeholder {
    font-family:Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
} 

:-ms-input-placeholder {
    font-family:Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
} 

:-moz-placeholder {
    font-family:Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
}

.cspio h1, .cspio h2, .cspio h3, .cspio h4, .cspio h5, .cspio h6{
    font-family: 'Pacifico';
    color:#ffffff;
}

#cspio-headline{
    font-family: 'Pacifico';
    font-weight: 400;
    font-style: ;
            font-size: 48px;
    color:#ffffff;
    line-height: 1.00em;
}

.cspio button{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: ;
}

.cspio a, .cspio a:visited, .cspio a:hover, .cspio a:active{
    color: #ffffff;
}

#cspio-socialprofiles a {
  color: #ffffff;
}

.cspio .btn-primary:hover,
.cspio .btn-primary:active,
.cspio .btn-primary.active,
.cspio .btn-primary.disabled,
.cspio .btn-primary[disabled],
.cspio .btn-primary:focus:hover,
.cspio .btn-primary:focus:active,
.cspio .btn-primary:focus.active,
.cspio .btn-primary:focus.disabled,
.cspio .btn-primary:focus[disabled],
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:active,
#mc-embedded-subscribe.active,
#mc-embedded-subscribe.disabled,
#mc-embedded-subscribe[disabled] {
    background-color: #d9d9d9;
    *background-color: #cccccc;
}

.cspio .btn-primary:active,
.cspio .btn-primary.active,
.cspio .btn-primary:focus:active,
.cspio .btn-primary:focus.active,
.gform_button:active,
.gform_button.active,
#mc-embedded-subscribe:active,
#mc-embedded-subscribe.active {
    background-color: #bfbfbf;
}

.form-control,
.progress {
    background-color: rgba(255, 255, 255, 0.85);
}

#cspio-progressbar span,
.countdown_section {
    color: black;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
}

.cspio .btn-primary:hover,
.cspio .btn-primary:active {
    color: black;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    border-color: #e6e6e6;
}

.cspio input[type='text']:focus {
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
}

#cspio-content {
    display: none;
    max-width: 600px;
    background-color: #000000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color:transparent;
}

.cspio .progress-bar,
.countdown_section,
.cspio .btn-primary,
.cspio .btn-primary:focus,
.gform_button {
    background-image: none;
    text-shadow: none;
}

.cspio input,
.cspio input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
                        
#cspio-page{
    background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
}

.cspio body{
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 7%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.23) 100%); 
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 7%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.23) 100%); 
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 7%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.23) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3b000000',GradientType=1 ); 
}

#cspio-subscribe-btn{
    background:transparent;
    border: 1px solid #fff !important;
    color: #fff;
}

#cspio-subscribe-btn:hover{
    background: rgba(255,255,255,0.2);
    color: #fff;
}

#cspio-credit img{
    margin-left:auto;
    margin-right:auto;
    width:125px;
        margin-top: -4px;
}

#cspio-credit {
    font-size:11px;
}
