@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,500,700);
/*@import url('colors.css');*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
/*rrr*/
p {
    font-family: sans-serif;
	font-family: var(--police-main);
}

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

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:focus, a:hover {
        outline-width: 0;
        text-decoration: none
    }

ul {
    list-style: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1160px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .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, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%; 
	-webkit-box-flex: 1;
	-ms-flex-positive: 1; 
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1220px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@font-face {
    font-family: icon-cim;
    src: url(../eot/icon-cime1f7.eot);
    src: url(../eot/icon-cime1f7.eot#iefix) format("embedded-opentype"),url(../ttf/icon-cime1f7.ttf) format("truetype"),url(../woff/icon-cime1f7.woff) format("woff"),url(../svg/icon-cime1f7.svg#icon-cim) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icon-cim !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cross:before {
    content: "\ea0f"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-arrow-right:before {
    content: "\e900"
}

.icon-arrow-top:before {
    content: "\e908"
}

.icon-arrow-down:before {
    content: "\e909"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-login:before {
    content: "\e902"
}

.icon-facebook:before {
    content: "\e903"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-linkedin:before {
    content: "\e905"
}
.icon-youtube:before {
    content: "\e954";
}

.icon-twitter:before {
    content: "\e906"
}

.icon-search:before {
    content: "\e907"
}

body, html {
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch
}

body {
    position: relative;
    /*font-family: Montserrat,sans-serif;*//*rrr*/
	font-family:Segoe UI, Roboto, Helvetica Neue,Montserrat,sans-serif;
	font-family:var(--police-main);
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 400;
    color: #333;
	color:var(--color-police);
}
/*rrr*/
.police-main{
	font-family:var(--police-main);
}
.police-secondary{
	font-family:var(--police-secondary);
}

h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 58px;
    line-height: 3.625rem;
    font-weight: 600;
    color: #000;/**/
	color:var(--color-heading);
    margin: 50px 0;
}

@media (max-width:768px) {
    h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 37px;
        line-height: 2.3125rem
    }
}

@media (max-width:425px) {
    h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 29px;
        line-height: 1.8125rem
    }
}

h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-weight: 600;/*rrr*/
    color: #000;/*rrr*/
	font-weight: 500;
	color:var(--color-heading);
    margin: 30px 0 50px;
}

@media (max-width:768px) {
    h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 37px;
        line-height: 2.3125rem;
        margin: 30px 0;
    }
}

@media (max-width:425px) {
    h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 26px;
        line-height: 1.625rem
    }
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
    font-weight: 600;
    color: var(--color-police);/*rrr*/
	/*color:var(--color-heading);*/
	line-height: 1.15em;
}

@media (max-width:768px) {
    h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media (max-width:425px) {
    h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
		line-height: 1.15em;
    }
}

h4 {
    font-size: 12px;
    /*font-size: .75rem;*//*rrr*/
    line-height: 15px;
    line-height: .9375rem;
    color: #888;/*rrr*/
	color:var(--color-heading);
    /*letter-spacing: 3px;rrr*/
    text-transform: uppercase;
	font-size: .9em;
	color: var(--color-police);
}

h4/*, p*/ {
    font-weight: 400;
}

p {
    /*font-size: 17px;*/
    font-size: 1.0625rem;
    /*line-height: 30px;*/
    line-height: 1.875rem;
    /*color: #333;*/
	color: #000000;
	font-weight:300;
}

@media (max-width:425px) {
    p {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

a {
    text-decoration: none;
    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    transition: all .4s cubic-bezier(.55,.22,.36,.9)
}

button:focus, input:focus {
    outline: none
}

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

.container {
    margin: 100px auto
}

@media (max-width:768px) {
    .container {
        margin: 60px auto
    }
}

.hamburger {
    margin-top: -5px
}

    .hamburger:hover {
        cursor: pointer
    }

    .hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
        width: 24px;
        height: 2px;
        background-color: #000;
        margin: 8px 0;
        -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        transition: all .4s cubic-bezier(.55,.22,.36,.9)
			background-color: white;
    }

    .hamburger.open .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px,6px);
        -ms-transform: rotate(-45deg) translate(-7px,6px);
        transform: rotate(-45deg) translate(-7px,6px);
        background-color: #fff
    }

    .hamburger.open .bar2 {
        opacity: 0;
        background-color: #fff
    }

    .hamburger.open .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px,-7px);
        -ms-transform: rotate(45deg) translate(-8px,-7px);
        transform: rotate(45deg) translate(-8px,-7px);
        background-color: #fff
    }

.no-scroll {
    overflow: hidden
}

@media (max-width:992px) {
    .hide-sm {
        display: none
    }
}

@media (min-width:992px) {
    .hide-lg {
        display: none
    }
}

.entry-anim {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .7s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .7s cubic-bezier(.55,.22,.36,.9);
    transition: all .7s cubic-bezier(.55,.22,.36,.9)
}

    .entry-anim.show {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.btn-main, .btn-secondary, .btn-tertiary {
    display: inline-block;
    position: relative;
    font-family: Montserrat,sans-serif;
	font-family: var(--police-main);/*rrr*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 600;/*rrr*/
	 font-weight: 500;
    padding: 15px 50px 15px 20px;
    background-color: #00699a;
    color: #fff;
    min-width: 200px;
    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    transition: all .4s cubic-bezier(.55,.22,.36,.9);
    text-align: left;
    border: 0;
	    padding: 15px 60px 15px 20px;/*rrrr*/
}

    /*.btn-main:after*/.btn-main:not(.no-after):after, .btn-secondary:after, .btn-tertiary:after {
        font-family: icon-cim !important;
        content: "\e900";
        position: absolute;
        width: 9px;
        height: 15px;
        font-size: 15px;
        right: 20px;
        -webkit-transition: right .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: right .4s cubic-bezier(.55,.22,.36,.9);
        transition: right .4s cubic-bezier(.55,.22,.36,.9);
        top: 50%;
        margin-top: -15px;
			    content: "🡢"; /*rrrr*/
		
		    content: "\1F862";
    font-weight: 600;
    font-size: 1.5em;
    padding-right: 20px;
    }

    .btn-main:hover, .btn-secondary:hover, .btn-tertiary:hover {
        background-color: #148bbd;
        padding-left: 40px;
        cursor: pointer;
    }

        .btn-main:hover:after, .btn-secondary:hover:after, .btn-tertiary:hover:after {
            right: 25px;
        }

/*rrr*/
a.btn-main.no-after.-black {
    /*background: black !important;*/
	background: #14143c !important;
    color: white !important;
}
a.event-lookieink.btn-main.upcoming {
    background: var(--btn-main-pale-blue) !important;
}

@media (max-width:768px) {
    .btn-main, .btn-secondary, .btn-tertiary {
        font-size: 14px;
        font-size: .875rem;
        line-height: 30px;
        line-height: 1.875rem;
    }
}

.btn-secondary {
    background-color: transparent;
    color: #00699a;
    border: 2px solid #00699a;
    padding: 13px 50px 13px 20px;
    max-width: 300px;
    min-width: 200px;
    margin: 0 auto;
    /*rrr*//*
	color:#65657f !important;
    border: 2px solid #212147;
    font-weight: 500;	
	color:#212147 !important;
	*/
	border: 2px solid var(--btn-sec-color);
	background-color: var(--btn-sec-back-color) !important;
   	color: var(--btn-sec-color) !important;
}

    .btn-secondary:hover {
        background-color: #00699a;
        color: #fff;
			/*rrr*/
			background-color:#212147 !important;
		color:white !important;
		/**/
		background-color:var(--btn-sec-back-color-hover)  !important;
		color:var(--btn-sec-color)  !important;


    }

    .btn-secondary.-white {
        border-color: #fff !important;/*rrr*/
        color: #fff !important;/*rrr*/
    }

        .btn-secondary.-white:hover {
            border-color: #00699a;
			border-color: white;/*rrr*/
        }
footer a.btn-secondary {
    color: white !important;
    background: transparent !important;
    border: 2px solid white;
}
footer a.btn-secondary{
opacity:initial !important;
}

.btn-tertiary {
    background: transparent;
    color: #00699a;
    padding: 15px 50px 15px 0;
    min-width: 0;
}

    .btn-tertiary:hover {
        background: transparent;
        padding-left: 0;
        color: #148bbd;
    }

        .btn-tertiary:hover:after {
            right: 10px;
        }

form .form-input {
    position: relative;
    margin-bottom: 30px;
}

    form .form-input.error input {
        padding-right: 50px;
    }

    form .form-input.error:after {
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        right: 15px;
        top: 50%;
        margin-top: -12px;
        z-index: 2;
        background-image: url(../svg/cross.svg);
    }

    form .form-input.success input {
        padding-right: 50px;
    }

    form .form-input.success:after {
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        right: 15px;
        top: 50%;
        margin-top: -12px;
        z-index: 2;
        background-image: url(../svg/success.svg)
    }

form input, form textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-family: Montserrat,sans-serif;/*rr*/
	font-family: var(--police-main);
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    padding: 15px;
    height: 45px;
    color: #333
}

form textarea {
    min-height: 140px;
    resize: vertical
}

form .checkbox-ctn {
    font-family: Montserrat,sans-serif;/*rrr*/
	font-family: var(--police-main);
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #333;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    form .checkbox-ctn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
    }

    form .checkbox-ctn .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 1px solid #c2c2c2;
    }

        form .checkbox-ctn .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    form .checkbox-ctn input:checked ~ .checkmark:after {
        display: block;
    }

    form .checkbox-ctn .checkmark:after {
        font-family: icon-cim;
        content: "\ea10";
        color: #00699a;
        font-size: 14px;
        left: 50%;
        top: 50%;
        margin-left: -7px;
        margin-top: -10px;
    }

form .radio-ctn {
    font-family: Montserrat,sans-serif;/*rrr*/
	font-family: var(--police-main);
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #333;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    form .radio-ctn:last-child {
        margin-right: 0;
    }

    form .radio-ctn input {
        position: absolute;
        opacity: 0;
    }

    form .radio-ctn .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #888;
        border-radius: 50%;
    }

        form .radio-ctn .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    form .radio-ctn input:checked ~ .checkmark:after {
        display: block
    }

    form .radio-ctn .checkmark:after {
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #00699a
    }

form .custom-select {
    position: relative;
    font-family: Arial
}

    form .custom-select select {
        display: none
    }

    form .custom-select .select-selected {
        font-family: Montserrat,sans-serif;
		font-family: var(--police-main);/*rrr*/
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        border: 1px solid #bbb;
        border-radius: 2px;
        background-color: transparent;
        color: #333;
        height: 45px;
        position: relative
    }

        form .custom-select .select-selected:after {
            position: absolute;
            font-family: icon-cim;
            color: #333;
            content: "\e909";
            top: 50%;
            right: 20px;
            width: 16px;
            height: 16px;
            margin-top: -8px;
            -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            transition: all .4s cubic-bezier(.55,.22,.36,.9)
        }

        form .custom-select .select-selected.select-arrow-active:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: -5px
        }

    form .custom-select .select-items div, form .custom-select .select-selected {
        color: #333;
        padding: 15px;
        border: 1px solid #bbb;
        cursor: pointer;
        height: 45px
    }

    form .custom-select .select-items {
        position: absolute;
        max-height: 181px;
        overflow-y: scroll;
        background-color: #fff;
        font-family: Montserrat,sans-serif;
		font-family: var(--police-main);/*rrr*/
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99
    }

        form .custom-select .select-items div {
            border-bottom: 0
        }

            form .custom-select .select-items div:first-child {
                border-top: 0
            }

            form .custom-select .select-items div:last-child {
                border-bottom: 1px solid #bbb
            }

    form .custom-select .select-hide {
        display: none
    }

    form .custom-select .same-as-selected, form .custom-select .select-items div:hover {
        background-color: rgba(0,0,0,.1)
    }

.product-image {
    float: left;
    width: 20%;
    padding-right: 60px
}

.product-details {
    float: left;
    width: 39%;
    padding-right: 80px
}

.product-price {
    float: left;
    width: 12%
}

.product-quantity {
    float: left;
    width: 10%
}

.product-removal {
    float: left;
    width: 9%
}

.product-line-price {
    float: left;
    width: 10%;
    text-align: right
}

.column-labels:after, .column-labels:before, .group:after, .group:before, .product:after, .product:before, .shopping-cart:after, .shopping-cart:before, .totals-item:after, .totals-item:before {
    content: "";
    display: table
}

.column-labels:after, .group:after, .product:after, .shopping-cart:after, .totals-item:after {
    clear: both
}

.column-labels, .group, .product, .shopping-cart, .totals-item {
    zoom: 1
}

    .product .product-line-price:before, .product .product-price:before, .totals-value:before {
        content: "$"
    }

label {
    color: #333
}

.shopping-cart {
    margin-top: -45px
}

.column-labels label {
    color: #616161;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333
}

.column-labels .product-details, .column-labels .product-image, .column-labels .product-removal {
    text-indent: -9999px
}

.product {
    padding: 36px 0;
    border-bottom: 1px solid #333
}

    .product .product-image {
        text-align: center
    }

        .product .product-image img {
            width: 100%
        }

    .product .product-details .product-title {
        margin-right: 20px;
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 29px;
        line-height: 1.8125rem;
        font-weight: 600;
        margin-bottom: 20px
    }

    .product .product-details .product-description {
        color: #333;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 22px;
        line-height: 1.375rem
    }

    .product .product-line-price, .product .product-price {
        color: #000;
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px;
        line-height: 1.875rem
    }

    .product .product-quantity input {
        width: 60px;
        text-align: right;
        background-color: #eee
    }

    .product .product-quantity input, .product .remove-product {
        font-family: Montserrat,sans-serif;/*rrr*/
		font-family: var(--police-main);
        border: 0;
        padding: 6px 10px;
        height: 30px
    }

    .product .remove-product {
        background-color: #888;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        line-height: 18px;
        line-height: 1.125rem;
        -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        transition: all .4s cubic-bezier(.55,.22,.36,.9)
    }

        .product .remove-product:hover {
            cursor: pointer;
            background-color: #ef5656
        }

.totals {
    margin-top: 40px
}

    .totals .totals-item {
        float: right;
        width: 100%;
        margin-bottom: 13px
    }

        .totals .totals-item, .totals .totals-item label {
            clear: both;
            color: #000;
            font-size: 16px;
            font-size: 1rem;
            line-height: 18px;
            line-height: 1.125rem
        }

            .totals .totals-item label {
                float: left;
                width: 79%;
                text-align: right
            }

            .totals .totals-item .totals-value {
                float: right;
                width: 21%;
                text-align: right
            }

    .totals .totals-item-total {
        font-weight: 700
    }

.checkout {
    float: right;
    margin-top: 40px
}

@media screen and (max-width:992px) {
    .product-image {
        padding-right: 30px
    }

    .product-details {
        padding-right: 40px;
        width: 37%
    }

    .product .product-quantity input {
        width: 50px
    }

    .product-removal {
        width: 11%
    }
}

@media screen and (max-width:768px) {
    .shopping-cart {
        margin: 0;
        border-top: 1px solid #979797
    }

    .column-labels {
        display: none
    }

    .product .product-image {
        float: right;
        width: auto;
        padding-right: 0;
        margin-left: 20px;
        margin-bottom: 30px
    }

    .product .product-details {
        float: none;
        margin-bottom: 30px;
        width: auto
    }

        .product .product-details .product-title {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 22px;
            line-height: 1.375rem;
            margin-bottom: 5px
        }

    .product .product-price {
        clear: both;
        width: 70px
    }

    .product .product-quantity {
        width: 100px
    }

        .product .product-quantity input {
            margin-left: 20px
        }

        .product .product-quantity:before {
            content: "x"
        }

    .product .product-removal {
        width: auto
    }

    .product .product-line-price {
        float: right;
        width: 70px
    }
}

@media screen and (max-width:425px) {
    .product {
        padding: 40px 0 20px
    }
}

@media screen and (max-width:350px) {
    .product-removal {
        float: right
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px
    }

    .product .product-line-price:before {
        content: "Item Total: $"
    }

    .totals .totals-item label {
        width: 60%
    }

    .totals .totals-item .totals-value {
        width: 40%
    }
}

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0
}

    .header .top-header {
        width: 100%;
        height: 100px;
        background-color: #fff;
        padding: 20px 40px
    }

        .header .top-header .ctn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 auto;
            max-width: 1200px
        }

@media (max-width:1200px) {
    .header .top-header .ctn {
        max-width: 100%
    }
}

.header .top-header .logo {
    float: left
}

    .header .top-header .logo, .header .top-header .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header .top-header .logo .logo-img {
            display: inline-block;
            /*height: 60px;*//*rrr*/
			max-height: 100px;
        }

            .header .top-header .logo .logo-img img {
                /*width: 100%;
					max-width: 500px;rrr*/
				width:400px;
			max-width:48%;
            margin-top:10px;
            }



        .header .top-header .logo .logo-text {
            display: inline-block;
            color: #000;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 21px;
            line-height: 1.3125rem;
            margin-left: 30px
        }

.header .top-header .actions {
    float: right
}

    .header .top-header .actions ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .header .top-header .actions ul li {
            margin-right: 30px
        }

            .header .top-header .actions ul li.show-sm {
                display: none
            }

            .header .top-header .actions ul li.search, .header .top-header .actions ul li:last-child {
                margin-right: 0
            }

            .header .top-header .actions ul li a {
                color: #000;
                font-weight: 500;
                font-size: 14px;
                font-size: .875rem;
                line-height: 18px;
                line-height: 1.125rem
            }

                .header .top-header .actions ul li a:hover {
                   /*color: #999;rrr*/
					color:#14143C;
					color:var(--color-police);
                }

                .header .top-header .actions ul li a.login-btn {
                    color: #00699a;
                    border: 2px solid #00699a;
                    padding: 10px 30px;
                    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                    transition: all .4s cubic-bezier(.55,.22,.36,.9)
                }

                    .header .top-header .actions ul li a.login-btn span {
                        font-size: 16px;
                        vertical-align: middle;
                        padding-right: 6px
                    }

                    .header .top-header .actions ul li a.login-btn:hover {
                        background-color: #00699a;
                        color: #fff
                    }

@media (max-width:1200px) {
    .header .top-header .actions ul li.search {
        margin-right: 40px
    }

    .header .top-header .actions ul li.hide-sm {
        display: none
    }

    .header .top-header .actions ul li.show-sm {
        display: block
    }
}

@media (max-width:768px) {
    .header .top-header .logo .logo-text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 21px;
        line-height: 1.3125rem
    }
}

@media (max-width:670px) {
    .header .top-header {
        padding: 20px
    }

        .header .top-header .actions .login-btn span, .header .top-header .logo .logo-text {
            display: none
        }

        .header .top-header .actions ul li {
            margin-right: 20px
        }
}

@media (max-width:320px) {
    .header .top-header .actions .login-btn {
        padding: 10px 25px
    }

    .header .top-header .actions ul li.search {
        margin-right: 20px
    }
}

.header .menu {
    width: 100%;
    background-color: #000;
    padding: 0 40px;
    text-align: center;
    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    transition: all .4s cubic-bezier(.55,.22,.36,.9);
    z-index: 10
}

    .header .menu .hamburger {
        display: none
    }

    .header .menu .menu-items {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1400px;
        margin: 0 auto
    }

        .header .menu .menu-items .item {
            padding: 0;
            -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            transition: all .4s cubic-bezier(.55,.22,.36,.9);
            line-height: 60px;
            position: relative
        }

            .header .menu .menu-items .item .active, .header .menu .menu-items .item:hover {
                background-color: #00699a
            }

            .header .menu .menu-items .item:last-child {
                margin-right: 0
            }

            .header .menu .menu-items .item a {
                color: #fff;
                padding: 21px 30px;
                font-weight: 600;
                font-size: 16px;
                font-size: 1rem;
                line-height: 18px;
                line-height: 1.125rem
            }

            .header .menu .menu-items .item .sub-menu {
                padding: 0;
                margin: 0;
                z-index: 1;
                position: absolute;
                background-color: #4d4d4d;
                text-align: left;
                padding: 30px 0;
                min-width: 250px;
                opacity: 0;
                z-index: -1;
                -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                transition: all .4s cubic-bezier(.55,.22,.36,.9);
                left: 0;
                pointer-events: none
            }

                .header .menu .menu-items .item .sub-menu .sub-item {
                    line-height: normal;
                    padding: 0 40px 0 20px;
                    background-color: transparent;
                    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
                    transition: all .4s cubic-bezier(.55,.22,.36,.9)
                }

                    .header .menu .menu-items .item .sub-menu .sub-item a {
                        font-weight: 400;
                        padding: 0;
                        font-size: 14px;
                        font-size: .875rem;
                        line-height: 18px;
                        line-height: 1.125rem;
                        padding: 10px 0;
                        display: block
                    }

                    .header .menu .menu-items .item .sub-menu .sub-item.active, .header .menu .menu-items .item .sub-menu .sub-item:hover {
                        background-color: #1a1a1a
                    }

                        .header .menu .menu-items .item .sub-menu .sub-item.active a, .header .menu .menu-items .item .sub-menu .sub-item:hover a {
                            opacity: .6
                        }

                .header .menu .menu-items .item .sub-menu.-levels {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 0
                }

                    .header .menu .menu-items .item .sub-menu.-levels .level-item {
                        border-right: 1px solid #888;
                        line-height: normal;
                        background-color: #4d4d4d;
                        padding: 30px 0
                    }

                        .header .menu .menu-items .item .sub-menu.-levels .level-item:last-child {
                            border-right: 0
                        }

                        .header .menu .menu-items .item .sub-menu.-levels .level-item .title {
                            font-size: 13px;
                            font-size: .8125rem;
                            line-height: 15px;
                            line-height: .9375rem;
                            letter-spacing: 1px;
                            opacity: 1;
                            color: #fff;
                            font-weight: 600;
                            text-transform: uppercase;
                            padding: 0 20px;
                            display: inline-block
                        }

                        .header .menu .menu-items .item .sub-menu.-levels .level-item ul {
                            min-width: 300px;
                            padding: 0;
                            margin-top: 20px
                        }

            .header .menu .menu-items .item.has-child:hover .sub-menu {
                opacity: 1;
                z-index: 3;
                pointer-events: auto
            }

    .header .menu .mobile-items {
        display: none
    }

@media (max-width:1500px) {
    .header .menu .menu-items .item a {
        padding: 21px 15px
    }

    .header .menu .menu-items .item .sub-menu.-levels {
        left: -50%
    }
}

@media (max-width:1200px) {
    .header .menu {
        max-width: 430px;
        height: 100vh;
        position: fixed;
        right: 0;
        z-index: 10;
        overflow-y: scroll;
        padding: 100px 0;
        right: -500px;
        top: 0;
        opacity: 0
    }

        .header .menu.open {
            right: 0;
            opacity: 1
        }

        .header .menu .hamburger {
            position: absolute;
            top: 35px;
            right: 40px;
            display: block
        }

        .header .menu .menu-items {
            padding-bottom: 30px;
            position: relative
        }

            .header .menu .menu-items:after {
                position: absolute;
                background-color: #ddd;
                content: "";
                height: 2px;
                width: calc(100% - 80px);
                bottom: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }

            .header .menu .menu-items .item {
                width: 100%;
                text-align: right
            }

                .header .menu .menu-items .item a {
                    padding-right: 40px
                }

                .header .menu .menu-items .item.has-child .sub-menu {
                    position: relative;
                    opacity: 1;
                    z-index: 1;
                    text-align: right;
                    padding: 0;
                    max-height: 0;
                    overflow: hidden;
                    -webkit-transition: all .6s cubic-bezier(.55,.22,.36,.9);
                    -o-transition: all .6s cubic-bezier(.55,.22,.36,.9);
                    transition: all .6s cubic-bezier(.55,.22,.36,.9);
                    pointer-events: none
                }

                    .header .menu .menu-items .item.has-child .sub-menu .sub-item {
                        padding: 0 30px 0 20px
                    }

                    .header .menu .menu-items .item.has-child .sub-menu.-levels {
                        left: inherit;
                        display: block
                    }

                        .header .menu .menu-items .item.has-child .sub-menu.-levels .level-item {
                            padding: 15px 0;
                            border-bottom: 1px solid #888;
                            border-right: 0
                        }

                            .header .menu .menu-items .item.has-child .sub-menu.-levels .level-item:last-child {
                                border-bottom: 0
                            }

                    .header .menu .menu-items .item.has-child .sub-menu.open {
                        max-height: 3000px
                    }

        .header .menu .mobile-items {
            display: block;
            margin-top: 40px
        }

            .header .menu .mobile-items ul {
                margin: 0;
                padding: 0
            }

                .header .menu .mobile-items ul li {
                    text-align: right;
                    padding: 0 40px
                }

                    .header .menu .mobile-items ul li a {
                        font-weight: 400;
                        padding: 0;
                        font-size: 14px;
                        font-size: .875rem;
                        line-height: 18px;
                        line-height: 1.125rem;
                        padding: 10px 0;
                        display: inline-block;
                        color: #fff;
                        text-align: right
                    }

            .header .menu .mobile-items .socials {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-top: 30px
            }

                .header .menu .mobile-items .socials li {
                    padding: 0 20px
                }

                    .header .menu .mobile-items .socials li:first-child {
                        padding-left: 40px
                    }

                    .header .menu .mobile-items .socials li:last-child {
                        padding-right: 40px
                    }

                    .header .menu .mobile-items .socials li a {
                        font-size: 26px
                    }
}

@media (min-width:1200px) {
    .header .menu .sub-menu.-levels {
        max-height: none !important
    }
}

@media (max-width:768px) {
    .header .menu .menu-items .item {
        line-height: 50px
    }
}

@media (max-width:425px) {
    .header .menu .menu-items .item {
        line-height: 50px
    }
}

.hero {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 160px
}

@media (max-width:1200px) {
    .hero {
        min-height: calc(100vh - 100px);
        height: auto;
        margin-top: 100px
    }
}

.hero .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

    .hero .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hero .image .caption {
        background-color: rgba(0,0,0,.6);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1
    }

        .hero .image .caption p {
            margin: 0;
            color: #fff;
            font-size: 13px;
            font-size: .8125rem;
            line-height: 18px;
            line-height: 1.125rem;
            padding: 20px 60px 20px 40px
        }

.hero.-small {
    height: 280px;
    min-height: 0
}

    .hero.-small .breadcrumb {
        position: absolute;
        width: 100%;
        background-color: rgba(0,0,0,.6);
        margin: 0;
        padding: 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1
    }

        .hero.-small .breadcrumb li {
            padding-right: 40px;
            font-size: 14px;
            font-size: .875rem;
            line-height: 30px;
            line-height: 1.875rem;
            color: #fff;
            position: relative;
            padding: 10px 40px 10px 0
        }

            .hero.-small .breadcrumb li a, .hero.-small .breadcrumb li span {
                color: #fff
            }

                .hero.-small .breadcrumb li a:hover {
                    opacity: .6
                }

            .hero.-small .breadcrumb li:after {
                font-family: icon-cim;
                content: "\e900";
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 20px;
                width: 6px;
                font-size: 10px;
                opacity: .6
            }

            .hero.-small .breadcrumb li:last-child:after {
                content: none
            }

            .hero.-small .breadcrumb li.current-page a, .hero.-small .breadcrumb li.current-page span {
                opacity: .6
            }

@media (max-width:768px) {
    .hero.-small .breadcrumb {
        display: none
    }
}

.hero.-large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 700px;
    height: calc(100vh - 160px)
}

    .hero.-large .hero-title {
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .hero.-large .hero-title h1 {
            color: #fff;
            margin-top: 0
        }

.contact-link {
    position: fixed;
    right: 0;
    top: 50vh;
    background-color: #00699a;
    -webkit-transition: height .4s cubic-bezier(.55,.22,.36,.9),top .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: height .4s cubic-bezier(.55,.22,.36,.9),top .4s cubic-bezier(.55,.22,.36,.9);
    transition: height .4s cubic-bezier(.55,.22,.36,.9),top .4s cubic-bezier(.55,.22,.36,.9);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    height: 99px
}

    .contact-link.sticky {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 100px;
        z-index: 11;
        height: 60px
    }

@media (max-width:1200px) {
    .contact-link.sticky {
        z-index: 8
    }
}

.contact-link.sticky a {
    padding: 20px 25px
}

.contact-link a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding: 40px 25px;
    display: block;
    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    transition: all .4s cubic-bezier(.55,.22,.36,.9)
}

.contact-link:hover {
    background-color: #148bbd
}

@media (max-width:1200px) {
    .contact-link {
        position: relative;
        width: 100%;
        top: inherit;
        right: inherit;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        height: auto
    }

        .contact-link a {
            padding: 14px 25px;
            text-align: center;
            font-size: 15px;
            font-size: .9375rem;
            line-height: 19px;
            line-height: 1.1875rem
        }

        .contact-link.sticky {
            top: inherit;
            height: auto
        }

            .contact-link.sticky a {
                padding: 14px 25px
            }
}

@media (max-width:1220px) {
    .cta .btn-secondary {
        max-width: inherit;
        margin-top: 20px
    } 
}
@media ( min-width: 991px) and ( max-width:1220px) { 
    .alternative {
        float: right;
    }
}


.cta.cta-image {
    padding-bottom: 100px;
    border-bottom: 2px solid #ccc
}

    .cta.cta-image .image-link {
        display: block;
        overflow: hidden
    }

        .cta.cta-image .image-link img {
            -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
            transition: all .4s cubic-bezier(.55,.22,.36,.9)
        }

        .cta.cta-image .image-link:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            opacity: .8
        }

@media (max-width:992px) {
    .cta.cta-image {
        padding-bottom: 60px
    }
}

@media (max-width:768px) {
    .cta.cta-image .image-link {
        margin-top: 50px
    }
}

.cta.cta-full {
    background-color: #eee;
    margin-bottom: 200px
}

    .cta.cta-full .content {
        position: relative;
        top: 100px
    }

    .cta.cta-full .image {
        position: relative;
        height: 540px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top
    }

@media (max-width:768px) {
    .cta.cta-full .image {
        height: 220px
    }
}

.cta.cta-full .caption {
    text-align: right;
    width: 40%;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
	background-color:  #14143c;/*rrr var(--brand-dark-blue);*/
    padding: 30px;
    z-index: 2;
}

    .cta.cta-full .caption .title {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 0;
font-weight: 500;
    }

    .cta.cta-full .caption .text {
        margin-bottom: 0;
        color: #fff;
        /*opacity: .8  rrr*/
    }

@media (max-width:992px) {
    .cta.cta-full .content {
        top: 50px
    }

    .cta.cta-full .image {
        height: 480px
    }

        .cta.cta-full .image .caption {
            left: 0;
            right: inherit;
            width: 80%
        }
}

@media (max-width:768px) {
    .cta.cta-full {
        background-color: transparent;
        margin-bottom: inherit
    }

        .cta.cta-full .content {
            top: 0
        }

        .cta.cta-full .container {
            width: 100%;
            margin: 0;
            max-width: 100%;
            padding: 0
        }

        .cta.cta-full .image {
            top: auto;
            height: 250px;
            width: calc(100% - 40px);
            margin-left: 40px
        }

        .cta.cta-full .caption {
            position: relative;
            top: auto;
            left: auto;
            width: 100%;
            padding-top: 120px;
            top: -60px;
            z-index: -1
        }

            .cta.cta-full .caption .title {
                margin-bottom: 20px
            }
}

.cta.cta-full.-left .caption {
    left: 0
}

.cta.cta-image-full {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

    .cta.cta-image-full:after {
        background-color: rgba(0,0,0,.1);
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        z-index: -1
    }

@media (max-width:992px) {
    .cta.cta-image-full {
        margin-bottom: 60px
    }
}

.cta.cta-image-full .image {
    position: absolute;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cta.cta-image-full .content {
    width: 100%;
    padding: 50px 60px;
    z-index: 2
}

@media (max-width:768px) {
    .cta.cta-image-full .content {
        padding: 50px 30px
    }
}

.cta.cta-image-full .content .title {
    font-weight: 600;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    color: #fff;
    max-width: 400px;
    margin: 0 0 30px
}

.cta.cta-image-full .content p {
    color: #fff;
    opacity: .8;
    max-width: 400px
}

.cta.cta-image-full .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .cta.cta-image-full .content .actions .link-image img {
        width: 220px
    }

@media (max-width:768px) {
    .cta.cta-image-full .content .actions {
        margin-top: 30px
    }

        .cta.cta-image-full .content .actions .link-image {
            margin-top: 50px
        }
}

.cta.cta-image-full .btn-secondary {
    margin: 20px 0 0
}

.list-stories .story .image {
    overflow: hidden
}

    .list-stories .story .image img {
        -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        transition: all .4s cubic-bezier(.55,.22,.36,.9)
    }

.list-stories .story .caption {
    margin-top: 20px
}

    .list-stories .story .caption a {
        font-weight: 600;
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
        display: inline-block
    }

        .list-stories .story .caption a:hover {
            color: #00699a
        }

@media (max-width:992px) {
    .list-stories .story .caption a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 18px;
        line-height: 1.125rem
    }
}

@media (max-width:768px) {
    .list-stories .story {
        margin-bottom: 40px
    }
}

.list-stories .story:hover {
    cursor: pointer;
}

    .list-stories .story:hover .caption a {
        color: #00699a;
    }

    .list-stories .story:hover .image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
    }

.list-events-news {
    position: relative;
		   /* background-color: #14143C;rrr*/
}

    .list-events-news:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #ccc;/*rrr*/
		 background-color: #14143C;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .list-events-news .events, .list-events-news .news {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd
    }

        .list-events-news .events .info, .list-events-news .news .info {
            color: #888;/*rrr*/
            font-size: 12px;
            font-size: .75rem;
            line-height: 15px;
            line-height: .9375rem;
            text-transform: uppercase;
            letter-spacing: 3px;/*rrr*/
letter-spacing: 3px;
            margin: 0;
			/*color: #a4abc3;
    font-size: .85em;*/
        }
.col-lg-8.news-list.entry-anim.show .news .info {
    color: #a4abc3;
    font-size: .9em;
}

.col-lg-8.news-list.entry-anim.show .news  p.title {margin-top:0.5em;}

        .list-events-news .events .title, .list-events-news .news .title {
            margin-top: 25px;
            margin-bottom: 0
        }

            .list-events-news .events .title a, .list-events-news .news .title a {
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 30px;
                line-height: 1.875rem;
                font-weight: 500;
                color: #000
            }

                .list-events-news .events .title a:hover, .list-events-news .news .title a:hover {
                    color: #00699a
                }

    .list-events-news .more {
        text-align: center;
		text-align: justify;/*rrr*/
    }

@media (max-width:991px) {
    .list-events-news:after {
        content: none
    }

    .list-events-news .news-list {
        margin-bottom: 100px
    }

        .list-events-news .news-list .more {
            padding-bottom: 50px;
            border-bottom: 2px solid #ccc
        }
}

@media (max-width:768px) {
    .list-events-news .news-list {
        margin-bottom: 60px
    }

        .list-events-news .news-list .more {
            padding-bottom: 60px;
            border-bottom: 2px solid #ccc
        }

    .list-events-news .events, .list-events-news .news {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

        .list-events-news .events .title, .list-events-news .news .title {
            margin-top: 15px
        }

            .list-events-news .events .title a, .list-events-news .news .title a {
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 22px;
                line-height: 1.375rem
            }

    .list-events-news .more {
        text-align: left
    }
}

.slider-members {
    /*background-color: #eee;*//*rrr*/
    text-align: center;
    /*padding: 100px 0;*/
	padding: 40px 0;
}

@media (max-width:768px) {
    .slider-members {
        padding: 80px 0;
    }
}

.slider-members .container {
    margin: 0 auto
}

.slider-members .slider-ctn {
    margin: 60px 0 50px;
    padding: 0 105px;
    position: relative
}

@media (max-width:992px) {
    .slider-members .slider-ctn {
        padding: 0 90px
    }
}

@media (max-width:768px) {
    .slider-members .slider-ctn {
        padding: 0 60px
    }
}

.slider-members .slider-ctn .swiper-slide .members {
    background-color: #fff;
    width: 200px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .slider-members .slider-ctn .swiper-slide .members img {
        max-width: 90%;
        max-height: 90%
    }

.slider-members .slider-ctn .swiper-button-next, .slider-members .slider-ctn .swiper-button-prev {
    /*background-color: #00699a;*//*rrr*/
    width: 60px;
    height: 60px;
    background-image: none;
    -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
    transition: all .4s cubic-bezier(.55,.22,.36,.9);
    z-index: 2
}

    .slider-members .slider-ctn .swiper-button-next:focus, .slider-members .slider-ctn .swiper-button-prev:focus {
        outline: none
    }
/* rrr
    .slider-members .slider-ctn .swiper-button-next:hover, .slider-members .slider-ctn .swiper-button-prev:hover {
        background-color: #148bbd
    }*/

    .slider-members .slider-ctn .swiper-button-next i, .slider-members .slider-ctn .swiper-button-prev i {
        color: #fff;
		color: var(--brand-dark-blue);
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

@media (max-width:992px) {
    .slider-members .slider-ctn .swiper-button-next, .slider-members .slider-ctn .swiper-button-prev {
        width: 50px;
        height: 50px
    }
}

@media (max-width:768px) {
    .slider-members .slider-ctn .swiper-button-next, .slider-members .slider-ctn .swiper-button-prev {
        width: 40px;
        height: 40px
    }
}

.slider-members .slider-ctn .swiper-button-next {
    right: 0
}

.slider-members .slider-ctn .swiper-button-prev {
    left: 0
}

.slider-members .btn-secondary {
    width: auto;
    max-width: none
}

.list-magazine {
    padding: 120px 0
}

    .list-magazine .container {
        margin: 0 auto
    }

@media (max-width:992px) {
    .list-magazine {
        padding: 100px 0
    }
}

@media (max-width:768px) {
    .list-magazine {
        padding: 70px 0
    }
}

.list-magazine .list {
    margin-bottom: 60px
}

@media (max-width:992px) {
    .list-magazine .list .item:last-child {
        display: none
    }
}

@media (max-width:768px) {
    .list-magazine .list .item {
        margin-bottom: 60px
    }

        .list-magazine .list .item:nth-child(2) {
            margin-bottom: 0
        }
}

.list-magazine .magazine .image {
    overflow: hidden
		
}
body > div.main > div.list-magazine > div > div > div > div > div.image {
  
		/*modif added box-shadow to images homepage magazine*/
		box-shadow: 2px 4px 10px 0px grey;
}

    .list-magazine .magazine .image img {
        -webkit-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        -o-transition: all .4s cubic-bezier(.55,.22,.36,.9);
        transition: all .4s cubic-bezier(.55,.22,.36,.9)
    }

.list-magazine .magazine .caption {
    margin-top: 30px
}

    .list-magazine .magazine .caption .info {
        /*color: #888;*/
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px;
        font-size: .75rem;
        line-height: 15px;
        line-height: .9375rem;
        margin: 0;
		color: #a4abc3;/*rrr*/
    font-size: 0.75em;
		font-weight:300;
    }

    .list-magazine .magazine .caption .title {
        margin-top: 25px
    }

        .list-magazine .magazine .caption .title a {
            color: #000;
            font-weight: 500;
            /*font-size: 24px;*/
            font-size: 1.5rem;
            /*line-height: 30px;*/
            line-height: 1.875rem;
				font-size: 1em;/*rrr*/
			font-weight: 300;
        }

            .list-magazine .magazine .caption .title a:hover {
                color: #00699a
            }

@media (max-width:992px) {
    .list-magazine .magazine .caption .title a {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media (max-width:768px) {
    .list-magazine .magazine .caption .title a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

.list-magazine .magazine:hover {
    cursor: pointer
}

    .list-magazine .magazine:hover .caption a {
        color: #00699a
    }

    .list-magazine .magazine:hover .image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8
    }

.list-jobs {
    margin-bottom: 50px
}

@media (max-width:768px) {
    .list-jobs .content {
        margin-bottom: 60px
    }
}

.list-jobs .list {
    margin: 0 0 50px;
    padding: 0
}

    .list-jobs .list .item {
        width: 100%;
        border-bottom: 1px solid #979797;
        padding: 30px 0
    }

        .list-jobs .list .item:first-child {
            padding-top: 0
        }

@media (max-width:992px) {
    .list-jobs .list .item {
        padding: 20px 0
    }
}

.list-jobs .list .item .title {
    margin-top: 0
}

    .list-jobs .list .item .title a {
        color: #000;
        font-weight: 500;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem
    }

        .list-jobs .list .item .title a:hover {
            color: #00699a
        }

@media (max-width:992px) {
    .list-jobs .list .item .title a {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media (max-width:768px) {
    .list-jobs .list .item .title a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

.list-jobs .list .item .info {
    color: #888;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 15px;
    line-height: .9375rem;
    margin: 0
}

.list-jobs .list .item:hover {
    cursor: pointer
}

    .list-jobs .list .item:hover .title a {
        color: #00699a
    }

.footer {
    background-color: #000;
    padding: 60px 0 30px
}

@media (max-width:768px) {
    .footer {
        padding: 60px 0 40px
    }
}

.footer .container {
    margin: 0 auto
}

.footer .newsletter-part {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px
}

@media (max-width:992px) {
    .footer .newsletter-part {
        padding-bottom: 50px
    }
}

@media (max-width:768px) {
    .footer .newsletter-part {
        padding-bottom: 40px
    }
}

.footer .newsletter-part .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .footer .newsletter-part .newsletter-form .input {
        background-color: transparent;
        color: #c2c2c2;
        opacity: .7;
        height: 60px;
        width: 50%;
        border-radius: 0
    }

    .footer .newsletter-part .newsletter-form .submit {
        width: 50%;
        max-width: inherit;
        min-width: inherit;
        height: 60px;
        border-radius: 0;
        padding: 10px 40px 10px 20px;
        line-height: 18px
    }

        .footer .newsletter-part .newsletter-form .submit:after {
            margin-top: -8px
        }

@media (max-width:768px) {
    .footer .newsletter-part .newsletter-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .footer .newsletter-part .newsletter-form .input, .footer .newsletter-part .newsletter-form .submit {
            width: 100%
        }
}

.footer .newsletter-part .socials {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 260px
}

@media (max-width:992px) {
    .footer .newsletter-part .socials {
        margin: 40px auto 0;
        height: auto
    }
}

.footer .newsletter-part .socials li:last-child {
    margin-right: 0
}

.footer .newsletter-part .socials li a {
    color: #6e6b6a;
    font-size: 24px
}

    .footer .newsletter-part .socials li a:hover {
        opacity: .6
    }

.footer .content-part {
    margin-top: 60px
}

    .footer .content-part .text .title {
        margin: 0 0 25px;
        color: #fff !important;
		font-weight:500;
		    font-size: 1.2em;
    }

    .footer .content-part .text p {
        color: #b6b6b6;
    }

    .footer .content-part .text .link {
        color: #00699a;
		color:white;
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-weight: 600
    }

        .footer .content-part .text .link:hover {
            opacity: .6
        }

    .footer .content-part .contact-info a, .footer .content-part .contact-info p {
        color: #b6b6b6;
    }

        .footer .content-part .contact-info a span, .footer .content-part .contact-info p span {
            color: #fff !important;
            display: block;
    font-weight: 500;
        }

        .footer .content-part .contact-info a a:hover, .footer .content-part .contact-info p a:hover {
            opacity: .6
        }

    .footer .content-part .contact-info .link {
        color: #00699a;
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-weight: 600
    }

        .footer .content-part .contact-info .link:hover {
            opacity: .6
        }

.footer .copyright-part {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .footer .copyright-part p {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 22px;
        line-height: 1.375rem;
        margin-bottom: 0;
        margin-right: 20px;
        color: #b6b6b6;
    }

        .footer .copyright-part p a {
            color: #fff
        }

    .footer .copyright-part .kryzalid {
        width: 170px;
        text-align: right;
        margin-right: 0
    }

        .footer .copyright-part .kryzalid img {
            width: 20px;
            height: 20px;
            margin-left: 10px;
            vertical-align: middle
        }

@media (max-width:768px) {
    .footer .copyright-part {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .footer .copyright-part p {
            margin-right: 0
        }

        .footer .copyright-part .kryzalid {
            width: 100%;
            text-align: center;
            margin-top: 30px
        }
}

/*NEW
.btn-main {

    background-color: #f1f1f1 !important;
    border: 1px solid #50506d;
    color: #50506d !important;
}
