@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic');*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f3f2f1;
    height: 100%;
    width: 100%;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    overflow-x: hidden;
    color: #000;
}

table {
    background-color: #fcfcfc;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

thead tr th {
    font-weight: 200;
    font-size: 1.05em;
    color: #75787B;
}

thead tr th > a {

    font-size: 1.05em;
    color: #75787B;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(224, 224, 222, 0.2);
}

.table-hover > tbody > tr:hover {
    background-color: #f7f8f8;
}

.table-bordered > thead > tr > th {
    border-bottom: 2px solid #DA291C;
}

thead tr th {

    border-bottom: 2px solid #DA291C;
}

.img-circle {
    border-radius: 50%;
}

html {
    width: 100%;
    height: 100%;
}

.tooltip {
    width: 100%;
}

.tooltip-inner {
    background-color: #3d3f42;
}

.alert-success {
    background-color: rgba(132, 189, 0, 0.3);
    border-color: #608a00;
    color: #4f7100;
}

.alert-successhr {
    border-top-color: #4f7100;
}

.alert-success .alert-link {
    color: #2b3e00;
}

.alert-info {
    background-color: rgba(0, 156, 222, 0.3);
    border-color: #0078ab;
    color: #006692;
}

.alert-infohr {
    border-top-color: #006692;
}

.alert-info .alert-link {
    color: #00425f;
}

.alert-warning {
    background-color: rgba(117, 120, 123, 0.3);
    border-color: #5c5f61;
    color: #505254;
}

.alert-warninghr {
    border-top-color: #505254;
}

.alert-warning .alert-link {
    color: #37383a;
}

.alert-danger {
    background-color: rgba(218, 41, 28, 0.3);
    border-color: #ad2116;
    color: #961c13;
}

.alert-dangerhr {
    border-top-color: #961c13;
}

.alert-danger .alert-link {
    color: #69140d;
}

.alert {
    padding: 5px;
    opacity: 5;
    text-align: center;
    width: 75%;
}

.alert h5 {
    text-align: center;
}

.label {
    font-weight: normal;
}

.h4 {
    border-bottom: none;
}

.label-default {
    background-color: #99a3ac;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #7d8a95;
}

.label-primary {
    background-color: #DA291C;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ad2116;
}

.label-success {
    background-color: #84BD00;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #608a00;
}

.label-info {
    background-color: #009CDE;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #0078ab;
}

.label-warning {
    background-color: #00A499;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #007169;
}

.label-danger {
    background-color: #A6093D;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #76062b;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #8f9294;
}

.well blockquote {
    border-left: 5px solid #DA291C;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .pull-quote {
        width: 100%;
        display: inline-table;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .pull-quote {
        width: 40%;
        display: inline-table;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .pull-quote {
        width: 30%;
        display: inline-table;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .pull-quote {
        width: 30%;
        max-width: 600px;
        display: inline-table;
    }
}

.pull-quote {
    display: inline-table;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.40em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.40em;
    margin: 8px auto;
    color: #75787b;
    clear: both;
    text-align: left;

    letter-spacing: .01em;
}

h1 .h1 {
    letter-spacing: 0.05em;
    border-bottom: none;
    color: #e01d2e;
    text-transform: inherit;
    font-size: 48px;
}

h2 .h2 {
    text-transform: inherit;
    padding-bottom: 5px;
    font-size: 40px;

}

h2 a {
    color: #000;
}

h2 a:hover {
    text-decoration: none;
}

h3 {
    font-weight: 400;
    font-size: 34px;
    color: #000;
}

h4 {
    color: #252525;
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
    color: #e01d2e;
    border: none;
    text-transform: none;
}

p {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.5em;
}

.well blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’";
}

blockquote p:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p:after {
    visibility: visible;
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    line-height: 1.75em;
    display: inline;
    font-style: italic;
}

blockquote footer {
    color: #99a3ac;
    font-weight: 600;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: .0125em;
    line-height: 1.5em;
    border-left: 5px solid #DA291C;
    text-align: right;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .pull-quote {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .pull-quote {
        width: 100%;
        display: inline-table;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .pull-quote {
        width: 40%;
        display: inline-table;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .pull-quote {
        width: 30%;
        display: inline-table;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .pull-quote {
        width: 30%;
        max-width: 600px;
        display: inline-table;
    }
}

.pull-quote {
    display: inline-table;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

address a {
    color: #DA291C;
}

.mono {
    font-family: monospace;
    padding: 5px;
    font-weight: 500;
}

.jumbotron {
    position: relative;
    padding: 0 !important;
    color: #fff;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 0 !important;
    background-color: #9c9ea1;
}

.btn {
    font-weight: lighter;
    border-radius: 3px;
    padding: 8px 32px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    font-size: 1em;
    min-width: 120px;
}

.panel-body.custom {
    min-height: 475px;
}

.btn:hover {
    color: #fff;
}

.btn-link {
    font-weight: 300;
}

.btn-lg {
    min-width: 175px;
    font-size: 1.1em;
}

.btn-sm {
    font-size: .85em;
    min-width: 100px;
}

.btn-xs {
    min-width: 100px;
}

.btn-group, .btn-group-vertical {

}

.btn-primary.btn-primaryicon {
    background-color: rgba(54, 54, 54, 0.9);

    position: relative;
    border: none;
    width: 190px;
    min-height: 40px;
    vertical-align: top;
    line-height: .9em;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin-right: -2px;
    margin-left: -2px

}

.btn-primary {
    background-color: #DA291C;
    border-color: #DA291C;
    border-radius: 3px;
    color: #fff;
}

.btn-primary.active {
    background-color: #BB0A00;
    border-color: #BB0A00;
    border-radius: 1px;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    border-color: #BB0A00;
    background-color: #BB0A00;
    border-radius: 3px;
    color: #fff;
}

.btn-primary.btn-primaryicon:hover {
    color: #fff;
    background-color: rgba(0, 164, 153, 1);
    border-color: #00A499;
}

.btn-primary.btn-primaryicon.active:focus, .btn-primary.btn-primaryicon.active:hover {

    background-color: #00A499;
}

.btn-primary.btn-primaryicon:focus, .btn-primary.btn-primaryicon.focus, .btn-primary.btn-primaryicon:active, .btn-primary.btn-primaryicon.active, .open > .btn-primary.btn-primaryicon.dropdown-toggle {
    color: #fff;
    background-color: #00A499;
    border-color: #00A499;
}

.btn-primary:hover {
    color: #fff;
    background-color: #BB0A00;
    border-color: #BB0A00;
}

.btn-primary.btn-primaryicon:active, .btn-primary.btn-primaryicon.active, .open > .btn-primary.btn-primaryicon.dropdown-toggle {
    background-color: rgba(0, 164, 153, .8);
    color: #fff;
}

.btn-primary.btn-primaryicon:focus:active {
    background-color: #00A499;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #DA291C;
    border-color: #DA291C;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
    background-color: #DA291C;
    border-color: #DA291C;
}

.btn-default {

    box-shadow: none;
    color: #373a3c;
    background-color: #fff;
    width: 32px;
    height: 28px;
    border-radius: 1px;
    text-align: center;
    border: 1px solid #adadad;
    cursor: pointer;
    font-size: 14px;
    margin-right: -5px;

}

.btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background: #e6e6e6 none;
    color: #373a3c;
}

.btn-default:focus:active {
    background-color: #e6e6e6;
}

.btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.disabled:hover, .btn-default:disabled:hover, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0078ab;
    border-color: #0071a1;
}

.btn-info:hover {
    color: #fff;
    background-color: #0078ab;
    border-color: #0071a1;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background: #0078ab none;
    color: #fff;
}

.btn-info:focus:active {
    background-color: #0078ab;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-success {
    color: #fff;
    background-color: #84BD00;
    border-color: #84BD00;
}

.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #608a00;
    border-color: #598000;
}

.btn-success:hover {
    color: #fff;
    background-color: #608a00;
    border-color: #598000;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background: #608a00 none;
    color: #fff;
}

.btn-success:focus:active {
    background-color: #608a00;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #84BD00;
    border-color: #84BD00;
}

.btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
    background-color: #84BD00;
    border-color: #84BD00;
}

.btn-warning {
    color: #fff;
    background-color: #00A499;
    border-color: #00A499;
}

.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #007169;
    border-color: #006760;
}

.btn-warning:hover {
    color: #fff;
    background-color: #007169;
    border-color: #006760;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background: #007169 none;
    color: #fff;
}

.btn-warning:focus:active {
    background-color: #007169;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #00A499;
    border-color: #00A499;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
    background-color: #00A499;
    border-color: #00A499;
}

.btn-danger {
    color: #fff;
    background-color: #A6093D;
    border-color: #A6093D;
}

.btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #76062b;
    border-color: #6c0628;
}

.btn-danger:hover {
    color: #fff;
    background-color: #76062b;
    border-color: #6c0628;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background: #76062b none;
    color: #fff;
}

.btn-danger:focus:active {
    background-color: #76062b;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #A6093D;
    border-color: #A6093D;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
    background-color: #A6093D;
    border-color: #A6093D;
}

[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #888;
    border-radius: 10px;
    background: #eee;
    margin-bottom: 4px;
}

[type="radio"] + label span {
    border-radius: 50%;
}

[type="radio"]:checked + label span {
    background-image: radial-gradient(#DA291c, #BB0A00);
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-top: 10px;
    margin-right: 20px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0;
}

[type="checkbox"]:disabled + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    background: #e3e3e3;
    border-radius: 0;
    cursor: not-allowed;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: -3px;
    left: 1px;
    font-weight: 100;
    font-size: 11px;
    color: #DA291C;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    transform: scale(1);
}

.styleSelect select {
    background: transparent;
    width: 168px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    color: #000;
}

.styleSelect {
    background: #fff no-repeat right;
    -webkit-appearance: none;
    float: left;
    height: 25px;
    line-height: normal;
    margin: 0 15px 0 0;
    overflow: hidden;
    vertical-align: top;
    width: 50%;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    border-color: #fff;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;

}
.form-control::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.35s 0.35s ease;
    opacity: 0;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #e9eced;
}

.help-block {
    color: #fff;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}

.nav-form {
    margin-top: 15px;
}

.nav-form .form-group {
    margin-right: 1px;
}

.form-group {
    margin-left: 15px;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 100%;
    border-radius: 4px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e9eced;
    margin-top: 16px;
    margin-right: 100px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #DA291C;
    border-color: #DA291C;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    padding-left: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group i.form-control-feedback {
    cursor: pointer;

    position: absolute;
    z-index: auto;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    left: initial;
    font-size: 16px;
}

i.form-control-feedback {
    color: #75787b;
}

.profile-image {

    margin-top: -5px;
    float: right;
    width: 35px !important;
}

.navbar {
    background-color: #fff;
    /* -webkit-box-shadow: 0 8px 6px -6px $gray-lighter;
    -moz-box-shadow: 0 8px 6px -6px $gray-lighter;
    box-shadow: 0 8px 6px -6px $gray-lighter; */
    border-radius: 0;
    border: 2px solid #eee;
}

.navbar .container {
    width: 100%;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin: 0;
}

.navbar-right {
    margin-right: -10px;
}

.dropdown-menu {
    color: #000;
}

.dropdown-menu > li:active {
    background: #e7e7e7;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-menu > li > a {
    font-weight: 300;
    font-size: 15px;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu li {
    display: block;
}

.navbar-form .form-control {
    margin: 0 auto;
    padding: 3px;
}

.navbar-form .glyphicon {
    font-size: 10px;
}

.navbar-form .btn {
    font-weight: lighter;
    border-radius: 3px;
    padding: .3em .3em .3em .3em;
    cursor: pointer;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 15px;
    margin-left: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #DA291C;
}

.fa-bars {
    color: #75787B;
}

.navbar .navbar-brand {
    width: inherit;
}

.navbar-brand {
    padding: 15px 15px;
}

.navbar-nav > li > a {
    color: #000;
    line-height: 30px;

}

.navbar-brand-nov img {
    width: 100%;
    height: auto;
    max-width: 78px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    padding: .1em;
}

.navbar-brand-nov img:hover {
    opacity: 0.8;
}

@media screen and (min-width: 320px) {
    .navbar-brand-nov img {
        width: 100%;
        height: auto;
        max-width: 78px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-nov img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 480px) {
    .navbar-brand-nov img {
        width: 100%;
        max-width: 78px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-nov img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand-nov img {
        width: 100%;
        height: auto;
        max-width: 78px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-nov img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand-nov img {
        width: 100%;
        max-width: 78px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-nov img:hover {
        opacity: 0.8;
    }
}

.nav-stacked > li > a:active {
    background-color: #DA291c;
    color: #fff;
}

.nav-pills > li > a {
    border-radius: 3px;

}

.navbar-brand-well img {
    width: 100%;
    height: auto;
    max-width: 160px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    padding: .1em;
}

.navbar-brand-well img:hover {
    opacity: 0.8;
}

@media screen and (min-width: 320px) {
    .navbar-brand-well img {
        width: 100%;
        height: auto;
        max-width: 170px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-well img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 480px) {
    .navbar-brand-well img {
        width: 100%;
        max-width: 170px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-well img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand-well img {
        width: 100%;
        height: auto;
        max-width: 170px;

        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-well img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand-well img {
        width: 100%;
        max-width: 170px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-well img:hover {
        opacity: 0.8;
    }
}

.navbar-brand-rig img {
    width: 100%;
    height: auto;
    max-width: 140px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    padding: .1em;
}

.navbar-brand-rig img:hover {
    opacity: 0.8;
}

@media screen and (min-width: 320px) {
    .navbar-brand-rig img {
        width: 100%;
        height: auto;
        max-width: 140px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-rig img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 480px) {
    .navbar-brand-rig img {
        width: 100%;
        max-width: 140px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-rig img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand-rig img {
        width: 100%;
        height: auto;
        max-width: 140px;

        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-rig img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand-rig img {
        width: 100%;
        max-width: 140px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-rig img:hover {
        opacity: 0.8;
    }
}

.navbar-brand-caps img {
    width: 100%;
    height: auto;
    max-width: 215px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    padding: .1em;
}

.navbar-brand-caps img:hover {
    opacity: 0.8;
}

@media screen and (min-width: 320px) {
    .navbar-brand-caps img {
        width: 100%;
        height: auto;
        max-width: 215px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-caps img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 480px) {
    .navbar-brand-caps img {
        width: 100%;
        max-width: 215px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-caps img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand-caps img {
        width: 100%;
        height: auto;
        max-width: 215px;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-caps img:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand-caps img {
        width: 100%;
        max-width: 215px;
        height: auto;
        overflow: hidden;
        position: absolute;
        text-indent: 100%;
        white-space: nowrap;
        padding: .1em;
    }

    .navbar-brand-caps img:hover {
        opacity: 0.8;
    }
}

/* Custom, iPhone Retina


@media only screen and (min-width: 320px) {

.search-form .form-group {

	display: none;
}}
@media only screen and (min-width: 768px) {

.search-form .form-group {

	display: block;
}}
//Expanding Search button in Navbar


.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	Firefox 18-
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	Firefox 19+
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
	width: 100%;
	border-radius: 4px;
}


 */
.navbar-nav .active {
    border-radius: 3px;
    color: #fff;
    background: transparent;
}

.navbar-nav .active a {
    color: #000;
    background-color: transparent;
}

a.dropdown-toggle::before {
    border-left-color: #fff;
}

a.dropdown-toggle::after {
    border-left-color: #f7f7f9;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background: #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #75787b;
    border: none;
}

.btn-link:focus, .btn-link:hover {
    color: #DA291C;
    text-decoration: none;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #DA291C;
}

a:focus {
    text-decoration: none;
    color: #DA291C;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #009CDE;
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    background: #f7f7f9;
}

.nav > li > a:focus,
.nav > li > a:hover {
    border: none;
    border-radius: 3px;
    background-color: rgba(218, 41, 28, 1);
    color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border: none;
}

.nav-tabs {
    border-bottom: 1px solid #75787B;
}

.nav-tabs li a {
    border-bottom: none;
    border-top: 1px solid #75787B;
    border-right: 1px solid #75787B;
    border-left: 1px solid #75787B;
    background-color: #e9eced;
    margin-right: 3px;
}

.nav-tabs li a:hover {
    border-top: 1px solid #75787B;
    border-right: 1px solid #75787B;
    border-left: 1px solid #75787B;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #000;
    background-color: #75787B;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #99a3ac;
    border-bottom-color: transparent;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:focus {
    color: #5e5e5e;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus:hover {
    color: #000;
    background: #e7e7e7;
    border: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #000;
    background: #f7f7f9;
}

.tab-content {
    padding: 20px;
    border-right: 1px solid #99a3ac;
    border-left: 1px solid #99a3ac;
    border-bottom: 1px solid #99a3ac;
}

.nav-stacked > li > a {
    padding: 5px 5px 5px 8px;

    font-size: 14px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

.link:hover {
    color: #DA291C;
    text-decoration: none;
    cursor: pointer;
}

.pagination {
    border-radius: 0;
}

.pagination > li.active > a {
    background-color: #DA291C;
    border-color: #DA291C;
}

.pagination > li.active > button {
    background-color: #DA291C;
    border-color: #DA291C;
}

.pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0;
}

.pagination > li:last-child > button, .pagination > li:first-child > button {
    border-radius: 0;
}

.panel {
    border-style: solid;
    border-width: thin;
    border-color: #ddd;
}

.panel-body {
    padding: 10px 19px 12px;
    vertical-align: middle;
}
.panel-heading {
    padding: 8px 15px;
}

.panel > .panel-heading {
    background-color: #eaeae8;
    color: #000;

}

.panel-footer {
    background-color: #fff;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding:0;

}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-primary > .panel-heading {
    border-bottom: 2px solid;
    border-color: #e9e9e9;
}

.panel-success > .panel-heading {
    background-color: #eaeae8;
    text-align: center;
    border-bottom: 2px solid #e9e9e9;
}

.panel-info > .panel-heading {
    border-bottom: 3px solid #009CDE;
}

.panel-warning > .panel-heading {
    border-bottom: 3px solid #00A499;
}

.panel-danger > .panel-heading {
    border-bottom: 3px solid #A6093D;
}

.panel > .panel-body {
    background-color: rgba(255, 255, 255, .1);
    color: #000;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: 20px;*/
    color: inherit;
    text-align: center;
    background-color: #eaeae8;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.row {
    margin-top: 20px;
}

.clickable {
    cursor: pointer;
}

.panel-heading div {
    margin-top: -18px;
    font-size: 15px;
}

.panel-heading div span {
    margin-left: 5px;
}

.panel-title {
    border-bottom: 0 solid transparent;
    color: #000;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* CSS used here will be applied after bootstrap.css */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel {
    width: 70%;
    text-align: center;
    margin: 20px auto;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}

.item .thumb img {
    width: 50%;
    margin: 2px;
}

.carousel-control {
    font-size: 20px;
    text-align: center;
    color: #75787B;
    opacity: 1;
    width: 5%;
    background: #fff none;

    text-shadow: none;
}

.carousel-control.left {
    background: #fff linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.0001) 100%);
    opacity: 1;
    color: #75787B;
}

.carousel-control.right {
    left: auto;
    right: 0;

    background: #fff linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.0001) 100%);
    color: #75787B;
}

.carousel-control:hover {
    opacity: .5;
}

.carousel-control:focus {
    opacity: .8;
    color: #75787B;
}

.carousel-control .icon-Rewind,
.carousel-control .icon-FastForward,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding: 5px;
    z-index: 5;
    display: inline-block;
    background: #fff none;
}

.carousel-control .icon-Rewind,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -50px;
}

.carousel-control .icon-FastForward,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -50px;
}

.carousel-control .icon-Rewind,
.carousel-control .icon-FastForward {
    line-height: 1;
    color: #75787B;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.red {
    background-color: #DA291C;
    color: #fff;
}

.gray {
    background-color: #75787B;
    color: #fff;
}

.graytext {
    color: #75787B;

}

.teal {
    color: #00A499;

}

.blue {
    background-color: #009CDE;
    color: #fff;
}

.media {
    padding: 1em;
}

.list-group-item {
    position: relative;
    display: grid;
    padding-right: 15px;
    padding-top: 16px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #99a3ac;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #75787B;
    color: #fff;
    border-color: #75787B;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #fff;
}

.list-group-item.active .list-group-item-heading {
    border-bottom: 1px dotted #fff;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #75787B;
}

.breadcrumb {
    color: #DA291C;
    background-color: transparent;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
}

.breadcrumb > li + li:before {
    color: #75787B;
    content: "\003E\00a0";
}

.breadcrumb > .active {
    color: #000;
}

.breadcrumb a {
    color: #DA291C;
}

.novicon {
    font-size: 20px;
    font-family: 'novfont' !important;
    background-color: #00A499;
    color: #fff;
    margin: 12px 6px 0 6px;

    padding: 8px;
    border-radius: 0;
}

.fa-search {
    padding-top: 0;
}

.fa {
    font-family: FontAwesome !important;
    font-size: 18px;

}

.novicon p {

}

.novicon:hover {
    background-color: #75787B;
    color: #fff;
    cursor: pointer;
}

.icon {
    font-size: 25px !important;
    padding: 2px;

    color: #75787b;

}

.icon:hover {

}

.nov-icon2 {
    padding: 3px;

    color: #DA291C;
    font-size: 12px;
    border-radius: 0;
    width: 28px;
    height: 30px;
    position: relative;
    margin-right: 15px;
    border: none;
    text-align: center;
}

.nov-icon {
    padding: 3px;
    background-color: transparent;
    color: #da291c;
    font-size: 18px;
    border-radius: 0;

    width: 28px;
    height: 30px;
    position: relative;
    margin-right: 15px;
    border: none;
    text-align: center;
}

.nov-icon:hover {
    background-color: #00A499;
    color: #fff;
    border: 1px solid #00A499;
}

.btn-icon {
    position: relative;
    border: none;
    border-radius: 0;
    background-color: #75787B;
    color: #fff;
    cursor: pointer;
}

.btn-icon:hover {
    background-color: #00A499;
    color: #fff;
}

.btn-icon:hover p {
    color: #fff;
}

/* button.btn-icon
{ width:30px;
	height: 25px;

	&:hover {
		background-color: $nov-teal;
		color: #fff;
	}
	&:hover p {
		color: #fff;
	}
} */
.btn-bigicon p {
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    letter-spacing: .03em;
}

.btn-group {
    text-align: center;
    margin: -60px 0 60px;

}

.bigicon {
    font-size: 36px;
    background: transparent;
    color: #fff;
    width: 100%;

}



.btn-primary p {
    padding-top: 6px;
}

.btn-whiteicon {
    position: relative;
    border: none;
    background-color: #75787B;
    border-radius: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.btn-whiteicon:hover {
    background-color: #00A499;
    color: #fff;
}

.btn-whiteicon p {
    font-size: 12px;
    letter-spacing: .03em;
    color: #fff;
}

.whiteicon {
    width: 60%;
    padding: 10px;
}

.whiteicon:hover {
    color: #fff;
}

.icon-search {
    /*background-image: url(Search.png);*/
    background-size: 100%;
    background: no-repeat center;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 3px 3px 3px 3px;
}

.selectedIcon {
    background-color: #DA291C;
}

.btn-bigicon {
    background-color: #75787b;
    position: relative;
    border: none;
    width: 80px;
    height: 100px;
    border-radius: 1px;
    color: #75787B;
    cursor: pointer;
    font-size: 20px;
    margin-right: -5px;
}

@media (max-width: 767px) {
    .btn-bigicon {

        width: 60px;
        height: 80px;
    }

    .bigicon {
        font-size: 22px;
    }
}

.btn-bigicon:hover {
    background-color: #00A499;
    border-radius: 3px;
}

.btn-bigicon:hover i {
    background-color: #00A499;
    color: #fff;
}

@media {

}

.btn-icon.btn-top {
    color: #fff;
}

.btn-icon .glyphicon {
    font-size: 22px;
}

li .nov-icon {
    margin-top: 14px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

.badge-info {
    background-color: #DA291C;
    color: #fff;
    position: relative;
    top: 0;
    left: 5px;
    z-index: 3;
}

.badge-notify {
    background: #DA291C;
    position: relative;
    top: -40px;
    left: 15px;
    z-index: 3;
}

.badge-header {
    background: #DA291C;
    position: relative;
    top: -42px;
    left: 15px;
    z-index: 3;
}

.caption-style-1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.caption-style-1 li {
    float: left;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.caption-style-1 li:hover .caption {
    opacity: 1;
}

.caption-style-1 img {
    margin: 0;
    padding: 0;
    float: left;
    z-index: 4;
}

.caption-style-1 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.caption-style-1 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    z-index: 5;
}

.caption-style-1 .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

.caption-style-1 .caption-text p {
    text-align: center;
}

.caption-style-1 .caption-text {
    z-index: 10;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 100px;
}

.elementlink {
    color: #000;
}

.elementlink:hover {
    color: #DA291C;
    text-decoration: none;
}

#menu3 p {
    width: 90%;
}

.arrow {
    width: 100px;
    background-color: #75787b;
}

.tab-pane {
    min-height: 500px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #8f9294;
}

.redtext {
    color: #DA291C;
}

.graytext {
    color: #75787B;
}

.greentext {
    color: #84BD00;
}

.tealtext {
    color: #00A499;
}

.bluetext {
    color: #009CDE;
}

.browntext {
    color: #8c8279;
}

.darkredtext {
    color: #A6093D;
}

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

.img-circle {
    border-radius: 50%;
}

.pull-right {
    float: right !important;
}

.bold {
    font-weight: 600;
}

.buttons {
    width: 10%;
    display: inline-block;
}

.smallarrowsub {
    float: right;
    height: 1px;
    width: 1px;
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

#smallarrow {
    padding-left: 5px;
    padding-right: 5px;
    height: 1px;
    width: 1px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

div {
    display: block;
}

.small {
    letter-spacing: .03em;
}

.smalltext {
    font-size: 20px;
}

.bigger {
    font-size: 56px;
}

.white {
    color: #fff;
}

.panel-custom2 {
    background-color: #fff;
    opacity: .95;
    padding: 30px;
}

span.custom {
    padding: 0;
}

.mono {
    font-family: monospace;
    padding: 5px;
    font-weight: 500;
}

.redtext {
    color: #DA291C;
}

.black {
    color: #000;

}

.padding {
    padding: 5px;
}

ul {
    line-height: 1.55em;
}

.row {
    z-index: 1;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

#myScrollSpy .side {
    z-index: 100;
    position: absolute;
}

img.img-responsive.customdiv {
    z-index: 1;
    position: relative;
}

.border {
    -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}

.green {
    background-color: #84BD00;
    color: #fff;
}

.blocks2 {
    background-color: #009CDE;
    color: #fff;
}

.img-responsive {
    transition-property: opacity;
    transition-duration: .2s, 1s;
    transition-timing-function: linear;
}

.service-heading {
    text-align: center;
    color: #000;
}

.bold {
    font-weight: 600;
}

.big {
    width: 100%;
    height: 100%;
    font-size: 5em;
    padding: 20px;
}

.text-muted {
    text-align: left;
    color: #000;
}

.media.white {
    text-align: right;
}

.jumbotron p.service-heading {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.old {
    color: #84BD00;
}

.old:hover {
    color: #bdff24;
}

.new {
    color: #009CDE;
}

.new:hover {
    color: #45c8ff;
}

.redbox {
    background: rgba(218, 41, 28, 0.9);
    color: #fff;
}

.transparent {
    background-color: transparent;
}

.blackbox {
    color: #DA291C;
}

.text-primary {
    color: #75787B;
}

.custom i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.panel-custom1 {
    display: none;
}

.media1 .media-object {
    width: 100%;
    height: auto;
    display: block;
}

.side li:focus {
    background-color: #009CDE;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #009CDE;
    padding-top: 30px;
    display: inline-table;
}

.circles {
    text-align: center;
}

.customdiv {
    z-index: 2;
    position: relative;
}

.panel-custom {
    background-color: #000;
    opacity: .8;
    color: #fff;
    padding: 30px;
}

.side {
    position: absolute;
    margin-top: 25px;
    border-radius: 5px;
    z-index: 10;
    padding: .75em;
    border: 2px solid #009CDE;
    background-color: #fff;
    width: 90%;
}

.side li a {
    letter-spacing: .1em;
    font-size: 16px;
    padding: 10px;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
    margin-top: -1px;
}

.innerCircle {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 60px;
    top: 25px;
    left: 25px;
    color: #000;
    font-weight: 200;
}

.img-responsive.customdiv {
    display: inline;
    width: 100%;
    float: none;
    position: relative;
}

.innerCircle .content {
    position: absolute;
    display: block;
    width: 100px;
    top: 15px;
    right: 0;
    text-align: center;
    font-size: 14px;
}

.innerCircle .content p {
    text-align: center;
}

.bigger {
    font-size: 56px;
}

.bottom {
    position: absolute;
    right: 1em;
    bottom: 0;
}

hr {
    color: #75787B;
}

#hb-a1 img {
    position: relative;
    top: 0;
    left: 0;
}

.hb-headline {
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 250px;

}

.hb h1, .hb h2, .hb h3, .hb h4, .hb h5, .hb .hb h6 {
    text-align: center;

}

#hb-a1 h1 {
    font-size: 4.75em;
    font-weight: 500;
}

#hb-a1 h2 {
    border: none;
    font-size: 2.5em;
    font-weight: 200;
    margin-bottom: 25px;
}

.hb-button {
    color: white;
    font-size: 1.25em;
    padding: 10px 0;
    width: 250px;
    background-color: #da291c;
    border-radius: 3px;
    font-weight: 200;
    margin: 0 auto;
}

#hb-a1 a, #hb-a1 a:hover {
    text-decoration: none;
}

.hb-button:hover {
    background-color: #75787b;
}

.swiper-pagination-bullet-active {
    background: #da291c;
}

/*# sourceMappingURL=nov-bootstrap.css.map */
