/****************************************
  ==== RESETS
****************************************/

html, body, div, canvas {
    margin: 0;
    padding: 0;
}

div, img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

::-moz-selection {
    color: #333;
    text-shadow: none;
}

::selection {
    color: #333;
    text-shadow: none;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    display: inline-table;
    clear: both;
}

/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

/* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, body {
    width: 100%;
    height: 100%;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}



body {
    background-color: #000000;
    background-image: url("background.png");
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

p.header, p.footer {
    display: none;
}

div.logo {
    width: 196px;
    height: 38px;
    float: left;
    background: url(logo.png) 0 0 no-repeat;
    position: relative;
    z-index: 10;
}

div.title {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin: 0 1px 0 0;
    float: right;
    color: #333;
    text-align: right;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.lifestreetbanner {
    width: 728px;
    margin: 0 auto;
    display: block
}

.template-wrap {
    width: 840px;
    top: 55px;
    margin: 0 auto;
    position: relative;
    background-image: url("default-cover.jpg") ;
    background-repeat: no-repeat;
    background-size: 840px 600px;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 600px;
    overflow: hidden;
}

.template-wrap canvas {
    margin: 0 0 50px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fullscreen {
    float: right;
    position: relative;
    z-index: 10;
}

body.template {
}

.template .template-wrap {

}

.template .template-wrap canvas {
}

@media screen and (min-height: 1001px) {
    .template-wrap {
        top: 50%;
        -webkit-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
        -ms-transform: translate(0px, -300px);
    }
}


.progress-frame {
    position: absolute;
    top: 510px;
    left: 270px;
    width: 300px;
    height: 20px;
    overflow: hidden;
    background-color: #708090;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5)
    -webkit-box-shadow:  0 2px 3px rgba(0, 0, 0, .5);
    box-shadow:  0 2px 3px rgba(0, 0, 0, .5)
}

.progress-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    color: #F8F8FF;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.progress-fill {
    width: 0px;
    height: 20px;
    background-color: #204D74;
    text-align: center;
    vertical-align: middle;
    color: #F8F8FF;
    line-height: 20px;
    overflow: visible;
}
