.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-hairline-webfont.woff);
    font-weight: 100;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-thin-webfont.woff);
    font-weight: 200;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-light-webfont.woff);
    font-weight: 300;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-regular-webfont.woff);
    font-weight: 400;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-medium-webfont.woff);
    font-weight: 500;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-semibold-webfont.woff);
    font-weight: 600;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-bold-webfont.woff);
    font-weight: 700;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-heavy-webfont.woff);
    font-weight: 800;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-black-webfont.woff);
    font-weight: 900;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-hairlineitalic-webfont.woff);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-thinitalic-webfont.woff);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-lightitalic-webfont.woff);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-italic-webfont.woff);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-mediumitalic-webfont.woff);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-semibolditalic-webfont.woff);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-bolditalic-webfont.woff);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-heavyitalic-webfont.woff);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-blackitalic-webfont.woff);
    font-weight: 900;
    font-style: italic;
}

.exerciseModal .modal-dialog {
    width: 833px;
}

.pageFooter {
    margin-top: 100px;
    text-align: center;
}

.pageFooter .navbar {
    margin-bottom: 0;
    padding: 20px;
}

h1, .h1 {
    font-size: 51px;
    font-weight: 200;
}

h2, .h2 {
    margin: 20px auto 40px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 200;
}

h2:after, .h2:after {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 1px;
    left: 0;
    margin: 72px auto 0;
    position: absolute;
    right: 0;
    width: 120px;
    background-color: #fff;
}

h3, .h3 {
    font-size: 33px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

h4, .h4 {
    font-size: 24px;
    font-weight: 200;
}

h5, .h5 {
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Arial, sans-serif;
    word-wrap: break-word;
}

.height {
    overflow: hidden;
}

.counter {
    display: block;
    margin-bottom: 15px;
}

.counter * {
    display: inline;
}

hr {

}

p {
    margin: 0 auto 10px;
}

table {
    text-align: left;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 50px;
}

.twobutton {
    margin: 0 auto;
    width: 35%;
}

.twobutton a {
    float: left;
}

.panel {
    border: 0;
    box-shadow: none;
}

.panel-body > div {
    margin-bottom: 60px;
}

.form-control {
    border-radius: 0;
    border: 2px solid #000000;
}

.form-control:focus {
    border-color: #ff5440;
    box-shadow: none;
    outline: 0 none;
}

.btn {
    border-style: solid;
    background: none;
    border-radius: 0;
    border-width: 2px;
    white-space: normal;
    font-size:15px;
}

.btn.disabled {
    border-style: solid;
    background: none;
    border-radius: 0;
    border-width: 2px;
}

.btn-danger {
    border-color:#c9302c;
    color:#c9302c;
}

.btn-info {
    color: #46b8da;
}

.btn-success {
    color: #449d44;
}

.btn-warning {
    color: #eea237;
}

.btn-default {
    color: #000000;
    border-color: #000000;
}

.btn-noClick:hover {
    cursor: auto;
    background-color: inherit;
    color: inherit;
}

.btn-info.btn-noClick:hover {
    color: #46b8da;
    border-color: #46b8da;
}

.btn-warning.btn-noClick:hover {
    color: #eea237;
    border-color: #eea237;
}

.btn-danger.btn-noClick:hover {
    color: #d43f3a;
    border-color: #d43f3a;
}

.btn-danger.btn-success:hover {
    color: #4cae4c;
    border-color: #4cae4c;
}

.btn-rowBtn {
    width: 100%;
    margin-top: 10px;
}

.label {
    border-style: solid;
    background: none;
    border-radius: 0;
    border-width: 2px;
}

.label-info {
    color: #46b8da;
    border-color: #46b8da;
}

.label-success {
    color: #4cae4c;
    border-color: #4cae4c;
}

.label-warning {
    color: #eea237;
    border-color: #eea237;
}

.alert {
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
}

.alert-danger {
    color: #d43f3a;
    border-color: #d43f3a;
}

.alert-success {
    color: #4cae4c;
    border-color: #4cae4c;
}

.alert-warning {
    color: #ba7e2e;
    border-color: #eea237;
}

h3 .label {
    margin-top: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

hr + h2 {
    margin-bottom: -2px;
    padding-bottom: 0;
}

/**
 *
 *
 *
 *
 *
 *
 *
 *
 */

.stopScrolling {
    height: 100%;
    overflow: hidden;
}

.pageLoadingOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.pageLoadingOverlay .spinner {
    position: absolute;
    top: 30%;
    left: 48%;
}

.pageLoadingOverlay .spinner li:nth-child(1) {
    animation: 1s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    -webkit-animation: 1s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: none repeat scroll 0 0 #46b8da;
    border-radius: 100%;
    height: 24px;
    left: 50%;
    list-style: outside none none;
    margin-left: -0.1em;
    top: 0;
    transform-origin: 50% 290% 0;
    width: 24px;
}

.pageLoadingOverlay .spinner li:nth-child(2) {
    animation: 1.76s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    -webkit-animation: 1.76s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: none repeat scroll 0 0 #4cae4c;
    border-radius: 100%;
    height: 24px;
    left: 50%;
    list-style: outside none none;
    margin-left: -0.1em;
    top: 0;
    transform-origin: -100% 260% 0;
    width: 24px;
}

.pageLoadingOverlay .spinner li:nth-child(3) {
    animation: 1.35s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    -webkit-animation: 1.35s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: none repeat scroll 0 0 #eea237;
    border-radius: 100%;
    height: 24px;
    left: 50%;
    list-style: outside none none;
    margin-left: -0.1em;
    margin-top: -0.9em;
    top: 0;
    transform-origin: 50% 450% 0;
    width: 24px;
}

.pageLoadingOverlay .spinner li:nth-child(4) {
    animation: 1.62s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    -webkit-animation: 1.62s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: none repeat scroll 0 0 #d43f3a;
    border-radius: 100%;
    height: 24px;
    left: 50%;
    list-style: outside none none;
    margin-left: -0.1em;
    margin-top: 0.2em;
    top: 0;
    transform-origin: 250% 150% 0;
    width: 24px;
}

@keyframes rota {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes opa {
    12% {
        opacity: 0.8;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.6;
    }
    66.6% {
        opacity: 0.52;
    }
    70% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.6;
    }
    84.2% {
        opacity: 0.75;
    }
    91% {
        opacity: 0.87;
    }
}

@-webkit-keyframes rota {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opa {
    12% {
        opacity: 0.8;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.6;
    }
    66.6% {
        opacity: 0.52;
    }
    70% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.6;
    }
    84.2% {
        opacity: 0.75;
    }
    91% {
        opacity: 0.87;
    }
}

/**
 *
 *
 *
 *
 *
 *
 *
 *
 */

.topNavigation .navbar-nav > li:hover {
    color: #fff;
}

.topNavigation .logo {
    padding: 6px;
    color: #ffffff;
}

.topNavigation .logo:hover {
    color: #777;
}

@media screen and (max-width: 768px) {
    .topNavigation .navbar-right {
        width: inherit;
    }
}

.topNavigation .account {
    text-align: center;
    color: #ffffff;
    width: 162px;
}

.topNavigation .account ul li {
    width: 160px;
}

.topNavigation a.account {
    text-decoration: none;
}

.topNavigation a.account:hover {
    text-decoration: none;
}

.topNavigation a.account:focus {
    background-color: inherit;
}

@media screen and (max-width: 768px) {
    .topNavigation .navbar-right {
        width: inherit;
    }

    .topNavigation .account {
        padding: 5px;
        margin: 10px;
    }

}

.topNavigation .navbar-right .dropdown li .glyphicon {
    padding-right: 15px;
}

.topNavigation .navbar-nav li a {
    padding-left: 11px;
    padding-right: 11px;
}

/**
 *
 *
 *
 *
 *
 *
 *
 *
 */

.quote .rightquote span {
    display: table-row;
    text-align: right;
}

.quote .rightquote {
    display: table;
    margin: 120px auto;
    color: #ffffff;
}

.quote .rightquote p {
    display: inline-block;
    font-family: lato;
    font-size: 45px;
    font-weight: 200;
    margin: 0 auto;
    max-width: 840px;
}

.quote .rightquote span {
    font-size: 17px;
    font-style: italic;
    font-weight: 200;
    margin-top: 4px;
}

.btn.btn-lg .glyphiconBackground {
    background-color: #c9302c;
    color: #ffffff;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
}

.btn .glyphiconBackground .glyphicon {
    font-style: normal;
    margin: auto;
    top:50%;
    left:0;
    right:0;
    position:absolute;
    line-height:0;
}

.glyphBtn {
    padding: 7px 5px 7px 55px;
    position:relative;
}

a:hover, a:focus {
    text-decoration:none;
}

a:focus, a:active, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted rgba(255, 255, 255, 0.4)!important;
    outline-offset: -2px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    border-color:#c9302c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: #449d44;
    color: #ffffff;
}

.area .container {
    padding-bottom: 30px;
}

.buttonRow .btn {
    width: 100%;
    margin-top: 10px;
}
