/* Add your CSS here */


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

.statistics .stat {
    color: whitesmoke;
    font-size: 2em;
    padding-bottom : 10px;
}

.latest-payments .user {
    padding-top: 10px;
}

img.avatar {
    height: 60px;
    width: 60px;
}

.latest-payments .user .member,
.item .user .member {
    margin: 10px 0 5px 0;
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #2f2f2f;
    text-transform: uppercase;
}

.latest-payments .user .amount,
.item .user .amount {
    padding-top: 5px;
    border-top: 1px solid #dcdcdc;
}
.latest-payments .user .date {
    padding-top : 0px;
    font-size:.75em;
}
.item .content {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px;
    font-size : 1.25em;
    line-height: 1.3em;
}
.tQuote {
    position  : relative;
    top       : -24px;
    left      : -21px;
    font-size : 30px;
    color     : #db290a;
}
.tDate {
    font-size   : .75em;
    font-weight : bold;
    text-align  : right;
}
label span.element_error {
    color: #e74c3c;
    float: right;
}
.form-control.error,  input.error{
    border     : 1px solid #f80000;
    background : #ffdbdb;
}
form label {
    width: 100%;
}

form label.pull-left {
    width: auto;
}

form label.checkbox-inline {
    width: auto;
}
div.loading {
    display      : block;
    background   : url(../../../../images/loader.gif) no-repeat;
    height       : 35px;
    width        : 130px;
    padding-left : 55px;
    font-size    : 1em;
}
div.loading:after {
    content : 'Working...';
}
span.loading {
    display      : inline-block;
    background   : url(../../../../images/loader.gif) no-repeat;
    height       : 35px;
    width        : 130px;
    padding-left : 55px;
    font-size    : 12px !important;
}
span.loading:after {
    content : 'Working...';
}

.header .logo {
    padding: 0;
    float: none;
    text-align: left;
}

.header .logo img {
    max-width: 100%;
    max-height: 150px;
}

.header .logo .tagline {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
}

.site-wrapper {
    background: url(/images/background1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

section.video {
    height: 700px;
    position: relative;
    overflow: hidden;
}

section.video .fullscreen-bg {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

section.video .fullscreen-bg .fullscreen-bg__video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

p.big {
    font-size   : 1.8em;
    line-height : 1.8em;
}
.bg20 {
}
.bg30 {
    background : url(../images/light_honeycomb.png) repeat;
}

.bg20:before {
    background: none;
}
.bg20 p {
    font-size: 1.5em;
    line-height: 1.75em;
}
.statistics h1 {
    background : rgba(255, 255, 255, .5);
    padding    : 10px;
    width      : 50%;
    margin     : 0 auto;
    border        : 1px solid #403838;
    border-radius : 4px;
}
.stat h3 {
    color:white;
}
#payplan td {
    font-size:1.5em;
}
th {
    background-color : #f5f5f5;
    color            : #525252 !important;
    font-size        : 1.5em;
    text-align       : right;
    border-bottom : 1px solid #afafaf;
}
tr.one {
    background-color : lightyellow;
}
tr.two {
    background-color : #e0ffe4;
}
tr.three {
    background-color : #e4ffed;
}
tr.four {
    background-color : #d4f0ff;
}
tr.five {
    background-color : #dbddff;
}
tr.six {
    background-color : #f1e1f5;
}
tr.seven {
    background-color : #f5d8e5;
}
tr.eight {
    background-color : #ffd5d5;
}
tr.nine {
    background-color : #ffddd1;
}
tr.ten {
    background-color : #fff8e4;
}
tr.eleven {
    background-color : #f3ffe3;
}
tr.twelve {
    background-color : #dcffdd;
}
tr.thirteen {
    background-color : #d6fffa;
}
tr.fourteen {
    background-color : #e4f8ff;
}
tr.fifteen {
    background-color : #fff6fe;
}tr.total {
     font-size  : 2em !important;
     border-top : 3px #afafaf double;
 }
@media (max-width: 767px) {
    .page-heading h1 {
        padding-top: 10px;
    }

    .page-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}