html {
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #E5E5E5;
    margin: 25px 0px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #dc0032;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

a:hover,
a:focus {
    color: #4f4f56;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 28px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #003d79;
}

[role="button"] {
    cursor: pointer;
}

.lead {
    margin-bottom: 28px;
    font-size: 27px;
    line-height: 42px;
}

a {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #dc0032;
    outline: none;
    cursor: pointer;
}

a:focus,
a:active {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #4f4f56;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #dc0032;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2307;
    position: relative;
    margin-top: 0;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1.heading-style-1 {
    font-size: 40px;
    font-weight: bold;
}

h2.heading-style-2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4;
}

h3.heading-style-3 {
    font-size: 30px;
    line-height: 1.47;
}

h4.heading-style-4 {
    font-size: 26px;
}

h5.heading-style-5 {
    font-size: 18px;
    text-transform: none;
}

h6.heading-style-6 {
    font-size: 17px;
}

.page-header,
.page_header {
    margin-bottom: 60px;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
}

.page-header:after,
.page_header:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-bottom: 5px solid #dc0032;
    width: 100%;
    max-width: 64px;
}

.page-header *[class*=heading-style],
.page_header *[class*=heading-style] {
    margin-bottom: 0;
    text-transform: uppercase;
}

p {
    margin: 0px;
    padding: 0 0 28px;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #dc0032;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1f84b7;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #dc0032;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1f84b7;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 28px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 28px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
    color: #4f4f56;
}

.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
    color: white;
    padding: 0px 4px;
    background: #dc0032;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 28px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1488px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

table th {
    background: #003d79;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: -0.5px 10px -0.5px 15px;
    font-weight: 700;
    border-right: 1px solid #dddddd;
    padding: 5px;
}

table th:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

table th:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

table th:last-child {
    border-right: none;
}

table tr td {
    padding: 8px;
    border-top: none;
    border-right: 1px solid #dddddd;
}

table tr td:last-child {
    border-right: none;
}

table tr+tr td {
    border-top: 1px solid #dddddd;
}

table a {
    color: #dc0032;
}

table a:hover {
    color: #333;
}

dl.table {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: transparent;
}

dl.table dt,
dl.table dd {
    display: block;
}

dl.table dt {
    background: #dc0032;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: -0.5px 10px -0.5px 15px;
    border-bottom: 1px solid #dddddd;
    font-weight: 700;
}

dl.table dd {
    margin-left: 0;
    padding: 8px;
}

dl.table dd+dd {
    border-top: 1px solid #dddddd;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

form {
    margin-bottom: 56px;
}

form mark {
    background: none !important;
    font-size: 11px;
    line-height: 14px;
    bottom: 100%;
    right: 0;
    padding: 0 !important;
    position: absolute;
    z-index: 1;
}

form mark label {
    color: #ff0000;
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin: 0 !important;
}

form mark label.error {
    display: inline;
}

form textarea {
    min-height: 142px;
    max-height: 142px;
}

form .btn,
form .kbutton {
    padding: 14px 30px;
}

.controls,
.control-group {
    position: relative;
}

.control-group-captcha {
    margin-bottom: 20px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    max-width: 100%;
    height: 56px;
    background: #ffffff;
    border: 1px solid #D0D0CE;
    color: #4f4f56;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding: 14px 20px;
    outline: none;
    margin-bottom: 30px;
    -webkit-transition: border-color 1s ease, box-shadow 1s ease;
    -o-transition: border-color 1s ease, box-shadow 1s ease;
    transition: border-color 1s ease, box-shadow 1s ease;
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.1);
}

select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 20px transparent !important;
    box-shadow: inset 0 0 0 20px transparent !important;
    -webkit-text-fill-color: #4f4f56 !important;
    color: #4f4f56 !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #5ab5e2;
    box-shadow: none;
}

label.inline {
    display: inline-block;
}

span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0;
    height: 20px;
    line-height: 18px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}

span.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

span.checkbox input[type="checkbox"]:checked+label.checkbox_inner:before {
    content: '\f00c';
}

span.checkbox label.checkbox_inner {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

span.checkbox label.checkbox_inner:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #454545;
    text-align: center;
}

span.checkbox+label {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0 2px;
    vertical-align: middle;
}

span.radio {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    min-height: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

span.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

span.radio input[type="radio"]:checked+label.radio_inner:before {
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    background: #454545;
}

span.radio label.radio_inner {
    bottom: 0;
    left: 0;
    line-height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

span.radio+label {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0 2px;
    vertical-align: middle;
}

.item_introtext input,
.item_fulltext input,
.category_desc input,
.controls input,
.item_introtext select,
.item_fulltext select,
.category_desc select,
.controls select,
.item_introtext .select,
.item_fulltext .select,
.category_desc .select,
.controls .select,
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
    width: 100%;
}

.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
    height: 142px;
}

.form-inline .checkbox input[type="checkbox"] {
    float: none;
}

.btn#jform_profile_dob_img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px !important;
    line-height: 100%;
    padding: 0 !important;
    text-align: center;
    width: 56px !important;
}

.btn#jform_profile_dob_img i {
    margin: 0;
}

input.search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea#jform_profile_aboutme {
    height: 200px;
    width: 100%;
}

#helpsite-refresh {
    margin-bottom: 9px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
    display: inline-block;
}
.page-registration .checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    border: none;
    padding: 0;
    box-shadow: none;
    margin-top: 10px;
}

.page-registration .checkboxes .checkbox {
    display: flex !important;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 12px;
    width: calc(33.33% - 15px);
    line-height: 1.4;
}

.page-registration .checkboxes .checkbox.hideit {
    display: none !important;
}

.page-registration .checkboxes.row  .checkbox,
.page-registration #jform_com_fields_spam_agreement.checkboxes .checkbox {
    width: 100%;
}

.page-registration .checkboxes input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}
textarea.invalid {
    border: #ff0000;
}

.form-vertical label {
    display: inline-block;
    margin-bottom: 28px;
}

select[name=ordering] {
    margin: 0;
}

textarea[style*="overflow"] {
    overflow: auto !important;
}

#form-login .btn {
    margin-bottom: 30px;
}

.add-on.btn {
    padding-left: 0;
    padding-right: 0;
    width: 56px;
}

legend {
    display: block;
    padding: 0 15px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 50px;
    color: #333333;
    border: 0;
    background-color: #f2f2f2;
}

legend small {
    font-size: 21px;
    color: #777777;
}

label {
    color: #4f4f56;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

label+* {
    margin-top: 0px;
}

.uneditable-input {
    width: 206px;
}

input,
textarea {
    width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #4f4f56;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #4f4f56;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #4f4f56;
}

textarea {
    resize: none;
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: -2px 0 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 56px;
    line-height: 56px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select[multiple] {
    height: auto;
}

.uneditable-input,
.uneditable-textarea {
    color: #777777;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dddddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

.radio,
.checkbox {
    min-height: 28px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: none;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

.controls-row:before,
.controls-row:after {
    content: " ";
    display: table;
}

.controls-row:after {
    clear: both;
}

.controls-row:before,
.controls-row:after {
    content: " ";
    display: table;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #f2f2f2;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #4f4f56;
    border-color: #ff0000;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #dc0032;
}

.help-block,
.help-inline {
    color: #74747e;
}

.help-block {
    display: block;
    margin-bottom: 14px;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

legend+.control-group {
    -webkit-margin-top-collapse: separate;
}

.btn {
    display: inline-block;
    background-color: #003d79;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #003d79;
    padding: 11px 27px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    min-width: 250px;
}

.btn-cookie {
    display: inline-block !important;
    background-color: #003d79 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    cursor: pointer !important;
    border: 1px solid #003d79 !important;
    padding: 11px 27px !important;
    text-transform: uppercase !important;
    color: white !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16) !important;
    min-width: 250px !important;
}

.btn.red {
    background-color: #dc0032;
    border-color: #dc0032;
}

.btn.btn-cnt,
.btn.miniQuizSendButton {
    min-width: auto;
}

.btn .fa {
    margin: 0 3px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

.btn-cookie:hover,
.btn-cookie:focus,
.btn-cookie.focus,
.btn-cookie.active,
.btn-cookie.selected {
    background-color: #dc0032 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-color: #ffffff !important;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active,
.btn.selected {
    background-color: #dc0032;
    color: #ffffff;
    text-decoration: none;
    border-color: #ffffff;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled,
.kbutton.disabled,
.btn[disabled],
.kbutton[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .kbutton {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 28px;
    color: #333333;
    white-space: nowrap;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #dc0032;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #dc0032;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs>li {
    float: left;
    margin: 0px 10px 0px 0px;
}

.nav-tabs>li>a {
    font: 16px/20px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #f9f9f9;
    color: #dc0032;
    font-weight: 600;
    border-top: 1px solid #dc0032;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs>li>a:hover {
    background: #dc0032;
    color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: default;
    color: #fff;
    cursor: default;
    display: inline-block;
    background-color: #dc0032;
    border-left: 1px solid #dc0032;
    border-right: 1px solid #dc0032;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.tab-content {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-left: 1px solid #e1e1e1;
}

.tab-content>.active {
    display: block;
    margin-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

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

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #dc0032;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
    border: 1px solid #dc0032;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 30px;
    font-size: 23px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -30px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -30px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (max-width: 768px) {
    .page-registration .checkboxes .checkbox {
        width: calc(50% - 15px);
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: -3px;
    margin-bottom: -3px;
}

.navbar-form input,
.navbar-form textarea,
.navbar-form select,
.navbar-form .help-inline,
.navbar-form .uneditable-input,
.navbar-form .input-prepend,
.navbar-form .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .hide {
    display: none;
}

@media (max-width: 768px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: -3px;
    margin-bottom: -3px;
}

.navbar-btn.btn-sm {
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -30px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

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

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

#breadcrumbs {
    background-size: cover;
    color: white;
    overflow: hidden;
    margin-bottom: 5px;
}

#breadcrumbs .breadcrumbTitle {
    font: bold 60px/1.2307 Arial, Helvetica, sans-serif;
    display: block;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb {
    background: white;
    color: #4f4f56;
    margin: 0;
    text-align: left;
    padding: 19px 0;
    position: relative;
}

.breadcrumb:before,
.breadcrumb:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    background: white;
    width: 100%;
}

.breadcrumb:before {
    left: 100%;
}

.breadcrumb:after {
    right: 100%;
}

.breadcrumb li {
    font: 13px/28px Arial, Helvetica, sans-serif;
    padding: 0;
    display: inline-block;
}

.breadcrumb li .divider {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    vertical-align: top;
}

.breadcrumb li.active {
    color: #dc0032;
}

.breadcrumb li.active span {
    color: #dc0032;
}

.breadcrumb li>span {
    color: #4f4f56;
}

.breadcrumb a {
    color: #4f4f56;
}

.breadcrumb a:hover {
    color: #dc0032;
}

.pagination {
    height: auto;
    margin: 0;
    padding: 0px 0 56px;
}

.pagination ul {
    margin: 0;
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.pagination ul li>a,
.pagination ul li>span {
    color: white !important;
    display: block;
    padding: 7px 13px;
    line-height: 28px;
    border: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination ul li>a:focus,
.pagination ul li>span:focus {
    background: #4f4f56;
}

.pagination ul li>a:focus:hover,
.pagination ul li>span:focus:hover {
    background: #dc0032;
}

.pagination ul li>a:hover,
.pagination ul li>span:hover {
    background: #dc0032;
    color: #ffffff;
}

.pagination ul li>.pagenav,
.pagination ul li>.hasTooltip {
    background: #4f4f56;
    color: #dc0032;
}

.pagination ul li>span.pagenav {
    background: #dc0032;
    color: #ffffff;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover {
    cursor: default;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #4f4f56;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #4f4f56;
    cursor: not-allowed;
    pointer-events: none;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #4f4f56;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 28px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #dc0032;
}

.thumbnail .caption {
    padding: 9px;
    color: #4f4f56;
}

.alert {
    padding: 28px 128px 28px;
    min-height: 60px;
    margin-bottom: 28px;
    background-color: #fcf8e3;
    position: relative;
    color: #8a6d3b;
}

.alert h4 {
    color: #8a6d3b;
}

.alert:before {
    position: absolute;
    font-family: FontAwesome;
    left: 26px;
    top: 50%;
    line-height: 0;
    content: '\f071';
    font-size: 79px;
    color: #fcdd9a;
}

.alert .close {
    position: absolute;
    top: 12px;
    right: 20px;
    line-height: 28px;
}

.progress-bar-wrap {
    max-width: 100%;
    width: 210px;
}

.progress-bar {
    position: relative;
    width: 100%;
    margin: 0px;
}

.progress-bar .progress-bar__body {
    position: absolute;
    right: 50%;
    width: 100%;
    top: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.progress-bar .progress-bar__body:after {
    content: '%';
}

.progress-bar .progress-bar__stroke,
.progress-bar .progress-bar__trail {
    stroke-linejoin: round;
}

.progress-bar-horizontal {
    text-align: left;
}

.progress-bar-horizontal>svg {
    margin-top: 7px;
}

.progress-bar-horizontal .progress-bar__body {
    width: auto!important;
    top: -29px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.progress-bar-radial {
    position: relative;
    padding-bottom: 100%;
}

.progress-bar-radial>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #ffffff;
    overflow: hidden;
}

.progress-bar-radial.progress-zero .progress-bar__stroke {
    stroke-dasharray: 279, 280 !important;
}

.progress-bar-radial.progress-full .progress-bar__stroke {
    stroke-dasharray: 280, 280 !important;
}

.progress-bar-radial .progress-bar__body {
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
}

@media (max-width: 1199px) {
    .progress-bar-radial .progress-bar__body {
        font-size: 30px;
        line-height: 36px;
    }
}

.progress-bar-default .progress-bar__stroke {
    stroke: #dc0032;
}

.progress-bar-default .progress-bar__trail {
    stroke: #4f4f56;
}

.progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #dc0032;
}

.progress-bar-default.progress-bar-radial .progress-bar__trail {
    stroke: #4f4f56;
}

ul,
ol {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    line-height: 28px;
}

ul li a,
ol li a {
    text-decoration: none;
    color: #a7a7ab;
}

ul li a:hover,
ol li a:hover {
    color: #dc0032;
}

ol {
    list-style: none;
    counter-reset: list;
}

ol li {
    padding-left: 30px;
    position: relative;
}

ol li+li {
    margin-top: 12px;
}

.item_introtext ul li+li,
.item_fulltext ul li+li,
.category_desc ul li+li,
.site_map ul li+li {
    margin-top: 12px;
}

.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li,
.site_map ul.nav-tabs li {
    padding: 0;
}

.item_introtext ul.nav-tabs li:before,
.item_fulltext ul.nav-tabs li:before,
.category_desc ul.nav-tabs li:before,
.site_map ul.nav-tabs li:before {
    display: none;
}

.item_introtext ul a,
.item_fulltext ul a,
.item_fulltext a.btn-outline,
.category_desc ul a,
.site_map ul a,
.item_introtext ul span,
.item_fulltext ul span,
.category_desc ul span,
.site_map ul span {
    text-decoration: none;
}

ul.tags li:before,
ul.nav li:before,
ul.btn-toolbar li:before,
ul.dropdown-menu li:before,
ul.chzn-results li:before,
ul.chzn-choices li:before {
    display: none;
}

.nav.menu.social {
    font-size: 0;
    line-height: 0;
    margin: 12px 0 20px;
}

.nav.menu.social li {
    display: inline-block;
    padding: 0 0px 2px 2px;
}

.nav.menu.social li a {
    background: #36363c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 46px;
}

.nav.menu.social li a:hover {
    background: #dc0032;
    -webkit-box-shadow: 0 0 20px rgba(46, 161, 219, 0.5);
    box-shadow: 0 0 20px rgba(46, 161, 219, 0.5);
    color: white;
}

ul.list {
    margin-bottom: 56px;
}

ul.list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ul.list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '•';
    font-size: 20px;
}

ul.list li+li {
    margin-top: 12px;
}

ul.link {
    text-align: right;
}

ul.link li {
    font: 14px/50px Arial, Helvetica, sans-serif;
}

ul.link li a {
    display: block;
    position: relative;
    background-color: #dc0032;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    outline: none;
    padding: 11.5px 20px;
    text-shadow: none;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
    overflow: hidden;
    transition: background-color 0s cubic-bezier(.52, .08, .18, 1) 0s;
}

ul.link li a:hover,
ul.link li a:hover:before {
    background-color: #fff;
    transition: background-color .1s linear .35s;
    color: #dc0032;
    z-index: 1;
}

ul.link li a:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 110%;
    transition: -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateX(-101%) skewX(-17.62deg);
    transform: translateX(-101%) skewX(-17.62deg);
    backface-visibility: hidden;
    height: 100%;
    background-color: #fff;
}

ul.link li a:hover:after {
    -webkit-transform: translateX(0) skewX(-17.62deg);
    transform: translateX(0) skewX(-17.62deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

ul.link li a span {
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: color .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: color .55s cubic-bezier(.52, .08, .18, 1), transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: color .55s cubic-bezier(.52, .08, .18, 1), transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    word-spacing: 2px;
}

ul.link li a:hover span {
    color: #dc0032;
}

ul.location {
    max-width: 220px;
}

ul.location li *[class*=material-design] {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

ul.location li *[class*=material-design]:before {
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.location li *[class*=material-design][class*=material-design-phone] {
    margin-bottom: 26px;
}

.social-links li {
    display: inline-block;
    margin: 0 9px !important;
}

.social-links li a {
    font-size: 18px;
    color: #a0a5a8;
}

ul.brands {
    background: white;
    display: table;
    width: 100%;
    position: relative;
}

ul.brands:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-right: 1px solid #e1e1e1;
    height: 43px;
    width: 1px;
}

ul.brands li {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

ul.brands li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-right: 1px solid #e1e1e1;
    height: 43px;
    width: 1px;
}

ul.partners {
    background: #f7f7f7;
    display: table;
    width: 100%;
    position: relative;
}

ul.partners:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-right: 1px solid #e1e1e1;
    height: 43px;
    width: 1px;
}

ul.partners li {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

ul.partners li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-right: 1px solid #e1e1e1;
    height: 43px;
    width: 1px;
}

ul.icons li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4f4f56;
    list-style: none;
    position: relative;
    padding-left: 0px;
}

ul.icons li a {
    color: #4f4f56;
}

ul.icons li a:hover {
    color: #dc0032;
}

ul.icons li+li {
    margin-top: 12px;
}

ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
    margin: 5px 0 0;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl+* {
    margin-top: 28px;
}

dt,
dd {
    line-height: 28px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 14px;
}

.dl-horizontal:before,
.dl-horizontal:after {
    content: " ";
    display: table;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal:before,
.dl-horizontal:after {
    content: " ";
    display: table;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 220px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 240px;
}

.portfolio-meta-list {
    display: table;
    margin-left: 0;
    overflow: hidden;
}

.portfolio-meta-list li {
    color: #4f4f56;
    display: table-row;
}

.portfolio-meta-list li strong {
    color: #4f4f56;
}

.portfolio-meta-list li>strong,
.portfolio-meta-list li>span {
    display: table-cell;
}

.portfolio-meta-list li>span {
    padding-left: 5px;
    color: #4f4f56;
}

.portfolio-meta-list li:before {
    display: none;
}

.item_fulltext .portfolio-meta-list li span:hover {
    color: inherit;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    position: absolute;
    right: 0;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 2;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close,
.close button.close {
    padding: 3px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#modal .close {
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    margin-right: 9px;
    margin-top: 1px;
    opacity: 1;
    position: absolute;
    right: 6%;
    top: 5%;
    z-index: 2;
}

#modal .close:hover {
    color: #4f4f56;
}

@media (max-width: 479px) {
    #modal .close {
        top: 0;
        right: 0;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    background: #dc0032;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
    margin: 10px;
}

@media (max-width: 479px) {
    .modal-dialog {
        bottom: 0;
        left: 0;
        margin: 20px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        width: auto;
    }

    .page-registration .checkboxes .checkbox {
        width: calc(100% - 15px);
    }
}

.modal-content {
    position: relative;
    background-color: #dc0032;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 28px;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-body h5 {
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 38px;
}

.modal-footer {
    padding: 0;
    text-align: right;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 370px;
        margin: 0 auto;
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 28px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 28px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 18px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

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

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

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.fa-file-add:before {
    content: "\f016";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-picture:before {
    content: "\f03e";
}

.icon-edit:before {
    content: "\f044";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}

body {
    font-weight: 300;
}

body:after {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

body.disable-hover:after {
    z-index: 999999999999999999;
}

.custom_hover strong {
    display: none;
}

html {
    -ms-overflow-style: scrollbar;
}

html,
body {
    height: 100%;
}

.container-fluid {
    margin: 0 20px;
    padding: 0;
    position: relative;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mod-menu .nav.menu.nav-pills>li>a {
    display: block;
}

.mod-menu .nav.menu.nav-pills>li.active>a {
    background: #dc0032;
}

time,
.item_hits,
.item_category-name address,
.item_createdby {
    white-space: nowrap;
    margin: 0;
}


/*== Login ==*/

.mod-login_submit {
    margin: 0 0 9px;
}

#form-login-remember label {
    margin-bottom: 20px;
}


/*Finder*/

#mod-finder-searchword {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 4px;
}


/*======================= MODULE ITEM WIDTH =======================*/


/*======================= MAILTO WINDOW =======================*/

#mailto-window {
    padding-top: 1em;
}

.mailto-close {
    margin-bottom: 1em;
    overflow: hidden;
}

.mailto-close a {
    float: right;
}


/*=================================================================*/


/*======================= COMPONENT STYLES ========================*/


/*=================================================================*/

.icons .btn-group.pull-right {
    margin: 0 0 10px 10px;
    position: relative;
    z-index: 10;
}

.icons .btn-group.pull-right a.dropdown-toggle {
    margin-top: 30px;
    padding: 0 5px;
}

.icons .btn-group.pull-right a.dropdown-toggle .caret {
    border: none;
    font-size: .8em;
    height: auto;
    margin: 0;
    width: auto;
}

.icons .btn-group.pull-right a.dropdown-toggle .caret:before {
    content: '\f078';
    font-family: 'FontAwesome';
}

.icons .btn-group.pull-right ul.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.icons .btn-group.pull-right ul.dropdown-menu>li {
    float: none;
    padding: 0;
}

.icons .btn-group.pull-right ul.dropdown-menu>li .fa-edit {
    margin-right: 5px;
}

.icons .btn-group.pull-right ul.dropdown-menu>li>a {
    color: #4f4f56;
}

.icons .btn-group.pull-right ul.dropdown-menu>li>a:hover {
    color: #ffffff;
    background: #dc0032;
}

.no-edit .jmodedit {
    display: none !important;
}

.icons:after {
    content: '';
    clear: both;
    display: block;
}


/* Category */

.pretext,
.category_desc {
    padding-bottom: 56px;
}


/*======================= Search & Smart Search ========================*/

ul#finder-filter-select-dates li.filter-date {
    margin-bottom: 4px;
    margin-right: 4px;
}

ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
    margin-bottom: 9px;
}

.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 5px;
}

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


/*======================= ADDTHIS STYLES =======================*/

.page-item_addThis {
    padding-top: 12px;
}

.addthis_sharing_toolbox {
    margin-top: 20px;
}


/*======================= CAPTION FIXES =======================*/

.img_caption {
    text-align: center !important;
}

.img_caption.left {
    float: left;
    margin-right: 1em;
}

.img_caption.left p {
    clear: left;
    text-align: center;
}

.img_caption.right {
    float: right;
    margin-left: 1em;
}

.img_caption.right p {
    clear: right;
    text-align: center;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}


/*======================= SCROLL TO TOP =======================*/

#back-top {
    bottom: 90px;
    position: fixed;
    right: 20px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 99;
    display: none;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

#back-top a {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    font: 34px/34px FontAwesome;
    color: #dc0032;
}

#back-top a>span:before {
    content: "\f0aa";
}

#back-top a:hover {
    color: #4f4f56;
}

.dropdown-toggle>* {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle .fa-cog {
    margin-right: 4px;
}

label[for=mod-login_remember] {
    display: inline-block;
}

.btn-group {
    max-width: 100%;
    white-space: normal;
}

.form-horizontal .remember .control-label {
    padding-top: 0;
}

#sw_pinterest_display {
    max-width: 280px;
}

#sw_pinterest_display>div {
    display: none;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 0;
}

.items-more ul {
    margin: 0 0 30px -60px;
}

.items-more ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    padding: 0 0 10px 60px;
    width: 50%;
}

.items-more ul:after {
    clear: both;
    content: '';
    display: block;
}

@media (max-width: 767px) {
    body.view-profile .form-horizontal .control-label {
        float: none;
        width: 100%;
        padding-top: 5px;
        text-align: left;
    }
    body.view-profile .form-horizontal .controls {
        margin-left: 0px;
    }
}

*::selection {
    background: #dc0032;
    color: #ffffff;
}

*::-moz-selection {
    background: #dc0032;
    color: #ffffff;
}

#searchForm fieldset {
    margin-bottom: 20px;
}

#searchForm fieldset .controls>label {
    display: inline-block;
    margin-right: 1em;
}

#searchForm fieldset .controls span.radio {
    margin-right: 10px;
}

#searchForm .form-limit label {
    float: left;
    margin-right: 5px;
    line-height: 56px;
}

#searchForm .form-limit>span.select,
#searchForm .form-limit>select {
    float: right;
    position: relative;
    top: -10px;
}

#searchForm .form-limit p {
    clear: both;
    overflow: hidden;
}

#searchForm .phrases-box {
    float: left;
}

#searchForm .phrases-box>* {
    display: inline-block;
}

#searchForm .phrases-box strong {
    padding-right: 10px;
    line-height: 14px;
    vertical-align: middle;
}

#searchForm .phrases-box .controls>label {
    min-width: 90px;
}

#searchForm .phrases-box .controls>label+label {
    margin-top: 0;
}

#searchForm .ordering-box {
    float: right;
}

#searchForm .ordering-box strong {
    vertical-align: top;
    padding-right: 10px;
    line-height: 56px;
}

dl.search-results {
    margin-bottom: 30px;
}

dl.search-results dt {
    margin-top: 20px;
}

.login_shell {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
    .login_shell .lr_providericons {
        font-size: 13px;
    }
}

.login_shell form {
    margin-bottom: 0;
}

.login_shell button {
    vertical-align: inherit;
}

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

.login_shell .control {
    position: relative;
}

.login_shell input,
.login_shell textarea {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 14px;
}

.login_shell .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
    padding: 0 14px;
}

.login_shell .control-group+.control-group {
    margin-top: 5px;
}

.login_shell .input-prepend {
    display: block;
}

.login_shell .add-on {
    border: none;
}

.login_shell *+.mod-login_submit {
    margin: 0px;
}

.login_shell .mod-login_submit .btn {
    vertical-align: middle;
}

.login_shell label.checkbox {
    cursor: inherit;
}

.login_shell label.checkbox span.checkbox input[type="checkbox"] {
    position: relative;
    z-index: 2;
}

.login_shell .reset_remind {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 300;
}

.login_shell label+* {
    margin-top: 10px;
}

.login_shell .userdata p {
    padding-bottom: 10px;
}

.login_shell #form-login-remember {
    margin-bottom: 10px;
}

.login_shell #form-login-remember label {
    margin: 0;
}

.login_shell #form-login-remember .modlgn-remember {
    height: 14px;
}

.login_shell #form-login-remember .checkbox_inner {
    margin: 0;
}

div[class*="lr_social_login_basic"]>a {
    display: none;
}

.lr_social_login_basic_150 {
    width: 100% !important;
}

.lr_social_login_basic_150 .lr_providers .lr_icons_box {
    float: none !important;
    width: 100% !important;
}

.lr_social_login_basic_150 .lr_providers .lr_icons_box div {
    float: none !important;
    margin: 0 0 10px !important;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons {
    color: #FFF;
    display: block;
    font-weight: 500;
    height: 50px !important;
    line-height: 49px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: auto !important;
    z-index: 1 !important;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 21px;
    vertical-align: middle;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.lr_social_login_basic_150 .lr_providers .lr_facebook {
    background: #3B5998 !important;
}

.lr_social_login_basic_150 .lr_providers .lr_facebook:before {
    content: '\f09a';
    margin-right: 13px;
}

.lr_social_login_basic_150 .lr_providers .lr_google {
    background: #DF4A32 !important;
}

.lr_social_login_basic_150 .lr_providers .lr_google:before {
    content: '\f0d5';
    margin-right: 9px;
}

div#fixed-sidebar-right {
    bottom: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1034;
}

div#fixed-sidebar-right .moduletable.login {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    position: absolute;
    top: 160px;
    width: 0;
    left: auto;
    transition: width .2s ease;
}

div#fixed-sidebar-right .moduletable.login>i.fa-user {
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    left: -40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    background: #dc0032;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div#fixed-sidebar-right .moduletable.login>i.fa-user:hover {
    font-size: 22px;
}

div#fixed-sidebar-right .moduletable.login.shown {
    width: 330px;
}

div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
    overflow: auto;
    padding: 30px 30px;
    width: 330px;
    right: 0;
    transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
}

div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    position: relative;
    right: 330px;
    width: 0;
    padding: 30px 0px;
    overflow: hidden;
    background: white;
    transition: width 0s linear .2s, padding 0s linear .2s, right 0s linear .2s;
}

div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .login-greeting {
    margin-bottom: 5px;
}

div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .input-prepend .add-on:hover i {
    background: transparent;
    color: #dc0032;
}

.menu-login-form>ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #dc0032 transparent;
}

@media (max-width: 767px) {
    .login_shell .control-group+* {
        margin-top: 10px;
    }
}

@media screen and (max-height: 550px) {
    div#fixed-sidebar-right .moduletable.login,
    div#fixed-sidebar-right .login_shell {
        padding-bottom: 10px;
        bottom: 0;
    }
    div#fixed-sidebar-right .moduletable.login .mod_login_wrapper,
    div#fixed-sidebar-right .login_shell .mod_login_wrapper {
        max-height: 100%;
    }
}

@media (max-width: 479px) {
    div#fixed-sidebar-right .moduletable.login {
        bottom: 0;
    }
    div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
        right: 280px;
    }
    div#fixed-sidebar-right .moduletable.login.shown {
        width: 280px;
    }
    div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
        padding-left: 20px;
        padding-right: 20px;
        width: 280px;
        right: 0;
    }
}

/*===== Privacy Page ======*/
.page-category__privacy,
.page-item__privacy {
    margin: 3rem 0;
}

.page-category__privacy article {
    padding: 20px;
    border: solid 1px #e4e4e4;
}

/*===== History Page ======*/

.page-category__history .items-row {
    position: relative;
}

.page-category__history .items-row>div {
    clear: both;
    position: relative;
}

.page-category__history .items-row>div:before {
    color: white;
    content: '\f073';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 40px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    right: -21px;
    text-align: center;
    top: 15px;
    width: 40px;
    background: #dc0032;
}

.page-category__history .items-row>div .item {
    border: 1px solid #dddddd;
    margin-right: 25px;
    padding: 30px;
    position: relative;
}

.page-category__history .items-row>div .item:before,
.page-category__history .items-row>div .item:after {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    top: 24px;
}

.page-category__history .items-row>div .item:before {
    border-left: 10px solid #dddddd;
    right: -10px;
}

.page-category__history .items-row>div .item:after {
    border-left: 10px solid #ffffff;
    right: -9px;
}

.page-category__history .items-row>div .item .item_introtext p {
    padding-bottom: 0;
}

.page-category__history .items-row>div .item .item_info {
    left: 100%;
    margin-left: 80px;
    position: absolute;
    top: 20px;
}

@media (max-width: 767px) {
    .page-category__history .items-row>div .item {
        margin-bottom: 30px;
    }
}

.page-category__history .items-row>div+div {
    float: right;
}

.page-category__history .items-row>div+div:before {
    left: -19px;
    right: auto;
}

.page-category__history .items-row>div+div .item {
    margin-left: 25px;
    margin-right: 0;
}

.page-category__history .items-row>div+div .item:before,
.page-category__history .items-row>div+div .item:after {
    border-bottom: 10px solid transparent;
    border-left: none;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    right: auto;
    top: 24px;
}

.page-category__history .items-row>div+div .item:before {
    border-right: 10px solid #dddddd;
    left: -10px;
}

.page-category__history .items-row>div+div .item:after {
    border-right: 10px solid #ffffff;
    left: -9px;
}

.page-category__history .items-row>div+div .item .item_info {
    left: auto;
    margin-left: 0;
    margin-right: 80px;
    right: 100%;
}

.page-category__history .items-row:before {
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    background: #dc0032;
}

@media (max-width: 767px) {
    .page-category__history .items-row:before {
        display: none;
    }
}

.page-category__history .item_info_dl {
    font-size: inherit;
}


/*===== FAQ Page ======*/

.page-category__faqs .item_title span.item_title_part0 {
    color: #dc0032;
}

.page-category__faqs .to_top {
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}

.page-category__faqs .to_top:before {
    background: #4f4f56;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 30px;
    top: 50%;
}

.page-category__faqs .to_top a {
    font-size: 18px;
}

.page-category__faqs .item {
    margin-bottom: 0;
}


/*======================= Archives Page ========================*/

.page-archive_filters .filter-search {
    overflow: hidden;
    padding-bottom: 21px;
}

.page-archive_filters select,
.page-archive_filters button {
    display: inline-block;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .contact_details {
        margin-bottom: 30px;
    }
}

.contact_address {
    overflow: hidden;
    padding-bottom: 28px;
}

.contact_details_fax {
    padding-bottom: 28px;
}

#contact_map {
    margin-bottom: 28px;
}

#contact_map .map {
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_map .map.mfp-hide {
    display: block !important;
}

#map {
    margin-bottom: 30px;
}

#map header {
    margin-bottom: 30px;
}

.map img {
    max-width: none !important;
}

.mfp-content .map {
    max-width: 1788px;
}

.contact_details_item {
    margin-bottom: 20px;
}


/*======================= Site Map =======================*/

.site_map .menu ul {
    padding-left: 15px;
}

.site_map .menu ul ul {
    padding-left: 30px;
}

.site_map .menu ul ul ul {
    padding-left: 45px;
}


/*======================= Registration =======================*/

#member-registration,
#member-profile,
#user-registration {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#member-registration .chzn-container,
#member-profile .chzn-container,
#user-registration .chzn-container {
    width: 100% !important;
}

#member-registration #helpsite-refresh,
#member-profile #helpsite-refresh,
#user-registration #helpsite-refresh {
    margin-top: 10px;
}

#member-registration .btn,
#member-profile .btn,
#user-registration .btn {
    vertical-align: top;
}

#member-registration .input-append,
#member-profile .input-append,
#user-registration .input-append {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 56px;
    width: 50%;
}

#member-registration .calendar_wrapper #jform_profile_dob_spacer-lbl,
#member-profile .calendar_wrapper #jform_profile_dob_spacer-lbl,
#user-registration .calendar_wrapper #jform_profile_dob_spacer-lbl {
    display: block;
    margin-top: 10px;
}

.page-login {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.page-login .btn {
    vertical-align: inherit;
}

.page-login .input-prepend {
    width: 100%;
}


/*======================= ADMIN EDIT PAGES =======================*/

#modules-form .chzn-container,
#adminForm .chzn-container {
    width: 100% !important;
}

#modules-form .input-prepend .btn+.btn,
#adminForm .input-prepend .btn+.btn,
#modules-form .input-append .btn+.btn,
#adminForm .input-append .btn+.btn {
    margin-left: 1px;
}

#modules-form .btn-toolbar>.btn,
#adminForm .btn-toolbar>.btn {
    margin: 0 5px 5px 0;
}

#modules-form .btn-toolbar>.btn+.btn,
#adminForm .btn-toolbar>.btn+.btn {
    margin-left: 0;
}

#modules-form .accordion-inner,
#adminForm .accordion-inner {
    padding: 5px;
}

#modules-form span.radio,
#adminForm span.radio {
    display: none;
}

#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
    display: inline-block !important;
    margin-right: 5px;
}

#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
    margin-bottom: 20px;
}

#modules-form .control-label label,
#adminForm .control-label label {
    display: block !important;
}

#adminForm #images .input-prepend.input-append {
    width: 100%;
}

#adminForm #images .input-prepend.input-append .btn {
    width: 5%;
    text-align: center;
}

#adminForm #images .input-prepend.input-append .btn+input {
    width: 85%;
}

#adminForm #images .input-prepend.input-append .btn+input+.btn {
    width: 5%;
}

@media (max-width: 1200px) {
    #contact_map {
        height: 376px;
    }
    .page-category__history .items-row:before {
        margin-left: 9px;
    }
    .page-category__history .items-row>div:before {
        right: -31px;
    }
    .page-category__history .items-row>div+div:before {
        left: -10px;
    }
}

@media (max-width: 979px) {
    .page-category__history .items-row:before {
        margin-left: 5px;
    }
    .page-category__history .items-row>div:before {
        right: -27px;
    }
    .page-category__history .items-row>div+div::before {
        left: -18px;
    }
}

@media (max-width: 767px) {
    .page-category__history .items-row:before {
        left: 19px;
        margin-left: 0;
    }
    .page-category__history .items-row>div+div {
        float: none;
    }
    .page-category__history .items-row>div+div:before {
        left: 0;
        display: none;
    }
    .page-category__history .items-row>div::before {
        left: 0;
        right: auto;
        display: none;
    }
    .page-category__history .items-row>div .item {
        margin-left: 50px !important;
        margin-right: 0 !important;
    }
    .page-category__history .items-row>div .item:before {
        border-left: none;
        border-right: 10px solid #E5E5E5;
        left: -10px;
        right: auto;
        display: none;
    }
    .page-category__history .items-row>div .item:after {
        border-left: none;
        border-right: 10px solid #E5E5E5;
        left: -10px;
        right: auto;
        display: none;
    }
    .page-category__history .items-row>div .item .item_info,
    .page-category__history .items-row>div+div .item .item_info {
        margin: 0;
        position: static;
    }
    .body__404 .big-404 {
        margin-bottom: 15px;
    }
    #member-registration,
    #member-profile,
    #user-registration,
    .page-login {
        width: 100%;
    }
    #helpsite-refresh {
        display: block;
        margin-top: 10px;
    }
    .page_profile .btn-toolbar {
        float: none;
    }
    .input-prepend input {
        width: 100%;
    }
    .page-category__history .items-row>div .item {
        margin-left: 0 !important;
    }
    #adminForm #images .input-prepend.input-append .btn {
        width: 10%;
    }
    #adminForm #images .input-prepend.input-append .btn+input {
        width: 75%;
        padding-left: 12%;
    }
    #adminForm #images .input-prepend.input-append .btn+input+.btn {
        width: 10%;
    }
}

@media (max-width: 639px) {
    #modules-form fieldset#jform_published label.btn span {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .row-fluid [class*="span"].site_map {
        float: left;
        width: 50%;
    }
    .row-fluid [class*="span"].site_map:nth-child(2n-1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .control-label+.controls {
        margin-top: 10px;
    }
    .page-category__history .items-row>div .item {
        padding: 20px;
    }
    .page-item__privacy_policy .item_fulltext *[class*=heading-style] {
        float: none;
        width: 100%;
    }
    .page-item__privacy_policy .item_fulltext p {
        margin-left: 0;
    }
    .page-item__privacy_policy .item_fulltext p:before {
        display: none;
    }
    #modules-form .btn span:not(.icon-calendar) {
        display: none;
    }
    #modules-form .form-horizontal .control-label {
        padding-bottom: 10px;
        padding-top: 0;
    }
    #adminForm #images .input-prepend.input-append .btn {
        width: 13%;
    }
    #adminForm #images .input-prepend.input-append .btn+input {
        width: 64%;
        padding-left: 15%;
    }
    #adminForm #images .input-prepend.input-append .btn+input+.btn {
        width: 15%;
    }
    #login-form .controls .input-prepend .btn,
    #member-registration .controls .input-prepend .btn,
    #member-profile .controls .input-prepend .btn,
    #user-registration .controls .input-prepend .btn,
    #login-form .controls .input-append .btn,
    #member-registration .controls .input-append .btn,
    #member-profile .controls .input-append .btn,
    #user-registration .controls .input-append .btn {
        margin-bottom: 0;
    }
    #login-form .controls .btn,
    #member-registration .controls .btn,
    #member-profile .controls .btn,
    #user-registration .controls .btn {
        margin-bottom: 10px;
    }
    #adminForm .btn-toolbar .btn-group {
        margin-bottom: 10px;
    }
}

#fixed_cloned {
    width: 100% !important;
}

.nav-collapse.collapse {
    height: auto;
}

.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active>a {
    color: white !important;
}

.moduletable:before,
.moduletable:after {
    content: " ";
    display: table;
}

.moduletable:after {
    clear: both;
}

.moduletable:before,
.moduletable:after {
    content: " ";
    display: table;
}

.moduletable:after {
    clear: both;
}

.moduletable.col-sm-12+.moduletable {
    clear: both;
}

.moduletable.col-sm-12:last-child {
    margin-bottom: 0;
}

.moduletable.col-sm-12+* {
    margin-top: 0;
}

.moduletable.col-sm-12.title_only+* {
    margin-top: 0;
}

.moduletable.olark {
    display: none;
}

.mod-article-single {
    margin-bottom: 56px;
}

.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
    content: " ";
    display: table;
}

.mod-article-single .item__module:after {
    clear: both;
}

.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
    content: " ";
    display: table;
}

.mod-article-single .item__module:after {
    clear: both;
}

.mod-newsflash-adv.blog article {
    padding-bottom: 30px;
}

.mod-newsflash-adv.blog article:after {
    background: rgba(220, 0, 50, 0.2);
    bottom: 0px;
    content: " ";
    display: block;
    height: 1px;
    left: 30px;
    margin: auto;
    opacity: 1;
    position: absolute;
    width: 94%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mod-newsflash-adv .item i[class*=linecons] {
    font: 30px/62px 'linecons';
    background: #dc0032;
    color: white;
    display: inline-block;
    margin-bottom: 58px;
    margin-top: 39px;
    text-align: center;
    width: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mod-newsflash-adv.services .item {
    margin-bottom: 40px;
}

.mod-newsflash-adv.services .item .item_img {
    margin-bottom: 0;
}

.mod-newsflash-adv[class*=_news] .item {
    margin-bottom: 35px;
}

.mod-newsflash-adv[class*=_news] .item .item_title {
    text-transform: none;
}

.mod-newsflash-adv[class*=_center]:not(.services) .item .item_title .item_title_part_0 {
    display: block;
}

.mod-newsflash-adv[class*=team] .item {
    padding-top: 11px;
}

.mod-newsflash-adv[class*=team] .item .item_img {
    margin: 0 0 61px;
}

.mod-newsflash-adv[class*=team] .item .item_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mod-newsflash-adv[class*=team] .item .item_title {
    margin-bottom: 7px;
}

.mod-newsflash-adv[class*=team] .item .figcaption {
    border-bottom: 1px solid #e1e1e1;
    color: #727278;
    display: block;
    font: 18px/28px Arial, Helvetica, sans-serif;
    max-width: 312px;
    margin: 0 auto 20px;
    padding-bottom: 14px;
    min-height: 71px;
}

.mod-newsflash-adv[class*=type1] .item {
    margin-bottom: 12px;
}

.mod-newsflash-adv[class*=type1] .item .item_content {
    overflow: hidden;
    width: 100%;
}

.mod-newsflash-adv[class*=type1] .item .item_content .item_title {
    float: left;
    line-height: 28px;
    max-width: 185px;
    margin-bottom: 0;
    width: 100%;
}

.mod-newsflash-adv.counters {
    text-align: center;
}

.mod-newsflash-adv.counters.cols-5 .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.mod-newsflash-adv.counters.cols-5 .row::before,
.mod-newsflash-adv.counters.cols-5 .row::after {
    display: none;
}

.mod-newsflash-adv.counters .counter {
    color: #dc0032;
    font: bold 60px/70px Arial, Helvetica, sans-serif;
    margin-bottom: 28px;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #dc0032;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul {
    padding: 10px 0;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li {
    font-size: 24px;
    line-height: 26px;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
    display: none;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li+li {
    margin-top: 0;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
    color: #dc0032;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content {
    background: #374046;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
    background: #dc0032;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price {
    font-size: 40px;
    line-height: 50px;
    padding: 18px 0;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price span {
    font-size: 16px;
    line-height: 41px;
    vertical-align: bottom;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item {
    position: relative;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_title {
    color: #dc0032;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 40px;
    line-height: 50px;
    padding: 18px 0;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price span {
    font-size: 16px;
    line-height: 38px;
    vertical-align: bottom;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #dc0032;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul {
    padding: 18px 0 11px;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li {
    font-size: 16px;
    line-height: 30px;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li:before {
    display: none;
}

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li+li {
    margin-top: 0;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal {
    text-align: center;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle {
    text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
    .mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item__module {
        width: 50%;
        float: left;
    }
}

.mod-newsflash-adv .mod-newsflash-adv_custom-link {
    margin-bottom: 56px;
    text-align: center;
}

.mod-bootstrap-collapse {
    margin-bottom: 56px;
}

.bg_video {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background-size: cover !important;
}

.bg_video .loading {
    display: none !important;
}

.bg_video .off {
    /*z-index: -10;*/
    opacity: 0;
}

.bg_video h2 {
    margin: 0;
    font-size: 75px;
    color: #4f4f56;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bg_video p {
    margin: 10px 0 0 0;
    font-size: 45px;
    color: #4f4f56;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#bg_video__overlay {
    background: 50% 50% no-repeat rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#bg_video__overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bg_video__overlay svg rect+rect {
    fill: #dc0032 !important;
}

#bg_video__content {
    text-align: center;
    position: relative;
    padding: 180px 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#bg_video__content.off * {
    cursor: default !important;
}

#bg_video__content #bg_video__btn {
    background: #ffffff;
    height: 100px;
    width: 100px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#bg_video__content #bg_video__btn:before {
    content: '\f04b';
    display: inline-block;
    font: 29px/100px 'FontAwesome';
    color: #4f4f56;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bg_video__content #bg_video__btn:hover {
    background: extract(#dc0032, 2);
}

.mb_YTPBar {
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mb_YTPBar.off {
    bottom: -50px;
}

.mb_YTPBar .buttonBar {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.mb_YTPBar .ytpicon {
    width: 40px;
    height: 40px;
    display: inline-block;
    font: 20px/40px 'FontAwesome';
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mb_YTPBar .ytpicon:hover {
    color: #ffffff;
}

.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPBar .mb_YTPMuteUnmute {
    float: left;
}

.mb_YTPBar .mb_YTPVolumeBar,
.mb_YTPBar .mb_OnlyYT {
    display: none !important;
}

.mb_YTPBar .mb_YTPTime {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    font: 16px/40px 'Arial';
    color: #fff;
}

.mb_YTPBar .mb_YTPUrl {
    width: 77px;
    float: right;
    font-size: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url('data:image/png;base64,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') 0 0 no-repeat rgba(255, 255, 255, 0.3);
}

.mb_YTPBar .mb_YTPUrl:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.mb_YTPBar .player_close {
    float: right;
    line-height: 39px;
}

.mb_YTPBar .mb_YTPProgress {
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #4f4f56;
    bottom: 0;
    left: 0;
}

.mb_YTPBar .YTPOverlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: "flat";
    transform-style: "flat";
}

.icons-marker {
    font-size: 21.6px;
    line-height: 28px;
}

*[class*=center] {
    text-align: center;
}

.item_img,
.category_img {
    font-size: 0;
    line-height: 0;
    margin: 0 0 25px;
    position: relative;
}

.item_img a,
.category_img a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.item_img a:hover img,
.category_img a:hover img,
.item_img a:hover .BWfade,
.category_img a:hover .BWfade {
    opacity: 1 !important;
}

.item_img img,
.category_img img {
    max-width: 100%;
    height: auto;
}

.img-intro__left,
.img-full__left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}

.img-intro__right,
.img-full__right {
    float: right;
    margin-left: 60px;
    max-width: 50%;
}

.lazy_preloader {
    background: #ffffff url("data:image/gif;base64,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") no-repeat center;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

.lazy_preloader .lazy_preloader_inner {
    display: block;
    max-width: 100%;
}

.lazy_preloader img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

img.lazy {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -moz-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.BWfade {
    display: block !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 0 !important;
    top: 0 !important;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
    width: 100% !important;
    z-index: 2;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    text-align: right;
}

.well #limit_chzn {
    margin-bottom: 0;
}

.item__module,
.item {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.item__module.visible-first,
.item.visible-first {
    opacity: 100;
    filter: alpha(opacity=10000);
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.stuck {
    background: transparent;
    z-index: 1034 !important;
}

body:not(.modal-open) .stuck {
    width: 100% !important;
}

.scroll-to-fixed-fixed {
    background: #ffffff;
    padding: 0;
    padding-top: 16px !important;
    z-index: 1034 !important;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.scroll-to-fixed-fixed .icemegamenu>ul {
    margin: 4px auto 16px;
}

.scroll-to-fixed-fixed .icemegamenu>ul>li>a.iceMenuTitle::before {
    display: none;
}

.scroll-to-fixed-fixed ul.icesubMenu.sub_level_1 {
    margin-top: 17px;
}

.scroll-to-fixed-fixed ul.link {
    margin-bottom: 16px;
}

.parallax {
    margin-bottom: 67px;
    padding: 92px 0 40px;
}

.parallax .page_header {
    margin-bottom: 10px;
}

.parallax .mod-article-single .item-title {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.parallax[class*=parallax1] {
    padding: 102px 0 33px;
}

.parallax[class*=parallax2] {
    padding: 101px 0 32px;
}

.parallax[class*=parallax3] {
    padding: 116px 0 28px;
}

.parallax[class*=parallax4] {
    margin-bottom: 0;
}

.parallax[class*=parallax1],
.parallax[class*=parallax2] {
    margin-bottom: 0;
}

.parallax[class*=parallax1],
.parallax[class*=parallax3] {
    color: white;
}

.parallax[class*=parallax1] .page-header,
.parallax[class*=parallax3] .page-header,
.parallax[class*=parallax1] .page_header,
.parallax[class*=parallax3] .page_header {
    margin-bottom: 7px;
    padding-bottom: 13px;
}

.parallax[class*=parallax1] .page-header:before,
.parallax[class*=parallax3] .page-header:before,
.parallax[class*=parallax1] .page_header:before,
.parallax[class*=parallax3] .page_header:before {
    border-color: white;
}

.parallax[class*=parallax1] *[class*=heading-style],
.parallax[class*=parallax3] *[class*=heading-style] {
    color: white;
}

.parallax[class*=parallax1] *[class*=heading-style] a,
.parallax[class*=parallax3] *[class*=heading-style] a {
    color: white;
}

.parallax[class*=parallax1] *[class*=heading-style] a:hover,
.parallax[class*=parallax3] *[class*=heading-style] a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.skills_diagram {
    display: inline-block;
    vertical-align: middle;
}


/*===== Testimonials Page ======*/

.sorting .btn-group>* {
    font-size: 18px;
}

.tags {
    clear: both;
}

.tags .label {
    padding: 3px 5px;
    font-size: 100%;
    line-height: 12px;
    border-radius: none;
    font-weight: normal;
    color: #4f4f56;
    background: #dc0032;
}

.tags .label:hover {
    color: #ffffff;
}

.tags li {
    line-height: 12px;
}

.tags li+li {
    padding-left: 10px;
    border-left: 2px solid #ffffff;
}

.addthis_toolbox {
    padding-top: 18px;
}

.video_frame {
    margin-bottom: 26px;
    position: relative;
}

.video_frame iframe {
    border: medium none !important;
    height: 100% !important;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.item_info .item_info_dl {
    margin: 0 0 17px;
}

.item_info .item_info_dl dd {
    color: #4f4f56;
    font-size: 13px;
    margin: 0 18px 0 0;
    display: inline;
}

.item_info .item_info_dl dd>* {
    display: inline;
}

.item_info .item_info_dl dd .tags:before,
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_hits:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .item_category-name:before,
.item_info .item_info_dl dd .kmt-comment:before {
    font: normal normal normal 14px/1 'FontAwesome';
    color: #dc0032;
    margin-right: 2px;
}

.item_info .item_info_dl dd .item_category-name:before {
    content: "\f115";
}

.item_info .item_info_dl dd .item_createdby:before {
    content: "\f007";
}

.item_info .item_info_dl dd .item_hits:before {
    content: "\f06e";
}

.item_info .item_info_dl dd .item_published:before {
    content: "\f017";
}

.item_info .item_info_dl dd a {
    color: #4f4f56;
}

.item_info .item_info_dl dd a:hover {
    color: #dc0032;
}

#top div.container div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#top ul li,
.lang-block li {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}

#top ul li a,
.lang-block li a {
    color: #333;
}

#top ul li a:hover,
.lang-block li a:hover {
    color: rgba(0, 0, 0, 0.7);
}

#header {
    padding-top: 5px;
    width: 100%;
    border-bottom: 1px solid #dc0032;
    background-color: #f5f5f5;
}

.search-block {
    text-align: right;
}

.search-block input {
    max-width: 100%;
}

#feature {
    padding-bottom: 5px;
}

#maintop {
    background: #f7f7f7;
    margin-bottom: 69px;
    padding-bottom: 24px;
    padding-top: 71px;
    margin-top: 50px;
}

#content {
    padding-bottom: 0px;
}

#component {
    min-height: 0;
}

.item {
    margin-bottom: 56px;
}

.item:after {
    content: '';
    display: block;
    clear: both;
}

.page-item {
    padding-bottom: 56px;
}

.content-links ul {
    list-style: none;
    margin: 0;
}

#mainbottom div.moduletable {
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px dotted rgba(220, 0, 50, 0.2);
    margin-bottom: 30px;
}

#mainbottom-2 {
    padding-bottom: 24px;
}

#mainbottom-3 {
    background: #f7f7f7;
    padding-bottom: 54px;
    padding-top: 30px;
}

#mainbottom-3 .page-header,
#mainbottom-3 .page_header {
    margin-bottom: 54px;
    padding-bottom: 12px;
}

#footer-wrapper {
    background: #333;
    color: #a7a7ab;
    width: 100%;
}

#footer-wrapper .footer-top .module_container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#footer-wrapper .footer-top .top-social {
    text-align: right;
}

#footer-wrapper .footer-top ul {
    margin-bottom: 4px;
}

#footer-wrapper .footer-top img {
    margin-bottom: 0px;
}

#footer-wrapper .footer-top p {
    padding-bottom: 0;
}

#footer-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-wrapper .footer-top .row {
    align-items: center;
}

#footer-wrapper .row::before,
#footer-wrapper .row::after {
    display: none;
}

#copyright .row {
    justify-content: flex-end;
}

#footer-wrapper .shacksearch .ps_search_box,
#footer-wrapper .ps_class_search_search,
#footer-wrapper .ps_class_search_spinner,
#footer-wrapper .ps_class_search_clear {
    background: #a7a7ab;
}

#footer-wrapper .shacksearch>div>div {
    max-width: none;
}

#footer-wrapper .ps_class_search_search,
#footer-wrapper .ps_class_search_spinner,
#footer-wrapper .ps_class_search_clear {
    color: #000;
}

#footer-wrapper *[class*=heading-style] {
    color: white;
}

#footer-wrapper .page-header,
#footer-wrapper .page_header {
    margin-bottom: 16px;
    padding-bottom: 0px;
    text-align: left;
}

#footer-wrapper .page-header:after,
#footer-wrapper .page_header:after {
    display: none;
}

#footer-wrapper .page-header *[class*=heading-style],
#footer-wrapper .page_header *[class*=heading-style] {
    margin-bottom: 0;
}

#footer-wrapper ul.list li::before {
    color: white;
}

#footer-wrapper ul.location li *[class*=material-design]:before {
    color: white;
}

#footer {
    padding-top: 40px;
}

#copyright {
    padding-top: 10px;
}

.copyright {
    font-size: 15px;
    margin-bottom: 10px;
}

.copyright .footer_logo {
    margin-bottom: 15px;
}

.copyright a {
    color: #a7a7ab;
}

.copyright a:hover {
    color: white;
}

.address_phones {
    font-size: 18px;
    font-weight: 500;
}

.address_phones i {
    font-size: 24px;
    vertical-align: middle;
    color: #dc0032;
}

.address_phones i.fa-fax {
    margin: 0 5px 0 20px;
}

.address_phones span {
    white-space: nowrap;
}

body.mobile_mode.mobile div#fixed-sidebar-right .moduletable.login {
    top: 56px;
}

#to-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.guru-content .course_view_description p {
    margin-bottom: 3px;
    margin-top: 3px;
    padding-bottom: 5px;
}

div.moduletable.denso-1 {
    padding-top: 50px;
}

div.moduletable.denso-1 p {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 10px;
}

div.articel {
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(220, 0, 50, 0.1);
    display: inline-block;
}

div.articel img {
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

a.login-e:before {
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
}

div.articel-img {
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.articel-img .box-1 {
    width: 70%;
}

div.articel-img .box-2 {
    width: 30%;
}

div.articel-img img {
    box-shadow: none;
}

div.cnt-login-information,
div.cnt-guru-custom-fields {
    background-color: #f5f5f5;
    padding: 10px 20px 20px;
}


/****search cnt****/

div.moduletable.jazykovy-filtr {
    text-align: right;
    padding: 0 30px;
}

div.mod-languages img {
    margin-right: 10px;
}

.shacksearch.search-cnt-search {
    margin-top: 5px;
}

.shacksearch.search-cnt-search input {
    height: 36px;
    margin-bottom: 5px;
    font-size: 15px;
}

.search-cnt-search #shacksearch_cnt::before {
    font-family: 'IcoMoon-Ultimate';
    content: "\eb30";
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #222021;
}

i#shacksearch_cnt {
    font-style: normal;
}

.search-cnt-search div input {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-cnt-search div input:hover,
.search-cnt-search div input:focus,
.search-cnt-search div input:visited {
    width: 100%;
}

div.mod-languages .dropdown-menu {
    left: initial;
    right: 0;
    max-height: 78vh;
    overflow: auto;
    min-width: auto;
    width: 100%;
}

div.mod-languages.jazykovy-filtr a.btn {
    padding: 4px 20px 4px 10px;
    color: #333333;
    background-color: #fff;
    text-transform: none;
    min-width: 0px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: inherit;
    border: 1px solid rgba(220, 0, 50, 0.1);
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

div.mod-languages.jazykovy-filtr a.btn .dropdown-text {
    flex-grow: 1;
    margin-right: 4px;
}

#top-1 div.mod-language ul li a {
    display: flex;
    align-items: center;
}

div.mod-languages.jazykovy-filtr div.btn-group {
    margin-top: 5px;
}

div.mod-languages.jazykovy-filtr div.btn-group.open a,
div.mod-languages.jazykovy-filtr a.btn:hover {
    min-width: 160px;
}

div.mod-languages.jazykovy-filtr div.btn-group.open ul a {
    min-width: auto;
}

div.mod-languages.jazykovy-filtr div.btn-group ul a {
    padding: 3px 10px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
}

/*
.header .row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.header .header_container {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

*/

#top {
    position: relative;
    top: 0;
    z-index: 500;
    background: #fff;
}

#top-1 {
    background-color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    z-index: 50;
}

#top-1 > .container > .row {
    display: flex;
    align-items: center;
}

#top-1 > .container > .row::before,
#top-1 > .container > .row::after {
    display: none;
}

div.mod-languages.jazykovy-filtr {
    position: relative;
    z-index: 10001;
    display: inline-block;
}

div.mod-languages img {
    display: inline-block;
    vertical-align: sub;
}

div.mod-languages.jazykovy-filtr span {
    float: right;
}

div.mod-languages.jazykovy-filtr span.flag {
    float: none;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
    width: 18px;
    height: 12px;
    background-color: #f6f6f6;
}

div.mod-languages.jazykovy-filtr span.flag_en-us_en-us {
    background: url("../../../images/new-hp-2022/eu-flag.gif") no-repeat center center;
    background-size: contain;
}

div.mod-languages.jazykovy-filtr span.flag_en-au_en-au {
    background: url("../../../images/new-hp-2022/iceland-flag.gif") no-repeat center center;
    background-size: contain;
}


div.mod-languages.jazykovy-filtr span i {
    line-height: 28px;
}

div.mod-languages.jazykovy-filtr ul li.lang-active a img {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

.where-to-buy .cnt-head {
    text-transform: uppercase;
    font-weight: 600;
}

.where-to-buy-filters {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.where-to-buy-filters__show {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.where-to-buy-filters__show label {
    display: inline-flex;
    color: #333333;
    margin-right: 30px;
}

.dropdown-for-checkbox-container .style-checkbox {
    position: relative;
}

.dropdown-for-checkbox-container .style-checkbox .dropdown-for-checkbox label::after {
    display: none;
}

.dropdown-for-checkbox {
    display: none;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.where-to-buy-filters .style-checkbox:hover label~.dropdown-for-checkbox {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #f7f7f7;
    width: 400px;
    padding: 10px;
    left: -10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.where-to-buy-filters__show-aftermarket {
    margin-right: 30px;
}

.dropdown-for-checkbox-container {
    margin-right: 30px;
}

.dropdown-for-checkbox-container .style-checkbox label::after {
    font-family: 'IcoMoon-Ultimate';
    content: "\edc1";
    padding-left: 20px;
    color: #a7a7ab;
}

.where-to-buy-filters .style-checkbox label:hover {
    cursor: pointer;
}

.where-to-buy-filters input[type='checkbox'] {
    display: none;
}

.where-to-buy-filters input[type='checkbox']+label::before {
    font-family: 'IcoMoon-Ultimate';
    content: "\ee67";
    position: relative;
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
    color: #a7a7ab;
}

.where-to-buy-filters input[type='checkbox']:checked+label::before {
    content: "\ee68";
    color: #dc0032;
}

#maps-where-to-buy {
    float: right;
    height: 800px !important;
}

ul.where-to-buy-search-results__list {
    max-height: 800px;
    overflow: auto;
}

ul.where-to-buy-search-results__list li {
    padding: 10px;
    background-color: #f7f7f7;
    margin-right: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.where-to-buy-search-results__list li a {
    color: #333333;
    position: relative;
    padding-bottom: 5px;
}

.where-to-buy-search-results__info--mail a::after,
.where-to-buy-search-results__info--phone a::after,
.where-to-buy-search-results__info--website a::after {
    background: #dc0032;
    bottom: 0px;
    content: "";
    display: flex;
    height: 1px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
}

.where-to-buy-search-results__info--mail a:hover::after,
.where-to-buy-search-results__info--phone a:hover::after,
.where-to-buy-search-results__info--website a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
}

ul.where-to-buy-search-results__list li a:hover {
    color: #dc0032;
}

ul.where-to-buy-search-results__list h2,
#whereToBuyDetailMap.content h2 {
    font-size: 28px;
}

ul.where-to-buy-search-results__list p,
#whereToBuyDetailMap.content p {
    padding-bottom: 5px;
}

.where-to-buy-search-results__list p span {
    display: block;
}

.cnt-location span {
    padding-left: 30px;
}

.where-to-buy-search-results__info--mail a::before,
.where-to-buy-search-results__info--phone a::before,
.where-to-buy-search-results__info--website a::before,
.where-to-buy-search-results__direction::before,
.cnt-location::before,
a.where-to-buy-search-results__direction::after {
    font-family: 'IcoMoon-Ultimate';
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #dc0032;
}

.cnt-location::before {
    content: "\ea39";
    float: left;
}

.where-to-buy-search-results__info--phone a::before {
    content: "\ea1d";
}

.where-to-buy-search-results__info--mail a::before {
    content: "\ea31";
}

.where-to-buy-search-results__info--website a::before {
    content: "\ec9b";
}

.where-to-buy-search-results__direction::before {
    content: "\eae6";
}

a.where-to-buy-search-results__direction::after {
    content: "\edde";
    padding-left: 10px;
}

.e-cnt-quiz-header {
    margin-bottom: 20px;
    background-color: #efefef;
    border-radius: 8px;
    overflow: hidden;
}

.e-cnt-quiz-header>ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.e-cnt-quiz-header>ul>li {
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
    color: #333;
}

.e-cnt-quiz-header>ul>li:first-child {
    background-color: #f7f7f7;
}

.e-cnt-quiz-header>ul>li>span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -1.5px;
    color: #f4691d;
}

.e-cnt-quiz-header>ul>li:first-child>span {
    color: #54b551;
}


/**quiz**/

.e-quiz-box {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 1em;
    margin-bottom: 15px;
}

.e-quiz-test-answerBox {
    padding: 15px;
    background-color: rgba(255,255,255,0.6);
    margin: 15px 0;
}

.e-quiz-test-answerBox ul,
.e-quiz-test-answerBox ol {
    margin: 0;
}

.e-quiz-test-question {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    grid-column: 1 / span 2;
}

.e-quiz-test-question-image {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-top: 15px;
}

.e-quiz-test-answerBox ol {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.e-quiz-test-answerBox ol li {
    width: 100%;
    display: inline-flex;
    padding-bottom: 20px;
}

.e-quiz-test-answerBox ol li label {
    margin-left: 0px;
}

.e-quiz-test-answerBox ol li input[type=checkbox]+label {
    display: block;
    cursor: pointer;
}

.e-quiz-test-answerBox ol li input[type=checkbox] {
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
}

.e-quiz-test-answerBox ol li input[type=checkbox]+label::before {
    font-family: 'IcoMoon-Ultimate';
    content: "\ee77";
    color: #4f4f56;
    font-size: 20px;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    vertical-align: middle;
    transition: .2s;
    margin-right: 15px;
}

.e-quiz-test-answerBox ol li input[type=checkbox]+label:active::before {
    transform: scale(0);
}

.e-quiz-test-answerBox ol li input[type=checkbox]:checked+label::before,
.e-quiz-test-answerBox ol li.right input[type=checkbox]:checked+label::before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff;
    content: "\ee76";
}

.e-quiz-test-answerBox ol li.correction input[type=checkbox]:checked+label::before {
    background-color: #f4691d;
    border-color: #f4691d;
    color: #fff;
    content: "\ed51";
}

.e-quiz-test-answerBox ol li.wrong input[type=checkbox]:checked+label::before {
    background-color: #dc0032;
    border-color: #dc0032;
    color: #fff;
    content: '\ed6c';
}

.e-quiz-test-answerBox ol li input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.e-quiz-test-answerBox ol li input[type=checkbox]:checked:disabled+label::before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.e-quiz-test-result {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 15px 0;
}

.e-quiz-test-result-text {
    font-weight: 600;
}

.e-quiz-test-result-text ul {
    margin: 0;
}

.e-quiz-test-result-text ul li {
    margin-top: 0px;
    padding: 20px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.e-quiz-test-result-wrong,
.e-quiz-test-result-right {
    font-size: 24px;
}

.e-quiz-test-result-right::before,
.e-quiz-test-result-wrong::before,
span.cnt-exam-failed::before,
div.cnt-exam-passed::before {
    font-family: 'IcoMoon-Ultimate';
    margin-right: 15px;
}

.e-quiz-test-result-wrong::before,
span.cnt-exam-failed::before {
    content: '\ed6c';
    color: #dc0032;
}

.e-quiz-test-result-right::before {
    content: '\ed72';
    color: #54b551;
}

li.cnt-li.ui-sortable-handle {
    border: 1px solid #54b551;
    width: fit-content;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}

li.cnt-li.ui-sortable-handle:hover {
    box-shadow: none;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

li.cnt-li.ui-sortable-handle::after {
    font-family: 'IcoMoon-Ultimate';
    content: '\ed4d';
    padding-left: 15px;
}

li.cnt-li.ui-sortable-handle:hover::after {
    color: #54b551;
}


/*mini quiz*/

.miniquiz_box {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.n2-ss-slider div.e-box-main {
    position: absolute;
    top: 300px;
    z-index: 9999;
    background: #b9d7eb;
    padding: 10px 20px;
    left: 20%;
    box-shadow: 1px 1px 10px 1px #003d79;
    border: 4px solid #003d79;
    width: 800px;
}

.n2-ss-slider div.e-box-main .e-quiz-box {
    display: block;
}

.n2-ss-slider div.e-box-main .e-quiz-test-answerBox ol li input[type=checkbox]+label::before {
    padding: 0.4em !important;
    width: auto;
    height: auto;
    top: -4px;
    position: relative;
    display: inline-flex;
}

.n2-ss-slider div.e-box-main .e-quiz-test-result {
    display: none;
}

.n2-ss-slider div.e-box-main div.e-quiz-test-header {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dc0032;
}

.n2-ss-slider div.e-box-main span.quizTimer {
    font-size: 18px;
    font-weight: 600;
}

n2-ss-slider div.e-box-main span.quizTimer::before {
    font-family: 'IcoMoon-Ultimate';
    position: absolute;
    top: 6px;
    left: 5px;
    font-weight: 400;
    content: "\eb20";
    color: #54b551;
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}

.n2-ss-slider div.e-box-main label,
.n2-ss-slider div.e-box-main .e-quiz-test-question {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 7px;
    font-weight: 600;
}

.n2-ss-slider div.e-box-main .e-quiz-test-answerBox ol li {
    border: 1px solid;
    border-radius: 4px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-color: #fff;
}


/**Paginator**/

.btn-start,
.btn-right,
.btn-left,
.restartQuiz,
.continueQuiz {
    margin-right: 10px;
    padding: 8px 24px;
    border: 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: none;
}

.btn-start,
.continueQuiz {
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}

.btn-start:hover,
.continueQuiz:hover {
    box-shadow: 0px 0px 15px 2px rgba(84, 181, 81, 0.8);
}

.btn-right,
.btn-left {
    background-color: #003d79;
    color: #ffffff;
}

.restartQuiz {
    margin-top: 15px;
    background-color: #f4691d;
    color: #fff;
}


/* progress quiz*/

.my-progress {
    position: relative;
    display: block;
    margin: 7rem auto 2rem;
    width: 100%;
    max-width: 90%;
    margin-bottom: 20px;
}

progress {
    display: block;
    position: relative;
    top: -0.5px;
    left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #54b551;
    width: 100%;
    height: 3.5px;
    background: none;
    -webkit-transition: 1s;
    transition: 1s;
    will-change: contents;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

progress::-webkit-progress-bar {
    background-color: #54b551;
}

progress::-webkit-progress-value {
    background-color: #54b551;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.my-progress-indicator {
    position: absolute;
    top: -14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 8px solid #f1f2ec;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    will-change: transform;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.my-progress-indicator.progress_1 {
    left: 0;
    z-index: 1;
}

.my-progress-indicator.progress_2 {
    left: 9%;
}

.my-progress-indicator.progress_3 {
    left: 18%;
}

.my-progress-indicator.progress_4 {
    left: 27%;
}

.my-progress-indicator.progress_5 {
    left: 36%;
}

.my-progress-indicator.progress_6 {
    left: 45%;
}

.my-progress-indicator.progress_7 {
    left: 54%;
}

.my-progress-indicator.progress_8 {
    left: 63%;
}

.my-progress-indicator.progress_9 {
    left: 72%;
}

.my-progress-indicator.progress_10 {
    left: 81%;
}

.my-progress-indicator.progress_11 {
    left: 90%;
}

.my-progress-indicator.progress_12 {
    left: 100%;
}

.my-progress-indicator.active {
    -webkit-animation: bounce .5s forwards;
    animation: bounce .5s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    border-color: #54b551;
    background-color: #ffffff;
}

.my-progress-indicator.active::after {
    font-family: 'IcoMoon-Ultimate';
    content: "";
}

span.e-cnt-course-state {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

span.e-cnt-course-state span {
    border: 1px solid;
    padding: 5px 20px 5px 30px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

span.cnt-notstarted::before,
span.cnt-inprogress::before,
span.cnt-passed::before {
    font-family: 'IcoMoon-Ultimate';
    position: absolute;
    top: 6px;
    left: 5px;
    font-weight: 400;
}

span.cnt-inprogress::before {
    content: "\eb20";
    color: #54b551;
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}

span.cnt-notstarted::before {
    content: "\ed63";
    color: #f4691d;
}

span.cnt-passed::before {
    content: "\ed72";
    color: #54b551;
}

span.e-cnt-course-state span.cnt-certificate {
    padding-left: 15px;
    position: relative;
    margin-left: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

span.cnt-certificate button {
    background-color: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
}

span.e-cnt-course-state span.cnt-certificate:hover {
    box-shadow: none;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

span.cnt-certificate::after {
    font-family: 'IcoMoon-Ultimate';
    content: "\e9eb";
    color: #54b551;
    animation: blinker 3s linear infinite;
    -webkit-animation: blinker 3s linear infinite;
    top: 1px;
    position: relative;
}

.cnt-release-date,
.cnt-available-till-date {
    font-weight: 600;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

dl.fields-container {
    display: none;
}


/****/

ul.menu.link {
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-blog.page-blog__e-cnt .category_children .category-desc {
    background-color: #f7f7f7;
}

.e-cnt-intro {
    padding: 15px;
    background-color: #f7f7f7;
}

figure {
    position: relative;
}

figure figcaption {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

figcaption h3.heading-style-3,
figcaption h4.heading-style-4,
figcaption h5.heading-style-5 {
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: none;
}


/*** accordion ***/

div.accordion-group {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

div.accordion-heading a.accordion-toggle {
    font-size: 26px;
    margin-bottom: 0px;
    color: #4f4f56;
    border-bottom: none !important;
    display: block;
}

.accordion-heading {
    margin-bottom: 0px;
    overflow: hidden;
}

a.accordion-toggle.collapsed::before,
a.accordion-toggle.selected::before {
    font-family: 'IcoMoon-Ultimate';
    font-size: 20px;
    left: 0;
    padding: 6px 10px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    background: #4f4f56;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

a.accordion-toggle.collapsed::before {
    content: "\edbe";
}

a.accordion-toggle.selected::before {
    content: "\edc2";
}

div.accordion-inner {
    margin-top: 15px;
    padding: 20px;
}

div.accordion-inner ul li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
    line-height: 24px;
}

div.accordion-inner ul li+li {
    margin-top: 0;
}

div.accordion-inner ul li a i {
    font-style: normal;
}

div.accordion-inner ul li a i.pdf::before,
div.accordion-inner ul li a i.external-link::before {
    font-family: 'IcoMoon-Ultimate';
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 2px;
    color: #dc0032;
}
div.accordion-inner ul li a i.external-link::before {
    content: "\ec99";
}
div.accordion-inner ul li a i.pdf::before {
    content: "\ef3e";   
}


/**end of accordion**/


/**submenu module**/

.modul-submenu {
    padding-top: 50px;
}

ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.sub-menu li {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-flex;
}

ul.sub-menu li a,
.btn-outline {
    border: 1px solid #dc0032;
    color: #dc0032;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.btn.btn-outline {
    background-color: transparent;
    padding: 11px 27px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.btn-outline {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

.btn.btn-outline:focus {
    border: 1px solid #dc0032;
    color: #dc0032;
}

ul.sub-menu li a:hover,
ul.sub-menu li.current a,
.btn-outline:hover,
.btn.btn-outline:hover {
    background-color: #dc0032;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
}


/**end of submenu**/

#footer ul.menu li a img {
    display: none;
}


/***down area***/

.download-area {
    padding: 10px;
    margin-bottom: 15px;
}


/***block-flex****/

.block-flex .module_container,
.block-flex .module_container .row {
    display: flex;
    flex-wrap: wrap;
}

.block-flex .page-header,
.block-flex .page_header {
    flex: 1 auto;
}

.block-flex figure figcaption {
    background-color: transparent;
}

.block-flex figure img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
}

.assign_row.f-block {
    border: 2px solid #ffffff;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.assign_row.f-block .f-item {
    position: relative;
    width: 50%;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}

.assign_row.f-block .f-item+.f-item {
    cursor: pointer;
    font-size: 20px;
}

.assign_row.f-block .f-item .droppable,
.assign_row.f-block .f-item .draggable {
    border: 1px solid transparent;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.assign_row.f-block .f-item .draggable {
    display: grid;
    max-width: 250px;
    grid-template-columns: 0.5fr auto;
    max-height: 120px;
    height: 100%;
    align-items: center;
    word-break: break-all;
    word-break: break-word;
    background-color: #fff;
    padding: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.16);
}

.assign_row.f-block .f-item .assigned::after,
.assign_row.f-block .f-item+.f-item .draggable::before {
    font-family: 'IcoMoon-Ultimate';
    content: "\ed33";
    padding-right: 10px;
    font-size: 22px;
    width: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.assign_row.f-block .f-item+.f-item .draggable::before {
    content: "\ed33";
}

.assign_row.f-block .f-item .assigned::after {
    content: "\ed72";
    color: #f4691d;
}

.assign_row.f-block .f-item .draggable:hover,
.assign_row.f-block .f-item .assigned {
    box-shadow: none;
    border-color: #54b551;
}

.assign_row.f-block .f-item .draggable:hover>strong,
.assign_row.f-block .f-item .assigned>strong {
    color: #54b551;
}

.assign_row.f-block .f-item .draggable:hover::before,
.assign_row.f-block .f-item .assigned::before {
    color: #54b551;
}

.assign_row.f-block .f-item .assigned {
    left: -200px !important;
    /*top: 0 !important;*/
}

.assign_row.f-block .f-item .no-assigned {
    left: 0px !important;
    top: 0px !important;
}

.assign_row.f-block.assign-text {
    align-items: flex-end;
    padding: 4px;
    position: relative;
}

.assign_row.f-block.assign-text .f-item {

}

.assign_row.f-block.assign-text .f-item .droppable-area {
    min-height: 80px;
    background-color: #fbfbfb;
    margin-top: 6px;
    transition: border 0.3s, background 0.3s;
    border: none;
}

.assign_row.f-block.assign-text .f-item .draggable {
    height: auto;
    font-size: 14px;
}

.assign_row.f-block.assign-text .f-item .droppable-area.ui-droppable-active {
    border: none;
    background: #ccc;
}

.assign_row.f-block.assign-text .f-item.with-droppable,
.assign_row.f-block.assign-text .f-item:nth-of-type(1) {
    flex-direction: column;
}

.assign_row.f-block.assign-text .f-item.draggable-item,
.assign_row.f-block.assign-text .f-item:nth-of-type(2) {
    
}

.assign_row.f-block.assign-text .f-item .assigned {
    left: -100% !important;
    bottom: 5px !important;
}

.assign_row.f-block.assign-text .f-item .no-assigned {
    bottom: 5px;
}

.n2-section-smartslider div.n2-ss-layer strong {
    color: #ffffff;
}

.n2-section-smartslider div.n2-ss-layer ol li {
    padding-left: 5px;
}

#profile div.control-group label a.modal {
    display: inline-flex;
    background-color: #ffffff;
    position: relative;
}

.no-margin-top {
    margin-top: 0;
}

#profile.member-registration-fieldset legend {
    display: none;
}

span.cnt-exam-failed,
span.cnt-exam-warning {
    background-color: rgb(220, 0, 50);
    padding: 20px;
    color: #fff;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0px 0px 15px 2px rgba(220, 0, 50, 0.8);
    margin-bottom: 30px;
}

div.cnt-exam-passed {
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: rgba(84, 181, 81, 1);
    text-transform: uppercase;
    margin-bottom: 30px;
}

div.cnt-exam-final-info,
span.cnt-exam-passed {
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgb(189, 245, 187);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: black;
}

div.cnt-exam-final-info a {
    padding: 2px 5px;
    background-color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 600;
}

div.cnt-exam-final-info p {
    padding-bottom: 5px;
}

div.box-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    overflow: auto;
}

div.box-iframe .iframe-ecat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1000px;
}


/** litvi **/


/*== 1200px and beyond responzivni===================================================
========================================================================*/


/* Large desktop */

@media (max-width: 1800px) {
    h1.heading-style-1 {
        font-size: 40px;
    }
    h2.heading-style-2 {
        font-size: 36px;
    }
    .mod-newsflash-adv[class*="type1"] .item .item_content .item_title {
        max-width: 140px;
    }
    ul.link li {
        font-size: 11px;
    }
    #logo a {
        font-size: 24px;
    }
    .nav.menu.social li a {
        height: 38px;
        line-height: 38px;
        width: 38px;
    }
}

@media screen and (max-height: 639px) {
    div#fixed-sidebar-right .moduletable.login {
        top: 57px !important;
    }
    .modal-dialog {
        bottom: 0;
        top: 0;
        transform: translate(-50%, 0%);
    }
}


/*== Up to 1200px =====================================================
========================================================================*/


/* Large desktop */

@media (max-width: 1200px) {
    #logo a {
        font-size: 16px;
    }
    .mod-newsflash-adv[class*="type1"] .item .item_content .item_title {
        max-width: 100%;
    }
    .mod-newsflash-adv .item i[class*="linecons"] {
        margin-top: 0;
    }
    ul.link li a {
        line-height: 20px;
    }
    #header {
        padding-top: 16px;
    }
    ul.link {
        margin-bottom: 6px;
    }
    .scroll-to-fixed-fixed ul.link {
        margin-bottom: 6px;
    }
    #breadcrumbs .breadcrumbTitle {
        font-size: 30px;
    }
    .mod-newsflash-adv__testimonials .img-intro__left {
        float: none;
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    #top {
        position: relative;
        z-index: initial;
    }

    #top-1 {
        position: relative;
        top: 0;
    }

    #top-1 > .container > .row {
        justify-content: flex-end;
    }
}


/*== Up to 980px ======================================================
========================================================================*/


/* Narrow desktop */

@media (max-width: 979px) {
    ul.link li {
        font-size: 8px;
        letter-spacing: 0;
    }
    #top ul li {
        font-size: 8px;
        font-weight: 400;
    }
    .thumbnails {
        margin-left: -12px;
    }
    .thumbnails>li {
        margin-left: 12px;
    }
    #back-top {
        display: none !important;
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font-weight: inherit;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    div.mod-languages.jazykovy-filtr {
        position: fixed;
        top: 5px;
        right: 15px;
    }
    div.mod-languages li {
        margin-left: 0;
        margin-right: 0;
    }
    #logo {
        text-align: center;
    }
    #logo a {
        margin: 0;
    }
    #top ul li,
    .lang-block li {
        font-size: 14px;
    }
    #top div.container div.row {
        flex-wrap: nowrap;
    }
    ul.link {
        margin-bottom: 26px;
    }
    ul.link li {
        font-size: 14px;
        letter-spacing: 0;
    }
    h1.heading-style-1 {
        font-size: 30px;
    }
    h2.heading-style-2 {
        font-size: 26px;
    }
    h3.heading-style-3 {
        font-size: 20px;
    }
    ul.partners:after {
        display: none;
    }
    ul.partners li {
        display: block;
    }
    ul.partners li:before {
        display: none;
    }
    #footer-wrapper .page-header,
    #footer-wrapper .page_header {
        margin-bottom: 20px;
    }
    ul.brands:after {
        display: none;
    }
    ul.brands li {
        float: left;
        max-width: 50%;
        margin-bottom: 20px;
    }
    ul.brands li:before {
        display: none;
    }
    #fixed-sidebar-right {
        display: none;
    }
    /*===== Mobile Menu =====*/
    .rd-mobilemenu_ul a.iceMenuTitle:hover {
        background: #dc0032;
    }
    .rd-mobilemenu_ul a.active,
    .rd-mobilemenu_ul li.level_1.active>a {
        color: #dc0032;
        background: #dc0032;
    }
    .rd-mobilemenu_submenu li.active>a {
        color: white;
        background: #dc0032;
    }
    .rd-mobilemenu_submenu .item,
    .rd-mobilemenu_submenu .item__module {
        opacity: 100;
        filter: alpha(opacity=10000);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .rd-mobilemenu_submenu [class*="span"] {
        width: 100% !important;
    }
    .nav.menu.pull-right.nav-pills {
        float: none;
        text-align: center;
    }
    .nav.menu.pull-right.nav-pills li {
        display: inline-block;
        float: none;
    }
    /*===== Tabs =====*/
    .nav-tabs li {
        display: block;
    }
    /*===== Tables =====*/
    .item_introtext dl.table {
        display: block;
    }
    .item_introtext table {
        display: none;
    }
    div.accordion-inner ul li {
        width: 100%;
    }
    .item_fulltext .f-block {
        display: block;
    }
    div.cnt-course-description.f-block div.cnt-course-description-text {
        width: 100%;
    }
    div.cnt-course-description div.cnt-course-dates>ul>li {
        text-align: left;
    }

    #footer-wrapper .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    #footer-wrapper .footer-top div[class*="col-sm"],
    #footer-wrapper #copyright div[class*="col-sm"] {
        padding: 0;
        margin-bottom: 8px;
        text-align: center;
    }

    #footer-wrapper .fa-envelope {
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin-top: 4px;
    }

    #footer-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer-wrapper .fa-envelope:before {
        margin-right: 2px;
    }

    #footer-wrapper .footer-top div[class*="col-sm"]:last-of-type {
        margin-bottom: 0;
    }

    #footer-wrapper .footer-top .top-social {
        text-align: left;
    }

    #maps-where-to-buy {
        float: none;
        width: 100% !important;
    }

    .assign_row.f-block.assign-text {
        display: block;
    }

    .e-quiz-box {
        grid-template-columns: 4fr 60px;
    }

    .assign_row.f-block.assign-text {
        flex-direction: column;
        position: relative;
    }

    .assign_row.f-block.assign-text .f-item .draggable {
        max-width: none;
    }

    .assign_row.f-block.assign-text .f-item {
        width: 100%;
        position: initial;
    }

    .assign_row.f-block.assign-text .f-item .assigned {
        left: 0 !important;
    }

    .mod-newsflash-adv.counters.cols-5 .row {
        display: grid;
        grid-template-columns: 1fr;
    }
}


/*== Up to 640px ==================================================
====================================================================*/

@media (max-width: 639px) {
    ul#order {
        float: none;
    }

    .assign_row.f-block .f-item .draggable {
        font-size: 12px;
        line-height: 1.2;
        display: block;
    }

    .assign_row.f-block .f-item .assigned::after,
    .assign_row.f-block .f-item+.f-item .draggable::before {
        font-size: 18px;
        width: 35px;
    }

    .assign_row.f-block .f-item:nth-of-type(1) {
        width: 40%;
    }

    .assign_row.f-block .f-item:nth-of-type(2) {
        width: 60%;
    }

    .assign_row.f-block .f-item .assigned {
        left: initial !important;
        bottom: 0;
        right: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .mod-newsflash-adv__progbars_circle .row-fluid .span3 {
        width: 50%;
        float: left;
    }
    .mod-newsflash-adv__progbars_circle .row-fluid .span3:nth-child(2n-1) {
        clear: both;
    }
}


/*== Up to 480px ==================================================
====================================================================*/


/* Landscape phones and down */

@media (max-width: 479px) {
    .modal-dialog {
        left: 0;
        transform: translate(0%, 0%);
    }
    .alert {
        padding: 28px 58px 28px 70px;
    }
    .alert:before {
        left: 10px;
        font-size: 40px;
    }
    .img-full__left.span5 {
        margin-right: 0;
        width: 100%;
    }
    /*blog*/
    .item_img {
        float: none;
        margin: 0 0 28px 0;
        max-width: 100%;
    }
    .portfolio-thumbs {
        float: none;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .portfolio-thumbs ul {
        margin-right: 0;
        overflow: hidden;
    }
    .portfolio-thumbs ul li {
        padding-right: 0;
    }
    .data-table dl {
        float: none;
        width: 100%;
    }
    .data-table dl+dl {
        border-left: 1px solid #dddddd;
        border-top: none;
    }
    /*search*/
    .mod-search__aside .mod-search_searchword {
        width: 100%;
    }
    /*login*/
    .mod-login__aside .mod-login_username,
    .mod-login__aside .mod-login_passwd,
    .mod-login__aside .mod-login_userdata {
        width: 100%;
    }
    .mod-login__aside .mod-login_userdata {
        overflow: hidden;
    }
    div.modal {
        position: absolute;
    }
    #error input {
        width: 200px;
    }
    .jg_photo {
        width: 100%;
    }
    /*===== Tables =====*/
    .item_introtext table tr td:before,
    .item_fulltext table tr td:before {
        font-size: 23px;
        padding: 10px;
    }
    .item_introtext table tr td+td,
    .item_fulltext table tr td+td {
        border-left: none;
    }

    div.articel-img .box-1 {
        width: 100%;
    }

    div.articel-img .box-2 {
        width: 100%;
    }

    .item_fulltext a.fa-envelope.icons-marker {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    #style_switcher {
        width: 220px !important;
        padding: 20px !important;
    }
    #style_switcher ul {
        padding: 0 0 13px !important;
    }
    #style_switcher ul li {
        margin-right: 5px !important;
    }
}

@media print {
    .item__module,
    .item {
        opacity: 100 !important;
        filter: alpha(opacity=10000) !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }
    .scroll-to-fixed-fixed {
        position: static !important;
        width: 100% !important;
    }
    .scroll-to-fixed-fixed+div {
        display: none !important;
    }
}