.container{
    position:relative !important;	
    padding:0 !important;
    offset:0 !important;


}


.header{
    z-index:99;
    -webkit-box-shadow: 0 4px 8px #5C5C5C;
    box-shadow: 0 4px 8px #5C5C5C;
}

#section1-background{
    /*z-index:1;*/
    overflow:hidden;
}
.img-responsive{
    margin:0px !important;	
    float:none;
}


.layer2{
    z-index: 5;	
}
.img-section{
    min-width:700px;
}

.image{
    position:relative !important;
    z-index:1;
}


/*.title:hover{
        font-size: 4em !important;
}
*/

.title{
    z-index:20;
    position:absolute !important;
    top:120px;
    left:10px;
    width:80%;
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    font-size: 2em;
    transition: font-size 0.5s;
    font-weight: bolder;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    word-wrap: none;
    text-decoration: none; /* No underlines on the link */
}
@media (min-width: 768px) {
    .title{
        z-index: 20;
        position: absolute !important;
        top: 61%;
        left: 10px;
        width: 80%;
        color: #fff;
        text-align: left;
        text-shadow: 4px 4px 8px rgba(0,0,0,0.8);
        font-size: 3em;
        transition: font-size 0.5s;
        font-weight: bolder;
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
        word-wrap: none;
        text-decoration: none; /* No underlines on the link */
    }

}
.title a{
    color:#fff;	
    position:absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .title a{
        color:#fff;	
    }


}

.title-text{
    z-index: 20;
    position: absolute !important;
    top: 62%;
    bottom: 0px;
    padding-left: 40%;
    padding-right: 2%;
    width: 100%;
    text-align: right;
    color: #000000;

    font-size: 16px;
    word-wrap: break-word;
}

.img-right{
    float:right;	
}

.clear{
    clear:both;	
}

.title-back{
    z-index:1;
    position:absolute !important;
    top:60%;
    bottom:0%;
    left:0px;
    right:0px;
    width:100%;
    background-color: #fff;
    /*size: 150px,100%;*/
    opacity: 0.75;
    -webkit-box-shadow: 0 4px 3px #252525;
    box-shadow: 0 4px 3px #252525;
    overflow:hidden;
    paddding:0px !important;
}

.blocklink{
    display:block;

}
p.blocklink {
    position: relative;
}

p.blocklink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
div.blocklink {
    position: relative;
}

div.blocklink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}




.clear-padding{
    padding:0px !important;
    margin:0px !important;

}
.clear-margin{
    margin:0px !important;
}
.clear-pad{
    padding:0px !important;
}


.back{
    background-color:#881E20;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 1px 15px !important;
    font-size:18px;
}
.navbar {

    min-height: 15px !important;
    margin-bottom: 1px !important;

}
.nav.nav-center {
    display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}

.navbar-inner{
    text-align:center;
}


.header-sm{
    width:80%;
    max-width:375px;

}

.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.navbar-inner {
    text-align:center;
}
.small-font {
    font-size: 12px;
    padding: 2.5px 0 2.5px 0;
}
.common-underline {
    border-bottom: 1px dashed #ccc;
}
#pwindicator .label {
    color: #333;
}
#pwindicator {
    margin-top: 4px;
    width: 100%;
}

.bar {
    /*border: 1px solid #ccc;*/
    height: 12px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 20%;
    border: 1px solid #ccc;    
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 40%;
    border: 1px solid #ccc;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 60%;
    border: 1px solid #ccc;
}

.pw-mediocre .label {
    color: #f3f01a;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 80%;
    border: 1px solid #ccc;    
}

.pw-strong .label {
    color: #f3b31a;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 100%;
    border: 1px solid #ccc;
}

.pw-very-strong .label {
    color: #0d0;
}
/*
.pw-mediocre .bar {
    background: #f3f01a;
    width: 90px;
}
*/